01KJED9NPZR5F3C6W8G0EHKW74: 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: 01KJEDA7F9C2Y14QFT08NR2FYD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-27T02:03:09.156Zjob assigned to worker 01KJEDA52KCEBA45WMV32F6SY4 [factory aws, i-0afa3ae43e95b9bfa] (queued for 50 s)
 
22026-02-27T02:03:16.812Zstarting task 0: "setup"
32026-02-27T02:03:16.817Z++ uname -s
42026-02-27T02:03:16.820Z+ kern=SunOS
52026-02-27T02:03:16.820Z+ build_user=build
62026-02-27T02:03:16.820Z+ build_uid=12345
72026-02-27T02:03:16.820Z+ work_dir=/work
82026-02-27T02:03:16.820Z+ input_dir=/input
92026-02-27T02:03:16.820Z+ [[ 0 == 12345 ]]
102026-02-27T02:03:16.820Z+ case "$kern" in
112026-02-27T02:03:16.820Z+ groupadd -g 12345 build
122026-02-27T02:03:16.823Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-27T02:03:18.829Z+ zfs create -o mountpoint=/work rpool/work
142026-02-27T02:03:19.011Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-27T02:03:19.015Z+ home_fs=zfs
162026-02-27T02:03:19.015Z+ [[ zfs == autofs ]]
172026-02-27T02:03:19.015Z+ mkdir -p /home/build
182026-02-27T02:03:19.022Z+ chown build:build /home/build /work
192026-02-27T02:03:20.018Z+ chmod 0700 /home/build /work
202026-02-27T02:03:20.021Zprocess exited: duration 3210 ms, exit code 0
 
212026-02-27T02:03:20.027Zstarting task 1: "rust-toolchain"
222026-02-27T02:03:20.033Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-27T02:03:20.033Z * rust toolchain channel = "1.91.1"
242026-02-27T02:03:20.033Z * rust toolchain profile = "default"
252026-02-27T02:03:20.033Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-27T02:03:20.033Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-27T02:03:20.033Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-27T02:03:20.036Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-27T02:03:20.036Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-27T02:03:20.176Zinfo: downloading installer
312026-02-27T02:03:22.118Zwarn: It looks like you have an existing installation of Rust at:
322026-02-27T02:03:22.118Zwarn: /opt/ooce/bin
332026-02-27T02:03:22.118Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-27T02:03:22.119Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-27T02:03:22.119Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-27T02:03:22.119Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-27T02:03:22.119Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-27T02:03:22.119Zerror: cannot install while Rust is installed
392026-02-27T02:03:22.119Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-27T02:03:22.150Zinfo: profile set to 'default'
412026-02-27T02:03:22.150Zinfo: default host triple is x86_64-unknown-illumos
422026-02-27T02:03:22.153Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-27T02:03:22.349Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-27T02:03:22.349Zinfo: downloading component 'cargo'
452026-02-27T02:03:23.524Zinfo: downloading component 'clippy'
462026-02-27T02:03:23.986Zinfo: downloading component 'rust-docs'
472026-02-27T02:03:25.746Zinfo: downloading component 'rust-std'
482026-02-27T02:03:27.554Zinfo: downloading component 'rustc'
492026-02-27T02:03:35.174Zinfo: downloading component 'rustfmt'
502026-02-27T02:03:35.507Zinfo: installing component 'cargo'
512026-02-27T02:03:36.445Zinfo: installing component 'clippy'
522026-02-27T02:03:36.851Zinfo: installing component 'rust-docs'
532026-02-27T02:03:38.820Zinfo: installing component 'rust-std'
542026-02-27T02:03:40.644Zinfo: installing component 'rustc'
552026-02-27T02:03:47.564Zinfo: installing component 'rustfmt'
562026-02-27T02:03:47.919Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-27T02:03:47.919Z
582026-02-27T02:03:48.415Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-27T02:03:48.415Z
602026-02-27T02:03:48.418Z
612026-02-27T02:03:48.418ZRust is installed now. Great!
622026-02-27T02:03:48.418Z
632026-02-27T02:03:48.418ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-27T02:03:48.418Zenvironment variable. This has not been done automatically.
652026-02-27T02:03:48.418Z
662026-02-27T02:03:48.418ZTo configure your current shell, you need to source
672026-02-27T02:03:48.418Zthe corresponding env file under $HOME/.cargo.
682026-02-27T02:03:48.418Z
692026-02-27T02:03:48.418ZThis is usually done by running one of the following (note the leading DOT):
702026-02-27T02:03:48.418Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-27T02:03:48.418Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-27T02:03:48.418Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-27T02:03:48.522Z+ rustup --version
742026-02-27T02:03:48.534Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-27T02:03:48.538Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-27T02:03:48.627Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-27T02:03:48.632Z+ cargo --version
782026-02-27T02:03:48.712Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-27T02:03:48.715Z+ rustc --version
802026-02-27T02:03:48.800Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-27T02:03:48.805Zprocess exited: duration 28774 ms, exit code 0
 
822026-02-27T02:03:48.811Zstarting task 2: "authentication"
832026-02-27T02:03:48.835Zprocess exited: duration 23 ms, exit code 0
 
842026-02-27T02:03:48.841Zstarting task 3: "clone repository"
852026-02-27T02:03:48.847Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-27T02:03:48.850Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-27T02:03:48.882ZCloning into '/work/oxidecomputer/omicron'...
882026-02-27T02:04:45.912Z+ cd /work/oxidecomputer/omicron
892026-02-27T02:04:45.912Z+ git fetch origin 0c68818c355c7ac10a6f294956c525726c53275e
902026-02-27T02:04:46.646ZFrom https://github.com/oxidecomputer/omicron
912026-02-27T02:04:46.646Z * branch 0c68818c355c7ac10a6f294956c525726c53275e -> FETCH_HEAD
922026-02-27T02:04:46.659Z+ [[ -n sunshowers/spr/meta-use-oxide-update-engine-from-cratesio ]]
932026-02-27T02:04:46.662Z++ git branch --show-current
942026-02-27T02:04:46.666Z+ current=main
952026-02-27T02:04:46.666Z+ [[ main != sunshowers/spr/meta-use-oxide-update-engine-from-cratesio ]]
962026-02-27T02:04:46.666Z+ git branch -f sunshowers/spr/meta-use-oxide-update-engine-from-cratesio 0c68818c355c7ac10a6f294956c525726c53275e
972026-02-27T02:04:46.669Z+ git checkout -f sunshowers/spr/meta-use-oxide-update-engine-from-cratesio
982026-02-27T02:04:46.690ZSwitched to branch 'sunshowers/spr/meta-use-oxide-update-engine-from-cratesio'
992026-02-27T02:04:46.693Z+ git reset --hard 0c68818c355c7ac10a6f294956c525726c53275e
1002026-02-27T02:04:46.723ZHEAD is now at 0c68818c3 remove patches
1012026-02-27T02:04:46.726Zprocess exited: duration 57878 ms, exit code 0
 
1022026-02-27T02:04:46.732Zstarting task 4: "build"
1032026-02-27T02:04:46.738Z+ source .github/buildomat/ci-env.sh
1042026-02-27T02:04:46.741Z++ export CARGO_TERM_COLOR=always
1052026-02-27T02:04:46.741Z++ CARGO_TERM_COLOR=always
1062026-02-27T02:04:46.741Z+ cargo --version
1072026-02-27T02:04:46.804Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-27T02:04:46.807Z+ rustc --version
1092026-02-27T02:04:46.887Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-27T02:04:46.890Z+ cargo tree --locked
1112026-02-27T02:04:47.195Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-27T02:04:47.800Z Updating crates.io index
1132026-02-27T02:04:47.803Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-02-27T02:04:48.431Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-02-27T02:04:49.840Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162026-02-27T02:04:50.382Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1172026-02-27T02:04:51.175Z Updating git repository `https://github.com/oxidecomputer/propolis`
1182026-02-27T02:04:55.772Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-02-27T02:05:01.412Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-02-27T02:05:04.787Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-02-27T02:05:05.697Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222026-02-27T02:05:08.773Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1232026-02-27T02:05:10.277Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1242026-02-27T02:05:12.714Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-27T02:05:13.584Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-27T02:05:14.591Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-27T02:05:15.230Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-27T02:05:17.089Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-27T02:05:18.295Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-27T02:05:18.823Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-27T02:05:19.496Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-27T02:05:20.661Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-27T02:05:21.316Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-27T02:05:21.872Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-27T02:05:22.490Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-02-27T02:05:23.304Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-02-27T02:05:24.357Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-02-27T02:05:25.399Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-02-27T02:05:26.127Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-02-27T02:05:26.935Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-02-27T02:05:27.520Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-02-27T02:05:29.674Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1432026-02-27T02:05:30.582Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-02-27T02:05:31.216Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-02-27T02:05:31.981Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-02-27T02:05:32.633Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-02-27T02:05:33.589Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-02-27T02:05:34.102Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-02-27T02:05:34.772Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-02-27T02:05:35.336Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-02-27T02:05:36.110Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-02-27T02:06:17.425Z Downloading crates ...
1532026-02-27T02:06:17.539Z Downloaded addr2line v0.24.2
1542026-02-27T02:06:17.546Z Downloaded async-object-pool v0.1.5
1552026-02-27T02:06:17.551Z Downloaded ascii-canvas v3.0.0
1562026-02-27T02:06:17.556Z Downloaded atty v0.2.14
1572026-02-27T02:06:17.561Z Downloaded array-init v0.0.4
1582026-02-27T02:06:17.567Z Downloaded crucible-workspace-hack v0.1.0
1592026-02-27T02:06:17.571Z Downloaded clap_lex v0.7.4
1602026-02-27T02:06:17.577Z Downloaded dirs-next v2.0.0
1612026-02-27T02:06:17.582Z Downloaded convert_case v0.7.1
1622026-02-27T02:06:17.588Z Downloaded der_derive v0.7.3
1632026-02-27T02:06:17.594Z Downloaded crossbeam-deque v0.8.5
1642026-02-27T02:06:17.599Z Downloaded convert_case v0.4.0
1652026-02-27T02:06:17.604Z Downloaded cfg_aliases v0.2.1
1662026-02-27T02:06:17.609Z Downloaded adler2 v2.0.0
1672026-02-27T02:06:17.616Z Downloaded colored v3.0.0
1682026-02-27T02:06:17.624Z Downloaded corncobs v0.1.4
1692026-02-27T02:06:17.631Z Downloaded darling_core v0.21.0
1702026-02-27T02:06:17.641Z Downloaded display-error-chain v0.2.2
1712026-02-27T02:06:17.646Z Downloaded crc v3.2.1
1722026-02-27T02:06:17.654Z Downloaded const-oid v0.9.6
1732026-02-27T02:06:17.660Z Downloaded debug-ignore v1.0.5
1742026-02-27T02:06:17.666Z Downloaded dsl_auto_type v0.1.2
1752026-02-27T02:06:17.671Z Downloaded dunce v1.0.5
1762026-02-27T02:06:17.675Z Downloaded endian-type v0.1.2
1772026-02-27T02:06:17.679Z Downloaded cookie_store v0.22.1
1782026-02-27T02:06:17.685Z Downloaded diesel_derives v2.2.3
1792026-02-27T02:06:17.692Z Downloaded escape8259 v0.5.3
1802026-02-27T02:06:17.697Z Downloaded event-listener v2.5.3
1812026-02-27T02:06:17.702Z Downloaded fd-lock v4.0.2
1822026-02-27T02:06:17.708Z Downloaded float-ord v0.3.2
1832026-02-27T02:06:17.712Z Downloaded defmt-macros v0.3.9
1842026-02-27T02:06:17.719Z Downloaded foreign-types-shared v0.1.1
1852026-02-27T02:06:17.724Z Downloaded foreign-types-shared v0.3.1
1862026-02-27T02:06:17.728Z Downloaded form_urlencoded v1.2.2
1872026-02-27T02:06:17.733Z Downloaded either v1.15.0
1882026-02-27T02:06:17.738Z Downloaded futures-sink v0.3.31
1892026-02-27T02:06:17.743Z Downloaded displaydoc v0.2.5
1902026-02-27T02:06:17.749Z Downloaded futures-core v0.3.32
1912026-02-27T02:06:17.753Z Downloaded ena v0.14.3
1922026-02-27T02:06:17.759Z Downloaded gethostname v0.5.0
1932026-02-27T02:06:17.763Z Downloaded fixedbitset v0.4.2
1942026-02-27T02:06:17.768Z Downloaded ghash v0.5.1
1952026-02-27T02:06:17.771Z Downloaded hash32 v0.2.1
1962026-02-27T02:06:17.776Z Downloaded hash32 v0.3.1
1972026-02-27T02:06:17.780Z Downloaded headers-core v0.3.0
1982026-02-27T02:06:17.784Z Downloaded heck v0.4.1
1992026-02-27T02:06:17.789Z Downloaded hex v0.4.3
2002026-02-27T02:06:17.794Z Downloaded fs-err v2.11.0
2012026-02-27T02:06:17.799Z Downloaded futures-io v0.3.31
2022026-02-27T02:06:17.803Z Downloaded hostname v0.4.2
2032026-02-27T02:06:17.808Z Downloaded httpdate v1.0.3
2042026-02-27T02:06:17.812Z Downloaded http-range v0.1.5
2052026-02-27T02:06:17.816Z Downloaded home v0.5.9
2062026-02-27T02:06:17.819Z Downloaded http-body v1.0.1
2072026-02-27T02:06:17.825Z Downloaded hubpack_derive v0.1.1
2082026-02-27T02:06:17.828Z Downloaded hubpack v0.1.2
2092026-02-27T02:06:17.831Z Downloaded derive_builder v0.20.2
2102026-02-27T02:06:17.838Z Downloaded idna_adapter v1.2.0
2112026-02-27T02:06:17.842Z Downloaded fs_extra v1.3.0
2122026-02-27T02:06:17.846Z Downloaded blake2b_simd v1.0.2
2132026-02-27T02:06:17.850Z Downloaded is_ci v1.2.0
2142026-02-27T02:06:17.855Z Downloaded inout v0.1.3
2152026-02-27T02:06:17.859Z Downloaded is-terminal v0.4.13
2162026-02-27T02:06:17.863Z Downloaded itoa v1.0.11
2172026-02-27T02:06:17.867Z Downloaded instability v0.3.2
2182026-02-27T02:06:17.872Z Downloaded kstat-rs v0.2.4
2192026-02-27T02:06:17.876Z Downloaded is_terminal_polyfill v1.70.1
2202026-02-27T02:06:17.882Z Downloaded lazy_static v1.5.0
2212026-02-27T02:06:17.885Z Downloaded internet-checksum v0.2.1
2222026-02-27T02:06:17.889Z Downloaded httptest v0.16.3
2232026-02-27T02:06:17.894Z Downloaded libsw-core v0.3.1
2242026-02-27T02:06:17.899Z Downloaded icu_locid_transform v1.5.0
2252026-02-27T02:06:17.904Z Downloaded derive_more-impl v2.0.1
2262026-02-27T02:06:17.912Z Downloaded maplit v1.0.2
2272026-02-27T02:06:17.917Z Downloaded memoffset v0.9.1
2282026-02-27T02:06:17.921Z Downloaded base64 v0.22.1
2292026-02-27T02:06:17.927Z Downloaded indoc v2.0.6
2302026-02-27T02:06:17.932Z Downloaded kv-log-macro v1.0.7
2312026-02-27T02:06:17.937Z Downloaded md5 v0.7.0
2322026-02-27T02:06:17.940Z Downloaded multimap v0.10.1
2332026-02-27T02:06:17.944Z Downloaded new_debug_unreachable v1.0.6
2342026-02-27T02:06:17.948Z Downloaded mime v0.3.17
2352026-02-27T02:06:17.951Z Downloaded nodrop v0.1.14
2362026-02-27T02:06:17.955Z Downloaded num v0.4.3
2372026-02-27T02:06:17.958Z Downloaded normalize-line-endings v0.3.0
2382026-02-27T02:06:17.962Z Downloaded libz-rs-sys v0.5.1
2392026-02-27T02:06:17.965Z Downloaded libsw v3.5.0
2402026-02-27T02:06:17.969Z Downloaded iana-time-zone v0.1.63
2412026-02-27T02:06:17.974Z Downloaded num-derive v0.4.2
2422026-02-27T02:06:17.979Z Downloaded num_threads v0.1.7
2432026-02-27T02:06:17.982Z Downloaded num_enum_derive v0.5.11
2442026-02-27T02:06:17.985Z Downloaded nonempty v0.12.0
2452026-02-27T02:06:17.990Z Downloaded backtrace v0.3.74
2462026-02-27T02:06:17.997Z Downloaded nibble_vec v0.1.0
2472026-02-27T02:06:18.000Z Downloaded newline-converter v0.3.0
2482026-02-27T02:06:18.003Z Downloaded olpc-cjson v0.1.4
2492026-02-27T02:06:18.007Z Downloaded num-iter v0.1.45
2502026-02-27T02:06:18.010Z Downloaded ingot-types v0.1.2
2512026-02-27T02:06:18.013Z Downloaded openssl-probe v0.1.5
2522026-02-27T02:06:18.016Z Downloaded number_prefix v0.4.0
2532026-02-27T02:06:18.019Z Downloaded aes-gcm v0.10.3
2542026-02-27T02:06:18.024Z Downloaded packed_struct_codegen v0.10.1
2552026-02-27T02:06:18.028Z Downloaded ordered-float v2.10.1
2562026-02-27T02:06:18.031Z Downloaded parking v2.2.1
2572026-02-27T02:06:18.034Z Downloaded half v2.4.1
2582026-02-27T02:06:18.039Z Downloaded oso-derive v0.27.3
2592026-02-27T02:06:18.042Z Downloaded flate2 v1.1.2
2602026-02-27T02:06:18.048Z Downloaded ignore v0.4.23
2612026-02-27T02:06:18.061Z Downloaded num_enum v0.5.11
2622026-02-27T02:06:18.074Z Downloaded pathdiff v0.2.3
2632026-02-27T02:06:18.079Z Downloaded percent-encoding v2.3.2
2642026-02-27T02:06:18.082Z Downloaded pbkdf2 v0.12.2
2652026-02-27T02:06:18.086Z Downloaded pbkdf2 v0.11.0
2662026-02-27T02:06:18.091Z Downloaded peg-runtime v0.8.5
2672026-02-27T02:06:18.094Z Downloaded plotters-svg v0.3.7
2682026-02-27T02:06:18.097Z Downloaded pin-utils v0.1.0
2692026-02-27T02:06:18.101Z Downloaded phf_shared v0.11.2
2702026-02-27T02:06:18.104Z Downloaded oxide-update-engine v0.1.0
2712026-02-27T02:06:18.107Z Downloaded plotters-backend v0.3.7
2722026-02-27T02:06:18.110Z Downloaded plain v0.2.3
2732026-02-27T02:06:18.115Z Downloaded piper v0.2.4
2742026-02-27T02:06:18.118Z Downloaded packed_struct v0.10.1
2752026-02-27T02:06:18.121Z Downloaded parse-display v0.10.0
2762026-02-27T02:06:18.124Z Downloaded num-integer v0.1.46
2772026-02-27T02:06:18.128Z Downloaded proc-macro-crate v3.2.0
2782026-02-27T02:06:18.131Z Downloaded password-hash v0.5.0
2792026-02-27T02:06:18.135Z Downloaded powerfmt v0.2.0
2802026-02-27T02:06:18.138Z Downloaded predicates-tree v1.0.12
2812026-02-27T02:06:18.141Z Downloaded peg v0.8.5
2822026-02-27T02:06:18.148Z Downloaded peg-macros v0.8.5
2832026-02-27T02:06:18.153Z Downloaded proc-macro-crate v1.3.1
2842026-02-27T02:06:18.157Z Downloaded pin-project-lite v0.2.14
2852026-02-27T02:06:18.162Z Downloaded progenitor-macro v0.13.0
2862026-02-27T02:06:18.166Z Downloaded pkg-config v0.3.31
2872026-02-27T02:06:18.169Z Downloaded progenitor-client v0.8.0
2882026-02-27T02:06:18.172Z Downloaded proc-macro-error-attr2 v2.0.0
2892026-02-27T02:06:18.176Z Downloaded progenitor-client v0.10.0
2902026-02-27T02:06:18.182Z Downloaded quick-error v1.2.3
2912026-02-27T02:06:18.182Z Downloaded pkcs8 v0.10.2
2922026-02-27T02:06:18.185Z Downloaded parking_lot v0.11.2
2932026-02-27T02:06:18.188Z Downloaded num-traits v0.2.19
2942026-02-27T02:06:18.191Z Downloaded progenitor-macro v0.11.2
2952026-02-27T02:06:18.196Z Downloaded polyval v0.6.2
2962026-02-27T02:06:18.199Z Downloaded crossterm v0.28.1
2972026-02-27T02:06:18.207Z Downloaded psl-types v2.0.11
2982026-02-27T02:06:18.210Z Downloaded pest_derive v2.8.2
2992026-02-27T02:06:18.214Z Downloaded progenitor-extras v0.1.0
3002026-02-27T02:06:18.217Z Downloaded rand_chacha v0.3.1
3012026-02-27T02:06:18.220Z Downloaded recursive v0.1.1
3022026-02-27T02:06:18.224Z Downloaded ref-cast-impl v1.0.25
3032026-02-27T02:06:18.230Z Downloaded recursive-proc-macro-impl v0.1.1
3042026-02-27T02:06:18.233Z Downloaded progenitor v0.10.0
3052026-02-27T02:06:18.233Z Downloaded radium v0.7.0
3062026-02-27T02:06:18.236Z Downloaded rfc6979 v0.4.0
3072026-02-27T02:06:18.239Z Downloaded proc-macro-error2 v2.0.1
3082026-02-27T02:06:18.243Z Downloaded progenitor v0.13.0
3092026-02-27T02:06:18.246Z Downloaded ref-cast v1.0.25
3102026-02-27T02:06:18.252Z Downloaded quote v1.0.44
3112026-02-27T02:06:18.256Z Downloaded quinn-udp v0.5.5
3122026-02-27T02:06:18.259Z Downloaded poly1305 v0.8.0
3132026-02-27T02:06:18.263Z Downloaded hashbrown v0.12.3
3142026-02-27T02:06:18.269Z Downloaded rustc_version v0.4.1
3152026-02-27T02:06:18.272Z Downloaded rustc-hash v2.1.1
3162026-02-27T02:06:18.275Z Downloaded r2d2 v0.8.10
3172026-02-27T02:06:18.278Z Downloaded rand_chacha v0.9.0
3182026-02-27T02:06:18.281Z Downloaded rustc_version v0.1.7
3192026-02-27T02:06:18.284Z Downloaded hyper-util v0.1.19
3202026-02-27T02:06:18.291Z Downloaded russh-cryptovec v0.7.3
3212026-02-27T02:06:18.294Z Downloaded pkcs5 v0.7.1
3222026-02-27T02:06:18.299Z Downloaded salsa20 v0.10.2
3232026-02-27T02:06:18.303Z Downloaded crossterm v0.29.0
3242026-02-27T02:06:18.310Z Downloaded relative-path v1.9.3
3252026-02-27T02:06:18.313Z Downloaded parking_lot v0.12.3
3262026-02-27T02:06:18.316Z Downloaded sapling-renderdag v0.1.0
3272026-02-27T02:06:18.319Z Downloaded postgres-types v0.2.9
3282026-02-27T02:06:18.323Z Downloaded scheduled-thread-pool v0.2.7
3292026-02-27T02:06:18.326Z Downloaded same-file v1.0.6
3302026-02-27T02:06:18.329Z Downloaded itertools v0.10.5
3312026-02-27T02:06:18.337Z Downloaded rustc-demangle v0.1.24
3322026-02-27T02:06:18.341Z Downloaded rust-argon2 v2.1.0
3332026-02-27T02:06:18.345Z Downloaded seq-macro v0.3.6
3342026-02-27T02:06:18.348Z Downloaded scrypt v0.11.0
3352026-02-27T02:06:18.351Z Downloaded pin-project v1.1.6
3362026-02-27T02:06:18.364Z Downloaded serde_bytes v0.11.19
3372026-02-27T02:06:18.368Z Downloaded serde-big-array v0.5.1
3382026-02-27T02:06:18.371Z Downloaded rusty-fork v0.3.0
3392026-02-27T02:06:18.375Z Downloaded serde_spanned v1.0.4
3402026-02-27T02:06:18.378Z Downloaded serde_spanned v0.6.9
3412026-02-27T02:06:18.381Z Downloaded serde_urlencoded v0.7.1
3422026-02-27T02:06:18.384Z Downloaded openssl-sys v0.9.109
3432026-02-27T02:06:18.391Z Downloaded serde_repr v0.1.19
3442026-02-27T02:06:18.395Z Downloaded shell-words v1.1.0
3452026-02-27T02:06:18.397Z Downloaded siphasher v0.3.11
3462026-02-27T02:06:18.400Z Downloaded sha1 v0.10.6
3472026-02-27T02:06:18.403Z Downloaded num-bigint v0.4.6
3482026-02-27T02:06:18.408Z Downloaded scroll v0.13.0
3492026-02-27T02:06:18.411Z Downloaded papergrid v0.17.0
3502026-02-27T02:06:18.418Z Downloaded simd-adler32 v0.3.7
3512026-02-27T02:06:18.421Z Downloaded signal-hook-mio v0.2.4
3522026-02-27T02:06:18.424Z Downloaded rustls-pki-types v1.14.0
3532026-02-27T02:06:18.428Z Downloaded semver v1.0.27
3542026-02-27T02:06:18.432Z Downloaded siphasher v1.0.1
3552026-02-27T02:06:18.435Z Downloaded slog-bunyan v2.5.0
3562026-02-27T02:06:18.438Z Downloaded similar-asserts v1.7.0
3572026-02-27T02:06:18.441Z Downloaded ryu v1.0.18
3582026-02-27T02:06:18.444Z Downloaded serde_path_to_error v0.1.20
3592026-02-27T02:06:18.448Z Downloaded progenitor-impl v0.10.0
3602026-02-27T02:06:18.451Z Downloaded serde_derive_internals v0.29.1
3612026-02-27T02:06:18.454Z Downloaded nom v7.1.3
3622026-02-27T02:06:18.461Z Downloaded smawk v0.3.2
3632026-02-27T02:06:18.464Z Downloaded sha2 v0.10.9
3642026-02-27T02:06:18.468Z Downloaded ssh-encoding v0.2.0
3652026-02-27T02:06:18.471Z Downloaded signal-hook-registry v1.4.2
3662026-02-27T02:06:18.474Z Downloaded ron v0.7.1
3672026-02-27T02:06:18.480Z Downloaded shlex v1.3.0
3682026-02-27T02:06:18.483Z Downloaded idna v1.0.3
3692026-02-27T02:06:18.487Z Downloaded ssh-cipher v0.2.0
3702026-02-27T02:06:18.491Z Downloaded structmeta v0.3.0
3712026-02-27T02:06:18.494Z Downloaded sqlparser_derive v0.5.0
3722026-02-27T02:06:18.494Z Downloaded strip-ansi-escapes v0.2.0
3732026-02-27T02:06:18.498Z Downloaded strsim v0.11.1
3742026-02-27T02:06:18.501Z Downloaded structmeta-derive v0.3.0
3752026-02-27T02:06:18.501Z Downloaded slab v0.4.9
3762026-02-27T02:06:18.505Z Downloaded slog-async v2.8.0
3772026-02-27T02:06:18.509Z Downloaded rcgen v0.12.1
3782026-02-27T02:06:18.512Z Downloaded smallvec v0.6.14
3792026-02-27T02:06:18.512Z Downloaded slog-stdlog v4.1.1
3802026-02-27T02:06:18.515Z Downloaded slog-json v2.6.1
3812026-02-27T02:06:18.518Z Downloaded supports-unicode v2.1.0
3822026-02-27T02:06:18.521Z Downloaded sync_wrapper v1.0.1
3832026-02-27T02:06:18.524Z Downloaded subtle v2.6.1
3842026-02-27T02:06:18.524Z Downloaded slog-term v2.9.2
3852026-02-27T02:06:18.527Z Downloaded tabled_derive v0.10.0
3862026-02-27T02:06:18.530Z Downloaded itertools v0.12.1
3872026-02-27T02:06:18.538Z Downloaded serde_tokenstream v0.2.3
3882026-02-27T02:06:18.541Z Downloaded take_mut v0.2.2
3892026-02-27T02:06:18.544Z Downloaded tagptr v0.2.0
3902026-02-27T02:06:18.547Z Downloaded sync-ptr v0.1.4
3912026-02-27T02:06:18.547Z Downloaded stable_deref_trait v1.2.0
3922026-02-27T02:06:18.551Z Downloaded rstest_macros v0.25.0
3932026-02-27T02:06:18.553Z Downloaded stringprep v0.1.5
3942026-02-27T02:06:18.556Z Downloaded tabled_derive v0.11.0
3952026-02-27T02:06:18.559Z Downloaded qorb v0.4.1
3962026-02-27T02:06:18.566Z Downloaded target-triple v0.1.3
3972026-02-27T02:06:18.570Z Downloaded goblin v0.8.2
3982026-02-27T02:06:18.572Z Downloaded strum v0.26.3
3992026-02-27T02:06:18.575Z Downloaded testing_table v0.3.0
4002026-02-27T02:06:18.579Z Downloaded terminal_size v0.4.0
4012026-02-27T02:06:18.583Z Downloaded strum_macros v0.24.3
4022026-02-27T02:06:18.583Z Downloaded publicsuffix v2.3.0
4032026-02-27T02:06:18.586Z Downloaded support-bundle-viewer v0.1.2
4042026-02-27T02:06:18.589Z Downloaded strum_macros v0.27.2
4052026-02-27T02:06:18.593Z Downloaded strum_macros v0.26.4
4062026-02-27T02:06:18.597Z Downloaded thread_local v1.1.8
4072026-02-27T02:06:18.601Z Downloaded smallvec v1.15.1
4082026-02-27T02:06:18.604Z Downloaded rsa v0.9.8
4092026-02-27T02:06:18.615Z Downloaded synstructure v0.13.1
4102026-02-27T02:06:18.615Z Downloaded schemars v0.9.0
4112026-02-27T02:06:18.623Z Downloaded tinyvec_macros v0.1.1
4122026-02-27T02:06:18.626Z Downloaded termcolor v1.4.1
4132026-02-27T02:06:18.629Z Downloaded rustls-webpki v0.103.9
4142026-02-27T02:06:18.632Z Downloaded termios v0.3.3
4152026-02-27T02:06:18.635Z Downloaded bindgen v0.71.1
4162026-02-27T02:06:18.640Z Downloaded slog v2.8.2
4172026-02-27T02:06:18.644Z Downloaded aws-lc-rs v1.16.0
4182026-02-27T02:06:18.654Z Downloaded try-lock v0.2.5
4192026-02-27T02:06:18.657Z Downloaded pest v2.8.2
4202026-02-27T02:06:18.660Z Downloaded schemars v1.0.4
4212026-02-27T02:06:18.674Z Downloaded typify-macro v0.4.3
4222026-02-27T02:06:18.677Z Downloaded socket2 v0.5.10
4232026-02-27T02:06:18.680Z Downloaded samael v0.0.19
4242026-02-27T02:06:18.683Z Downloaded tiny-keccak v2.0.2
4252026-02-27T02:06:18.686Z Downloaded p521 v0.13.3
4262026-02-27T02:06:18.689Z Downloaded typeid v1.0.3
4272026-02-27T02:06:18.692Z Downloaded tls_codec_derive v0.4.1
4282026-02-27T02:06:18.695Z Downloaded tinytemplate v1.2.1
4292026-02-27T02:06:18.695Z Downloaded tinystr v0.7.6
4302026-02-27T02:06:18.698Z Downloaded unicode-linebreak v0.1.5
4312026-02-27T02:06:18.698Z Downloaded typify-macro v0.6.1
4322026-02-27T02:06:18.701Z Downloaded tokio-rustls v0.25.0
4332026-02-27T02:06:18.701Z Downloaded tokio-macros v2.6.0
4342026-02-27T02:06:18.704Z Downloaded tokio-dtrace v0.1.0
4352026-02-27T02:06:18.707Z Downloaded tls_codec v0.4.1
4362026-02-27T02:06:18.707Z Downloaded time-macros v0.2.27
4372026-02-27T02:06:18.710Z Downloaded unarray v0.1.4
4382026-02-27T02:06:18.713Z Downloaded tokio-tungstenite v0.21.0
4392026-02-27T02:06:18.713Z Downloaded universal-hash v0.5.1
4402026-02-27T02:06:18.716Z Downloaded subprocess v0.2.9
4412026-02-27T02:06:18.719Z Downloaded unicode-truncate v1.1.0
4422026-02-27T02:06:18.719Z Downloaded term v1.1.0
4432026-02-27T02:06:18.722Z Downloaded term v0.7.0
4442026-02-27T02:06:18.725Z Downloaded unicode-xid v0.2.6
4452026-02-27T02:06:18.728Z Downloaded usdt-macro v0.6.0
4462026-02-27T02:06:18.728Z Downloaded serde v1.0.228
4472026-02-27T02:06:18.731Z Downloaded snafu v0.8.5
4482026-02-27T02:06:18.736Z Downloaded unit-prefix v0.5.1
4492026-02-27T02:06:18.740Z Downloaded untrusted v0.9.0
4502026-02-27T02:06:18.742Z Downloaded plotters v0.3.7
4512026-02-27T02:06:18.748Z Downloaded utf-8 v0.7.6
4522026-02-27T02:06:18.751Z Downloaded usdt-macro v0.5.0
4532026-02-27T02:06:18.751Z Downloaded tinyvec v1.8.0
4542026-02-27T02:06:18.753Z Downloaded utf16_iter v1.0.5
4552026-02-27T02:06:18.756Z Downloaded usdt-attr-macro v0.6.0
4562026-02-27T02:06:18.756Z Downloaded utf8parse v0.2.2
4572026-02-27T02:06:18.756Z Downloaded usdt-attr-macro v0.5.0
4582026-02-27T02:06:18.759Z Downloaded usdt v0.6.0
4592026-02-27T02:06:18.759Z Downloaded usdt v0.5.0
4602026-02-27T02:06:18.759Z Downloaded target-spec v3.5.0
4612026-02-27T02:06:18.763Z Downloaded tokio-rustls v0.24.1
4622026-02-27T02:06:18.766Z Downloaded unicase v2.8.1
4632026-02-27T02:06:18.766Z Downloaded tokio-stream v0.1.17
4642026-02-27T02:06:18.769Z Downloaded version_check v0.9.5
4652026-02-27T02:06:18.772Z Downloaded typify v0.2.0
4662026-02-27T02:06:18.775Z Downloaded utf8_iter v1.0.4
4672026-02-27T02:06:18.775Z Downloaded toml v0.8.23
4682026-02-27T02:06:18.778Z Downloaded tokio-native-tls v0.3.1
4692026-02-27T02:06:18.781Z Downloaded textwrap v0.16.2
4702026-02-27T02:06:18.783Z Downloaded textwrap v0.15.2
4712026-02-27T02:06:18.784Z Downloaded tar v0.4.44
4722026-02-27T02:06:18.787Z Downloaded wait-timeout v0.2.0
4732026-02-27T02:06:18.790Z Downloaded tokio-rustls v0.26.0
4742026-02-27T02:06:18.790Z Downloaded tui-tree-widget v0.23.1
4752026-02-27T02:06:18.792Z Downloaded tokio-tungstenite v0.23.1
4762026-02-27T02:06:18.796Z Downloaded write16 v1.0.0
4772026-02-27T02:06:18.796Z Downloaded toml_parser v1.0.6+spec-1.1.0
4782026-02-27T02:06:18.798Z Downloaded waitgroup v0.1.2
4792026-02-27T02:06:18.798Z Downloaded test-strategy v0.4.3
4802026-02-27T02:06:18.801Z Downloaded want v0.3.1
4812026-02-27T02:06:18.804Z Downloaded git2 v0.20.2
4822026-02-27T02:06:18.810Z Downloaded xattr v1.3.1
4832026-02-27T02:06:18.813Z Downloaded untrusted v0.7.1
4842026-02-27T02:06:18.813Z Downloaded trybuild v1.0.106
4852026-02-27T02:06:18.817Z Downloaded tracing-attributes v0.1.27
4862026-02-27T02:06:18.819Z Downloaded xshell-macros v0.2.7
4872026-02-27T02:06:18.819Z Downloaded usdt-impl v0.6.0
4882026-02-27T02:06:18.822Z Downloaded usdt-impl v0.5.0
4892026-02-27T02:06:18.822Z Downloaded twox-hash v2.1.0
4902026-02-27T02:06:18.825Z Downloaded typenum v1.17.0
4912026-02-27T02:06:18.828Z Downloaded goblin v0.10.2
4922026-02-27T02:06:18.833Z Downloaded ucd-trie v0.1.7
4932026-02-27T02:06:18.836Z Downloaded thiserror-no-std v2.0.2
4942026-02-27T02:06:18.838Z Downloaded rustyline v14.0.0
4952026-02-27T02:06:18.843Z Downloaded zerofrom-derive v0.1.4
4962026-02-27T02:06:18.847Z Downloaded zerofrom v0.1.4
4972026-02-27T02:06:18.847Z Downloaded vsss-rs v3.3.4
4982026-02-27T02:06:18.850Z Downloaded unicode-properties v0.1.3
4992026-02-27T02:06:18.850Z Downloaded zone_cfg_derive v0.1.2
5002026-02-27T02:06:18.850Z Downloaded zeroize_derive v1.4.2
5012026-02-27T02:06:18.853Z Downloaded vte_generate_state_changes v0.1.2
5022026-02-27T02:06:18.853Z Downloaded vergen-lib v0.1.6
5032026-02-27T02:06:18.859Z Downloaded vergen-gitcl v1.0.8
5042026-02-27T02:06:18.859Z Downloaded vergen-git2 v1.0.7
5052026-02-27T02:06:18.862Z Downloaded void v1.0.2
5062026-02-27T02:06:18.862Z Downloaded uzers v0.12.1
5072026-02-27T02:06:18.862Z Downloaded russh v0.45.0
5082026-02-27T02:06:18.865Z Downloaded toml v0.7.8
5092026-02-27T02:06:18.868Z Downloaded zone v0.3.1
5102026-02-27T02:06:18.869Z Downloaded async-std v1.13.0
5112026-02-27T02:06:18.887Z Downloaded zone_cfg_derive v0.3.0
5122026-02-27T02:06:18.890Z Downloaded zone v0.1.8
5132026-02-27T02:06:18.890Z Downloaded yoke-derive v0.7.4
5142026-02-27T02:06:18.890Z Downloaded yoke v0.7.4
5152026-02-27T02:06:18.893Z Downloaded writeable v0.5.5
5162026-02-27T02:06:18.893Z Downloaded whoami v1.5.2
5172026-02-27T02:06:18.896Z Downloaded xshell v0.2.7
5182026-02-27T02:06:18.896Z Downloaded wyz v0.5.1
5192026-02-27T02:06:18.900Z Downloaded walkdir v2.5.0
5202026-02-27T02:06:18.900Z Downloaded steno v0.4.1
5212026-02-27T02:06:18.903Z Downloaded xz2 v0.1.7
5222026-02-27T02:06:18.906Z Downloaded typify v0.6.1
5232026-02-27T02:06:18.909Z Downloaded typify v0.4.3
5242026-02-27T02:06:18.912Z Downloaded value-bag v1.12.0
5252026-02-27T02:06:18.915Z Downloaded unicode-bidi v0.3.17
5262026-02-27T02:06:18.918Z Downloaded vergen v9.0.6
5272026-02-27T02:06:18.919Z Downloaded unicode-ident v1.0.24
5282026-02-27T02:06:18.922Z Downloaded reedline v0.40.0
5292026-02-27T02:06:18.926Z Downloaded zmij v1.0.15
5302026-02-27T02:06:18.929Z Downloaded zeroize v1.8.1
5312026-02-27T02:06:18.929Z Downloaded zerovec-derive v0.10.3
5322026-02-27T02:06:18.932Z Downloaded toml v0.9.11+spec-1.1.0
5332026-02-27T02:06:18.936Z Downloaded vte v0.11.1
5342026-02-27T02:06:18.939Z Downloaded rpassword v7.4.0
5352026-02-27T02:06:18.939Z Downloaded zstd-safe v7.2.3
5362026-02-27T02:06:18.942Z Downloaded zstd v0.13.3
5372026-02-27T02:06:18.944Z Downloaded portable-atomic v1.11.0
5382026-02-27T02:06:18.948Z Downloaded uuid v1.19.0
5392026-02-27T02:06:18.951Z Downloaded tungstenite v0.21.0
5402026-02-27T02:06:18.954Z Downloaded reqwest v0.13.2
5412026-02-27T02:06:18.959Z Downloaded zerocopy-derive v0.7.35
5422026-02-27T02:06:18.963Z Downloaded zerocopy v0.6.6
5432026-02-27T02:06:18.966Z Downloaded yasna v0.5.2
5442026-02-27T02:06:18.969Z Downloaded reqwest v0.12.28
5452026-02-27T02:06:18.972Z Downloaded toml_edit v0.22.27
5462026-02-27T02:06:18.976Z Downloaded unsafe-libyaml v0.2.11
5472026-02-27T02:06:18.978Z Downloaded moka v0.12.10
5482026-02-27T02:06:18.987Z Downloaded toml_edit v0.19.15
5492026-02-27T02:06:19.004Z Downloaded url v2.5.4
5502026-02-27T02:06:19.009Z Downloaded icu_properties_data v1.5.0
5512026-02-27T02:06:19.015Z Downloaded serde_json v1.0.149
5522026-02-27T02:06:19.021Z Downloaded proptest v1.7.0
5532026-02-27T02:06:19.031Z Downloaded zopfli v0.8.1
5542026-02-27T02:06:19.034Z Downloaded unicode_categories v0.1.1
5552026-02-27T02:06:19.034Z Downloaded rustls-webpki v0.101.7
5562026-02-27T02:06:19.045Z Downloaded salty v0.3.0
5572026-02-27T02:06:19.051Z Downloaded rayon v1.10.0
5582026-02-27T02:06:19.059Z Downloaded petname v2.0.2
5592026-02-27T02:06:19.063Z Downloaded tower v0.5.2
5602026-02-27T02:06:19.071Z Downloaded regex v1.12.3
5612026-02-27T02:06:19.078Z Downloaded yansi v1.0.1
5622026-02-27T02:06:19.081Z Downloaded quick-xml v0.37.2
5632026-02-27T02:06:19.083Z Downloaded unicode-segmentation v1.12.0
5642026-02-27T02:06:19.086Z Downloaded object v0.30.4
5652026-02-27T02:06:19.094Z Downloaded typed-path v0.9.3
5662026-02-27T02:06:19.099Z Downloaded rustls-webpki v0.102.8
5672026-02-27T02:06:19.116Z Downloaded zip v0.6.6
5682026-02-27T02:06:19.119Z Downloaded x509-cert v0.2.5
5692026-02-27T02:06:19.125Z Downloaded tough v0.20.0
5702026-02-27T02:06:19.133Z Downloaded tower-http v0.6.8
5712026-02-27T02:06:19.140Z Downloaded unicode-normalization v0.1.24
5722026-02-27T02:06:19.143Z Downloaded nix v0.28.0
5732026-02-27T02:06:19.152Z Downloaded openssl v0.10.73
5742026-02-27T02:06:19.160Z Downloaded radix_trie v0.2.1
5752026-02-27T02:06:19.164Z Downloaded bstr v1.10.0
5762026-02-27T02:06:19.172Z Downloaded polar-core v0.27.3
5772026-02-27T02:06:19.179Z Downloaded zerovec v0.10.4
5782026-02-27T02:06:19.184Z Downloaded nix v0.27.1
5792026-02-27T02:06:19.193Z Downloaded dropshot v0.16.7
5802026-02-27T02:06:19.212Z Downloaded zip v4.2.0
5812026-02-27T02:06:19.215Z Downloaded zerocopy v0.7.35
5822026-02-27T02:06:19.230Z Downloaded tabled v0.18.0
5832026-02-27T02:06:19.245Z Downloaded tabled v0.20.0
5842026-02-27T02:06:19.260Z Downloaded zlib-rs v0.5.1
5852026-02-27T02:06:19.264Z Downloaded diesel v2.2.12
5862026-02-27T02:06:19.281Z Downloaded tabled v0.15.0
5872026-02-27T02:06:19.295Z Downloaded winnow v0.6.26
5882026-02-27T02:06:19.302Z Downloaded vcpkg v0.2.15
5892026-02-27T02:06:19.337Z Downloaded syn v2.0.117
5902026-02-27T02:06:19.347Z Downloaded nix v0.30.1
5912026-02-27T02:06:19.357Z Downloaded unicode-width v0.1.14
5922026-02-27T02:06:19.361Z Downloaded syn v1.0.109
5932026-02-27T02:06:19.372Z Downloaded winnow v0.7.14
5942026-02-27T02:06:19.379Z Downloaded smoltcp v0.9.1
5952026-02-27T02:06:19.388Z Downloaded zerocopy v0.8.27
5962026-02-27T02:06:19.408Z Downloaded smoltcp v0.11.0
5972026-02-27T02:06:19.418Z Downloaded object v0.37.3
5982026-02-27T02:06:19.427Z Downloaded webpki-roots v1.0.1
5992026-02-27T02:06:19.430Z Downloaded rustls v0.22.4
6002026-02-27T02:06:19.442Z Downloaded openapiv3 v2.2.0
6012026-02-27T02:06:19.450Z Downloaded unicode-width v0.2.0
6022026-02-27T02:06:19.455Z Downloaded regress v0.10.5
6032026-02-27T02:06:19.462Z Downloaded rustix v0.38.37
6042026-02-27T02:06:19.486Z Downloaded sqlparser v0.61.0
6052026-02-27T02:06:19.490Z Downloaded bzip2-sys v0.1.13+1.0.8
6062026-02-27T02:06:19.500Z Downloaded regex-syntax v0.8.5
6072026-02-27T02:06:19.508Z Downloaded typify-impl v0.6.1
6082026-02-27T02:06:19.520Z Downloaded rustix v1.1.3
6092026-02-27T02:06:19.541Z Downloaded typify-impl v0.2.0
6102026-02-27T02:06:19.553Z Downloaded typify-impl v0.4.3
6112026-02-27T02:06:19.565Z Downloaded time v0.3.47
6122026-02-27T02:06:19.577Z Downloaded rustls v0.23.37
6132026-02-27T02:06:19.587Z Downloaded regex-syntax v0.6.29
6142026-02-27T02:06:19.593Z Downloaded sled v0.34.7
6152026-02-27T02:06:19.601Z Downloaded rustls v0.21.12
6162026-02-27T02:06:19.611Z Downloaded ratatui v0.29.0
6172026-02-27T02:06:19.628Z Downloaded winnow v0.5.40
6182026-02-27T02:06:19.636Z Downloaded object v0.36.5
6192026-02-27T02:06:19.645Z Downloaded hickory-proto v0.25.2
6202026-02-27T02:06:19.659Z Downloaded libz-sys v1.1.20
6212026-02-27T02:06:19.676Z Downloaded petgraph v0.8.2
6222026-02-27T02:06:19.694Z Downloaded nix v0.29.0
6232026-02-27T02:06:19.704Z Downloaded quinn-proto v0.11.13
6242026-02-27T02:06:19.710Z Downloaded hickory-proto v0.24.4
6252026-02-27T02:06:19.723Z Downloaded zerocopy-derive v0.6.6
6262026-02-27T02:06:19.731Z Downloaded regex-automata v0.4.14
6272026-02-27T02:06:19.744Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6282026-02-27T02:06:19.760Z Downloaded petgraph v0.6.5
6292026-02-27T02:06:19.776Z Downloaded chrono-tz v0.10.4
6302026-02-27T02:06:19.791Z Downloaded jiff v0.2.15
6312026-02-27T02:06:19.805Z Downloaded lzma-sys v0.1.20
6322026-02-27T02:06:19.831Z Downloaded csv v1.3.1
6332026-02-27T02:06:19.848Z Downloaded libc v0.2.180
6342026-02-27T02:06:19.876Z Downloaded curve25519-dalek v4.1.3
6352026-02-27T02:06:19.883Z Downloaded zerocopy-derive v0.8.27
6362026-02-27T02:06:19.889Z Downloaded tokio-util v0.7.15
6372026-02-27T02:06:19.895Z Downloaded serde_with v3.16.1
6382026-02-27T02:06:19.905Z Downloaded gimli v0.31.1
6392026-02-27T02:06:19.912Z Downloaded ssh-key v0.6.6
6402026-02-27T02:06:19.919Z Downloaded tracing-core v0.1.32
6412026-02-27T02:06:19.922Z Downloaded sha3 v0.10.8
6422026-02-27T02:06:19.925Z Downloaded tokio v1.49.0
6432026-02-27T02:06:19.959Z Downloaded tracing v0.1.40
6442026-02-27T02:06:19.963Z Downloaded tokio-postgres v0.7.13
6452026-02-27T02:06:19.967Z Downloaded lalrpop v0.19.12
6462026-02-27T02:06:19.976Z Downloaded p384 v0.13.1
6472026-02-27T02:06:19.980Z Downloaded tungstenite v0.23.0
6482026-02-27T02:06:19.983Z Downloaded toml_writer v1.0.6+spec-1.1.0
6492026-02-27T02:06:19.986Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6502026-02-27T02:06:19.986Z Downloaded tempfile v3.24.0
6512026-02-27T02:06:19.989Z Downloaded serde_yaml v0.9.34+deprecated
6522026-02-27T02:06:19.992Z Downloaded quinn v0.11.9
6532026-02-27T02:06:19.995Z Downloaded typify-macro v0.2.0
6542026-02-27T02:06:19.995Z Downloaded trait-variant v0.1.2
6552026-02-27T02:06:19.995Z Downloaded tower-service v0.3.3
6562026-02-27T02:06:19.998Z Downloaded thiserror-impl v2.0.18
6572026-02-27T02:06:19.998Z Downloaded thiserror-impl v1.0.69
6582026-02-27T02:06:19.998Z Downloaded thiserror v2.0.18
6592026-02-27T02:06:20.004Z Downloaded socket2 v0.6.1
6602026-02-27T02:06:20.007Z Downloaded hkdf v0.12.4
6612026-02-27T02:06:20.010Z Downloaded httpmock v0.8.0-alpha.1
6622026-02-27T02:06:20.025Z Downloaded encoding_rs v0.8.34
6632026-02-27T02:06:20.044Z Downloaded tower-layer v0.3.3
6642026-02-27T02:06:20.047Z Downloaded topological-sort v0.2.2
6652026-02-27T02:06:20.047Z Downloaded toml_write v0.1.2
6662026-02-27T02:06:20.047Z Downloaded toml_datetime v0.6.11
6672026-02-27T02:06:20.050Z Downloaded thiserror v1.0.69
6682026-02-27T02:06:20.053Z Downloaded itertools v0.14.0
6692026-02-27T02:06:20.059Z Downloaded rand v0.9.2
6702026-02-27T02:06:20.062Z Downloaded serde_core v1.0.228
6712026-02-27T02:06:20.065Z Downloaded time-core v0.1.8
6722026-02-27T02:06:20.068Z Downloaded thread-id v5.0.0
6732026-02-27T02:06:20.068Z Downloaded thread-id v4.2.2
6742026-02-27T02:06:20.068Z Downloaded thiserror-impl-no-std v2.0.2
6752026-02-27T02:06:20.071Z Downloaded target-lexicon v0.13.2
6762026-02-27T02:06:20.071Z Downloaded ring v0.17.14
6772026-02-27T02:06:20.108Z Downloaded spin v0.9.8
6782026-02-27T02:06:20.111Z Downloaded similar v2.7.0
6792026-02-27T02:06:20.115Z Downloaded signal-hook v0.3.18
6802026-02-27T02:06:20.118Z Downloaded terminal_size v0.1.17
6812026-02-27T02:06:20.122Z Downloaded termtree v0.5.1
6822026-02-27T02:06:20.122Z Downloaded chrono v0.4.43
6832026-02-27T02:06:20.127Z Downloaded serde_derive v1.0.228
6842026-02-27T02:06:20.130Z Downloaded iri-string v0.7.8
6852026-02-27T02:06:20.134Z Downloaded tap v1.0.1
6862026-02-27T02:06:20.137Z Downloaded tabwriter v1.4.0
6872026-02-27T02:06:20.137Z Downloaded tabled_derive v0.7.0
6882026-02-27T02:06:20.137Z Downloaded string_cache v0.8.9
6892026-02-27T02:06:20.140Z Downloaded stacker v0.1.23
6902026-02-27T02:06:20.140Z Downloaded sqlformat v0.3.5
6912026-02-27T02:06:20.143Z Downloaded spki v0.7.3
6922026-02-27T02:06:20.143Z Downloaded rand v0.8.5
6932026-02-27T02:06:20.146Z Downloaded stringmetrics v2.2.2
6942026-02-27T02:06:20.149Z Downloaded static_assertions v1.1.0
6952026-02-27T02:06:20.149Z Downloaded num-bigint-dig v0.8.6
6962026-02-27T02:06:20.152Z Downloaded iddqd v0.3.16
6972026-02-27T02:06:20.158Z Downloaded snafu-derive v0.8.5
6982026-02-27T02:06:20.161Z Downloaded serde_with_macros v3.16.1
6992026-02-27T02:06:20.161Z Downloaded schemars v0.8.22
7002026-02-27T02:06:20.171Z Downloaded hyper v1.8.1
7012026-02-27T02:06:20.177Z Downloaded swrite v0.1.0
7022026-02-27T02:06:20.180Z Downloaded libgit2-sys v0.18.2+1.9.1
7032026-02-27T02:06:20.230Z Downloaded smf v0.2.3
7042026-02-27T02:06:20.234Z Downloaded supports-hyperlinks v2.1.0
7052026-02-27T02:06:20.234Z Downloaded supports-color v3.0.2
7062026-02-27T02:06:20.234Z Downloaded supports-color v2.1.0
7072026-02-27T02:06:20.237Z Downloaded strum v0.27.2
7082026-02-27T02:06:20.237Z Downloaded slog-scope v4.4.0
7092026-02-27T02:06:20.237Z Downloaded futures-util v0.3.31
7102026-02-27T02:06:20.247Z Downloaded slog-envlogger v2.2.0
7112026-02-27T02:06:20.250Z Downloaded slog-dtrace v0.3.0
7122026-02-27T02:06:20.250Z Downloaded serde_cbor v0.11.2
7132026-02-27T02:06:20.253Z Downloaded rayon-core v1.12.1
7142026-02-27T02:06:20.256Z Downloaded itertools v0.13.0
7152026-02-27T02:06:20.261Z Downloaded h2 v0.4.6
7162026-02-27T02:06:20.267Z Downloaded rustls-platform-verifier v0.6.2
7172026-02-27T02:06:20.270Z Downloaded rand_distr v0.5.1
7182026-02-27T02:06:20.273Z Downloaded russh-keys v0.45.0
7192026-02-27T02:06:20.276Z Downloaded rstest v0.25.0
7202026-02-27T02:06:20.281Z Downloaded pretty_assertions v1.4.1
7212026-02-27T02:06:20.284Z Downloaded ron v0.8.1
7222026-02-27T02:06:20.288Z Downloaded serde-untagged v0.1.7
7232026-02-27T02:06:20.291Z Downloaded sigpipe v0.1.3
7242026-02-27T02:06:20.291Z Downloaded signature v2.2.0
7252026-02-27T02:06:20.294Z Downloaded signal-hook-tokio v0.3.1
7262026-02-27T02:06:20.294Z Downloaded serde-hex v0.1.0
7272026-02-27T02:06:20.294Z Downloaded progenitor-impl v0.11.2
7282026-02-27T02:06:20.297Z Downloaded hashbrown v0.14.5
7292026-02-27T02:06:20.300Z Downloaded sec1 v0.7.3
7302026-02-27T02:06:20.304Z Downloaded sct v0.7.1
7312026-02-27T02:06:20.307Z Downloaded libxml v0.3.3
7322026-02-27T02:06:20.310Z Downloaded hashbrown v0.15.4
7332026-02-27T02:06:20.315Z Downloaded clap_builder v4.5.48
7342026-02-27T02:06:20.321Z Downloaded scroll v0.12.0
7352026-02-27T02:06:20.324Z Downloaded prettyplease v0.2.36
7362026-02-27T02:06:20.327Z Downloaded blake3 v1.5.4
7372026-02-27T02:06:20.333Z Downloaded serde_plain v1.0.2
7382026-02-27T02:06:20.336Z Downloaded scopeguard v1.2.0
7392026-02-27T02:06:20.336Z Downloaded schemars_derive v0.8.22
7402026-02-27T02:06:20.339Z Downloaded prefix-trie v0.7.0
7412026-02-27T02:06:20.341Z Downloaded serde_regex v1.1.0
7422026-02-27T02:06:20.341Z Downloaded minimal-lexical v0.2.1
7432026-02-27T02:06:20.345Z Downloaded hashbrown v0.16.1
7442026-02-27T02:06:20.349Z Downloaded serde-value v0.7.0
7452026-02-27T02:06:20.352Z Downloaded progenitor-impl v0.13.0
7462026-02-27T02:06:20.355Z Downloaded guppy v0.17.20
7472026-02-27T02:06:20.358Z Downloaded rustversion v1.0.22
7482026-02-27T02:06:20.361Z Downloaded semver v0.1.20
7492026-02-27T02:06:20.364Z Downloaded secrecy v0.10.3
7502026-02-27T02:06:20.364Z Downloaded secrecy v0.8.0
7512026-02-27T02:06:20.364Z Downloaded scroll_derive v0.13.1
7522026-02-27T02:06:20.367Z Downloaded rustls-pemfile v2.2.0
7532026-02-27T02:06:20.367Z Downloaded rustls-pemfile v1.0.4
7542026-02-27T02:06:20.371Z Downloaded rustls-native-certs v0.8.1
7552026-02-27T02:06:20.371Z Downloaded proc-macro2 v1.0.106
7562026-02-27T02:06:20.374Z Downloaded mio v1.0.2
7572026-02-27T02:06:20.378Z Downloaded scroll_derive v0.12.0
7582026-02-27T02:06:20.380Z Downloaded rtoolbox v0.0.2
7592026-02-27T02:06:20.380Z Downloaded resolv-conf v0.7.0
7602026-02-27T02:06:20.383Z Downloaded libm v0.2.8
7612026-02-27T02:06:20.388Z Downloaded postcard v1.0.10
7622026-02-27T02:06:20.391Z Downloaded polling v3.7.3
7632026-02-27T02:06:20.394Z Downloaded memchr v2.7.4
7642026-02-27T02:06:20.398Z Downloaded rand_seeder v0.4.0
7652026-02-27T02:06:20.401Z Downloaded rand_core v0.9.3
7662026-02-27T02:06:20.401Z Downloaded rand_core v0.6.4
7672026-02-27T02:06:20.404Z Downloaded progenitor-impl v0.8.0
7682026-02-27T02:06:20.404Z Downloaded hickory-server v0.25.2
7692026-02-27T02:06:20.407Z Downloaded bitvec v1.0.1
7702026-02-27T02:06:20.421Z Downloaded http v1.4.0
7712026-02-27T02:06:20.424Z Downloaded predicates v3.1.3
7722026-02-27T02:06:20.427Z Downloaded miette v5.10.0
7732026-02-27T02:06:20.430Z Downloaded criterion v0.7.0
7742026-02-27T02:06:20.436Z Downloaded pest_meta v2.8.2
7752026-02-27T02:06:20.439Z Downloaded papergrid v0.14.0
7762026-02-27T02:06:20.442Z Downloaded psm v0.1.30
7772026-02-27T02:06:20.445Z Downloaded progenitor v0.11.2
7782026-02-27T02:06:20.448Z Downloaded indexmap v2.13.0
7792026-02-27T02:06:20.451Z Downloaded pkcs1 v0.7.5
7802026-02-27T02:06:20.454Z Downloaded p256 v0.13.2
7812026-02-27T02:06:20.457Z Downloaded owo-colors v4.2.3
7822026-02-27T02:06:20.457Z Downloaded proc-macro-error v1.0.4
7832026-02-27T02:06:20.461Z Downloaded primeorder v0.13.6
7842026-02-27T02:06:20.464Z Downloaded papergrid v0.11.0
7852026-02-27T02:06:20.475Z Downloaded oxide-update-engine-types v0.1.0
7862026-02-27T02:06:20.475Z Downloaded oso v0.27.3
7872026-02-27T02:06:20.475Z Downloaded rand_xorshift v0.4.0
7882026-02-27T02:06:20.475Z Downloaded progenitor-client v0.13.0
7892026-02-27T02:06:20.475Z Downloaded icu_collections v1.5.0
7902026-02-27T02:06:20.478Z Downloaded progenitor-macro v0.10.0
7912026-02-27T02:06:20.481Z Downloaded progenitor v0.8.0
7922026-02-27T02:06:20.481Z Downloaded ppv-lite86 v0.2.20
7932026-02-27T02:06:20.481Z Downloaded postgres-protocol v0.6.8
7942026-02-27T02:06:20.485Z Downloaded pem v3.0.5
7952026-02-27T02:06:20.485Z Downloaded hashbrown v0.13.2
7962026-02-27T02:06:20.488Z Downloaded pin-project-internal v1.1.6
7972026-02-27T02:06:20.491Z Downloaded proc-macro-error-attr v1.0.4
7982026-02-27T02:06:20.491Z Downloaded progenitor-macro v0.8.0
7992026-02-27T02:06:20.491Z Downloaded progenitor-client v0.11.2
8002026-02-27T02:06:20.495Z Downloaded phf v0.12.1
8012026-02-27T02:06:20.495Z Downloaded phf_shared v0.12.1
8022026-02-27T02:06:20.495Z Downloaded phf v0.11.2
8032026-02-27T02:06:20.495Z Downloaded pest_generator v2.8.2
8042026-02-27T02:06:20.498Z Downloaded pem-rfc7468 v0.7.0
8052026-02-27T02:06:20.498Z Downloaded pretty-hex v0.4.1
8062026-02-27T02:06:20.501Z Downloaded omicron-zone-package v0.12.2
8072026-02-27T02:06:20.501Z Downloaded expectorate v1.2.0
8082026-02-27T02:06:20.504Z Downloaded path-tree v0.8.1
8092026-02-27T02:06:20.504Z Downloaded once_cell v1.21.3
8102026-02-27T02:06:20.507Z Downloaded hickory-resolver v0.25.2
8112026-02-27T02:06:20.510Z Downloaded knuffel v3.2.0
8122026-02-27T02:06:20.513Z Downloaded aes v0.8.4
8132026-02-27T02:06:20.516Z Downloaded jiff-static v0.2.15
8142026-02-27T02:06:20.519Z Downloaded indicatif v0.18.0
8152026-02-27T02:06:20.522Z Downloaded password-hash v0.4.2
8162026-02-27T02:06:20.524Z Downloaded partial-io v0.5.4
8172026-02-27T02:06:20.524Z Downloaded miniz_oxide v0.8.5
8182026-02-27T02:06:20.527Z Downloaded pretty-hex v0.2.1
8192026-02-27T02:06:20.527Z Downloaded predicates-core v1.0.8
8202026-02-27T02:06:20.531Z Downloaded precomputed-hash v0.1.1
8212026-02-27T02:06:20.531Z Downloaded paste v1.0.15
8222026-02-27T02:06:20.534Z Downloaded parse-display-derive v0.10.0
8232026-02-27T02:06:20.534Z Downloaded parking_lot_core v0.9.10
8242026-02-27T02:06:20.534Z Downloaded parking_lot_core v0.8.6
8252026-02-27T02:06:20.537Z Downloaded indicatif v0.17.11
8262026-02-27T02:06:20.540Z Downloaded log v0.4.29
8272026-02-27T02:06:20.543Z Downloaded hickory-resolver v0.24.4
8282026-02-27T02:06:20.546Z Downloaded oxnet v0.1.4
8292026-02-27T02:06:20.548Z Downloaded oxide-update-engine-display v0.1.0
8302026-02-27T02:06:20.548Z Downloaded oxide-tokio-rt v0.1.2
8312026-02-27T02:06:20.551Z Downloaded owo-colors v3.5.0
8322026-02-27T02:06:20.551Z Downloaded icu_normalizer v1.5.0
8332026-02-27T02:06:20.554Z Downloaded path-slash v0.1.5
8342026-02-27T02:06:20.557Z Downloaded parse-size v1.1.0
8352026-02-27T02:06:20.557Z Downloaded num-rational v0.4.2
8362026-02-27T02:06:20.557Z Downloaded memmap2 v0.9.8
8372026-02-27T02:06:20.560Z Downloaded indexmap v1.9.3
8382026-02-27T02:06:20.563Z Downloaded heapless v0.8.0
8392026-02-27T02:06:20.566Z Downloaded crossbeam-channel v0.5.15
8402026-02-27T02:06:20.569Z Downloaded heapless v0.7.17
8412026-02-27T02:06:20.572Z Downloaded headers v0.4.1
8422026-02-27T02:06:20.577Z Downloaded icu_provider v1.5.0
8432026-02-27T02:06:20.580Z Downloaded flume v0.11.1
8442026-02-27T02:06:20.583Z Downloaded crypto-bigint v0.5.5
8452026-02-27T02:06:20.589Z Downloaded num-complex v0.4.6
8462026-02-27T02:06:20.593Z Downloaded nu-ansi-term v0.50.1
8472026-02-27T02:06:20.593Z Downloaded newtype-uuid v1.3.2
8482026-02-27T02:06:20.595Z Downloaded icu_properties v1.5.1
8492026-02-27T02:06:20.599Z Downloaded icu_normalizer_data v1.5.0
8502026-02-27T02:06:20.602Z Downloaded icu_locid v1.5.0
8512026-02-27T02:06:20.605Z Downloaded der v0.7.10
8522026-02-27T02:06:20.609Z Downloaded multer v3.1.0
8532026-02-27T02:06:20.612Z Downloaded fatfs v0.3.6
8542026-02-27T02:06:20.615Z Downloaded fancy-regex v0.14.0
8552026-02-27T02:06:20.619Z Downloaded aho-corasick v1.1.3
8562026-02-27T02:06:20.622Z Downloaded openssl-macros v0.1.1
8572026-02-27T02:06:20.622Z Downloaded opaque-debug v0.3.1
8582026-02-27T02:06:20.622Z Downloaded oorandom v11.1.4
8592026-02-27T02:06:20.625Z Downloaded mime_guess v2.0.5
8602026-02-27T02:06:20.625Z Downloaded litrs v0.4.1
8612026-02-27T02:06:20.628Z Downloaded nanorand v0.7.0
8622026-02-27T02:06:20.631Z Downloaded libloading v0.8.5
8632026-02-27T02:06:20.631Z Downloaded ingot-macros v0.1.1
8642026-02-27T02:06:20.635Z Downloaded ed25519-dalek v2.1.1
8652026-02-27T02:06:20.638Z Downloaded dropshot_endpoint v0.16.7
8662026-02-27T02:06:20.640Z Downloaded base64 v0.21.7
8672026-02-27T02:06:20.643Z Downloaded num-derive v0.3.3
8682026-02-27T02:06:20.643Z Downloaded native-tls v0.2.12
8692026-02-27T02:06:20.646Z Downloaded linear-map v1.2.0
8702026-02-27T02:06:20.650Z Downloaded newtype-uuid-macros v0.1.0
8712026-02-27T02:06:20.650Z Downloaded lock_api v0.4.12
8722026-02-27T02:06:20.650Z Downloaded linked-hash-map v0.5.6
8732026-02-27T02:06:20.653Z Downloaded num-conv v0.2.0
8742026-02-27T02:06:20.653Z Downloaded md-5 v0.10.6
8752026-02-27T02:06:20.653Z Downloaded icu_locid_transform_data v1.5.0
8762026-02-27T02:06:20.656Z Downloaded hyper-staticfile v0.10.1
8772026-02-27T02:06:20.659Z Downloaded httparse v1.9.5
8782026-02-27T02:06:20.659Z Downloaded getrandom v0.3.4
8792026-02-27T02:06:20.662Z Downloaded libtest-mimic v0.8.1
8802026-02-27T02:06:20.665Z Downloaded lalrpop-util v0.19.12
8812026-02-27T02:06:20.665Z Downloaded bumpalo v3.16.0
8822026-02-27T02:06:20.668Z Downloaded newtype_derive v0.1.6
8832026-02-27T02:06:20.670Z Downloaded nested v0.1.1
8842026-02-27T02:06:20.670Z Downloaded litemap v0.7.3
8852026-02-27T02:06:20.673Z Downloaded ipnet v2.11.0
8862026-02-27T02:06:20.673Z Downloaded miette-derive v5.10.0
8872026-02-27T02:06:20.678Z Downloaded libefi-sys v0.1.0
8882026-02-27T02:06:20.678Z Downloaded knuffel-derive v3.2.0
8892026-02-27T02:06:20.678Z Downloaded hyper-rustls v0.27.7
8902026-02-27T02:06:20.681Z Downloaded dropshot-api-manager v0.3.0
8912026-02-27T02:06:20.684Z Downloaded ipnetwork v0.21.1
8922026-02-27T02:06:20.684Z Downloaded hmac v0.12.1
8932026-02-27T02:06:20.687Z Downloaded hickory-client v0.25.2
8942026-02-27T02:06:20.687Z Downloaded ingot v0.1.1
8952026-02-27T02:06:20.690Z Downloaded futures v0.3.31
8962026-02-27T02:06:20.694Z Downloaded keccak v0.1.5
8972026-02-27T02:06:20.697Z Downloaded jobserver v0.1.32
8982026-02-27T02:06:20.697Z Downloaded derive_more v2.0.1
8992026-02-27T02:06:20.704Z Downloaded crc32fast v1.4.2
9002026-02-27T02:06:20.707Z Downloaded memmap v0.7.0
9012026-02-27T02:06:20.712Z Downloaded maybe-uninit v2.0.0
9022026-02-27T02:06:20.712Z Downloaded match_cfg v0.1.0
9032026-02-27T02:06:20.712Z Downloaded lru-slab v0.1.2
9042026-02-27T02:06:20.712Z Downloaded lru v0.12.5
9052026-02-27T02:06:20.716Z Downloaded bytes v1.11.1
9062026-02-27T02:06:20.719Z Downloaded managed v0.8.0
9072026-02-27T02:06:20.719Z Downloaded macaddr v1.0.1
9082026-02-27T02:06:20.719Z Downloaded lzss v0.8.2
9092026-02-27T02:06:20.722Z Downloaded lru-cache v0.1.2
9102026-02-27T02:06:20.722Z Downloaded lockfree-object-pool v0.1.6
9112026-02-27T02:06:20.725Z Downloaded half v1.8.3
9122026-02-27T02:06:20.728Z Downloaded compact_str v0.8.0
9132026-02-27T02:06:20.731Z Downloaded darling_core v0.20.10
9142026-02-27T02:06:20.734Z Downloaded libscf-sys v1.1.0
9152026-02-27T02:06:20.734Z Downloaded humantime v2.2.0
9162026-02-27T02:06:20.737Z Downloaded http-body-util v0.1.3
9172026-02-27T02:06:20.737Z Downloaded getrandom v0.2.15
9182026-02-27T02:06:20.740Z Downloaded globset v0.4.15
9192026-02-27T02:06:20.743Z Downloaded elliptic-curve v0.13.8
9202026-02-27T02:06:20.746Z Downloaded hyper-tls v0.6.0
9212026-02-27T02:06:20.746Z Downloaded highway v1.3.0
9222026-02-27T02:06:20.749Z Downloaded futures-lite v2.3.0
9232026-02-27T02:06:20.752Z Downloaded erased-serde v0.3.31
9242026-02-27T02:06:20.752Z Downloaded chumsky v0.9.3
9252026-02-27T02:06:20.755Z Downloaded backon v1.6.0
9262026-02-27T02:06:20.757Z Downloaded instant v0.1.13
9272026-02-27T02:06:20.760Z Downloaded indoc v1.0.9
9282026-02-27T02:06:20.763Z Downloaded derive_more v0.99.20
9292026-02-27T02:06:20.766Z Downloaded darling v0.21.0
9302026-02-27T02:06:20.770Z Downloaded crossbeam-utils v0.8.21
9312026-02-27T02:06:20.773Z Downloaded crc-any v2.5.0
9322026-02-27T02:06:20.776Z Downloaded indent_write v2.2.0
9332026-02-27T02:06:20.776Z Downloaded impl-trait-for-tuples v0.2.2
9342026-02-27T02:06:20.779Z Downloaded ident_case v1.0.1
9352026-02-27T02:06:20.779Z Downloaded icu_provider_macros v1.5.0
9362026-02-27T02:06:20.782Z Downloaded group v0.13.0
9372026-02-27T02:06:20.782Z Downloaded glob v0.3.2
9382026-02-27T02:06:20.785Z Downloaded cfg-expr v0.20.1
9392026-02-27T02:06:20.785Z Downloaded derive-where v1.5.0
9402026-02-27T02:06:20.788Z Downloaded fixedbitset v0.5.7
9412026-02-27T02:06:20.791Z Downloaded event-listener v5.3.1
9422026-02-27T02:06:20.794Z Downloaded futures-timer v3.0.3
9432026-02-27T02:06:20.794Z Downloaded env_logger v0.11.8
9442026-02-27T02:06:20.797Z Downloaded arc-swap v1.7.1
9452026-02-27T02:06:20.800Z Downloaded ar_archive_writer v0.5.1
9462026-02-27T02:06:20.803Z Downloaded hostname v0.3.1
9472026-02-27T02:06:20.806Z Downloaded futures-macro v0.3.31
9482026-02-27T02:06:20.806Z Downloaded futures-executor v0.3.31
9492026-02-27T02:06:20.806Z Downloaded futures-channel v0.3.31
9502026-02-27T02:06:20.809Z Downloaded const_format v0.2.34
9512026-02-27T02:06:20.812Z Downloaded hex-literal v0.4.1
9522026-02-27T02:06:20.812Z Downloaded des v0.8.1
9532026-02-27T02:06:20.815Z Downloaded base64 v0.13.1
9542026-02-27T02:06:20.818Z Downloaded fs-err v3.1.1
9552026-02-27T02:06:20.818Z Downloaded diff v0.1.13
9562026-02-27T02:06:20.821Z Downloaded foldhash v0.1.5
9572026-02-27T02:06:20.824Z Downloaded drift v0.1.3
9582026-02-27T02:06:20.827Z Downloaded deranged v0.5.3
9592026-02-27T02:06:20.829Z Downloaded cookie v0.18.1
9602026-02-27T02:06:20.832Z Downloaded console v0.15.10
9612026-02-27T02:06:20.835Z Downloaded bzip2 v0.5.2
9622026-02-27T02:06:20.835Z Downloaded heck v0.5.0
9632026-02-27T02:06:20.835Z Downloaded heck v0.3.3
9642026-02-27T02:06:20.838Z Downloaded foldhash v0.2.0
9652026-02-27T02:06:20.838Z Downloaded filetime v0.2.26
9662026-02-27T02:06:20.842Z Downloaded guppy-workspace-hack v0.1.0
9672026-02-27T02:06:20.842Z Downloaded find-msvc-tools v0.1.9
9682026-02-27T02:06:20.842Z Downloaded crossbeam-epoch v0.9.18
9692026-02-27T02:06:20.845Z Downloaded colored v2.2.0
9702026-02-27T02:06:20.848Z Downloaded globwalk v0.9.1
9712026-02-27T02:06:20.848Z Downloaded generic-array v0.14.7
9722026-02-27T02:06:20.851Z Downloaded cargo-util-schemas v0.8.2
9732026-02-27T02:06:20.851Z Downloaded camino v1.2.2
9742026-02-27T02:06:20.854Z Downloaded bitflags v2.9.4
9752026-02-27T02:06:20.857Z Downloaded fallible-iterator v0.2.0
9762026-02-27T02:06:20.857Z Downloaded chacha20poly1305 v0.10.1
9772026-02-27T02:06:20.860Z Downloaded fxhash v0.2.1
9782026-02-27T02:06:20.861Z Downloaded futures-task v0.3.31
9792026-02-27T02:06:20.861Z Downloaded ff v0.13.0
9802026-02-27T02:06:20.863Z Downloaded erased-serde v0.4.6
9812026-02-27T02:06:20.866Z Downloaded embedded-io v0.4.0
9822026-02-27T02:06:20.866Z Downloaded digest v0.10.7
9832026-02-27T02:06:20.870Z Downloaded derive-ex v0.1.8
9842026-02-27T02:06:20.870Z Downloaded daft v0.1.4
9852026-02-27T02:06:20.873Z Downloaded critical-section v1.1.3
9862026-02-27T02:06:20.873Z Downloaded dyn-clone v1.0.20
9872026-02-27T02:06:20.873Z Downloaded csv-core v0.1.11
9882026-02-27T02:06:20.878Z Downloaded clap v4.5.48
9892026-02-27T02:06:20.882Z Downloaded blake2 v0.10.6
9902026-02-27T02:06:20.885Z Downloaded bcs v0.1.6
9912026-02-27T02:06:20.888Z Downloaded ctr v0.9.2
9922026-02-27T02:06:20.888Z Downloaded cancel-safe-futures v0.1.5
9932026-02-27T02:06:20.892Z Downloaded bzip2 v0.4.4
9942026-02-27T02:06:20.895Z Downloaded bit-vec v0.8.0
9952026-02-27T02:06:20.895Z Downloaded async-task v4.7.1
9962026-02-27T02:06:20.898Z Downloaded funty v2.0.0
9972026-02-27T02:06:20.898Z Downloaded defmt-parser v0.3.4
9982026-02-27T02:06:20.898Z Downloaded data-encoding v2.9.0
9992026-02-27T02:06:20.898Z Downloaded darling v0.20.10
10002026-02-27T02:06:20.901Z Downloaded criterion-plot v0.6.0
10012026-02-27T02:06:20.904Z Downloaded ed25519 v2.2.3
10022026-02-27T02:06:20.907Z Downloaded ecdsa v0.16.9
10032026-02-27T02:06:20.907Z Downloaded derive_builder_core v0.20.2
10042026-02-27T02:06:20.910Z Downloaded daft-derive v0.1.4
10052026-02-27T02:06:20.913Z Downloaded foreign-types v0.3.2
10062026-02-27T02:06:20.913Z Downloaded float-cmp v0.10.0
10072026-02-27T02:06:20.916Z Downloaded flagset v0.4.6
10082026-02-27T02:06:20.916Z Downloaded cbc v0.1.2
10092026-02-27T02:06:20.919Z Downloaded cassowary v0.3.0
10102026-02-27T02:06:20.919Z Downloaded cargo_metadata v0.19.2
10112026-02-27T02:06:20.919Z Downloaded async-bb8-diesel v0.2.1
10122026-02-27T02:06:20.922Z Downloaded foreign-types-macros v0.2.3
10132026-02-27T02:06:20.922Z Downloaded foreign-types v0.5.0
10142026-02-27T02:06:20.925Z Downloaded fnv v1.0.7
10152026-02-27T02:06:20.925Z Downloaded base64ct v1.6.0
10162026-02-27T02:06:20.928Z Downloaded defmt v0.3.8
10172026-02-27T02:06:20.931Z Downloaded datatest-stable v0.3.2
10182026-02-27T02:06:20.934Z Downloaded cipher v0.4.4
10192026-02-27T02:06:20.934Z Downloaded buf-list v1.0.3
10202026-02-27T02:06:20.937Z Downloaded bitfield v0.19.2
10212026-02-27T02:06:20.937Z Downloaded fastrand v2.1.1
10222026-02-27T02:06:20.940Z Downloaded diesel-dtrace v0.4.2
10232026-02-27T02:06:20.940Z Downloaded bitfield-struct v0.6.2
10242026-02-27T02:06:20.943Z Downloaded bcrypt-pbkdf v0.10.0
10252026-02-27T02:06:20.943Z Downloaded backoff v0.4.0
10262026-02-27T02:06:20.946Z Downloaded event-listener-strategy v0.5.2
10272026-02-27T02:06:20.946Z Downloaded equivalent v1.0.2
10282026-02-27T02:06:20.946Z Downloaded errno v0.3.12
10292026-02-27T02:06:20.948Z Downloaded env_filter v0.1.2
10302026-02-27T02:06:20.948Z Downloaded enum-as-inner v0.6.1
10312026-02-27T02:06:20.951Z Downloaded embedded-io v0.6.1
10322026-02-27T02:06:20.951Z Downloaded dirs-sys-next v0.1.2
10332026-02-27T02:06:20.951Z Downloaded crc8 v0.1.1
10342026-02-27T02:06:20.952Z Downloaded bitflags v1.3.2
10352026-02-27T02:06:20.955Z Downloaded bit-vec v0.6.3
10362026-02-27T02:06:20.958Z Downloaded allocator-api2 v0.2.21
10372026-02-27T02:06:20.958Z Downloaded darling_macro v0.20.10
10382026-02-27T02:06:20.961Z Downloaded camino-tempfile-ext v0.3.2
10392026-02-27T02:06:20.961Z Downloaded camino-tempfile v1.4.1
10402026-02-27T02:06:20.964Z Downloaded byteorder v1.5.0
10412026-02-27T02:06:20.964Z Downloaded blocking v1.6.1
10422026-02-27T02:06:20.967Z Downloaded autocfg v1.4.0
10432026-02-27T02:06:20.967Z Downloaded async-process v2.3.0
10442026-02-27T02:06:20.970Z Downloaded dtrace-parser v0.2.0
10452026-02-27T02:06:20.970Z Downloaded dtrace-parser v0.3.0
10462026-02-27T02:06:20.970Z Downloaded dropshot-api-manager-types v0.3.0
10472026-02-27T02:06:20.973Z Downloaded dof v0.4.0
10482026-02-27T02:06:20.973Z Downloaded difflib v0.4.0
10492026-02-27T02:06:20.973Z Downloaded dof v0.3.0
10502026-02-27T02:06:20.976Z Downloaded document-features v0.2.11
10512026-02-27T02:06:20.976Z Downloaded doc-comment v0.3.3
10522026-02-27T02:06:20.976Z Downloaded diesel_table_macro_syntax v0.2.0
10532026-02-27T02:06:20.979Z Downloaded cstr-argument v0.1.2
10542026-02-27T02:06:20.979Z Downloaded crunchy v0.2.2
10552026-02-27T02:06:20.979Z Downloaded blowfish v0.9.1
10562026-02-27T02:06:20.979Z Downloaded async-executor v1.13.1
10572026-02-27T02:06:20.982Z Downloaded curve25519-dalek-derive v0.1.1
10582026-02-27T02:06:20.982Z Downloaded block-padding v0.3.3
10592026-02-27T02:06:20.985Z Downloaded bb8 v0.8.5
10602026-02-27T02:06:20.985Z Downloaded console v0.16.0
10612026-02-27T02:06:20.988Z Downloaded bit-set v0.5.3
10622026-02-27T02:06:20.988Z Downloaded base16ct v0.2.0
10632026-02-27T02:06:20.988Z Downloaded backtrace-ext v0.2.1
10642026-02-27T02:06:20.991Z Downloaded derive_builder_macro v0.20.2
10652026-02-27T02:06:20.991Z Downloaded darling_macro v0.21.0
10662026-02-27T02:06:20.991Z Downloaded crypto-common v0.1.6
10672026-02-27T02:06:20.991Z Downloaded cast v0.3.0
10682026-02-27T02:06:20.994Z Downloaded cargo_metadata v0.21.0
10692026-02-27T02:06:20.994Z Downloaded async-trait v0.1.89
10702026-02-27T02:06:20.997Z Downloaded anyhow v1.0.99
10712026-02-27T02:06:21.000Z Downloaded crc-catalog v2.4.0
10722026-02-27T02:06:21.003Z Downloaded cpufeatures v0.2.14
10732026-02-27T02:06:21.003Z Downloaded ciborium-ll v0.2.2
10742026-02-27T02:06:21.006Z Downloaded block-buffer v0.10.4
10752026-02-27T02:06:21.006Z Downloaded bitfield-macros v0.19.2
10762026-02-27T02:06:21.006Z Downloaded bit-set v0.8.0
10772026-02-27T02:06:21.006Z Downloaded const_format_proc_macros v0.2.34
10782026-02-27T02:06:21.009Z Downloaded cmake v0.1.57
10792026-02-27T02:06:21.009Z Downloaded cargo-platform v0.2.0
10802026-02-27T02:06:21.012Z Downloaded cargo-platform v0.1.8
10812026-02-27T02:06:21.012Z Downloaded bytecount v0.6.8
10822026-02-27T02:06:21.015Z Downloaded colorchoice v1.0.2
10832026-02-27T02:06:21.015Z Downloaded clang-sys v1.8.1
10842026-02-27T02:06:21.019Z Downloaded castaway v0.2.3
10852026-02-27T02:06:21.019Z Downloaded assert_cmd v2.0.17
10862026-02-27T02:06:21.022Z Downloaded cfg_aliases v0.1.1
10872026-02-27T02:06:21.022Z Downloaded cc v1.2.56
10882026-02-27T02:06:21.025Z Downloaded clap_derive v4.5.47
10892026-02-27T02:06:21.025Z Downloaded ciborium v0.2.2
10902026-02-27T02:06:21.028Z Downloaded chacha20 v0.9.1
10912026-02-27T02:06:21.031Z Downloaded async-lock v3.4.0
10922026-02-27T02:06:21.031Z Downloaded approx v0.5.1
10932026-02-27T02:06:21.034Z Downloaded anstyle-parse v0.2.5
10942026-02-27T02:06:21.034Z Downloaded async-io v2.3.4
10952026-02-27T02:06:21.037Z Downloaded async-signal v0.2.10
10962026-02-27T02:06:21.040Z Downloaded async-channel v2.3.1
10972026-02-27T02:06:21.040Z Downloaded constant_time_eq v0.3.1
10982026-02-27T02:06:21.040Z Downloaded cobs v0.2.3
10992026-02-27T02:06:21.043Z Downloaded ciborium-io v0.2.2
11002026-02-27T02:06:21.046Z Downloaded atomicwrites v0.4.4
11012026-02-27T02:06:21.049Z Downloaded async-attributes v1.1.2
11022026-02-27T02:06:21.049Z Downloaded arrayvec v0.7.6
11032026-02-27T02:06:21.052Z Downloaded cfg-if v1.0.4
11042026-02-27T02:06:21.052Z Downloaded assert-json-diff v2.0.2
11052026-02-27T02:06:21.056Z Downloaded argon2 v0.5.3
11062026-02-27T02:06:21.056Z Downloaded anstyle v1.0.11
11072026-02-27T02:06:21.056Z Downloaded concurrent-queue v2.5.0
11082026-02-27T02:06:21.059Z Downloaded cexpr v0.6.0
11092026-02-27T02:06:21.059Z Downloaded atomic-waker v1.1.2
11102026-02-27T02:06:21.062Z Downloaded async-stream-impl v0.3.6
11112026-02-27T02:06:21.062Z Downloaded async-recursion v1.1.1
11122026-02-27T02:06:21.065Z Downloaded async-global-executor v2.4.1
11132026-02-27T02:06:21.068Z Downloaded arrayref v0.3.9
11142026-02-27T02:06:21.069Z Downloaded anstream v0.6.18
11152026-02-27T02:06:21.071Z Downloaded async-stream v0.3.6
11162026-02-27T02:06:21.071Z Downloaded async-channel v1.9.0
11172026-02-27T02:06:21.071Z Downloaded assert_matches v1.5.0
11182026-02-27T02:06:21.074Z Downloaded ahash v0.8.12
11192026-02-27T02:06:21.074Z Downloaded aead v0.5.2
11202026-02-27T02:06:21.077Z Downloaded anstyle-query v1.1.1
11212026-02-27T02:06:21.077Z Downloaded anes v0.1.6
11222026-02-27T02:06:21.131Z Downloaded aws-lc-sys v0.37.1
11232026-02-27T02:06:21.690Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11242026-02-27T02:06:34.820Z Startup: Refreshing catalog 'helios-dev' ... Done
11252026-02-27T02:06:45.538Z Startup: Caching catalogs ... Done
11262026-02-27T02:07:10.103ZPlanning: Solver setup ... Done (22.864s)
11272026-02-27T02:07:10.265ZPlanning: Running solver ... Done (0.163s)
11282026-02-27T02:07:10.444ZPlanning: Finding local manifests ... Done (0.002s)
11292026-02-27T02:07:10.458ZPlanning: Fetching manifests: 0/4 0% complete
11302026-02-27T02:07:10.599ZPlanning: Fetching manifests: 4/4 100% complete
11312026-02-27T02:07:10.655ZPlanning: Package planning ... Done (0.055s)
11322026-02-27T02:07:10.706ZPlanning: Merging actions ... Done (0.051s)
11332026-02-27T02:07:10.991ZPlanning: Checking for conflicting actions ... Done (0.284s)
11342026-02-27T02:07:11.002ZPlanning: Consolidating action changes ... Done (0.011s)
11352026-02-27T02:07:11.874ZPlanning: Evaluating mediators ... Done (0.871s)
11362026-02-27T02:07:11.883ZPlanning: Planning completed in 26.19 seconds
11372026-02-27T02:07:11.971Z Packages to install: 4
11382026-02-27T02:07:11.971Z Mediators to change: 2
11392026-02-27T02:07:11.971Z Services to change: 1
11402026-02-27T02:07:11.974Z Estimated space available: 155.08 GB
11412026-02-27T02:07:11.974ZEstimated space to be consumed: 1.81 GB
11422026-02-27T02:07:11.974Z Create boot environment: No
11432026-02-27T02:07:11.974ZCreate backup boot environment: No
11442026-02-27T02:07:11.974Z Rebuild boot archive: No
11452026-02-27T02:07:11.974Z
11462026-02-27T02:07:11.974ZChanged mediators:
11472026-02-27T02:07:11.974Z mediator clang:
11482026-02-27T02:07:11.974Z version: None -> 15 (system default)
11492026-02-27T02:07:11.974Z
11502026-02-27T02:07:11.974Z mediator llvm:
11512026-02-27T02:07:11.975Z version: 14 (system default) -> 15 (system default)
11522026-02-27T02:07:11.975Z
11532026-02-27T02:07:11.975ZChanged packages:
11542026-02-27T02:07:11.975Zhelios-dev
11552026-02-27T02:07:11.975Z developer/build-essential
11562026-02-27T02:07:11.975Z None -> 11-2.0
11572026-02-27T02:07:11.975Z library/libxmlsec1
11582026-02-27T02:07:11.975Z None -> 1.2.35-2.0
11592026-02-27T02:07:11.975Z ooce/developer/clang-15
11602026-02-27T02:07:11.975Z None -> 15.0.7-2.0
11612026-02-27T02:07:11.975Z ooce/developer/llvm-15
11622026-02-27T02:07:11.975Z None -> 15.0.7-2.0
11632026-02-27T02:07:11.975Z
11642026-02-27T02:07:11.975ZServices:
11652026-02-27T02:07:11.975Z restart_fmri:
11662026-02-27T02:07:11.975Z svc:/system/update-man-index:default
11672026-02-27T02:07:12.022Z
11682026-02-27T02:07:12.022ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11692026-02-27T02:07:17.023ZDownload: 2027/3290 items 118.0/212.6MB 55% complete (23.8M/s)
11702026-02-27T02:07:22.978ZDownload: 3245/3290 items 202.9/212.6MB 95% complete (21.6M/s)
11712026-02-27T02:07:24.667ZDownload: Completed 212.60 MB in 12.59 seconds (16.9M/s)
11722026-02-27T02:07:24.806Z Actions: 1/3689 actions (Installing new actions)
11732026-02-27T02:07:29.492Z Actions: Completed 3689 actions in 4.68 seconds.
11742026-02-27T02:07:29.933Z Done (0.436s)
11752026-02-27T02:07:29.933Z Done (0.000s)
11762026-02-27T02:07:31.055Z Done (1.122s)
11772026-02-27T02:07:35.590Z Done (4.163s)
11782026-02-27T02:07:35.685Z Done (0.017s)
11792026-02-27T02:07:35.688Z Done (0.000s)
11802026-02-27T02:07:35.872Z Done (0.000s)
11812026-02-27T02:07:36.887ZPlanning: Evaluating mediator changes ... Done
11822026-02-27T02:07:37.053ZPlanning: Checking for conflicting actions ... Done
11832026-02-27T02:07:37.056ZPlanning: Consolidating action changes ... Done
11842026-02-27T02:07:37.334ZPlanning: Evaluating mediators ... Done
11852026-02-27T02:07:37.336ZPlanning: Planning completed in 0.45 seconds
11862026-02-27T02:07:37.368Z Mediators to change: 2
11872026-02-27T02:07:37.371Z Create boot environment: No
11882026-02-27T02:07:37.371ZCreate backup boot environment: No
11892026-02-27T02:07:37.467Z Done
11902026-02-27T02:07:37.467Z Done
11912026-02-27T02:07:38.269Z Done
11922026-02-27T02:07:42.251Z Done
11932026-02-27T02:07:42.350Z Done
11942026-02-27T02:07:42.353Z Done
11952026-02-27T02:07:42.531Z Done
11962026-02-27T02:07:43.255ZPlanning: Evaluating mediator changes ... Done
11972026-02-27T02:07:43.258ZPlanning: Merging actions ... Done
11982026-02-27T02:07:43.468ZPlanning: Checking for conflicting actions ... Done
11992026-02-27T02:07:43.472ZPlanning: Consolidating action changes ... Done
12002026-02-27T02:07:43.838ZPlanning: Evaluating mediators ... Done
12012026-02-27T02:07:43.842ZPlanning: Planning completed in 0.83 seconds
12022026-02-27T02:07:43.847Z Packages to change: 1
12032026-02-27T02:07:43.847Z Mediators to change: 1
12042026-02-27T02:07:43.850Z Services to change: 1
12052026-02-27T02:07:43.850Z Create boot environment: No
12062026-02-27T02:07:43.850ZCreate backup boot environment: Yes
12072026-02-27T02:07:46.495Z Actions: 1/6 actions (Updating modified actions)
12082026-02-27T02:07:46.498Z Actions: Completed 6 actions in 0.00 seconds.
12092026-02-27T02:07:46.498Z Done
12102026-02-27T02:07:46.498Z Done
12112026-02-27T02:07:46.718Z Done
12122026-02-27T02:07:50.711Z Done
12132026-02-27T02:07:50.805Z Done
12142026-02-27T02:07:50.808Z Done
12152026-02-27T02:07:50.971Z Done
12162026-02-27T02:07:51.447ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12172026-02-27T02:07:51.447Zclang system 15 system
12182026-02-27T02:07:51.447Zcsh system system illumos
12192026-02-27T02:07:51.447Zctags system system illumos
12202026-02-27T02:07:51.447Zfile system system illumos
12212026-02-27T02:07:51.447Zgcc vendor 12 vendor
12222026-02-27T02:07:51.447Zgcc system 10 system
12232026-02-27T02:07:51.447Zgcc system 7 system
12242026-02-27T02:07:51.447Zgo system 1.20 system
12252026-02-27T02:07:51.447Zgo system 1.19 system
12262026-02-27T02:07:51.447Zllvm system 15 system
12272026-02-27T02:07:51.447Zllvm system 14 system
12282026-02-27T02:07:51.447Zmariadb system 10.6 system
12292026-02-27T02:07:51.447Zmta vendor vendor dma
12302026-02-27T02:07:51.447Zopenjdk system 17 system
12312026-02-27T02:07:51.447Zopenjdk system 11 system
12322026-02-27T02:07:51.447Zopenjdk system 1.8 system
12332026-02-27T02:07:51.447Zopenssl vendor 3 vendor
12342026-02-27T02:07:51.447Zperl system 5.36 system
12352026-02-27T02:07:51.447Zpostgresql system 15 system
12362026-02-27T02:07:51.447Zpostgresql system 13 system
12372026-02-27T02:07:51.447Zpython vendor 3 vendor
12382026-02-27T02:07:51.447Zpython system 2 system
12392026-02-27T02:07:51.447Zpython3 system 3.11 system
12402026-02-27T02:07:51.447Zruby system 3.0 system
12412026-02-27T02:07:51.447Zwords vendor vendor american-english
12422026-02-27T02:07:51.447Zwords system system australian-english
12432026-02-27T02:07:51.447Zwords system system british-english
12442026-02-27T02:07:51.447Zwords system system canadian-english
12452026-02-27T02:07:51.447Zwords system system french
12462026-02-27T02:07:51.447Zwords system system italian
12472026-02-27T02:07:51.447Zwords system system ngerman
12482026-02-27T02:07:51.447Zwords system system ogerman
12492026-02-27T02:07:51.447Zwords system system spanish
12502026-02-27T02:07:51.807ZPUBLISHER TYPE STATUS P LOCATION
12512026-02-27T02:07:51.808Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12522026-02-27T02:07:58.504ZFMRI IFO
12532026-02-27T02:07:58.504Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12542026-02-27T02:07:58.504Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12552026-02-27T02:07:58.504Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12562026-02-27T02:07:58.504Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12572026-02-27T02:07:58.504Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12582026-02-27T02:07:58.504Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12592026-02-27T02:07:58.504Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12602026-02-27T02:07:58.504Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12612026-02-27T02:07:58.504Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12622026-02-27T02:07:58.504Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12632026-02-27T02:07:58.505Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12642026-02-27T02:07:58.505Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12652026-02-27T02:07:58.505Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12662026-02-27T02:07:58.505Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12672026-02-27T02:07:58.505Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12682026-02-27T02:07:58.505Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12692026-02-27T02:08:00.292Z Downloading crates ...
12702026-02-27T02:08:00.378Z Downloaded cargo_toml v0.21.0
12712026-02-27T02:08:00.446Z Compiling proc-macro2 v1.0.106
12722026-02-27T02:08:00.450Z Compiling quote v1.0.44
12732026-02-27T02:08:00.450Z Compiling unicode-ident v1.0.24
12742026-02-27T02:08:00.450Z Compiling serde_core v1.0.228
12752026-02-27T02:08:00.450Z Compiling version_check v0.9.5
12762026-02-27T02:08:00.554Z Compiling serde v1.0.228
12772026-02-27T02:08:00.557Z Compiling libc v0.2.180
12782026-02-27T02:08:00.557Z Compiling memchr v2.7.4
12792026-02-27T02:08:00.828Z Compiling thiserror v2.0.18
12802026-02-27T02:08:01.304Z Compiling stable_deref_trait v1.2.0
12812026-02-27T02:08:01.321Z Compiling zmij v1.0.15
12822026-02-27T02:08:01.325Z Compiling writeable v0.5.5
12832026-02-27T02:08:01.418Z Compiling autocfg v1.4.0
12842026-02-27T02:08:01.885Z Compiling thiserror v1.0.69
12852026-02-27T02:08:01.912Z Compiling ucd-trie v0.1.7
12862026-02-27T02:08:02.046Z Compiling litemap v0.7.3
12872026-02-27T02:08:02.281Z Compiling itoa v1.0.11
12882026-02-27T02:08:02.444Z Compiling icu_locid_transform_data v1.5.0
12892026-02-27T02:08:02.447Z Compiling byteorder v1.5.0
12902026-02-27T02:08:02.570Z Compiling bitflags v2.9.4
12912026-02-27T02:08:02.874Z Compiling errno v0.3.12
12922026-02-27T02:08:02.896Z Compiling icu_properties_data v1.5.0
12932026-02-27T02:08:03.117Z Compiling serde_json v1.0.149
12942026-02-27T02:08:03.158Z Compiling syn v2.0.117
12952026-02-27T02:08:03.185Z Compiling num-traits v0.2.19
12962026-02-27T02:08:03.296Z Compiling hashbrown v0.16.1
12972026-02-27T02:08:03.375Z Compiling rustix v0.38.37
12982026-02-27T02:08:03.496Z Compiling utf8_iter v1.0.4
12992026-02-27T02:08:03.526Z Compiling smallvec v1.15.1
13002026-02-27T02:08:03.752Z Compiling write16 v1.0.0
13012026-02-27T02:08:03.804Z Compiling typeid v1.0.3
13022026-02-27T02:08:03.935Z Compiling icu_normalizer_data v1.5.0
13032026-02-27T02:08:03.940Z Compiling utf16_iter v1.0.5
13042026-02-27T02:08:04.091Z Compiling equivalent v1.0.2
13052026-02-27T02:08:04.376Z Compiling proc-macro-error-attr v1.0.4
13062026-02-27T02:08:04.423Z Compiling indexmap v2.13.0
13072026-02-27T02:08:04.480Z Compiling usdt-impl v0.5.0
13082026-02-27T02:08:04.580Z Compiling syn v1.0.109
13092026-02-27T02:08:04.708Z Compiling toml_write v0.1.2
13102026-02-27T02:08:04.896Z Compiling winnow v0.7.14
13112026-02-27T02:08:05.120Z Compiling thread-id v4.2.2
13122026-02-27T02:08:05.484Z Compiling proc-macro-error v1.0.4
13132026-02-27T02:08:05.911Z Compiling utf8parse v0.2.2
13142026-02-27T02:08:06.076Z Compiling plain v0.2.3
13152026-02-27T02:08:06.104Z Compiling camino v1.2.2
13162026-02-27T02:08:06.267Z Compiling getrandom v0.3.4
13172026-02-27T02:08:06.770Z Compiling percent-encoding v2.3.2
13182026-02-27T02:08:06.800Z Compiling log v0.4.29
13192026-02-27T02:08:07.140Z Compiling rustix v1.1.3
13202026-02-27T02:08:07.157Z Compiling form_urlencoded v1.2.2
13212026-02-27T02:08:07.160Z Compiling ordered-float v2.10.1
13222026-02-27T02:08:07.555Z Compiling terminal_size v0.4.0
13232026-02-27T02:08:07.782Z Compiling anstyle-parse v0.2.5
13242026-02-27T02:08:08.214Z Compiling anstyle-query v1.1.1
13252026-02-27T02:08:08.349Z Compiling is_terminal_polyfill v1.70.1
13262026-02-27T02:08:08.382Z Compiling cfg-if v1.0.4
13272026-02-27T02:08:08.495Z Compiling anstyle v1.0.11
13282026-02-27T02:08:08.498Z Compiling colorchoice v1.0.2
13292026-02-27T02:08:08.528Z Compiling pretty-hex v0.4.1
13302026-02-27T02:08:08.798Z Compiling semver v1.0.27
13312026-02-27T02:08:08.944Z Compiling anstream v0.6.18
13322026-02-27T02:08:09.579Z Compiling fs-err v3.1.1
13332026-02-27T02:08:09.602Z Compiling anyhow v1.0.99
13342026-02-27T02:08:09.626Z Compiling unicode-width v0.1.14
13352026-02-27T02:08:09.905Z Compiling strsim v0.11.1
13362026-02-27T02:08:10.157Z Compiling synstructure v0.13.1
13372026-02-27T02:08:10.236Z Compiling heck v0.4.1
13382026-02-27T02:08:10.252Z Compiling clap_lex v0.7.4
13392026-02-27T02:08:10.679Z Compiling fnv v1.0.7
13402026-02-27T02:08:10.729Z Compiling once_cell v1.21.3
13412026-02-27T02:08:10.832Z Compiling fastrand v2.1.1
13422026-02-27T02:08:10.867Z Compiling unicode-xid v0.2.6
13432026-02-27T02:08:11.145Z Compiling bytecount v0.6.8
13442026-02-27T02:08:11.161Z Compiling heck v0.5.0
13452026-02-27T02:08:11.238Z Compiling tempfile v3.24.0
13462026-02-27T02:08:11.377Z Compiling papergrid v0.11.0
13472026-02-27T02:08:11.394Z Compiling clap_builder v4.5.48
13482026-02-27T02:08:11.812Z Compiling memmap v0.7.0
13492026-02-27T02:08:12.004Z Compiling unicode-width v0.2.0
13502026-02-27T02:08:12.028Z Compiling smawk v0.3.2
13512026-02-27T02:08:12.154Z Compiling unicode-linebreak v0.1.5
13522026-02-27T02:08:12.672Z Compiling textwrap v0.16.2
13532026-02-27T02:08:13.058Z Compiling camino-tempfile v1.4.1
13542026-02-27T02:08:13.144Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13552026-02-27T02:08:13.319Z Compiling tabled_derive v0.7.0
13562026-02-27T02:08:13.527Z Compiling swrite v0.1.0
13572026-02-27T02:08:14.155Z Compiling serde_derive v1.0.228
13582026-02-27T02:08:14.170Z Compiling zerofrom-derive v0.1.4
13592026-02-27T02:08:14.197Z Compiling yoke-derive v0.7.4
13602026-02-27T02:08:14.308Z Compiling thiserror-impl v2.0.18
13612026-02-27T02:08:14.323Z Compiling zerovec-derive v0.10.3
13622026-02-27T02:08:15.235Z Compiling displaydoc v0.2.5
13632026-02-27T02:08:16.828Z Compiling thiserror-impl v1.0.69
13642026-02-27T02:08:16.880Z Compiling icu_provider_macros v1.5.0
13652026-02-27T02:08:16.992Z Compiling zerocopy-derive v0.7.35
13662026-02-27T02:08:17.535Z Compiling zerofrom v0.1.4
13672026-02-27T02:08:17.730Z Compiling pest v2.8.2
13682026-02-27T02:08:17.796Z Compiling yoke v0.7.4
13692026-02-27T02:08:17.910Z Compiling scroll_derive v0.12.0
13702026-02-27T02:08:18.205Z Compiling zerovec v0.10.4
13712026-02-27T02:08:18.974Z Compiling zerocopy v0.7.35
13722026-02-27T02:08:19.219Z Compiling clap_derive v4.5.47
13732026-02-27T02:08:19.297Z Compiling scroll v0.12.0
13742026-02-27T02:08:19.842Z Compiling goblin v0.8.2
13752026-02-27T02:08:19.857Z Compiling tabled v0.15.0
13762026-02-27T02:08:20.308Z Compiling tinystr v0.7.6
13772026-02-27T02:08:20.326Z Compiling icu_collections v1.5.0
13782026-02-27T02:08:20.353Z Compiling pest_meta v2.8.2
13792026-02-27T02:08:20.666Z Compiling icu_locid v1.5.0
13802026-02-27T02:08:22.449Z Compiling icu_provider v1.5.0
13812026-02-27T02:08:22.496Z Compiling pest_generator v2.8.2
13822026-02-27T02:08:22.513Z Compiling serde_spanned v0.6.9
13832026-02-27T02:08:22.766Z Compiling toml_datetime v0.6.11
13842026-02-27T02:08:22.783Z Compiling dof v0.3.0
13852026-02-27T02:08:23.099Z Compiling erased-serde v0.4.6
13862026-02-27T02:08:23.307Z Compiling icu_locid_transform v1.5.0
13872026-02-27T02:08:23.410Z Compiling toml_edit v0.22.27
13882026-02-27T02:08:23.661Z Compiling serde_tokenstream v0.2.3
13892026-02-27T02:08:24.270Z Compiling serde-untagged v0.1.7
13902026-02-27T02:08:24.286Z Compiling serde-value v0.7.0
13912026-02-27T02:08:24.306Z Compiling cargo-platform v0.2.0
13922026-02-27T02:08:24.785Z Compiling icu_properties v1.5.1
13932026-02-27T02:08:24.861Z Compiling pest_derive v2.8.2
13942026-02-27T02:08:24.878Z Compiling clap v4.5.48
13952026-02-27T02:08:24.999Z Compiling macaddr v1.0.1
13962026-02-27T02:08:25.659Z Compiling dtrace-parser v0.2.0
13972026-02-27T02:08:26.828Z Compiling toml v0.8.23
13982026-02-27T02:08:27.706Z Compiling usdt-attr-macro v0.5.0
13992026-02-27T02:08:27.706Z Compiling usdt-macro v0.5.0
14002026-02-27T02:08:27.831Z Compiling cargo_toml v0.21.0
14012026-02-27T02:08:28.403Z Compiling icu_normalizer v1.5.0
14022026-02-27T02:08:28.891Z Compiling usdt v0.5.0
14032026-02-27T02:08:29.083Z Compiling idna_adapter v1.2.0
14042026-02-27T02:08:29.237Z Compiling idna v1.0.3
14052026-02-27T02:08:29.654Z Compiling url v2.5.4
14062026-02-27T02:08:30.471Z Compiling cargo-util-schemas v0.8.2
14072026-02-27T02:08:32.029Z Compiling cargo_metadata v0.21.0
14082026-02-27T02:08:33.747Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14092026-02-27T02:08:37.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.07s
14102026-02-27T02:08:37.655Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
14112026-02-27T02:08:38.885Z Compiling value-bag v1.12.0
14122026-02-27T02:08:38.888Z Compiling shlex v1.3.0
14132026-02-27T02:08:38.888Z Compiling find-msvc-tools v0.1.9
14142026-02-27T02:08:38.888Z Compiling smallvec v1.15.1
14152026-02-27T02:08:38.888Z Compiling syn v2.0.117
14162026-02-27T02:08:38.888Z Compiling getrandom v0.2.15
14172026-02-27T02:08:39.030Z Compiling jobserver v0.1.32
14182026-02-27T02:08:39.035Z Compiling typenum v1.17.0
14192026-02-27T02:08:39.347Z Compiling rand_core v0.6.4
14202026-02-27T02:08:39.488Z Compiling log v0.4.29
14212026-02-27T02:08:39.519Z Compiling generic-array v0.14.7
14222026-02-27T02:08:39.545Z Compiling lock_api v0.4.12
14232026-02-27T02:08:39.600Z Compiling cc v1.2.56
14242026-02-27T02:08:39.921Z Compiling subtle v2.6.1
14252026-02-27T02:08:39.942Z Compiling scopeguard v1.2.0
14262026-02-27T02:08:39.962Z Compiling portable-atomic v1.11.0
14272026-02-27T02:08:40.056Z Compiling critical-section v1.1.3
14282026-02-27T02:08:40.249Z Compiling const-oid v0.9.6
14292026-02-27T02:08:40.270Z Compiling serde_json v1.0.149
14302026-02-27T02:08:40.291Z Compiling pkg-config v0.3.31
14312026-02-27T02:08:40.559Z Compiling parking_lot_core v0.9.10
14322026-02-27T02:08:40.669Z Compiling pin-project-lite v0.2.14
14332026-02-27T02:08:40.821Z Compiling getrandom v0.3.4
14342026-02-27T02:08:41.622Z Compiling signal-hook-registry v1.4.2
14352026-02-27T02:08:42.003Z Compiling libm v0.2.8
14362026-02-27T02:08:42.301Z Compiling once_cell v1.21.3
14372026-02-27T02:08:42.323Z Compiling allocator-api2 v0.2.21
14382026-02-27T02:08:42.344Z Compiling parking_lot v0.12.3
14392026-02-27T02:08:42.431Z Compiling mio v1.0.2
14402026-02-27T02:08:42.710Z Compiling num-traits v0.2.19
14412026-02-27T02:08:42.841Z Compiling futures-core v0.3.32
14422026-02-27T02:08:43.095Z Compiling percent-encoding v2.3.2
14432026-02-27T02:08:43.194Z Compiling socket2 v0.6.1
14442026-02-27T02:08:43.322Z Compiling slab v0.4.9
14452026-02-27T02:08:43.380Z Compiling cpufeatures v0.2.14
14462026-02-27T02:08:43.459Z Compiling foldhash v0.2.0
14472026-02-27T02:08:43.483Z Compiling futures-sink v0.3.31
14482026-02-27T02:08:43.506Z Compiling pin-utils v0.1.0
14492026-02-27T02:08:43.617Z Compiling futures-task v0.3.31
14502026-02-27T02:08:43.666Z Compiling futures-channel v0.3.31
14512026-02-27T02:08:43.868Z Compiling hashbrown v0.16.1
14522026-02-27T02:08:43.924Z Compiling futures-io v0.3.31
14532026-02-27T02:08:43.945Z Compiling rustversion v1.0.22
14542026-02-27T02:08:44.111Z Compiling form_urlencoded v1.2.2
14552026-02-27T02:08:44.140Z Compiling cmake v0.1.57
14562026-02-27T02:08:44.201Z Compiling base64ct v1.6.0
14572026-02-27T02:08:44.325Z Compiling dunce v1.0.5
14582026-02-27T02:08:44.435Z Compiling ident_case v1.0.1
14592026-02-27T02:08:44.479Z Compiling fs_extra v1.3.0
14602026-02-27T02:08:44.671Z Compiling pem-rfc7468 v0.7.0
14612026-02-27T02:08:44.769Z Compiling foldhash v0.1.5
14622026-02-27T02:08:45.036Z Compiling flagset v0.4.6
14632026-02-27T02:08:45.058Z Compiling aws-lc-sys v0.37.1
14642026-02-27T02:08:45.096Z Compiling indexmap v2.13.0
14652026-02-27T02:08:45.202Z Compiling hashbrown v0.15.4
14662026-02-27T02:08:45.279Z Compiling rand_core v0.9.3
14672026-02-27T02:08:45.311Z Compiling iana-time-zone v0.1.63
14682026-02-27T02:08:45.700Z Compiling ring v0.17.14
14692026-02-27T02:08:45.810Z Compiling rustc_version v0.4.1
14702026-02-27T02:08:45.887Z Compiling uuid v1.19.0
14712026-02-27T02:08:46.005Z Compiling spin v0.9.8
14722026-02-27T02:08:46.444Z Compiling synstructure v0.13.1
14732026-02-27T02:08:46.506Z Compiling aws-lc-rs v1.16.0
14742026-02-27T02:08:46.523Z Compiling regex-syntax v0.8.5
14752026-02-27T02:08:46.699Z Compiling vcpkg v0.2.15
14762026-02-27T02:08:46.868Z Compiling zerocopy v0.8.27
14772026-02-27T02:08:47.442Z Compiling tracing-core v0.1.32
14782026-02-27T02:08:47.761Z Compiling serde_derive_internals v0.29.1
14792026-02-27T02:08:47.865Z Compiling adler2 v2.0.0
14802026-02-27T02:08:48.090Z Compiling rustix v0.38.37
14812026-02-27T02:08:48.377Z Compiling openssl-sys v0.9.109
14822026-02-27T02:08:48.638Z Compiling schemars v0.8.22
14832026-02-27T02:08:48.787Z Compiling rustix v1.1.3
14842026-02-27T02:08:49.032Z Compiling base64 v0.22.1
14852026-02-27T02:08:49.519Z Compiling untrusted v0.7.1
14862026-02-27T02:08:49.595Z Compiling httparse v1.9.5
14872026-02-27T02:08:49.692Z Compiling untrusted v0.9.0
14882026-02-27T02:08:49.739Z Compiling openssl-probe v0.1.5
14892026-02-27T02:08:50.069Z Compiling miniz_oxide v0.8.5
14902026-02-27T02:08:50.140Z Compiling darling_core v0.20.10
14912026-02-27T02:08:50.245Z Compiling tower-layer v0.3.3
14922026-02-27T02:08:50.342Z Compiling tower-service v0.3.3
14932026-02-27T02:08:50.462Z Compiling rustls v0.23.37
14942026-02-27T02:08:50.547Z Compiling dyn-clone v1.0.20
14952026-02-27T02:08:50.784Z Compiling atomic-waker v1.1.2
14962026-02-27T02:08:50.787Z Compiling try-lock v0.2.5
14972026-02-27T02:08:50.974Z Compiling serde_derive v1.0.228
14982026-02-27T02:08:51.004Z Compiling zeroize_derive v1.4.2
14992026-02-27T02:08:51.040Z Compiling zerofrom-derive v0.1.4
15002026-02-27T02:08:51.480Z Compiling yoke-derive v0.7.4
15012026-02-27T02:08:52.196Z Compiling zerovec-derive v0.10.3
15022026-02-27T02:08:52.400Z Compiling zeroize v1.8.1
15032026-02-27T02:08:52.784Z Compiling displaydoc v0.2.5
15042026-02-27T02:08:54.121Z Compiling icu_provider_macros v1.5.0
15052026-02-27T02:08:54.235Z Compiling crypto-common v0.1.6
15062026-02-27T02:08:54.363Z Compiling block-buffer v0.10.4
15072026-02-27T02:08:54.383Z Compiling zerofrom v0.1.4
15082026-02-27T02:08:54.480Z Compiling tokio-macros v2.6.0
15092026-02-27T02:08:54.620Z Compiling digest v0.10.7
15102026-02-27T02:08:54.643Z Compiling yoke v0.7.4
15112026-02-27T02:08:54.661Z Compiling zerocopy-derive v0.7.35
15122026-02-27T02:08:54.991Z Compiling zerovec v0.10.4
15132026-02-27T02:08:55.137Z Compiling hmac v0.12.1
15142026-02-27T02:08:55.196Z Compiling thiserror-impl v2.0.18
15152026-02-27T02:08:55.435Z Compiling futures-macro v0.3.31
15162026-02-27T02:08:55.982Z Compiling block-padding v0.3.3
15172026-02-27T02:08:56.126Z Compiling sha2 v0.10.9
15182026-02-27T02:08:56.274Z Compiling inout v0.1.3
15192026-02-27T02:08:56.597Z Compiling cipher v0.4.4
15202026-02-27T02:08:56.694Z Compiling zerocopy v0.7.35
15212026-02-27T02:08:56.974Z Compiling tinystr v0.7.6
15222026-02-27T02:08:57.123Z Compiling icu_collections v1.5.0
15232026-02-27T02:08:57.160Z Compiling der_derive v0.7.3
15242026-02-27T02:08:57.262Z Compiling futures-util v0.3.31
15252026-02-27T02:08:57.380Z Compiling icu_locid v1.5.0
15262026-02-27T02:08:58.117Z Compiling ppv-lite86 v0.2.20
15272026-02-27T02:08:58.435Z Compiling thiserror v2.0.18
15282026-02-27T02:08:58.456Z Compiling serde v1.0.228
15292026-02-27T02:08:58.618Z Compiling icu_provider v1.5.0
15302026-02-27T02:08:58.864Z Compiling pest v2.8.2
15312026-02-27T02:08:59.376Z Compiling icu_locid_transform v1.5.0
15322026-02-27T02:08:59.412Z Compiling der v0.7.10
15332026-02-27T02:08:59.505Z Compiling salsa20 v0.10.2
15342026-02-27T02:08:59.670Z Compiling bytes v1.11.1
15352026-02-27T02:08:59.700Z Compiling bitflags v2.9.4
15362026-02-27T02:08:59.751Z Compiling chrono v0.4.43
15372026-02-27T02:09:00.140Z Compiling pbkdf2 v0.12.2
15382026-02-27T02:09:00.345Z Compiling scrypt v0.11.0
15392026-02-27T02:09:00.866Z Compiling tokio v1.49.0
15402026-02-27T02:09:01.097Z Compiling icu_properties v1.5.1
15412026-02-27T02:09:01.661Z Compiling spki v0.7.3
15422026-02-27T02:09:01.786Z Compiling http v1.4.0
15432026-02-27T02:09:02.028Z Compiling pest_meta v2.8.2
15442026-02-27T02:09:02.314Z Compiling rand_chacha v0.9.0
15452026-02-27T02:09:02.748Z Compiling cbc v0.1.2
15462026-02-27T02:09:03.026Z Compiling aes v0.8.4
15472026-02-27T02:09:03.152Z Compiling rustls-pki-types v1.14.0
15482026-02-27T02:09:03.885Z Compiling tracing-attributes v0.1.27
15492026-02-27T02:09:03.963Z Compiling zerocopy-derive v0.8.27
15502026-02-27T02:09:04.173Z Compiling pkcs5 v0.7.1
15512026-02-27T02:09:05.278Z Compiling icu_normalizer v1.5.0
15522026-02-27T02:09:05.644Z Compiling pest_generator v2.8.2
15532026-02-27T02:09:05.709Z Compiling http-body v1.0.1
15542026-02-27T02:09:05.985Z Compiling rand v0.9.2
15552026-02-27T02:09:06.334Z Compiling idna_adapter v1.2.0
15562026-02-27T02:09:06.581Z Compiling idna v1.0.3
15572026-02-27T02:09:07.000Z Compiling pkcs8 v0.10.2
15582026-02-27T02:09:07.024Z Compiling tracing v0.1.40
15592026-02-27T02:09:07.381Z Compiling url v2.5.4
15602026-02-27T02:09:07.514Z Compiling pest_derive v2.8.2
15612026-02-27T02:09:07.737Z Compiling scroll_derive v0.13.1
15622026-02-27T02:09:08.057Z Compiling schemars_derive v0.8.22
15632026-02-27T02:09:08.309Z Compiling tinyvec_macros v0.1.1
15642026-02-27T02:09:08.427Z Compiling tinyvec v1.8.0
15652026-02-27T02:09:09.612Z Compiling scroll v0.13.0
15662026-02-27T02:09:10.010Z Compiling tokio-util v0.7.15
15672026-02-27T02:09:10.861Z Compiling ipnet v2.11.0
15682026-02-27T02:09:11.932Z Compiling h2 v0.4.6
15692026-02-27T02:09:12.092Z Compiling darling_macro v0.20.10
15702026-02-27T02:09:12.419Z Compiling want v0.3.1
15712026-02-27T02:09:13.033Z Compiling lazy_static v1.5.0
15722026-02-27T02:09:13.190Z Compiling bzip2-sys v0.1.13+1.0.8
15732026-02-27T02:09:13.253Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15742026-02-27T02:09:13.425Z Compiling aho-corasick v1.1.3
15752026-02-27T02:09:13.544Z Compiling time-core v0.1.8
15762026-02-27T02:09:13.721Z Compiling httpdate v1.0.3
15772026-02-27T02:09:13.870Z Compiling foreign-types-shared v0.1.1
15782026-02-27T02:09:14.011Z Compiling openssl v0.10.73
15792026-02-27T02:09:14.052Z Compiling num-conv v0.2.0
15802026-02-27T02:09:14.150Z Compiling powerfmt v0.2.0
15812026-02-27T02:09:14.305Z Compiling time-macros v0.2.27
15822026-02-27T02:09:14.508Z Compiling deranged v0.5.3
15832026-02-27T02:09:14.531Z Compiling foreign-types v0.3.2
15842026-02-27T02:09:14.889Z Compiling tempfile v3.24.0
15852026-02-27T02:09:15.676Z Compiling regex-automata v0.4.14
15862026-02-27T02:09:16.014Z Compiling darling v0.20.10
15872026-02-27T02:09:16.142Z Compiling goblin v0.10.2
15882026-02-27T02:09:16.805Z Compiling openssl-macros v0.1.1
15892026-02-27T02:09:17.518Z Compiling wait-timeout v0.2.0
15902026-02-27T02:09:17.723Z Compiling syn v1.0.109
15912026-02-27T02:09:18.031Z Compiling native-tls v0.2.12
15922026-02-27T02:09:18.158Z Compiling quick-error v1.2.3
15932026-02-27T02:09:18.340Z Compiling usdt-impl v0.6.0
15942026-02-27T02:09:18.363Z Compiling gimli v0.31.1
15952026-02-27T02:09:18.385Z Compiling crossbeam-utils v0.8.21
15962026-02-27T02:09:18.725Z Compiling bit-vec v0.8.0
15972026-02-27T02:09:18.969Z Compiling hyper v1.8.1
15982026-02-27T02:09:19.206Z Compiling num_threads v0.1.7
15992026-02-27T02:09:19.341Z Compiling time v0.3.47
16002026-02-27T02:09:21.285Z Compiling bit-set v0.8.0
16012026-02-27T02:09:21.589Z Compiling hyper-util v0.1.19
16022026-02-27T02:09:22.778Z Compiling addr2line v0.24.2
16032026-02-27T02:09:23.118Z Compiling rusty-fork v0.3.0
16042026-02-27T02:09:23.141Z Compiling dof v0.4.0
16052026-02-27T02:09:23.701Z Compiling derive_builder_core v0.20.2
16062026-02-27T02:09:25.540Z Compiling unicode-normalization v0.1.24
16072026-02-27T02:09:25.574Z Compiling dtrace-parser v0.3.0
16082026-02-27T02:09:25.659Z Compiling rustls-native-certs v0.8.1
16092026-02-27T02:09:25.709Z Compiling signature v2.2.0
16102026-02-27T02:09:26.074Z Compiling thiserror-impl v1.0.69
16112026-02-27T02:09:26.241Z Compiling scroll_derive v0.12.0
16122026-02-27T02:09:26.597Z Compiling heapless v0.7.17
16132026-02-27T02:09:27.092Z Compiling darling_core v0.21.0
16142026-02-27T02:09:27.111Z Compiling slog v2.8.2
16152026-02-27T02:09:27.469Z Compiling rand_xorshift v0.4.0
16162026-02-27T02:09:27.492Z Compiling sync_wrapper v1.0.1
16172026-02-27T02:09:27.594Z Compiling thread-id v5.0.0
16182026-02-27T02:09:27.668Z Compiling object v0.36.5
16192026-02-27T02:09:27.729Z Compiling cookie v0.18.1
16202026-02-27T02:09:27.776Z Compiling crc32fast v1.4.2
16212026-02-27T02:09:28.057Z Compiling rustc-demangle v0.1.24
16222026-02-27T02:09:28.089Z Compiling unarray v0.1.4
16232026-02-27T02:09:28.277Z Compiling unicode-properties v0.1.3
16242026-02-27T02:09:28.303Z Compiling paste v1.0.15
16252026-02-27T02:09:28.697Z Compiling signal-hook v0.3.18
16262026-02-27T02:09:28.824Z Compiling anyhow v1.0.99
16272026-02-27T02:09:28.923Z Compiling unicode-bidi v0.3.17
16282026-02-27T02:09:29.030Z Compiling zlib-rs v0.5.1
16292026-02-27T02:09:29.101Z Compiling zstd-safe v7.2.3
16302026-02-27T02:09:29.439Z Compiling siphasher v0.3.11
16312026-02-27T02:09:29.843Z Compiling phf_shared v0.11.2
16322026-02-27T02:09:29.909Z Compiling stringprep v0.1.5
16332026-02-27T02:09:30.098Z Compiling thiserror v1.0.69
16342026-02-27T02:09:30.583Z Compiling proptest v1.7.0
16352026-02-27T02:09:30.821Z Compiling tower v0.5.2
16362026-02-27T02:09:30.903Z Compiling scroll v0.12.0
16372026-02-27T02:09:31.587Z Compiling derive_builder_macro v0.20.2
16382026-02-27T02:09:32.443Z Compiling ipnetwork v0.21.1
16392026-02-27T02:09:33.121Z Compiling darling_macro v0.21.0
16402026-02-27T02:09:33.213Z Compiling http-body-util v0.1.3
16412026-02-27T02:09:33.303Z Compiling webpki-roots v1.0.1
16422026-02-27T02:09:33.541Z Compiling toml_datetime v0.6.11
16432026-02-27T02:09:33.733Z Compiling erased-serde v0.3.31
16442026-02-27T02:09:34.044Z Compiling serde_tokenstream v0.2.3
16452026-02-27T02:09:34.073Z Compiling backtrace v0.3.74
16462026-02-27T02:09:34.639Z Compiling serde_spanned v0.6.9
16472026-02-27T02:09:34.643Z Compiling rand_chacha v0.3.1
16482026-02-27T02:09:34.906Z Compiling md-5 v0.10.6
16492026-02-27T02:09:35.012Z Compiling curve25519-dalek v4.1.3
16502026-02-27T02:09:35.213Z Compiling libz-rs-sys v0.5.1
16512026-02-27T02:09:35.523Z Compiling vergen-lib v0.1.6
16522026-02-27T02:09:35.714Z Compiling num-integer v0.1.46
16532026-02-27T02:09:35.894Z Compiling hash32 v0.2.1
16542026-02-27T02:09:35.989Z Compiling ff v0.13.0
16552026-02-27T02:09:36.235Z Compiling memoffset v0.9.1
16562026-02-27T02:09:36.267Z Compiling ref-cast v1.0.25
16572026-02-27T02:09:36.463Z Compiling smoltcp v0.9.1
16582026-02-27T02:09:36.570Z Compiling litrs v0.4.1
16592026-02-27T02:09:36.608Z Compiling iri-string v0.7.8
16602026-02-27T02:09:36.889Z Compiling ryu v1.0.18
16612026-02-27T02:09:36.912Z Compiling num-bigint-dig v0.8.6
16622026-02-27T02:09:37.130Z Compiling psl-types v2.0.11
16632026-02-27T02:09:37.205Z Compiling base16ct v0.2.0
16642026-02-27T02:09:37.261Z Compiling fallible-iterator v0.2.0
16652026-02-27T02:09:37.347Z Compiling cfg_aliases v0.2.1
16662026-02-27T02:09:37.441Z Compiling nix v0.29.0
16672026-02-27T02:09:37.527Z Compiling sec1 v0.7.3
16682026-02-27T02:09:37.620Z Compiling document-features v0.2.11
16692026-02-27T02:09:37.948Z Compiling postgres-protocol v0.6.8
16702026-02-27T02:09:38.105Z Compiling publicsuffix v2.3.0
16712026-02-27T02:09:38.369Z Compiling serde_urlencoded v0.7.1
16722026-02-27T02:09:38.655Z Compiling newtype-uuid v1.3.2
16732026-02-27T02:09:38.838Z Compiling num-iter v0.1.45
16742026-02-27T02:09:39.047Z Compiling group v0.13.0
16752026-02-27T02:09:39.266Z Compiling flate2 v1.1.2
16762026-02-27T02:09:39.328Z Compiling rand v0.8.5
16772026-02-27T02:09:39.911Z Compiling tower-http v0.6.8
16782026-02-27T02:09:40.236Z Compiling darling v0.21.0
16792026-02-27T02:09:40.344Z Compiling oxnet v0.1.4
16802026-02-27T02:09:40.370Z Compiling derive_builder v0.20.2
16812026-02-27T02:09:40.583Z Compiling goblin v0.8.2
16822026-02-27T02:09:41.059Z Compiling tokio-native-tls v0.3.1
16832026-02-27T02:09:41.603Z Compiling regex v1.12.3
16842026-02-27T02:09:42.050Z Compiling terminal_size v0.4.0
16852026-02-27T02:09:42.213Z Compiling cargo-platform v0.1.8
16862026-02-27T02:09:42.299Z Compiling hkdf v0.12.4
16872026-02-27T02:09:42.467Z Compiling crypto-bigint v0.5.5
16882026-02-27T02:09:42.588Z Compiling curve25519-dalek-derive v0.1.1
16892026-02-27T02:09:42.591Z Compiling daft-derive v0.1.4
16902026-02-27T02:09:42.725Z Compiling strum_macros v0.27.2
16912026-02-27T02:09:43.765Z Compiling hubpack_derive v0.1.1
16922026-02-27T02:09:43.977Z Compiling async-trait v0.1.89
16932026-02-27T02:09:44.174Z Compiling ref-cast-impl v1.0.25
16942026-02-27T02:09:44.660Z Compiling vergen v9.0.6
16952026-02-27T02:09:45.022Z Compiling ahash v0.8.12
16962026-02-27T02:09:45.360Z Compiling fs-err v3.1.1
16972026-02-27T02:09:45.438Z Compiling either v1.15.0
16982026-02-27T02:09:45.725Z Compiling simd-adler32 v0.3.7
16992026-02-27T02:09:45.904Z Compiling unicode-segmentation v1.12.0
17002026-02-27T02:09:46.320Z Compiling managed v0.8.0
17012026-02-27T02:09:46.522Z Compiling winnow v0.5.40
17022026-02-27T02:09:46.803Z Compiling bumpalo v3.16.0
17032026-02-27T02:09:46.827Z Compiling lockfree-object-pool v0.1.6
17042026-02-27T02:09:47.110Z Compiling buf-list v1.0.3
17052026-02-27T02:09:47.284Z Compiling bitflags v1.3.2
17062026-02-27T02:09:47.410Z Compiling clap_builder v4.5.48
17072026-02-27T02:09:47.800Z Compiling strum v0.27.2
17082026-02-27T02:09:48.024Z Compiling zopfli v0.8.1
17092026-02-27T02:09:48.469Z Compiling dof v0.3.0
17102026-02-27T02:09:49.729Z Compiling elliptic-curve v0.13.8
17112026-02-27T02:09:49.844Z Compiling toml_edit v0.19.15
17122026-02-27T02:09:49.952Z Compiling hubpack v0.1.2
17132026-02-27T02:09:50.104Z Compiling daft v0.1.4
17142026-02-27T02:09:50.402Z Compiling cargo_metadata v0.19.2
17152026-02-27T02:09:50.583Z Compiling signal-hook-mio v0.2.4
17162026-02-27T02:09:50.691Z Compiling zstd v0.13.3
17172026-02-27T02:09:50.779Z Compiling cookie_store v0.22.1
17182026-02-27T02:09:51.288Z Compiling hyper-tls v0.6.0
17192026-02-27T02:09:53.126Z Compiling serde_with_macros v3.16.1
17202026-02-27T02:09:53.898Z Compiling postgres-types v0.2.9
17212026-02-27T02:09:55.267Z Compiling usdt-attr-macro v0.6.0
17222026-02-27T02:09:55.332Z Compiling usdt-macro v0.6.0
17232026-02-27T02:09:55.633Z Compiling dtrace-parser v0.2.0
17242026-02-27T02:09:56.734Z Compiling phf v0.11.2
17252026-02-27T02:09:56.855Z Compiling ed25519 v2.2.3
17262026-02-27T02:09:56.924Z Compiling bzip2 v0.5.2
17272026-02-27T02:09:57.060Z Compiling bzip2 v0.4.4
17282026-02-27T02:09:57.322Z Compiling bstr v1.10.0
17292026-02-27T02:09:57.464Z Compiling pkcs1 v0.7.5
17302026-02-27T02:09:57.499Z Compiling hex v0.4.3
17312026-02-27T02:09:57.581Z Compiling serde-big-array v0.5.1
17322026-02-27T02:09:57.843Z Compiling rfc6979 v0.4.0
17332026-02-27T02:09:58.066Z Compiling serde_repr v0.1.19
17342026-02-27T02:09:58.088Z Compiling clap_derive v4.5.47
17352026-02-27T02:09:58.284Z Compiling strum_macros v0.26.4
17362026-02-27T02:09:58.370Z Compiling enum-as-inner v0.6.1
17372026-02-27T02:09:58.839Z Compiling float-cmp v0.10.0
17382026-02-27T02:09:58.952Z Compiling env_filter v0.1.2
17392026-02-27T02:09:59.093Z Compiling socket2 v0.5.10
17402026-02-27T02:09:59.169Z Compiling memmap2 v0.9.8
17412026-02-27T02:09:59.424Z Compiling encoding_rs v0.8.34
17422026-02-27T02:09:59.558Z Compiling mime v0.3.17
17432026-02-27T02:09:59.583Z Compiling whoami v1.5.2
17442026-02-27T02:09:59.989Z Compiling precomputed-hash v0.1.1
17452026-02-27T02:10:00.094Z Compiling keccak v0.1.5
17462026-02-27T02:10:00.134Z Compiling rustc-hash v2.1.1
17472026-02-27T02:10:00.162Z Compiling data-encoding v2.9.0
17482026-02-27T02:10:00.340Z Compiling normalize-line-endings v0.3.0
17492026-02-27T02:10:00.499Z Compiling predicates-core v1.0.8
17502026-02-27T02:10:00.849Z Compiling new_debug_unreachable v1.0.6
17512026-02-27T02:10:01.012Z Compiling fixedbitset v0.5.7
17522026-02-27T02:10:01.693Z Compiling fixedbitset v0.4.2
17532026-02-27T02:10:02.015Z Compiling difflib v0.4.0
17542026-02-27T02:10:02.143Z Compiling static_assertions v1.1.0
17552026-02-27T02:10:02.263Z Compiling jiff v0.2.15
17562026-02-27T02:10:02.437Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17572026-02-27T02:10:02.541Z Compiling clap v4.5.48
17582026-02-27T02:10:02.628Z Compiling strum v0.26.3
17592026-02-27T02:10:02.673Z Compiling predicates v3.1.3
17602026-02-27T02:10:02.845Z Compiling petgraph v0.6.5
17612026-02-27T02:10:03.120Z Compiling toml_edit v0.22.27
17622026-02-27T02:10:03.316Z Compiling petgraph v0.8.2
17632026-02-27T02:10:04.195Z Compiling string_cache v0.8.9
17642026-02-27T02:10:04.634Z Compiling hickory-proto v0.25.2
17652026-02-27T02:10:05.384Z Compiling sha3 v0.10.8
17662026-02-27T02:10:06.514Z Compiling iddqd v0.3.16
17672026-02-27T02:10:06.553Z Compiling tokio-postgres v0.7.13
17682026-02-27T02:10:07.984Z Compiling usdt v0.6.0
17692026-02-27T02:10:08.503Z Compiling env_logger v0.11.8
17702026-02-27T02:10:09.206Z Compiling usdt-impl v0.5.0
17712026-02-27T02:10:09.251Z Compiling similar v2.7.0
17722026-02-27T02:10:09.357Z Compiling ecdsa v0.16.9
17732026-02-27T02:10:10.265Z Compiling zip v4.2.0
17742026-02-27T02:10:10.366Z Compiling serde_with v3.16.1
17752026-02-27T02:10:10.508Z Compiling rsa v0.9.8
17762026-02-27T02:10:11.345Z Compiling zip v0.6.6
17772026-02-27T02:10:11.961Z Compiling ed25519-dalek v2.1.1
17782026-02-27T02:10:12.647Z Compiling toml v0.7.8
17792026-02-27T02:10:14.046Z Compiling crossterm v0.28.1
17802026-02-27T02:10:14.770Z Compiling heck v0.4.1
17812026-02-27T02:10:14.857Z Compiling itertools v0.10.5
17822026-02-27T02:10:14.945Z Compiling itertools v0.13.0
17832026-02-27T02:10:15.046Z Compiling crossbeam-epoch v0.9.18
17842026-02-27T02:10:15.218Z Compiling tokio-stream v0.1.17
17852026-02-27T02:10:15.685Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17862026-02-27T02:10:16.202Z Compiling x509-cert v0.2.5
17872026-02-27T02:10:16.289Z Compiling openapiv3 v2.2.0
17882026-02-27T02:10:16.506Z Compiling sha1 v0.10.6
17892026-02-27T02:10:16.972Z Compiling winnow v0.6.26
17902026-02-27T02:10:17.300Z Compiling peg-runtime v0.8.5
17912026-02-27T02:10:17.466Z Compiling lalrpop-util v0.19.12
17922026-02-27T02:10:17.864Z Compiling thread_local v1.1.8
17932026-02-27T02:10:17.888Z Compiling slog-async v2.8.0
17942026-02-27T02:10:17.944Z Compiling crossbeam-channel v0.5.15
17952026-02-27T02:10:18.392Z Compiling xattr v1.3.1
17962026-02-27T02:10:18.501Z Compiling futures-executor v0.3.31
17972026-02-27T02:10:18.529Z Compiling filetime v0.2.26
17982026-02-27T02:10:18.677Z Compiling is-terminal v0.4.13
17992026-02-27T02:10:18.839Z Compiling term v1.1.0
18002026-02-27T02:10:18.870Z Compiling take_mut v0.2.2
18012026-02-27T02:10:18.973Z Compiling futures v0.3.31
18022026-02-27T02:10:19.022Z Compiling tar v0.4.44
18032026-02-27T02:10:20.129Z Compiling slog-term v2.9.2
18042026-02-27T02:10:29.135Z Compiling rustls-webpki v0.103.9
18052026-02-27T02:10:34.569Z Compiling tokio-rustls v0.26.0
18062026-02-27T02:10:34.569Z Compiling rustls-platform-verifier v0.6.2
18072026-02-27T02:10:34.924Z Compiling hyper-rustls v0.27.7
18082026-02-27T02:10:35.319Z Compiling reqwest v0.13.2
18092026-02-27T02:10:35.319Z Compiling reqwest v0.12.28
18102026-02-27T02:10:39.811Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112026-02-27T02:10:40.131Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18122026-02-27T02:10:45.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
18132026-02-27T02:10:45.255Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18142026-02-27T02:10:45.309ZFeb 27 02:10:44.388 INFO Starting download, target: Cockroach
18152026-02-27T02:10:45.312ZFeb 27 02:10:44.389 INFO Starting download, target: DendriteStub
18162026-02-27T02:10:45.312ZFeb 27 02:10:44.389 INFO Starting download, target: Console
18172026-02-27T02:10:45.313ZFeb 27 02:10:44.389 INFO Starting download, target: MaghemiteMgd
18182026-02-27T02:10:45.313ZFeb 27 02:10:44.389 INFO Starting download, target: TransceiverControl
18192026-02-27T02:10:45.313ZFeb 27 02:10:44.389 INFO Starting download, target: Clickhouse
18202026-02-27T02:10:45.313ZFeb 27 02:10:44.390 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18212026-02-27T02:10:45.313ZFeb 27 02:10:44.390 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18222026-02-27T02:10:45.313ZFeb 27 02:10:44.390 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18232026-02-27T02:10:45.313ZFeb 27 02:10:44.390 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18242026-02-27T02:10:45.313ZFeb 27 02:10:44.390 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18252026-02-27T02:10:45.313ZFeb 27 02:10:44.390 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18262026-02-27T02:10:45.814ZFeb 27 02:10:44.889 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18272026-02-27T02:10:46.283ZFeb 27 02:10:45.347 INFO Download complete, target: TransceiverControl
18282026-02-27T02:10:46.348ZFeb 27 02:10:45.427 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18292026-02-27T02:10:46.823ZFeb 27 02:10:45.900 INFO Download complete, target: Console
18302026-02-27T02:10:47.023ZFeb 27 02:10:46.102 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18312026-02-27T02:10:47.391ZFeb 27 02:10:46.470 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18322026-02-27T02:10:47.809ZFeb 27 02:10:46.889 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18332026-02-27T02:10:48.482ZFeb 27 02:10:47.562 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18342026-02-27T02:10:48.482ZFeb 27 02:10:47.562 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18352026-02-27T02:10:51.248ZFeb 27 02:10:50.327 INFO Download complete, target: DendriteStub
18362026-02-27T02:10:51.576ZFeb 27 02:10:50.655 INFO Download complete, target: MaghemiteMgd
18372026-02-27T02:10:56.386ZFeb 27 02:10:55.464 INFO Checking that binary works, target: Cockroach
18382026-02-27T02:10:56.534ZFeb 27 02:10:55.613 INFO Download complete, target: Cockroach
18392026-02-27T02:10:59.309ZFeb 27 02:10:58.386 INFO Checking that binary works, target: Clickhouse
18402026-02-27T02:10:59.681ZFeb 27 02:10:58.759 INFO Download complete, target: Clickhouse
18412026-02-27T02:10:59.689ZAll prerequisites installed successfully
18422026-02-27T02:10:59.694Z
18432026-02-27T02:10:59.695Zreal 4:37.969845607
18442026-02-27T02:10:59.695Zuser 17:22.009237781
18452026-02-27T02:10:59.695Zsys 2:24.865896136
18462026-02-27T02:10:59.695Ztrap 0.631995680
18472026-02-27T02:10:59.695Ztflt 0.611566232
18482026-02-27T02:10:59.695Zdflt 1.138944872
18492026-02-27T02:10:59.696Zkflt 0.146590900
18502026-02-27T02:10:59.696Zlock 43:11.414640609
18512026-02-27T02:10:59.696Zslp 1:03:57.471909909
18522026-02-27T02:10:59.696Zlat 1:09.890160466
18532026-02-27T02:10:59.696Zstop 3:03.769981893
18542026-02-27T02:10:59.696Z+ source ./tools/include/force-git-over-https.sh
18552026-02-27T02:10:59.697Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18562026-02-27T02:10:59.697Z++ (( i = 0 ))
18572026-02-27T02:10:59.697Z++ (( i < 5 ))
18582026-02-27T02:10:59.697Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18592026-02-27T02:10:59.702Z++ (( i++ ))
18602026-02-27T02:10:59.702Z++ (( i < 5 ))
18612026-02-27T02:10:59.703Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18622026-02-27T02:10:59.703Z++ (( i++ ))
18632026-02-27T02:10:59.703Z++ (( i < 5 ))
18642026-02-27T02:10:59.703Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18652026-02-27T02:10:59.703Z++ (( i++ ))
18662026-02-27T02:10:59.703Z++ (( i < 5 ))
18672026-02-27T02:10:59.703Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18682026-02-27T02:10:59.709Z++ (( i++ ))
18692026-02-27T02:10:59.709Z++ (( i < 5 ))
18702026-02-27T02:10:59.709Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18712026-02-27T02:10:59.710Z++ (( i++ ))
18722026-02-27T02:10:59.710Z++ (( i < 5 ))
18732026-02-27T02:10:59.710Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18742026-02-27T02:10:59.710Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18752026-02-27T02:10:59.710Z+ rc=0
18762026-02-27T02:10:59.710Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18772026-02-27T02:11:46.782Z+ case $rc in
18782026-02-27T02:11:46.782Z+ pfexec zfs create -p rpool/images/build/host
18792026-02-27T02:11:46.999Z+ pfexec zfs create -p rpool/images/build/recovery
18802026-02-27T02:11:47.081Z+ cargo xtask releng --output-dir /work --mkincorp
18812026-02-27T02:11:47.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18822026-02-27T02:11:47.918Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18832026-02-27T02:11:49.258Z Compiling proc-macro2 v1.0.106
18842026-02-27T02:11:49.258Z Compiling quote v1.0.44
18852026-02-27T02:11:49.258Z Compiling unicode-ident v1.0.24
18862026-02-27T02:11:49.258Z Compiling libc v0.2.180
18872026-02-27T02:11:49.258Z Compiling serde_core v1.0.228
18882026-02-27T02:11:49.261Z Compiling serde v1.0.228
18892026-02-27T02:11:49.261Z Compiling autocfg v1.4.0
18902026-02-27T02:11:49.261Z Compiling cfg-if v1.0.4
18912026-02-27T02:11:49.622Z Compiling version_check v0.9.5
18922026-02-27T02:11:49.812Z Compiling shlex v1.3.0
18932026-02-27T02:11:49.994Z Compiling find-msvc-tools v0.1.9
18942026-02-27T02:11:50.363Z Compiling lock_api v0.4.12
18952026-02-27T02:11:50.366Z Compiling typenum v1.17.0
18962026-02-27T02:11:50.504Z Compiling generic-array v0.14.7
18972026-02-27T02:11:50.824Z Compiling portable-atomic v1.11.0
18982026-02-27T02:11:50.966Z Compiling memchr v2.7.4
18992026-02-27T02:11:51.383Z Compiling zmij v1.0.15
19002026-02-27T02:11:51.884Z Compiling jobserver v0.1.32
19012026-02-27T02:11:52.029Z Compiling getrandom v0.3.4
19022026-02-27T02:11:52.123Z Compiling serde_json v1.0.149
19032026-02-27T02:11:52.323Z Compiling syn v2.0.117
19042026-02-27T02:11:52.620Z Compiling cc v1.2.56
19052026-02-27T02:11:52.657Z Compiling libm v0.2.8
19062026-02-27T02:11:52.863Z Compiling num-traits v0.2.19
19072026-02-27T02:11:53.132Z Compiling parking_lot_core v0.9.10
19082026-02-27T02:11:53.318Z Compiling getrandom v0.2.15
19092026-02-27T02:11:53.450Z Compiling smallvec v1.15.1
19102026-02-27T02:11:53.617Z Compiling pkg-config v0.3.31
19112026-02-27T02:11:53.745Z Compiling value-bag v1.12.0
19122026-02-27T02:11:53.954Z Compiling itoa v1.0.11
19132026-02-27T02:11:54.266Z Compiling scopeguard v1.2.0
19142026-02-27T02:11:54.347Z Compiling log v0.4.29
19152026-02-27T02:11:54.767Z Compiling slab v0.4.9
19162026-02-27T02:11:55.249Z Compiling subtle v2.6.1
19172026-02-27T02:11:55.302Z Compiling critical-section v1.1.3
19182026-02-27T02:11:55.306Z Compiling rand_core v0.6.4
19192026-02-27T02:11:55.518Z Compiling thiserror v2.0.18
19202026-02-27T02:11:56.205Z Compiling stable_deref_trait v1.2.0
19212026-02-27T02:11:56.466Z Compiling once_cell v1.21.3
19222026-02-27T02:11:56.520Z Compiling byteorder v1.5.0
19232026-02-27T02:11:56.989Z Compiling ring v0.17.14
19242026-02-27T02:11:57.159Z Compiling cmake v0.1.57
19252026-02-27T02:11:57.570Z Compiling dunce v1.0.5
19262026-02-27T02:11:57.604Z Compiling fs_extra v1.3.0
19272026-02-27T02:11:57.759Z Compiling heck v0.5.0
19282026-02-27T02:11:58.175Z Compiling aws-lc-sys v0.37.1
19292026-02-27T02:11:58.225Z Compiling semver v1.0.27
19302026-02-27T02:11:58.305Z Compiling equivalent v1.0.2
19312026-02-27T02:11:58.371Z Compiling const-oid v0.9.6
19322026-02-27T02:11:58.486Z Compiling allocator-api2 v0.2.21
19332026-02-27T02:11:58.931Z Compiling pin-project-lite v0.2.14
19342026-02-27T02:11:59.176Z Compiling writeable v0.5.5
19352026-02-27T02:11:59.602Z Compiling litemap v0.7.3
19362026-02-27T02:12:00.179Z Compiling synstructure v0.13.1
19372026-02-27T02:12:00.267Z Compiling percent-encoding v2.3.2
19382026-02-27T02:12:00.308Z Compiling fnv v1.0.7
19392026-02-27T02:12:00.557Z Compiling rustversion v1.0.22
19402026-02-27T02:12:00.978Z Compiling icu_locid_transform_data v1.5.0
19412026-02-27T02:12:01.457Z Compiling icu_properties_data v1.5.0
19422026-02-27T02:12:01.484Z Compiling zerocopy v0.8.27
19432026-02-27T02:12:01.688Z Compiling futures-core v0.3.32
19442026-02-27T02:12:02.033Z Compiling aws-lc-rs v1.16.0
19452026-02-27T02:12:02.406Z Compiling signal-hook-registry v1.4.2
19462026-02-27T02:12:02.479Z Compiling write16 v1.0.0
19472026-02-27T02:12:02.618Z Compiling icu_normalizer_data v1.5.0
19482026-02-27T02:12:02.737Z Compiling foldhash v0.2.0
19492026-02-27T02:12:02.868Z Compiling utf8_iter v1.0.4
19502026-02-27T02:12:02.921Z Compiling utf16_iter v1.0.5
19512026-02-27T02:12:02.996Z Compiling parking_lot v0.12.3
19522026-02-27T02:12:03.237Z Compiling hashbrown v0.16.1
19532026-02-27T02:12:03.284Z Compiling mio v1.0.2
19542026-02-27T02:12:03.616Z Compiling rustix v1.1.3
19552026-02-27T02:12:03.935Z Compiling serde_derive v1.0.228
19562026-02-27T02:12:03.990Z Compiling zeroize_derive v1.4.2
19572026-02-27T02:12:04.361Z Compiling zerofrom-derive v0.1.4
19582026-02-27T02:12:05.018Z Compiling yoke-derive v0.7.4
19592026-02-27T02:12:05.074Z Compiling zerovec-derive v0.10.3
19602026-02-27T02:12:05.077Z Compiling displaydoc v0.2.5
19612026-02-27T02:12:05.296Z Compiling icu_provider_macros v1.5.0
19622026-02-27T02:12:05.361Z Compiling zerocopy-derive v0.7.35
19632026-02-27T02:12:05.589Z Compiling zeroize v1.8.1
19642026-02-27T02:12:06.410Z Compiling tokio-macros v2.6.0
19652026-02-27T02:12:06.606Z Compiling futures-macro v0.3.31
19662026-02-27T02:12:06.772Z Compiling thiserror-impl v2.0.18
19672026-02-27T02:12:07.451Z Compiling zerofrom v0.1.4
19682026-02-27T02:12:07.477Z Compiling der_derive v0.7.3
19692026-02-27T02:12:07.787Z Compiling yoke v0.7.4
19702026-02-27T02:12:08.221Z Compiling zerovec v0.10.4
19712026-02-27T02:12:08.377Z Compiling tracing-attributes v0.1.27
19722026-02-27T02:12:08.653Z Compiling crypto-common v0.1.6
19732026-02-27T02:12:08.708Z Compiling block-buffer v0.10.4
19742026-02-27T02:12:09.068Z Compiling digest v0.10.7
19752026-02-27T02:12:09.553Z Compiling zerocopy-derive v0.8.27
19762026-02-27T02:12:09.694Z Compiling httparse v1.9.5
19772026-02-27T02:12:09.772Z Compiling vcpkg v0.2.15
19782026-02-27T02:12:09.841Z Compiling schemars v0.8.22
19792026-02-27T02:12:10.251Z Compiling serde_derive_internals v0.29.1
19802026-02-27T02:12:10.452Z Compiling tinystr v0.7.6
19812026-02-27T02:12:11.071Z Compiling icu_locid v1.5.0
19822026-02-27T02:12:11.364Z Compiling icu_collections v1.5.0
19832026-02-27T02:12:11.644Z Compiling openssl-sys v0.9.109
19842026-02-27T02:12:12.446Z Compiling rustix v0.38.37
19852026-02-27T02:12:12.712Z Compiling bytes v1.11.1
19862026-02-27T02:12:12.752Z Compiling bitflags v2.9.4
19872026-02-27T02:12:12.874Z Compiling icu_provider v1.5.0
19882026-02-27T02:12:13.676Z Compiling schemars_derive v0.8.22
19892026-02-27T02:12:13.729Z Compiling form_urlencoded v1.2.2
19902026-02-27T02:12:14.284Z Compiling icu_locid_transform v1.5.0
19912026-02-27T02:12:14.402Z Compiling errno v0.3.12
19922026-02-27T02:12:14.439Z Compiling socket2 v0.6.1
19932026-02-27T02:12:15.287Z Compiling tokio v1.49.0
19942026-02-27T02:12:15.902Z Compiling icu_properties v1.5.1
19952026-02-27T02:12:16.015Z Compiling zerocopy v0.7.35
19962026-02-27T02:12:16.065Z Compiling indexmap v2.13.0
19972026-02-27T02:12:17.868Z Compiling futures-sink v0.3.31
19982026-02-27T02:12:17.915Z Compiling rustls v0.23.37
19992026-02-27T02:12:18.256Z Compiling futures-channel v0.3.31
20002026-02-27T02:12:19.412Z Compiling futures-task v0.3.31
20012026-02-27T02:12:19.714Z Compiling futures-io v0.3.31
20022026-02-27T02:12:19.812Z Compiling cpufeatures v0.2.14
20032026-02-27T02:12:20.020Z Compiling pin-utils v0.1.0
20042026-02-27T02:12:20.143Z Compiling ppv-lite86 v0.2.20
20052026-02-27T02:12:20.196Z Compiling icu_normalizer v1.5.0
20062026-02-27T02:12:20.484Z Compiling futures-util v0.3.31
20072026-02-27T02:12:22.170Z Compiling idna_adapter v1.2.0
20082026-02-27T02:12:22.460Z Compiling idna v1.0.3
20092026-02-27T02:12:22.678Z Compiling rustc_version v0.4.1
20102026-02-27T02:12:22.767Z Compiling strsim v0.11.1
20112026-02-27T02:12:23.579Z Compiling url v2.5.4
20122026-02-27T02:12:24.075Z Compiling ucd-trie v0.1.7
20132026-02-27T02:12:24.667Z Compiling pest v2.8.2
20142026-02-27T02:12:27.503Z Compiling hmac v0.12.1
20152026-02-27T02:12:28.123Z Compiling openssl v0.10.73
20162026-02-27T02:12:28.296Z Compiling pest_meta v2.8.2
20172026-02-27T02:12:28.495Z Compiling block-padding v0.3.3
20182026-02-27T02:12:28.734Z Compiling bzip2-sys v0.1.13+1.0.8
20192026-02-27T02:12:29.103Z Compiling thiserror v1.0.69
20202026-02-27T02:12:29.609Z Compiling iana-time-zone v0.1.63
20212026-02-27T02:12:29.635Z Compiling ident_case v1.0.1
20222026-02-27T02:12:29.863Z Compiling chrono v0.4.43
20232026-02-27T02:12:30.203Z Compiling pest_generator v2.8.2
20242026-02-27T02:12:30.388Z Compiling inout v0.1.3
20252026-02-27T02:12:31.077Z Compiling rustls-pki-types v1.14.0
20262026-02-27T02:12:31.558Z Compiling openssl-macros v0.1.1
20272026-02-27T02:12:32.273Z Compiling spin v0.9.8
20282026-02-27T02:12:32.657Z Compiling syn v1.0.109
20292026-02-27T02:12:32.874Z Compiling time-core v0.1.8
20302026-02-27T02:12:33.169Z Compiling num-conv v0.2.0
20312026-02-27T02:12:33.256Z Compiling native-tls v0.2.12
20322026-02-27T02:12:33.510Z Compiling time-macros v0.2.27
20332026-02-27T02:12:33.712Z Compiling pest_derive v2.8.2
20342026-02-27T02:12:34.090Z Compiling cipher v0.4.4
20352026-02-27T02:12:34.621Z Compiling sha2 v0.10.9
20362026-02-27T02:12:35.809Z Compiling scroll_derive v0.13.1
20372026-02-27T02:12:35.959Z Compiling thiserror-impl v1.0.69
20382026-02-27T02:12:36.013Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20392026-02-27T02:12:36.962Z Compiling crossbeam-utils v0.8.21
20402026-02-27T02:12:37.668Z Compiling base64ct v1.6.0
20412026-02-27T02:12:37.864Z Compiling base64 v0.22.1
20422026-02-27T02:12:38.102Z Compiling foldhash v0.1.5
20432026-02-27T02:12:38.271Z Compiling pem-rfc7468 v0.7.0
20442026-02-27T02:12:38.630Z Compiling hashbrown v0.15.4
20452026-02-27T02:12:39.020Z Compiling http v1.4.0
20462026-02-27T02:12:39.140Z Compiling slog v2.8.2
20472026-02-27T02:12:39.454Z Compiling uuid v1.19.0
20482026-02-27T02:12:40.641Z Compiling regex-syntax v0.8.5
20492026-02-27T02:12:41.179Z Compiling flagset v0.4.6
20502026-02-27T02:12:41.421Z Compiling untrusted v0.9.0
20512026-02-27T02:12:41.696Z Compiling der v0.7.10
20522026-02-27T02:12:44.621Z Compiling rand_core v0.9.3
20532026-02-27T02:12:45.022Z Compiling plain v0.2.3
20542026-02-27T02:12:45.223Z Compiling camino v1.2.2
20552026-02-27T02:12:45.458Z Compiling paste v1.0.15
20562026-02-27T02:12:46.967Z Compiling spki v0.7.3
20572026-02-27T02:12:47.420Z Compiling tokio-util v0.7.15
20582026-02-27T02:12:49.865Z Compiling salsa20 v0.10.2
20592026-02-27T02:12:49.960Z Compiling pbkdf2 v0.12.2
20602026-02-27T02:12:51.947Z Compiling tracing-core v0.1.32
20612026-02-27T02:12:52.239Z Compiling num-bigint-dig v0.8.6
20622026-02-27T02:12:52.610Z Compiling dyn-clone v1.0.20
20632026-02-27T02:12:52.917Z Compiling tracing v0.1.40
20642026-02-27T02:12:53.907Z Compiling scrypt v0.11.0
20652026-02-27T02:12:55.019Z Compiling rand_chacha v0.9.0
20662026-02-27T02:12:55.806Z Compiling http-body v1.0.1
20672026-02-27T02:12:56.089Z Compiling cbc v0.1.2
20682026-02-27T02:12:56.124Z Compiling aes v0.8.4
20692026-02-27T02:12:57.522Z Compiling cookie v0.18.1
20702026-02-27T02:12:57.604Z Compiling ahash v0.8.12
20712026-02-27T02:12:57.904Z Compiling pretty-hex v0.4.1
20722026-02-27T02:12:58.011Z Compiling usdt-impl v0.6.0
20732026-02-27T02:12:58.126Z Compiling atomic-waker v1.1.2
20742026-02-27T02:12:58.163Z Compiling anyhow v1.0.99
20752026-02-27T02:12:58.359Z Compiling zstd-safe v7.2.3
20762026-02-27T02:12:58.383Z Compiling fastrand v2.1.1
20772026-02-27T02:12:58.767Z Compiling pkcs5 v0.7.1
20782026-02-27T02:13:01.723Z Compiling rand v0.9.2
20792026-02-27T02:13:03.076Z Compiling scroll v0.13.0
20802026-02-27T02:13:03.220Z Compiling lazy_static v1.5.0
20812026-02-27T02:13:03.413Z Compiling heapless v0.7.17
20822026-02-27T02:13:03.760Z Compiling serde_tokenstream v0.2.3
20832026-02-27T02:13:03.911Z Compiling clap_derive v4.5.47
20842026-02-27T02:13:03.947Z Compiling scroll_derive v0.12.0
20852026-02-27T02:13:04.110Z Compiling async-trait v0.1.89
20862026-02-27T02:13:04.443Z Compiling daft-derive v0.1.4
20872026-02-27T02:13:05.319Z Compiling aho-corasick v1.1.3
20882026-02-27T02:13:05.957Z Compiling tower-service v0.3.3
20892026-02-27T02:13:05.994Z Compiling try-lock v0.2.5
20902026-02-27T02:13:06.123Z Compiling untrusted v0.7.1
20912026-02-27T02:13:06.205Z Compiling adler2 v2.0.0
20922026-02-27T02:13:06.380Z Compiling signal-hook v0.3.18
20932026-02-27T02:13:06.458Z Compiling tower-layer v0.3.3
20942026-02-27T02:13:06.570Z Compiling openssl-probe v0.1.5
20952026-02-27T02:13:07.013Z Compiling miniz_oxide v0.8.5
20962026-02-27T02:13:07.443Z Compiling regex-automata v0.4.14
20972026-02-27T02:13:08.015Z Compiling want v0.3.1
20982026-02-27T02:13:08.367Z Compiling goblin v0.10.2
20992026-02-27T02:13:10.725Z Compiling tempfile v3.24.0
21002026-02-27T02:13:10.910Z Compiling pkcs8 v0.10.2
21012026-02-27T02:13:11.100Z Compiling h2 v0.4.6
21022026-02-27T02:13:11.530Z Compiling darling_core v0.20.10
21032026-02-27T02:13:11.912Z Compiling ipnet v2.11.0
21042026-02-27T02:13:13.613Z Compiling tinyvec_macros v0.1.1
21052026-02-27T02:13:14.580Z Compiling httpdate v1.0.3
21062026-02-27T02:13:15.753Z Compiling dof v0.4.0
21072026-02-27T02:13:16.854Z Compiling tinyvec v1.8.0
21082026-02-27T02:13:16.967Z Compiling darling_macro v0.20.10
21092026-02-27T02:13:18.695Z Compiling dtrace-parser v0.3.0
21102026-02-27T02:13:18.783Z Compiling darling_core v0.21.0
21112026-02-27T02:13:20.379Z Compiling hyper v1.8.1
21122026-02-27T02:13:20.831Z Compiling curve25519-dalek v4.1.3
21132026-02-27T02:13:21.396Z Compiling hex v0.4.3
21142026-02-27T02:13:22.148Z Compiling strum_macros v0.26.4
21152026-02-27T02:13:22.358Z Compiling thread-id v5.0.0
21162026-02-27T02:13:22.507Z Compiling memoffset v0.9.1
21172026-02-27T02:13:24.029Z Compiling litrs v0.4.1
21182026-02-27T02:13:24.569Z Compiling foreign-types-shared v0.1.1
21192026-02-27T02:13:25.132Z Compiling utf8parse v0.2.2
21202026-02-27T02:13:25.180Z Compiling ref-cast v1.0.25
21212026-02-27T02:13:25.335Z Compiling smoltcp v0.9.1
21222026-02-27T02:13:25.764Z Compiling anstyle v1.0.11
21232026-02-27T02:13:26.341Z Compiling anstyle-parse v0.2.5
21242026-02-27T02:13:26.482Z Compiling document-features v0.2.11
21252026-02-27T02:13:26.880Z Compiling foreign-types v0.3.2
21262026-02-27T02:13:27.121Z Compiling darling_macro v0.21.0
21272026-02-27T02:13:27.896Z Compiling hyper-util v0.1.19
21282026-02-27T02:13:30.030Z Compiling darling v0.20.10
21292026-02-27T02:13:31.490Z Compiling toml_datetime v0.6.11
21302026-02-27T02:13:31.699Z Compiling serde_spanned v0.6.9
21312026-02-27T02:13:31.982Z Compiling wait-timeout v0.2.0
21322026-02-27T02:13:32.101Z Compiling bit-vec v0.8.0
21332026-02-27T02:13:32.127Z Compiling powerfmt v0.2.0
21342026-02-27T02:13:32.304Z Compiling gimli v0.31.1
21352026-02-27T02:13:32.681Z Compiling is_terminal_polyfill v1.70.1
21362026-02-27T02:13:32.790Z Compiling anstyle-query v1.1.1
21372026-02-27T02:13:32.858Z Compiling quick-error v1.2.3
21382026-02-27T02:13:33.017Z Compiling cfg_aliases v0.2.1
21392026-02-27T02:13:33.146Z Compiling buf-list v1.0.3
21402026-02-27T02:13:33.322Z Compiling colorchoice v1.0.2
21412026-02-27T02:13:33.573Z Compiling anstream v0.6.18
21422026-02-27T02:13:33.795Z Compiling nix v0.29.0
21432026-02-27T02:13:33.904Z Compiling deranged v0.5.3
21442026-02-27T02:13:34.692Z Compiling rusty-fork v0.3.0
21452026-02-27T02:13:35.357Z Compiling bit-set v0.8.0
21462026-02-27T02:13:36.820Z Compiling addr2line v0.24.2
21472026-02-27T02:13:37.230Z Compiling derive_builder_core v0.20.2
21482026-02-27T02:13:38.687Z Compiling darling v0.21.0
21492026-02-27T02:13:38.872Z Compiling unicode-normalization v0.1.24
21502026-02-27T02:13:39.265Z Compiling regex v1.12.3
21512026-02-27T02:13:40.218Z Compiling rustls-native-certs v0.8.1
21522026-02-27T02:13:41.590Z Compiling http-body-util v0.1.3
21532026-02-27T02:13:41.811Z Compiling hubpack_derive v0.1.1
21542026-02-27T02:13:41.962Z Compiling rand_xorshift v0.4.0
21552026-02-27T02:13:42.262Z Compiling sync_wrapper v1.0.1
21562026-02-27T02:13:42.460Z Compiling erased-serde v0.3.31
21572026-02-27T02:13:42.521Z Compiling signature v2.2.0
21582026-02-27T02:13:42.632Z Compiling ref-cast-impl v1.0.25
21592026-02-27T02:13:42.738Z Compiling curve25519-dalek-derive v0.1.1
21602026-02-27T02:13:42.789Z Compiling strum_macros v0.27.2
21612026-02-27T02:13:43.648Z Compiling object v0.36.5
21622026-02-27T02:13:44.151Z Compiling fs-err v3.1.1
21632026-02-27T02:13:44.516Z Compiling usdt-impl v0.5.0
21642026-02-27T02:13:44.583Z Compiling crc32fast v1.4.2
21652026-02-27T02:13:45.055Z Compiling rustc-demangle v0.1.24
21662026-02-27T02:13:45.570Z Compiling unicode-properties v0.1.3
21672026-02-27T02:13:46.046Z Compiling siphasher v0.3.11
21682026-02-27T02:13:46.447Z Compiling num_threads v0.1.7
21692026-02-27T02:13:46.518Z Compiling zlib-rs v0.5.1
21702026-02-27T02:13:46.659Z Compiling unarray v0.1.4
21712026-02-27T02:13:46.823Z Compiling ryu v1.0.18
21722026-02-27T02:13:47.423Z Compiling unicode-bidi v0.3.17
21732026-02-27T02:13:47.626Z Compiling time v0.3.47
21742026-02-27T02:13:48.173Z Compiling stringprep v0.1.5
21752026-02-27T02:13:48.643Z Compiling serde_urlencoded v0.7.1
21762026-02-27T02:13:49.032Z Compiling proptest v1.7.0
21772026-02-27T02:13:51.126Z Compiling libz-rs-sys v0.5.1
21782026-02-27T02:13:51.246Z Compiling backtrace v0.3.74
21792026-02-27T02:13:51.729Z Compiling phf_shared v0.11.2
21802026-02-27T02:13:53.626Z Compiling tower v0.5.2
21812026-02-27T02:13:56.656Z Compiling derive_builder_macro v0.20.2
21822026-02-27T02:13:57.341Z Compiling serde_with_macros v3.16.1
21832026-02-27T02:13:57.576Z Compiling usdt-attr-macro v0.6.0
21842026-02-27T02:13:57.643Z Compiling usdt-macro v0.6.0
21852026-02-27T02:13:59.088Z Compiling ipnetwork v0.21.1
21862026-02-27T02:13:59.202Z Compiling scroll v0.12.0
21872026-02-27T02:13:59.890Z Compiling terminal_size v0.4.0
21882026-02-27T02:13:59.922Z Compiling webpki-roots v1.0.1
21892026-02-27T02:14:00.265Z Compiling rand_chacha v0.3.1
21902026-02-27T02:14:00.354Z Compiling num-integer v0.1.46
21912026-02-27T02:14:01.637Z Compiling md-5 v0.10.6
21922026-02-27T02:14:01.637Z Compiling vergen-lib v0.1.6
21932026-02-27T02:14:01.914Z Compiling hash32 v0.2.1
21942026-02-27T02:14:01.967Z Compiling ff v0.13.0
21952026-02-27T02:14:02.317Z Compiling fallible-iterator v0.2.0
21962026-02-27T02:14:02.320Z Compiling clap_lex v0.7.4
21972026-02-27T02:14:03.527Z Compiling base16ct v0.2.0
21982026-02-27T02:14:03.860Z Compiling iri-string v0.7.8
21992026-02-27T02:14:04.290Z Compiling psl-types v2.0.11
22002026-02-27T02:14:06.842Z Compiling winnow v0.7.14
22012026-02-27T02:14:08.291Z Compiling tower-http v0.6.8
22022026-02-27T02:14:10.915Z Compiling publicsuffix v2.3.0
22032026-02-27T02:14:11.285Z Compiling sec1 v0.7.3
22042026-02-27T02:14:11.928Z Compiling rustls-webpki v0.103.9
22052026-02-27T02:14:12.075Z Compiling postgres-protocol v0.6.8
22062026-02-27T02:14:12.651Z Compiling clap_builder v4.5.48
22072026-02-27T02:14:14.075Z Compiling group v0.13.0
22082026-02-27T02:14:14.201Z Compiling rand v0.8.5
22092026-02-27T02:14:14.435Z Compiling num-iter v0.1.45
22102026-02-27T02:14:16.282Z Compiling goblin v0.8.2
22112026-02-27T02:14:16.514Z Compiling oxnet v0.1.4
22122026-02-27T02:14:17.455Z Compiling derive_builder v0.20.2
22132026-02-27T02:14:17.701Z Compiling tokio-native-tls v0.3.1
22142026-02-27T02:14:18.074Z Compiling newtype-uuid v1.3.2
22152026-02-27T02:14:18.735Z Compiling flate2 v1.1.2
22162026-02-27T02:14:20.574Z Compiling hkdf v0.12.4
22172026-02-27T02:14:20.949Z Compiling tokio-rustls v0.26.0
22182026-02-27T02:14:21.511Z Compiling hyper-rustls v0.27.7
22192026-02-27T02:14:22.179Z Compiling cargo-platform v0.1.8
22202026-02-27T02:14:22.694Z Compiling crypto-bigint v0.5.5
22212026-02-27T02:14:24.332Z Compiling serde_repr v0.1.19
22222026-02-27T02:14:25.355Z Compiling enum-as-inner v0.6.1
22232026-02-27T02:14:25.527Z Compiling vergen v9.0.6
22242026-02-27T02:14:26.396Z Compiling encoding_rs v0.8.34
22252026-02-27T02:14:26.580Z Compiling lockfree-object-pool v0.1.6
22262026-02-27T02:14:26.718Z Compiling managed v0.8.0
22272026-02-27T02:14:26.903Z Compiling mime v0.3.17
22282026-02-27T02:14:27.195Z Compiling simd-adler32 v0.3.7
22292026-02-27T02:14:27.233Z Compiling winnow v0.5.40
22302026-02-27T02:14:27.820Z Compiling bitflags v1.3.2
22312026-02-27T02:14:27.984Z Compiling bumpalo v3.16.0
22322026-02-27T02:14:28.053Z Compiling either v1.15.0
22332026-02-27T02:14:28.624Z Compiling unicode-segmentation v1.12.0
22342026-02-27T02:14:30.970Z Compiling toml_edit v0.19.15
22352026-02-27T02:14:33.859Z Compiling zopfli v0.8.1
22362026-02-27T02:14:35.586Z Compiling elliptic-curve v0.13.8
22372026-02-27T02:14:36.556Z Compiling dof v0.3.0
22382026-02-27T02:14:36.711Z Compiling cargo_metadata v0.19.2
22392026-02-27T02:14:36.805Z Compiling rustls-platform-verifier v0.6.2
22402026-02-27T02:14:38.823Z Compiling zstd v0.13.3
22412026-02-27T02:14:39.569Z Compiling daft v0.1.4
22422026-02-27T02:14:40.100Z Compiling clap v4.5.48
22432026-02-27T02:14:40.167Z Compiling hyper-tls v0.6.0
22442026-02-27T02:14:40.216Z Compiling signal-hook-mio v0.2.4
22452026-02-27T02:14:40.468Z Compiling cookie_store v0.22.1
22462026-02-27T02:14:40.662Z Compiling postgres-types v0.2.9
22472026-02-27T02:14:41.159Z Compiling dtrace-parser v0.2.0
22482026-02-27T02:14:41.212Z Compiling phf v0.11.2
22492026-02-27T02:14:41.398Z Compiling strum v0.27.2
22502026-02-27T02:14:41.695Z Compiling hubpack v0.1.2
22512026-02-27T02:14:41.698Z Compiling ed25519 v2.2.3
22522026-02-27T02:14:41.837Z Compiling bzip2 v0.4.4
22532026-02-27T02:14:41.877Z Compiling bzip2 v0.5.2
22542026-02-27T02:14:42.063Z Compiling bstr v1.10.0
22552026-02-27T02:14:42.156Z Compiling pkcs1 v0.7.5
22562026-02-27T02:14:42.395Z Compiling rfc6979 v0.4.0
22572026-02-27T02:14:42.425Z Compiling float-cmp v0.10.0
22582026-02-27T02:14:42.648Z Compiling serde-big-array v0.5.1
22592026-02-27T02:14:42.680Z Compiling structmeta-derive v0.3.0
22602026-02-27T02:14:42.906Z Compiling env_filter v0.1.2
22612026-02-27T02:14:43.019Z Compiling socket2 v0.5.10
22622026-02-27T02:14:43.234Z Compiling memmap2 v0.9.8
22632026-02-27T02:14:43.457Z Compiling thread-id v4.2.2
22642026-02-27T02:14:43.653Z Compiling keccak v0.1.5
22652026-02-27T02:14:43.817Z Compiling rustc-hash v2.1.1
22662026-02-27T02:14:43.843Z Compiling precomputed-hash v0.1.1
22672026-02-27T02:14:43.995Z Compiling static_assertions v1.1.0
22682026-02-27T02:14:44.033Z Compiling predicates-core v1.0.8
22692026-02-27T02:14:44.131Z Compiling fixedbitset v0.5.7
22702026-02-27T02:14:44.134Z Compiling data-encoding v2.9.0
22712026-02-27T02:14:44.201Z Compiling new_debug_unreachable v1.0.6
22722026-02-27T02:14:44.399Z Compiling whoami v1.5.2
22732026-02-27T02:14:44.606Z Compiling difflib v0.4.0
22742026-02-27T02:14:44.660Z Compiling normalize-line-endings v0.3.0
22752026-02-27T02:14:44.894Z Compiling fixedbitset v0.4.2
22762026-02-27T02:14:44.897Z Compiling radium v0.7.0
22772026-02-27T02:14:45.316Z Compiling jiff v0.2.15
22782026-02-27T02:14:45.475Z Compiling toml_write v0.1.2
22792026-02-27T02:14:45.962Z Compiling petgraph v0.6.5
22802026-02-27T02:14:46.983Z Compiling reqwest v0.12.28
22812026-02-27T02:14:49.317Z Compiling toml_edit v0.22.27
22822026-02-27T02:14:49.848Z Compiling predicates v3.1.3
22832026-02-27T02:14:53.210Z Compiling zip v4.2.0
22842026-02-27T02:14:55.943Z Compiling structmeta v0.3.0
22852026-02-27T02:14:56.054Z Compiling hickory-proto v0.25.2
22862026-02-27T02:14:56.160Z Compiling tokio-postgres v0.7.13
22872026-02-27T02:14:56.370Z Compiling petgraph v0.8.2
22882026-02-27T02:14:57.289Z Compiling string_cache v0.8.9
22892026-02-27T02:14:57.779Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22902026-02-27T02:14:58.830Z Compiling iddqd v0.3.16
22912026-02-27T02:15:01.202Z Compiling sha3 v0.10.8
22922026-02-27T02:15:02.017Z Compiling usdt v0.6.0
22932026-02-27T02:15:03.005Z Compiling env_logger v0.11.8
22942026-02-27T02:15:03.941Z Compiling serde_with v3.16.1
22952026-02-27T02:15:04.112Z Compiling similar v2.7.0
22962026-02-27T02:15:04.207Z Compiling rsa v0.9.8
22972026-02-27T02:15:05.992Z Compiling ecdsa v0.16.9
22982026-02-27T02:15:08.161Z Compiling zip v0.6.6
22992026-02-27T02:15:08.642Z Compiling ed25519-dalek v2.1.1
23002026-02-27T02:15:09.386Z Compiling reqwest v0.13.2
23012026-02-27T02:15:10.040Z Compiling crossterm v0.28.1
23022026-02-27T02:15:11.050Z Compiling crossbeam-epoch v0.9.18
23032026-02-27T02:15:11.594Z Compiling toml v0.7.8
23042026-02-27T02:15:11.988Z Compiling heck v0.4.1
23052026-02-27T02:15:12.498Z Compiling itertools v0.10.5
23062026-02-27T02:15:13.202Z Compiling itertools v0.13.0
23072026-02-27T02:15:13.557Z Compiling strum v0.26.3
23082026-02-27T02:15:13.988Z Compiling tokio-stream v0.1.17
23092026-02-27T02:15:15.097Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23102026-02-27T02:15:15.216Z Compiling x509-cert v0.2.5
23112026-02-27T02:15:16.383Z Compiling openapiv3 v2.2.0
23122026-02-27T02:15:16.577Z Compiling sha1 v0.10.6
23132026-02-27T02:15:17.959Z Compiling winnow v0.6.26
23142026-02-27T02:15:18.916Z Compiling tap v1.0.1
23152026-02-27T02:15:19.152Z Compiling peg-runtime v0.8.5
23162026-02-27T02:15:19.617Z Compiling lalrpop-util v0.19.12
23172026-02-27T02:15:20.100Z Compiling maybe-uninit v2.0.0
23182026-02-27T02:15:20.853Z Compiling wyz v0.5.1
23192026-02-27T02:15:21.902Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23202026-02-27T02:15:40.048Z Compiling packed_struct v0.10.1
23212026-02-27T02:15:40.660Z Compiling funty v2.0.0
23222026-02-27T02:15:42.175Z Compiling bitvec v1.0.1
23232026-02-27T02:15:50.236Z Compiling packed_struct_codegen v0.10.1
23242026-02-27T02:15:50.569Z Compiling futures-executor v0.3.31
23252026-02-27T02:15:51.298Z Compiling bitfield-macros v0.19.2
23262026-02-27T02:15:51.590Z Compiling zerocopy-derive v0.6.6
23272026-02-27T02:15:53.143Z Compiling indexmap v1.9.3
23282026-02-27T02:15:53.199Z Compiling nodrop v0.1.14
23292026-02-27T02:15:53.258Z Compiling typeid v1.0.3
23302026-02-27T02:15:54.295Z Compiling crc-catalog v2.4.0
23312026-02-27T02:15:54.524Z Compiling crc v3.2.1
23322026-02-27T02:15:55.922Z Compiling array-init v0.0.4
23332026-02-27T02:15:55.949Z Compiling zerocopy v0.6.6
23342026-02-27T02:15:56.912Z Compiling bitfield v0.19.2
23352026-02-27T02:15:57.432Z Compiling futures v0.3.31
23362026-02-27T02:15:58.216Z Compiling smallvec v0.6.14
23372026-02-27T02:16:00.350Z Compiling derive-ex v0.1.8
23382026-02-27T02:16:04.243Z Compiling rustls v0.22.4
23392026-02-27T02:16:04.814Z Compiling hashbrown v0.12.3
23402026-02-27T02:16:04.866Z Compiling base64 v0.21.7
23412026-02-27T02:16:06.114Z Compiling ron v0.8.1
23422026-02-27T02:16:09.165Z Compiling test-strategy v0.4.3
23432026-02-27T02:16:13.120Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23442026-02-27T02:16:14.387Z Compiling serde-hex v0.1.0
23452026-02-27T02:16:19.924Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23462026-02-27T02:16:21.789Z Compiling toml v0.8.23
23472026-02-27T02:16:23.271Z Compiling hashbrown v0.13.2
23482026-02-27T02:16:27.295Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23492026-02-27T02:16:27.384Z Compiling xattr v1.3.1
23502026-02-27T02:16:27.652Z Compiling rustls-webpki v0.102.8
23512026-02-27T02:16:29.592Z Compiling pin-project-internal v1.1.6
23522026-02-27T02:16:30.295Z Compiling thread_local v1.1.8
23532026-02-27T02:16:32.019Z Compiling filetime v0.2.26
23542026-02-27T02:16:32.102Z Compiling multer v3.1.0
23552026-02-27T02:16:33.567Z Compiling rayon-core v1.12.1
23562026-02-27T02:16:33.936Z Compiling same-file v1.0.6
23572026-02-27T02:16:34.259Z Compiling slog-async v2.8.0
23582026-02-27T02:16:34.781Z Compiling match_cfg v0.1.0
23592026-02-27T02:16:34.983Z Compiling crc-any v2.5.0
23602026-02-27T02:16:35.728Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23612026-02-27T02:16:35.955Z Compiling hostname v0.3.1
23622026-02-27T02:16:41.030Z Compiling walkdir v2.5.0
23632026-02-27T02:16:46.865Z Compiling tar v0.4.44
23642026-02-27T02:16:47.313Z Compiling pin-project v1.1.6
23652026-02-27T02:16:51.171Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23662026-02-27T02:16:54.809Z Compiling object v0.30.4
23672026-02-27T02:16:55.157Z Compiling erased-serde v0.4.6
23682026-02-27T02:16:55.234Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23692026-02-27T02:16:56.848Z Compiling toml_parser v1.0.6+spec-1.1.0
23702026-02-27T02:16:59.881Z Compiling crossbeam-channel v0.5.15
23712026-02-27T02:16:59.963Z Compiling slog-json v2.6.1
23722026-02-27T02:17:00.948Z Compiling async-stream-impl v0.3.6
23732026-02-27T02:17:01.131Z Compiling snafu-derive v0.8.5
23742026-02-27T02:17:01.436Z Compiling ordered-float v2.10.1
23752026-02-27T02:17:01.755Z Compiling serde_spanned v1.0.4
23762026-02-27T02:17:02.065Z Compiling toml_datetime v0.7.5+spec-1.1.0
23772026-02-27T02:17:02.143Z Compiling serde_path_to_error v0.1.20
23782026-02-27T02:17:03.015Z Compiling is-terminal v0.4.13
23792026-02-27T02:17:03.194Z Compiling fs-err v2.11.0
23802026-02-27T02:17:03.221Z Compiling dropshot v0.16.7
23812026-02-27T02:17:03.616Z Compiling take_mut v0.2.2
23822026-02-27T02:17:03.645Z Compiling path-slash v0.1.5
23832026-02-27T02:17:03.845Z Compiling toml_writer v1.0.6+spec-1.1.0
23842026-02-27T02:17:03.961Z Compiling debug-ignore v1.0.5
23852026-02-27T02:17:04.589Z Compiling term v1.1.0
23862026-02-27T02:17:04.996Z Compiling toml v0.9.11+spec-1.1.0
23872026-02-27T02:17:05.398Z Compiling snafu v0.8.5
23882026-02-27T02:17:05.556Z Compiling slog-term v2.9.2
23892026-02-27T02:17:06.843Z Compiling async-stream v0.3.6
23902026-02-27T02:17:06.992Z Compiling serde-value v0.7.0
23912026-02-27T02:17:07.206Z Compiling slog-bunyan v2.5.0
23922026-02-27T02:17:07.575Z Compiling serde-untagged v0.1.7
23932026-02-27T02:17:07.661Z Compiling tokio-rustls v0.25.0
23942026-02-27T02:17:08.377Z Compiling crossbeam-deque v0.8.5
23952026-02-27T02:17:08.651Z Compiling globset v0.4.15
23962026-02-27T02:17:08.839Z Compiling camino-tempfile v1.4.1
23972026-02-27T02:17:08.899Z Compiling parse-display-derive v0.10.0
23982026-02-27T02:17:08.927Z Compiling olpc-cjson v0.1.4
23992026-02-27T02:17:09.330Z Compiling dropshot_endpoint v0.16.7
24002026-02-27T02:17:09.472Z Compiling newtype-uuid-macros v0.1.0
24012026-02-27T02:17:09.684Z Compiling waitgroup v0.1.2
24022026-02-27T02:17:10.000Z Compiling pem v3.0.5
24032026-02-27T02:17:10.854Z Compiling rustls-pemfile v2.2.0
24042026-02-27T02:17:11.112Z Compiling serde_plain v1.0.2
24052026-02-27T02:17:11.462Z Compiling async-recursion v1.1.1
24062026-02-27T02:17:11.499Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24072026-02-27T02:17:11.693Z Compiling blake3 v1.5.4
24082026-02-27T02:17:12.290Z Compiling hostname v0.4.2
24092026-02-27T02:17:12.352Z Compiling instant v0.1.13
24102026-02-27T02:17:12.392Z Compiling half v2.4.1
24112026-02-27T02:17:12.577Z Compiling unicode-xid v0.2.6
24122026-02-27T02:17:12.606Z Compiling typed-path v0.9.3
24132026-02-27T02:17:12.766Z Compiling ciborium-io v0.2.2
24142026-02-27T02:17:12.841Z Compiling cargo-util-schemas v0.8.2
24152026-02-27T02:17:12.957Z Compiling ciborium-ll v0.2.2
24162026-02-27T02:17:13.128Z Compiling backoff v0.4.0
24172026-02-27T02:17:13.474Z Compiling parse-display v0.10.0
24182026-02-27T02:17:14.187Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24192026-02-27T02:17:14.464Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24202026-02-27T02:17:14.985Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24212026-02-27T02:17:15.407Z Compiling tough v0.20.0
24222026-02-27T02:17:16.612Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24232026-02-27T02:17:18.021Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24242026-02-27T02:17:18.069Z Compiling progenitor-client v0.13.0
24252026-02-27T02:17:18.312Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24262026-02-27T02:17:18.511Z Compiling itertools v0.14.0
24272026-02-27T02:17:18.594Z Compiling progenitor-client v0.10.0
24282026-02-27T02:17:19.088Z Compiling backon v1.6.0
24292026-02-27T02:17:19.608Z Compiling cargo-platform v0.2.0
24302026-02-27T02:17:19.636Z Compiling macaddr v1.0.1
24312026-02-27T02:17:19.718Z Compiling regress v0.10.5
24322026-02-27T02:17:20.238Z Compiling constant_time_eq v0.3.1
24332026-02-27T02:17:20.475Z Compiling indent_write v2.2.0
24342026-02-27T02:17:20.772Z Compiling parse-size v1.1.0
24352026-02-27T02:17:20.862Z Compiling arrayref v0.3.9
24362026-02-27T02:17:21.016Z Compiling arrayvec v0.7.6
24372026-02-27T02:17:21.134Z Compiling cargo_metadata v0.21.0
24382026-02-27T02:17:22.235Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24392026-02-27T02:17:23.960Z Compiling ciborium v0.2.2
24402026-02-27T02:17:25.963Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24412026-02-27T02:17:25.991Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24422026-02-27T02:17:31.531Z Compiling display-error-chain v0.2.2
24432026-02-27T02:17:31.558Z Compiling topological-sort v0.2.2
24442026-02-27T02:17:31.817Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24452026-02-27T02:17:31.905Z Compiling omicron-zone-package v0.12.2
24462026-02-27T02:17:32.585Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24472026-02-27T02:17:36.774Z Compiling shell-words v1.1.0
24482026-02-27T02:17:45.016Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24492026-02-27T02:17:59.165Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24502026-02-27T02:18:18.757Z Finished `release` profile [optimized] target(s) in 6m 30s
24512026-02-27T02:18:18.984Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24522026-02-27T02:18:19.027ZFeb 27 02:18:18.065 DEBG changing working directory to /work/oxidecomputer/omicron
24532026-02-27T02:18:19.168ZFeb 27 02:18:18.206 DEBG running: git rev-parse HEAD
24542026-02-27T02:18:19.171ZFeb 27 02:18:18.210 DEBG process exited with exit status: 0 (3.637439ms)
24552026-02-27T02:18:19.171ZFeb 27 02:18:18.210 INFO version: 19.0.0-0.ci+git0c68818c355
24562026-02-27T02:18:19.182ZFeb 27 02:18:18.219 INFO cloning helios to /work/oxidecomputer/helios
24572026-02-27T02:18:19.182ZFeb 27 02:18:18.219 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24582026-02-27T02:18:19.184ZCloning into '/work/oxidecomputer/helios'...
24592026-02-27T02:18:20.185ZFeb 27 02:18:19.223 DEBG process exited with exit status: 0 (1.004233742s)
24602026-02-27T02:18:20.185ZFeb 27 02:18:19.223 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24612026-02-27T02:18:20.188ZFeb 27 02:18:19.227 DEBG process exited with exit status: 0 (3.437958ms)
24622026-02-27T02:18:20.188ZFeb 27 02:18:19.227 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24632026-02-27T02:18:21.685ZFeb 27 02:18:20.723 DEBG process exited with exit status: 0 (1.496113634s)
24642026-02-27T02:18:21.685ZFeb 27 02:18:20.723 DEBG running: zfs list rpool/images/build/host
24652026-02-27T02:18:22.693ZNAME USED AVAIL REFER MOUNTPOINT
24662026-02-27T02:18:22.693Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24672026-02-27T02:18:22.696ZFeb 27 02:18:20.729 DEBG process exited with exit status: 0 (6.243258ms)
24682026-02-27T02:18:22.696ZFeb 27 02:18:20.729 DEBG running: zfs list rpool/images/build/recovery
24692026-02-27T02:18:22.696ZNAME USED AVAIL REFER MOUNTPOINT
24702026-02-27T02:18:22.696Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24712026-02-27T02:18:22.696ZFeb 27 02:18:20.734 DEBG process exited with exit status: 0 (5.224905ms)
24722026-02-27T02:18:22.696ZFeb 27 02:18:20.735 INFO [hubris-production] running task
24732026-02-27T02:18:22.696ZFeb 27 02:18:20.735 INFO [incorp-manifest] running task
24742026-02-27T02:18:22.696ZFeb 27 02:18:20.735 INFO [hubris-staging] running task
24752026-02-27T02:18:22.696ZFeb 27 02:18:20.736 INFO [incorp-create] running: pkgrepo create /work/incorporation
24762026-02-27T02:18:22.697ZFeb 27 02:18:20.737 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
24772026-02-27T02:18:22.697ZFeb 27 02:18:20.737 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24782026-02-27T02:18:22.697ZFeb 27 02:18:20.737 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24792026-02-27T02:18:22.697Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24802026-02-27T02:18:22.697ZFeb 27 02:18:21.195 INFO [incorp-create] process exited with exit status: 0 (459.049051ms)
24812026-02-27T02:18:22.697ZFeb 27 02:18:21.195 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24822026-02-27T02:18:22.697ZFeb 27 02:18:21.592 INFO [incorp-publisher] process exited with exit status: 0 (397.180895ms)
24832026-02-27T02:18:22.706Z[ omicron-package] Blocking waiting for file lock on package cache
24842026-02-27T02:18:23.149ZFeb 27 02:18:22.185 INFO [hubris-production] task succeeded (1.449775647s)
24852026-02-27T02:18:23.337Z[ omicron-package] Blocking waiting for file lock on package cache
24862026-02-27T02:18:24.874Z[ omicron-package] Compiling ring v0.17.14
24872026-02-27T02:18:25.130Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24882026-02-27T02:18:25.130Z[ omicron-package] Compiling itertools v0.14.0
24892026-02-27T02:18:25.134Z[ omicron-package] Compiling heapless v0.8.0
24902026-02-27T02:18:25.388Z[ omicron-package] Compiling hash32 v0.3.1
24912026-02-27T02:18:25.594Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24922026-02-27T02:18:25.597Z[ omicron-package] Compiling smoltcp v0.11.0
24932026-02-27T02:18:26.246Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24942026-02-27T02:18:26.434Z[ omicron-package] Compiling num_enum_derive v0.5.11
24952026-02-27T02:18:27.662Z[ omicron-package] Compiling cobs v0.2.3
24962026-02-27T02:18:27.700Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24972026-02-27T02:18:28.018Z[ omicron-package] Compiling postcard v1.0.10
24982026-02-27T02:18:28.734Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24992026-02-27T02:18:28.847Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25002026-02-27T02:18:29.944Z[ omicron-package] Compiling proc-macro-error v1.0.4
25012026-02-27T02:18:30.249Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25022026-02-27T02:18:30.858Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25032026-02-27T02:18:31.121Z[ omicron-package] Compiling unicode-width v0.1.14
25042026-02-27T02:18:31.311Z[ omicron-package] Compiling num_enum v0.5.11
25052026-02-27T02:18:32.077Z[ omicron-package] Compiling rustls v0.23.37
25062026-02-27T02:18:32.363Z[ omicron-package] Compiling ingot-macros v0.1.1
25072026-02-27T02:18:32.832Z[ omicron-package] Compiling tabwriter v1.4.0
25082026-02-27T02:18:33.410Z[ omicron-package] Compiling foreign-types v0.5.0
25092026-02-27T02:18:33.690Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25102026-02-27T02:18:34.113Z[ omicron-package] Compiling cstr-argument v0.1.2
25112026-02-27T02:18:34.672Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25122026-02-27T02:18:35.054Z[ omicron-package] Compiling pretty-hex v0.2.1
25132026-02-27T02:18:35.182Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25142026-02-27T02:18:36.030Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25152026-02-27T02:18:36.053Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25162026-02-27T02:18:36.291Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25172026-02-27T02:18:37.550Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25182026-02-27T02:18:37.573Z[ omicron-package] Compiling rayon v1.10.0
25192026-02-27T02:18:37.640Z[ omicron-package] Compiling colored v2.2.0
25202026-02-27T02:18:38.487Z[ omicron-package] Compiling rustls-webpki v0.103.9
25212026-02-27T02:18:39.388Z[ omicron-package] Compiling nix v0.30.1
25222026-02-27T02:18:40.200Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25232026-02-27T02:18:41.573Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25242026-02-27T02:18:42.528Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25252026-02-27T02:18:44.033Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25262026-02-27T02:18:44.049Z[ omicron-package] Compiling ingot-types v0.1.2
25272026-02-27T02:18:44.353Z[ omicron-package] Compiling itertools v0.12.1
25282026-02-27T02:18:45.028Z[ omicron-package] Compiling secrecy v0.10.3
25292026-02-27T02:18:45.173Z[ omicron-package] Compiling sigpipe v0.1.3
25302026-02-27T02:18:45.504Z[ omicron-package] Compiling num-derive v0.4.2
25312026-02-27T02:18:45.539Z[ omicron-package] Compiling libefi-sys v0.1.0
25322026-02-27T02:18:46.084Z[ omicron-package] Compiling ingot v0.1.1
25332026-02-27T02:18:46.203Z[ omicron-package] Compiling glob v0.3.2
25342026-02-27T02:18:46.644Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25352026-02-27T02:18:46.691ZFeb 27 02:18:45.727 INFO [hubris-staging] task succeeded (24.99142671s)
25362026-02-27T02:18:47.565Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25372026-02-27T02:18:48.565Z[ omicron-package] Compiling rustls v0.22.4
25382026-02-27T02:18:48.740Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25392026-02-27T02:18:50.291Z[ omicron-package] Compiling zone v0.3.1
25402026-02-27T02:18:50.762Z[ omicron-package] Compiling usdt-macro v0.5.0
25412026-02-27T02:18:50.949Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25422026-02-27T02:18:53.135Z[ omicron-package] Compiling tokio-rustls v0.26.0
25432026-02-27T02:18:53.421Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25442026-02-27T02:18:53.847Z[ omicron-package] Compiling hyper-rustls v0.27.7
25452026-02-27T02:18:53.959Z[ omicron-package] Compiling rustls-webpki v0.102.8
25462026-02-27T02:18:54.187Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25472026-02-27T02:18:55.292Z[ omicron-package] Compiling reqwest v0.13.2
25482026-02-27T02:18:55.592Z[ omicron-package] Compiling reqwest v0.12.28
25492026-02-27T02:19:00.271Z[ omicron-package] Compiling smf v0.2.3
25502026-02-27T02:19:00.979Z[ omicron-package] Compiling memmap v0.7.0
25512026-02-27T02:19:01.577Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25522026-02-27T02:19:01.838Z[ omicron-package] Compiling bitfield-struct v0.6.2
25532026-02-27T02:19:02.806Z[ omicron-package] Compiling usdt v0.5.0
25542026-02-27T02:19:03.908Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25552026-02-27T02:19:04.704Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25562026-02-27T02:19:04.802Z[ omicron-package] Compiling unicode-width v0.2.0
25572026-02-27T02:19:04.927Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25582026-02-27T02:19:04.930Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25592026-02-27T02:19:05.476Z[ omicron-package] Compiling console v0.16.0
25602026-02-27T02:19:05.643Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-02-27T02:19:05.961Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25622026-02-27T02:19:05.961Z[ helios-setup] --> src/main.rs:79:10
25632026-02-27T02:19:05.964Z[ helios-setup] |
25642026-02-27T02:19:05.964Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25652026-02-27T02:19:05.964Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25662026-02-27T02:19:05.964Z[ helios-setup] | |
25672026-02-27T02:19:05.964Z[ helios-setup] | the lifetime is elided here
25682026-02-27T02:19:05.964Z[ helios-setup] |
25692026-02-27T02:19:05.964Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25702026-02-27T02:19:05.964Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25712026-02-27T02:19:05.964Z[ helios-setup] help: use `'_` for type paths
25722026-02-27T02:19:05.964Z[ helios-setup] |
25732026-02-27T02:19:05.964Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25742026-02-27T02:19:05.964Z[ helios-setup] | ++++
25752026-02-27T02:19:05.964Z[ helios-setup]
25762026-02-27T02:19:06.901Z[ omicron-package] Compiling tokio-rustls v0.25.0
25772026-02-27T02:19:08.113Z[ omicron-package] Compiling dropshot v0.16.7
25782026-02-27T02:19:08.299Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25792026-02-27T02:19:09.129Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25802026-02-27T02:19:09.343Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25812026-02-27T02:19:10.528Z[ omicron-package] Compiling gethostname v0.5.0
25822026-02-27T02:19:10.921Z[ omicron-package] Compiling unit-prefix v0.5.1
25832026-02-27T02:19:11.300Z[ omicron-package] Compiling indicatif v0.18.0
25842026-02-27T02:19:11.420Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25852026-02-27T02:19:12.290Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25862026-02-27T02:19:13.003Z[ helios-setup] Feb 27 02:19:12.036 INFO helios repository root is: /work/oxidecomputer/helios
25872026-02-27T02:19:13.006Z[ helios-setup] Feb 27 02:19:12.038 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
25882026-02-27T02:19:13.006Z[ helios-setup] Feb 27 02:19:12.038 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25892026-02-27T02:19:13.009Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25902026-02-27T02:19:14.372Z[ helios-setup] Feb 27 02:19:13.405 INFO clone ok!, project: image-builder
25912026-02-27T02:19:14.376Z[ helios-setup] Feb 27 02:19:13.406 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25922026-02-27T02:19:14.376Z[ helios-setup] Feb 27 02:19:13.406 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
25932026-02-27T02:19:14.376Z[ helios-setup] Feb 27 02:19:13.406 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25942026-02-27T02:19:14.379Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25952026-02-27T02:19:14.711Z[ omicron-package] Compiling progenitor-client v0.10.0
25962026-02-27T02:19:15.943Z[ helios-setup] Feb 27 02:19:14.976 INFO clone ok!, project: pilot
25972026-02-27T02:19:15.946Z[ helios-setup] Feb 27 02:19:14.976 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
25982026-02-27T02:19:15.946Z[ helios-setup] Feb 27 02:19:14.977 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25992026-02-27T02:19:15.950Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26002026-02-27T02:19:16.148Z[ omicron-package] Compiling progenitor-client v0.13.0
26012026-02-27T02:19:17.331Z[ helios-setup] Feb 27 02:19:16.364 INFO clone ok!, project: dmar-report
26022026-02-27T02:19:17.334Z[ helios-setup] Feb 27 02:19:16.364 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26032026-02-27T02:19:17.334Z[ helios-setup] Feb 27 02:19:16.364 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
26042026-02-27T02:19:17.334Z[ helios-setup] Feb 27 02:19:16.364 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26052026-02-27T02:19:17.337Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26062026-02-27T02:19:17.595Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26072026-02-27T02:19:17.938Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26082026-02-27T02:19:18.420Z[ helios-setup] Feb 27 02:19:17.453 INFO clone ok!, project: phbl
26092026-02-27T02:19:18.424Z[ helios-setup] Feb 27 02:19:17.453 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
26102026-02-27T02:19:18.424Z[ helios-setup] Feb 27 02:19:17.453 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26112026-02-27T02:19:18.424Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26122026-02-27T02:19:18.434Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26132026-02-27T02:19:19.350Z[ helios-setup] Feb 27 02:19:18.383 INFO clone ok!, project: bootserver
26142026-02-27T02:19:19.353Z[ helios-setup] Feb 27 02:19:18.383 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
26152026-02-27T02:19:19.353Z[ helios-setup] Feb 27 02:19:18.383 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26162026-02-27T02:19:19.356Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26172026-02-27T02:19:20.241Z[ helios-setup] Feb 27 02:19:19.274 INFO clone ok!, project: pinprick
26182026-02-27T02:19:20.244Z[ helios-setup] Feb 27 02:19:19.274 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
26192026-02-27T02:19:20.244Z[ helios-setup] Feb 27 02:19:19.274 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
26202026-02-27T02:19:20.247Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26212026-02-27T02:19:21.952Z[ helios-setup] Feb 27 02:19:20.984 INFO clone ok!, project: amd-host-image-builder
26222026-02-27T02:19:21.955Z[ helios-setup] Feb 27 02:19:20.984 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
26232026-02-27T02:19:21.955Z[ helios-setup] Feb 27 02:19:20.985 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26242026-02-27T02:19:21.958Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26252026-02-27T02:19:23.608Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26262026-02-27T02:19:28.784ZFeb 27 02:19:27.815 DEBG process exited with exit status: 0 (67.078059323s)
26272026-02-27T02:19:28.787ZFeb 27 02:19:27.817 INFO [incorp-manifest] task succeeded (67.081976279s)
26282026-02-27T02:19:28.787ZFeb 27 02:19:27.819 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26292026-02-27T02:19:29.246ZFeb 27 02:19:28.278 INFO [incorp-fmt] process exited with exit status: 0 (460.730533ms)
26302026-02-27T02:19:29.249ZFeb 27 02:19:28.279 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26312026-02-27T02:19:29.944Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260227T021928Z
26322026-02-27T02:19:29.944Z[ incorp-pkgsend] PUBLISHED
26332026-02-27T02:19:30.029ZFeb 27 02:19:29.060 INFO [incorp-pkgsend] process exited with exit status: 0 (781.241014ms)
26342026-02-27T02:19:30.032ZFeb 27 02:19:29.060 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26352026-02-27T02:19:30.529Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26362026-02-27T02:19:30.541Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26372026-02-27T02:19:30.627Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26382026-02-27T02:19:30.627Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26392026-02-27T02:19:30.630Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26402026-02-27T02:19:30.636Z[ helios-incorp]
26412026-02-27T02:19:30.636Z[ helios-incorp] Archiving packages ...
26422026-02-27T02:19:30.639Z[ helios-incorp] Packages to add: 1
26432026-02-27T02:19:30.639Z[ helios-incorp] Files to retrieve: 0
26442026-02-27T02:19:30.639Z[ helios-incorp] Estimated transfer size: 0.00 B
26452026-02-27T02:19:30.639Z[ helios-incorp]
26462026-02-27T02:19:30.639Z[ helios-incorp] Packages to archive:
26472026-02-27T02:19:30.639Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260227T021928Z
26482026-02-27T02:19:30.639Z[ helios-incorp]
26492026-02-27T02:19:30.639Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26502026-02-27T02:19:30.639Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26512026-02-27T02:19:30.726ZFeb 27 02:19:29.758 INFO [helios-incorp] process exited with exit status: 0 (697.714575ms)
26522026-02-27T02:19:46.687Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26532026-02-27T02:19:47.974Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26542026-02-27T02:19:50.460Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26552026-02-27T02:20:06.965Z[ helios-setup] Feb 27 02:20:05.993 INFO clone ok!, project: amd-firmware
26562026-02-27T02:20:06.965Z[ helios-setup] Feb 27 02:20:05.993 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
26572026-02-27T02:20:06.968Z[ helios-setup] Feb 27 02:20:05.993 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26582026-02-27T02:20:06.970Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26592026-02-27T02:20:08.251Z[ helios-setup] Feb 27 02:20:07.279 INFO clone ok!, project: chelsio-t6-roms
26602026-02-27T02:20:08.253Z[ helios-setup] Feb 27 02:20:07.279 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26612026-02-27T02:20:08.253Z[ helios-setup] Feb 27 02:20:07.280 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26622026-02-27T02:20:08.585Z[ helios-setup] Feb 27 02:20:07.613 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26632026-02-27T02:20:08.922Z[ helios-setup] Feb 27 02:20:07.950 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26642026-02-27T02:20:08.922Z[ helios-setup] Feb 27 02:20:07.950 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26652026-02-27T02:20:08.998Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 47s
26662026-02-27T02:20:09.241Z[ helios-setup] Feb 27 02:20:08.269 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26672026-02-27T02:20:09.280Z[ omicron-package]
26682026-02-27T02:20:09.280Z[ omicron-package] real 1:47.511472089
26692026-02-27T02:20:09.280Z[ omicron-package] user 9:43.338612867
26702026-02-27T02:20:09.283Z[ omicron-package] sys 36.475249023
26712026-02-27T02:20:09.284Z[ omicron-package] trap 0.959876205
26722026-02-27T02:20:09.284Z[ omicron-package] tflt 1.609084113
26732026-02-27T02:20:09.284Z[ omicron-package] dflt 0.622348546
26742026-02-27T02:20:09.284Z[ omicron-package] kflt 0.000103774
26752026-02-27T02:20:09.284Z[ omicron-package] lock 31:07.072108613
26762026-02-27T02:20:09.284Z[ omicron-package] slp 36:46.526481629
26772026-02-27T02:20:09.284Z[ omicron-package] lat 3:18.044965630
26782026-02-27T02:20:09.284Z[ omicron-package] stop 1:39.108032591
26792026-02-27T02:20:09.284ZFeb 27 02:20:08.309 INFO [omicron-package] process exited with exit status: 0 (107.572338723s)
26802026-02-27T02:20:09.284ZFeb 27 02:20:08.309 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26812026-02-27T02:20:09.284ZFeb 27 02:20:08.310 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26822026-02-27T02:20:09.296Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26832026-02-27T02:20:09.297Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26842026-02-27T02:20:09.300Z[ recovery-target] Created new build target 'recovery' and set it as active
26852026-02-27T02:20:09.300Z[ host-target] Created new build target 'host' and set it as active
26862026-02-27T02:20:09.303ZFeb 27 02:20:08.329 INFO [host-target] process exited with exit status: 0 (19.718875ms)
26872026-02-27T02:20:09.303ZFeb 27 02:20:08.329 INFO [recovery-target] process exited with exit status: 0 (20.118796ms)
26882026-02-27T02:20:09.303ZFeb 27 02:20:08.330 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26892026-02-27T02:20:09.311Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26902026-02-27T02:20:09.583Z[ helios-setup] Feb 27 02:20:08.611 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26912026-02-27T02:20:09.583Z[ helios-setup] Feb 27 02:20:08.611 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26922026-02-27T02:20:09.906Z[ helios-setup] Feb 27 02:20:08.934 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26932026-02-27T02:20:10.244Z[ helios-setup] Feb 27 02:20:09.268 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26942026-02-27T02:20:10.244Z[ helios-setup] Feb 27 02:20:09.269 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26952026-02-27T02:20:10.247Z[ helios-setup] Feb 27 02:20:09.269 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26962026-02-27T02:20:10.247Z[ helios-setup] Feb 27 02:20:09.269 INFO ok!
26972026-02-27T02:20:10.247Z[ helios-setup] Feb 27 02:20:09.269 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26982026-02-27T02:20:10.247Z[ helios-setup] Feb 27 02:20:09.269 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26992026-02-27T02:20:10.247Z[ helios-setup] Feb 27 02:20:09.269 INFO ok!
27002026-02-27T02:20:10.247Z[ helios-setup] Feb 27 02:20:09.269 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27012026-02-27T02:20:10.247Z[ helios-setup] Feb 27 02:20:09.269 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27022026-02-27T02:20:10.247Z[ helios-setup] Feb 27 02:20:09.269 INFO ok!
27032026-02-27T02:20:10.247Z[ helios-setup] Feb 27 02:20:09.269 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
27042026-02-27T02:20:10.307Z[ helios-setup] Feb 27 02:20:09.334 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
27052026-02-27T02:20:10.307Z[ helios-setup] Feb 27 02:20:09.335 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27062026-02-27T02:20:10.310Z[ helios-setup] Feb 27 02:20:09.335 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27072026-02-27T02:20:10.463Z[ helios-setup] Feb 27 02:20:09.491 INFO E| Blocking waiting for file lock on package cache
27082026-02-27T02:20:10.568Z[ helios-setup] Feb 27 02:20:09.596 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27092026-02-27T02:20:10.585Z[ host-package] Blocking waiting for file lock on package cache
27102026-02-27T02:20:10.967Z[ helios-setup] Feb 27 02:20:09.995 INFO E| From https://github.com/jclulow/rust-jmclib
27112026-02-27T02:20:10.967Z[ helios-setup] Feb 27 02:20:09.995 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27122026-02-27T02:20:10.979Z[ helios-setup] Feb 27 02:20:10.007 INFO E| Updating crates.io index
27132026-02-27T02:20:11.146Z[ helios-setup] Feb 27 02:20:10.174 INFO E| Downloading crates ...
27142026-02-27T02:20:11.222Z[ helios-setup] Feb 27 02:20:10.250 INFO E| Downloaded anyhow v1.0.72
27152026-02-27T02:20:11.238Z[ helios-setup] Feb 27 02:20:10.264 INFO E| Downloaded sha-1 v0.9.8
27162026-02-27T02:20:11.243Z[ helios-setup] Feb 27 02:20:10.266 INFO E| Downloaded digest v0.9.0
27172026-02-27T02:20:11.243Z[ helios-setup] Feb 27 02:20:10.267 INFO E| Downloaded cpufeatures v0.2.9
27182026-02-27T02:20:11.247Z[ helios-setup] Feb 27 02:20:10.271 INFO E| Downloaded quote v1.0.31
27192026-02-27T02:20:11.247Z[ helios-setup] Feb 27 02:20:10.274 INFO E| Downloaded libdevinfo-sys v1.0.0
27202026-02-27T02:20:11.247Z[ helios-setup] Feb 27 02:20:10.274 INFO E| Downloaded getrandom v0.2.10
27212026-02-27T02:20:11.256Z[ helios-setup] Feb 27 02:20:10.277 INFO E| Downloaded glob v0.3.1
27222026-02-27T02:20:11.256Z[ helios-setup] Feb 27 02:20:10.282 INFO E| Downloaded bitflags v2.3.3
27232026-02-27T02:20:11.259Z[ helios-setup] Feb 27 02:20:10.285 INFO E| Downloaded itoa v1.0.9
27242026-02-27T02:20:11.271Z[ helios-setup] Feb 27 02:20:10.294 INFO E| Downloaded block-buffer v0.9.0
27252026-02-27T02:20:11.275Z[ helios-setup] Feb 27 02:20:10.299 INFO E| Downloaded md-5 v0.9.1
27262026-02-27T02:20:11.275Z[ helios-setup] Feb 27 02:20:10.301 INFO E| Downloaded fastrand v2.0.0
27272026-02-27T02:20:11.275Z[ helios-setup] Feb 27 02:20:10.302 INFO E| Downloaded proc-macro2 v1.0.66
27282026-02-27T02:20:11.286Z[ helios-setup] Feb 27 02:20:10.305 INFO E| Downloaded walkdir v2.3.3
27292026-02-27T02:20:11.286Z[ helios-setup] Feb 27 02:20:10.306 INFO E| Downloaded unicode-width v0.1.10
27302026-02-27T02:20:11.289Z[ helios-setup] Feb 27 02:20:10.307 INFO E| Downloaded opaque-debug v0.3.0
27312026-02-27T02:20:11.289Z[ helios-setup] Feb 27 02:20:10.308 INFO E| Downloaded unicode-ident v1.0.11
27322026-02-27T02:20:11.289Z[ helios-setup] Feb 27 02:20:10.314 INFO E| Downloaded typenum v1.16.0
27332026-02-27T02:20:11.290Z[ helios-setup] Feb 27 02:20:10.316 INFO E| Downloaded serde_derive v1.0.193
27342026-02-27T02:20:11.308Z[ helios-setup] Feb 27 02:20:10.318 INFO E| Downloaded errno v0.3.1
27352026-02-27T02:20:11.326Z[ helios-setup] Feb 27 02:20:10.330 INFO E| Downloaded tempfile v3.7.0
27362026-02-27T02:20:11.326Z[ helios-setup] Feb 27 02:20:10.332 INFO E| Downloaded once_cell v1.18.0
27372026-02-27T02:20:11.326Z[ helios-setup] Feb 27 02:20:10.334 INFO E| Downloaded uuid v0.8.2
27382026-02-27T02:20:11.326Z[ helios-setup] Feb 27 02:20:10.337 INFO E| Downloaded serde v1.0.193
27392026-02-27T02:20:11.334Z[ helios-setup] Feb 27 02:20:10.340 INFO E| Downloaded ryu v1.0.15
27402026-02-27T02:20:11.334Z[ helios-setup] Feb 27 02:20:10.343 INFO E| Downloaded toml v0.5.11
27412026-02-27T02:20:11.334Z[ helios-setup] Feb 27 02:20:10.351 INFO E| Downloaded serde_json v1.0.103
27422026-02-27T02:20:11.353Z[ helios-setup] Feb 27 02:20:10.381 INFO E| Downloaded syn v2.0.32
27432026-02-27T02:20:11.383Z[ helios-setup] Feb 27 02:20:10.397 INFO E| Downloaded rustix v0.38.4
27442026-02-27T02:20:11.389Z[ helios-setup] Feb 27 02:20:10.417 INFO E| Downloaded libc v0.2.147
27452026-02-27T02:20:11.454Z[ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling libc v0.2.147
27462026-02-27T02:20:11.454Z[ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling proc-macro2 v1.0.66
27472026-02-27T02:20:11.454Z[ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling cfg-if v1.0.0
27482026-02-27T02:20:11.458Z[ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling unicode-ident v1.0.11
27492026-02-27T02:20:11.458Z[ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling version_check v0.9.4
27502026-02-27T02:20:11.458Z[ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling typenum v1.16.0
27512026-02-27T02:20:11.458Z[ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling serde v1.0.193
27522026-02-27T02:20:11.458Z[ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling itoa v1.0.9
27532026-02-27T02:20:11.556Z[ helios-setup] Feb 27 02:20:10.584 INFO E| Compiling num-conv v0.1.0
27542026-02-27T02:20:11.709Z[ helios-setup] Feb 27 02:20:10.736 INFO E| Compiling powerfmt v0.2.0
27552026-02-27T02:20:11.750Z[ helios-setup] Feb 27 02:20:10.778 INFO E| Compiling slog v2.7.0
27562026-02-27T02:20:11.937Z[ helios-setup] Feb 27 02:20:10.965 INFO E| Compiling time-core v0.1.2
27572026-02-27T02:20:12.089Z[ helios-setup] Feb 27 02:20:11.114 INFO E| Compiling generic-array v0.14.7
27582026-02-27T02:20:12.133Z[ helios-setup] Feb 27 02:20:11.159 INFO E| Compiling rustix v0.38.4
27592026-02-27T02:20:12.137Z[ helios-setup] Feb 27 02:20:11.165 INFO E| Compiling deranged v0.3.11
27602026-02-27T02:20:12.253Z[ helios-setup] Feb 27 02:20:11.281 INFO E| Compiling time-macros v0.2.18
27612026-02-27T02:20:12.588Z[ helios-setup] Feb 27 02:20:11.616 INFO E| Compiling bitflags v2.3.3
27622026-02-27T02:20:12.621Z[ helios-setup] Feb 27 02:20:11.649 INFO E| Compiling once_cell v1.18.0
27632026-02-27T02:20:12.687Z[ host-package] Compiling ring v0.17.14
27642026-02-27T02:20:13.065Z[ helios-setup] Feb 27 02:20:12.088 INFO E| Compiling num_threads v0.1.6
27652026-02-27T02:20:13.068Z[ helios-setup] Feb 27 02:20:12.095 INFO E| Compiling thread_local v1.1.7
27662026-02-27T02:20:13.122Z[ host-package] Compiling regress v0.10.5
27672026-02-27T02:20:13.125Z[ host-package] Compiling heck v0.5.0
27682026-02-27T02:20:13.125Z[ host-package] Compiling unsafe-libyaml v0.2.11
27692026-02-27T02:20:13.200Z[ helios-setup] Feb 27 02:20:12.228 INFO E| Compiling quote v1.0.31
27702026-02-27T02:20:13.291Z[ host-package] Compiling convert_case v0.4.0
27712026-02-27T02:20:13.294Z[ host-package] Compiling is-terminal v0.4.13
27722026-02-27T02:20:13.294Z[ host-package] Compiling prettyplease v0.2.36
27732026-02-27T02:20:13.894Z[ helios-setup] Feb 27 02:20:12.920 INFO E| Compiling syn v2.0.32
27742026-02-27T02:20:14.123Z[ host-package] Compiling typify-impl v0.6.1
27752026-02-27T02:20:14.165Z[ helios-setup] Feb 27 02:20:13.193 INFO E| Compiling dirs-sys-next v0.1.2
27762026-02-27T02:20:14.174Z[ helios-setup] Feb 27 02:20:13.201 INFO E| Compiling errno v0.3.1
27772026-02-27T02:20:14.307Z[ helios-setup] Feb 27 02:20:13.334 INFO E| Compiling atty v0.2.14
27782026-02-27T02:20:14.347Z[ host-package] Compiling typify-impl v0.4.3
27792026-02-27T02:20:14.376Z[ helios-setup] Feb 27 02:20:13.403 INFO E| Compiling anyhow v1.0.72
27802026-02-27T02:20:14.620Z[ helios-setup] Feb 27 02:20:13.647 INFO E| Compiling dirs-next v2.0.0
27812026-02-27T02:20:14.661Z[ host-package] Compiling derive_more v0.99.20
27822026-02-27T02:20:14.721Z[ helios-setup] Feb 27 02:20:13.749 INFO E| Compiling serde_json v1.0.103
27832026-02-27T02:20:14.986Z[ helios-setup] Feb 27 02:20:14.014 INFO E| Compiling term v0.7.0
27842026-02-27T02:20:15.342Z[ helios-setup] Feb 27 02:20:14.370 INFO E| Compiling opaque-debug v0.3.0
27852026-02-27T02:20:15.443Z[ helios-setup] Feb 27 02:20:14.470 INFO E| Compiling fastrand v2.0.0
27862026-02-27T02:20:15.864Z[ host-package] Compiling thread_local v1.1.8
27872026-02-27T02:20:15.878Z[ helios-setup] Feb 27 02:20:14.906 INFO E| Compiling getrandom v0.2.10
27882026-02-27T02:20:16.060Z[ helios-setup] Feb 27 02:20:15.087 INFO E| Compiling time v0.3.36
27892026-02-27T02:20:16.177Z[ helios-setup] Feb 27 02:20:15.204 INFO E| Compiling digest v0.9.0
27902026-02-27T02:20:16.394Z[ helios-setup] Feb 27 02:20:15.421 INFO E| Compiling block-buffer v0.9.0
27912026-02-27T02:20:16.531Z[ helios-setup] Feb 27 02:20:15.558 INFO E| Compiling same-file v1.0.6
27922026-02-27T02:20:16.610Z[ helios-setup] Feb 27 02:20:15.637 INFO E| Compiling unicode-width v0.1.10
27932026-02-27T02:20:16.745Z[ helios-setup] Feb 27 02:20:15.773 INFO E| Compiling cpufeatures v0.2.9
27942026-02-27T02:20:16.764Z[ helios-setup] Feb 27 02:20:15.791 INFO E| Compiling ryu v1.0.15
27952026-02-27T02:20:16.844Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27962026-02-27T02:20:16.935Z[ helios-setup] Feb 27 02:20:15.931 INFO E| Compiling getopts v0.2.21
27972026-02-27T02:20:16.939Z[ helios-setup] Feb 27 02:20:15.964 INFO E| Compiling walkdir v2.3.3
27982026-02-27T02:20:17.144Z[ helios-setup] Feb 27 02:20:16.169 INFO E| Compiling sha-1 v0.9.8
27992026-02-27T02:20:17.272Z[ host-package] Compiling match_cfg v0.1.0
28002026-02-27T02:20:17.291Z[ helios-setup] Feb 27 02:20:16.318 INFO E| Compiling tempfile v3.7.0
28012026-02-27T02:20:17.775Z[ helios-setup] Feb 27 02:20:16.802 INFO E| Compiling md-5 v0.9.1
28022026-02-27T02:20:17.909Z[ host-package] Compiling bytecount v0.6.8
28032026-02-27T02:20:18.284Z[ helios-setup] Feb 27 02:20:17.311 INFO E| Compiling libdevinfo-sys v1.0.0
28042026-02-27T02:20:18.310Z[ helios-setup] Feb 27 02:20:17.337 INFO E| Compiling glob v0.3.1
28052026-02-27T02:20:18.802Z[ host-package] Compiling hostname v0.3.1
28062026-02-27T02:20:19.485Z[ host-package] Compiling multer v3.1.0
28072026-02-27T02:20:19.747Z[ helios-setup] Feb 27 02:20:18.774 INFO E| Compiling slog-term v2.9.0
28082026-02-27T02:20:19.750Z[ host-package] Compiling rustls v0.23.37
28092026-02-27T02:20:19.865Z[ host-package] Compiling rustls v0.22.4
28102026-02-27T02:20:19.979Z[ host-package] Compiling slog-async v2.8.0
28112026-02-27T02:20:20.125Z[ host-package] Compiling password-hash v0.5.0
28122026-02-27T02:20:20.757Z[ helios-setup] Feb 27 02:20:19.784 INFO E| Compiling serde_derive v1.0.193
28132026-02-27T02:20:23.350Z[ host-package] Compiling rustls-webpki v0.103.9
28142026-02-27T02:20:23.846Z[ host-package] Compiling rustls-webpki v0.102.8
28152026-02-27T02:20:24.599Z[ host-package] Compiling blake2 v0.10.6
28162026-02-27T02:20:26.141Z[ host-package] Compiling crossbeam-channel v0.5.15
28172026-02-27T02:20:27.385Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
28182026-02-27T02:20:28.992Z[ host-package] Compiling slog-json v2.6.1
28192026-02-27T02:20:29.521Z[ host-package] Compiling futures-executor v0.3.31
28202026-02-27T02:20:30.046Z[ host-package] Compiling derive-where v1.5.0
28212026-02-27T02:20:32.543Z[ helios-setup] Feb 27 02:20:31.569 INFO E| Compiling toml v0.5.11
28222026-02-27T02:20:32.543Z[ helios-setup] Feb 27 02:20:31.569 INFO E| Compiling uuid v0.8.2
28232026-02-27T02:20:32.991Z[ host-package] Compiling typify-macro v0.4.3
28242026-02-27T02:20:33.344Z[ host-package] Compiling typify-macro v0.6.1
28252026-02-27T02:20:33.483Z[ host-package] Compiling serde_spanned v1.0.4
28262026-02-27T02:20:34.008Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
28272026-02-27T02:20:34.491Z[ host-package] Compiling tokio-rustls v0.26.0
28282026-02-27T02:20:34.761Z[ host-package] Compiling rustls-platform-verifier v0.6.2
28292026-02-27T02:20:35.024Z[ helios-setup] Feb 27 02:20:34.049 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28302026-02-27T02:20:35.358Z[ host-package] Compiling hyper-rustls v0.27.7
28312026-02-27T02:20:36.415Z[ host-package] Compiling reqwest v0.13.2
28322026-02-27T02:20:36.509Z[ helios-setup] Feb 27 02:20:35.534 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28332026-02-27T02:20:37.406Z[ host-package] Compiling reqwest v0.12.28
28342026-02-27T02:20:42.824Z[ host-package] Compiling typify v0.6.1
28352026-02-27T02:20:43.128Z[ host-package] Compiling progenitor-impl v0.13.0
28362026-02-27T02:20:46.832Z[ helios-setup] Feb 27 02:20:45.857 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.45s
28372026-02-27T02:20:46.866Z[ helios-setup] Feb 27 02:20:45.891 INFO building project "image-builder" ok (36 seconds)
28382026-02-27T02:20:46.866Z[ helios-setup] Feb 27 02:20:45.891 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
28392026-02-27T02:20:47.014Z[ helios-setup] Feb 27 02:20:46.038 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
28402026-02-27T02:20:47.014Z[ helios-setup] Feb 27 02:20:46.038 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28412026-02-27T02:20:47.017Z[ helios-setup] Feb 27 02:20:46.038 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28422026-02-27T02:20:47.340Z[ host-package] Compiling typify v0.4.3
28432026-02-27T02:20:47.348Z[ helios-setup] Feb 27 02:20:46.372 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28442026-02-27T02:20:47.838Z[ host-package] Compiling take_mut v0.2.2
28452026-02-27T02:20:47.936Z[ helios-setup] Feb 27 02:20:46.961 INFO E| From https://github.com/jclulow/hiercmd
28462026-02-27T02:20:47.936Z[ helios-setup] Feb 27 02:20:46.961 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
28472026-02-27T02:20:47.965Z[ helios-setup] Feb 27 02:20:46.990 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
28482026-02-27T02:20:47.980Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28492026-02-27T02:20:48.077Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
28502026-02-27T02:20:48.535Z[ helios-setup] Feb 27 02:20:47.559 INFO E| From https://github.com/oxidecomputer/network-interface
28512026-02-27T02:20:48.535Z[ helios-setup] Feb 27 02:20:47.559 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
28522026-02-27T02:20:48.557Z[ helios-setup] Feb 27 02:20:47.581 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28532026-02-27T02:20:48.695Z[ host-package] Compiling tokio-rustls v0.25.0
28542026-02-27T02:20:49.098Z[ helios-setup] Feb 27 02:20:48.122 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28552026-02-27T02:20:49.098Z[ helios-setup] Feb 27 02:20:48.122 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28562026-02-27T02:20:49.134Z[ helios-setup] Feb 27 02:20:48.159 INFO E| Updating crates.io index
28572026-02-27T02:20:49.440Z[ helios-setup] Feb 27 02:20:48.465 INFO E| Downloading crates ...
28582026-02-27T02:20:49.662Z[ helios-setup] Feb 27 02:20:48.686 INFO E| Downloaded toml_writer v1.0.4
28592026-02-27T02:20:49.665Z[ helios-setup] Feb 27 02:20:48.690 INFO E| Downloaded autocfg v1.5.0
28602026-02-27T02:20:49.668Z[ helios-setup] Feb 27 02:20:48.693 INFO E| Downloaded anstyle-query v1.1.4
28612026-02-27T02:20:49.671Z[ helios-setup] Feb 27 02:20:48.695 INFO E| Downloaded num_enum v0.7.5
28622026-02-27T02:20:49.679Z[ helios-setup] Feb 27 02:20:48.704 INFO E| Downloaded base64ct v1.8.0
28632026-02-27T02:20:49.683Z[ helios-setup] Feb 27 02:20:48.708 INFO E| Downloaded bitfield-macros v0.19.3
28642026-02-27T02:20:49.686Z[ helios-setup] Feb 27 02:20:48.709 INFO E| Downloaded anstream v0.6.21
28652026-02-27T02:20:49.721Z[ helios-setup] Feb 27 02:20:48.746 INFO E| Downloaded log v0.4.28
28662026-02-27T02:20:49.726Z[ helios-setup] Feb 27 02:20:48.750 INFO E| Downloaded adler2 v2.0.1
28672026-02-27T02:20:49.728Z[ helios-setup] Feb 27 02:20:48.753 INFO E| Downloaded errno v0.3.14
28682026-02-27T02:20:49.731Z[ helios-setup] Feb 27 02:20:48.755 INFO E| Downloaded env_filter v0.1.4
28692026-02-27T02:20:49.734Z[ helios-setup] Feb 27 02:20:48.758 INFO E| Downloaded crc v3.3.0
28702026-02-27T02:20:49.737Z[ helios-setup] Feb 27 02:20:48.761 INFO E| Downloaded cpufeatures v0.2.17
28712026-02-27T02:20:49.740Z[ helios-setup] Feb 27 02:20:48.764 INFO E| Downloaded flagset v0.4.7
28722026-02-27T02:20:49.743Z[ helios-setup] Feb 27 02:20:48.766 INFO E| Downloaded devinfo v0.1.0
28732026-02-27T02:20:49.777Z[ helios-setup] Feb 27 02:20:48.801 INFO E| Downloaded terminal_size v0.4.3
28742026-02-27T02:20:49.781Z[ helios-setup] Feb 27 02:20:48.804 INFO E| Downloaded serde_spanned v1.0.3
28752026-02-27T02:20:49.784Z[ helios-setup] Feb 27 02:20:48.806 INFO E| Downloaded libdevinfo-sys v1.1.0
28762026-02-27T02:20:49.784Z[ helios-setup] Feb 27 02:20:48.808 INFO E| Downloaded is-terminal v0.4.17
28772026-02-27T02:20:49.787Z[ helios-setup] Feb 27 02:20:48.810 INFO E| Downloaded proc-macro-crate v3.4.0
28782026-02-27T02:20:49.789Z[ helios-setup] Feb 27 02:20:48.812 INFO E| Downloaded is_terminal_polyfill v1.70.2
28792026-02-27T02:20:49.789Z[ helios-setup] Feb 27 02:20:48.814 INFO E| Downloaded futures-core v0.3.31
28802026-02-27T02:20:49.792Z[ helios-setup] Feb 27 02:20:48.816 INFO E| Downloaded colorchoice v1.0.4
28812026-02-27T02:20:49.795Z[ helios-setup] Feb 27 02:20:48.819 INFO E| Downloaded clap_lex v0.7.6
28822026-02-27T02:20:49.806Z[ helios-setup] Feb 27 02:20:48.830 INFO E| Downloaded time-core v0.1.6
28832026-02-27T02:20:49.832Z[ helios-setup] Feb 27 02:20:48.856 INFO E| Downloaded thiserror v2.0.17
28842026-02-27T02:20:49.842Z[ helios-setup] Feb 27 02:20:48.866 INFO E| Downloaded signal-hook-registry v1.4.6
28852026-02-27T02:20:49.844Z[ helios-setup] Feb 27 02:20:48.868 INFO E| Downloaded toml_datetime v0.7.3
28862026-02-27T02:20:49.847Z[ helios-setup] Feb 27 02:20:48.871 INFO E| Downloaded pkg-config v0.3.32
28872026-02-27T02:20:49.850Z[ helios-setup] Feb 27 02:20:48.873 INFO E| Downloaded deranged v0.5.5
28882026-02-27T02:20:49.853Z[ helios-setup] Feb 27 02:20:48.876 INFO E| Downloaded zeroize v1.8.2
28892026-02-27T02:20:49.853Z[ helios-setup] Feb 27 02:20:48.877 INFO E| Downloaded bitfield v0.19.3
28902026-02-27T02:20:49.856Z[ helios-setup] Feb 27 02:20:48.880 INFO E| Downloaded anstyle-parse v0.2.7
28912026-02-27T02:20:49.859Z[ helios-setup] Feb 27 02:20:48.883 INFO E| Downloaded tls_codec_derive v0.4.2
28922026-02-27T02:20:49.862Z[ helios-setup] Feb 27 02:20:48.886 INFO E| Downloaded anstyle v1.0.13
28932026-02-27T02:20:49.865Z[ helios-setup] Feb 27 02:20:48.888 INFO E| Downloaded lock_api v0.4.14
28942026-02-27T02:20:49.869Z[ helios-setup] Feb 27 02:20:48.891 INFO E| Downloaded quote v1.0.41
28952026-02-27T02:20:49.873Z[ helios-setup] Feb 27 02:20:48.895 INFO E| Downloaded tls_codec v0.4.2
28962026-02-27T02:20:49.876Z[ helios-setup] Feb 27 02:20:48.898 INFO E| Downloaded time-macros v0.2.24
28972026-02-27T02:20:49.879Z[ helios-setup] Feb 27 02:20:48.902 INFO E| Downloaded pin-project-lite v0.2.16
28982026-02-27T02:20:49.887Z[ helios-setup] Feb 27 02:20:48.911 INFO E| Downloaded thiserror-impl v2.0.17
28992026-02-27T02:20:49.890Z[ helios-setup] Feb 27 02:20:48.913 INFO E| Downloaded thread_local v1.1.9
29002026-02-27T02:20:49.893Z[ helios-setup] Feb 27 02:20:48.916 INFO E| Downloaded iana-time-zone v0.1.64
29012026-02-27T02:20:49.897Z[ helios-setup] Feb 27 02:20:48.921 INFO E| Downloaded unicode-ident v1.0.22
29022026-02-27T02:20:49.901Z[ helios-setup] Feb 27 02:20:48.926 INFO E| Downloaded uuid v1.18.1
29032026-02-27T02:20:49.906Z[ helios-setup] Feb 27 02:20:48.931 INFO E| Downloaded term v1.2.0
29042026-02-27T02:20:49.912Z[ helios-setup] Feb 27 02:20:48.936 INFO E| Downloaded slab v0.4.11
29052026-02-27T02:20:49.915Z[ helios-setup] Feb 27 02:20:48.939 INFO E| Downloaded ryu v1.0.20
29062026-02-27T02:20:49.922Z[ helios-setup] Feb 27 02:20:48.946 INFO E| Downloaded proc-macro2 v1.0.103
29072026-02-27T02:20:49.927Z[ helios-setup] Feb 27 02:20:48.952 INFO E| Downloaded parking_lot v0.12.5
29082026-02-27T02:20:49.948Z[ helios-setup] Feb 27 02:20:48.972 INFO E| Downloaded toml v0.9.8
29092026-02-27T02:20:49.954Z[ helios-setup] Feb 27 02:20:48.979 INFO E| Downloaded bytes v1.10.1
29102026-02-27T02:20:49.961Z[ helios-setup] Feb 27 02:20:48.986 INFO E| Downloaded typenum v1.19.0
29112026-02-27T02:20:49.966Z[ helios-setup] Feb 27 02:20:48.991 INFO E| Downloaded cc v1.2.44
29122026-02-27T02:20:49.970Z[ helios-setup] Feb 27 02:20:48.995 INFO E| Downloaded toml_edit v0.23.7
29132026-02-27T02:20:49.976Z[ helios-setup] Feb 27 02:20:49.001 INFO E| Downloaded flate2 v1.1.5
29142026-02-27T02:20:49.984Z[ helios-setup] Feb 27 02:20:49.008 INFO E| Downloaded parking_lot_core v0.9.12
29152026-02-27T02:20:49.987Z[ helios-setup] Feb 27 02:20:49.012 INFO E| Downloaded miniz_oxide v0.8.9
29162026-02-27T02:20:49.991Z[ helios-setup] Feb 27 02:20:49.016 INFO E| Downloaded mio v1.1.0
29172026-02-27T02:20:50.001Z[ helios-setup] Feb 27 02:20:49.025 INFO E| Downloaded libm v0.2.15
29182026-02-27T02:20:50.019Z[ helios-setup] Feb 27 02:20:49.043 INFO E| Downloaded winnow v0.7.13
29192026-02-27T02:20:50.033Z[ helios-setup] Feb 27 02:20:49.057 INFO E| Downloaded time v0.3.44
29202026-02-27T02:20:50.045Z[ helios-setup] Feb 27 02:20:49.069 INFO E| Downloaded num-bigint-dig v0.8.4
29212026-02-27T02:20:50.051Z[ helios-setup] Feb 27 02:20:49.076 INFO E| Downloaded hashbrown v0.16.0
29222026-02-27T02:20:50.059Z[ helios-setup] Feb 27 02:20:49.083 INFO E| Downloaded serde_json v1.0.145
29232026-02-27T02:20:50.069Z[ helios-setup] Feb 27 02:20:49.093 INFO E| Downloaded clap_builder v4.5.51
29242026-02-27T02:20:50.085Z[ helios-setup] Feb 27 02:20:49.109 INFO E| Downloaded iddqd v0.3.14
29252026-02-27T02:20:50.095Z[ helios-setup] Feb 27 02:20:49.119 INFO E| Downloaded memchr v2.7.6
29262026-02-27T02:20:50.103Z[ helios-setup] Feb 27 02:20:49.127 INFO E| Downloaded bitflags v2.10.0
29272026-02-27T02:20:50.109Z[ helios-setup] Feb 27 02:20:49.134 INFO E| Downloaded crc32fast v1.5.0
29282026-02-27T02:20:50.112Z[ helios-setup] Feb 27 02:20:49.137 INFO E| Downloaded anyhow v1.0.100
29292026-02-27T02:20:50.119Z[ helios-setup] Feb 27 02:20:49.144 INFO E| Downloaded chrono v0.4.42
29302026-02-27T02:20:50.130Z[ helios-setup] Feb 27 02:20:49.154 INFO E| Downloaded unicode-width v0.2.2
29312026-02-27T02:20:50.138Z[ helios-setup] Feb 27 02:20:49.163 INFO E| Downloaded syn v2.0.108
29322026-02-27T02:20:50.152Z[ helios-setup] Feb 27 02:20:49.176 INFO E| Downloaded getrandom v0.2.16
29332026-02-27T02:20:50.155Z[ helios-setup] Feb 27 02:20:49.180 INFO E| Downloaded clap v4.5.51
29342026-02-27T02:20:50.166Z[ helios-setup] Feb 27 02:20:49.191 INFO E| Downloaded indexmap v2.12.0
29352026-02-27T02:20:50.172Z[ helios-setup] Feb 27 02:20:49.197 INFO E| Downloaded toml_parser v1.0.4
29362026-02-27T02:20:50.176Z[ helios-setup] Feb 27 02:20:49.201 INFO E| Downloaded num_enum_derive v0.7.5
29372026-02-27T02:20:50.179Z[ helios-setup] Feb 27 02:20:49.203 INFO E| Downloaded rustix v1.1.2
29382026-02-27T02:20:50.225Z[ helios-setup] Feb 27 02:20:49.249 INFO E| Downloaded clap_derive v4.5.49
29392026-02-27T02:20:50.228Z[ helios-setup] Feb 27 02:20:49.253 INFO E| Downloaded ppv-lite86 v0.2.21
29402026-02-27T02:20:50.231Z[ helios-setup] Feb 27 02:20:49.256 INFO E| Downloaded getopts v0.2.24
29412026-02-27T02:20:50.234Z[ helios-setup] Feb 27 02:20:49.258 INFO E| Downloaded generic-array v0.14.9
29422026-02-27T02:20:50.237Z[ helios-setup] Feb 27 02:20:49.261 INFO E| Downloaded itoa v1.0.15
29432026-02-27T02:20:50.240Z[ helios-setup] Feb 27 02:20:49.263 INFO E| Downloaded find-msvc-tools v0.1.4
29442026-02-27T02:20:50.300Z[ helios-setup] Feb 27 02:20:49.324 INFO E| Downloaded libc v0.2.177
29452026-02-27T02:20:50.339Z[ helios-setup] Feb 27 02:20:49.363 INFO E| Downloaded tokio v1.48.0
29462026-02-27T02:20:50.532Z[ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling proc-macro2 v1.0.103
29472026-02-27T02:20:50.532Z[ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling quote v1.0.41
29482026-02-27T02:20:50.533Z[ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling unicode-ident v1.0.22
29492026-02-27T02:20:50.541Z[ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling libc v0.2.177
29502026-02-27T02:20:50.541Z[ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling serde_core v1.0.228
29512026-02-27T02:20:50.541Z[ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling cfg-if v1.0.4
29522026-02-27T02:20:50.541Z[ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling serde v1.0.228
29532026-02-27T02:20:50.541Z[ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling version_check v0.9.5
29542026-02-27T02:20:51.235Z[ helios-setup] Feb 27 02:20:50.259 INFO E| Compiling autocfg v1.5.0
29552026-02-27T02:20:51.872Z[ helios-setup] Feb 27 02:20:50.891 INFO E| Compiling typenum v1.19.0
29562026-02-27T02:20:52.117Z[ host-package] Compiling dropshot v0.16.7
29572026-02-27T02:20:52.238Z[ helios-setup] Feb 27 02:20:51.263 INFO E| Compiling const-oid v0.9.6
29582026-02-27T02:20:52.344Z[ helios-setup] Feb 27 02:20:51.368 INFO E| Compiling generic-array v0.14.9
29592026-02-27T02:20:52.512Z[ helios-setup] Feb 27 02:20:51.536 INFO E| Compiling libm v0.2.15
29602026-02-27T02:20:52.959Z[ helios-setup] Feb 27 02:20:51.984 INFO E| Compiling num-traits v0.2.19
29612026-02-27T02:20:53.675Z[ helios-setup] Feb 27 02:20:52.699 INFO E| Compiling zerocopy v0.8.27
29622026-02-27T02:20:54.276Z[ helios-setup] Feb 27 02:20:53.300 INFO E| Compiling rustversion v1.0.22
29632026-02-27T02:20:54.340Z[ helios-setup] Feb 27 02:20:53.364 INFO E| Compiling zeroize v1.8.2
29642026-02-27T02:20:55.230Z[ helios-setup] Feb 27 02:20:54.254 INFO E| Compiling smallvec v1.15.1
29652026-02-27T02:20:55.373Z[ helios-setup] Feb 27 02:20:54.396 INFO E| Compiling base64ct v1.8.0
29662026-02-27T02:20:56.696Z[ helios-setup] Feb 27 02:20:55.720 INFO E| Compiling pem-rfc7468 v0.7.0
29672026-02-27T02:20:57.008Z[ helios-setup] Feb 27 02:20:56.032 INFO E| Compiling syn v2.0.108
29682026-02-27T02:20:57.282Z[ helios-setup] Feb 27 02:20:56.306 INFO E| Compiling getrandom v0.2.16
29692026-02-27T02:20:57.428Z[ helios-setup] Feb 27 02:20:56.452 INFO E| Compiling memchr v2.7.6
29702026-02-27T02:20:59.202Z[ helios-setup] Feb 27 02:20:58.225 INFO E| Compiling crypto-common v0.1.6
29712026-02-27T02:20:59.219Z[ helios-setup] Feb 27 02:20:58.243 INFO E| Compiling block-buffer v0.10.4
29722026-02-27T02:20:59.801Z[ helios-setup] Feb 27 02:20:58.824 INFO E| Compiling digest v0.10.7
29732026-02-27T02:20:59.842Z[ helios-setup] Feb 27 02:20:58.865 INFO E| Compiling equivalent v1.0.2
29742026-02-27T02:20:59.878Z[ helios-setup] Feb 27 02:20:58.902 INFO E| Compiling winnow v0.7.13
29752026-02-27T02:21:00.161Z[ helios-setup] Feb 27 02:20:59.184 INFO E| Compiling byteorder v1.5.0
29762026-02-27T02:21:00.934Z[ helios-setup] Feb 27 02:20:59.956 INFO E| Compiling anyhow v1.0.100
29772026-02-27T02:21:01.655Z[ helios-setup] Feb 27 02:21:00.678 INFO E| Compiling hashbrown v0.16.0
29782026-02-27T02:21:01.847Z[ helios-setup] Feb 27 02:21:00.871 INFO E| Compiling crc32fast v1.5.0
29792026-02-27T02:21:02.668Z[ helios-setup] Feb 27 02:21:01.691 INFO E| Compiling rustix v1.1.2
29802026-02-27T02:21:02.826Z[ helios-setup] Feb 27 02:21:01.849 INFO E| Compiling flagset v0.4.7
29812026-02-27T02:21:03.324Z[ helios-setup] Feb 27 02:21:02.347 INFO E| Compiling utf8parse v0.2.2
29822026-02-27T02:21:03.602Z[ helios-setup] Feb 27 02:21:02.625 INFO E| Compiling bitflags v2.10.0
29832026-02-27T02:21:03.830Z[ helios-setup] Feb 27 02:21:02.853 INFO E| Compiling anstyle-parse v0.2.7
29842026-02-27T02:21:04.105Z[ helios-setup] Feb 27 02:21:03.128 INFO E| Compiling indexmap v2.12.0
29852026-02-27T02:21:04.357Z[ helios-setup] Feb 27 02:21:03.380 INFO E| Compiling rand_core v0.6.4
29862026-02-27T02:21:04.450Z[ helios-setup] Feb 27 02:21:03.473 INFO E| Compiling errno v0.3.14
29872026-02-27T02:21:04.979Z[ helios-setup] Feb 27 02:21:04.002 INFO E| Compiling colorchoice v1.0.4
29882026-02-27T02:21:05.150Z[ helios-setup] Feb 27 02:21:04.173 INFO E| Compiling cpufeatures v0.2.17
29892026-02-27T02:21:05.356Z[ helios-setup] Feb 27 02:21:04.379 INFO E| Compiling anstyle v1.0.13
29902026-02-27T02:21:05.479Z[ helios-setup] Feb 27 02:21:04.502 INFO E| Compiling anstyle-query v1.1.4
29912026-02-27T02:21:05.583Z[ helios-setup] Feb 27 02:21:04.606 INFO E| Compiling allocator-api2 v0.2.21
29922026-02-27T02:21:05.614Z[ helios-setup] Feb 27 02:21:04.637 INFO E| Compiling toml_datetime v0.7.3
29932026-02-27T02:21:05.784Z[ helios-setup] Feb 27 02:21:04.806 INFO E| Compiling radium v0.7.0
29942026-02-27T02:21:05.989Z[ helios-setup] Feb 27 02:21:05.012 INFO E| Compiling shlex v1.3.0
29952026-02-27T02:21:06.500Z[ helios-setup] Feb 27 02:21:05.523 INFO E| Compiling syn v1.0.109
29962026-02-27T02:21:06.697Z[ helios-setup] Feb 27 02:21:05.719 INFO E| Compiling find-msvc-tools v0.1.4
29972026-02-27T02:21:06.973Z[ helios-setup] Feb 27 02:21:05.996 INFO E| Compiling is_terminal_polyfill v1.70.2
29982026-02-27T02:21:07.128Z[ helios-setup] Feb 27 02:21:06.151 INFO E| Compiling toml_parser v1.0.4
29992026-02-27T02:21:07.276Z[ helios-setup] Feb 27 02:21:06.299 INFO E| Compiling anstream v0.6.21
30002026-02-27T02:21:07.394Z[ helios-setup] Feb 27 02:21:06.416 INFO E| Compiling cc v1.2.44
30012026-02-27T02:21:08.141Z[ helios-setup] Feb 27 02:21:07.164 INFO E| Compiling sha2 v0.10.9
30022026-02-27T02:21:09.668Z[ helios-setup] Feb 27 02:21:08.691 INFO E| Compiling toml_edit v0.23.7
30032026-02-27T02:21:10.195Z[ helios-setup] Feb 27 02:21:09.217 INFO E| Compiling slog v2.8.2
30042026-02-27T02:21:11.263Z[ helios-setup] Feb 27 02:21:10.286 INFO E| Compiling unicode-width v0.2.2
30052026-02-27T02:21:11.318Z[ helios-setup] Feb 27 02:21:10.340 INFO E| Compiling parking_lot_core v0.9.12
30062026-02-27T02:21:11.341Z[ helios-setup] Feb 27 02:21:10.364 INFO E| Compiling pkg-config v0.3.32
30072026-02-27T02:21:12.294Z[ helios-setup] Feb 27 02:21:11.316 INFO E| Compiling futures-core v0.3.31
30082026-02-27T02:21:12.473Z[ helios-setup] Feb 27 02:21:11.495 INFO E| Compiling futures-sink v0.3.31
30092026-02-27T02:21:12.599Z[ helios-setup] Feb 27 02:21:11.621 INFO E| Compiling maybe-uninit v2.0.0
30102026-02-27T02:21:12.937Z[ helios-setup] Feb 27 02:21:11.959 INFO E| Compiling tap v1.0.1
30112026-02-27T02:21:13.055Z[ helios-setup] Feb 27 02:21:12.077 INFO E| Compiling pin-project-lite v0.2.16
30122026-02-27T02:21:13.425Z[ helios-setup] Feb 27 02:21:12.446 INFO E| Compiling wyz v0.5.1
30132026-02-27T02:21:13.510Z[ helios-setup] Feb 27 02:21:12.532 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
30142026-02-27T02:21:13.684Z[ helios-setup] Feb 27 02:21:12.706 INFO E| Compiling futures-channel v0.3.31
30152026-02-27T02:21:13.824Z[ helios-setup] Feb 27 02:21:12.846 INFO E| Compiling proc-macro-crate v3.4.0
30162026-02-27T02:21:14.109Z[ helios-setup] Feb 27 02:21:13.131 INFO E| Compiling getopts v0.2.24
30172026-02-27T02:21:14.342Z[ helios-setup] Feb 27 02:21:13.364 INFO E| Compiling terminal_size v0.4.3
30182026-02-27T02:21:14.962Z[ helios-setup] Feb 27 02:21:13.984 INFO E| Compiling num-integer v0.1.46
30192026-02-27T02:21:15.045Z[ helios-setup] Feb 27 02:21:14.067 INFO E| Compiling ahash v0.8.12
30202026-02-27T02:21:15.132Z[ helios-setup] Feb 27 02:21:14.154 INFO E| Compiling itoa v1.0.15
30212026-02-27T02:21:15.841Z[ helios-setup] Feb 27 02:21:14.863 INFO E| Compiling thiserror v1.0.69
30222026-02-27T02:21:15.883Z[ helios-setup] Feb 27 02:21:14.905 INFO E| Compiling funty v2.0.0
30232026-02-27T02:21:15.922Z[ helios-setup] Feb 27 02:21:14.944 INFO E| Compiling powerfmt v0.2.0
30242026-02-27T02:21:16.501Z[ helios-setup] Feb 27 02:21:15.523 INFO E| Compiling getrandom v0.3.4
30252026-02-27T02:21:17.146Z[ helios-setup] Feb 27 02:21:16.168 INFO E| Compiling time-core v0.1.6
30262026-02-27T02:21:17.240Z[ helios-setup] Feb 27 02:21:16.262 INFO E| Compiling bytes v1.10.1
30272026-02-27T02:21:17.413Z[ helios-setup] Feb 27 02:21:16.435 INFO E| Compiling spin v0.9.8
30282026-02-27T02:21:17.627Z[ helios-setup] Feb 27 02:21:16.649 INFO E| Compiling serde_derive v1.0.228
30292026-02-27T02:21:17.796Z[ helios-setup] Feb 27 02:21:16.817 INFO E| Compiling zerocopy-derive v0.8.27
30302026-02-27T02:21:17.968Z[ helios-setup] Feb 27 02:21:16.990 INFO E| Compiling der_derive v0.7.3
30312026-02-27T02:21:18.151Z[ helios-setup] Feb 27 02:21:17.172 INFO E| Compiling futures-macro v0.3.31
30322026-02-27T02:21:18.698Z[ helios-setup] Feb 27 02:21:17.720 INFO E| Compiling heck v0.5.0
30332026-02-27T02:21:19.942Z[ helios-setup] Feb 27 02:21:18.962 INFO E| Compiling scopeguard v1.2.0
30342026-02-27T02:21:20.452Z[ helios-setup] Feb 27 02:21:19.473 INFO E| Compiling packed_struct v0.10.1
30352026-02-27T02:21:20.943Z[ helios-setup] Feb 27 02:21:19.965 INFO E| Compiling num-conv v0.1.0
30362026-02-27T02:21:21.561Z[ helios-setup] Feb 27 02:21:20.582 INFO E| Compiling num-bigint-dig v0.8.4
30372026-02-27T02:21:21.758Z[ helios-setup] Feb 27 02:21:20.779 INFO E| Compiling futures-io v0.3.31
30382026-02-27T02:21:22.023Z[ helios-setup] Feb 27 02:21:21.045 INFO E| Compiling slab v0.4.11
30392026-02-27T02:21:22.187Z[ helios-setup] Feb 27 02:21:21.208 INFO E| Compiling pin-utils v0.1.0
30402026-02-27T02:21:22.304Z[ helios-setup] Feb 27 02:21:21.326 INFO E| Compiling futures-task v0.3.31
30412026-02-27T02:21:22.494Z[ helios-setup] Feb 27 02:21:21.516 INFO E| Compiling strsim v0.11.1
30422026-02-27T02:21:22.572Z[ helios-setup] Feb 27 02:21:21.593 INFO E| Compiling der v0.7.10
30432026-02-27T02:21:22.882Z[ helios-setup] Feb 27 02:21:21.903 INFO E| Compiling clap_lex v0.7.6
30442026-02-27T02:21:23.060Z[ helios-setup] Feb 27 02:21:22.081 INFO E| Compiling futures-util v0.3.31
30452026-02-27T02:21:23.290Z[ helios-setup] Feb 27 02:21:22.311 INFO E| Compiling time-macros v0.2.24
30462026-02-27T02:21:24.716Z[ helios-setup] Feb 27 02:21:23.737 INFO E| Compiling clap_builder v4.5.51
30472026-02-27T02:21:25.897Z[ helios-setup] Feb 27 02:21:24.918 INFO E| Compiling lock_api v0.4.14
30482026-02-27T02:21:27.178Z[ helios-setup] Feb 27 02:21:26.199 INFO E| Compiling clap_derive v4.5.49
30492026-02-27T02:21:28.420Z[ helios-setup] Feb 27 02:21:27.441 INFO E| Compiling spki v0.7.3
30502026-02-27T02:21:29.586Z[ helios-setup] Feb 27 02:21:28.607 INFO E| Compiling pkcs8 v0.10.2
30512026-02-27T02:21:30.246Z[ helios-setup] Feb 27 02:21:29.267 INFO E| Compiling packed_struct_codegen v0.10.1
30522026-02-27T02:21:33.271Z[ helios-setup] Feb 27 02:21:32.291 INFO E| Compiling lazy_static v1.5.0
30532026-02-27T02:21:33.867Z[ helios-setup] Feb 27 02:21:32.863 INFO E| Compiling ppv-lite86 v0.2.21
30542026-02-27T02:21:33.890Z[ helios-setup] Feb 27 02:21:32.910 INFO E| Compiling bitvec v1.0.1
30552026-02-27T02:21:35.207Z[ helios-setup] Feb 27 02:21:34.228 INFO E| Compiling erased-serde v0.3.31
30562026-02-27T02:21:35.425Z[ helios-setup] Feb 27 02:21:34.445 INFO E| Compiling zerocopy-derive v0.6.6
30572026-02-27T02:21:35.786Z[ helios-setup] Feb 27 02:21:34.806 INFO E| Compiling rand_chacha v0.3.1
30582026-02-27T02:21:35.891Z[ helios-setup] Feb 27 02:21:34.911 INFO E| Compiling bitfield-macros v0.19.3
30592026-02-27T02:21:36.147Z[ helios-setup] Feb 27 02:21:35.167 INFO E| Compiling thiserror-impl v1.0.69
30602026-02-27T02:21:36.765Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30612026-02-27T02:21:36.967Z[ helios-setup] Feb 27 02:21:35.987 INFO E| Compiling rand v0.8.5
30622026-02-27T02:21:38.304Z[ host-package] Compiling progenitor-client v0.13.0
30632026-02-27T02:21:38.540Z[ helios-setup] Feb 27 02:21:37.560 INFO E| Compiling num_enum_derive v0.7.5
30642026-02-27T02:21:39.558Z[ helios-setup] Feb 27 02:21:38.578 INFO E| Compiling deranged v0.5.5
30652026-02-27T02:21:39.968Z[ helios-setup] Feb 27 02:21:38.987 INFO E| Compiling num-iter v0.1.45
30662026-02-27T02:21:40.480Z[ host-package] Compiling progenitor-client v0.10.0
30672026-02-27T02:21:41.119Z[ helios-setup] Feb 27 02:21:40.139 INFO E| Compiling indexmap v1.9.3
30682026-02-27T02:21:41.682Z[ helios-setup] Feb 27 02:21:40.701 INFO E| Compiling iana-time-zone v0.1.64
30692026-02-27T02:21:42.457Z[ helios-setup] Feb 27 02:21:41.475 INFO E| Compiling thiserror v2.0.17
30702026-02-27T02:21:42.564Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30712026-02-27T02:21:43.012Z[ helios-setup] Feb 27 02:21:42.032 INFO E| Compiling nodrop v0.1.14
30722026-02-27T02:21:43.179Z[ helios-setup] Feb 27 02:21:42.176 INFO E| Compiling crc-catalog v2.4.0
30732026-02-27T02:21:43.294Z[ helios-setup] Feb 27 02:21:42.314 INFO E| Compiling serde_json v1.0.145
30742026-02-27T02:21:43.648Z[ helios-setup] Feb 27 02:21:42.665 INFO E| Compiling log v0.4.28
30752026-02-27T02:21:43.906Z[ helios-setup] Feb 27 02:21:42.925 INFO E| Compiling adler2 v2.0.1
30762026-02-27T02:21:44.122Z[ helios-setup] Feb 27 02:21:43.142 INFO E| Compiling once_cell v1.21.3
30772026-02-27T02:21:44.494Z[ helios-setup] Feb 27 02:21:43.514 INFO E| Compiling simd-adler32 v0.3.7
30782026-02-27T02:21:45.057Z[ helios-setup] Feb 27 02:21:44.077 INFO E| Compiling env_filter v0.1.4
30792026-02-27T02:21:45.200Z[ helios-setup] Feb 27 02:21:44.216 INFO E| Compiling miniz_oxide v0.8.9
30802026-02-27T02:21:46.213Z[ helios-setup] Feb 27 02:21:45.233 INFO E| Compiling time v0.3.44
30812026-02-27T02:21:46.263Z[ helios-setup] Feb 27 02:21:45.282 INFO E| Compiling crc v3.3.0
30822026-02-27T02:21:47.194Z[ helios-setup] Feb 27 02:21:46.213 INFO E| Compiling array-init v0.0.4
30832026-02-27T02:21:47.959Z[ helios-setup] Feb 27 02:21:46.979 INFO E| Compiling num_enum v0.7.5
30842026-02-27T02:21:49.051Z[ helios-setup] Feb 27 02:21:48.070 INFO E| Compiling chrono v0.4.42
30852026-02-27T02:21:50.150Z[ helios-setup] Feb 27 02:21:49.169 INFO E| Compiling parking_lot v0.12.5
30862026-02-27T02:21:51.598Z[ helios-setup] Feb 27 02:21:50.617 INFO E| Compiling smallvec v0.6.14
30872026-02-27T02:21:53.136Z[ helios-setup] Feb 27 02:21:52.155 INFO E| Compiling bitfield v0.19.3
30882026-02-27T02:21:54.011Z[ helios-setup] Feb 27 02:21:53.030 INFO E| Compiling zerocopy v0.6.6
30892026-02-27T02:21:54.812Z[ helios-setup] Feb 27 02:21:53.830 INFO E| Compiling clap v4.5.51
30902026-02-27T02:21:55.137Z[ helios-setup] Feb 27 02:21:54.154 INFO E| Compiling futures-executor v0.3.31
30912026-02-27T02:21:56.069Z[ helios-setup] Feb 27 02:21:55.087 INFO E| Compiling toml_datetime v0.6.11
30922026-02-27T02:21:56.240Z[ helios-setup] Feb 27 02:21:55.258 INFO E| Compiling serde_spanned v0.6.9
30932026-02-27T02:21:57.138Z[ helios-setup] Feb 27 02:21:56.156 INFO E| Compiling pkcs1 v0.7.5
30942026-02-27T02:21:57.248Z[ helios-setup] Feb 27 02:21:56.267 INFO E| Compiling tokio-macros v2.6.0
30952026-02-27T02:21:57.849Z[ helios-setup] Feb 27 02:21:56.868 INFO E| Compiling thiserror-impl v2.0.17
30962026-02-27T02:21:57.942Z[ helios-setup] Feb 27 02:21:56.960 INFO E| Compiling signature v2.2.0
30972026-02-27T02:21:58.387Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30982026-02-27T02:21:58.659Z[ helios-setup] Feb 27 02:21:57.677 INFO E| Compiling serde_spanned v1.0.3
30992026-02-27T02:21:59.131Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31002026-02-27T02:22:00.775Z[ helios-setup] Feb 27 02:21:59.793 INFO E| Compiling is-terminal v0.4.17
31012026-02-27T02:22:01.009Z[ helios-setup] Feb 27 02:22:00.026 INFO E| Compiling socket2 v0.6.1
31022026-02-27T02:22:01.138Z[ helios-setup] Feb 27 02:22:00.156 INFO E| Compiling signal-hook-registry v1.4.6
31032026-02-27T02:22:02.186Z[ helios-setup] Feb 27 02:22:01.204 INFO E| Compiling mio v1.1.0
31042026-02-27T02:22:03.751Z[ helios-setup] Feb 27 02:22:02.769 INFO E| Compiling thread_local v1.1.9
31052026-02-27T02:22:04.137Z[ helios-setup] Feb 27 02:22:03.154 INFO E| Compiling ryu v1.0.20
31062026-02-27T02:22:04.467Z[ helios-setup] Feb 27 02:22:03.485 INFO E| Compiling base64 v0.21.7
31072026-02-27T02:22:05.072Z[ helios-setup] Feb 27 02:22:04.090 INFO E| Compiling hashbrown v0.12.3
31082026-02-27T02:22:05.110Z[ helios-setup] Feb 27 02:22:04.127 INFO E| Compiling term v1.2.0
31092026-02-27T02:22:05.183Z[ helios-setup] Feb 27 02:22:04.201 INFO E| Compiling toml_writer v1.0.4
31102026-02-27T02:22:05.565Z[ helios-setup] Feb 27 02:22:04.583 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31112026-02-27T02:22:05.605Z[ helios-setup] Feb 27 02:22:04.622 INFO E| Compiling winnow v0.5.40
31122026-02-27T02:22:06.318Z[ helios-setup] Feb 27 02:22:05.336 INFO E| Compiling subtle v2.6.1
31132026-02-27T02:22:06.861Z[ helios-setup] Feb 27 02:22:05.878 INFO E| Compiling libdevinfo-sys v1.1.0
31142026-02-27T02:22:07.102Z[ helios-setup] Feb 27 02:22:06.118 INFO E| Compiling rsa v0.9.8
31152026-02-27T02:22:07.161Z[ helios-setup] Feb 27 02:22:06.179 INFO E| Compiling slog-term v2.9.2
31162026-02-27T02:22:07.493Z[ helios-setup] Feb 27 02:22:06.510 INFO E| Compiling devinfo v0.1.0
31172026-02-27T02:22:07.550Z[ host-package] Compiling progenitor-macro v0.13.0
31182026-02-27T02:22:08.204Z[ host-package] Compiling term v1.1.0
31192026-02-27T02:22:09.736Z[ host-package] Compiling slog-term v2.9.2
31202026-02-27T02:22:10.599Z[ helios-setup] Feb 27 02:22:09.616 INFO E| Compiling toml v0.9.8
31212026-02-27T02:22:10.672Z[ helios-setup] Feb 27 02:22:09.688 INFO E| Compiling ron v0.8.1
31222026-02-27T02:22:10.682Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
31232026-02-27T02:22:13.372Z[ host-package] Compiling futures v0.3.31
31242026-02-27T02:22:13.663Z[ host-package] Compiling slog-bunyan v2.5.0
31252026-02-27T02:22:13.769Z[ host-package] Compiling argon2 v0.5.3
31262026-02-27T02:22:14.756Z[ helios-setup] Feb 27 02:22:13.773 INFO E| Compiling toml_edit v0.19.15
31272026-02-27T02:22:15.159Z[ helios-setup] Feb 27 02:22:14.176 INFO E| Compiling tokio v1.48.0
31282026-02-27T02:22:16.130Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31292026-02-27T02:22:16.220Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31302026-02-27T02:22:16.416Z[ helios-setup] Feb 27 02:22:15.432 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31312026-02-27T02:22:17.007Z[ host-package] Compiling async-stream v0.3.6
31322026-02-27T02:22:18.154Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
31332026-02-27T02:22:18.371Z[ helios-setup] Feb 27 02:22:17.388 INFO E| Compiling uuid v1.18.1
31342026-02-27T02:22:18.542Z[ host-package] Compiling universal-hash v0.5.1
31352026-02-27T02:22:18.647Z[ host-package] Compiling waitgroup v0.1.2
31362026-02-27T02:22:19.351Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-02-27T02:22:19.481Z[ host-package] Compiling rustls-pemfile v2.2.0
31382026-02-27T02:22:20.278Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
31392026-02-27T02:22:21.172Z[ helios-setup] Feb 27 02:22:20.188 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31402026-02-27T02:22:22.148Z[ helios-setup] Feb 27 02:22:21.163 INFO E| Compiling futures v0.3.31
31412026-02-27T02:22:22.191Z[ helios-setup] Feb 27 02:22:21.206 INFO E| Compiling serde-hex v0.1.0
31422026-02-27T02:22:22.540Z[ helios-setup] Feb 27 02:22:21.556 INFO E| Compiling bzip2 v0.4.4
31432026-02-27T02:22:22.766Z[ host-package] Compiling serde_path_to_error v0.1.20
31442026-02-27T02:22:23.544Z[ helios-setup] Feb 27 02:22:22.559 INFO E| Compiling flate2 v1.1.5
31452026-02-27T02:22:23.753Z[ helios-setup] Feb 27 02:22:22.768 INFO E| Compiling env_logger v0.11.8
31462026-02-27T02:22:24.355Z[ host-package] Compiling hostname v0.4.2
31472026-02-27T02:22:24.451Z[ host-package] Compiling instant v0.1.13
31482026-02-27T02:22:24.572Z[ host-package] Compiling debug-ignore v1.0.5
31492026-02-27T02:22:25.079Z[ host-package] Compiling opaque-debug v0.3.1
31502026-02-27T02:22:25.239Z[ host-package] Compiling backoff v0.4.0
31512026-02-27T02:22:25.469Z[ host-package] Compiling thiserror-no-std v2.0.2
31522026-02-27T02:22:25.494Z[ host-package] Compiling poly1305 v0.8.0
31532026-02-27T02:22:26.049Z[ helios-setup] Feb 27 02:22:25.063 INFO E| Compiling hashbrown v0.13.2
31542026-02-27T02:22:26.072Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31552026-02-27T02:22:26.255Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31562026-02-27T02:22:26.408Z[ helios-setup] Feb 27 02:22:25.424 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
31572026-02-27T02:22:27.210Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31582026-02-27T02:22:27.478Z[ helios-setup] Feb 27 02:22:26.493 INFO E| Compiling x509-cert v0.2.5
31592026-02-27T02:22:28.615Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31602026-02-27T02:22:28.891Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31612026-02-27T02:22:29.140Z[ helios-setup] Feb 27 02:22:28.152 INFO E| Compiling hex v0.4.3
31622026-02-27T02:22:30.222Z[ host-package] Compiling progenitor v0.13.0
31632026-02-27T02:22:30.740Z[ helios-setup] Feb 27 02:22:29.755 INFO E| Compiling crc-any v2.5.0
31642026-02-27T02:22:31.694Z[ host-package] Compiling parse-display v0.10.0
31652026-02-27T02:22:31.877Z[ helios-setup] Feb 27 02:22:30.892 INFO E| Compiling rustc-hash v2.1.1
31662026-02-27T02:22:32.387Z[ helios-setup] Feb 27 02:22:31.402 INFO E| Compiling bitflags v1.3.2
31672026-02-27T02:22:32.420Z[ helios-setup] Feb 27 02:22:31.435 INFO E| Compiling foldhash v0.2.0
31682026-02-27T02:22:32.756Z[ helios-setup] Feb 27 02:22:31.771 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31692026-02-27T02:22:32.846Z[ helios-setup] Feb 27 02:22:31.861 INFO E| Compiling object v0.30.4
31702026-02-27T02:22:33.188Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31712026-02-27T02:22:33.524Z[ helios-setup] Feb 27 02:22:32.539 INFO E| Compiling iddqd v0.3.14
31722026-02-27T02:22:33.949Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31732026-02-27T02:22:34.225Z[ host-package] Compiling chacha20 v0.9.1
31742026-02-27T02:22:34.265Z[ helios-setup] Feb 27 02:22:33.280 INFO E| Compiling zip v0.6.6
31752026-02-27T02:22:34.806Z[ host-package] Compiling aead v0.5.2
31762026-02-27T02:22:35.608Z[ host-package] Compiling backon v1.6.0
31772026-02-27T02:22:35.644Z[ helios-setup] Feb 27 02:22:34.659 INFO E| Compiling toml v0.7.8
31782026-02-27T02:22:35.770Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
31792026-02-27T02:22:35.773Z[ host-package] Compiling macaddr v1.0.1
31802026-02-27T02:22:36.885Z[ host-package] Compiling chacha20poly1305 v0.10.1
31812026-02-27T02:22:36.888Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-02-27T02:22:37.271Z[ host-package] Compiling vsss-rs v3.3.4
31832026-02-27T02:22:38.139Z[ host-package] Compiling num-rational v0.4.2
31842026-02-27T02:22:39.389Z[ helios-setup] Feb 27 02:22:38.404 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31852026-02-27T02:22:42.087Z[ helios-setup] Feb 27 02:22:41.101 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31862026-02-27T02:22:42.351Z[ helios-setup] Feb 27 02:22:41.365 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31872026-02-27T02:22:43.199Z[ helios-setup] Feb 27 02:22:42.212 INFO E| Compiling path-slash v0.1.5
31882026-02-27T02:22:44.139Z[ helios-setup] Feb 27 02:22:43.153 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31892026-02-27T02:22:44.581Z[ helios-setup] Feb 27 02:22:43.595 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
31902026-02-27T02:22:45.754Z[ host-package] Compiling num-complex v0.4.6
31912026-02-27T02:22:48.744Z[ host-package] Compiling num v0.4.3
31922026-02-27T02:22:49.132Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31932026-02-27T02:22:49.229Z[ host-package] Compiling console v0.15.10
31942026-02-27T02:22:49.913Z[ host-package] Compiling swrite v0.1.0
31952026-02-27T02:22:50.783Z[ helios-setup] Feb 27 02:22:49.796 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31962026-02-27T02:22:51.145Z[ host-package] Compiling float-ord v0.3.2
31972026-02-27T02:22:52.619Z[ host-package] Compiling progenitor-impl v0.11.2
31982026-02-27T02:22:54.591Z[ host-package] Compiling toml v0.8.23
31992026-02-27T02:22:57.983Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32002026-02-27T02:22:58.379Z[ host-package] Compiling progenitor-client v0.11.2
32012026-02-27T02:23:00.775Z[ host-package] Compiling newline-converter v0.3.0
32022026-02-27T02:23:01.338Z[ host-package] Compiling atomicwrites v0.4.4
32032026-02-27T02:23:02.896Z[ host-package] Compiling slog-dtrace v0.3.0
32042026-02-27T02:23:04.311Z[ host-package] Compiling expectorate v1.2.0
32052026-02-27T02:23:04.464Z[ host-package] Compiling progenitor-macro v0.11.2
32062026-02-27T02:23:13.928Z[ helios-setup] Feb 27 02:23:12.939 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32072026-02-27T02:23:16.973Z[ host-package] Compiling oxide-update-engine-types v0.1.0
32082026-02-27T02:23:17.725Z[ host-package] Compiling resolv-conf v0.7.0
32092026-02-27T02:23:19.735Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32102026-02-27T02:23:20.170Z[ host-package] Compiling minimal-lexical v0.2.1
32112026-02-27T02:23:20.859Z[ host-package] Compiling linked-hash-map v0.5.6
32122026-02-27T02:23:20.976Z[ host-package] Compiling progenitor v0.11.2
32132026-02-27T02:23:21.390Z[ host-package] Compiling nom v7.1.3
32142026-02-27T02:23:21.594Z[ host-package] Compiling lru-cache v0.1.2
32152026-02-27T02:23:22.106Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32162026-02-27T02:23:25.932Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32172026-02-27T02:23:27.417Z[ host-package] Compiling unicode-xid v0.2.6
32182026-02-27T02:23:27.822Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32192026-02-27T02:23:28.141Z[ host-package] Compiling hickory-proto v0.24.4
32202026-02-27T02:23:29.249Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32212026-02-27T02:23:38.284Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32222026-02-27T02:23:42.662Z[ host-package] Compiling hickory-resolver v0.24.4
32232026-02-27T02:23:46.391Z[ helios-setup] Feb 27 02:23:45.399 INFO E| Finished `release` profile [optimized] target(s) in 2m 59s
32242026-02-27T02:23:46.394Z[ helios-setup] Feb 27 02:23:45.399 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
32252026-02-27T02:23:46.394Z[ helios-setup] Feb 27 02:23:45.402 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32262026-02-27T02:23:46.481Z[ helios-setup] Feb 27 02:23:45.489 INFO building project "pilot" ok (179 seconds)
32272026-02-27T02:23:46.481Z[ helios-setup] Feb 27 02:23:45.490 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
32282026-02-27T02:23:46.669Z[ helios-setup] Feb 27 02:23:45.677 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
32292026-02-27T02:23:46.669Z[ helios-setup] Feb 27 02:23:45.677 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
32302026-02-27T02:23:46.672Z[ helios-setup] Feb 27 02:23:45.677 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
32312026-02-27T02:23:46.781Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32322026-02-27T02:23:47.135Z[ helios-setup] Feb 27 02:23:46.143 INFO E| Updating crates.io index
32332026-02-27T02:23:47.362Z[ helios-setup] Feb 27 02:23:46.370 INFO E| Downloading crates ...
32342026-02-27T02:23:47.526Z[ helios-setup] Feb 27 02:23:46.535 INFO E| Downloaded darling_macro v0.20.11
32352026-02-27T02:23:47.530Z[ helios-setup] Feb 27 02:23:46.537 INFO E| Downloaded anyhow v1.0.98
32362026-02-27T02:23:47.564Z[ helios-setup] Feb 27 02:23:46.572 INFO E| Downloaded time-core v0.1.4
32372026-02-27T02:23:47.567Z[ helios-setup] Feb 27 02:23:46.575 INFO E| Downloaded thiserror v2.0.12
32382026-02-27T02:23:47.578Z[ helios-setup] Feb 27 02:23:46.586 INFO E| Downloaded time-macros v0.2.22
32392026-02-27T02:23:47.581Z[ helios-setup] Feb 27 02:23:46.589 INFO E| Downloaded serde v1.0.219
32402026-02-27T02:23:47.586Z[ helios-setup] Feb 27 02:23:46.594 INFO E| Downloaded fastrand v2.3.0
32412026-02-27T02:23:47.596Z[ helios-setup] Feb 27 02:23:46.604 INFO E| Downloaded thiserror-impl v2.0.12
32422026-02-27T02:23:47.599Z[ helios-setup] Feb 27 02:23:46.608 INFO E| Downloaded darling v0.20.11
32432026-02-27T02:23:47.608Z[ helios-setup] Feb 27 02:23:46.617 INFO E| Downloaded unicode-ident v1.0.18
32442026-02-27T02:23:47.613Z[ helios-setup] Feb 27 02:23:46.622 INFO E| Downloaded bitflags v2.9.1
32452026-02-27T02:23:47.622Z[ helios-setup] Feb 27 02:23:46.630 INFO E| Downloaded tempfile v3.20.0
32462026-02-27T02:23:47.627Z[ helios-setup] Feb 27 02:23:46.635 INFO E| Downloaded serde_derive v1.0.219
32472026-02-27T02:23:47.630Z[ helios-setup] Feb 27 02:23:46.638 INFO E| Downloaded proc-macro2 v1.0.95
32482026-02-27T02:23:47.634Z[ helios-setup] Feb 27 02:23:46.643 INFO E| Downloaded getrandom v0.3.3
32492026-02-27T02:23:47.640Z[ helios-setup] Feb 27 02:23:46.648 INFO E| Downloaded serde_with_macros v3.12.0
32502026-02-27T02:23:47.642Z[ helios-setup] Feb 27 02:23:46.651 INFO E| Downloaded indexmap v2.9.0
32512026-02-27T02:23:47.648Z[ helios-setup] Feb 27 02:23:46.657 INFO E| Downloaded darling_core v0.20.11
32522026-02-27T02:23:47.656Z[ helios-setup] Feb 27 02:23:46.664 INFO E| Downloaded quote v1.0.40
32532026-02-27T02:23:47.661Z[ helios-setup] Feb 27 02:23:46.670 INFO E| Downloaded deranged v0.4.0
32542026-02-27T02:23:47.712Z[ helios-setup] Feb 27 02:23:46.719 INFO E| Downloaded time v0.3.41
32552026-02-27T02:23:47.723Z[ helios-setup] Feb 27 02:23:46.731 INFO E| Downloaded serde_with v3.12.0
32562026-02-27T02:23:47.736Z[ helios-setup] Feb 27 02:23:46.744 INFO E| Downloaded serde_json v1.0.140
32572026-02-27T02:23:47.746Z[ helios-setup] Feb 27 02:23:46.754 INFO E| Downloaded hashbrown v0.15.3
32582026-02-27T02:23:47.753Z[ helios-setup] Feb 27 02:23:46.761 INFO E| Downloaded chrono v0.4.41
32592026-02-27T02:23:47.794Z[ helios-setup] Feb 27 02:23:46.802 INFO E| Downloaded syn v2.0.101
32602026-02-27T02:23:47.812Z[ helios-setup] Feb 27 02:23:46.819 INFO E| Downloaded rustix v1.0.7
32612026-02-27T02:23:47.905Z[ helios-setup] Feb 27 02:23:46.913 INFO E| Downloaded libc v0.2.172
32622026-02-27T02:23:48.018Z[ helios-setup] Feb 27 02:23:47.026 INFO E| Compiling proc-macro2 v1.0.95
32632026-02-27T02:23:48.023Z[ helios-setup] Feb 27 02:23:47.031 INFO E| Compiling unicode-ident v1.0.18
32642026-02-27T02:23:48.023Z[ helios-setup] Feb 27 02:23:47.031 INFO E| Compiling libc v0.2.172
32652026-02-27T02:23:48.023Z[ helios-setup] Feb 27 02:23:47.031 INFO E| Compiling strsim v0.11.1
32662026-02-27T02:23:48.023Z[ helios-setup] Feb 27 02:23:47.031 INFO E| Compiling ident_case v1.0.1
32672026-02-27T02:23:48.026Z[ helios-setup] Feb 27 02:23:47.031 INFO E| Compiling fnv v1.0.7
32682026-02-27T02:23:48.026Z[ helios-setup] Feb 27 02:23:47.031 INFO E| Compiling serde v1.0.219
32692026-02-27T02:23:48.026Z[ helios-setup] Feb 27 02:23:47.031 INFO E| Compiling rustix v1.0.7
32702026-02-27T02:23:48.456Z[ helios-setup] Feb 27 02:23:47.464 INFO E| Compiling getrandom v0.3.3
32712026-02-27T02:23:48.614Z[ helios-setup] Feb 27 02:23:47.622 INFO E| Compiling serde_json v1.0.140
32722026-02-27T02:23:48.685Z[ helios-setup] Feb 27 02:23:47.693 INFO E| Compiling cfg-if v1.0.0
32732026-02-27T02:23:48.893Z[ helios-setup] Feb 27 02:23:47.901 INFO E| Compiling bitflags v2.9.1
32742026-02-27T02:23:49.448Z[ helios-setup] Feb 27 02:23:48.456 INFO E| Compiling thiserror v2.0.12
32752026-02-27T02:23:49.505Z[ helios-setup] Feb 27 02:23:48.512 INFO E| Compiling anyhow v1.0.98
32762026-02-27T02:23:49.732Z[ helios-setup] Feb 27 02:23:48.739 INFO E| Compiling ryu v1.0.20
32772026-02-27T02:23:49.990Z[ helios-setup] Feb 27 02:23:48.997 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
32782026-02-27T02:23:50.155Z[ helios-setup] Feb 27 02:23:49.163 INFO E| Compiling memchr v2.7.4
32792026-02-27T02:23:50.404Z[ helios-setup] Feb 27 02:23:49.412 INFO E| Compiling itoa v1.0.15
32802026-02-27T02:23:50.998Z[ helios-setup] Feb 27 02:23:50.006 INFO E| Compiling fastrand v2.3.0
32812026-02-27T02:23:51.005Z[ helios-setup] Feb 27 02:23:50.013 INFO E| Compiling once_cell v1.21.3
32822026-02-27T02:23:51.243Z[ helios-setup] Feb 27 02:23:50.250 INFO E| Compiling errno v0.3.12
32832026-02-27T02:23:51.860Z[ helios-setup] Feb 27 02:23:50.867 INFO E| Compiling quote v1.0.40
32842026-02-27T02:23:52.151Z[ host-package] Compiling convert_case v0.7.1
32852026-02-27T02:23:52.764Z[ helios-setup] Feb 27 02:23:51.771 INFO E| Compiling syn v2.0.101
32862026-02-27T02:23:53.562Z[ host-package] Compiling cancel-safe-futures v0.1.5
32872026-02-27T02:23:54.362Z[ host-package] Compiling derive_more-impl v2.0.1
32882026-02-27T02:23:54.933Z[ helios-setup] Feb 27 02:23:53.940 INFO E| Compiling tempfile v3.20.0
32892026-02-27T02:23:56.946Z[ host-package] Compiling qorb v0.4.1
32902026-02-27T02:24:00.405Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32912026-02-27T02:24:00.788Z[ helios-setup] Feb 27 02:23:59.795 INFO E| Compiling darling_core v0.20.11
32922026-02-27T02:24:00.941Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32932026-02-27T02:24:02.839Z[ host-package] Compiling derive_more v2.0.1
32942026-02-27T02:24:03.047Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32952026-02-27T02:24:03.468Z[ helios-setup] Feb 27 02:24:02.474 INFO E| Compiling serde_derive v1.0.219
32962026-02-27T02:24:03.468Z[ helios-setup] Feb 27 02:24:02.474 INFO E| Compiling thiserror-impl v2.0.12
32972026-02-27T02:24:05.014Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32982026-02-27T02:24:05.822Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32992026-02-27T02:24:06.840Z[ helios-setup] Feb 27 02:24:05.847 INFO E| Compiling darling_macro v0.20.11
33002026-02-27T02:24:07.820Z[ host-package] Compiling vte_generate_state_changes v0.1.2
33012026-02-27T02:24:08.277Z[ host-package] Compiling linear-map v1.2.0
33022026-02-27T02:24:08.700Z[ host-package] Compiling siphasher v1.0.1
33032026-02-27T02:24:09.063Z[ helios-setup] Feb 27 02:24:08.069 INFO E| Compiling darling v0.20.11
33042026-02-27T02:24:09.083Z[ host-package] Compiling termtree v0.5.1
33052026-02-27T02:24:09.257Z[ helios-setup] Feb 27 02:24:08.262 INFO E| Compiling serde_with_macros v3.12.0
33062026-02-27T02:24:09.340Z[ host-package] Compiling phf_shared v0.12.1
33072026-02-27T02:24:09.434Z[ host-package] Compiling oxide-update-engine v0.1.0
33082026-02-27T02:24:09.693Z[ host-package] Compiling vte v0.11.1
33092026-02-27T02:24:09.847Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33102026-02-27T02:24:10.106Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33112026-02-27T02:24:10.678Z[ host-package] Compiling crossterm v0.29.0
33122026-02-27T02:24:11.251Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33132026-02-27T02:24:12.326Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33142026-02-27T02:24:13.601Z[ host-package] Compiling csv-core v0.1.11
33152026-02-27T02:24:14.735Z[ host-package] Compiling chrono-tz v0.10.4
33162026-02-27T02:24:15.317Z[ host-package] Compiling highway v1.3.0
33172026-02-27T02:24:16.294Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33182026-02-27T02:24:16.917Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33192026-02-27T02:24:17.167Z[ host-package] Compiling tough v0.20.0
33202026-02-27T02:24:18.190Z[ helios-setup] Feb 27 02:24:17.196 INFO E| Compiling serde_with v3.12.0
33212026-02-27T02:24:19.544Z[ host-package] Compiling csv v1.3.1
33222026-02-27T02:24:19.829Z[ host-package] Compiling strip-ansi-escapes v0.2.0
33232026-02-27T02:24:20.923Z[ host-package] Compiling phf v0.12.1
33242026-02-27T02:24:21.657Z[ host-package] Compiling const_format_proc_macros v0.2.34
33252026-02-27T02:24:22.600Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33262026-02-27T02:24:23.890Z[ host-package] Compiling papergrid v0.11.0
33272026-02-27T02:24:24.286Z[ host-package] Compiling tabled_derive v0.7.0
33282026-02-27T02:24:24.524Z[ host-package] Compiling fd-lock v4.0.2
33292026-02-27T02:24:24.865Z[ host-package] Compiling peg-macros v0.8.5
33302026-02-27T02:24:26.615Z[ host-package] Compiling nu-ansi-term v0.50.1
33312026-02-27T02:24:29.135Z[ host-package] Compiling reedline v0.40.0
33322026-02-27T02:24:29.199Z[ host-package] Compiling peg v0.8.5
33332026-02-27T02:24:29.499Z[ host-package] Compiling tabled v0.15.0
33342026-02-27T02:24:29.828Z[ helios-setup] Feb 27 02:24:28.833 INFO E| Finished `release` profile [optimized] target(s) in 43.03s
33352026-02-27T02:24:29.865Z[ helios-setup] Feb 27 02:24:28.870 INFO building project "dmar-report" ok (43 seconds)
33362026-02-27T02:24:29.865Z[ helios-setup] Feb 27 02:24:28.870 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
33372026-02-27T02:24:30.050Z[ helios-setup] Feb 27 02:24:29.055 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
33382026-02-27T02:24:30.050Z[ helios-setup] Feb 27 02:24:29.055 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
33392026-02-27T02:24:30.054Z[ helios-setup] Feb 27 02:24:29.055 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
33402026-02-27T02:24:30.340Z[ helios-setup] Feb 27 02:24:29.343 INFO E| Downloading crates ...
33412026-02-27T02:24:30.502Z[ helios-setup] Feb 27 02:24:29.507 INFO E| Downloaded sha2 v0.10.5
33422026-02-27T02:24:30.508Z[ helios-setup] Feb 27 02:24:29.512 INFO E| Downloaded miniz_oxide v0.6.2
33432026-02-27T02:24:30.511Z[ helios-setup] Feb 27 02:24:29.515 INFO E| Downloaded block-buffer v0.10.3
33442026-02-27T02:24:30.514Z[ helios-setup] Feb 27 02:24:29.517 INFO E| Downloaded generic-array v0.14.6
33452026-02-27T02:24:30.516Z[ helios-setup] Feb 27 02:24:29.519 INFO E| Downloaded bytes v1.2.1
33462026-02-27T02:24:30.520Z[ helios-setup] Feb 27 02:24:29.525 INFO E| Downloaded typenum v1.15.0
33472026-02-27T02:24:30.524Z[ helios-setup] Feb 27 02:24:29.529 INFO E| Downloaded flate2 v1.0.25
33482026-02-27T02:24:30.531Z[ helios-setup] Feb 27 02:24:29.536 INFO E| Downloaded digest v0.10.3
33492026-02-27T02:24:30.534Z[ helios-setup] Feb 27 02:24:29.539 INFO E| Downloaded anyhow v1.0.62
33502026-02-27T02:24:30.540Z[ helios-setup] Feb 27 02:24:29.545 INFO E| Downloaded cpufeatures v0.2.5
33512026-02-27T02:24:30.631Z[ helios-setup] Feb 27 02:24:29.636 INFO E| Compiling version_check v0.9.4
33522026-02-27T02:24:30.660Z[ helios-setup] Feb 27 02:24:29.665 INFO E| Compiling typenum v1.15.0
33532026-02-27T02:24:30.663Z[ helios-setup] Feb 27 02:24:29.665 INFO E| Compiling crc32fast v1.3.2
33542026-02-27T02:24:30.663Z[ helios-setup] Feb 27 02:24:29.665 INFO E| Compiling cfg-if v1.0.0
33552026-02-27T02:24:30.664Z[ helios-setup] Feb 27 02:24:29.665 INFO E| Compiling adler v1.0.2
33562026-02-27T02:24:30.664Z[ helios-setup] Feb 27 02:24:29.665 INFO E| Compiling anyhow v1.0.62
33572026-02-27T02:24:30.664Z[ helios-setup] Feb 27 02:24:29.666 INFO E| Compiling unicode-width v0.1.10
33582026-02-27T02:24:30.664Z[ helios-setup] Feb 27 02:24:29.666 INFO E| Compiling cpufeatures v0.2.5
33592026-02-27T02:24:30.724Z[ host-package] Compiling const_format v0.2.34
33602026-02-27T02:24:31.141Z[ helios-setup] Feb 27 02:24:30.146 INFO E| Compiling bitflags v1.3.2
33612026-02-27T02:24:31.414Z[ helios-setup] Feb 27 02:24:30.418 INFO E| Compiling generic-array v0.14.6
33622026-02-27T02:24:31.454Z[ helios-setup] Feb 27 02:24:30.458 INFO E| Compiling miniz_oxide v0.6.2
33632026-02-27T02:24:31.534Z[ helios-setup] Feb 27 02:24:30.538 INFO E| Compiling getopts v0.2.21
33642026-02-27T02:24:31.723Z[ helios-setup] Feb 27 02:24:30.726 INFO E| Compiling bytes v1.2.1
33652026-02-27T02:24:33.269Z[ helios-setup] Feb 27 02:24:32.273 INFO E| Compiling flate2 v1.0.25
33662026-02-27T02:24:36.121Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33672026-02-27T02:24:36.707Z[ helios-setup] Feb 27 02:24:35.710 INFO E| Compiling crypto-common v0.1.6
33682026-02-27T02:24:36.707Z[ helios-setup] Feb 27 02:24:35.710 INFO E| Compiling block-buffer v0.10.3
33692026-02-27T02:24:36.975Z[ helios-setup] Feb 27 02:24:35.971 INFO E| Compiling digest v0.10.3
33702026-02-27T02:24:37.410Z[ helios-setup] Feb 27 02:24:36.413 INFO E| Compiling sha2 v0.10.5
33712026-02-27T02:24:37.718Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33722026-02-27T02:24:38.002Z[ helios-setup] Feb 27 02:24:37.006 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
33732026-02-27T02:24:42.385Z[ host-package] Compiling bcs v0.1.6
33742026-02-27T02:24:43.115Z[ helios-setup] Feb 27 02:24:42.118 INFO E| Finished `release` profile [optimized] target(s) in 12.93s
33752026-02-27T02:24:43.132Z[ helios-setup] Feb 27 02:24:42.135 INFO building project "bootserver" ok (13 seconds)
33762026-02-27T02:24:43.132Z[ helios-setup] Feb 27 02:24:42.135 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
33772026-02-27T02:24:43.250Z[ helios-setup] Feb 27 02:24:42.253 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
33782026-02-27T02:24:43.252Z[ helios-setup] Feb 27 02:24:42.253 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
33792026-02-27T02:24:43.255Z[ helios-setup] Feb 27 02:24:42.253 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
33802026-02-27T02:24:43.610Z[ host-package] Compiling semver v0.1.20
33812026-02-27T02:24:43.702Z[ helios-setup] Feb 27 02:24:42.705 INFO E| Downloading crates ...
33822026-02-27T02:24:43.822Z[ helios-setup] Feb 27 02:24:42.825 INFO E| Downloaded miniz_oxide v0.8.8
33832026-02-27T02:24:43.898Z[ helios-setup] Feb 27 02:24:42.901 INFO E| Compiling adler2 v2.0.0
33842026-02-27T02:24:44.091Z[ helios-setup] Feb 27 02:24:43.094 INFO E| Compiling miniz_oxide v0.8.8
33852026-02-27T02:24:44.415Z[ host-package] Compiling rustc_version v0.1.7
33862026-02-27T02:24:45.047Z[ host-package] Compiling newtype_derive v0.1.6
33872026-02-27T02:24:45.609Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33882026-02-27T02:24:46.165Z[ host-package] Compiling humantime v2.2.0
33892026-02-27T02:24:46.645Z[ host-package] Compiling unicode-linebreak v0.1.5
33902026-02-27T02:24:47.087Z[ helios-setup] Feb 27 02:24:46.090 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
33912026-02-27T02:24:47.384Z[ host-package] Compiling smawk v0.3.2
33922026-02-27T02:24:47.588Z[ host-package] Compiling dropshot-api-manager-types v0.3.0
33932026-02-27T02:24:47.789Z[ host-package] Compiling textwrap v0.16.2
33942026-02-27T02:24:48.027Z[ helios-setup] Feb 27 02:24:47.030 INFO E| Finished `release` profile [optimized] target(s) in 4.63s
33952026-02-27T02:24:48.040Z[ helios-setup] Feb 27 02:24:47.043 INFO building project "pinprick" ok (4 seconds)
33962026-02-27T02:24:48.040Z[ helios-setup] Feb 27 02:24:47.043 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33972026-02-27T02:24:48.154Z[ helios-setup] Feb 27 02:24:47.156 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')"
33982026-02-27T02:24:48.154Z[ helios-setup] Feb 27 02:24:47.156 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33992026-02-27T02:24:48.157Z[ helios-setup] Feb 27 02:24:47.156 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
34002026-02-27T02:24:48.567Z[ helios-setup] Feb 27 02:24:47.569 INFO E| Updating crates.io index
34012026-02-27T02:24:48.570Z[ helios-setup] Feb 27 02:24:47.569 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
34022026-02-27T02:24:48.991Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34032026-02-27T02:24:49.446Z[ helios-setup] Feb 27 02:24:48.448 INFO E| From https://github.com/oxidecomputer/amd-apcb
34042026-02-27T02:24:49.446Z[ helios-setup] Feb 27 02:24:48.448 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
34052026-02-27T02:24:49.633Z[ helios-setup] Feb 27 02:24:48.635 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
34062026-02-27T02:24:50.339Z[ helios-setup] Feb 27 02:24:49.341 INFO E| From https://github.com/oxidecomputer/amd-efs
34072026-02-27T02:24:50.339Z[ helios-setup] Feb 27 02:24:49.342 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
34082026-02-27T02:24:50.738Z[ host-package] Compiling colored v3.0.0
34092026-02-27T02:24:50.843Z[ helios-setup] Feb 27 02:24:49.845 INFO E| Downloading crates ...
34102026-02-27T02:24:50.984Z[ helios-setup] Feb 27 02:24:49.986 INFO E| Downloaded parse_int v0.9.0
34112026-02-27T02:24:50.987Z[ helios-setup] Feb 27 02:24:49.989 INFO E| Downloaded modular-bitfield-impl v0.11.2
34122026-02-27T02:24:50.990Z[ helios-setup] Feb 27 02:24:49.991 INFO E| Downloaded modular-bitfield v0.11.2
34132026-02-27T02:24:51.010Z[ helios-setup] Feb 27 02:24:50.012 INFO E| Downloaded vec_map v0.8.2
34142026-02-27T02:24:51.014Z[ helios-setup] Feb 27 02:24:50.014 INFO E| Downloaded fletcher v1.0.0
34152026-02-27T02:24:51.017Z[ helios-setup] Feb 27 02:24:50.016 INFO E| Downloaded dyn-clone v1.0.19
34162026-02-27T02:24:51.017Z[ helios-setup] Feb 27 02:24:50.018 INFO E| Downloaded unic-ucd-ident v0.9.0
34172026-02-27T02:24:51.022Z[ helios-setup] Feb 27 02:24:50.022 INFO E| Downloaded unic-common v0.9.0
34182026-02-27T02:24:51.025Z[ helios-setup] Feb 27 02:24:50.023 INFO E| Downloaded strum v0.27.1
34192026-02-27T02:24:51.025Z[ helios-setup] Feb 27 02:24:50.025 INFO E| Downloaded scroll_derive v0.12.1
34202026-02-27T02:24:51.025Z[ helios-setup] Feb 27 02:24:50.027 INFO E| Downloaded unic-char-range v0.9.0
34212026-02-27T02:24:51.030Z[ helios-setup] Feb 27 02:24:50.029 INFO E| Downloaded unic-ucd-version v0.9.0
34222026-02-27T02:24:51.032Z[ helios-setup] Feb 27 02:24:50.031 INFO E| Downloaded pest_generator v2.8.0
34232026-02-27T02:24:51.032Z[ helios-setup] Feb 27 02:24:50.034 INFO E| Downloaded modular-bitfield-impl v0.13.1
34242026-02-27T02:24:51.035Z[ helios-setup] Feb 27 02:24:50.036 INFO E| Downloaded bytesize v2.0.1
34252026-02-27T02:24:51.038Z[ helios-setup] Feb 27 02:24:50.039 INFO E| Downloaded strum_macros v0.27.1
34262026-02-27T02:24:51.041Z[ helios-setup] Feb 27 02:24:50.042 INFO E| Downloaded textwrap v0.11.0
34272026-02-27T02:24:51.045Z[ helios-setup] Feb 27 02:24:50.045 INFO E| Downloaded structopt v0.3.26
34282026-02-27T02:24:51.057Z[ helios-setup] Feb 27 02:24:50.059 INFO E| Downloaded pest_meta v2.8.0
34292026-02-27T02:24:51.060Z[ helios-setup] Feb 27 02:24:50.062 INFO E| Downloaded pest_derive v2.8.0
34302026-02-27T02:24:51.065Z[ helios-setup] Feb 27 02:24:50.067 INFO E| Downloaded modular-bitfield v0.13.1
34312026-02-27T02:24:51.081Z[ helios-setup] Feb 27 02:24:50.083 INFO E| Downloaded zerocopy-derive v0.8.25
34322026-02-27T02:24:51.093Z[ helios-setup] Feb 27 02:24:50.095 INFO E| Downloaded typenum v1.18.0
34332026-02-27T02:24:51.098Z[ helios-setup] Feb 27 02:24:50.101 INFO E| Downloaded pest v2.8.0
34342026-02-27T02:24:51.107Z[ helios-setup] Feb 27 02:24:50.109 INFO E| Downloaded ansi_term v0.12.1
34352026-02-27T02:24:51.110Z[ helios-setup] Feb 27 02:24:50.112 INFO E| Downloaded structopt-derive v0.4.18
34362026-02-27T02:24:51.113Z[ helios-setup] Feb 27 02:24:50.114 INFO E| Downloaded rustversion v1.0.20
34372026-02-27T02:24:51.116Z[ helios-setup] Feb 27 02:24:50.118 INFO E| Downloaded log v0.4.27
34382026-02-27T02:24:51.120Z[ helios-setup] Feb 27 02:24:50.122 INFO E| Downloaded unic-char-property v0.9.0
34392026-02-27T02:24:51.123Z[ helios-setup] Feb 27 02:24:50.124 INFO E| Downloaded goblin v0.9.3
34402026-02-27T02:24:51.132Z[ helios-setup] Feb 27 02:24:50.134 INFO E| Downloaded strsim v0.8.0
34412026-02-27T02:24:51.135Z[ helios-setup] Feb 27 02:24:50.137 INFO E| Downloaded clap v2.34.0
34422026-02-27T02:24:51.145Z[ helios-setup] Feb 27 02:24:50.147 INFO E| Downloaded four-cc v0.4.0
34432026-02-27T02:24:51.147Z[ helios-setup] Feb 27 02:24:50.149 INFO E| Downloaded zerocopy v0.8.25
34442026-02-27T02:24:51.277Z[ helios-setup] Feb 27 02:24:50.279 INFO E| Compiling proc-macro2 v1.0.95
34452026-02-27T02:24:51.277Z[ helios-setup] Feb 27 02:24:50.280 INFO E| Compiling unicode-ident v1.0.18
34462026-02-27T02:24:51.277Z[ helios-setup] Feb 27 02:24:50.280 INFO E| Compiling memchr v2.7.4
34472026-02-27T02:24:51.284Z[ helios-setup] Feb 27 02:24:50.280 INFO E| Compiling thiserror v2.0.12
34482026-02-27T02:24:51.284Z[ helios-setup] Feb 27 02:24:50.280 INFO E| Compiling autocfg v1.4.0
34492026-02-27T02:24:51.284Z[ helios-setup] Feb 27 02:24:50.280 INFO E| Compiling syn v1.0.109
34502026-02-27T02:24:51.284Z[ helios-setup] Feb 27 02:24:50.280 INFO E| Compiling serde v1.0.219
34512026-02-27T02:24:51.639Z[ helios-setup] Feb 27 02:24:50.642 INFO E| Compiling version_check v0.9.5
34522026-02-27T02:24:51.794Z[ helios-setup] Feb 27 02:24:50.797 INFO E| Compiling serde_json v1.0.140
34532026-02-27T02:24:51.943Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34542026-02-27T02:24:52.034Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34552026-02-27T02:24:53.007Z[ helios-setup] Feb 27 02:24:52.009 INFO E| Compiling itoa v1.0.15
34562026-02-27T02:24:53.084Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34572026-02-27T02:24:53.186Z[ helios-setup] Feb 27 02:24:52.187 INFO E| Compiling schemars v0.8.22
34582026-02-27T02:24:53.303Z[ helios-setup] Feb 27 02:24:52.305 INFO E| Compiling ryu v1.0.20
34592026-02-27T02:24:53.463Z[ helios-setup] Feb 27 02:24:52.465 INFO E| Compiling num-traits v0.2.19
34602026-02-27T02:24:53.506Z[ helios-setup] Feb 27 02:24:52.508 INFO E| Compiling memoffset v0.9.1
34612026-02-27T02:24:53.645Z[ helios-setup] Feb 27 02:24:52.647 INFO E| Compiling proc-macro-error-attr v1.0.4
34622026-02-27T02:24:53.738Z[ helios-setup] Feb 27 02:24:52.740 INFO E| Compiling libc v0.2.172
34632026-02-27T02:24:53.869Z[ host-package] Compiling steno v0.4.1
34642026-02-27T02:24:54.061Z[ helios-setup] Feb 27 02:24:53.063 INFO E| Compiling static_assertions v1.1.0
34652026-02-27T02:24:54.164Z[ helios-setup] Feb 27 02:24:53.166 INFO E| Compiling ucd-trie v0.1.7
34662026-02-27T02:24:54.171Z[ helios-setup] Feb 27 02:24:53.173 INFO E| Compiling paste v1.0.15
34672026-02-27T02:24:54.261Z[ helios-setup] Feb 27 02:24:53.263 INFO E| Compiling dyn-clone v1.0.19
34682026-02-27T02:24:54.482Z[ helios-setup] Feb 27 02:24:53.484 INFO E| Compiling zerocopy v0.8.25
34692026-02-27T02:24:54.854Z[ helios-setup] Feb 27 02:24:53.856 INFO E| Compiling rustversion v1.0.20
34702026-02-27T02:24:54.982Z[ helios-setup] Feb 27 02:24:53.984 INFO E| Compiling quote v1.0.40
34712026-02-27T02:24:55.576Z[ helios-setup] Feb 27 02:24:54.578 INFO E| Compiling proc-macro-error v1.0.4
34722026-02-27T02:24:55.619Z[ helios-setup] Feb 27 02:24:54.621 INFO E| Compiling once_cell v1.21.3
34732026-02-27T02:24:56.014Z[ helios-setup] Feb 27 02:24:55.016 INFO E| Compiling syn v2.0.101
34742026-02-27T02:24:56.817Z[ helios-setup] Feb 27 02:24:55.819 INFO E| Compiling unicode-width v0.1.14
34752026-02-27T02:24:57.199Z[ host-package] Compiling utf-8 v0.7.6
34762026-02-27T02:24:58.025Z[ helios-setup] Feb 27 02:24:57.026 INFO E| Compiling heck v0.5.0
34772026-02-27T02:24:58.054Z[ helios-setup] Feb 27 02:24:57.056 INFO E| Compiling unicode-segmentation v1.12.0
34782026-02-27T02:24:58.221Z[ host-package] Compiling moka v0.12.10
34792026-02-27T02:24:58.302Z[ helios-setup] Feb 27 02:24:57.304 INFO E| Compiling atty v0.2.14
34802026-02-27T02:24:58.351Z[ helios-setup] Feb 27 02:24:57.353 INFO E| Compiling textwrap v0.11.0
34812026-02-27T02:24:58.692Z[ helios-setup] Feb 27 02:24:57.693 INFO E| Compiling unic-common v0.9.0
34822026-02-27T02:24:59.099Z[ helios-setup] Feb 27 02:24:58.101 INFO E| Compiling fletcher v1.0.0
34832026-02-27T02:24:59.170Z[ helios-setup] Feb 27 02:24:58.172 INFO E| Compiling byteorder v1.5.0
34842026-02-27T02:24:59.291Z[ helios-setup] Feb 27 02:24:58.293 INFO E| Compiling parse_int v0.9.0
34852026-02-27T02:24:59.363Z[ helios-setup] Feb 27 02:24:58.365 INFO E| Compiling heck v0.3.3
34862026-02-27T02:24:59.386Z[ host-package] Compiling tagptr v0.2.0
34872026-02-27T02:24:59.465Z[ helios-setup] Feb 27 02:24:58.467 INFO E| Compiling bitflags v1.3.2
34882026-02-27T02:24:59.668Z[ helios-setup] Feb 27 02:24:58.669 INFO E| Compiling strum v0.27.1
34892026-02-27T02:24:59.688Z[ helios-setup] Feb 27 02:24:58.690 INFO E| Compiling vec_map v0.8.2
34902026-02-27T02:24:59.750Z[ helios-setup] Feb 27 02:24:58.752 INFO E| Compiling unic-char-range v0.9.0
34912026-02-27T02:24:59.812Z[ helios-setup] Feb 27 02:24:58.813 INFO E| Compiling ansi_term v0.12.1
34922026-02-27T02:24:59.957Z[ helios-setup] Feb 27 02:24:58.959 INFO E| Compiling strsim v0.8.0
34932026-02-27T02:25:00.048Z[ helios-setup] Feb 27 02:24:59.049 INFO E| Compiling unic-char-property v0.9.0
34942026-02-27T02:25:00.091Z[ helios-setup] Feb 27 02:24:59.059 INFO E| Compiling unic-ucd-version v0.9.0
34952026-02-27T02:25:00.147Z[ helios-setup] Feb 27 02:24:59.148 INFO E| Compiling log v0.4.27
34962026-02-27T02:25:00.392Z[ helios-setup] Feb 27 02:24:59.394 INFO E| Compiling lazy_static v1.5.0
34972026-02-27T02:25:00.408Z[ helios-setup] Feb 27 02:24:59.409 INFO E| Compiling plain v0.2.3
34982026-02-27T02:25:00.553Z[ helios-setup] Feb 27 02:24:59.555 INFO E| Compiling unic-ucd-ident v0.9.0
34992026-02-27T02:25:00.819Z[ helios-setup] Feb 27 02:24:59.820 INFO E| Compiling clap v2.34.0
35002026-02-27T02:25:00.856Z[ helios-setup] Feb 27 02:24:59.858 INFO E| Compiling bytesize v2.0.1
35012026-02-27T02:25:02.769Z[ host-package] Compiling tungstenite v0.21.0
35022026-02-27T02:25:03.660Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35032026-02-27T02:25:04.068Z[ host-package] Compiling progenitor-impl v0.10.0
35042026-02-27T02:25:05.556Z[ host-package] Compiling hickory-resolver v0.25.2
35052026-02-27T02:25:05.641Z[ host-package] Compiling tokio-tungstenite v0.21.0
35062026-02-27T02:25:06.513Z[ helios-setup] Feb 27 02:25:05.514 INFO E| Compiling serde_derive_internals v0.29.1
35072026-02-27T02:25:07.295Z[ helios-setup] Feb 27 02:25:06.296 INFO E| Compiling modular-bitfield-impl v0.11.2
35082026-02-27T02:25:07.894Z[ helios-setup] Feb 27 02:25:06.895 INFO E| Compiling structopt-derive v0.4.18
35092026-02-27T02:25:10.229Z[ helios-setup] Feb 27 02:25:09.230 INFO E| Compiling thiserror-impl v2.0.12
35102026-02-27T02:25:10.308Z[ helios-setup] Feb 27 02:25:09.309 INFO E| Compiling serde_derive v1.0.219
35112026-02-27T02:25:10.369Z[ helios-setup] Feb 27 02:25:09.370 INFO E| Compiling schemars_derive v0.8.22
35122026-02-27T02:25:10.394Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
35132026-02-27T02:25:10.484Z[ helios-setup] Feb 27 02:25:09.478 INFO E| Compiling zerocopy-derive v0.8.25
35142026-02-27T02:25:11.646Z[ helios-setup] Feb 27 02:25:10.647 INFO E| Compiling num-derive v0.4.2
35152026-02-27T02:25:11.707Z[ helios-setup] Feb 27 02:25:10.707 INFO E| Compiling modular-bitfield-impl v0.13.1
35162026-02-27T02:25:13.006Z[ helios-setup] Feb 27 02:25:12.006 INFO E| Compiling modular-bitfield v0.11.2
35172026-02-27T02:25:13.045Z[ helios-setup] Feb 27 02:25:12.046 INFO E| Compiling strum_macros v0.27.1
35182026-02-27T02:25:15.102Z[ helios-setup] Feb 27 02:25:14.103 INFO E| Compiling scroll_derive v0.12.1
35192026-02-27T02:25:15.187Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35202026-02-27T02:25:16.266Z[ helios-setup] Feb 27 02:25:15.267 INFO E| Compiling pest v2.8.0
35212026-02-27T02:25:16.404Z[ helios-setup] Feb 27 02:25:15.404 INFO E| Compiling structopt v0.3.26
35222026-02-27T02:25:17.410Z[ helios-setup] Feb 27 02:25:16.410 INFO E| Compiling modular-bitfield v0.13.1
35232026-02-27T02:25:18.374Z[ helios-setup] Feb 27 02:25:17.374 INFO E| Compiling scroll v0.12.0
35242026-02-27T02:25:19.792Z[ helios-setup] Feb 27 02:25:18.792 INFO E| Compiling goblin v0.9.3
35252026-02-27T02:25:21.880Z[ helios-setup] Feb 27 02:25:20.880 INFO E| Compiling pest_meta v2.8.0
35262026-02-27T02:25:24.490Z[ helios-setup] Feb 27 02:25:23.489 INFO E| Compiling pest_generator v2.8.0
35272026-02-27T02:25:27.312Z[ helios-setup] Feb 27 02:25:26.311 INFO E| Compiling pest_derive v2.8.0
35282026-02-27T02:25:29.175Z[ host-package] Compiling progenitor-macro v0.10.0
35292026-02-27T02:25:29.895Z[ helios-setup] Feb 27 02:25:28.893 INFO E| Compiling json5 v0.4.1
35302026-02-27T02:25:32.895Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
35312026-02-27T02:25:34.200Z[ host-package] Compiling proc-macro-error2 v2.0.1
35322026-02-27T02:25:34.346Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35332026-02-27T02:25:35.070Z[ host-package] Compiling num-derive v0.3.3
35342026-02-27T02:25:35.297Z[ helios-setup] Feb 27 02:25:34.295 INFO E| Compiling four-cc v0.4.0
35352026-02-27T02:25:35.297Z[ helios-setup] Feb 27 02:25:34.295 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35362026-02-27T02:25:35.576Z[ helios-setup] Feb 27 02:25:34.574 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35372026-02-27T02:25:38.020Z[ host-package] Compiling libscf-sys v1.1.0
35382026-02-27T02:25:38.435Z[ host-package] Compiling vergen-gitcl v1.0.8
35392026-02-27T02:25:38.931Z[ host-package] Compiling dirs-sys-next v0.1.2
35402026-02-27T02:25:39.723Z[ host-package] Compiling maplit v1.0.2
35412026-02-27T02:25:40.041Z[ host-package] Compiling glob v0.3.2
35422026-02-27T02:25:40.191Z[ host-package] Compiling crunchy v0.2.2
35432026-02-27T02:25:41.115Z[ host-package] Compiling dirs-next v2.0.0
35442026-02-27T02:25:41.255Z[ host-package] Compiling clang-sys v1.8.1
35452026-02-27T02:25:41.572Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35462026-02-27T02:25:42.051Z[ host-package] Compiling dsl_auto_type v0.1.2
35472026-02-27T02:25:42.340Z[ host-package] Compiling scheduled-thread-pool v0.2.7
35482026-02-27T02:25:43.087Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
35492026-02-27T02:25:43.436Z[ host-package] Compiling tiny-keccak v2.0.2
35502026-02-27T02:25:43.603Z[ host-package] Compiling r2d2 v0.8.10
35512026-02-27T02:25:43.697Z[ host-package] Compiling diesel_derives v2.2.3
35522026-02-27T02:25:43.890Z[ host-package] Compiling progenitor v0.10.0
35532026-02-27T02:25:44.064Z[ host-package] Compiling term v0.7.0
35542026-02-27T02:25:44.164Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
35552026-02-27T02:25:44.554Z[ host-package] Compiling tabled_derive v0.11.0
35562026-02-27T02:25:45.289Z[ host-package] Compiling papergrid v0.17.0
35572026-02-27T02:25:45.360Z[ host-package] Compiling testing_table v0.3.0
35582026-02-27T02:25:46.455Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35592026-02-27T02:25:47.391Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35602026-02-27T02:25:48.014Z[ host-package] Compiling xshell-macros v0.2.7
35612026-02-27T02:25:48.894Z[ host-package] Compiling arc-swap v1.7.1
35622026-02-27T02:25:49.972Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35632026-02-27T02:25:50.196Z[ host-package] Compiling bit-vec v0.6.3
35642026-02-27T02:25:50.856Z[ host-package] Compiling bit-set v0.5.3
35652026-02-27T02:25:51.244Z[ host-package] Compiling slog-scope v4.4.0
35662026-02-27T02:25:52.221Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35672026-02-27T02:25:55.213Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35682026-02-27T02:25:55.365Z[ host-package] Compiling diesel v2.2.12
35692026-02-27T02:25:59.713Z[ host-package] Compiling xshell v0.2.7
35702026-02-27T02:26:00.991Z[ host-package] Compiling tabled v0.20.0
35712026-02-27T02:26:03.272Z[ host-package] Compiling ascii-canvas v3.0.0
35722026-02-27T02:26:04.682Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35732026-02-27T02:26:04.720Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35742026-02-27T02:26:05.716Z[ host-package] Compiling ena v0.14.3
35752026-02-27T02:26:06.270Z[ host-package] Compiling libloading v0.8.5
35762026-02-27T02:26:06.813Z[ host-package] Compiling regex-syntax v0.6.29
35772026-02-27T02:26:12.379Z[ host-package] Compiling bindgen v0.71.1
35782026-02-27T02:26:13.105Z[ host-package] Compiling unicase v2.8.1
35792026-02-27T02:26:13.909Z[ host-package] Compiling diff v0.1.13
35802026-02-27T02:26:14.524Z[ host-package] Compiling lalrpop v0.19.12
35812026-02-27T02:26:15.737Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35822026-02-27T02:26:21.010Z[ helios-setup] Feb 27 02:26:20.005 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35832026-02-27T02:26:22.512Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35842026-02-27T02:26:30.717Z[ helios-setup] Feb 27 02:26:29.710 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35852026-02-27T02:26:35.894Z[ host-package] Compiling slog-stdlog v4.1.1
35862026-02-27T02:26:36.733Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35872026-02-27T02:26:37.017Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35882026-02-27T02:26:38.486Z[ host-package] Compiling cexpr v0.6.0
35892026-02-27T02:26:39.667Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35902026-02-27T02:26:39.979Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35912026-02-27T02:26:40.177Z[ host-package] Compiling crc8 v0.1.1
35922026-02-27T02:26:40.360Z[ host-package] Compiling polar-core v0.27.3
35932026-02-27T02:26:40.693Z[ host-package] Compiling slog-envlogger v2.2.0
35942026-02-27T02:26:41.978Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35952026-02-27T02:26:43.155Z[ host-package] Compiling headers-core v0.3.0
35962026-02-27T02:26:43.639Z[ host-package] Compiling libxml v0.3.3
35972026-02-27T02:26:43.979Z[ host-package] Compiling headers v0.4.1
35982026-02-27T02:26:48.949Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35992026-02-27T02:26:50.712Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36002026-02-27T02:26:51.371Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36012026-02-27T02:26:52.680Z[ host-package] Compiling strum_macros v0.24.3
36022026-02-27T02:26:52.815Z[ host-package] Compiling indoc v1.0.9
36032026-02-27T02:26:54.233Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36042026-02-27T02:26:54.977Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36052026-02-27T02:26:56.393Z[ host-package] Compiling derive_builder v0.20.2
36062026-02-27T02:26:56.690Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
36072026-02-27T02:26:56.866Z[ host-package] Compiling samael v0.0.19
36082026-02-27T02:26:58.629Z[ host-package] Compiling oso-derive v0.27.3
36092026-02-27T02:26:59.717Z[ host-package] Compiling quick-xml v0.37.2
36102026-02-27T02:27:00.008Z[ host-package] Compiling half v1.8.3
36112026-02-27T02:27:00.771Z[ helios-setup] Feb 27 02:26:59.762 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
36122026-02-27T02:27:00.822Z[ helios-setup] Feb 27 02:26:59.812 INFO building project "amd-host-image-builder" ok (132 seconds)
36132026-02-27T02:27:00.826Z[ helios-setup] rm -f helios-build
36142026-02-27T02:27:00.826Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36152026-02-27T02:27:00.833Z[ helios-setup]
36162026-02-27T02:27:00.833Z[ helios-setup] Setup complete! ./helios-build is now available.
36172026-02-27T02:27:00.833Z[ helios-setup]
36182026-02-27T02:27:00.836Z[ helios-setup]
36192026-02-27T02:27:00.836Z[ helios-setup] real 8:39.084495143
36202026-02-27T02:27:00.836Z[ helios-setup] user 17:42.611300416
36212026-02-27T02:27:00.836Z[ helios-setup] sys 2:00.676135564
36222026-02-27T02:27:00.836Z[ helios-setup] trap 1.253820553
36232026-02-27T02:27:00.836Z[ helios-setup] tflt 4.583441243
36242026-02-27T02:27:00.836Z[ helios-setup] dflt 13.323689796
36252026-02-27T02:27:00.836Z[ helios-setup] kflt 0.020618304
36262026-02-27T02:27:00.836Z[ helios-setup] lock 1:34:01.892040573
36272026-02-27T02:27:00.836Z[ helios-setup] slp 2:22:12.299258277
36282026-02-27T02:27:00.836Z[ helios-setup] lat 19:17.728339406
36292026-02-27T02:27:00.837Z[ helios-setup] stop 3:02.644758765
36302026-02-27T02:27:00.837ZFeb 27 02:26:59.825 INFO [helios-setup] process exited with exit status: 0 (519.087989968s)
36312026-02-27T02:27:00.837ZFeb 27 02:26:59.825 INFO [helios-record] running task
36322026-02-27T02:27:00.837ZFeb 27 02:26:59.826 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36332026-02-27T02:27:00.843ZFeb 27 02:26:59.833 DEBG process exited with exit status: 0 (6.702696ms)
36342026-02-27T02:27:00.843ZFeb 27 02:26:59.833 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36352026-02-27T02:27:00.848ZFeb 27 02:26:59.839 DEBG process exited with exit status: 0 (6.751494ms)
36362026-02-27T02:27:00.848ZFeb 27 02:26:59.839 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36372026-02-27T02:27:00.855ZFeb 27 02:26:59.846 DEBG process exited with exit status: 0 (6.919055ms)
36382026-02-27T02:27:00.855ZFeb 27 02:26:59.846 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36392026-02-27T02:27:00.862ZFeb 27 02:26:59.853 DEBG process exited with exit status: 0 (6.682397ms)
36402026-02-27T02:27:00.862ZFeb 27 02:26:59.853 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36412026-02-27T02:27:00.869ZFeb 27 02:26:59.859 DEBG process exited with exit status: 0 (6.376921ms)
36422026-02-27T02:27:00.869ZFeb 27 02:26:59.859 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36432026-02-27T02:27:00.874ZFeb 27 02:26:59.865 DEBG process exited with exit status: 0 (5.74817ms)
36442026-02-27T02:27:00.874ZFeb 27 02:26:59.865 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36452026-02-27T02:27:00.880ZFeb 27 02:26:59.871 DEBG process exited with exit status: 0 (6.251187ms)
36462026-02-27T02:27:00.881ZFeb 27 02:26:59.871 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36472026-02-27T02:27:00.887ZFeb 27 02:26:59.878 DEBG process exited with exit status: 0 (6.514644ms)
36482026-02-27T02:27:00.888ZFeb 27 02:26:59.878 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36492026-02-27T02:27:00.893ZFeb 27 02:26:59.884 DEBG process exited with exit status: 0 (6.011228ms)
36502026-02-27T02:27:00.896ZFeb 27 02:26:59.884 INFO [helios-record] task succeeded (58.991162ms)
36512026-02-27T02:27:01.031Z[ host-package] Compiling serde_cbor v0.11.2
36522026-02-27T02:27:01.963Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36532026-02-27T02:27:02.712Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36542026-02-27T02:27:02.967Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36552026-02-27T02:27:04.288Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36562026-02-27T02:27:05.124Z[ host-package] Compiling diesel-dtrace v0.4.2
36572026-02-27T02:27:05.707Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36582026-02-27T02:27:11.092Z[ host-package] Compiling oso v0.27.3
36592026-02-27T02:27:22.677Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36602026-02-27T02:27:23.118Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36612026-02-27T02:27:23.546Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36622026-02-27T02:27:24.700Z[ host-package] Compiling bb8 v0.8.5
36632026-02-27T02:27:25.429Z[ host-package] Compiling trait-variant v0.1.2
36642026-02-27T02:27:26.184Z[ host-package] Compiling async-bb8-diesel v0.2.1
36652026-02-27T02:27:26.407Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36662026-02-27T02:27:26.564Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
36672026-02-27T02:27:27.053Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36682026-02-27T02:27:27.621Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36692026-02-27T02:27:27.789Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36702026-02-27T02:27:28.197Z[ host-package] Compiling fxhash v0.2.1
36712026-02-27T02:27:28.515Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36722026-02-27T02:27:29.082Z[ host-package] Compiling typify-impl v0.2.0
36732026-02-27T02:27:30.819Z[ host-package] Compiling kstat-rs v0.2.4
36742026-02-27T02:27:31.844Z[ host-package] Compiling libz-sys v1.1.20
36752026-02-27T02:27:31.938Z[ host-package] Compiling nonempty v0.12.0
36762026-02-27T02:27:32.397Z[ host-package] Compiling salty v0.3.0
36772026-02-27T02:27:32.812Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36782026-02-27T02:27:33.539Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36792026-02-27T02:27:38.510Z[ host-package] Compiling typify-macro v0.2.0
36802026-02-27T02:27:41.688Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36812026-02-27T02:27:41.993Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36822026-02-27T02:27:47.231Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36832026-02-27T02:27:53.281Z[ host-package] Compiling nanorand v0.7.0
36842026-02-27T02:27:54.459Z[ host-package] Compiling owo-colors v4.2.3
36852026-02-27T02:27:55.117Z[ host-package] Compiling parking_lot_core v0.8.6
36862026-02-27T02:27:55.868Z[ host-package] Compiling mime_guess v2.0.5
36872026-02-27T02:27:57.018Z[ host-package] Compiling flume v0.11.1
36882026-02-27T02:27:57.227Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36892026-02-27T02:27:57.703Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36902026-02-27T02:28:00.153Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36912026-02-27T02:28:02.667Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36922026-02-27T02:28:05.934Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36932026-02-27T02:28:21.700Z[ host-package] Compiling tabled_derive v0.10.0
36942026-02-27T02:28:24.026Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36952026-02-27T02:28:24.117Z[ host-package] Compiling ignore v0.4.23
36962026-02-27T02:28:30.136Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36972026-02-27T02:28:30.929Z[ host-package] Compiling papergrid v0.14.0
36982026-02-27T02:28:32.866Z[ host-package] Compiling primeorder v0.13.6
36992026-02-27T02:28:33.544Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37002026-02-27T02:28:34.353Z[ host-package] Compiling castaway v0.2.3
37012026-02-27T02:28:34.629Z[ host-package] Compiling nibble_vec v0.1.0
37022026-02-27T02:28:34.965Z[ host-package] Compiling atty v0.2.14
37032026-02-27T02:28:35.204Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37042026-02-27T02:28:35.243Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37052026-02-27T02:28:35.612Z[ host-package] Compiling http-range v0.1.5
37062026-02-27T02:28:35.688Z[ host-package] Compiling endian-type v0.1.2
37072026-02-27T02:28:35.991Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37082026-02-27T02:28:36.236Z[ host-package] Compiling radix_trie v0.2.1
37092026-02-27T02:28:36.849Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37102026-02-27T02:28:37.306Z[ host-package] Compiling compact_str v0.8.0
37112026-02-27T02:28:39.913Z[ host-package] Compiling p384 v0.13.1
37122026-02-27T02:28:40.134Z[ host-package] Compiling tabled v0.18.0
37132026-02-27T02:28:43.957Z[ host-package] Compiling globwalk v0.9.1
37142026-02-27T02:28:44.194Z[ host-package] Compiling parking_lot v0.11.2
37152026-02-27T02:28:45.379Z[ host-package] Compiling typify v0.2.0
37162026-02-27T02:28:45.604Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37172026-02-27T02:28:46.197Z[ host-package] Compiling predicates-tree v1.0.12
37182026-02-27T02:28:46.872Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37192026-02-27T02:28:47.273Z[ host-package] Compiling unicode-truncate v1.1.0
37202026-02-27T02:28:47.635Z[ host-package] Compiling prefix-trie v0.7.0
37212026-02-27T02:28:48.704Z[ host-package] Compiling lru v0.12.5
37222026-02-27T02:28:49.138Z[ host-package] Compiling vergen-git2 v1.0.7
37232026-02-27T02:28:49.574Z[ host-package] Compiling instability v0.3.2
37242026-02-27T02:28:49.921Z[ host-package] Compiling cassowary v0.3.0
37252026-02-27T02:28:50.585Z[ host-package] Compiling indoc v2.0.6
37262026-02-27T02:28:51.501Z[ host-package] Compiling ratatui v0.29.0
37272026-02-27T02:28:53.838Z[ host-package] Compiling hickory-server v0.25.2
37282026-02-27T02:28:54.245Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37292026-02-27T02:28:54.978Z[ host-package] Compiling git2 v0.20.2
37302026-02-27T02:28:55.767Z[ host-package] Compiling hyper-staticfile v0.10.1
37312026-02-27T02:28:58.423Z[ host-package] Compiling progenitor-impl v0.8.0
37322026-02-27T02:29:00.018Z[ host-package] Compiling sled v0.34.7
37332026-02-27T02:29:06.738Z[ host-package] Compiling hickory-client v0.25.2
37342026-02-27T02:29:08.782Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37352026-02-27T02:29:10.124Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37362026-02-27T02:29:10.302Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37372026-02-27T02:29:11.580Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37382026-02-27T02:29:11.993Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37392026-02-27T02:29:17.574Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37402026-02-27T02:29:17.922Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37412026-02-27T02:29:19.781Z[ host-package] Compiling rand_seeder v0.4.0
37422026-02-27T02:29:20.263Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37432026-02-27T02:29:21.310Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37442026-02-27T02:29:21.772Z[ host-package] Compiling lzma-sys v0.1.20
37452026-02-27T02:29:23.815Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37462026-02-27T02:29:24.246Z[ host-package] Compiling rustls v0.21.12
37472026-02-27T02:29:24.668Z[ host-package] Compiling corncobs v0.1.4
37482026-02-27T02:29:25.124Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37492026-02-27T02:29:25.702Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37502026-02-27T02:29:26.086Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37512026-02-27T02:29:26.660Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37522026-02-27T02:29:27.391Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37532026-02-27T02:29:35.222Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37542026-02-27T02:29:35.675Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37552026-02-27T02:29:41.484Z[ host-package] Compiling progenitor-macro v0.8.0
37562026-02-27T02:29:49.097Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37572026-02-27T02:29:52.721Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37582026-02-27T02:29:55.869Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37592026-02-27T02:29:56.379Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37602026-02-27T02:29:56.841Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37612026-02-27T02:29:57.289Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37622026-02-27T02:29:57.726Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37632026-02-27T02:30:00.030Z[ host-package] Compiling progenitor-client v0.8.0
37642026-02-27T02:30:01.032Z[ host-package] Compiling sct v0.7.1
37652026-02-27T02:30:01.578Z[ host-package] Compiling rustls-webpki v0.101.7
37662026-02-27T02:30:05.384Z[ host-package] Compiling heck v0.3.3
37672026-02-27T02:30:05.791Z[ host-package] Compiling secrecy v0.8.0
37682026-02-27T02:30:06.169Z[ host-package] Compiling void v1.0.2
37692026-02-27T02:30:06.447Z[ host-package] Compiling lzss v0.8.2
37702026-02-27T02:30:07.010Z[ host-package] Compiling zone_cfg_derive v0.1.2
37712026-02-27T02:30:09.471Z[ host-package] Compiling progenitor v0.8.0
37722026-02-27T02:30:09.793Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37732026-02-27T02:30:10.689Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37742026-02-27T02:30:15.731Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37752026-02-27T02:30:17.219Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37762026-02-27T02:30:19.326Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37772026-02-27T02:30:19.678Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37782026-02-27T02:30:20.975Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37792026-02-27T02:30:21.515Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37802026-02-27T02:30:21.937Z[ host-package] Compiling tungstenite v0.23.0
37812026-02-27T02:30:27.541Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37822026-02-27T02:30:27.963Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37832026-02-27T02:30:28.431Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37842026-02-27T02:30:28.507Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37852026-02-27T02:30:28.844Z[ host-package] Compiling nix v0.27.1
37862026-02-27T02:30:28.925Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37872026-02-27T02:30:29.707Z[ host-package] Compiling libsw-core v0.3.1
37882026-02-27T02:30:30.126Z[ host-package] Compiling serde_bytes v0.11.19
37892026-02-27T02:30:30.780Z[ host-package] Compiling base64 v0.13.1
37902026-02-27T02:30:31.647Z[ host-package] Compiling number_prefix v0.4.0
37912026-02-27T02:30:31.756Z[ host-package] Compiling ron v0.7.1
37922026-02-27T02:30:32.012Z[ host-package] Compiling indicatif v0.17.11
37932026-02-27T02:30:33.768Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37942026-02-27T02:30:34.598Z[ host-package] Compiling libsw v3.5.0
37952026-02-27T02:30:35.035Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37962026-02-27T02:30:36.098Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
37972026-02-27T02:30:37.000Z[ host-package] Compiling tokio-tungstenite v0.23.1
37982026-02-27T02:30:37.743Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37992026-02-27T02:30:38.682Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
38002026-02-27T02:30:51.192Z[ host-package] Compiling xz2 v0.1.7
38012026-02-27T02:30:51.852Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38022026-02-27T02:31:00.963Z[ host-package] Compiling tokio-rustls v0.24.1
38032026-02-27T02:31:01.543Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38042026-02-27T02:31:08.114Z[ host-package] Compiling zone v0.1.8
38052026-02-27T02:31:11.505Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38062026-02-27T02:31:15.659Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38072026-02-27T02:31:18.141Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
38082026-02-27T02:31:20.462Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38092026-02-27T02:31:22.380Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38102026-02-27T02:31:23.376Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38112026-02-27T02:31:25.389Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38122026-02-27T02:31:26.108Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38132026-02-27T02:31:32.429Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38142026-02-27T02:31:40.034Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38152026-02-27T02:31:40.802Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38162026-02-27T02:31:50.019Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38172026-02-27T02:31:50.085Z[ host-package] Compiling rustls-pemfile v1.0.4
38182026-02-27T02:31:50.917Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38192026-02-27T02:31:53.789Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38202026-02-27T02:31:54.134Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38212026-02-27T02:31:54.578Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38222026-02-27T02:31:56.083Z[ host-package] Compiling signal-hook-tokio v0.3.1
38232026-02-27T02:31:56.398Z[ host-package] Compiling yasna v0.5.2
38242026-02-27T02:31:56.439Z[ host-package] Compiling twox-hash v2.1.0
38252026-02-27T02:31:57.555Z[ host-package] Compiling is_ci v1.2.0
38262026-02-27T02:31:58.027Z[ host-package] Compiling supports-color v3.0.2
38272026-02-27T02:31:58.097Z[ host-package] Compiling rcgen v0.12.1
38282026-02-27T02:31:59.670Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38292026-02-27T02:31:59.933Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38302026-02-27T02:32:09.903Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38312026-02-27T02:32:09.989Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38322026-02-27T02:32:20.754Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38332026-02-27T02:32:45.601Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
38342026-02-27T02:32:51.223Z[ host-package] Compiling oxide-update-engine-display v0.1.0
38352026-02-27T02:32:53.225Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38362026-02-27T02:32:53.587Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38372026-02-27T02:32:57.543Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38382026-02-27T02:33:09.298Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38392026-02-27T02:33:11.783Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38402026-02-27T02:33:12.189Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38412026-02-27T02:33:12.631Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38422026-02-27T02:33:17.292Z[ host-package] Compiling progenitor-extras v0.1.0
38432026-02-27T02:33:17.816Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38442026-02-27T02:33:18.194Z[ host-package] Compiling fatfs v0.3.6
38452026-02-27T02:33:18.744Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38462026-02-27T02:33:21.105Z[ host-package] Compiling rtoolbox v0.0.2
38472026-02-27T02:33:21.685Z[ host-package] Compiling subprocess v0.2.9
38482026-02-27T02:33:26.510Z[ host-package] Compiling seq-macro v0.3.6
38492026-02-27T02:33:27.586Z[ host-package] Compiling assert_matches v1.5.0
38502026-02-27T02:33:28.549Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38512026-02-27T02:33:37.314Z[ host-package] Compiling rpassword v7.4.0
38522026-02-27T02:33:37.347Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38532026-02-27T02:33:40.370Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38542026-02-27T02:33:58.260Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38552026-02-27T02:34:03.717Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38562026-02-27T02:34:03.950Z[ host-package] Compiling tui-tree-widget v0.23.1
38572026-02-27T02:34:04.495Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38582026-02-27T02:34:09.016Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38592026-02-27T02:34:09.983Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38602026-02-27T02:34:16.164Z[ host-package] Compiling uzers v0.12.1
38612026-02-27T02:34:18.036Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38622026-02-27T02:34:19.509Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38632026-02-27T02:34:27.639Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38642026-02-27T02:34:36.307Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38652026-02-27T02:35:02.887Z[ host-package] Compiling support-bundle-viewer v0.1.2
38662026-02-27T02:35:02.976Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38672026-02-27T02:35:07.161Z[ host-package] Compiling multimap v0.10.1
38682026-02-27T02:37:39.125Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38692026-02-27T02:49:13.331Z[ host-package] Finished `release` profile [optimized] target(s) in 29m 03s
38702026-02-27T02:50:17.469ZFeb 27 02:50:16.332 INFO [host-package] process exited with exit status: 0 (1808.001849567s)
38712026-02-27T02:50:17.469ZFeb 27 02:50:16.332 INFO [host-stamp] running task
38722026-02-27T02:50:17.473ZFeb 27 02:50:16.332 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38732026-02-27T02:50:17.475ZFeb 27 02:50:16.332 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+git0c68818c355
38742026-02-27T02:50:17.475ZFeb 27 02:50:16.333 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+git0c68818c355
38752026-02-27T02:50:17.475ZFeb 27 02:50:16.333 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+git0c68818c355
38762026-02-27T02:50:17.475ZFeb 27 02:50:16.333 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+git0c68818c355
38772026-02-27T02:50:17.475ZFeb 27 02:50:16.334 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+git0c68818c355
38782026-02-27T02:50:17.475ZFeb 27 02:50:16.334 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+git0c68818c355
38792026-02-27T02:50:17.475ZFeb 27 02:50:16.336 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+git0c68818c355
38802026-02-27T02:50:17.475ZFeb 27 02:50:16.336 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+git0c68818c355
38812026-02-27T02:50:17.486Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38822026-02-27T02:50:17.486Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38832026-02-27T02:50:17.486Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38842026-02-27T02:50:17.489Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38852026-02-27T02:50:17.489Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38862026-02-27T02:50:17.489Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38872026-02-27T02:50:17.489Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38882026-02-27T02:50:17.494Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38892026-02-27T02:50:17.497Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38902026-02-27T02:50:17.500ZFeb 27 02:50:16.362[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38912026-02-27T02:50:17.500Z INFO [stamp-overlay] process exited with exit status: 0 (29.62414ms)
38922026-02-27T02:50:17.503Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38932026-02-27T02:50:17.509ZFeb 27 02:50:16.372 INFO [stamp-oxlog] process exited with exit status: 0 (37.896982ms)
38942026-02-27T02:50:17.548Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38952026-02-27T02:50:17.553ZFeb 27 02:50:16.416 INFO [stamp-crucible-utils] process exited with exit status: 0 (82.818894ms)
38962026-02-27T02:50:17.587Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38972026-02-27T02:50:17.591ZFeb 27 02:50:16.454 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (121.175775ms)
38982026-02-27T02:50:17.759Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38992026-02-27T02:50:17.764ZFeb 27 02:50:16.627 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (293.776076ms)
39002026-02-27T02:50:18.181Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39012026-02-27T02:50:18.185ZFeb 27 02:50:17.048 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (713.446855ms)
39022026-02-27T02:50:18.952Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39032026-02-27T02:50:18.957ZFeb 27 02:50:17.820 INFO [stamp-propolis-server] process exited with exit status: 0 (1.485874723s)
39042026-02-27T02:50:19.191Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39052026-02-27T02:50:20.647Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39062026-02-27T02:50:26.549Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39072026-02-27T02:50:26.584ZFeb 27 02:50:25.446 INFO [stamp-switch-asic] process exited with exit status: 0 (9.111461636s)
39082026-02-27T02:50:26.584ZFeb 27 02:50:25.446 INFO [host-stamp] task succeeded (9.114324752s)
39092026-02-27T02:50:26.584ZFeb 27 02:50:25.446 INFO [host-proto] running task
39102026-02-27T02:50:27.500ZFeb 27 02:50:26.361 INFO [host-proto] task succeeded (914.859566ms)
39112026-02-27T02:50:27.500ZFeb 27 02:50:26.361 INFO [host-profile] running task
39122026-02-27T02:50:27.504ZFeb 27 02:50:26.361 INFO [host-profile] task succeeded (207.66µs)
39132026-02-27T02:50:27.504ZFeb 27 02:50:26.361 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/.tmpaFY3GB/proto/host/root -N 'ci 0c68818/${os_short_commit} 2026-02-27 02:18' -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/'
39142026-02-27T02:50:27.511Z[ host-image] Feb 27 02:50:26.373 INFO Checking files for board 'cosmo'
39152026-02-27T02:50:27.512Z[ host-image] Feb 27 02:50:26.373 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39162026-02-27T02:50:27.512Z[ host-image] Feb 27 02:50:26.373 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39172026-02-27T02:50:27.516Z[ host-image] Feb 27 02:50:26.373 INFO Checking files for board 'gimlet'
39182026-02-27T02:50:27.516Z[ host-image] Feb 27 02:50:26.373 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39192026-02-27T02:50:27.516Z[ host-image] Feb 27 02:50:26.373 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39202026-02-27T02:50:27.516Z[ host-image] Feb 27 02:50:26.373 INFO Checking files for board 'cosmo-mbist'
39212026-02-27T02:50:27.516Z[ host-image] Feb 27 02:50:26.373 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39222026-02-27T02:50:27.516Z[ host-image] Feb 27 02:50:26.373 INFO Checking files for board 'cosmo-mbist-noaggr'
39232026-02-27T02:50:27.516Z[ host-image] Feb 27 02:50:26.373 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39242026-02-27T02:50:27.529Z[ host-image] Feb 27 02:50:26.391 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpaFY3GB/proto/host/root"
39252026-02-27T02:50:27.530Z[ host-image] Feb 27 02:50:26.391 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39262026-02-27T02:50:27.530Z[ host-image] Feb 27 02:50:26.391 INFO image builder template: ramdisk-01-os...
39272026-02-27T02:50:27.534Z[ host-image] Feb 27 02:50:26.391 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/.tmpaFY3GB/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
39282026-02-27T02:50:27.560Z[ host-image] Feb 27 02:50:26.421 INFO O| Feb 27 02:50:26.421 INFO CREATE DATASET: rpool/images/build/host/output
39292026-02-27T02:50:28.016Z[ host-image] Feb 27 02:50:26.877 INFO O| Feb 27 02:50:26.877 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39302026-02-27T02:50:28.023Z[ host-image] Feb 27 02:50:26.885 INFO O| Feb 27 02:50:26.884 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39312026-02-27T02:50:28.315Z[ host-image] Feb 27 02:50:27.176 INFO O| Feb 27 02:50:27.176 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39322026-02-27T02:50:28.388Z[ host-image] Feb 27 02:50:27.248 INFO O| Feb 27 02:50:27.248 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39332026-02-27T02:50:28.388Z[ host-image] Feb 27 02:50:27.248 INFO O| Feb 27 02:50:27.248 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39342026-02-27T02:50:28.392Z[ host-image] Feb 27 02:50:27.248 INFO O| Feb 27 02:50:27.248 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39352026-02-27T02:50:28.392Z[ host-image] Feb 27 02:50:27.248 INFO O| Feb 27 02:50:27.248 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39362026-02-27T02:50:28.400Z[ host-image] Feb 27 02:50:27.261 INFO O| Feb 27 02:50:27.261 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39372026-02-27T02:50:28.828Z[ host-image] Feb 27 02:50:27.690 INFO O| Feb 27 02:50:27.689 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39382026-02-27T02:50:28.843Z[ host-image] Feb 27 02:50:27.704 INFO O| Feb 27 02:50:27.704 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39392026-02-27T02:50:29.608Z[ host-image] Feb 27 02:50:28.469 INFO O| Feb 27 02:50:28.469 INFO O| Caching catalogs ... Done
39402026-02-27T02:50:29.764Z[ host-image] Feb 27 02:50:28.625 INFO O| Feb 27 02:50:28.625 INFO STEP 0 (pkg_image_create) COMPLETE
39412026-02-27T02:50:29.764Z[ host-image] Feb 27 02:50:28.625 INFO O| Feb 27 02:50:28.625 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-02-27T02:50:29.780Z[ host-image] Feb 27 02:50:28.641 INFO O| Feb 27 02:50:28.641 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"]
39432026-02-27T02:50:30.373Z[ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO STEP 1 (pkg_set_publisher) COMPLETE
39442026-02-27T02:50:30.373Z[ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39452026-02-27T02:50:30.378Z[ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO skip step because feature "publisher_1_name" is not enabled
39462026-02-27T02:50:30.378Z[ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39472026-02-27T02:50:30.378Z[ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO skip step because feature "publisher_2_name" is not enabled
39482026-02-27T02:50:30.378Z[ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39492026-02-27T02:50:30.378Z[ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO skip step because feature "publisher_3_name" is not enabled
39502026-02-27T02:50:30.378Z[ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39512026-02-27T02:50:30.745Z[ host-image] Feb 27 02:50:29.606 INFO O| Feb 27 02:50:29.606 INFO variant opensolaris.zone is already global
39522026-02-27T02:50:30.745Z[ host-image] Feb 27 02:50:29.606 INFO O| Feb 27 02:50:29.606 INFO STEP 5 (pkg_change_variant) COMPLETE
39532026-02-27T02:50:30.750Z[ host-image] Feb 27 02:50:29.606 INFO O| Feb 27 02:50:29.606 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39542026-02-27T02:50:31.114Z[ host-image] Feb 27 02:50:29.975 INFO O| Feb 27 02:50:29.975 INFO variant opensolaris.imagetype is full; changing to partial
39552026-02-27T02:50:31.114Z[ host-image] Feb 27 02:50:29.975 INFO O| Feb 27 02:50:29.975 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39562026-02-27T02:50:47.846Z[recovery-package] Finished `release` profile [optimized] target(s) in 30.03s
39572026-02-27T02:50:49.848ZFeb 27 02:50:48.707 INFO [recovery-package] process exited with exit status: 0 (32.374926702s)
39582026-02-27T02:50:49.848ZFeb 27 02:50:48.707 INFO [recovery-stamp] running task
39592026-02-27T02:50:49.852ZFeb 27 02:50:48.707 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39602026-02-27T02:50:49.852ZFeb 27 02:50:48.707 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+git0c68818c355
39612026-02-27T02:50:49.852ZFeb 27 02:50:48.708 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git0c68818c355
39622026-02-27T02:50:49.859Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39632026-02-27T02:50:49.863Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39642026-02-27T02:50:49.962Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39652026-02-27T02:50:49.966ZFeb 27 02:50:48.826 INFO [stamp-installinator] process exited with exit status: 0 (117.727116ms)
39662026-02-27T02:50:50.041Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39672026-02-27T02:50:50.045ZFeb 27 02:50:48.905 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (197.426686ms)
39682026-02-27T02:50:50.045ZFeb 27 02:50:48.905 INFO [recovery-stamp] task succeeded (197.730672ms)
39692026-02-27T02:50:50.045ZFeb 27 02:50:48.905 INFO [recovery-proto] running task
39702026-02-27T02:50:50.045ZFeb 27 02:50:48.905 INFO [tuf-stamp] running task
39712026-02-27T02:50:50.049ZFeb 27 02:50:48.906 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+git0c68818c355
39722026-02-27T02:50:50.049ZFeb 27 02:50:48.906 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+git0c68818c355
39732026-02-27T02:50:50.049ZFeb 27 02:50:48.906 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+git0c68818c355
39742026-02-27T02:50:50.049ZFeb 27 02:50:48.907 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+git0c68818c355
39752026-02-27T02:50:50.049ZFeb 27 02:50:48.909 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+git0c68818c355
39762026-02-27T02:50:50.049ZFeb 27 02:50:48.909 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+git0c68818c355
39772026-02-27T02:50:50.050ZFeb 27 02:50:48.909 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+git0c68818c355
39782026-02-27T02:50:50.054ZFeb 27 02:50:48.909 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+git0c68818c355
39792026-02-27T02:50:50.054ZFeb 27 02:50:48.910 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+git0c68818c355
39802026-02-27T02:50:50.054ZFeb 27 02:50:48.912 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+git0c68818c355
39812026-02-27T02:50:50.062ZFeb 27 02:50:48.921 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+git0c68818c355
39822026-02-27T02:50:50.065Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39832026-02-27T02:50:50.065ZFeb 27 02:50:48.921 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+git0c68818c355
39842026-02-27T02:50:50.065Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39852026-02-27T02:50:50.069Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-02-27T02:50:50.073Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-02-27T02:50:50.073Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39882026-02-27T02:50:50.077Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39892026-02-27T02:50:50.077Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-02-27T02:50:50.077Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-02-27T02:50:50.082Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-02-27T02:50:50.082Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-02-27T02:50:50.085Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-02-27T02:50:50.085Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-02-27T02:50:50.222Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39962026-02-27T02:50:50.261ZFeb 27 02:50:49.120 INFO [stamp-probe] process exited with exit status: 0 (209.507721ms)
39972026-02-27T02:50:50.278ZFeb 27 02:50:49.137 INFO [recovery-proto] task succeeded (232.591597ms)
39982026-02-27T02:50:50.282ZFeb 27 02:50:49.138 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/.tmpaFY3GB/proto/recovery/root -N 'recovery 0c68818/${os_short_commit} 2026-02-27 02:18' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
39992026-02-27T02:50:50.289Z[ recovery-image] Feb 27 02:50:49.148 INFO Checking files for board 'cosmo-mbist-noaggr'
40002026-02-27T02:50:50.289Z[ recovery-image] Feb 27 02:50:49.148 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
40012026-02-27T02:50:50.289Z[ recovery-image] Feb 27 02:50:49.148 INFO Checking files for board 'cosmo-mbist'
40022026-02-27T02:50:50.293Z[ recovery-image] Feb 27 02:50:49.148 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
40032026-02-27T02:50:50.293Z[ recovery-image] Feb 27 02:50:49.148 INFO Checking files for board 'gimlet'
40042026-02-27T02:50:50.293Z[ recovery-image] Feb 27 02:50:49.148 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40052026-02-27T02:50:50.293Z[ recovery-image] Feb 27 02:50:49.148 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40062026-02-27T02:50:50.293Z[ recovery-image] Feb 27 02:50:49.148 INFO Checking files for board 'cosmo'
40072026-02-27T02:50:50.293Z[ recovery-image] Feb 27 02:50:49.148 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40082026-02-27T02:50:50.293Z[ recovery-image] Feb 27 02:50:49.148 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
40092026-02-27T02:50:50.305Z[ recovery-image] Feb 27 02:50:49.164 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpaFY3GB/proto/recovery/root"
40102026-02-27T02:50:50.305Z[ recovery-image] Feb 27 02:50:49.164 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40112026-02-27T02:50:50.305Z[ recovery-image] Feb 27 02:50:49.164 INFO image builder template: ramdisk-01-os...
40122026-02-27T02:50:50.309Z[ recovery-image] Feb 27 02:50:49.164 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/.tmpaFY3GB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40132026-02-27T02:50:50.332Z[ recovery-image] Feb 27 02:50:49.191 INFO O| Feb 27 02:50:49.191 INFO CREATE DATASET: rpool/images/build/recovery/output
40142026-02-27T02:50:50.707Z[ recovery-image] Feb 27 02:50:49.567 INFO O| Feb 27 02:50:49.567 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40152026-02-27T02:50:50.713Z[ recovery-image] Feb 27 02:50:49.573 INFO O| Feb 27 02:50:49.573 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40162026-02-27T02:50:51.141Z[ recovery-image] Feb 27 02:50:50.001 INFO O| Feb 27 02:50:50.000 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40172026-02-27T02:50:51.234Z[ recovery-image] Feb 27 02:50:50.094 INFO O| Feb 27 02:50:50.094 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40182026-02-27T02:50:51.234Z[ recovery-image] Feb 27 02:50:50.094 INFO O| Feb 27 02:50:50.094 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40192026-02-27T02:50:51.238Z[ recovery-image] Feb 27 02:50:50.094 INFO O| Feb 27 02:50:50.094 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40202026-02-27T02:50:51.238Z[ recovery-image] Feb 27 02:50:50.094 INFO O| Feb 27 02:50:50.094 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40212026-02-27T02:50:51.246Z[ recovery-image] Feb 27 02:50:50.105 INFO O| Feb 27 02:50:50.105 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40222026-02-27T02:50:51.473Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40232026-02-27T02:50:51.529ZFeb 27 02:50:50.389 INFO [stamp-ntp] process exited with exit status: 0 (1.482872334s)
40242026-02-27T02:50:51.839Z[ recovery-image] Feb 27 02:50:50.699 INFO O| Feb 27 02:50:50.699 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40252026-02-27T02:50:51.852Z[ recovery-image] Feb 27 02:50:50.712 INFO O| Feb 27 02:50:50.711 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40262026-02-27T02:50:51.950Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40272026-02-27T02:50:51.968Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
40282026-02-27T02:50:51.995ZFeb 27 02:50:50.855 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.942376825s)
40292026-02-27T02:50:52.029Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40302026-02-27T02:50:52.364Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40312026-02-27T02:50:52.372Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40322026-02-27T02:50:52.464ZFeb 27 02:50:51.323 INFO [stamp-internal-dns] process exited with exit status: 0 (2.40240437s)
40332026-02-27T02:50:52.493ZFeb 27 02:50:51.353 INFO [stamp-external-dns] process exited with exit status: 0 (2.445939378s)
40342026-02-27T02:50:52.527Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40352026-02-27T02:50:52.565ZFeb 27 02:50:51.424 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.518149529s)
40362026-02-27T02:50:52.691Z[ recovery-image] Feb 27 02:50:51.550 INFO O| Feb 27 02:50:51.550 INFO O| Caching catalogs ... Done
40372026-02-27T02:50:52.746Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40382026-02-27T02:50:52.780ZFeb 27 02:50:51.639 INFO [stamp-oximeter] process exited with exit status: 0 (2.730156852s)
40392026-02-27T02:50:52.830Z[ recovery-image] Feb 27 02:50:51.689 INFO O| Feb 27 02:50:51.689 INFO STEP 0 (pkg_image_create) COMPLETE
40402026-02-27T02:50:52.830Z[ recovery-image] Feb 27 02:50:51.689 INFO O| Feb 27 02:50:51.689 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40412026-02-27T02:50:52.842Z[ recovery-image] Feb 27 02:50:51.702 INFO O| Feb 27 02:50:51.702 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
40422026-02-27T02:50:53.374Z[ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.233 INFO STEP 1 (pkg_set_publisher) COMPLETE
40432026-02-27T02:50:53.374Z[ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.234 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40442026-02-27T02:50:53.377Z[ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.234 INFO skip step because feature "publisher_1_name" is not enabled
40452026-02-27T02:50:53.378Z[ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.234 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40462026-02-27T02:50:53.378Z[ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.234 INFO skip step because feature "publisher_2_name" is not enabled
40472026-02-27T02:50:53.378Z[ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.234 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482026-02-27T02:50:53.378Z[ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.234 INFO skip step because feature "publisher_3_name" is not enabled
40492026-02-27T02:50:53.378Z[ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.234 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40502026-02-27T02:50:53.904Z[ recovery-image] Feb 27 02:50:52.763 INFO O| Feb 27 02:50:52.763 INFO variant opensolaris.zone is already global
40512026-02-27T02:50:53.904Z[ recovery-image] Feb 27 02:50:52.763 INFO O| Feb 27 02:50:52.763 INFO STEP 5 (pkg_change_variant) COMPLETE
40522026-02-27T02:50:53.910Z[ recovery-image] Feb 27 02:50:52.763 INFO O| Feb 27 02:50:52.763 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40532026-02-27T02:50:54.420Z[ recovery-image] Feb 27 02:50:53.280 INFO O| Feb 27 02:50:53.279 INFO variant opensolaris.imagetype is full; changing to partial
40542026-02-27T02:50:54.420Z[ recovery-image] Feb 27 02:50:53.280 INFO O| Feb 27 02:50:53.280 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40552026-02-27T02:50:55.866Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40562026-02-27T02:50:55.871ZFeb 27 02:50:54.731 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.809200326s)
40572026-02-27T02:50:57.089Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40582026-02-27T02:50:57.095ZFeb 27 02:50:55.954 INFO [stamp-nexus] process exited with exit status: 0 (7.047744975s)
40592026-02-27T02:50:59.084Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40602026-02-27T02:50:59.090ZFeb 27 02:50:57.949 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.041410112s)
40612026-02-27T02:50:59.437Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40622026-02-27T02:50:59.442ZFeb 27 02:50:58.301 INFO [stamp-clickhouse] process exited with exit status: 0 (9.392617034s)
40632026-02-27T02:50:59.797Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40642026-02-27T02:50:59.802ZFeb 27 02:50:58.661 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.754287505s)
40652026-02-27T02:50:59.802ZFeb 27 02:50:58.661 INFO [tuf-stamp] task succeeded (9.756244373s)
40662026-02-27T02:51:00.616Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40672026-02-27T02:51:00.838Z[verify-libraries] Compiling object v0.37.3
40682026-02-27T02:51:00.873Z[verify-libraries] Compiling stacker v0.1.23
40692026-02-27T02:51:00.873Z[verify-libraries] Compiling cfg_aliases v0.1.1
40702026-02-27T02:51:00.877Z[verify-libraries] Compiling home v0.5.9
40712026-02-27T02:51:00.959Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40722026-02-27T02:51:00.959Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40732026-02-27T02:51:00.962Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40742026-02-27T02:51:01.186Z[verify-libraries] Compiling nix v0.28.0
40752026-02-27T02:51:01.256Z[verify-libraries] Compiling unicode_categories v0.1.1
40762026-02-27T02:51:01.567Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40772026-02-27T02:51:01.737Z[verify-libraries] Compiling sqlformat v0.3.5
40782026-02-27T02:51:01.856Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40792026-02-27T02:51:02.370Z[verify-libraries] Compiling polyval v0.6.2
40802026-02-27T02:51:02.514Z[verify-libraries] Compiling ctr v0.9.2
40812026-02-27T02:51:03.044Z[verify-libraries] Compiling ghash v0.5.1
40822026-02-27T02:51:03.115Z[verify-libraries] Compiling blowfish v0.9.1
40832026-02-27T02:51:03.134Z[verify-libraries] Compiling ssh-encoding v0.2.0
40842026-02-27T02:51:03.362Z[verify-libraries] Compiling aes-gcm v0.10.3
40852026-02-27T02:51:03.949Z[verify-libraries] Compiling ssh-cipher v0.2.0
40862026-02-27T02:51:04.066Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40872026-02-27T02:51:04.458Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
40882026-02-27T02:51:04.767Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
40892026-02-27T02:51:04.831Z[verify-libraries] Compiling password-hash v0.4.2
40902026-02-27T02:51:05.315Z[verify-libraries] Compiling petname v2.0.2
40912026-02-27T02:51:06.504Z[verify-libraries] Compiling rustyline v14.0.0
40922026-02-27T02:51:07.294Z[ host-image] Feb 27 02:51:06.152 INFO O| Feb 27 02:51:06.152 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40932026-02-27T02:51:08.054Z[verify-libraries] Compiling pbkdf2 v0.11.0
40942026-02-27T02:51:08.683Z[verify-libraries] Compiling ssh-key v0.6.6
40952026-02-27T02:51:08.753Z[verify-libraries] Compiling p521 v0.13.3
40962026-02-27T02:51:09.698Z[verify-libraries] Compiling p256 v0.13.2
40972026-02-27T02:51:11.119Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40982026-02-27T02:51:12.731Z[verify-libraries] Compiling russh-cryptovec v0.7.3
40992026-02-27T02:51:13.140Z[verify-libraries] Compiling md5 v0.7.0
41002026-02-27T02:51:13.463Z[verify-libraries] Compiling psm v0.1.30
41012026-02-27T02:51:14.005Z[verify-libraries] Compiling russh-keys v0.45.0
41022026-02-27T02:51:14.074Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41032026-02-27T02:51:15.009Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41042026-02-27T02:51:15.638Z[verify-libraries] Compiling num-bigint v0.4.6
41052026-02-27T02:51:16.393Z[verify-libraries] Compiling recursive v0.1.1
41062026-02-27T02:51:16.696Z[verify-libraries] Compiling sqlparser v0.61.0
41072026-02-27T02:51:20.410Z[verify-libraries] Compiling des v0.8.1
41082026-02-27T02:51:20.940Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41092026-02-27T02:51:21.306Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41102026-02-27T02:51:21.526Z[verify-libraries] Compiling hex-literal v0.4.1
41112026-02-27T02:51:22.079Z[verify-libraries] Compiling sync-ptr v0.1.4
41122026-02-27T02:51:22.275Z[verify-libraries] Compiling russh v0.45.0
41132026-02-27T02:51:22.358Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41142026-02-27T02:51:22.556Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41152026-02-27T02:51:26.155Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41162026-02-27T02:51:29.339Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41172026-02-27T02:51:30.116Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41182026-02-27T02:51:31.650Z[ host-image] Feb 27 02:51:30.506 INFO O| Feb 27 02:51:30.506 INFO O| Startup: Caching catalogs ... Done
41192026-02-27T02:51:31.796Z[ host-image] Feb 27 02:51:30.651 INFO O| Feb 27 02:51:30.651 INFO O| Planning: Planning completed in 0.00 seconds
41202026-02-27T02:51:31.799Z[ host-image] Feb 27 02:51:30.653 INFO O| Feb 27 02:51:30.652 INFO O| Planning: Consolidating action changes ... Done
41212026-02-27T02:51:31.800Z[ host-image] Feb 27 02:51:30.653 INFO O| Feb 27 02:51:30.653 INFO O| Planning: Evaluating mediators ... Done
41222026-02-27T02:51:31.800Z[ host-image] Feb 27 02:51:30.653 INFO O| Feb 27 02:51:30.653 INFO O| Planning: Planning completed in 0.00 seconds
41232026-02-27T02:51:31.800Z[ host-image] Feb 27 02:51:30.654 INFO O| Feb 27 02:51:30.654 INFO O| Variants/Facets to change: 1
41242026-02-27T02:51:31.888Z[ host-image] Feb 27 02:51:30.744 INFO O| Feb 27 02:51:30.744 INFO O| Done
41252026-02-27T02:51:31.889Z[ host-image] Feb 27 02:51:30.744 INFO O| Feb 27 02:51:30.744 INFO O| Done
41262026-02-27T02:51:33.377Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41272026-02-27T02:51:34.873Z[ host-image] Feb 27 02:51:33.728 INFO O| Feb 27 02:51:33.728 INFO O| Done
41282026-02-27T02:51:35.069Z[ host-image] Feb 27 02:51:33.924 INFO O| Feb 27 02:51:33.924 INFO O| Done
41292026-02-27T02:51:35.072Z[ host-image] Feb 27 02:51:33.925 INFO O| Feb 27 02:51:33.925 INFO O| Done
41302026-02-27T02:51:35.072Z[ host-image] Feb 27 02:51:33.926 INFO O| Feb 27 02:51:33.926 INFO O| Done
41312026-02-27T02:51:35.072Z[ host-image] Feb 27 02:51:33.927 INFO O| Feb 27 02:51:33.927 INFO O| Done
41322026-02-27T02:51:37.540Z[ host-image] Feb 27 02:51:36.395 INFO O| Feb 27 02:51:36.394 INFO STEP 6 (pkg_change_variant) COMPLETE
41332026-02-27T02:51:37.540Z[ host-image] Feb 27 02:51:36.395 INFO O| Feb 27 02:51:36.395 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41342026-02-27T02:51:37.543Z[ host-image] Feb 27 02:51:36.395 INFO O| Feb 27 02:51:36.395 INFO skip step because feature "debug_variant" is not enabled
41352026-02-27T02:51:37.543Z[ host-image] Feb 27 02:51:36.395 INFO O| Feb 27 02:51:36.395 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41362026-02-27T02:51:38.331Z[ host-image] Feb 27 02:51:37.186 INFO O| Feb 27 02:51:37.186 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41372026-02-27T02:51:40.478Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41382026-02-27T02:51:43.343Z[ recovery-image] Feb 27 02:51:42.197 INFO O| Feb 27 02:51:42.197 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41392026-02-27T02:51:51.049Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41402026-02-27T02:52:00.909Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41412026-02-27T02:52:04.546Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41422026-02-27T02:52:06.707Z[ recovery-image] Feb 27 02:52:05.559 INFO O| Feb 27 02:52:05.559 INFO O| Startup: Caching catalogs ... Done
41432026-02-27T02:52:06.878Z[ recovery-image] Feb 27 02:52:05.731 INFO O| Feb 27 02:52:05.731 INFO O| Planning: Planning completed in 0.00 seconds
41442026-02-27T02:52:06.882Z[ recovery-image] Feb 27 02:52:05.732 INFO O| Feb 27 02:52:05.732 INFO O| Planning: Consolidating action changes ... Done
41452026-02-27T02:52:06.882Z[ recovery-image] Feb 27 02:52:05.732 INFO O| Feb 27 02:52:05.732 INFO O| Planning: Evaluating mediators ... Done
41462026-02-27T02:52:06.882Z[ recovery-image] Feb 27 02:52:05.733 INFO O| Feb 27 02:52:05.733 INFO O| Planning: Planning completed in 0.00 seconds
41472026-02-27T02:52:06.882Z[ recovery-image] Feb 27 02:52:05.733 INFO O| Feb 27 02:52:05.733 INFO O| Variants/Facets to change: 1
41482026-02-27T02:52:06.945Z[ recovery-image] Feb 27 02:52:05.798 INFO O| Feb 27 02:52:05.798 INFO O| Done
41492026-02-27T02:52:06.945Z[ recovery-image] Feb 27 02:52:05.798 INFO O| Feb 27 02:52:05.798 INFO O| Done
41502026-02-27T02:52:09.994Z[ recovery-image] Feb 27 02:52:08.846 INFO O| Feb 27 02:52:08.846 INFO O| Done
41512026-02-27T02:52:10.211Z[ recovery-image] Feb 27 02:52:09.062 INFO O| Feb 27 02:52:09.062 INFO O| Done
41522026-02-27T02:52:10.214Z[ recovery-image] Feb 27 02:52:09.064 INFO O| Feb 27 02:52:09.064 INFO O| Done
41532026-02-27T02:52:10.214Z[ recovery-image] Feb 27 02:52:09.064 INFO O| Feb 27 02:52:09.064 INFO O| Done
41542026-02-27T02:52:10.214Z[ recovery-image] Feb 27 02:52:09.066 INFO O| Feb 27 02:52:09.066 INFO O| Done
41552026-02-27T02:52:11.928Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41562026-02-27T02:52:12.548Z[ recovery-image] Feb 27 02:52:11.400 INFO O| Feb 27 02:52:11.400 INFO STEP 6 (pkg_change_variant) COMPLETE
41572026-02-27T02:52:12.548Z[ recovery-image] Feb 27 02:52:11.400 INFO O| Feb 27 02:52:11.400 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41582026-02-27T02:52:12.552Z[ recovery-image] Feb 27 02:52:11.400 INFO O| Feb 27 02:52:11.400 INFO skip step because feature "debug_variant" is not enabled
41592026-02-27T02:52:12.552Z[ recovery-image] Feb 27 02:52:11.400 INFO O| Feb 27 02:52:11.400 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41602026-02-27T02:52:13.398Z[ recovery-image] Feb 27 02:52:12.250 INFO O| Feb 27 02:52:12.250 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41612026-02-27T02:52:19.263Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41622026-02-27T02:52:24.332Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41632026-02-27T02:52:28.887Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41642026-02-27T02:52:32.149Z[ host-image] Feb 27 02:52:30.999 INFO O| Feb 27 02:52:30.998 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41652026-02-27T02:52:36.503Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41662026-02-27T02:52:47.379Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41672026-02-27T02:52:52.086Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41682026-02-27T02:52:52.650Z[verify-libraries] Compiling internet-checksum v0.2.1
41692026-02-27T02:52:53.106Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41702026-02-27T02:52:57.787Z[ host-image] Feb 27 02:52:56.635 INFO O| Feb 27 02:52:56.635 INFO O| Startup: Caching catalogs ... Done
41712026-02-27T02:52:57.993Z[ host-image] Feb 27 02:52:56.841 INFO O| Feb 27 02:52:56.841 INFO O| Planning: Planning completed in 0.00 seconds
41722026-02-27T02:52:57.997Z[ host-image] Feb 27 02:52:56.842 INFO O| Feb 27 02:52:56.842 INFO O| Planning: Consolidating action changes ... Done
41732026-02-27T02:52:57.997Z[ host-image] Feb 27 02:52:56.842 INFO O| Feb 27 02:52:56.842 INFO O| Planning: Evaluating mediators ... Done
41742026-02-27T02:52:57.997Z[ host-image] Feb 27 02:52:56.842 INFO O| Feb 27 02:52:56.842 INFO O| Planning: Planning completed in 0.00 seconds
41752026-02-27T02:52:57.997Z[ host-image] Feb 27 02:52:56.843 INFO O| Feb 27 02:52:56.843 INFO O| Variants/Facets to change: 1
41762026-02-27T02:52:58.059Z[ host-image] Feb 27 02:52:56.906 INFO O| Feb 27 02:52:56.906 INFO O| Done
41772026-02-27T02:52:58.062Z[ host-image] Feb 27 02:52:56.907 INFO O| Feb 27 02:52:56.906 INFO O| Done
41782026-02-27T02:53:00.964Z[ host-image] Feb 27 02:52:59.811 INFO O| Feb 27 02:52:59.811 INFO O| Done
41792026-02-27T02:53:01.306Z[ host-image] Feb 27 02:53:00.152 INFO O| Feb 27 02:53:00.152 INFO O| Done
41802026-02-27T02:53:01.309Z[ host-image] Feb 27 02:53:00.153 INFO O| Feb 27 02:53:00.153 INFO O| Done
41812026-02-27T02:53:01.309Z[ host-image] Feb 27 02:53:00.154 INFO O| Feb 27 02:53:00.154 INFO O| Done
41822026-02-27T02:53:01.309Z[ host-image] Feb 27 02:53:00.156 INFO O| Feb 27 02:53:00.156 INFO O| Done
41832026-02-27T02:53:03.454Z[ host-image] Feb 27 02:53:02.301 INFO O| Feb 27 02:53:02.301 INFO STEP 8 (pkg_change_facet) COMPLETE
41842026-02-27T02:53:03.454Z[ host-image] Feb 27 02:53:02.301 INFO O| Feb 27 02:53:02.301 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41852026-02-27T02:53:03.457Z[ host-image] Feb 27 02:53:02.301 INFO O| Feb 27 02:53:02.301 INFO skip step because feature "recovery" is not enabled
41862026-02-27T02:53:03.457Z[ host-image] Feb 27 02:53:02.301 INFO O| Feb 27 02:53:02.301 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41872026-02-27T02:53:03.457Z[ host-image] Feb 27 02:53:02.301 INFO O| Feb 27 02:53:02.301 INFO skip step because feature "recovery" is not enabled
41882026-02-27T02:53:03.457Z[ host-image] Feb 27 02:53:02.301 INFO O| Feb 27 02:53:02.301 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41892026-02-27T02:53:03.474Z[ host-image] Feb 27 02:53:02.321 INFO O| Feb 27 02:53:02.321 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"]
41902026-02-27T02:53:07.076Z[ recovery-image] Feb 27 02:53:05.923 INFO O| Feb 27 02:53:05.923 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41912026-02-27T02:53:14.744Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41922026-02-27T02:53:16.288Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41932026-02-27T02:53:17.199Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41942026-02-27T02:53:27.767Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41952026-02-27T02:53:31.744Z[ recovery-image] Feb 27 02:53:30.589 INFO O| Feb 27 02:53:30.589 INFO O| Startup: Caching catalogs ... Done
41962026-02-27T02:53:31.922Z[ recovery-image] Feb 27 02:53:30.766 INFO O| Feb 27 02:53:30.766 INFO O| Planning: Planning completed in 0.00 seconds
41972026-02-27T02:53:31.925Z[ recovery-image] Feb 27 02:53:30.767 INFO O| Feb 27 02:53:30.767 INFO O| Planning: Consolidating action changes ... Done
41982026-02-27T02:53:31.925Z[ recovery-image] Feb 27 02:53:30.767 INFO O| Feb 27 02:53:30.767 INFO O| Planning: Evaluating mediators ... Done
41992026-02-27T02:53:31.925Z[ recovery-image] Feb 27 02:53:30.768 INFO O| Feb 27 02:53:30.768 INFO O| Planning: Planning completed in 0.00 seconds
42002026-02-27T02:53:31.925Z[ recovery-image] Feb 27 02:53:30.768 INFO O| Feb 27 02:53:30.768 INFO O| Variants/Facets to change: 1
42012026-02-27T02:53:31.965Z[ recovery-image] Feb 27 02:53:30.810 INFO O| Feb 27 02:53:30.810 INFO O| Done
42022026-02-27T02:53:31.968Z[ recovery-image] Feb 27 02:53:30.810 INFO O| Feb 27 02:53:30.810 INFO O| Done
42032026-02-27T02:53:34.882Z[ recovery-image] Feb 27 02:53:33.727 INFO O| Feb 27 02:53:33.727 INFO O| Done
42042026-02-27T02:53:35.148Z[ recovery-image] Feb 27 02:53:33.993 INFO O| Feb 27 02:53:33.993 INFO O| Done
42052026-02-27T02:53:35.151Z[ recovery-image] Feb 27 02:53:33.994 INFO O| Feb 27 02:53:33.994 INFO O| Done
42062026-02-27T02:53:35.151Z[ recovery-image] Feb 27 02:53:33.994 INFO O| Feb 27 02:53:33.994 INFO O| Done
42072026-02-27T02:53:35.152Z[ recovery-image] Feb 27 02:53:33.996 INFO O| Feb 27 02:53:33.996 INFO O| Done
42082026-02-27T02:53:35.583Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42092026-02-27T02:53:37.276Z[ recovery-image] Feb 27 02:53:36.120 INFO O| Feb 27 02:53:36.120 INFO STEP 8 (pkg_change_facet) COMPLETE
42102026-02-27T02:53:37.280Z[ recovery-image] Feb 27 02:53:36.120 INFO O| Feb 27 02:53:36.120 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42112026-02-27T02:53:37.987Z[ recovery-image] Feb 27 02:53:36.831 INFO O| Feb 27 02:53:36.831 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42122026-02-27T02:53:40.545Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42132026-02-27T02:53:42.199Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42142026-02-27T02:53:43.722Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42152026-02-27T02:53:55.676Z[ host-image] Feb 27 02:53:54.519 INFO O| Feb 27 02:53:54.519 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42162026-02-27T02:54:19.948Z[ host-image] Feb 27 02:54:18.789 INFO O| Feb 27 02:54:18.788 INFO O| Startup: Caching catalogs ... Done
42172026-02-27T02:54:24.124Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42182026-02-27T02:54:31.261Z[ recovery-image] Feb 27 02:54:30.100 INFO O| Feb 27 02:54:30.100 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42192026-02-27T02:54:53.433Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42202026-02-27T02:55:00.672Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42212026-02-27T02:55:00.725Z[ recovery-image] Feb 27 02:54:59.562 INFO O| Feb 27 02:54:59.562 INFO O| Startup: Caching catalogs ... Done
42222026-02-27T02:55:00.927Z[ recovery-image] Feb 27 02:54:59.763 INFO O| Feb 27 02:54:59.763 INFO O| Planning: Planning completed in 0.00 seconds
42232026-02-27T02:55:00.930Z[ recovery-image] Feb 27 02:54:59.764 INFO O| Feb 27 02:54:59.764 INFO O| Planning: Consolidating action changes ... Done
42242026-02-27T02:55:00.930Z[ recovery-image] Feb 27 02:54:59.764 INFO O| Feb 27 02:54:59.764 INFO O| Planning: Evaluating mediators ... Done
42252026-02-27T02:55:00.930Z[ recovery-image] Feb 27 02:54:59.765 INFO O| Feb 27 02:54:59.765 INFO O| Planning: Planning completed in 0.00 seconds
42262026-02-27T02:55:00.930Z[ recovery-image] Feb 27 02:54:59.765 INFO O| Feb 27 02:54:59.765 INFO O| Variants/Facets to change: 1
42272026-02-27T02:55:00.992Z[ recovery-image] Feb 27 02:54:59.828 INFO O| Feb 27 02:54:59.828 INFO O| Done
42282026-02-27T02:55:00.992Z[ recovery-image] Feb 27 02:54:59.828 INFO O| Feb 27 02:54:59.828 INFO O| Done
42292026-02-27T02:55:04.221Z[ recovery-image] Feb 27 02:55:03.057 INFO O| Feb 27 02:55:03.057 INFO O| Done
42302026-02-27T02:55:04.452Z[ recovery-image] Feb 27 02:55:03.288 INFO O| Feb 27 02:55:03.288 INFO O| Done
42312026-02-27T02:55:04.455Z[ recovery-image] Feb 27 02:55:03.289 INFO O| Feb 27 02:55:03.289 INFO O| Done
42322026-02-27T02:55:04.455Z[ recovery-image] Feb 27 02:55:03.289 INFO O| Feb 27 02:55:03.289 INFO O| Done
42332026-02-27T02:55:04.458Z[ recovery-image] Feb 27 02:55:03.292 INFO O| Feb 27 02:55:03.292 INFO O| Done
42342026-02-27T02:55:06.765Z[ recovery-image] Feb 27 02:55:05.600 INFO O| Feb 27 02:55:05.600 INFO STEP 9 (pkg_change_facet) COMPLETE
42352026-02-27T02:55:06.765Z[ recovery-image] Feb 27 02:55:05.600 INFO O| Feb 27 02:55:05.600 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42362026-02-27T02:55:07.590Z[ recovery-image] Feb 27 02:55:06.426 INFO O| Feb 27 02:55:06.426 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42372026-02-27T02:55:14.589Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42382026-02-27T02:55:45.149Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42392026-02-27T02:55:46.827Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42402026-02-27T02:55:48.259Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42412026-02-27T02:56:03.592Z[ recovery-image] Feb 27 02:56:02.422 INFO O| Feb 27 02:56:02.422 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42422026-02-27T02:56:26.694Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42432026-02-27T02:56:27.679Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42442026-02-27T02:56:28.313Z[ recovery-image] Feb 27 02:56:27.142 INFO O| Feb 27 02:56:27.142 INFO O| Startup: Caching catalogs ... Done
42452026-02-27T02:56:28.483Z[ recovery-image] Feb 27 02:56:27.311 INFO O| Feb 27 02:56:27.311 INFO O| Planning: Planning completed in 0.00 seconds
42462026-02-27T02:56:28.486Z[ recovery-image] Feb 27 02:56:27.312 INFO O| Feb 27 02:56:27.312 INFO O| Planning: Consolidating action changes ... Done
42472026-02-27T02:56:28.487Z[ recovery-image] Feb 27 02:56:27.313 INFO O| Feb 27 02:56:27.313 INFO O| Planning: Evaluating mediators ... Done
42482026-02-27T02:56:28.487Z[ recovery-image] Feb 27 02:56:27.313 INFO O| Feb 27 02:56:27.313 INFO O| Planning: Planning completed in 0.00 seconds
42492026-02-27T02:56:28.487Z[ recovery-image] Feb 27 02:56:27.314 INFO O| Feb 27 02:56:27.314 INFO O| Variants/Facets to change: 1
42502026-02-27T02:56:28.540Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42512026-02-27T02:56:28.593Z[ recovery-image] Feb 27 02:56:27.421 INFO O| Feb 27 02:56:27.400 INFO O| Done
42522026-02-27T02:56:28.596Z[ recovery-image] Feb 27 02:56:27.421 INFO O| Feb 27 02:56:27.400 INFO O| Done
42532026-02-27T02:56:31.622Z[ recovery-image] Feb 27 02:56:30.450 INFO O| Feb 27 02:56:30.450 INFO O| Done
42542026-02-27T02:56:31.859Z[ recovery-image] Feb 27 02:56:30.686 INFO O| Feb 27 02:56:30.686 INFO O| Done
42552026-02-27T02:56:31.863Z[ recovery-image] Feb 27 02:56:30.687 INFO O| Feb 27 02:56:30.687 INFO O| Done
42562026-02-27T02:56:31.863Z[ recovery-image] Feb 27 02:56:30.688 INFO O| Feb 27 02:56:30.687 INFO O| Done
42572026-02-27T02:56:31.863Z[ recovery-image] Feb 27 02:56:30.690 INFO O| Feb 27 02:56:30.690 INFO O| Done
42582026-02-27T02:56:34.257Z[ recovery-image] Feb 27 02:56:33.085 INFO O| Feb 27 02:56:33.085 INFO STEP 10 (pkg_change_facet) COMPLETE
42592026-02-27T02:56:34.257Z[ recovery-image] Feb 27 02:56:33.085 INFO O| Feb 27 02:56:33.085 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42602026-02-27T02:56:34.274Z[ recovery-image] Feb 27 02:56:33.102 INFO O| Feb 27 02:56:33.102 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"]
42612026-02-27T02:56:41.545Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42622026-02-27T02:56:47.037Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42632026-02-27T02:56:55.565Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42642026-02-27T02:57:07.270Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42652026-02-27T02:57:09.696Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42662026-02-27T02:57:30.273Z[ recovery-image] Feb 27 02:57:29.095 INFO O| Feb 27 02:57:29.095 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42672026-02-27T02:57:37.435Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42682026-02-27T02:57:55.283Z[ recovery-image] Feb 27 02:57:54.104 INFO O| Feb 27 02:57:54.104 INFO O| Startup: Caching catalogs ... Done
42692026-02-27T02:58:02.721Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42702026-02-27T02:58:31.718Z[ host-image] Feb 27 02:58:30.535 INFO O| Feb 27 02:58:30.535 INFO O| Planning: Solver setup ... Done
42712026-02-27T02:58:40.100Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42722026-02-27T02:58:44.233Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42732026-02-27T02:58:57.693Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42742026-02-27T02:59:15.384Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42752026-02-27T02:59:17.566Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42762026-02-27T02:59:22.620Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42772026-02-27T02:59:24.909Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42782026-02-27T02:59:38.693Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42792026-02-27T02:59:40.286Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42802026-02-27T03:00:51.249Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42812026-02-27T03:00:53.590Z[verify-libraries] Compiling yansi v1.0.1
42822026-02-27T03:00:55.128Z[verify-libraries] Compiling diff v0.1.13
42832026-02-27T03:00:56.721Z[verify-libraries] Compiling pretty_assertions v1.4.1
42842026-02-27T03:00:57.983Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42852026-02-27T03:01:00.027Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42862026-02-27T03:01:00.685Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42872026-02-27T03:01:01.352Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42882026-02-27T03:01:02.041Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42892026-02-27T03:01:02.671Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42902026-02-27T03:01:03.369Z[verify-libraries] Compiling drift v0.1.3
42912026-02-27T03:01:28.186Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42922026-02-27T03:01:54.731Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42932026-02-27T03:01:58.070Z[verify-libraries] Compiling dropshot-api-manager v0.3.0
42942026-02-27T03:02:04.459Z[ recovery-image] Feb 27 03:02:03.256 INFO O| Feb 27 03:02:03.256 INFO O| Planning: Solver setup ... Done
42952026-02-27T03:02:18.876Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42962026-02-27T03:02:19.958Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42972026-02-27T03:02:21.391Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42982026-02-27T03:02:27.473Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42992026-02-27T03:02:32.451Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43002026-02-27T03:02:33.734Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43012026-02-27T03:02:52.325Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43022026-02-27T03:02:53.450Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43032026-02-27T03:03:02.167Z[verify-libraries] Compiling termios v0.3.3
43042026-02-27T03:03:02.233Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43052026-02-27T03:03:03.053Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43062026-02-27T03:03:28.311Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43072026-02-27T03:03:40.503Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43082026-02-27T03:04:00.993Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43092026-02-27T03:04:08.672Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43102026-02-27T03:07:40.256Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43112026-02-27T03:07:57.982Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43122026-02-27T03:08:42.150Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43132026-02-27T03:09:54.143Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43142026-02-27T03:09:57.766Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43152026-02-27T03:09:58.914Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43162026-02-27T03:10:00.882Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43172026-02-27T03:12:55.789Z[ host-image] Feb 27 03:12:54.527 INFO O| Feb 27 03:12:54.527 INFO O| Planning: Running solver ... Done
43182026-02-27T03:12:58.016Z[ host-image] Feb 27 03:12:56.754 INFO O| Feb 27 03:12:56.754 INFO O| Planning: Finding local manifests ... Done
43192026-02-27T03:12:58.175Z[ host-image] Feb 27 03:12:56.913 INFO O| Feb 27 03:12:56.913 INFO O| Planning: Fetching manifests: 0/126 0% complete
43202026-02-27T03:13:03.178Z[ host-image] Feb 27 03:13:01.915 INFO O| Feb 27 03:13:01.915 INFO O| Planning: Fetching manifests: 92/126 73% complete
43212026-02-27T03:13:05.525Z[ host-image] Feb 27 03:13:04.262 INFO O| Feb 27 03:13:04.261 INFO O| Planning: Fetching manifests: 126/126 100% complete
43222026-02-27T03:13:07.665Z[ host-image] Feb 27 03:13:06.402 INFO O| Feb 27 03:13:06.402 INFO O| Planning: Package planning ... Done
43232026-02-27T03:13:09.262Z[ host-image] Feb 27 03:13:07.999 INFO O| Feb 27 03:13:07.999 INFO O| Planning: Merging actions ... Done
43242026-02-27T03:13:09.628Z[ host-image] Feb 27 03:13:08.365 INFO O| Feb 27 03:13:08.365 INFO O| Planning: Checking for conflicting actions ... Done
43252026-02-27T03:13:10.005Z[ host-image] Feb 27 03:13:08.741 INFO O| Feb 27 03:13:08.741 INFO O| Planning: Consolidating action changes ... Done
43262026-02-27T03:13:10.503Z[ host-image] Feb 27 03:13:09.240 INFO O| Feb 27 03:13:09.240 INFO O| Planning: Evaluating mediators ... Done
43272026-02-27T03:13:17.146Z[ host-image] Feb 27 03:13:15.882 INFO O| Feb 27 03:13:15.882 INFO O| Planning: Planning completed in 1136.90 seconds
43282026-02-27T03:13:17.151Z[ host-image] Feb 27 03:13:15.888 INFO O| Feb 27 03:13:15.888 INFO O| Packages to install: 126
43292026-02-27T03:13:17.151Z[ host-image] Feb 27 03:13:15.888 INFO O| Feb 27 03:13:15.888 INFO O| Mediators to change: 5
43302026-02-27T03:13:17.154Z[ host-image] Feb 27 03:13:15.888 INFO O| Feb 27 03:13:15.888 INFO O| Services to change: 6
43312026-02-27T03:13:17.335Z[ host-image] Feb 27 03:13:16.071 INFO O| Feb 27 03:13:16.071 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43322026-02-27T03:13:22.347Z[ host-image] Feb 27 03:13:21.082 INFO O| Feb 27 03:13:21.082 INFO O| Download: 1074/22925 items 6.7/210.6MB 3% complete (1.3M/s)
43332026-02-27T03:13:28.257Z[ host-image] Feb 27 03:13:26.992 INFO O| Feb 27 03:13:26.992 INFO O| Download: 1654/22925 items 11.0/210.6MB 5% complete (1.2M/s)
43342026-02-27T03:13:33.280Z[ host-image] Feb 27 03:13:32.014 INFO O| Feb 27 03:13:32.014 INFO O| Download: 1881/22925 items 19.5/210.6MB 9% complete (1020k/s)
43352026-02-27T03:13:39.319Z[ host-image] Feb 27 03:13:38.052 INFO O| Feb 27 03:13:38.052 INFO O| Download: 2255/22925 items 24.9/210.6MB 11% complete (1.4M/s)
43362026-02-27T03:13:44.480Z[ host-image] Feb 27 03:13:43.214 INFO O| Feb 27 03:13:43.214 INFO O| Download: 3487/22925 items 35.9/210.6MB 17% complete (1.3M/s)
43372026-02-27T03:13:49.512Z[ host-image] Feb 27 03:13:48.245 INFO O| Feb 27 03:13:48.245 INFO O| Download: 4546/22925 items 42.1/210.6MB 19% complete (1.8M/s)
43382026-02-27T03:13:54.512Z[ host-image] Feb 27 03:13:53.245 INFO O| Feb 27 03:13:53.245 INFO O| Download: 4768/22925 items 45.2/210.6MB 21% complete (904k/s)
43392026-02-27T03:13:59.513Z[ host-image] Feb 27 03:13:58.245 INFO O| Feb 27 03:13:58.245 INFO O| Download: 5827/22925 items 46.7/210.6MB 22% complete (482k/s)
43402026-02-27T03:14:04.783Z[ host-image] Feb 27 03:14:03.515 INFO O| Feb 27 03:14:03.515 INFO O| Download: 6841/22925 items 48.3/210.6MB 22% complete (460k/s)
43412026-02-27T03:14:09.847Z[ host-image] Feb 27 03:14:08.579 INFO O| Feb 27 03:14:08.579 INFO O| Download: 7151/22925 items 56.2/210.6MB 26% complete (938k/s)
43422026-02-27T03:14:15.558Z[ host-image] Feb 27 03:14:14.289 INFO O| Feb 27 03:14:14.289 INFO O| Download: 8219/22925 items 61.3/210.6MB 29% complete (1.3M/s)
43432026-02-27T03:14:20.564Z[ host-image] Feb 27 03:14:19.294 INFO O| Feb 27 03:14:19.294 INFO O| Download: 8717/22925 items 75.5/210.6MB 35% complete (1.7M/s)
43442026-02-27T03:14:25.571Z[ host-image] Feb 27 03:14:24.301 INFO O| Feb 27 03:14:24.301 INFO O| Download: 9765/22925 items 88.0/210.6MB 41% complete (2.7M/s)
43452026-02-27T03:14:31.121Z[ host-image] Feb 27 03:14:29.851 INFO O| Feb 27 03:14:29.850 INFO O| Download: 10921/22925 items 94.7/210.6MB 44% complete (2.0M/s)
43462026-02-27T03:14:36.282Z[ host-image] Feb 27 03:14:35.011 INFO O| Feb 27 03:14:35.011 INFO O| Download: 11284/22925 items 98.7/210.6MB 46% complete (1.1M/s)
43472026-02-27T03:14:41.358Z[ host-image] Feb 27 03:14:40.086 INFO O| Feb 27 03:14:40.086 INFO O| Download: 12060/22925 items 102.9/210.6MB 48% complete (783k/s)
43482026-02-27T03:14:46.824Z[ host-image] Feb 27 03:14:45.552 INFO O| Feb 27 03:14:45.552 INFO O| Download: 12282/22925 items 113.6/210.6MB 53% complete (1.6M/s)
43492026-02-27T03:14:52.137Z[ host-image] Feb 27 03:14:50.763 INFO O| Feb 27 03:14:50.763 INFO O| Download: 13391/22925 items 114.8/210.6MB 54% complete (1.2M/s)
43502026-02-27T03:14:57.257Z[ host-image] Feb 27 03:14:55.984 INFO O| Feb 27 03:14:55.984 INFO O| Download: 14343/22925 items 115.6/210.6MB 54% complete (206k/s)
43512026-02-27T03:15:02.271Z[ host-image] Feb 27 03:15:00.997 INFO O| Feb 27 03:15:00.997 INFO O| Download: 14618/22925 items 121.9/210.6MB 57% complete (700k/s)
43522026-02-27T03:15:07.538Z[ host-image] Feb 27 03:15:06.264 INFO O| Feb 27 03:15:06.264 INFO O| Download: 15799/22925 items 130.9/210.6MB 62% complete (1.6M/s)
43532026-02-27T03:15:12.541Z[ host-image] Feb 27 03:15:11.266 INFO O| Feb 27 03:15:11.266 INFO O| Download: 16628/22925 items 142.8/210.6MB 67% complete (1.9M/s)
43542026-02-27T03:15:17.558Z[ host-image] Feb 27 03:15:16.283 INFO O| Feb 27 03:15:16.283 INFO O| Download: 17850/22925 items 154.6/210.6MB 73% complete (2.4M/s)
43552026-02-27T03:15:22.562Z[ host-image] Feb 27 03:15:21.287 INFO O| Feb 27 03:15:21.287 INFO O| Download: 18773/22925 items 169.8/210.6MB 80% complete (2.7M/s)
43562026-02-27T03:15:27.572Z[ host-image] Feb 27 03:15:26.296 INFO O| Feb 27 03:15:26.296 INFO O| Download: 20069/22925 items 174.3/210.6MB 82% complete (2.0M/s)
43572026-02-27T03:15:33.084Z[ host-image] Feb 27 03:15:31.808 INFO O| Feb 27 03:15:31.807 INFO O| Download: 20744/22925 items 178.2/210.6MB 84% complete (916k/s)
43582026-02-27T03:15:38.090Z[ host-image] Feb 27 03:15:36.814 INFO O| Feb 27 03:15:36.814 INFO O| Download: 21112/22925 items 184.5/210.6MB 87% complete (1.0M/s)
43592026-02-27T03:15:44.047Z[ host-image] Feb 27 03:15:42.769 INFO O| Feb 27 03:15:42.769 INFO O| Download: 21807/22925 items 189.1/210.6MB 89% complete (1.1M/s)
43602026-02-27T03:15:49.258Z[ host-image] Feb 27 03:15:47.981 INFO O| Feb 27 03:15:47.980 INFO O| Download: 22117/22925 items 204.0/210.6MB 96% complete (2.0M/s)
43612026-02-27T03:15:54.280Z[ host-image] Feb 27 03:15:53.002 INFO O| Feb 27 03:15:53.002 INFO O| Download: 22611/22925 items 210.2/210.6MB 99% complete (1.7M/s)
43622026-02-27T03:15:55.943Z[ host-image] Feb 27 03:15:54.664 INFO O| Feb 27 03:15:54.664 INFO O| Download: Completed 210.65 MB in 158.59 seconds (1.3M/s)
43632026-02-27T03:15:57.864Z[ host-image] Feb 27 03:15:56.354 INFO O| Feb 27 03:15:56.354 INFO O| Actions: 1/50885 actions (Installing new actions)
43642026-02-27T03:15:59.692Z[ recovery-image] Feb 27 03:15:58.413 INFO O| Feb 27 03:15:58.413 INFO O| Planning: Running solver ... Done
43652026-02-27T03:16:01.711Z[ recovery-image] Feb 27 03:16:00.432 INFO O| Feb 27 03:16:00.432 INFO O| Planning: Finding local manifests ... Done
43662026-02-27T03:16:01.841Z[ recovery-image] Feb 27 03:16:00.562 INFO O| Feb 27 03:16:00.562 INFO O| Planning: Fetching manifests: 0/126 0% complete
43672026-02-27T03:16:02.634Z[ host-image] Feb 27 03:16:01.354 INFO O| Feb 27 03:16:01.354 INFO O| Actions: 11808/50885 actions (Installing new actions)
43682026-02-27T03:16:06.862Z[ recovery-image] Feb 27 03:16:05.583 INFO O| Feb 27 03:16:05.582 INFO O| Planning: Fetching manifests: 96/126 76% complete
43692026-02-27T03:16:07.335Z[ recovery-image] Feb 27 03:16:06.055 INFO O| Feb 27 03:16:06.055 INFO O| Planning: Fetching manifests: 126/126 100% complete
43702026-02-27T03:16:07.635Z[ host-image] Feb 27 03:16:06.355 INFO O| Feb 27 03:16:06.355 INFO O| Actions: 20652/50885 actions (Installing new actions)
43712026-02-27T03:16:08.294Z[ recovery-image] Feb 27 03:16:07.015 INFO O| Feb 27 03:16:07.014 INFO O| Planning: Package planning ... Done
43722026-02-27T03:16:08.949Z[ recovery-image] Feb 27 03:16:07.669 INFO O| Feb 27 03:16:07.669 INFO O| Planning: Merging actions ... Done
43732026-02-27T03:16:10.039Z[ recovery-image] Feb 27 03:16:08.760 INFO O| Feb 27 03:16:08.760 INFO O| Planning: Checking for conflicting actions ... Done
43742026-02-27T03:16:10.186Z[ recovery-image] Feb 27 03:16:08.906 INFO O| Feb 27 03:16:08.906 INFO O| Planning: Consolidating action changes ... Done
43752026-02-27T03:16:10.555Z[ recovery-image] Feb 27 03:16:09.275 INFO O| Feb 27 03:16:09.275 INFO O| Planning: Evaluating mediators ... Done
43762026-02-27T03:16:12.635Z[ host-image] Feb 27 03:16:11.355 INFO O| Feb 27 03:16:11.355 INFO O| Actions: 28249/50885 actions (Installing new actions)
43772026-02-27T03:16:15.582Z[ host-image] Feb 27 03:16:14.302 INFO O| Feb 27 03:16:14.302 INFO O| Actions: Completed 50885 actions in 17.94 seconds.
43782026-02-27T03:16:16.425Z[ recovery-image] Feb 27 03:16:15.145 INFO O| Feb 27 03:16:15.144 INFO O| Planning: Planning completed in 1100.86 seconds
43792026-02-27T03:16:16.430Z[ recovery-image] Feb 27 03:16:15.150 INFO O| Feb 27 03:16:15.150 INFO O| Packages to install: 126
43802026-02-27T03:16:16.434Z[ recovery-image] Feb 27 03:16:15.150 INFO O| Feb 27 03:16:15.150 INFO O| Mediators to change: 5
43812026-02-27T03:16:16.434Z[ recovery-image] Feb 27 03:16:15.150 INFO O| Feb 27 03:16:15.150 INFO O| Services to change: 5
43822026-02-27T03:16:16.522Z[ recovery-image] Feb 27 03:16:15.242 INFO O| Feb 27 03:16:15.242 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
43832026-02-27T03:16:17.264Z[ host-image] Feb 27 03:16:15.983 INFO O| Feb 27 03:16:15.983 INFO O| Done
43842026-02-27T03:16:17.264Z[ host-image] Feb 27 03:16:15.983 INFO O| Feb 27 03:16:15.983 INFO O| Done
43852026-02-27T03:16:19.997Z[ host-image] Feb 27 03:16:18.716 INFO O| Feb 27 03:16:18.716 INFO O| Done
43862026-02-27T03:16:22.130Z[ host-image] Feb 27 03:16:20.849 INFO O| Feb 27 03:16:20.849 INFO O| Done
43872026-02-27T03:16:22.163Z[ host-image] Feb 27 03:16:20.880 INFO O| Feb 27 03:16:20.880 INFO O| Done
43882026-02-27T03:16:22.616Z[ recovery-image] Feb 27 03:16:21.335 INFO O| Feb 27 03:16:21.335 INFO O| Download: 1075/15969 items 9.0/187.3MB 4% complete (1.9M/s)
43892026-02-27T03:16:27.527Z[ host-image] Feb 27 03:16:26.245 INFO O| Feb 27 03:16:26.245 INFO O| Done
43902026-02-27T03:16:27.654Z[ recovery-image] Feb 27 03:16:26.373 INFO O| Feb 27 03:16:26.373 INFO O| Download: 1468/15969 items 21.5/187.3MB 11% complete (2.0M/s)
43912026-02-27T03:16:28.238Z[ host-image] Feb 27 03:16:26.957 INFO O| Feb 27 03:16:26.957 INFO O| Done
43922026-02-27T03:16:32.441Z[ host-image] Feb 27 03:16:31.159 INFO O| Feb 27 03:16:31.159 INFO STEP 11 (pkg_install) COMPLETE
43932026-02-27T03:16:32.441Z[ host-image] Feb 27 03:16:31.160 INFO O| Feb 27 03:16:31.159 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43942026-02-27T03:16:32.466Z[ host-image] Feb 27 03:16:31.184 INFO O| Feb 27 03:16:31.184 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"]
43952026-02-27T03:16:32.655Z[ recovery-image] Feb 27 03:16:31.373 INFO O| Feb 27 03:16:31.373 INFO O| Download: 2574/15969 items 31.7/187.3MB 16% complete (2.2M/s)
43962026-02-27T03:16:37.888Z[ recovery-image] Feb 27 03:16:36.606 INFO O| Feb 27 03:16:36.606 INFO O| Download: 3712/15969 items 39.9/187.3MB 21% complete (2.0M/s)
43972026-02-27T03:16:43.799Z[ recovery-image] Feb 27 03:16:42.516 INFO O| Feb 27 03:16:42.515 INFO O| Download: 4858/15969 items 43.4/187.3MB 23% complete (1.7M/s)
43982026-02-27T03:16:48.921Z[ recovery-image] Feb 27 03:16:47.637 INFO O| Feb 27 03:16:47.637 INFO O| Download: 5981/15969 items 53.4/187.3MB 28% complete (1.3M/s)
43992026-02-27T03:16:53.931Z[ recovery-image] Feb 27 03:16:52.647 INFO O| Feb 27 03:16:52.647 INFO O| Download: 6561/15969 items 68.6/187.3MB 36% complete (2.5M/s)
44002026-02-27T03:16:58.953Z[ recovery-image] Feb 27 03:16:57.669 INFO O| Feb 27 03:16:57.668 INFO O| Download: 7662/15969 items 78.3/187.3MB 41% complete (2.5M/s)
44012026-02-27T03:17:03.902Z[ host-image] Feb 27 03:17:02.618 INFO O| Feb 27 03:17:02.618 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44022026-02-27T03:17:04.914Z[ recovery-image] Feb 27 03:17:03.630 INFO O| Feb 27 03:17:03.629 INFO O| Download: 8003/15969 items 82.2/187.3MB 43% complete (1.4M/s)
44032026-02-27T03:17:09.915Z[ recovery-image] Feb 27 03:17:08.630 INFO O| Feb 27 03:17:08.630 INFO O| Download: 8762/15969 items 88.4/187.3MB 47% complete (969k/s)
44042026-02-27T03:17:14.926Z[ recovery-image] Feb 27 03:17:13.639 INFO O| Feb 27 03:17:13.639 INFO O| Download: 9003/15969 items 97.4/187.3MB 52% complete (1.7M/s)
44052026-02-27T03:17:19.939Z[ recovery-image] Feb 27 03:17:18.653 INFO O| Feb 27 03:17:18.653 INFO O| Download: 10340/15969 items 98.1/187.3MB 52% complete (995k/s)
44062026-02-27T03:17:25.130Z[ recovery-image] Feb 27 03:17:23.843 INFO O| Feb 27 03:17:23.843 INFO O| Download: 11076/15969 items 99.5/187.3MB 53% complete (208k/s)
44072026-02-27T03:17:25.807Z[ host-image] Feb 27 03:17:24.520 INFO O| Feb 27 03:17:24.520 INFO O| Startup: Caching catalogs ... Done
44082026-02-27T03:17:30.588Z[ recovery-image] Feb 27 03:17:29.301 INFO O| Feb 27 03:17:29.301 INFO O| Download: 11474/15969 items 112.0/187.3MB 59% complete (1.4M/s)
44092026-02-27T03:17:35.621Z[ recovery-image] Feb 27 03:17:34.334 INFO O| Feb 27 03:17:34.333 INFO O| Download: 12001/15969 items 133.6/187.3MB 71% complete (3.5M/s)
44102026-02-27T03:17:38.557Z[ host-image] Feb 27 03:17:37.269 INFO O| Feb 27 03:17:37.269 INFO O| Planning: Solver setup ... Done
44112026-02-27T03:17:38.568Z[ host-image] Feb 27 03:17:37.280 INFO O| Feb 27 03:17:37.280 INFO O| Planning: Running solver ... Done
44122026-02-27T03:17:38.771Z[ host-image] Feb 27 03:17:37.483 INFO O| Feb 27 03:17:37.483 INFO O| Planning: Finding local manifests ... Done
44132026-02-27T03:17:38.856Z[ host-image] Feb 27 03:17:37.569 INFO O| Feb 27 03:17:37.568 INFO O| Planning: Fetching manifests: 0/6 0% complete
44142026-02-27T03:17:39.093Z[ host-image] Feb 27 03:17:37.805 INFO O| Feb 27 03:17:37.805 INFO O| Planning: Fetching manifests: 6/6 100% complete
44152026-02-27T03:17:39.142Z[ host-image] Feb 27 03:17:37.855 INFO O| Feb 27 03:17:37.854 INFO O| Planning: Package planning ... Done
44162026-02-27T03:17:39.152Z[ host-image] Feb 27 03:17:37.864 INFO O| Feb 27 03:17:37.864 INFO O| Planning: Merging actions ... Done
44172026-02-27T03:17:39.309Z[ host-image] Feb 27 03:17:38.021 INFO O| Feb 27 03:17:38.021 INFO O| Planning: Checking for conflicting actions ... Done
44182026-02-27T03:17:39.312Z[ host-image] Feb 27 03:17:38.024 INFO O| Feb 27 03:17:38.024 INFO O| Planning: Consolidating action changes ... Done
44192026-02-27T03:17:39.760Z[ host-image] Feb 27 03:17:38.472 INFO O| Feb 27 03:17:38.472 INFO O| Planning: Evaluating mediators ... Done
44202026-02-27T03:17:39.764Z[ host-image] Feb 27 03:17:38.475 INFO O| Feb 27 03:17:38.475 INFO O| Planning: Planning completed in 13.81 seconds
44212026-02-27T03:17:39.764Z[ host-image] Feb 27 03:17:38.476 INFO O| Feb 27 03:17:38.476 INFO O| Packages to install: 6
44222026-02-27T03:17:39.764Z[ host-image] Feb 27 03:17:38.476 INFO O| Feb 27 03:17:38.476 INFO O| Services to change: 2
44232026-02-27T03:17:39.797Z[ host-image] Feb 27 03:17:38.509 INFO O| Feb 27 03:17:38.509 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44242026-02-27T03:17:40.627Z[ recovery-image] Feb 27 03:17:39.339 INFO O| Feb 27 03:17:39.338 INFO O| Download: 12714/15969 items 147.6/187.3MB 78% complete (3.6M/s)
44252026-02-27T03:17:45.646Z[ recovery-image] Feb 27 03:17:44.357 INFO O| Feb 27 03:17:44.357 INFO O| Download: 14033/15969 items 152.2/187.3MB 81% complete (1.9M/s)
44262026-02-27T03:17:45.722Z[ host-image] Feb 27 03:17:44.433 INFO O| Feb 27 03:17:44.433 INFO O| Download: 130/155 items 1.5/1.7MB 83% complete (606k/s)
44272026-02-27T03:17:46.890Z[ host-image] Feb 27 03:17:45.601 INFO O| Feb 27 03:17:45.601 INFO O| Download: Completed 1.75 MB in 7.09 seconds (251k/s)
44282026-02-27T03:17:46.948Z[ host-image] Feb 27 03:17:45.659 INFO O| Feb 27 03:17:45.659 INFO O| Actions: 1/390 actions (Installing new actions)
44292026-02-27T03:17:47.375Z[ host-image] Feb 27 03:17:46.086 INFO O| Feb 27 03:17:46.086 INFO O| Actions: Completed 390 actions in 0.43 seconds.
44302026-02-27T03:17:48.223Z[ host-image] Feb 27 03:17:46.934 INFO O| Feb 27 03:17:46.934 INFO O| Done
44312026-02-27T03:17:48.223Z[ host-image] Feb 27 03:17:46.934 INFO O| Feb 27 03:17:46.934 INFO O| Done
44322026-02-27T03:17:50.763Z[ recovery-image] Feb 27 03:17:49.474 INFO O| Feb 27 03:17:49.474 INFO O| Download: 14748/15969 items 155.9/187.3MB 83% complete (888k/s)
44332026-02-27T03:17:50.786Z[ host-image] Feb 27 03:17:49.497 INFO O| Feb 27 03:17:49.497 INFO O| Done
44342026-02-27T03:17:53.593Z[ host-image] Feb 27 03:17:52.304 INFO O| Feb 27 03:17:52.304 INFO O| Done
44352026-02-27T03:17:53.653Z[ host-image] Feb 27 03:17:52.364 INFO O| Feb 27 03:17:52.364 INFO O| Done
44362026-02-27T03:17:53.658Z[ host-image] Feb 27 03:17:52.364 INFO O| Feb 27 03:17:52.364 INFO O| Done
44372026-02-27T03:17:53.693Z[ host-image] Feb 27 03:17:52.404 INFO O| Feb 27 03:17:52.404 INFO O| Done
44382026-02-27T03:17:55.769Z[ recovery-image] Feb 27 03:17:54.478 INFO O| Feb 27 03:17:54.477 INFO O| Download: 14896/15969 items 162.4/187.3MB 86% complete (1.0M/s)
44392026-02-27T03:17:55.786Z[ host-image] Feb 27 03:17:54.497 INFO O| Feb 27 03:17:54.497 INFO STEP 12 (pkg_install) COMPLETE
44402026-02-27T03:17:55.786Z[ host-image] Feb 27 03:17:54.497 INFO O| Feb 27 03:17:54.497 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44412026-02-27T03:17:55.802Z[ host-image] Feb 27 03:17:54.512 INFO O| Feb 27 03:17:54.512 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44422026-02-27T03:18:00.769Z[ recovery-image] Feb 27 03:17:59.479 INFO O| Feb 27 03:17:59.479 INFO O| Download: 15629/15969 items 180.8/187.3MB 96% complete (2.4M/s)
44432026-02-27T03:18:06.639Z[ recovery-image] Feb 27 03:18:05.349 INFO O| Feb 27 03:18:05.349 INFO O| Download: 15762/15969 items 182.2/187.3MB 97% complete (2.0M/s)
44442026-02-27T03:18:09.267Z[ recovery-image] Feb 27 03:18:07.977 INFO O| Feb 27 03:18:07.977 INFO O| Download: Completed 187.26 MB in 112.73 seconds (1.7M/s)
44452026-02-27T03:18:10.423Z[ recovery-image] Feb 27 03:18:09.132 INFO O| Feb 27 03:18:09.132 INFO O| Actions: 1/26357 actions (Installing new actions)
44462026-02-27T03:18:15.430Z[ recovery-image] Feb 27 03:18:14.138 INFO O| Feb 27 03:18:14.138 INFO O| Actions: 9724/26357 actions (Installing new actions)
44472026-02-27T03:18:20.430Z[ recovery-image] Feb 27 03:18:19.139 INFO O| Feb 27 03:18:19.138 INFO O| Actions: 16523/26357 actions (Installing new actions)
44482026-02-27T03:18:25.450Z[ recovery-image] Feb 27 03:18:24.157 INFO O| Feb 27 03:18:24.157 INFO O| Actions: 25958/26357 actions (Installing new actions)
44492026-02-27T03:18:25.743Z[ recovery-image] Feb 27 03:18:24.451 INFO O| Feb 27 03:18:24.451 INFO O| Actions: Completed 26357 actions in 15.32 seconds.
44502026-02-27T03:18:26.624Z[ recovery-image] Feb 27 03:18:25.332 INFO O| Feb 27 03:18:25.332 INFO O| Done
44512026-02-27T03:18:26.628Z[ recovery-image] Feb 27 03:18:25.332 INFO O| Feb 27 03:18:25.332 INFO O| Done
44522026-02-27T03:18:30.322Z[ recovery-image] Feb 27 03:18:29.030 INFO O| Feb 27 03:18:29.030 INFO O| Done
44532026-02-27T03:18:32.595Z[ recovery-image] Feb 27 03:18:31.302 INFO O| Feb 27 03:18:31.302 INFO O| Done
44542026-02-27T03:18:32.621Z[ recovery-image] Feb 27 03:18:31.328 INFO O| Feb 27 03:18:31.328 INFO O| Done
44552026-02-27T03:18:37.416Z[ recovery-image] Feb 27 03:18:36.123 INFO O| Feb 27 03:18:36.123 INFO O| Done
44562026-02-27T03:18:38.122Z[ recovery-image] Feb 27 03:18:36.829 INFO O| Feb 27 03:18:36.829 INFO O| Done
44572026-02-27T03:18:42.314Z[ recovery-image] Feb 27 03:18:41.020 INFO O| Feb 27 03:18:41.020 INFO STEP 11 (pkg_install) COMPLETE
44582026-02-27T03:18:42.314Z[ recovery-image] Feb 27 03:18:41.020 INFO O| Feb 27 03:18:41.020 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44592026-02-27T03:18:42.314Z[ recovery-image] Feb 27 03:18:41.020 INFO O| Feb 27 03:18:41.020 INFO skip step because feature "recovery" is enabled
44602026-02-27T03:18:42.318Z[ recovery-image] Feb 27 03:18:41.020 INFO O| Feb 27 03:18:41.020 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44612026-02-27T03:18:42.318Z[ recovery-image] Feb 27 03:18:41.020 INFO O| Feb 27 03:18:41.020 INFO skip step because feature "omicron1" is not enabled
44622026-02-27T03:18:42.318Z[ recovery-image] Feb 27 03:18:41.020 INFO O| Feb 27 03:18:41.020 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44632026-02-27T03:18:42.328Z[ recovery-image] Feb 27 03:18:41.035 INFO O| Feb 27 03:18:41.035 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44642026-02-27T03:18:44.763Z[ host-image] Feb 27 03:18:43.469 INFO O| Feb 27 03:18:43.469 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44652026-02-27T03:19:07.536Z[ host-image] Feb 27 03:19:06.238 INFO O| Feb 27 03:19:06.238 INFO O| Startup: Caching catalogs ... Done
44662026-02-27T03:19:18.125Z[ host-image] Feb 27 03:19:16.828 INFO O| Feb 27 03:19:16.828 INFO O| Planning: Solver setup ... Done
44672026-02-27T03:19:18.152Z[ host-image] Feb 27 03:19:16.855 INFO O| Feb 27 03:19:16.854 INFO O| Planning: Running solver ... Done
44682026-02-27T03:19:18.382Z[ host-image] Feb 27 03:19:17.085 INFO O| Feb 27 03:19:17.084 INFO O| Planning: Finding local manifests ... Done
44692026-02-27T03:19:18.430Z[ host-image] Feb 27 03:19:17.133 INFO O| Feb 27 03:19:17.133 INFO O| Planning: Fetching manifests: 0/6 0% complete
44702026-02-27T03:19:18.593Z[ host-image] Feb 27 03:19:17.296 INFO O| Feb 27 03:19:17.296 INFO O| Planning: Fetching manifests: 6/6 100% complete
44712026-02-27T03:19:18.698Z[ host-image] Feb 27 03:19:17.400 INFO O| Feb 27 03:19:17.400 INFO O| Planning: Package planning ... Done
44722026-02-27T03:19:18.730Z[ host-image] Feb 27 03:19:17.433 INFO O| Feb 27 03:19:17.432 INFO O| Planning: Merging actions ... Done
44732026-02-27T03:19:22.509Z[ host-image] Feb 27 03:19:17.595 INFO O| Feb 27 03:19:17.595 INFO O| Planning: Checking for conflicting actions ... Done
44742026-02-27T03:19:22.513Z[ host-image] Feb 27 03:19:17.602 INFO O| Feb 27 03:19:17.602 INFO O| Planning: Consolidating action changes ... Done
44752026-02-27T03:19:22.513Z[ host-image] Feb 27 03:19:17.996 INFO O| Feb 27 03:19:17.996 INFO O| Planning: Evaluating mediators ... Done
44762026-02-27T03:19:22.513Z[ host-image] Feb 27 03:19:18.004 INFO O| Feb 27 03:19:18.004 INFO O| Planning: Planning completed in 11.60 seconds
44772026-02-27T03:19:22.513Z[ host-image] Feb 27 03:19:18.005 INFO O| Feb 27 03:19:18.005 INFO O| Packages to install: 6
44782026-02-27T03:19:22.513Z[ host-image] Feb 27 03:19:18.005 INFO O| Feb 27 03:19:18.005 INFO O| Mediators to change: 1
44792026-02-27T03:19:22.513Z[ host-image] Feb 27 03:19:18.005 INFO O| Feb 27 03:19:18.005 INFO O| Services to change: 1
44802026-02-27T03:19:22.513Z[ host-image] Feb 27 03:19:18.059 INFO O| Feb 27 03:19:18.059 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44812026-02-27T03:19:24.382Z[ host-image] Feb 27 03:19:23.084 INFO O| Feb 27 03:19:23.084 INFO O| Download: 953/1140 items 3.3/7.7MB 43% complete (689k/s)
44822026-02-27T03:19:26.129Z[ host-image] Feb 27 03:19:24.831 INFO O| Feb 27 03:19:24.831 INFO O| Download: Completed 7.71 MB in 6.77 seconds (1.1M/s)
44832026-02-27T03:19:26.301Z[ host-image] Feb 27 03:19:25.003 INFO O| Feb 27 03:19:25.003 INFO O| Actions: 1/1361 actions (Installing new actions)
44842026-02-27T03:19:27.108Z[ host-image] Feb 27 03:19:25.778 INFO O| Feb 27 03:19:25.778 INFO O| Actions: Completed 1361 actions in 0.77 seconds.
44852026-02-27T03:19:27.959Z[ host-image] Feb 27 03:19:26.661 INFO O| Feb 27 03:19:26.661 INFO O| Done
44862026-02-27T03:19:27.962Z[ host-image] Feb 27 03:19:26.661 INFO O| Feb 27 03:19:26.661 INFO O| Done
44872026-02-27T03:19:30.625Z[ host-image] Feb 27 03:19:29.327 INFO O| Feb 27 03:19:29.327 INFO O| Done
44882026-02-27T03:19:33.660Z[ host-image] Feb 27 03:19:32.361 INFO O| Feb 27 03:19:32.361 INFO O| Done
44892026-02-27T03:19:33.736Z[ host-image] Feb 27 03:19:32.438 INFO O| Feb 27 03:19:32.438 INFO O| Done
44902026-02-27T03:19:33.740Z[ host-image] Feb 27 03:19:32.439 INFO O| Feb 27 03:19:32.439 INFO O| Done
44912026-02-27T03:19:33.818Z[ host-image] Feb 27 03:19:32.520 INFO O| Feb 27 03:19:32.520 INFO O| Done
44922026-02-27T03:19:34.194Z[ recovery-image] Feb 27 03:19:32.895 INFO O| Feb 27 03:19:32.895 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44932026-02-27T03:19:36.141Z[ host-image] Feb 27 03:19:34.842 INFO O| Feb 27 03:19:34.842 INFO STEP 13 (pkg_install) COMPLETE
44942026-02-27T03:19:36.141Z[ host-image] Feb 27 03:19:34.842 INFO O| Feb 27 03:19:34.842 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952026-02-27T03:19:36.159Z[ host-image] Feb 27 03:19:34.861 INFO O| Feb 27 03:19:34.860 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44962026-02-27T03:19:57.861Z[ recovery-image] Feb 27 03:19:56.561 INFO O| Feb 27 03:19:56.561 INFO O| Startup: Caching catalogs ... Done
44972026-02-27T03:20:08.611Z[ recovery-image] Feb 27 03:20:07.310 INFO O| Feb 27 03:20:07.310 INFO O| Planning: Solver setup ... Done
44982026-02-27T03:20:08.626Z[ recovery-image] Feb 27 03:20:07.324 INFO O| Feb 27 03:20:07.324 INFO O| Planning: Running solver ... Done
44992026-02-27T03:20:08.852Z[ recovery-image] Feb 27 03:20:07.550 INFO O| Feb 27 03:20:07.550 INFO O| Planning: Finding local manifests ... Done
45002026-02-27T03:20:08.923Z[ recovery-image] Feb 27 03:20:07.622 INFO O| Feb 27 03:20:07.621 INFO O| Planning: Fetching manifests: 0/1 0% complete
45012026-02-27T03:20:08.949Z[ recovery-image] Feb 27 03:20:07.647 INFO O| Feb 27 03:20:07.647 INFO O| Planning: Fetching manifests: 1/1 100% complete
45022026-02-27T03:20:08.978Z[ recovery-image] Feb 27 03:20:07.677 INFO O| Feb 27 03:20:07.677 INFO O| Planning: Package planning ... Done
45032026-02-27T03:20:08.982Z[ recovery-image] Feb 27 03:20:07.677 INFO O| Feb 27 03:20:07.677 INFO O| Planning: Merging actions ... Done
45042026-02-27T03:20:09.043Z[ recovery-image] Feb 27 03:20:07.741 INFO O| Feb 27 03:20:07.741 INFO O| Planning: Checking for conflicting actions ... Done
45052026-02-27T03:20:09.046Z[ recovery-image] Feb 27 03:20:07.742 INFO O| Feb 27 03:20:07.742 INFO O| Planning: Consolidating action changes ... Done
45062026-02-27T03:20:09.322Z[ recovery-image] Feb 27 03:20:08.020 INFO O| Feb 27 03:20:08.020 INFO O| Planning: Evaluating mediators ... Done
45072026-02-27T03:20:09.326Z[ recovery-image] Feb 27 03:20:08.021 INFO O| Feb 27 03:20:08.021 INFO O| Planning: Planning completed in 11.28 seconds
45082026-02-27T03:20:09.326Z[ recovery-image] Feb 27 03:20:08.022 INFO O| Feb 27 03:20:08.022 INFO O| Packages to install: 1
45092026-02-27T03:20:09.363Z[ recovery-image] Feb 27 03:20:08.061 INFO O| Feb 27 03:20:08.061 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
45102026-02-27T03:20:10.102Z[ recovery-image] Feb 27 03:20:08.800 INFO O| Feb 27 03:20:08.800 INFO O| Download: Completed 12.26 MB in 0.74 seconds (16.6M/s)
45112026-02-27T03:20:10.193Z[ recovery-image] Feb 27 03:20:08.891 INFO O| Feb 27 03:20:08.891 INFO O| Actions: 1/22 actions (Installing new actions)
45122026-02-27T03:20:10.724Z[ recovery-image] Feb 27 03:20:09.422 INFO O| Feb 27 03:20:09.422 INFO O| Actions: Completed 22 actions in 0.53 seconds.
45132026-02-27T03:20:11.616Z[ recovery-image] Feb 27 03:20:10.272 INFO O| Feb 27 03:20:10.272 INFO O| Done
45142026-02-27T03:20:11.621Z[ recovery-image] Feb 27 03:20:10.272 INFO O| Feb 27 03:20:10.272 INFO O| Done
45152026-02-27T03:20:14.212Z[ recovery-image] Feb 27 03:20:12.910 INFO O| Feb 27 03:20:12.910 INFO O| Done
45162026-02-27T03:20:16.307Z[ recovery-image] Feb 27 03:20:15.005 INFO O| Feb 27 03:20:15.005 INFO O| Done
45172026-02-27T03:20:16.335Z[ recovery-image] Feb 27 03:20:15.032 INFO O| Feb 27 03:20:15.032 INFO O| Done
45182026-02-27T03:20:16.340Z[ recovery-image] Feb 27 03:20:15.033 INFO O| Feb 27 03:20:15.032 INFO O| Done
45192026-02-27T03:20:16.361Z[ recovery-image] Feb 27 03:20:15.059 INFO O| Feb 27 03:20:15.059 INFO O| Done
45202026-02-27T03:20:18.375Z[ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO STEP 14 (pkg_install) COMPLETE
45212026-02-27T03:20:18.375Z[ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45222026-02-27T03:20:18.379Z[ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO skip step because feature "mbist" is not enabled
45232026-02-27T03:20:18.379Z[ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45242026-02-27T03:20:18.379Z[ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO skip step because feature "mfg" is not enabled
45252026-02-27T03:20:18.379Z[ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45262026-02-27T03:20:18.379Z[ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO skip step because feature "compliance" is not enabled
45272026-02-27T03:20:18.379Z[ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45282026-02-27T03:20:18.379Z[ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO skip step because feature "stress" is not enabled
45292026-02-27T03:20:18.379Z[ recovery-image] Feb 27 03:20:17.073 INFO O| Feb 27 03:20:17.072 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45302026-02-27T03:20:18.379Z[ recovery-image] Feb 27 03:20:17.073 INFO O| Feb 27 03:20:17.072 INFO skip step because feature "compliance" is not enabled
45312026-02-27T03:20:18.379Z[ recovery-image] Feb 27 03:20:17.073 INFO O| Feb 27 03:20:17.072 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45322026-02-27T03:20:18.379Z[ recovery-image] Feb 27 03:20:17.073 INFO O| Feb 27 03:20:17.072 INFO skip step because feature "nfs" is not enabled
45332026-02-27T03:20:18.379Z[ recovery-image] Feb 27 03:20:17.073 INFO O| Feb 27 03:20:17.072 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45342026-02-27T03:20:18.379Z[ recovery-image] Feb 27 03:20:17.073 INFO O| Feb 27 03:20:17.072 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45352026-02-27T03:20:18.456Z[ recovery-image] Feb 27 03:20:17.153 INFO O| Feb 27 03:20:17.153 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45362026-02-27T03:20:18.592Z[ recovery-image] Feb 27 03:20:17.290 INFO O| Feb 27 03:20:17.290 INFO completed processing sled/ramdisk-01-os
45372026-02-27T03:20:18.610Z[ recovery-image] Feb 27 03:20:17.308 INFO image builder template: ramdisk-02-trim...
45382026-02-27T03:20:18.611Z[ recovery-image] Feb 27 03:20:17.308 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/.tmpaFY3GB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
45392026-02-27T03:20:18.661Z[ recovery-image] Feb 27 03:20:17.359 INFO O| Feb 27 03:20:17.358 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45402026-02-27T03:20:18.668Z[ recovery-image] Feb 27 03:20:17.365 INFO O| Feb 27 03:20:17.365 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45412026-02-27T03:20:18.765Z[ recovery-image] Feb 27 03:20:17.463 INFO O| Feb 27 03:20:17.463 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45422026-02-27T03:20:18.836Z[ recovery-image] Feb 27 03:20:17.534 INFO O| Feb 27 03:20:17.534 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45432026-02-27T03:20:18.836Z[ recovery-image] Feb 27 03:20:17.534 INFO O| Feb 27 03:20:17.534 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45442026-02-27T03:20:18.845Z[ recovery-image] Feb 27 03:20:17.542 INFO O| Feb 27 03:20:17.542 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45452026-02-27T03:20:18.850Z[ recovery-image] Feb 27 03:20:17.548 INFO O| Feb 27 03:20:17.548 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45462026-02-27T03:20:18.859Z[ recovery-image] Feb 27 03:20:17.555 INFO O| Feb 27 03:20:17.555 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45472026-02-27T03:20:19.251Z[ recovery-image] Feb 27 03:20:17.948 INFO O| Feb 27 03:20:17.948 INFO rolled back to input snapshot; work may begin
45482026-02-27T03:20:19.251Z[ recovery-image] Feb 27 03:20:17.948 INFO O| Feb 27 03:20:17.948 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45492026-02-27T03:20:19.259Z[ recovery-image] Feb 27 03:20:17.956 INFO O| Feb 27 03:20:17.956 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45502026-02-27T03:20:19.277Z[ recovery-image] Feb 27 03:20:17.975 INFO O| Feb 27 03:20:17.975 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45512026-02-27T03:20:19.382Z[ recovery-image] Feb 27 03:20:18.079 INFO O| Feb 27 03:20:18.079 INFO STEP 0 (remove_files) COMPLETE
45522026-02-27T03:20:19.382Z[ recovery-image] Feb 27 03:20:18.079 INFO O| Feb 27 03:20:18.079 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45532026-02-27T03:20:19.399Z[ recovery-image] Feb 27 03:20:18.096 INFO O| Feb 27 03:20:18.096 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45542026-02-27T03:20:19.403Z[ recovery-image] Feb 27 03:20:18.099 INFO O| Feb 27 03:20:18.099 INFO STEP 1 (remove_files) COMPLETE
45552026-02-27T03:20:19.403Z[ recovery-image] Feb 27 03:20:18.099 INFO O| Feb 27 03:20:18.099 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45562026-02-27T03:20:19.418Z[ recovery-image] Feb 27 03:20:18.116 INFO O| Feb 27 03:20:18.115 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45572026-02-27T03:20:19.440Z[ recovery-image] Feb 27 03:20:18.137 INFO O| Feb 27 03:20:18.137 INFO STEP 2 (remove_files) COMPLETE
45582026-02-27T03:20:19.440Z[ recovery-image] Feb 27 03:20:18.138 INFO O| Feb 27 03:20:18.137 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45592026-02-27T03:20:19.456Z[ recovery-image] Feb 27 03:20:18.153 INFO O| Feb 27 03:20:18.153 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45602026-02-27T03:20:19.459Z[ recovery-image] Feb 27 03:20:18.157 INFO O| Feb 27 03:20:18.157 INFO STEP 3 (remove_files) COMPLETE
45612026-02-27T03:20:19.460Z[ recovery-image] Feb 27 03:20:18.157 INFO O| Feb 27 03:20:18.157 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45622026-02-27T03:20:19.475Z[ recovery-image] Feb 27 03:20:18.172 INFO O| Feb 27 03:20:18.172 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45632026-02-27T03:20:19.481Z[ recovery-image] Feb 27 03:20:18.178 INFO O| Feb 27 03:20:18.178 INFO STEP 4 (remove_files) COMPLETE
45642026-02-27T03:20:19.481Z[ recovery-image] Feb 27 03:20:18.178 INFO O| Feb 27 03:20:18.178 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45652026-02-27T03:20:19.496Z[ recovery-image] Feb 27 03:20:18.194 INFO O| Feb 27 03:20:18.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45662026-02-27T03:20:19.500Z[ recovery-image] Feb 27 03:20:18.194 INFO O| Feb 27 03:20:18.194 INFO STEP 5 (remove_files) COMPLETE
45672026-02-27T03:20:19.500Z[ recovery-image] Feb 27 03:20:18.194 INFO O| Feb 27 03:20:18.194 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45682026-02-27T03:20:19.514Z[ recovery-image] Feb 27 03:20:18.211 INFO O| Feb 27 03:20:18.211 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45692026-02-27T03:20:19.533Z[ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO STEP 6 (remove_files) COMPLETE
45702026-02-27T03:20:19.533Z[ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45712026-02-27T03:20:19.533Z[ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO skip step because feature "recovery" is enabled
45722026-02-27T03:20:19.533Z[ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45732026-02-27T03:20:19.533Z[ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO skip step because feature "recovery" is enabled
45742026-02-27T03:20:19.538Z[ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45752026-02-27T03:20:19.538Z[ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO skip step because feature "recovery" is enabled
45762026-02-27T03:20:19.538Z[ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45772026-02-27T03:20:19.551Z[ recovery-image] Feb 27 03:20:18.248 INFO O| Feb 27 03:20:18.248 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45782026-02-27T03:20:19.556Z[ recovery-image] Feb 27 03:20:18.254 INFO O| Feb 27 03:20:18.254 INFO STEP 10 (remove_files) COMPLETE
45792026-02-27T03:20:19.556Z[ recovery-image] Feb 27 03:20:18.254 INFO O| Feb 27 03:20:18.254 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45802026-02-27T03:20:19.572Z[ recovery-image] Feb 27 03:20:18.270 INFO O| Feb 27 03:20:18.270 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45812026-02-27T03:20:19.575Z[ recovery-image] Feb 27 03:20:18.271 INFO O| Feb 27 03:20:18.271 INFO STEP 11 (remove_files) COMPLETE
45822026-02-27T03:20:19.575Z[ recovery-image] Feb 27 03:20:18.271 INFO O| Feb 27 03:20:18.271 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45832026-02-27T03:20:19.590Z[ recovery-image] Feb 27 03:20:18.288 INFO O| Feb 27 03:20:18.288 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45842026-02-27T03:20:19.593Z[ recovery-image] Feb 27 03:20:18.290 INFO O| Feb 27 03:20:18.290 INFO STEP 12 (remove_files) COMPLETE
45852026-02-27T03:20:19.593Z[ recovery-image] Feb 27 03:20:18.290 INFO O| Feb 27 03:20:18.290 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45862026-02-27T03:20:19.801Z[ recovery-image] Feb 27 03:20:18.499 INFO O| Feb 27 03:20:18.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45872026-02-27T03:20:19.809Z[ recovery-image] Feb 27 03:20:18.506 INFO O| Feb 27 03:20:18.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45882026-02-27T03:20:19.824Z[ recovery-image] Feb 27 03:20:18.522 INFO O| Feb 27 03:20:18.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45892026-02-27T03:20:19.828Z[ recovery-image] Feb 27 03:20:18.525 INFO O| Feb 27 03:20:18.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45902026-02-27T03:20:20.036Z[ recovery-image] Feb 27 03:20:18.734 INFO O| Feb 27 03:20:18.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45912026-02-27T03:20:20.053Z[ recovery-image] Feb 27 03:20:18.750 INFO O| Feb 27 03:20:18.750 INFO STEP 13 (remove_files) COMPLETE
45922026-02-27T03:20:20.053Z[ recovery-image] Feb 27 03:20:18.750 INFO O| Feb 27 03:20:18.750 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45932026-02-27T03:20:20.070Z[ recovery-image] Feb 27 03:20:18.767 INFO O| Feb 27 03:20:18.767 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45942026-02-27T03:20:20.073Z[ recovery-image] Feb 27 03:20:18.769 INFO O| Feb 27 03:20:18.769 INFO STEP 14 (remove_files) COMPLETE
45952026-02-27T03:20:20.073Z[ recovery-image] Feb 27 03:20:18.769 INFO O| Feb 27 03:20:18.769 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45962026-02-27T03:20:20.087Z[ recovery-image] Feb 27 03:20:18.784 INFO O| Feb 27 03:20:18.784 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45972026-02-27T03:20:20.097Z[ recovery-image] Feb 27 03:20:18.794 INFO O| Feb 27 03:20:18.794 INFO STEP 15 (remove_files) COMPLETE
45982026-02-27T03:20:20.097Z[ recovery-image] Feb 27 03:20:18.795 INFO O| Feb 27 03:20:18.794 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45992026-02-27T03:20:20.113Z[ recovery-image] Feb 27 03:20:18.810 INFO O| Feb 27 03:20:18.810 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46002026-02-27T03:20:20.116Z[ recovery-image] Feb 27 03:20:18.811 INFO O| Feb 27 03:20:18.811 INFO STEP 16 (remove_files) COMPLETE
46012026-02-27T03:20:20.116Z[ recovery-image] Feb 27 03:20:18.811 INFO O| Feb 27 03:20:18.811 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46022026-02-27T03:20:20.129Z[ recovery-image] Feb 27 03:20:18.826 INFO O| Feb 27 03:20:18.826 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46032026-02-27T03:20:20.132Z[ recovery-image] Feb 27 03:20:18.829 INFO O| Feb 27 03:20:18.829 INFO STEP 17 (remove_files) COMPLETE
46042026-02-27T03:20:20.132Z[ recovery-image] Feb 27 03:20:18.829 INFO O| Feb 27 03:20:18.829 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46052026-02-27T03:20:20.145Z[ recovery-image] Feb 27 03:20:18.843 INFO O| Feb 27 03:20:18.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46062026-02-27T03:20:20.146Z[ recovery-image] Feb 27 03:20:18.843 INFO O| Feb 27 03:20:18.843 INFO STEP 18 (remove_files) COMPLETE
46072026-02-27T03:20:20.149Z[ recovery-image] Feb 27 03:20:18.843 INFO O| Feb 27 03:20:18.843 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46082026-02-27T03:20:20.160Z[ recovery-image] Feb 27 03:20:18.857 INFO O| Feb 27 03:20:18.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46092026-02-27T03:20:20.160Z[ recovery-image] Feb 27 03:20:18.857 INFO O| Feb 27 03:20:18.857 INFO STEP 19 (remove_files) COMPLETE
46102026-02-27T03:20:20.160Z[ recovery-image] Feb 27 03:20:18.857 INFO O| Feb 27 03:20:18.857 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46112026-02-27T03:20:20.175Z[ recovery-image] Feb 27 03:20:18.872 INFO O| Feb 27 03:20:18.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46122026-02-27T03:20:20.175Z[ recovery-image] Feb 27 03:20:18.872 INFO O| Feb 27 03:20:18.872 INFO STEP 20 (remove_files) COMPLETE
46132026-02-27T03:20:20.175Z[ recovery-image] Feb 27 03:20:18.872 INFO O| Feb 27 03:20:18.872 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46142026-02-27T03:20:20.189Z[ recovery-image] Feb 27 03:20:18.886 INFO O| Feb 27 03:20:18.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46152026-02-27T03:20:20.189Z[ recovery-image] Feb 27 03:20:18.886 INFO O| Feb 27 03:20:18.886 INFO STEP 21 (remove_files) COMPLETE
46162026-02-27T03:20:20.189Z[ recovery-image] Feb 27 03:20:18.886 INFO O| Feb 27 03:20:18.886 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46172026-02-27T03:20:20.204Z[ recovery-image] Feb 27 03:20:18.900 INFO O| Feb 27 03:20:18.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46182026-02-27T03:20:20.204Z[ recovery-image] Feb 27 03:20:18.901 INFO O| Feb 27 03:20:18.901 INFO STEP 22 (remove_files) COMPLETE
46192026-02-27T03:20:20.204Z[ recovery-image] Feb 27 03:20:18.901 INFO O| Feb 27 03:20:18.901 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46202026-02-27T03:20:20.217Z[ recovery-image] Feb 27 03:20:18.914 INFO O| Feb 27 03:20:18.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46212026-02-27T03:20:20.217Z[ recovery-image] Feb 27 03:20:18.914 INFO O| Feb 27 03:20:18.914 INFO STEP 23 (remove_files) COMPLETE
46222026-02-27T03:20:20.217Z[ recovery-image] Feb 27 03:20:18.914 INFO O| Feb 27 03:20:18.914 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46232026-02-27T03:20:20.230Z[ recovery-image] Feb 27 03:20:18.927 INFO O| Feb 27 03:20:18.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46242026-02-27T03:20:20.230Z[ recovery-image] Feb 27 03:20:18.927 INFO O| Feb 27 03:20:18.927 INFO STEP 24 (remove_files) COMPLETE
46252026-02-27T03:20:20.230Z[ recovery-image] Feb 27 03:20:18.927 INFO O| Feb 27 03:20:18.927 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46262026-02-27T03:20:20.243Z[ recovery-image] Feb 27 03:20:18.940 INFO O| Feb 27 03:20:18.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46272026-02-27T03:20:20.243Z[ recovery-image] Feb 27 03:20:18.940 INFO O| Feb 27 03:20:18.940 INFO STEP 25 (remove_files) COMPLETE
46282026-02-27T03:20:20.243Z[ recovery-image] Feb 27 03:20:18.940 INFO O| Feb 27 03:20:18.940 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46292026-02-27T03:20:20.256Z[ recovery-image] Feb 27 03:20:18.954 INFO O| Feb 27 03:20:18.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46302026-02-27T03:20:20.257Z[ recovery-image] Feb 27 03:20:18.954 INFO O| Feb 27 03:20:18.954 INFO STEP 26 (remove_files) COMPLETE
46312026-02-27T03:20:20.257Z[ recovery-image] Feb 27 03:20:18.954 INFO O| Feb 27 03:20:18.954 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46322026-02-27T03:20:20.271Z[ recovery-image] Feb 27 03:20:18.968 INFO O| Feb 27 03:20:18.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46332026-02-27T03:20:20.271Z[ recovery-image] Feb 27 03:20:18.968 INFO O| Feb 27 03:20:18.968 INFO STEP 27 (remove_files) COMPLETE
46342026-02-27T03:20:20.271Z[ recovery-image] Feb 27 03:20:18.968 INFO O| Feb 27 03:20:18.968 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46352026-02-27T03:20:20.285Z[ recovery-image] Feb 27 03:20:18.983 INFO O| Feb 27 03:20:18.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46362026-02-27T03:20:20.285Z[ recovery-image] Feb 27 03:20:18.983 INFO O| Feb 27 03:20:18.983 INFO STEP 28 (remove_files) COMPLETE
46372026-02-27T03:20:20.285Z[ recovery-image] Feb 27 03:20:18.983 INFO O| Feb 27 03:20:18.983 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46382026-02-27T03:20:20.300Z[ recovery-image] Feb 27 03:20:18.998 INFO O| Feb 27 03:20:18.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46392026-02-27T03:20:20.301Z[ recovery-image] Feb 27 03:20:18.998 INFO O| Feb 27 03:20:18.998 INFO STEP 29 (remove_files) COMPLETE
46402026-02-27T03:20:20.301Z[ recovery-image] Feb 27 03:20:18.998 INFO O| Feb 27 03:20:18.998 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46412026-02-27T03:20:20.316Z[ recovery-image] Feb 27 03:20:19.013 INFO O| Feb 27 03:20:19.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46422026-02-27T03:20:20.316Z[ recovery-image] Feb 27 03:20:19.014 INFO O| Feb 27 03:20:19.014 INFO STEP 30 (remove_files) COMPLETE
46432026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.014 INFO O| Feb 27 03:20:19.014 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46442026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.027 INFO O| Feb 27 03:20:19.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46452026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.027 INFO O| Feb 27 03:20:19.027 INFO STEP 31 (remove_files) COMPLETE
46462026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.027 INFO O| Feb 27 03:20:19.027 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46472026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.042 INFO O| Feb 27 03:20:19.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46482026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.042 INFO O| Feb 27 03:20:19.042 INFO STEP 32 (remove_files) COMPLETE
46492026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.042 INFO O| Feb 27 03:20:19.042 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46502026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.055 INFO O| Feb 27 03:20:19.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46512026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.056 INFO O| Feb 27 03:20:19.056 INFO STEP 33 (remove_files) COMPLETE
46522026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.056 INFO O| Feb 27 03:20:19.056 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46532026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.070 INFO O| Feb 27 03:20:19.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46542026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.070 INFO O| Feb 27 03:20:19.070 INFO STEP 34 (remove_files) COMPLETE
46552026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.070 INFO O| Feb 27 03:20:19.070 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46562026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.085 INFO O| Feb 27 03:20:19.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46572026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.085 INFO O| Feb 27 03:20:19.085 INFO STEP 35 (remove_files) COMPLETE
46582026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.085 INFO O| Feb 27 03:20:19.085 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46592026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.099 INFO O| Feb 27 03:20:19.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46602026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.099 INFO O| Feb 27 03:20:19.099 INFO STEP 36 (remove_files) COMPLETE
46612026-02-27T03:20:20.413Z[ recovery-image] Feb 27 03:20:19.099 INFO O| Feb 27 03:20:19.099 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46622026-02-27T03:20:20.417Z[ recovery-image] Feb 27 03:20:19.113 INFO O| Feb 27 03:20:19.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46632026-02-27T03:20:20.417Z[ recovery-image] Feb 27 03:20:19.113 INFO O| Feb 27 03:20:19.113 INFO STEP 37 (remove_files) COMPLETE
46642026-02-27T03:20:20.417Z[ recovery-image] Feb 27 03:20:19.113 INFO O| Feb 27 03:20:19.113 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46652026-02-27T03:20:20.441Z[ recovery-image] Feb 27 03:20:19.138 INFO O| Feb 27 03:20:19.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46662026-02-27T03:20:20.441Z[ recovery-image] Feb 27 03:20:19.138 INFO O| Feb 27 03:20:19.138 INFO STEP 38 (remove_files) COMPLETE
46672026-02-27T03:20:20.441Z[ recovery-image] Feb 27 03:20:19.138 INFO O| Feb 27 03:20:19.138 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46682026-02-27T03:20:20.456Z[ recovery-image] Feb 27 03:20:19.153 INFO O| Feb 27 03:20:19.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46692026-02-27T03:20:20.456Z[ recovery-image] Feb 27 03:20:19.153 INFO O| Feb 27 03:20:19.153 INFO STEP 39 (remove_files) COMPLETE
46702026-02-27T03:20:20.456Z[ recovery-image] Feb 27 03:20:19.153 INFO O| Feb 27 03:20:19.153 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46712026-02-27T03:20:20.470Z[ recovery-image] Feb 27 03:20:19.168 INFO O| Feb 27 03:20:19.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46722026-02-27T03:20:20.471Z[ recovery-image] Feb 27 03:20:19.168 INFO O| Feb 27 03:20:19.168 INFO STEP 40 (remove_files) COMPLETE
46732026-02-27T03:20:20.474Z[ recovery-image] Feb 27 03:20:19.168 INFO O| Feb 27 03:20:19.168 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46742026-02-27T03:20:20.485Z[ recovery-image] Feb 27 03:20:19.182 INFO O| Feb 27 03:20:19.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46752026-02-27T03:20:20.485Z[ recovery-image] Feb 27 03:20:19.182 INFO O| Feb 27 03:20:19.182 INFO STEP 41 (remove_files) COMPLETE
46762026-02-27T03:20:20.488Z[ recovery-image] Feb 27 03:20:19.182 INFO O| Feb 27 03:20:19.182 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46772026-02-27T03:20:20.499Z[ recovery-image] Feb 27 03:20:19.196 INFO O| Feb 27 03:20:19.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46782026-02-27T03:20:20.499Z[ recovery-image] Feb 27 03:20:19.197 INFO O| Feb 27 03:20:19.197 INFO STEP 42 (remove_files) COMPLETE
46792026-02-27T03:20:20.499Z[ recovery-image] Feb 27 03:20:19.197 INFO O| Feb 27 03:20:19.197 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46802026-02-27T03:20:20.514Z[ recovery-image] Feb 27 03:20:19.211 INFO O| Feb 27 03:20:19.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46812026-02-27T03:20:20.514Z[ recovery-image] Feb 27 03:20:19.211 INFO O| Feb 27 03:20:19.211 INFO STEP 43 (remove_files) COMPLETE
46822026-02-27T03:20:20.514Z[ recovery-image] Feb 27 03:20:19.211 INFO O| Feb 27 03:20:19.211 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46832026-02-27T03:20:20.527Z[ recovery-image] Feb 27 03:20:19.224 INFO O| Feb 27 03:20:19.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46842026-02-27T03:20:20.527Z[ recovery-image] Feb 27 03:20:19.224 INFO O| Feb 27 03:20:19.224 INFO STEP 44 (remove_files) COMPLETE
46852026-02-27T03:20:20.527Z[ recovery-image] Feb 27 03:20:19.224 INFO O| Feb 27 03:20:19.224 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46862026-02-27T03:20:20.540Z[ recovery-image] Feb 27 03:20:19.238 INFO O| Feb 27 03:20:19.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46872026-02-27T03:20:20.540Z[ recovery-image] Feb 27 03:20:19.238 INFO O| Feb 27 03:20:19.238 INFO STEP 45 (remove_files) COMPLETE
46882026-02-27T03:20:20.544Z[ recovery-image] Feb 27 03:20:19.238 INFO O| Feb 27 03:20:19.238 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46892026-02-27T03:20:20.554Z[ recovery-image] Feb 27 03:20:19.251 INFO O| Feb 27 03:20:19.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46902026-02-27T03:20:20.554Z[ recovery-image] Feb 27 03:20:19.251 INFO O| Feb 27 03:20:19.251 INFO STEP 46 (remove_files) COMPLETE
46912026-02-27T03:20:20.554Z[ recovery-image] Feb 27 03:20:19.251 INFO O| Feb 27 03:20:19.251 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46922026-02-27T03:20:20.569Z[ recovery-image] Feb 27 03:20:19.267 INFO O| Feb 27 03:20:19.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46932026-02-27T03:20:20.569Z[ recovery-image] Feb 27 03:20:19.267 INFO O| Feb 27 03:20:19.267 INFO STEP 47 (remove_files) COMPLETE
46942026-02-27T03:20:20.569Z[ recovery-image] Feb 27 03:20:19.267 INFO O| Feb 27 03:20:19.267 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46952026-02-27T03:20:20.585Z[ recovery-image] Feb 27 03:20:19.283 INFO O| Feb 27 03:20:19.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46962026-02-27T03:20:20.585Z[ recovery-image] Feb 27 03:20:19.283 INFO O| Feb 27 03:20:19.283 INFO STEP 48 (remove_files) COMPLETE
46972026-02-27T03:20:20.585Z[ recovery-image] Feb 27 03:20:19.283 INFO O| Feb 27 03:20:19.283 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46982026-02-27T03:20:20.602Z[ recovery-image] Feb 27 03:20:19.298 INFO O| Feb 27 03:20:19.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46992026-02-27T03:20:20.602Z[ recovery-image] Feb 27 03:20:19.298 INFO O| Feb 27 03:20:19.298 INFO STEP 49 (remove_files) COMPLETE
47002026-02-27T03:20:20.602Z[ recovery-image] Feb 27 03:20:19.298 INFO O| Feb 27 03:20:19.298 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47012026-02-27T03:20:20.616Z[ recovery-image] Feb 27 03:20:19.314 INFO O| Feb 27 03:20:19.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47022026-02-27T03:20:20.616Z[ recovery-image] Feb 27 03:20:19.314 INFO O| Feb 27 03:20:19.314 INFO STEP 50 (remove_files) COMPLETE
47032026-02-27T03:20:20.616Z[ recovery-image] Feb 27 03:20:19.314 INFO O| Feb 27 03:20:19.314 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47042026-02-27T03:20:20.631Z[ recovery-image] Feb 27 03:20:19.328 INFO O| Feb 27 03:20:19.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47052026-02-27T03:20:20.631Z[ recovery-image] Feb 27 03:20:19.328 INFO O| Feb 27 03:20:19.328 INFO STEP 51 (remove_files) COMPLETE
47062026-02-27T03:20:20.631Z[ recovery-image] Feb 27 03:20:19.328 INFO O| Feb 27 03:20:19.328 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47072026-02-27T03:20:20.644Z[ recovery-image] Feb 27 03:20:19.342 INFO O| Feb 27 03:20:19.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47082026-02-27T03:20:20.645Z[ recovery-image] Feb 27 03:20:19.342 INFO O| Feb 27 03:20:19.342 INFO STEP 52 (remove_files) COMPLETE
47092026-02-27T03:20:20.648Z[ recovery-image] Feb 27 03:20:19.342 INFO O| Feb 27 03:20:19.342 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47102026-02-27T03:20:20.660Z[ recovery-image] Feb 27 03:20:19.357 INFO O| Feb 27 03:20:19.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47112026-02-27T03:20:20.660Z[ recovery-image] Feb 27 03:20:19.357 INFO O| Feb 27 03:20:19.357 INFO STEP 53 (remove_files) COMPLETE
47122026-02-27T03:20:20.660Z[ recovery-image] Feb 27 03:20:19.357 INFO O| Feb 27 03:20:19.357 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47132026-02-27T03:20:20.676Z[ recovery-image] Feb 27 03:20:19.373 INFO O| Feb 27 03:20:19.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47142026-02-27T03:20:20.676Z[ recovery-image] Feb 27 03:20:19.373 INFO O| Feb 27 03:20:19.373 INFO STEP 54 (remove_files) COMPLETE
47152026-02-27T03:20:20.676Z[ recovery-image] Feb 27 03:20:19.373 INFO O| Feb 27 03:20:19.373 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47162026-02-27T03:20:20.691Z[ recovery-image] Feb 27 03:20:19.388 INFO O| Feb 27 03:20:19.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47172026-02-27T03:20:20.691Z[ recovery-image] Feb 27 03:20:19.388 INFO O| Feb 27 03:20:19.388 INFO STEP 55 (remove_files) COMPLETE
47182026-02-27T03:20:20.694Z[ recovery-image] Feb 27 03:20:19.388 INFO O| Feb 27 03:20:19.388 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47192026-02-27T03:20:20.706Z[ recovery-image] Feb 27 03:20:19.403 INFO O| Feb 27 03:20:19.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47202026-02-27T03:20:20.706Z[ recovery-image] Feb 27 03:20:19.404 INFO O| Feb 27 03:20:19.404 INFO STEP 56 (remove_files) COMPLETE
47212026-02-27T03:20:20.710Z[ recovery-image] Feb 27 03:20:19.404 INFO O| Feb 27 03:20:19.404 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47222026-02-27T03:20:20.721Z[ recovery-image] Feb 27 03:20:19.418 INFO O| Feb 27 03:20:19.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47232026-02-27T03:20:20.721Z[ recovery-image] Feb 27 03:20:19.418 INFO O| Feb 27 03:20:19.418 INFO STEP 57 (remove_files) COMPLETE
47242026-02-27T03:20:20.721Z[ recovery-image] Feb 27 03:20:19.418 INFO O| Feb 27 03:20:19.418 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47252026-02-27T03:20:20.749Z[ recovery-image] Feb 27 03:20:19.447 INFO O| Feb 27 03:20:19.447 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47262026-02-27T03:20:20.749Z[ recovery-image] Feb 27 03:20:19.447 INFO O| Feb 27 03:20:19.447 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47272026-02-27T03:20:20.753Z[ recovery-image] Feb 27 03:20:19.447 INFO O| Feb 27 03:20:19.447 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47282026-02-27T03:20:20.753Z[ recovery-image] Feb 27 03:20:19.447 INFO O| Feb 27 03:20:19.447 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47292026-02-27T03:20:20.753Z[ recovery-image] Feb 27 03:20:19.448 INFO O| Feb 27 03:20:19.447 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47302026-02-27T03:20:20.753Z[ recovery-image] Feb 27 03:20:19.449 INFO O| Feb 27 03:20:19.449 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47312026-02-27T03:20:20.753Z[ recovery-image] Feb 27 03:20:19.450 INFO O| Feb 27 03:20:19.449 INFO ok!
47322026-02-27T03:20:20.753Z[ recovery-image] Feb 27 03:20:19.450 INFO O| Feb 27 03:20:19.449 INFO STEP 58 (ensure_file) COMPLETE
47332026-02-27T03:20:20.753Z[ recovery-image] Feb 27 03:20:19.450 INFO O| Feb 27 03:20:19.450 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47342026-02-27T03:20:20.769Z[ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47352026-02-27T03:20:20.769Z[ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47362026-02-27T03:20:20.769Z[ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47372026-02-27T03:20:20.773Z[ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47382026-02-27T03:20:20.773Z[ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47392026-02-27T03:20:20.773Z[ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47402026-02-27T03:20:20.773Z[ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO ok!
47412026-02-27T03:20:20.773Z[ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO STEP 59 (ensure_file) COMPLETE
47422026-02-27T03:20:20.773Z[ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47432026-02-27T03:20:20.785Z[ recovery-image] Feb 27 03:20:19.482 INFO O| Feb 27 03:20:19.482 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47442026-02-27T03:20:20.785Z[ recovery-image] Feb 27 03:20:19.482 INFO O| Feb 27 03:20:19.482 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47452026-02-27T03:20:20.785Z[ recovery-image] Feb 27 03:20:19.483 INFO O| Feb 27 03:20:19.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47462026-02-27T03:20:20.788Z[ recovery-image] Feb 27 03:20:19.483 INFO O| Feb 27 03:20:19.483 INFO ok!
47472026-02-27T03:20:20.788Z[ recovery-image] Feb 27 03:20:19.483 INFO O| Feb 27 03:20:19.483 INFO STEP 60 (ensure_file) COMPLETE
47482026-02-27T03:20:20.788Z[ recovery-image] Feb 27 03:20:19.483 INFO O| Feb 27 03:20:19.483 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47492026-02-27T03:20:20.800Z[ recovery-image] Feb 27 03:20:19.498 INFO O| Feb 27 03:20:19.498 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47502026-02-27T03:20:20.801Z[ recovery-image] Feb 27 03:20:19.498 INFO O| Feb 27 03:20:19.498 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47512026-02-27T03:20:20.801Z[ recovery-image] Feb 27 03:20:19.498 INFO O| Feb 27 03:20:19.498 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47522026-02-27T03:20:20.804Z[ recovery-image] Feb 27 03:20:19.498 INFO O| Feb 27 03:20:19.498 INFO ok!
47532026-02-27T03:20:20.804Z[ recovery-image] Feb 27 03:20:19.498 INFO O| Feb 27 03:20:19.498 INFO STEP 61 (ensure_file) COMPLETE
47542026-02-27T03:20:20.804Z[ recovery-image] Feb 27 03:20:19.498 INFO O| Feb 27 03:20:19.498 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47552026-02-27T03:20:20.817Z[ recovery-image] Feb 27 03:20:19.514 INFO O| Feb 27 03:20:19.514 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47562026-02-27T03:20:20.817Z[ recovery-image] Feb 27 03:20:19.514 INFO O| Feb 27 03:20:19.514 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47572026-02-27T03:20:20.817Z[ recovery-image] Feb 27 03:20:19.514 INFO O| Feb 27 03:20:19.514 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47582026-02-27T03:20:20.817Z[ recovery-image] Feb 27 03:20:19.514 INFO O| Feb 27 03:20:19.514 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47592026-02-27T03:20:20.817Z[ recovery-image] Feb 27 03:20:19.514 INFO O| Feb 27 03:20:19.514 INFO ok!
47602026-02-27T03:20:20.817Z[ recovery-image] Feb 27 03:20:19.514 INFO O| Feb 27 03:20:19.514 INFO STEP 62 (ensure_file) COMPLETE
47612026-02-27T03:20:20.820Z[ recovery-image] Feb 27 03:20:19.514 INFO O| Feb 27 03:20:19.514 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47622026-02-27T03:20:20.832Z[ recovery-image] Feb 27 03:20:19.530 INFO O| Feb 27 03:20:19.530 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47632026-02-27T03:20:20.832Z[ recovery-image] Feb 27 03:20:19.530 INFO O| Feb 27 03:20:19.530 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47642026-02-27T03:20:20.836Z[ recovery-image] Feb 27 03:20:19.531 INFO O| Feb 27 03:20:19.531 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47652026-02-27T03:20:20.836Z[ recovery-image] Feb 27 03:20:19.531 INFO O| Feb 27 03:20:19.531 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47662026-02-27T03:20:20.836Z[ recovery-image] Feb 27 03:20:19.531 INFO O| Feb 27 03:20:19.531 INFO ok!
47672026-02-27T03:20:20.836Z[ recovery-image] Feb 27 03:20:19.531 INFO O| Feb 27 03:20:19.531 INFO STEP 63 (ensure_file) COMPLETE
47682026-02-27T03:20:20.836Z[ recovery-image] Feb 27 03:20:19.531 INFO O| Feb 27 03:20:19.531 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47692026-02-27T03:20:20.850Z[ recovery-image] Feb 27 03:20:19.547 INFO O| Feb 27 03:20:19.547 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47702026-02-27T03:20:20.850Z[ recovery-image] Feb 27 03:20:19.547 INFO O| Feb 27 03:20:19.547 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47712026-02-27T03:20:20.853Z[ recovery-image] Feb 27 03:20:19.548 INFO O| Feb 27 03:20:19.548 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47722026-02-27T03:20:20.853Z[ recovery-image] Feb 27 03:20:19.549 INFO O| Feb 27 03:20:19.548 INFO ok!
47732026-02-27T03:20:20.853Z[ recovery-image] Feb 27 03:20:19.549 INFO O| Feb 27 03:20:19.548 INFO STEP 64 (assemble_files) COMPLETE
47742026-02-27T03:20:20.853Z[ recovery-image] Feb 27 03:20:19.549 INFO O| Feb 27 03:20:19.548 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47752026-02-27T03:20:20.867Z[ recovery-image] Feb 27 03:20:19.564 INFO O| Feb 27 03:20:19.564 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47762026-02-27T03:20:20.867Z[ recovery-image] Feb 27 03:20:19.564 INFO O| Feb 27 03:20:19.564 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47772026-02-27T03:20:20.870Z[ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47782026-02-27T03:20:20.870Z[ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47792026-02-27T03:20:20.870Z[ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO ok!
47802026-02-27T03:20:20.871Z[ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO STEP 65 (ensure_file) COMPLETE
47812026-02-27T03:20:20.871Z[ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47822026-02-27T03:20:20.871Z[ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO skip step because feature "omicron1" is not enabled
47832026-02-27T03:20:20.871Z[ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47842026-02-27T03:20:20.871Z[ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO skip step because feature "omicron1" is not enabled
47852026-02-27T03:20:20.871Z[ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47862026-02-27T03:20:20.871Z[ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO skip step because feature "omicron1" is not enabled
47872026-02-27T03:20:20.871Z[ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47882026-02-27T03:20:20.891Z[ recovery-image] Feb 27 03:20:19.588 INFO O| Feb 27 03:20:19.588 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47892026-02-27T03:20:20.891Z[ recovery-image] Feb 27 03:20:19.588 INFO O| Feb 27 03:20:19.588 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47902026-02-27T03:20:23.632Z[ recovery-image] Feb 27 03:20:22.327 INFO O| Feb 27 03:20:22.327 INFO STEP 69 (pack_tar) COMPLETE
47912026-02-27T03:20:23.632Z[ recovery-image] Feb 27 03:20:22.328 INFO O| Feb 27 03:20:22.327 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47922026-02-27T03:20:23.635Z[ recovery-image] Feb 27 03:20:22.328 INFO O| Feb 27 03:20:22.327 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47932026-02-27T03:20:24.220Z[ recovery-image] Feb 27 03:20:22.917 INFO O| Feb 27 03:20:22.917 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47942026-02-27T03:20:24.360Z[ recovery-image] Feb 27 03:20:23.056 INFO O| Feb 27 03:20:23.056 INFO completed processing sled/ramdisk-02-trim
47952026-02-27T03:20:24.364Z[ recovery-image] Feb 27 03:20:23.059 INFO image builder template: ramdisk-03-recovery-trim...
47962026-02-27T03:20:24.364Z[ recovery-image] Feb 27 03:20:23.059 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/.tmpaFY3GB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-03-recovery-trim"], pwd: None
47972026-02-27T03:20:24.539Z[ recovery-image] Feb 27 03:20:23.236 INFO O| Feb 27 03:20:23.235 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47982026-02-27T03:20:24.544Z[ recovery-image] Feb 27 03:20:23.242 INFO O| Feb 27 03:20:23.242 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47992026-02-27T03:20:24.636Z[ recovery-image] Feb 27 03:20:23.333 INFO O| Feb 27 03:20:23.333 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48002026-02-27T03:20:24.708Z[ recovery-image] Feb 27 03:20:23.405 INFO O| Feb 27 03:20:23.405 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48012026-02-27T03:20:24.708Z[ recovery-image] Feb 27 03:20:23.405 INFO O| Feb 27 03:20:23.405 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48022026-02-27T03:20:24.742Z[ recovery-image] Feb 27 03:20:23.439 INFO O| Feb 27 03:20:23.439 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48032026-02-27T03:20:24.748Z[ recovery-image] Feb 27 03:20:23.445 INFO O| Feb 27 03:20:23.445 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48042026-02-27T03:20:24.756Z[ recovery-image] Feb 27 03:20:23.452 INFO O| Feb 27 03:20:23.452 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48052026-02-27T03:20:25.199Z[ recovery-image] Feb 27 03:20:23.896 INFO O| Feb 27 03:20:23.896 INFO rolled back to input snapshot; work may begin
48062026-02-27T03:20:25.199Z[ recovery-image] Feb 27 03:20:23.896 INFO O| Feb 27 03:20:23.896 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48072026-02-27T03:20:25.206Z[ recovery-image] Feb 27 03:20:23.903 INFO O| Feb 27 03:20:23.903 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082026-02-27T03:20:25.219Z[ recovery-image] Feb 27 03:20:23.916 INFO O| Feb 27 03:20:23.916 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48092026-02-27T03:20:25.314Z[ recovery-image] Feb 27 03:20:24.011 INFO O| Feb 27 03:20:24.011 INFO STEP 0 (remove_files) COMPLETE
48102026-02-27T03:20:25.314Z[ recovery-image] Feb 27 03:20:24.011 INFO O| Feb 27 03:20:24.011 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112026-02-27T03:20:25.330Z[ recovery-image] Feb 27 03:20:24.027 INFO O| Feb 27 03:20:24.026 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48122026-02-27T03:20:25.512Z[ recovery-image] Feb 27 03:20:24.208 INFO O| Feb 27 03:20:24.208 INFO STEP 1 (remove_files) COMPLETE
48132026-02-27T03:20:25.512Z[ recovery-image] Feb 27 03:20:24.209 INFO O| Feb 27 03:20:24.208 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142026-02-27T03:20:25.527Z[ recovery-image] Feb 27 03:20:24.224 INFO O| Feb 27 03:20:24.223 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48152026-02-27T03:20:25.530Z[ recovery-image] Feb 27 03:20:24.227 INFO O| Feb 27 03:20:24.227 INFO STEP 2 (remove_files) COMPLETE
48162026-02-27T03:20:25.530Z[ recovery-image] Feb 27 03:20:24.227 INFO O| Feb 27 03:20:24.227 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172026-02-27T03:20:25.545Z[ recovery-image] Feb 27 03:20:24.242 INFO O| Feb 27 03:20:24.242 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48182026-02-27T03:20:25.663Z[ recovery-image] Feb 27 03:20:24.360 INFO O| Feb 27 03:20:24.360 INFO STEP 3 (remove_files) COMPLETE
48192026-02-27T03:20:25.663Z[ recovery-image] Feb 27 03:20:24.360 INFO O| Feb 27 03:20:24.360 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202026-02-27T03:20:25.677Z[ recovery-image] Feb 27 03:20:24.375 INFO O| Feb 27 03:20:24.374 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48212026-02-27T03:20:25.936Z[ recovery-image] Feb 27 03:20:24.633 INFO O| Feb 27 03:20:24.633 INFO STEP 4 (remove_files) COMPLETE
48222026-02-27T03:20:25.936Z[ recovery-image] Feb 27 03:20:24.633 INFO O| Feb 27 03:20:24.633 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232026-02-27T03:20:25.952Z[ recovery-image] Feb 27 03:20:24.649 INFO O| Feb 27 03:20:24.649 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48242026-02-27T03:20:25.996Z[ recovery-image] Feb 27 03:20:24.693 INFO O| Feb 27 03:20:24.693 INFO STEP 5 (remove_files) COMPLETE
48252026-02-27T03:20:25.996Z[ recovery-image] Feb 27 03:20:24.693 INFO O| Feb 27 03:20:24.693 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262026-02-27T03:20:26.013Z[ recovery-image] Feb 27 03:20:24.709 INFO O| Feb 27 03:20:24.709 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48272026-02-27T03:20:26.034Z[ recovery-image] Feb 27 03:20:24.731 INFO O| Feb 27 03:20:24.731 INFO STEP 6 (remove_files) COMPLETE
48282026-02-27T03:20:26.034Z[ recovery-image] Feb 27 03:20:24.731 INFO O| Feb 27 03:20:24.731 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292026-02-27T03:20:26.049Z[ recovery-image] Feb 27 03:20:24.746 INFO O| Feb 27 03:20:24.746 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48302026-02-27T03:20:26.207Z[ recovery-image] Feb 27 03:20:24.904 INFO O| Feb 27 03:20:24.904 INFO STEP 7 (remove_files) COMPLETE
48312026-02-27T03:20:26.208Z[ recovery-image] Feb 27 03:20:24.905 INFO O| Feb 27 03:20:24.904 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322026-02-27T03:20:26.222Z[ recovery-image] Feb 27 03:20:24.919 INFO O| Feb 27 03:20:24.919 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48332026-02-27T03:20:26.247Z[ recovery-image] Feb 27 03:20:24.944 INFO O| Feb 27 03:20:24.944 INFO STEP 8 (remove_files) COMPLETE
48342026-02-27T03:20:26.247Z[ recovery-image] Feb 27 03:20:24.944 INFO O| Feb 27 03:20:24.944 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352026-02-27T03:20:26.262Z[ recovery-image] Feb 27 03:20:24.959 INFO O| Feb 27 03:20:24.959 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48362026-02-27T03:20:26.265Z[ recovery-image] Feb 27 03:20:24.960 INFO O| Feb 27 03:20:24.960 INFO STEP 9 (remove_files) COMPLETE
48372026-02-27T03:20:26.265Z[ recovery-image] Feb 27 03:20:24.960 INFO O| Feb 27 03:20:24.960 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382026-02-27T03:20:26.276Z[ recovery-image] Feb 27 03:20:24.973 INFO O| Feb 27 03:20:24.973 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48392026-02-27T03:20:26.511Z[ recovery-image] Feb 27 03:20:25.208 INFO O| Feb 27 03:20:25.208 INFO STEP 10 (remove_files) COMPLETE
48402026-02-27T03:20:26.511Z[ recovery-image] Feb 27 03:20:25.208 INFO O| Feb 27 03:20:25.208 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412026-02-27T03:20:26.527Z[ recovery-image] Feb 27 03:20:25.224 INFO O| Feb 27 03:20:25.224 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48422026-02-27T03:20:26.530Z[ recovery-image] Feb 27 03:20:25.227 INFO O| Feb 27 03:20:25.227 INFO STEP 11 (remove_files) COMPLETE
48432026-02-27T03:20:26.530Z[ recovery-image] Feb 27 03:20:25.227 INFO O| Feb 27 03:20:25.227 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442026-02-27T03:20:26.544Z[ recovery-image] Feb 27 03:20:25.241 INFO O| Feb 27 03:20:25.241 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48452026-02-27T03:20:26.548Z[ recovery-image] Feb 27 03:20:25.244 INFO O| Feb 27 03:20:25.244 INFO STEP 12 (remove_files) COMPLETE
48462026-02-27T03:20:26.548Z[ recovery-image] Feb 27 03:20:25.244 INFO O| Feb 27 03:20:25.244 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472026-02-27T03:20:26.562Z[ recovery-image] Feb 27 03:20:25.259 INFO O| Feb 27 03:20:25.259 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48482026-02-27T03:20:26.566Z[ recovery-image] Feb 27 03:20:25.260 INFO O| Feb 27 03:20:25.259 INFO STEP 13 (remove_files) COMPLETE
48492026-02-27T03:20:26.566Z[ recovery-image] Feb 27 03:20:25.260 INFO O| Feb 27 03:20:25.260 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502026-02-27T03:20:26.578Z[ recovery-image] Feb 27 03:20:25.275 INFO O| Feb 27 03:20:25.275 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48512026-02-27T03:20:26.581Z[ recovery-image] Feb 27 03:20:25.276 INFO O| Feb 27 03:20:25.276 INFO STEP 14 (remove_files) COMPLETE
48522026-02-27T03:20:26.581Z[ recovery-image] Feb 27 03:20:25.276 INFO O| Feb 27 03:20:25.276 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532026-02-27T03:20:26.594Z[ recovery-image] Feb 27 03:20:25.291 INFO O| Feb 27 03:20:25.290 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48542026-02-27T03:20:26.606Z[ recovery-image] Feb 27 03:20:25.302 INFO O| Feb 27 03:20:25.302 INFO STEP 15 (remove_files) COMPLETE
48552026-02-27T03:20:26.606Z[ recovery-image] Feb 27 03:20:25.302 INFO O| Feb 27 03:20:25.302 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562026-02-27T03:20:26.619Z[ recovery-image] Feb 27 03:20:25.316 INFO O| Feb 27 03:20:25.316 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48572026-02-27T03:20:26.622Z[ recovery-image] Feb 27 03:20:25.317 INFO O| Feb 27 03:20:25.317 INFO STEP 16 (remove_files) COMPLETE
48582026-02-27T03:20:26.622Z[ recovery-image] Feb 27 03:20:25.317 INFO O| Feb 27 03:20:25.317 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592026-02-27T03:20:26.633Z[ recovery-image] Feb 27 03:20:25.330 INFO O| Feb 27 03:20:25.330 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48602026-02-27T03:20:26.637Z[ recovery-image] Feb 27 03:20:25.331 INFO O| Feb 27 03:20:25.331 INFO STEP 17 (remove_files) COMPLETE
48612026-02-27T03:20:26.637Z[ recovery-image] Feb 27 03:20:25.331 INFO O| Feb 27 03:20:25.331 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622026-02-27T03:20:26.647Z[ recovery-image] Feb 27 03:20:25.344 INFO O| Feb 27 03:20:25.344 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48632026-02-27T03:20:26.957Z[ recovery-image] Feb 27 03:20:25.654 INFO O| Feb 27 03:20:25.654 INFO STEP 18 (remove_files) COMPLETE
48642026-02-27T03:20:26.957Z[ recovery-image] Feb 27 03:20:25.654 INFO O| Feb 27 03:20:25.654 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652026-02-27T03:20:26.970Z[ recovery-image] Feb 27 03:20:25.667 INFO O| Feb 27 03:20:25.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48662026-02-27T03:20:27.031Z[ recovery-image] Feb 27 03:20:25.728 INFO O| Feb 27 03:20:25.728 INFO STEP 19 (remove_files) COMPLETE
48672026-02-27T03:20:27.031Z[ recovery-image] Feb 27 03:20:25.728 INFO O| Feb 27 03:20:25.728 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682026-02-27T03:20:27.044Z[ recovery-image] Feb 27 03:20:25.740 INFO O| Feb 27 03:20:25.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48692026-02-27T03:20:27.047Z[ recovery-image] Feb 27 03:20:25.741 INFO O| Feb 27 03:20:25.741 INFO STEP 20 (remove_files) COMPLETE
48702026-02-27T03:20:27.047Z[ recovery-image] Feb 27 03:20:25.741 INFO O| Feb 27 03:20:25.741 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712026-02-27T03:20:27.079Z[ recovery-image] Feb 27 03:20:25.776 INFO O| Feb 27 03:20:25.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48722026-02-27T03:20:27.085Z[ recovery-image] Feb 27 03:20:25.782 INFO O| Feb 27 03:20:25.782 INFO STEP 21 (remove_files) COMPLETE
48732026-02-27T03:20:27.085Z[ recovery-image] Feb 27 03:20:25.782 INFO O| Feb 27 03:20:25.782 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742026-02-27T03:20:27.192Z[ recovery-image] Feb 27 03:20:25.889 INFO O| Feb 27 03:20:25.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48752026-02-27T03:20:27.192Z[ recovery-image] Feb 27 03:20:25.889 INFO O| Feb 27 03:20:25.889 INFO STEP 22 (remove_files) COMPLETE
48762026-02-27T03:20:27.192Z[ recovery-image] Feb 27 03:20:25.889 INFO O| Feb 27 03:20:25.889 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772026-02-27T03:20:27.247Z[ recovery-image] Feb 27 03:20:25.943 INFO O| Feb 27 03:20:25.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48782026-02-27T03:20:27.247Z[ recovery-image] Feb 27 03:20:25.943 INFO O| Feb 27 03:20:25.943 INFO STEP 23 (remove_files) COMPLETE
48792026-02-27T03:20:27.247Z[ recovery-image] Feb 27 03:20:25.943 INFO O| Feb 27 03:20:25.943 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802026-02-27T03:20:27.261Z[ recovery-image] Feb 27 03:20:25.958 INFO O| Feb 27 03:20:25.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48812026-02-27T03:20:27.285Z[ recovery-image] Feb 27 03:20:25.982 INFO O| Feb 27 03:20:25.982 INFO STEP 24 (remove_files) COMPLETE
48822026-02-27T03:20:27.285Z[ recovery-image] Feb 27 03:20:25.982 INFO O| Feb 27 03:20:25.982 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832026-02-27T03:20:27.300Z[ recovery-image] Feb 27 03:20:25.997 INFO O| Feb 27 03:20:25.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48842026-02-27T03:20:27.344Z[ recovery-image] Feb 27 03:20:26.041 INFO O| Feb 27 03:20:26.041 INFO STEP 25 (remove_files) COMPLETE
48852026-02-27T03:20:27.344Z[ recovery-image] Feb 27 03:20:26.041 INFO O| Feb 27 03:20:26.041 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862026-02-27T03:20:27.360Z[ recovery-image] Feb 27 03:20:26.057 INFO O| Feb 27 03:20:26.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48872026-02-27T03:20:27.360Z[ recovery-image] Feb 27 03:20:26.057 INFO O| Feb 27 03:20:26.057 INFO STEP 26 (remove_files) COMPLETE
48882026-02-27T03:20:27.364Z[ recovery-image] Feb 27 03:20:26.057 INFO O| Feb 27 03:20:26.057 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892026-02-27T03:20:27.375Z[ recovery-image] Feb 27 03:20:26.072 INFO O| Feb 27 03:20:26.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48902026-02-27T03:20:27.395Z[ recovery-image] Feb 27 03:20:26.092 INFO O| Feb 27 03:20:26.092 INFO STEP 27 (remove_files) COMPLETE
48912026-02-27T03:20:27.395Z[ recovery-image] Feb 27 03:20:26.092 INFO O| Feb 27 03:20:26.092 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922026-02-27T03:20:27.410Z[ recovery-image] Feb 27 03:20:26.107 INFO O| Feb 27 03:20:26.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48932026-02-27T03:20:27.410Z[ recovery-image] Feb 27 03:20:26.107 INFO O| Feb 27 03:20:26.107 INFO STEP 28 (remove_files) COMPLETE
48942026-02-27T03:20:27.410Z[ recovery-image] Feb 27 03:20:26.107 INFO O| Feb 27 03:20:26.107 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952026-02-27T03:20:27.435Z[ recovery-image] Feb 27 03:20:26.132 INFO O| Feb 27 03:20:26.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48962026-02-27T03:20:27.435Z[ recovery-image] Feb 27 03:20:26.132 INFO O| Feb 27 03:20:26.132 INFO STEP 29 (remove_files) COMPLETE
48972026-02-27T03:20:27.438Z[ recovery-image] Feb 27 03:20:26.132 INFO O| Feb 27 03:20:26.132 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982026-02-27T03:20:27.450Z[ recovery-image] Feb 27 03:20:26.147 INFO O| Feb 27 03:20:26.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48992026-02-27T03:20:27.450Z[ recovery-image] Feb 27 03:20:26.147 INFO O| Feb 27 03:20:26.147 INFO STEP 30 (remove_files) COMPLETE
49002026-02-27T03:20:27.450Z[ recovery-image] Feb 27 03:20:26.147 INFO O| Feb 27 03:20:26.147 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012026-02-27T03:20:27.464Z[ recovery-image] Feb 27 03:20:26.161 INFO O| Feb 27 03:20:26.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49022026-02-27T03:20:27.464Z[ recovery-image] Feb 27 03:20:26.161 INFO O| Feb 27 03:20:26.161 INFO STEP 31 (remove_files) COMPLETE
49032026-02-27T03:20:27.464Z[ recovery-image] Feb 27 03:20:26.161 INFO O| Feb 27 03:20:26.161 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042026-02-27T03:20:27.478Z[ recovery-image] Feb 27 03:20:26.174 INFO O| Feb 27 03:20:26.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49052026-02-27T03:20:27.479Z[ recovery-image] Feb 27 03:20:26.175 INFO O| Feb 27 03:20:26.174 INFO STEP 32 (remove_files) COMPLETE
49062026-02-27T03:20:27.482Z[ recovery-image] Feb 27 03:20:26.175 INFO O| Feb 27 03:20:26.175 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072026-02-27T03:20:27.491Z[ recovery-image] Feb 27 03:20:26.188 INFO O| Feb 27 03:20:26.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49082026-02-27T03:20:27.492Z[ recovery-image] Feb 27 03:20:26.189 INFO O| Feb 27 03:20:26.188 INFO STEP 33 (remove_files) COMPLETE
49092026-02-27T03:20:27.492Z[ recovery-image] Feb 27 03:20:26.189 INFO O| Feb 27 03:20:26.189 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102026-02-27T03:20:27.507Z[ recovery-image] Feb 27 03:20:26.202 INFO O| Feb 27 03:20:26.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49112026-02-27T03:20:27.507Z[ recovery-image] Feb 27 03:20:26.203 INFO O| Feb 27 03:20:26.203 INFO STEP 34 (remove_files) COMPLETE
49122026-02-27T03:20:27.511Z[ recovery-image] Feb 27 03:20:26.203 INFO O| Feb 27 03:20:26.203 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132026-02-27T03:20:27.520Z[ recovery-image] Feb 27 03:20:26.216 INFO O| Feb 27 03:20:26.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49142026-02-27T03:20:27.520Z[ recovery-image] Feb 27 03:20:26.216 INFO O| Feb 27 03:20:26.216 INFO STEP 35 (remove_files) COMPLETE
49152026-02-27T03:20:27.520Z[ recovery-image] Feb 27 03:20:26.216 INFO O| Feb 27 03:20:26.216 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162026-02-27T03:20:27.533Z[ recovery-image] Feb 27 03:20:26.230 INFO O| Feb 27 03:20:26.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49172026-02-27T03:20:27.533Z[ recovery-image] Feb 27 03:20:26.230 INFO O| Feb 27 03:20:26.230 INFO STEP 36 (remove_files) COMPLETE
49182026-02-27T03:20:27.537Z[ recovery-image] Feb 27 03:20:26.230 INFO O| Feb 27 03:20:26.230 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192026-02-27T03:20:27.549Z[ recovery-image] Feb 27 03:20:26.246 INFO O| Feb 27 03:20:26.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49202026-02-27T03:20:27.552Z[ recovery-image] Feb 27 03:20:26.246 INFO O| Feb 27 03:20:26.246 INFO STEP 37 (remove_files) COMPLETE
49212026-02-27T03:20:27.552Z[ recovery-image] Feb 27 03:20:26.246 INFO O| Feb 27 03:20:26.246 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222026-02-27T03:20:27.564Z[ recovery-image] Feb 27 03:20:26.261 INFO O| Feb 27 03:20:26.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49232026-02-27T03:20:27.564Z[ recovery-image] Feb 27 03:20:26.261 INFO O| Feb 27 03:20:26.261 INFO STEP 38 (remove_files) COMPLETE
49242026-02-27T03:20:27.567Z[ recovery-image] Feb 27 03:20:26.261 INFO O| Feb 27 03:20:26.261 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252026-02-27T03:20:27.578Z[ recovery-image] Feb 27 03:20:26.275 INFO O| Feb 27 03:20:26.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49262026-02-27T03:20:27.578Z[ recovery-image] Feb 27 03:20:26.275 INFO O| Feb 27 03:20:26.275 INFO STEP 39 (remove_files) COMPLETE
49272026-02-27T03:20:27.578Z[ recovery-image] Feb 27 03:20:26.275 INFO O| Feb 27 03:20:26.275 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282026-02-27T03:20:27.592Z[ recovery-image] Feb 27 03:20:26.289 INFO O| Feb 27 03:20:26.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49292026-02-27T03:20:27.592Z[ recovery-image] Feb 27 03:20:26.289 INFO O| Feb 27 03:20:26.289 INFO STEP 40 (remove_files) COMPLETE
49302026-02-27T03:20:27.595Z[ recovery-image] Feb 27 03:20:26.289 INFO O| Feb 27 03:20:26.289 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312026-02-27T03:20:27.607Z[ recovery-image] Feb 27 03:20:26.304 INFO O| Feb 27 03:20:26.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49322026-02-27T03:20:27.607Z[ recovery-image] Feb 27 03:20:26.304 INFO O| Feb 27 03:20:26.304 INFO STEP 41 (remove_files) COMPLETE
49332026-02-27T03:20:27.610Z[ recovery-image] Feb 27 03:20:26.304 INFO O| Feb 27 03:20:26.304 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342026-02-27T03:20:27.623Z[ recovery-image] Feb 27 03:20:26.319 INFO O| Feb 27 03:20:26.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49352026-02-27T03:20:27.623Z[ recovery-image] Feb 27 03:20:26.319 INFO O| Feb 27 03:20:26.319 INFO STEP 42 (remove_files) COMPLETE
49362026-02-27T03:20:27.626Z[ recovery-image] Feb 27 03:20:26.319 INFO O| Feb 27 03:20:26.319 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372026-02-27T03:20:27.639Z[ recovery-image] Feb 27 03:20:26.335 INFO O| Feb 27 03:20:26.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49382026-02-27T03:20:27.639Z[ recovery-image] Feb 27 03:20:26.336 INFO O| Feb 27 03:20:26.335 INFO STEP 43 (remove_files) COMPLETE
49392026-02-27T03:20:27.642Z[ recovery-image] Feb 27 03:20:26.336 INFO O| Feb 27 03:20:26.336 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402026-02-27T03:20:27.653Z[ recovery-image] Feb 27 03:20:26.350 INFO O| Feb 27 03:20:26.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49412026-02-27T03:20:27.653Z[ recovery-image] Feb 27 03:20:26.350 INFO O| Feb 27 03:20:26.350 INFO STEP 44 (remove_files) COMPLETE
49422026-02-27T03:20:27.653Z[ recovery-image] Feb 27 03:20:26.350 INFO O| Feb 27 03:20:26.350 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432026-02-27T03:20:27.669Z[ recovery-image] Feb 27 03:20:26.366 INFO O| Feb 27 03:20:26.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49442026-02-27T03:20:27.669Z[ recovery-image] Feb 27 03:20:26.366 INFO O| Feb 27 03:20:26.366 INFO STEP 45 (remove_files) COMPLETE
49452026-02-27T03:20:27.673Z[ recovery-image] Feb 27 03:20:26.366 INFO O| Feb 27 03:20:26.366 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462026-02-27T03:20:27.684Z[ recovery-image] Feb 27 03:20:26.380 INFO O| Feb 27 03:20:26.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49472026-02-27T03:20:27.684Z[ recovery-image] Feb 27 03:20:26.381 INFO O| Feb 27 03:20:26.380 INFO STEP 46 (remove_files) COMPLETE
49482026-02-27T03:20:27.684Z[ recovery-image] Feb 27 03:20:26.381 INFO O| Feb 27 03:20:26.380 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492026-02-27T03:20:27.698Z[ recovery-image] Feb 27 03:20:26.395 INFO O| Feb 27 03:20:26.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49502026-02-27T03:20:27.698Z[ recovery-image] Feb 27 03:20:26.395 INFO O| Feb 27 03:20:26.395 INFO STEP 47 (remove_files) COMPLETE
49512026-02-27T03:20:27.703Z[ recovery-image] Feb 27 03:20:26.395 INFO O| Feb 27 03:20:26.395 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522026-02-27T03:20:27.714Z[ recovery-image] Feb 27 03:20:26.411 INFO O| Feb 27 03:20:26.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49532026-02-27T03:20:27.714Z[ recovery-image] Feb 27 03:20:26.411 INFO O| Feb 27 03:20:26.411 INFO STEP 48 (remove_files) COMPLETE
49542026-02-27T03:20:27.718Z[ recovery-image] Feb 27 03:20:26.411 INFO O| Feb 27 03:20:26.411 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552026-02-27T03:20:27.788Z[ recovery-image] Feb 27 03:20:26.426 INFO O| Feb 27 03:20:26.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49562026-02-27T03:20:27.788Z[ recovery-image] Feb 27 03:20:26.426 INFO O| Feb 27 03:20:26.426 INFO STEP 49 (remove_files) COMPLETE
49572026-02-27T03:20:27.788Z[ recovery-image] Feb 27 03:20:26.426 INFO O| Feb 27 03:20:26.426 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582026-02-27T03:20:27.788Z[ recovery-image] Feb 27 03:20:26.442 INFO O| Feb 27 03:20:26.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49592026-02-27T03:20:27.788Z[ recovery-image] Feb 27 03:20:26.442 INFO O| Feb 27 03:20:26.442 INFO STEP 50 (remove_files) COMPLETE
49602026-02-27T03:20:27.788Z[ recovery-image] Feb 27 03:20:26.442 INFO O| Feb 27 03:20:26.442 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612026-02-27T03:20:27.788Z[ recovery-image] Feb 27 03:20:26.456 INFO O| Feb 27 03:20:26.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49622026-02-27T03:20:27.788Z[ recovery-image] Feb 27 03:20:26.457 INFO O| Feb 27 03:20:26.457 INFO STEP 51 (remove_files) COMPLETE
49632026-02-27T03:20:27.788Z[ recovery-image] Feb 27 03:20:26.457 INFO O| Feb 27 03:20:26.457 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642026-02-27T03:20:27.788Z[ recovery-image] Feb 27 03:20:26.473 INFO O| Feb 27 03:20:26.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49652026-02-27T03:20:27.788Z[ recovery-image] Feb 27 03:20:26.474 INFO O| Feb 27 03:20:26.474 INFO STEP 52 (remove_files) COMPLETE
49662026-02-27T03:20:27.788Z[ recovery-image] Feb 27 03:20:26.474 INFO O| Feb 27 03:20:26.474 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672026-02-27T03:20:27.793Z[ recovery-image] Feb 27 03:20:26.490 INFO O| Feb 27 03:20:26.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49682026-02-27T03:20:27.793Z[ recovery-image] Feb 27 03:20:26.490 INFO O| Feb 27 03:20:26.490 INFO STEP 53 (remove_files) COMPLETE
49692026-02-27T03:20:27.796Z[ recovery-image] Feb 27 03:20:26.490 INFO O| Feb 27 03:20:26.490 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702026-02-27T03:20:27.809Z[ recovery-image] Feb 27 03:20:26.506 INFO O| Feb 27 03:20:26.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49712026-02-27T03:20:27.809Z[ recovery-image] Feb 27 03:20:26.506 INFO O| Feb 27 03:20:26.506 INFO STEP 54 (remove_files) COMPLETE
49722026-02-27T03:20:27.813Z[ recovery-image] Feb 27 03:20:26.506 INFO O| Feb 27 03:20:26.506 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732026-02-27T03:20:27.825Z[ recovery-image] Feb 27 03:20:26.522 INFO O| Feb 27 03:20:26.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49742026-02-27T03:20:27.825Z[ recovery-image] Feb 27 03:20:26.522 INFO O| Feb 27 03:20:26.522 INFO STEP 55 (remove_files) COMPLETE
49752026-02-27T03:20:27.830Z[ recovery-image] Feb 27 03:20:26.522 INFO O| Feb 27 03:20:26.522 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762026-02-27T03:20:27.839Z[ recovery-image] Feb 27 03:20:26.536 INFO O| Feb 27 03:20:26.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49772026-02-27T03:20:27.839Z[ recovery-image] Feb 27 03:20:26.536 INFO O| Feb 27 03:20:26.536 INFO STEP 56 (remove_files) COMPLETE
49782026-02-27T03:20:27.839Z[ recovery-image] Feb 27 03:20:26.536 INFO O| Feb 27 03:20:26.536 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792026-02-27T03:20:27.854Z[ recovery-image] Feb 27 03:20:26.550 INFO O| Feb 27 03:20:26.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49802026-02-27T03:20:27.854Z[ recovery-image] Feb 27 03:20:26.550 INFO O| Feb 27 03:20:26.550 INFO STEP 57 (remove_files) COMPLETE
49812026-02-27T03:20:27.854Z[ recovery-image] Feb 27 03:20:26.550 INFO O| Feb 27 03:20:26.550 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822026-02-27T03:20:27.870Z[ recovery-image] Feb 27 03:20:26.567 INFO O| Feb 27 03:20:26.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49832026-02-27T03:20:27.870Z[ recovery-image] Feb 27 03:20:26.567 INFO O| Feb 27 03:20:26.567 INFO STEP 58 (remove_files) COMPLETE
49842026-02-27T03:20:27.873Z[ recovery-image] Feb 27 03:20:26.567 INFO O| Feb 27 03:20:26.567 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852026-02-27T03:20:27.887Z[ recovery-image] Feb 27 03:20:26.584 INFO O| Feb 27 03:20:26.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49862026-02-27T03:20:27.887Z[ recovery-image] Feb 27 03:20:26.584 INFO O| Feb 27 03:20:26.584 INFO STEP 59 (remove_files) COMPLETE
49872026-02-27T03:20:27.887Z[ recovery-image] Feb 27 03:20:26.584 INFO O| Feb 27 03:20:26.584 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882026-02-27T03:20:27.902Z[ recovery-image] Feb 27 03:20:26.599 INFO O| Feb 27 03:20:26.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49892026-02-27T03:20:27.902Z[ recovery-image] Feb 27 03:20:26.599 INFO O| Feb 27 03:20:26.599 INFO STEP 60 (remove_files) COMPLETE
49902026-02-27T03:20:27.902Z[ recovery-image] Feb 27 03:20:26.599 INFO O| Feb 27 03:20:26.599 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912026-02-27T03:20:27.917Z[ recovery-image] Feb 27 03:20:26.614 INFO O| Feb 27 03:20:26.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49922026-02-27T03:20:27.917Z[ recovery-image] Feb 27 03:20:26.614 INFO O| Feb 27 03:20:26.614 INFO STEP 61 (remove_files) COMPLETE
49932026-02-27T03:20:27.917Z[ recovery-image] Feb 27 03:20:26.614 INFO O| Feb 27 03:20:26.614 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942026-02-27T03:20:27.931Z[ recovery-image] Feb 27 03:20:26.628 INFO O| Feb 27 03:20:26.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49952026-02-27T03:20:27.931Z[ recovery-image] Feb 27 03:20:26.628 INFO O| Feb 27 03:20:26.628 INFO STEP 62 (remove_files) COMPLETE
49962026-02-27T03:20:27.934Z[ recovery-image] Feb 27 03:20:26.628 INFO O| Feb 27 03:20:26.628 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972026-02-27T03:20:27.944Z[ recovery-image] Feb 27 03:20:26.641 INFO O| Feb 27 03:20:26.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49982026-02-27T03:20:27.944Z[ recovery-image] Feb 27 03:20:26.641 INFO O| Feb 27 03:20:26.641 INFO STEP 63 (remove_files) COMPLETE
49992026-02-27T03:20:27.944Z[ recovery-image] Feb 27 03:20:26.641 INFO O| Feb 27 03:20:26.641 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002026-02-27T03:20:27.958Z[ recovery-image] Feb 27 03:20:26.655 INFO O| Feb 27 03:20:26.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50012026-02-27T03:20:27.958Z[ recovery-image] Feb 27 03:20:26.655 INFO O| Feb 27 03:20:26.655 INFO STEP 64 (remove_files) COMPLETE
50022026-02-27T03:20:27.958Z[ recovery-image] Feb 27 03:20:26.655 INFO O| Feb 27 03:20:26.655 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032026-02-27T03:20:27.972Z[ recovery-image] Feb 27 03:20:26.669 INFO O| Feb 27 03:20:26.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50042026-02-27T03:20:27.972Z[ recovery-image] Feb 27 03:20:26.669 INFO O| Feb 27 03:20:26.669 INFO STEP 65 (remove_files) COMPLETE
50052026-02-27T03:20:27.972Z[ recovery-image] Feb 27 03:20:26.669 INFO O| Feb 27 03:20:26.669 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062026-02-27T03:20:27.987Z[ recovery-image] Feb 27 03:20:26.683 INFO O| Feb 27 03:20:26.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50072026-02-27T03:20:27.987Z[ recovery-image] Feb 27 03:20:26.683 INFO O| Feb 27 03:20:26.683 INFO STEP 66 (remove_files) COMPLETE
50082026-02-27T03:20:27.987Z[ recovery-image] Feb 27 03:20:26.683 INFO O| Feb 27 03:20:26.683 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092026-02-27T03:20:28.001Z[ recovery-image] Feb 27 03:20:26.697 INFO O| Feb 27 03:20:26.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50102026-02-27T03:20:28.001Z[ recovery-image] Feb 27 03:20:26.697 INFO O| Feb 27 03:20:26.697 INFO STEP 67 (remove_files) COMPLETE
50112026-02-27T03:20:28.004Z[ recovery-image] Feb 27 03:20:26.697 INFO O| Feb 27 03:20:26.697 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122026-02-27T03:20:28.014Z[ recovery-image] Feb 27 03:20:26.711 INFO O| Feb 27 03:20:26.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50132026-02-27T03:20:28.017Z[ recovery-image] Feb 27 03:20:26.711 INFO O| Feb 27 03:20:26.711 INFO STEP 68 (remove_files) COMPLETE
50142026-02-27T03:20:28.017Z[ recovery-image] Feb 27 03:20:26.711 INFO O| Feb 27 03:20:26.711 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152026-02-27T03:20:28.027Z[ recovery-image] Feb 27 03:20:26.724 INFO O| Feb 27 03:20:26.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50162026-02-27T03:20:28.027Z[ recovery-image] Feb 27 03:20:26.724 INFO O| Feb 27 03:20:26.724 INFO STEP 69 (remove_files) COMPLETE
50172026-02-27T03:20:28.030Z[ recovery-image] Feb 27 03:20:26.724 INFO O| Feb 27 03:20:26.724 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182026-02-27T03:20:28.040Z[ recovery-image] Feb 27 03:20:26.737 INFO O| Feb 27 03:20:26.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50192026-02-27T03:20:28.040Z[ recovery-image] Feb 27 03:20:26.737 INFO O| Feb 27 03:20:26.737 INFO STEP 70 (remove_files) COMPLETE
50202026-02-27T03:20:28.040Z[ recovery-image] Feb 27 03:20:26.737 INFO O| Feb 27 03:20:26.737 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212026-02-27T03:20:28.054Z[ recovery-image] Feb 27 03:20:26.751 INFO O| Feb 27 03:20:26.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50222026-02-27T03:20:28.054Z[ recovery-image] Feb 27 03:20:26.751 INFO O| Feb 27 03:20:26.751 INFO STEP 71 (remove_files) COMPLETE
50232026-02-27T03:20:28.054Z[ recovery-image] Feb 27 03:20:26.751 INFO O| Feb 27 03:20:26.751 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242026-02-27T03:20:28.069Z[ recovery-image] Feb 27 03:20:26.766 INFO O| Feb 27 03:20:26.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50252026-02-27T03:20:28.069Z[ recovery-image] Feb 27 03:20:26.766 INFO O| Feb 27 03:20:26.766 INFO STEP 72 (remove_files) COMPLETE
50262026-02-27T03:20:28.073Z[ recovery-image] Feb 27 03:20:26.766 INFO O| Feb 27 03:20:26.766 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272026-02-27T03:20:28.086Z[ recovery-image] Feb 27 03:20:26.782 INFO O| Feb 27 03:20:26.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50282026-02-27T03:20:28.086Z[ recovery-image] Feb 27 03:20:26.782 INFO O| Feb 27 03:20:26.782 INFO STEP 73 (remove_files) COMPLETE
50292026-02-27T03:20:28.086Z[ recovery-image] Feb 27 03:20:26.782 INFO O| Feb 27 03:20:26.782 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302026-02-27T03:20:28.101Z[ recovery-image] Feb 27 03:20:26.798 INFO O| Feb 27 03:20:26.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50312026-02-27T03:20:28.101Z[ recovery-image] Feb 27 03:20:26.798 INFO O| Feb 27 03:20:26.798 INFO STEP 74 (remove_files) COMPLETE
50322026-02-27T03:20:28.105Z[ recovery-image] Feb 27 03:20:26.798 INFO O| Feb 27 03:20:26.798 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332026-02-27T03:20:28.117Z[ recovery-image] Feb 27 03:20:26.814 INFO O| Feb 27 03:20:26.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50342026-02-27T03:20:28.120Z[ recovery-image] Feb 27 03:20:26.814 INFO O| Feb 27 03:20:26.814 INFO STEP 75 (remove_files) COMPLETE
50352026-02-27T03:20:28.120Z[ recovery-image] Feb 27 03:20:26.814 INFO O| Feb 27 03:20:26.814 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362026-02-27T03:20:28.131Z[ recovery-image] Feb 27 03:20:26.828 INFO O| Feb 27 03:20:26.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50372026-02-27T03:20:28.131Z[ recovery-image] Feb 27 03:20:26.828 INFO O| Feb 27 03:20:26.828 INFO STEP 76 (remove_files) COMPLETE
50382026-02-27T03:20:28.131Z[ recovery-image] Feb 27 03:20:26.828 INFO O| Feb 27 03:20:26.828 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392026-02-27T03:20:28.147Z[ recovery-image] Feb 27 03:20:26.844 INFO O| Feb 27 03:20:26.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50402026-02-27T03:20:28.147Z[ recovery-image] Feb 27 03:20:26.844 INFO O| Feb 27 03:20:26.844 INFO STEP 77 (remove_files) COMPLETE
50412026-02-27T03:20:28.150Z[ recovery-image] Feb 27 03:20:26.844 INFO O| Feb 27 03:20:26.844 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422026-02-27T03:20:28.163Z[ recovery-image] Feb 27 03:20:26.860 INFO O| Feb 27 03:20:26.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50432026-02-27T03:20:28.163Z[ recovery-image] Feb 27 03:20:26.860 INFO O| Feb 27 03:20:26.860 INFO STEP 78 (remove_files) COMPLETE
50442026-02-27T03:20:28.166Z[ recovery-image] Feb 27 03:20:26.860 INFO O| Feb 27 03:20:26.860 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452026-02-27T03:20:28.177Z[ recovery-image] Feb 27 03:20:26.874 INFO O| Feb 27 03:20:26.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50462026-02-27T03:20:28.177Z[ recovery-image] Feb 27 03:20:26.874 INFO O| Feb 27 03:20:26.874 INFO STEP 79 (remove_files) COMPLETE
50472026-02-27T03:20:28.177Z[ recovery-image] Feb 27 03:20:26.874 INFO O| Feb 27 03:20:26.874 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482026-02-27T03:20:28.192Z[ recovery-image] Feb 27 03:20:26.889 INFO O| Feb 27 03:20:26.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50492026-02-27T03:20:28.192Z[ recovery-image] Feb 27 03:20:26.889 INFO O| Feb 27 03:20:26.889 INFO STEP 80 (remove_files) COMPLETE
50502026-02-27T03:20:28.192Z[ recovery-image] Feb 27 03:20:26.889 INFO O| Feb 27 03:20:26.889 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512026-02-27T03:20:28.207Z[ recovery-image] Feb 27 03:20:26.904 INFO O| Feb 27 03:20:26.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50522026-02-27T03:20:28.207Z[ recovery-image] Feb 27 03:20:26.904 INFO O| Feb 27 03:20:26.904 INFO STEP 81 (remove_files) COMPLETE
50532026-02-27T03:20:28.207Z[ recovery-image] Feb 27 03:20:26.904 INFO O| Feb 27 03:20:26.904 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542026-02-27T03:20:28.222Z[ recovery-image] Feb 27 03:20:26.919 INFO O| Feb 27 03:20:26.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50552026-02-27T03:20:28.222Z[ recovery-image] Feb 27 03:20:26.919 INFO O| Feb 27 03:20:26.919 INFO STEP 82 (remove_files) COMPLETE
50562026-02-27T03:20:28.222Z[ recovery-image] Feb 27 03:20:26.919 INFO O| Feb 27 03:20:26.919 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572026-02-27T03:20:28.239Z[ recovery-image] Feb 27 03:20:26.934 INFO O| Feb 27 03:20:26.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50582026-02-27T03:20:28.239Z[ recovery-image] Feb 27 03:20:26.934 INFO O| Feb 27 03:20:26.934 INFO STEP 83 (remove_files) COMPLETE
50592026-02-27T03:20:28.239Z[ recovery-image] Feb 27 03:20:26.934 INFO O| Feb 27 03:20:26.934 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602026-02-27T03:20:28.252Z[ recovery-image] Feb 27 03:20:26.948 INFO O| Feb 27 03:20:26.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50612026-02-27T03:20:28.252Z[ recovery-image] Feb 27 03:20:26.948 INFO O| Feb 27 03:20:26.948 INFO STEP 84 (remove_files) COMPLETE
50622026-02-27T03:20:28.255Z[ recovery-image] Feb 27 03:20:26.948 INFO O| Feb 27 03:20:26.948 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632026-02-27T03:20:28.267Z[ recovery-image] Feb 27 03:20:26.964 INFO O| Feb 27 03:20:26.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50642026-02-27T03:20:28.267Z[ recovery-image] Feb 27 03:20:26.964 INFO O| Feb 27 03:20:26.964 INFO STEP 85 (remove_files) COMPLETE
50652026-02-27T03:20:28.271Z[ recovery-image] Feb 27 03:20:26.964 INFO O| Feb 27 03:20:26.964 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662026-02-27T03:20:28.282Z[ recovery-image] Feb 27 03:20:26.979 INFO O| Feb 27 03:20:26.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50672026-02-27T03:20:28.286Z[ recovery-image] Feb 27 03:20:26.980 INFO O| Feb 27 03:20:26.980 INFO STEP 86 (remove_files) COMPLETE
50682026-02-27T03:20:28.286Z[ recovery-image] Feb 27 03:20:26.980 INFO O| Feb 27 03:20:26.980 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692026-02-27T03:20:28.299Z[ recovery-image] Feb 27 03:20:26.995 INFO O| Feb 27 03:20:26.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50702026-02-27T03:20:28.299Z[ recovery-image] Feb 27 03:20:26.996 INFO O| Feb 27 03:20:26.996 INFO STEP 87 (remove_files) COMPLETE
50712026-02-27T03:20:28.302Z[ recovery-image] Feb 27 03:20:26.996 INFO O| Feb 27 03:20:26.996 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722026-02-27T03:20:28.314Z[ recovery-image] Feb 27 03:20:27.010 INFO O| Feb 27 03:20:27.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50732026-02-27T03:20:28.314Z[ recovery-image] Feb 27 03:20:27.011 INFO O| Feb 27 03:20:27.010 INFO STEP 88 (remove_files) COMPLETE
50742026-02-27T03:20:28.317Z[ recovery-image] Feb 27 03:20:27.011 INFO O| Feb 27 03:20:27.010 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752026-02-27T03:20:28.329Z[ recovery-image] Feb 27 03:20:27.026 INFO O| Feb 27 03:20:27.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50762026-02-27T03:20:28.329Z[ recovery-image] Feb 27 03:20:27.026 INFO O| Feb 27 03:20:27.026 INFO STEP 89 (remove_files) COMPLETE
50772026-02-27T03:20:28.329Z[ recovery-image] Feb 27 03:20:27.026 INFO O| Feb 27 03:20:27.026 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782026-02-27T03:20:28.344Z[ recovery-image] Feb 27 03:20:27.041 INFO O| Feb 27 03:20:27.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50792026-02-27T03:20:28.344Z[ recovery-image] Feb 27 03:20:27.041 INFO O| Feb 27 03:20:27.041 INFO STEP 90 (remove_files) COMPLETE
50802026-02-27T03:20:28.344Z[ recovery-image] Feb 27 03:20:27.041 INFO O| Feb 27 03:20:27.041 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812026-02-27T03:20:28.358Z[ recovery-image] Feb 27 03:20:27.055 INFO O| Feb 27 03:20:27.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50822026-02-27T03:20:28.358Z[ recovery-image] Feb 27 03:20:27.055 INFO O| Feb 27 03:20:27.055 INFO STEP 91 (remove_files) COMPLETE
50832026-02-27T03:20:28.358Z[ recovery-image] Feb 27 03:20:27.055 INFO O| Feb 27 03:20:27.055 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842026-02-27T03:20:28.372Z[ recovery-image] Feb 27 03:20:27.068 INFO O| Feb 27 03:20:27.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50852026-02-27T03:20:28.372Z[ recovery-image] Feb 27 03:20:27.068 INFO O| Feb 27 03:20:27.068 INFO STEP 92 (remove_files) COMPLETE
50862026-02-27T03:20:28.375Z[ recovery-image] Feb 27 03:20:27.069 INFO O| Feb 27 03:20:27.068 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872026-02-27T03:20:28.388Z[ recovery-image] Feb 27 03:20:27.083 INFO O| Feb 27 03:20:27.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50882026-02-27T03:20:28.388Z[ recovery-image] Feb 27 03:20:27.083 INFO O| Feb 27 03:20:27.083 INFO STEP 93 (remove_files) COMPLETE
50892026-02-27T03:20:28.391Z[ recovery-image] Feb 27 03:20:27.083 INFO O| Feb 27 03:20:27.083 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902026-02-27T03:20:28.401Z[ recovery-image] Feb 27 03:20:27.098 INFO O| Feb 27 03:20:27.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50912026-02-27T03:20:28.401Z[ recovery-image] Feb 27 03:20:27.098 INFO O| Feb 27 03:20:27.098 INFO STEP 94 (remove_files) COMPLETE
50922026-02-27T03:20:28.401Z[ recovery-image] Feb 27 03:20:27.098 INFO O| Feb 27 03:20:27.098 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932026-02-27T03:20:28.415Z[ recovery-image] Feb 27 03:20:27.112 INFO O| Feb 27 03:20:27.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50942026-02-27T03:20:28.415Z[ recovery-image] Feb 27 03:20:27.112 INFO O| Feb 27 03:20:27.112 INFO STEP 95 (remove_files) COMPLETE
50952026-02-27T03:20:28.419Z[ recovery-image] Feb 27 03:20:27.112 INFO O| Feb 27 03:20:27.112 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962026-02-27T03:20:28.428Z[ recovery-image] Feb 27 03:20:27.125 INFO O| Feb 27 03:20:27.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50972026-02-27T03:20:28.428Z[ recovery-image] Feb 27 03:20:27.125 INFO O| Feb 27 03:20:27.125 INFO STEP 96 (remove_files) COMPLETE
50982026-02-27T03:20:28.428Z[ recovery-image] Feb 27 03:20:27.125 INFO O| Feb 27 03:20:27.125 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992026-02-27T03:20:28.444Z[ recovery-image] Feb 27 03:20:27.141 INFO O| Feb 27 03:20:27.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51002026-02-27T03:20:28.444Z[ recovery-image] Feb 27 03:20:27.141 INFO O| Feb 27 03:20:27.141 INFO STEP 97 (remove_files) COMPLETE
51012026-02-27T03:20:28.444Z[ recovery-image] Feb 27 03:20:27.141 INFO O| Feb 27 03:20:27.141 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022026-02-27T03:20:28.458Z[ recovery-image] Feb 27 03:20:27.155 INFO O| Feb 27 03:20:27.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51032026-02-27T03:20:28.458Z[ recovery-image] Feb 27 03:20:27.155 INFO O| Feb 27 03:20:27.155 INFO STEP 98 (remove_files) COMPLETE
51042026-02-27T03:20:28.458Z[ recovery-image] Feb 27 03:20:27.155 INFO O| Feb 27 03:20:27.155 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052026-02-27T03:20:28.473Z[ recovery-image] Feb 27 03:20:27.170 INFO O| Feb 27 03:20:27.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51062026-02-27T03:20:28.473Z[ recovery-image] Feb 27 03:20:27.170 INFO O| Feb 27 03:20:27.170 INFO STEP 99 (remove_files) COMPLETE
51072026-02-27T03:20:28.476Z[ recovery-image] Feb 27 03:20:27.170 INFO O| Feb 27 03:20:27.170 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082026-02-27T03:20:28.487Z[ recovery-image] Feb 27 03:20:27.183 INFO O| Feb 27 03:20:27.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51092026-02-27T03:20:28.487Z[ recovery-image] Feb 27 03:20:27.183 INFO O| Feb 27 03:20:27.183 INFO STEP 100 (remove_files) COMPLETE
51102026-02-27T03:20:28.490Z[ recovery-image] Feb 27 03:20:27.183 INFO O| Feb 27 03:20:27.183 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112026-02-27T03:20:28.499Z[ recovery-image] Feb 27 03:20:27.196 INFO O| Feb 27 03:20:27.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51122026-02-27T03:20:28.500Z[ recovery-image] Feb 27 03:20:27.196 INFO O| Feb 27 03:20:27.196 INFO STEP 101 (remove_files) COMPLETE
51132026-02-27T03:20:28.500Z[ recovery-image] Feb 27 03:20:27.196 INFO O| Feb 27 03:20:27.196 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142026-02-27T03:20:28.513Z[ recovery-image] Feb 27 03:20:27.210 INFO O| Feb 27 03:20:27.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51152026-02-27T03:20:28.513Z[ recovery-image] Feb 27 03:20:27.210 INFO O| Feb 27 03:20:27.210 INFO STEP 102 (remove_files) COMPLETE
51162026-02-27T03:20:28.513Z[ recovery-image] Feb 27 03:20:27.210 INFO O| Feb 27 03:20:27.210 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172026-02-27T03:20:28.528Z[ recovery-image] Feb 27 03:20:27.223 INFO O| Feb 27 03:20:27.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51182026-02-27T03:20:28.528Z[ recovery-image] Feb 27 03:20:27.223 INFO O| Feb 27 03:20:27.223 INFO STEP 103 (remove_files) COMPLETE
51192026-02-27T03:20:28.528Z[ recovery-image] Feb 27 03:20:27.223 INFO O| Feb 27 03:20:27.223 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202026-02-27T03:20:28.540Z[ recovery-image] Feb 27 03:20:27.237 INFO O| Feb 27 03:20:27.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51212026-02-27T03:20:28.540Z[ recovery-image] Feb 27 03:20:27.237 INFO O| Feb 27 03:20:27.237 INFO STEP 104 (remove_files) COMPLETE
51222026-02-27T03:20:28.540Z[ recovery-image] Feb 27 03:20:27.237 INFO O| Feb 27 03:20:27.237 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232026-02-27T03:20:28.554Z[ recovery-image] Feb 27 03:20:27.251 INFO O| Feb 27 03:20:27.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51242026-02-27T03:20:28.554Z[ recovery-image] Feb 27 03:20:27.251 INFO O| Feb 27 03:20:27.251 INFO STEP 105 (remove_files) COMPLETE
51252026-02-27T03:20:28.555Z[ recovery-image] Feb 27 03:20:27.251 INFO O| Feb 27 03:20:27.251 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262026-02-27T03:20:28.567Z[ recovery-image] Feb 27 03:20:27.264 INFO O| Feb 27 03:20:27.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51272026-02-27T03:20:28.567Z[ recovery-image] Feb 27 03:20:27.264 INFO O| Feb 27 03:20:27.264 INFO STEP 106 (remove_files) COMPLETE
51282026-02-27T03:20:28.567Z[ recovery-image] Feb 27 03:20:27.264 INFO O| Feb 27 03:20:27.264 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292026-02-27T03:20:28.580Z[ recovery-image] Feb 27 03:20:27.277 INFO O| Feb 27 03:20:27.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51302026-02-27T03:20:28.580Z[ recovery-image] Feb 27 03:20:27.277 INFO O| Feb 27 03:20:27.277 INFO STEP 107 (remove_files) COMPLETE
51312026-02-27T03:20:28.581Z[ recovery-image] Feb 27 03:20:27.277 INFO O| Feb 27 03:20:27.277 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322026-02-27T03:20:28.593Z[ recovery-image] Feb 27 03:20:27.290 INFO O| Feb 27 03:20:27.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51332026-02-27T03:20:28.594Z[ recovery-image] Feb 27 03:20:27.290 INFO O| Feb 27 03:20:27.290 INFO STEP 108 (remove_files) COMPLETE
51342026-02-27T03:20:28.594Z[ recovery-image] Feb 27 03:20:27.290 INFO O| Feb 27 03:20:27.290 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352026-02-27T03:20:28.609Z[ recovery-image] Feb 27 03:20:27.305 INFO O| Feb 27 03:20:27.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51362026-02-27T03:20:28.609Z[ recovery-image] Feb 27 03:20:27.305 INFO O| Feb 27 03:20:27.305 INFO STEP 109 (remove_files) COMPLETE
51372026-02-27T03:20:28.609Z[ recovery-image] Feb 27 03:20:27.305 INFO O| Feb 27 03:20:27.305 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382026-02-27T03:20:28.624Z[ recovery-image] Feb 27 03:20:27.320 INFO O| Feb 27 03:20:27.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51392026-02-27T03:20:28.624Z[ recovery-image] Feb 27 03:20:27.320 INFO O| Feb 27 03:20:27.320 INFO STEP 110 (remove_files) COMPLETE
51402026-02-27T03:20:28.624Z[ recovery-image] Feb 27 03:20:27.320 INFO O| Feb 27 03:20:27.320 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412026-02-27T03:20:28.638Z[ recovery-image] Feb 27 03:20:27.335 INFO O| Feb 27 03:20:27.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51422026-02-27T03:20:28.641Z[ recovery-image] Feb 27 03:20:27.335 INFO O| Feb 27 03:20:27.335 INFO STEP 111 (remove_files) COMPLETE
51432026-02-27T03:20:28.641Z[ recovery-image] Feb 27 03:20:27.335 INFO O| Feb 27 03:20:27.335 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442026-02-27T03:20:28.654Z[ recovery-image] Feb 27 03:20:27.350 INFO O| Feb 27 03:20:27.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51452026-02-27T03:20:28.654Z[ recovery-image] Feb 27 03:20:27.351 INFO O| Feb 27 03:20:27.351 INFO STEP 112 (remove_files) COMPLETE
51462026-02-27T03:20:28.654Z[ recovery-image] Feb 27 03:20:27.351 INFO O| Feb 27 03:20:27.351 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472026-02-27T03:20:28.669Z[ recovery-image] Feb 27 03:20:27.366 INFO O| Feb 27 03:20:27.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51482026-02-27T03:20:28.670Z[ recovery-image] Feb 27 03:20:27.366 INFO O| Feb 27 03:20:27.366 INFO STEP 113 (remove_files) COMPLETE
51492026-02-27T03:20:28.670Z[ recovery-image] Feb 27 03:20:27.366 INFO O| Feb 27 03:20:27.366 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502026-02-27T03:20:28.685Z[ recovery-image] Feb 27 03:20:27.382 INFO O| Feb 27 03:20:27.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51512026-02-27T03:20:28.685Z[ recovery-image] Feb 27 03:20:27.382 INFO O| Feb 27 03:20:27.382 INFO STEP 114 (remove_files) COMPLETE
51522026-02-27T03:20:28.685Z[ recovery-image] Feb 27 03:20:27.382 INFO O| Feb 27 03:20:27.382 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532026-02-27T03:20:28.699Z[ recovery-image] Feb 27 03:20:27.396 INFO O| Feb 27 03:20:27.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51542026-02-27T03:20:28.699Z[ recovery-image] Feb 27 03:20:27.396 INFO O| Feb 27 03:20:27.396 INFO STEP 115 (remove_files) COMPLETE
51552026-02-27T03:20:28.699Z[ recovery-image] Feb 27 03:20:27.396 INFO O| Feb 27 03:20:27.396 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562026-02-27T03:20:28.714Z[ recovery-image] Feb 27 03:20:27.411 INFO O| Feb 27 03:20:27.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51572026-02-27T03:20:28.714Z[ recovery-image] Feb 27 03:20:27.411 INFO O| Feb 27 03:20:27.411 INFO STEP 116 (remove_files) COMPLETE
51582026-02-27T03:20:28.714Z[ recovery-image] Feb 27 03:20:27.411 INFO O| Feb 27 03:20:27.411 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592026-02-27T03:20:28.728Z[ recovery-image] Feb 27 03:20:27.425 INFO O| Feb 27 03:20:27.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51602026-02-27T03:20:28.731Z[ recovery-image] Feb 27 03:20:27.425 INFO O| Feb 27 03:20:27.425 INFO STEP 117 (remove_files) COMPLETE
51612026-02-27T03:20:28.731Z[ recovery-image] Feb 27 03:20:27.425 INFO O| Feb 27 03:20:27.425 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622026-02-27T03:20:28.742Z[ recovery-image] Feb 27 03:20:27.439 INFO O| Feb 27 03:20:27.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51632026-02-27T03:20:28.742Z[ recovery-image] Feb 27 03:20:27.439 INFO O| Feb 27 03:20:27.439 INFO STEP 118 (remove_files) COMPLETE
51642026-02-27T03:20:28.746Z[ recovery-image] Feb 27 03:20:27.439 INFO O| Feb 27 03:20:27.439 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652026-02-27T03:20:28.757Z[ recovery-image] Feb 27 03:20:27.453 INFO O| Feb 27 03:20:27.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51662026-02-27T03:20:28.757Z[ recovery-image] Feb 27 03:20:27.453 INFO O| Feb 27 03:20:27.453 INFO STEP 119 (remove_files) COMPLETE
51672026-02-27T03:20:28.760Z[ recovery-image] Feb 27 03:20:27.453 INFO O| Feb 27 03:20:27.453 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682026-02-27T03:20:28.770Z[ recovery-image] Feb 27 03:20:27.467 INFO O| Feb 27 03:20:27.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51692026-02-27T03:20:28.770Z[ recovery-image] Feb 27 03:20:27.467 INFO O| Feb 27 03:20:27.467 INFO STEP 120 (remove_files) COMPLETE
51702026-02-27T03:20:28.773Z[ recovery-image] Feb 27 03:20:27.467 INFO O| Feb 27 03:20:27.467 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712026-02-27T03:20:28.784Z[ recovery-image] Feb 27 03:20:27.481 INFO O| Feb 27 03:20:27.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51722026-02-27T03:20:28.784Z[ recovery-image] Feb 27 03:20:27.481 INFO O| Feb 27 03:20:27.481 INFO STEP 121 (remove_files) COMPLETE
51732026-02-27T03:20:28.784Z[ recovery-image] Feb 27 03:20:27.481 INFO O| Feb 27 03:20:27.481 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742026-02-27T03:20:28.798Z[ recovery-image] Feb 27 03:20:27.494 INFO O| Feb 27 03:20:27.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51752026-02-27T03:20:28.798Z[ recovery-image] Feb 27 03:20:27.494 INFO O| Feb 27 03:20:27.494 INFO STEP 122 (remove_files) COMPLETE
51762026-02-27T03:20:28.798Z[ recovery-image] Feb 27 03:20:27.494 INFO O| Feb 27 03:20:27.494 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772026-02-27T03:20:28.813Z[ recovery-image] Feb 27 03:20:27.509 INFO O| Feb 27 03:20:27.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51782026-02-27T03:20:28.813Z[ recovery-image] Feb 27 03:20:27.510 INFO O| Feb 27 03:20:27.509 INFO STEP 123 (remove_files) COMPLETE
51792026-02-27T03:20:28.813Z[ recovery-image] Feb 27 03:20:27.510 INFO O| Feb 27 03:20:27.510 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802026-02-27T03:20:28.829Z[ recovery-image] Feb 27 03:20:27.525 INFO O| Feb 27 03:20:27.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51812026-02-27T03:20:28.829Z[ recovery-image] Feb 27 03:20:27.525 INFO O| Feb 27 03:20:27.525 INFO STEP 124 (remove_files) COMPLETE
51822026-02-27T03:20:28.833Z[ recovery-image] Feb 27 03:20:27.525 INFO O| Feb 27 03:20:27.525 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832026-02-27T03:20:28.845Z[ recovery-image] Feb 27 03:20:27.541 INFO O| Feb 27 03:20:27.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51842026-02-27T03:20:28.845Z[ recovery-image] Feb 27 03:20:27.541 INFO O| Feb 27 03:20:27.541 INFO STEP 125 (remove_files) COMPLETE
51852026-02-27T03:20:28.845Z[ recovery-image] Feb 27 03:20:27.541 INFO O| Feb 27 03:20:27.541 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862026-02-27T03:20:28.861Z[ recovery-image] Feb 27 03:20:27.557 INFO O| Feb 27 03:20:27.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51872026-02-27T03:20:28.861Z[ recovery-image] Feb 27 03:20:27.557 INFO O| Feb 27 03:20:27.557 INFO STEP 126 (remove_files) COMPLETE
51882026-02-27T03:20:28.861Z[ recovery-image] Feb 27 03:20:27.557 INFO O| Feb 27 03:20:27.557 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892026-02-27T03:20:28.877Z[ recovery-image] Feb 27 03:20:27.573 INFO O| Feb 27 03:20:27.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51902026-02-27T03:20:28.877Z[ recovery-image] Feb 27 03:20:27.573 INFO O| Feb 27 03:20:27.573 INFO STEP 127 (remove_files) COMPLETE
51912026-02-27T03:20:28.877Z[ recovery-image] Feb 27 03:20:27.573 INFO O| Feb 27 03:20:27.573 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922026-02-27T03:20:28.892Z[ recovery-image] Feb 27 03:20:27.589 INFO O| Feb 27 03:20:27.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51932026-02-27T03:20:28.892Z[ recovery-image] Feb 27 03:20:27.589 INFO O| Feb 27 03:20:27.589 INFO STEP 128 (remove_files) COMPLETE
51942026-02-27T03:20:28.892Z[ recovery-image] Feb 27 03:20:27.589 INFO O| Feb 27 03:20:27.589 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952026-02-27T03:20:28.908Z[ recovery-image] Feb 27 03:20:27.604 INFO O| Feb 27 03:20:27.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51962026-02-27T03:20:28.911Z[ recovery-image] Feb 27 03:20:27.604 INFO O| Feb 27 03:20:27.604 INFO STEP 129 (remove_files) COMPLETE
51972026-02-27T03:20:28.911Z[ recovery-image] Feb 27 03:20:27.604 INFO O| Feb 27 03:20:27.604 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982026-02-27T03:20:28.923Z[ recovery-image] Feb 27 03:20:27.619 INFO O| Feb 27 03:20:27.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51992026-02-27T03:20:28.924Z[ recovery-image] Feb 27 03:20:27.619 INFO O| Feb 27 03:20:27.619 INFO STEP 130 (remove_files) COMPLETE
52002026-02-27T03:20:28.927Z[ recovery-image] Feb 27 03:20:27.620 INFO O| Feb 27 03:20:27.619 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012026-02-27T03:20:28.939Z[ recovery-image] Feb 27 03:20:27.635 INFO O| Feb 27 03:20:27.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52022026-02-27T03:20:28.939Z[ recovery-image] Feb 27 03:20:27.635 INFO O| Feb 27 03:20:27.635 INFO STEP 131 (remove_files) COMPLETE
52032026-02-27T03:20:28.942Z[ recovery-image] Feb 27 03:20:27.635 INFO O| Feb 27 03:20:27.635 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042026-02-27T03:20:28.954Z[ recovery-image] Feb 27 03:20:27.650 INFO O| Feb 27 03:20:27.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52052026-02-27T03:20:28.955Z[ recovery-image] Feb 27 03:20:27.650 INFO O| Feb 27 03:20:27.650 INFO STEP 132 (remove_files) COMPLETE
52062026-02-27T03:20:28.955Z[ recovery-image] Feb 27 03:20:27.650 INFO O| Feb 27 03:20:27.650 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072026-02-27T03:20:28.971Z[ recovery-image] Feb 27 03:20:27.667 INFO O| Feb 27 03:20:27.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52082026-02-27T03:20:28.971Z[ recovery-image] Feb 27 03:20:27.667 INFO O| Feb 27 03:20:27.667 INFO STEP 133 (remove_files) COMPLETE
52092026-02-27T03:20:28.974Z[ recovery-image] Feb 27 03:20:27.667 INFO O| Feb 27 03:20:27.667 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102026-02-27T03:20:28.987Z[ recovery-image] Feb 27 03:20:27.684 INFO O| Feb 27 03:20:27.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52112026-02-27T03:20:28.988Z[ recovery-image] Feb 27 03:20:27.684 INFO O| Feb 27 03:20:27.684 INFO STEP 134 (remove_files) COMPLETE
52122026-02-27T03:20:28.988Z[ recovery-image] Feb 27 03:20:27.684 INFO O| Feb 27 03:20:27.684 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132026-02-27T03:20:29.002Z[ recovery-image] Feb 27 03:20:27.699 INFO O| Feb 27 03:20:27.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52142026-02-27T03:20:29.003Z[ recovery-image] Feb 27 03:20:27.699 INFO O| Feb 27 03:20:27.699 INFO STEP 135 (remove_files) COMPLETE
52152026-02-27T03:20:29.006Z[ recovery-image] Feb 27 03:20:27.699 INFO O| Feb 27 03:20:27.699 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162026-02-27T03:20:29.018Z[ recovery-image] Feb 27 03:20:27.714 INFO O| Feb 27 03:20:27.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52172026-02-27T03:20:29.018Z[ recovery-image] Feb 27 03:20:27.714 INFO O| Feb 27 03:20:27.714 INFO STEP 136 (remove_files) COMPLETE
52182026-02-27T03:20:29.018Z[ recovery-image] Feb 27 03:20:27.714 INFO O| Feb 27 03:20:27.714 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192026-02-27T03:20:29.032Z[ recovery-image] Feb 27 03:20:27.728 INFO O| Feb 27 03:20:27.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52202026-02-27T03:20:29.032Z[ recovery-image] Feb 27 03:20:27.728 INFO O| Feb 27 03:20:27.728 INFO STEP 137 (remove_files) COMPLETE
52212026-02-27T03:20:29.035Z[ recovery-image] Feb 27 03:20:27.728 INFO O| Feb 27 03:20:27.728 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222026-02-27T03:20:29.045Z[ recovery-image] Feb 27 03:20:27.742 INFO O| Feb 27 03:20:27.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52232026-02-27T03:20:29.045Z[ recovery-image] Feb 27 03:20:27.742 INFO O| Feb 27 03:20:27.742 INFO STEP 138 (remove_files) COMPLETE
52242026-02-27T03:20:29.049Z[ recovery-image] Feb 27 03:20:27.742 INFO O| Feb 27 03:20:27.742 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252026-02-27T03:20:29.060Z[ recovery-image] Feb 27 03:20:27.757 INFO O| Feb 27 03:20:27.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52262026-02-27T03:20:29.060Z[ recovery-image] Feb 27 03:20:27.757 INFO O| Feb 27 03:20:27.757 INFO STEP 139 (remove_files) COMPLETE
52272026-02-27T03:20:29.064Z[ recovery-image] Feb 27 03:20:27.757 INFO O| Feb 27 03:20:27.757 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282026-02-27T03:20:29.074Z[ recovery-image] Feb 27 03:20:27.771 INFO O| Feb 27 03:20:27.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52292026-02-27T03:20:29.078Z[ recovery-image] Feb 27 03:20:27.771 INFO O| Feb 27 03:20:27.771 INFO STEP 140 (remove_files) COMPLETE
52302026-02-27T03:20:29.078Z[ recovery-image] Feb 27 03:20:27.771 INFO O| Feb 27 03:20:27.771 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312026-02-27T03:20:29.089Z[ recovery-image] Feb 27 03:20:27.785 INFO O| Feb 27 03:20:27.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52322026-02-27T03:20:29.089Z[ recovery-image] Feb 27 03:20:27.785 INFO O| Feb 27 03:20:27.785 INFO STEP 141 (remove_files) COMPLETE
52332026-02-27T03:20:29.092Z[ recovery-image] Feb 27 03:20:27.785 INFO O| Feb 27 03:20:27.785 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342026-02-27T03:20:29.105Z[ recovery-image] Feb 27 03:20:27.799 INFO O| Feb 27 03:20:27.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52352026-02-27T03:20:29.105Z[ recovery-image] Feb 27 03:20:27.799 INFO O| Feb 27 03:20:27.799 INFO STEP 142 (remove_files) COMPLETE
52362026-02-27T03:20:29.110Z[ recovery-image] Feb 27 03:20:27.799 INFO O| Feb 27 03:20:27.799 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372026-02-27T03:20:29.116Z[ recovery-image] Feb 27 03:20:27.813 INFO O| Feb 27 03:20:27.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52382026-02-27T03:20:29.117Z[ recovery-image] Feb 27 03:20:27.813 INFO O| Feb 27 03:20:27.813 INFO STEP 143 (remove_files) COMPLETE
52392026-02-27T03:20:29.117Z[ recovery-image] Feb 27 03:20:27.813 INFO O| Feb 27 03:20:27.813 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402026-02-27T03:20:29.131Z[ recovery-image] Feb 27 03:20:27.828 INFO O| Feb 27 03:20:27.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52412026-02-27T03:20:29.131Z[ recovery-image] Feb 27 03:20:27.828 INFO O| Feb 27 03:20:27.828 INFO STEP 144 (remove_files) COMPLETE
52422026-02-27T03:20:29.131Z[ recovery-image] Feb 27 03:20:27.828 INFO O| Feb 27 03:20:27.828 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432026-02-27T03:20:29.146Z[ recovery-image] Feb 27 03:20:27.842 INFO O| Feb 27 03:20:27.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52442026-02-27T03:20:29.146Z[ recovery-image] Feb 27 03:20:27.842 INFO O| Feb 27 03:20:27.842 INFO STEP 145 (remove_files) COMPLETE
52452026-02-27T03:20:29.149Z[ recovery-image] Feb 27 03:20:27.842 INFO O| Feb 27 03:20:27.842 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462026-02-27T03:20:29.160Z[ recovery-image] Feb 27 03:20:27.857 INFO O| Feb 27 03:20:27.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52472026-02-27T03:20:29.160Z[ recovery-image] Feb 27 03:20:27.857 INFO O| Feb 27 03:20:27.857 INFO STEP 146 (remove_files) COMPLETE
52482026-02-27T03:20:29.163Z[ recovery-image] Feb 27 03:20:27.857 INFO O| Feb 27 03:20:27.857 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492026-02-27T03:20:29.174Z[ recovery-image] Feb 27 03:20:27.871 INFO O| Feb 27 03:20:27.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52502026-02-27T03:20:29.174Z[ recovery-image] Feb 27 03:20:27.871 INFO O| Feb 27 03:20:27.871 INFO STEP 147 (remove_files) COMPLETE
52512026-02-27T03:20:29.178Z[ recovery-image] Feb 27 03:20:27.871 INFO O| Feb 27 03:20:27.871 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522026-02-27T03:20:29.189Z[ recovery-image] Feb 27 03:20:27.886 INFO O| Feb 27 03:20:27.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52532026-02-27T03:20:29.189Z[ recovery-image] Feb 27 03:20:27.886 INFO O| Feb 27 03:20:27.886 INFO STEP 148 (remove_files) COMPLETE
52542026-02-27T03:20:29.192Z[ recovery-image] Feb 27 03:20:27.886 INFO O| Feb 27 03:20:27.886 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552026-02-27T03:20:29.203Z[ recovery-image] Feb 27 03:20:27.900 INFO O| Feb 27 03:20:27.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52562026-02-27T03:20:29.204Z[ recovery-image] Feb 27 03:20:27.900 INFO O| Feb 27 03:20:27.900 INFO STEP 149 (remove_files) COMPLETE
52572026-02-27T03:20:29.207Z[ recovery-image] Feb 27 03:20:27.900 INFO O| Feb 27 03:20:27.900 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582026-02-27T03:20:29.217Z[ recovery-image] Feb 27 03:20:27.914 INFO O| Feb 27 03:20:27.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52592026-02-27T03:20:29.220Z[ recovery-image] Feb 27 03:20:27.915 INFO O| Feb 27 03:20:27.915 INFO STEP 150 (remove_files) COMPLETE
52602026-02-27T03:20:29.220Z[ recovery-image] Feb 27 03:20:27.915 INFO O| Feb 27 03:20:27.915 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612026-02-27T03:20:29.233Z[ recovery-image] Feb 27 03:20:27.929 INFO O| Feb 27 03:20:27.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52622026-02-27T03:20:29.233Z[ recovery-image] Feb 27 03:20:27.929 INFO O| Feb 27 03:20:27.929 INFO STEP 151 (remove_files) COMPLETE
52632026-02-27T03:20:29.233Z[ recovery-image] Feb 27 03:20:27.929 INFO O| Feb 27 03:20:27.929 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642026-02-27T03:20:29.246Z[ recovery-image] Feb 27 03:20:27.943 INFO O| Feb 27 03:20:27.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52652026-02-27T03:20:29.249Z[ recovery-image] Feb 27 03:20:27.943 INFO O| Feb 27 03:20:27.943 INFO STEP 152 (remove_files) COMPLETE
52662026-02-27T03:20:29.249Z[ recovery-image] Feb 27 03:20:27.943 INFO O| Feb 27 03:20:27.943 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672026-02-27T03:20:29.259Z[ recovery-image] Feb 27 03:20:27.956 INFO O| Feb 27 03:20:27.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52682026-02-27T03:20:29.262Z[ recovery-image] Feb 27 03:20:27.956 INFO O| Feb 27 03:20:27.956 INFO STEP 153 (remove_files) COMPLETE
52692026-02-27T03:20:29.262Z[ recovery-image] Feb 27 03:20:27.956 INFO O| Feb 27 03:20:27.956 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702026-02-27T03:20:29.274Z[ recovery-image] Feb 27 03:20:27.971 INFO O| Feb 27 03:20:27.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52712026-02-27T03:20:29.274Z[ recovery-image] Feb 27 03:20:27.971 INFO O| Feb 27 03:20:27.971 INFO STEP 154 (remove_files) COMPLETE
52722026-02-27T03:20:29.274Z[ recovery-image] Feb 27 03:20:27.971 INFO O| Feb 27 03:20:27.971 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732026-02-27T03:20:29.288Z[ recovery-image] Feb 27 03:20:27.985 INFO O| Feb 27 03:20:27.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52742026-02-27T03:20:29.288Z[ recovery-image] Feb 27 03:20:27.985 INFO O| Feb 27 03:20:27.985 INFO STEP 155 (remove_files) COMPLETE
52752026-02-27T03:20:29.288Z[ recovery-image] Feb 27 03:20:27.985 INFO O| Feb 27 03:20:27.985 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762026-02-27T03:20:29.303Z[ recovery-image] Feb 27 03:20:27.999 INFO O| Feb 27 03:20:27.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52772026-02-27T03:20:29.303Z[ recovery-image] Feb 27 03:20:27.999 INFO O| Feb 27 03:20:27.999 INFO STEP 156 (remove_files) COMPLETE
52782026-02-27T03:20:29.304Z[ recovery-image] Feb 27 03:20:27.999 INFO O| Feb 27 03:20:27.999 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792026-02-27T03:20:29.318Z[ recovery-image] Feb 27 03:20:28.014 INFO O| Feb 27 03:20:28.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52802026-02-27T03:20:29.318Z[ recovery-image] Feb 27 03:20:28.014 INFO O| Feb 27 03:20:28.014 INFO STEP 157 (remove_files) COMPLETE
52812026-02-27T03:20:29.318Z[ recovery-image] Feb 27 03:20:28.014 INFO O| Feb 27 03:20:28.014 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822026-02-27T03:20:29.333Z[ recovery-image] Feb 27 03:20:28.029 INFO O| Feb 27 03:20:28.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52832026-02-27T03:20:29.333Z[ recovery-image] Feb 27 03:20:28.029 INFO O| Feb 27 03:20:28.029 INFO STEP 158 (remove_files) COMPLETE
52842026-02-27T03:20:29.333Z[ recovery-image] Feb 27 03:20:28.029 INFO O| Feb 27 03:20:28.029 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852026-02-27T03:20:29.347Z[ recovery-image] Feb 27 03:20:28.043 INFO O| Feb 27 03:20:28.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52862026-02-27T03:20:29.347Z[ recovery-image] Feb 27 03:20:28.043 INFO O| Feb 27 03:20:28.043 INFO STEP 159 (remove_files) COMPLETE
52872026-02-27T03:20:29.347Z[ recovery-image] Feb 27 03:20:28.043 INFO O| Feb 27 03:20:28.043 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882026-02-27T03:20:29.362Z[ recovery-image] Feb 27 03:20:28.058 INFO O| Feb 27 03:20:28.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52892026-02-27T03:20:29.362Z[ recovery-image] Feb 27 03:20:28.058 INFO O| Feb 27 03:20:28.058 INFO STEP 160 (remove_files) COMPLETE
52902026-02-27T03:20:29.362Z[ recovery-image] Feb 27 03:20:28.058 INFO O| Feb 27 03:20:28.058 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912026-02-27T03:20:29.375Z[ recovery-image] Feb 27 03:20:28.071 INFO O| Feb 27 03:20:28.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52922026-02-27T03:20:29.376Z[ recovery-image] Feb 27 03:20:28.071 INFO O| Feb 27 03:20:28.071 INFO STEP 161 (remove_files) COMPLETE
52932026-02-27T03:20:29.376Z[ recovery-image] Feb 27 03:20:28.071 INFO O| Feb 27 03:20:28.071 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942026-02-27T03:20:29.388Z[ recovery-image] Feb 27 03:20:28.085 INFO O| Feb 27 03:20:28.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52952026-02-27T03:20:29.388Z[ recovery-image] Feb 27 03:20:28.085 INFO O| Feb 27 03:20:28.085 INFO STEP 162 (remove_files) COMPLETE
52962026-02-27T03:20:29.388Z[ recovery-image] Feb 27 03:20:28.085 INFO O| Feb 27 03:20:28.085 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972026-02-27T03:20:29.403Z[ recovery-image] Feb 27 03:20:28.100 INFO O| Feb 27 03:20:28.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52982026-02-27T03:20:29.403Z[ recovery-image] Feb 27 03:20:28.100 INFO O| Feb 27 03:20:28.100 INFO STEP 163 (remove_files) COMPLETE
52992026-02-27T03:20:29.403Z[ recovery-image] Feb 27 03:20:28.100 INFO O| Feb 27 03:20:28.100 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002026-02-27T03:20:29.417Z[ recovery-image] Feb 27 03:20:28.114 INFO O| Feb 27 03:20:28.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53012026-02-27T03:20:29.420Z[ recovery-image] Feb 27 03:20:28.115 INFO O| Feb 27 03:20:28.115 INFO STEP 164 (remove_files) COMPLETE
53022026-02-27T03:20:29.420Z[ recovery-image] Feb 27 03:20:28.115 INFO O| Feb 27 03:20:28.115 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032026-02-27T03:20:29.439Z[ recovery-image] Feb 27 03:20:28.135 INFO O| Feb 27 03:20:28.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53042026-02-27T03:20:29.439Z[ recovery-image] Feb 27 03:20:28.135 INFO O| Feb 27 03:20:28.135 INFO STEP 165 (remove_files) COMPLETE
53052026-02-27T03:20:29.439Z[ recovery-image] Feb 27 03:20:28.135 INFO O| Feb 27 03:20:28.135 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062026-02-27T03:20:29.453Z[ recovery-image] Feb 27 03:20:28.149 INFO O| Feb 27 03:20:28.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53072026-02-27T03:20:29.453Z[ recovery-image] Feb 27 03:20:28.150 INFO O| Feb 27 03:20:28.150 INFO STEP 166 (remove_files) COMPLETE
53082026-02-27T03:20:29.456Z[ recovery-image] Feb 27 03:20:28.150 INFO O| Feb 27 03:20:28.150 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092026-02-27T03:20:29.468Z[ recovery-image] Feb 27 03:20:28.164 INFO O| Feb 27 03:20:28.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53102026-02-27T03:20:29.468Z[ recovery-image] Feb 27 03:20:28.164 INFO O| Feb 27 03:20:28.164 INFO STEP 167 (remove_files) COMPLETE
53112026-02-27T03:20:29.468Z[ recovery-image] Feb 27 03:20:28.164 INFO O| Feb 27 03:20:28.164 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122026-02-27T03:20:29.483Z[ recovery-image] Feb 27 03:20:28.179 INFO O| Feb 27 03:20:28.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53132026-02-27T03:20:29.483Z[ recovery-image] Feb 27 03:20:28.180 INFO O| Feb 27 03:20:28.180 INFO STEP 168 (remove_files) COMPLETE
53142026-02-27T03:20:29.486Z[ recovery-image] Feb 27 03:20:28.180 INFO O| Feb 27 03:20:28.180 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152026-02-27T03:20:29.500Z[ recovery-image] Feb 27 03:20:28.197 INFO O| Feb 27 03:20:28.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53162026-02-27T03:20:29.500Z[ recovery-image] Feb 27 03:20:28.197 INFO O| Feb 27 03:20:28.197 INFO STEP 169 (remove_files) COMPLETE
53172026-02-27T03:20:29.500Z[ recovery-image] Feb 27 03:20:28.197 INFO O| Feb 27 03:20:28.197 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182026-02-27T03:20:29.518Z[ recovery-image] Feb 27 03:20:28.214 INFO O| Feb 27 03:20:28.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53192026-02-27T03:20:29.518Z[ recovery-image] Feb 27 03:20:28.214 INFO O| Feb 27 03:20:28.214 INFO STEP 170 (remove_files) COMPLETE
53202026-02-27T03:20:29.518Z[ recovery-image] Feb 27 03:20:28.214 INFO O| Feb 27 03:20:28.214 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212026-02-27T03:20:29.534Z[ recovery-image] Feb 27 03:20:28.231 INFO O| Feb 27 03:20:28.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53222026-02-27T03:20:29.534Z[ recovery-image] Feb 27 03:20:28.231 INFO O| Feb 27 03:20:28.231 INFO STEP 171 (remove_files) COMPLETE
53232026-02-27T03:20:29.538Z[ recovery-image] Feb 27 03:20:28.231 INFO O| Feb 27 03:20:28.231 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242026-02-27T03:20:29.549Z[ recovery-image] Feb 27 03:20:28.246 INFO O| Feb 27 03:20:28.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53252026-02-27T03:20:29.549Z[ recovery-image] Feb 27 03:20:28.246 INFO O| Feb 27 03:20:28.246 INFO STEP 172 (remove_files) COMPLETE
53262026-02-27T03:20:29.549Z[ recovery-image] Feb 27 03:20:28.246 INFO O| Feb 27 03:20:28.246 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272026-02-27T03:20:29.566Z[ recovery-image] Feb 27 03:20:28.261 INFO O| Feb 27 03:20:28.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53282026-02-27T03:20:29.566Z[ recovery-image] Feb 27 03:20:28.261 INFO O| Feb 27 03:20:28.261 INFO STEP 173 (remove_files) COMPLETE
53292026-02-27T03:20:29.566Z[ recovery-image] Feb 27 03:20:28.261 INFO O| Feb 27 03:20:28.261 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302026-02-27T03:20:29.579Z[ recovery-image] Feb 27 03:20:28.276 INFO O| Feb 27 03:20:28.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53312026-02-27T03:20:29.579Z[ recovery-image] Feb 27 03:20:28.276 INFO O| Feb 27 03:20:28.276 INFO STEP 174 (remove_files) COMPLETE
53322026-02-27T03:20:29.583Z[ recovery-image] Feb 27 03:20:28.276 INFO O| Feb 27 03:20:28.276 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332026-02-27T03:20:29.588Z[ host-image] Feb 27 03:20:28.285 INFO O| Feb 27 03:20:28.285 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
53342026-02-27T03:20:29.591Z[ recovery-image] Feb 27 03:20:28.288 INFO O| Feb 27 03:20:28.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53352026-02-27T03:20:29.595Z[ recovery-image] Feb 27 03:20:28.288 INFO O| Feb 27 03:20:28.288 INFO STEP 175 (remove_files) COMPLETE
53362026-02-27T03:20:29.595Z[ recovery-image] Feb 27 03:20:28.288 INFO O| Feb 27 03:20:28.288 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372026-02-27T03:20:29.605Z[ recovery-image] Feb 27 03:20:28.301 INFO O| Feb 27 03:20:28.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53382026-02-27T03:20:29.609Z[ recovery-image] Feb 27 03:20:28.301 INFO O| Feb 27 03:20:28.301 INFO STEP 176 (remove_files) COMPLETE
53392026-02-27T03:20:29.609Z[ recovery-image] Feb 27 03:20:28.301 INFO O| Feb 27 03:20:28.301 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402026-02-27T03:20:29.619Z[ recovery-image] Feb 27 03:20:28.315 INFO O| Feb 27 03:20:28.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53412026-02-27T03:20:29.620Z[ recovery-image] Feb 27 03:20:28.315 INFO O| Feb 27 03:20:28.315 INFO STEP 177 (remove_files) COMPLETE
53422026-02-27T03:20:29.620Z[ recovery-image] Feb 27 03:20:28.315 INFO O| Feb 27 03:20:28.315 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432026-02-27T03:20:29.633Z[ recovery-image] Feb 27 03:20:28.329 INFO O| Feb 27 03:20:28.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53442026-02-27T03:20:29.633Z[ recovery-image] Feb 27 03:20:28.329 INFO O| Feb 27 03:20:28.329 INFO STEP 178 (remove_files) COMPLETE
53452026-02-27T03:20:29.636Z[ recovery-image] Feb 27 03:20:28.329 INFO O| Feb 27 03:20:28.329 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462026-02-27T03:20:29.647Z[ recovery-image] Feb 27 03:20:28.343 INFO O| Feb 27 03:20:28.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53472026-02-27T03:20:29.647Z[ recovery-image] Feb 27 03:20:28.343 INFO O| Feb 27 03:20:28.343 INFO STEP 179 (remove_files) COMPLETE
53482026-02-27T03:20:29.650Z[ recovery-image] Feb 27 03:20:28.343 INFO O| Feb 27 03:20:28.343 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492026-02-27T03:20:29.661Z[ recovery-image] Feb 27 03:20:28.357 INFO O| Feb 27 03:20:28.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53502026-02-27T03:20:29.661Z[ recovery-image] Feb 27 03:20:28.357 INFO O| Feb 27 03:20:28.357 INFO STEP 180 (remove_files) COMPLETE
53512026-02-27T03:20:29.664Z[ recovery-image] Feb 27 03:20:28.358 INFO O| Feb 27 03:20:28.357 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522026-02-27T03:20:29.677Z[ recovery-image] Feb 27 03:20:28.373 INFO O| Feb 27 03:20:28.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53532026-02-27T03:20:29.677Z[ recovery-image] Feb 27 03:20:28.373 INFO O| Feb 27 03:20:28.373 INFO STEP 181 (remove_files) COMPLETE
53542026-02-27T03:20:29.681Z[ recovery-image] Feb 27 03:20:28.373 INFO O| Feb 27 03:20:28.373 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552026-02-27T03:20:29.692Z[ recovery-image] Feb 27 03:20:28.389 INFO O| Feb 27 03:20:28.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53562026-02-27T03:20:29.692Z[ recovery-image] Feb 27 03:20:28.389 INFO O| Feb 27 03:20:28.389 INFO STEP 182 (remove_files) COMPLETE
53572026-02-27T03:20:29.692Z[ recovery-image] Feb 27 03:20:28.389 INFO O| Feb 27 03:20:28.389 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582026-02-27T03:20:29.706Z[ recovery-image] Feb 27 03:20:28.403 INFO O| Feb 27 03:20:28.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53592026-02-27T03:20:29.706Z[ recovery-image] Feb 27 03:20:28.403 INFO O| Feb 27 03:20:28.403 INFO STEP 183 (remove_files) COMPLETE
53602026-02-27T03:20:29.706Z[ recovery-image] Feb 27 03:20:28.403 INFO O| Feb 27 03:20:28.403 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612026-02-27T03:20:29.719Z[ recovery-image] Feb 27 03:20:28.416 INFO O| Feb 27 03:20:28.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53622026-02-27T03:20:29.720Z[ recovery-image] Feb 27 03:20:28.416 INFO O| Feb 27 03:20:28.416 INFO STEP 184 (remove_files) COMPLETE
53632026-02-27T03:20:29.720Z[ recovery-image] Feb 27 03:20:28.416 INFO O| Feb 27 03:20:28.416 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642026-02-27T03:20:29.734Z[ recovery-image] Feb 27 03:20:28.431 INFO O| Feb 27 03:20:28.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53652026-02-27T03:20:29.734Z[ recovery-image] Feb 27 03:20:28.431 INFO O| Feb 27 03:20:28.431 INFO STEP 185 (remove_files) COMPLETE
53662026-02-27T03:20:29.737Z[ recovery-image] Feb 27 03:20:28.431 INFO O| Feb 27 03:20:28.431 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672026-02-27T03:20:29.747Z[ recovery-image] Feb 27 03:20:28.444 INFO O| Feb 27 03:20:28.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53682026-02-27T03:20:29.747Z[ recovery-image] Feb 27 03:20:28.444 INFO O| Feb 27 03:20:28.444 INFO STEP 186 (remove_files) COMPLETE
53692026-02-27T03:20:29.747Z[ recovery-image] Feb 27 03:20:28.444 INFO O| Feb 27 03:20:28.444 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702026-02-27T03:20:29.760Z[ recovery-image] Feb 27 03:20:28.456 INFO O| Feb 27 03:20:28.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53712026-02-27T03:20:29.763Z[ recovery-image] Feb 27 03:20:28.456 INFO O| Feb 27 03:20:28.456 INFO STEP 187 (remove_files) COMPLETE
53722026-02-27T03:20:29.763Z[ recovery-image] Feb 27 03:20:28.456 INFO O| Feb 27 03:20:28.456 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732026-02-27T03:20:29.773Z[ recovery-image] Feb 27 03:20:28.470 INFO O| Feb 27 03:20:28.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53742026-02-27T03:20:29.773Z[ recovery-image] Feb 27 03:20:28.470 INFO O| Feb 27 03:20:28.470 INFO STEP 188 (remove_files) COMPLETE
53752026-02-27T03:20:29.773Z[ recovery-image] Feb 27 03:20:28.470 INFO O| Feb 27 03:20:28.470 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762026-02-27T03:20:29.787Z[ recovery-image] Feb 27 03:20:28.483 INFO O| Feb 27 03:20:28.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53772026-02-27T03:20:29.787Z[ recovery-image] Feb 27 03:20:28.483 INFO O| Feb 27 03:20:28.483 INFO STEP 189 (remove_files) COMPLETE
53782026-02-27T03:20:29.790Z[ recovery-image] Feb 27 03:20:28.483 INFO O| Feb 27 03:20:28.483 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792026-02-27T03:20:29.801Z[ recovery-image] Feb 27 03:20:28.497 INFO O| Feb 27 03:20:28.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53802026-02-27T03:20:29.801Z[ recovery-image] Feb 27 03:20:28.497 INFO O| Feb 27 03:20:28.497 INFO STEP 190 (remove_files) COMPLETE
53812026-02-27T03:20:29.804Z[ recovery-image] Feb 27 03:20:28.497 INFO O| Feb 27 03:20:28.497 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822026-02-27T03:20:29.815Z[ recovery-image] Feb 27 03:20:28.512 INFO O| Feb 27 03:20:28.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53832026-02-27T03:20:29.815Z[ recovery-image] Feb 27 03:20:28.512 INFO O| Feb 27 03:20:28.512 INFO STEP 191 (remove_files) COMPLETE
53842026-02-27T03:20:29.815Z[ recovery-image] Feb 27 03:20:28.512 INFO O| Feb 27 03:20:28.512 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852026-02-27T03:20:29.830Z[ recovery-image] Feb 27 03:20:28.527 INFO O| Feb 27 03:20:28.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53862026-02-27T03:20:29.830Z[ recovery-image] Feb 27 03:20:28.527 INFO O| Feb 27 03:20:28.527 INFO STEP 192 (remove_files) COMPLETE
53872026-02-27T03:20:29.833Z[ recovery-image] Feb 27 03:20:28.527 INFO O| Feb 27 03:20:28.527 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882026-02-27T03:20:29.845Z[ recovery-image] Feb 27 03:20:28.542 INFO O| Feb 27 03:20:28.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53892026-02-27T03:20:29.846Z[ recovery-image] Feb 27 03:20:28.542 INFO O| Feb 27 03:20:28.542 INFO STEP 193 (remove_files) COMPLETE
53902026-02-27T03:20:29.846Z[ recovery-image] Feb 27 03:20:28.542 INFO O| Feb 27 03:20:28.542 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912026-02-27T03:20:29.862Z[ recovery-image] Feb 27 03:20:28.559 INFO O| Feb 27 03:20:28.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53922026-02-27T03:20:29.862Z[ recovery-image] Feb 27 03:20:28.559 INFO O| Feb 27 03:20:28.559 INFO STEP 194 (remove_files) COMPLETE
53932026-02-27T03:20:29.866Z[ recovery-image] Feb 27 03:20:28.559 INFO O| Feb 27 03:20:28.559 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942026-02-27T03:20:29.877Z[ recovery-image] Feb 27 03:20:28.574 INFO O| Feb 27 03:20:28.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53952026-02-27T03:20:29.877Z[ recovery-image] Feb 27 03:20:28.574 INFO O| Feb 27 03:20:28.574 INFO STEP 195 (remove_files) COMPLETE
53962026-02-27T03:20:29.877Z[ recovery-image] Feb 27 03:20:28.574 INFO O| Feb 27 03:20:28.574 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972026-02-27T03:20:29.891Z[ recovery-image] Feb 27 03:20:28.588 INFO O| Feb 27 03:20:28.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53982026-02-27T03:20:29.891Z[ recovery-image] Feb 27 03:20:28.588 INFO O| Feb 27 03:20:28.588 INFO STEP 196 (remove_files) COMPLETE
53992026-02-27T03:20:29.891Z[ recovery-image] Feb 27 03:20:28.588 INFO O| Feb 27 03:20:28.588 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002026-02-27T03:20:29.906Z[ recovery-image] Feb 27 03:20:28.602 INFO O| Feb 27 03:20:28.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54012026-02-27T03:20:29.906Z[ recovery-image] Feb 27 03:20:28.603 INFO O| Feb 27 03:20:28.603 INFO STEP 197 (remove_files) COMPLETE
54022026-02-27T03:20:29.906Z[ recovery-image] Feb 27 03:20:28.603 INFO O| Feb 27 03:20:28.603 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032026-02-27T03:20:29.922Z[ recovery-image] Feb 27 03:20:28.618 INFO O| Feb 27 03:20:28.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54042026-02-27T03:20:29.922Z[ recovery-image] Feb 27 03:20:28.618 INFO O| Feb 27 03:20:28.618 INFO STEP 198 (remove_files) COMPLETE
54052026-02-27T03:20:29.922Z[ recovery-image] Feb 27 03:20:28.618 INFO O| Feb 27 03:20:28.618 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062026-02-27T03:20:29.937Z[ recovery-image] Feb 27 03:20:28.634 INFO O| Feb 27 03:20:28.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54072026-02-27T03:20:29.937Z[ recovery-image] Feb 27 03:20:28.634 INFO O| Feb 27 03:20:28.634 INFO STEP 199 (remove_files) COMPLETE
54082026-02-27T03:20:29.937Z[ recovery-image] Feb 27 03:20:28.634 INFO O| Feb 27 03:20:28.634 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092026-02-27T03:20:29.955Z[ recovery-image] Feb 27 03:20:28.650 INFO O| Feb 27 03:20:28.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54102026-02-27T03:20:29.955Z[ recovery-image] Feb 27 03:20:28.650 INFO O| Feb 27 03:20:28.650 INFO STEP 200 (remove_files) COMPLETE
54112026-02-27T03:20:29.955Z[ recovery-image] Feb 27 03:20:28.650 INFO O| Feb 27 03:20:28.650 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122026-02-27T03:20:29.968Z[ recovery-image] Feb 27 03:20:28.664 INFO O| Feb 27 03:20:28.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54132026-02-27T03:20:29.968Z[ recovery-image] Feb 27 03:20:28.664 INFO O| Feb 27 03:20:28.664 INFO STEP 201 (remove_files) COMPLETE
54142026-02-27T03:20:29.968Z[ recovery-image] Feb 27 03:20:28.664 INFO O| Feb 27 03:20:28.664 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152026-02-27T03:20:29.982Z[ recovery-image] Feb 27 03:20:28.678 INFO O| Feb 27 03:20:28.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54162026-02-27T03:20:29.982Z[ recovery-image] Feb 27 03:20:28.678 INFO O| Feb 27 03:20:28.678 INFO STEP 202 (remove_files) COMPLETE
54172026-02-27T03:20:29.982Z[ recovery-image] Feb 27 03:20:28.678 INFO O| Feb 27 03:20:28.678 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182026-02-27T03:20:29.996Z[ recovery-image] Feb 27 03:20:28.693 INFO O| Feb 27 03:20:28.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54192026-02-27T03:20:29.996Z[ recovery-image] Feb 27 03:20:28.693 INFO O| Feb 27 03:20:28.693 INFO STEP 203 (remove_files) COMPLETE
54202026-02-27T03:20:29.997Z[ recovery-image] Feb 27 03:20:28.693 INFO O| Feb 27 03:20:28.693 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212026-02-27T03:20:30.031Z[ recovery-image] Feb 27 03:20:28.728 INFO O| Feb 27 03:20:28.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54222026-02-27T03:20:30.031Z[ recovery-image] Feb 27 03:20:28.728 INFO O| Feb 27 03:20:28.728 INFO STEP 204 (remove_files) COMPLETE
54232026-02-27T03:20:30.035Z[ recovery-image] Feb 27 03:20:28.728 INFO O| Feb 27 03:20:28.728 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242026-02-27T03:20:30.073Z[ recovery-image] Feb 27 03:20:28.769 INFO O| Feb 27 03:20:28.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54252026-02-27T03:20:30.073Z[ recovery-image] Feb 27 03:20:28.769 INFO O| Feb 27 03:20:28.769 INFO STEP 205 (remove_files) COMPLETE
54262026-02-27T03:20:30.076Z[ recovery-image] Feb 27 03:20:28.769 INFO O| Feb 27 03:20:28.769 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272026-02-27T03:20:30.091Z[ recovery-image] Feb 27 03:20:28.787 INFO O| Feb 27 03:20:28.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54282026-02-27T03:20:30.094Z[ recovery-image] Feb 27 03:20:28.788 INFO O| Feb 27 03:20:28.788 INFO STEP 206 (remove_files) COMPLETE
54292026-02-27T03:20:30.094Z[ recovery-image] Feb 27 03:20:28.788 INFO O| Feb 27 03:20:28.788 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302026-02-27T03:20:30.109Z[ recovery-image] Feb 27 03:20:28.805 INFO O| Feb 27 03:20:28.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54312026-02-27T03:20:30.109Z[ recovery-image] Feb 27 03:20:28.805 INFO O| Feb 27 03:20:28.805 INFO STEP 207 (remove_files) COMPLETE
54322026-02-27T03:20:30.109Z[ recovery-image] Feb 27 03:20:28.805 INFO O| Feb 27 03:20:28.805 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332026-02-27T03:20:30.125Z[ recovery-image] Feb 27 03:20:28.821 INFO O| Feb 27 03:20:28.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54342026-02-27T03:20:30.125Z[ recovery-image] Feb 27 03:20:28.821 INFO O| Feb 27 03:20:28.821 INFO STEP 208 (remove_files) COMPLETE
54352026-02-27T03:20:30.125Z[ recovery-image] Feb 27 03:20:28.821 INFO O| Feb 27 03:20:28.821 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362026-02-27T03:20:30.140Z[ recovery-image] Feb 27 03:20:28.837 INFO O| Feb 27 03:20:28.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54372026-02-27T03:20:30.140Z[ recovery-image] Feb 27 03:20:28.837 INFO O| Feb 27 03:20:28.837 INFO STEP 209 (remove_files) COMPLETE
54382026-02-27T03:20:30.140Z[ recovery-image] Feb 27 03:20:28.837 INFO O| Feb 27 03:20:28.837 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392026-02-27T03:20:30.155Z[ recovery-image] Feb 27 03:20:28.851 INFO O| Feb 27 03:20:28.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54402026-02-27T03:20:30.155Z[ recovery-image] Feb 27 03:20:28.851 INFO O| Feb 27 03:20:28.851 INFO STEP 210 (remove_files) COMPLETE
54412026-02-27T03:20:30.155Z[ recovery-image] Feb 27 03:20:28.851 INFO O| Feb 27 03:20:28.851 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422026-02-27T03:20:30.171Z[ recovery-image] Feb 27 03:20:28.868 INFO O| Feb 27 03:20:28.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54432026-02-27T03:20:30.171Z[ recovery-image] Feb 27 03:20:28.868 INFO O| Feb 27 03:20:28.868 INFO STEP 211 (remove_files) COMPLETE
54442026-02-27T03:20:30.175Z[ recovery-image] Feb 27 03:20:28.868 INFO O| Feb 27 03:20:28.868 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452026-02-27T03:20:30.189Z[ recovery-image] Feb 27 03:20:28.885 INFO O| Feb 27 03:20:28.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54462026-02-27T03:20:30.189Z[ recovery-image] Feb 27 03:20:28.885 INFO O| Feb 27 03:20:28.885 INFO STEP 212 (remove_files) COMPLETE
54472026-02-27T03:20:30.189Z[ recovery-image] Feb 27 03:20:28.885 INFO O| Feb 27 03:20:28.885 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482026-02-27T03:20:30.206Z[ recovery-image] Feb 27 03:20:28.903 INFO O| Feb 27 03:20:28.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54492026-02-27T03:20:30.210Z[ recovery-image] Feb 27 03:20:28.904 INFO O| Feb 27 03:20:28.904 INFO STEP 213 (remove_files) COMPLETE
54502026-02-27T03:20:30.210Z[ recovery-image] Feb 27 03:20:28.904 INFO O| Feb 27 03:20:28.904 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512026-02-27T03:20:30.223Z[ recovery-image] Feb 27 03:20:28.919 INFO O| Feb 27 03:20:28.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54522026-02-27T03:20:30.223Z[ recovery-image] Feb 27 03:20:28.920 INFO O| Feb 27 03:20:28.919 INFO STEP 214 (remove_files) COMPLETE
54532026-02-27T03:20:30.223Z[ recovery-image] Feb 27 03:20:28.920 INFO O| Feb 27 03:20:28.920 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542026-02-27T03:20:30.239Z[ recovery-image] Feb 27 03:20:28.936 INFO O| Feb 27 03:20:28.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54552026-02-27T03:20:30.239Z[ recovery-image] Feb 27 03:20:28.936 INFO O| Feb 27 03:20:28.936 INFO STEP 215 (remove_files) COMPLETE
54562026-02-27T03:20:30.239Z[ recovery-image] Feb 27 03:20:28.936 INFO O| Feb 27 03:20:28.936 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572026-02-27T03:20:30.255Z[ recovery-image] Feb 27 03:20:28.951 INFO O| Feb 27 03:20:28.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54582026-02-27T03:20:30.255Z[ recovery-image] Feb 27 03:20:28.951 INFO O| Feb 27 03:20:28.951 INFO STEP 216 (remove_files) COMPLETE
54592026-02-27T03:20:30.255Z[ recovery-image] Feb 27 03:20:28.951 INFO O| Feb 27 03:20:28.951 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602026-02-27T03:20:30.270Z[ recovery-image] Feb 27 03:20:28.966 INFO O| Feb 27 03:20:28.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54612026-02-27T03:20:30.270Z[ recovery-image] Feb 27 03:20:28.966 INFO O| Feb 27 03:20:28.966 INFO STEP 217 (remove_files) COMPLETE
54622026-02-27T03:20:30.270Z[ recovery-image] Feb 27 03:20:28.966 INFO O| Feb 27 03:20:28.966 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632026-02-27T03:20:30.347Z[ recovery-image] Feb 27 03:20:28.983 INFO O| Feb 27 03:20:28.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54642026-02-27T03:20:30.347Z[ recovery-image] Feb 27 03:20:28.983 INFO O| Feb 27 03:20:28.983 INFO STEP 218 (remove_files) COMPLETE
54652026-02-27T03:20:30.347Z[ recovery-image] Feb 27 03:20:28.983 INFO O| Feb 27 03:20:28.983 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662026-02-27T03:20:30.353Z[ recovery-image] Feb 27 03:20:28.998 INFO O| Feb 27 03:20:28.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54672026-02-27T03:20:30.353Z[ recovery-image] Feb 27 03:20:28.998 INFO O| Feb 27 03:20:28.998 INFO STEP 219 (remove_files) COMPLETE
54682026-02-27T03:20:30.353Z[ recovery-image] Feb 27 03:20:28.998 INFO O| Feb 27 03:20:28.998 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692026-02-27T03:20:30.353Z[ recovery-image] Feb 27 03:20:29.014 INFO O| Feb 27 03:20:29.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54702026-02-27T03:20:30.353Z[ recovery-image] Feb 27 03:20:29.014 INFO O| Feb 27 03:20:29.014 INFO STEP 220 (remove_files) COMPLETE
54712026-02-27T03:20:30.353Z[ recovery-image] Feb 27 03:20:29.014 INFO O| Feb 27 03:20:29.014 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722026-02-27T03:20:30.353Z[ recovery-image] Feb 27 03:20:29.029 INFO O| Feb 27 03:20:29.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54732026-02-27T03:20:30.353Z[ recovery-image] Feb 27 03:20:29.029 INFO O| Feb 27 03:20:29.029 INFO STEP 221 (remove_files) COMPLETE
54742026-02-27T03:20:30.353Z[ recovery-image] Feb 27 03:20:29.029 INFO O| Feb 27 03:20:29.029 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752026-02-27T03:20:30.353Z[ recovery-image] Feb 27 03:20:29.044 INFO O| Feb 27 03:20:29.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54762026-02-27T03:20:30.353Z[ recovery-image] Feb 27 03:20:29.044 INFO O| Feb 27 03:20:29.044 INFO STEP 222 (remove_files) COMPLETE
54772026-02-27T03:20:30.353Z[ recovery-image] Feb 27 03:20:29.044 INFO O| Feb 27 03:20:29.044 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782026-02-27T03:20:30.364Z[ recovery-image] Feb 27 03:20:29.061 INFO O| Feb 27 03:20:29.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54792026-02-27T03:20:30.364Z[ recovery-image] Feb 27 03:20:29.061 INFO O| Feb 27 03:20:29.061 INFO STEP 223 (remove_files) COMPLETE
54802026-02-27T03:20:30.364Z[ recovery-image] Feb 27 03:20:29.061 INFO O| Feb 27 03:20:29.061 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812026-02-27T03:20:30.382Z[ recovery-image] Feb 27 03:20:29.078 INFO O| Feb 27 03:20:29.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54822026-02-27T03:20:30.382Z[ recovery-image] Feb 27 03:20:29.078 INFO O| Feb 27 03:20:29.078 INFO STEP 224 (remove_files) COMPLETE
54832026-02-27T03:20:30.382Z[ recovery-image] Feb 27 03:20:29.078 INFO O| Feb 27 03:20:29.078 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842026-02-27T03:20:30.398Z[ recovery-image] Feb 27 03:20:29.094 INFO O| Feb 27 03:20:29.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54852026-02-27T03:20:30.398Z[ recovery-image] Feb 27 03:20:29.094 INFO O| Feb 27 03:20:29.094 INFO STEP 225 (remove_files) COMPLETE
54862026-02-27T03:20:30.401Z[ recovery-image] Feb 27 03:20:29.094 INFO O| Feb 27 03:20:29.094 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872026-02-27T03:20:30.414Z[ recovery-image] Feb 27 03:20:29.110 INFO O| Feb 27 03:20:29.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54882026-02-27T03:20:30.414Z[ recovery-image] Feb 27 03:20:29.110 INFO O| Feb 27 03:20:29.110 INFO STEP 226 (remove_files) COMPLETE
54892026-02-27T03:20:30.414Z[ recovery-image] Feb 27 03:20:29.110 INFO O| Feb 27 03:20:29.110 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902026-02-27T03:20:30.430Z[ recovery-image] Feb 27 03:20:29.126 INFO O| Feb 27 03:20:29.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54912026-02-27T03:20:30.430Z[ recovery-image] Feb 27 03:20:29.127 INFO O| Feb 27 03:20:29.127 INFO STEP 227 (remove_files) COMPLETE
54922026-02-27T03:20:30.430Z[ recovery-image] Feb 27 03:20:29.127 INFO O| Feb 27 03:20:29.127 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932026-02-27T03:20:30.446Z[ recovery-image] Feb 27 03:20:29.143 INFO O| Feb 27 03:20:29.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54942026-02-27T03:20:30.447Z[ recovery-image] Feb 27 03:20:29.143 INFO O| Feb 27 03:20:29.143 INFO STEP 228 (remove_files) COMPLETE
54952026-02-27T03:20:30.447Z[ recovery-image] Feb 27 03:20:29.143 INFO O| Feb 27 03:20:29.143 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962026-02-27T03:20:30.462Z[ recovery-image] Feb 27 03:20:29.158 INFO O| Feb 27 03:20:29.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54972026-02-27T03:20:30.462Z[ recovery-image] Feb 27 03:20:29.159 INFO O| Feb 27 03:20:29.159 INFO STEP 229 (remove_files) COMPLETE
54982026-02-27T03:20:30.465Z[ recovery-image] Feb 27 03:20:29.159 INFO O| Feb 27 03:20:29.159 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992026-02-27T03:20:30.477Z[ recovery-image] Feb 27 03:20:29.174 INFO O| Feb 27 03:20:29.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55002026-02-27T03:20:30.477Z[ recovery-image] Feb 27 03:20:29.174 INFO O| Feb 27 03:20:29.174 INFO STEP 230 (remove_files) COMPLETE
55012026-02-27T03:20:30.478Z[ recovery-image] Feb 27 03:20:29.174 INFO O| Feb 27 03:20:29.174 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022026-02-27T03:20:30.493Z[ recovery-image] Feb 27 03:20:29.190 INFO O| Feb 27 03:20:29.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55032026-02-27T03:20:30.494Z[ recovery-image] Feb 27 03:20:29.190 INFO O| Feb 27 03:20:29.190 INFO STEP 231 (remove_files) COMPLETE
55042026-02-27T03:20:30.494Z[ recovery-image] Feb 27 03:20:29.190 INFO O| Feb 27 03:20:29.190 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052026-02-27T03:20:30.509Z[ recovery-image] Feb 27 03:20:29.206 INFO O| Feb 27 03:20:29.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55062026-02-27T03:20:30.509Z[ recovery-image] Feb 27 03:20:29.206 INFO O| Feb 27 03:20:29.206 INFO STEP 232 (remove_files) COMPLETE
55072026-02-27T03:20:30.509Z[ recovery-image] Feb 27 03:20:29.206 INFO O| Feb 27 03:20:29.206 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082026-02-27T03:20:30.523Z[ recovery-image] Feb 27 03:20:29.220 INFO O| Feb 27 03:20:29.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55092026-02-27T03:20:30.523Z[ recovery-image] Feb 27 03:20:29.220 INFO O| Feb 27 03:20:29.220 INFO STEP 233 (remove_files) COMPLETE
55102026-02-27T03:20:30.523Z[ recovery-image] Feb 27 03:20:29.220 INFO O| Feb 27 03:20:29.220 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112026-02-27T03:20:30.538Z[ recovery-image] Feb 27 03:20:29.235 INFO O| Feb 27 03:20:29.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55122026-02-27T03:20:30.538Z[ recovery-image] Feb 27 03:20:29.235 INFO O| Feb 27 03:20:29.235 INFO STEP 234 (remove_files) COMPLETE
55132026-02-27T03:20:30.542Z[ recovery-image] Feb 27 03:20:29.235 INFO O| Feb 27 03:20:29.235 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142026-02-27T03:20:30.553Z[ recovery-image] Feb 27 03:20:29.249 INFO O| Feb 27 03:20:29.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55152026-02-27T03:20:30.553Z[ recovery-image] Feb 27 03:20:29.249 INFO O| Feb 27 03:20:29.249 INFO STEP 235 (remove_files) COMPLETE
55162026-02-27T03:20:30.553Z[ recovery-image] Feb 27 03:20:29.249 INFO O| Feb 27 03:20:29.249 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172026-02-27T03:20:30.568Z[ recovery-image] Feb 27 03:20:29.265 INFO O| Feb 27 03:20:29.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55182026-02-27T03:20:30.568Z[ recovery-image] Feb 27 03:20:29.265 INFO O| Feb 27 03:20:29.265 INFO STEP 236 (remove_files) COMPLETE
55192026-02-27T03:20:30.568Z[ recovery-image] Feb 27 03:20:29.265 INFO O| Feb 27 03:20:29.265 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202026-02-27T03:20:30.582Z[ recovery-image] Feb 27 03:20:29.279 INFO O| Feb 27 03:20:29.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55212026-02-27T03:20:30.586Z[ recovery-image] Feb 27 03:20:29.279 INFO O| Feb 27 03:20:29.279 INFO STEP 237 (remove_files) COMPLETE
55222026-02-27T03:20:30.586Z[ recovery-image] Feb 27 03:20:29.279 INFO O| Feb 27 03:20:29.279 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232026-02-27T03:20:30.598Z[ recovery-image] Feb 27 03:20:29.295 INFO O| Feb 27 03:20:29.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55242026-02-27T03:20:30.598Z[ recovery-image] Feb 27 03:20:29.295 INFO O| Feb 27 03:20:29.295 INFO STEP 238 (remove_files) COMPLETE
55252026-02-27T03:20:30.598Z[ recovery-image] Feb 27 03:20:29.295 INFO O| Feb 27 03:20:29.295 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262026-02-27T03:20:30.614Z[ recovery-image] Feb 27 03:20:29.310 INFO O| Feb 27 03:20:29.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55272026-02-27T03:20:30.614Z[ recovery-image] Feb 27 03:20:29.311 INFO O| Feb 27 03:20:29.310 INFO STEP 239 (remove_files) COMPLETE
55282026-02-27T03:20:30.617Z[ recovery-image] Feb 27 03:20:29.311 INFO O| Feb 27 03:20:29.310 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292026-02-27T03:20:30.630Z[ recovery-image] Feb 27 03:20:29.326 INFO O| Feb 27 03:20:29.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55302026-02-27T03:20:30.630Z[ recovery-image] Feb 27 03:20:29.327 INFO O| Feb 27 03:20:29.327 INFO STEP 240 (remove_files) COMPLETE
55312026-02-27T03:20:30.630Z[ recovery-image] Feb 27 03:20:29.327 INFO O| Feb 27 03:20:29.327 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322026-02-27T03:20:30.646Z[ recovery-image] Feb 27 03:20:29.342 INFO O| Feb 27 03:20:29.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55332026-02-27T03:20:30.646Z[ recovery-image] Feb 27 03:20:29.343 INFO O| Feb 27 03:20:29.342 INFO STEP 241 (remove_files) COMPLETE
55342026-02-27T03:20:30.646Z[ recovery-image] Feb 27 03:20:29.343 INFO O| Feb 27 03:20:29.343 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352026-02-27T03:20:30.662Z[ recovery-image] Feb 27 03:20:29.359 INFO O| Feb 27 03:20:29.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55362026-02-27T03:20:30.662Z[ recovery-image] Feb 27 03:20:29.359 INFO O| Feb 27 03:20:29.359 INFO STEP 242 (remove_files) COMPLETE
55372026-02-27T03:20:30.662Z[ recovery-image] Feb 27 03:20:29.359 INFO O| Feb 27 03:20:29.359 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382026-02-27T03:20:30.678Z[ recovery-image] Feb 27 03:20:29.375 INFO O| Feb 27 03:20:29.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55392026-02-27T03:20:30.678Z[ recovery-image] Feb 27 03:20:29.375 INFO O| Feb 27 03:20:29.375 INFO STEP 243 (remove_files) COMPLETE
55402026-02-27T03:20:30.678Z[ recovery-image] Feb 27 03:20:29.375 INFO O| Feb 27 03:20:29.375 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412026-02-27T03:20:30.694Z[ recovery-image] Feb 27 03:20:29.391 INFO O| Feb 27 03:20:29.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55422026-02-27T03:20:30.697Z[ recovery-image] Feb 27 03:20:29.392 INFO O| Feb 27 03:20:29.392 INFO STEP 244 (remove_files) COMPLETE
55432026-02-27T03:20:30.697Z[ recovery-image] Feb 27 03:20:29.392 INFO O| Feb 27 03:20:29.392 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442026-02-27T03:20:30.710Z[ recovery-image] Feb 27 03:20:29.407 INFO O| Feb 27 03:20:29.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55452026-02-27T03:20:30.710Z[ recovery-image] Feb 27 03:20:29.407 INFO O| Feb 27 03:20:29.407 INFO STEP 245 (remove_files) COMPLETE
55462026-02-27T03:20:30.710Z[ recovery-image] Feb 27 03:20:29.407 INFO O| Feb 27 03:20:29.407 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472026-02-27T03:20:30.726Z[ recovery-image] Feb 27 03:20:29.422 INFO O| Feb 27 03:20:29.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55482026-02-27T03:20:30.726Z[ recovery-image] Feb 27 03:20:29.422 INFO O| Feb 27 03:20:29.422 INFO STEP 246 (remove_files) COMPLETE
55492026-02-27T03:20:30.726Z[ recovery-image] Feb 27 03:20:29.422 INFO O| Feb 27 03:20:29.422 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502026-02-27T03:20:30.741Z[ recovery-image] Feb 27 03:20:29.438 INFO O| Feb 27 03:20:29.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55512026-02-27T03:20:30.741Z[ recovery-image] Feb 27 03:20:29.438 INFO O| Feb 27 03:20:29.438 INFO STEP 247 (remove_files) COMPLETE
55522026-02-27T03:20:30.741Z[ recovery-image] Feb 27 03:20:29.438 INFO O| Feb 27 03:20:29.438 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532026-02-27T03:20:30.756Z[ recovery-image] Feb 27 03:20:29.453 INFO O| Feb 27 03:20:29.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55542026-02-27T03:20:30.756Z[ recovery-image] Feb 27 03:20:29.453 INFO O| Feb 27 03:20:29.453 INFO STEP 248 (remove_files) COMPLETE
55552026-02-27T03:20:30.756Z[ recovery-image] Feb 27 03:20:29.453 INFO O| Feb 27 03:20:29.453 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562026-02-27T03:20:30.772Z[ recovery-image] Feb 27 03:20:29.469 INFO O| Feb 27 03:20:29.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55572026-02-27T03:20:30.772Z[ recovery-image] Feb 27 03:20:29.469 INFO O| Feb 27 03:20:29.469 INFO STEP 249 (remove_files) COMPLETE
55582026-02-27T03:20:30.776Z[ recovery-image] Feb 27 03:20:29.469 INFO O| Feb 27 03:20:29.469 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592026-02-27T03:20:30.788Z[ recovery-image] Feb 27 03:20:29.484 INFO O| Feb 27 03:20:29.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55602026-02-27T03:20:30.788Z[ recovery-image] Feb 27 03:20:29.484 INFO O| Feb 27 03:20:29.484 INFO STEP 250 (remove_files) COMPLETE
55612026-02-27T03:20:30.788Z[ recovery-image] Feb 27 03:20:29.484 INFO O| Feb 27 03:20:29.484 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622026-02-27T03:20:30.803Z[ recovery-image] Feb 27 03:20:29.499 INFO O| Feb 27 03:20:29.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55632026-02-27T03:20:30.803Z[ recovery-image] Feb 27 03:20:29.499 INFO O| Feb 27 03:20:29.499 INFO STEP 251 (remove_files) COMPLETE
55642026-02-27T03:20:30.803Z[ recovery-image] Feb 27 03:20:29.499 INFO O| Feb 27 03:20:29.499 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652026-02-27T03:20:30.816Z[ recovery-image] Feb 27 03:20:29.513 INFO O| Feb 27 03:20:29.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55662026-02-27T03:20:30.816Z[ recovery-image] Feb 27 03:20:29.513 INFO O| Feb 27 03:20:29.513 INFO STEP 252 (remove_files) COMPLETE
55672026-02-27T03:20:30.817Z[ recovery-image] Feb 27 03:20:29.513 INFO O| Feb 27 03:20:29.513 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682026-02-27T03:20:30.829Z[ recovery-image] Feb 27 03:20:29.526 INFO O| Feb 27 03:20:29.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55692026-02-27T03:20:30.833Z[ recovery-image] Feb 27 03:20:29.527 INFO O| Feb 27 03:20:29.527 INFO STEP 253 (remove_files) COMPLETE
55702026-02-27T03:20:30.833Z[ recovery-image] Feb 27 03:20:29.527 INFO O| Feb 27 03:20:29.527 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712026-02-27T03:20:30.845Z[ recovery-image] Feb 27 03:20:29.542 INFO O| Feb 27 03:20:29.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55722026-02-27T03:20:30.845Z[ recovery-image] Feb 27 03:20:29.542 INFO O| Feb 27 03:20:29.542 INFO STEP 254 (remove_files) COMPLETE
55732026-02-27T03:20:30.846Z[ recovery-image] Feb 27 03:20:29.542 INFO O| Feb 27 03:20:29.542 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742026-02-27T03:20:30.860Z[ recovery-image] Feb 27 03:20:29.557 INFO O| Feb 27 03:20:29.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55752026-02-27T03:20:30.860Z[ recovery-image] Feb 27 03:20:29.557 INFO O| Feb 27 03:20:29.557 INFO STEP 255 (remove_files) COMPLETE
55762026-02-27T03:20:30.860Z[ recovery-image] Feb 27 03:20:29.557 INFO O| Feb 27 03:20:29.557 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772026-02-27T03:20:30.875Z[ recovery-image] Feb 27 03:20:29.572 INFO O| Feb 27 03:20:29.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55782026-02-27T03:20:30.875Z[ recovery-image] Feb 27 03:20:29.572 INFO O| Feb 27 03:20:29.572 INFO STEP 256 (remove_files) COMPLETE
55792026-02-27T03:20:30.879Z[ recovery-image] Feb 27 03:20:29.572 INFO O| Feb 27 03:20:29.572 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802026-02-27T03:20:30.889Z[ recovery-image] Feb 27 03:20:29.585 INFO O| Feb 27 03:20:29.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55812026-02-27T03:20:30.889Z[ recovery-image] Feb 27 03:20:29.586 INFO O| Feb 27 03:20:29.585 INFO STEP 257 (remove_files) COMPLETE
55822026-02-27T03:20:30.889Z[ recovery-image] Feb 27 03:20:29.586 INFO O| Feb 27 03:20:29.586 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832026-02-27T03:20:30.903Z[ recovery-image] Feb 27 03:20:29.600 INFO O| Feb 27 03:20:29.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55842026-02-27T03:20:30.906Z[ recovery-image] Feb 27 03:20:29.600 INFO O| Feb 27 03:20:29.600 INFO STEP 258 (remove_files) COMPLETE
55852026-02-27T03:20:30.907Z[ recovery-image] Feb 27 03:20:29.600 INFO O| Feb 27 03:20:29.600 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862026-02-27T03:20:30.919Z[ recovery-image] Feb 27 03:20:29.615 INFO O| Feb 27 03:20:29.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55872026-02-27T03:20:30.919Z[ recovery-image] Feb 27 03:20:29.615 INFO O| Feb 27 03:20:29.615 INFO STEP 259 (remove_files) COMPLETE
55882026-02-27T03:20:30.919Z[ recovery-image] Feb 27 03:20:29.615 INFO O| Feb 27 03:20:29.615 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892026-02-27T03:20:30.935Z[ recovery-image] Feb 27 03:20:29.631 INFO O| Feb 27 03:20:29.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55902026-02-27T03:20:30.935Z[ recovery-image] Feb 27 03:20:29.631 INFO O| Feb 27 03:20:29.631 INFO STEP 260 (remove_files) COMPLETE
55912026-02-27T03:20:30.935Z[ recovery-image] Feb 27 03:20:29.631 INFO O| Feb 27 03:20:29.631 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922026-02-27T03:20:30.951Z[ recovery-image] Feb 27 03:20:29.648 INFO O| Feb 27 03:20:29.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55932026-02-27T03:20:30.952Z[ recovery-image] Feb 27 03:20:29.648 INFO O| Feb 27 03:20:29.648 INFO STEP 261 (remove_files) COMPLETE
55942026-02-27T03:20:30.952Z[ recovery-image] Feb 27 03:20:29.648 INFO O| Feb 27 03:20:29.648 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952026-02-27T03:20:30.968Z[ recovery-image] Feb 27 03:20:29.664 INFO O| Feb 27 03:20:29.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55962026-02-27T03:20:30.972Z[ recovery-image] Feb 27 03:20:29.665 INFO O| Feb 27 03:20:29.665 INFO STEP 262 (remove_files) COMPLETE
55972026-02-27T03:20:30.972Z[ recovery-image] Feb 27 03:20:29.665 INFO O| Feb 27 03:20:29.665 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982026-02-27T03:20:30.986Z[ recovery-image] Feb 27 03:20:29.682 INFO O| Feb 27 03:20:29.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55992026-02-27T03:20:30.989Z[ recovery-image] Feb 27 03:20:29.683 INFO O| Feb 27 03:20:29.683 INFO STEP 263 (remove_files) COMPLETE
56002026-02-27T03:20:30.990Z[ recovery-image] Feb 27 03:20:29.683 INFO O| Feb 27 03:20:29.683 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012026-02-27T03:20:31.004Z[ recovery-image] Feb 27 03:20:29.700 INFO O| Feb 27 03:20:29.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56022026-02-27T03:20:31.004Z[ recovery-image] Feb 27 03:20:29.700 INFO O| Feb 27 03:20:29.700 INFO STEP 264 (remove_files) COMPLETE
56032026-02-27T03:20:31.007Z[ recovery-image] Feb 27 03:20:29.700 INFO O| Feb 27 03:20:29.700 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042026-02-27T03:20:31.020Z[ recovery-image] Feb 27 03:20:29.716 INFO O| Feb 27 03:20:29.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56052026-02-27T03:20:31.020Z[ recovery-image] Feb 27 03:20:29.716 INFO O| Feb 27 03:20:29.716 INFO STEP 265 (remove_files) COMPLETE
56062026-02-27T03:20:31.020Z[ recovery-image] Feb 27 03:20:29.716 INFO O| Feb 27 03:20:29.716 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072026-02-27T03:20:31.034Z[ recovery-image] Feb 27 03:20:29.731 INFO O| Feb 27 03:20:29.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56082026-02-27T03:20:31.035Z[ recovery-image] Feb 27 03:20:29.731 INFO O| Feb 27 03:20:29.731 INFO STEP 266 (remove_files) COMPLETE
56092026-02-27T03:20:31.035Z[ recovery-image] Feb 27 03:20:29.731 INFO O| Feb 27 03:20:29.731 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102026-02-27T03:20:31.050Z[ recovery-image] Feb 27 03:20:29.746 INFO O| Feb 27 03:20:29.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56112026-02-27T03:20:31.050Z[ recovery-image] Feb 27 03:20:29.746 INFO O| Feb 27 03:20:29.746 INFO STEP 267 (remove_files) COMPLETE
56122026-02-27T03:20:31.053Z[ recovery-image] Feb 27 03:20:29.746 INFO O| Feb 27 03:20:29.746 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132026-02-27T03:20:31.064Z[ recovery-image] Feb 27 03:20:29.760 INFO O| Feb 27 03:20:29.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56142026-02-27T03:20:31.064Z[ recovery-image] Feb 27 03:20:29.760 INFO O| Feb 27 03:20:29.760 INFO STEP 268 (remove_files) COMPLETE
56152026-02-27T03:20:31.064Z[ recovery-image] Feb 27 03:20:29.760 INFO O| Feb 27 03:20:29.760 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162026-02-27T03:20:31.080Z[ recovery-image] Feb 27 03:20:29.777 INFO O| Feb 27 03:20:29.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56172026-02-27T03:20:31.080Z[ recovery-image] Feb 27 03:20:29.777 INFO O| Feb 27 03:20:29.777 INFO STEP 269 (remove_files) COMPLETE
56182026-02-27T03:20:31.080Z[ recovery-image] Feb 27 03:20:29.777 INFO O| Feb 27 03:20:29.777 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192026-02-27T03:20:31.096Z[ recovery-image] Feb 27 03:20:29.793 INFO O| Feb 27 03:20:29.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56202026-02-27T03:20:31.096Z[ recovery-image] Feb 27 03:20:29.793 INFO O| Feb 27 03:20:29.793 INFO STEP 270 (remove_files) COMPLETE
56212026-02-27T03:20:31.096Z[ recovery-image] Feb 27 03:20:29.793 INFO O| Feb 27 03:20:29.793 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222026-02-27T03:20:31.111Z[ recovery-image] Feb 27 03:20:29.808 INFO O| Feb 27 03:20:29.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56232026-02-27T03:20:31.112Z[ recovery-image] Feb 27 03:20:29.808 INFO O| Feb 27 03:20:29.808 INFO STEP 271 (remove_files) COMPLETE
56242026-02-27T03:20:31.115Z[ recovery-image] Feb 27 03:20:29.808 INFO O| Feb 27 03:20:29.808 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252026-02-27T03:20:31.128Z[ recovery-image] Feb 27 03:20:29.824 INFO O| Feb 27 03:20:29.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56262026-02-27T03:20:31.128Z[ recovery-image] Feb 27 03:20:29.824 INFO O| Feb 27 03:20:29.824 INFO STEP 272 (remove_files) COMPLETE
56272026-02-27T03:20:31.128Z[ recovery-image] Feb 27 03:20:29.824 INFO O| Feb 27 03:20:29.824 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282026-02-27T03:20:31.145Z[ recovery-image] Feb 27 03:20:29.841 INFO O| Feb 27 03:20:29.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56292026-02-27T03:20:31.145Z[ recovery-image] Feb 27 03:20:29.841 INFO O| Feb 27 03:20:29.841 INFO STEP 273 (remove_files) COMPLETE
56302026-02-27T03:20:31.145Z[ recovery-image] Feb 27 03:20:29.841 INFO O| Feb 27 03:20:29.841 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312026-02-27T03:20:31.159Z[ recovery-image] Feb 27 03:20:29.856 INFO O| Feb 27 03:20:29.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56322026-02-27T03:20:31.159Z[ recovery-image] Feb 27 03:20:29.856 INFO O| Feb 27 03:20:29.856 INFO STEP 274 (remove_files) COMPLETE
56332026-02-27T03:20:31.159Z[ recovery-image] Feb 27 03:20:29.856 INFO O| Feb 27 03:20:29.856 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342026-02-27T03:20:31.176Z[ recovery-image] Feb 27 03:20:29.873 INFO O| Feb 27 03:20:29.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56352026-02-27T03:20:31.179Z[ recovery-image] Feb 27 03:20:29.873 INFO O| Feb 27 03:20:29.873 INFO STEP 275 (remove_files) COMPLETE
56362026-02-27T03:20:31.179Z[ recovery-image] Feb 27 03:20:29.874 INFO O| Feb 27 03:20:29.873 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372026-02-27T03:20:31.194Z[ recovery-image] Feb 27 03:20:29.890 INFO O| Feb 27 03:20:29.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56382026-02-27T03:20:31.194Z[ recovery-image] Feb 27 03:20:29.890 INFO O| Feb 27 03:20:29.890 INFO STEP 276 (remove_files) COMPLETE
56392026-02-27T03:20:31.194Z[ recovery-image] Feb 27 03:20:29.890 INFO O| Feb 27 03:20:29.890 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402026-02-27T03:20:31.209Z[ recovery-image] Feb 27 03:20:29.906 INFO O| Feb 27 03:20:29.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56412026-02-27T03:20:31.209Z[ recovery-image] Feb 27 03:20:29.906 INFO O| Feb 27 03:20:29.906 INFO STEP 277 (remove_files) COMPLETE
56422026-02-27T03:20:31.210Z[ recovery-image] Feb 27 03:20:29.906 INFO O| Feb 27 03:20:29.906 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432026-02-27T03:20:31.225Z[ recovery-image] Feb 27 03:20:29.921 INFO O| Feb 27 03:20:29.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56442026-02-27T03:20:31.225Z[ recovery-image] Feb 27 03:20:29.921 INFO O| Feb 27 03:20:29.921 INFO STEP 278 (remove_files) COMPLETE
56452026-02-27T03:20:31.225Z[ recovery-image] Feb 27 03:20:29.921 INFO O| Feb 27 03:20:29.921 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462026-02-27T03:20:31.239Z[ recovery-image] Feb 27 03:20:29.935 INFO O| Feb 27 03:20:29.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56472026-02-27T03:20:31.239Z[ recovery-image] Feb 27 03:20:29.935 INFO O| Feb 27 03:20:29.935 INFO STEP 279 (remove_files) COMPLETE
56482026-02-27T03:20:31.242Z[ recovery-image] Feb 27 03:20:29.935 INFO O| Feb 27 03:20:29.935 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492026-02-27T03:20:31.253Z[ recovery-image] Feb 27 03:20:29.949 INFO O| Feb 27 03:20:29.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56502026-02-27T03:20:31.253Z[ recovery-image] Feb 27 03:20:29.949 INFO O| Feb 27 03:20:29.949 INFO STEP 280 (remove_files) COMPLETE
56512026-02-27T03:20:31.253Z[ recovery-image] Feb 27 03:20:29.949 INFO O| Feb 27 03:20:29.949 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522026-02-27T03:20:31.267Z[ recovery-image] Feb 27 03:20:29.964 INFO O| Feb 27 03:20:29.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56532026-02-27T03:20:31.267Z[ recovery-image] Feb 27 03:20:29.964 INFO O| Feb 27 03:20:29.964 INFO STEP 281 (remove_files) COMPLETE
56542026-02-27T03:20:31.272Z[ recovery-image] Feb 27 03:20:29.964 INFO O| Feb 27 03:20:29.964 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552026-02-27T03:20:31.281Z[ recovery-image] Feb 27 03:20:29.977 INFO O| Feb 27 03:20:29.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56562026-02-27T03:20:31.281Z[ recovery-image] Feb 27 03:20:29.977 INFO O| Feb 27 03:20:29.977 INFO STEP 282 (remove_files) COMPLETE
56572026-02-27T03:20:31.285Z[ recovery-image] Feb 27 03:20:29.977 INFO O| Feb 27 03:20:29.977 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582026-02-27T03:20:31.297Z[ recovery-image] Feb 27 03:20:29.992 INFO O| Feb 27 03:20:29.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56592026-02-27T03:20:31.298Z[ recovery-image] Feb 27 03:20:29.992 INFO O| Feb 27 03:20:29.992 INFO STEP 283 (remove_files) COMPLETE
56602026-02-27T03:20:31.298Z[ recovery-image] Feb 27 03:20:29.992 INFO O| Feb 27 03:20:29.992 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612026-02-27T03:20:31.311Z[ recovery-image] Feb 27 03:20:30.007 INFO O| Feb 27 03:20:30.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56622026-02-27T03:20:31.311Z[ recovery-image] Feb 27 03:20:30.008 INFO O| Feb 27 03:20:30.008 INFO STEP 284 (remove_files) COMPLETE
56632026-02-27T03:20:31.311Z[ recovery-image] Feb 27 03:20:30.008 INFO O| Feb 27 03:20:30.008 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642026-02-27T03:20:31.327Z[ recovery-image] Feb 27 03:20:30.024 INFO O| Feb 27 03:20:30.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56652026-02-27T03:20:31.327Z[ recovery-image] Feb 27 03:20:30.024 INFO O| Feb 27 03:20:30.024 INFO STEP 285 (remove_files) COMPLETE
56662026-02-27T03:20:31.327Z[ recovery-image] Feb 27 03:20:30.024 INFO O| Feb 27 03:20:30.024 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672026-02-27T03:20:31.343Z[ recovery-image] Feb 27 03:20:30.039 INFO O| Feb 27 03:20:30.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56682026-02-27T03:20:31.343Z[ recovery-image] Feb 27 03:20:30.039 INFO O| Feb 27 03:20:30.039 INFO STEP 286 (remove_files) COMPLETE
56692026-02-27T03:20:31.343Z[ recovery-image] Feb 27 03:20:30.039 INFO O| Feb 27 03:20:30.039 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702026-02-27T03:20:31.359Z[ recovery-image] Feb 27 03:20:30.055 INFO O| Feb 27 03:20:30.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56712026-02-27T03:20:31.359Z[ recovery-image] Feb 27 03:20:30.055 INFO O| Feb 27 03:20:30.055 INFO STEP 287 (remove_files) COMPLETE
56722026-02-27T03:20:31.359Z[ recovery-image] Feb 27 03:20:30.055 INFO O| Feb 27 03:20:30.055 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732026-02-27T03:20:31.374Z[ recovery-image] Feb 27 03:20:30.071 INFO O| Feb 27 03:20:30.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56742026-02-27T03:20:31.374Z[ recovery-image] Feb 27 03:20:30.071 INFO O| Feb 27 03:20:30.071 INFO STEP 288 (remove_files) COMPLETE
56752026-02-27T03:20:31.374Z[ recovery-image] Feb 27 03:20:30.071 INFO O| Feb 27 03:20:30.071 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762026-02-27T03:20:31.392Z[ recovery-image] Feb 27 03:20:30.087 INFO O| Feb 27 03:20:30.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56772026-02-27T03:20:31.393Z[ recovery-image] Feb 27 03:20:30.088 INFO O| Feb 27 03:20:30.087 INFO STEP 289 (remove_files) COMPLETE
56782026-02-27T03:20:31.393Z[ recovery-image] Feb 27 03:20:30.088 INFO O| Feb 27 03:20:30.088 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792026-02-27T03:20:31.407Z[ recovery-image] Feb 27 03:20:30.103 INFO O| Feb 27 03:20:30.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56802026-02-27T03:20:31.407Z[ recovery-image] Feb 27 03:20:30.104 INFO O| Feb 27 03:20:30.104 INFO STEP 290 (remove_files) COMPLETE
56812026-02-27T03:20:31.410Z[ recovery-image] Feb 27 03:20:30.104 INFO O| Feb 27 03:20:30.104 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822026-02-27T03:20:31.423Z[ recovery-image] Feb 27 03:20:30.119 INFO O| Feb 27 03:20:30.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56832026-02-27T03:20:31.423Z[ recovery-image] Feb 27 03:20:30.119 INFO O| Feb 27 03:20:30.119 INFO STEP 291 (remove_files) COMPLETE
56842026-02-27T03:20:31.423Z[ recovery-image] Feb 27 03:20:30.119 INFO O| Feb 27 03:20:30.119 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852026-02-27T03:20:31.437Z[ recovery-image] Feb 27 03:20:30.134 INFO O| Feb 27 03:20:30.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56862026-02-27T03:20:31.441Z[ recovery-image] Feb 27 03:20:30.135 INFO O| Feb 27 03:20:30.135 INFO STEP 292 (remove_files) COMPLETE
56872026-02-27T03:20:31.441Z[ recovery-image] Feb 27 03:20:30.135 INFO O| Feb 27 03:20:30.135 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882026-02-27T03:20:31.453Z[ recovery-image] Feb 27 03:20:30.150 INFO O| Feb 27 03:20:30.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56892026-02-27T03:20:31.453Z[ recovery-image] Feb 27 03:20:30.150 INFO O| Feb 27 03:20:30.150 INFO STEP 293 (remove_files) COMPLETE
56902026-02-27T03:20:31.453Z[ recovery-image] Feb 27 03:20:30.150 INFO O| Feb 27 03:20:30.150 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912026-02-27T03:20:31.468Z[ recovery-image] Feb 27 03:20:30.165 INFO O| Feb 27 03:20:30.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56922026-02-27T03:20:31.468Z[ recovery-image] Feb 27 03:20:30.165 INFO O| Feb 27 03:20:30.165 INFO STEP 294 (remove_files) COMPLETE
56932026-02-27T03:20:31.468Z[ recovery-image] Feb 27 03:20:30.165 INFO O| Feb 27 03:20:30.165 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942026-02-27T03:20:31.483Z[ recovery-image] Feb 27 03:20:30.180 INFO O| Feb 27 03:20:30.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56952026-02-27T03:20:31.484Z[ recovery-image] Feb 27 03:20:30.180 INFO O| Feb 27 03:20:30.180 INFO STEP 295 (remove_files) COMPLETE
56962026-02-27T03:20:31.484Z[ recovery-image] Feb 27 03:20:30.180 INFO O| Feb 27 03:20:30.180 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972026-02-27T03:20:31.500Z[ recovery-image] Feb 27 03:20:30.196 INFO O| Feb 27 03:20:30.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56982026-02-27T03:20:31.500Z[ recovery-image] Feb 27 03:20:30.196 INFO O| Feb 27 03:20:30.196 INFO STEP 296 (remove_files) COMPLETE
56992026-02-27T03:20:31.500Z[ recovery-image] Feb 27 03:20:30.196 INFO O| Feb 27 03:20:30.196 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002026-02-27T03:20:31.515Z[ recovery-image] Feb 27 03:20:30.212 INFO O| Feb 27 03:20:30.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57012026-02-27T03:20:31.515Z[ recovery-image] Feb 27 03:20:30.212 INFO O| Feb 27 03:20:30.212 INFO STEP 297 (remove_files) COMPLETE
57022026-02-27T03:20:31.519Z[ recovery-image] Feb 27 03:20:30.212 INFO O| Feb 27 03:20:30.212 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032026-02-27T03:20:31.531Z[ recovery-image] Feb 27 03:20:30.227 INFO O| Feb 27 03:20:30.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57042026-02-27T03:20:31.531Z[ recovery-image] Feb 27 03:20:30.227 INFO O| Feb 27 03:20:30.227 INFO STEP 298 (remove_files) COMPLETE
57052026-02-27T03:20:31.531Z[ recovery-image] Feb 27 03:20:30.227 INFO O| Feb 27 03:20:30.227 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062026-02-27T03:20:31.548Z[ recovery-image] Feb 27 03:20:30.244 INFO O| Feb 27 03:20:30.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57072026-02-27T03:20:31.548Z[ recovery-image] Feb 27 03:20:30.245 INFO O| Feb 27 03:20:30.244 INFO STEP 299 (remove_files) COMPLETE
57082026-02-27T03:20:31.548Z[ recovery-image] Feb 27 03:20:30.245 INFO O| Feb 27 03:20:30.245 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092026-02-27T03:20:31.564Z[ recovery-image] Feb 27 03:20:30.260 INFO O| Feb 27 03:20:30.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57102026-02-27T03:20:31.564Z[ recovery-image] Feb 27 03:20:30.261 INFO O| Feb 27 03:20:30.260 INFO STEP 300 (remove_files) COMPLETE
57112026-02-27T03:20:31.564Z[ recovery-image] Feb 27 03:20:30.261 INFO O| Feb 27 03:20:30.261 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122026-02-27T03:20:31.579Z[ recovery-image] Feb 27 03:20:30.276 INFO O| Feb 27 03:20:30.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57132026-02-27T03:20:31.579Z[ recovery-image] Feb 27 03:20:30.276 INFO O| Feb 27 03:20:30.276 INFO STEP 301 (remove_files) COMPLETE
57142026-02-27T03:20:31.579Z[ recovery-image] Feb 27 03:20:30.276 INFO O| Feb 27 03:20:30.276 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152026-02-27T03:20:31.600Z[ recovery-image] Feb 27 03:20:30.291 INFO O| Feb 27 03:20:30.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57162026-02-27T03:20:31.600Z[ recovery-image] Feb 27 03:20:30.291 INFO O| Feb 27 03:20:30.291 INFO STEP 302 (remove_files) COMPLETE
57172026-02-27T03:20:31.600Z[ recovery-image] Feb 27 03:20:30.291 INFO O| Feb 27 03:20:30.291 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182026-02-27T03:20:31.611Z[ recovery-image] Feb 27 03:20:30.307 INFO O| Feb 27 03:20:30.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57192026-02-27T03:20:31.611Z[ recovery-image] Feb 27 03:20:30.307 INFO O| Feb 27 03:20:30.307 INFO STEP 303 (remove_files) COMPLETE
57202026-02-27T03:20:31.614Z[ recovery-image] Feb 27 03:20:30.307 INFO O| Feb 27 03:20:30.307 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212026-02-27T03:20:31.626Z[ recovery-image] Feb 27 03:20:30.322 INFO O| Feb 27 03:20:30.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57222026-02-27T03:20:31.626Z[ recovery-image] Feb 27 03:20:30.322 INFO O| Feb 27 03:20:30.322 INFO STEP 304 (remove_files) COMPLETE
57232026-02-27T03:20:31.626Z[ recovery-image] Feb 27 03:20:30.322 INFO O| Feb 27 03:20:30.322 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242026-02-27T03:20:31.641Z[ recovery-image] Feb 27 03:20:30.337 INFO O| Feb 27 03:20:30.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57252026-02-27T03:20:31.641Z[ recovery-image] Feb 27 03:20:30.337 INFO O| Feb 27 03:20:30.337 INFO STEP 305 (remove_files) COMPLETE
57262026-02-27T03:20:31.645Z[ recovery-image] Feb 27 03:20:30.337 INFO O| Feb 27 03:20:30.337 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272026-02-27T03:20:31.657Z[ recovery-image] Feb 27 03:20:30.353 INFO O| Feb 27 03:20:30.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57282026-02-27T03:20:31.657Z[ recovery-image] Feb 27 03:20:30.353 INFO O| Feb 27 03:20:30.353 INFO STEP 306 (remove_files) COMPLETE
57292026-02-27T03:20:31.657Z[ recovery-image] Feb 27 03:20:30.353 INFO O| Feb 27 03:20:30.353 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302026-02-27T03:20:31.673Z[ recovery-image] Feb 27 03:20:30.370 INFO O| Feb 27 03:20:30.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57312026-02-27T03:20:31.673Z[ recovery-image] Feb 27 03:20:30.370 INFO O| Feb 27 03:20:30.370 INFO STEP 307 (remove_files) COMPLETE
57322026-02-27T03:20:31.677Z[ recovery-image] Feb 27 03:20:30.370 INFO O| Feb 27 03:20:30.370 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332026-02-27T03:20:31.692Z[ recovery-image] Feb 27 03:20:30.388 INFO O| Feb 27 03:20:30.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57342026-02-27T03:20:31.692Z[ recovery-image] Feb 27 03:20:30.388 INFO O| Feb 27 03:20:30.388 INFO STEP 308 (remove_files) COMPLETE
57352026-02-27T03:20:31.692Z[ recovery-image] Feb 27 03:20:30.388 INFO O| Feb 27 03:20:30.388 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362026-02-27T03:20:31.708Z[ recovery-image] Feb 27 03:20:30.404 INFO O| Feb 27 03:20:30.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57372026-02-27T03:20:31.708Z[ recovery-image] Feb 27 03:20:30.404 INFO O| Feb 27 03:20:30.404 INFO STEP 309 (remove_files) COMPLETE
57382026-02-27T03:20:31.708Z[ recovery-image] Feb 27 03:20:30.404 INFO O| Feb 27 03:20:30.404 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392026-02-27T03:20:31.724Z[ recovery-image] Feb 27 03:20:30.421 INFO O| Feb 27 03:20:30.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57402026-02-27T03:20:31.724Z[ recovery-image] Feb 27 03:20:30.421 INFO O| Feb 27 03:20:30.421 INFO STEP 310 (remove_files) COMPLETE
57412026-02-27T03:20:31.724Z[ recovery-image] Feb 27 03:20:30.421 INFO O| Feb 27 03:20:30.421 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422026-02-27T03:20:31.741Z[ recovery-image] Feb 27 03:20:30.437 INFO O| Feb 27 03:20:30.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57432026-02-27T03:20:31.741Z[ recovery-image] Feb 27 03:20:30.437 INFO O| Feb 27 03:20:30.437 INFO STEP 311 (remove_files) COMPLETE
57442026-02-27T03:20:31.741Z[ recovery-image] Feb 27 03:20:30.437 INFO O| Feb 27 03:20:30.437 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452026-02-27T03:20:31.757Z[ recovery-image] Feb 27 03:20:30.453 INFO O| Feb 27 03:20:30.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57462026-02-27T03:20:31.757Z[ recovery-image] Feb 27 03:20:30.453 INFO O| Feb 27 03:20:30.453 INFO STEP 312 (remove_files) COMPLETE
57472026-02-27T03:20:31.757Z[ recovery-image] Feb 27 03:20:30.453 INFO O| Feb 27 03:20:30.453 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482026-02-27T03:20:31.772Z[ recovery-image] Feb 27 03:20:30.468 INFO O| Feb 27 03:20:30.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57492026-02-27T03:20:31.772Z[ recovery-image] Feb 27 03:20:30.469 INFO O| Feb 27 03:20:30.468 INFO STEP 313 (remove_files) COMPLETE
57502026-02-27T03:20:31.776Z[ recovery-image] Feb 27 03:20:30.469 INFO O| Feb 27 03:20:30.469 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512026-02-27T03:20:31.788Z[ recovery-image] Feb 27 03:20:30.484 INFO O| Feb 27 03:20:30.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57522026-02-27T03:20:31.788Z[ recovery-image] Feb 27 03:20:30.484 INFO O| Feb 27 03:20:30.484 INFO STEP 314 (remove_files) COMPLETE
57532026-02-27T03:20:31.788Z[ recovery-image] Feb 27 03:20:30.484 INFO O| Feb 27 03:20:30.484 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542026-02-27T03:20:31.805Z[ recovery-image] Feb 27 03:20:30.501 INFO O| Feb 27 03:20:30.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57552026-02-27T03:20:31.805Z[ recovery-image] Feb 27 03:20:30.501 INFO O| Feb 27 03:20:30.501 INFO STEP 315 (remove_files) COMPLETE
57562026-02-27T03:20:31.805Z[ recovery-image] Feb 27 03:20:30.501 INFO O| Feb 27 03:20:30.501 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572026-02-27T03:20:31.822Z[ recovery-image] Feb 27 03:20:30.518 INFO O| Feb 27 03:20:30.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57582026-02-27T03:20:31.822Z[ recovery-image] Feb 27 03:20:30.518 INFO O| Feb 27 03:20:30.518 INFO STEP 316 (remove_files) COMPLETE
57592026-02-27T03:20:31.825Z[ recovery-image] Feb 27 03:20:30.518 INFO O| Feb 27 03:20:30.518 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602026-02-27T03:20:31.837Z[ recovery-image] Feb 27 03:20:30.533 INFO O| Feb 27 03:20:30.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57612026-02-27T03:20:31.837Z[ recovery-image] Feb 27 03:20:30.533 INFO O| Feb 27 03:20:30.533 INFO STEP 317 (remove_files) COMPLETE
57622026-02-27T03:20:31.837Z[ recovery-image] Feb 27 03:20:30.533 INFO O| Feb 27 03:20:30.533 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632026-02-27T03:20:31.853Z[ recovery-image] Feb 27 03:20:30.550 INFO O| Feb 27 03:20:30.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57642026-02-27T03:20:31.853Z[ recovery-image] Feb 27 03:20:30.550 INFO O| Feb 27 03:20:30.550 INFO STEP 318 (remove_files) COMPLETE
57652026-02-27T03:20:31.857Z[ recovery-image] Feb 27 03:20:30.550 INFO O| Feb 27 03:20:30.550 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662026-02-27T03:20:31.870Z[ recovery-image] Feb 27 03:20:30.567 INFO O| Feb 27 03:20:30.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57672026-02-27T03:20:31.870Z[ recovery-image] Feb 27 03:20:30.567 INFO O| Feb 27 03:20:30.567 INFO STEP 319 (remove_files) COMPLETE
57682026-02-27T03:20:31.870Z[ recovery-image] Feb 27 03:20:30.567 INFO O| Feb 27 03:20:30.567 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692026-02-27T03:20:31.887Z[ recovery-image] Feb 27 03:20:30.583 INFO O| Feb 27 03:20:30.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57702026-02-27T03:20:31.887Z[ recovery-image] Feb 27 03:20:30.584 INFO O| Feb 27 03:20:30.583 INFO STEP 320 (remove_files) COMPLETE
57712026-02-27T03:20:31.890Z[ recovery-image] Feb 27 03:20:30.584 INFO O| Feb 27 03:20:30.583 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722026-02-27T03:20:31.902Z[ recovery-image] Feb 27 03:20:30.598 INFO O| Feb 27 03:20:30.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57732026-02-27T03:20:31.902Z[ recovery-image] Feb 27 03:20:30.598 INFO O| Feb 27 03:20:30.598 INFO STEP 321 (remove_files) COMPLETE
57742026-02-27T03:20:31.902Z[ recovery-image] Feb 27 03:20:30.598 INFO O| Feb 27 03:20:30.598 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752026-02-27T03:20:31.917Z[ recovery-image] Feb 27 03:20:30.613 INFO O| Feb 27 03:20:30.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57762026-02-27T03:20:31.917Z[ recovery-image] Feb 27 03:20:30.613 INFO O| Feb 27 03:20:30.613 INFO STEP 322 (remove_files) COMPLETE
57772026-02-27T03:20:31.917Z[ recovery-image] Feb 27 03:20:30.613 INFO O| Feb 27 03:20:30.613 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782026-02-27T03:20:31.933Z[ recovery-image] Feb 27 03:20:30.629 INFO O| Feb 27 03:20:30.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57792026-02-27T03:20:31.933Z[ recovery-image] Feb 27 03:20:30.629 INFO O| Feb 27 03:20:30.629 INFO STEP 323 (remove_files) COMPLETE
57802026-02-27T03:20:31.933Z[ recovery-image] Feb 27 03:20:30.629 INFO O| Feb 27 03:20:30.629 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812026-02-27T03:20:31.949Z[ recovery-image] Feb 27 03:20:30.645 INFO O| Feb 27 03:20:30.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57822026-02-27T03:20:31.949Z[ recovery-image] Feb 27 03:20:30.645 INFO O| Feb 27 03:20:30.645 INFO STEP 324 (remove_files) COMPLETE
57832026-02-27T03:20:31.949Z[ recovery-image] Feb 27 03:20:30.645 INFO O| Feb 27 03:20:30.645 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842026-02-27T03:20:31.966Z[ recovery-image] Feb 27 03:20:30.662 INFO O| Feb 27 03:20:30.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57852026-02-27T03:20:31.966Z[ recovery-image] Feb 27 03:20:30.662 INFO O| Feb 27 03:20:30.662 INFO STEP 325 (remove_files) COMPLETE
57862026-02-27T03:20:31.966Z[ recovery-image] Feb 27 03:20:30.662 INFO O| Feb 27 03:20:30.662 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872026-02-27T03:20:31.983Z[ recovery-image] Feb 27 03:20:30.679 INFO O| Feb 27 03:20:30.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57882026-02-27T03:20:31.983Z[ recovery-image] Feb 27 03:20:30.679 INFO O| Feb 27 03:20:30.679 INFO STEP 326 (remove_files) COMPLETE
57892026-02-27T03:20:31.986Z[ recovery-image] Feb 27 03:20:30.679 INFO O| Feb 27 03:20:30.679 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902026-02-27T03:20:31.999Z[ recovery-image] Feb 27 03:20:30.695 INFO O| Feb 27 03:20:30.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57912026-02-27T03:20:31.999Z[ recovery-image] Feb 27 03:20:30.695 INFO O| Feb 27 03:20:30.695 INFO STEP 327 (remove_files) COMPLETE
57922026-02-27T03:20:31.999Z[ recovery-image] Feb 27 03:20:30.695 INFO O| Feb 27 03:20:30.695 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932026-02-27T03:20:32.015Z[ recovery-image] Feb 27 03:20:30.711 INFO O| Feb 27 03:20:30.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57942026-02-27T03:20:32.015Z[ recovery-image] Feb 27 03:20:30.711 INFO O| Feb 27 03:20:30.711 INFO STEP 328 (remove_files) COMPLETE
57952026-02-27T03:20:32.015Z[ recovery-image] Feb 27 03:20:30.711 INFO O| Feb 27 03:20:30.711 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962026-02-27T03:20:32.031Z[ recovery-image] Feb 27 03:20:30.727 INFO O| Feb 27 03:20:30.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57972026-02-27T03:20:32.035Z[ recovery-image] Feb 27 03:20:30.728 INFO O| Feb 27 03:20:30.728 INFO STEP 329 (remove_files) COMPLETE
57982026-02-27T03:20:32.035Z[ recovery-image] Feb 27 03:20:30.728 INFO O| Feb 27 03:20:30.728 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992026-02-27T03:20:32.048Z[ recovery-image] Feb 27 03:20:30.744 INFO O| Feb 27 03:20:30.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58002026-02-27T03:20:32.048Z[ recovery-image] Feb 27 03:20:30.744 INFO O| Feb 27 03:20:30.744 INFO STEP 330 (remove_files) COMPLETE
58012026-02-27T03:20:32.048Z[ recovery-image] Feb 27 03:20:30.744 INFO O| Feb 27 03:20:30.744 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022026-02-27T03:20:32.063Z[ recovery-image] Feb 27 03:20:30.760 INFO O| Feb 27 03:20:30.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58032026-02-27T03:20:32.064Z[ recovery-image] Feb 27 03:20:30.760 INFO O| Feb 27 03:20:30.760 INFO STEP 331 (remove_files) COMPLETE
58042026-02-27T03:20:32.064Z[ recovery-image] Feb 27 03:20:30.760 INFO O| Feb 27 03:20:30.760 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052026-02-27T03:20:32.080Z[ recovery-image] Feb 27 03:20:30.777 INFO O| Feb 27 03:20:30.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58062026-02-27T03:20:32.083Z[ recovery-image] Feb 27 03:20:30.777 INFO O| Feb 27 03:20:30.777 INFO STEP 332 (remove_files) COMPLETE
58072026-02-27T03:20:32.083Z[ recovery-image] Feb 27 03:20:30.777 INFO O| Feb 27 03:20:30.777 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082026-02-27T03:20:32.096Z[ recovery-image] Feb 27 03:20:30.793 INFO O| Feb 27 03:20:30.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58092026-02-27T03:20:32.096Z[ recovery-image] Feb 27 03:20:30.793 INFO O| Feb 27 03:20:30.793 INFO STEP 333 (remove_files) COMPLETE
58102026-02-27T03:20:32.096Z[ recovery-image] Feb 27 03:20:30.793 INFO O| Feb 27 03:20:30.793 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112026-02-27T03:20:32.112Z[ recovery-image] Feb 27 03:20:30.808 INFO O| Feb 27 03:20:30.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58122026-02-27T03:20:32.112Z[ recovery-image] Feb 27 03:20:30.809 INFO O| Feb 27 03:20:30.809 INFO STEP 334 (remove_files) COMPLETE
58132026-02-27T03:20:32.112Z[ recovery-image] Feb 27 03:20:30.809 INFO O| Feb 27 03:20:30.809 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142026-02-27T03:20:32.129Z[ recovery-image] Feb 27 03:20:30.825 INFO O| Feb 27 03:20:30.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58152026-02-27T03:20:32.129Z[ recovery-image] Feb 27 03:20:30.825 INFO O| Feb 27 03:20:30.825 INFO STEP 335 (remove_files) COMPLETE
58162026-02-27T03:20:32.129Z[ recovery-image] Feb 27 03:20:30.825 INFO O| Feb 27 03:20:30.825 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172026-02-27T03:20:32.145Z[ recovery-image] Feb 27 03:20:30.842 INFO O| Feb 27 03:20:30.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58182026-02-27T03:20:32.145Z[ recovery-image] Feb 27 03:20:30.842 INFO O| Feb 27 03:20:30.842 INFO STEP 336 (remove_files) COMPLETE
58192026-02-27T03:20:32.146Z[ recovery-image] Feb 27 03:20:30.842 INFO O| Feb 27 03:20:30.842 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202026-02-27T03:20:32.162Z[ recovery-image] Feb 27 03:20:30.858 INFO O| Feb 27 03:20:30.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58212026-02-27T03:20:32.162Z[ recovery-image] Feb 27 03:20:30.858 INFO O| Feb 27 03:20:30.858 INFO STEP 337 (remove_files) COMPLETE
58222026-02-27T03:20:32.162Z[ recovery-image] Feb 27 03:20:30.858 INFO O| Feb 27 03:20:30.858 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232026-02-27T03:20:32.178Z[ recovery-image] Feb 27 03:20:30.874 INFO O| Feb 27 03:20:30.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58242026-02-27T03:20:32.179Z[ recovery-image] Feb 27 03:20:30.875 INFO O| Feb 27 03:20:30.875 INFO STEP 338 (remove_files) COMPLETE
58252026-02-27T03:20:32.179Z[ recovery-image] Feb 27 03:20:30.875 INFO O| Feb 27 03:20:30.875 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262026-02-27T03:20:32.195Z[ recovery-image] Feb 27 03:20:30.891 INFO O| Feb 27 03:20:30.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58272026-02-27T03:20:32.195Z[ recovery-image] Feb 27 03:20:30.891 INFO O| Feb 27 03:20:30.891 INFO STEP 339 (remove_files) COMPLETE
58282026-02-27T03:20:32.195Z[ recovery-image] Feb 27 03:20:30.891 INFO O| Feb 27 03:20:30.891 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292026-02-27T03:20:32.211Z[ recovery-image] Feb 27 03:20:30.907 INFO O| Feb 27 03:20:30.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58302026-02-27T03:20:32.211Z[ recovery-image] Feb 27 03:20:30.907 INFO O| Feb 27 03:20:30.907 INFO STEP 340 (remove_files) COMPLETE
58312026-02-27T03:20:32.211Z[ recovery-image] Feb 27 03:20:30.907 INFO O| Feb 27 03:20:30.907 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322026-02-27T03:20:32.227Z[ recovery-image] Feb 27 03:20:30.923 INFO O| Feb 27 03:20:30.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58332026-02-27T03:20:32.227Z[ recovery-image] Feb 27 03:20:30.923 INFO O| Feb 27 03:20:30.923 INFO STEP 341 (remove_files) COMPLETE
58342026-02-27T03:20:32.227Z[ recovery-image] Feb 27 03:20:30.923 INFO O| Feb 27 03:20:30.923 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352026-02-27T03:20:32.243Z[ recovery-image] Feb 27 03:20:30.939 INFO O| Feb 27 03:20:30.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58362026-02-27T03:20:32.243Z[ recovery-image] Feb 27 03:20:30.939 INFO O| Feb 27 03:20:30.939 INFO STEP 342 (remove_files) COMPLETE
58372026-02-27T03:20:32.243Z[ recovery-image] Feb 27 03:20:30.939 INFO O| Feb 27 03:20:30.939 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382026-02-27T03:20:32.259Z[ recovery-image] Feb 27 03:20:30.955 INFO O| Feb 27 03:20:30.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58392026-02-27T03:20:32.259Z[ recovery-image] Feb 27 03:20:30.955 INFO O| Feb 27 03:20:30.955 INFO STEP 343 (remove_files) COMPLETE
58402026-02-27T03:20:32.259Z[ recovery-image] Feb 27 03:20:30.955 INFO O| Feb 27 03:20:30.955 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412026-02-27T03:20:32.274Z[ recovery-image] Feb 27 03:20:30.971 INFO O| Feb 27 03:20:30.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58422026-02-27T03:20:32.274Z[ recovery-image] Feb 27 03:20:30.971 INFO O| Feb 27 03:20:30.971 INFO STEP 344 (remove_files) COMPLETE
58432026-02-27T03:20:32.275Z[ recovery-image] Feb 27 03:20:30.971 INFO O| Feb 27 03:20:30.971 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442026-02-27T03:20:32.290Z[ recovery-image] Feb 27 03:20:30.987 INFO O| Feb 27 03:20:30.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58452026-02-27T03:20:32.290Z[ recovery-image] Feb 27 03:20:30.987 INFO O| Feb 27 03:20:30.987 INFO STEP 345 (remove_files) COMPLETE
58462026-02-27T03:20:32.290Z[ recovery-image] Feb 27 03:20:30.987 INFO O| Feb 27 03:20:30.987 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472026-02-27T03:20:32.307Z[ recovery-image] Feb 27 03:20:31.003 INFO O| Feb 27 03:20:31.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58482026-02-27T03:20:32.307Z[ recovery-image] Feb 27 03:20:31.003 INFO O| Feb 27 03:20:31.003 INFO STEP 346 (remove_files) COMPLETE
58492026-02-27T03:20:32.307Z[ recovery-image] Feb 27 03:20:31.003 INFO O| Feb 27 03:20:31.003 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502026-02-27T03:20:32.323Z[ recovery-image] Feb 27 03:20:31.019 INFO O| Feb 27 03:20:31.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58512026-02-27T03:20:32.323Z[ recovery-image] Feb 27 03:20:31.019 INFO O| Feb 27 03:20:31.019 INFO STEP 347 (remove_files) COMPLETE
58522026-02-27T03:20:32.323Z[ recovery-image] Feb 27 03:20:31.019 INFO O| Feb 27 03:20:31.019 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532026-02-27T03:20:32.339Z[ recovery-image] Feb 27 03:20:31.035 INFO O| Feb 27 03:20:31.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58542026-02-27T03:20:32.342Z[ recovery-image] Feb 27 03:20:31.036 INFO O| Feb 27 03:20:31.036 INFO STEP 348 (remove_files) COMPLETE
58552026-02-27T03:20:32.342Z[ recovery-image] Feb 27 03:20:31.036 INFO O| Feb 27 03:20:31.036 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562026-02-27T03:20:32.356Z[ recovery-image] Feb 27 03:20:31.052 INFO O| Feb 27 03:20:31.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58572026-02-27T03:20:32.356Z[ recovery-image] Feb 27 03:20:31.052 INFO O| Feb 27 03:20:31.052 INFO STEP 349 (remove_files) COMPLETE
58582026-02-27T03:20:32.356Z[ recovery-image] Feb 27 03:20:31.052 INFO O| Feb 27 03:20:31.052 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592026-02-27T03:20:32.373Z[ recovery-image] Feb 27 03:20:31.069 INFO O| Feb 27 03:20:31.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58602026-02-27T03:20:32.373Z[ recovery-image] Feb 27 03:20:31.069 INFO O| Feb 27 03:20:31.069 INFO STEP 350 (remove_files) COMPLETE
58612026-02-27T03:20:32.376Z[ recovery-image] Feb 27 03:20:31.069 INFO O| Feb 27 03:20:31.069 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622026-02-27T03:20:32.388Z[ recovery-image] Feb 27 03:20:31.084 INFO O| Feb 27 03:20:31.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58632026-02-27T03:20:32.388Z[ recovery-image] Feb 27 03:20:31.084 INFO O| Feb 27 03:20:31.084 INFO STEP 351 (remove_files) COMPLETE
58642026-02-27T03:20:32.388Z[ recovery-image] Feb 27 03:20:31.084 INFO O| Feb 27 03:20:31.084 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652026-02-27T03:20:32.404Z[ recovery-image] Feb 27 03:20:31.100 INFO O| Feb 27 03:20:31.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58662026-02-27T03:20:32.404Z[ recovery-image] Feb 27 03:20:31.100 INFO O| Feb 27 03:20:31.100 INFO STEP 352 (remove_files) COMPLETE
58672026-02-27T03:20:32.404Z[ recovery-image] Feb 27 03:20:31.100 INFO O| Feb 27 03:20:31.100 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682026-02-27T03:20:32.424Z[ recovery-image] Feb 27 03:20:31.121 INFO O| Feb 27 03:20:31.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58692026-02-27T03:20:32.425Z[ recovery-image] Feb 27 03:20:31.121 INFO O| Feb 27 03:20:31.121 INFO STEP 353 (remove_files) COMPLETE
58702026-02-27T03:20:32.425Z[ recovery-image] Feb 27 03:20:31.121 INFO O| Feb 27 03:20:31.121 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712026-02-27T03:20:32.441Z[ recovery-image] Feb 27 03:20:31.137 INFO O| Feb 27 03:20:31.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58722026-02-27T03:20:32.445Z[ recovery-image] Feb 27 03:20:31.138 INFO O| Feb 27 03:20:31.138 INFO STEP 354 (remove_files) COMPLETE
58732026-02-27T03:20:32.445Z[ recovery-image] Feb 27 03:20:31.138 INFO O| Feb 27 03:20:31.138 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742026-02-27T03:20:32.458Z[ recovery-image] Feb 27 03:20:31.154 INFO O| Feb 27 03:20:31.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58752026-02-27T03:20:32.461Z[ recovery-image] Feb 27 03:20:31.154 INFO O| Feb 27 03:20:31.154 INFO STEP 355 (remove_files) COMPLETE
58762026-02-27T03:20:32.461Z[ recovery-image] Feb 27 03:20:31.154 INFO O| Feb 27 03:20:31.154 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772026-02-27T03:20:32.475Z[ recovery-image] Feb 27 03:20:31.171 INFO O| Feb 27 03:20:31.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58782026-02-27T03:20:32.475Z[ recovery-image] Feb 27 03:20:31.171 INFO O| Feb 27 03:20:31.171 INFO STEP 356 (remove_files) COMPLETE
58792026-02-27T03:20:32.475Z[ recovery-image] Feb 27 03:20:31.171 INFO O| Feb 27 03:20:31.171 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802026-02-27T03:20:32.491Z[ recovery-image] Feb 27 03:20:31.187 INFO O| Feb 27 03:20:31.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58812026-02-27T03:20:32.494Z[ recovery-image] Feb 27 03:20:31.188 INFO O| Feb 27 03:20:31.188 INFO STEP 357 (remove_files) COMPLETE
58822026-02-27T03:20:32.494Z[ recovery-image] Feb 27 03:20:31.188 INFO O| Feb 27 03:20:31.188 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832026-02-27T03:20:32.507Z[ recovery-image] Feb 27 03:20:31.204 INFO O| Feb 27 03:20:31.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58842026-02-27T03:20:32.509Z[ recovery-image] Feb 27 03:20:31.204 INFO O| Feb 27 03:20:31.204 INFO STEP 358 (remove_files) COMPLETE
58852026-02-27T03:20:32.509Z[ recovery-image] Feb 27 03:20:31.204 INFO O| Feb 27 03:20:31.204 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862026-02-27T03:20:32.524Z[ recovery-image] Feb 27 03:20:31.220 INFO O| Feb 27 03:20:31.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58872026-02-27T03:20:32.524Z[ recovery-image] Feb 27 03:20:31.220 INFO O| Feb 27 03:20:31.220 INFO STEP 359 (remove_files) COMPLETE
58882026-02-27T03:20:32.527Z[ recovery-image] Feb 27 03:20:31.220 INFO O| Feb 27 03:20:31.220 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892026-02-27T03:20:32.539Z[ recovery-image] Feb 27 03:20:31.236 INFO O| Feb 27 03:20:31.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58902026-02-27T03:20:32.543Z[ recovery-image] Feb 27 03:20:31.237 INFO O| Feb 27 03:20:31.237 INFO STEP 360 (remove_files) COMPLETE
58912026-02-27T03:20:32.543Z[ recovery-image] Feb 27 03:20:31.237 INFO O| Feb 27 03:20:31.237 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922026-02-27T03:20:32.557Z[ recovery-image] Feb 27 03:20:31.253 INFO O| Feb 27 03:20:31.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58932026-02-27T03:20:32.557Z[ recovery-image] Feb 27 03:20:31.253 INFO O| Feb 27 03:20:31.253 INFO STEP 361 (remove_files) COMPLETE
58942026-02-27T03:20:32.557Z[ recovery-image] Feb 27 03:20:31.253 INFO O| Feb 27 03:20:31.253 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952026-02-27T03:20:32.573Z[ recovery-image] Feb 27 03:20:31.270 INFO O| Feb 27 03:20:31.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58962026-02-27T03:20:32.573Z[ recovery-image] Feb 27 03:20:31.270 INFO O| Feb 27 03:20:31.270 INFO STEP 362 (remove_files) COMPLETE
58972026-02-27T03:20:32.573Z[ recovery-image] Feb 27 03:20:31.270 INFO O| Feb 27 03:20:31.270 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982026-02-27T03:20:32.590Z[ recovery-image] Feb 27 03:20:31.287 INFO O| Feb 27 03:20:31.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58992026-02-27T03:20:32.590Z[ recovery-image] Feb 27 03:20:31.287 INFO O| Feb 27 03:20:31.287 INFO STEP 363 (remove_files) COMPLETE
59002026-02-27T03:20:32.590Z[ recovery-image] Feb 27 03:20:31.287 INFO O| Feb 27 03:20:31.287 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012026-02-27T03:20:32.608Z[ recovery-image] Feb 27 03:20:31.304 INFO O| Feb 27 03:20:31.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59022026-02-27T03:20:32.608Z[ recovery-image] Feb 27 03:20:31.304 INFO O| Feb 27 03:20:31.304 INFO STEP 364 (remove_files) COMPLETE
59032026-02-27T03:20:32.608Z[ recovery-image] Feb 27 03:20:31.304 INFO O| Feb 27 03:20:31.304 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042026-02-27T03:20:32.625Z[ recovery-image] Feb 27 03:20:31.322 INFO O| Feb 27 03:20:31.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59052026-02-27T03:20:32.625Z[ recovery-image] Feb 27 03:20:31.322 INFO O| Feb 27 03:20:31.322 INFO STEP 365 (remove_files) COMPLETE
59062026-02-27T03:20:32.625Z[ recovery-image] Feb 27 03:20:31.322 INFO O| Feb 27 03:20:31.322 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072026-02-27T03:20:32.642Z[ recovery-image] Feb 27 03:20:31.338 INFO O| Feb 27 03:20:31.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59082026-02-27T03:20:32.642Z[ recovery-image] Feb 27 03:20:31.338 INFO O| Feb 27 03:20:31.338 INFO STEP 366 (remove_files) COMPLETE
59092026-02-27T03:20:32.642Z[ recovery-image] Feb 27 03:20:31.338 INFO O| Feb 27 03:20:31.338 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102026-02-27T03:20:32.658Z[ recovery-image] Feb 27 03:20:31.355 INFO O| Feb 27 03:20:31.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59112026-02-27T03:20:32.658Z[ recovery-image] Feb 27 03:20:31.355 INFO O| Feb 27 03:20:31.355 INFO STEP 367 (remove_files) COMPLETE
59122026-02-27T03:20:32.658Z[ recovery-image] Feb 27 03:20:31.355 INFO O| Feb 27 03:20:31.355 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132026-02-27T03:20:32.676Z[ recovery-image] Feb 27 03:20:31.372 INFO O| Feb 27 03:20:31.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59142026-02-27T03:20:32.676Z[ recovery-image] Feb 27 03:20:31.373 INFO O| Feb 27 03:20:31.373 INFO STEP 368 (remove_files) COMPLETE
59152026-02-27T03:20:32.676Z[ recovery-image] Feb 27 03:20:31.373 INFO O| Feb 27 03:20:31.373 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162026-02-27T03:20:32.693Z[ recovery-image] Feb 27 03:20:31.389 INFO O| Feb 27 03:20:31.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59172026-02-27T03:20:32.693Z[ recovery-image] Feb 27 03:20:31.390 INFO O| Feb 27 03:20:31.389 INFO STEP 369 (remove_files) COMPLETE
59182026-02-27T03:20:32.693Z[ recovery-image] Feb 27 03:20:31.390 INFO O| Feb 27 03:20:31.390 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192026-02-27T03:20:32.709Z[ recovery-image] Feb 27 03:20:31.405 INFO O| Feb 27 03:20:31.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59202026-02-27T03:20:32.709Z[ recovery-image] Feb 27 03:20:31.405 INFO O| Feb 27 03:20:31.405 INFO STEP 370 (remove_files) COMPLETE
59212026-02-27T03:20:32.709Z[ recovery-image] Feb 27 03:20:31.405 INFO O| Feb 27 03:20:31.405 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222026-02-27T03:20:32.725Z[ recovery-image] Feb 27 03:20:31.421 INFO O| Feb 27 03:20:31.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59232026-02-27T03:20:32.725Z[ recovery-image] Feb 27 03:20:31.421 INFO O| Feb 27 03:20:31.421 INFO STEP 371 (remove_files) COMPLETE
59242026-02-27T03:20:32.725Z[ recovery-image] Feb 27 03:20:31.421 INFO O| Feb 27 03:20:31.421 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252026-02-27T03:20:32.742Z[ recovery-image] Feb 27 03:20:31.438 INFO O| Feb 27 03:20:31.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59262026-02-27T03:20:32.742Z[ recovery-image] Feb 27 03:20:31.438 INFO O| Feb 27 03:20:31.438 INFO STEP 372 (remove_files) COMPLETE
59272026-02-27T03:20:32.742Z[ recovery-image] Feb 27 03:20:31.438 INFO O| Feb 27 03:20:31.438 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282026-02-27T03:20:32.763Z[ recovery-image] Feb 27 03:20:31.455 INFO O| Feb 27 03:20:31.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59292026-02-27T03:20:32.763Z[ recovery-image] Feb 27 03:20:31.455 INFO O| Feb 27 03:20:31.455 INFO STEP 373 (remove_files) COMPLETE
59302026-02-27T03:20:32.763Z[ recovery-image] Feb 27 03:20:31.455 INFO O| Feb 27 03:20:31.455 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312026-02-27T03:20:32.776Z[ recovery-image] Feb 27 03:20:31.470 INFO O| Feb 27 03:20:31.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59322026-02-27T03:20:32.776Z[ recovery-image] Feb 27 03:20:31.471 INFO O| Feb 27 03:20:31.471 INFO STEP 374 (remove_files) COMPLETE
59332026-02-27T03:20:32.776Z[ recovery-image] Feb 27 03:20:31.471 INFO O| Feb 27 03:20:31.471 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342026-02-27T03:20:32.791Z[ recovery-image] Feb 27 03:20:31.487 INFO O| Feb 27 03:20:31.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59352026-02-27T03:20:32.791Z[ recovery-image] Feb 27 03:20:31.487 INFO O| Feb 27 03:20:31.487 INFO STEP 375 (remove_files) COMPLETE
59362026-02-27T03:20:32.791Z[ recovery-image] Feb 27 03:20:31.487 INFO O| Feb 27 03:20:31.487 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372026-02-27T03:20:32.808Z[ recovery-image] Feb 27 03:20:31.504 INFO O| Feb 27 03:20:31.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59382026-02-27T03:20:32.808Z[ recovery-image] Feb 27 03:20:31.504 INFO O| Feb 27 03:20:31.504 INFO STEP 376 (remove_files) COMPLETE
59392026-02-27T03:20:32.808Z[ recovery-image] Feb 27 03:20:31.504 INFO O| Feb 27 03:20:31.504 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402026-02-27T03:20:32.825Z[ recovery-image] Feb 27 03:20:31.521 INFO O| Feb 27 03:20:31.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59412026-02-27T03:20:32.825Z[ recovery-image] Feb 27 03:20:31.521 INFO O| Feb 27 03:20:31.521 INFO STEP 377 (remove_files) COMPLETE
59422026-02-27T03:20:32.825Z[ recovery-image] Feb 27 03:20:31.521 INFO O| Feb 27 03:20:31.521 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432026-02-27T03:20:32.841Z[ recovery-image] Feb 27 03:20:31.537 INFO O| Feb 27 03:20:31.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59442026-02-27T03:20:32.841Z[ recovery-image] Feb 27 03:20:31.537 INFO O| Feb 27 03:20:31.537 INFO STEP 378 (remove_files) COMPLETE
59452026-02-27T03:20:32.841Z[ recovery-image] Feb 27 03:20:31.537 INFO O| Feb 27 03:20:31.537 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462026-02-27T03:20:32.857Z[ recovery-image] Feb 27 03:20:31.554 INFO O| Feb 27 03:20:31.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59472026-02-27T03:20:32.858Z[ recovery-image] Feb 27 03:20:31.554 INFO O| Feb 27 03:20:31.554 INFO STEP 379 (remove_files) COMPLETE
59482026-02-27T03:20:32.858Z[ recovery-image] Feb 27 03:20:31.554 INFO O| Feb 27 03:20:31.554 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492026-02-27T03:20:32.874Z[ recovery-image] Feb 27 03:20:31.570 INFO O| Feb 27 03:20:31.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59502026-02-27T03:20:32.874Z[ recovery-image] Feb 27 03:20:31.570 INFO O| Feb 27 03:20:31.570 INFO STEP 380 (remove_files) COMPLETE
59512026-02-27T03:20:32.874Z[ recovery-image] Feb 27 03:20:31.570 INFO O| Feb 27 03:20:31.570 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522026-02-27T03:20:32.889Z[ recovery-image] Feb 27 03:20:31.585 INFO O| Feb 27 03:20:31.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59532026-02-27T03:20:32.889Z[ recovery-image] Feb 27 03:20:31.585 INFO O| Feb 27 03:20:31.585 INFO STEP 381 (remove_files) COMPLETE
59542026-02-27T03:20:32.889Z[ recovery-image] Feb 27 03:20:31.585 INFO O| Feb 27 03:20:31.585 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552026-02-27T03:20:32.904Z[ recovery-image] Feb 27 03:20:31.600 INFO O| Feb 27 03:20:31.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59562026-02-27T03:20:32.904Z[ recovery-image] Feb 27 03:20:31.600 INFO O| Feb 27 03:20:31.600 INFO STEP 382 (remove_files) COMPLETE
59572026-02-27T03:20:32.904Z[ recovery-image] Feb 27 03:20:31.600 INFO O| Feb 27 03:20:31.600 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582026-02-27T03:20:32.920Z[ recovery-image] Feb 27 03:20:31.616 INFO O| Feb 27 03:20:31.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59592026-02-27T03:20:32.920Z[ recovery-image] Feb 27 03:20:31.616 INFO O| Feb 27 03:20:31.616 INFO STEP 383 (remove_files) COMPLETE
59602026-02-27T03:20:32.920Z[ recovery-image] Feb 27 03:20:31.616 INFO O| Feb 27 03:20:31.616 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612026-02-27T03:20:32.935Z[ recovery-image] Feb 27 03:20:31.631 INFO O| Feb 27 03:20:31.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59622026-02-27T03:20:32.935Z[ recovery-image] Feb 27 03:20:31.632 INFO O| Feb 27 03:20:31.631 INFO STEP 384 (remove_files) COMPLETE
59632026-02-27T03:20:32.935Z[ recovery-image] Feb 27 03:20:31.632 INFO O| Feb 27 03:20:31.632 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642026-02-27T03:20:32.951Z[ recovery-image] Feb 27 03:20:31.647 INFO O| Feb 27 03:20:31.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59652026-02-27T03:20:32.954Z[ recovery-image] Feb 27 03:20:31.648 INFO O| Feb 27 03:20:31.648 INFO STEP 385 (remove_files) COMPLETE
59662026-02-27T03:20:32.954Z[ recovery-image] Feb 27 03:20:31.648 INFO O| Feb 27 03:20:31.648 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672026-02-27T03:20:32.968Z[ recovery-image] Feb 27 03:20:31.664 INFO O| Feb 27 03:20:31.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59682026-02-27T03:20:32.968Z[ recovery-image] Feb 27 03:20:31.665 INFO O| Feb 27 03:20:31.665 INFO STEP 386 (remove_files) COMPLETE
59692026-02-27T03:20:32.968Z[ recovery-image] Feb 27 03:20:31.665 INFO O| Feb 27 03:20:31.665 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702026-02-27T03:20:32.983Z[ recovery-image] Feb 27 03:20:31.679 INFO O| Feb 27 03:20:31.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59712026-02-27T03:20:32.987Z[ recovery-image] Feb 27 03:20:31.680 INFO O| Feb 27 03:20:31.680 INFO STEP 387 (remove_files) COMPLETE
59722026-02-27T03:20:32.987Z[ recovery-image] Feb 27 03:20:31.680 INFO O| Feb 27 03:20:31.680 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732026-02-27T03:20:32.998Z[ recovery-image] Feb 27 03:20:31.694 INFO O| Feb 27 03:20:31.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59742026-02-27T03:20:32.998Z[ recovery-image] Feb 27 03:20:31.694 INFO O| Feb 27 03:20:31.694 INFO STEP 388 (remove_files) COMPLETE
59752026-02-27T03:20:32.998Z[ recovery-image] Feb 27 03:20:31.694 INFO O| Feb 27 03:20:31.694 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762026-02-27T03:20:33.013Z[ recovery-image] Feb 27 03:20:31.709 INFO O| Feb 27 03:20:31.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59772026-02-27T03:20:33.013Z[ recovery-image] Feb 27 03:20:31.709 INFO O| Feb 27 03:20:31.709 INFO STEP 389 (remove_files) COMPLETE
59782026-02-27T03:20:33.013Z[ recovery-image] Feb 27 03:20:31.709 INFO O| Feb 27 03:20:31.709 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792026-02-27T03:20:33.028Z[ recovery-image] Feb 27 03:20:31.725 INFO O| Feb 27 03:20:31.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59802026-02-27T03:20:33.032Z[ recovery-image] Feb 27 03:20:31.725 INFO O| Feb 27 03:20:31.725 INFO STEP 390 (remove_files) COMPLETE
59812026-02-27T03:20:33.032Z[ recovery-image] Feb 27 03:20:31.725 INFO O| Feb 27 03:20:31.725 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822026-02-27T03:20:33.044Z[ recovery-image] Feb 27 03:20:31.741 INFO O| Feb 27 03:20:31.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59832026-02-27T03:20:33.044Z[ recovery-image] Feb 27 03:20:31.741 INFO O| Feb 27 03:20:31.741 INFO STEP 391 (remove_files) COMPLETE
59842026-02-27T03:20:33.045Z[ recovery-image] Feb 27 03:20:31.741 INFO O| Feb 27 03:20:31.741 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852026-02-27T03:20:33.061Z[ recovery-image] Feb 27 03:20:31.758 INFO O| Feb 27 03:20:31.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59862026-02-27T03:20:33.061Z[ recovery-image] Feb 27 03:20:31.758 INFO O| Feb 27 03:20:31.758 INFO STEP 392 (remove_files) COMPLETE
59872026-02-27T03:20:33.061Z[ recovery-image] Feb 27 03:20:31.758 INFO O| Feb 27 03:20:31.758 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882026-02-27T03:20:33.077Z[ recovery-image] Feb 27 03:20:31.773 INFO O| Feb 27 03:20:31.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59892026-02-27T03:20:33.077Z[ recovery-image] Feb 27 03:20:31.773 INFO O| Feb 27 03:20:31.773 INFO STEP 393 (remove_files) COMPLETE
59902026-02-27T03:20:33.077Z[ recovery-image] Feb 27 03:20:31.773 INFO O| Feb 27 03:20:31.773 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912026-02-27T03:20:33.093Z[ recovery-image] Feb 27 03:20:31.790 INFO O| Feb 27 03:20:31.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59922026-02-27T03:20:33.097Z[ recovery-image] Feb 27 03:20:31.790 INFO O| Feb 27 03:20:31.790 INFO STEP 394 (remove_files) COMPLETE
59932026-02-27T03:20:33.097Z[ recovery-image] Feb 27 03:20:31.790 INFO O| Feb 27 03:20:31.790 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942026-02-27T03:20:33.109Z[ recovery-image] Feb 27 03:20:31.806 INFO O| Feb 27 03:20:31.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59952026-02-27T03:20:33.110Z[ recovery-image] Feb 27 03:20:31.806 INFO O| Feb 27 03:20:31.806 INFO STEP 395 (remove_files) COMPLETE
59962026-02-27T03:20:33.110Z[ recovery-image] Feb 27 03:20:31.806 INFO O| Feb 27 03:20:31.806 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972026-02-27T03:20:33.125Z[ recovery-image] Feb 27 03:20:31.821 INFO O| Feb 27 03:20:31.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59982026-02-27T03:20:33.125Z[ recovery-image] Feb 27 03:20:31.821 INFO O| Feb 27 03:20:31.821 INFO STEP 396 (remove_files) COMPLETE
59992026-02-27T03:20:33.125Z[ recovery-image] Feb 27 03:20:31.821 INFO O| Feb 27 03:20:31.821 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002026-02-27T03:20:33.139Z[ recovery-image] Feb 27 03:20:31.836 INFO O| Feb 27 03:20:31.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60012026-02-27T03:20:33.139Z[ recovery-image] Feb 27 03:20:31.836 INFO O| Feb 27 03:20:31.836 INFO STEP 397 (remove_files) COMPLETE
60022026-02-27T03:20:33.139Z[ recovery-image] Feb 27 03:20:31.836 INFO O| Feb 27 03:20:31.836 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032026-02-27T03:20:33.155Z[ recovery-image] Feb 27 03:20:31.851 INFO O| Feb 27 03:20:31.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60042026-02-27T03:20:33.155Z[ recovery-image] Feb 27 03:20:31.851 INFO O| Feb 27 03:20:31.851 INFO STEP 398 (remove_files) COMPLETE
60052026-02-27T03:20:33.155Z[ recovery-image] Feb 27 03:20:31.851 INFO O| Feb 27 03:20:31.851 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062026-02-27T03:20:33.169Z[ recovery-image] Feb 27 03:20:31.866 INFO O| Feb 27 03:20:31.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60072026-02-27T03:20:33.169Z[ recovery-image] Feb 27 03:20:31.866 INFO O| Feb 27 03:20:31.866 INFO STEP 399 (remove_files) COMPLETE
60082026-02-27T03:20:33.169Z[ recovery-image] Feb 27 03:20:31.866 INFO O| Feb 27 03:20:31.866 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092026-02-27T03:20:33.186Z[ recovery-image] Feb 27 03:20:31.882 INFO O| Feb 27 03:20:31.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60102026-02-27T03:20:33.186Z[ recovery-image] Feb 27 03:20:31.882 INFO O| Feb 27 03:20:31.882 INFO STEP 400 (remove_files) COMPLETE
60112026-02-27T03:20:33.186Z[ recovery-image] Feb 27 03:20:31.882 INFO O| Feb 27 03:20:31.882 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122026-02-27T03:20:33.203Z[ recovery-image] Feb 27 03:20:31.900 INFO O| Feb 27 03:20:31.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60132026-02-27T03:20:33.203Z[ recovery-image] Feb 27 03:20:31.900 INFO O| Feb 27 03:20:31.900 INFO STEP 401 (remove_files) COMPLETE
60142026-02-27T03:20:33.203Z[ recovery-image] Feb 27 03:20:31.900 INFO O| Feb 27 03:20:31.900 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152026-02-27T03:20:33.220Z[ recovery-image] Feb 27 03:20:31.916 INFO O| Feb 27 03:20:31.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60162026-02-27T03:20:33.220Z[ recovery-image] Feb 27 03:20:31.916 INFO O| Feb 27 03:20:31.916 INFO STEP 402 (remove_files) COMPLETE
60172026-02-27T03:20:33.220Z[ recovery-image] Feb 27 03:20:31.916 INFO O| Feb 27 03:20:31.916 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182026-02-27T03:20:33.235Z[ recovery-image] Feb 27 03:20:31.932 INFO O| Feb 27 03:20:31.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60192026-02-27T03:20:33.236Z[ recovery-image] Feb 27 03:20:31.932 INFO O| Feb 27 03:20:31.932 INFO STEP 403 (remove_files) COMPLETE
60202026-02-27T03:20:33.236Z[ recovery-image] Feb 27 03:20:31.932 INFO O| Feb 27 03:20:31.932 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212026-02-27T03:20:33.250Z[ recovery-image] Feb 27 03:20:31.946 INFO O| Feb 27 03:20:31.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60222026-02-27T03:20:33.250Z[ recovery-image] Feb 27 03:20:31.946 INFO O| Feb 27 03:20:31.946 INFO STEP 404 (remove_files) COMPLETE
60232026-02-27T03:20:33.253Z[ recovery-image] Feb 27 03:20:31.946 INFO O| Feb 27 03:20:31.946 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242026-02-27T03:20:33.266Z[ recovery-image] Feb 27 03:20:31.962 INFO O| Feb 27 03:20:31.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60252026-02-27T03:20:33.266Z[ recovery-image] Feb 27 03:20:31.962 INFO O| Feb 27 03:20:31.962 INFO STEP 405 (remove_files) COMPLETE
60262026-02-27T03:20:33.266Z[ recovery-image] Feb 27 03:20:31.962 INFO O| Feb 27 03:20:31.962 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272026-02-27T03:20:33.282Z[ recovery-image] Feb 27 03:20:31.978 INFO O| Feb 27 03:20:31.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60282026-02-27T03:20:33.282Z[ recovery-image] Feb 27 03:20:31.978 INFO O| Feb 27 03:20:31.978 INFO STEP 406 (remove_files) COMPLETE
60292026-02-27T03:20:33.282Z[ recovery-image] Feb 27 03:20:31.978 INFO O| Feb 27 03:20:31.978 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302026-02-27T03:20:33.298Z[ recovery-image] Feb 27 03:20:31.994 INFO O| Feb 27 03:20:31.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60312026-02-27T03:20:33.298Z[ recovery-image] Feb 27 03:20:31.995 INFO O| Feb 27 03:20:31.994 INFO STEP 407 (remove_files) COMPLETE
60322026-02-27T03:20:33.298Z[ recovery-image] Feb 27 03:20:31.995 INFO O| Feb 27 03:20:31.995 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332026-02-27T03:20:33.315Z[ recovery-image] Feb 27 03:20:32.011 INFO O| Feb 27 03:20:32.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60342026-02-27T03:20:33.315Z[ recovery-image] Feb 27 03:20:32.012 INFO O| Feb 27 03:20:32.012 INFO STEP 408 (remove_files) COMPLETE
60352026-02-27T03:20:33.315Z[ recovery-image] Feb 27 03:20:32.012 INFO O| Feb 27 03:20:32.012 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362026-02-27T03:20:33.332Z[ recovery-image] Feb 27 03:20:32.028 INFO O| Feb 27 03:20:32.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60372026-02-27T03:20:33.332Z[ recovery-image] Feb 27 03:20:32.028 INFO O| Feb 27 03:20:32.028 INFO STEP 409 (remove_files) COMPLETE
60382026-02-27T03:20:33.332Z[ recovery-image] Feb 27 03:20:32.028 INFO O| Feb 27 03:20:32.028 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392026-02-27T03:20:33.348Z[ recovery-image] Feb 27 03:20:32.045 INFO O| Feb 27 03:20:32.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60402026-02-27T03:20:33.348Z[ recovery-image] Feb 27 03:20:32.045 INFO O| Feb 27 03:20:32.045 INFO STEP 410 (remove_files) COMPLETE
60412026-02-27T03:20:33.348Z[ recovery-image] Feb 27 03:20:32.045 INFO O| Feb 27 03:20:32.045 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422026-02-27T03:20:33.365Z[ recovery-image] Feb 27 03:20:32.061 INFO O| Feb 27 03:20:32.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60432026-02-27T03:20:33.365Z[ recovery-image] Feb 27 03:20:32.062 INFO O| Feb 27 03:20:32.062 INFO STEP 411 (remove_files) COMPLETE
60442026-02-27T03:20:33.365Z[ recovery-image] Feb 27 03:20:32.062 INFO O| Feb 27 03:20:32.062 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452026-02-27T03:20:33.381Z[ recovery-image] Feb 27 03:20:32.078 INFO O| Feb 27 03:20:32.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60462026-02-27T03:20:33.381Z[ recovery-image] Feb 27 03:20:32.078 INFO O| Feb 27 03:20:32.078 INFO STEP 412 (remove_files) COMPLETE
60472026-02-27T03:20:33.381Z[ recovery-image] Feb 27 03:20:32.078 INFO O| Feb 27 03:20:32.078 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482026-02-27T03:20:33.396Z[ recovery-image] Feb 27 03:20:32.093 INFO O| Feb 27 03:20:32.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60492026-02-27T03:20:33.396Z[ recovery-image] Feb 27 03:20:32.093 INFO O| Feb 27 03:20:32.093 INFO STEP 413 (remove_files) COMPLETE
60502026-02-27T03:20:33.396Z[ recovery-image] Feb 27 03:20:32.093 INFO O| Feb 27 03:20:32.093 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512026-02-27T03:20:33.411Z[ recovery-image] Feb 27 03:20:32.107 INFO O| Feb 27 03:20:32.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60522026-02-27T03:20:33.411Z[ recovery-image] Feb 27 03:20:32.108 INFO O| Feb 27 03:20:32.107 INFO STEP 414 (remove_files) COMPLETE
60532026-02-27T03:20:33.414Z[ recovery-image] Feb 27 03:20:32.108 INFO O| Feb 27 03:20:32.108 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542026-02-27T03:20:33.439Z[ recovery-image] Feb 27 03:20:32.135 INFO O| Feb 27 03:20:32.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60552026-02-27T03:20:33.439Z[ recovery-image] Feb 27 03:20:32.135 INFO O| Feb 27 03:20:32.135 INFO STEP 415 (remove_files) COMPLETE
60562026-02-27T03:20:33.439Z[ recovery-image] Feb 27 03:20:32.136 INFO O| Feb 27 03:20:32.135 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572026-02-27T03:20:33.454Z[ recovery-image] Feb 27 03:20:32.150 INFO O| Feb 27 03:20:32.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60582026-02-27T03:20:33.454Z[ recovery-image] Feb 27 03:20:32.150 INFO O| Feb 27 03:20:32.150 INFO STEP 416 (remove_files) COMPLETE
60592026-02-27T03:20:33.457Z[ recovery-image] Feb 27 03:20:32.150 INFO O| Feb 27 03:20:32.150 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602026-02-27T03:20:33.468Z[ recovery-image] Feb 27 03:20:32.165 INFO O| Feb 27 03:20:32.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60612026-02-27T03:20:33.468Z[ recovery-image] Feb 27 03:20:32.165 INFO O| Feb 27 03:20:32.165 INFO STEP 417 (remove_files) COMPLETE
60622026-02-27T03:20:33.468Z[ recovery-image] Feb 27 03:20:32.165 INFO O| Feb 27 03:20:32.165 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632026-02-27T03:20:33.484Z[ recovery-image] Feb 27 03:20:32.180 INFO O| Feb 27 03:20:32.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60642026-02-27T03:20:33.484Z[ recovery-image] Feb 27 03:20:32.180 INFO O| Feb 27 03:20:32.180 INFO STEP 418 (remove_files) COMPLETE
60652026-02-27T03:20:33.484Z[ recovery-image] Feb 27 03:20:32.180 INFO O| Feb 27 03:20:32.180 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662026-02-27T03:20:33.499Z[ recovery-image] Feb 27 03:20:32.195 INFO O| Feb 27 03:20:32.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60672026-02-27T03:20:33.499Z[ recovery-image] Feb 27 03:20:32.195 INFO O| Feb 27 03:20:32.195 INFO STEP 419 (remove_files) COMPLETE
60682026-02-27T03:20:33.499Z[ recovery-image] Feb 27 03:20:32.195 INFO O| Feb 27 03:20:32.195 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692026-02-27T03:20:33.513Z[ recovery-image] Feb 27 03:20:32.209 INFO O| Feb 27 03:20:32.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60702026-02-27T03:20:33.513Z[ recovery-image] Feb 27 03:20:32.209 INFO O| Feb 27 03:20:32.209 INFO STEP 420 (remove_files) COMPLETE
60712026-02-27T03:20:33.513Z[ recovery-image] Feb 27 03:20:32.209 INFO O| Feb 27 03:20:32.209 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722026-02-27T03:20:33.528Z[ recovery-image] Feb 27 03:20:32.224 INFO O| Feb 27 03:20:32.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60732026-02-27T03:20:33.528Z[ recovery-image] Feb 27 03:20:32.225 INFO O| Feb 27 03:20:32.225 INFO STEP 421 (remove_files) COMPLETE
60742026-02-27T03:20:33.528Z[ recovery-image] Feb 27 03:20:32.225 INFO O| Feb 27 03:20:32.225 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752026-02-27T03:20:33.543Z[ recovery-image] Feb 27 03:20:32.239 INFO O| Feb 27 03:20:32.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60762026-02-27T03:20:33.546Z[ recovery-image] Feb 27 03:20:32.239 INFO O| Feb 27 03:20:32.239 INFO STEP 422 (remove_files) COMPLETE
60772026-02-27T03:20:33.546Z[ recovery-image] Feb 27 03:20:32.239 INFO O| Feb 27 03:20:32.239 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782026-02-27T03:20:33.557Z[ recovery-image] Feb 27 03:20:32.253 INFO O| Feb 27 03:20:32.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60792026-02-27T03:20:33.557Z[ recovery-image] Feb 27 03:20:32.253 INFO O| Feb 27 03:20:32.253 INFO STEP 423 (remove_files) COMPLETE
60802026-02-27T03:20:33.557Z[ recovery-image] Feb 27 03:20:32.253 INFO O| Feb 27 03:20:32.253 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812026-02-27T03:20:33.573Z[ recovery-image] Feb 27 03:20:32.269 INFO O| Feb 27 03:20:32.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60822026-02-27T03:20:33.573Z[ recovery-image] Feb 27 03:20:32.270 INFO O| Feb 27 03:20:32.269 INFO STEP 424 (remove_files) COMPLETE
60832026-02-27T03:20:33.573Z[ recovery-image] Feb 27 03:20:32.270 INFO O| Feb 27 03:20:32.270 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842026-02-27T03:20:33.590Z[ recovery-image] Feb 27 03:20:32.287 INFO O| Feb 27 03:20:32.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60852026-02-27T03:20:33.590Z[ recovery-image] Feb 27 03:20:32.287 INFO O| Feb 27 03:20:32.287 INFO STEP 425 (remove_files) COMPLETE
60862026-02-27T03:20:33.590Z[ recovery-image] Feb 27 03:20:32.287 INFO O| Feb 27 03:20:32.287 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872026-02-27T03:20:33.608Z[ recovery-image] Feb 27 03:20:32.304 INFO O| Feb 27 03:20:32.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60882026-02-27T03:20:33.612Z[ recovery-image] Feb 27 03:20:32.305 INFO O| Feb 27 03:20:32.304 INFO STEP 426 (remove_files) COMPLETE
60892026-02-27T03:20:33.612Z[ recovery-image] Feb 27 03:20:32.305 INFO O| Feb 27 03:20:32.305 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902026-02-27T03:20:33.626Z[ recovery-image] Feb 27 03:20:32.322 INFO O| Feb 27 03:20:32.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60912026-02-27T03:20:33.626Z[ recovery-image] Feb 27 03:20:32.323 INFO O| Feb 27 03:20:32.323 INFO STEP 427 (remove_files) COMPLETE
60922026-02-27T03:20:33.626Z[ recovery-image] Feb 27 03:20:32.323 INFO O| Feb 27 03:20:32.323 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932026-02-27T03:20:33.644Z[ recovery-image] Feb 27 03:20:32.340 INFO O| Feb 27 03:20:32.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60942026-02-27T03:20:33.644Z[ recovery-image] Feb 27 03:20:32.340 INFO O| Feb 27 03:20:32.340 INFO STEP 428 (remove_files) COMPLETE
60952026-02-27T03:20:33.644Z[ recovery-image] Feb 27 03:20:32.340 INFO O| Feb 27 03:20:32.340 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962026-02-27T03:20:33.662Z[ recovery-image] Feb 27 03:20:32.358 INFO O| Feb 27 03:20:32.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60972026-02-27T03:20:33.662Z[ recovery-image] Feb 27 03:20:32.358 INFO O| Feb 27 03:20:32.358 INFO STEP 429 (remove_files) COMPLETE
60982026-02-27T03:20:33.662Z[ recovery-image] Feb 27 03:20:32.358 INFO O| Feb 27 03:20:32.358 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992026-02-27T03:20:33.677Z[ recovery-image] Feb 27 03:20:32.373 INFO O| Feb 27 03:20:32.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61002026-02-27T03:20:33.680Z[ recovery-image] Feb 27 03:20:32.374 INFO O| Feb 27 03:20:32.374 INFO STEP 430 (remove_files) COMPLETE
61012026-02-27T03:20:33.681Z[ recovery-image] Feb 27 03:20:32.374 INFO O| Feb 27 03:20:32.374 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022026-02-27T03:20:33.692Z[ recovery-image] Feb 27 03:20:32.389 INFO O| Feb 27 03:20:32.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61032026-02-27T03:20:33.693Z[ recovery-image] Feb 27 03:20:32.389 INFO O| Feb 27 03:20:32.389 INFO STEP 431 (remove_files) COMPLETE
61042026-02-27T03:20:33.696Z[ recovery-image] Feb 27 03:20:32.389 INFO O| Feb 27 03:20:32.389 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052026-02-27T03:20:33.706Z[ recovery-image] Feb 27 03:20:32.403 INFO O| Feb 27 03:20:32.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61062026-02-27T03:20:33.706Z[ recovery-image] Feb 27 03:20:32.403 INFO O| Feb 27 03:20:32.403 INFO STEP 432 (remove_files) COMPLETE
61072026-02-27T03:20:33.706Z[ recovery-image] Feb 27 03:20:32.403 INFO O| Feb 27 03:20:32.403 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082026-02-27T03:20:33.721Z[ recovery-image] Feb 27 03:20:32.418 INFO O| Feb 27 03:20:32.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61092026-02-27T03:20:33.721Z[ recovery-image] Feb 27 03:20:32.418 INFO O| Feb 27 03:20:32.418 INFO STEP 433 (remove_files) COMPLETE
61102026-02-27T03:20:33.721Z[ recovery-image] Feb 27 03:20:32.418 INFO O| Feb 27 03:20:32.418 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112026-02-27T03:20:33.782Z[ recovery-image] Feb 27 03:20:32.432 INFO O| Feb 27 03:20:32.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61122026-02-27T03:20:33.782Z[ recovery-image] Feb 27 03:20:32.432 INFO O| Feb 27 03:20:32.432 INFO STEP 434 (remove_files) COMPLETE
61132026-02-27T03:20:33.782Z[ recovery-image] Feb 27 03:20:32.432 INFO O| Feb 27 03:20:32.432 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142026-02-27T03:20:33.782Z[ recovery-image] Feb 27 03:20:32.446 INFO O| Feb 27 03:20:32.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61152026-02-27T03:20:33.782Z[ recovery-image] Feb 27 03:20:32.447 INFO O| Feb 27 03:20:32.447 INFO STEP 435 (remove_files) COMPLETE
61162026-02-27T03:20:33.782Z[ recovery-image] Feb 27 03:20:32.447 INFO O| Feb 27 03:20:32.447 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172026-02-27T03:20:33.782Z[ recovery-image] Feb 27 03:20:32.461 INFO O| Feb 27 03:20:32.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61182026-02-27T03:20:33.782Z[ recovery-image] Feb 27 03:20:32.461 INFO O| Feb 27 03:20:32.461 INFO STEP 436 (remove_files) COMPLETE
61192026-02-27T03:20:33.782Z[ recovery-image] Feb 27 03:20:32.461 INFO O| Feb 27 03:20:32.461 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202026-02-27T03:20:33.782Z[ recovery-image] Feb 27 03:20:32.475 INFO O| Feb 27 03:20:32.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61212026-02-27T03:20:33.782Z[ recovery-image] Feb 27 03:20:32.475 INFO O| Feb 27 03:20:32.475 INFO STEP 437 (remove_files) COMPLETE
61222026-02-27T03:20:33.782Z[ recovery-image] Feb 27 03:20:32.475 INFO O| Feb 27 03:20:32.475 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232026-02-27T03:20:33.794Z[ recovery-image] Feb 27 03:20:32.491 INFO O| Feb 27 03:20:32.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61242026-02-27T03:20:33.794Z[ recovery-image] Feb 27 03:20:32.491 INFO O| Feb 27 03:20:32.491 INFO STEP 438 (remove_files) COMPLETE
61252026-02-27T03:20:33.794Z[ recovery-image] Feb 27 03:20:32.491 INFO O| Feb 27 03:20:32.491 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262026-02-27T03:20:33.808Z[ recovery-image] Feb 27 03:20:32.504 INFO O| Feb 27 03:20:32.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61272026-02-27T03:20:33.808Z[ recovery-image] Feb 27 03:20:32.505 INFO O| Feb 27 03:20:32.505 INFO STEP 439 (remove_files) COMPLETE
61282026-02-27T03:20:33.808Z[ recovery-image] Feb 27 03:20:32.505 INFO O| Feb 27 03:20:32.505 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292026-02-27T03:20:33.823Z[ recovery-image] Feb 27 03:20:32.519 INFO O| Feb 27 03:20:32.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61302026-02-27T03:20:33.823Z[ recovery-image] Feb 27 03:20:32.519 INFO O| Feb 27 03:20:32.519 INFO STEP 440 (remove_files) COMPLETE
61312026-02-27T03:20:33.823Z[ recovery-image] Feb 27 03:20:32.519 INFO O| Feb 27 03:20:32.519 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322026-02-27T03:20:33.836Z[ recovery-image] Feb 27 03:20:32.533 INFO O| Feb 27 03:20:32.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61332026-02-27T03:20:33.837Z[ recovery-image] Feb 27 03:20:32.533 INFO O| Feb 27 03:20:32.533 INFO STEP 441 (remove_files) COMPLETE
61342026-02-27T03:20:33.837Z[ recovery-image] Feb 27 03:20:32.533 INFO O| Feb 27 03:20:32.533 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352026-02-27T03:20:33.851Z[ recovery-image] Feb 27 03:20:32.547 INFO O| Feb 27 03:20:32.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61362026-02-27T03:20:33.851Z[ recovery-image] Feb 27 03:20:32.547 INFO O| Feb 27 03:20:32.547 INFO STEP 442 (remove_files) COMPLETE
61372026-02-27T03:20:33.851Z[ recovery-image] Feb 27 03:20:32.547 INFO O| Feb 27 03:20:32.547 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382026-02-27T03:20:33.865Z[ recovery-image] Feb 27 03:20:32.561 INFO O| Feb 27 03:20:32.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61392026-02-27T03:20:33.865Z[ recovery-image] Feb 27 03:20:32.561 INFO O| Feb 27 03:20:32.561 INFO STEP 443 (remove_files) COMPLETE
61402026-02-27T03:20:33.868Z[ recovery-image] Feb 27 03:20:32.561 INFO O| Feb 27 03:20:32.561 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412026-02-27T03:20:33.879Z[ recovery-image] Feb 27 03:20:32.575 INFO O| Feb 27 03:20:32.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61422026-02-27T03:20:33.879Z[ recovery-image] Feb 27 03:20:32.575 INFO O| Feb 27 03:20:32.575 INFO STEP 444 (remove_files) COMPLETE
61432026-02-27T03:20:33.879Z[ recovery-image] Feb 27 03:20:32.575 INFO O| Feb 27 03:20:32.575 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442026-02-27T03:20:33.891Z[ recovery-image] Feb 27 03:20:32.587 INFO O| Feb 27 03:20:32.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61452026-02-27T03:20:33.891Z[ recovery-image] Feb 27 03:20:32.588 INFO O| Feb 27 03:20:32.588 INFO STEP 445 (remove_files) COMPLETE
61462026-02-27T03:20:33.891Z[ recovery-image] Feb 27 03:20:32.588 INFO O| Feb 27 03:20:32.588 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472026-02-27T03:20:33.905Z[ recovery-image] Feb 27 03:20:32.601 INFO O| Feb 27 03:20:32.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61482026-02-27T03:20:33.905Z[ recovery-image] Feb 27 03:20:32.602 INFO O| Feb 27 03:20:32.601 INFO STEP 446 (remove_files) COMPLETE
61492026-02-27T03:20:33.905Z[ recovery-image] Feb 27 03:20:32.602 INFO O| Feb 27 03:20:32.602 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502026-02-27T03:20:33.920Z[ recovery-image] Feb 27 03:20:32.616 INFO O| Feb 27 03:20:32.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61512026-02-27T03:20:33.923Z[ recovery-image] Feb 27 03:20:32.616 INFO O| Feb 27 03:20:32.616 INFO STEP 447 (remove_files) COMPLETE
61522026-02-27T03:20:33.923Z[ recovery-image] Feb 27 03:20:32.616 INFO O| Feb 27 03:20:32.616 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532026-02-27T03:20:33.935Z[ recovery-image] Feb 27 03:20:32.631 INFO O| Feb 27 03:20:32.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61542026-02-27T03:20:33.935Z[ recovery-image] Feb 27 03:20:32.631 INFO O| Feb 27 03:20:32.631 INFO STEP 448 (remove_files) COMPLETE
61552026-02-27T03:20:33.935Z[ recovery-image] Feb 27 03:20:32.631 INFO O| Feb 27 03:20:32.631 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562026-02-27T03:20:33.950Z[ recovery-image] Feb 27 03:20:32.647 INFO O| Feb 27 03:20:32.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61572026-02-27T03:20:33.950Z[ recovery-image] Feb 27 03:20:32.647 INFO O| Feb 27 03:20:32.647 INFO STEP 449 (remove_files) COMPLETE
61582026-02-27T03:20:33.950Z[ recovery-image] Feb 27 03:20:32.647 INFO O| Feb 27 03:20:32.647 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592026-02-27T03:20:33.965Z[ recovery-image] Feb 27 03:20:32.662 INFO O| Feb 27 03:20:32.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61602026-02-27T03:20:33.966Z[ recovery-image] Feb 27 03:20:32.662 INFO O| Feb 27 03:20:32.662 INFO STEP 450 (remove_files) COMPLETE
61612026-02-27T03:20:33.966Z[ recovery-image] Feb 27 03:20:32.662 INFO O| Feb 27 03:20:32.662 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622026-02-27T03:20:33.980Z[ recovery-image] Feb 27 03:20:32.676 INFO O| Feb 27 03:20:32.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61632026-02-27T03:20:33.980Z[ recovery-image] Feb 27 03:20:32.676 INFO O| Feb 27 03:20:32.676 INFO STEP 451 (remove_files) COMPLETE
61642026-02-27T03:20:33.980Z[ recovery-image] Feb 27 03:20:32.676 INFO O| Feb 27 03:20:32.676 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652026-02-27T03:20:33.995Z[ recovery-image] Feb 27 03:20:32.691 INFO O| Feb 27 03:20:32.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61662026-02-27T03:20:33.998Z[ recovery-image] Feb 27 03:20:32.691 INFO O| Feb 27 03:20:32.691 INFO STEP 452 (remove_files) COMPLETE
61672026-02-27T03:20:33.998Z[ recovery-image] Feb 27 03:20:32.691 INFO O| Feb 27 03:20:32.691 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682026-02-27T03:20:34.011Z[ recovery-image] Feb 27 03:20:32.706 INFO O| Feb 27 03:20:32.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61692026-02-27T03:20:34.014Z[ recovery-image] Feb 27 03:20:32.707 INFO O| Feb 27 03:20:32.707 INFO STEP 453 (remove_files) COMPLETE
61702026-02-27T03:20:34.014Z[ recovery-image] Feb 27 03:20:32.707 INFO O| Feb 27 03:20:32.707 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712026-02-27T03:20:34.026Z[ recovery-image] Feb 27 03:20:32.722 INFO O| Feb 27 03:20:32.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61722026-02-27T03:20:34.029Z[ recovery-image] Feb 27 03:20:32.723 INFO O| Feb 27 03:20:32.723 INFO STEP 454 (remove_files) COMPLETE
61732026-02-27T03:20:34.029Z[ recovery-image] Feb 27 03:20:32.723 INFO O| Feb 27 03:20:32.723 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742026-02-27T03:20:34.042Z[ recovery-image] Feb 27 03:20:32.738 INFO O| Feb 27 03:20:32.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61752026-02-27T03:20:34.042Z[ recovery-image] Feb 27 03:20:32.738 INFO O| Feb 27 03:20:32.738 INFO STEP 455 (remove_files) COMPLETE
61762026-02-27T03:20:34.045Z[ recovery-image] Feb 27 03:20:32.738 INFO O| Feb 27 03:20:32.738 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772026-02-27T03:20:34.056Z[ recovery-image] Feb 27 03:20:32.753 INFO O| Feb 27 03:20:32.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61782026-02-27T03:20:34.056Z[ recovery-image] Feb 27 03:20:32.753 INFO O| Feb 27 03:20:32.753 INFO STEP 456 (remove_files) COMPLETE
61792026-02-27T03:20:34.056Z[ recovery-image] Feb 27 03:20:32.753 INFO O| Feb 27 03:20:32.753 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802026-02-27T03:20:34.072Z[ recovery-image] Feb 27 03:20:32.768 INFO O| Feb 27 03:20:32.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61812026-02-27T03:20:34.072Z[ recovery-image] Feb 27 03:20:32.768 INFO O| Feb 27 03:20:32.768 INFO STEP 457 (remove_files) COMPLETE
61822026-02-27T03:20:34.072Z[ recovery-image] Feb 27 03:20:32.768 INFO O| Feb 27 03:20:32.768 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832026-02-27T03:20:34.087Z[ recovery-image] Feb 27 03:20:32.783 INFO O| Feb 27 03:20:32.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61842026-02-27T03:20:34.090Z[ recovery-image] Feb 27 03:20:32.784 INFO O| Feb 27 03:20:32.784 INFO STEP 458 (remove_files) COMPLETE
61852026-02-27T03:20:34.090Z[ recovery-image] Feb 27 03:20:32.784 INFO O| Feb 27 03:20:32.784 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862026-02-27T03:20:34.102Z[ recovery-image] Feb 27 03:20:32.798 INFO O| Feb 27 03:20:32.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61872026-02-27T03:20:34.102Z[ recovery-image] Feb 27 03:20:32.799 INFO O| Feb 27 03:20:32.798 INFO STEP 459 (remove_files) COMPLETE
61882026-02-27T03:20:34.102Z[ recovery-image] Feb 27 03:20:32.799 INFO O| Feb 27 03:20:32.799 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892026-02-27T03:20:34.116Z[ recovery-image] Feb 27 03:20:32.812 INFO O| Feb 27 03:20:32.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61902026-02-27T03:20:34.116Z[ recovery-image] Feb 27 03:20:32.813 INFO O| Feb 27 03:20:32.813 INFO STEP 460 (remove_files) COMPLETE
61912026-02-27T03:20:34.116Z[ recovery-image] Feb 27 03:20:32.813 INFO O| Feb 27 03:20:32.813 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922026-02-27T03:20:34.130Z[ recovery-image] Feb 27 03:20:32.826 INFO O| Feb 27 03:20:32.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61932026-02-27T03:20:34.130Z[ recovery-image] Feb 27 03:20:32.826 INFO O| Feb 27 03:20:32.826 INFO STEP 461 (remove_files) COMPLETE
61942026-02-27T03:20:34.130Z[ recovery-image] Feb 27 03:20:32.826 INFO O| Feb 27 03:20:32.826 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952026-02-27T03:20:34.145Z[ recovery-image] Feb 27 03:20:32.840 INFO O| Feb 27 03:20:32.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61962026-02-27T03:20:34.145Z[ recovery-image] Feb 27 03:20:32.840 INFO O| Feb 27 03:20:32.840 INFO STEP 462 (remove_files) COMPLETE
61972026-02-27T03:20:34.145Z[ recovery-image] Feb 27 03:20:32.840 INFO O| Feb 27 03:20:32.840 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982026-02-27T03:20:34.157Z[ recovery-image] Feb 27 03:20:32.853 INFO O| Feb 27 03:20:32.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61992026-02-27T03:20:34.162Z[ recovery-image] Feb 27 03:20:32.854 INFO O| Feb 27 03:20:32.854 INFO STEP 463 (remove_files) COMPLETE
62002026-02-27T03:20:34.162Z[ recovery-image] Feb 27 03:20:32.854 INFO O| Feb 27 03:20:32.854 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012026-02-27T03:20:34.172Z[ recovery-image] Feb 27 03:20:32.867 INFO O| Feb 27 03:20:32.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62022026-02-27T03:20:34.172Z[ recovery-image] Feb 27 03:20:32.867 INFO O| Feb 27 03:20:32.867 INFO STEP 464 (remove_files) COMPLETE
62032026-02-27T03:20:34.172Z[ recovery-image] Feb 27 03:20:32.867 INFO O| Feb 27 03:20:32.867 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042026-02-27T03:20:34.184Z[ recovery-image] Feb 27 03:20:32.881 INFO O| Feb 27 03:20:32.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62052026-02-27T03:20:34.184Z[ recovery-image] Feb 27 03:20:32.881 INFO O| Feb 27 03:20:32.881 INFO STEP 465 (remove_files) COMPLETE
62062026-02-27T03:20:34.184Z[ recovery-image] Feb 27 03:20:32.881 INFO O| Feb 27 03:20:32.881 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072026-02-27T03:20:34.198Z[ recovery-image] Feb 27 03:20:32.895 INFO O| Feb 27 03:20:32.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62082026-02-27T03:20:34.199Z[ recovery-image] Feb 27 03:20:32.895 INFO O| Feb 27 03:20:32.895 INFO STEP 466 (remove_files) COMPLETE
62092026-02-27T03:20:34.199Z[ recovery-image] Feb 27 03:20:32.895 INFO O| Feb 27 03:20:32.895 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102026-02-27T03:20:34.213Z[ recovery-image] Feb 27 03:20:32.909 INFO O| Feb 27 03:20:32.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62112026-02-27T03:20:34.213Z[ recovery-image] Feb 27 03:20:32.909 INFO O| Feb 27 03:20:32.909 INFO STEP 467 (remove_files) COMPLETE
62122026-02-27T03:20:34.213Z[ recovery-image] Feb 27 03:20:32.909 INFO O| Feb 27 03:20:32.909 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132026-02-27T03:20:34.227Z[ recovery-image] Feb 27 03:20:32.924 INFO O| Feb 27 03:20:32.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62142026-02-27T03:20:34.228Z[ recovery-image] Feb 27 03:20:32.924 INFO O| Feb 27 03:20:32.924 INFO STEP 468 (remove_files) COMPLETE
62152026-02-27T03:20:34.228Z[ recovery-image] Feb 27 03:20:32.924 INFO O| Feb 27 03:20:32.924 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162026-02-27T03:20:34.242Z[ recovery-image] Feb 27 03:20:32.938 INFO O| Feb 27 03:20:32.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62172026-02-27T03:20:34.243Z[ recovery-image] Feb 27 03:20:32.938 INFO O| Feb 27 03:20:32.938 INFO STEP 469 (remove_files) COMPLETE
62182026-02-27T03:20:34.243Z[ recovery-image] Feb 27 03:20:32.938 INFO O| Feb 27 03:20:32.938 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192026-02-27T03:20:34.256Z[ recovery-image] Feb 27 03:20:32.953 INFO O| Feb 27 03:20:32.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62202026-02-27T03:20:34.257Z[ recovery-image] Feb 27 03:20:32.953 INFO O| Feb 27 03:20:32.953 INFO STEP 470 (remove_files) COMPLETE
62212026-02-27T03:20:34.257Z[ recovery-image] Feb 27 03:20:32.953 INFO O| Feb 27 03:20:32.953 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222026-02-27T03:20:34.271Z[ recovery-image] Feb 27 03:20:32.967 INFO O| Feb 27 03:20:32.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62232026-02-27T03:20:34.271Z[ recovery-image] Feb 27 03:20:32.968 INFO O| Feb 27 03:20:32.968 INFO STEP 471 (remove_files) COMPLETE
62242026-02-27T03:20:34.271Z[ recovery-image] Feb 27 03:20:32.968 INFO O| Feb 27 03:20:32.968 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252026-02-27T03:20:34.286Z[ recovery-image] Feb 27 03:20:32.982 INFO O| Feb 27 03:20:32.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62262026-02-27T03:20:34.286Z[ recovery-image] Feb 27 03:20:32.982 INFO O| Feb 27 03:20:32.982 INFO STEP 472 (remove_files) COMPLETE
62272026-02-27T03:20:34.290Z[ recovery-image] Feb 27 03:20:32.982 INFO O| Feb 27 03:20:32.982 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282026-02-27T03:20:34.301Z[ recovery-image] Feb 27 03:20:32.997 INFO O| Feb 27 03:20:32.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62292026-02-27T03:20:34.301Z[ recovery-image] Feb 27 03:20:32.997 INFO O| Feb 27 03:20:32.997 INFO STEP 473 (remove_files) COMPLETE
62302026-02-27T03:20:34.301Z[ recovery-image] Feb 27 03:20:32.997 INFO O| Feb 27 03:20:32.997 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312026-02-27T03:20:34.316Z[ recovery-image] Feb 27 03:20:33.011 INFO O| Feb 27 03:20:33.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62322026-02-27T03:20:34.316Z[ recovery-image] Feb 27 03:20:33.011 INFO O| Feb 27 03:20:33.011 INFO STEP 474 (remove_files) COMPLETE
62332026-02-27T03:20:34.316Z[ recovery-image] Feb 27 03:20:33.011 INFO O| Feb 27 03:20:33.011 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342026-02-27T03:20:34.329Z[ recovery-image] Feb 27 03:20:33.025 INFO O| Feb 27 03:20:33.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62352026-02-27T03:20:34.329Z[ recovery-image] Feb 27 03:20:33.025 INFO O| Feb 27 03:20:33.025 INFO STEP 475 (remove_files) COMPLETE
62362026-02-27T03:20:34.329Z[ recovery-image] Feb 27 03:20:33.025 INFO O| Feb 27 03:20:33.025 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372026-02-27T03:20:34.343Z[ recovery-image] Feb 27 03:20:33.039 INFO O| Feb 27 03:20:33.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62382026-02-27T03:20:34.343Z[ recovery-image] Feb 27 03:20:33.039 INFO O| Feb 27 03:20:33.039 INFO STEP 476 (remove_files) COMPLETE
62392026-02-27T03:20:34.343Z[ recovery-image] Feb 27 03:20:33.039 INFO O| Feb 27 03:20:33.039 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402026-02-27T03:20:34.357Z[ recovery-image] Feb 27 03:20:33.053 INFO O| Feb 27 03:20:33.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62412026-02-27T03:20:34.357Z[ recovery-image] Feb 27 03:20:33.053 INFO O| Feb 27 03:20:33.053 INFO STEP 477 (remove_files) COMPLETE
62422026-02-27T03:20:34.357Z[ recovery-image] Feb 27 03:20:33.053 INFO O| Feb 27 03:20:33.053 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432026-02-27T03:20:34.370Z[ recovery-image] Feb 27 03:20:33.067 INFO O| Feb 27 03:20:33.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62442026-02-27T03:20:34.374Z[ recovery-image] Feb 27 03:20:33.067 INFO O| Feb 27 03:20:33.067 INFO STEP 478 (remove_files) COMPLETE
62452026-02-27T03:20:34.374Z[ recovery-image] Feb 27 03:20:33.067 INFO O| Feb 27 03:20:33.067 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462026-02-27T03:20:34.385Z[ recovery-image] Feb 27 03:20:33.081 INFO O| Feb 27 03:20:33.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62472026-02-27T03:20:34.389Z[ recovery-image] Feb 27 03:20:33.082 INFO O| Feb 27 03:20:33.081 INFO STEP 479 (remove_files) COMPLETE
62482026-02-27T03:20:34.389Z[ recovery-image] Feb 27 03:20:33.082 INFO O| Feb 27 03:20:33.082 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492026-02-27T03:20:34.399Z[ recovery-image] Feb 27 03:20:33.095 INFO O| Feb 27 03:20:33.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62502026-02-27T03:20:34.399Z[ recovery-image] Feb 27 03:20:33.095 INFO O| Feb 27 03:20:33.095 INFO STEP 480 (remove_files) COMPLETE
62512026-02-27T03:20:34.399Z[ recovery-image] Feb 27 03:20:33.095 INFO O| Feb 27 03:20:33.095 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522026-02-27T03:20:34.413Z[ recovery-image] Feb 27 03:20:33.109 INFO O| Feb 27 03:20:33.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62532026-02-27T03:20:34.413Z[ recovery-image] Feb 27 03:20:33.109 INFO O| Feb 27 03:20:33.109 INFO STEP 481 (remove_files) COMPLETE
62542026-02-27T03:20:34.413Z[ recovery-image] Feb 27 03:20:33.109 INFO O| Feb 27 03:20:33.109 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552026-02-27T03:20:34.428Z[ recovery-image] Feb 27 03:20:33.124 INFO O| Feb 27 03:20:33.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62562026-02-27T03:20:34.428Z[ recovery-image] Feb 27 03:20:33.125 INFO O| Feb 27 03:20:33.125 INFO STEP 482 (remove_files) COMPLETE
62572026-02-27T03:20:34.428Z[ recovery-image] Feb 27 03:20:33.125 INFO O| Feb 27 03:20:33.125 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582026-02-27T03:20:34.443Z[ recovery-image] Feb 27 03:20:33.139 INFO O| Feb 27 03:20:33.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62592026-02-27T03:20:34.443Z[ recovery-image] Feb 27 03:20:33.139 INFO O| Feb 27 03:20:33.139 INFO STEP 483 (remove_files) COMPLETE
62602026-02-27T03:20:34.443Z[ recovery-image] Feb 27 03:20:33.139 INFO O| Feb 27 03:20:33.139 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612026-02-27T03:20:34.458Z[ recovery-image] Feb 27 03:20:33.154 INFO O| Feb 27 03:20:33.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62622026-02-27T03:20:34.461Z[ recovery-image] Feb 27 03:20:33.154 INFO O| Feb 27 03:20:33.154 INFO STEP 484 (remove_files) COMPLETE
62632026-02-27T03:20:34.461Z[ recovery-image] Feb 27 03:20:33.154 INFO O| Feb 27 03:20:33.154 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642026-02-27T03:20:34.472Z[ recovery-image] Feb 27 03:20:33.169 INFO O| Feb 27 03:20:33.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62652026-02-27T03:20:34.478Z[ recovery-image] Feb 27 03:20:33.169 INFO O| Feb 27 03:20:33.169 INFO STEP 485 (remove_files) COMPLETE
62662026-02-27T03:20:34.481Z[ recovery-image] Feb 27 03:20:33.169 INFO O| Feb 27 03:20:33.169 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672026-02-27T03:20:34.488Z[ recovery-image] Feb 27 03:20:33.184 INFO O| Feb 27 03:20:33.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62682026-02-27T03:20:34.488Z[ recovery-image] Feb 27 03:20:33.184 INFO O| Feb 27 03:20:33.184 INFO STEP 486 (remove_files) COMPLETE
62692026-02-27T03:20:34.491Z[ recovery-image] Feb 27 03:20:33.184 INFO O| Feb 27 03:20:33.184 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702026-02-27T03:20:34.502Z[ recovery-image] Feb 27 03:20:33.198 INFO O| Feb 27 03:20:33.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62712026-02-27T03:20:34.502Z[ recovery-image] Feb 27 03:20:33.198 INFO O| Feb 27 03:20:33.198 INFO STEP 487 (remove_files) COMPLETE
62722026-02-27T03:20:34.505Z[ recovery-image] Feb 27 03:20:33.198 INFO O| Feb 27 03:20:33.198 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732026-02-27T03:20:34.515Z[ recovery-image] Feb 27 03:20:33.211 INFO O| Feb 27 03:20:33.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62742026-02-27T03:20:34.515Z[ recovery-image] Feb 27 03:20:33.211 INFO O| Feb 27 03:20:33.211 INFO STEP 488 (remove_files) COMPLETE
62752026-02-27T03:20:34.515Z[ recovery-image] Feb 27 03:20:33.211 INFO O| Feb 27 03:20:33.211 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762026-02-27T03:20:34.530Z[ recovery-image] Feb 27 03:20:33.226 INFO O| Feb 27 03:20:33.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62772026-02-27T03:20:34.530Z[ recovery-image] Feb 27 03:20:33.226 INFO O| Feb 27 03:20:33.226 INFO STEP 489 (remove_files) COMPLETE
62782026-02-27T03:20:34.530Z[ recovery-image] Feb 27 03:20:33.226 INFO O| Feb 27 03:20:33.226 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792026-02-27T03:20:34.543Z[ recovery-image] Feb 27 03:20:33.240 INFO O| Feb 27 03:20:33.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62802026-02-27T03:20:34.544Z[ recovery-image] Feb 27 03:20:33.240 INFO O| Feb 27 03:20:33.240 INFO STEP 490 (remove_files) COMPLETE
62812026-02-27T03:20:34.544Z[ recovery-image] Feb 27 03:20:33.240 INFO O| Feb 27 03:20:33.240 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822026-02-27T03:20:34.559Z[ recovery-image] Feb 27 03:20:33.254 INFO O| Feb 27 03:20:33.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62832026-02-27T03:20:34.559Z[ recovery-image] Feb 27 03:20:33.254 INFO O| Feb 27 03:20:33.254 INFO STEP 491 (remove_files) COMPLETE
62842026-02-27T03:20:34.559Z[ recovery-image] Feb 27 03:20:33.254 INFO O| Feb 27 03:20:33.254 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852026-02-27T03:20:34.572Z[ recovery-image] Feb 27 03:20:33.268 INFO O| Feb 27 03:20:33.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62862026-02-27T03:20:34.572Z[ recovery-image] Feb 27 03:20:33.268 INFO O| Feb 27 03:20:33.268 INFO STEP 492 (remove_files) COMPLETE
62872026-02-27T03:20:34.572Z[ recovery-image] Feb 27 03:20:33.268 INFO O| Feb 27 03:20:33.268 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882026-02-27T03:20:34.589Z[ recovery-image] Feb 27 03:20:33.282 INFO O| Feb 27 03:20:33.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62892026-02-27T03:20:34.593Z[ recovery-image] Feb 27 03:20:33.283 INFO O| Feb 27 03:20:33.283 INFO STEP 493 (remove_files) COMPLETE
62902026-02-27T03:20:34.593Z[ recovery-image] Feb 27 03:20:33.283 INFO O| Feb 27 03:20:33.283 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912026-02-27T03:20:34.601Z[ recovery-image] Feb 27 03:20:33.296 INFO O| Feb 27 03:20:33.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62922026-02-27T03:20:34.601Z[ recovery-image] Feb 27 03:20:33.296 INFO O| Feb 27 03:20:33.296 INFO STEP 494 (remove_files) COMPLETE
62932026-02-27T03:20:34.604Z[ recovery-image] Feb 27 03:20:33.296 INFO O| Feb 27 03:20:33.296 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942026-02-27T03:20:34.612Z[ recovery-image] Feb 27 03:20:33.309 INFO O| Feb 27 03:20:33.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62952026-02-27T03:20:34.613Z[ recovery-image] Feb 27 03:20:33.309 INFO O| Feb 27 03:20:33.309 INFO STEP 495 (remove_files) COMPLETE
62962026-02-27T03:20:34.613Z[ recovery-image] Feb 27 03:20:33.309 INFO O| Feb 27 03:20:33.309 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972026-02-27T03:20:34.626Z[ recovery-image] Feb 27 03:20:33.322 INFO O| Feb 27 03:20:33.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62982026-02-27T03:20:34.632Z[ recovery-image] Feb 27 03:20:33.322 INFO O| Feb 27 03:20:33.322 INFO STEP 496 (remove_files) COMPLETE
62992026-02-27T03:20:34.632Z[ recovery-image] Feb 27 03:20:33.322 INFO O| Feb 27 03:20:33.322 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002026-02-27T03:20:34.641Z[ recovery-image] Feb 27 03:20:33.337 INFO O| Feb 27 03:20:33.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63012026-02-27T03:20:34.641Z[ recovery-image] Feb 27 03:20:33.337 INFO O| Feb 27 03:20:33.337 INFO STEP 497 (remove_files) COMPLETE
63022026-02-27T03:20:34.641Z[ recovery-image] Feb 27 03:20:33.337 INFO O| Feb 27 03:20:33.337 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032026-02-27T03:20:34.656Z[ recovery-image] Feb 27 03:20:33.351 INFO O| Feb 27 03:20:33.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63042026-02-27T03:20:34.656Z[ recovery-image] Feb 27 03:20:33.352 INFO O| Feb 27 03:20:33.352 INFO STEP 498 (remove_files) COMPLETE
63052026-02-27T03:20:34.656Z[ recovery-image] Feb 27 03:20:33.352 INFO O| Feb 27 03:20:33.352 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062026-02-27T03:20:34.669Z[ recovery-image] Feb 27 03:20:33.365 INFO O| Feb 27 03:20:33.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63072026-02-27T03:20:34.669Z[ recovery-image] Feb 27 03:20:33.365 INFO O| Feb 27 03:20:33.365 INFO STEP 499 (remove_files) COMPLETE
63082026-02-27T03:20:34.674Z[ recovery-image] Feb 27 03:20:33.365 INFO O| Feb 27 03:20:33.365 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092026-02-27T03:20:34.683Z[ recovery-image] Feb 27 03:20:33.379 INFO O| Feb 27 03:20:33.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63102026-02-27T03:20:34.686Z[ recovery-image] Feb 27 03:20:33.379 INFO O| Feb 27 03:20:33.379 INFO STEP 500 (remove_files) COMPLETE
63112026-02-27T03:20:34.686Z[ recovery-image] Feb 27 03:20:33.379 INFO O| Feb 27 03:20:33.379 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122026-02-27T03:20:34.697Z[ recovery-image] Feb 27 03:20:33.393 INFO O| Feb 27 03:20:33.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63132026-02-27T03:20:34.697Z[ recovery-image] Feb 27 03:20:33.393 INFO O| Feb 27 03:20:33.393 INFO STEP 501 (remove_files) COMPLETE
63142026-02-27T03:20:34.701Z[ recovery-image] Feb 27 03:20:33.393 INFO O| Feb 27 03:20:33.393 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152026-02-27T03:20:34.711Z[ recovery-image] Feb 27 03:20:33.407 INFO O| Feb 27 03:20:33.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63162026-02-27T03:20:34.711Z[ recovery-image] Feb 27 03:20:33.407 INFO O| Feb 27 03:20:33.407 INFO STEP 502 (remove_files) COMPLETE
63172026-02-27T03:20:34.711Z[ recovery-image] Feb 27 03:20:33.407 INFO O| Feb 27 03:20:33.407 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182026-02-27T03:20:34.725Z[ recovery-image] Feb 27 03:20:33.421 INFO O| Feb 27 03:20:33.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63192026-02-27T03:20:34.725Z[ recovery-image] Feb 27 03:20:33.421 INFO O| Feb 27 03:20:33.421 INFO STEP 503 (remove_files) COMPLETE
63202026-02-27T03:20:34.725Z[ recovery-image] Feb 27 03:20:33.421 INFO O| Feb 27 03:20:33.421 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212026-02-27T03:20:34.740Z[ recovery-image] Feb 27 03:20:33.436 INFO O| Feb 27 03:20:33.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63222026-02-27T03:20:34.740Z[ recovery-image] Feb 27 03:20:33.436 INFO O| Feb 27 03:20:33.436 INFO STEP 504 (remove_files) COMPLETE
63232026-02-27T03:20:34.740Z[ recovery-image] Feb 27 03:20:33.436 INFO O| Feb 27 03:20:33.436 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242026-02-27T03:20:34.754Z[ recovery-image] Feb 27 03:20:33.450 INFO O| Feb 27 03:20:33.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63252026-02-27T03:20:34.754Z[ recovery-image] Feb 27 03:20:33.450 INFO O| Feb 27 03:20:33.450 INFO STEP 505 (remove_files) COMPLETE
63262026-02-27T03:20:34.754Z[ recovery-image] Feb 27 03:20:33.450 INFO O| Feb 27 03:20:33.450 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272026-02-27T03:20:34.768Z[ recovery-image] Feb 27 03:20:33.464 INFO O| Feb 27 03:20:33.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63282026-02-27T03:20:34.771Z[ recovery-image] Feb 27 03:20:33.464 INFO O| Feb 27 03:20:33.464 INFO STEP 506 (remove_files) COMPLETE
63292026-02-27T03:20:34.771Z[ recovery-image] Feb 27 03:20:33.464 INFO O| Feb 27 03:20:33.464 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302026-02-27T03:20:34.782Z[ recovery-image] Feb 27 03:20:33.478 INFO O| Feb 27 03:20:33.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63312026-02-27T03:20:34.782Z[ recovery-image] Feb 27 03:20:33.478 INFO O| Feb 27 03:20:33.478 INFO STEP 507 (remove_files) COMPLETE
63322026-02-27T03:20:34.782Z[ recovery-image] Feb 27 03:20:33.478 INFO O| Feb 27 03:20:33.478 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332026-02-27T03:20:34.796Z[ recovery-image] Feb 27 03:20:33.492 INFO O| Feb 27 03:20:33.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63342026-02-27T03:20:34.796Z[ recovery-image] Feb 27 03:20:33.492 INFO O| Feb 27 03:20:33.492 INFO STEP 508 (remove_files) COMPLETE
63352026-02-27T03:20:34.796Z[ recovery-image] Feb 27 03:20:33.492 INFO O| Feb 27 03:20:33.492 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362026-02-27T03:20:34.809Z[ recovery-image] Feb 27 03:20:33.505 INFO O| Feb 27 03:20:33.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63372026-02-27T03:20:34.809Z[ recovery-image] Feb 27 03:20:33.505 INFO O| Feb 27 03:20:33.505 INFO STEP 509 (remove_files) COMPLETE
63382026-02-27T03:20:34.809Z[ recovery-image] Feb 27 03:20:33.505 INFO O| Feb 27 03:20:33.505 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392026-02-27T03:20:34.823Z[ recovery-image] Feb 27 03:20:33.519 INFO O| Feb 27 03:20:33.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63402026-02-27T03:20:34.823Z[ recovery-image] Feb 27 03:20:33.519 INFO O| Feb 27 03:20:33.519 INFO STEP 510 (remove_files) COMPLETE
63412026-02-27T03:20:34.823Z[ recovery-image] Feb 27 03:20:33.519 INFO O| Feb 27 03:20:33.519 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422026-02-27T03:20:34.837Z[ recovery-image] Feb 27 03:20:33.533 INFO O| Feb 27 03:20:33.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63432026-02-27T03:20:34.837Z[ recovery-image] Feb 27 03:20:33.533 INFO O| Feb 27 03:20:33.533 INFO STEP 511 (remove_files) COMPLETE
63442026-02-27T03:20:34.840Z[ recovery-image] Feb 27 03:20:33.533 INFO O| Feb 27 03:20:33.533 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452026-02-27T03:20:34.852Z[ recovery-image] Feb 27 03:20:33.548 INFO O| Feb 27 03:20:33.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63462026-02-27T03:20:34.852Z[ recovery-image] Feb 27 03:20:33.548 INFO O| Feb 27 03:20:33.548 INFO STEP 512 (remove_files) COMPLETE
63472026-02-27T03:20:34.852Z[ recovery-image] Feb 27 03:20:33.548 INFO O| Feb 27 03:20:33.548 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482026-02-27T03:20:34.866Z[ recovery-image] Feb 27 03:20:33.562 INFO O| Feb 27 03:20:33.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63492026-02-27T03:20:34.869Z[ recovery-image] Feb 27 03:20:33.563 INFO O| Feb 27 03:20:33.563 INFO STEP 513 (remove_files) COMPLETE
63502026-02-27T03:20:34.869Z[ recovery-image] Feb 27 03:20:33.563 INFO O| Feb 27 03:20:33.563 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512026-02-27T03:20:34.882Z[ recovery-image] Feb 27 03:20:33.578 INFO O| Feb 27 03:20:33.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63522026-02-27T03:20:34.882Z[ recovery-image] Feb 27 03:20:33.579 INFO O| Feb 27 03:20:33.578 INFO STEP 514 (remove_files) COMPLETE
63532026-02-27T03:20:34.882Z[ recovery-image] Feb 27 03:20:33.579 INFO O| Feb 27 03:20:33.579 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542026-02-27T03:20:34.896Z[ recovery-image] Feb 27 03:20:33.592 INFO O| Feb 27 03:20:33.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63552026-02-27T03:20:34.899Z[ recovery-image] Feb 27 03:20:33.592 INFO O| Feb 27 03:20:33.592 INFO STEP 515 (remove_files) COMPLETE
63562026-02-27T03:20:34.899Z[ recovery-image] Feb 27 03:20:33.592 INFO O| Feb 27 03:20:33.592 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572026-02-27T03:20:34.910Z[ recovery-image] Feb 27 03:20:33.606 INFO O| Feb 27 03:20:33.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63582026-02-27T03:20:34.910Z[ recovery-image] Feb 27 03:20:33.606 INFO O| Feb 27 03:20:33.606 INFO STEP 516 (remove_files) COMPLETE
63592026-02-27T03:20:34.910Z[ recovery-image] Feb 27 03:20:33.606 INFO O| Feb 27 03:20:33.606 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602026-02-27T03:20:34.924Z[ recovery-image] Feb 27 03:20:33.621 INFO O| Feb 27 03:20:33.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63612026-02-27T03:20:34.924Z[ recovery-image] Feb 27 03:20:33.621 INFO O| Feb 27 03:20:33.621 INFO STEP 517 (remove_files) COMPLETE
63622026-02-27T03:20:34.924Z[ recovery-image] Feb 27 03:20:33.621 INFO O| Feb 27 03:20:33.621 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632026-02-27T03:20:34.940Z[ recovery-image] Feb 27 03:20:33.636 INFO O| Feb 27 03:20:33.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63642026-02-27T03:20:34.940Z[ recovery-image] Feb 27 03:20:33.637 INFO O| Feb 27 03:20:33.636 INFO STEP 518 (remove_files) COMPLETE
63652026-02-27T03:20:34.940Z[ recovery-image] Feb 27 03:20:33.637 INFO O| Feb 27 03:20:33.636 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662026-02-27T03:20:34.956Z[ recovery-image] Feb 27 03:20:33.652 INFO O| Feb 27 03:20:33.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63672026-02-27T03:20:34.956Z[ recovery-image] Feb 27 03:20:33.652 INFO O| Feb 27 03:20:33.652 INFO STEP 519 (remove_files) COMPLETE
63682026-02-27T03:20:34.956Z[ recovery-image] Feb 27 03:20:33.652 INFO O| Feb 27 03:20:33.652 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692026-02-27T03:20:34.972Z[ recovery-image] Feb 27 03:20:33.668 INFO O| Feb 27 03:20:33.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63702026-02-27T03:20:34.972Z[ recovery-image] Feb 27 03:20:33.668 INFO O| Feb 27 03:20:33.668 INFO STEP 520 (remove_files) COMPLETE
63712026-02-27T03:20:34.972Z[ recovery-image] Feb 27 03:20:33.668 INFO O| Feb 27 03:20:33.668 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722026-02-27T03:20:34.988Z[ recovery-image] Feb 27 03:20:33.684 INFO O| Feb 27 03:20:33.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63732026-02-27T03:20:34.992Z[ recovery-image] Feb 27 03:20:33.685 INFO O| Feb 27 03:20:33.685 INFO STEP 521 (remove_files) COMPLETE
63742026-02-27T03:20:34.992Z[ recovery-image] Feb 27 03:20:33.685 INFO O| Feb 27 03:20:33.685 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752026-02-27T03:20:35.005Z[ recovery-image] Feb 27 03:20:33.701 INFO O| Feb 27 03:20:33.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63762026-02-27T03:20:35.005Z[ recovery-image] Feb 27 03:20:33.701 INFO O| Feb 27 03:20:33.701 INFO STEP 522 (remove_files) COMPLETE
63772026-02-27T03:20:35.005Z[ recovery-image] Feb 27 03:20:33.701 INFO O| Feb 27 03:20:33.701 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782026-02-27T03:20:35.021Z[ recovery-image] Feb 27 03:20:33.717 INFO O| Feb 27 03:20:33.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63792026-02-27T03:20:35.021Z[ recovery-image] Feb 27 03:20:33.717 INFO O| Feb 27 03:20:33.717 INFO STEP 523 (remove_files) COMPLETE
63802026-02-27T03:20:35.024Z[ recovery-image] Feb 27 03:20:33.717 INFO O| Feb 27 03:20:33.717 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812026-02-27T03:20:35.035Z[ recovery-image] Feb 27 03:20:33.732 INFO O| Feb 27 03:20:33.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63822026-02-27T03:20:35.036Z[ recovery-image] Feb 27 03:20:33.732 INFO O| Feb 27 03:20:33.732 INFO STEP 524 (remove_files) COMPLETE
63832026-02-27T03:20:35.036Z[ recovery-image] Feb 27 03:20:33.732 INFO O| Feb 27 03:20:33.732 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842026-02-27T03:20:35.051Z[ recovery-image] Feb 27 03:20:33.747 INFO O| Feb 27 03:20:33.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63852026-02-27T03:20:35.051Z[ recovery-image] Feb 27 03:20:33.747 INFO O| Feb 27 03:20:33.747 INFO STEP 525 (remove_files) COMPLETE
63862026-02-27T03:20:35.054Z[ recovery-image] Feb 27 03:20:33.747 INFO O| Feb 27 03:20:33.747 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872026-02-27T03:20:35.065Z[ recovery-image] Feb 27 03:20:33.762 INFO O| Feb 27 03:20:33.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
63882026-02-27T03:20:35.069Z[ recovery-image] Feb 27 03:20:33.762 INFO O| Feb 27 03:20:33.762 INFO STEP 526 (remove_files) COMPLETE
63892026-02-27T03:20:35.069Z[ recovery-image] Feb 27 03:20:33.762 INFO O| Feb 27 03:20:33.762 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902026-02-27T03:20:35.082Z[ recovery-image] Feb 27 03:20:33.778 INFO O| Feb 27 03:20:33.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
63912026-02-27T03:20:35.082Z[ recovery-image] Feb 27 03:20:33.778 INFO O| Feb 27 03:20:33.778 INFO STEP 527 (remove_files) COMPLETE
63922026-02-27T03:20:35.082Z[ recovery-image] Feb 27 03:20:33.778 INFO O| Feb 27 03:20:33.778 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932026-02-27T03:20:35.096Z[ recovery-image] Feb 27 03:20:33.792 INFO O| Feb 27 03:20:33.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
63942026-02-27T03:20:35.096Z[ recovery-image] Feb 27 03:20:33.792 INFO O| Feb 27 03:20:33.792 INFO STEP 528 (remove_files) COMPLETE
63952026-02-27T03:20:35.096Z[ recovery-image] Feb 27 03:20:33.792 INFO O| Feb 27 03:20:33.792 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962026-02-27T03:20:35.110Z[ recovery-image] Feb 27 03:20:33.807 INFO O| Feb 27 03:20:33.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
63972026-02-27T03:20:35.110Z[ recovery-image] Feb 27 03:20:33.807 INFO O| Feb 27 03:20:33.807 INFO STEP 529 (remove_files) COMPLETE
63982026-02-27T03:20:35.110Z[ recovery-image] Feb 27 03:20:33.807 INFO O| Feb 27 03:20:33.807 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992026-02-27T03:20:35.126Z[ recovery-image] Feb 27 03:20:33.822 INFO O| Feb 27 03:20:33.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64002026-02-27T03:20:35.126Z[ recovery-image] Feb 27 03:20:33.822 INFO O| Feb 27 03:20:33.822 INFO STEP 530 (remove_files) COMPLETE
64012026-02-27T03:20:35.130Z[ recovery-image] Feb 27 03:20:33.822 INFO O| Feb 27 03:20:33.822 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022026-02-27T03:20:35.141Z[ recovery-image] Feb 27 03:20:33.837 INFO O| Feb 27 03:20:33.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64032026-02-27T03:20:35.141Z[ recovery-image] Feb 27 03:20:33.837 INFO O| Feb 27 03:20:33.837 INFO STEP 531 (remove_files) COMPLETE
64042026-02-27T03:20:35.141Z[ recovery-image] Feb 27 03:20:33.837 INFO O| Feb 27 03:20:33.837 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052026-02-27T03:20:35.154Z[ recovery-image] Feb 27 03:20:33.850 INFO O| Feb 27 03:20:33.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64062026-02-27T03:20:35.154Z[ recovery-image] Feb 27 03:20:33.850 INFO O| Feb 27 03:20:33.850 INFO STEP 532 (remove_files) COMPLETE
64072026-02-27T03:20:35.154Z[ recovery-image] Feb 27 03:20:33.850 INFO O| Feb 27 03:20:33.850 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082026-02-27T03:20:35.169Z[ recovery-image] Feb 27 03:20:33.865 INFO O| Feb 27 03:20:33.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64092026-02-27T03:20:35.169Z[ recovery-image] Feb 27 03:20:33.865 INFO O| Feb 27 03:20:33.865 INFO STEP 533 (remove_files) COMPLETE
64102026-02-27T03:20:35.169Z[ recovery-image] Feb 27 03:20:33.865 INFO O| Feb 27 03:20:33.865 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112026-02-27T03:20:35.185Z[ recovery-image] Feb 27 03:20:33.881 INFO O| Feb 27 03:20:33.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64122026-02-27T03:20:35.186Z[ recovery-image] Feb 27 03:20:33.882 INFO O| Feb 27 03:20:33.882 INFO STEP 534 (remove_files) COMPLETE
64132026-02-27T03:20:35.186Z[ recovery-image] Feb 27 03:20:33.882 INFO O| Feb 27 03:20:33.882 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142026-02-27T03:20:35.202Z[ recovery-image] Feb 27 03:20:33.898 INFO O| Feb 27 03:20:33.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64152026-02-27T03:20:35.202Z[ recovery-image] Feb 27 03:20:33.898 INFO O| Feb 27 03:20:33.898 INFO STEP 535 (remove_files) COMPLETE
64162026-02-27T03:20:35.205Z[ recovery-image] Feb 27 03:20:33.898 INFO O| Feb 27 03:20:33.898 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172026-02-27T03:20:35.217Z[ recovery-image] Feb 27 03:20:33.913 INFO O| Feb 27 03:20:33.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64182026-02-27T03:20:35.217Z[ recovery-image] Feb 27 03:20:33.913 INFO O| Feb 27 03:20:33.913 INFO STEP 536 (remove_files) COMPLETE
64192026-02-27T03:20:35.217Z[ recovery-image] Feb 27 03:20:33.913 INFO O| Feb 27 03:20:33.913 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202026-02-27T03:20:35.232Z[ recovery-image] Feb 27 03:20:33.928 INFO O| Feb 27 03:20:33.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64212026-02-27T03:20:35.232Z[ recovery-image] Feb 27 03:20:33.928 INFO O| Feb 27 03:20:33.928 INFO STEP 537 (remove_files) COMPLETE
64222026-02-27T03:20:35.232Z[ recovery-image] Feb 27 03:20:33.928 INFO O| Feb 27 03:20:33.928 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232026-02-27T03:20:35.247Z[ recovery-image] Feb 27 03:20:33.943 INFO O| Feb 27 03:20:33.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64242026-02-27T03:20:35.247Z[ recovery-image] Feb 27 03:20:33.943 INFO O| Feb 27 03:20:33.943 INFO STEP 538 (remove_files) COMPLETE
64252026-02-27T03:20:35.247Z[ recovery-image] Feb 27 03:20:33.943 INFO O| Feb 27 03:20:33.943 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262026-02-27T03:20:35.263Z[ recovery-image] Feb 27 03:20:33.959 INFO O| Feb 27 03:20:33.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64272026-02-27T03:20:35.263Z[ recovery-image] Feb 27 03:20:33.959 INFO O| Feb 27 03:20:33.959 INFO STEP 539 (remove_files) COMPLETE
64282026-02-27T03:20:35.263Z[ recovery-image] Feb 27 03:20:33.959 INFO O| Feb 27 03:20:33.959 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292026-02-27T03:20:35.279Z[ recovery-image] Feb 27 03:20:33.975 INFO O| Feb 27 03:20:33.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64302026-02-27T03:20:35.279Z[ recovery-image] Feb 27 03:20:33.975 INFO O| Feb 27 03:20:33.975 INFO STEP 540 (remove_files) COMPLETE
64312026-02-27T03:20:35.279Z[ recovery-image] Feb 27 03:20:33.975 INFO O| Feb 27 03:20:33.975 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322026-02-27T03:20:35.295Z[ recovery-image] Feb 27 03:20:33.991 INFO O| Feb 27 03:20:33.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64332026-02-27T03:20:35.295Z[ recovery-image] Feb 27 03:20:33.992 INFO O| Feb 27 03:20:33.991 INFO STEP 541 (remove_files) COMPLETE
64342026-02-27T03:20:35.296Z[ recovery-image] Feb 27 03:20:33.992 INFO O| Feb 27 03:20:33.991 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352026-02-27T03:20:35.311Z[ recovery-image] Feb 27 03:20:34.007 INFO O| Feb 27 03:20:34.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64362026-02-27T03:20:35.311Z[ recovery-image] Feb 27 03:20:34.007 INFO O| Feb 27 03:20:34.007 INFO STEP 542 (remove_files) COMPLETE
64372026-02-27T03:20:35.311Z[ recovery-image] Feb 27 03:20:34.007 INFO O| Feb 27 03:20:34.007 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382026-02-27T03:20:35.327Z[ recovery-image] Feb 27 03:20:34.024 INFO O| Feb 27 03:20:34.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64392026-02-27T03:20:35.328Z[ recovery-image] Feb 27 03:20:34.024 INFO O| Feb 27 03:20:34.024 INFO STEP 543 (remove_files) COMPLETE
64402026-02-27T03:20:35.328Z[ recovery-image] Feb 27 03:20:34.024 INFO O| Feb 27 03:20:34.024 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412026-02-27T03:20:35.344Z[ recovery-image] Feb 27 03:20:34.040 INFO O| Feb 27 03:20:34.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64422026-02-27T03:20:35.344Z[ recovery-image] Feb 27 03:20:34.040 INFO O| Feb 27 03:20:34.040 INFO STEP 544 (remove_files) COMPLETE
64432026-02-27T03:20:35.344Z[ recovery-image] Feb 27 03:20:34.040 INFO O| Feb 27 03:20:34.040 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442026-02-27T03:20:35.361Z[ recovery-image] Feb 27 03:20:34.057 INFO O| Feb 27 03:20:34.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64452026-02-27T03:20:35.361Z[ recovery-image] Feb 27 03:20:34.057 INFO O| Feb 27 03:20:34.057 INFO STEP 545 (remove_files) COMPLETE
64462026-02-27T03:20:35.361Z[ recovery-image] Feb 27 03:20:34.057 INFO O| Feb 27 03:20:34.057 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472026-02-27T03:20:35.377Z[ recovery-image] Feb 27 03:20:34.074 INFO O| Feb 27 03:20:34.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64482026-02-27T03:20:35.378Z[ recovery-image] Feb 27 03:20:34.074 INFO O| Feb 27 03:20:34.074 INFO STEP 546 (remove_files) COMPLETE
64492026-02-27T03:20:35.378Z[ recovery-image] Feb 27 03:20:34.074 INFO O| Feb 27 03:20:34.074 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502026-02-27T03:20:35.394Z[ recovery-image] Feb 27 03:20:34.090 INFO O| Feb 27 03:20:34.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64512026-02-27T03:20:35.394Z[ recovery-image] Feb 27 03:20:34.090 INFO O| Feb 27 03:20:34.090 INFO STEP 547 (remove_files) COMPLETE
64522026-02-27T03:20:35.394Z[ recovery-image] Feb 27 03:20:34.090 INFO O| Feb 27 03:20:34.090 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532026-02-27T03:20:35.410Z[ recovery-image] Feb 27 03:20:34.106 INFO O| Feb 27 03:20:34.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64542026-02-27T03:20:35.410Z[ recovery-image] Feb 27 03:20:34.107 INFO O| Feb 27 03:20:34.106 INFO STEP 548 (remove_files) COMPLETE
64552026-02-27T03:20:35.410Z[ recovery-image] Feb 27 03:20:34.107 INFO O| Feb 27 03:20:34.107 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562026-02-27T03:20:35.428Z[ recovery-image] Feb 27 03:20:34.122 INFO O| Feb 27 03:20:34.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64572026-02-27T03:20:35.429Z[ recovery-image] Feb 27 03:20:34.122 INFO O| Feb 27 03:20:34.122 INFO STEP 549 (remove_files) COMPLETE
64582026-02-27T03:20:35.429Z[ recovery-image] Feb 27 03:20:34.123 INFO O| Feb 27 03:20:34.122 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592026-02-27T03:20:35.442Z[ recovery-image] Feb 27 03:20:34.138 INFO O| Feb 27 03:20:34.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64602026-02-27T03:20:35.446Z[ recovery-image] Feb 27 03:20:34.138 INFO O| Feb 27 03:20:34.138 INFO STEP 550 (remove_files) COMPLETE
64612026-02-27T03:20:35.446Z[ recovery-image] Feb 27 03:20:34.138 INFO O| Feb 27 03:20:34.138 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622026-02-27T03:20:35.459Z[ recovery-image] Feb 27 03:20:34.154 INFO O| Feb 27 03:20:34.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64632026-02-27T03:20:35.463Z[ recovery-image] Feb 27 03:20:34.155 INFO O| Feb 27 03:20:34.155 INFO STEP 551 (remove_files) COMPLETE
64642026-02-27T03:20:35.463Z[ recovery-image] Feb 27 03:20:34.155 INFO O| Feb 27 03:20:34.155 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652026-02-27T03:20:35.475Z[ recovery-image] Feb 27 03:20:34.171 INFO O| Feb 27 03:20:34.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64662026-02-27T03:20:35.475Z[ recovery-image] Feb 27 03:20:34.171 INFO O| Feb 27 03:20:34.171 INFO STEP 552 (remove_files) COMPLETE
64672026-02-27T03:20:35.475Z[ recovery-image] Feb 27 03:20:34.171 INFO O| Feb 27 03:20:34.171 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682026-02-27T03:20:35.490Z[ recovery-image] Feb 27 03:20:34.186 INFO O| Feb 27 03:20:34.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64692026-02-27T03:20:35.490Z[ recovery-image] Feb 27 03:20:34.186 INFO O| Feb 27 03:20:34.186 INFO STEP 553 (remove_files) COMPLETE
64702026-02-27T03:20:35.490Z[ recovery-image] Feb 27 03:20:34.186 INFO O| Feb 27 03:20:34.186 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712026-02-27T03:20:35.506Z[ recovery-image] Feb 27 03:20:34.202 INFO O| Feb 27 03:20:34.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64722026-02-27T03:20:35.506Z[ recovery-image] Feb 27 03:20:34.202 INFO O| Feb 27 03:20:34.202 INFO STEP 554 (remove_files) COMPLETE
64732026-02-27T03:20:35.506Z[ recovery-image] Feb 27 03:20:34.202 INFO O| Feb 27 03:20:34.202 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742026-02-27T03:20:35.522Z[ recovery-image] Feb 27 03:20:34.218 INFO O| Feb 27 03:20:34.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64752026-02-27T03:20:35.523Z[ recovery-image] Feb 27 03:20:34.218 INFO O| Feb 27 03:20:34.218 INFO STEP 555 (remove_files) COMPLETE
64762026-02-27T03:20:35.523Z[ recovery-image] Feb 27 03:20:34.218 INFO O| Feb 27 03:20:34.218 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772026-02-27T03:20:35.538Z[ recovery-image] Feb 27 03:20:34.234 INFO O| Feb 27 03:20:34.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64782026-02-27T03:20:35.538Z[ recovery-image] Feb 27 03:20:34.234 INFO O| Feb 27 03:20:34.234 INFO STEP 556 (remove_files) COMPLETE
64792026-02-27T03:20:35.538Z[ recovery-image] Feb 27 03:20:34.234 INFO O| Feb 27 03:20:34.234 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802026-02-27T03:20:35.555Z[ recovery-image] Feb 27 03:20:34.251 INFO O| Feb 27 03:20:34.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64812026-02-27T03:20:35.555Z[ recovery-image] Feb 27 03:20:34.251 INFO O| Feb 27 03:20:34.251 INFO STEP 557 (remove_files) COMPLETE
64822026-02-27T03:20:35.555Z[ recovery-image] Feb 27 03:20:34.251 INFO O| Feb 27 03:20:34.251 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832026-02-27T03:20:35.571Z[ recovery-image] Feb 27 03:20:34.267 INFO O| Feb 27 03:20:34.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64842026-02-27T03:20:35.571Z[ recovery-image] Feb 27 03:20:34.267 INFO O| Feb 27 03:20:34.267 INFO STEP 558 (remove_files) COMPLETE
64852026-02-27T03:20:35.571Z[ recovery-image] Feb 27 03:20:34.267 INFO O| Feb 27 03:20:34.267 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862026-02-27T03:20:35.588Z[ recovery-image] Feb 27 03:20:34.284 INFO O| Feb 27 03:20:34.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64872026-02-27T03:20:35.588Z[ recovery-image] Feb 27 03:20:34.285 INFO O| Feb 27 03:20:34.284 INFO STEP 559 (remove_files) COMPLETE
64882026-02-27T03:20:35.588Z[ recovery-image] Feb 27 03:20:34.285 INFO O| Feb 27 03:20:34.284 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892026-02-27T03:20:35.605Z[ recovery-image] Feb 27 03:20:34.301 INFO O| Feb 27 03:20:34.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64902026-02-27T03:20:35.605Z[ recovery-image] Feb 27 03:20:34.301 INFO O| Feb 27 03:20:34.301 INFO STEP 560 (remove_files) COMPLETE
64912026-02-27T03:20:35.605Z[ recovery-image] Feb 27 03:20:34.301 INFO O| Feb 27 03:20:34.301 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922026-02-27T03:20:35.622Z[ recovery-image] Feb 27 03:20:34.318 INFO O| Feb 27 03:20:34.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64932026-02-27T03:20:35.622Z[ recovery-image] Feb 27 03:20:34.318 INFO O| Feb 27 03:20:34.318 INFO STEP 561 (remove_files) COMPLETE
64942026-02-27T03:20:35.622Z[ recovery-image] Feb 27 03:20:34.318 INFO O| Feb 27 03:20:34.318 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952026-02-27T03:20:35.637Z[ recovery-image] Feb 27 03:20:34.333 INFO O| Feb 27 03:20:34.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64962026-02-27T03:20:35.637Z[ recovery-image] Feb 27 03:20:34.333 INFO O| Feb 27 03:20:34.333 INFO STEP 562 (remove_files) COMPLETE
64972026-02-27T03:20:35.637Z[ recovery-image] Feb 27 03:20:34.333 INFO O| Feb 27 03:20:34.333 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982026-02-27T03:20:35.653Z[ recovery-image] Feb 27 03:20:34.349 INFO O| Feb 27 03:20:34.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64992026-02-27T03:20:35.656Z[ recovery-image] Feb 27 03:20:34.349 INFO O| Feb 27 03:20:34.349 INFO STEP 563 (remove_files) COMPLETE
65002026-02-27T03:20:35.656Z[ recovery-image] Feb 27 03:20:34.349 INFO O| Feb 27 03:20:34.349 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012026-02-27T03:20:35.669Z[ recovery-image] Feb 27 03:20:34.365 INFO O| Feb 27 03:20:34.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65022026-02-27T03:20:35.669Z[ recovery-image] Feb 27 03:20:34.365 INFO O| Feb 27 03:20:34.365 INFO STEP 564 (remove_files) COMPLETE
65032026-02-27T03:20:35.669Z[ recovery-image] Feb 27 03:20:34.365 INFO O| Feb 27 03:20:34.365 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042026-02-27T03:20:35.685Z[ recovery-image] Feb 27 03:20:34.381 INFO O| Feb 27 03:20:34.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65052026-02-27T03:20:35.685Z[ recovery-image] Feb 27 03:20:34.381 INFO O| Feb 27 03:20:34.381 INFO STEP 565 (remove_files) COMPLETE
65062026-02-27T03:20:35.688Z[ recovery-image] Feb 27 03:20:34.381 INFO O| Feb 27 03:20:34.381 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072026-02-27T03:20:35.701Z[ recovery-image] Feb 27 03:20:34.397 INFO O| Feb 27 03:20:34.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65082026-02-27T03:20:35.701Z[ recovery-image] Feb 27 03:20:34.397 INFO O| Feb 27 03:20:34.397 INFO STEP 566 (remove_files) COMPLETE
65092026-02-27T03:20:35.701Z[ recovery-image] Feb 27 03:20:34.397 INFO O| Feb 27 03:20:34.397 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102026-02-27T03:20:35.716Z[ recovery-image] Feb 27 03:20:34.412 INFO O| Feb 27 03:20:34.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65112026-02-27T03:20:35.716Z[ recovery-image] Feb 27 03:20:34.412 INFO O| Feb 27 03:20:34.412 INFO STEP 567 (remove_files) COMPLETE
65122026-02-27T03:20:35.716Z[ recovery-image] Feb 27 03:20:34.412 INFO O| Feb 27 03:20:34.412 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132026-02-27T03:20:35.731Z[ recovery-image] Feb 27 03:20:34.427 INFO O| Feb 27 03:20:34.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65142026-02-27T03:20:35.731Z[ recovery-image] Feb 27 03:20:34.427 INFO O| Feb 27 03:20:34.427 INFO STEP 568 (remove_files) COMPLETE
65152026-02-27T03:20:35.735Z[ recovery-image] Feb 27 03:20:34.427 INFO O| Feb 27 03:20:34.427 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162026-02-27T03:20:35.747Z[ recovery-image] Feb 27 03:20:34.443 INFO O| Feb 27 03:20:34.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65172026-02-27T03:20:35.747Z[ recovery-image] Feb 27 03:20:34.443 INFO O| Feb 27 03:20:34.443 INFO STEP 569 (remove_files) COMPLETE
65182026-02-27T03:20:35.750Z[ recovery-image] Feb 27 03:20:34.443 INFO O| Feb 27 03:20:34.443 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192026-02-27T03:20:35.761Z[ recovery-image] Feb 27 03:20:34.457 INFO O| Feb 27 03:20:34.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65202026-02-27T03:20:35.764Z[ recovery-image] Feb 27 03:20:34.457 INFO O| Feb 27 03:20:34.457 INFO STEP 570 (remove_files) COMPLETE
65212026-02-27T03:20:35.765Z[ recovery-image] Feb 27 03:20:34.457 INFO O| Feb 27 03:20:34.457 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222026-02-27T03:20:35.774Z[ recovery-image] Feb 27 03:20:34.470 INFO O| Feb 27 03:20:34.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65232026-02-27T03:20:35.774Z[ recovery-image] Feb 27 03:20:34.470 INFO O| Feb 27 03:20:34.470 INFO STEP 571 (remove_files) COMPLETE
65242026-02-27T03:20:35.774Z[ recovery-image] Feb 27 03:20:34.470 INFO O| Feb 27 03:20:34.470 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252026-02-27T03:20:35.788Z[ recovery-image] Feb 27 03:20:34.485 INFO O| Feb 27 03:20:34.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65262026-02-27T03:20:35.789Z[ recovery-image] Feb 27 03:20:34.485 INFO O| Feb 27 03:20:34.485 INFO STEP 572 (remove_files) COMPLETE
65272026-02-27T03:20:35.789Z[ recovery-image] Feb 27 03:20:34.485 INFO O| Feb 27 03:20:34.485 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282026-02-27T03:20:35.803Z[ recovery-image] Feb 27 03:20:34.499 INFO O| Feb 27 03:20:34.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65292026-02-27T03:20:35.803Z[ recovery-image] Feb 27 03:20:34.500 INFO O| Feb 27 03:20:34.500 INFO STEP 573 (remove_files) COMPLETE
65302026-02-27T03:20:35.803Z[ recovery-image] Feb 27 03:20:34.500 INFO O| Feb 27 03:20:34.500 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312026-02-27T03:20:35.819Z[ recovery-image] Feb 27 03:20:34.515 INFO O| Feb 27 03:20:34.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65322026-02-27T03:20:35.819Z[ recovery-image] Feb 27 03:20:34.515 INFO O| Feb 27 03:20:34.515 INFO STEP 574 (remove_files) COMPLETE
65332026-02-27T03:20:35.819Z[ recovery-image] Feb 27 03:20:34.515 INFO O| Feb 27 03:20:34.515 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342026-02-27T03:20:35.834Z[ recovery-image] Feb 27 03:20:34.530 INFO O| Feb 27 03:20:34.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65352026-02-27T03:20:35.834Z[ recovery-image] Feb 27 03:20:34.531 INFO O| Feb 27 03:20:34.530 INFO STEP 575 (remove_files) COMPLETE
65362026-02-27T03:20:35.834Z[ recovery-image] Feb 27 03:20:34.531 INFO O| Feb 27 03:20:34.531 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372026-02-27T03:20:35.850Z[ recovery-image] Feb 27 03:20:34.546 INFO O| Feb 27 03:20:34.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65382026-02-27T03:20:35.850Z[ recovery-image] Feb 27 03:20:34.546 INFO O| Feb 27 03:20:34.546 INFO STEP 576 (remove_files) COMPLETE
65392026-02-27T03:20:35.850Z[ recovery-image] Feb 27 03:20:34.546 INFO O| Feb 27 03:20:34.546 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402026-02-27T03:20:35.865Z[ recovery-image] Feb 27 03:20:34.561 INFO O| Feb 27 03:20:34.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65412026-02-27T03:20:35.865Z[ recovery-image] Feb 27 03:20:34.561 INFO O| Feb 27 03:20:34.561 INFO STEP 577 (remove_files) COMPLETE
65422026-02-27T03:20:35.865Z[ recovery-image] Feb 27 03:20:34.561 INFO O| Feb 27 03:20:34.561 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432026-02-27T03:20:35.879Z[ recovery-image] Feb 27 03:20:34.575 INFO O| Feb 27 03:20:34.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65442026-02-27T03:20:35.879Z[ recovery-image] Feb 27 03:20:34.575 INFO O| Feb 27 03:20:34.575 INFO STEP 578 (remove_files) COMPLETE
65452026-02-27T03:20:35.879Z[ recovery-image] Feb 27 03:20:34.575 INFO O| Feb 27 03:20:34.575 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462026-02-27T03:20:35.892Z[ recovery-image] Feb 27 03:20:34.588 INFO O| Feb 27 03:20:34.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65472026-02-27T03:20:35.892Z[ recovery-image] Feb 27 03:20:34.588 INFO O| Feb 27 03:20:34.588 INFO STEP 579 (remove_files) COMPLETE
65482026-02-27T03:20:35.892Z[ recovery-image] Feb 27 03:20:34.588 INFO O| Feb 27 03:20:34.588 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492026-02-27T03:20:35.907Z[ recovery-image] Feb 27 03:20:34.603 INFO O| Feb 27 03:20:34.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65502026-02-27T03:20:35.907Z[ recovery-image] Feb 27 03:20:34.603 INFO O| Feb 27 03:20:34.603 INFO STEP 580 (remove_files) COMPLETE
65512026-02-27T03:20:35.907Z[ recovery-image] Feb 27 03:20:34.603 INFO O| Feb 27 03:20:34.603 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522026-02-27T03:20:35.922Z[ recovery-image] Feb 27 03:20:34.618 INFO O| Feb 27 03:20:34.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65532026-02-27T03:20:35.922Z[ recovery-image] Feb 27 03:20:34.618 INFO O| Feb 27 03:20:34.618 INFO STEP 581 (remove_files) COMPLETE
65542026-02-27T03:20:35.922Z[ recovery-image] Feb 27 03:20:34.618 INFO O| Feb 27 03:20:34.618 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552026-02-27T03:20:35.938Z[ recovery-image] Feb 27 03:20:34.633 INFO O| Feb 27 03:20:34.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65562026-02-27T03:20:35.941Z[ recovery-image] Feb 27 03:20:34.634 INFO O| Feb 27 03:20:34.633 INFO STEP 582 (remove_files) COMPLETE
65572026-02-27T03:20:35.941Z[ recovery-image] Feb 27 03:20:34.634 INFO O| Feb 27 03:20:34.634 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582026-02-27T03:20:35.953Z[ recovery-image] Feb 27 03:20:34.649 INFO O| Feb 27 03:20:34.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65592026-02-27T03:20:35.956Z[ recovery-image] Feb 27 03:20:34.650 INFO O| Feb 27 03:20:34.650 INFO STEP 583 (remove_files) COMPLETE
65602026-02-27T03:20:35.956Z[ recovery-image] Feb 27 03:20:34.650 INFO O| Feb 27 03:20:34.650 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612026-02-27T03:20:35.969Z[ recovery-image] Feb 27 03:20:34.665 INFO O| Feb 27 03:20:34.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65622026-02-27T03:20:35.969Z[ recovery-image] Feb 27 03:20:34.665 INFO O| Feb 27 03:20:34.665 INFO STEP 584 (remove_files) COMPLETE
65632026-02-27T03:20:35.969Z[ recovery-image] Feb 27 03:20:34.665 INFO O| Feb 27 03:20:34.665 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642026-02-27T03:20:35.984Z[ recovery-image] Feb 27 03:20:34.680 INFO O| Feb 27 03:20:34.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65652026-02-27T03:20:35.984Z[ recovery-image] Feb 27 03:20:34.680 INFO O| Feb 27 03:20:34.680 INFO STEP 585 (remove_files) COMPLETE
65662026-02-27T03:20:35.984Z[ recovery-image] Feb 27 03:20:34.680 INFO O| Feb 27 03:20:34.680 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672026-02-27T03:20:35.998Z[ recovery-image] Feb 27 03:20:34.694 INFO O| Feb 27 03:20:34.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65682026-02-27T03:20:35.998Z[ recovery-image] Feb 27 03:20:34.694 INFO O| Feb 27 03:20:34.694 INFO STEP 586 (remove_files) COMPLETE
65692026-02-27T03:20:35.998Z[ recovery-image] Feb 27 03:20:34.694 INFO O| Feb 27 03:20:34.694 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702026-02-27T03:20:36.012Z[ recovery-image] Feb 27 03:20:34.708 INFO O| Feb 27 03:20:34.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65712026-02-27T03:20:36.012Z[ recovery-image] Feb 27 03:20:34.708 INFO O| Feb 27 03:20:34.708 INFO STEP 587 (remove_files) COMPLETE
65722026-02-27T03:20:36.012Z[ recovery-image] Feb 27 03:20:34.708 INFO O| Feb 27 03:20:34.708 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732026-02-27T03:20:36.026Z[ recovery-image] Feb 27 03:20:34.722 INFO O| Feb 27 03:20:34.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65742026-02-27T03:20:36.026Z[ recovery-image] Feb 27 03:20:34.722 INFO O| Feb 27 03:20:34.722 INFO STEP 588 (remove_files) COMPLETE
65752026-02-27T03:20:36.026Z[ recovery-image] Feb 27 03:20:34.722 INFO O| Feb 27 03:20:34.722 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762026-02-27T03:20:36.039Z[ recovery-image] Feb 27 03:20:34.735 INFO O| Feb 27 03:20:34.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65772026-02-27T03:20:36.039Z[ recovery-image] Feb 27 03:20:34.735 INFO O| Feb 27 03:20:34.735 INFO STEP 589 (remove_files) COMPLETE
65782026-02-27T03:20:36.039Z[ recovery-image] Feb 27 03:20:34.735 INFO O| Feb 27 03:20:34.735 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792026-02-27T03:20:36.053Z[ recovery-image] Feb 27 03:20:34.749 INFO O| Feb 27 03:20:34.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65802026-02-27T03:20:36.053Z[ recovery-image] Feb 27 03:20:34.749 INFO O| Feb 27 03:20:34.749 INFO STEP 590 (remove_files) COMPLETE
65812026-02-27T03:20:36.053Z[ recovery-image] Feb 27 03:20:34.749 INFO O| Feb 27 03:20:34.749 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822026-02-27T03:20:36.068Z[ recovery-image] Feb 27 03:20:34.764 INFO O| Feb 27 03:20:34.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65832026-02-27T03:20:36.068Z[ recovery-image] Feb 27 03:20:34.764 INFO O| Feb 27 03:20:34.764 INFO STEP 591 (remove_files) COMPLETE
65842026-02-27T03:20:36.068Z[ recovery-image] Feb 27 03:20:34.764 INFO O| Feb 27 03:20:34.764 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852026-02-27T03:20:36.145Z[ recovery-image] Feb 27 03:20:34.778 INFO O| Feb 27 03:20:34.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65862026-02-27T03:20:36.145Z[ recovery-image] Feb 27 03:20:34.778 INFO O| Feb 27 03:20:34.778 INFO STEP 592 (remove_files) COMPLETE
65872026-02-27T03:20:36.145Z[ recovery-image] Feb 27 03:20:34.778 INFO O| Feb 27 03:20:34.778 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882026-02-27T03:20:36.145Z[ recovery-image] Feb 27 03:20:34.792 INFO O| Feb 27 03:20:34.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65892026-02-27T03:20:36.145Z[ recovery-image] Feb 27 03:20:34.793 INFO O| Feb 27 03:20:34.793 INFO STEP 593 (remove_files) COMPLETE
65902026-02-27T03:20:36.145Z[ recovery-image] Feb 27 03:20:34.793 INFO O| Feb 27 03:20:34.793 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912026-02-27T03:20:36.145Z[ recovery-image] Feb 27 03:20:34.808 INFO O| Feb 27 03:20:34.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65922026-02-27T03:20:36.145Z[ recovery-image] Feb 27 03:20:34.808 INFO O| Feb 27 03:20:34.808 INFO STEP 594 (remove_files) COMPLETE
65932026-02-27T03:20:36.145Z[ recovery-image] Feb 27 03:20:34.808 INFO O| Feb 27 03:20:34.808 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942026-02-27T03:20:36.145Z[ recovery-image] Feb 27 03:20:34.823 INFO O| Feb 27 03:20:34.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65952026-02-27T03:20:36.145Z[ recovery-image] Feb 27 03:20:34.823 INFO O| Feb 27 03:20:34.823 INFO STEP 595 (remove_files) COMPLETE
65962026-02-27T03:20:36.145Z[ recovery-image] Feb 27 03:20:34.823 INFO O| Feb 27 03:20:34.823 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972026-02-27T03:20:36.145Z[ recovery-image] Feb 27 03:20:34.837 INFO O| Feb 27 03:20:34.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65982026-02-27T03:20:36.145Z[ recovery-image] Feb 27 03:20:34.837 INFO O| Feb 27 03:20:34.837 INFO STEP 596 (remove_files) COMPLETE
65992026-02-27T03:20:36.145Z[ recovery-image] Feb 27 03:20:34.837 INFO O| Feb 27 03:20:34.837 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002026-02-27T03:20:36.155Z[ recovery-image] Feb 27 03:20:34.851 INFO O| Feb 27 03:20:34.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66012026-02-27T03:20:36.155Z[ recovery-image] Feb 27 03:20:34.852 INFO O| Feb 27 03:20:34.852 INFO STEP 597 (remove_files) COMPLETE
66022026-02-27T03:20:36.159Z[ recovery-image] Feb 27 03:20:34.852 INFO O| Feb 27 03:20:34.852 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032026-02-27T03:20:36.168Z[ recovery-image] Feb 27 03:20:34.865 INFO O| Feb 27 03:20:34.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66042026-02-27T03:20:36.172Z[ recovery-image] Feb 27 03:20:34.866 INFO O| Feb 27 03:20:34.866 INFO STEP 598 (remove_files) COMPLETE
66052026-02-27T03:20:36.172Z[ recovery-image] Feb 27 03:20:34.866 INFO O| Feb 27 03:20:34.866 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062026-02-27T03:20:36.183Z[ recovery-image] Feb 27 03:20:34.879 INFO O| Feb 27 03:20:34.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66072026-02-27T03:20:36.183Z[ recovery-image] Feb 27 03:20:34.880 INFO O| Feb 27 03:20:34.880 INFO STEP 599 (remove_files) COMPLETE
66082026-02-27T03:20:36.183Z[ recovery-image] Feb 27 03:20:34.880 INFO O| Feb 27 03:20:34.880 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092026-02-27T03:20:36.198Z[ recovery-image] Feb 27 03:20:34.894 INFO O| Feb 27 03:20:34.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66102026-02-27T03:20:36.198Z[ recovery-image] Feb 27 03:20:34.894 INFO O| Feb 27 03:20:34.894 INFO STEP 600 (remove_files) COMPLETE
66112026-02-27T03:20:36.198Z[ recovery-image] Feb 27 03:20:34.894 INFO O| Feb 27 03:20:34.894 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122026-02-27T03:20:36.213Z[ recovery-image] Feb 27 03:20:34.909 INFO O| Feb 27 03:20:34.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66132026-02-27T03:20:36.213Z[ recovery-image] Feb 27 03:20:34.909 INFO O| Feb 27 03:20:34.909 INFO STEP 601 (remove_files) COMPLETE
66142026-02-27T03:20:36.213Z[ recovery-image] Feb 27 03:20:34.909 INFO O| Feb 27 03:20:34.909 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152026-02-27T03:20:36.228Z[ recovery-image] Feb 27 03:20:34.924 INFO O| Feb 27 03:20:34.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66162026-02-27T03:20:36.228Z[ recovery-image] Feb 27 03:20:34.924 INFO O| Feb 27 03:20:34.924 INFO STEP 602 (remove_files) COMPLETE
66172026-02-27T03:20:36.228Z[ recovery-image] Feb 27 03:20:34.924 INFO O| Feb 27 03:20:34.924 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182026-02-27T03:20:36.242Z[ recovery-image] Feb 27 03:20:34.938 INFO O| Feb 27 03:20:34.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66192026-02-27T03:20:36.242Z[ recovery-image] Feb 27 03:20:34.938 INFO O| Feb 27 03:20:34.938 INFO STEP 603 (remove_files) COMPLETE
66202026-02-27T03:20:36.242Z[ recovery-image] Feb 27 03:20:34.938 INFO O| Feb 27 03:20:34.938 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212026-02-27T03:20:36.257Z[ recovery-image] Feb 27 03:20:34.953 INFO O| Feb 27 03:20:34.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66222026-02-27T03:20:36.261Z[ recovery-image] Feb 27 03:20:34.953 INFO O| Feb 27 03:20:34.953 INFO STEP 604 (remove_files) COMPLETE
66232026-02-27T03:20:36.261Z[ recovery-image] Feb 27 03:20:34.953 INFO O| Feb 27 03:20:34.953 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242026-02-27T03:20:36.272Z[ recovery-image] Feb 27 03:20:34.967 INFO O| Feb 27 03:20:34.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66252026-02-27T03:20:36.272Z[ recovery-image] Feb 27 03:20:34.967 INFO O| Feb 27 03:20:34.967 INFO STEP 605 (remove_files) COMPLETE
66262026-02-27T03:20:36.272Z[ recovery-image] Feb 27 03:20:34.967 INFO O| Feb 27 03:20:34.967 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272026-02-27T03:20:36.285Z[ recovery-image] Feb 27 03:20:34.981 INFO O| Feb 27 03:20:34.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66282026-02-27T03:20:36.285Z[ recovery-image] Feb 27 03:20:34.981 INFO O| Feb 27 03:20:34.981 INFO STEP 606 (remove_files) COMPLETE
66292026-02-27T03:20:36.288Z[ recovery-image] Feb 27 03:20:34.981 INFO O| Feb 27 03:20:34.981 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302026-02-27T03:20:36.298Z[ recovery-image] Feb 27 03:20:34.994 INFO O| Feb 27 03:20:34.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66312026-02-27T03:20:36.298Z[ recovery-image] Feb 27 03:20:34.994 INFO O| Feb 27 03:20:34.994 INFO STEP 607 (remove_files) COMPLETE
66322026-02-27T03:20:36.298Z[ recovery-image] Feb 27 03:20:34.994 INFO O| Feb 27 03:20:34.994 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332026-02-27T03:20:36.312Z[ recovery-image] Feb 27 03:20:35.008 INFO O| Feb 27 03:20:35.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66342026-02-27T03:20:36.312Z[ recovery-image] Feb 27 03:20:35.008 INFO O| Feb 27 03:20:35.008 INFO STEP 608 (remove_files) COMPLETE
66352026-02-27T03:20:36.312Z[ recovery-image] Feb 27 03:20:35.008 INFO O| Feb 27 03:20:35.008 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362026-02-27T03:20:36.326Z[ recovery-image] Feb 27 03:20:35.022 INFO O| Feb 27 03:20:35.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66372026-02-27T03:20:36.326Z[ recovery-image] Feb 27 03:20:35.023 INFO O| Feb 27 03:20:35.022 INFO STEP 609 (remove_files) COMPLETE
66382026-02-27T03:20:36.327Z[ recovery-image] Feb 27 03:20:35.023 INFO O| Feb 27 03:20:35.023 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392026-02-27T03:20:36.342Z[ recovery-image] Feb 27 03:20:35.037 INFO O| Feb 27 03:20:35.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66402026-02-27T03:20:36.342Z[ recovery-image] Feb 27 03:20:35.037 INFO O| Feb 27 03:20:35.037 INFO STEP 610 (remove_files) COMPLETE
66412026-02-27T03:20:36.342Z[ recovery-image] Feb 27 03:20:35.037 INFO O| Feb 27 03:20:35.037 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422026-02-27T03:20:36.356Z[ recovery-image] Feb 27 03:20:35.052 INFO O| Feb 27 03:20:35.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66432026-02-27T03:20:36.356Z[ recovery-image] Feb 27 03:20:35.052 INFO O| Feb 27 03:20:35.052 INFO STEP 611 (remove_files) COMPLETE
66442026-02-27T03:20:36.356Z[ recovery-image] Feb 27 03:20:35.052 INFO O| Feb 27 03:20:35.052 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452026-02-27T03:20:36.370Z[ recovery-image] Feb 27 03:20:35.067 INFO O| Feb 27 03:20:35.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66462026-02-27T03:20:36.371Z[ recovery-image] Feb 27 03:20:35.067 INFO O| Feb 27 03:20:35.067 INFO STEP 612 (remove_files) COMPLETE
66472026-02-27T03:20:36.371Z[ recovery-image] Feb 27 03:20:35.067 INFO O| Feb 27 03:20:35.067 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482026-02-27T03:20:36.386Z[ recovery-image] Feb 27 03:20:35.082 INFO O| Feb 27 03:20:35.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66492026-02-27T03:20:36.389Z[ recovery-image] Feb 27 03:20:35.083 INFO O| Feb 27 03:20:35.083 INFO STEP 613 (remove_files) COMPLETE
66502026-02-27T03:20:36.389Z[ recovery-image] Feb 27 03:20:35.083 INFO O| Feb 27 03:20:35.083 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512026-02-27T03:20:36.403Z[ recovery-image] Feb 27 03:20:35.099 INFO O| Feb 27 03:20:35.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66522026-02-27T03:20:36.406Z[ recovery-image] Feb 27 03:20:35.100 INFO O| Feb 27 03:20:35.100 INFO STEP 614 (remove_files) COMPLETE
66532026-02-27T03:20:36.407Z[ recovery-image] Feb 27 03:20:35.100 INFO O| Feb 27 03:20:35.100 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542026-02-27T03:20:36.420Z[ recovery-image] Feb 27 03:20:35.116 INFO O| Feb 27 03:20:35.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66552026-02-27T03:20:36.420Z[ recovery-image] Feb 27 03:20:35.116 INFO O| Feb 27 03:20:35.116 INFO STEP 615 (remove_files) COMPLETE
66562026-02-27T03:20:36.424Z[ recovery-image] Feb 27 03:20:35.116 INFO O| Feb 27 03:20:35.116 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572026-02-27T03:20:36.436Z[ recovery-image] Feb 27 03:20:35.132 INFO O| Feb 27 03:20:35.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66582026-02-27T03:20:36.436Z[ recovery-image] Feb 27 03:20:35.132 INFO O| Feb 27 03:20:35.132 INFO STEP 616 (remove_files) COMPLETE
66592026-02-27T03:20:36.436Z[ recovery-image] Feb 27 03:20:35.132 INFO O| Feb 27 03:20:35.132 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602026-02-27T03:20:36.452Z[ recovery-image] Feb 27 03:20:35.148 INFO O| Feb 27 03:20:35.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66612026-02-27T03:20:36.452Z[ recovery-image] Feb 27 03:20:35.149 INFO O| Feb 27 03:20:35.149 INFO STEP 617 (remove_files) COMPLETE
66622026-02-27T03:20:36.452Z[ recovery-image] Feb 27 03:20:35.149 INFO O| Feb 27 03:20:35.149 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632026-02-27T03:20:36.467Z[ recovery-image] Feb 27 03:20:35.163 INFO O| Feb 27 03:20:35.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66642026-02-27T03:20:36.467Z[ recovery-image] Feb 27 03:20:35.163 INFO O| Feb 27 03:20:35.163 INFO STEP 618 (remove_files) COMPLETE
66652026-02-27T03:20:36.467Z[ recovery-image] Feb 27 03:20:35.163 INFO O| Feb 27 03:20:35.163 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662026-02-27T03:20:36.482Z[ recovery-image] Feb 27 03:20:35.178 INFO O| Feb 27 03:20:35.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66672026-02-27T03:20:36.482Z[ recovery-image] Feb 27 03:20:35.178 INFO O| Feb 27 03:20:35.178 INFO STEP 619 (remove_files) COMPLETE
66682026-02-27T03:20:36.486Z[ recovery-image] Feb 27 03:20:35.178 INFO O| Feb 27 03:20:35.178 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692026-02-27T03:20:36.497Z[ recovery-image] Feb 27 03:20:35.193 INFO O| Feb 27 03:20:35.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66702026-02-27T03:20:36.497Z[ recovery-image] Feb 27 03:20:35.193 INFO O| Feb 27 03:20:35.193 INFO STEP 620 (remove_files) COMPLETE
66712026-02-27T03:20:36.497Z[ recovery-image] Feb 27 03:20:35.193 INFO O| Feb 27 03:20:35.193 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722026-02-27T03:20:36.512Z[ recovery-image] Feb 27 03:20:35.208 INFO O| Feb 27 03:20:35.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66732026-02-27T03:20:36.512Z[ recovery-image] Feb 27 03:20:35.208 INFO O| Feb 27 03:20:35.208 INFO STEP 621 (remove_files) COMPLETE
66742026-02-27T03:20:36.512Z[ recovery-image] Feb 27 03:20:35.208 INFO O| Feb 27 03:20:35.208 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752026-02-27T03:20:36.526Z[ recovery-image] Feb 27 03:20:35.222 INFO O| Feb 27 03:20:35.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66762026-02-27T03:20:36.526Z[ recovery-image] Feb 27 03:20:35.222 INFO O| Feb 27 03:20:35.222 INFO STEP 622 (remove_files) COMPLETE
66772026-02-27T03:20:36.526Z[ recovery-image] Feb 27 03:20:35.222 INFO O| Feb 27 03:20:35.222 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782026-02-27T03:20:36.539Z[ recovery-image] Feb 27 03:20:35.235 INFO O| Feb 27 03:20:35.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66792026-02-27T03:20:36.539Z[ recovery-image] Feb 27 03:20:35.236 INFO O| Feb 27 03:20:35.236 INFO STEP 623 (remove_files) COMPLETE
66802026-02-27T03:20:36.539Z[ recovery-image] Feb 27 03:20:35.236 INFO O| Feb 27 03:20:35.236 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812026-02-27T03:20:36.554Z[ recovery-image] Feb 27 03:20:35.250 INFO O| Feb 27 03:20:35.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66822026-02-27T03:20:36.557Z[ recovery-image] Feb 27 03:20:35.250 INFO O| Feb 27 03:20:35.250 INFO STEP 624 (remove_files) COMPLETE
66832026-02-27T03:20:36.557Z[ recovery-image] Feb 27 03:20:35.250 INFO O| Feb 27 03:20:35.250 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842026-02-27T03:20:36.568Z[ recovery-image] Feb 27 03:20:35.264 INFO O| Feb 27 03:20:35.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66852026-02-27T03:20:36.568Z[ recovery-image] Feb 27 03:20:35.265 INFO O| Feb 27 03:20:35.265 INFO STEP 625 (remove_files) COMPLETE
66862026-02-27T03:20:36.568Z[ recovery-image] Feb 27 03:20:35.265 INFO O| Feb 27 03:20:35.265 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872026-02-27T03:20:36.583Z[ recovery-image] Feb 27 03:20:35.279 INFO O| Feb 27 03:20:35.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66882026-02-27T03:20:36.583Z[ recovery-image] Feb 27 03:20:35.279 INFO O| Feb 27 03:20:35.279 INFO STEP 626 (remove_files) COMPLETE
66892026-02-27T03:20:36.583Z[ recovery-image] Feb 27 03:20:35.279 INFO O| Feb 27 03:20:35.279 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902026-02-27T03:20:36.605Z[ recovery-image] Feb 27 03:20:35.294 INFO O| Feb 27 03:20:35.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66912026-02-27T03:20:36.608Z[ recovery-image] Feb 27 03:20:35.295 INFO O| Feb 27 03:20:35.295 INFO STEP 627 (remove_files) COMPLETE
66922026-02-27T03:20:36.608Z[ recovery-image] Feb 27 03:20:35.295 INFO O| Feb 27 03:20:35.295 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932026-02-27T03:20:36.612Z[ recovery-image] Feb 27 03:20:35.308 INFO O| Feb 27 03:20:35.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66942026-02-27T03:20:36.615Z[ recovery-image] Feb 27 03:20:35.309 INFO O| Feb 27 03:20:35.309 INFO STEP 628 (remove_files) COMPLETE
66952026-02-27T03:20:36.615Z[ recovery-image] Feb 27 03:20:35.309 INFO O| Feb 27 03:20:35.309 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962026-02-27T03:20:36.627Z[ recovery-image] Feb 27 03:20:35.323 INFO O| Feb 27 03:20:35.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66972026-02-27T03:20:36.627Z[ recovery-image] Feb 27 03:20:35.323 INFO O| Feb 27 03:20:35.323 INFO STEP 629 (remove_files) COMPLETE
66982026-02-27T03:20:36.627Z[ recovery-image] Feb 27 03:20:35.323 INFO O| Feb 27 03:20:35.323 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992026-02-27T03:20:36.642Z[ recovery-image] Feb 27 03:20:35.338 INFO O| Feb 27 03:20:35.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67002026-02-27T03:20:36.642Z[ recovery-image] Feb 27 03:20:35.339 INFO O| Feb 27 03:20:35.338 INFO STEP 630 (remove_files) COMPLETE
67012026-02-27T03:20:36.642Z[ recovery-image] Feb 27 03:20:35.339 INFO O| Feb 27 03:20:35.339 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022026-02-27T03:20:36.657Z[ recovery-image] Feb 27 03:20:35.353 INFO O| Feb 27 03:20:35.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67032026-02-27T03:20:36.657Z[ recovery-image] Feb 27 03:20:35.353 INFO O| Feb 27 03:20:35.353 INFO STEP 631 (remove_files) COMPLETE
67042026-02-27T03:20:36.657Z[ recovery-image] Feb 27 03:20:35.353 INFO O| Feb 27 03:20:35.353 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052026-02-27T03:20:36.671Z[ recovery-image] Feb 27 03:20:35.367 INFO O| Feb 27 03:20:35.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67062026-02-27T03:20:36.671Z[ recovery-image] Feb 27 03:20:35.367 INFO O| Feb 27 03:20:35.367 INFO STEP 632 (remove_files) COMPLETE
67072026-02-27T03:20:36.671Z[ recovery-image] Feb 27 03:20:35.367 INFO O| Feb 27 03:20:35.367 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082026-02-27T03:20:36.685Z[ recovery-image] Feb 27 03:20:35.381 INFO O| Feb 27 03:20:35.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67092026-02-27T03:20:36.685Z[ recovery-image] Feb 27 03:20:35.381 INFO O| Feb 27 03:20:35.381 INFO STEP 633 (remove_files) COMPLETE
67102026-02-27T03:20:36.685Z[ recovery-image] Feb 27 03:20:35.381 INFO O| Feb 27 03:20:35.381 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112026-02-27T03:20:36.699Z[ recovery-image] Feb 27 03:20:35.395 INFO O| Feb 27 03:20:35.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67122026-02-27T03:20:36.699Z[ recovery-image] Feb 27 03:20:35.395 INFO O| Feb 27 03:20:35.395 INFO STEP 634 (remove_files) COMPLETE
67132026-02-27T03:20:36.699Z[ recovery-image] Feb 27 03:20:35.395 INFO O| Feb 27 03:20:35.395 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142026-02-27T03:20:36.713Z[ recovery-image] Feb 27 03:20:35.409 INFO O| Feb 27 03:20:35.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67152026-02-27T03:20:36.713Z[ recovery-image] Feb 27 03:20:35.409 INFO O| Feb 27 03:20:35.409 INFO STEP 635 (remove_files) COMPLETE
67162026-02-27T03:20:36.713Z[ recovery-image] Feb 27 03:20:35.409 INFO O| Feb 27 03:20:35.409 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172026-02-27T03:20:36.726Z[ recovery-image] Feb 27 03:20:35.422 INFO O| Feb 27 03:20:35.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67182026-02-27T03:20:36.726Z[ recovery-image] Feb 27 03:20:35.423 INFO O| Feb 27 03:20:35.423 INFO STEP 636 (remove_files) COMPLETE
67192026-02-27T03:20:36.726Z[ recovery-image] Feb 27 03:20:35.423 INFO O| Feb 27 03:20:35.423 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202026-02-27T03:20:36.741Z[ recovery-image] Feb 27 03:20:35.437 INFO O| Feb 27 03:20:35.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67212026-02-27T03:20:36.741Z[ recovery-image] Feb 27 03:20:35.437 INFO O| Feb 27 03:20:35.437 INFO STEP 637 (remove_files) COMPLETE
67222026-02-27T03:20:36.741Z[ recovery-image] Feb 27 03:20:35.437 INFO O| Feb 27 03:20:35.437 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232026-02-27T03:20:36.755Z[ recovery-image] Feb 27 03:20:35.451 INFO O| Feb 27 03:20:35.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67242026-02-27T03:20:36.755Z[ recovery-image] Feb 27 03:20:35.451 INFO O| Feb 27 03:20:35.451 INFO STEP 638 (remove_files) COMPLETE
67252026-02-27T03:20:36.758Z[ recovery-image] Feb 27 03:20:35.451 INFO O| Feb 27 03:20:35.451 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262026-02-27T03:20:36.768Z[ recovery-image] Feb 27 03:20:35.464 INFO O| Feb 27 03:20:35.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67272026-02-27T03:20:36.768Z[ recovery-image] Feb 27 03:20:35.464 INFO O| Feb 27 03:20:35.464 INFO STEP 639 (remove_files) COMPLETE
67282026-02-27T03:20:36.768Z[ recovery-image] Feb 27 03:20:35.464 INFO O| Feb 27 03:20:35.464 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292026-02-27T03:20:36.784Z[ recovery-image] Feb 27 03:20:35.480 INFO O| Feb 27 03:20:35.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67302026-02-27T03:20:36.784Z[ recovery-image] Feb 27 03:20:35.480 INFO O| Feb 27 03:20:35.480 INFO STEP 640 (remove_files) COMPLETE
67312026-02-27T03:20:36.784Z[ recovery-image] Feb 27 03:20:35.480 INFO O| Feb 27 03:20:35.480 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322026-02-27T03:20:36.798Z[ recovery-image] Feb 27 03:20:35.494 INFO O| Feb 27 03:20:35.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67332026-02-27T03:20:36.798Z[ recovery-image] Feb 27 03:20:35.495 INFO O| Feb 27 03:20:35.494 INFO STEP 641 (remove_files) COMPLETE
67342026-02-27T03:20:36.798Z[ recovery-image] Feb 27 03:20:35.495 INFO O| Feb 27 03:20:35.495 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352026-02-27T03:20:36.814Z[ recovery-image] Feb 27 03:20:35.510 INFO O| Feb 27 03:20:35.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67362026-02-27T03:20:36.814Z[ recovery-image] Feb 27 03:20:35.510 INFO O| Feb 27 03:20:35.510 INFO STEP 642 (remove_files) COMPLETE
67372026-02-27T03:20:36.814Z[ recovery-image] Feb 27 03:20:35.510 INFO O| Feb 27 03:20:35.510 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382026-02-27T03:20:36.831Z[ recovery-image] Feb 27 03:20:35.525 INFO O| Feb 27 03:20:35.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67392026-02-27T03:20:36.831Z[ recovery-image] Feb 27 03:20:35.526 INFO O| Feb 27 03:20:35.525 INFO STEP 643 (remove_files) COMPLETE
67402026-02-27T03:20:36.831Z[ recovery-image] Feb 27 03:20:35.526 INFO O| Feb 27 03:20:35.525 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412026-02-27T03:20:36.844Z[ recovery-image] Feb 27 03:20:35.540 INFO O| Feb 27 03:20:35.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67422026-02-27T03:20:36.844Z[ recovery-image] Feb 27 03:20:35.540 INFO O| Feb 27 03:20:35.540 INFO STEP 644 (remove_files) COMPLETE
67432026-02-27T03:20:36.844Z[ recovery-image] Feb 27 03:20:35.540 INFO O| Feb 27 03:20:35.540 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442026-02-27T03:20:36.858Z[ recovery-image] Feb 27 03:20:35.554 INFO O| Feb 27 03:20:35.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67452026-02-27T03:20:36.858Z[ recovery-image] Feb 27 03:20:35.554 INFO O| Feb 27 03:20:35.554 INFO STEP 645 (remove_files) COMPLETE
67462026-02-27T03:20:36.858Z[ recovery-image] Feb 27 03:20:35.554 INFO O| Feb 27 03:20:35.554 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472026-02-27T03:20:36.873Z[ recovery-image] Feb 27 03:20:35.567 INFO O| Feb 27 03:20:35.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67482026-02-27T03:20:36.873Z[ recovery-image] Feb 27 03:20:35.568 INFO O| Feb 27 03:20:35.568 INFO STEP 646 (remove_files) COMPLETE
67492026-02-27T03:20:36.873Z[ recovery-image] Feb 27 03:20:35.568 INFO O| Feb 27 03:20:35.568 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502026-02-27T03:20:36.884Z[ recovery-image] Feb 27 03:20:35.580 INFO O| Feb 27 03:20:35.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67512026-02-27T03:20:36.884Z[ recovery-image] Feb 27 03:20:35.580 INFO O| Feb 27 03:20:35.580 INFO STEP 647 (remove_files) COMPLETE
67522026-02-27T03:20:36.884Z[ recovery-image] Feb 27 03:20:35.580 INFO O| Feb 27 03:20:35.580 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532026-02-27T03:20:36.899Z[ recovery-image] Feb 27 03:20:35.595 INFO O| Feb 27 03:20:35.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67542026-02-27T03:20:36.899Z[ recovery-image] Feb 27 03:20:35.595 INFO O| Feb 27 03:20:35.595 INFO STEP 648 (remove_files) COMPLETE
67552026-02-27T03:20:36.899Z[ recovery-image] Feb 27 03:20:35.595 INFO O| Feb 27 03:20:35.595 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562026-02-27T03:20:36.914Z[ recovery-image] Feb 27 03:20:35.610 INFO O| Feb 27 03:20:35.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67572026-02-27T03:20:36.914Z[ recovery-image] Feb 27 03:20:35.610 INFO O| Feb 27 03:20:35.610 INFO STEP 649 (remove_files) COMPLETE
67582026-02-27T03:20:36.914Z[ recovery-image] Feb 27 03:20:35.610 INFO O| Feb 27 03:20:35.610 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592026-02-27T03:20:36.926Z[ recovery-image] Feb 27 03:20:35.623 INFO O| Feb 27 03:20:35.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67602026-02-27T03:20:36.930Z[ recovery-image] Feb 27 03:20:35.623 INFO O| Feb 27 03:20:35.623 INFO STEP 650 (remove_files) COMPLETE
67612026-02-27T03:20:36.930Z[ recovery-image] Feb 27 03:20:35.623 INFO O| Feb 27 03:20:35.623 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622026-02-27T03:20:36.942Z[ recovery-image] Feb 27 03:20:35.638 INFO O| Feb 27 03:20:35.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67632026-02-27T03:20:36.942Z[ recovery-image] Feb 27 03:20:35.638 INFO O| Feb 27 03:20:35.638 INFO STEP 651 (remove_files) COMPLETE
67642026-02-27T03:20:36.945Z[ recovery-image] Feb 27 03:20:35.638 INFO O| Feb 27 03:20:35.638 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652026-02-27T03:20:36.958Z[ recovery-image] Feb 27 03:20:35.654 INFO O| Feb 27 03:20:35.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67662026-02-27T03:20:36.958Z[ recovery-image] Feb 27 03:20:35.654 INFO O| Feb 27 03:20:35.654 INFO STEP 652 (remove_files) COMPLETE
67672026-02-27T03:20:36.958Z[ recovery-image] Feb 27 03:20:35.654 INFO O| Feb 27 03:20:35.654 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682026-02-27T03:20:36.972Z[ recovery-image] Feb 27 03:20:35.668 INFO O| Feb 27 03:20:35.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67692026-02-27T03:20:36.972Z[ recovery-image] Feb 27 03:20:35.668 INFO O| Feb 27 03:20:35.668 INFO STEP 653 (remove_files) COMPLETE
67702026-02-27T03:20:36.975Z[ recovery-image] Feb 27 03:20:35.668 INFO O| Feb 27 03:20:35.668 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712026-02-27T03:20:36.986Z[ recovery-image] Feb 27 03:20:35.682 INFO O| Feb 27 03:20:35.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67722026-02-27T03:20:36.986Z[ recovery-image] Feb 27 03:20:35.683 INFO O| Feb 27 03:20:35.682 INFO STEP 654 (remove_files) COMPLETE
67732026-02-27T03:20:36.986Z[ recovery-image] Feb 27 03:20:35.683 INFO O| Feb 27 03:20:35.683 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742026-02-27T03:20:37.001Z[ recovery-image] Feb 27 03:20:35.697 INFO O| Feb 27 03:20:35.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67752026-02-27T03:20:37.001Z[ recovery-image] Feb 27 03:20:35.697 INFO O| Feb 27 03:20:35.697 INFO STEP 655 (remove_files) COMPLETE
67762026-02-27T03:20:37.001Z[ recovery-image] Feb 27 03:20:35.697 INFO O| Feb 27 03:20:35.697 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772026-02-27T03:20:37.015Z[ recovery-image] Feb 27 03:20:35.711 INFO O| Feb 27 03:20:35.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67782026-02-27T03:20:37.015Z[ recovery-image] Feb 27 03:20:35.711 INFO O| Feb 27 03:20:35.711 INFO STEP 656 (remove_files) COMPLETE
67792026-02-27T03:20:37.015Z[ recovery-image] Feb 27 03:20:35.711 INFO O| Feb 27 03:20:35.711 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802026-02-27T03:20:37.030Z[ recovery-image] Feb 27 03:20:35.726 INFO O| Feb 27 03:20:35.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67812026-02-27T03:20:37.030Z[ recovery-image] Feb 27 03:20:35.726 INFO O| Feb 27 03:20:35.726 INFO STEP 657 (remove_files) COMPLETE
67822026-02-27T03:20:37.030Z[ recovery-image] Feb 27 03:20:35.726 INFO O| Feb 27 03:20:35.726 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832026-02-27T03:20:37.043Z[ recovery-image] Feb 27 03:20:35.739 INFO O| Feb 27 03:20:35.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67842026-02-27T03:20:37.043Z[ recovery-image] Feb 27 03:20:35.739 INFO O| Feb 27 03:20:35.739 INFO STEP 658 (remove_files) COMPLETE
67852026-02-27T03:20:37.043Z[ recovery-image] Feb 27 03:20:35.739 INFO O| Feb 27 03:20:35.739 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862026-02-27T03:20:37.059Z[ recovery-image] Feb 27 03:20:35.755 INFO O| Feb 27 03:20:35.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67872026-02-27T03:20:37.059Z[ recovery-image] Feb 27 03:20:35.755 INFO O| Feb 27 03:20:35.755 INFO STEP 659 (remove_files) COMPLETE
67882026-02-27T03:20:37.059Z[ recovery-image] Feb 27 03:20:35.755 INFO O| Feb 27 03:20:35.755 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892026-02-27T03:20:37.075Z[ recovery-image] Feb 27 03:20:35.771 INFO O| Feb 27 03:20:35.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67902026-02-27T03:20:37.076Z[ recovery-image] Feb 27 03:20:35.771 INFO O| Feb 27 03:20:35.771 INFO STEP 660 (remove_files) COMPLETE
67912026-02-27T03:20:37.076Z[ recovery-image] Feb 27 03:20:35.771 INFO O| Feb 27 03:20:35.771 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922026-02-27T03:20:37.093Z[ recovery-image] Feb 27 03:20:35.789 INFO O| Feb 27 03:20:35.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67932026-02-27T03:20:37.093Z[ recovery-image] Feb 27 03:20:35.789 INFO O| Feb 27 03:20:35.789 INFO STEP 661 (remove_files) COMPLETE
67942026-02-27T03:20:37.093Z[ recovery-image] Feb 27 03:20:35.789 INFO O| Feb 27 03:20:35.789 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952026-02-27T03:20:37.111Z[ recovery-image] Feb 27 03:20:35.806 INFO O| Feb 27 03:20:35.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67962026-02-27T03:20:37.111Z[ recovery-image] Feb 27 03:20:35.807 INFO O| Feb 27 03:20:35.807 INFO STEP 662 (remove_files) COMPLETE
67972026-02-27T03:20:37.114Z[ recovery-image] Feb 27 03:20:35.807 INFO O| Feb 27 03:20:35.807 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982026-02-27T03:20:37.127Z[ recovery-image] Feb 27 03:20:35.823 INFO O| Feb 27 03:20:35.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67992026-02-27T03:20:37.127Z[ recovery-image] Feb 27 03:20:35.823 INFO O| Feb 27 03:20:35.823 INFO STEP 663 (remove_files) COMPLETE
68002026-02-27T03:20:37.127Z[ recovery-image] Feb 27 03:20:35.823 INFO O| Feb 27 03:20:35.823 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012026-02-27T03:20:37.144Z[ recovery-image] Feb 27 03:20:35.839 INFO O| Feb 27 03:20:35.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68022026-02-27T03:20:37.144Z[ recovery-image] Feb 27 03:20:35.839 INFO O| Feb 27 03:20:35.839 INFO STEP 664 (remove_files) COMPLETE
68032026-02-27T03:20:37.144Z[ recovery-image] Feb 27 03:20:35.839 INFO O| Feb 27 03:20:35.839 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042026-02-27T03:20:37.159Z[ recovery-image] Feb 27 03:20:35.855 INFO O| Feb 27 03:20:35.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68052026-02-27T03:20:37.159Z[ recovery-image] Feb 27 03:20:35.855 INFO O| Feb 27 03:20:35.855 INFO STEP 665 (remove_files) COMPLETE
68062026-02-27T03:20:37.159Z[ recovery-image] Feb 27 03:20:35.855 INFO O| Feb 27 03:20:35.855 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072026-02-27T03:20:37.176Z[ recovery-image] Feb 27 03:20:35.872 INFO O| Feb 27 03:20:35.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68082026-02-27T03:20:37.179Z[ recovery-image] Feb 27 03:20:35.873 INFO O| Feb 27 03:20:35.873 INFO STEP 666 (remove_files) COMPLETE
68092026-02-27T03:20:37.179Z[ recovery-image] Feb 27 03:20:35.873 INFO O| Feb 27 03:20:35.873 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102026-02-27T03:20:37.195Z[ recovery-image] Feb 27 03:20:35.891 INFO O| Feb 27 03:20:35.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68112026-02-27T03:20:37.195Z[ recovery-image] Feb 27 03:20:35.891 INFO O| Feb 27 03:20:35.891 INFO STEP 667 (remove_files) COMPLETE
68122026-02-27T03:20:37.195Z[ recovery-image] Feb 27 03:20:35.891 INFO O| Feb 27 03:20:35.891 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132026-02-27T03:20:37.211Z[ recovery-image] Feb 27 03:20:35.908 INFO O| Feb 27 03:20:35.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68142026-02-27T03:20:37.212Z[ recovery-image] Feb 27 03:20:35.908 INFO O| Feb 27 03:20:35.908 INFO STEP 668 (remove_files) COMPLETE
68152026-02-27T03:20:37.212Z[ recovery-image] Feb 27 03:20:35.908 INFO O| Feb 27 03:20:35.908 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162026-02-27T03:20:37.229Z[ recovery-image] Feb 27 03:20:35.925 INFO O| Feb 27 03:20:35.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68172026-02-27T03:20:37.229Z[ recovery-image] Feb 27 03:20:35.925 INFO O| Feb 27 03:20:35.925 INFO STEP 669 (remove_files) COMPLETE
68182026-02-27T03:20:37.229Z[ recovery-image] Feb 27 03:20:35.925 INFO O| Feb 27 03:20:35.925 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192026-02-27T03:20:37.246Z[ recovery-image] Feb 27 03:20:35.942 INFO O| Feb 27 03:20:35.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68202026-02-27T03:20:37.249Z[ recovery-image] Feb 27 03:20:35.942 INFO O| Feb 27 03:20:35.942 INFO STEP 670 (remove_files) COMPLETE
68212026-02-27T03:20:37.249Z[ recovery-image] Feb 27 03:20:35.942 INFO O| Feb 27 03:20:35.942 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222026-02-27T03:20:37.263Z[ recovery-image] Feb 27 03:20:35.959 INFO O| Feb 27 03:20:35.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68232026-02-27T03:20:37.264Z[ recovery-image] Feb 27 03:20:35.960 INFO O| Feb 27 03:20:35.960 INFO STEP 671 (remove_files) COMPLETE
68242026-02-27T03:20:37.266Z[ recovery-image] Feb 27 03:20:35.960 INFO O| Feb 27 03:20:35.960 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252026-02-27T03:20:37.280Z[ recovery-image] Feb 27 03:20:35.976 INFO O| Feb 27 03:20:35.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68262026-02-27T03:20:37.280Z[ recovery-image] Feb 27 03:20:35.976 INFO O| Feb 27 03:20:35.976 INFO STEP 672 (remove_files) COMPLETE
68272026-02-27T03:20:37.280Z[ recovery-image] Feb 27 03:20:35.976 INFO O| Feb 27 03:20:35.976 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282026-02-27T03:20:37.298Z[ recovery-image] Feb 27 03:20:35.993 INFO O| Feb 27 03:20:35.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68292026-02-27T03:20:37.300Z[ recovery-image] Feb 27 03:20:35.993 INFO O| Feb 27 03:20:35.993 INFO STEP 673 (remove_files) COMPLETE
68302026-02-27T03:20:37.301Z[ recovery-image] Feb 27 03:20:35.993 INFO O| Feb 27 03:20:35.993 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312026-02-27T03:20:37.314Z[ recovery-image] Feb 27 03:20:36.010 INFO O| Feb 27 03:20:36.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68322026-02-27T03:20:37.314Z[ recovery-image] Feb 27 03:20:36.010 INFO O| Feb 27 03:20:36.010 INFO STEP 674 (remove_files) COMPLETE
68332026-02-27T03:20:37.314Z[ recovery-image] Feb 27 03:20:36.010 INFO O| Feb 27 03:20:36.010 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342026-02-27T03:20:37.329Z[ recovery-image] Feb 27 03:20:36.025 INFO O| Feb 27 03:20:36.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68352026-02-27T03:20:37.329Z[ recovery-image] Feb 27 03:20:36.025 INFO O| Feb 27 03:20:36.025 INFO STEP 675 (remove_files) COMPLETE
68362026-02-27T03:20:37.329Z[ recovery-image] Feb 27 03:20:36.025 INFO O| Feb 27 03:20:36.025 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372026-02-27T03:20:37.345Z[ recovery-image] Feb 27 03:20:36.041 INFO O| Feb 27 03:20:36.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68382026-02-27T03:20:37.345Z[ recovery-image] Feb 27 03:20:36.041 INFO O| Feb 27 03:20:36.041 INFO STEP 676 (remove_files) COMPLETE
68392026-02-27T03:20:37.349Z[ recovery-image] Feb 27 03:20:36.041 INFO O| Feb 27 03:20:36.041 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402026-02-27T03:20:37.361Z[ recovery-image] Feb 27 03:20:36.057 INFO O| Feb 27 03:20:36.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68412026-02-27T03:20:37.361Z[ recovery-image] Feb 27 03:20:36.057 INFO O| Feb 27 03:20:36.057 INFO STEP 677 (remove_files) COMPLETE
68422026-02-27T03:20:37.361Z[ recovery-image] Feb 27 03:20:36.057 INFO O| Feb 27 03:20:36.057 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432026-02-27T03:20:37.377Z[ recovery-image] Feb 27 03:20:36.073 INFO O| Feb 27 03:20:36.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68442026-02-27T03:20:37.377Z[ recovery-image] Feb 27 03:20:36.073 INFO O| Feb 27 03:20:36.073 INFO STEP 678 (remove_files) COMPLETE
68452026-02-27T03:20:37.377Z[ recovery-image] Feb 27 03:20:36.073 INFO O| Feb 27 03:20:36.073 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462026-02-27T03:20:37.393Z[ recovery-image] Feb 27 03:20:36.089 INFO O| Feb 27 03:20:36.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68472026-02-27T03:20:37.393Z[ recovery-image] Feb 27 03:20:36.089 INFO O| Feb 27 03:20:36.089 INFO STEP 679 (remove_files) COMPLETE
68482026-02-27T03:20:37.393Z[ recovery-image] Feb 27 03:20:36.089 INFO O| Feb 27 03:20:36.089 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492026-02-27T03:20:37.410Z[ recovery-image] Feb 27 03:20:36.106 INFO O| Feb 27 03:20:36.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68502026-02-27T03:20:37.413Z[ recovery-image] Feb 27 03:20:36.106 INFO O| Feb 27 03:20:36.106 INFO STEP 680 (remove_files) COMPLETE
68512026-02-27T03:20:37.413Z[ recovery-image] Feb 27 03:20:36.107 INFO O| Feb 27 03:20:36.106 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522026-02-27T03:20:37.427Z[ recovery-image] Feb 27 03:20:36.123 INFO O| Feb 27 03:20:36.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68532026-02-27T03:20:37.427Z[ recovery-image] Feb 27 03:20:36.123 INFO O| Feb 27 03:20:36.123 INFO STEP 681 (remove_files) COMPLETE
68542026-02-27T03:20:37.427Z[ recovery-image] Feb 27 03:20:36.123 INFO O| Feb 27 03:20:36.123 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552026-02-27T03:20:37.443Z[ recovery-image] Feb 27 03:20:36.139 INFO O| Feb 27 03:20:36.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68562026-02-27T03:20:37.443Z[ recovery-image] Feb 27 03:20:36.139 INFO O| Feb 27 03:20:36.139 INFO STEP 682 (remove_files) COMPLETE
68572026-02-27T03:20:37.446Z[ recovery-image] Feb 27 03:20:36.139 INFO O| Feb 27 03:20:36.139 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582026-02-27T03:20:37.459Z[ recovery-image] Feb 27 03:20:36.155 INFO O| Feb 27 03:20:36.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68592026-02-27T03:20:37.459Z[ recovery-image] Feb 27 03:20:36.155 INFO O| Feb 27 03:20:36.155 INFO STEP 683 (remove_files) COMPLETE
68602026-02-27T03:20:37.462Z[ recovery-image] Feb 27 03:20:36.155 INFO O| Feb 27 03:20:36.155 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612026-02-27T03:20:37.475Z[ recovery-image] Feb 27 03:20:36.171 INFO O| Feb 27 03:20:36.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68622026-02-27T03:20:37.475Z[ recovery-image] Feb 27 03:20:36.171 INFO O| Feb 27 03:20:36.171 INFO STEP 684 (remove_files) COMPLETE
68632026-02-27T03:20:37.475Z[ recovery-image] Feb 27 03:20:36.171 INFO O| Feb 27 03:20:36.171 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642026-02-27T03:20:37.490Z[ recovery-image] Feb 27 03:20:36.186 INFO O| Feb 27 03:20:36.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68652026-02-27T03:20:37.490Z[ recovery-image] Feb 27 03:20:36.186 INFO O| Feb 27 03:20:36.186 INFO STEP 685 (remove_files) COMPLETE
68662026-02-27T03:20:37.490Z[ recovery-image] Feb 27 03:20:36.186 INFO O| Feb 27 03:20:36.186 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672026-02-27T03:20:37.505Z[ recovery-image] Feb 27 03:20:36.201 INFO O| Feb 27 03:20:36.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68682026-02-27T03:20:37.505Z[ recovery-image] Feb 27 03:20:36.201 INFO O| Feb 27 03:20:36.201 INFO STEP 686 (remove_files) COMPLETE
68692026-02-27T03:20:37.505Z[ recovery-image] Feb 27 03:20:36.201 INFO O| Feb 27 03:20:36.201 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702026-02-27T03:20:37.521Z[ recovery-image] Feb 27 03:20:36.217 INFO O| Feb 27 03:20:36.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68712026-02-27T03:20:37.521Z[ recovery-image] Feb 27 03:20:36.217 INFO O| Feb 27 03:20:36.217 INFO STEP 687 (remove_files) COMPLETE
68722026-02-27T03:20:37.521Z[ recovery-image] Feb 27 03:20:36.217 INFO O| Feb 27 03:20:36.217 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732026-02-27T03:20:37.536Z[ recovery-image] Feb 27 03:20:36.232 INFO O| Feb 27 03:20:36.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68742026-02-27T03:20:37.536Z[ recovery-image] Feb 27 03:20:36.232 INFO O| Feb 27 03:20:36.232 INFO STEP 688 (remove_files) COMPLETE
68752026-02-27T03:20:37.536Z[ recovery-image] Feb 27 03:20:36.232 INFO O| Feb 27 03:20:36.232 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762026-02-27T03:20:37.551Z[ recovery-image] Feb 27 03:20:36.247 INFO O| Feb 27 03:20:36.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68772026-02-27T03:20:37.551Z[ recovery-image] Feb 27 03:20:36.247 INFO O| Feb 27 03:20:36.247 INFO STEP 689 (remove_files) COMPLETE
68782026-02-27T03:20:37.551Z[ recovery-image] Feb 27 03:20:36.247 INFO O| Feb 27 03:20:36.247 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792026-02-27T03:20:37.566Z[ recovery-image] Feb 27 03:20:36.262 INFO O| Feb 27 03:20:36.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68802026-02-27T03:20:37.566Z[ recovery-image] Feb 27 03:20:36.262 INFO O| Feb 27 03:20:36.262 INFO STEP 690 (remove_files) COMPLETE
68812026-02-27T03:20:37.566Z[ recovery-image] Feb 27 03:20:36.262 INFO O| Feb 27 03:20:36.262 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822026-02-27T03:20:37.582Z[ recovery-image] Feb 27 03:20:36.278 INFO O| Feb 27 03:20:36.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68832026-02-27T03:20:37.582Z[ recovery-image] Feb 27 03:20:36.278 INFO O| Feb 27 03:20:36.278 INFO STEP 691 (remove_files) COMPLETE
68842026-02-27T03:20:37.582Z[ recovery-image] Feb 27 03:20:36.278 INFO O| Feb 27 03:20:36.278 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852026-02-27T03:20:37.597Z[ recovery-image] Feb 27 03:20:36.293 INFO O| Feb 27 03:20:36.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68862026-02-27T03:20:37.597Z[ recovery-image] Feb 27 03:20:36.293 INFO O| Feb 27 03:20:36.293 INFO STEP 692 (remove_files) COMPLETE
68872026-02-27T03:20:37.597Z[ recovery-image] Feb 27 03:20:36.293 INFO O| Feb 27 03:20:36.293 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882026-02-27T03:20:37.612Z[ recovery-image] Feb 27 03:20:36.308 INFO O| Feb 27 03:20:36.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68892026-02-27T03:20:37.612Z[ recovery-image] Feb 27 03:20:36.308 INFO O| Feb 27 03:20:36.308 INFO STEP 693 (remove_files) COMPLETE
68902026-02-27T03:20:37.612Z[ recovery-image] Feb 27 03:20:36.308 INFO O| Feb 27 03:20:36.308 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912026-02-27T03:20:37.627Z[ recovery-image] Feb 27 03:20:36.323 INFO O| Feb 27 03:20:36.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68922026-02-27T03:20:37.627Z[ recovery-image] Feb 27 03:20:36.323 INFO O| Feb 27 03:20:36.323 INFO STEP 694 (remove_files) COMPLETE
68932026-02-27T03:20:37.627Z[ recovery-image] Feb 27 03:20:36.323 INFO O| Feb 27 03:20:36.323 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942026-02-27T03:20:37.641Z[ recovery-image] Feb 27 03:20:36.337 INFO O| Feb 27 03:20:36.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68952026-02-27T03:20:37.641Z[ recovery-image] Feb 27 03:20:36.337 INFO O| Feb 27 03:20:36.337 INFO STEP 695 (remove_files) COMPLETE
68962026-02-27T03:20:37.641Z[ recovery-image] Feb 27 03:20:36.337 INFO O| Feb 27 03:20:36.337 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972026-02-27T03:20:37.655Z[ recovery-image] Feb 27 03:20:36.351 INFO O| Feb 27 03:20:36.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68982026-02-27T03:20:37.659Z[ recovery-image] Feb 27 03:20:36.352 INFO O| Feb 27 03:20:36.352 INFO STEP 696 (remove_files) COMPLETE
68992026-02-27T03:20:37.659Z[ recovery-image] Feb 27 03:20:36.352 INFO O| Feb 27 03:20:36.352 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002026-02-27T03:20:37.669Z[ recovery-image] Feb 27 03:20:36.365 INFO O| Feb 27 03:20:36.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69012026-02-27T03:20:37.669Z[ recovery-image] Feb 27 03:20:36.365 INFO O| Feb 27 03:20:36.365 INFO STEP 697 (remove_files) COMPLETE
69022026-02-27T03:20:37.669Z[ recovery-image] Feb 27 03:20:36.365 INFO O| Feb 27 03:20:36.365 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032026-02-27T03:20:37.683Z[ recovery-image] Feb 27 03:20:36.379 INFO O| Feb 27 03:20:36.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69042026-02-27T03:20:37.683Z[ recovery-image] Feb 27 03:20:36.379 INFO O| Feb 27 03:20:36.379 INFO STEP 698 (remove_files) COMPLETE
69052026-02-27T03:20:37.683Z[ recovery-image] Feb 27 03:20:36.379 INFO O| Feb 27 03:20:36.379 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062026-02-27T03:20:37.698Z[ recovery-image] Feb 27 03:20:36.393 INFO O| Feb 27 03:20:36.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69072026-02-27T03:20:37.698Z[ recovery-image] Feb 27 03:20:36.393 INFO O| Feb 27 03:20:36.393 INFO STEP 699 (remove_files) COMPLETE
69082026-02-27T03:20:37.698Z[ recovery-image] Feb 27 03:20:36.394 INFO O| Feb 27 03:20:36.393 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092026-02-27T03:20:37.713Z[ recovery-image] Feb 27 03:20:36.408 INFO O| Feb 27 03:20:36.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69102026-02-27T03:20:37.713Z[ recovery-image] Feb 27 03:20:36.409 INFO O| Feb 27 03:20:36.408 INFO STEP 700 (remove_files) COMPLETE
69112026-02-27T03:20:37.716Z[ recovery-image] Feb 27 03:20:36.409 INFO O| Feb 27 03:20:36.409 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122026-02-27T03:20:37.727Z[ recovery-image] Feb 27 03:20:36.423 INFO O| Feb 27 03:20:36.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69132026-02-27T03:20:37.730Z[ recovery-image] Feb 27 03:20:36.423 INFO O| Feb 27 03:20:36.423 INFO STEP 701 (remove_files) COMPLETE
69142026-02-27T03:20:37.730Z[ recovery-image] Feb 27 03:20:36.423 INFO O| Feb 27 03:20:36.423 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152026-02-27T03:20:37.743Z[ recovery-image] Feb 27 03:20:36.438 INFO O| Feb 27 03:20:36.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69162026-02-27T03:20:37.746Z[ recovery-image] Feb 27 03:20:36.439 INFO O| Feb 27 03:20:36.439 INFO STEP 702 (remove_files) COMPLETE
69172026-02-27T03:20:37.746Z[ recovery-image] Feb 27 03:20:36.439 INFO O| Feb 27 03:20:36.439 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182026-02-27T03:20:37.757Z[ recovery-image] Feb 27 03:20:36.453 INFO O| Feb 27 03:20:36.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69192026-02-27T03:20:37.758Z[ recovery-image] Feb 27 03:20:36.454 INFO O| Feb 27 03:20:36.453 INFO STEP 703 (remove_files) COMPLETE
69202026-02-27T03:20:37.758Z[ recovery-image] Feb 27 03:20:36.454 INFO O| Feb 27 03:20:36.454 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212026-02-27T03:20:37.771Z[ recovery-image] Feb 27 03:20:36.467 INFO O| Feb 27 03:20:36.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69222026-02-27T03:20:37.771Z[ recovery-image] Feb 27 03:20:36.467 INFO O| Feb 27 03:20:36.467 INFO STEP 704 (remove_files) COMPLETE
69232026-02-27T03:20:37.771Z[ recovery-image] Feb 27 03:20:36.467 INFO O| Feb 27 03:20:36.467 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242026-02-27T03:20:37.784Z[ recovery-image] Feb 27 03:20:36.480 INFO O| Feb 27 03:20:36.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69252026-02-27T03:20:37.784Z[ recovery-image] Feb 27 03:20:36.480 INFO O| Feb 27 03:20:36.480 INFO STEP 705 (remove_files) COMPLETE
69262026-02-27T03:20:37.784Z[ recovery-image] Feb 27 03:20:36.480 INFO O| Feb 27 03:20:36.480 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272026-02-27T03:20:37.800Z[ recovery-image] Feb 27 03:20:36.496 INFO O| Feb 27 03:20:36.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69282026-02-27T03:20:37.804Z[ recovery-image] Feb 27 03:20:36.496 INFO O| Feb 27 03:20:36.496 INFO STEP 706 (remove_files) COMPLETE
69292026-02-27T03:20:37.804Z[ recovery-image] Feb 27 03:20:36.496 INFO O| Feb 27 03:20:36.496 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302026-02-27T03:20:37.816Z[ recovery-image] Feb 27 03:20:36.512 INFO O| Feb 27 03:20:36.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69312026-02-27T03:20:37.816Z[ recovery-image] Feb 27 03:20:36.512 INFO O| Feb 27 03:20:36.512 INFO STEP 707 (remove_files) COMPLETE
69322026-02-27T03:20:37.816Z[ recovery-image] Feb 27 03:20:36.512 INFO O| Feb 27 03:20:36.512 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332026-02-27T03:20:37.832Z[ recovery-image] Feb 27 03:20:36.528 INFO O| Feb 27 03:20:36.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69342026-02-27T03:20:37.833Z[ recovery-image] Feb 27 03:20:36.529 INFO O| Feb 27 03:20:36.529 INFO STEP 708 (remove_files) COMPLETE
69352026-02-27T03:20:37.833Z[ recovery-image] Feb 27 03:20:36.529 INFO O| Feb 27 03:20:36.529 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362026-02-27T03:20:37.848Z[ recovery-image] Feb 27 03:20:36.544 INFO O| Feb 27 03:20:36.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69372026-02-27T03:20:37.848Z[ recovery-image] Feb 27 03:20:36.544 INFO O| Feb 27 03:20:36.544 INFO STEP 709 (remove_files) COMPLETE
69382026-02-27T03:20:37.848Z[ recovery-image] Feb 27 03:20:36.544 INFO O| Feb 27 03:20:36.544 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392026-02-27T03:20:37.865Z[ recovery-image] Feb 27 03:20:36.560 INFO O| Feb 27 03:20:36.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69402026-02-27T03:20:37.865Z[ recovery-image] Feb 27 03:20:36.560 INFO O| Feb 27 03:20:36.560 INFO STEP 710 (remove_files) COMPLETE
69412026-02-27T03:20:37.865Z[ recovery-image] Feb 27 03:20:36.560 INFO O| Feb 27 03:20:36.560 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422026-02-27T03:20:37.878Z[ recovery-image] Feb 27 03:20:36.574 INFO O| Feb 27 03:20:36.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69432026-02-27T03:20:37.878Z[ recovery-image] Feb 27 03:20:36.574 INFO O| Feb 27 03:20:36.574 INFO STEP 711 (remove_files) COMPLETE
69442026-02-27T03:20:37.878Z[ recovery-image] Feb 27 03:20:36.574 INFO O| Feb 27 03:20:36.574 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452026-02-27T03:20:37.893Z[ recovery-image] Feb 27 03:20:36.589 INFO O| Feb 27 03:20:36.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69462026-02-27T03:20:37.893Z[ recovery-image] Feb 27 03:20:36.589 INFO O| Feb 27 03:20:36.589 INFO STEP 712 (remove_files) COMPLETE
69472026-02-27T03:20:37.893Z[ recovery-image] Feb 27 03:20:36.589 INFO O| Feb 27 03:20:36.589 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482026-02-27T03:20:37.908Z[ recovery-image] Feb 27 03:20:36.604 INFO O| Feb 27 03:20:36.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69492026-02-27T03:20:37.908Z[ recovery-image] Feb 27 03:20:36.604 INFO O| Feb 27 03:20:36.604 INFO STEP 713 (remove_files) COMPLETE
69502026-02-27T03:20:37.908Z[ recovery-image] Feb 27 03:20:36.604 INFO O| Feb 27 03:20:36.604 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512026-02-27T03:20:37.921Z[ recovery-image] Feb 27 03:20:36.617 INFO O| Feb 27 03:20:36.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69522026-02-27T03:20:37.921Z[ recovery-image] Feb 27 03:20:36.617 INFO O| Feb 27 03:20:36.617 INFO STEP 714 (remove_files) COMPLETE
69532026-02-27T03:20:37.921Z[ recovery-image] Feb 27 03:20:36.617 INFO O| Feb 27 03:20:36.617 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542026-02-27T03:20:37.935Z[ recovery-image] Feb 27 03:20:36.631 INFO O| Feb 27 03:20:36.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69552026-02-27T03:20:37.938Z[ recovery-image] Feb 27 03:20:36.632 INFO O| Feb 27 03:20:36.632 INFO STEP 715 (remove_files) COMPLETE
69562026-02-27T03:20:37.938Z[ recovery-image] Feb 27 03:20:36.632 INFO O| Feb 27 03:20:36.632 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572026-02-27T03:20:37.951Z[ recovery-image] Feb 27 03:20:36.647 INFO O| Feb 27 03:20:36.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69582026-02-27T03:20:37.954Z[ recovery-image] Feb 27 03:20:36.648 INFO O| Feb 27 03:20:36.647 INFO STEP 716 (remove_files) COMPLETE
69592026-02-27T03:20:37.954Z[ recovery-image] Feb 27 03:20:36.648 INFO O| Feb 27 03:20:36.647 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602026-02-27T03:20:37.969Z[ recovery-image] Feb 27 03:20:36.665 INFO O| Feb 27 03:20:36.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69612026-02-27T03:20:37.969Z[ recovery-image] Feb 27 03:20:36.665 INFO O| Feb 27 03:20:36.665 INFO STEP 717 (remove_files) COMPLETE
69622026-02-27T03:20:37.969Z[ recovery-image] Feb 27 03:20:36.665 INFO O| Feb 27 03:20:36.665 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632026-02-27T03:20:37.985Z[ recovery-image] Feb 27 03:20:36.681 INFO O| Feb 27 03:20:36.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69642026-02-27T03:20:37.986Z[ recovery-image] Feb 27 03:20:36.681 INFO O| Feb 27 03:20:36.681 INFO STEP 718 (remove_files) COMPLETE
69652026-02-27T03:20:37.989Z[ recovery-image] Feb 27 03:20:36.681 INFO O| Feb 27 03:20:36.681 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662026-02-27T03:20:38.002Z[ recovery-image] Feb 27 03:20:36.698 INFO O| Feb 27 03:20:36.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69672026-02-27T03:20:38.002Z[ recovery-image] Feb 27 03:20:36.698 INFO O| Feb 27 03:20:36.698 INFO STEP 719 (remove_files) COMPLETE
69682026-02-27T03:20:38.002Z[ recovery-image] Feb 27 03:20:36.698 INFO O| Feb 27 03:20:36.698 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692026-02-27T03:20:38.019Z[ recovery-image] Feb 27 03:20:36.714 INFO O| Feb 27 03:20:36.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69702026-02-27T03:20:38.019Z[ recovery-image] Feb 27 03:20:36.714 INFO O| Feb 27 03:20:36.714 INFO STEP 720 (remove_files) COMPLETE
69712026-02-27T03:20:38.019Z[ recovery-image] Feb 27 03:20:36.715 INFO O| Feb 27 03:20:36.714 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722026-02-27T03:20:38.034Z[ recovery-image] Feb 27 03:20:36.730 INFO O| Feb 27 03:20:36.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69732026-02-27T03:20:38.037Z[ recovery-image] Feb 27 03:20:36.730 INFO O| Feb 27 03:20:36.730 INFO STEP 721 (remove_files) COMPLETE
69742026-02-27T03:20:38.037Z[ recovery-image] Feb 27 03:20:36.730 INFO O| Feb 27 03:20:36.730 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752026-02-27T03:20:38.049Z[ recovery-image] Feb 27 03:20:36.745 INFO O| Feb 27 03:20:36.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69762026-02-27T03:20:38.052Z[ recovery-image] Feb 27 03:20:36.745 INFO O| Feb 27 03:20:36.745 INFO STEP 722 (remove_files) COMPLETE
69772026-02-27T03:20:38.052Z[ recovery-image] Feb 27 03:20:36.745 INFO O| Feb 27 03:20:36.745 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782026-02-27T03:20:38.064Z[ recovery-image] Feb 27 03:20:36.760 INFO O| Feb 27 03:20:36.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69792026-02-27T03:20:38.064Z[ recovery-image] Feb 27 03:20:36.760 INFO O| Feb 27 03:20:36.760 INFO STEP 723 (remove_files) COMPLETE
69802026-02-27T03:20:38.067Z[ recovery-image] Feb 27 03:20:36.760 INFO O| Feb 27 03:20:36.760 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812026-02-27T03:20:38.079Z[ recovery-image] Feb 27 03:20:36.775 INFO O| Feb 27 03:20:36.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69822026-02-27T03:20:38.079Z[ recovery-image] Feb 27 03:20:36.776 INFO O| Feb 27 03:20:36.775 INFO STEP 724 (remove_files) COMPLETE
69832026-02-27T03:20:38.082Z[ recovery-image] Feb 27 03:20:36.776 INFO O| Feb 27 03:20:36.775 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842026-02-27T03:20:38.095Z[ recovery-image] Feb 27 03:20:36.791 INFO O| Feb 27 03:20:36.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69852026-02-27T03:20:38.095Z[ recovery-image] Feb 27 03:20:36.791 INFO O| Feb 27 03:20:36.791 INFO STEP 725 (remove_files) COMPLETE
69862026-02-27T03:20:38.095Z[ recovery-image] Feb 27 03:20:36.791 INFO O| Feb 27 03:20:36.791 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872026-02-27T03:20:38.110Z[ recovery-image] Feb 27 03:20:36.806 INFO O| Feb 27 03:20:36.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69882026-02-27T03:20:38.110Z[ recovery-image] Feb 27 03:20:36.806 INFO O| Feb 27 03:20:36.806 INFO STEP 726 (remove_files) COMPLETE
69892026-02-27T03:20:38.110Z[ recovery-image] Feb 27 03:20:36.806 INFO O| Feb 27 03:20:36.806 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902026-02-27T03:20:38.127Z[ recovery-image] Feb 27 03:20:36.823 INFO O| Feb 27 03:20:36.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69912026-02-27T03:20:38.127Z[ recovery-image] Feb 27 03:20:36.823 INFO O| Feb 27 03:20:36.823 INFO STEP 727 (remove_files) COMPLETE
69922026-02-27T03:20:38.127Z[ recovery-image] Feb 27 03:20:36.823 INFO O| Feb 27 03:20:36.823 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932026-02-27T03:20:38.143Z[ recovery-image] Feb 27 03:20:36.839 INFO O| Feb 27 03:20:36.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69942026-02-27T03:20:38.143Z[ recovery-image] Feb 27 03:20:36.839 INFO O| Feb 27 03:20:36.839 INFO STEP 728 (remove_files) COMPLETE
69952026-02-27T03:20:38.143Z[ recovery-image] Feb 27 03:20:36.839 INFO O| Feb 27 03:20:36.839 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962026-02-27T03:20:38.158Z[ recovery-image] Feb 27 03:20:36.854 INFO O| Feb 27 03:20:36.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69972026-02-27T03:20:38.158Z[ recovery-image] Feb 27 03:20:36.854 INFO O| Feb 27 03:20:36.854 INFO STEP 729 (remove_files) COMPLETE
69982026-02-27T03:20:38.158Z[ recovery-image] Feb 27 03:20:36.854 INFO O| Feb 27 03:20:36.854 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992026-02-27T03:20:38.172Z[ recovery-image] Feb 27 03:20:36.868 INFO O| Feb 27 03:20:36.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70002026-02-27T03:20:38.172Z[ recovery-image] Feb 27 03:20:36.868 INFO O| Feb 27 03:20:36.868 INFO STEP 730 (remove_files) COMPLETE
70012026-02-27T03:20:38.176Z[ recovery-image] Feb 27 03:20:36.868 INFO O| Feb 27 03:20:36.868 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022026-02-27T03:20:38.186Z[ recovery-image] Feb 27 03:20:36.882 INFO O| Feb 27 03:20:36.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70032026-02-27T03:20:38.186Z[ recovery-image] Feb 27 03:20:36.882 INFO O| Feb 27 03:20:36.882 INFO STEP 731 (remove_files) COMPLETE
70042026-02-27T03:20:38.186Z[ recovery-image] Feb 27 03:20:36.882 INFO O| Feb 27 03:20:36.882 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052026-02-27T03:20:38.202Z[ recovery-image] Feb 27 03:20:36.898 INFO O| Feb 27 03:20:36.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70062026-02-27T03:20:38.202Z[ recovery-image] Feb 27 03:20:36.898 INFO O| Feb 27 03:20:36.898 INFO STEP 732 (remove_files) COMPLETE
70072026-02-27T03:20:38.202Z[ recovery-image] Feb 27 03:20:36.898 INFO O| Feb 27 03:20:36.898 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082026-02-27T03:20:38.217Z[ recovery-image] Feb 27 03:20:36.913 INFO O| Feb 27 03:20:36.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70092026-02-27T03:20:38.217Z[ recovery-image] Feb 27 03:20:36.913 INFO O| Feb 27 03:20:36.913 INFO STEP 733 (remove_files) COMPLETE
70102026-02-27T03:20:38.218Z[ recovery-image] Feb 27 03:20:36.913 INFO O| Feb 27 03:20:36.913 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112026-02-27T03:20:38.232Z[ recovery-image] Feb 27 03:20:36.928 INFO O| Feb 27 03:20:36.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70122026-02-27T03:20:38.232Z[ recovery-image] Feb 27 03:20:36.928 INFO O| Feb 27 03:20:36.928 INFO STEP 734 (remove_files) COMPLETE
70132026-02-27T03:20:38.232Z[ recovery-image] Feb 27 03:20:36.928 INFO O| Feb 27 03:20:36.928 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142026-02-27T03:20:38.246Z[ recovery-image] Feb 27 03:20:36.942 INFO O| Feb 27 03:20:36.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70152026-02-27T03:20:38.249Z[ recovery-image] Feb 27 03:20:36.943 INFO O| Feb 27 03:20:36.943 INFO STEP 735 (remove_files) COMPLETE
70162026-02-27T03:20:38.249Z[ recovery-image] Feb 27 03:20:36.943 INFO O| Feb 27 03:20:36.943 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172026-02-27T03:20:38.262Z[ recovery-image] Feb 27 03:20:36.957 INFO O| Feb 27 03:20:36.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70182026-02-27T03:20:38.262Z[ recovery-image] Feb 27 03:20:36.958 INFO O| Feb 27 03:20:36.958 INFO STEP 736 (remove_files) COMPLETE
70192026-02-27T03:20:38.262Z[ recovery-image] Feb 27 03:20:36.958 INFO O| Feb 27 03:20:36.958 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202026-02-27T03:20:38.275Z[ recovery-image] Feb 27 03:20:36.971 INFO O| Feb 27 03:20:36.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70212026-02-27T03:20:38.276Z[ recovery-image] Feb 27 03:20:36.971 INFO O| Feb 27 03:20:36.971 INFO STEP 737 (remove_files) COMPLETE
70222026-02-27T03:20:38.276Z[ recovery-image] Feb 27 03:20:36.971 INFO O| Feb 27 03:20:36.971 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232026-02-27T03:20:38.289Z[ recovery-image] Feb 27 03:20:36.985 INFO O| Feb 27 03:20:36.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70242026-02-27T03:20:38.289Z[ recovery-image] Feb 27 03:20:36.985 INFO O| Feb 27 03:20:36.985 INFO STEP 738 (remove_files) COMPLETE
70252026-02-27T03:20:38.289Z[ recovery-image] Feb 27 03:20:36.985 INFO O| Feb 27 03:20:36.985 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262026-02-27T03:20:38.304Z[ recovery-image] Feb 27 03:20:37.000 INFO O| Feb 27 03:20:37.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70272026-02-27T03:20:38.307Z[ recovery-image] Feb 27 03:20:37.000 INFO O| Feb 27 03:20:37.000 INFO STEP 739 (remove_files) COMPLETE
70282026-02-27T03:20:38.307Z[ recovery-image] Feb 27 03:20:37.001 INFO O| Feb 27 03:20:37.000 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292026-02-27T03:20:38.322Z[ recovery-image] Feb 27 03:20:37.018 INFO O| Feb 27 03:20:37.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70302026-02-27T03:20:38.322Z[ recovery-image] Feb 27 03:20:37.018 INFO O| Feb 27 03:20:37.018 INFO STEP 740 (remove_files) COMPLETE
70312026-02-27T03:20:38.322Z[ recovery-image] Feb 27 03:20:37.018 INFO O| Feb 27 03:20:37.018 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322026-02-27T03:20:38.335Z[ recovery-image] Feb 27 03:20:37.030 INFO O| Feb 27 03:20:37.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70332026-02-27T03:20:38.335Z[ recovery-image] Feb 27 03:20:37.031 INFO O| Feb 27 03:20:37.031 INFO STEP 741 (remove_files) COMPLETE
70342026-02-27T03:20:38.335Z[ recovery-image] Feb 27 03:20:37.031 INFO O| Feb 27 03:20:37.031 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352026-02-27T03:20:38.348Z[ recovery-image] Feb 27 03:20:37.044 INFO O| Feb 27 03:20:37.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70362026-02-27T03:20:38.348Z[ recovery-image] Feb 27 03:20:37.044 INFO O| Feb 27 03:20:37.044 INFO STEP 742 (remove_files) COMPLETE
70372026-02-27T03:20:38.348Z[ recovery-image] Feb 27 03:20:37.044 INFO O| Feb 27 03:20:37.044 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382026-02-27T03:20:38.362Z[ recovery-image] Feb 27 03:20:37.058 INFO O| Feb 27 03:20:37.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70392026-02-27T03:20:38.362Z[ recovery-image] Feb 27 03:20:37.058 INFO O| Feb 27 03:20:37.058 INFO STEP 743 (remove_files) COMPLETE
70402026-02-27T03:20:38.362Z[ recovery-image] Feb 27 03:20:37.058 INFO O| Feb 27 03:20:37.058 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412026-02-27T03:20:38.376Z[ recovery-image] Feb 27 03:20:37.071 INFO O| Feb 27 03:20:37.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70422026-02-27T03:20:38.376Z[ recovery-image] Feb 27 03:20:37.071 INFO O| Feb 27 03:20:37.071 INFO STEP 744 (remove_files) COMPLETE
70432026-02-27T03:20:38.376Z[ recovery-image] Feb 27 03:20:37.071 INFO O| Feb 27 03:20:37.071 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442026-02-27T03:20:38.387Z[ recovery-image] Feb 27 03:20:37.083 INFO O| Feb 27 03:20:37.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70452026-02-27T03:20:38.387Z[ recovery-image] Feb 27 03:20:37.083 INFO O| Feb 27 03:20:37.083 INFO STEP 745 (remove_files) COMPLETE
70462026-02-27T03:20:38.387Z[ recovery-image] Feb 27 03:20:37.083 INFO O| Feb 27 03:20:37.083 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472026-02-27T03:20:38.400Z[ recovery-image] Feb 27 03:20:37.095 INFO O| Feb 27 03:20:37.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70482026-02-27T03:20:38.400Z[ recovery-image] Feb 27 03:20:37.095 INFO O| Feb 27 03:20:37.095 INFO STEP 746 (remove_files) COMPLETE
70492026-02-27T03:20:38.402Z[ recovery-image] Feb 27 03:20:37.096 INFO O| Feb 27 03:20:37.095 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502026-02-27T03:20:38.413Z[ recovery-image] Feb 27 03:20:37.108 INFO O| Feb 27 03:20:37.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70512026-02-27T03:20:38.413Z[ recovery-image] Feb 27 03:20:37.108 INFO O| Feb 27 03:20:37.108 INFO STEP 747 (remove_files) COMPLETE
70522026-02-27T03:20:38.413Z[ recovery-image] Feb 27 03:20:37.108 INFO O| Feb 27 03:20:37.108 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532026-02-27T03:20:38.426Z[ recovery-image] Feb 27 03:20:37.122 INFO O| Feb 27 03:20:37.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70542026-02-27T03:20:38.426Z[ recovery-image] Feb 27 03:20:37.122 INFO O| Feb 27 03:20:37.122 INFO STEP 748 (remove_files) COMPLETE
70552026-02-27T03:20:38.426Z[ recovery-image] Feb 27 03:20:37.122 INFO O| Feb 27 03:20:37.122 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562026-02-27T03:20:38.439Z[ recovery-image] Feb 27 03:20:37.135 INFO O| Feb 27 03:20:37.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70572026-02-27T03:20:38.439Z[ recovery-image] Feb 27 03:20:37.135 INFO O| Feb 27 03:20:37.135 INFO STEP 749 (remove_files) COMPLETE
70582026-02-27T03:20:38.439Z[ recovery-image] Feb 27 03:20:37.135 INFO O| Feb 27 03:20:37.135 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592026-02-27T03:20:38.453Z[ recovery-image] Feb 27 03:20:37.149 INFO O| Feb 27 03:20:37.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70602026-02-27T03:20:38.453Z[ recovery-image] Feb 27 03:20:37.149 INFO O| Feb 27 03:20:37.149 INFO STEP 750 (remove_files) COMPLETE
70612026-02-27T03:20:38.453Z[ recovery-image] Feb 27 03:20:37.149 INFO O| Feb 27 03:20:37.149 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622026-02-27T03:20:38.467Z[ recovery-image] Feb 27 03:20:37.163 INFO O| Feb 27 03:20:37.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70632026-02-27T03:20:38.467Z[ recovery-image] Feb 27 03:20:37.163 INFO O| Feb 27 03:20:37.163 INFO STEP 751 (remove_files) COMPLETE
70642026-02-27T03:20:38.467Z[ recovery-image] Feb 27 03:20:37.163 INFO O| Feb 27 03:20:37.163 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652026-02-27T03:20:38.481Z[ recovery-image] Feb 27 03:20:37.176 INFO O| Feb 27 03:20:37.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70662026-02-27T03:20:38.481Z[ recovery-image] Feb 27 03:20:37.176 INFO O| Feb 27 03:20:37.176 INFO STEP 752 (remove_files) COMPLETE
70672026-02-27T03:20:38.481Z[ recovery-image] Feb 27 03:20:37.176 INFO O| Feb 27 03:20:37.176 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682026-02-27T03:20:38.493Z[ recovery-image] Feb 27 03:20:37.189 INFO O| Feb 27 03:20:37.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70692026-02-27T03:20:38.493Z[ recovery-image] Feb 27 03:20:37.189 INFO O| Feb 27 03:20:37.189 INFO STEP 753 (remove_files) COMPLETE
70702026-02-27T03:20:38.494Z[ recovery-image] Feb 27 03:20:37.189 INFO O| Feb 27 03:20:37.189 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712026-02-27T03:20:38.506Z[ recovery-image] Feb 27 03:20:37.202 INFO O| Feb 27 03:20:37.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70722026-02-27T03:20:38.506Z[ recovery-image] Feb 27 03:20:37.202 INFO O| Feb 27 03:20:37.202 INFO STEP 754 (remove_files) COMPLETE
70732026-02-27T03:20:38.506Z[ recovery-image] Feb 27 03:20:37.202 INFO O| Feb 27 03:20:37.202 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742026-02-27T03:20:38.519Z[ recovery-image] Feb 27 03:20:37.214 INFO O| Feb 27 03:20:37.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70752026-02-27T03:20:38.519Z[ recovery-image] Feb 27 03:20:37.214 INFO O| Feb 27 03:20:37.214 INFO STEP 755 (remove_files) COMPLETE
70762026-02-27T03:20:38.519Z[ recovery-image] Feb 27 03:20:37.215 INFO O| Feb 27 03:20:37.214 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772026-02-27T03:20:38.532Z[ recovery-image] Feb 27 03:20:37.228 INFO O| Feb 27 03:20:37.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70782026-02-27T03:20:38.532Z[ recovery-image] Feb 27 03:20:37.228 INFO O| Feb 27 03:20:37.228 INFO STEP 756 (remove_files) COMPLETE
70792026-02-27T03:20:38.532Z[ recovery-image] Feb 27 03:20:37.228 INFO O| Feb 27 03:20:37.228 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802026-02-27T03:20:38.545Z[ recovery-image] Feb 27 03:20:37.241 INFO O| Feb 27 03:20:37.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70812026-02-27T03:20:38.545Z[ recovery-image] Feb 27 03:20:37.241 INFO O| Feb 27 03:20:37.241 INFO STEP 757 (remove_files) COMPLETE
70822026-02-27T03:20:38.545Z[ recovery-image] Feb 27 03:20:37.241 INFO O| Feb 27 03:20:37.241 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832026-02-27T03:20:38.559Z[ recovery-image] Feb 27 03:20:37.255 INFO O| Feb 27 03:20:37.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70842026-02-27T03:20:38.559Z[ recovery-image] Feb 27 03:20:37.255 INFO O| Feb 27 03:20:37.255 INFO STEP 758 (remove_files) COMPLETE
70852026-02-27T03:20:38.559Z[ recovery-image] Feb 27 03:20:37.255 INFO O| Feb 27 03:20:37.255 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862026-02-27T03:20:38.574Z[ recovery-image] Feb 27 03:20:37.270 INFO O| Feb 27 03:20:37.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70872026-02-27T03:20:38.574Z[ recovery-image] Feb 27 03:20:37.270 INFO O| Feb 27 03:20:37.270 INFO STEP 759 (remove_files) COMPLETE
70882026-02-27T03:20:38.574Z[ recovery-image] Feb 27 03:20:37.270 INFO O| Feb 27 03:20:37.270 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892026-02-27T03:20:38.587Z[ recovery-image] Feb 27 03:20:37.283 INFO O| Feb 27 03:20:37.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70902026-02-27T03:20:38.588Z[ recovery-image] Feb 27 03:20:37.283 INFO O| Feb 27 03:20:37.283 INFO STEP 760 (remove_files) COMPLETE
70912026-02-27T03:20:38.588Z[ recovery-image] Feb 27 03:20:37.283 INFO O| Feb 27 03:20:37.283 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922026-02-27T03:20:38.602Z[ recovery-image] Feb 27 03:20:37.298 INFO O| Feb 27 03:20:37.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70932026-02-27T03:20:38.602Z[ recovery-image] Feb 27 03:20:37.298 INFO O| Feb 27 03:20:37.298 INFO STEP 761 (remove_files) COMPLETE
70942026-02-27T03:20:38.602Z[ recovery-image] Feb 27 03:20:37.298 INFO O| Feb 27 03:20:37.298 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952026-02-27T03:20:38.617Z[ recovery-image] Feb 27 03:20:37.313 INFO O| Feb 27 03:20:37.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70962026-02-27T03:20:38.620Z[ recovery-image] Feb 27 03:20:37.314 INFO O| Feb 27 03:20:37.314 INFO STEP 762 (remove_files) COMPLETE
70972026-02-27T03:20:38.620Z[ recovery-image] Feb 27 03:20:37.314 INFO O| Feb 27 03:20:37.314 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982026-02-27T03:20:38.630Z[ recovery-image] Feb 27 03:20:37.326 INFO O| Feb 27 03:20:37.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70992026-02-27T03:20:38.630Z[ recovery-image] Feb 27 03:20:37.326 INFO O| Feb 27 03:20:37.326 INFO STEP 763 (remove_files) COMPLETE
71002026-02-27T03:20:38.630Z[ recovery-image] Feb 27 03:20:37.326 INFO O| Feb 27 03:20:37.326 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012026-02-27T03:20:38.644Z[ recovery-image] Feb 27 03:20:37.339 INFO O| Feb 27 03:20:37.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71022026-02-27T03:20:38.647Z[ recovery-image] Feb 27 03:20:37.340 INFO O| Feb 27 03:20:37.340 INFO STEP 764 (remove_files) COMPLETE
71032026-02-27T03:20:38.647Z[ recovery-image] Feb 27 03:20:37.340 INFO O| Feb 27 03:20:37.340 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042026-02-27T03:20:38.660Z[ recovery-image] Feb 27 03:20:37.356 INFO O| Feb 27 03:20:37.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71052026-02-27T03:20:38.660Z[ recovery-image] Feb 27 03:20:37.356 INFO O| Feb 27 03:20:37.356 INFO STEP 765 (remove_files) COMPLETE
71062026-02-27T03:20:38.660Z[ recovery-image] Feb 27 03:20:37.356 INFO O| Feb 27 03:20:37.356 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072026-02-27T03:20:38.676Z[ recovery-image] Feb 27 03:20:37.372 INFO O| Feb 27 03:20:37.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71082026-02-27T03:20:38.676Z[ recovery-image] Feb 27 03:20:37.372 INFO O| Feb 27 03:20:37.372 INFO STEP 766 (remove_files) COMPLETE
71092026-02-27T03:20:38.676Z[ recovery-image] Feb 27 03:20:37.372 INFO O| Feb 27 03:20:37.372 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102026-02-27T03:20:38.692Z[ recovery-image] Feb 27 03:20:37.388 INFO O| Feb 27 03:20:37.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71112026-02-27T03:20:38.695Z[ recovery-image] Feb 27 03:20:37.388 INFO O| Feb 27 03:20:37.388 INFO STEP 767 (remove_files) COMPLETE
71122026-02-27T03:20:38.695Z[ recovery-image] Feb 27 03:20:37.388 INFO O| Feb 27 03:20:37.388 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132026-02-27T03:20:38.705Z[ recovery-image] Feb 27 03:20:37.401 INFO O| Feb 27 03:20:37.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71142026-02-27T03:20:38.708Z[ recovery-image] Feb 27 03:20:37.401 INFO O| Feb 27 03:20:37.401 INFO STEP 768 (remove_files) COMPLETE
71152026-02-27T03:20:38.708Z[ recovery-image] Feb 27 03:20:37.401 INFO O| Feb 27 03:20:37.401 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162026-02-27T03:20:38.720Z[ recovery-image] Feb 27 03:20:37.415 INFO O| Feb 27 03:20:37.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71172026-02-27T03:20:38.720Z[ recovery-image] Feb 27 03:20:37.416 INFO O| Feb 27 03:20:37.415 INFO STEP 769 (remove_files) COMPLETE
71182026-02-27T03:20:38.720Z[ recovery-image] Feb 27 03:20:37.416 INFO O| Feb 27 03:20:37.416 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192026-02-27T03:20:38.733Z[ recovery-image] Feb 27 03:20:37.429 INFO O| Feb 27 03:20:37.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71202026-02-27T03:20:38.733Z[ recovery-image] Feb 27 03:20:37.429 INFO O| Feb 27 03:20:37.429 INFO STEP 770 (remove_files) COMPLETE
71212026-02-27T03:20:38.736Z[ recovery-image] Feb 27 03:20:37.429 INFO O| Feb 27 03:20:37.429 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222026-02-27T03:20:38.748Z[ recovery-image] Feb 27 03:20:37.444 INFO O| Feb 27 03:20:37.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71232026-02-27T03:20:38.748Z[ recovery-image] Feb 27 03:20:37.444 INFO O| Feb 27 03:20:37.444 INFO STEP 771 (remove_files) COMPLETE
71242026-02-27T03:20:38.748Z[ recovery-image] Feb 27 03:20:37.444 INFO O| Feb 27 03:20:37.444 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252026-02-27T03:20:38.761Z[ recovery-image] Feb 27 03:20:37.457 INFO O| Feb 27 03:20:37.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71262026-02-27T03:20:38.765Z[ recovery-image] Feb 27 03:20:37.457 INFO O| Feb 27 03:20:37.457 INFO STEP 772 (remove_files) COMPLETE
71272026-02-27T03:20:38.765Z[ recovery-image] Feb 27 03:20:37.457 INFO O| Feb 27 03:20:37.457 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282026-02-27T03:20:38.839Z[ recovery-image] Feb 27 03:20:37.470 INFO O| Feb 27 03:20:37.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71292026-02-27T03:20:38.839Z[ recovery-image] Feb 27 03:20:37.470 INFO O| Feb 27 03:20:37.470 INFO STEP 773 (remove_files) COMPLETE
71302026-02-27T03:20:38.839Z[ recovery-image] Feb 27 03:20:37.470 INFO O| Feb 27 03:20:37.470 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312026-02-27T03:20:38.839Z[ recovery-image] Feb 27 03:20:37.483 INFO O| Feb 27 03:20:37.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71322026-02-27T03:20:38.839Z[ recovery-image] Feb 27 03:20:37.484 INFO O| Feb 27 03:20:37.483 INFO STEP 774 (remove_files) COMPLETE
71332026-02-27T03:20:38.840Z[ recovery-image] Feb 27 03:20:37.484 INFO O| Feb 27 03:20:37.484 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342026-02-27T03:20:38.840Z[ recovery-image] Feb 27 03:20:37.497 INFO O| Feb 27 03:20:37.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71352026-02-27T03:20:38.840Z[ recovery-image] Feb 27 03:20:37.497 INFO O| Feb 27 03:20:37.497 INFO STEP 775 (remove_files) COMPLETE
71362026-02-27T03:20:38.840Z[ recovery-image] Feb 27 03:20:37.497 INFO O| Feb 27 03:20:37.497 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372026-02-27T03:20:38.840Z[ recovery-image] Feb 27 03:20:37.511 INFO O| Feb 27 03:20:37.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71382026-02-27T03:20:38.840Z[ recovery-image] Feb 27 03:20:37.511 INFO O| Feb 27 03:20:37.511 INFO STEP 776 (remove_files) COMPLETE
71392026-02-27T03:20:38.840Z[ recovery-image] Feb 27 03:20:37.511 INFO O| Feb 27 03:20:37.511 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402026-02-27T03:20:38.840Z[ recovery-image] Feb 27 03:20:37.524 INFO O| Feb 27 03:20:37.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71412026-02-27T03:20:38.840Z[ recovery-image] Feb 27 03:20:37.524 INFO O| Feb 27 03:20:37.524 INFO STEP 777 (remove_files) COMPLETE
71422026-02-27T03:20:38.840Z[ recovery-image] Feb 27 03:20:37.524 INFO O| Feb 27 03:20:37.524 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432026-02-27T03:20:38.844Z[ recovery-image] Feb 27 03:20:37.537 INFO O| Feb 27 03:20:37.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71442026-02-27T03:20:38.844Z[ recovery-image] Feb 27 03:20:37.538 INFO O| Feb 27 03:20:37.538 INFO STEP 778 (remove_files) COMPLETE
71452026-02-27T03:20:38.844Z[ recovery-image] Feb 27 03:20:37.538 INFO O| Feb 27 03:20:37.538 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462026-02-27T03:20:38.855Z[ recovery-image] Feb 27 03:20:37.551 INFO O| Feb 27 03:20:37.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71472026-02-27T03:20:38.855Z[ recovery-image] Feb 27 03:20:37.551 INFO O| Feb 27 03:20:37.551 INFO STEP 779 (remove_files) COMPLETE
71482026-02-27T03:20:38.855Z[ recovery-image] Feb 27 03:20:37.551 INFO O| Feb 27 03:20:37.551 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492026-02-27T03:20:38.869Z[ recovery-image] Feb 27 03:20:37.565 INFO O| Feb 27 03:20:37.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71502026-02-27T03:20:38.869Z[ recovery-image] Feb 27 03:20:37.565 INFO O| Feb 27 03:20:37.565 INFO STEP 780 (remove_files) COMPLETE
71512026-02-27T03:20:38.869Z[ recovery-image] Feb 27 03:20:37.565 INFO O| Feb 27 03:20:37.565 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522026-02-27T03:20:38.883Z[ recovery-image] Feb 27 03:20:37.579 INFO O| Feb 27 03:20:37.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71532026-02-27T03:20:38.884Z[ recovery-image] Feb 27 03:20:37.579 INFO O| Feb 27 03:20:37.579 INFO STEP 781 (remove_files) COMPLETE
71542026-02-27T03:20:38.884Z[ recovery-image] Feb 27 03:20:37.579 INFO O| Feb 27 03:20:37.579 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552026-02-27T03:20:38.897Z[ recovery-image] Feb 27 03:20:37.593 INFO O| Feb 27 03:20:37.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71562026-02-27T03:20:38.897Z[ recovery-image] Feb 27 03:20:37.593 INFO O| Feb 27 03:20:37.593 INFO STEP 782 (remove_files) COMPLETE
71572026-02-27T03:20:38.897Z[ recovery-image] Feb 27 03:20:37.593 INFO O| Feb 27 03:20:37.593 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582026-02-27T03:20:38.910Z[ recovery-image] Feb 27 03:20:37.605 INFO O| Feb 27 03:20:37.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71592026-02-27T03:20:38.913Z[ recovery-image] Feb 27 03:20:37.606 INFO O| Feb 27 03:20:37.606 INFO STEP 783 (remove_files) COMPLETE
71602026-02-27T03:20:38.913Z[ recovery-image] Feb 27 03:20:37.606 INFO O| Feb 27 03:20:37.606 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612026-02-27T03:20:38.923Z[ recovery-image] Feb 27 03:20:37.619 INFO O| Feb 27 03:20:37.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71622026-02-27T03:20:38.923Z[ recovery-image] Feb 27 03:20:37.619 INFO O| Feb 27 03:20:37.619 INFO STEP 784 (remove_files) COMPLETE
71632026-02-27T03:20:38.923Z[ recovery-image] Feb 27 03:20:37.619 INFO O| Feb 27 03:20:37.619 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642026-02-27T03:20:38.936Z[ recovery-image] Feb 27 03:20:37.632 INFO O| Feb 27 03:20:37.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71652026-02-27T03:20:38.936Z[ recovery-image] Feb 27 03:20:37.632 INFO O| Feb 27 03:20:37.632 INFO STEP 785 (remove_files) COMPLETE
71662026-02-27T03:20:38.936Z[ recovery-image] Feb 27 03:20:37.632 INFO O| Feb 27 03:20:37.632 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672026-02-27T03:20:38.950Z[ recovery-image] Feb 27 03:20:37.645 INFO O| Feb 27 03:20:37.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71682026-02-27T03:20:38.953Z[ recovery-image] Feb 27 03:20:37.646 INFO O| Feb 27 03:20:37.646 INFO STEP 786 (remove_files) COMPLETE
71692026-02-27T03:20:38.953Z[ recovery-image] Feb 27 03:20:37.646 INFO O| Feb 27 03:20:37.646 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702026-02-27T03:20:38.963Z[ recovery-image] Feb 27 03:20:37.659 INFO O| Feb 27 03:20:37.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71712026-02-27T03:20:38.963Z[ recovery-image] Feb 27 03:20:37.660 INFO O| Feb 27 03:20:37.659 INFO STEP 787 (remove_files) COMPLETE
71722026-02-27T03:20:38.967Z[ recovery-image] Feb 27 03:20:37.660 INFO O| Feb 27 03:20:37.660 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732026-02-27T03:20:38.978Z[ recovery-image] Feb 27 03:20:37.674 INFO O| Feb 27 03:20:37.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71742026-02-27T03:20:38.978Z[ recovery-image] Feb 27 03:20:37.674 INFO O| Feb 27 03:20:37.674 INFO STEP 788 (remove_files) COMPLETE
71752026-02-27T03:20:38.978Z[ recovery-image] Feb 27 03:20:37.674 INFO O| Feb 27 03:20:37.674 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762026-02-27T03:20:38.993Z[ recovery-image] Feb 27 03:20:37.687 INFO O| Feb 27 03:20:37.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71772026-02-27T03:20:38.993Z[ recovery-image] Feb 27 03:20:37.687 INFO O| Feb 27 03:20:37.687 INFO STEP 789 (remove_files) COMPLETE
71782026-02-27T03:20:38.996Z[ recovery-image] Feb 27 03:20:37.687 INFO O| Feb 27 03:20:37.687 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792026-02-27T03:20:39.005Z[ recovery-image] Feb 27 03:20:37.701 INFO O| Feb 27 03:20:37.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71802026-02-27T03:20:39.005Z[ recovery-image] Feb 27 03:20:37.701 INFO O| Feb 27 03:20:37.701 INFO STEP 790 (remove_files) COMPLETE
71812026-02-27T03:20:39.005Z[ recovery-image] Feb 27 03:20:37.701 INFO O| Feb 27 03:20:37.701 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822026-02-27T03:20:39.019Z[ recovery-image] Feb 27 03:20:37.715 INFO O| Feb 27 03:20:37.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71832026-02-27T03:20:39.019Z[ recovery-image] Feb 27 03:20:37.715 INFO O| Feb 27 03:20:37.715 INFO STEP 791 (remove_files) COMPLETE
71842026-02-27T03:20:39.019Z[ recovery-image] Feb 27 03:20:37.715 INFO O| Feb 27 03:20:37.715 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852026-02-27T03:20:39.031Z[ recovery-image] Feb 27 03:20:37.727 INFO O| Feb 27 03:20:37.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71862026-02-27T03:20:39.031Z[ recovery-image] Feb 27 03:20:37.727 INFO O| Feb 27 03:20:37.727 INFO STEP 792 (remove_files) COMPLETE
71872026-02-27T03:20:39.031Z[ recovery-image] Feb 27 03:20:37.727 INFO O| Feb 27 03:20:37.727 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882026-02-27T03:20:39.044Z[ recovery-image] Feb 27 03:20:37.740 INFO O| Feb 27 03:20:37.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71892026-02-27T03:20:39.044Z[ recovery-image] Feb 27 03:20:37.740 INFO O| Feb 27 03:20:37.740 INFO STEP 793 (remove_files) COMPLETE
71902026-02-27T03:20:39.044Z[ recovery-image] Feb 27 03:20:37.740 INFO O| Feb 27 03:20:37.740 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912026-02-27T03:20:39.058Z[ recovery-image] Feb 27 03:20:37.753 INFO O| Feb 27 03:20:37.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71922026-02-27T03:20:39.058Z[ recovery-image] Feb 27 03:20:37.753 INFO O| Feb 27 03:20:37.753 INFO STEP 794 (remove_files) COMPLETE
71932026-02-27T03:20:39.060Z[ recovery-image] Feb 27 03:20:37.754 INFO O| Feb 27 03:20:37.753 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942026-02-27T03:20:39.071Z[ recovery-image] Feb 27 03:20:37.766 INFO O| Feb 27 03:20:37.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71952026-02-27T03:20:39.071Z[ recovery-image] Feb 27 03:20:37.767 INFO O| Feb 27 03:20:37.766 INFO STEP 795 (remove_files) COMPLETE
71962026-02-27T03:20:39.071Z[ recovery-image] Feb 27 03:20:37.767 INFO O| Feb 27 03:20:37.767 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972026-02-27T03:20:39.084Z[ recovery-image] Feb 27 03:20:37.780 INFO O| Feb 27 03:20:37.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71982026-02-27T03:20:39.085Z[ recovery-image] Feb 27 03:20:37.780 INFO O| Feb 27 03:20:37.780 INFO STEP 796 (remove_files) COMPLETE
71992026-02-27T03:20:39.085Z[ recovery-image] Feb 27 03:20:37.780 INFO O| Feb 27 03:20:37.780 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002026-02-27T03:20:39.098Z[ recovery-image] Feb 27 03:20:37.794 INFO O| Feb 27 03:20:37.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72012026-02-27T03:20:39.098Z[ recovery-image] Feb 27 03:20:37.794 INFO O| Feb 27 03:20:37.794 INFO STEP 797 (remove_files) COMPLETE
72022026-02-27T03:20:39.098Z[ recovery-image] Feb 27 03:20:37.794 INFO O| Feb 27 03:20:37.794 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032026-02-27T03:20:39.111Z[ recovery-image] Feb 27 03:20:37.807 INFO O| Feb 27 03:20:37.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72042026-02-27T03:20:39.111Z[ recovery-image] Feb 27 03:20:37.807 INFO O| Feb 27 03:20:37.807 INFO STEP 798 (remove_files) COMPLETE
72052026-02-27T03:20:39.111Z[ recovery-image] Feb 27 03:20:37.807 INFO O| Feb 27 03:20:37.807 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062026-02-27T03:20:39.123Z[ recovery-image] Feb 27 03:20:37.819 INFO O| Feb 27 03:20:37.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72072026-02-27T03:20:39.124Z[ recovery-image] Feb 27 03:20:37.820 INFO O| Feb 27 03:20:37.819 INFO STEP 799 (remove_files) COMPLETE
72082026-02-27T03:20:39.124Z[ recovery-image] Feb 27 03:20:37.820 INFO O| Feb 27 03:20:37.820 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092026-02-27T03:20:39.136Z[ recovery-image] Feb 27 03:20:37.832 INFO O| Feb 27 03:20:37.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72102026-02-27T03:20:39.136Z[ recovery-image] Feb 27 03:20:37.832 INFO O| Feb 27 03:20:37.832 INFO STEP 800 (remove_files) COMPLETE
72112026-02-27T03:20:39.139Z[ recovery-image] Feb 27 03:20:37.832 INFO O| Feb 27 03:20:37.832 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122026-02-27T03:20:39.149Z[ recovery-image] Feb 27 03:20:37.845 INFO O| Feb 27 03:20:37.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72132026-02-27T03:20:39.149Z[ recovery-image] Feb 27 03:20:37.845 INFO O| Feb 27 03:20:37.845 INFO STEP 801 (remove_files) COMPLETE
72142026-02-27T03:20:39.149Z[ recovery-image] Feb 27 03:20:37.845 INFO O| Feb 27 03:20:37.845 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152026-02-27T03:20:39.163Z[ recovery-image] Feb 27 03:20:37.858 INFO O| Feb 27 03:20:37.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72162026-02-27T03:20:39.163Z[ recovery-image] Feb 27 03:20:37.859 INFO O| Feb 27 03:20:37.859 INFO STEP 802 (remove_files) COMPLETE
72172026-02-27T03:20:39.163Z[ recovery-image] Feb 27 03:20:37.859 INFO O| Feb 27 03:20:37.859 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182026-02-27T03:20:39.177Z[ recovery-image] Feb 27 03:20:37.872 INFO O| Feb 27 03:20:37.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72192026-02-27T03:20:39.177Z[ recovery-image] Feb 27 03:20:37.873 INFO O| Feb 27 03:20:37.872 INFO STEP 803 (remove_files) COMPLETE
72202026-02-27T03:20:39.177Z[ recovery-image] Feb 27 03:20:37.873 INFO O| Feb 27 03:20:37.873 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212026-02-27T03:20:39.191Z[ recovery-image] Feb 27 03:20:37.887 INFO O| Feb 27 03:20:37.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72222026-02-27T03:20:39.191Z[ recovery-image] Feb 27 03:20:37.887 INFO O| Feb 27 03:20:37.887 INFO STEP 804 (remove_files) COMPLETE
72232026-02-27T03:20:39.191Z[ recovery-image] Feb 27 03:20:37.887 INFO O| Feb 27 03:20:37.887 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242026-02-27T03:20:39.205Z[ recovery-image] Feb 27 03:20:37.901 INFO O| Feb 27 03:20:37.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72252026-02-27T03:20:39.205Z[ recovery-image] Feb 27 03:20:37.901 INFO O| Feb 27 03:20:37.901 INFO STEP 805 (remove_files) COMPLETE
72262026-02-27T03:20:39.205Z[ recovery-image] Feb 27 03:20:37.901 INFO O| Feb 27 03:20:37.901 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272026-02-27T03:20:39.218Z[ recovery-image] Feb 27 03:20:37.914 INFO O| Feb 27 03:20:37.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72282026-02-27T03:20:39.218Z[ recovery-image] Feb 27 03:20:37.914 INFO O| Feb 27 03:20:37.914 INFO STEP 806 (remove_files) COMPLETE
72292026-02-27T03:20:39.218Z[ recovery-image] Feb 27 03:20:37.914 INFO O| Feb 27 03:20:37.914 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302026-02-27T03:20:39.233Z[ recovery-image] Feb 27 03:20:37.928 INFO O| Feb 27 03:20:37.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72312026-02-27T03:20:39.233Z[ recovery-image] Feb 27 03:20:37.929 INFO O| Feb 27 03:20:37.928 INFO STEP 807 (remove_files) COMPLETE
72322026-02-27T03:20:39.233Z[ recovery-image] Feb 27 03:20:37.929 INFO O| Feb 27 03:20:37.929 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332026-02-27T03:20:39.247Z[ recovery-image] Feb 27 03:20:37.943 INFO O| Feb 27 03:20:37.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72342026-02-27T03:20:39.247Z[ recovery-image] Feb 27 03:20:37.943 INFO O| Feb 27 03:20:37.943 INFO STEP 808 (remove_files) COMPLETE
72352026-02-27T03:20:39.247Z[ recovery-image] Feb 27 03:20:37.943 INFO O| Feb 27 03:20:37.943 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362026-02-27T03:20:39.260Z[ recovery-image] Feb 27 03:20:37.956 INFO O| Feb 27 03:20:37.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72372026-02-27T03:20:39.260Z[ recovery-image] Feb 27 03:20:37.956 INFO O| Feb 27 03:20:37.956 INFO STEP 809 (remove_files) COMPLETE
72382026-02-27T03:20:39.263Z[ recovery-image] Feb 27 03:20:37.956 INFO O| Feb 27 03:20:37.956 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392026-02-27T03:20:39.275Z[ recovery-image] Feb 27 03:20:37.971 INFO O| Feb 27 03:20:37.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72402026-02-27T03:20:39.275Z[ recovery-image] Feb 27 03:20:37.971 INFO O| Feb 27 03:20:37.971 INFO STEP 810 (remove_files) COMPLETE
72412026-02-27T03:20:39.275Z[ recovery-image] Feb 27 03:20:37.971 INFO O| Feb 27 03:20:37.971 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422026-02-27T03:20:39.290Z[ recovery-image] Feb 27 03:20:37.986 INFO O| Feb 27 03:20:37.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72432026-02-27T03:20:39.290Z[ recovery-image] Feb 27 03:20:37.986 INFO O| Feb 27 03:20:37.986 INFO STEP 811 (remove_files) COMPLETE
72442026-02-27T03:20:39.290Z[ recovery-image] Feb 27 03:20:37.986 INFO O| Feb 27 03:20:37.986 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452026-02-27T03:20:39.304Z[ recovery-image] Feb 27 03:20:38.000 INFO O| Feb 27 03:20:38.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72462026-02-27T03:20:39.304Z[ recovery-image] Feb 27 03:20:38.000 INFO O| Feb 27 03:20:38.000 INFO STEP 812 (remove_files) COMPLETE
72472026-02-27T03:20:39.308Z[ recovery-image] Feb 27 03:20:38.000 INFO O| Feb 27 03:20:38.000 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482026-02-27T03:20:39.318Z[ recovery-image] Feb 27 03:20:38.014 INFO O| Feb 27 03:20:38.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72492026-02-27T03:20:39.321Z[ recovery-image] Feb 27 03:20:38.014 INFO O| Feb 27 03:20:38.014 INFO STEP 813 (remove_files) COMPLETE
72502026-02-27T03:20:39.322Z[ recovery-image] Feb 27 03:20:38.014 INFO O| Feb 27 03:20:38.014 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512026-02-27T03:20:39.332Z[ recovery-image] Feb 27 03:20:38.027 INFO O| Feb 27 03:20:38.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72522026-02-27T03:20:39.335Z[ recovery-image] Feb 27 03:20:38.028 INFO O| Feb 27 03:20:38.027 INFO STEP 814 (remove_files) COMPLETE
72532026-02-27T03:20:39.335Z[ recovery-image] Feb 27 03:20:38.028 INFO O| Feb 27 03:20:38.028 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542026-02-27T03:20:39.345Z[ recovery-image] Feb 27 03:20:38.041 INFO O| Feb 27 03:20:38.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72552026-02-27T03:20:39.348Z[ recovery-image] Feb 27 03:20:38.041 INFO O| Feb 27 03:20:38.041 INFO STEP 815 (remove_files) COMPLETE
72562026-02-27T03:20:39.348Z[ recovery-image] Feb 27 03:20:38.041 INFO O| Feb 27 03:20:38.041 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572026-02-27T03:20:39.358Z[ recovery-image] Feb 27 03:20:38.054 INFO O| Feb 27 03:20:38.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72582026-02-27T03:20:39.361Z[ recovery-image] Feb 27 03:20:38.055 INFO O| Feb 27 03:20:38.055 INFO STEP 816 (remove_files) COMPLETE
72592026-02-27T03:20:39.361Z[ recovery-image] Feb 27 03:20:38.055 INFO O| Feb 27 03:20:38.055 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602026-02-27T03:20:39.372Z[ recovery-image] Feb 27 03:20:38.068 INFO O| Feb 27 03:20:38.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72612026-02-27T03:20:39.372Z[ recovery-image] Feb 27 03:20:38.068 INFO O| Feb 27 03:20:38.068 INFO STEP 817 (remove_files) COMPLETE
72622026-02-27T03:20:39.372Z[ recovery-image] Feb 27 03:20:38.068 INFO O| Feb 27 03:20:38.068 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632026-02-27T03:20:39.387Z[ recovery-image] Feb 27 03:20:38.083 INFO O| Feb 27 03:20:38.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72642026-02-27T03:20:39.387Z[ recovery-image] Feb 27 03:20:38.083 INFO O| Feb 27 03:20:38.083 INFO STEP 818 (remove_files) COMPLETE
72652026-02-27T03:20:39.387Z[ recovery-image] Feb 27 03:20:38.083 INFO O| Feb 27 03:20:38.083 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662026-02-27T03:20:39.401Z[ recovery-image] Feb 27 03:20:38.096 INFO O| Feb 27 03:20:38.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72672026-02-27T03:20:39.401Z[ recovery-image] Feb 27 03:20:38.096 INFO O| Feb 27 03:20:38.096 INFO STEP 819 (remove_files) COMPLETE
72682026-02-27T03:20:39.401Z[ recovery-image] Feb 27 03:20:38.096 INFO O| Feb 27 03:20:38.096 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692026-02-27T03:20:39.414Z[ recovery-image] Feb 27 03:20:38.110 INFO O| Feb 27 03:20:38.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72702026-02-27T03:20:39.414Z[ recovery-image] Feb 27 03:20:38.110 INFO O| Feb 27 03:20:38.110 INFO STEP 820 (remove_files) COMPLETE
72712026-02-27T03:20:39.414Z[ recovery-image] Feb 27 03:20:38.110 INFO O| Feb 27 03:20:38.110 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722026-02-27T03:20:39.427Z[ recovery-image] Feb 27 03:20:38.123 INFO O| Feb 27 03:20:38.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72732026-02-27T03:20:39.428Z[ recovery-image] Feb 27 03:20:38.123 INFO O| Feb 27 03:20:38.123 INFO STEP 821 (remove_files) COMPLETE
72742026-02-27T03:20:39.431Z[ recovery-image] Feb 27 03:20:38.123 INFO O| Feb 27 03:20:38.123 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752026-02-27T03:20:39.442Z[ recovery-image] Feb 27 03:20:38.137 INFO O| Feb 27 03:20:38.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72762026-02-27T03:20:39.442Z[ recovery-image] Feb 27 03:20:38.138 INFO O| Feb 27 03:20:38.138 INFO STEP 822 (remove_files) COMPLETE
72772026-02-27T03:20:39.442Z[ recovery-image] Feb 27 03:20:38.138 INFO O| Feb 27 03:20:38.138 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782026-02-27T03:20:39.456Z[ recovery-image] Feb 27 03:20:38.151 INFO O| Feb 27 03:20:38.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72792026-02-27T03:20:39.458Z[ recovery-image] Feb 27 03:20:38.151 INFO O| Feb 27 03:20:38.151 INFO STEP 823 (remove_files) COMPLETE
72802026-02-27T03:20:39.459Z[ recovery-image] Feb 27 03:20:38.151 INFO O| Feb 27 03:20:38.151 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812026-02-27T03:20:39.470Z[ recovery-image] Feb 27 03:20:38.165 INFO O| Feb 27 03:20:38.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72822026-02-27T03:20:39.470Z[ recovery-image] Feb 27 03:20:38.165 INFO O| Feb 27 03:20:38.165 INFO STEP 824 (remove_files) COMPLETE
72832026-02-27T03:20:39.470Z[ recovery-image] Feb 27 03:20:38.165 INFO O| Feb 27 03:20:38.165 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842026-02-27T03:20:39.484Z[ recovery-image] Feb 27 03:20:38.180 INFO O| Feb 27 03:20:38.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72852026-02-27T03:20:39.485Z[ recovery-image] Feb 27 03:20:38.180 INFO O| Feb 27 03:20:38.180 INFO STEP 825 (remove_files) COMPLETE
72862026-02-27T03:20:39.487Z[ recovery-image] Feb 27 03:20:38.180 INFO O| Feb 27 03:20:38.180 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872026-02-27T03:20:39.498Z[ recovery-image] Feb 27 03:20:38.193 INFO O| Feb 27 03:20:38.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72882026-02-27T03:20:39.498Z[ recovery-image] Feb 27 03:20:38.194 INFO O| Feb 27 03:20:38.193 INFO STEP 826 (remove_files) COMPLETE
72892026-02-27T03:20:39.498Z[ recovery-image] Feb 27 03:20:38.194 INFO O| Feb 27 03:20:38.194 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902026-02-27T03:20:39.511Z[ recovery-image] Feb 27 03:20:38.206 INFO O| Feb 27 03:20:38.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72912026-02-27T03:20:39.515Z[ recovery-image] Feb 27 03:20:38.206 INFO O| Feb 27 03:20:38.206 INFO STEP 827 (remove_files) COMPLETE
72922026-02-27T03:20:39.515Z[ recovery-image] Feb 27 03:20:38.206 INFO O| Feb 27 03:20:38.206 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932026-02-27T03:20:39.524Z[ recovery-image] Feb 27 03:20:38.219 INFO O| Feb 27 03:20:38.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72942026-02-27T03:20:39.524Z[ recovery-image] Feb 27 03:20:38.219 INFO O| Feb 27 03:20:38.219 INFO STEP 828 (remove_files) COMPLETE
72952026-02-27T03:20:39.524Z[ recovery-image] Feb 27 03:20:38.219 INFO O| Feb 27 03:20:38.219 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962026-02-27T03:20:39.536Z[ recovery-image] Feb 27 03:20:38.232 INFO O| Feb 27 03:20:38.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72972026-02-27T03:20:39.537Z[ recovery-image] Feb 27 03:20:38.232 INFO O| Feb 27 03:20:38.232 INFO STEP 829 (remove_files) COMPLETE
72982026-02-27T03:20:39.537Z[ recovery-image] Feb 27 03:20:38.232 INFO O| Feb 27 03:20:38.232 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992026-02-27T03:20:39.550Z[ recovery-image] Feb 27 03:20:38.246 INFO O| Feb 27 03:20:38.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73002026-02-27T03:20:39.550Z[ recovery-image] Feb 27 03:20:38.246 INFO O| Feb 27 03:20:38.246 INFO STEP 830 (remove_files) COMPLETE
73012026-02-27T03:20:39.550Z[ recovery-image] Feb 27 03:20:38.246 INFO O| Feb 27 03:20:38.246 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022026-02-27T03:20:39.563Z[ recovery-image] Feb 27 03:20:38.259 INFO O| Feb 27 03:20:38.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73032026-02-27T03:20:39.563Z[ recovery-image] Feb 27 03:20:38.259 INFO O| Feb 27 03:20:38.259 INFO STEP 831 (remove_files) COMPLETE
73042026-02-27T03:20:39.563Z[ recovery-image] Feb 27 03:20:38.259 INFO O| Feb 27 03:20:38.259 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052026-02-27T03:20:39.578Z[ recovery-image] Feb 27 03:20:38.274 INFO O| Feb 27 03:20:38.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73062026-02-27T03:20:39.578Z[ recovery-image] Feb 27 03:20:38.274 INFO O| Feb 27 03:20:38.274 INFO STEP 832 (remove_files) COMPLETE
73072026-02-27T03:20:39.578Z[ recovery-image] Feb 27 03:20:38.274 INFO O| Feb 27 03:20:38.274 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082026-02-27T03:20:39.593Z[ recovery-image] Feb 27 03:20:38.288 INFO O| Feb 27 03:20:38.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73092026-02-27T03:20:39.593Z[ recovery-image] Feb 27 03:20:38.288 INFO O| Feb 27 03:20:38.288 INFO STEP 833 (remove_files) COMPLETE
73102026-02-27T03:20:39.593Z[ recovery-image] Feb 27 03:20:38.288 INFO O| Feb 27 03:20:38.288 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112026-02-27T03:20:39.609Z[ recovery-image] Feb 27 03:20:38.304 INFO O| Feb 27 03:20:38.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73122026-02-27T03:20:39.609Z[ recovery-image] Feb 27 03:20:38.305 INFO O| Feb 27 03:20:38.304 INFO STEP 834 (remove_files) COMPLETE
73132026-02-27T03:20:39.612Z[ recovery-image] Feb 27 03:20:38.305 INFO O| Feb 27 03:20:38.305 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142026-02-27T03:20:39.624Z[ recovery-image] Feb 27 03:20:38.319 INFO O| Feb 27 03:20:38.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73152026-02-27T03:20:39.624Z[ recovery-image] Feb 27 03:20:38.319 INFO O| Feb 27 03:20:38.319 INFO STEP 835 (remove_files) COMPLETE
73162026-02-27T03:20:39.624Z[ recovery-image] Feb 27 03:20:38.320 INFO O| Feb 27 03:20:38.319 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172026-02-27T03:20:39.638Z[ recovery-image] Feb 27 03:20:38.333 INFO O| Feb 27 03:20:38.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73182026-02-27T03:20:39.638Z[ recovery-image] Feb 27 03:20:38.334 INFO O| Feb 27 03:20:38.333 INFO STEP 836 (remove_files) COMPLETE
73192026-02-27T03:20:39.638Z[ recovery-image] Feb 27 03:20:38.334 INFO O| Feb 27 03:20:38.334 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202026-02-27T03:20:39.653Z[ recovery-image] Feb 27 03:20:38.347 INFO O| Feb 27 03:20:38.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73212026-02-27T03:20:39.656Z[ recovery-image] Feb 27 03:20:38.347 INFO O| Feb 27 03:20:38.347 INFO STEP 837 (remove_files) COMPLETE
73222026-02-27T03:20:39.656Z[ recovery-image] Feb 27 03:20:38.347 INFO O| Feb 27 03:20:38.347 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232026-02-27T03:20:39.665Z[ recovery-image] Feb 27 03:20:38.361 INFO O| Feb 27 03:20:38.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73242026-02-27T03:20:39.665Z[ recovery-image] Feb 27 03:20:38.361 INFO O| Feb 27 03:20:38.361 INFO STEP 838 (remove_files) COMPLETE
73252026-02-27T03:20:39.668Z[ recovery-image] Feb 27 03:20:38.361 INFO O| Feb 27 03:20:38.361 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262026-02-27T03:20:39.680Z[ recovery-image] Feb 27 03:20:38.376 INFO O| Feb 27 03:20:38.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73272026-02-27T03:20:39.680Z[ recovery-image] Feb 27 03:20:38.376 INFO O| Feb 27 03:20:38.376 INFO STEP 839 (remove_files) COMPLETE
73282026-02-27T03:20:39.680Z[ recovery-image] Feb 27 03:20:38.376 INFO O| Feb 27 03:20:38.376 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292026-02-27T03:20:39.694Z[ recovery-image] Feb 27 03:20:38.389 INFO O| Feb 27 03:20:38.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73302026-02-27T03:20:39.694Z[ recovery-image] Feb 27 03:20:38.390 INFO O| Feb 27 03:20:38.390 INFO STEP 840 (remove_files) COMPLETE
73312026-02-27T03:20:39.697Z[ recovery-image] Feb 27 03:20:38.390 INFO O| Feb 27 03:20:38.390 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322026-02-27T03:20:39.707Z[ recovery-image] Feb 27 03:20:38.403 INFO O| Feb 27 03:20:38.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73332026-02-27T03:20:39.707Z[ recovery-image] Feb 27 03:20:38.403 INFO O| Feb 27 03:20:38.403 INFO STEP 841 (remove_files) COMPLETE
73342026-02-27T03:20:39.707Z[ recovery-image] Feb 27 03:20:38.403 INFO O| Feb 27 03:20:38.403 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352026-02-27T03:20:39.720Z[ recovery-image] Feb 27 03:20:38.415 INFO O| Feb 27 03:20:38.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73362026-02-27T03:20:39.720Z[ recovery-image] Feb 27 03:20:38.416 INFO O| Feb 27 03:20:38.416 INFO STEP 842 (remove_files) COMPLETE
73372026-02-27T03:20:39.720Z[ recovery-image] Feb 27 03:20:38.416 INFO O| Feb 27 03:20:38.416 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382026-02-27T03:20:39.735Z[ recovery-image] Feb 27 03:20:38.431 INFO O| Feb 27 03:20:38.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73392026-02-27T03:20:39.735Z[ recovery-image] Feb 27 03:20:38.431 INFO O| Feb 27 03:20:38.431 INFO STEP 843 (remove_files) COMPLETE
73402026-02-27T03:20:39.736Z[ recovery-image] Feb 27 03:20:38.431 INFO O| Feb 27 03:20:38.431 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412026-02-27T03:20:39.748Z[ recovery-image] Feb 27 03:20:38.444 INFO O| Feb 27 03:20:38.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73422026-02-27T03:20:39.748Z[ recovery-image] Feb 27 03:20:38.444 INFO O| Feb 27 03:20:38.444 INFO STEP 844 (remove_files) COMPLETE
73432026-02-27T03:20:39.748Z[ recovery-image] Feb 27 03:20:38.444 INFO O| Feb 27 03:20:38.444 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442026-02-27T03:20:39.763Z[ recovery-image] Feb 27 03:20:38.458 INFO O| Feb 27 03:20:38.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73452026-02-27T03:20:39.763Z[ recovery-image] Feb 27 03:20:38.459 INFO O| Feb 27 03:20:38.458 INFO STEP 845 (remove_files) COMPLETE
73462026-02-27T03:20:39.763Z[ recovery-image] Feb 27 03:20:38.459 INFO O| Feb 27 03:20:38.459 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472026-02-27T03:20:39.777Z[ recovery-image] Feb 27 03:20:38.472 INFO O| Feb 27 03:20:38.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73482026-02-27T03:20:39.780Z[ recovery-image] Feb 27 03:20:38.473 INFO O| Feb 27 03:20:38.473 INFO STEP 846 (remove_files) COMPLETE
73492026-02-27T03:20:39.780Z[ recovery-image] Feb 27 03:20:38.473 INFO O| Feb 27 03:20:38.473 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502026-02-27T03:20:39.791Z[ recovery-image] Feb 27 03:20:38.486 INFO O| Feb 27 03:20:38.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73512026-02-27T03:20:39.791Z[ recovery-image] Feb 27 03:20:38.487 INFO O| Feb 27 03:20:38.487 INFO STEP 847 (remove_files) COMPLETE
73522026-02-27T03:20:39.791Z[ recovery-image] Feb 27 03:20:38.487 INFO O| Feb 27 03:20:38.487 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532026-02-27T03:20:39.806Z[ recovery-image] Feb 27 03:20:38.502 INFO O| Feb 27 03:20:38.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73542026-02-27T03:20:39.806Z[ recovery-image] Feb 27 03:20:38.502 INFO O| Feb 27 03:20:38.502 INFO STEP 848 (remove_files) COMPLETE
73552026-02-27T03:20:39.806Z[ recovery-image] Feb 27 03:20:38.502 INFO O| Feb 27 03:20:38.502 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562026-02-27T03:20:39.822Z[ recovery-image] Feb 27 03:20:38.518 INFO O| Feb 27 03:20:38.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73572026-02-27T03:20:39.822Z[ recovery-image] Feb 27 03:20:38.518 INFO O| Feb 27 03:20:38.518 INFO STEP 849 (remove_files) COMPLETE
73582026-02-27T03:20:39.822Z[ recovery-image] Feb 27 03:20:38.518 INFO O| Feb 27 03:20:38.518 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592026-02-27T03:20:39.839Z[ recovery-image] Feb 27 03:20:38.534 INFO O| Feb 27 03:20:38.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73602026-02-27T03:20:39.839Z[ recovery-image] Feb 27 03:20:38.535 INFO O| Feb 27 03:20:38.535 INFO STEP 850 (remove_files) COMPLETE
73612026-02-27T03:20:39.842Z[ recovery-image] Feb 27 03:20:38.535 INFO O| Feb 27 03:20:38.535 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622026-02-27T03:20:39.855Z[ recovery-image] Feb 27 03:20:38.550 INFO O| Feb 27 03:20:38.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73632026-02-27T03:20:39.855Z[ recovery-image] Feb 27 03:20:38.551 INFO O| Feb 27 03:20:38.551 INFO STEP 851 (remove_files) COMPLETE
73642026-02-27T03:20:39.855Z[ recovery-image] Feb 27 03:20:38.551 INFO O| Feb 27 03:20:38.551 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652026-02-27T03:20:39.869Z[ recovery-image] Feb 27 03:20:38.564 INFO O| Feb 27 03:20:38.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73662026-02-27T03:20:39.869Z[ recovery-image] Feb 27 03:20:38.564 INFO O| Feb 27 03:20:38.564 INFO STEP 852 (remove_files) COMPLETE
73672026-02-27T03:20:39.872Z[ recovery-image] Feb 27 03:20:38.564 INFO O| Feb 27 03:20:38.564 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682026-02-27T03:20:39.883Z[ recovery-image] Feb 27 03:20:38.579 INFO O| Feb 27 03:20:38.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73692026-02-27T03:20:39.883Z[ recovery-image] Feb 27 03:20:38.579 INFO O| Feb 27 03:20:38.579 INFO STEP 853 (remove_files) COMPLETE
73702026-02-27T03:20:39.886Z[ recovery-image] Feb 27 03:20:38.579 INFO O| Feb 27 03:20:38.579 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712026-02-27T03:20:39.898Z[ recovery-image] Feb 27 03:20:38.593 INFO O| Feb 27 03:20:38.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73722026-02-27T03:20:39.898Z[ recovery-image] Feb 27 03:20:38.593 INFO O| Feb 27 03:20:38.593 INFO STEP 854 (remove_files) COMPLETE
73732026-02-27T03:20:39.901Z[ recovery-image] Feb 27 03:20:38.593 INFO O| Feb 27 03:20:38.593 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742026-02-27T03:20:39.911Z[ recovery-image] Feb 27 03:20:38.607 INFO O| Feb 27 03:20:38.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73752026-02-27T03:20:39.914Z[ recovery-image] Feb 27 03:20:38.607 INFO O| Feb 27 03:20:38.607 INFO STEP 855 (remove_files) COMPLETE
73762026-02-27T03:20:39.915Z[ recovery-image] Feb 27 03:20:38.607 INFO O| Feb 27 03:20:38.607 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772026-02-27T03:20:39.926Z[ recovery-image] Feb 27 03:20:38.622 INFO O| Feb 27 03:20:38.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73782026-02-27T03:20:39.926Z[ recovery-image] Feb 27 03:20:38.622 INFO O| Feb 27 03:20:38.622 INFO STEP 856 (remove_files) COMPLETE
73792026-02-27T03:20:39.926Z[ recovery-image] Feb 27 03:20:38.622 INFO O| Feb 27 03:20:38.622 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802026-02-27T03:20:39.939Z[ recovery-image] Feb 27 03:20:38.635 INFO O| Feb 27 03:20:38.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73812026-02-27T03:20:39.939Z[ recovery-image] Feb 27 03:20:38.635 INFO O| Feb 27 03:20:38.635 INFO STEP 857 (remove_files) COMPLETE
73822026-02-27T03:20:39.939Z[ recovery-image] Feb 27 03:20:38.635 INFO O| Feb 27 03:20:38.635 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832026-02-27T03:20:39.956Z[ recovery-image] Feb 27 03:20:38.652 INFO O| Feb 27 03:20:38.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73842026-02-27T03:20:39.956Z[ recovery-image] Feb 27 03:20:38.652 INFO O| Feb 27 03:20:38.652 INFO STEP 858 (remove_files) COMPLETE
73852026-02-27T03:20:39.957Z[ recovery-image] Feb 27 03:20:38.652 INFO O| Feb 27 03:20:38.652 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862026-02-27T03:20:39.973Z[ recovery-image] Feb 27 03:20:38.668 INFO O| Feb 27 03:20:38.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73872026-02-27T03:20:39.973Z[ recovery-image] Feb 27 03:20:38.668 INFO O| Feb 27 03:20:38.668 INFO STEP 859 (remove_files) COMPLETE
73882026-02-27T03:20:39.976Z[ recovery-image] Feb 27 03:20:38.669 INFO O| Feb 27 03:20:38.668 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892026-02-27T03:20:39.989Z[ recovery-image] Feb 27 03:20:38.683 INFO O| Feb 27 03:20:38.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73902026-02-27T03:20:39.989Z[ recovery-image] Feb 27 03:20:38.683 INFO O| Feb 27 03:20:38.683 INFO STEP 860 (remove_files) COMPLETE
73912026-02-27T03:20:39.989Z[ recovery-image] Feb 27 03:20:38.683 INFO O| Feb 27 03:20:38.683 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922026-02-27T03:20:40.002Z[ recovery-image] Feb 27 03:20:38.698 INFO O| Feb 27 03:20:38.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73932026-02-27T03:20:40.002Z[ recovery-image] Feb 27 03:20:38.698 INFO O| Feb 27 03:20:38.698 INFO STEP 861 (remove_files) COMPLETE
73942026-02-27T03:20:40.002Z[ recovery-image] Feb 27 03:20:38.698 INFO O| Feb 27 03:20:38.698 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952026-02-27T03:20:40.018Z[ recovery-image] Feb 27 03:20:38.713 INFO O| Feb 27 03:20:38.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73962026-02-27T03:20:40.018Z[ recovery-image] Feb 27 03:20:38.713 INFO O| Feb 27 03:20:38.713 INFO STEP 862 (remove_files) COMPLETE
73972026-02-27T03:20:40.021Z[ recovery-image] Feb 27 03:20:38.713 INFO O| Feb 27 03:20:38.713 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982026-02-27T03:20:40.034Z[ recovery-image] Feb 27 03:20:38.729 INFO O| Feb 27 03:20:38.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73992026-02-27T03:20:40.035Z[ recovery-image] Feb 27 03:20:38.729 INFO O| Feb 27 03:20:38.729 INFO STEP 863 (remove_files) COMPLETE
74002026-02-27T03:20:40.035Z[ recovery-image] Feb 27 03:20:38.729 INFO O| Feb 27 03:20:38.729 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012026-02-27T03:20:40.046Z[ recovery-image] Feb 27 03:20:38.742 INFO O| Feb 27 03:20:38.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74022026-02-27T03:20:40.046Z[ recovery-image] Feb 27 03:20:38.742 INFO O| Feb 27 03:20:38.742 INFO STEP 864 (remove_files) COMPLETE
74032026-02-27T03:20:40.046Z[ recovery-image] Feb 27 03:20:38.742 INFO O| Feb 27 03:20:38.742 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042026-02-27T03:20:40.059Z[ recovery-image] Feb 27 03:20:38.755 INFO O| Feb 27 03:20:38.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74052026-02-27T03:20:40.064Z[ recovery-image] Feb 27 03:20:38.756 INFO O| Feb 27 03:20:38.756 INFO STEP 865 (remove_files) COMPLETE
74062026-02-27T03:20:40.064Z[ recovery-image] Feb 27 03:20:38.756 INFO O| Feb 27 03:20:38.756 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072026-02-27T03:20:40.075Z[ recovery-image] Feb 27 03:20:38.771 INFO O| Feb 27 03:20:38.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74082026-02-27T03:20:40.076Z[ recovery-image] Feb 27 03:20:38.771 INFO O| Feb 27 03:20:38.771 INFO STEP 866 (remove_files) COMPLETE
74092026-02-27T03:20:40.076Z[ recovery-image] Feb 27 03:20:38.771 INFO O| Feb 27 03:20:38.771 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102026-02-27T03:20:40.089Z[ recovery-image] Feb 27 03:20:38.785 INFO O| Feb 27 03:20:38.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74112026-02-27T03:20:40.089Z[ recovery-image] Feb 27 03:20:38.785 INFO O| Feb 27 03:20:38.785 INFO STEP 867 (remove_files) COMPLETE
74122026-02-27T03:20:40.089Z[ recovery-image] Feb 27 03:20:38.785 INFO O| Feb 27 03:20:38.785 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132026-02-27T03:20:40.102Z[ recovery-image] Feb 27 03:20:38.798 INFO O| Feb 27 03:20:38.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74142026-02-27T03:20:40.105Z[ recovery-image] Feb 27 03:20:38.799 INFO O| Feb 27 03:20:38.799 INFO STEP 868 (remove_files) COMPLETE
74152026-02-27T03:20:40.105Z[ recovery-image] Feb 27 03:20:38.799 INFO O| Feb 27 03:20:38.799 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162026-02-27T03:20:40.117Z[ recovery-image] Feb 27 03:20:38.813 INFO O| Feb 27 03:20:38.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74172026-02-27T03:20:40.117Z[ recovery-image] Feb 27 03:20:38.813 INFO O| Feb 27 03:20:38.813 INFO STEP 869 (remove_files) COMPLETE
74182026-02-27T03:20:40.117Z[ recovery-image] Feb 27 03:20:38.813 INFO O| Feb 27 03:20:38.813 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192026-02-27T03:20:40.132Z[ recovery-image] Feb 27 03:20:38.828 INFO O| Feb 27 03:20:38.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74202026-02-27T03:20:40.132Z[ recovery-image] Feb 27 03:20:38.828 INFO O| Feb 27 03:20:38.828 INFO STEP 870 (remove_files) COMPLETE
74212026-02-27T03:20:40.132Z[ recovery-image] Feb 27 03:20:38.828 INFO O| Feb 27 03:20:38.828 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222026-02-27T03:20:40.148Z[ recovery-image] Feb 27 03:20:38.843 INFO O| Feb 27 03:20:38.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74232026-02-27T03:20:40.148Z[ recovery-image] Feb 27 03:20:38.843 INFO O| Feb 27 03:20:38.843 INFO STEP 871 (remove_files) COMPLETE
74242026-02-27T03:20:40.148Z[ recovery-image] Feb 27 03:20:38.843 INFO O| Feb 27 03:20:38.843 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252026-02-27T03:20:40.162Z[ recovery-image] Feb 27 03:20:38.857 INFO O| Feb 27 03:20:38.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74262026-02-27T03:20:40.162Z[ recovery-image] Feb 27 03:20:38.858 INFO O| Feb 27 03:20:38.857 INFO STEP 872 (remove_files) COMPLETE
74272026-02-27T03:20:40.162Z[ recovery-image] Feb 27 03:20:38.858 INFO O| Feb 27 03:20:38.858 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282026-02-27T03:20:40.174Z[ recovery-image] Feb 27 03:20:38.869 INFO O| Feb 27 03:20:38.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74292026-02-27T03:20:40.174Z[ recovery-image] Feb 27 03:20:38.869 INFO O| Feb 27 03:20:38.869 INFO STEP 873 (remove_files) COMPLETE
74302026-02-27T03:20:40.178Z[ recovery-image] Feb 27 03:20:38.869 INFO O| Feb 27 03:20:38.869 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312026-02-27T03:20:40.188Z[ recovery-image] Feb 27 03:20:38.883 INFO O| Feb 27 03:20:38.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74322026-02-27T03:20:40.188Z[ recovery-image] Feb 27 03:20:38.883 INFO O| Feb 27 03:20:38.883 INFO STEP 874 (remove_files) COMPLETE
74332026-02-27T03:20:40.191Z[ recovery-image] Feb 27 03:20:38.883 INFO O| Feb 27 03:20:38.883 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342026-02-27T03:20:40.204Z[ recovery-image] Feb 27 03:20:38.900 INFO O| Feb 27 03:20:38.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74352026-02-27T03:20:40.207Z[ recovery-image] Feb 27 03:20:38.900 INFO O| Feb 27 03:20:38.900 INFO STEP 875 (remove_files) COMPLETE
74362026-02-27T03:20:40.207Z[ recovery-image] Feb 27 03:20:38.900 INFO O| Feb 27 03:20:38.900 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372026-02-27T03:20:40.221Z[ recovery-image] Feb 27 03:20:38.916 INFO O| Feb 27 03:20:38.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74382026-02-27T03:20:40.221Z[ recovery-image] Feb 27 03:20:38.916 INFO O| Feb 27 03:20:38.916 INFO STEP 876 (remove_files) COMPLETE
74392026-02-27T03:20:40.224Z[ recovery-image] Feb 27 03:20:38.916 INFO O| Feb 27 03:20:38.916 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402026-02-27T03:20:40.235Z[ recovery-image] Feb 27 03:20:38.930 INFO O| Feb 27 03:20:38.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74412026-02-27T03:20:40.235Z[ recovery-image] Feb 27 03:20:38.930 INFO O| Feb 27 03:20:38.930 INFO STEP 877 (remove_files) COMPLETE
74422026-02-27T03:20:40.238Z[ recovery-image] Feb 27 03:20:38.930 INFO O| Feb 27 03:20:38.930 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432026-02-27T03:20:40.246Z[ recovery-image] Feb 27 03:20:38.942 INFO O| Feb 27 03:20:38.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74442026-02-27T03:20:40.246Z[ recovery-image] Feb 27 03:20:38.942 INFO O| Feb 27 03:20:38.942 INFO STEP 878 (remove_files) COMPLETE
74452026-02-27T03:20:40.248Z[ recovery-image] Feb 27 03:20:38.942 INFO O| Feb 27 03:20:38.942 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462026-02-27T03:20:40.260Z[ recovery-image] Feb 27 03:20:38.956 INFO O| Feb 27 03:20:38.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74472026-02-27T03:20:40.260Z[ recovery-image] Feb 27 03:20:38.956 INFO O| Feb 27 03:20:38.956 INFO STEP 879 (remove_files) COMPLETE
74482026-02-27T03:20:40.260Z[ recovery-image] Feb 27 03:20:38.956 INFO O| Feb 27 03:20:38.956 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492026-02-27T03:20:40.271Z[ recovery-image] Feb 27 03:20:38.967 INFO O| Feb 27 03:20:38.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74502026-02-27T03:20:40.271Z[ recovery-image] Feb 27 03:20:38.967 INFO O| Feb 27 03:20:38.967 INFO STEP 880 (remove_files) COMPLETE
74512026-02-27T03:20:40.271Z[ recovery-image] Feb 27 03:20:38.967 INFO O| Feb 27 03:20:38.967 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522026-02-27T03:20:40.285Z[ recovery-image] Feb 27 03:20:38.980 INFO O| Feb 27 03:20:38.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74532026-02-27T03:20:40.285Z[ recovery-image] Feb 27 03:20:38.980 INFO O| Feb 27 03:20:38.980 INFO STEP 881 (remove_files) COMPLETE
74542026-02-27T03:20:40.288Z[ recovery-image] Feb 27 03:20:38.981 INFO O| Feb 27 03:20:38.980 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552026-02-27T03:20:40.301Z[ recovery-image] Feb 27 03:20:38.996 INFO O| Feb 27 03:20:38.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74562026-02-27T03:20:40.301Z[ recovery-image] Feb 27 03:20:38.996 INFO O| Feb 27 03:20:38.996 INFO STEP 882 (remove_files) COMPLETE
74572026-02-27T03:20:40.301Z[ recovery-image] Feb 27 03:20:38.997 INFO O| Feb 27 03:20:38.996 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582026-02-27T03:20:40.317Z[ recovery-image] Feb 27 03:20:39.013 INFO O| Feb 27 03:20:39.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74592026-02-27T03:20:40.317Z[ recovery-image] Feb 27 03:20:39.013 INFO O| Feb 27 03:20:39.013 INFO STEP 883 (remove_files) COMPLETE
74602026-02-27T03:20:40.317Z[ recovery-image] Feb 27 03:20:39.013 INFO O| Feb 27 03:20:39.013 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612026-02-27T03:20:40.332Z[ recovery-image] Feb 27 03:20:39.028 INFO O| Feb 27 03:20:39.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74622026-02-27T03:20:40.335Z[ recovery-image] Feb 27 03:20:39.028 INFO O| Feb 27 03:20:39.028 INFO STEP 884 (remove_files) COMPLETE
74632026-02-27T03:20:40.335Z[ recovery-image] Feb 27 03:20:39.028 INFO O| Feb 27 03:20:39.028 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642026-02-27T03:20:40.347Z[ recovery-image] Feb 27 03:20:39.043 INFO O| Feb 27 03:20:39.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74652026-02-27T03:20:40.350Z[ recovery-image] Feb 27 03:20:39.043 INFO O| Feb 27 03:20:39.043 INFO STEP 885 (remove_files) COMPLETE
74662026-02-27T03:20:40.350Z[ recovery-image] Feb 27 03:20:39.043 INFO O| Feb 27 03:20:39.043 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672026-02-27T03:20:40.359Z[ recovery-image] Feb 27 03:20:39.055 INFO O| Feb 27 03:20:39.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74682026-02-27T03:20:40.359Z[ recovery-image] Feb 27 03:20:39.055 INFO O| Feb 27 03:20:39.055 INFO STEP 886 (remove_files) COMPLETE
74692026-02-27T03:20:40.363Z[ recovery-image] Feb 27 03:20:39.055 INFO O| Feb 27 03:20:39.055 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702026-02-27T03:20:40.372Z[ recovery-image] Feb 27 03:20:39.068 INFO O| Feb 27 03:20:39.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74712026-02-27T03:20:40.372Z[ recovery-image] Feb 27 03:20:39.068 INFO O| Feb 27 03:20:39.068 INFO STEP 887 (remove_files) COMPLETE
74722026-02-27T03:20:40.375Z[ recovery-image] Feb 27 03:20:39.068 INFO O| Feb 27 03:20:39.068 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732026-02-27T03:20:40.388Z[ recovery-image] Feb 27 03:20:39.083 INFO O| Feb 27 03:20:39.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74742026-02-27T03:20:40.388Z[ recovery-image] Feb 27 03:20:39.084 INFO O| Feb 27 03:20:39.084 INFO STEP 888 (remove_files) COMPLETE
74752026-02-27T03:20:40.391Z[ recovery-image] Feb 27 03:20:39.084 INFO O| Feb 27 03:20:39.084 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762026-02-27T03:20:40.402Z[ recovery-image] Feb 27 03:20:39.098 INFO O| Feb 27 03:20:39.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74772026-02-27T03:20:40.403Z[ recovery-image] Feb 27 03:20:39.098 INFO O| Feb 27 03:20:39.098 INFO STEP 889 (remove_files) COMPLETE
74782026-02-27T03:20:40.405Z[ recovery-image] Feb 27 03:20:39.098 INFO O| Feb 27 03:20:39.098 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792026-02-27T03:20:40.415Z[ recovery-image] Feb 27 03:20:39.110 INFO O| Feb 27 03:20:39.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74802026-02-27T03:20:40.418Z[ recovery-image] Feb 27 03:20:39.110 INFO O| Feb 27 03:20:39.110 INFO STEP 890 (remove_files) COMPLETE
74812026-02-27T03:20:40.418Z[ recovery-image] Feb 27 03:20:39.111 INFO O| Feb 27 03:20:39.110 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822026-02-27T03:20:40.427Z[ recovery-image] Feb 27 03:20:39.123 INFO O| Feb 27 03:20:39.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74832026-02-27T03:20:40.427Z[ recovery-image] Feb 27 03:20:39.123 INFO O| Feb 27 03:20:39.123 INFO STEP 891 (remove_files) COMPLETE
74842026-02-27T03:20:40.427Z[ recovery-image] Feb 27 03:20:39.123 INFO O| Feb 27 03:20:39.123 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852026-02-27T03:20:40.442Z[ recovery-image] Feb 27 03:20:39.138 INFO O| Feb 27 03:20:39.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74862026-02-27T03:20:40.442Z[ recovery-image] Feb 27 03:20:39.138 INFO O| Feb 27 03:20:39.138 INFO STEP 892 (remove_files) COMPLETE
74872026-02-27T03:20:40.445Z[ recovery-image] Feb 27 03:20:39.138 INFO O| Feb 27 03:20:39.138 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882026-02-27T03:20:40.457Z[ recovery-image] Feb 27 03:20:39.153 INFO O| Feb 27 03:20:39.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74892026-02-27T03:20:40.461Z[ recovery-image] Feb 27 03:20:39.153 INFO O| Feb 27 03:20:39.153 INFO STEP 893 (remove_files) COMPLETE
74902026-02-27T03:20:40.461Z[ recovery-image] Feb 27 03:20:39.153 INFO O| Feb 27 03:20:39.153 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912026-02-27T03:20:40.473Z[ recovery-image] Feb 27 03:20:39.169 INFO O| Feb 27 03:20:39.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74922026-02-27T03:20:40.476Z[ recovery-image] Feb 27 03:20:39.169 INFO O| Feb 27 03:20:39.169 INFO STEP 894 (remove_files) COMPLETE
74932026-02-27T03:20:40.476Z[ recovery-image] Feb 27 03:20:39.169 INFO O| Feb 27 03:20:39.169 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942026-02-27T03:20:40.488Z[ recovery-image] Feb 27 03:20:39.184 INFO O| Feb 27 03:20:39.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74952026-02-27T03:20:40.488Z[ recovery-image] Feb 27 03:20:39.184 INFO O| Feb 27 03:20:39.184 INFO STEP 895 (remove_files) COMPLETE
74962026-02-27T03:20:40.492Z[ recovery-image] Feb 27 03:20:39.184 INFO O| Feb 27 03:20:39.184 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972026-02-27T03:20:40.502Z[ recovery-image] Feb 27 03:20:39.197 INFO O| Feb 27 03:20:39.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74982026-02-27T03:20:40.502Z[ recovery-image] Feb 27 03:20:39.197 INFO O| Feb 27 03:20:39.197 INFO STEP 896 (remove_files) COMPLETE
74992026-02-27T03:20:40.505Z[ recovery-image] Feb 27 03:20:39.197 INFO O| Feb 27 03:20:39.197 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002026-02-27T03:20:40.516Z[ recovery-image] Feb 27 03:20:39.212 INFO O| Feb 27 03:20:39.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75012026-02-27T03:20:40.516Z[ recovery-image] Feb 27 03:20:39.212 INFO O| Feb 27 03:20:39.212 INFO STEP 897 (remove_files) COMPLETE
75022026-02-27T03:20:40.519Z[ recovery-image] Feb 27 03:20:39.212 INFO O| Feb 27 03:20:39.212 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032026-02-27T03:20:40.530Z[ recovery-image] Feb 27 03:20:39.226 INFO O| Feb 27 03:20:39.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75042026-02-27T03:20:40.530Z[ recovery-image] Feb 27 03:20:39.226 INFO O| Feb 27 03:20:39.226 INFO STEP 898 (remove_files) COMPLETE
75052026-02-27T03:20:40.534Z[ recovery-image] Feb 27 03:20:39.226 INFO O| Feb 27 03:20:39.226 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062026-02-27T03:20:40.543Z[ recovery-image] Feb 27 03:20:39.239 INFO O| Feb 27 03:20:39.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75072026-02-27T03:20:40.543Z[ recovery-image] Feb 27 03:20:39.239 INFO O| Feb 27 03:20:39.239 INFO STEP 899 (remove_files) COMPLETE
75082026-02-27T03:20:40.543Z[ recovery-image] Feb 27 03:20:39.239 INFO O| Feb 27 03:20:39.239 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092026-02-27T03:20:40.557Z[ recovery-image] Feb 27 03:20:39.252 INFO O| Feb 27 03:20:39.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75102026-02-27T03:20:40.557Z[ recovery-image] Feb 27 03:20:39.252 INFO O| Feb 27 03:20:39.252 INFO STEP 900 (remove_files) COMPLETE
75112026-02-27T03:20:40.557Z[ recovery-image] Feb 27 03:20:39.252 INFO O| Feb 27 03:20:39.252 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122026-02-27T03:20:40.572Z[ recovery-image] Feb 27 03:20:39.268 INFO O| Feb 27 03:20:39.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75132026-02-27T03:20:40.575Z[ recovery-image] Feb 27 03:20:39.269 INFO O| Feb 27 03:20:39.269 INFO STEP 901 (remove_files) COMPLETE
75142026-02-27T03:20:40.575Z[ recovery-image] Feb 27 03:20:39.269 INFO O| Feb 27 03:20:39.269 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152026-02-27T03:20:40.588Z[ recovery-image] Feb 27 03:20:39.283 INFO O| Feb 27 03:20:39.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75162026-02-27T03:20:40.588Z[ recovery-image] Feb 27 03:20:39.283 INFO O| Feb 27 03:20:39.283 INFO STEP 902 (remove_files) COMPLETE
75172026-02-27T03:20:40.591Z[ recovery-image] Feb 27 03:20:39.283 INFO O| Feb 27 03:20:39.283 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182026-02-27T03:20:40.603Z[ recovery-image] Feb 27 03:20:39.298 INFO O| Feb 27 03:20:39.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75192026-02-27T03:20:40.603Z[ recovery-image] Feb 27 03:20:39.298 INFO O| Feb 27 03:20:39.298 INFO STEP 903 (remove_files) COMPLETE
75202026-02-27T03:20:40.606Z[ recovery-image] Feb 27 03:20:39.298 INFO O| Feb 27 03:20:39.298 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212026-02-27T03:20:40.617Z[ recovery-image] Feb 27 03:20:39.313 INFO O| Feb 27 03:20:39.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75222026-02-27T03:20:40.617Z[ recovery-image] Feb 27 03:20:39.313 INFO O| Feb 27 03:20:39.313 INFO STEP 904 (remove_files) COMPLETE
75232026-02-27T03:20:40.620Z[ recovery-image] Feb 27 03:20:39.313 INFO O| Feb 27 03:20:39.313 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242026-02-27T03:20:40.633Z[ recovery-image] Feb 27 03:20:39.329 INFO O| Feb 27 03:20:39.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75252026-02-27T03:20:40.636Z[ recovery-image] Feb 27 03:20:39.329 INFO O| Feb 27 03:20:39.329 INFO STEP 905 (remove_files) COMPLETE
75262026-02-27T03:20:40.636Z[ recovery-image] Feb 27 03:20:39.329 INFO O| Feb 27 03:20:39.329 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272026-02-27T03:20:40.647Z[ recovery-image] Feb 27 03:20:39.342 INFO O| Feb 27 03:20:39.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75282026-02-27T03:20:40.647Z[ recovery-image] Feb 27 03:20:39.342 INFO O| Feb 27 03:20:39.342 INFO STEP 906 (remove_files) COMPLETE
75292026-02-27T03:20:40.650Z[ recovery-image] Feb 27 03:20:39.342 INFO O| Feb 27 03:20:39.342 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302026-02-27T03:20:40.659Z[ recovery-image] Feb 27 03:20:39.355 INFO O| Feb 27 03:20:39.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75312026-02-27T03:20:40.659Z[ recovery-image] Feb 27 03:20:39.355 INFO O| Feb 27 03:20:39.355 INFO STEP 907 (remove_files) COMPLETE
75322026-02-27T03:20:40.662Z[ recovery-image] Feb 27 03:20:39.355 INFO O| Feb 27 03:20:39.355 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332026-02-27T03:20:40.672Z[ recovery-image] Feb 27 03:20:39.368 INFO O| Feb 27 03:20:39.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75342026-02-27T03:20:40.672Z[ recovery-image] Feb 27 03:20:39.368 INFO O| Feb 27 03:20:39.368 INFO STEP 908 (remove_files) COMPLETE
75352026-02-27T03:20:40.676Z[ recovery-image] Feb 27 03:20:39.368 INFO O| Feb 27 03:20:39.368 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362026-02-27T03:20:40.686Z[ recovery-image] Feb 27 03:20:39.382 INFO O| Feb 27 03:20:39.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75372026-02-27T03:20:40.686Z[ recovery-image] Feb 27 03:20:39.382 INFO O| Feb 27 03:20:39.382 INFO STEP 909 (remove_files) COMPLETE
75382026-02-27T03:20:40.689Z[ recovery-image] Feb 27 03:20:39.382 INFO O| Feb 27 03:20:39.382 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392026-02-27T03:20:40.701Z[ recovery-image] Feb 27 03:20:39.397 INFO O| Feb 27 03:20:39.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75402026-02-27T03:20:40.701Z[ recovery-image] Feb 27 03:20:39.397 INFO O| Feb 27 03:20:39.397 INFO STEP 910 (remove_files) COMPLETE
75412026-02-27T03:20:40.701Z[ recovery-image] Feb 27 03:20:39.397 INFO O| Feb 27 03:20:39.397 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422026-02-27T03:20:40.717Z[ recovery-image] Feb 27 03:20:39.413 INFO O| Feb 27 03:20:39.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75432026-02-27T03:20:40.718Z[ recovery-image] Feb 27 03:20:39.413 INFO O| Feb 27 03:20:39.413 INFO STEP 911 (remove_files) COMPLETE
75442026-02-27T03:20:40.718Z[ recovery-image] Feb 27 03:20:39.413 INFO O| Feb 27 03:20:39.413 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452026-02-27T03:20:40.735Z[ recovery-image] Feb 27 03:20:39.429 INFO O| Feb 27 03:20:39.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75462026-02-27T03:20:40.735Z[ recovery-image] Feb 27 03:20:39.430 INFO O| Feb 27 03:20:39.430 INFO STEP 912 (remove_files) COMPLETE
75472026-02-27T03:20:40.738Z[ recovery-image] Feb 27 03:20:39.430 INFO O| Feb 27 03:20:39.430 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482026-02-27T03:20:40.748Z[ recovery-image] Feb 27 03:20:39.444 INFO O| Feb 27 03:20:39.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75492026-02-27T03:20:40.748Z[ recovery-image] Feb 27 03:20:39.444 INFO O| Feb 27 03:20:39.444 INFO STEP 913 (remove_files) COMPLETE
75502026-02-27T03:20:40.751Z[ recovery-image] Feb 27 03:20:39.444 INFO O| Feb 27 03:20:39.444 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512026-02-27T03:20:40.761Z[ recovery-image] Feb 27 03:20:39.457 INFO O| Feb 27 03:20:39.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75522026-02-27T03:20:40.761Z[ recovery-image] Feb 27 03:20:39.457 INFO O| Feb 27 03:20:39.457 INFO STEP 914 (remove_files) COMPLETE
75532026-02-27T03:20:40.764Z[ recovery-image] Feb 27 03:20:39.457 INFO O| Feb 27 03:20:39.457 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542026-02-27T03:20:40.771Z[ recovery-image] Feb 27 03:20:39.467 INFO O| Feb 27 03:20:39.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75552026-02-27T03:20:40.771Z[ recovery-image] Feb 27 03:20:39.467 INFO O| Feb 27 03:20:39.467 INFO STEP 915 (remove_files) COMPLETE
75562026-02-27T03:20:40.774Z[ recovery-image] Feb 27 03:20:39.467 INFO O| Feb 27 03:20:39.467 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572026-02-27T03:20:40.780Z[ recovery-image] Feb 27 03:20:39.476 INFO O| Feb 27 03:20:39.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75582026-02-27T03:20:40.783Z[ recovery-image] Feb 27 03:20:39.476 INFO O| Feb 27 03:20:39.476 INFO STEP 916 (remove_files) COMPLETE
75592026-02-27T03:20:40.783Z[ recovery-image] Feb 27 03:20:39.476 INFO O| Feb 27 03:20:39.476 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602026-02-27T03:20:40.789Z[ recovery-image] Feb 27 03:20:39.485 INFO O| Feb 27 03:20:39.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75612026-02-27T03:20:40.789Z[ recovery-image] Feb 27 03:20:39.485 INFO O| Feb 27 03:20:39.485 INFO STEP 917 (remove_files) COMPLETE
75622026-02-27T03:20:40.789Z[ recovery-image] Feb 27 03:20:39.485 INFO O| Feb 27 03:20:39.485 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632026-02-27T03:20:40.800Z[ recovery-image] Feb 27 03:20:39.496 INFO O| Feb 27 03:20:39.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75642026-02-27T03:20:40.803Z[ recovery-image] Feb 27 03:20:39.496 INFO O| Feb 27 03:20:39.496 INFO STEP 918 (remove_files) COMPLETE
75652026-02-27T03:20:40.803Z[ recovery-image] Feb 27 03:20:39.496 INFO O| Feb 27 03:20:39.496 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662026-02-27T03:20:40.813Z[ recovery-image] Feb 27 03:20:39.509 INFO O| Feb 27 03:20:39.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75672026-02-27T03:20:40.813Z[ recovery-image] Feb 27 03:20:39.509 INFO O| Feb 27 03:20:39.509 INFO STEP 919 (remove_files) COMPLETE
75682026-02-27T03:20:40.816Z[ recovery-image] Feb 27 03:20:39.509 INFO O| Feb 27 03:20:39.509 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692026-02-27T03:20:40.825Z[ recovery-image] Feb 27 03:20:39.521 INFO O| Feb 27 03:20:39.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75702026-02-27T03:20:40.825Z[ recovery-image] Feb 27 03:20:39.521 INFO O| Feb 27 03:20:39.521 INFO STEP 920 (remove_files) COMPLETE
75712026-02-27T03:20:40.828Z[ recovery-image] Feb 27 03:20:39.521 INFO O| Feb 27 03:20:39.521 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722026-02-27T03:20:40.836Z[ recovery-image] Feb 27 03:20:39.532 INFO O| Feb 27 03:20:39.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75732026-02-27T03:20:40.839Z[ recovery-image] Feb 27 03:20:39.532 INFO O| Feb 27 03:20:39.532 INFO STEP 921 (remove_files) COMPLETE
75742026-02-27T03:20:40.839Z[ recovery-image] Feb 27 03:20:39.532 INFO O| Feb 27 03:20:39.532 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752026-02-27T03:20:40.850Z[ recovery-image] Feb 27 03:20:39.545 INFO O| Feb 27 03:20:39.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75762026-02-27T03:20:40.850Z[ recovery-image] Feb 27 03:20:39.546 INFO O| Feb 27 03:20:39.546 INFO STEP 922 (remove_files) COMPLETE
75772026-02-27T03:20:40.853Z[ recovery-image] Feb 27 03:20:39.546 INFO O| Feb 27 03:20:39.546 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782026-02-27T03:20:40.864Z[ recovery-image] Feb 27 03:20:39.560 INFO O| Feb 27 03:20:39.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75792026-02-27T03:20:40.865Z[ recovery-image] Feb 27 03:20:39.560 INFO O| Feb 27 03:20:39.560 INFO STEP 923 (remove_files) COMPLETE
75802026-02-27T03:20:40.865Z[ recovery-image] Feb 27 03:20:39.560 INFO O| Feb 27 03:20:39.560 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812026-02-27T03:20:40.878Z[ recovery-image] Feb 27 03:20:39.574 INFO O| Feb 27 03:20:39.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75822026-02-27T03:20:40.878Z[ recovery-image] Feb 27 03:20:39.574 INFO O| Feb 27 03:20:39.574 INFO STEP 924 (remove_files) COMPLETE
75832026-02-27T03:20:40.881Z[ recovery-image] Feb 27 03:20:39.574 INFO O| Feb 27 03:20:39.574 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842026-02-27T03:20:40.891Z[ recovery-image] Feb 27 03:20:39.587 INFO O| Feb 27 03:20:39.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75852026-02-27T03:20:40.894Z[ recovery-image] Feb 27 03:20:39.587 INFO O| Feb 27 03:20:39.587 INFO STEP 925 (remove_files) COMPLETE
75862026-02-27T03:20:40.895Z[ recovery-image] Feb 27 03:20:39.587 INFO O| Feb 27 03:20:39.587 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872026-02-27T03:20:40.904Z[ recovery-image] Feb 27 03:20:39.600 INFO O| Feb 27 03:20:39.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75882026-02-27T03:20:40.904Z[ recovery-image] Feb 27 03:20:39.600 INFO O| Feb 27 03:20:39.600 INFO STEP 926 (remove_files) COMPLETE
75892026-02-27T03:20:40.904Z[ recovery-image] Feb 27 03:20:39.600 INFO O| Feb 27 03:20:39.600 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902026-02-27T03:20:40.912Z[ recovery-image] Feb 27 03:20:39.608 INFO O| Feb 27 03:20:39.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75912026-02-27T03:20:40.916Z[ recovery-image] Feb 27 03:20:39.608 INFO O| Feb 27 03:20:39.608 INFO STEP 927 (remove_files) COMPLETE
75922026-02-27T03:20:40.916Z[ recovery-image] Feb 27 03:20:39.608 INFO O| Feb 27 03:20:39.608 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932026-02-27T03:20:40.922Z[ recovery-image] Feb 27 03:20:39.618 INFO O| Feb 27 03:20:39.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75942026-02-27T03:20:40.922Z[ recovery-image] Feb 27 03:20:39.618 INFO O| Feb 27 03:20:39.618 INFO STEP 928 (remove_files) COMPLETE
75952026-02-27T03:20:40.925Z[ recovery-image] Feb 27 03:20:39.618 INFO O| Feb 27 03:20:39.618 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962026-02-27T03:20:40.934Z[ recovery-image] Feb 27 03:20:39.630 INFO O| Feb 27 03:20:39.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75972026-02-27T03:20:40.934Z[ recovery-image] Feb 27 03:20:39.630 INFO O| Feb 27 03:20:39.630 INFO STEP 929 (remove_files) COMPLETE
75982026-02-27T03:20:40.937Z[ recovery-image] Feb 27 03:20:39.630 INFO O| Feb 27 03:20:39.630 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992026-02-27T03:20:40.947Z[ recovery-image] Feb 27 03:20:39.643 INFO O| Feb 27 03:20:39.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76002026-02-27T03:20:40.947Z[ recovery-image] Feb 27 03:20:39.643 INFO O| Feb 27 03:20:39.643 INFO STEP 930 (remove_files) COMPLETE
76012026-02-27T03:20:40.950Z[ recovery-image] Feb 27 03:20:39.643 INFO O| Feb 27 03:20:39.643 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022026-02-27T03:20:40.961Z[ recovery-image] Feb 27 03:20:39.657 INFO O| Feb 27 03:20:39.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76032026-02-27T03:20:40.964Z[ recovery-image] Feb 27 03:20:39.658 INFO O| Feb 27 03:20:39.658 INFO STEP 931 (remove_files) COMPLETE
76042026-02-27T03:20:40.964Z[ recovery-image] Feb 27 03:20:39.658 INFO O| Feb 27 03:20:39.658 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052026-02-27T03:20:40.972Z[ recovery-image] Feb 27 03:20:39.668 INFO O| Feb 27 03:20:39.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76062026-02-27T03:20:40.972Z[ recovery-image] Feb 27 03:20:39.668 INFO O| Feb 27 03:20:39.668 INFO STEP 932 (remove_files) COMPLETE
76072026-02-27T03:20:40.975Z[ recovery-image] Feb 27 03:20:39.668 INFO O| Feb 27 03:20:39.668 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082026-02-27T03:20:40.988Z[ recovery-image] Feb 27 03:20:39.683 INFO O| Feb 27 03:20:39.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76092026-02-27T03:20:40.988Z[ recovery-image] Feb 27 03:20:39.683 INFO O| Feb 27 03:20:39.683 INFO STEP 933 (remove_files) COMPLETE
76102026-02-27T03:20:40.991Z[ recovery-image] Feb 27 03:20:39.683 INFO O| Feb 27 03:20:39.683 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112026-02-27T03:20:41.002Z[ recovery-image] Feb 27 03:20:39.698 INFO O| Feb 27 03:20:39.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76122026-02-27T03:20:41.002Z[ recovery-image] Feb 27 03:20:39.698 INFO O| Feb 27 03:20:39.698 INFO STEP 934 (remove_files) COMPLETE
76132026-02-27T03:20:41.002Z[ recovery-image] Feb 27 03:20:39.698 INFO O| Feb 27 03:20:39.698 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142026-02-27T03:20:41.017Z[ recovery-image] Feb 27 03:20:39.712 INFO O| Feb 27 03:20:39.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76152026-02-27T03:20:41.017Z[ recovery-image] Feb 27 03:20:39.713 INFO O| Feb 27 03:20:39.713 INFO STEP 935 (remove_files) COMPLETE
76162026-02-27T03:20:41.020Z[ recovery-image] Feb 27 03:20:39.713 INFO O| Feb 27 03:20:39.713 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172026-02-27T03:20:41.027Z[ recovery-image] Feb 27 03:20:39.723 INFO O| Feb 27 03:20:39.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76182026-02-27T03:20:41.027Z[ recovery-image] Feb 27 03:20:39.723 INFO O| Feb 27 03:20:39.723 INFO STEP 936 (remove_files) COMPLETE
76192026-02-27T03:20:41.030Z[ recovery-image] Feb 27 03:20:39.723 INFO O| Feb 27 03:20:39.723 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202026-02-27T03:20:41.040Z[ recovery-image] Feb 27 03:20:39.735 INFO O| Feb 27 03:20:39.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76212026-02-27T03:20:41.040Z[ recovery-image] Feb 27 03:20:39.736 INFO O| Feb 27 03:20:39.736 INFO STEP 937 (remove_files) COMPLETE
76222026-02-27T03:20:41.040Z[ recovery-image] Feb 27 03:20:39.736 INFO O| Feb 27 03:20:39.736 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232026-02-27T03:20:41.053Z[ recovery-image] Feb 27 03:20:39.749 INFO O| Feb 27 03:20:39.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76242026-02-27T03:20:41.056Z[ recovery-image] Feb 27 03:20:39.749 INFO O| Feb 27 03:20:39.749 INFO STEP 938 (remove_files) COMPLETE
76252026-02-27T03:20:41.056Z[ recovery-image] Feb 27 03:20:39.749 INFO O| Feb 27 03:20:39.749 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262026-02-27T03:20:41.067Z[ recovery-image] Feb 27 03:20:39.763 INFO O| Feb 27 03:20:39.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76272026-02-27T03:20:41.071Z[ recovery-image] Feb 27 03:20:39.763 INFO O| Feb 27 03:20:39.763 INFO STEP 939 (remove_files) COMPLETE
76282026-02-27T03:20:41.071Z[ recovery-image] Feb 27 03:20:39.763 INFO O| Feb 27 03:20:39.763 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292026-02-27T03:20:41.082Z[ recovery-image] Feb 27 03:20:39.777 INFO O| Feb 27 03:20:39.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76302026-02-27T03:20:41.082Z[ recovery-image] Feb 27 03:20:39.777 INFO O| Feb 27 03:20:39.777 INFO STEP 940 (remove_files) COMPLETE
76312026-02-27T03:20:41.082Z[ recovery-image] Feb 27 03:20:39.777 INFO O| Feb 27 03:20:39.777 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322026-02-27T03:20:41.096Z[ recovery-image] Feb 27 03:20:39.792 INFO O| Feb 27 03:20:39.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76332026-02-27T03:20:41.096Z[ recovery-image] Feb 27 03:20:39.792 INFO O| Feb 27 03:20:39.792 INFO STEP 941 (remove_files) COMPLETE
76342026-02-27T03:20:41.100Z[ recovery-image] Feb 27 03:20:39.792 INFO O| Feb 27 03:20:39.792 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352026-02-27T03:20:41.109Z[ recovery-image] Feb 27 03:20:39.805 INFO O| Feb 27 03:20:39.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76362026-02-27T03:20:41.110Z[ recovery-image] Feb 27 03:20:39.805 INFO O| Feb 27 03:20:39.805 INFO STEP 942 (remove_files) COMPLETE
76372026-02-27T03:20:41.110Z[ recovery-image] Feb 27 03:20:39.805 INFO O| Feb 27 03:20:39.805 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382026-02-27T03:20:41.124Z[ recovery-image] Feb 27 03:20:39.819 INFO O| Feb 27 03:20:39.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76392026-02-27T03:20:41.124Z[ recovery-image] Feb 27 03:20:39.819 INFO O| Feb 27 03:20:39.819 INFO STEP 943 (remove_files) COMPLETE
76402026-02-27T03:20:41.127Z[ recovery-image] Feb 27 03:20:39.820 INFO O| Feb 27 03:20:39.819 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412026-02-27T03:20:41.138Z[ recovery-image] Feb 27 03:20:39.833 INFO O| Feb 27 03:20:39.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76422026-02-27T03:20:41.138Z[ recovery-image] Feb 27 03:20:39.834 INFO O| Feb 27 03:20:39.834 INFO STEP 944 (remove_files) COMPLETE
76432026-02-27T03:20:41.141Z[ recovery-image] Feb 27 03:20:39.834 INFO O| Feb 27 03:20:39.834 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442026-02-27T03:20:41.155Z[ recovery-image] Feb 27 03:20:39.850 INFO O| Feb 27 03:20:39.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76452026-02-27T03:20:41.155Z[ recovery-image] Feb 27 03:20:39.851 INFO O| Feb 27 03:20:39.851 INFO STEP 945 (remove_files) COMPLETE
76462026-02-27T03:20:41.159Z[ recovery-image] Feb 27 03:20:39.851 INFO O| Feb 27 03:20:39.851 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472026-02-27T03:20:41.171Z[ recovery-image] Feb 27 03:20:39.867 INFO O| Feb 27 03:20:39.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76482026-02-27T03:20:41.171Z[ recovery-image] Feb 27 03:20:39.867 INFO O| Feb 27 03:20:39.867 INFO STEP 946 (remove_files) COMPLETE
76492026-02-27T03:20:41.172Z[ recovery-image] Feb 27 03:20:39.867 INFO O| Feb 27 03:20:39.867 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502026-02-27T03:20:41.183Z[ recovery-image] Feb 27 03:20:39.878 INFO O| Feb 27 03:20:39.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76512026-02-27T03:20:41.183Z[ recovery-image] Feb 27 03:20:39.878 INFO O| Feb 27 03:20:39.878 INFO STEP 947 (remove_files) COMPLETE
76522026-02-27T03:20:41.186Z[ recovery-image] Feb 27 03:20:39.878 INFO O| Feb 27 03:20:39.878 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532026-02-27T03:20:41.246Z[ recovery-image] Feb 27 03:20:39.894 INFO O| Feb 27 03:20:39.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76542026-02-27T03:20:41.246Z[ recovery-image] Feb 27 03:20:39.894 INFO O| Feb 27 03:20:39.894 INFO STEP 948 (remove_files) COMPLETE
76552026-02-27T03:20:41.246Z[ recovery-image] Feb 27 03:20:39.894 INFO O| Feb 27 03:20:39.894 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562026-02-27T03:20:41.246Z[ recovery-image] Feb 27 03:20:39.908 INFO O| Feb 27 03:20:39.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76572026-02-27T03:20:41.246Z[ recovery-image] Feb 27 03:20:39.908 INFO O| Feb 27 03:20:39.908 INFO STEP 949 (remove_files) COMPLETE
76582026-02-27T03:20:41.246Z[ recovery-image] Feb 27 03:20:39.908 INFO O| Feb 27 03:20:39.908 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592026-02-27T03:20:41.246Z[ recovery-image] Feb 27 03:20:39.920 INFO O| Feb 27 03:20:39.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76602026-02-27T03:20:41.246Z[ recovery-image] Feb 27 03:20:39.920 INFO O| Feb 27 03:20:39.920 INFO STEP 950 (remove_files) COMPLETE
76612026-02-27T03:20:41.246Z[ recovery-image] Feb 27 03:20:39.920 INFO O| Feb 27 03:20:39.920 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622026-02-27T03:20:41.246Z[ recovery-image] Feb 27 03:20:39.934 INFO O| Feb 27 03:20:39.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76632026-02-27T03:20:41.246Z[ recovery-image] Feb 27 03:20:39.934 INFO O| Feb 27 03:20:39.934 INFO STEP 951 (remove_files) COMPLETE
76642026-02-27T03:20:41.246Z[ recovery-image] Feb 27 03:20:39.934 INFO O| Feb 27 03:20:39.934 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652026-02-27T03:20:41.253Z[ recovery-image] Feb 27 03:20:39.949 INFO O| Feb 27 03:20:39.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76662026-02-27T03:20:41.254Z[ recovery-image] Feb 27 03:20:39.949 INFO O| Feb 27 03:20:39.949 INFO STEP 952 (remove_files) COMPLETE
76672026-02-27T03:20:41.254Z[ recovery-image] Feb 27 03:20:39.949 INFO O| Feb 27 03:20:39.949 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682026-02-27T03:20:41.265Z[ recovery-image] Feb 27 03:20:39.960 INFO O| Feb 27 03:20:39.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76692026-02-27T03:20:41.265Z[ recovery-image] Feb 27 03:20:39.960 INFO O| Feb 27 03:20:39.960 INFO STEP 953 (remove_files) COMPLETE
76702026-02-27T03:20:41.269Z[ recovery-image] Feb 27 03:20:39.960 INFO O| Feb 27 03:20:39.960 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712026-02-27T03:20:41.281Z[ recovery-image] Feb 27 03:20:39.977 INFO O| Feb 27 03:20:39.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76722026-02-27T03:20:41.281Z[ recovery-image] Feb 27 03:20:39.977 INFO O| Feb 27 03:20:39.977 INFO STEP 954 (remove_files) COMPLETE
76732026-02-27T03:20:41.281Z[ recovery-image] Feb 27 03:20:39.977 INFO O| Feb 27 03:20:39.977 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742026-02-27T03:20:41.297Z[ recovery-image] Feb 27 03:20:39.993 INFO O| Feb 27 03:20:39.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76752026-02-27T03:20:41.297Z[ recovery-image] Feb 27 03:20:39.993 INFO O| Feb 27 03:20:39.993 INFO STEP 955 (remove_files) COMPLETE
76762026-02-27T03:20:41.297Z[ recovery-image] Feb 27 03:20:39.993 INFO O| Feb 27 03:20:39.993 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772026-02-27T03:20:41.311Z[ recovery-image] Feb 27 03:20:40.006 INFO O| Feb 27 03:20:40.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76782026-02-27T03:20:41.311Z[ recovery-image] Feb 27 03:20:40.006 INFO O| Feb 27 03:20:40.006 INFO STEP 956 (remove_files) COMPLETE
76792026-02-27T03:20:41.314Z[ recovery-image] Feb 27 03:20:40.006 INFO O| Feb 27 03:20:40.006 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802026-02-27T03:20:41.321Z[ recovery-image] Feb 27 03:20:40.017 INFO O| Feb 27 03:20:40.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76812026-02-27T03:20:41.321Z[ recovery-image] Feb 27 03:20:40.017 INFO O| Feb 27 03:20:40.017 INFO STEP 957 (remove_files) COMPLETE
76822026-02-27T03:20:41.321Z[ recovery-image] Feb 27 03:20:40.017 INFO O| Feb 27 03:20:40.017 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832026-02-27T03:20:41.335Z[ recovery-image] Feb 27 03:20:40.031 INFO O| Feb 27 03:20:40.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76842026-02-27T03:20:41.335Z[ recovery-image] Feb 27 03:20:40.031 INFO O| Feb 27 03:20:40.031 INFO STEP 958 (remove_files) COMPLETE
76852026-02-27T03:20:41.335Z[ recovery-image] Feb 27 03:20:40.031 INFO O| Feb 27 03:20:40.031 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862026-02-27T03:20:41.349Z[ recovery-image] Feb 27 03:20:40.045 INFO O| Feb 27 03:20:40.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76872026-02-27T03:20:41.349Z[ recovery-image] Feb 27 03:20:40.045 INFO O| Feb 27 03:20:40.045 INFO STEP 959 (remove_files) COMPLETE
76882026-02-27T03:20:41.349Z[ recovery-image] Feb 27 03:20:40.045 INFO O| Feb 27 03:20:40.045 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892026-02-27T03:20:41.363Z[ recovery-image] Feb 27 03:20:40.059 INFO O| Feb 27 03:20:40.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76902026-02-27T03:20:41.363Z[ recovery-image] Feb 27 03:20:40.059 INFO O| Feb 27 03:20:40.059 INFO STEP 960 (remove_files) COMPLETE
76912026-02-27T03:20:41.363Z[ recovery-image] Feb 27 03:20:40.059 INFO O| Feb 27 03:20:40.059 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922026-02-27T03:20:41.379Z[ recovery-image] Feb 27 03:20:40.075 INFO O| Feb 27 03:20:40.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76932026-02-27T03:20:41.379Z[ recovery-image] Feb 27 03:20:40.075 INFO O| Feb 27 03:20:40.075 INFO STEP 961 (remove_files) COMPLETE
76942026-02-27T03:20:41.380Z[ recovery-image] Feb 27 03:20:40.075 INFO O| Feb 27 03:20:40.075 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952026-02-27T03:20:41.391Z[ recovery-image] Feb 27 03:20:40.085 INFO O| Feb 27 03:20:40.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76962026-02-27T03:20:41.394Z[ recovery-image] Feb 27 03:20:40.085 INFO O| Feb 27 03:20:40.085 INFO STEP 962 (remove_files) COMPLETE
76972026-02-27T03:20:41.394Z[ recovery-image] Feb 27 03:20:40.085 INFO O| Feb 27 03:20:40.085 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982026-02-27T03:20:41.401Z[ recovery-image] Feb 27 03:20:40.096 INFO O| Feb 27 03:20:40.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76992026-02-27T03:20:41.401Z[ recovery-image] Feb 27 03:20:40.096 INFO O| Feb 27 03:20:40.096 INFO STEP 963 (remove_files) COMPLETE
77002026-02-27T03:20:41.404Z[ recovery-image] Feb 27 03:20:40.096 INFO O| Feb 27 03:20:40.096 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012026-02-27T03:20:41.412Z[ recovery-image] Feb 27 03:20:40.108 INFO O| Feb 27 03:20:40.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77022026-02-27T03:20:41.413Z[ recovery-image] Feb 27 03:20:40.108 INFO O| Feb 27 03:20:40.108 INFO STEP 964 (remove_files) COMPLETE
77032026-02-27T03:20:41.416Z[ recovery-image] Feb 27 03:20:40.108 INFO O| Feb 27 03:20:40.108 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042026-02-27T03:20:41.427Z[ recovery-image] Feb 27 03:20:40.122 INFO O| Feb 27 03:20:40.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77052026-02-27T03:20:41.430Z[ recovery-image] Feb 27 03:20:40.123 INFO O| Feb 27 03:20:40.123 INFO STEP 965 (remove_files) COMPLETE
77062026-02-27T03:20:41.430Z[ recovery-image] Feb 27 03:20:40.123 INFO O| Feb 27 03:20:40.123 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072026-02-27T03:20:41.442Z[ recovery-image] Feb 27 03:20:40.137 INFO O| Feb 27 03:20:40.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77082026-02-27T03:20:41.442Z[ recovery-image] Feb 27 03:20:40.137 INFO O| Feb 27 03:20:40.137 INFO STEP 966 (remove_files) COMPLETE
77092026-02-27T03:20:41.445Z[ recovery-image] Feb 27 03:20:40.137 INFO O| Feb 27 03:20:40.137 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102026-02-27T03:20:41.455Z[ recovery-image] Feb 27 03:20:40.151 INFO O| Feb 27 03:20:40.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77112026-02-27T03:20:41.455Z[ recovery-image] Feb 27 03:20:40.151 INFO O| Feb 27 03:20:40.151 INFO STEP 967 (remove_files) COMPLETE
77122026-02-27T03:20:41.459Z[ recovery-image] Feb 27 03:20:40.151 INFO O| Feb 27 03:20:40.151 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132026-02-27T03:20:41.470Z[ recovery-image] Feb 27 03:20:40.165 INFO O| Feb 27 03:20:40.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77142026-02-27T03:20:41.470Z[ recovery-image] Feb 27 03:20:40.166 INFO O| Feb 27 03:20:40.165 INFO STEP 968 (remove_files) COMPLETE
77152026-02-27T03:20:41.470Z[ recovery-image] Feb 27 03:20:40.166 INFO O| Feb 27 03:20:40.166 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162026-02-27T03:20:41.485Z[ recovery-image] Feb 27 03:20:40.181 INFO O| Feb 27 03:20:40.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77172026-02-27T03:20:41.485Z[ recovery-image] Feb 27 03:20:40.181 INFO O| Feb 27 03:20:40.181 INFO STEP 969 (remove_files) COMPLETE
77182026-02-27T03:20:41.488Z[ recovery-image] Feb 27 03:20:40.181 INFO O| Feb 27 03:20:40.181 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192026-02-27T03:20:41.498Z[ recovery-image] Feb 27 03:20:40.193 INFO O| Feb 27 03:20:40.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77202026-02-27T03:20:41.502Z[ recovery-image] Feb 27 03:20:40.193 INFO O| Feb 27 03:20:40.193 INFO STEP 970 (remove_files) COMPLETE
77212026-02-27T03:20:41.502Z[ recovery-image] Feb 27 03:20:40.193 INFO O| Feb 27 03:20:40.193 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222026-02-27T03:20:41.512Z[ recovery-image] Feb 27 03:20:40.207 INFO O| Feb 27 03:20:40.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77232026-02-27T03:20:41.512Z[ recovery-image] Feb 27 03:20:40.207 INFO O| Feb 27 03:20:40.207 INFO STEP 971 (remove_files) COMPLETE
77242026-02-27T03:20:41.512Z[ recovery-image] Feb 27 03:20:40.207 INFO O| Feb 27 03:20:40.207 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252026-02-27T03:20:41.528Z[ recovery-image] Feb 27 03:20:40.223 INFO O| Feb 27 03:20:40.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77262026-02-27T03:20:41.528Z[ recovery-image] Feb 27 03:20:40.223 INFO O| Feb 27 03:20:40.223 INFO STEP 972 (remove_files) COMPLETE
77272026-02-27T03:20:41.531Z[ recovery-image] Feb 27 03:20:40.223 INFO O| Feb 27 03:20:40.223 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282026-02-27T03:20:41.540Z[ recovery-image] Feb 27 03:20:40.236 INFO O| Feb 27 03:20:40.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77292026-02-27T03:20:41.541Z[ recovery-image] Feb 27 03:20:40.236 INFO O| Feb 27 03:20:40.236 INFO STEP 973 (remove_files) COMPLETE
77302026-02-27T03:20:41.544Z[ recovery-image] Feb 27 03:20:40.236 INFO O| Feb 27 03:20:40.236 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312026-02-27T03:20:41.556Z[ recovery-image] Feb 27 03:20:40.252 INFO O| Feb 27 03:20:40.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77322026-02-27T03:20:41.556Z[ recovery-image] Feb 27 03:20:40.252 INFO O| Feb 27 03:20:40.252 INFO STEP 974 (remove_files) COMPLETE
77332026-02-27T03:20:41.559Z[ recovery-image] Feb 27 03:20:40.252 INFO O| Feb 27 03:20:40.252 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342026-02-27T03:20:41.567Z[ recovery-image] Feb 27 03:20:40.262 INFO O| Feb 27 03:20:40.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77352026-02-27T03:20:41.570Z[ recovery-image] Feb 27 03:20:40.263 INFO O| Feb 27 03:20:40.262 INFO STEP 975 (remove_files) COMPLETE
77362026-02-27T03:20:41.570Z[ recovery-image] Feb 27 03:20:40.263 INFO O| Feb 27 03:20:40.262 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372026-02-27T03:20:41.580Z[ recovery-image] Feb 27 03:20:40.276 INFO O| Feb 27 03:20:40.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77382026-02-27T03:20:41.583Z[ recovery-image] Feb 27 03:20:40.276 INFO O| Feb 27 03:20:40.276 INFO STEP 976 (remove_files) COMPLETE
77392026-02-27T03:20:41.583Z[ recovery-image] Feb 27 03:20:40.276 INFO O| Feb 27 03:20:40.276 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402026-02-27T03:20:41.592Z[ recovery-image] Feb 27 03:20:40.288 INFO O| Feb 27 03:20:40.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77412026-02-27T03:20:41.592Z[ recovery-image] Feb 27 03:20:40.288 INFO O| Feb 27 03:20:40.288 INFO STEP 977 (remove_files) COMPLETE
77422026-02-27T03:20:41.595Z[ recovery-image] Feb 27 03:20:40.288 INFO O| Feb 27 03:20:40.288 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432026-02-27T03:20:41.604Z[ recovery-image] Feb 27 03:20:40.300 INFO O| Feb 27 03:20:40.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77442026-02-27T03:20:41.604Z[ recovery-image] Feb 27 03:20:40.300 INFO O| Feb 27 03:20:40.300 INFO STEP 978 (remove_files) COMPLETE
77452026-02-27T03:20:41.604Z[ recovery-image] Feb 27 03:20:40.300 INFO O| Feb 27 03:20:40.300 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462026-02-27T03:20:41.618Z[ recovery-image] Feb 27 03:20:40.314 INFO O| Feb 27 03:20:40.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77472026-02-27T03:20:41.618Z[ recovery-image] Feb 27 03:20:40.314 INFO O| Feb 27 03:20:40.314 INFO STEP 979 (remove_files) COMPLETE
77482026-02-27T03:20:41.624Z[ recovery-image] Feb 27 03:20:40.314 INFO O| Feb 27 03:20:40.314 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492026-02-27T03:20:41.633Z[ recovery-image] Feb 27 03:20:40.327 INFO O| Feb 27 03:20:40.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77502026-02-27T03:20:41.636Z[ recovery-image] Feb 27 03:20:40.328 INFO O| Feb 27 03:20:40.327 INFO STEP 980 (remove_files) COMPLETE
77512026-02-27T03:20:41.636Z[ recovery-image] Feb 27 03:20:40.328 INFO O| Feb 27 03:20:40.328 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522026-02-27T03:20:41.641Z[ recovery-image] Feb 27 03:20:40.337 INFO O| Feb 27 03:20:40.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77532026-02-27T03:20:41.644Z[ recovery-image] Feb 27 03:20:40.337 INFO O| Feb 27 03:20:40.337 INFO STEP 981 (remove_files) COMPLETE
77542026-02-27T03:20:41.644Z[ recovery-image] Feb 27 03:20:40.337 INFO O| Feb 27 03:20:40.337 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552026-02-27T03:20:41.656Z[ recovery-image] Feb 27 03:20:40.351 INFO O| Feb 27 03:20:40.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77562026-02-27T03:20:41.659Z[ recovery-image] Feb 27 03:20:40.352 INFO O| Feb 27 03:20:40.352 INFO STEP 982 (remove_files) COMPLETE
77572026-02-27T03:20:41.659Z[ recovery-image] Feb 27 03:20:40.352 INFO O| Feb 27 03:20:40.352 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582026-02-27T03:20:41.667Z[ recovery-image] Feb 27 03:20:40.363 INFO O| Feb 27 03:20:40.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77592026-02-27T03:20:41.667Z[ recovery-image] Feb 27 03:20:40.363 INFO O| Feb 27 03:20:40.363 INFO STEP 983 (remove_files) COMPLETE
77602026-02-27T03:20:41.667Z[ recovery-image] Feb 27 03:20:40.363 INFO O| Feb 27 03:20:40.363 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612026-02-27T03:20:41.681Z[ recovery-image] Feb 27 03:20:40.376 INFO O| Feb 27 03:20:40.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77622026-02-27T03:20:41.681Z[ recovery-image] Feb 27 03:20:40.376 INFO O| Feb 27 03:20:40.376 INFO STEP 984 (remove_files) COMPLETE
77632026-02-27T03:20:41.681Z[ recovery-image] Feb 27 03:20:40.376 INFO O| Feb 27 03:20:40.376 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642026-02-27T03:20:41.695Z[ recovery-image] Feb 27 03:20:40.390 INFO O| Feb 27 03:20:40.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77652026-02-27T03:20:41.695Z[ recovery-image] Feb 27 03:20:40.390 INFO O| Feb 27 03:20:40.390 INFO STEP 985 (remove_files) COMPLETE
77662026-02-27T03:20:41.695Z[ recovery-image] Feb 27 03:20:40.390 INFO O| Feb 27 03:20:40.390 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672026-02-27T03:20:41.709Z[ recovery-image] Feb 27 03:20:40.403 INFO O| Feb 27 03:20:40.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77682026-02-27T03:20:41.709Z[ recovery-image] Feb 27 03:20:40.404 INFO O| Feb 27 03:20:40.404 INFO STEP 986 (remove_files) COMPLETE
77692026-02-27T03:20:41.709Z[ recovery-image] Feb 27 03:20:40.404 INFO O| Feb 27 03:20:40.404 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702026-02-27T03:20:41.722Z[ recovery-image] Feb 27 03:20:40.418 INFO O| Feb 27 03:20:40.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77712026-02-27T03:20:41.722Z[ recovery-image] Feb 27 03:20:40.418 INFO O| Feb 27 03:20:40.418 INFO STEP 987 (remove_files) COMPLETE
77722026-02-27T03:20:41.725Z[ recovery-image] Feb 27 03:20:40.418 INFO O| Feb 27 03:20:40.418 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732026-02-27T03:20:41.734Z[ recovery-image] Feb 27 03:20:40.430 INFO O| Feb 27 03:20:40.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77742026-02-27T03:20:41.737Z[ recovery-image] Feb 27 03:20:40.430 INFO O| Feb 27 03:20:40.430 INFO STEP 988 (remove_files) COMPLETE
77752026-02-27T03:20:41.737Z[ recovery-image] Feb 27 03:20:40.430 INFO O| Feb 27 03:20:40.430 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762026-02-27T03:20:41.748Z[ recovery-image] Feb 27 03:20:40.443 INFO O| Feb 27 03:20:40.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77772026-02-27T03:20:41.748Z[ recovery-image] Feb 27 03:20:40.443 INFO O| Feb 27 03:20:40.443 INFO STEP 989 (remove_files) COMPLETE
77782026-02-27T03:20:41.748Z[ recovery-image] Feb 27 03:20:40.443 INFO O| Feb 27 03:20:40.443 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792026-02-27T03:20:41.761Z[ recovery-image] Feb 27 03:20:40.456 INFO O| Feb 27 03:20:40.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77802026-02-27T03:20:41.761Z[ recovery-image] Feb 27 03:20:40.456 INFO O| Feb 27 03:20:40.456 INFO STEP 990 (remove_files) COMPLETE
77812026-02-27T03:20:41.764Z[ recovery-image] Feb 27 03:20:40.456 INFO O| Feb 27 03:20:40.456 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822026-02-27T03:20:41.774Z[ recovery-image] Feb 27 03:20:40.470 INFO O| Feb 27 03:20:40.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77832026-02-27T03:20:41.774Z[ recovery-image] Feb 27 03:20:40.470 INFO O| Feb 27 03:20:40.470 INFO STEP 991 (remove_files) COMPLETE
77842026-02-27T03:20:41.774Z[ recovery-image] Feb 27 03:20:40.470 INFO O| Feb 27 03:20:40.470 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852026-02-27T03:20:41.788Z[ recovery-image] Feb 27 03:20:40.484 INFO O| Feb 27 03:20:40.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77862026-02-27T03:20:41.789Z[ recovery-image] Feb 27 03:20:40.484 INFO O| Feb 27 03:20:40.484 INFO STEP 992 (remove_files) COMPLETE
77872026-02-27T03:20:41.789Z[ recovery-image] Feb 27 03:20:40.484 INFO O| Feb 27 03:20:40.484 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882026-02-27T03:20:41.798Z[ recovery-image] Feb 27 03:20:40.493 INFO O| Feb 27 03:20:40.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77892026-02-27T03:20:41.798Z[ recovery-image] Feb 27 03:20:40.493 INFO O| Feb 27 03:20:40.493 INFO STEP 993 (remove_files) COMPLETE
77902026-02-27T03:20:41.798Z[ recovery-image] Feb 27 03:20:40.493 INFO O| Feb 27 03:20:40.493 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912026-02-27T03:20:41.811Z[ recovery-image] Feb 27 03:20:40.506 INFO O| Feb 27 03:20:40.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77922026-02-27T03:20:41.811Z[ recovery-image] Feb 27 03:20:40.506 INFO O| Feb 27 03:20:40.506 INFO STEP 994 (remove_files) COMPLETE
77932026-02-27T03:20:41.814Z[ recovery-image] Feb 27 03:20:40.506 INFO O| Feb 27 03:20:40.506 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942026-02-27T03:20:41.823Z[ recovery-image] Feb 27 03:20:40.518 INFO O| Feb 27 03:20:40.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77952026-02-27T03:20:41.823Z[ recovery-image] Feb 27 03:20:40.518 INFO O| Feb 27 03:20:40.518 INFO STEP 995 (remove_files) COMPLETE
77962026-02-27T03:20:41.823Z[ recovery-image] Feb 27 03:20:40.518 INFO O| Feb 27 03:20:40.518 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972026-02-27T03:20:41.836Z[ recovery-image] Feb 27 03:20:40.532 INFO O| Feb 27 03:20:40.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77982026-02-27T03:20:41.836Z[ recovery-image] Feb 27 03:20:40.532 INFO O| Feb 27 03:20:40.532 INFO STEP 996 (remove_files) COMPLETE
77992026-02-27T03:20:41.836Z[ recovery-image] Feb 27 03:20:40.532 INFO O| Feb 27 03:20:40.532 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002026-02-27T03:20:41.849Z[ recovery-image] Feb 27 03:20:40.545 INFO O| Feb 27 03:20:40.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78012026-02-27T03:20:41.850Z[ recovery-image] Feb 27 03:20:40.545 INFO O| Feb 27 03:20:40.545 INFO STEP 997 (remove_files) COMPLETE
78022026-02-27T03:20:41.850Z[ recovery-image] Feb 27 03:20:40.545 INFO O| Feb 27 03:20:40.545 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032026-02-27T03:20:41.864Z[ recovery-image] Feb 27 03:20:40.559 INFO O| Feb 27 03:20:40.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78042026-02-27T03:20:41.864Z[ recovery-image] Feb 27 03:20:40.559 INFO O| Feb 27 03:20:40.559 INFO STEP 998 (remove_files) COMPLETE
78052026-02-27T03:20:41.864Z[ recovery-image] Feb 27 03:20:40.559 INFO O| Feb 27 03:20:40.559 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062026-02-27T03:20:41.879Z[ recovery-image] Feb 27 03:20:40.571 INFO O| Feb 27 03:20:40.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78072026-02-27T03:20:41.882Z[ recovery-image] Feb 27 03:20:40.572 INFO O| Feb 27 03:20:40.572 INFO STEP 999 (remove_files) COMPLETE
78082026-02-27T03:20:41.882Z[ recovery-image] Feb 27 03:20:40.572 INFO O| Feb 27 03:20:40.572 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092026-02-27T03:20:41.885Z[ recovery-image] Feb 27 03:20:40.581 INFO O| Feb 27 03:20:40.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78102026-02-27T03:20:41.885Z[ recovery-image] Feb 27 03:20:40.581 INFO O| Feb 27 03:20:40.581 INFO STEP 1000 (remove_files) COMPLETE
78112026-02-27T03:20:41.885Z[ recovery-image] Feb 27 03:20:40.581 INFO O| Feb 27 03:20:40.581 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122026-02-27T03:20:41.899Z[ recovery-image] Feb 27 03:20:40.595 INFO O| Feb 27 03:20:40.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78132026-02-27T03:20:41.899Z[ recovery-image] Feb 27 03:20:40.595 INFO O| Feb 27 03:20:40.595 INFO STEP 1001 (remove_files) COMPLETE
78142026-02-27T03:20:41.904Z[ recovery-image] Feb 27 03:20:40.595 INFO O| Feb 27 03:20:40.595 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152026-02-27T03:20:41.909Z[ recovery-image] Feb 27 03:20:40.604 INFO O| Feb 27 03:20:40.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78162026-02-27T03:20:41.912Z[ recovery-image] Feb 27 03:20:40.605 INFO O| Feb 27 03:20:40.604 INFO STEP 1002 (remove_files) COMPLETE
78172026-02-27T03:20:41.912Z[ recovery-image] Feb 27 03:20:40.605 INFO O| Feb 27 03:20:40.605 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182026-02-27T03:20:41.918Z[ recovery-image] Feb 27 03:20:40.614 INFO O| Feb 27 03:20:40.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78192026-02-27T03:20:41.918Z[ recovery-image] Feb 27 03:20:40.614 INFO O| Feb 27 03:20:40.614 INFO STEP 1003 (remove_files) COMPLETE
78202026-02-27T03:20:41.922Z[ recovery-image] Feb 27 03:20:40.614 INFO O| Feb 27 03:20:40.614 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212026-02-27T03:20:41.931Z[ recovery-image] Feb 27 03:20:40.627 INFO O| Feb 27 03:20:40.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78222026-02-27T03:20:41.931Z[ recovery-image] Feb 27 03:20:40.627 INFO O| Feb 27 03:20:40.627 INFO STEP 1004 (remove_files) COMPLETE
78232026-02-27T03:20:41.931Z[ recovery-image] Feb 27 03:20:40.627 INFO O| Feb 27 03:20:40.627 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242026-02-27T03:20:41.944Z[ recovery-image] Feb 27 03:20:40.640 INFO O| Feb 27 03:20:40.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78252026-02-27T03:20:41.944Z[ recovery-image] Feb 27 03:20:40.640 INFO O| Feb 27 03:20:40.640 INFO STEP 1005 (remove_files) COMPLETE
78262026-02-27T03:20:41.944Z[ recovery-image] Feb 27 03:20:40.640 INFO O| Feb 27 03:20:40.640 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272026-02-27T03:20:41.954Z[ recovery-image] Feb 27 03:20:40.650 INFO O| Feb 27 03:20:40.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78282026-02-27T03:20:41.954Z[ recovery-image] Feb 27 03:20:40.650 INFO O| Feb 27 03:20:40.650 INFO STEP 1006 (remove_files) COMPLETE
78292026-02-27T03:20:41.957Z[ recovery-image] Feb 27 03:20:40.650 INFO O| Feb 27 03:20:40.650 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302026-02-27T03:20:41.966Z[ recovery-image] Feb 27 03:20:40.661 INFO O| Feb 27 03:20:40.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78312026-02-27T03:20:41.966Z[ recovery-image] Feb 27 03:20:40.662 INFO O| Feb 27 03:20:40.661 INFO STEP 1007 (remove_files) COMPLETE
78322026-02-27T03:20:41.969Z[ recovery-image] Feb 27 03:20:40.662 INFO O| Feb 27 03:20:40.661 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332026-02-27T03:20:41.975Z[ recovery-image] Feb 27 03:20:40.671 INFO O| Feb 27 03:20:40.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78342026-02-27T03:20:41.976Z[ recovery-image] Feb 27 03:20:40.671 INFO O| Feb 27 03:20:40.671 INFO STEP 1008 (remove_files) COMPLETE
78352026-02-27T03:20:41.979Z[ recovery-image] Feb 27 03:20:40.671 INFO O| Feb 27 03:20:40.671 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362026-02-27T03:20:41.989Z[ recovery-image] Feb 27 03:20:40.685 INFO O| Feb 27 03:20:40.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78372026-02-27T03:20:41.989Z[ recovery-image] Feb 27 03:20:40.685 INFO O| Feb 27 03:20:40.685 INFO STEP 1009 (remove_files) COMPLETE
78382026-02-27T03:20:41.990Z[ recovery-image] Feb 27 03:20:40.685 INFO O| Feb 27 03:20:40.685 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392026-02-27T03:20:42.007Z[ recovery-image] Feb 27 03:20:40.699 INFO O| Feb 27 03:20:40.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78402026-02-27T03:20:42.007Z[ recovery-image] Feb 27 03:20:40.699 INFO O| Feb 27 03:20:40.699 INFO STEP 1010 (remove_files) COMPLETE
78412026-02-27T03:20:42.007Z[ recovery-image] Feb 27 03:20:40.699 INFO O| Feb 27 03:20:40.699 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422026-02-27T03:20:42.018Z[ recovery-image] Feb 27 03:20:40.714 INFO O| Feb 27 03:20:40.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78432026-02-27T03:20:42.018Z[ recovery-image] Feb 27 03:20:40.714 INFO O| Feb 27 03:20:40.714 INFO STEP 1011 (remove_files) COMPLETE
78442026-02-27T03:20:42.018Z[ recovery-image] Feb 27 03:20:40.714 INFO O| Feb 27 03:20:40.714 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452026-02-27T03:20:42.031Z[ recovery-image] Feb 27 03:20:40.727 INFO O| Feb 27 03:20:40.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78462026-02-27T03:20:42.031Z[ recovery-image] Feb 27 03:20:40.727 INFO O| Feb 27 03:20:40.727 INFO STEP 1012 (remove_files) COMPLETE
78472026-02-27T03:20:42.034Z[ recovery-image] Feb 27 03:20:40.727 INFO O| Feb 27 03:20:40.727 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482026-02-27T03:20:42.046Z[ recovery-image] Feb 27 03:20:40.741 INFO O| Feb 27 03:20:40.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78492026-02-27T03:20:42.046Z[ recovery-image] Feb 27 03:20:40.742 INFO O| Feb 27 03:20:40.742 INFO STEP 1013 (remove_files) COMPLETE
78502026-02-27T03:20:42.049Z[ recovery-image] Feb 27 03:20:40.742 INFO O| Feb 27 03:20:40.742 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512026-02-27T03:20:42.060Z[ recovery-image] Feb 27 03:20:40.756 INFO O| Feb 27 03:20:40.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78522026-02-27T03:20:42.060Z[ recovery-image] Feb 27 03:20:40.756 INFO O| Feb 27 03:20:40.756 INFO STEP 1014 (remove_files) COMPLETE
78532026-02-27T03:20:42.063Z[ recovery-image] Feb 27 03:20:40.756 INFO O| Feb 27 03:20:40.756 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542026-02-27T03:20:42.075Z[ recovery-image] Feb 27 03:20:40.770 INFO O| Feb 27 03:20:40.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78552026-02-27T03:20:42.075Z[ recovery-image] Feb 27 03:20:40.770 INFO O| Feb 27 03:20:40.770 INFO STEP 1015 (remove_files) COMPLETE
78562026-02-27T03:20:42.075Z[ recovery-image] Feb 27 03:20:40.770 INFO O| Feb 27 03:20:40.770 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572026-02-27T03:20:42.090Z[ recovery-image] Feb 27 03:20:40.784 INFO O| Feb 27 03:20:40.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78582026-02-27T03:20:42.090Z[ recovery-image] Feb 27 03:20:40.784 INFO O| Feb 27 03:20:40.784 INFO STEP 1016 (remove_files) COMPLETE
78592026-02-27T03:20:42.094Z[ recovery-image] Feb 27 03:20:40.784 INFO O| Feb 27 03:20:40.784 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602026-02-27T03:20:42.101Z[ recovery-image] Feb 27 03:20:40.796 INFO O| Feb 27 03:20:40.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78612026-02-27T03:20:42.101Z[ recovery-image] Feb 27 03:20:40.796 INFO O| Feb 27 03:20:40.796 INFO STEP 1017 (remove_files) COMPLETE
78622026-02-27T03:20:42.105Z[ recovery-image] Feb 27 03:20:40.796 INFO O| Feb 27 03:20:40.796 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632026-02-27T03:20:42.115Z[ recovery-image] Feb 27 03:20:40.810 INFO O| Feb 27 03:20:40.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78642026-02-27T03:20:42.115Z[ recovery-image] Feb 27 03:20:40.810 INFO O| Feb 27 03:20:40.810 INFO STEP 1018 (remove_files) COMPLETE
78652026-02-27T03:20:42.115Z[ recovery-image] Feb 27 03:20:40.810 INFO O| Feb 27 03:20:40.810 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662026-02-27T03:20:42.128Z[ recovery-image] Feb 27 03:20:40.823 INFO O| Feb 27 03:20:40.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78672026-02-27T03:20:42.128Z[ recovery-image] Feb 27 03:20:40.823 INFO O| Feb 27 03:20:40.823 INFO STEP 1019 (remove_files) COMPLETE
78682026-02-27T03:20:42.129Z[ recovery-image] Feb 27 03:20:40.823 INFO O| Feb 27 03:20:40.823 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692026-02-27T03:20:42.137Z[ recovery-image] Feb 27 03:20:40.832 INFO O| Feb 27 03:20:40.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78702026-02-27T03:20:42.141Z[ recovery-image] Feb 27 03:20:40.833 INFO O| Feb 27 03:20:40.833 INFO STEP 1020 (remove_files) COMPLETE
78712026-02-27T03:20:42.141Z[ recovery-image] Feb 27 03:20:40.833 INFO O| Feb 27 03:20:40.833 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722026-02-27T03:20:42.151Z[ recovery-image] Feb 27 03:20:40.846 INFO O| Feb 27 03:20:40.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78732026-02-27T03:20:42.151Z[ recovery-image] Feb 27 03:20:40.846 INFO O| Feb 27 03:20:40.846 INFO STEP 1021 (remove_files) COMPLETE
78742026-02-27T03:20:42.155Z[ recovery-image] Feb 27 03:20:40.846 INFO O| Feb 27 03:20:40.846 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752026-02-27T03:20:42.165Z[ recovery-image] Feb 27 03:20:40.860 INFO O| Feb 27 03:20:40.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78762026-02-27T03:20:42.165Z[ recovery-image] Feb 27 03:20:40.860 INFO O| Feb 27 03:20:40.860 INFO STEP 1022 (remove_files) COMPLETE
78772026-02-27T03:20:42.165Z[ recovery-image] Feb 27 03:20:40.860 INFO O| Feb 27 03:20:40.860 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782026-02-27T03:20:42.173Z[ recovery-image] Feb 27 03:20:40.868 INFO O| Feb 27 03:20:40.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78792026-02-27T03:20:42.173Z[ recovery-image] Feb 27 03:20:40.869 INFO O| Feb 27 03:20:40.868 INFO STEP 1023 (remove_files) COMPLETE
78802026-02-27T03:20:42.177Z[ recovery-image] Feb 27 03:20:40.869 INFO O| Feb 27 03:20:40.869 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812026-02-27T03:20:42.185Z[ recovery-image] Feb 27 03:20:40.879 INFO O| Feb 27 03:20:40.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78822026-02-27T03:20:42.185Z[ recovery-image] Feb 27 03:20:40.879 INFO O| Feb 27 03:20:40.879 INFO STEP 1024 (remove_files) COMPLETE
78832026-02-27T03:20:42.189Z[ recovery-image] Feb 27 03:20:40.879 INFO O| Feb 27 03:20:40.879 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842026-02-27T03:20:42.194Z[ recovery-image] Feb 27 03:20:40.889 INFO O| Feb 27 03:20:40.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78852026-02-27T03:20:42.194Z[ recovery-image] Feb 27 03:20:40.889 INFO O| Feb 27 03:20:40.889 INFO STEP 1025 (remove_files) COMPLETE
78862026-02-27T03:20:42.198Z[ recovery-image] Feb 27 03:20:40.889 INFO O| Feb 27 03:20:40.889 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872026-02-27T03:20:42.211Z[ recovery-image] Feb 27 03:20:40.906 INFO O| Feb 27 03:20:40.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78882026-02-27T03:20:42.212Z[ recovery-image] Feb 27 03:20:40.906 INFO O| Feb 27 03:20:40.906 INFO STEP 1026 (remove_files) COMPLETE
78892026-02-27T03:20:42.212Z[ recovery-image] Feb 27 03:20:40.906 INFO O| Feb 27 03:20:40.906 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902026-02-27T03:20:42.227Z[ recovery-image] Feb 27 03:20:40.923 INFO O| Feb 27 03:20:40.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78912026-02-27T03:20:42.228Z[ recovery-image] Feb 27 03:20:40.923 INFO O| Feb 27 03:20:40.923 INFO STEP 1027 (remove_files) COMPLETE
78922026-02-27T03:20:42.228Z[ recovery-image] Feb 27 03:20:40.923 INFO O| Feb 27 03:20:40.923 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932026-02-27T03:20:42.242Z[ recovery-image] Feb 27 03:20:40.938 INFO O| Feb 27 03:20:40.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78942026-02-27T03:20:42.242Z[ recovery-image] Feb 27 03:20:40.938 INFO O| Feb 27 03:20:40.938 INFO STEP 1028 (remove_files) COMPLETE
78952026-02-27T03:20:42.242Z[ recovery-image] Feb 27 03:20:40.938 INFO O| Feb 27 03:20:40.938 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962026-02-27T03:20:42.254Z[ recovery-image] Feb 27 03:20:40.949 INFO O| Feb 27 03:20:40.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78972026-02-27T03:20:42.254Z[ recovery-image] Feb 27 03:20:40.949 INFO O| Feb 27 03:20:40.949 INFO STEP 1029 (remove_files) COMPLETE
78982026-02-27T03:20:42.257Z[ recovery-image] Feb 27 03:20:40.949 INFO O| Feb 27 03:20:40.949 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992026-02-27T03:20:42.269Z[ recovery-image] Feb 27 03:20:40.965 INFO O| Feb 27 03:20:40.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79002026-02-27T03:20:42.273Z[ recovery-image] Feb 27 03:20:40.966 INFO O| Feb 27 03:20:40.966 INFO STEP 1030 (remove_files) COMPLETE
79012026-02-27T03:20:42.273Z[ recovery-image] Feb 27 03:20:40.966 INFO O| Feb 27 03:20:40.966 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022026-02-27T03:20:42.288Z[ recovery-image] Feb 27 03:20:40.984 INFO O| Feb 27 03:20:40.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79032026-02-27T03:20:42.289Z[ recovery-image] Feb 27 03:20:40.984 INFO O| Feb 27 03:20:40.984 INFO STEP 1031 (remove_files) COMPLETE
79042026-02-27T03:20:42.289Z[ recovery-image] Feb 27 03:20:40.984 INFO O| Feb 27 03:20:40.984 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052026-02-27T03:20:42.305Z[ recovery-image] Feb 27 03:20:41.001 INFO O| Feb 27 03:20:41.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79062026-02-27T03:20:42.305Z[ recovery-image] Feb 27 03:20:41.001 INFO O| Feb 27 03:20:41.001 INFO STEP 1032 (remove_files) COMPLETE
79072026-02-27T03:20:42.305Z[ recovery-image] Feb 27 03:20:41.001 INFO O| Feb 27 03:20:41.001 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082026-02-27T03:20:42.319Z[ recovery-image] Feb 27 03:20:41.015 INFO O| Feb 27 03:20:41.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79092026-02-27T03:20:42.319Z[ recovery-image] Feb 27 03:20:41.015 INFO O| Feb 27 03:20:41.015 INFO STEP 1033 (remove_files) COMPLETE
79102026-02-27T03:20:42.322Z[ recovery-image] Feb 27 03:20:41.015 INFO O| Feb 27 03:20:41.015 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112026-02-27T03:20:42.333Z[ recovery-image] Feb 27 03:20:41.029 INFO O| Feb 27 03:20:41.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79122026-02-27T03:20:42.333Z[ recovery-image] Feb 27 03:20:41.029 INFO O| Feb 27 03:20:41.029 INFO STEP 1034 (remove_files) COMPLETE
79132026-02-27T03:20:42.333Z[ recovery-image] Feb 27 03:20:41.029 INFO O| Feb 27 03:20:41.029 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142026-02-27T03:20:42.350Z[ recovery-image] Feb 27 03:20:41.045 INFO O| Feb 27 03:20:41.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79152026-02-27T03:20:42.350Z[ recovery-image] Feb 27 03:20:41.045 INFO O| Feb 27 03:20:41.045 INFO STEP 1035 (remove_files) COMPLETE
79162026-02-27T03:20:42.350Z[ recovery-image] Feb 27 03:20:41.045 INFO O| Feb 27 03:20:41.045 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172026-02-27T03:20:42.363Z[ recovery-image] Feb 27 03:20:41.059 INFO O| Feb 27 03:20:41.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79182026-02-27T03:20:42.364Z[ recovery-image] Feb 27 03:20:41.059 INFO O| Feb 27 03:20:41.059 INFO STEP 1036 (remove_files) COMPLETE
79192026-02-27T03:20:42.364Z[ recovery-image] Feb 27 03:20:41.059 INFO O| Feb 27 03:20:41.059 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202026-02-27T03:20:42.379Z[ recovery-image] Feb 27 03:20:41.075 INFO O| Feb 27 03:20:41.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79212026-02-27T03:20:42.379Z[ recovery-image] Feb 27 03:20:41.075 INFO O| Feb 27 03:20:41.075 INFO STEP 1037 (remove_files) COMPLETE
79222026-02-27T03:20:42.379Z[ recovery-image] Feb 27 03:20:41.075 INFO O| Feb 27 03:20:41.075 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232026-02-27T03:20:42.399Z[ recovery-image] Feb 27 03:20:41.091 INFO O| Feb 27 03:20:41.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79242026-02-27T03:20:42.399Z[ recovery-image] Feb 27 03:20:41.091 INFO O| Feb 27 03:20:41.091 INFO STEP 1038 (remove_files) COMPLETE
79252026-02-27T03:20:42.399Z[ recovery-image] Feb 27 03:20:41.091 INFO O| Feb 27 03:20:41.091 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262026-02-27T03:20:42.413Z[ recovery-image] Feb 27 03:20:41.107 INFO O| Feb 27 03:20:41.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79272026-02-27T03:20:42.413Z[ recovery-image] Feb 27 03:20:41.107 INFO O| Feb 27 03:20:41.107 INFO STEP 1039 (remove_files) COMPLETE
79282026-02-27T03:20:42.413Z[ recovery-image] Feb 27 03:20:41.107 INFO O| Feb 27 03:20:41.107 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292026-02-27T03:20:42.425Z[ recovery-image] Feb 27 03:20:41.120 INFO O| Feb 27 03:20:41.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79302026-02-27T03:20:42.425Z[ recovery-image] Feb 27 03:20:41.120 INFO O| Feb 27 03:20:41.120 INFO STEP 1040 (remove_files) COMPLETE
79312026-02-27T03:20:42.425Z[ recovery-image] Feb 27 03:20:41.120 INFO O| Feb 27 03:20:41.120 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322026-02-27T03:20:42.440Z[ recovery-image] Feb 27 03:20:41.136 INFO O| Feb 27 03:20:41.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79332026-02-27T03:20:42.441Z[ recovery-image] Feb 27 03:20:41.136 INFO O| Feb 27 03:20:41.136 INFO STEP 1041 (remove_files) COMPLETE
79342026-02-27T03:20:42.444Z[ recovery-image] Feb 27 03:20:41.136 INFO O| Feb 27 03:20:41.136 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352026-02-27T03:20:42.456Z[ recovery-image] Feb 27 03:20:41.151 INFO O| Feb 27 03:20:41.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79362026-02-27T03:20:42.456Z[ recovery-image] Feb 27 03:20:41.151 INFO O| Feb 27 03:20:41.151 INFO STEP 1042 (remove_files) COMPLETE
79372026-02-27T03:20:42.456Z[ recovery-image] Feb 27 03:20:41.151 INFO O| Feb 27 03:20:41.151 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382026-02-27T03:20:42.470Z[ recovery-image] Feb 27 03:20:41.163 INFO O| Feb 27 03:20:41.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79392026-02-27T03:20:42.473Z[ recovery-image] Feb 27 03:20:41.163 INFO O| Feb 27 03:20:41.163 INFO STEP 1043 (remove_files) COMPLETE
79402026-02-27T03:20:42.474Z[ recovery-image] Feb 27 03:20:41.163 INFO O| Feb 27 03:20:41.163 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412026-02-27T03:20:42.484Z[ recovery-image] Feb 27 03:20:41.179 INFO O| Feb 27 03:20:41.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79422026-02-27T03:20:42.488Z[ recovery-image] Feb 27 03:20:41.180 INFO O| Feb 27 03:20:41.179 INFO STEP 1044 (remove_files) COMPLETE
79432026-02-27T03:20:42.488Z[ recovery-image] Feb 27 03:20:41.180 INFO O| Feb 27 03:20:41.179 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442026-02-27T03:20:42.499Z[ recovery-image] Feb 27 03:20:41.192 INFO O| Feb 27 03:20:41.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79452026-02-27T03:20:42.499Z[ recovery-image] Feb 27 03:20:41.192 INFO O| Feb 27 03:20:41.192 INFO STEP 1045 (remove_files) COMPLETE
79462026-02-27T03:20:42.503Z[ recovery-image] Feb 27 03:20:41.192 INFO O| Feb 27 03:20:41.192 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472026-02-27T03:20:42.513Z[ recovery-image] Feb 27 03:20:41.209 INFO O| Feb 27 03:20:41.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79482026-02-27T03:20:42.513Z[ recovery-image] Feb 27 03:20:41.209 INFO O| Feb 27 03:20:41.209 INFO STEP 1046 (remove_files) COMPLETE
79492026-02-27T03:20:42.514Z[ recovery-image] Feb 27 03:20:41.209 INFO O| Feb 27 03:20:41.209 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502026-02-27T03:20:42.530Z[ recovery-image] Feb 27 03:20:41.224 INFO O| Feb 27 03:20:41.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79512026-02-27T03:20:42.530Z[ recovery-image] Feb 27 03:20:41.225 INFO O| Feb 27 03:20:41.225 INFO STEP 1047 (remove_files) COMPLETE
79522026-02-27T03:20:42.530Z[ recovery-image] Feb 27 03:20:41.225 INFO O| Feb 27 03:20:41.225 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532026-02-27T03:20:42.543Z[ recovery-image] Feb 27 03:20:41.235 INFO O| Feb 27 03:20:41.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79542026-02-27T03:20:42.543Z[ recovery-image] Feb 27 03:20:41.236 INFO O| Feb 27 03:20:41.236 INFO STEP 1048 (remove_files) COMPLETE
79552026-02-27T03:20:42.543Z[ recovery-image] Feb 27 03:20:41.236 INFO O| Feb 27 03:20:41.236 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562026-02-27T03:20:42.554Z[ recovery-image] Feb 27 03:20:41.250 INFO O| Feb 27 03:20:41.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79572026-02-27T03:20:42.555Z[ recovery-image] Feb 27 03:20:41.250 INFO O| Feb 27 03:20:41.250 INFO STEP 1049 (remove_files) COMPLETE
79582026-02-27T03:20:42.555Z[ recovery-image] Feb 27 03:20:41.250 INFO O| Feb 27 03:20:41.250 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592026-02-27T03:20:42.565Z[ recovery-image] Feb 27 03:20:41.261 INFO O| Feb 27 03:20:41.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79602026-02-27T03:20:42.565Z[ recovery-image] Feb 27 03:20:41.261 INFO O| Feb 27 03:20:41.261 INFO STEP 1050 (remove_files) COMPLETE
79612026-02-27T03:20:42.565Z[ recovery-image] Feb 27 03:20:41.261 INFO O| Feb 27 03:20:41.261 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622026-02-27T03:20:42.579Z[ recovery-image] Feb 27 03:20:41.274 INFO O| Feb 27 03:20:41.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79632026-02-27T03:20:42.582Z[ recovery-image] Feb 27 03:20:41.275 INFO O| Feb 27 03:20:41.275 INFO STEP 1051 (remove_files) COMPLETE
79642026-02-27T03:20:42.583Z[ recovery-image] Feb 27 03:20:41.275 INFO O| Feb 27 03:20:41.275 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652026-02-27T03:20:42.594Z[ recovery-image] Feb 27 03:20:41.289 INFO O| Feb 27 03:20:41.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79662026-02-27T03:20:42.598Z[ recovery-image] Feb 27 03:20:41.289 INFO O| Feb 27 03:20:41.289 INFO STEP 1052 (remove_files) COMPLETE
79672026-02-27T03:20:42.598Z[ recovery-image] Feb 27 03:20:41.289 INFO O| Feb 27 03:20:41.289 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682026-02-27T03:20:42.605Z[ recovery-image] Feb 27 03:20:41.300 INFO O| Feb 27 03:20:41.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79692026-02-27T03:20:42.605Z[ recovery-image] Feb 27 03:20:41.300 INFO O| Feb 27 03:20:41.300 INFO STEP 1053 (remove_files) COMPLETE
79702026-02-27T03:20:42.605Z[ recovery-image] Feb 27 03:20:41.300 INFO O| Feb 27 03:20:41.300 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712026-02-27T03:20:42.620Z[ recovery-image] Feb 27 03:20:41.315 INFO O| Feb 27 03:20:41.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79722026-02-27T03:20:42.620Z[ recovery-image] Feb 27 03:20:41.315 INFO O| Feb 27 03:20:41.315 INFO STEP 1054 (remove_files) COMPLETE
79732026-02-27T03:20:42.623Z[ recovery-image] Feb 27 03:20:41.315 INFO O| Feb 27 03:20:41.315 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742026-02-27T03:20:42.635Z[ recovery-image] Feb 27 03:20:41.330 INFO O| Feb 27 03:20:41.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79752026-02-27T03:20:42.635Z[ recovery-image] Feb 27 03:20:41.330 INFO O| Feb 27 03:20:41.330 INFO STEP 1055 (remove_files) COMPLETE
79762026-02-27T03:20:42.638Z[ recovery-image] Feb 27 03:20:41.330 INFO O| Feb 27 03:20:41.330 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772026-02-27T03:20:42.649Z[ recovery-image] Feb 27 03:20:41.345 INFO O| Feb 27 03:20:41.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79782026-02-27T03:20:42.649Z[ recovery-image] Feb 27 03:20:41.345 INFO O| Feb 27 03:20:41.345 INFO STEP 1056 (remove_files) COMPLETE
79792026-02-27T03:20:42.650Z[ recovery-image] Feb 27 03:20:41.345 INFO O| Feb 27 03:20:41.345 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802026-02-27T03:20:42.661Z[ recovery-image] Feb 27 03:20:41.357 INFO O| Feb 27 03:20:41.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79812026-02-27T03:20:42.661Z[ recovery-image] Feb 27 03:20:41.357 INFO O| Feb 27 03:20:41.357 INFO STEP 1057 (remove_files) COMPLETE
79822026-02-27T03:20:42.664Z[ recovery-image] Feb 27 03:20:41.357 INFO O| Feb 27 03:20:41.357 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832026-02-27T03:20:42.677Z[ recovery-image] Feb 27 03:20:41.373 INFO O| Feb 27 03:20:41.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79842026-02-27T03:20:42.677Z[ recovery-image] Feb 27 03:20:41.373 INFO O| Feb 27 03:20:41.373 INFO STEP 1058 (remove_files) COMPLETE
79852026-02-27T03:20:42.677Z[ recovery-image] Feb 27 03:20:41.373 INFO O| Feb 27 03:20:41.373 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862026-02-27T03:20:42.693Z[ recovery-image] Feb 27 03:20:41.389 INFO O| Feb 27 03:20:41.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79872026-02-27T03:20:42.693Z[ recovery-image] Feb 27 03:20:41.389 INFO O| Feb 27 03:20:41.389 INFO STEP 1059 (remove_files) COMPLETE
79882026-02-27T03:20:42.694Z[ recovery-image] Feb 27 03:20:41.389 INFO O| Feb 27 03:20:41.389 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892026-02-27T03:20:42.704Z[ recovery-image] Feb 27 03:20:41.400 INFO O| Feb 27 03:20:41.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79902026-02-27T03:20:42.704Z[ recovery-image] Feb 27 03:20:41.400 INFO O| Feb 27 03:20:41.400 INFO STEP 1060 (remove_files) COMPLETE
79912026-02-27T03:20:42.707Z[ recovery-image] Feb 27 03:20:41.400 INFO O| Feb 27 03:20:41.400 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922026-02-27T03:20:42.715Z[ recovery-image] Feb 27 03:20:41.411 INFO O| Feb 27 03:20:41.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79932026-02-27T03:20:42.725Z[ recovery-image] Feb 27 03:20:41.411 INFO O| Feb 27 03:20:41.411 INFO STEP 1061 (remove_files) COMPLETE
79942026-02-27T03:20:42.725Z[ recovery-image] Feb 27 03:20:41.411 INFO O| Feb 27 03:20:41.411 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952026-02-27T03:20:42.730Z[ recovery-image] Feb 27 03:20:41.425 INFO O| Feb 27 03:20:41.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79962026-02-27T03:20:42.730Z[ recovery-image] Feb 27 03:20:41.425 INFO O| Feb 27 03:20:41.425 INFO STEP 1062 (remove_files) COMPLETE
79972026-02-27T03:20:42.735Z[ recovery-image] Feb 27 03:20:41.425 INFO O| Feb 27 03:20:41.425 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982026-02-27T03:20:42.744Z[ recovery-image] Feb 27 03:20:41.439 INFO O| Feb 27 03:20:41.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79992026-02-27T03:20:42.744Z[ recovery-image] Feb 27 03:20:41.439 INFO O| Feb 27 03:20:41.439 INFO STEP 1063 (remove_files) COMPLETE
80002026-02-27T03:20:42.744Z[ recovery-image] Feb 27 03:20:41.439 INFO O| Feb 27 03:20:41.439 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012026-02-27T03:20:42.756Z[ recovery-image] Feb 27 03:20:41.451 INFO O| Feb 27 03:20:41.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80022026-02-27T03:20:42.756Z[ recovery-image] Feb 27 03:20:41.451 INFO O| Feb 27 03:20:41.451 INFO STEP 1064 (remove_files) COMPLETE
80032026-02-27T03:20:42.760Z[ recovery-image] Feb 27 03:20:41.451 INFO O| Feb 27 03:20:41.451 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042026-02-27T03:20:42.770Z[ recovery-image] Feb 27 03:20:41.465 INFO O| Feb 27 03:20:41.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80052026-02-27T03:20:42.771Z[ recovery-image] Feb 27 03:20:41.465 INFO O| Feb 27 03:20:41.465 INFO STEP 1065 (remove_files) COMPLETE
80062026-02-27T03:20:42.771Z[ recovery-image] Feb 27 03:20:41.465 INFO O| Feb 27 03:20:41.465 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072026-02-27T03:20:42.783Z[ recovery-image] Feb 27 03:20:41.478 INFO O| Feb 27 03:20:41.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80082026-02-27T03:20:42.783Z[ recovery-image] Feb 27 03:20:41.478 INFO O| Feb 27 03:20:41.478 INFO STEP 1066 (remove_files) COMPLETE
80092026-02-27T03:20:42.787Z[ recovery-image] Feb 27 03:20:41.478 INFO O| Feb 27 03:20:41.478 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102026-02-27T03:20:42.792Z[ recovery-image] Feb 27 03:20:41.488 INFO O| Feb 27 03:20:41.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80112026-02-27T03:20:42.795Z[ recovery-image] Feb 27 03:20:41.488 INFO O| Feb 27 03:20:41.488 INFO STEP 1067 (remove_files) COMPLETE
80122026-02-27T03:20:42.795Z[ recovery-image] Feb 27 03:20:41.488 INFO O| Feb 27 03:20:41.488 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132026-02-27T03:20:42.801Z[ recovery-image] Feb 27 03:20:41.497 INFO O| Feb 27 03:20:41.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80142026-02-27T03:20:42.804Z[ recovery-image] Feb 27 03:20:41.497 INFO O| Feb 27 03:20:41.497 INFO STEP 1068 (remove_files) COMPLETE
80152026-02-27T03:20:42.804Z[ recovery-image] Feb 27 03:20:41.497 INFO O| Feb 27 03:20:41.497 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162026-02-27T03:20:42.815Z[ recovery-image] Feb 27 03:20:41.510 INFO O| Feb 27 03:20:41.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80172026-02-27T03:20:42.816Z[ recovery-image] Feb 27 03:20:41.510 INFO O| Feb 27 03:20:41.510 INFO STEP 1069 (remove_files) COMPLETE
80182026-02-27T03:20:42.816Z[ recovery-image] Feb 27 03:20:41.510 INFO O| Feb 27 03:20:41.510 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192026-02-27T03:20:42.824Z[ recovery-image] Feb 27 03:20:41.520 INFO O| Feb 27 03:20:41.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80202026-02-27T03:20:42.824Z[ recovery-image] Feb 27 03:20:41.520 INFO O| Feb 27 03:20:41.520 INFO STEP 1070 (remove_files) COMPLETE
80212026-02-27T03:20:42.827Z[ recovery-image] Feb 27 03:20:41.520 INFO O| Feb 27 03:20:41.520 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222026-02-27T03:20:42.838Z[ recovery-image] Feb 27 03:20:41.534 INFO O| Feb 27 03:20:41.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80232026-02-27T03:20:42.838Z[ recovery-image] Feb 27 03:20:41.534 INFO O| Feb 27 03:20:41.534 INFO STEP 1071 (remove_files) COMPLETE
80242026-02-27T03:20:42.841Z[ recovery-image] Feb 27 03:20:41.534 INFO O| Feb 27 03:20:41.534 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252026-02-27T03:20:42.848Z[ recovery-image] Feb 27 03:20:41.544 INFO O| Feb 27 03:20:41.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80262026-02-27T03:20:42.848Z[ recovery-image] Feb 27 03:20:41.544 INFO O| Feb 27 03:20:41.544 INFO STEP 1072 (remove_files) COMPLETE
80272026-02-27T03:20:42.852Z[ recovery-image] Feb 27 03:20:41.544 INFO O| Feb 27 03:20:41.544 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282026-02-27T03:20:42.864Z[ recovery-image] Feb 27 03:20:41.559 INFO O| Feb 27 03:20:41.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80292026-02-27T03:20:42.864Z[ recovery-image] Feb 27 03:20:41.559 INFO O| Feb 27 03:20:41.559 INFO STEP 1073 (remove_files) COMPLETE
80302026-02-27T03:20:42.864Z[ recovery-image] Feb 27 03:20:41.559 INFO O| Feb 27 03:20:41.559 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80312026-02-27T03:20:42.880Z[ recovery-image] Feb 27 03:20:41.574 INFO O| Feb 27 03:20:41.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80322026-02-27T03:20:42.880Z[ recovery-image] Feb 27 03:20:41.574 INFO O| Feb 27 03:20:41.574 INFO STEP 1074 (remove_files) COMPLETE
80332026-02-27T03:20:42.880Z[ recovery-image] Feb 27 03:20:41.574 INFO O| Feb 27 03:20:41.574 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80342026-02-27T03:20:42.893Z[ recovery-image] Feb 27 03:20:41.588 INFO O| Feb 27 03:20:41.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80352026-02-27T03:20:42.893Z[ recovery-image] Feb 27 03:20:41.589 INFO O| Feb 27 03:20:41.588 INFO STEP 1075 (remove_files) COMPLETE
80362026-02-27T03:20:42.893Z[ recovery-image] Feb 27 03:20:41.589 INFO O| Feb 27 03:20:41.588 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80372026-02-27T03:20:42.906Z[ recovery-image] Feb 27 03:20:41.601 INFO O| Feb 27 03:20:41.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80382026-02-27T03:20:42.909Z[ recovery-image] Feb 27 03:20:41.601 INFO O| Feb 27 03:20:41.601 INFO STEP 1076 (remove_files) COMPLETE
80392026-02-27T03:20:42.909Z[ recovery-image] Feb 27 03:20:41.601 INFO O| Feb 27 03:20:41.601 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80402026-02-27T03:20:42.919Z[ recovery-image] Feb 27 03:20:41.614 INFO O| Feb 27 03:20:41.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80412026-02-27T03:20:42.919Z[ recovery-image] Feb 27 03:20:41.614 INFO O| Feb 27 03:20:41.614 INFO STEP 1077 (remove_files) COMPLETE
80422026-02-27T03:20:42.923Z[ recovery-image] Feb 27 03:20:41.614 INFO O| Feb 27 03:20:41.614 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80432026-02-27T03:20:42.932Z[ recovery-image] Feb 27 03:20:41.628 INFO O| Feb 27 03:20:41.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80442026-02-27T03:20:42.932Z[ recovery-image] Feb 27 03:20:41.628 INFO O| Feb 27 03:20:41.628 INFO STEP 1078 (remove_files) COMPLETE
80452026-02-27T03:20:42.935Z[ recovery-image] Feb 27 03:20:41.628 INFO O| Feb 27 03:20:41.628 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80462026-02-27T03:20:42.945Z[ recovery-image] Feb 27 03:20:41.641 INFO O| Feb 27 03:20:41.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80472026-02-27T03:20:42.945Z[ recovery-image] Feb 27 03:20:41.641 INFO O| Feb 27 03:20:41.641 INFO STEP 1079 (remove_files) COMPLETE
80482026-02-27T03:20:42.948Z[ recovery-image] Feb 27 03:20:41.641 INFO O| Feb 27 03:20:41.641 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80492026-02-27T03:20:42.959Z[ recovery-image] Feb 27 03:20:41.654 INFO O| Feb 27 03:20:41.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80502026-02-27T03:20:42.959Z[ recovery-image] Feb 27 03:20:41.655 INFO O| Feb 27 03:20:41.654 INFO STEP 1080 (remove_files) COMPLETE
80512026-02-27T03:20:42.963Z[ recovery-image] Feb 27 03:20:41.655 INFO O| Feb 27 03:20:41.654 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80522026-02-27T03:20:42.972Z[ recovery-image] Feb 27 03:20:41.668 INFO O| Feb 27 03:20:41.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80532026-02-27T03:20:42.972Z[ recovery-image] Feb 27 03:20:41.668 INFO O| Feb 27 03:20:41.668 INFO STEP 1081 (remove_files) COMPLETE
80542026-02-27T03:20:42.975Z[ recovery-image] Feb 27 03:20:41.668 INFO O| Feb 27 03:20:41.668 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80552026-02-27T03:20:42.985Z[ recovery-image] Feb 27 03:20:41.681 INFO O| Feb 27 03:20:41.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80562026-02-27T03:20:42.988Z[ recovery-image] Feb 27 03:20:41.681 INFO O| Feb 27 03:20:41.681 INFO STEP 1082 (remove_files) COMPLETE
80572026-02-27T03:20:42.988Z[ recovery-image] Feb 27 03:20:41.681 INFO O| Feb 27 03:20:41.681 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80582026-02-27T03:20:42.995Z[ recovery-image] Feb 27 03:20:41.690 INFO O| Feb 27 03:20:41.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80592026-02-27T03:20:42.995Z[ recovery-image] Feb 27 03:20:41.690 INFO O| Feb 27 03:20:41.690 INFO STEP 1083 (remove_files) COMPLETE
80602026-02-27T03:20:42.997Z[ recovery-image] Feb 27 03:20:41.690 INFO O| Feb 27 03:20:41.690 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80612026-02-27T03:20:43.006Z[ recovery-image] Feb 27 03:20:41.702 INFO O| Feb 27 03:20:41.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80622026-02-27T03:20:43.009Z[ recovery-image] Feb 27 03:20:41.702 INFO O| Feb 27 03:20:41.702 INFO STEP 1084 (remove_files) COMPLETE
80632026-02-27T03:20:43.009Z[ recovery-image] Feb 27 03:20:41.702 INFO O| Feb 27 03:20:41.702 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80642026-02-27T03:20:43.017Z[ recovery-image] Feb 27 03:20:41.712 INFO O| Feb 27 03:20:41.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80652026-02-27T03:20:43.017Z[ recovery-image] Feb 27 03:20:41.712 INFO O| Feb 27 03:20:41.712 INFO STEP 1085 (remove_files) COMPLETE
80662026-02-27T03:20:43.020Z[ recovery-image] Feb 27 03:20:41.712 INFO O| Feb 27 03:20:41.712 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80672026-02-27T03:20:43.031Z[ recovery-image] Feb 27 03:20:41.726 INFO O| Feb 27 03:20:41.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80682026-02-27T03:20:43.031Z[ recovery-image] Feb 27 03:20:41.727 INFO O| Feb 27 03:20:41.727 INFO STEP 1086 (remove_files) COMPLETE
80692026-02-27T03:20:43.031Z[ recovery-image] Feb 27 03:20:41.727 INFO O| Feb 27 03:20:41.727 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80702026-02-27T03:20:43.041Z[ recovery-image] Feb 27 03:20:41.737 INFO O| Feb 27 03:20:41.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80712026-02-27T03:20:43.042Z[ recovery-image] Feb 27 03:20:41.737 INFO O| Feb 27 03:20:41.737 INFO STEP 1087 (remove_files) COMPLETE
80722026-02-27T03:20:43.045Z[ recovery-image] Feb 27 03:20:41.737 INFO O| Feb 27 03:20:41.737 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80732026-02-27T03:20:43.052Z[ recovery-image] Feb 27 03:20:41.748 INFO O| Feb 27 03:20:41.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80742026-02-27T03:20:43.055Z[ recovery-image] Feb 27 03:20:41.748 INFO O| Feb 27 03:20:41.748 INFO STEP 1088 (remove_files) COMPLETE
80752026-02-27T03:20:43.055Z[ recovery-image] Feb 27 03:20:41.748 INFO O| Feb 27 03:20:41.748 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80762026-02-27T03:20:43.064Z[ recovery-image] Feb 27 03:20:41.760 INFO O| Feb 27 03:20:41.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80772026-02-27T03:20:43.064Z[ recovery-image] Feb 27 03:20:41.760 INFO O| Feb 27 03:20:41.760 INFO STEP 1089 (remove_files) COMPLETE
80782026-02-27T03:20:43.068Z[ recovery-image] Feb 27 03:20:41.760 INFO O| Feb 27 03:20:41.760 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80792026-02-27T03:20:43.077Z[ recovery-image] Feb 27 03:20:41.773 INFO O| Feb 27 03:20:41.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80802026-02-27T03:20:43.080Z[ recovery-image] Feb 27 03:20:41.773 INFO O| Feb 27 03:20:41.773 INFO STEP 1090 (remove_files) COMPLETE
80812026-02-27T03:20:43.080Z[ recovery-image] Feb 27 03:20:41.773 INFO O| Feb 27 03:20:41.773 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80822026-02-27T03:20:43.087Z[ recovery-image] Feb 27 03:20:41.783 INFO O| Feb 27 03:20:41.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80832026-02-27T03:20:43.087Z[ recovery-image] Feb 27 03:20:41.783 INFO O| Feb 27 03:20:41.783 INFO STEP 1091 (remove_files) COMPLETE
80842026-02-27T03:20:43.090Z[ recovery-image] Feb 27 03:20:41.783 INFO O| Feb 27 03:20:41.783 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80852026-02-27T03:20:43.101Z[ recovery-image] Feb 27 03:20:41.797 INFO O| Feb 27 03:20:41.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80862026-02-27T03:20:43.101Z[ recovery-image] Feb 27 03:20:41.797 INFO O| Feb 27 03:20:41.797 INFO STEP 1092 (remove_files) COMPLETE
80872026-02-27T03:20:43.102Z[ recovery-image] Feb 27 03:20:41.797 INFO O| Feb 27 03:20:41.797 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80882026-02-27T03:20:43.168Z[ recovery-image] Feb 27 03:20:41.808 INFO O| Feb 27 03:20:41.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80892026-02-27T03:20:43.168Z[ recovery-image] Feb 27 03:20:41.808 INFO O| Feb 27 03:20:41.808 INFO STEP 1093 (remove_files) COMPLETE
80902026-02-27T03:20:43.168Z[ recovery-image] Feb 27 03:20:41.808 INFO O| Feb 27 03:20:41.808 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80912026-02-27T03:20:43.168Z[ recovery-image] Feb 27 03:20:41.821 INFO O| Feb 27 03:20:41.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80922026-02-27T03:20:43.168Z[ recovery-image] Feb 27 03:20:41.821 INFO O| Feb 27 03:20:41.821 INFO STEP 1094 (remove_files) COMPLETE
80932026-02-27T03:20:43.168Z[ recovery-image] Feb 27 03:20:41.821 INFO O| Feb 27 03:20:41.821 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80942026-02-27T03:20:43.168Z[ recovery-image] Feb 27 03:20:41.833 INFO O| Feb 27 03:20:41.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80952026-02-27T03:20:43.168Z[ recovery-image] Feb 27 03:20:41.833 INFO O| Feb 27 03:20:41.833 INFO STEP 1095 (remove_files) COMPLETE
80962026-02-27T03:20:43.168Z[ recovery-image] Feb 27 03:20:41.833 INFO O| Feb 27 03:20:41.833 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80972026-02-27T03:20:43.169Z[ recovery-image] Feb 27 03:20:41.842 INFO O| Feb 27 03:20:41.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80982026-02-27T03:20:43.169Z[ recovery-image] Feb 27 03:20:41.842 INFO O| Feb 27 03:20:41.842 INFO STEP 1096 (remove_files) COMPLETE
80992026-02-27T03:20:43.169Z[ recovery-image] Feb 27 03:20:41.842 INFO O| Feb 27 03:20:41.842 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81002026-02-27T03:20:43.169Z[ recovery-image] Feb 27 03:20:41.855 INFO O| Feb 27 03:20:41.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81012026-02-27T03:20:43.169Z[ recovery-image] Feb 27 03:20:41.855 INFO O| Feb 27 03:20:41.855 INFO STEP 1097 (remove_files) COMPLETE
81022026-02-27T03:20:43.169Z[ recovery-image] Feb 27 03:20:41.855 INFO O| Feb 27 03:20:41.855 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81032026-02-27T03:20:43.172Z[ recovery-image] Feb 27 03:20:41.867 INFO O| Feb 27 03:20:41.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81042026-02-27T03:20:43.175Z[ recovery-image] Feb 27 03:20:41.868 INFO O| Feb 27 03:20:41.868 INFO STEP 1098 (remove_files) COMPLETE
81052026-02-27T03:20:43.175Z[ recovery-image] Feb 27 03:20:41.868 INFO O| Feb 27 03:20:41.868 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81062026-02-27T03:20:43.185Z[ recovery-image] Feb 27 03:20:41.881 INFO O| Feb 27 03:20:41.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81072026-02-27T03:20:43.188Z[ recovery-image] Feb 27 03:20:41.881 INFO O| Feb 27 03:20:41.881 INFO STEP 1099 (remove_files) COMPLETE
81082026-02-27T03:20:43.188Z[ recovery-image] Feb 27 03:20:41.881 INFO O| Feb 27 03:20:41.881 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81092026-02-27T03:20:43.194Z[ recovery-image] Feb 27 03:20:41.890 INFO O| Feb 27 03:20:41.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81102026-02-27T03:20:43.197Z[ recovery-image] Feb 27 03:20:41.890 INFO O| Feb 27 03:20:41.890 INFO STEP 1100 (remove_files) COMPLETE
81112026-02-27T03:20:43.197Z[ recovery-image] Feb 27 03:20:41.890 INFO O| Feb 27 03:20:41.890 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81122026-02-27T03:20:43.208Z[ recovery-image] Feb 27 03:20:41.903 INFO O| Feb 27 03:20:41.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81132026-02-27T03:20:43.212Z[ recovery-image] Feb 27 03:20:41.903 INFO O| Feb 27 03:20:41.903 INFO STEP 1101 (remove_files) COMPLETE
81142026-02-27T03:20:43.212Z[ recovery-image] Feb 27 03:20:41.903 INFO O| Feb 27 03:20:41.903 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81152026-02-27T03:20:43.221Z[ recovery-image] Feb 27 03:20:41.917 INFO O| Feb 27 03:20:41.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81162026-02-27T03:20:43.221Z[ recovery-image] Feb 27 03:20:41.917 INFO O| Feb 27 03:20:41.917 INFO STEP 1102 (remove_files) COMPLETE
81172026-02-27T03:20:43.222Z[ recovery-image] Feb 27 03:20:41.917 INFO O| Feb 27 03:20:41.917 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81182026-02-27T03:20:43.234Z[ recovery-image] Feb 27 03:20:41.929 INFO O| Feb 27 03:20:41.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81192026-02-27T03:20:43.237Z[ recovery-image] Feb 27 03:20:41.929 INFO O| Feb 27 03:20:41.929 INFO STEP 1103 (remove_files) COMPLETE
81202026-02-27T03:20:43.237Z[ recovery-image] Feb 27 03:20:41.929 INFO O| Feb 27 03:20:41.929 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81212026-02-27T03:20:43.246Z[ recovery-image] Feb 27 03:20:41.942 INFO O| Feb 27 03:20:41.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81222026-02-27T03:20:43.246Z[ recovery-image] Feb 27 03:20:41.942 INFO O| Feb 27 03:20:41.942 INFO STEP 1104 (remove_files) COMPLETE
81232026-02-27T03:20:43.249Z[ recovery-image] Feb 27 03:20:41.942 INFO O| Feb 27 03:20:41.942 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81242026-02-27T03:20:43.259Z[ recovery-image] Feb 27 03:20:41.955 INFO O| Feb 27 03:20:41.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81252026-02-27T03:20:43.259Z[ recovery-image] Feb 27 03:20:41.955 INFO O| Feb 27 03:20:41.955 INFO STEP 1105 (remove_files) COMPLETE
81262026-02-27T03:20:43.262Z[ recovery-image] Feb 27 03:20:41.955 INFO O| Feb 27 03:20:41.955 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81272026-02-27T03:20:43.272Z[ recovery-image] Feb 27 03:20:41.968 INFO O| Feb 27 03:20:41.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81282026-02-27T03:20:43.272Z[ recovery-image] Feb 27 03:20:41.968 INFO O| Feb 27 03:20:41.968 INFO STEP 1106 (remove_files) COMPLETE
81292026-02-27T03:20:43.272Z[ recovery-image] Feb 27 03:20:41.968 INFO O| Feb 27 03:20:41.968 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81302026-02-27T03:20:43.284Z[ recovery-image] Feb 27 03:20:41.979 INFO O| Feb 27 03:20:41.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81312026-02-27T03:20:43.287Z[ recovery-image] Feb 27 03:20:41.980 INFO O| Feb 27 03:20:41.980 INFO STEP 1107 (remove_files) COMPLETE
81322026-02-27T03:20:43.287Z[ recovery-image] Feb 27 03:20:41.980 INFO O| Feb 27 03:20:41.980 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81332026-02-27T03:20:43.297Z[ recovery-image] Feb 27 03:20:41.993 INFO O| Feb 27 03:20:41.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81342026-02-27T03:20:43.297Z[ recovery-image] Feb 27 03:20:41.993 INFO O| Feb 27 03:20:41.993 INFO STEP 1108 (remove_files) COMPLETE
81352026-02-27T03:20:43.300Z[ recovery-image] Feb 27 03:20:41.993 INFO O| Feb 27 03:20:41.993 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81362026-02-27T03:20:43.311Z[ recovery-image] Feb 27 03:20:42.006 INFO O| Feb 27 03:20:42.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81372026-02-27T03:20:43.311Z[ recovery-image] Feb 27 03:20:42.006 INFO O| Feb 27 03:20:42.006 INFO STEP 1109 (remove_files) COMPLETE
81382026-02-27T03:20:43.311Z[ recovery-image] Feb 27 03:20:42.007 INFO O| Feb 27 03:20:42.006 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81392026-02-27T03:20:43.321Z[ recovery-image] Feb 27 03:20:42.016 INFO O| Feb 27 03:20:42.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81402026-02-27T03:20:43.324Z[ recovery-image] Feb 27 03:20:42.017 INFO O| Feb 27 03:20:42.017 INFO STEP 1110 (remove_files) COMPLETE
81412026-02-27T03:20:43.324Z[ recovery-image] Feb 27 03:20:42.017 INFO O| Feb 27 03:20:42.017 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81422026-02-27T03:20:43.332Z[ recovery-image] Feb 27 03:20:42.028 INFO O| Feb 27 03:20:42.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81432026-02-27T03:20:43.336Z[ recovery-image] Feb 27 03:20:42.028 INFO O| Feb 27 03:20:42.028 INFO STEP 1111 (remove_files) COMPLETE
81442026-02-27T03:20:43.336Z[ recovery-image] Feb 27 03:20:42.028 INFO O| Feb 27 03:20:42.028 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81452026-02-27T03:20:43.346Z[ recovery-image] Feb 27 03:20:42.042 INFO O| Feb 27 03:20:42.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81462026-02-27T03:20:43.347Z[ recovery-image] Feb 27 03:20:42.042 INFO O| Feb 27 03:20:42.042 INFO STEP 1112 (remove_files) COMPLETE
81472026-02-27T03:20:43.347Z[ recovery-image] Feb 27 03:20:42.042 INFO O| Feb 27 03:20:42.042 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81482026-02-27T03:20:43.360Z[ recovery-image] Feb 27 03:20:42.056 INFO O| Feb 27 03:20:42.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81492026-02-27T03:20:43.360Z[ recovery-image] Feb 27 03:20:42.056 INFO O| Feb 27 03:20:42.056 INFO STEP 1113 (remove_files) COMPLETE
81502026-02-27T03:20:43.364Z[ recovery-image] Feb 27 03:20:42.056 INFO O| Feb 27 03:20:42.056 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81512026-02-27T03:20:43.375Z[ recovery-image] Feb 27 03:20:42.071 INFO O| Feb 27 03:20:42.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81522026-02-27T03:20:43.379Z[ recovery-image] Feb 27 03:20:42.071 INFO O| Feb 27 03:20:42.071 INFO STEP 1114 (remove_files) COMPLETE
81532026-02-27T03:20:43.379Z[ recovery-image] Feb 27 03:20:42.071 INFO O| Feb 27 03:20:42.071 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81542026-02-27T03:20:43.386Z[ recovery-image] Feb 27 03:20:42.081 INFO O| Feb 27 03:20:42.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81552026-02-27T03:20:43.389Z[ recovery-image] Feb 27 03:20:42.081 INFO O| Feb 27 03:20:42.081 INFO STEP 1115 (remove_files) COMPLETE
81562026-02-27T03:20:43.389Z[ recovery-image] Feb 27 03:20:42.082 INFO O| Feb 27 03:20:42.081 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81572026-02-27T03:20:43.399Z[ recovery-image] Feb 27 03:20:42.095 INFO O| Feb 27 03:20:42.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81582026-02-27T03:20:43.399Z[ recovery-image] Feb 27 03:20:42.095 INFO O| Feb 27 03:20:42.095 INFO STEP 1116 (remove_files) COMPLETE
81592026-02-27T03:20:43.402Z[ recovery-image] Feb 27 03:20:42.095 INFO O| Feb 27 03:20:42.095 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81602026-02-27T03:20:43.413Z[ recovery-image] Feb 27 03:20:42.108 INFO O| Feb 27 03:20:42.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81612026-02-27T03:20:43.416Z[ recovery-image] Feb 27 03:20:42.108 INFO O| Feb 27 03:20:42.108 INFO STEP 1117 (remove_files) COMPLETE
81622026-02-27T03:20:43.416Z[ recovery-image] Feb 27 03:20:42.108 INFO O| Feb 27 03:20:42.108 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81632026-02-27T03:20:43.422Z[ recovery-image] Feb 27 03:20:42.118 INFO O| Feb 27 03:20:42.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81642026-02-27T03:20:43.425Z[ recovery-image] Feb 27 03:20:42.118 INFO O| Feb 27 03:20:42.118 INFO STEP 1118 (remove_files) COMPLETE
81652026-02-27T03:20:43.425Z[ recovery-image] Feb 27 03:20:42.118 INFO O| Feb 27 03:20:42.118 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81662026-02-27T03:20:43.434Z[ recovery-image] Feb 27 03:20:42.129 INFO O| Feb 27 03:20:42.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81672026-02-27T03:20:43.434Z[ recovery-image] Feb 27 03:20:42.129 INFO O| Feb 27 03:20:42.129 INFO STEP 1119 (remove_files) COMPLETE
81682026-02-27T03:20:43.437Z[ recovery-image] Feb 27 03:20:42.129 INFO O| Feb 27 03:20:42.129 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81692026-02-27T03:20:43.448Z[ recovery-image] Feb 27 03:20:42.144 INFO O| Feb 27 03:20:42.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81702026-02-27T03:20:43.451Z[ recovery-image] Feb 27 03:20:42.144 INFO O| Feb 27 03:20:42.144 INFO STEP 1120 (remove_files) COMPLETE
81712026-02-27T03:20:43.451Z[ recovery-image] Feb 27 03:20:42.144 INFO O| Feb 27 03:20:42.144 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81722026-02-27T03:20:43.460Z[ recovery-image] Feb 27 03:20:42.155 INFO O| Feb 27 03:20:42.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81732026-02-27T03:20:43.460Z[ recovery-image] Feb 27 03:20:42.155 INFO O| Feb 27 03:20:42.155 INFO STEP 1121 (remove_files) COMPLETE
81742026-02-27T03:20:43.460Z[ recovery-image] Feb 27 03:20:42.155 INFO O| Feb 27 03:20:42.155 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81752026-02-27T03:20:43.470Z[ recovery-image] Feb 27 03:20:42.165 INFO O| Feb 27 03:20:42.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81762026-02-27T03:20:43.470Z[ recovery-image] Feb 27 03:20:42.165 INFO O| Feb 27 03:20:42.165 INFO STEP 1122 (remove_files) COMPLETE
81772026-02-27T03:20:43.473Z[ recovery-image] Feb 27 03:20:42.165 INFO O| Feb 27 03:20:42.165 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81782026-02-27T03:20:43.483Z[ recovery-image] Feb 27 03:20:42.179 INFO O| Feb 27 03:20:42.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81792026-02-27T03:20:43.483Z[ recovery-image] Feb 27 03:20:42.179 INFO O| Feb 27 03:20:42.179 INFO STEP 1123 (remove_files) COMPLETE
81802026-02-27T03:20:43.483Z[ recovery-image] Feb 27 03:20:42.179 INFO O| Feb 27 03:20:42.179 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81812026-02-27T03:20:43.497Z[ recovery-image] Feb 27 03:20:42.192 INFO O| Feb 27 03:20:42.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81822026-02-27T03:20:43.497Z[ recovery-image] Feb 27 03:20:42.192 INFO O| Feb 27 03:20:42.192 INFO STEP 1124 (remove_files) COMPLETE
81832026-02-27T03:20:43.497Z[ recovery-image] Feb 27 03:20:42.192 INFO O| Feb 27 03:20:42.192 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81842026-02-27T03:20:43.506Z[ recovery-image] Feb 27 03:20:42.202 INFO O| Feb 27 03:20:42.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81852026-02-27T03:20:43.510Z[ recovery-image] Feb 27 03:20:42.202 INFO O| Feb 27 03:20:42.202 INFO STEP 1125 (remove_files) COMPLETE
81862026-02-27T03:20:43.510Z[ recovery-image] Feb 27 03:20:42.202 INFO O| Feb 27 03:20:42.202 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81872026-02-27T03:20:43.517Z[ recovery-image] Feb 27 03:20:42.213 INFO O| Feb 27 03:20:42.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81882026-02-27T03:20:43.521Z[ recovery-image] Feb 27 03:20:42.213 INFO O| Feb 27 03:20:42.213 INFO STEP 1126 (remove_files) COMPLETE
81892026-02-27T03:20:43.521Z[ recovery-image] Feb 27 03:20:42.213 INFO O| Feb 27 03:20:42.213 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81902026-02-27T03:20:43.526Z[ recovery-image] Feb 27 03:20:42.221 INFO O| Feb 27 03:20:42.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81912026-02-27T03:20:43.529Z[ recovery-image] Feb 27 03:20:42.221 INFO O| Feb 27 03:20:42.221 INFO STEP 1127 (remove_files) COMPLETE
81922026-02-27T03:20:43.529Z[ recovery-image] Feb 27 03:20:42.222 INFO O| Feb 27 03:20:42.221 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81932026-02-27T03:20:43.537Z[ recovery-image] Feb 27 03:20:42.232 INFO O| Feb 27 03:20:42.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81942026-02-27T03:20:43.540Z[ recovery-image] Feb 27 03:20:42.232 INFO O| Feb 27 03:20:42.232 INFO STEP 1128 (remove_files) COMPLETE
81952026-02-27T03:20:43.540Z[ recovery-image] Feb 27 03:20:42.233 INFO O| Feb 27 03:20:42.232 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81962026-02-27T03:20:43.547Z[ recovery-image] Feb 27 03:20:42.243 INFO O| Feb 27 03:20:42.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81972026-02-27T03:20:43.550Z[ recovery-image] Feb 27 03:20:42.243 INFO O| Feb 27 03:20:42.243 INFO STEP 1129 (remove_files) COMPLETE
81982026-02-27T03:20:43.550Z[ recovery-image] Feb 27 03:20:42.243 INFO O| Feb 27 03:20:42.243 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81992026-02-27T03:20:43.560Z[ recovery-image] Feb 27 03:20:42.256 INFO O| Feb 27 03:20:42.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82002026-02-27T03:20:43.560Z[ recovery-image] Feb 27 03:20:42.256 INFO O| Feb 27 03:20:42.256 INFO STEP 1130 (remove_files) COMPLETE
82012026-02-27T03:20:43.563Z[ recovery-image] Feb 27 03:20:42.256 INFO O| Feb 27 03:20:42.256 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82022026-02-27T03:20:43.574Z[ recovery-image] Feb 27 03:20:42.269 INFO O| Feb 27 03:20:42.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82032026-02-27T03:20:43.574Z[ recovery-image] Feb 27 03:20:42.269 INFO O| Feb 27 03:20:42.269 INFO STEP 1131 (remove_files) COMPLETE
82042026-02-27T03:20:43.574Z[ recovery-image] Feb 27 03:20:42.269 INFO O| Feb 27 03:20:42.269 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82052026-02-27T03:20:43.584Z[ recovery-image] Feb 27 03:20:42.279 INFO O| Feb 27 03:20:42.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82062026-02-27T03:20:43.584Z[ recovery-image] Feb 27 03:20:42.279 INFO O| Feb 27 03:20:42.279 INFO STEP 1132 (remove_files) COMPLETE
82072026-02-27T03:20:43.587Z[ recovery-image] Feb 27 03:20:42.279 INFO O| Feb 27 03:20:42.279 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82082026-02-27T03:20:43.593Z[ recovery-image] Feb 27 03:20:42.289 INFO O| Feb 27 03:20:42.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82092026-02-27T03:20:43.596Z[ recovery-image] Feb 27 03:20:42.289 INFO O| Feb 27 03:20:42.289 INFO STEP 1133 (remove_files) COMPLETE
82102026-02-27T03:20:43.596Z[ recovery-image] Feb 27 03:20:42.289 INFO O| Feb 27 03:20:42.289 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82112026-02-27T03:20:43.609Z[ recovery-image] Feb 27 03:20:42.302 INFO O| Feb 27 03:20:42.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82122026-02-27T03:20:43.610Z[ recovery-image] Feb 27 03:20:42.303 INFO O| Feb 27 03:20:42.303 INFO STEP 1134 (remove_files) COMPLETE
82132026-02-27T03:20:43.613Z[ recovery-image] Feb 27 03:20:42.303 INFO O| Feb 27 03:20:42.303 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82142026-02-27T03:20:43.620Z[ recovery-image] Feb 27 03:20:42.316 INFO O| Feb 27 03:20:42.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82152026-02-27T03:20:43.620Z[ recovery-image] Feb 27 03:20:42.316 INFO O| Feb 27 03:20:42.316 INFO STEP 1135 (remove_files) COMPLETE
82162026-02-27T03:20:43.621Z[ recovery-image] Feb 27 03:20:42.316 INFO O| Feb 27 03:20:42.316 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82172026-02-27T03:20:43.635Z[ recovery-image] Feb 27 03:20:42.330 INFO O| Feb 27 03:20:42.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82182026-02-27T03:20:43.638Z[ recovery-image] Feb 27 03:20:42.330 INFO O| Feb 27 03:20:42.330 INFO STEP 1136 (remove_files) COMPLETE
82192026-02-27T03:20:43.638Z[ recovery-image] Feb 27 03:20:42.330 INFO O| Feb 27 03:20:42.330 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82202026-02-27T03:20:43.649Z[ recovery-image] Feb 27 03:20:42.344 INFO O| Feb 27 03:20:42.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82212026-02-27T03:20:43.649Z[ recovery-image] Feb 27 03:20:42.344 INFO O| Feb 27 03:20:42.344 INFO STEP 1137 (remove_files) COMPLETE
82222026-02-27T03:20:43.649Z[ recovery-image] Feb 27 03:20:42.344 INFO O| Feb 27 03:20:42.344 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82232026-02-27T03:20:43.659Z[ recovery-image] Feb 27 03:20:42.354 INFO O| Feb 27 03:20:42.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82242026-02-27T03:20:43.662Z[ recovery-image] Feb 27 03:20:42.354 INFO O| Feb 27 03:20:42.354 INFO STEP 1138 (remove_files) COMPLETE
82252026-02-27T03:20:43.662Z[ recovery-image] Feb 27 03:20:42.355 INFO O| Feb 27 03:20:42.354 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82262026-02-27T03:20:43.673Z[ recovery-image] Feb 27 03:20:42.369 INFO O| Feb 27 03:20:42.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82272026-02-27T03:20:43.673Z[ recovery-image] Feb 27 03:20:42.369 INFO O| Feb 27 03:20:42.369 INFO STEP 1139 (remove_files) COMPLETE
82282026-02-27T03:20:43.673Z[ recovery-image] Feb 27 03:20:42.369 INFO O| Feb 27 03:20:42.369 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82292026-02-27T03:20:43.687Z[ recovery-image] Feb 27 03:20:42.382 INFO O| Feb 27 03:20:42.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82302026-02-27T03:20:43.687Z[ recovery-image] Feb 27 03:20:42.382 INFO O| Feb 27 03:20:42.382 INFO STEP 1140 (remove_files) COMPLETE
82312026-02-27T03:20:43.690Z[ recovery-image] Feb 27 03:20:42.382 INFO O| Feb 27 03:20:42.382 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82322026-02-27T03:20:43.696Z[ recovery-image] Feb 27 03:20:42.392 INFO O| Feb 27 03:20:42.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82332026-02-27T03:20:43.697Z[ recovery-image] Feb 27 03:20:42.392 INFO O| Feb 27 03:20:42.392 INFO STEP 1141 (remove_files) COMPLETE
82342026-02-27T03:20:43.701Z[ recovery-image] Feb 27 03:20:42.392 INFO O| Feb 27 03:20:42.392 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82352026-02-27T03:20:43.711Z[ recovery-image] Feb 27 03:20:42.406 INFO O| Feb 27 03:20:42.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82362026-02-27T03:20:43.711Z[ recovery-image] Feb 27 03:20:42.406 INFO O| Feb 27 03:20:42.406 INFO STEP 1142 (remove_files) COMPLETE
82372026-02-27T03:20:43.714Z[ recovery-image] Feb 27 03:20:42.406 INFO O| Feb 27 03:20:42.406 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82382026-02-27T03:20:43.725Z[ recovery-image] Feb 27 03:20:42.420 INFO O| Feb 27 03:20:42.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82392026-02-27T03:20:43.728Z[ recovery-image] Feb 27 03:20:42.420 INFO O| Feb 27 03:20:42.420 INFO STEP 1143 (remove_files) COMPLETE
82402026-02-27T03:20:43.728Z[ recovery-image] Feb 27 03:20:42.420 INFO O| Feb 27 03:20:42.420 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82412026-02-27T03:20:43.736Z[ recovery-image] Feb 27 03:20:42.431 INFO O| Feb 27 03:20:42.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82422026-02-27T03:20:43.736Z[ recovery-image] Feb 27 03:20:42.431 INFO O| Feb 27 03:20:42.431 INFO STEP 1144 (remove_files) COMPLETE
82432026-02-27T03:20:43.739Z[ recovery-image] Feb 27 03:20:42.431 INFO O| Feb 27 03:20:42.431 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82442026-02-27T03:20:43.752Z[ recovery-image] Feb 27 03:20:42.445 INFO O| Feb 27 03:20:42.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82452026-02-27T03:20:43.752Z[ recovery-image] Feb 27 03:20:42.446 INFO O| Feb 27 03:20:42.445 INFO STEP 1145 (remove_files) COMPLETE
82462026-02-27T03:20:43.752Z[ recovery-image] Feb 27 03:20:42.446 INFO O| Feb 27 03:20:42.446 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82472026-02-27T03:20:43.764Z[ recovery-image] Feb 27 03:20:42.460 INFO O| Feb 27 03:20:42.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82482026-02-27T03:20:43.767Z[ recovery-image] Feb 27 03:20:42.460 INFO O| Feb 27 03:20:42.460 INFO STEP 1146 (remove_files) COMPLETE
82492026-02-27T03:20:43.767Z[ recovery-image] Feb 27 03:20:42.460 INFO O| Feb 27 03:20:42.460 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82502026-02-27T03:20:43.778Z[ recovery-image] Feb 27 03:20:42.474 INFO O| Feb 27 03:20:42.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82512026-02-27T03:20:43.778Z[ recovery-image] Feb 27 03:20:42.474 INFO O| Feb 27 03:20:42.474 INFO STEP 1147 (remove_files) COMPLETE
82522026-02-27T03:20:43.778Z[ recovery-image] Feb 27 03:20:42.474 INFO O| Feb 27 03:20:42.474 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82532026-02-27T03:20:43.794Z[ recovery-image] Feb 27 03:20:42.488 INFO O| Feb 27 03:20:42.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82542026-02-27T03:20:43.794Z[ recovery-image] Feb 27 03:20:42.488 INFO O| Feb 27 03:20:42.488 INFO STEP 1148 (remove_files) COMPLETE
82552026-02-27T03:20:43.797Z[ recovery-image] Feb 27 03:20:42.488 INFO O| Feb 27 03:20:42.488 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82562026-02-27T03:20:43.806Z[ recovery-image] Feb 27 03:20:42.501 INFO O| Feb 27 03:20:42.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82572026-02-27T03:20:43.806Z[ recovery-image] Feb 27 03:20:42.501 INFO O| Feb 27 03:20:42.501 INFO STEP 1149 (remove_files) COMPLETE
82582026-02-27T03:20:43.810Z[ recovery-image] Feb 27 03:20:42.502 INFO O| Feb 27 03:20:42.501 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82592026-02-27T03:20:43.820Z[ recovery-image] Feb 27 03:20:42.515 INFO O| Feb 27 03:20:42.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82602026-02-27T03:20:43.821Z[ recovery-image] Feb 27 03:20:42.515 INFO O| Feb 27 03:20:42.515 INFO STEP 1150 (remove_files) COMPLETE
82612026-02-27T03:20:43.825Z[ recovery-image] Feb 27 03:20:42.515 INFO O| Feb 27 03:20:42.515 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82622026-02-27T03:20:43.834Z[ recovery-image] Feb 27 03:20:42.530 INFO O| Feb 27 03:20:42.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82632026-02-27T03:20:43.834Z[ recovery-image] Feb 27 03:20:42.530 INFO O| Feb 27 03:20:42.530 INFO STEP 1151 (remove_files) COMPLETE
82642026-02-27T03:20:43.837Z[ recovery-image] Feb 27 03:20:42.530 INFO O| Feb 27 03:20:42.530 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82652026-02-27T03:20:43.844Z[ recovery-image] Feb 27 03:20:42.539 INFO O| Feb 27 03:20:42.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82662026-02-27T03:20:43.844Z[ recovery-image] Feb 27 03:20:42.539 INFO O| Feb 27 03:20:42.539 INFO STEP 1152 (remove_files) COMPLETE
82672026-02-27T03:20:43.847Z[ recovery-image] Feb 27 03:20:42.539 INFO O| Feb 27 03:20:42.539 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82682026-02-27T03:20:43.858Z[ recovery-image] Feb 27 03:20:42.549 INFO O| Feb 27 03:20:42.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82692026-02-27T03:20:43.861Z[ recovery-image] Feb 27 03:20:42.549 INFO O| Feb 27 03:20:42.549 INFO STEP 1153 (remove_files) COMPLETE
82702026-02-27T03:20:43.861Z[ recovery-image] Feb 27 03:20:42.549 INFO O| Feb 27 03:20:42.549 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82712026-02-27T03:20:43.869Z[ recovery-image] Feb 27 03:20:42.563 INFO O| Feb 27 03:20:42.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82722026-02-27T03:20:43.869Z[ recovery-image] Feb 27 03:20:42.563 INFO O| Feb 27 03:20:42.563 INFO STEP 1154 (remove_files) COMPLETE
82732026-02-27T03:20:43.869Z[ recovery-image] Feb 27 03:20:42.563 INFO O| Feb 27 03:20:42.563 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82742026-02-27T03:20:43.883Z[ recovery-image] Feb 27 03:20:42.575 INFO O| Feb 27 03:20:42.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82752026-02-27T03:20:43.883Z[ recovery-image] Feb 27 03:20:42.575 INFO O| Feb 27 03:20:42.575 INFO STEP 1155 (remove_files) COMPLETE
82762026-02-27T03:20:43.883Z[ recovery-image] Feb 27 03:20:42.575 INFO O| Feb 27 03:20:42.575 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82772026-02-27T03:20:43.890Z[ recovery-image] Feb 27 03:20:42.585 INFO O| Feb 27 03:20:42.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82782026-02-27T03:20:43.893Z[ recovery-image] Feb 27 03:20:42.585 INFO O| Feb 27 03:20:42.585 INFO STEP 1156 (remove_files) COMPLETE
82792026-02-27T03:20:43.893Z[ recovery-image] Feb 27 03:20:42.585 INFO O| Feb 27 03:20:42.585 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82802026-02-27T03:20:43.903Z[ recovery-image] Feb 27 03:20:42.599 INFO O| Feb 27 03:20:42.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82812026-02-27T03:20:43.903Z[ recovery-image] Feb 27 03:20:42.599 INFO O| Feb 27 03:20:42.599 INFO STEP 1157 (remove_files) COMPLETE
82822026-02-27T03:20:43.903Z[ recovery-image] Feb 27 03:20:42.599 INFO O| Feb 27 03:20:42.599 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82832026-02-27T03:20:43.917Z[ recovery-image] Feb 27 03:20:42.610 INFO O| Feb 27 03:20:42.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82842026-02-27T03:20:43.917Z[ recovery-image] Feb 27 03:20:42.610 INFO O| Feb 27 03:20:42.610 INFO STEP 1158 (remove_files) COMPLETE
82852026-02-27T03:20:43.920Z[ recovery-image] Feb 27 03:20:42.610 INFO O| Feb 27 03:20:42.610 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82862026-02-27T03:20:43.924Z[ recovery-image] Feb 27 03:20:42.620 INFO O| Feb 27 03:20:42.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82872026-02-27T03:20:43.927Z[ recovery-image] Feb 27 03:20:42.620 INFO O| Feb 27 03:20:42.620 INFO STEP 1159 (remove_files) COMPLETE
82882026-02-27T03:20:43.927Z[ recovery-image] Feb 27 03:20:42.620 INFO O| Feb 27 03:20:42.620 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82892026-02-27T03:20:43.938Z[ recovery-image] Feb 27 03:20:42.633 INFO O| Feb 27 03:20:42.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82902026-02-27T03:20:43.938Z[ recovery-image] Feb 27 03:20:42.634 INFO O| Feb 27 03:20:42.633 INFO STEP 1160 (remove_files) COMPLETE
82912026-02-27T03:20:43.938Z[ recovery-image] Feb 27 03:20:42.634 INFO O| Feb 27 03:20:42.634 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82922026-02-27T03:20:43.951Z[ recovery-image] Feb 27 03:20:42.646 INFO O| Feb 27 03:20:42.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82932026-02-27T03:20:43.951Z[ recovery-image] Feb 27 03:20:42.646 INFO O| Feb 27 03:20:42.646 INFO STEP 1161 (remove_files) COMPLETE
82942026-02-27T03:20:43.951Z[ recovery-image] Feb 27 03:20:42.646 INFO O| Feb 27 03:20:42.646 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82952026-02-27T03:20:43.965Z[ recovery-image] Feb 27 03:20:42.660 INFO O| Feb 27 03:20:42.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82962026-02-27T03:20:43.968Z[ recovery-image] Feb 27 03:20:42.661 INFO O| Feb 27 03:20:42.660 INFO STEP 1162 (remove_files) COMPLETE
82972026-02-27T03:20:43.968Z[ recovery-image] Feb 27 03:20:42.661 INFO O| Feb 27 03:20:42.660 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82982026-02-27T03:20:43.981Z[ recovery-image] Feb 27 03:20:42.675 INFO O| Feb 27 03:20:42.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82992026-02-27T03:20:43.981Z[ recovery-image] Feb 27 03:20:42.675 INFO O| Feb 27 03:20:42.675 INFO STEP 1163 (remove_files) COMPLETE
83002026-02-27T03:20:43.984Z[ recovery-image] Feb 27 03:20:42.675 INFO O| Feb 27 03:20:42.675 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83012026-02-27T03:20:43.993Z[ recovery-image] Feb 27 03:20:42.689 INFO O| Feb 27 03:20:42.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83022026-02-27T03:20:43.993Z[ recovery-image] Feb 27 03:20:42.689 INFO O| Feb 27 03:20:42.689 INFO STEP 1164 (remove_files) COMPLETE
83032026-02-27T03:20:43.993Z[ recovery-image] Feb 27 03:20:42.689 INFO O| Feb 27 03:20:42.689 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83042026-02-27T03:20:44.008Z[ recovery-image] Feb 27 03:20:42.703 INFO O| Feb 27 03:20:42.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83052026-02-27T03:20:44.008Z[ recovery-image] Feb 27 03:20:42.704 INFO O| Feb 27 03:20:42.703 INFO STEP 1165 (remove_files) COMPLETE
83062026-02-27T03:20:44.011Z[ recovery-image] Feb 27 03:20:42.704 INFO O| Feb 27 03:20:42.704 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83072026-02-27T03:20:44.029Z[ recovery-image] Feb 27 03:20:42.724 INFO O| Feb 27 03:20:42.724 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83082026-02-27T03:20:44.029Z[ recovery-image] Feb 27 03:20:42.724 INFO O| Feb 27 03:20:42.724 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83092026-02-27T03:20:45.160Z[ recovery-image] Feb 27 03:20:43.855 INFO O| Feb 27 03:20:43.855 INFO STEP 1166 (pack_tar) COMPLETE
83102026-02-27T03:20:45.160Z[ recovery-image] Feb 27 03:20:43.856 INFO O| Feb 27 03:20:43.855 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83112026-02-27T03:20:45.163Z[ recovery-image] Feb 27 03:20:43.856 INFO O| Feb 27 03:20:43.855 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83122026-02-27T03:20:45.503Z[ recovery-image] Feb 27 03:20:44.198 INFO O| Feb 27 03:20:44.198 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83132026-02-27T03:20:45.607Z[ recovery-image] Feb 27 03:20:44.302 INFO O| Feb 27 03:20:44.302 INFO completed processing sled/ramdisk-03-recovery-trim
83142026-02-27T03:20:45.612Z[ recovery-image] Feb 27 03:20:44.307 INFO image builder template: zfs-recovery...
83152026-02-27T03:20:45.612Z[ recovery-image] Feb 27 03:20:44.307 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/.tmpaFY3GB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs-recovery"], pwd: None
83162026-02-27T03:20:45.665Z[ recovery-image] Feb 27 03:20:44.360 INFO O| Feb 27 03:20:44.359 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83172026-02-27T03:20:45.672Z[ recovery-image] Feb 27 03:20:44.366 INFO O| Feb 27 03:20:44.366 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83182026-02-27T03:20:45.835Z[ recovery-image] Feb 27 03:20:44.530 INFO O| Feb 27 03:20:44.530 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83192026-02-27T03:20:45.910Z[ recovery-image] Feb 27 03:20:44.605 INFO O| Feb 27 03:20:44.605 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83202026-02-27T03:20:45.910Z[ recovery-image] Feb 27 03:20:44.605 INFO O| Feb 27 03:20:44.605 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83212026-02-27T03:20:45.914Z[ recovery-image] Feb 27 03:20:44.609 INFO O| Feb 27 03:20:44.609 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83222026-02-27T03:20:46.006Z[ recovery-image] Feb 27 03:20:44.701 INFO O| Feb 27 03:20:44.701 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83232026-02-27T03:20:46.070Z[ recovery-image] Feb 27 03:20:44.765 INFO O| Feb 27 03:20:44.765 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83242026-02-27T03:20:46.084Z[ recovery-image] Feb 27 03:20:44.779 INFO O| Feb 27 03:20:44.779 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83252026-02-27T03:20:46.090Z[ recovery-image] Feb 27 03:20:44.786 INFO O| Feb 27 03:20:44.786 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83262026-02-27T03:20:46.105Z[ recovery-image] Feb 27 03:20:44.799 INFO O| Feb 27 03:20:44.799 INFO no lofi found
83272026-02-27T03:20:46.105Z[ recovery-image] Feb 27 03:20:44.799 INFO O| Feb 27 03:20:44.799 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83282026-02-27T03:20:46.109Z[ recovery-image] Feb 27 03:20:44.799 INFO O| Feb 27 03:20:44.799 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83292026-02-27T03:20:48.310Z[ recovery-image] Feb 27 03:20:47.005 INFO O| Feb 27 03:20:47.005 INFO lofi device = /dev/dsk/c2t1d0p0
83302026-02-27T03:20:48.310Z[ recovery-image] Feb 27 03:20:47.005 INFO O| Feb 27 03:20:47.005 INFO pool device = /dev/dsk/c2t1d0p0
83312026-02-27T03:20:48.313Z[ recovery-image] Feb 27 03:20:47.005 INFO O| Feb 27 03:20:47.005 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
83322026-02-27T03:20:48.498Z[ recovery-image] Feb 27 03:20:47.192 INFO O| Feb 27 03:20:47.192 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83332026-02-27T03:20:48.498Z[ recovery-image] Feb 27 03:20:47.192 INFO O| Feb 27 03:20:47.192 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83342026-02-27T03:20:48.524Z[ recovery-image] Feb 27 03:20:47.219 INFO O| Feb 27 03:20:47.218 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83352026-02-27T03:20:48.621Z[ recovery-image] Feb 27 03:20:47.316 INFO O| Feb 27 03:20:47.316 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83362026-02-27T03:20:48.674Z[ recovery-image] Feb 27 03:20:47.369 INFO O| Feb 27 03:20:47.368 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83372026-02-27T03:20:48.698Z[ recovery-image] Feb 27 03:20:47.392 INFO O| Feb 27 03:20:47.392 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83382026-02-27T03:20:48.712Z[ recovery-image] Feb 27 03:20:47.407 INFO O| Feb 27 03:20:47.407 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83392026-02-27T03:20:48.781Z[ recovery-image] Feb 27 03:20:47.476 INFO O| Feb 27 03:20:47.476 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83402026-02-27T03:20:48.785Z[ recovery-image] Feb 27 03:20:47.477 INFO O| Feb 27 03:20:47.477 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83412026-02-27T03:20:48.785Z[ recovery-image] Feb 27 03:20:47.477 INFO O| Feb 27 03:20:47.477 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83422026-02-27T03:20:48.800Z[ recovery-image] Feb 27 03:20:47.495 INFO O| Feb 27 03:20:47.495 INFO boot environment UUID: ae6ef8d8-3906-466d-a5c3-f9792a5d74e5
83432026-02-27T03:20:48.800Z[ recovery-image] Feb 27 03:20:47.495 INFO O| Feb 27 03:20:47.495 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = ae6ef8d8-3906-466d-a5c3-f9792a5d74e5
83442026-02-27T03:20:48.817Z[ recovery-image] Feb 27 03:20:47.512 INFO O| Feb 27 03:20:47.512 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83452026-02-27T03:20:48.824Z[ host-image] Feb 27 03:20:47.519 INFO O| Feb 27 03:20:47.519 INFO O| Startup: Caching catalogs ... Done
83462026-02-27T03:20:48.833Z[ recovery-image] Feb 27 03:20:47.528 INFO O| Feb 27 03:20:47.528 INFO STEP 0 (create_be) COMPLETE
83472026-02-27T03:20:48.833Z[ recovery-image] Feb 27 03:20:47.528 INFO O| Feb 27 03:20:47.528 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83482026-02-27T03:20:48.856Z[ recovery-image] Feb 27 03:20:47.551 INFO O| Feb 27 03:20:47.551 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"]
83492026-02-27T03:20:52.500Z[ recovery-image] Feb 27 03:20:51.184 INFO O| Feb 27 03:20:51.184 INFO STEP 1 (unpack_tar) COMPLETE
83502026-02-27T03:20:52.500Z[ recovery-image] Feb 27 03:20:51.185 INFO O| Feb 27 03:20:51.184 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83512026-02-27T03:20:52.516Z[ recovery-image] Feb 27 03:20:51.198 INFO O| Feb 27 03:20:51.198 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83522026-02-27T03:20:53.064Z[ recovery-image] Feb 27 03:20:51.757 INFO O| Feb 27 03:20:51.757 INFO STEP 2 (devfsadm) COMPLETE
83532026-02-27T03:20:53.064Z[ recovery-image] Feb 27 03:20:51.757 INFO O| Feb 27 03:20:51.757 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83542026-02-27T03:20:53.075Z[ recovery-image] Feb 27 03:20:51.770 INFO O| Feb 27 03:20:51.769 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83552026-02-27T03:20:53.075Z[ recovery-image] Feb 27 03:20:51.770 INFO O| Feb 27 03:20:51.770 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83562026-02-27T03:20:53.078Z[ recovery-image] Feb 27 03:20:51.770 INFO O| Feb 27 03:20:51.770 INFO STEP 3 (ensure_dir) COMPLETE
83572026-02-27T03:20:53.079Z[ recovery-image] Feb 27 03:20:51.770 INFO O| Feb 27 03:20:51.770 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83582026-02-27T03:20:53.087Z[ recovery-image] Feb 27 03:20:51.782 INFO O| Feb 27 03:20:51.781 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83592026-02-27T03:20:53.087Z[ recovery-image] Feb 27 03:20:51.782 INFO O| Feb 27 03:20:51.782 INFO STEP 4 (ensure_dir) COMPLETE
83602026-02-27T03:20:53.090Z[ recovery-image] Feb 27 03:20:51.782 INFO O| Feb 27 03:20:51.782 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83612026-02-27T03:20:53.098Z[ recovery-image] Feb 27 03:20:51.793 INFO O| Feb 27 03:20:51.793 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83622026-02-27T03:20:53.099Z[ recovery-image] Feb 27 03:20:51.793 INFO O| Feb 27 03:20:51.793 INFO STEP 5 (ensure_dir) COMPLETE
83632026-02-27T03:20:53.101Z[ recovery-image] Feb 27 03:20:51.793 INFO O| Feb 27 03:20:51.793 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83642026-02-27T03:20:53.110Z[ recovery-image] Feb 27 03:20:51.804 INFO O| Feb 27 03:20:51.804 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83652026-02-27T03:20:53.110Z[ recovery-image] Feb 27 03:20:51.804 INFO O| Feb 27 03:20:51.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83662026-02-27T03:20:53.110Z[ recovery-image] Feb 27 03:20:51.804 INFO O| Feb 27 03:20:51.804 INFO STEP 6 (ensure_dir) COMPLETE
83672026-02-27T03:20:53.113Z[ recovery-image] Feb 27 03:20:51.804 INFO O| Feb 27 03:20:51.804 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83682026-02-27T03:20:53.121Z[ recovery-image] Feb 27 03:20:51.816 INFO O| Feb 27 03:20:51.816 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83692026-02-27T03:20:53.121Z[ recovery-image] Feb 27 03:20:51.816 INFO O| Feb 27 03:20:51.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83702026-02-27T03:20:53.125Z[ recovery-image] Feb 27 03:20:51.816 INFO O| Feb 27 03:20:51.816 INFO STEP 7 (ensure_dir) COMPLETE
83712026-02-27T03:20:53.125Z[ recovery-image] Feb 27 03:20:51.816 INFO O| Feb 27 03:20:51.816 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83722026-02-27T03:20:53.136Z[ recovery-image] Feb 27 03:20:51.830 INFO O| Feb 27 03:20:51.830 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83732026-02-27T03:20:53.136Z[ recovery-image] Feb 27 03:20:51.830 INFO O| Feb 27 03:20:51.830 INFO STEP 8 (remove_files) COMPLETE
83742026-02-27T03:20:53.139Z[ recovery-image] Feb 27 03:20:51.830 INFO O| Feb 27 03:20:51.830 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83752026-02-27T03:20:53.147Z[ recovery-image] Feb 27 03:20:51.842 INFO O| Feb 27 03:20:51.842 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83762026-02-27T03:20:53.150Z[ recovery-image] Feb 27 03:20:51.842 INFO O| Feb 27 03:20:51.842 INFO STEP 9 (remove_files) COMPLETE
83772026-02-27T03:20:53.150Z[ recovery-image] Feb 27 03:20:51.843 INFO O| Feb 27 03:20:51.842 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83782026-02-27T03:20:53.162Z[ recovery-image] Feb 27 03:20:51.856 INFO O| Feb 27 03:20:51.856 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83792026-02-27T03:20:53.164Z[ recovery-image] Feb 27 03:20:51.857 INFO O| Feb 27 03:20:51.857 INFO STEP 10 (remove_files) COMPLETE
83802026-02-27T03:20:53.164Z[ recovery-image] Feb 27 03:20:51.857 INFO O| Feb 27 03:20:51.857 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83812026-02-27T03:20:53.174Z[ recovery-image] Feb 27 03:20:51.868 INFO O| Feb 27 03:20:51.868 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83822026-02-27T03:20:53.174Z[ recovery-image] Feb 27 03:20:51.868 INFO O| Feb 27 03:20:51.868 INFO STEP 11 (remove_files) COMPLETE
83832026-02-27T03:20:53.177Z[ recovery-image] Feb 27 03:20:51.868 INFO O| Feb 27 03:20:51.868 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83842026-02-27T03:20:53.189Z[ recovery-image] Feb 27 03:20:51.884 INFO O| Feb 27 03:20:51.884 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83852026-02-27T03:20:53.189Z[ recovery-image] Feb 27 03:20:51.884 INFO O| Feb 27 03:20:51.884 INFO STEP 12 (remove_files) COMPLETE
83862026-02-27T03:20:53.189Z[ recovery-image] Feb 27 03:20:51.884 INFO O| Feb 27 03:20:51.884 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83872026-02-27T03:20:53.203Z[ recovery-image] Feb 27 03:20:51.897 INFO O| Feb 27 03:20:51.897 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83882026-02-27T03:20:53.203Z[ recovery-image] Feb 27 03:20:51.897 INFO O| Feb 27 03:20:51.897 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83892026-02-27T03:20:53.206Z[ recovery-image] Feb 27 03:20:51.897 INFO O| Feb 27 03:20:51.897 INFO STEP 13 (ensure_dir) COMPLETE
83902026-02-27T03:20:53.206Z[ recovery-image] Feb 27 03:20:51.897 INFO O| Feb 27 03:20:51.897 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83912026-02-27T03:20:53.217Z[ recovery-image] Feb 27 03:20:51.911 INFO O| Feb 27 03:20:51.911 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83922026-02-27T03:20:53.220Z[ recovery-image] Feb 27 03:20:51.911 INFO O| Feb 27 03:20:51.911 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83932026-02-27T03:20:53.220Z[ recovery-image] Feb 27 03:20:51.911 INFO O| Feb 27 03:20:51.911 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83942026-02-27T03:20:53.220Z[ recovery-image] Feb 27 03:20:51.911 INFO O| Feb 27 03:20:51.911 INFO STEP 14 (ensure_dir) COMPLETE
83952026-02-27T03:20:53.220Z[ recovery-image] Feb 27 03:20:51.911 INFO O| Feb 27 03:20:51.911 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83962026-02-27T03:20:53.229Z[ recovery-image] Feb 27 03:20:51.923 INFO O| Feb 27 03:20:51.923 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83972026-02-27T03:20:53.229Z[ recovery-image] Feb 27 03:20:51.924 INFO O| Feb 27 03:20:51.924 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83982026-02-27T03:20:53.232Z[ recovery-image] Feb 27 03:20:51.924 INFO O| Feb 27 03:20:51.924 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83992026-02-27T03:20:53.232Z[ recovery-image] Feb 27 03:20:51.924 INFO O| Feb 27 03:20:51.924 INFO STEP 15 (ensure_dir) COMPLETE
84002026-02-27T03:20:53.232Z[ recovery-image] Feb 27 03:20:51.924 INFO O| Feb 27 03:20:51.924 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84012026-02-27T03:20:53.241Z[ recovery-image] Feb 27 03:20:51.935 INFO O| Feb 27 03:20:51.935 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84022026-02-27T03:20:53.241Z[ recovery-image] Feb 27 03:20:51.936 INFO O| Feb 27 03:20:51.936 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84032026-02-27T03:20:53.244Z[ recovery-image] Feb 27 03:20:51.936 INFO O| Feb 27 03:20:51.936 INFO STEP 16 (ensure_dir) COMPLETE
84042026-02-27T03:20:53.244Z[ recovery-image] Feb 27 03:20:51.936 INFO O| Feb 27 03:20:51.936 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84052026-02-27T03:20:53.253Z[ recovery-image] Feb 27 03:20:51.948 INFO O| Feb 27 03:20:51.948 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84062026-02-27T03:20:53.253Z[ recovery-image] Feb 27 03:20:51.948 INFO O| Feb 27 03:20:51.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84072026-02-27T03:20:53.253Z[ recovery-image] Feb 27 03:20:51.948 INFO O| Feb 27 03:20:51.948 INFO STEP 17 (ensure_dir) COMPLETE
84082026-02-27T03:20:53.257Z[ recovery-image] Feb 27 03:20:51.948 INFO O| Feb 27 03:20:51.948 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84092026-02-27T03:20:53.266Z[ recovery-image] Feb 27 03:20:51.960 INFO O| Feb 27 03:20:51.960 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84102026-02-27T03:20:53.266Z[ recovery-image] Feb 27 03:20:51.960 INFO O| Feb 27 03:20:51.960 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84112026-02-27T03:20:53.269Z[ recovery-image] Feb 27 03:20:51.960 INFO O| Feb 27 03:20:51.960 INFO ok!
84122026-02-27T03:20:53.269Z[ recovery-image] Feb 27 03:20:51.960 INFO O| Feb 27 03:20:51.960 INFO STEP 18 (ensure_symlink) COMPLETE
84132026-02-27T03:20:53.269Z[ recovery-image] Feb 27 03:20:51.960 INFO O| Feb 27 03:20:51.960 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84142026-02-27T03:20:53.280Z[ recovery-image] Feb 27 03:20:51.974 INFO O| Feb 27 03:20:51.974 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84152026-02-27T03:20:53.280Z[ recovery-image] Feb 27 03:20:51.975 INFO O| Feb 27 03:20:51.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84162026-02-27T03:20:53.286Z[ recovery-image] Feb 27 03:20:51.975 INFO O| Feb 27 03:20:51.974 INFO ok!
84172026-02-27T03:20:53.286Z[ recovery-image] Feb 27 03:20:51.975 INFO O| Feb 27 03:20:51.974 INFO STEP 19 (ensure_file) COMPLETE
84182026-02-27T03:20:53.286Z[ recovery-image] Feb 27 03:20:51.975 INFO O| Feb 27 03:20:51.974 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84192026-02-27T03:20:53.294Z[ recovery-image] Feb 27 03:20:51.989 INFO O| Feb 27 03:20:51.989 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84202026-02-27T03:20:53.294Z[ recovery-image] Feb 27 03:20:51.989 INFO O| Feb 27 03:20:51.989 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84212026-02-27T03:20:53.297Z[ recovery-image] Feb 27 03:20:51.989 INFO O| Feb 27 03:20:51.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84222026-02-27T03:20:53.297Z[ recovery-image] Feb 27 03:20:51.989 INFO O| Feb 27 03:20:51.989 INFO ok!
84232026-02-27T03:20:53.297Z[ recovery-image] Feb 27 03:20:51.989 INFO O| Feb 27 03:20:51.989 INFO STEP 20 (ensure_symlink) COMPLETE
84242026-02-27T03:20:53.297Z[ recovery-image] Feb 27 03:20:51.989 INFO O| Feb 27 03:20:51.989 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84252026-02-27T03:20:53.309Z[ recovery-image] Feb 27 03:20:52.003 INFO O| Feb 27 03:20:52.003 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84262026-02-27T03:20:53.309Z[ recovery-image] Feb 27 03:20:52.003 INFO O| Feb 27 03:20:52.003 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84272026-02-27T03:20:53.311Z[ recovery-image] Feb 27 03:20:52.003 INFO O| Feb 27 03:20:52.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84282026-02-27T03:20:53.311Z[ recovery-image] Feb 27 03:20:52.003 INFO O| Feb 27 03:20:52.003 INFO ok!
84292026-02-27T03:20:53.311Z[ recovery-image] Feb 27 03:20:52.003 INFO O| Feb 27 03:20:52.003 INFO STEP 21 (ensure_symlink) COMPLETE
84302026-02-27T03:20:53.312Z[ recovery-image] Feb 27 03:20:52.003 INFO O| Feb 27 03:20:52.003 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84312026-02-27T03:20:53.323Z[ recovery-image] Feb 27 03:20:52.018 INFO O| Feb 27 03:20:52.018 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84322026-02-27T03:20:53.323Z[ recovery-image] Feb 27 03:20:52.018 INFO O| Feb 27 03:20:52.018 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84332026-02-27T03:20:53.326Z[ recovery-image] Feb 27 03:20:52.018 INFO O| Feb 27 03:20:52.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84342026-02-27T03:20:53.326Z[ recovery-image] Feb 27 03:20:52.018 INFO O| Feb 27 03:20:52.018 INFO ok!
84352026-02-27T03:20:53.326Z[ recovery-image] Feb 27 03:20:52.018 INFO O| Feb 27 03:20:52.018 INFO STEP 22 (ensure_symlink) COMPLETE
84362026-02-27T03:20:53.326Z[ recovery-image] Feb 27 03:20:52.018 INFO O| Feb 27 03:20:52.018 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84372026-02-27T03:20:53.337Z[ recovery-image] Feb 27 03:20:52.031 INFO O| Feb 27 03:20:52.031 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84382026-02-27T03:20:53.337Z[ recovery-image] Feb 27 03:20:52.032 INFO O| Feb 27 03:20:52.031 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84392026-02-27T03:20:53.337Z[ recovery-image] Feb 27 03:20:52.032 INFO O| Feb 27 03:20:52.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84402026-02-27T03:20:53.340Z[ recovery-image] Feb 27 03:20:52.032 INFO O| Feb 27 03:20:52.032 INFO ok!
84412026-02-27T03:20:53.340Z[ recovery-image] Feb 27 03:20:52.032 INFO O| Feb 27 03:20:52.032 INFO STEP 23 (ensure_symlink) COMPLETE
84422026-02-27T03:20:53.340Z[ recovery-image] Feb 27 03:20:52.032 INFO O| Feb 27 03:20:52.032 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84432026-02-27T03:20:53.349Z[ recovery-image] Feb 27 03:20:52.043 INFO O| Feb 27 03:20:52.043 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84442026-02-27T03:20:53.349Z[ recovery-image] Feb 27 03:20:52.043 INFO O| Feb 27 03:20:52.043 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 ...
84452026-02-27T03:20:53.351Z[ recovery-image] Feb 27 03:20:52.043 INFO O| Feb 27 03:20:52.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84462026-02-27T03:20:53.352Z[ recovery-image] Feb 27 03:20:52.043 INFO O| Feb 27 03:20:52.043 INFO ok!
84472026-02-27T03:20:53.352Z[ recovery-image] Feb 27 03:20:52.043 INFO O| Feb 27 03:20:52.043 INFO STEP 24 (ensure_file) COMPLETE
84482026-02-27T03:20:53.352Z[ recovery-image] Feb 27 03:20:52.043 INFO O| Feb 27 03:20:52.043 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84492026-02-27T03:20:53.364Z[ recovery-image] Feb 27 03:20:52.059 INFO O| Feb 27 03:20:52.059 INFO updating shadow file
84502026-02-27T03:20:53.367Z[ recovery-image] Feb 27 03:20:52.059 INFO O| Feb 27 03:20:52.059 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84512026-02-27T03:20:53.367Z[ recovery-image] Feb 27 03:20:52.059 INFO O| Feb 27 03:20:52.059 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84522026-02-27T03:20:53.367Z[ recovery-image] Feb 27 03:20:52.059 INFO O| Feb 27 03:20:52.059 INFO STEP 25 (shadow) COMPLETE
84532026-02-27T03:20:53.367Z[ recovery-image] Feb 27 03:20:52.059 INFO O| Feb 27 03:20:52.059 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84542026-02-27T03:20:53.377Z[ recovery-image] Feb 27 03:20:52.071 INFO O| Feb 27 03:20:52.071 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84552026-02-27T03:20:53.377Z[ recovery-image] Feb 27 03:20:52.071 INFO O| Feb 27 03:20:52.071 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84562026-02-27T03:20:53.380Z[ recovery-image] Feb 27 03:20:52.071 INFO O| Feb 27 03:20:52.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84572026-02-27T03:20:53.380Z[ recovery-image] Feb 27 03:20:52.071 INFO O| Feb 27 03:20:52.071 INFO ok!
84582026-02-27T03:20:53.380Z[ recovery-image] Feb 27 03:20:52.071 INFO O| Feb 27 03:20:52.071 INFO STEP 26 (ensure_file) COMPLETE
84592026-02-27T03:20:53.380Z[ recovery-image] Feb 27 03:20:52.071 INFO O| Feb 27 03:20:52.071 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84602026-02-27T03:20:53.389Z[ recovery-image] Feb 27 03:20:52.083 INFO O| Feb 27 03:20:52.083 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84612026-02-27T03:20:53.389Z[ recovery-image] Feb 27 03:20:52.083 INFO O| Feb 27 03:20:52.083 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84622026-02-27T03:20:53.389Z[ recovery-image] Feb 27 03:20:52.083 INFO O| Feb 27 03:20:52.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84632026-02-27T03:20:53.392Z[ recovery-image] Feb 27 03:20:52.083 INFO O| Feb 27 03:20:52.083 INFO ok!
84642026-02-27T03:20:53.392Z[ recovery-image] Feb 27 03:20:52.083 INFO O| Feb 27 03:20:52.083 INFO STEP 27 (ensure_file) COMPLETE
84652026-02-27T03:20:53.392Z[ recovery-image] Feb 27 03:20:52.083 INFO O| Feb 27 03:20:52.083 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84662026-02-27T03:20:53.402Z[ recovery-image] Feb 27 03:20:52.096 INFO O| Feb 27 03:20:52.096 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84672026-02-27T03:20:53.402Z[ recovery-image] Feb 27 03:20:52.096 INFO O| Feb 27 03:20:52.096 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84682026-02-27T03:20:53.405Z[ recovery-image] Feb 27 03:20:52.097 INFO O| Feb 27 03:20:52.096 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84692026-02-27T03:20:53.405Z[ recovery-image] Feb 27 03:20:52.097 INFO O| Feb 27 03:20:52.097 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84702026-02-27T03:20:53.405Z[ recovery-image] Feb 27 03:20:52.097 INFO O| Feb 27 03:20:52.097 INFO ok!
84712026-02-27T03:20:53.405Z[ recovery-image] Feb 27 03:20:52.097 INFO O| Feb 27 03:20:52.097 INFO STEP 28 (ensure_file) COMPLETE
84722026-02-27T03:20:53.405Z[ recovery-image] Feb 27 03:20:52.097 INFO O| Feb 27 03:20:52.097 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84732026-02-27T03:20:53.418Z[ recovery-image] Feb 27 03:20:52.113 INFO O| Feb 27 03:20:52.113 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84742026-02-27T03:20:53.421Z[ recovery-image] Feb 27 03:20:52.113 INFO O| Feb 27 03:20:52.113 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84752026-02-27T03:20:53.421Z[ recovery-image] Feb 27 03:20:52.113 INFO O| Feb 27 03:20:52.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84762026-02-27T03:20:53.421Z[ recovery-image] Feb 27 03:20:52.113 INFO O| Feb 27 03:20:52.113 INFO ok!
84772026-02-27T03:20:53.421Z[ recovery-image] Feb 27 03:20:52.113 INFO O| Feb 27 03:20:52.113 INFO STEP 29 (ensure_file) COMPLETE
84782026-02-27T03:20:53.421Z[ recovery-image] Feb 27 03:20:52.113 INFO O| Feb 27 03:20:52.113 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84792026-02-27T03:20:53.431Z[ recovery-image] Feb 27 03:20:52.125 INFO O| Feb 27 03:20:52.125 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84802026-02-27T03:20:53.431Z[ recovery-image] Feb 27 03:20:52.125 INFO O| Feb 27 03:20:52.125 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84812026-02-27T03:20:53.434Z[ recovery-image] Feb 27 03:20:52.125 INFO O| Feb 27 03:20:52.125 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84822026-02-27T03:20:53.434Z[ recovery-image] Feb 27 03:20:52.125 INFO O| Feb 27 03:20:52.125 INFO STEP 30 (ensure_dir) COMPLETE
84832026-02-27T03:20:53.434Z[ recovery-image] Feb 27 03:20:52.125 INFO O| Feb 27 03:20:52.125 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84842026-02-27T03:20:53.442Z[ recovery-image] Feb 27 03:20:52.137 INFO O| Feb 27 03:20:52.136 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84852026-02-27T03:20:53.442Z[ recovery-image] Feb 27 03:20:52.137 INFO O| Feb 27 03:20:52.137 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 ...
84862026-02-27T03:20:53.445Z[ recovery-image] Feb 27 03:20:52.137 INFO O| Feb 27 03:20:52.137 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
84872026-02-27T03:20:53.445Z[ recovery-image] Feb 27 03:20:52.138 INFO O| Feb 27 03:20:52.137 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84882026-02-27T03:20:53.445Z[ recovery-image] Feb 27 03:20:52.138 INFO O| Feb 27 03:20:52.137 INFO ok!
84892026-02-27T03:20:53.445Z[ recovery-image] Feb 27 03:20:52.138 INFO O| Feb 27 03:20:52.137 INFO STEP 31 (ensure_file) COMPLETE
84902026-02-27T03:20:53.445Z[ recovery-image] Feb 27 03:20:52.138 INFO O| Feb 27 03:20:52.137 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84912026-02-27T03:20:53.458Z[ recovery-image] Feb 27 03:20:52.153 INFO O| Feb 27 03:20:52.152 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84922026-02-27T03:20:53.458Z[ recovery-image] Feb 27 03:20:52.153 INFO O| Feb 27 03:20:52.153 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84932026-02-27T03:20:53.461Z[ recovery-image] Feb 27 03:20:52.153 INFO O| Feb 27 03:20:52.153 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84942026-02-27T03:20:53.461Z[ recovery-image] Feb 27 03:20:52.153 INFO O| Feb 27 03:20:52.153 INFO STEP 32 (ensure_dir) COMPLETE
84952026-02-27T03:20:53.461Z[ recovery-image] Feb 27 03:20:52.153 INFO O| Feb 27 03:20:52.153 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84962026-02-27T03:20:53.472Z[ recovery-image] Feb 27 03:20:52.167 INFO O| Feb 27 03:20:52.167 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84972026-02-27T03:20:53.472Z[ recovery-image] Feb 27 03:20:52.167 INFO O| Feb 27 03:20:52.167 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 ...
84982026-02-27T03:20:53.475Z[ recovery-image] Feb 27 03:20:52.168 INFO O| Feb 27 03:20:52.168 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
84992026-02-27T03:20:53.475Z[ recovery-image] Feb 27 03:20:52.168 INFO O| Feb 27 03:20:52.168 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85002026-02-27T03:20:53.475Z[ recovery-image] Feb 27 03:20:52.168 INFO O| Feb 27 03:20:52.168 INFO ok!
85012026-02-27T03:20:53.475Z[ recovery-image] Feb 27 03:20:52.168 INFO O| Feb 27 03:20:52.168 INFO STEP 33 (ensure_file) COMPLETE
85022026-02-27T03:20:53.475Z[ recovery-image] Feb 27 03:20:52.168 INFO O| Feb 27 03:20:52.168 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85032026-02-27T03:20:53.485Z[ recovery-image] Feb 27 03:20:52.180 INFO O| Feb 27 03:20:52.180 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85042026-02-27T03:20:53.485Z[ recovery-image] Feb 27 03:20:52.180 INFO O| Feb 27 03:20:52.180 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85052026-02-27T03:20:53.485Z[ recovery-image] Feb 27 03:20:52.180 INFO O| Feb 27 03:20:52.180 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85062026-02-27T03:20:53.485Z[ recovery-image] Feb 27 03:20:52.180 INFO O| Feb 27 03:20:52.180 INFO ok!
85072026-02-27T03:20:53.488Z[ recovery-image] Feb 27 03:20:52.180 INFO O| Feb 27 03:20:52.180 INFO STEP 34 (ensure_file) COMPLETE
85082026-02-27T03:20:53.488Z[ recovery-image] Feb 27 03:20:52.180 INFO O| Feb 27 03:20:52.180 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85092026-02-27T03:20:53.500Z[ recovery-image] Feb 27 03:20:52.195 INFO O| Feb 27 03:20:52.195 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85102026-02-27T03:20:53.501Z[ recovery-image] Feb 27 03:20:52.195 INFO O| Feb 27 03:20:52.195 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85112026-02-27T03:20:53.503Z[ recovery-image] Feb 27 03:20:52.195 INFO O| Feb 27 03:20:52.195 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85122026-02-27T03:20:53.503Z[ recovery-image] Feb 27 03:20:52.195 INFO O| Feb 27 03:20:52.195 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85132026-02-27T03:20:53.504Z[ recovery-image] Feb 27 03:20:52.195 INFO O| Feb 27 03:20:52.195 INFO ok!
85142026-02-27T03:20:53.504Z[ recovery-image] Feb 27 03:20:52.195 INFO O| Feb 27 03:20:52.195 INFO STEP 35 (ensure_file) COMPLETE
85152026-02-27T03:20:53.504Z[ recovery-image] Feb 27 03:20:52.195 INFO O| Feb 27 03:20:52.195 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85162026-02-27T03:20:53.515Z[ recovery-image] Feb 27 03:20:52.210 INFO O| Feb 27 03:20:52.209 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85172026-02-27T03:20:53.515Z[ recovery-image] Feb 27 03:20:52.210 INFO O| Feb 27 03:20:52.210 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85182026-02-27T03:20:53.515Z[ recovery-image] Feb 27 03:20:52.210 INFO O| Feb 27 03:20:52.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85192026-02-27T03:20:53.515Z[ recovery-image] Feb 27 03:20:52.210 INFO O| Feb 27 03:20:52.210 INFO ok!
85202026-02-27T03:20:53.518Z[ recovery-image] Feb 27 03:20:52.210 INFO O| Feb 27 03:20:52.210 INFO STEP 36 (ensure_file) COMPLETE
85212026-02-27T03:20:53.518Z[ recovery-image] Feb 27 03:20:52.210 INFO O| Feb 27 03:20:52.210 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85222026-02-27T03:20:53.528Z[ recovery-image] Feb 27 03:20:52.223 INFO O| Feb 27 03:20:52.222 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85232026-02-27T03:20:53.528Z[ recovery-image] Feb 27 03:20:52.223 INFO O| Feb 27 03:20:52.223 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85242026-02-27T03:20:53.531Z[ recovery-image] Feb 27 03:20:52.223 INFO O| Feb 27 03:20:52.223 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85252026-02-27T03:20:53.531Z[ recovery-image] Feb 27 03:20:52.223 INFO O| Feb 27 03:20:52.223 INFO ok!
85262026-02-27T03:20:53.531Z[ recovery-image] Feb 27 03:20:52.223 INFO O| Feb 27 03:20:52.223 INFO STEP 37 (ensure_file) COMPLETE
85272026-02-27T03:20:53.531Z[ recovery-image] Feb 27 03:20:52.223 INFO O| Feb 27 03:20:52.223 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85282026-02-27T03:20:53.540Z[ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.234 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85292026-02-27T03:20:53.540Z[ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.234 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85302026-02-27T03:20:53.543Z[ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.235 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85312026-02-27T03:20:53.543Z[ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.235 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85322026-02-27T03:20:53.543Z[ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.235 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85332026-02-27T03:20:53.543Z[ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.235 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85342026-02-27T03:20:53.543Z[ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.235 INFO ok!
85352026-02-27T03:20:53.543Z[ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.235 INFO STEP 38 (ensure_file) COMPLETE
85362026-02-27T03:20:53.543Z[ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.235 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85372026-02-27T03:20:53.557Z[ recovery-image] Feb 27 03:20:52.251 INFO O| Feb 27 03:20:52.251 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85382026-02-27T03:20:53.557Z[ recovery-image] Feb 27 03:20:52.251 INFO O| Feb 27 03:20:52.251 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85392026-02-27T03:20:53.560Z[ recovery-image] Feb 27 03:20:52.252 INFO O| Feb 27 03:20:52.251 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85402026-02-27T03:20:53.560Z[ recovery-image] Feb 27 03:20:52.252 INFO O| Feb 27 03:20:52.252 INFO STEP 39 (ensure_dir) COMPLETE
85412026-02-27T03:20:53.560Z[ recovery-image] Feb 27 03:20:52.252 INFO O| Feb 27 03:20:52.252 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85422026-02-27T03:20:53.575Z[ recovery-image] Feb 27 03:20:52.269 INFO O| Feb 27 03:20:52.269 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
85432026-02-27T03:20:53.575Z[ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.269 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 ...
85442026-02-27T03:20:53.579Z[ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.270 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
85452026-02-27T03:20:53.579Z[ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.270 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
85462026-02-27T03:20:53.579Z[ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.270 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
85472026-02-27T03:20:53.579Z[ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.270 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
85482026-02-27T03:20:53.579Z[ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.270 INFO ok!
85492026-02-27T03:20:53.579Z[ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.270 INFO STEP 40 (ensure_file) COMPLETE
85502026-02-27T03:20:53.579Z[ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.270 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85512026-02-27T03:20:53.590Z[ recovery-image] Feb 27 03:20:52.285 INFO O| Feb 27 03:20:52.284 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85522026-02-27T03:20:53.590Z[ recovery-image] Feb 27 03:20:52.285 INFO O| Feb 27 03:20:52.284 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 ...
85532026-02-27T03:20:53.593Z[ recovery-image] Feb 27 03:20:52.285 INFO O| Feb 27 03:20:52.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85542026-02-27T03:20:53.593Z[ recovery-image] Feb 27 03:20:52.285 INFO O| Feb 27 03:20:52.285 INFO ok!
85552026-02-27T03:20:53.593Z[ recovery-image] Feb 27 03:20:52.285 INFO O| Feb 27 03:20:52.285 INFO STEP 41 (ensure_symlink) COMPLETE
85562026-02-27T03:20:53.593Z[ recovery-image] Feb 27 03:20:52.285 INFO O| Feb 27 03:20:52.285 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85572026-02-27T03:20:53.606Z[ recovery-image] Feb 27 03:20:52.301 INFO O| Feb 27 03:20:52.301 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85582026-02-27T03:20:53.607Z[ recovery-image] Feb 27 03:20:52.301 INFO O| Feb 27 03:20:52.301 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85592026-02-27T03:20:53.609Z[ recovery-image] Feb 27 03:20:52.301 INFO O| Feb 27 03:20:52.301 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85602026-02-27T03:20:53.610Z[ recovery-image] Feb 27 03:20:52.301 INFO O| Feb 27 03:20:52.301 INFO ok!
85612026-02-27T03:20:53.610Z[ recovery-image] Feb 27 03:20:52.301 INFO O| Feb 27 03:20:52.301 INFO STEP 42 (ensure_symlink) COMPLETE
85622026-02-27T03:20:53.610Z[ recovery-image] Feb 27 03:20:52.301 INFO O| Feb 27 03:20:52.301 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85632026-02-27T03:20:53.619Z[ recovery-image] Feb 27 03:20:52.314 INFO O| Feb 27 03:20:52.313 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85642026-02-27T03:20:53.619Z[ recovery-image] Feb 27 03:20:52.314 INFO O| Feb 27 03:20:52.314 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85652026-02-27T03:20:53.622Z[ recovery-image] Feb 27 03:20:52.314 INFO O| Feb 27 03:20:52.314 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85662026-02-27T03:20:53.622Z[ recovery-image] Feb 27 03:20:52.315 INFO O| Feb 27 03:20:52.314 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85672026-02-27T03:20:53.622Z[ recovery-image] Feb 27 03:20:52.315 INFO O| Feb 27 03:20:52.314 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85682026-02-27T03:20:53.622Z[ recovery-image] Feb 27 03:20:52.315 INFO O| Feb 27 03:20:52.315 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85692026-02-27T03:20:53.622Z[ recovery-image] Feb 27 03:20:52.315 INFO O| Feb 27 03:20:52.315 INFO ok!
85702026-02-27T03:20:53.622Z[ recovery-image] Feb 27 03:20:52.315 INFO O| Feb 27 03:20:52.315 INFO STEP 43 (ensure_file) COMPLETE
85712026-02-27T03:20:53.622Z[ recovery-image] Feb 27 03:20:52.315 INFO O| Feb 27 03:20:52.315 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85722026-02-27T03:20:53.634Z[ recovery-image] Feb 27 03:20:52.329 INFO O| Feb 27 03:20:52.329 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85732026-02-27T03:20:53.635Z[ recovery-image] Feb 27 03:20:52.329 INFO O| Feb 27 03:20:52.329 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 ...
85742026-02-27T03:20:53.638Z[ recovery-image] Feb 27 03:20:52.330 INFO O| Feb 27 03:20:52.330 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
85752026-02-27T03:20:53.638Z[ recovery-image] Feb 27 03:20:52.330 INFO O| Feb 27 03:20:52.330 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85762026-02-27T03:20:53.638Z[ recovery-image] Feb 27 03:20:52.330 INFO O| Feb 27 03:20:52.330 INFO ok!
85772026-02-27T03:20:53.638Z[ recovery-image] Feb 27 03:20:52.330 INFO O| Feb 27 03:20:52.330 INFO STEP 44 (ensure_file) COMPLETE
85782026-02-27T03:20:53.638Z[ recovery-image] Feb 27 03:20:52.330 INFO O| Feb 27 03:20:52.330 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85792026-02-27T03:20:53.648Z[ recovery-image] Feb 27 03:20:52.342 INFO O| Feb 27 03:20:52.342 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85802026-02-27T03:20:53.648Z[ recovery-image] Feb 27 03:20:52.342 INFO O| Feb 27 03:20:52.342 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85812026-02-27T03:20:53.651Z[ recovery-image] Feb 27 03:20:52.343 INFO O| Feb 27 03:20:52.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85822026-02-27T03:20:53.651Z[ recovery-image] Feb 27 03:20:52.343 INFO O| Feb 27 03:20:52.343 INFO ok!
85832026-02-27T03:20:53.651Z[ recovery-image] Feb 27 03:20:52.343 INFO O| Feb 27 03:20:52.343 INFO STEP 45 (ensure_file) COMPLETE
85842026-02-27T03:20:53.651Z[ recovery-image] Feb 27 03:20:52.343 INFO O| Feb 27 03:20:52.343 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85852026-02-27T03:20:53.661Z[ recovery-image] Feb 27 03:20:52.355 INFO O| Feb 27 03:20:52.355 INFO updating shadow file
85862026-02-27T03:20:53.661Z[ recovery-image] Feb 27 03:20:52.355 INFO O| Feb 27 03:20:52.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85872026-02-27T03:20:53.664Z[ recovery-image] Feb 27 03:20:52.355 INFO O| Feb 27 03:20:52.355 INFO STEP 46 (shadow) COMPLETE
85882026-02-27T03:20:53.664Z[ recovery-image] Feb 27 03:20:52.356 INFO O| Feb 27 03:20:52.355 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85892026-02-27T03:20:53.675Z[ recovery-image] Feb 27 03:20:52.369 INFO O| Feb 27 03:20:52.369 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85902026-02-27T03:20:53.675Z[ recovery-image] Feb 27 03:20:52.369 INFO O| Feb 27 03:20:52.369 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85912026-02-27T03:20:53.679Z[ recovery-image] Feb 27 03:20:52.369 INFO O| Feb 27 03:20:52.369 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85922026-02-27T03:20:53.680Z[ recovery-image] Feb 27 03:20:52.369 INFO O| Feb 27 03:20:52.369 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85932026-02-27T03:20:53.680Z[ recovery-image] Feb 27 03:20:52.369 INFO O| Feb 27 03:20:52.369 INFO ok!
85942026-02-27T03:20:53.680Z[ recovery-image] Feb 27 03:20:52.369 INFO O| Feb 27 03:20:52.369 INFO STEP 47 (ensure_file) COMPLETE
85952026-02-27T03:20:53.680Z[ recovery-image] Feb 27 03:20:52.369 INFO O| Feb 27 03:20:52.369 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85962026-02-27T03:20:53.687Z[ recovery-image] Feb 27 03:20:52.382 INFO O| Feb 27 03:20:52.382 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85972026-02-27T03:20:53.688Z[ recovery-image] Feb 27 03:20:52.382 INFO O| Feb 27 03:20:52.382 INFO STEP 48 (ensure_dir) COMPLETE
85982026-02-27T03:20:53.690Z[ recovery-image] Feb 27 03:20:52.382 INFO O| Feb 27 03:20:52.382 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85992026-02-27T03:20:53.703Z[ recovery-image] Feb 27 03:20:52.398 INFO O| Feb 27 03:20:52.398 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86002026-02-27T03:20:53.703Z[ recovery-image] Feb 27 03:20:52.398 INFO O| Feb 27 03:20:52.398 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86012026-02-27T03:20:53.706Z[ recovery-image] Feb 27 03:20:52.398 INFO O| Feb 27 03:20:52.398 INFO STEP 49 (ensure_dir) COMPLETE
86022026-02-27T03:20:53.706Z[ recovery-image] Feb 27 03:20:52.398 INFO O| Feb 27 03:20:52.398 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86032026-02-27T03:20:53.718Z[ recovery-image] Feb 27 03:20:52.412 INFO O| Feb 27 03:20:52.412 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86042026-02-27T03:20:53.718Z[ recovery-image] Feb 27 03:20:52.412 INFO O| Feb 27 03:20:52.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86052026-02-27T03:20:53.721Z[ recovery-image] Feb 27 03:20:52.412 INFO O| Feb 27 03:20:52.412 INFO STEP 50 (ensure_dir) COMPLETE
86062026-02-27T03:20:53.721Z[ recovery-image] Feb 27 03:20:52.412 INFO O| Feb 27 03:20:52.412 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86072026-02-27T03:20:53.733Z[ recovery-image] Feb 27 03:20:52.427 INFO O| Feb 27 03:20:52.427 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86082026-02-27T03:20:53.733Z[ recovery-image] Feb 27 03:20:52.427 INFO O| Feb 27 03:20:52.427 INFO copying /tmp/.tmpaFY3GB/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86092026-02-27T03:20:53.781Z[ recovery-image] Feb 27 03:20:52.475 INFO O| Feb 27 03:20:52.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86102026-02-27T03:20:53.781Z[ recovery-image] Feb 27 03:20:52.475 INFO O| Feb 27 03:20:52.475 INFO ok!
86112026-02-27T03:20:53.784Z[ recovery-image] Feb 27 03:20:52.475 INFO O| Feb 27 03:20:52.475 INFO STEP 51 (ensure_file) COMPLETE
86122026-02-27T03:20:53.784Z[ recovery-image] Feb 27 03:20:52.475 INFO O| Feb 27 03:20:52.475 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86132026-02-27T03:20:53.793Z[ recovery-image] Feb 27 03:20:52.488 INFO O| Feb 27 03:20:52.488 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86142026-02-27T03:20:53.793Z[ recovery-image] Feb 27 03:20:52.488 INFO O| Feb 27 03:20:52.488 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86152026-02-27T03:20:53.793Z[ recovery-image] Feb 27 03:20:52.488 INFO O| Feb 27 03:20:52.488 INFO STEP 52 (ensure_dir) COMPLETE
86162026-02-27T03:20:53.797Z[ recovery-image] Feb 27 03:20:52.488 INFO O| Feb 27 03:20:52.488 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86172026-02-27T03:20:53.805Z[ recovery-image] Feb 27 03:20:52.500 INFO O| Feb 27 03:20:52.499 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86182026-02-27T03:20:53.805Z[ recovery-image] Feb 27 03:20:52.500 INFO O| Feb 27 03:20:52.500 INFO copying /tmp/.tmpaFY3GB/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86192026-02-27T03:20:53.811Z[ recovery-image] Feb 27 03:20:52.500 INFO O| Feb 27 03:20:52.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86202026-02-27T03:20:53.811Z[ recovery-image] Feb 27 03:20:52.500 INFO O| Feb 27 03:20:52.500 INFO ok!
86212026-02-27T03:20:53.811Z[ recovery-image] Feb 27 03:20:52.500 INFO O| Feb 27 03:20:52.500 INFO STEP 53 (ensure_file) COMPLETE
86222026-02-27T03:20:53.811Z[ recovery-image] Feb 27 03:20:52.500 INFO O| Feb 27 03:20:52.500 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86232026-02-27T03:20:53.817Z[ recovery-image] Feb 27 03:20:52.512 INFO O| Feb 27 03:20:52.511 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86242026-02-27T03:20:53.817Z[ recovery-image] Feb 27 03:20:52.512 INFO O| Feb 27 03:20:52.512 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86252026-02-27T03:20:53.821Z[ recovery-image] Feb 27 03:20:52.512 INFO O| Feb 27 03:20:52.512 INFO STEP 54 (ensure_dir) COMPLETE
86262026-02-27T03:20:53.821Z[ recovery-image] Feb 27 03:20:52.512 INFO O| Feb 27 03:20:52.512 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86272026-02-27T03:20:53.831Z[ recovery-image] Feb 27 03:20:52.526 INFO O| Feb 27 03:20:52.526 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86282026-02-27T03:20:53.831Z[ recovery-image] Feb 27 03:20:52.526 INFO O| Feb 27 03:20:52.526 INFO copying /tmp/.tmpaFY3GB/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86292026-02-27T03:20:54.498Z[ recovery-image] Feb 27 03:20:53.192 INFO O| Feb 27 03:20:53.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86302026-02-27T03:20:54.498Z[ recovery-image] Feb 27 03:20:53.192 INFO O| Feb 27 03:20:53.192 INFO ok!
86312026-02-27T03:20:54.498Z[ recovery-image] Feb 27 03:20:53.192 INFO O| Feb 27 03:20:53.192 INFO STEP 55 (ensure_file) COMPLETE
86322026-02-27T03:20:54.502Z[ recovery-image] Feb 27 03:20:53.192 INFO O| Feb 27 03:20:53.192 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86332026-02-27T03:20:54.510Z[ recovery-image] Feb 27 03:20:53.204 INFO O| Feb 27 03:20:53.204 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86342026-02-27T03:20:54.510Z[ recovery-image] Feb 27 03:20:53.204 INFO O| Feb 27 03:20:53.204 INFO copying /tmp/.tmpaFY3GB/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86352026-02-27T03:20:55.179Z[ recovery-image] Feb 27 03:20:53.872 INFO O| Feb 27 03:20:53.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86362026-02-27T03:20:55.179Z[ recovery-image] Feb 27 03:20:53.872 INFO O| Feb 27 03:20:53.872 INFO ok!
86372026-02-27T03:20:55.183Z[ recovery-image] Feb 27 03:20:53.872 INFO O| Feb 27 03:20:53.872 INFO STEP 56 (ensure_file) COMPLETE
86382026-02-27T03:20:55.183Z[ recovery-image] Feb 27 03:20:53.872 INFO O| Feb 27 03:20:53.872 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86392026-02-27T03:20:55.192Z[ recovery-image] Feb 27 03:20:53.886 INFO O| Feb 27 03:20:53.886 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86402026-02-27T03:20:55.195Z[ recovery-image] Feb 27 03:20:53.886 INFO O| Feb 27 03:20:53.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86412026-02-27T03:20:55.195Z[ recovery-image] Feb 27 03:20:53.886 INFO O| Feb 27 03:20:53.886 INFO STEP 57 (ensure_dir) COMPLETE
86422026-02-27T03:20:55.195Z[ recovery-image] Feb 27 03:20:53.886 INFO O| Feb 27 03:20:53.886 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86432026-02-27T03:20:55.205Z[ recovery-image] Feb 27 03:20:53.900 INFO O| Feb 27 03:20:53.899 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86442026-02-27T03:20:55.205Z[ recovery-image] Feb 27 03:20:53.900 INFO O| Feb 27 03:20:53.899 INFO copying /tmp/.tmpaFY3GB/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 ...
86452026-02-27T03:20:55.208Z[ recovery-image] Feb 27 03:20:53.900 INFO O| Feb 27 03:20:53.900 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
86462026-02-27T03:20:55.208Z[ recovery-image] Feb 27 03:20:53.900 INFO O| Feb 27 03:20:53.900 INFO ok!
86472026-02-27T03:20:55.208Z[ recovery-image] Feb 27 03:20:53.900 INFO O| Feb 27 03:20:53.900 INFO STEP 58 (ensure_file) COMPLETE
86482026-02-27T03:20:55.208Z[ recovery-image] Feb 27 03:20:53.900 INFO O| Feb 27 03:20:53.900 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86492026-02-27T03:20:55.219Z[ recovery-image] Feb 27 03:20:53.913 INFO O| Feb 27 03:20:53.913 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86502026-02-27T03:20:55.219Z[ recovery-image] Feb 27 03:20:53.913 INFO O| Feb 27 03:20:53.913 INFO copying /tmp/.tmpaFY3GB/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 ...
86512026-02-27T03:20:55.223Z[ recovery-image] Feb 27 03:20:53.913 INFO O| Feb 27 03:20:53.913 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
86522026-02-27T03:20:55.224Z[ recovery-image] Feb 27 03:20:53.913 INFO O| Feb 27 03:20:53.913 INFO ok!
86532026-02-27T03:20:55.224Z[ recovery-image] Feb 27 03:20:53.913 INFO O| Feb 27 03:20:53.913 INFO STEP 59 (ensure_file) COMPLETE
86542026-02-27T03:20:55.224Z[ recovery-image] Feb 27 03:20:53.913 INFO O| Feb 27 03:20:53.913 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86552026-02-27T03:20:55.233Z[ recovery-image] Feb 27 03:20:53.927 INFO O| Feb 27 03:20:53.927 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86562026-02-27T03:20:55.233Z[ recovery-image] Feb 27 03:20:53.927 INFO O| Feb 27 03:20:53.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86572026-02-27T03:20:55.236Z[ recovery-image] Feb 27 03:20:53.927 INFO O| Feb 27 03:20:53.927 INFO STEP 60 (ensure_dir) COMPLETE
86582026-02-27T03:20:55.236Z[ recovery-image] Feb 27 03:20:53.927 INFO O| Feb 27 03:20:53.927 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86592026-02-27T03:20:55.249Z[ recovery-image] Feb 27 03:20:53.943 INFO O| Feb 27 03:20:53.943 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86602026-02-27T03:20:55.252Z[ recovery-image] Feb 27 03:20:53.943 INFO O| Feb 27 03:20:53.943 INFO copying /tmp/.tmpaFY3GB/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 ...
86612026-02-27T03:20:55.252Z[ recovery-image] Feb 27 03:20:53.943 INFO O| Feb 27 03:20:53.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86622026-02-27T03:20:55.252Z[ recovery-image] Feb 27 03:20:53.943 INFO O| Feb 27 03:20:53.943 INFO ok!
86632026-02-27T03:20:55.252Z[ recovery-image] Feb 27 03:20:53.943 INFO O| Feb 27 03:20:53.943 INFO STEP 61 (ensure_file) COMPLETE
86642026-02-27T03:20:55.252Z[ recovery-image] Feb 27 03:20:53.943 INFO O| Feb 27 03:20:53.943 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86652026-02-27T03:20:55.263Z[ recovery-image] Feb 27 03:20:53.957 INFO O| Feb 27 03:20:53.957 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86662026-02-27T03:20:55.263Z[ recovery-image] Feb 27 03:20:53.957 INFO O| Feb 27 03:20:53.957 INFO copying /tmp/.tmpaFY3GB/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 ...
86672026-02-27T03:20:55.266Z[ recovery-image] Feb 27 03:20:53.957 INFO O| Feb 27 03:20:53.957 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
86682026-02-27T03:20:55.266Z[ recovery-image] Feb 27 03:20:53.957 INFO O| Feb 27 03:20:53.957 INFO ok!
86692026-02-27T03:20:55.266Z[ recovery-image] Feb 27 03:20:53.957 INFO O| Feb 27 03:20:53.957 INFO STEP 62 (ensure_file) COMPLETE
86702026-02-27T03:20:55.266Z[ recovery-image] Feb 27 03:20:53.957 INFO O| Feb 27 03:20:53.957 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86712026-02-27T03:20:55.277Z[ recovery-image] Feb 27 03:20:53.972 INFO O| Feb 27 03:20:53.972 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86722026-02-27T03:20:55.277Z[ recovery-image] Feb 27 03:20:53.972 INFO O| Feb 27 03:20:53.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86732026-02-27T03:20:55.280Z[ recovery-image] Feb 27 03:20:53.972 INFO O| Feb 27 03:20:53.972 INFO STEP 63 (ensure_dir) COMPLETE
86742026-02-27T03:20:55.280Z[ recovery-image] Feb 27 03:20:53.972 INFO O| Feb 27 03:20:53.972 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86752026-02-27T03:20:55.289Z[ recovery-image] Feb 27 03:20:53.983 INFO O| Feb 27 03:20:53.983 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86762026-02-27T03:20:55.289Z[ recovery-image] Feb 27 03:20:53.983 INFO O| Feb 27 03:20:53.983 INFO copying /tmp/.tmpaFY3GB/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 ...
86772026-02-27T03:20:55.292Z[ recovery-image] Feb 27 03:20:53.983 INFO O| Feb 27 03:20:53.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86782026-02-27T03:20:55.292Z[ recovery-image] Feb 27 03:20:53.983 INFO O| Feb 27 03:20:53.983 INFO ok!
86792026-02-27T03:20:55.292Z[ recovery-image] Feb 27 03:20:53.983 INFO O| Feb 27 03:20:53.983 INFO STEP 64 (ensure_file) COMPLETE
86802026-02-27T03:20:55.292Z[ recovery-image] Feb 27 03:20:53.983 INFO O| Feb 27 03:20:53.983 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86812026-02-27T03:20:55.302Z[ recovery-image] Feb 27 03:20:53.997 INFO O| Feb 27 03:20:53.997 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86822026-02-27T03:20:55.302Z[ recovery-image] Feb 27 03:20:53.997 INFO O| Feb 27 03:20:53.997 INFO copying /tmp/.tmpaFY3GB/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86832026-02-27T03:20:55.302Z[ recovery-image] Feb 27 03:20:53.997 INFO O| Feb 27 03:20:53.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86842026-02-27T03:20:55.305Z[ recovery-image] Feb 27 03:20:53.997 INFO O| Feb 27 03:20:53.997 INFO ok!
86852026-02-27T03:20:55.305Z[ recovery-image] Feb 27 03:20:53.997 INFO O| Feb 27 03:20:53.997 INFO STEP 65 (ensure_file) COMPLETE
86862026-02-27T03:20:55.305Z[ recovery-image] Feb 27 03:20:53.997 INFO O| Feb 27 03:20:53.997 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86872026-02-27T03:20:55.318Z[ recovery-image] Feb 27 03:20:54.012 INFO O| Feb 27 03:20:54.012 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86882026-02-27T03:20:55.318Z[ recovery-image] Feb 27 03:20:54.012 INFO O| Feb 27 03:20:54.012 INFO STEP 66 (ensure_dir) COMPLETE
86892026-02-27T03:20:55.318Z[ recovery-image] Feb 27 03:20:54.012 INFO O| Feb 27 03:20:54.012 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86902026-02-27T03:20:55.330Z[ recovery-image] Feb 27 03:20:54.024 INFO O| Feb 27 03:20:54.024 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86912026-02-27T03:20:55.330Z[ recovery-image] Feb 27 03:20:54.024 INFO O| Feb 27 03:20:54.024 INFO STEP 67 (ensure_dir) COMPLETE
86922026-02-27T03:20:55.333Z[ recovery-image] Feb 27 03:20:54.024 INFO O| Feb 27 03:20:54.024 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86932026-02-27T03:20:55.346Z[ recovery-image] Feb 27 03:20:54.040 INFO O| Feb 27 03:20:54.040 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86942026-02-27T03:20:55.346Z[ recovery-image] Feb 27 03:20:54.040 INFO O| Feb 27 03:20:54.040 INFO STEP 68 (ensure_dir) COMPLETE
86952026-02-27T03:20:55.349Z[ recovery-image] Feb 27 03:20:54.040 INFO O| Feb 27 03:20:54.040 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86962026-02-27T03:20:55.359Z[ recovery-image] Feb 27 03:20:54.054 INFO O| Feb 27 03:20:54.054 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86972026-02-27T03:20:55.359Z[ recovery-image] Feb 27 03:20:54.054 INFO O| Feb 27 03:20:54.054 INFO STEP 69 (ensure_dir) COMPLETE
86982026-02-27T03:20:55.363Z[ recovery-image] Feb 27 03:20:54.054 INFO O| Feb 27 03:20:54.054 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86992026-02-27T03:20:55.370Z[ recovery-image] Feb 27 03:20:54.065 INFO O| Feb 27 03:20:54.065 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87002026-02-27T03:20:55.374Z[ recovery-image] Feb 27 03:20:54.065 INFO O| Feb 27 03:20:54.065 INFO copying /tmp/.tmpaFY3GB/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87012026-02-27T03:20:55.374Z[ recovery-image] Feb 27 03:20:54.065 INFO O| Feb 27 03:20:54.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87022026-02-27T03:20:55.374Z[ recovery-image] Feb 27 03:20:54.065 INFO O| Feb 27 03:20:54.065 INFO ok!
87032026-02-27T03:20:55.374Z[ recovery-image] Feb 27 03:20:54.065 INFO O| Feb 27 03:20:54.065 INFO STEP 70 (ensure_file) COMPLETE
87042026-02-27T03:20:55.374Z[ recovery-image] Feb 27 03:20:54.065 INFO O| Feb 27 03:20:54.065 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87052026-02-27T03:20:55.381Z[ recovery-image] Feb 27 03:20:54.076 INFO O| Feb 27 03:20:54.076 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87062026-02-27T03:20:55.384Z[ recovery-image] Feb 27 03:20:54.076 INFO O| Feb 27 03:20:54.076 INFO STEP 71 (remove_files) COMPLETE
87072026-02-27T03:20:55.385Z[ recovery-image] Feb 27 03:20:54.076 INFO O| Feb 27 03:20:54.076 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87082026-02-27T03:20:55.391Z[ recovery-image] Feb 27 03:20:54.086 INFO O| Feb 27 03:20:54.086 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87092026-02-27T03:20:55.394Z[ recovery-image] Feb 27 03:20:54.086 INFO O| Feb 27 03:20:54.086 INFO STEP 72 (remove_files) COMPLETE
87102026-02-27T03:20:55.394Z[ recovery-image] Feb 27 03:20:54.086 INFO O| Feb 27 03:20:54.086 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87112026-02-27T03:20:55.402Z[ recovery-image] Feb 27 03:20:54.097 INFO O| Feb 27 03:20:54.097 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87122026-02-27T03:20:55.405Z[ recovery-image] Feb 27 03:20:54.097 INFO O| Feb 27 03:20:54.097 INFO STEP 73 (remove_files) COMPLETE
87132026-02-27T03:20:55.405Z[ recovery-image] Feb 27 03:20:54.097 INFO O| Feb 27 03:20:54.097 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87142026-02-27T03:20:55.415Z[ recovery-image] Feb 27 03:20:54.109 INFO O| Feb 27 03:20:54.109 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87152026-02-27T03:20:55.418Z[ recovery-image] Feb 27 03:20:54.110 INFO O| Feb 27 03:20:54.110 INFO STEP 74 (remove_files) COMPLETE
87162026-02-27T03:20:55.418Z[ recovery-image] Feb 27 03:20:54.110 INFO O| Feb 27 03:20:54.110 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87172026-02-27T03:20:55.427Z[ recovery-image] Feb 27 03:20:54.121 INFO O| Feb 27 03:20:54.121 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87182026-02-27T03:20:55.430Z[ recovery-image] Feb 27 03:20:54.121 INFO O| Feb 27 03:20:54.121 INFO STEP 75 (remove_files) COMPLETE
87192026-02-27T03:20:55.430Z[ recovery-image] Feb 27 03:20:54.121 INFO O| Feb 27 03:20:54.121 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87202026-02-27T03:20:55.441Z[ recovery-image] Feb 27 03:20:54.136 INFO O| Feb 27 03:20:54.136 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87212026-02-27T03:20:55.445Z[ recovery-image] Feb 27 03:20:54.136 INFO O| Feb 27 03:20:54.136 INFO STEP 76 (remove_files) COMPLETE
87222026-02-27T03:20:55.445Z[ recovery-image] Feb 27 03:20:54.136 INFO O| Feb 27 03:20:54.136 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87232026-02-27T03:20:55.454Z[ recovery-image] Feb 27 03:20:54.148 INFO O| Feb 27 03:20:54.148 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87242026-02-27T03:20:55.454Z[ recovery-image] Feb 27 03:20:54.148 INFO O| Feb 27 03:20:54.148 INFO STEP 77 (remove_files) COMPLETE
87252026-02-27T03:20:55.454Z[ recovery-image] Feb 27 03:20:54.148 INFO O| Feb 27 03:20:54.148 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87262026-02-27T03:20:55.466Z[ recovery-image] Feb 27 03:20:54.160 INFO O| Feb 27 03:20:54.160 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87272026-02-27T03:20:55.466Z[ recovery-image] Feb 27 03:20:54.160 INFO O| Feb 27 03:20:54.160 INFO STEP 78 (remove_files) COMPLETE
87282026-02-27T03:20:55.466Z[ recovery-image] Feb 27 03:20:54.160 INFO O| Feb 27 03:20:54.160 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87292026-02-27T03:20:55.478Z[ recovery-image] Feb 27 03:20:54.172 INFO O| Feb 27 03:20:54.172 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87302026-02-27T03:20:55.478Z[ recovery-image] Feb 27 03:20:54.172 INFO O| Feb 27 03:20:54.172 INFO STEP 79 (remove_files) COMPLETE
87312026-02-27T03:20:55.481Z[ recovery-image] Feb 27 03:20:54.172 INFO O| Feb 27 03:20:54.172 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87322026-02-27T03:20:55.488Z[ recovery-image] Feb 27 03:20:54.183 INFO O| Feb 27 03:20:54.183 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87332026-02-27T03:20:55.489Z[ recovery-image] Feb 27 03:20:54.183 INFO O| Feb 27 03:20:54.183 INFO STEP 80 (remove_files) COMPLETE
87342026-02-27T03:20:55.489Z[ recovery-image] Feb 27 03:20:54.183 INFO O| Feb 27 03:20:54.183 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87352026-02-27T03:20:55.503Z[ recovery-image] Feb 27 03:20:54.197 INFO O| Feb 27 03:20:54.197 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87362026-02-27T03:20:55.503Z[ recovery-image] Feb 27 03:20:54.197 INFO O| Feb 27 03:20:54.197 INFO STEP 81 (remove_files) COMPLETE
87372026-02-27T03:20:55.503Z[ recovery-image] Feb 27 03:20:54.197 INFO O| Feb 27 03:20:54.197 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87382026-02-27T03:20:55.518Z[ recovery-image] Feb 27 03:20:54.213 INFO O| Feb 27 03:20:54.213 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87392026-02-27T03:20:55.518Z[ recovery-image] Feb 27 03:20:54.213 INFO O| Feb 27 03:20:54.213 INFO STEP 82 (remove_files) COMPLETE
87402026-02-27T03:20:55.522Z[ recovery-image] Feb 27 03:20:54.213 INFO O| Feb 27 03:20:54.213 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87412026-02-27T03:20:55.532Z[ recovery-image] Feb 27 03:20:54.226 INFO O| Feb 27 03:20:54.226 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87422026-02-27T03:20:55.532Z[ recovery-image] Feb 27 03:20:54.226 INFO O| Feb 27 03:20:54.226 INFO STEP 83 (remove_files) COMPLETE
87432026-02-27T03:20:55.536Z[ recovery-image] Feb 27 03:20:54.226 INFO O| Feb 27 03:20:54.226 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87442026-02-27T03:20:55.544Z[ recovery-image] Feb 27 03:20:54.239 INFO O| Feb 27 03:20:54.239 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87452026-02-27T03:20:55.545Z[ recovery-image] Feb 27 03:20:54.239 INFO O| Feb 27 03:20:54.239 INFO STEP 84 (remove_files) COMPLETE
87462026-02-27T03:20:55.548Z[ recovery-image] Feb 27 03:20:54.239 INFO O| Feb 27 03:20:54.239 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87472026-02-27T03:20:55.558Z[ recovery-image] Feb 27 03:20:54.252 INFO O| Feb 27 03:20:54.252 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87482026-02-27T03:20:55.558Z[ recovery-image] Feb 27 03:20:54.252 INFO O| Feb 27 03:20:54.252 INFO STEP 85 (remove_files) COMPLETE
87492026-02-27T03:20:55.561Z[ recovery-image] Feb 27 03:20:54.252 INFO O| Feb 27 03:20:54.252 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87502026-02-27T03:20:55.569Z[ recovery-image] Feb 27 03:20:54.264 INFO O| Feb 27 03:20:54.264 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87512026-02-27T03:20:55.570Z[ recovery-image] Feb 27 03:20:54.264 INFO O| Feb 27 03:20:54.264 INFO STEP 86 (remove_files) COMPLETE
87522026-02-27T03:20:55.572Z[ recovery-image] Feb 27 03:20:54.264 INFO O| Feb 27 03:20:54.264 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87532026-02-27T03:20:55.582Z[ recovery-image] Feb 27 03:20:54.276 INFO O| Feb 27 03:20:54.276 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87542026-02-27T03:20:55.582Z[ recovery-image] Feb 27 03:20:54.276 INFO O| Feb 27 03:20:54.276 INFO STEP 87 (remove_files) COMPLETE
87552026-02-27T03:20:55.582Z[ recovery-image] Feb 27 03:20:54.276 INFO O| Feb 27 03:20:54.276 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87562026-02-27T03:20:55.593Z[ recovery-image] Feb 27 03:20:54.288 INFO O| Feb 27 03:20:54.288 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87572026-02-27T03:20:55.593Z[ recovery-image] Feb 27 03:20:54.288 INFO O| Feb 27 03:20:54.288 INFO STEP 88 (remove_files) COMPLETE
87582026-02-27T03:20:55.596Z[ recovery-image] Feb 27 03:20:54.288 INFO O| Feb 27 03:20:54.288 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87592026-02-27T03:20:55.606Z[ recovery-image] Feb 27 03:20:54.301 INFO O| Feb 27 03:20:54.301 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87602026-02-27T03:20:55.606Z[ recovery-image] Feb 27 03:20:54.301 INFO O| Feb 27 03:20:54.301 INFO STEP 89 (remove_files) COMPLETE
87612026-02-27T03:20:55.606Z[ recovery-image] Feb 27 03:20:54.301 INFO O| Feb 27 03:20:54.301 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87622026-02-27T03:20:55.618Z[ recovery-image] Feb 27 03:20:54.312 INFO O| Feb 27 03:20:54.312 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87632026-02-27T03:20:55.618Z[ recovery-image] Feb 27 03:20:54.312 INFO O| Feb 27 03:20:54.312 INFO STEP 90 (remove_files) COMPLETE
87642026-02-27T03:20:55.621Z[ recovery-image] Feb 27 03:20:54.312 INFO O| Feb 27 03:20:54.312 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87652026-02-27T03:20:55.632Z[ recovery-image] Feb 27 03:20:54.326 INFO O| Feb 27 03:20:54.326 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87662026-02-27T03:20:55.632Z[ recovery-image] Feb 27 03:20:54.326 INFO O| Feb 27 03:20:54.326 INFO STEP 91 (remove_files) COMPLETE
87672026-02-27T03:20:55.635Z[ recovery-image] Feb 27 03:20:54.326 INFO O| Feb 27 03:20:54.326 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87682026-02-27T03:20:55.643Z[ recovery-image] Feb 27 03:20:54.338 INFO O| Feb 27 03:20:54.337 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87692026-02-27T03:20:55.643Z[ recovery-image] Feb 27 03:20:54.338 INFO O| Feb 27 03:20:54.338 INFO STEP 92 (remove_files) COMPLETE
87702026-02-27T03:20:55.647Z[ recovery-image] Feb 27 03:20:54.338 INFO O| Feb 27 03:20:54.338 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87712026-02-27T03:20:55.653Z[ recovery-image] Feb 27 03:20:54.348 INFO O| Feb 27 03:20:54.348 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87722026-02-27T03:20:55.653Z[ recovery-image] Feb 27 03:20:54.348 INFO O| Feb 27 03:20:54.348 INFO STEP 93 (remove_files) COMPLETE
87732026-02-27T03:20:55.656Z[ recovery-image] Feb 27 03:20:54.348 INFO O| Feb 27 03:20:54.348 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87742026-02-27T03:20:55.667Z[ recovery-image] Feb 27 03:20:54.362 INFO O| Feb 27 03:20:54.362 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87752026-02-27T03:20:55.667Z[ recovery-image] Feb 27 03:20:54.362 INFO O| Feb 27 03:20:54.362 INFO STEP 94 (remove_files) COMPLETE
87762026-02-27T03:20:55.670Z[ recovery-image] Feb 27 03:20:54.362 INFO O| Feb 27 03:20:54.362 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87772026-02-27T03:20:55.678Z[ recovery-image] Feb 27 03:20:54.373 INFO O| Feb 27 03:20:54.373 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87782026-02-27T03:20:55.678Z[ recovery-image] Feb 27 03:20:54.373 INFO O| Feb 27 03:20:54.373 INFO STEP 95 (remove_files) COMPLETE
87792026-02-27T03:20:55.678Z[ recovery-image] Feb 27 03:20:54.373 INFO O| Feb 27 03:20:54.373 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87802026-02-27T03:20:55.691Z[ recovery-image] Feb 27 03:20:54.386 INFO O| Feb 27 03:20:54.386 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87812026-02-27T03:20:55.691Z[ recovery-image] Feb 27 03:20:54.386 INFO O| Feb 27 03:20:54.386 INFO STEP 96 (remove_files) COMPLETE
87822026-02-27T03:20:55.701Z[ recovery-image] Feb 27 03:20:54.386 INFO O| Feb 27 03:20:54.386 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87832026-02-27T03:20:55.704Z[ recovery-image] Feb 27 03:20:54.398 INFO O| Feb 27 03:20:54.398 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87842026-02-27T03:20:55.704Z[ recovery-image] Feb 27 03:20:54.398 INFO O| Feb 27 03:20:54.398 INFO STEP 97 (remove_files) COMPLETE
87852026-02-27T03:20:55.704Z[ recovery-image] Feb 27 03:20:54.398 INFO O| Feb 27 03:20:54.398 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87862026-02-27T03:20:55.715Z[ recovery-image] Feb 27 03:20:54.410 INFO O| Feb 27 03:20:54.410 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87872026-02-27T03:20:55.716Z[ recovery-image] Feb 27 03:20:54.410 INFO O| Feb 27 03:20:54.410 INFO STEP 98 (remove_files) COMPLETE
87882026-02-27T03:20:55.718Z[ recovery-image] Feb 27 03:20:54.410 INFO O| Feb 27 03:20:54.410 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87892026-02-27T03:20:55.729Z[ recovery-image] Feb 27 03:20:54.423 INFO O| Feb 27 03:20:54.423 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87902026-02-27T03:20:55.729Z[ recovery-image] Feb 27 03:20:54.423 INFO O| Feb 27 03:20:54.423 INFO STEP 99 (remove_files) COMPLETE
87912026-02-27T03:20:55.732Z[ recovery-image] Feb 27 03:20:54.423 INFO O| Feb 27 03:20:54.423 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87922026-02-27T03:20:55.746Z[ recovery-image] Feb 27 03:20:54.441 INFO O| Feb 27 03:20:54.441 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87932026-02-27T03:20:55.750Z[ recovery-image] Feb 27 03:20:54.443 INFO O| Feb 27 03:20:54.442 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", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87942026-02-27T03:20:56.699Z[ host-image] Feb 27 03:20:55.393 INFO O| Feb 27 03:20:55.393 INFO O| Planning: Solver setup ... Done
87952026-02-27T03:20:56.707Z[ host-image] Feb 27 03:20:55.402 INFO O| Feb 27 03:20:55.402 INFO O| Planning: Running solver ... Done
87962026-02-27T03:20:56.909Z[ host-image] Feb 27 03:20:55.603 INFO O| Feb 27 03:20:55.603 INFO O| Planning: Finding local manifests ... Done
87972026-02-27T03:20:56.923Z[ host-image] Feb 27 03:20:55.618 INFO O| Feb 27 03:20:55.618 INFO O| Planning: Fetching manifests: 0/1 0% complete
87982026-02-27T03:20:56.929Z[ host-image] Feb 27 03:20:55.623 INFO O| Feb 27 03:20:55.623 INFO O| Planning: Fetching manifests: 1/1 100% complete
87992026-02-27T03:20:56.951Z[ host-image] Feb 27 03:20:55.646 INFO O| Feb 27 03:20:55.645 INFO O| Planning: Package planning ... Done
88002026-02-27T03:20:56.955Z[ host-image] Feb 27 03:20:55.646 INFO O| Feb 27 03:20:55.646 INFO O| Planning: Merging actions ... Done
88012026-02-27T03:20:57.013Z[ host-image] Feb 27 03:20:55.706 INFO O| Feb 27 03:20:55.706 INFO O| Planning: Checking for conflicting actions ... Done
88022026-02-27T03:20:57.016Z[ host-image] Feb 27 03:20:55.707 INFO O| Feb 27 03:20:55.707 INFO O| Planning: Consolidating action changes ... Done
88032026-02-27T03:20:57.225Z[ host-image] Feb 27 03:20:55.919 INFO O| Feb 27 03:20:55.919 INFO O| Planning: Evaluating mediators ... Done
88042026-02-27T03:20:57.229Z[ host-image] Feb 27 03:20:55.920 INFO O| Feb 27 03:20:55.920 INFO O| Planning: Planning completed in 8.24 seconds
88052026-02-27T03:20:57.229Z[ host-image] Feb 27 03:20:55.921 INFO O| Feb 27 03:20:55.921 INFO O| Packages to install: 1
88062026-02-27T03:20:57.246Z[ host-image] Feb 27 03:20:55.940 INFO O| Feb 27 03:20:55.940 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
88072026-02-27T03:20:57.366Z[ host-image] Feb 27 03:20:56.060 INFO O| Feb 27 03:20:56.060 INFO O| Download: Completed 12.26 MB in 0.12 seconds (102M/s)
88082026-02-27T03:20:58.164Z[ host-image] Feb 27 03:20:56.858 INFO O| Feb 27 03:20:56.858 INFO O| Actions: 1/22 actions (Installing new actions)
88092026-02-27T03:20:58.460Z[ host-image] Feb 27 03:20:57.154 INFO O| Feb 27 03:20:57.154 INFO O| Actions: Completed 22 actions in 0.30 seconds.
88102026-02-27T03:20:58.924Z[ host-image] Feb 27 03:20:57.618 INFO O| Feb 27 03:20:57.618 INFO O| Done
88112026-02-27T03:20:58.924Z[ host-image] Feb 27 03:20:57.618 INFO O| Feb 27 03:20:57.618 INFO O| Done
88122026-02-27T03:21:00.260Z[ host-image] Feb 27 03:20:58.953 INFO O| Feb 27 03:20:58.953 INFO O| Done
88132026-02-27T03:21:01.951Z[ host-image] Feb 27 03:21:00.644 INFO O| Feb 27 03:21:00.644 INFO O| Done
88142026-02-27T03:21:01.995Z[ host-image] Feb 27 03:21:00.688 INFO O| Feb 27 03:21:00.688 INFO O| Done
88152026-02-27T03:21:01.995Z[ host-image] Feb 27 03:21:00.688 INFO O| Feb 27 03:21:00.688 INFO O| Done
88162026-02-27T03:21:02.015Z[ host-image] Feb 27 03:21:00.709 INFO O| Feb 27 03:21:00.708 INFO O| Done
88172026-02-27T03:21:03.318Z[ recovery-image] Feb 27 03:21:02.011 INFO O| Feb 27 03:21:02.011 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
88182026-02-27T03:21:03.321Z[ recovery-image] Feb 27 03:21:02.011 INFO O| Feb 27 03:21:02.011 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88192026-02-27T03:21:03.342Z[ recovery-image] Feb 27 03:21:02.036 INFO O| Feb 27 03:21:02.036 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
88202026-02-27T03:21:03.576Z[ recovery-image] Feb 27 03:21:02.270 INFO O| Feb 27 03:21:02.270 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
88212026-02-27T03:21:03.580Z[ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO STEP 14 (pkg_install) COMPLETE
88222026-02-27T03:21:03.580Z[ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88232026-02-27T03:21:03.584Z[ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO skip step because feature "mbist" is not enabled
88242026-02-27T03:21:03.584Z[ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88252026-02-27T03:21:03.584Z[ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO skip step because feature "mfg" is not enabled
88262026-02-27T03:21:03.584Z[ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88272026-02-27T03:21:03.584Z[ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO skip step because feature "compliance" is not enabled
88282026-02-27T03:21:03.584Z[ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88292026-02-27T03:21:03.584Z[ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO skip step because feature "stress" is not enabled
88302026-02-27T03:21:03.584Z[ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88312026-02-27T03:21:03.584Z[ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO skip step because feature "compliance" is not enabled
88322026-02-27T03:21:03.584Z[ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88332026-02-27T03:21:03.585Z[ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO skip step because feature "nfs" is not enabled
88342026-02-27T03:21:03.585Z[ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
88352026-02-27T03:21:03.585Z[ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
88362026-02-27T03:21:03.656Z[ host-image] Feb 27 03:21:02.349 INFO O| Feb 27 03:21:02.349 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
88372026-02-27T03:21:03.710Z[ recovery-image] Feb 27 03:21:02.403 INFO O| Feb 27 03:21:02.403 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88382026-02-27T03:21:03.795Z[ host-image] Feb 27 03:21:02.488 INFO O| Feb 27 03:21:02.488 INFO completed processing sled/ramdisk-01-os
88392026-02-27T03:21:03.798Z[ host-image] Feb 27 03:21:02.491 INFO omicron1 baseline generation...
88402026-02-27T03:21:03.798Z[ host-image] Feb 27 03:21:02.491 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
88412026-02-27T03:21:03.848Z[ recovery-image] Feb 27 03:21:02.541 INFO O| Feb 27 03:21:02.541 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88422026-02-27T03:21:03.848Z[ recovery-image] Feb 27 03:21:02.541 INFO O| Feb 27 03:21:02.541 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 ...
88432026-02-27T03:21:03.851Z[ recovery-image] Feb 27 03:21:02.544 INFO O| Feb 27 03:21:02.543 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88442026-02-27T03:21:03.851Z[ recovery-image] Feb 27 03:21:02.544 INFO O| Feb 27 03:21:02.543 INFO ok!
88452026-02-27T03:21:03.854Z[ recovery-image] Feb 27 03:21:02.544 INFO O| Feb 27 03:21:02.544 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88462026-02-27T03:21:03.854Z[ recovery-image] Feb 27 03:21:02.544 INFO O| Feb 27 03:21:02.544 INFO STEP 100 (seed_smf) COMPLETE
88472026-02-27T03:21:03.854Z[ recovery-image] Feb 27 03:21:02.544 INFO O| Feb 27 03:21:02.544 INFO steps complete; finalising image!
88482026-02-27T03:21:03.854Z[ recovery-image] Feb 27 03:21:02.544 INFO O| Feb 27 03:21:02.544 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88492026-02-27T03:21:03.928Z[ recovery-image] Feb 27 03:21:02.621 INFO O| Feb 27 03:21:02.621 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Feb 27 03:21:02 2026)
88502026-02-27T03:21:04.138Z[ recovery-image] Feb 27 03:21:02.831 INFO O| Feb 27 03:21:02.831 INFO trim TEMPORARY-sled-zfs-recovery: (47% trimmed, started at Fri Feb 27 03:21:02 2026)
88512026-02-27T03:21:04.347Z[ recovery-image] Feb 27 03:21:03.040 INFO O| Feb 27 03:21:03.040 INFO trim TEMPORARY-sled-zfs-recovery: (72% trimmed, started at Fri Feb 27 03:21:02 2026)
88522026-02-27T03:21:04.584Z[ recovery-image] Feb 27 03:21:03.277 INFO O| Feb 27 03:21:03.277 INFO temporary pool has 432M used, 1.33G avail, 1.00x compressratio
88532026-02-27T03:21:04.584Z[ recovery-image] Feb 27 03:21:03.277 INFO O| Feb 27 03:21:03.277 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88542026-02-27T03:21:04.795Z[ host-image] Feb 27 03:21:03.488 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23795:20260223T235442Z
88552026-02-27T03:21:05.198Z[ recovery-image] Feb 27 03:21:03.891 INFO O| Feb 27 03:21:03.891 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
88562026-02-27T03:21:05.198Z[ recovery-image] Feb 27 03:21:03.891 INFO O| Feb 27 03:21:03.891 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88572026-02-27T03:21:09.665Z[ recovery-image] Feb 27 03:21:08.358 INFO O| Feb 27 03:21:08.358 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88582026-02-27T03:21:09.665Z[ recovery-image] Feb 27 03:21:08.358 INFO O| Feb 27 03:21:08.358 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88592026-02-27T03:21:09.669Z[ recovery-image] Feb 27 03:21:08.358 INFO O| Feb 27 03:21:08.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88602026-02-27T03:21:09.669Z[ recovery-image] Feb 27 03:21:08.358 INFO O| Feb 27 03:21:08.358 INFO completed processing sled/zfs-recovery
88612026-02-27T03:21:09.669Z[ recovery-image] Feb 27 03:21:08.358 INFO O| Feb 27 03:21:08.358 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88622026-02-27T03:21:10.514Z[ recovery-image] Feb 27 03:21:09.207 INFO O| Feb 27 03:21:09.207 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88632026-02-27T03:21:10.632Z[ recovery-image] Feb 27 03:21:09.325 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
88642026-02-27T03:21:10.636Z[ recovery-image] Feb 27 03:21:09.327 INFO expanded image name: "recovery 0c68818/${os_short_commit} 2026-02-27 02:18" -> "recovery 0c68818/3e08689 2026-02-27 02:18"
88652026-02-27T03:21:10.636Z[ recovery-image] Feb 27 03:21:09.328 INFO output artefacts stored in: "/work/os-recovery"
88662026-02-27T03:21:10.639Z[ recovery-image] Feb 27 03:21:09.329 INFO collecting git info from project "phbl"...
88672026-02-27T03:21:10.706Z[ recovery-image] Feb 27 03:21:09.399 INFO collecting git info from project "bootserver"...
88682026-02-27T03:21:10.731Z[ recovery-image] Feb 27 03:21:09.423 INFO collecting git info from project "image-builder"...
88692026-02-27T03:21:10.760Z[ recovery-image] Feb 27 03:21:09.453 INFO collecting git info from project "amd-host-image-builder"...
88702026-02-27T03:21:11.426Z[ recovery-image] Feb 27 03:21:10.118 INFO collecting git info from project "pinprick"...
88712026-02-27T03:21:11.446Z[ recovery-image] Feb 27 03:21:10.138 INFO collecting git info from project "chelsio-t6-roms"...
88722026-02-27T03:21:11.529Z[ recovery-image] Feb 27 03:21:10.222 INFO collecting git info from project "dmar-report"...
88732026-02-27T03:21:11.579Z[ recovery-image] Feb 27 03:21:10.272 INFO collecting git info from project "amd-firmware"...
88742026-02-27T03:21:24.543Z[ recovery-image] Feb 27 03:21:23.234 INFO collecting git info from project "pilot"...
88752026-02-27T03:21:24.610Z[ recovery-image] Feb 27 03:21:23.302 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88762026-02-27T03:21:25.538Z[ recovery-image] Feb 27 03:21:24.229 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88772026-02-27T03:21:26.299Z[ recovery-image] Feb 27 03:21:24.990 INFO creating Oxide boot image...
88782026-02-27T03:21:26.303Z[ recovery-image] Feb 27 03:21:24.992 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 0c68818/3e08689 2026-02-27 02:18", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88792026-02-27T03:22:17.767Z[verify-libraries] Finished `release` profile [optimized] target(s) in 31m 19s
88802026-02-27T03:22:18.360ZFeb 27 03:22:17.047 INFO [verify-libraries] process exited with exit status: 0 (1888.339563141s)
88812026-02-27T03:22:28.788Z[ host-image] Feb 27 03:22:27.474 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23795:20260223T235515Z
88822026-02-27T03:22:28.788Z[ host-image] Feb 27 03:22:27.474 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23795:20260223T235515Z
88832026-02-27T03:22:28.791Z[ host-image] Feb 27 03:22:27.474 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88842026-02-27T03:22:28.791Z[ host-image] Feb 27 03:22:27.474 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88852026-02-27T03:22:28.791Z[ host-image] Feb 27 03:22:27.474 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88862026-02-27T03:22:28.791Z[ host-image] Feb 27 03:22:27.474 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88872026-02-27T03:22:28.791Z[ host-image] Feb 27 03:22:27.475 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88882026-02-27T03:22:28.791Z[ host-image] Feb 27 03:22:27.475 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88892026-02-27T03:22:28.791Z[ host-image] Feb 27 03:22:27.475 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260227T021928Z
88902026-02-27T03:22:28.791Z[ host-image] Feb 27 03:22:27.475 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88912026-02-27T03:22:28.792Z[ host-image] Feb 27 03:22:27.475 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88922026-02-27T03:22:28.792Z[ host-image] Feb 27 03:22:27.475 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23795:20260223T235516Z
88932026-02-27T03:22:28.792Z[ host-image] Feb 27 03:22:27.476 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23795:20260223T235516Z
88942026-02-27T03:22:28.792Z[ host-image] Feb 27 03:22:27.476 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23795:20260223T235517Z
88952026-02-27T03:22:28.792Z[ host-image] Feb 27 03:22:27.477 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23795:20260223T235517Z
88962026-02-27T03:22:28.792Z[ host-image] Feb 27 03:22:27.477 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88972026-02-27T03:22:28.792Z[ host-image] Feb 27 03:22:27.477 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23795:20260223T235517Z
88982026-02-27T03:22:28.792Z[ host-image] Feb 27 03:22:27.477 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23795:20260223T235517Z
88992026-02-27T03:22:28.795Z[ host-image] Feb 27 03:22:27.477 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23795:20260223T235517Z
89002026-02-27T03:22:28.795Z[ host-image] Feb 27 03:22:27.477 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23795:20260223T235517Z
89012026-02-27T03:22:28.795Z[ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23795:20260223T235518Z
89022026-02-27T03:22:28.795Z[ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23795:20260223T235518Z
89032026-02-27T03:22:28.795Z[ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23795:20260223T235518Z
89042026-02-27T03:22:28.795Z[ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23795:20260223T235519Z
89052026-02-27T03:22:28.795Z[ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23795:20260223T235520Z
89062026-02-27T03:22:28.795Z[ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23795:20260223T235520Z
89072026-02-27T03:22:28.797Z[ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23795:20260223T235521Z
89082026-02-27T03:22:28.797Z[ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23795:20260223T235521Z
89092026-02-27T03:22:28.797Z[ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23795:20260223T235522Z
89102026-02-27T03:22:28.797Z[ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23795:20260223T235523Z
89112026-02-27T03:22:28.797Z[ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
89122026-02-27T03:22:28.797Z[ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23795:20260223T235524Z
89132026-02-27T03:22:28.797Z[ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23795:20260223T235527Z
89142026-02-27T03:22:28.797Z[ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23795:20260223T235527Z
89152026-02-27T03:22:28.797Z[ host-image] Feb 27 03:22:27.479 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23795:20260223T235528Z
89162026-02-27T03:22:28.797Z[ host-image] Feb 27 03:22:27.479 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23795:20260223T235529Z
89172026-02-27T03:22:28.797Z[ host-image] Feb 27 03:22:27.479 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23795:20260223T235529Z
89182026-02-27T03:22:28.801Z[ host-image] Feb 27 03:22:27.483 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
89192026-02-27T03:22:28.801Z[ host-image] Feb 27 03:22:27.483 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23795:20260223T235530Z
89202026-02-27T03:22:28.801Z[ host-image] Feb 27 03:22:27.483 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
89212026-02-27T03:22:28.802Z[ host-image] Feb 27 03:22:27.483 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
89222026-02-27T03:22:28.802Z[ host-image] Feb 27 03:22:27.483 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
89232026-02-27T03:22:28.802Z[ host-image] Feb 27 03:22:27.483 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23795:20260223T235530Z
89242026-02-27T03:22:28.802Z[ host-image] Feb 27 03:22:27.483 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
89252026-02-27T03:22:28.802Z[ host-image] Feb 27 03:22:27.484 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
89262026-02-27T03:22:28.802Z[ host-image] Feb 27 03:22:27.484 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
89272026-02-27T03:22:28.802Z[ host-image] Feb 27 03:22:27.484 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
89282026-02-27T03:22:28.805Z[ host-image] Feb 27 03:22:27.489 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
89292026-02-27T03:22:28.805Z[ host-image] Feb 27 03:22:27.489 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89302026-02-27T03:22:28.805Z[ host-image] Feb 27 03:22:27.489 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89312026-02-27T03:22:28.805Z[ host-image] Feb 27 03:22:27.489 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89322026-02-27T03:22:28.805Z[ host-image] Feb 27 03:22:27.489 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89332026-02-27T03:22:28.805Z[ host-image] Feb 27 03:22:27.490 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89342026-02-27T03:22:28.817Z[ host-image] Feb 27 03:22:27.503 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
89352026-02-27T03:22:28.820Z[ host-image] Feb 27 03:22:27.503 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89362026-02-27T03:22:28.820Z[ host-image] Feb 27 03:22:27.503 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89372026-02-27T03:22:28.820Z[ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23795:20260223T235532Z
89382026-02-27T03:22:28.820Z[ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23795:20260223T235537Z
89392026-02-27T03:22:28.820Z[ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89402026-02-27T03:22:28.821Z[ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23795:20260223T235538Z
89412026-02-27T03:22:28.821Z[ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89422026-02-27T03:22:28.821Z[ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89432026-02-27T03:22:28.821Z[ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
89442026-02-27T03:22:28.821Z[ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89452026-02-27T03:22:28.821Z[ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23795:20260223T235538Z
89462026-02-27T03:22:28.821Z[ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89472026-02-27T03:22:28.821Z[ host-image] Feb 27 03:22:27.506 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89482026-02-27T03:22:28.821Z[ host-image] Feb 27 03:22:27.506 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89492026-02-27T03:22:28.821Z[ host-image] Feb 27 03:22:27.506 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89502026-02-27T03:22:28.821Z[ host-image] Feb 27 03:22:27.506 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23795:20260223T235538Z
89512026-02-27T03:22:28.821Z[ host-image] Feb 27 03:22:27.506 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89522026-02-27T03:22:28.825Z[ host-image] Feb 27 03:22:27.511 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89532026-02-27T03:22:28.825Z[ host-image] Feb 27 03:22:27.511 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23795:20260223T235539Z
89542026-02-27T03:22:28.828Z[ host-image] Feb 27 03:22:27.512 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23795:20260223T235539Z
89552026-02-27T03:22:28.828Z[ host-image] Feb 27 03:22:27.512 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23795:20260223T235539Z
89562026-02-27T03:22:28.828Z[ host-image] Feb 27 03:22:27.512 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89572026-02-27T03:22:28.828Z[ host-image] Feb 27 03:22:27.513 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23795:20260223T235541Z
89582026-02-27T03:22:28.828Z[ host-image] Feb 27 03:22:27.513 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23795:20260223T235541Z
89592026-02-27T03:22:28.828Z[ host-image] Feb 27 03:22:27.513 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23795:20260223T235541Z
89602026-02-27T03:22:28.828Z[ host-image] Feb 27 03:22:27.513 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23795:20260223T235541Z
89612026-02-27T03:22:28.831Z[ host-image] Feb 27 03:22:27.514 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89622026-02-27T03:22:28.831Z[ host-image] Feb 27 03:22:27.514 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23795:20260223T235541Z
89632026-02-27T03:22:28.831Z[ host-image] Feb 27 03:22:27.515 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23795:20260223T235543Z
89642026-02-27T03:22:28.831Z[ host-image] Feb 27 03:22:27.515 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89652026-02-27T03:22:28.831Z[ host-image] Feb 27 03:22:27.515 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23795:20260223T235543Z
89662026-02-27T03:22:28.831Z[ host-image] Feb 27 03:22:27.515 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23795:20260223T235543Z
89672026-02-27T03:22:28.831Z[ host-image] Feb 27 03:22:27.515 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23795:20260223T235543Z
89682026-02-27T03:22:28.831Z[ host-image] Feb 27 03:22:27.515 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23795:20260223T235543Z
89692026-02-27T03:22:28.834Z[ host-image] Feb 27 03:22:27.518 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23795:20260223T235543Z
89702026-02-27T03:22:28.834Z[ host-image] Feb 27 03:22:27.518 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89712026-02-27T03:22:28.834Z[ host-image] Feb 27 03:22:27.519 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23795:20260223T235543Z
89722026-02-27T03:22:28.834Z[ host-image] Feb 27 03:22:27.519 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23795:20260223T235544Z
89732026-02-27T03:22:28.834Z[ host-image] Feb 27 03:22:27.519 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23795:20260223T235544Z
89742026-02-27T03:22:28.834Z[ host-image] Feb 27 03:22:27.520 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23795:20260223T235544Z
89752026-02-27T03:22:28.834Z[ host-image] Feb 27 03:22:27.520 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23795:20260223T235544Z
89762026-02-27T03:22:28.834Z[ host-image] Feb 27 03:22:27.520 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23795:20260223T235544Z
89772026-02-27T03:22:28.834Z[ host-image] Feb 27 03:22:27.520 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23795:20260223T235545Z
89782026-02-27T03:22:28.838Z[ host-image] Feb 27 03:22:27.524 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23795:20260223T235546Z
89792026-02-27T03:22:28.841Z[ host-image] Feb 27 03:22:27.524 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23795:20260223T235545Z
89802026-02-27T03:22:28.841Z[ host-image] Feb 27 03:22:27.524 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23795:20260223T235545Z
89812026-02-27T03:22:28.841Z[ host-image] Feb 27 03:22:27.525 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23795:20260223T235545Z
89822026-02-27T03:22:28.841Z[ host-image] Feb 27 03:22:27.525 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23795:20260223T235546Z
89832026-02-27T03:22:28.847Z[ host-image] Feb 27 03:22:27.533 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23795:20260223T235549Z
89842026-02-27T03:22:28.847Z[ host-image] Feb 27 03:22:27.533 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23795:20260223T235546Z
89852026-02-27T03:22:28.850Z[ host-image] Feb 27 03:22:27.533 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23795:20260223T235546Z
89862026-02-27T03:22:28.850Z[ host-image] Feb 27 03:22:27.533 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89872026-02-27T03:22:28.850Z[ host-image] Feb 27 03:22:27.533 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89882026-02-27T03:22:28.859Z[ host-image] Feb 27 03:22:27.545 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23795:20260223T235546Z
89892026-02-27T03:22:28.862Z[ host-image] Feb 27 03:22:27.545 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89902026-02-27T03:22:28.862Z[ host-image] Feb 27 03:22:27.545 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23795:20260223T235547Z
89912026-02-27T03:22:28.862Z[ host-image] Feb 27 03:22:27.545 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23795:20260223T235547Z
89922026-02-27T03:22:28.862Z[ host-image] Feb 27 03:22:27.545 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23795:20260223T235547Z
89932026-02-27T03:22:28.862Z[ host-image] Feb 27 03:22:27.545 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89942026-02-27T03:22:28.862Z[ host-image] Feb 27 03:22:27.546 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89952026-02-27T03:22:28.862Z[ host-image] Feb 27 03:22:27.546 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23795:20260223T235548Z
89962026-02-27T03:22:28.862Z[ host-image] Feb 27 03:22:27.546 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23795:20260223T235548Z
89972026-02-27T03:22:28.863Z[ host-image] Feb 27 03:22:27.546 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23795:20260223T235548Z
89982026-02-27T03:22:28.863Z[ host-image] Feb 27 03:22:27.546 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23795:20260223T235548Z
89992026-02-27T03:22:28.863Z[ host-image] Feb 27 03:22:27.546 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23795:20260223T235549Z
90002026-02-27T03:22:28.863Z[ host-image] Feb 27 03:22:27.546 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23795:20260223T235549Z
90012026-02-27T03:22:28.863Z[ host-image] Feb 27 03:22:27.547 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
90022026-02-27T03:22:28.863Z[ host-image] Feb 27 03:22:27.547 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23795:20260223T235549Z
90032026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.548 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23795:20260223T235550Z
90042026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.548 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23795:20260223T235550Z
90052026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.548 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23795:20260223T235551Z
90062026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.548 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23795:20260223T235550Z
90072026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.548 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23795:20260223T235550Z
90082026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.548 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
90092026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.548 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
90102026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23795:20260223T235553Z
90112026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23795:20260223T235553Z
90122026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
90132026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
90142026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
90152026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
90162026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
90172026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
90182026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.551 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
90192026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.551 INFO O| tempdir @ "/tmp/.tmp1AGbpY/tmp"
90202026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.551 INFO O| image root @ "/tmp/.tmp1AGbpY/tmp/root"
90212026-02-27T03:22:28.866Z[ host-image] Feb 27 03:22:27.551 INFO O| creating image...
90222026-02-27T03:22:29.306Z[ host-image] Feb 27 03:22:27.991 INFO O| copying publishers...
90232026-02-27T03:22:37.128Z[ recovery-image] Feb 27 03:22:35.812 INFO O| ok, image written!
90242026-02-27T03:22:37.128Z[ recovery-image] Feb 27 03:22:35.812 INFO O| ok, boot_image_csum file written!
90252026-02-27T03:22:37.139Z[ recovery-image] Feb 27 03:22:35.824 INFO creating boot archive (CPIO)...
90262026-02-27T03:22:37.139Z[ recovery-image] Feb 27 03:22:35.824 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
90272026-02-27T03:22:37.150Z[ recovery-image] Feb 27 03:22:35.835 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90282026-02-27T03:22:37.150Z[ recovery-image] Feb 27 03:22:35.835 INFO E| + outfile=/work/os-recovery/cpio
90292026-02-27T03:22:37.153Z[ recovery-image] Feb 27 03:22:35.835 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90302026-02-27T03:22:37.156Z[ recovery-image] Feb 27 03:22:35.839 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90312026-02-27T03:22:37.156Z[ recovery-image] Feb 27 03:22:35.839 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90322026-02-27T03:22:37.189Z[ recovery-image] Feb 27 03:22:35.874 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90332026-02-27T03:22:37.189Z[ recovery-image] Feb 27 03:22:35.874 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90342026-02-27T03:22:37.196Z[ recovery-image] Feb 27 03:22:35.882 INFO creating compressed cpio/unix for dev loaders...
90352026-02-27T03:22:37.197Z[ recovery-image] Feb 27 03:22:35.882 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
90362026-02-27T03:22:37.500Z[ recovery-image] Feb 27 03:22:36.185 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90372026-02-27T03:22:41.916Z[ recovery-image] Feb 27 03:22:40.600 INFO creating reset image...
90382026-02-27T03:22:41.916Z[ recovery-image] Feb 27 03:22:40.600 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90392026-02-27T03:23:05.540Z[ host-image] Feb 27 03:23:04.223 INFO O| adding properties...
90402026-02-27T03:23:07.148Z[ host-image] Feb 27 03:23:05.830 INFO O| installing packages...
90412026-02-27T03:23:25.760Z[ recovery-image] Feb 27 03:23:24.440 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')"
90422026-02-27T03:23:25.762Z[ recovery-image] Feb 27 03:23:24.440 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")
90432026-02-27T03:23:26.016Z[ recovery-image] Feb 27 03:23:24.697 INFO E| Updating crates.io index
90442026-02-27T03:23:26.424Z[ recovery-image] Feb 27 03:23:25.103 INFO E| Downloading crates ...
90452026-02-27T03:23:26.496Z[ recovery-image] Feb 27 03:23:25.176 INFO E| Downloaded shared_child v1.1.1
90462026-02-27T03:23:26.510Z[ recovery-image] Feb 27 03:23:25.191 INFO E| Downloaded sigchld v0.2.4
90472026-02-27T03:23:26.514Z[ recovery-image] Feb 27 03:23:25.195 INFO E| Downloaded shared_thread v0.2.0
90482026-02-27T03:23:26.517Z[ recovery-image] Feb 27 03:23:25.196 INFO E| Downloaded anstyle-query v1.1.5
90492026-02-27T03:23:26.517Z[ recovery-image] Feb 27 03:23:25.197 INFO E| Downloaded os_pipe v1.2.3
90502026-02-27T03:23:26.520Z[ recovery-image] Feb 27 03:23:25.198 INFO E| Downloaded duct v1.1.1
90512026-02-27T03:23:26.520Z[ recovery-image] Feb 27 03:23:25.200 INFO E| Downloaded clap_lex v0.7.7
90522026-02-27T03:23:26.525Z[ recovery-image] Feb 27 03:23:25.206 INFO E| Downloaded signal-hook-registry v1.4.8
90532026-02-27T03:23:26.535Z[ recovery-image] Feb 27 03:23:25.216 INFO E| Downloaded clap_derive v4.5.55
90542026-02-27T03:23:26.538Z[ recovery-image] Feb 27 03:23:25.218 INFO E| Downloaded unicode-ident v1.0.23
90552026-02-27T03:23:26.544Z[ recovery-image] Feb 27 03:23:25.225 INFO E| Downloaded clap v4.5.57
90562026-02-27T03:23:26.553Z[ recovery-image] Feb 27 03:23:25.234 INFO E| Downloaded clap_builder v4.5.57
90572026-02-27T03:23:26.570Z[ recovery-image] Feb 27 03:23:25.251 INFO E| Downloaded syn v2.0.114
90582026-02-27T03:23:26.624Z[ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling libc v0.2.180
90592026-02-27T03:23:26.624Z[ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling proc-macro2 v1.0.106
90602026-02-27T03:23:26.627Z[ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling signal-hook v0.3.18
90612026-02-27T03:23:26.627Z[ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling quote v1.0.44
90622026-02-27T03:23:26.627Z[ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling unicode-ident v1.0.23
90632026-02-27T03:23:26.627Z[ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling utf8parse v0.2.2
90642026-02-27T03:23:26.627Z[ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling anstyle v1.0.13
90652026-02-27T03:23:26.627Z[ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling is_terminal_polyfill v1.70.2
90662026-02-27T03:23:26.798Z[ recovery-image] Feb 27 03:23:25.479 INFO E| Compiling anstyle-parse v0.2.7
90672026-02-27T03:23:26.839Z[ recovery-image] Feb 27 03:23:25.519 INFO E| Compiling colorchoice v1.0.4
90682026-02-27T03:23:26.864Z[ recovery-image] Feb 27 03:23:25.545 INFO E| Compiling anstyle-query v1.1.5
90692026-02-27T03:23:27.033Z[ recovery-image] Feb 27 03:23:25.713 INFO E| Compiling strsim v0.11.1
90702026-02-27T03:23:27.098Z[ recovery-image] Feb 27 03:23:25.778 INFO E| Compiling clap_lex v0.7.7
90712026-02-27T03:23:27.141Z[ recovery-image] Feb 27 03:23:25.821 INFO E| Compiling anstream v0.6.21
90722026-02-27T03:23:27.176Z[ recovery-image] Feb 27 03:23:25.856 INFO E| Compiling heck v0.5.0
90732026-02-27T03:23:27.196Z[ recovery-image] Feb 27 03:23:25.876 INFO E| Compiling shared_thread v0.2.0
90742026-02-27T03:23:27.614Z[ recovery-image] Feb 27 03:23:26.295 INFO E| Compiling clap_builder v4.5.57
90752026-02-27T03:23:28.093Z[ recovery-image] Feb 27 03:23:26.773 INFO E| Compiling errno v0.3.14
90762026-02-27T03:23:28.093Z[ recovery-image] Feb 27 03:23:26.773 INFO E| Compiling os_pipe v1.2.3
90772026-02-27T03:23:28.296Z[ recovery-image] Feb 27 03:23:26.977 INFO E| Compiling signal-hook-registry v1.4.8
90782026-02-27T03:23:28.586Z[ recovery-image] Feb 27 03:23:27.266 INFO E| Compiling syn v2.0.114
90792026-02-27T03:23:28.780Z[ recovery-image] Feb 27 03:23:27.460 INFO E| Compiling sigchld v0.2.4
90802026-02-27T03:23:28.913Z[ recovery-image] Feb 27 03:23:27.594 INFO E| Compiling shared_child v1.1.1
90812026-02-27T03:23:29.105Z[ recovery-image] Feb 27 03:23:27.785 INFO E| Compiling duct v1.1.1
90822026-02-27T03:23:32.827Z[ recovery-image] Feb 27 03:23:31.507 INFO E| Compiling clap_derive v4.5.55
90832026-02-27T03:23:33.731Z[ host-image] Feb 27 03:23:32.411 INFO O| seeding SMF database...
90842026-02-27T03:23:34.928Z[ recovery-image] Feb 27 03:23:33.608 INFO E| Compiling clap v4.5.57
90852026-02-27T03:23:35.002Z[ recovery-image] Feb 27 03:23:33.682 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
90862026-02-27T03:23:36.159Z[ recovery-image] Feb 27 03:23:34.838 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.32s
90872026-02-27T03:23:36.171Z[ recovery-image] Feb 27 03:23:34.851 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
90882026-02-27T03:23:36.456Z[ recovery-image] Feb 27 03:23:35.135 INFO E| Downloading crates ...
90892026-02-27T03:23:36.546Z[ recovery-image] Feb 27 03:23:35.224 INFO E| Downloaded bitstruct v0.1.1
90902026-02-27T03:23:36.549Z[ recovery-image] Feb 27 03:23:35.227 INFO E| Downloaded bit_field v0.10.3
90912026-02-27T03:23:36.555Z[ recovery-image] Feb 27 03:23:35.235 INFO E| Downloaded cpio_reader v0.1.2
90922026-02-27T03:23:36.559Z[ recovery-image] Feb 27 03:23:35.239 INFO E| Downloaded bitstruct_derive v0.1.0
90932026-02-27T03:23:36.572Z[ recovery-image] Feb 27 03:23:35.251 INFO E| Downloaded miniz_oxide v0.9.0
90942026-02-27T03:23:36.582Z[ recovery-image] Feb 27 03:23:35.262 INFO E| Downloaded raw-cpuid v10.7.0
90952026-02-27T03:23:36.591Z[ recovery-image] Feb 27 03:23:35.270 INFO E| Downloaded goblin v0.10.4
90962026-02-27T03:23:36.741Z[ recovery-image] Feb 27 03:23:35.421 INFO E| Downloaded x86 v0.52.0
90972026-02-27T03:23:36.789Z[ recovery-image] Feb 27 03:23:35.468 INFO E| Updating crates.io index
90982026-02-27T03:23:37.064Z[ recovery-image] Feb 27 03:23:35.743 INFO E| Downloading crates ...
90992026-02-27T03:23:37.117Z[ recovery-image] Feb 27 03:23:35.796 INFO E| Downloaded rustc-literal-escaper v0.0.7
91002026-02-27T03:23:37.128Z[ recovery-image] Feb 27 03:23:35.806 INFO E| Downloaded rustc-demangle v0.1.27
91012026-02-27T03:23:37.196Z[ recovery-image] Feb 27 03:23:35.875 INFO E| Downloaded libc v0.2.178
91022026-02-27T03:23:37.274Z[ recovery-image] Feb 27 03:23:35.954 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)
91032026-02-27T03:23:37.274Z[ recovery-image] Feb 27 03:23:35.954 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)
91042026-02-27T03:23:37.274Z[ recovery-image] Feb 27 03:23:35.954 INFO E| Compiling proc-macro2 v1.0.106
91052026-02-27T03:23:37.277Z[ recovery-image] Feb 27 03:23:35.954 INFO E| Compiling quote v1.0.44
91062026-02-27T03:23:37.278Z[ recovery-image] Feb 27 03:23:35.954 INFO E| Compiling unicode-ident v1.0.23
91072026-02-27T03:23:37.278Z[ recovery-image] Feb 27 03:23:35.954 INFO E| Compiling syn v1.0.109
91082026-02-27T03:23:37.278Z[ recovery-image] Feb 27 03:23:35.954 INFO E| Compiling x86 v0.52.0
91092026-02-27T03:23:37.278Z[ recovery-image] Feb 27 03:23:35.954 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
91102026-02-27T03:23:37.508Z[ recovery-image] Feb 27 03:23:36.187 INFO E| Compiling seq-macro v0.3.6
91112026-02-27T03:23:38.954Z[ recovery-image] Feb 27 03:23:37.633 INFO E| Compiling syn v2.0.114
91122026-02-27T03:23:41.794Z[ recovery-image] Feb 27 03:23:40.473 INFO E| Compiling scroll_derive v0.13.1
91132026-02-27T03:23:41.858Z[ host-image] Feb 27 03:23:40.536 INFO O| configuring SMF profile...
91142026-02-27T03:23:41.862Z[ host-image] Feb 27 03:23:40.537 INFO O| modifying shadow(5)...
91152026-02-27T03:23:41.862Z[ host-image] Feb 27 03:23:40.537 INFO O| loading user and group database...
91162026-02-27T03:23:41.862Z[ host-image] Feb 27 03:23:40.537 INFO O| loading facet selections...
91172026-02-27T03:23:42.325Z[ host-image] Feb 27 03:23:41.004 INFO O| devel -> true
91182026-02-27T03:23:42.325Z[ host-image] Feb 27 03:23:41.004 INFO O| doc.man -> true
91192026-02-27T03:23:42.325Z[ host-image] Feb 27 03:23:41.004 INFO O| version-lock.shell/ksh93 -> true
91202026-02-27T03:23:42.329Z[ host-image] Feb 27 03:23:41.004 INFO O| version-lock.system/data/hardware-registry -> true
91212026-02-27T03:23:42.329Z[ host-image] Feb 27 03:23:41.004 INFO O| version-lock.system/data/zoneinfo -> true
91222026-02-27T03:23:42.329Z[ host-image] Feb 27 03:23:41.004 INFO O| version-lock.system/microcode/amd -> true
91232026-02-27T03:23:42.329Z[ host-image] Feb 27 03:23:41.004 INFO O| version-lock.system/microcode/intel -> true
91242026-02-27T03:23:42.329Z[ host-image] Feb 27 03:23:41.004 INFO O| version-lock.system/microcode/oxide -> true
91252026-02-27T03:23:42.329Z[ host-image] Feb 27 03:23:41.004 INFO O| assessing packaged files...
91262026-02-27T03:23:44.125Z[ recovery-image] Feb 27 03:23:42.804 INFO E| Compiling bitstruct_derive v0.1.0
91272026-02-27T03:23:44.945Z[ host-image] Feb 27 03:23:43.624 INFO O| creating archive...
91282026-02-27T03:23:44.973Z[ host-image] Feb 27 03:23:43.652 INFO O| missing from packaging:
91292026-02-27T03:23:44.973Z[ host-image] Feb 27 03:23:43.652 INFO O| "etc/.pwd.lock"
91302026-02-27T03:23:44.974Z[ host-image] Feb 27 03:23:43.652 INFO O| "etc/bash"
91312026-02-27T03:23:44.978Z[ host-image] Feb 27 03:23:43.657 INFO O| "etc/svc/profile/generic.xml"
91322026-02-27T03:23:44.981Z[ host-image] Feb 27 03:23:43.657 INFO O| "etc/svc/profile/inetd_services.xml"
91332026-02-27T03:23:44.981Z[ host-image] Feb 27 03:23:43.657 INFO O| "etc/svc/profile/name_service.xml"
91342026-02-27T03:23:44.981Z[ host-image] Feb 27 03:23:43.657 INFO O| "etc/svc/profile/platform.xml"
91352026-02-27T03:23:44.981Z[ host-image] Feb 27 03:23:43.657 INFO O| "etc/svc/profile/platform_omicron1.xml"
91362026-02-27T03:23:44.981Z[ host-image] Feb 27 03:23:43.657 INFO O| "etc/svc/repository.db"
91372026-02-27T03:23:44.987Z[ host-image] Feb 27 03:23:43.666 INFO O| "opt/ooce/share"
91382026-02-27T03:23:44.987Z[ host-image] Feb 27 03:23:43.666 INFO O| "opt/ooce/share/man"
91392026-02-27T03:23:44.990Z[ host-image] Feb 27 03:23:43.666 INFO O| "opt/ooce/share/man/man1"
91402026-02-27T03:23:44.998Z[ host-image] Feb 27 03:23:43.677 INFO O| finishing archive...
91412026-02-27T03:23:48.017Z[ host-image] Feb 27 03:23:46.695 INFO O| creating gzonly manifest...
91422026-02-27T03:23:48.023Z[ host-image] Feb 27 03:23:46.702 INFO O| ok
91432026-02-27T03:23:48.188Z[ host-image] Feb 27 03:23:46.866 INFO image builder template: ramdisk-02-trim...
91442026-02-27T03:23:48.188Z[ host-image] Feb 27 03:23:46.866 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/.tmpaFY3GB/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
91452026-02-27T03:23:48.209Z[ host-image] Feb 27 03:23:46.888 INFO O| Feb 27 03:23:46.887 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91462026-02-27T03:23:48.214Z[ host-image] Feb 27 03:23:46.893 INFO O| Feb 27 03:23:46.892 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91472026-02-27T03:23:48.328Z[ host-image] Feb 27 03:23:47.006 INFO O| Feb 27 03:23:47.006 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91482026-02-27T03:23:48.465Z[ host-image] Feb 27 03:23:47.143 INFO O| Feb 27 03:23:47.143 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91492026-02-27T03:23:48.465Z[ host-image] Feb 27 03:23:47.143 INFO O| Feb 27 03:23:47.143 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91502026-02-27T03:23:48.469Z[ host-image] Feb 27 03:23:47.148 INFO O| Feb 27 03:23:47.148 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91512026-02-27T03:23:48.475Z[ host-image] Feb 27 03:23:47.154 INFO O| Feb 27 03:23:47.154 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91522026-02-27T03:23:48.482Z[ host-image] Feb 27 03:23:47.160 INFO O| Feb 27 03:23:47.160 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91532026-02-27T03:23:48.684Z[ host-image] Feb 27 03:23:47.362 INFO O| Feb 27 03:23:47.362 INFO rolled back to input snapshot; work may begin
91542026-02-27T03:23:48.684Z[ host-image] Feb 27 03:23:47.362 INFO O| Feb 27 03:23:47.362 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91552026-02-27T03:23:48.690Z[ host-image] Feb 27 03:23:47.369 INFO O| Feb 27 03:23:47.369 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91562026-02-27T03:23:48.700Z[ host-image] Feb 27 03:23:47.378 INFO O| Feb 27 03:23:47.378 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91572026-02-27T03:23:48.759Z[ host-image] Feb 27 03:23:47.437 INFO O| Feb 27 03:23:47.437 INFO STEP 0 (remove_files) COMPLETE
91582026-02-27T03:23:48.759Z[ host-image] Feb 27 03:23:47.438 INFO O| Feb 27 03:23:47.437 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91592026-02-27T03:23:48.769Z[ host-image] Feb 27 03:23:47.448 INFO O| Feb 27 03:23:47.448 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91602026-02-27T03:23:48.772Z[ host-image] Feb 27 03:23:47.450 INFO O| Feb 27 03:23:47.450 INFO STEP 1 (remove_files) COMPLETE
91612026-02-27T03:23:48.772Z[ host-image] Feb 27 03:23:47.450 INFO O| Feb 27 03:23:47.450 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91622026-02-27T03:23:48.781Z[ host-image] Feb 27 03:23:47.459 INFO O| Feb 27 03:23:47.459 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91632026-02-27T03:23:48.799Z[ host-image] Feb 27 03:23:47.478 INFO O| Feb 27 03:23:47.478 INFO STEP 2 (remove_files) COMPLETE
91642026-02-27T03:23:48.799Z[ host-image] Feb 27 03:23:47.478 INFO O| Feb 27 03:23:47.478 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91652026-02-27T03:23:48.809Z[ host-image] Feb 27 03:23:47.488 INFO O| Feb 27 03:23:47.488 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91662026-02-27T03:23:48.813Z[ host-image] Feb 27 03:23:47.490 INFO O| Feb 27 03:23:47.490 INFO STEP 3 (remove_files) COMPLETE
91672026-02-27T03:23:48.813Z[ host-image] Feb 27 03:23:47.490 INFO O| Feb 27 03:23:47.490 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91682026-02-27T03:23:48.821Z[ host-image] Feb 27 03:23:47.500 INFO O| Feb 27 03:23:47.500 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91692026-02-27T03:23:48.825Z[ host-image] Feb 27 03:23:47.504 INFO O| Feb 27 03:23:47.504 INFO STEP 4 (remove_files) COMPLETE
91702026-02-27T03:23:48.828Z[ host-image] Feb 27 03:23:47.504 INFO O| Feb 27 03:23:47.504 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91712026-02-27T03:23:48.834Z[ host-image] Feb 27 03:23:47.513 INFO O| Feb 27 03:23:47.513 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91722026-02-27T03:23:48.837Z[ host-image] Feb 27 03:23:47.516 INFO O| Feb 27 03:23:47.516 INFO STEP 5 (remove_files) COMPLETE
91732026-02-27T03:23:48.837Z[ host-image] Feb 27 03:23:47.516 INFO O| Feb 27 03:23:47.516 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91742026-02-27T03:23:48.845Z[ host-image] Feb 27 03:23:47.524 INFO O| Feb 27 03:23:47.524 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91752026-02-27T03:23:48.858Z[ host-image] Feb 27 03:23:47.536 INFO O| Feb 27 03:23:47.536 INFO STEP 6 (remove_files) COMPLETE
91762026-02-27T03:23:48.858Z[ host-image] Feb 27 03:23:47.536 INFO O| Feb 27 03:23:47.536 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91772026-02-27T03:23:48.869Z[ host-image] Feb 27 03:23:47.548 INFO O| Feb 27 03:23:47.548 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91782026-02-27T03:23:48.884Z[ host-image] Feb 27 03:23:47.562 INFO O| Feb 27 03:23:47.562 INFO STEP 7 (remove_files) COMPLETE
91792026-02-27T03:23:48.884Z[ host-image] Feb 27 03:23:47.562 INFO O| Feb 27 03:23:47.562 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91802026-02-27T03:23:48.893Z[ host-image] Feb 27 03:23:47.572 INFO O| Feb 27 03:23:47.572 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91812026-02-27T03:23:48.982Z[ host-image] Feb 27 03:23:47.659 INFO O| Feb 27 03:23:47.659 INFO STEP 8 (remove_files) COMPLETE
91822026-02-27T03:23:48.982Z[ host-image] Feb 27 03:23:47.659 INFO O| Feb 27 03:23:47.659 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91832026-02-27T03:23:48.990Z[ host-image] Feb 27 03:23:47.668 INFO O| Feb 27 03:23:47.668 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91842026-02-27T03:23:49.080Z[ host-image] Feb 27 03:23:47.759 INFO O| Feb 27 03:23:47.759 INFO STEP 9 (remove_files) COMPLETE
91852026-02-27T03:23:49.081Z[ host-image] Feb 27 03:23:47.759 INFO O| Feb 27 03:23:47.759 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91862026-02-27T03:23:49.091Z[ host-image] Feb 27 03:23:47.769 INFO O| Feb 27 03:23:47.769 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
91872026-02-27T03:23:49.094Z[ host-image] Feb 27 03:23:47.773 INFO O| Feb 27 03:23:47.773 INFO STEP 10 (remove_files) COMPLETE
91882026-02-27T03:23:49.097Z[ host-image] Feb 27 03:23:47.773 INFO O| Feb 27 03:23:47.773 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91892026-02-27T03:23:49.103Z[ host-image] Feb 27 03:23:47.782 INFO O| Feb 27 03:23:47.782 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
91902026-02-27T03:23:49.106Z[ host-image] Feb 27 03:23:47.783 INFO O| Feb 27 03:23:47.783 INFO STEP 11 (remove_files) COMPLETE
91912026-02-27T03:23:49.106Z[ host-image] Feb 27 03:23:47.783 INFO O| Feb 27 03:23:47.783 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91922026-02-27T03:23:49.111Z[ host-image] Feb 27 03:23:47.790 INFO O| Feb 27 03:23:47.790 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
91932026-02-27T03:23:49.114Z[ host-image] Feb 27 03:23:47.792 INFO O| Feb 27 03:23:47.792 INFO STEP 12 (remove_files) COMPLETE
91942026-02-27T03:23:49.114Z[ host-image] Feb 27 03:23:47.792 INFO O| Feb 27 03:23:47.792 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91952026-02-27T03:23:49.122Z[ host-image] Feb 27 03:23:47.801 INFO O| Feb 27 03:23:47.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
91962026-02-27T03:23:49.125Z[ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
91972026-02-27T03:23:49.125Z[ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91982026-02-27T03:23:49.125Z[ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91992026-02-27T03:23:49.125Z[ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
92002026-02-27T03:23:49.125Z[ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
92012026-02-27T03:23:49.126Z[ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
92022026-02-27T03:23:49.126Z[ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
92032026-02-27T03:23:49.126Z[ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
92042026-02-27T03:23:49.126Z[ host-image] Feb 27 03:23:47.803 INFO O| Feb 27 03:23:47.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
92052026-02-27T03:23:49.126Z[ host-image] Feb 27 03:23:47.803 INFO O| Feb 27 03:23:47.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
92062026-02-27T03:23:49.126Z[ host-image] Feb 27 03:23:47.803 INFO O| Feb 27 03:23:47.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
92072026-02-27T03:23:49.126Z[ host-image] Feb 27 03:23:47.803 INFO O| Feb 27 03:23:47.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
92082026-02-27T03:23:49.126Z[ host-image] Feb 27 03:23:47.803 INFO O| Feb 27 03:23:47.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
92092026-02-27T03:23:49.126Z[ host-image] Feb 27 03:23:47.803 INFO O| Feb 27 03:23:47.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
92102026-02-27T03:23:49.126Z[ host-image] Feb 27 03:23:47.803 INFO O| Feb 27 03:23:47.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
92112026-02-27T03:23:49.126Z[ host-image] Feb 27 03:23:47.804 INFO O| Feb 27 03:23:47.804 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
92122026-02-27T03:23:49.153Z[ host-image] Feb 27 03:23:47.831 INFO O| Feb 27 03:23:47.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
92132026-02-27T03:23:49.159Z[ host-image] Feb 27 03:23:47.838 INFO O| Feb 27 03:23:47.838 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
92142026-02-27T03:23:49.162Z[ host-image] Feb 27 03:23:47.838 INFO O| Feb 27 03:23:47.838 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
92152026-02-27T03:23:49.191Z[ host-image] Feb 27 03:23:47.870 INFO O| Feb 27 03:23:47.870 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
92162026-02-27T03:23:49.444Z[ host-image] Feb 27 03:23:48.121 INFO O| Feb 27 03:23:48.121 INFO STEP 13 (remove_files) COMPLETE
92172026-02-27T03:23:49.444Z[ host-image] Feb 27 03:23:48.121 INFO O| Feb 27 03:23:48.121 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92182026-02-27T03:23:49.453Z[ host-image] Feb 27 03:23:48.132 INFO O| Feb 27 03:23:48.132 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92192026-02-27T03:23:49.456Z[ host-image] Feb 27 03:23:48.133 INFO O| Feb 27 03:23:48.133 INFO STEP 14 (remove_files) COMPLETE
92202026-02-27T03:23:49.456Z[ host-image] Feb 27 03:23:48.133 INFO O| Feb 27 03:23:48.133 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92212026-02-27T03:23:49.465Z[ host-image] Feb 27 03:23:48.144 INFO O| Feb 27 03:23:48.144 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92222026-02-27T03:23:49.473Z[ host-image] Feb 27 03:23:48.151 INFO O| Feb 27 03:23:48.151 INFO STEP 15 (remove_files) COMPLETE
92232026-02-27T03:23:49.473Z[ host-image] Feb 27 03:23:48.151 INFO O| Feb 27 03:23:48.151 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92242026-02-27T03:23:49.484Z[ host-image] Feb 27 03:23:48.163 INFO O| Feb 27 03:23:48.163 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92252026-02-27T03:23:49.488Z[ host-image] Feb 27 03:23:48.163 INFO O| Feb 27 03:23:48.163 INFO STEP 16 (remove_files) COMPLETE
92262026-02-27T03:23:49.488Z[ host-image] Feb 27 03:23:48.163 INFO O| Feb 27 03:23:48.163 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92272026-02-27T03:23:49.495Z[ host-image] Feb 27 03:23:48.173 INFO O| Feb 27 03:23:48.173 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
92282026-02-27T03:23:49.497Z[ host-image] Feb 27 03:23:48.175 INFO O| Feb 27 03:23:48.175 INFO STEP 17 (remove_files) COMPLETE
92292026-02-27T03:23:49.497Z[ host-image] Feb 27 03:23:48.175 INFO O| Feb 27 03:23:48.175 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92302026-02-27T03:23:49.506Z[ host-image] Feb 27 03:23:48.185 INFO O| Feb 27 03:23:48.185 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92312026-02-27T03:23:49.506Z[ host-image] Feb 27 03:23:48.185 INFO O| Feb 27 03:23:48.185 INFO STEP 18 (remove_files) COMPLETE
92322026-02-27T03:23:49.509Z[ host-image] Feb 27 03:23:48.185 INFO O| Feb 27 03:23:48.185 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92332026-02-27T03:23:49.519Z[ host-image] Feb 27 03:23:48.198 INFO O| Feb 27 03:23:48.198 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92342026-02-27T03:23:49.519Z[ host-image] Feb 27 03:23:48.198 INFO O| Feb 27 03:23:48.198 INFO STEP 19 (remove_files) COMPLETE
92352026-02-27T03:23:49.523Z[ host-image] Feb 27 03:23:48.198 INFO O| Feb 27 03:23:48.198 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92362026-02-27T03:23:49.530Z[ host-image] Feb 27 03:23:48.208 INFO O| Feb 27 03:23:48.208 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92372026-02-27T03:23:49.530Z[ host-image] Feb 27 03:23:48.208 INFO O| Feb 27 03:23:48.208 INFO STEP 20 (remove_files) COMPLETE
92382026-02-27T03:23:49.530Z[ host-image] Feb 27 03:23:48.208 INFO O| Feb 27 03:23:48.208 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92392026-02-27T03:23:49.540Z[ host-image] Feb 27 03:23:48.219 INFO O| Feb 27 03:23:48.219 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92402026-02-27T03:23:49.540Z[ host-image] Feb 27 03:23:48.219 INFO O| Feb 27 03:23:48.219 INFO STEP 21 (remove_files) COMPLETE
92412026-02-27T03:23:49.544Z[ host-image] Feb 27 03:23:48.219 INFO O| Feb 27 03:23:48.219 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92422026-02-27T03:23:49.551Z[ host-image] Feb 27 03:23:48.230 INFO O| Feb 27 03:23:48.229 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92432026-02-27T03:23:49.551Z[ host-image] Feb 27 03:23:48.230 INFO O| Feb 27 03:23:48.230 INFO STEP 22 (remove_files) COMPLETE
92442026-02-27T03:23:49.554Z[ host-image] Feb 27 03:23:48.230 INFO O| Feb 27 03:23:48.230 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92452026-02-27T03:23:49.562Z[ host-image] Feb 27 03:23:48.240 INFO O| Feb 27 03:23:48.240 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92462026-02-27T03:23:49.565Z[ host-image] Feb 27 03:23:48.240 INFO O| Feb 27 03:23:48.240 INFO STEP 23 (remove_files) COMPLETE
92472026-02-27T03:23:49.565Z[ host-image] Feb 27 03:23:48.240 INFO O| Feb 27 03:23:48.240 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92482026-02-27T03:23:49.571Z[ host-image] Feb 27 03:23:48.250 INFO O| Feb 27 03:23:48.250 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92492026-02-27T03:23:49.574Z[ host-image] Feb 27 03:23:48.250 INFO O| Feb 27 03:23:48.250 INFO STEP 24 (remove_files) COMPLETE
92502026-02-27T03:23:49.574Z[ host-image] Feb 27 03:23:48.250 INFO O| Feb 27 03:23:48.250 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92512026-02-27T03:23:49.581Z[ host-image] Feb 27 03:23:48.259 INFO O| Feb 27 03:23:48.259 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92522026-02-27T03:23:49.581Z[ host-image] Feb 27 03:23:48.259 INFO O| Feb 27 03:23:48.259 INFO STEP 25 (remove_files) COMPLETE
92532026-02-27T03:23:49.583Z[ host-image] Feb 27 03:23:48.259 INFO O| Feb 27 03:23:48.259 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92542026-02-27T03:23:49.589Z[ host-image] Feb 27 03:23:48.268 INFO O| Feb 27 03:23:48.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92552026-02-27T03:23:49.589Z[ host-image] Feb 27 03:23:48.268 INFO O| Feb 27 03:23:48.268 INFO STEP 26 (remove_files) COMPLETE
92562026-02-27T03:23:49.593Z[ host-image] Feb 27 03:23:48.268 INFO O| Feb 27 03:23:48.268 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92572026-02-27T03:23:49.598Z[ host-image] Feb 27 03:23:48.277 INFO O| Feb 27 03:23:48.277 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92582026-02-27T03:23:49.598Z[ host-image] Feb 27 03:23:48.277 INFO O| Feb 27 03:23:48.277 INFO STEP 27 (remove_files) COMPLETE
92592026-02-27T03:23:49.601Z[ host-image] Feb 27 03:23:48.277 INFO O| Feb 27 03:23:48.277 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92602026-02-27T03:23:49.610Z[ host-image] Feb 27 03:23:48.289 INFO O| Feb 27 03:23:48.289 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92612026-02-27T03:23:49.611Z[ host-image] Feb 27 03:23:48.289 INFO O| Feb 27 03:23:48.289 INFO STEP 28 (remove_files) COMPLETE
92622026-02-27T03:23:49.614Z[ host-image] Feb 27 03:23:48.289 INFO O| Feb 27 03:23:48.289 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92632026-02-27T03:23:49.620Z[ host-image] Feb 27 03:23:48.299 INFO O| Feb 27 03:23:48.299 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92642026-02-27T03:23:49.620Z[ host-image] Feb 27 03:23:48.299 INFO O| Feb 27 03:23:48.299 INFO STEP 29 (remove_files) COMPLETE
92652026-02-27T03:23:49.620Z[ host-image] Feb 27 03:23:48.299 INFO O| Feb 27 03:23:48.299 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92662026-02-27T03:23:49.671Z[ host-image] Feb 27 03:23:48.310 INFO O| Feb 27 03:23:48.310 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92672026-02-27T03:23:49.672Z[ host-image] Feb 27 03:23:48.310 INFO O| Feb 27 03:23:48.310 INFO STEP 30 (remove_files) COMPLETE
92682026-02-27T03:23:49.672Z[ host-image] Feb 27 03:23:48.310 INFO O| Feb 27 03:23:48.310 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92692026-02-27T03:23:49.672Z[ host-image] Feb 27 03:23:48.319 INFO O| Feb 27 03:23:48.319 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92702026-02-27T03:23:49.672Z[ host-image] Feb 27 03:23:48.319 INFO O| Feb 27 03:23:48.319 INFO STEP 31 (remove_files) COMPLETE
92712026-02-27T03:23:49.672Z[ host-image] Feb 27 03:23:48.319 INFO O| Feb 27 03:23:48.319 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92722026-02-27T03:23:49.672Z[ host-image] Feb 27 03:23:48.327 INFO O| Feb 27 03:23:48.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92732026-02-27T03:23:49.672Z[ host-image] Feb 27 03:23:48.327 INFO O| Feb 27 03:23:48.327 INFO STEP 32 (remove_files) COMPLETE
92742026-02-27T03:23:49.672Z[ host-image] Feb 27 03:23:48.327 INFO O| Feb 27 03:23:48.327 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92752026-02-27T03:23:49.672Z[ host-image] Feb 27 03:23:48.335 INFO O| Feb 27 03:23:48.335 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92762026-02-27T03:23:49.672Z[ host-image] Feb 27 03:23:48.335 INFO O| Feb 27 03:23:48.335 INFO STEP 33 (remove_files) COMPLETE
92772026-02-27T03:23:49.672Z[ host-image] Feb 27 03:23:48.335 INFO O| Feb 27 03:23:48.335 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92782026-02-27T03:23:49.672Z[ host-image] Feb 27 03:23:48.346 INFO O| Feb 27 03:23:48.346 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92792026-02-27T03:23:49.672Z[ host-image] Feb 27 03:23:48.347 INFO O| Feb 27 03:23:48.347 INFO STEP 34 (remove_files) COMPLETE
92802026-02-27T03:23:49.672Z[ host-image] Feb 27 03:23:48.347 INFO O| Feb 27 03:23:48.347 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92812026-02-27T03:23:49.677Z[ host-image] Feb 27 03:23:48.355 INFO O| Feb 27 03:23:48.355 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
92822026-02-27T03:23:49.677Z[ host-image] Feb 27 03:23:48.355 INFO O| Feb 27 03:23:48.355 INFO STEP 35 (remove_files) COMPLETE
92832026-02-27T03:23:49.677Z[ host-image] Feb 27 03:23:48.355 INFO O| Feb 27 03:23:48.355 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92842026-02-27T03:23:49.686Z[ host-image] Feb 27 03:23:48.364 INFO O| Feb 27 03:23:48.364 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
92852026-02-27T03:23:49.686Z[ host-image] Feb 27 03:23:48.364 INFO O| Feb 27 03:23:48.364 INFO STEP 36 (remove_files) COMPLETE
92862026-02-27T03:23:49.689Z[ host-image] Feb 27 03:23:48.364 INFO O| Feb 27 03:23:48.364 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92872026-02-27T03:23:49.694Z[ host-image] Feb 27 03:23:48.373 INFO O| Feb 27 03:23:48.372 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
92882026-02-27T03:23:49.694Z[ host-image] Feb 27 03:23:48.373 INFO O| Feb 27 03:23:48.373 INFO STEP 37 (remove_files) COMPLETE
92892026-02-27T03:23:49.694Z[ host-image] Feb 27 03:23:48.373 INFO O| Feb 27 03:23:48.373 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92902026-02-27T03:23:49.702Z[ host-image] Feb 27 03:23:48.381 INFO O| Feb 27 03:23:48.381 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
92912026-02-27T03:23:49.702Z[ host-image] Feb 27 03:23:48.381 INFO O| Feb 27 03:23:48.381 INFO STEP 38 (remove_files) COMPLETE
92922026-02-27T03:23:49.706Z[ host-image] Feb 27 03:23:48.381 INFO O| Feb 27 03:23:48.381 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92932026-02-27T03:23:49.710Z[ host-image] Feb 27 03:23:48.388 INFO O| Feb 27 03:23:48.388 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
92942026-02-27T03:23:49.710Z[ host-image] Feb 27 03:23:48.388 INFO O| Feb 27 03:23:48.388 INFO STEP 39 (remove_files) COMPLETE
92952026-02-27T03:23:49.713Z[ host-image] Feb 27 03:23:48.388 INFO O| Feb 27 03:23:48.388 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92962026-02-27T03:23:49.718Z[ host-image] Feb 27 03:23:48.397 INFO O| Feb 27 03:23:48.397 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
92972026-02-27T03:23:49.721Z[ host-image] Feb 27 03:23:48.397 INFO O| Feb 27 03:23:48.397 INFO STEP 40 (remove_files) COMPLETE
92982026-02-27T03:23:49.721Z[ host-image] Feb 27 03:23:48.397 INFO O| Feb 27 03:23:48.397 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92992026-02-27T03:23:49.727Z[ host-image] Feb 27 03:23:48.405 INFO O| Feb 27 03:23:48.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
93002026-02-27T03:23:49.727Z[ host-image] Feb 27 03:23:48.405 INFO O| Feb 27 03:23:48.405 INFO STEP 41 (remove_files) COMPLETE
93012026-02-27T03:23:49.727Z[ host-image] Feb 27 03:23:48.405 INFO O| Feb 27 03:23:48.405 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93022026-02-27T03:23:49.734Z[ host-image] Feb 27 03:23:48.413 INFO O| Feb 27 03:23:48.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
93032026-02-27T03:23:49.737Z[ host-image] Feb 27 03:23:48.413 INFO O| Feb 27 03:23:48.413 INFO STEP 42 (remove_files) COMPLETE
93042026-02-27T03:23:49.737Z[ host-image] Feb 27 03:23:48.413 INFO O| Feb 27 03:23:48.413 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93052026-02-27T03:23:49.743Z[ host-image] Feb 27 03:23:48.421 INFO O| Feb 27 03:23:48.421 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
93062026-02-27T03:23:49.746Z[ host-image] Feb 27 03:23:48.421 INFO O| Feb 27 03:23:48.421 INFO STEP 43 (remove_files) COMPLETE
93072026-02-27T03:23:49.746Z[ host-image] Feb 27 03:23:48.421 INFO O| Feb 27 03:23:48.421 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93082026-02-27T03:23:49.751Z[ host-image] Feb 27 03:23:48.429 INFO O| Feb 27 03:23:48.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
93092026-02-27T03:23:49.751Z[ host-image] Feb 27 03:23:48.430 INFO O| Feb 27 03:23:48.430 INFO STEP 44 (remove_files) COMPLETE
93102026-02-27T03:23:49.751Z[ host-image] Feb 27 03:23:48.430 INFO O| Feb 27 03:23:48.430 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93112026-02-27T03:23:49.760Z[ host-image] Feb 27 03:23:48.438 INFO O| Feb 27 03:23:48.438 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93122026-02-27T03:23:49.760Z[ host-image] Feb 27 03:23:48.438 INFO O| Feb 27 03:23:48.438 INFO STEP 45 (remove_files) COMPLETE
93132026-02-27T03:23:49.760Z[ host-image] Feb 27 03:23:48.438 INFO O| Feb 27 03:23:48.438 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93142026-02-27T03:23:49.768Z[ host-image] Feb 27 03:23:48.447 INFO O| Feb 27 03:23:48.446 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93152026-02-27T03:23:49.768Z[ host-image] Feb 27 03:23:48.447 INFO O| Feb 27 03:23:48.447 INFO STEP 46 (remove_files) COMPLETE
93162026-02-27T03:23:49.772Z[ host-image] Feb 27 03:23:48.447 INFO O| Feb 27 03:23:48.447 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93172026-02-27T03:23:49.779Z[ host-image] Feb 27 03:23:48.457 INFO O| Feb 27 03:23:48.457 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93182026-02-27T03:23:49.779Z[ host-image] Feb 27 03:23:48.457 INFO O| Feb 27 03:23:48.457 INFO STEP 47 (remove_files) COMPLETE
93192026-02-27T03:23:49.782Z[ host-image] Feb 27 03:23:48.457 INFO O| Feb 27 03:23:48.457 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93202026-02-27T03:23:49.786Z[ host-image] Feb 27 03:23:48.465 INFO O| Feb 27 03:23:48.465 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93212026-02-27T03:23:49.786Z[ host-image] Feb 27 03:23:48.465 INFO O| Feb 27 03:23:48.465 INFO STEP 48 (remove_files) COMPLETE
93222026-02-27T03:23:49.786Z[ host-image] Feb 27 03:23:48.465 INFO O| Feb 27 03:23:48.465 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93232026-02-27T03:23:49.795Z[ host-image] Feb 27 03:23:48.473 INFO O| Feb 27 03:23:48.473 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93242026-02-27T03:23:49.795Z[ host-image] Feb 27 03:23:48.473 INFO O| Feb 27 03:23:48.473 INFO STEP 49 (remove_files) COMPLETE
93252026-02-27T03:23:49.798Z[ host-image] Feb 27 03:23:48.473 INFO O| Feb 27 03:23:48.473 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93262026-02-27T03:23:49.803Z[ host-image] Feb 27 03:23:48.482 INFO O| Feb 27 03:23:48.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93272026-02-27T03:23:49.803Z[ host-image] Feb 27 03:23:48.482 INFO O| Feb 27 03:23:48.482 INFO STEP 50 (remove_files) COMPLETE
93282026-02-27T03:23:49.806Z[ host-image] Feb 27 03:23:48.482 INFO O| Feb 27 03:23:48.482 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93292026-02-27T03:23:49.811Z[ host-image] Feb 27 03:23:48.490 INFO O| Feb 27 03:23:48.490 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93302026-02-27T03:23:49.814Z[ host-image] Feb 27 03:23:48.490 INFO O| Feb 27 03:23:48.490 INFO STEP 51 (remove_files) COMPLETE
93312026-02-27T03:23:49.814Z[ host-image] Feb 27 03:23:48.490 INFO O| Feb 27 03:23:48.490 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93322026-02-27T03:23:49.820Z[ host-image] Feb 27 03:23:48.498 INFO O| Feb 27 03:23:48.498 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93332026-02-27T03:23:49.820Z[ host-image] Feb 27 03:23:48.499 INFO O| Feb 27 03:23:48.498 INFO STEP 52 (remove_files) COMPLETE
93342026-02-27T03:23:49.820Z[ host-image] Feb 27 03:23:48.499 INFO O| Feb 27 03:23:48.499 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93352026-02-27T03:23:49.828Z[ host-image] Feb 27 03:23:48.507 INFO O| Feb 27 03:23:48.507 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93362026-02-27T03:23:49.831Z[ host-image] Feb 27 03:23:48.507 INFO O| Feb 27 03:23:48.507 INFO STEP 53 (remove_files) COMPLETE
93372026-02-27T03:23:49.831Z[ host-image] Feb 27 03:23:48.507 INFO O| Feb 27 03:23:48.507 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93382026-02-27T03:23:49.836Z[ host-image] Feb 27 03:23:48.515 INFO O| Feb 27 03:23:48.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93392026-02-27T03:23:49.836Z[ host-image] Feb 27 03:23:48.515 INFO O| Feb 27 03:23:48.515 INFO STEP 54 (remove_files) COMPLETE
93402026-02-27T03:23:49.836Z[ host-image] Feb 27 03:23:48.515 INFO O| Feb 27 03:23:48.515 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93412026-02-27T03:23:49.845Z[ host-image] Feb 27 03:23:48.523 INFO O| Feb 27 03:23:48.523 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93422026-02-27T03:23:49.845Z[ host-image] Feb 27 03:23:48.523 INFO O| Feb 27 03:23:48.523 INFO STEP 55 (remove_files) COMPLETE
93432026-02-27T03:23:49.847Z[ host-image] Feb 27 03:23:48.523 INFO O| Feb 27 03:23:48.523 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93442026-02-27T03:23:49.852Z[ host-image] Feb 27 03:23:48.531 INFO O| Feb 27 03:23:48.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93452026-02-27T03:23:49.852Z[ host-image] Feb 27 03:23:48.531 INFO O| Feb 27 03:23:48.531 INFO STEP 56 (remove_files) COMPLETE
93462026-02-27T03:23:49.852Z[ host-image] Feb 27 03:23:48.531 INFO O| Feb 27 03:23:48.531 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93472026-02-27T03:23:49.861Z[ host-image] Feb 27 03:23:48.539 INFO O| Feb 27 03:23:48.539 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93482026-02-27T03:23:49.861Z[ host-image] Feb 27 03:23:48.539 INFO O| Feb 27 03:23:48.539 INFO STEP 57 (remove_files) COMPLETE
93492026-02-27T03:23:49.864Z[ host-image] Feb 27 03:23:48.539 INFO O| Feb 27 03:23:48.539 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93502026-02-27T03:23:49.869Z[ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93512026-02-27T03:23:49.870Z[ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93522026-02-27T03:23:49.873Z[ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93532026-02-27T03:23:49.873Z[ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93542026-02-27T03:23:49.873Z[ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93552026-02-27T03:23:49.873Z[ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93562026-02-27T03:23:49.873Z[ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO ok!
93572026-02-27T03:23:49.873Z[ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO STEP 58 (ensure_file) COMPLETE
93582026-02-27T03:23:49.873Z[ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93592026-02-27T03:23:49.878Z[ host-image] Feb 27 03:23:48.556 INFO O| Feb 27 03:23:48.556 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93602026-02-27T03:23:49.878Z[ host-image] Feb 27 03:23:48.556 INFO O| Feb 27 03:23:48.556 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93612026-02-27T03:23:49.881Z[ host-image] Feb 27 03:23:48.557 INFO O| Feb 27 03:23:48.557 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93622026-02-27T03:23:49.881Z[ host-image] Feb 27 03:23:48.557 INFO O| Feb 27 03:23:48.557 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93632026-02-27T03:23:49.881Z[ host-image] Feb 27 03:23:48.557 INFO O| Feb 27 03:23:48.557 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93642026-02-27T03:23:49.881Z[ host-image] Feb 27 03:23:48.557 INFO O| Feb 27 03:23:48.557 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93652026-02-27T03:23:49.881Z[ host-image] Feb 27 03:23:48.557 INFO O| Feb 27 03:23:48.557 INFO ok!
93662026-02-27T03:23:49.881Z[ host-image] Feb 27 03:23:48.557 INFO O| Feb 27 03:23:48.557 INFO STEP 59 (ensure_file) COMPLETE
93672026-02-27T03:23:49.881Z[ host-image] Feb 27 03:23:48.557 INFO O| Feb 27 03:23:48.557 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93682026-02-27T03:23:49.887Z[ host-image] Feb 27 03:23:48.565 INFO O| Feb 27 03:23:48.565 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93692026-02-27T03:23:49.887Z[ host-image] Feb 27 03:23:48.565 INFO O| Feb 27 03:23:48.565 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93702026-02-27T03:23:49.887Z[ host-image] Feb 27 03:23:48.565 INFO O| Feb 27 03:23:48.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93712026-02-27T03:23:49.887Z[ host-image] Feb 27 03:23:48.565 INFO O| Feb 27 03:23:48.565 INFO ok!
93722026-02-27T03:23:49.893Z[ host-image] Feb 27 03:23:48.565 INFO O| Feb 27 03:23:48.565 INFO STEP 60 (ensure_file) COMPLETE
93732026-02-27T03:23:49.893Z[ host-image] Feb 27 03:23:48.565 INFO O| Feb 27 03:23:48.565 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93742026-02-27T03:23:49.896Z[ host-image] Feb 27 03:23:48.574 INFO O| Feb 27 03:23:48.574 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93752026-02-27T03:23:49.896Z[ host-image] Feb 27 03:23:48.574 INFO O| Feb 27 03:23:48.574 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93762026-02-27T03:23:49.896Z[ host-image] Feb 27 03:23:48.574 INFO O| Feb 27 03:23:48.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93772026-02-27T03:23:49.896Z[ host-image] Feb 27 03:23:48.574 INFO O| Feb 27 03:23:48.574 INFO ok!
93782026-02-27T03:23:49.896Z[ host-image] Feb 27 03:23:48.574 INFO O| Feb 27 03:23:48.574 INFO STEP 61 (ensure_file) COMPLETE
93792026-02-27T03:23:49.896Z[ host-image] Feb 27 03:23:48.574 INFO O| Feb 27 03:23:48.574 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93802026-02-27T03:23:49.905Z[ host-image] Feb 27 03:23:48.583 INFO O| Feb 27 03:23:48.583 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
93812026-02-27T03:23:49.905Z[ host-image] Feb 27 03:23:48.583 INFO O| Feb 27 03:23:48.583 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
93822026-02-27T03:23:49.909Z[ host-image] Feb 27 03:23:48.583 INFO O| Feb 27 03:23:48.583 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93832026-02-27T03:23:49.909Z[ host-image] Feb 27 03:23:48.583 INFO O| Feb 27 03:23:48.583 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93842026-02-27T03:23:49.909Z[ host-image] Feb 27 03:23:48.583 INFO O| Feb 27 03:23:48.583 INFO ok!
93852026-02-27T03:23:49.910Z[ host-image] Feb 27 03:23:48.583 INFO O| Feb 27 03:23:48.583 INFO STEP 62 (ensure_file) COMPLETE
93862026-02-27T03:23:49.910Z[ host-image] Feb 27 03:23:48.583 INFO O| Feb 27 03:23:48.583 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93872026-02-27T03:23:49.916Z[ host-image] Feb 27 03:23:48.594 INFO O| Feb 27 03:23:48.594 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
93882026-02-27T03:23:49.916Z[ host-image] Feb 27 03:23:48.594 INFO O| Feb 27 03:23:48.594 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
93892026-02-27T03:23:49.919Z[ host-image] Feb 27 03:23:48.594 INFO O| Feb 27 03:23:48.594 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93902026-02-27T03:23:49.919Z[ host-image] Feb 27 03:23:48.594 INFO O| Feb 27 03:23:48.594 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93912026-02-27T03:23:49.919Z[ host-image] Feb 27 03:23:48.594 INFO O| Feb 27 03:23:48.594 INFO ok!
93922026-02-27T03:23:49.919Z[ host-image] Feb 27 03:23:48.594 INFO O| Feb 27 03:23:48.594 INFO STEP 63 (ensure_file) COMPLETE
93932026-02-27T03:23:49.919Z[ host-image] Feb 27 03:23:48.594 INFO O| Feb 27 03:23:48.594 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93942026-02-27T03:23:49.927Z[ host-image] Feb 27 03:23:48.606 INFO O| Feb 27 03:23:48.605 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
93952026-02-27T03:23:49.931Z[ host-image] Feb 27 03:23:48.606 INFO O| Feb 27 03:23:48.606 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
93962026-02-27T03:23:49.931Z[ host-image] Feb 27 03:23:48.606 INFO O| Feb 27 03:23:48.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
93972026-02-27T03:23:49.931Z[ host-image] Feb 27 03:23:48.606 INFO O| Feb 27 03:23:48.606 INFO ok!
93982026-02-27T03:23:49.931Z[ host-image] Feb 27 03:23:48.606 INFO O| Feb 27 03:23:48.606 INFO STEP 64 (assemble_files) COMPLETE
93992026-02-27T03:23:49.931Z[ host-image] Feb 27 03:23:48.606 INFO O| Feb 27 03:23:48.606 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94002026-02-27T03:23:49.938Z[ host-image] Feb 27 03:23:48.614 INFO O| Feb 27 03:23:48.614 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
94012026-02-27T03:23:49.941Z[ host-image] Feb 27 03:23:48.614 INFO O| Feb 27 03:23:48.614 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
94022026-02-27T03:23:49.941Z[ host-image] Feb 27 03:23:48.615 INFO O| Feb 27 03:23:48.614 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94032026-02-27T03:23:49.941Z[ host-image] Feb 27 03:23:48.615 INFO O| Feb 27 03:23:48.615 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94042026-02-27T03:23:49.941Z[ host-image] Feb 27 03:23:48.615 INFO O| Feb 27 03:23:48.615 INFO ok!
94052026-02-27T03:23:49.941Z[ host-image] Feb 27 03:23:48.615 INFO O| Feb 27 03:23:48.615 INFO STEP 65 (ensure_file) COMPLETE
94062026-02-27T03:23:49.941Z[ host-image] Feb 27 03:23:48.615 INFO O| Feb 27 03:23:48.615 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94072026-02-27T03:23:49.945Z[ host-image] Feb 27 03:23:48.622 INFO O| Feb 27 03:23:48.622 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94082026-02-27T03:23:49.945Z[ host-image] Feb 27 03:23:48.622 INFO O| Feb 27 03:23:48.622 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94092026-02-27T03:23:49.945Z[ host-image] Feb 27 03:23:48.622 INFO O| Feb 27 03:23:48.622 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94102026-02-27T03:23:49.945Z[ host-image] Feb 27 03:23:48.622 INFO O| Feb 27 03:23:48.622 INFO STEP 66 (ensure_dir) COMPLETE
94112026-02-27T03:23:49.945Z[ host-image] Feb 27 03:23:48.622 INFO O| Feb 27 03:23:48.622 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94122026-02-27T03:23:49.952Z[ host-image] Feb 27 03:23:48.630 INFO O| Feb 27 03:23:48.630 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
94132026-02-27T03:23:49.952Z[ host-image] Feb 27 03:23:48.630 INFO O| Feb 27 03:23:48.630 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 ...
94142026-02-27T03:23:49.959Z[ host-image] Feb 27 03:23:48.637 INFO O| Feb 27 03:23:48.637 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
94152026-02-27T03:23:49.959Z[ host-image] Feb 27 03:23:48.637 INFO O| Feb 27 03:23:48.637 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94162026-02-27T03:23:49.959Z[ host-image] Feb 27 03:23:48.637 INFO O| Feb 27 03:23:48.637 INFO ok!
94172026-02-27T03:23:49.962Z[ host-image] Feb 27 03:23:48.637 INFO O| Feb 27 03:23:48.637 INFO STEP 67 (ensure_file) COMPLETE
94182026-02-27T03:23:49.962Z[ host-image] Feb 27 03:23:48.637 INFO O| Feb 27 03:23:48.637 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94192026-02-27T03:23:49.967Z[ host-image] Feb 27 03:23:48.645 INFO O| Feb 27 03:23:48.645 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94202026-02-27T03:23:49.967Z[ host-image] Feb 27 03:23:48.645 INFO O| Feb 27 03:23:48.645 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 ...
94212026-02-27T03:23:49.970Z[ host-image] Feb 27 03:23:48.646 INFO O| Feb 27 03:23:48.646 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
94222026-02-27T03:23:49.970Z[ host-image] Feb 27 03:23:48.646 INFO O| Feb 27 03:23:48.646 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94232026-02-27T03:23:49.970Z[ host-image] Feb 27 03:23:48.646 INFO O| Feb 27 03:23:48.646 INFO ok!
94242026-02-27T03:23:49.970Z[ host-image] Feb 27 03:23:48.646 INFO O| Feb 27 03:23:48.646 INFO STEP 68 (ensure_file) COMPLETE
94252026-02-27T03:23:49.970Z[ host-image] Feb 27 03:23:48.646 INFO O| Feb 27 03:23:48.646 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94262026-02-27T03:23:49.979Z[ host-image] Feb 27 03:23:48.657 INFO O| Feb 27 03:23:48.657 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94272026-02-27T03:23:49.979Z[ host-image] Feb 27 03:23:48.657 INFO O| Feb 27 03:23:48.657 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94282026-02-27T03:23:52.181Z[ host-image] Feb 27 03:23:50.859 INFO O| Feb 27 03:23:50.859 INFO STEP 69 (pack_tar) COMPLETE
94292026-02-27T03:23:52.181Z[ host-image] Feb 27 03:23:50.859 INFO O| Feb 27 03:23:50.859 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94302026-02-27T03:23:52.184Z[ host-image] Feb 27 03:23:50.859 INFO O| Feb 27 03:23:50.859 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94312026-02-27T03:23:52.523Z[ host-image] Feb 27 03:23:51.201 INFO O| Feb 27 03:23:51.200 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94322026-02-27T03:23:52.613Z[ host-image] Feb 27 03:23:51.289 INFO O| Feb 27 03:23:51.289 INFO completed processing sled/ramdisk-02-trim
94332026-02-27T03:23:52.617Z[ host-image] Feb 27 03:23:51.291 INFO image builder template: zfs...
94342026-02-27T03:23:52.617Z[ host-image] Feb 27 03:23:51.291 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/.tmpaFY3GB/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
94352026-02-27T03:23:52.629Z[ host-image] Feb 27 03:23:51.307 INFO O| Feb 27 03:23:51.307 INFO skip include "stress" because feature "stress" is not enabled
94362026-02-27T03:23:52.629Z[ host-image] Feb 27 03:23:51.307 INFO O| Feb 27 03:23:51.307 INFO skip include "stress" because feature "compliance" is not enabled
94372026-02-27T03:23:52.664Z[ host-image] Feb 27 03:23:51.342 INFO O| Feb 27 03:23:51.342 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94382026-02-27T03:23:52.668Z[ host-image] Feb 27 03:23:51.346 INFO O| Feb 27 03:23:51.346 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94392026-02-27T03:23:52.764Z[ host-image] Feb 27 03:23:51.442 INFO O| Feb 27 03:23:51.442 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94402026-02-27T03:23:52.827Z[ host-image] Feb 27 03:23:51.505 INFO O| Feb 27 03:23:51.505 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94412026-02-27T03:23:52.827Z[ host-image] Feb 27 03:23:51.505 INFO O| Feb 27 03:23:51.505 INFO work dataset: rpool/images/build/host/work/sled/zfs
94422026-02-27T03:23:52.830Z[ host-image] Feb 27 03:23:51.508 INFO O| Feb 27 03:23:51.508 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94432026-02-27T03:23:52.975Z[ host-image] Feb 27 03:23:51.653 INFO O| Feb 27 03:23:51.653 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94442026-02-27T03:23:53.039Z[ host-image] Feb 27 03:23:51.717 INFO O| Feb 27 03:23:51.717 INFO DESTROY POOL: TEMPORARY-sled-zfs
94452026-02-27T03:23:53.047Z[ host-image] Feb 27 03:23:51.725 INFO O| Feb 27 03:23:51.725 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94462026-02-27T03:23:53.051Z[ host-image] Feb 27 03:23:51.729 INFO O| Feb 27 03:23:51.729 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94472026-02-27T03:23:53.051Z[ host-image] Feb 27 03:23:51.730 INFO O| Feb 27 03:23:51.729 INFO no lofi found
94482026-02-27T03:23:53.054Z[ host-image] Feb 27 03:23:51.730 INFO O| Feb 27 03:23:51.730 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94492026-02-27T03:23:53.054Z[ host-image] Feb 27 03:23:51.730 INFO O| Feb 27 03:23:51.730 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94502026-02-27T03:23:54.325Z[ host-image] Feb 27 03:23:53.003 INFO O| Feb 27 03:23:53.003 INFO lofi device = /dev/dsk/c2t1d0p0
94512026-02-27T03:23:54.325Z[ host-image] Feb 27 03:23:53.003 INFO O| Feb 27 03:23:53.003 INFO pool device = /dev/dsk/c2t1d0p0
94522026-02-27T03:23:54.325Z[ host-image] Feb 27 03:23:53.003 INFO O| Feb 27 03:23:53.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"]
94532026-02-27T03:23:54.432Z[ host-image] Feb 27 03:23:53.110 INFO O| Feb 27 03:23:53.110 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94542026-02-27T03:23:54.432Z[ host-image] Feb 27 03:23:53.110 INFO O| Feb 27 03:23:53.110 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94552026-02-27T03:23:54.451Z[ host-image] Feb 27 03:23:53.129 INFO O| Feb 27 03:23:53.129 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94562026-02-27T03:23:54.511Z[ host-image] Feb 27 03:23:53.188 INFO O| Feb 27 03:23:53.188 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94572026-02-27T03:23:54.545Z[ host-image] Feb 27 03:23:53.222 INFO O| Feb 27 03:23:53.222 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94582026-02-27T03:23:54.556Z[ host-image] Feb 27 03:23:53.234 INFO O| Feb 27 03:23:53.234 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94592026-02-27T03:23:54.565Z[ host-image] Feb 27 03:23:53.243 INFO O| Feb 27 03:23:53.243 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94602026-02-27T03:23:54.607Z[ host-image] Feb 27 03:23:53.285 INFO O| Feb 27 03:23:53.285 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94612026-02-27T03:23:54.607Z[ host-image] Feb 27 03:23:53.285 INFO O| Feb 27 03:23:53.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94622026-02-27T03:23:54.608Z[ host-image] Feb 27 03:23:53.285 INFO O| Feb 27 03:23:53.285 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94632026-02-27T03:23:54.616Z[ host-image] Feb 27 03:23:53.294 INFO O| Feb 27 03:23:53.294 INFO boot environment UUID: c3c459e5-ddb0-4cac-98f0-17236509ff88
94642026-02-27T03:23:54.616Z[ host-image] Feb 27 03:23:53.294 INFO O| Feb 27 03:23:53.294 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = c3c459e5-ddb0-4cac-98f0-17236509ff88
94652026-02-27T03:23:54.624Z[ host-image] Feb 27 03:23:53.302 INFO O| Feb 27 03:23:53.302 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94662026-02-27T03:23:54.633Z[ host-image] Feb 27 03:23:53.311 INFO O| Feb 27 03:23:53.311 INFO STEP 0 (create_be) COMPLETE
94672026-02-27T03:23:54.636Z[ host-image] Feb 27 03:23:53.311 INFO O| Feb 27 03:23:53.311 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94682026-02-27T03:23:54.647Z[ host-image] Feb 27 03:23:53.324 INFO O| Feb 27 03:23:53.324 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94692026-02-27T03:24:04.798Z[ recovery-image] Feb 27 03:24:03.467 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)
94702026-02-27T03:24:10.553Z[ recovery-image] Feb 27 03:24:09.229 INFO E| Compiling bitflags v1.3.2
94712026-02-27T03:24:10.553Z[ recovery-image] Feb 27 03:24:09.229 INFO E| Compiling adler2 v2.0.1
94722026-02-27T03:24:10.553Z[ recovery-image] Feb 27 03:24:09.229 INFO E| Compiling bitflags v2.10.0
94732026-02-27T03:24:10.554Z[ recovery-image] Feb 27 03:24:09.229 INFO E| Compiling scroll v0.13.0
94742026-02-27T03:24:10.557Z[ recovery-image] Feb 27 03:24:09.229 INFO E| Compiling log v0.4.29
94752026-02-27T03:24:10.557Z[ recovery-image] Feb 27 03:24:09.229 INFO E| Compiling plain v0.2.3
94762026-02-27T03:24:10.557Z[ recovery-image] Feb 27 03:24:09.229 INFO E| Compiling bit_field v0.10.3
94772026-02-27T03:24:10.710Z[ recovery-image] Feb 27 03:24:09.385 INFO E| Compiling raw-cpuid v10.7.0
94782026-02-27T03:24:11.039Z[ recovery-image] Feb 27 03:24:09.715 INFO E| Compiling cpio_reader v0.1.2
94792026-02-27T03:24:11.062Z[ recovery-image] Feb 27 03:24:09.739 INFO E| Compiling miniz_oxide v0.9.0
94802026-02-27T03:24:11.293Z[ recovery-image] Feb 27 03:24:09.969 INFO E| Compiling static_assertions v1.1.0
94812026-02-27T03:24:11.480Z[ recovery-image] Feb 27 03:24:10.155 INFO E| Compiling bitstruct v0.1.1
94822026-02-27T03:24:12.114Z[ recovery-image] Feb 27 03:24:10.790 INFO E| Compiling goblin v0.10.4
94832026-02-27T03:24:14.855Z[ host-image] Feb 27 03:24:13.530 INFO O| Feb 27 03:24:13.530 INFO STEP 1 (unpack_tar) COMPLETE
94842026-02-27T03:24:14.855Z[ host-image] Feb 27 03:24:13.530 INFO O| Feb 27 03:24:13.530 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94852026-02-27T03:24:14.870Z[ host-image] Feb 27 03:24:13.545 INFO O| Feb 27 03:24:13.545 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94862026-02-27T03:24:15.476Z[ host-image] Feb 27 03:24:14.149 INFO O| Feb 27 03:24:14.149 INFO STEP 2 (devfsadm) COMPLETE
94872026-02-27T03:24:15.476Z[ host-image] Feb 27 03:24:14.149 INFO O| Feb 27 03:24:14.149 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94882026-02-27T03:24:15.484Z[ host-image] Feb 27 03:24:14.160 INFO O| Feb 27 03:24:14.160 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94892026-02-27T03:24:15.488Z[ host-image] Feb 27 03:24:14.160 INFO O| Feb 27 03:24:14.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94902026-02-27T03:24:15.488Z[ host-image] Feb 27 03:24:14.160 INFO O| Feb 27 03:24:14.160 INFO STEP 3 (ensure_dir) COMPLETE
94912026-02-27T03:24:15.488Z[ host-image] Feb 27 03:24:14.160 INFO O| Feb 27 03:24:14.160 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94922026-02-27T03:24:15.498Z[ host-image] Feb 27 03:24:14.174 INFO O| Feb 27 03:24:14.173 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94932026-02-27T03:24:15.498Z[ host-image] Feb 27 03:24:14.174 INFO O| Feb 27 03:24:14.174 INFO STEP 4 (ensure_dir) COMPLETE
94942026-02-27T03:24:15.501Z[ host-image] Feb 27 03:24:14.174 INFO O| Feb 27 03:24:14.174 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94952026-02-27T03:24:15.512Z[ host-image] Feb 27 03:24:14.188 INFO O| Feb 27 03:24:14.188 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94962026-02-27T03:24:15.512Z[ host-image] Feb 27 03:24:14.188 INFO O| Feb 27 03:24:14.188 INFO STEP 5 (ensure_dir) COMPLETE
94972026-02-27T03:24:15.515Z[ host-image] Feb 27 03:24:14.188 INFO O| Feb 27 03:24:14.188 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94982026-02-27T03:24:15.526Z[ host-image] Feb 27 03:24:14.202 INFO O| Feb 27 03:24:14.202 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94992026-02-27T03:24:15.526Z[ host-image] Feb 27 03:24:14.202 INFO O| Feb 27 03:24:14.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95002026-02-27T03:24:15.530Z[ host-image] Feb 27 03:24:14.202 INFO O| Feb 27 03:24:14.202 INFO STEP 6 (ensure_dir) COMPLETE
95012026-02-27T03:24:15.530Z[ host-image] Feb 27 03:24:14.202 INFO O| Feb 27 03:24:14.202 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95022026-02-27T03:24:15.539Z[ host-image] Feb 27 03:24:14.215 INFO O| Feb 27 03:24:14.215 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95032026-02-27T03:24:15.539Z[ host-image] Feb 27 03:24:14.215 INFO O| Feb 27 03:24:14.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95042026-02-27T03:24:15.542Z[ host-image] Feb 27 03:24:14.215 INFO O| Feb 27 03:24:14.215 INFO STEP 7 (ensure_dir) COMPLETE
95052026-02-27T03:24:15.542Z[ host-image] Feb 27 03:24:14.215 INFO O| Feb 27 03:24:14.215 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95062026-02-27T03:24:15.550Z[ host-image] Feb 27 03:24:14.226 INFO O| Feb 27 03:24:14.226 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
95072026-02-27T03:24:15.554Z[ host-image] Feb 27 03:24:14.226 INFO O| Feb 27 03:24:14.226 INFO STEP 8 (remove_files) COMPLETE
95082026-02-27T03:24:15.554Z[ host-image] Feb 27 03:24:14.226 INFO O| Feb 27 03:24:14.226 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95092026-02-27T03:24:15.564Z[ host-image] Feb 27 03:24:14.238 INFO O| Feb 27 03:24:14.238 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
95102026-02-27T03:24:15.568Z[ host-image] Feb 27 03:24:14.240 INFO O| Feb 27 03:24:14.240 INFO STEP 9 (remove_files) COMPLETE
95112026-02-27T03:24:15.568Z[ host-image] Feb 27 03:24:14.240 INFO O| Feb 27 03:24:14.240 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95122026-02-27T03:24:15.578Z[ host-image] Feb 27 03:24:14.254 INFO O| Feb 27 03:24:14.254 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
95132026-02-27T03:24:15.586Z[ host-image] Feb 27 03:24:14.256 INFO O| Feb 27 03:24:14.256 INFO STEP 10 (remove_files) COMPLETE
95142026-02-27T03:24:15.586Z[ host-image] Feb 27 03:24:14.256 INFO O| Feb 27 03:24:14.256 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95152026-02-27T03:24:15.596Z[ host-image] Feb 27 03:24:14.272 INFO O| Feb 27 03:24:14.272 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
95162026-02-27T03:24:15.596Z[ host-image] Feb 27 03:24:14.272 INFO O| Feb 27 03:24:14.272 INFO STEP 11 (remove_files) COMPLETE
95172026-02-27T03:24:15.596Z[ host-image] Feb 27 03:24:14.272 INFO O| Feb 27 03:24:14.272 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95182026-02-27T03:24:15.612Z[ host-image] Feb 27 03:24:14.288 INFO O| Feb 27 03:24:14.288 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
95192026-02-27T03:24:15.612Z[ host-image] Feb 27 03:24:14.288 INFO O| Feb 27 03:24:14.288 INFO STEP 12 (remove_files) COMPLETE
95202026-02-27T03:24:15.615Z[ host-image] Feb 27 03:24:14.288 INFO O| Feb 27 03:24:14.288 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95212026-02-27T03:24:15.627Z[ host-image] Feb 27 03:24:14.303 INFO O| Feb 27 03:24:14.303 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95222026-02-27T03:24:15.627Z[ host-image] Feb 27 03:24:14.303 INFO O| Feb 27 03:24:14.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95232026-02-27T03:24:15.630Z[ host-image] Feb 27 03:24:14.303 INFO O| Feb 27 03:24:14.303 INFO STEP 13 (ensure_dir) COMPLETE
95242026-02-27T03:24:15.630Z[ host-image] Feb 27 03:24:14.303 INFO O| Feb 27 03:24:14.303 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95252026-02-27T03:24:15.643Z[ host-image] Feb 27 03:24:14.319 INFO O| Feb 27 03:24:14.319 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95262026-02-27T03:24:15.643Z[ host-image] Feb 27 03:24:14.319 INFO O| Feb 27 03:24:14.319 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95272026-02-27T03:24:15.643Z[ host-image] Feb 27 03:24:14.319 INFO O| Feb 27 03:24:14.319 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95282026-02-27T03:24:15.646Z[ host-image] Feb 27 03:24:14.319 INFO O| Feb 27 03:24:14.319 INFO STEP 14 (ensure_dir) COMPLETE
95292026-02-27T03:24:15.646Z[ host-image] Feb 27 03:24:14.319 INFO O| Feb 27 03:24:14.319 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95302026-02-27T03:24:15.658Z[ host-image] Feb 27 03:24:14.334 INFO O| Feb 27 03:24:14.334 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95312026-02-27T03:24:15.658Z[ host-image] Feb 27 03:24:14.334 INFO O| Feb 27 03:24:14.334 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95322026-02-27T03:24:15.658Z[ host-image] Feb 27 03:24:14.334 INFO O| Feb 27 03:24:14.334 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95332026-02-27T03:24:15.662Z[ host-image] Feb 27 03:24:14.334 INFO O| Feb 27 03:24:14.334 INFO STEP 15 (ensure_dir) COMPLETE
95342026-02-27T03:24:15.662Z[ host-image] Feb 27 03:24:14.334 INFO O| Feb 27 03:24:14.334 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95352026-02-27T03:24:15.674Z[ host-image] Feb 27 03:24:14.350 INFO O| Feb 27 03:24:14.350 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95362026-02-27T03:24:15.674Z[ host-image] Feb 27 03:24:14.350 INFO O| Feb 27 03:24:14.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95372026-02-27T03:24:15.674Z[ host-image] Feb 27 03:24:14.350 INFO O| Feb 27 03:24:14.350 INFO STEP 16 (ensure_dir) COMPLETE
95382026-02-27T03:24:15.677Z[ host-image] Feb 27 03:24:14.350 INFO O| Feb 27 03:24:14.350 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95392026-02-27T03:24:15.690Z[ host-image] Feb 27 03:24:14.366 INFO O| Feb 27 03:24:14.366 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95402026-02-27T03:24:15.690Z[ host-image] Feb 27 03:24:14.366 INFO O| Feb 27 03:24:14.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95412026-02-27T03:24:15.694Z[ host-image] Feb 27 03:24:14.366 INFO O| Feb 27 03:24:14.366 INFO STEP 17 (ensure_dir) COMPLETE
95422026-02-27T03:24:15.694Z[ host-image] Feb 27 03:24:14.366 INFO O| Feb 27 03:24:14.366 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95432026-02-27T03:24:15.705Z[ host-image] Feb 27 03:24:14.381 INFO O| Feb 27 03:24:14.381 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
95442026-02-27T03:24:15.705Z[ host-image] Feb 27 03:24:14.381 INFO O| Feb 27 03:24:14.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
95452026-02-27T03:24:15.705Z[ host-image] Feb 27 03:24:14.381 INFO O| Feb 27 03:24:14.381 INFO ok!
95462026-02-27T03:24:15.705Z[ host-image] Feb 27 03:24:14.381 INFO O| Feb 27 03:24:14.381 INFO STEP 18 (ensure_symlink) COMPLETE
95472026-02-27T03:24:15.708Z[ host-image] Feb 27 03:24:14.381 INFO O| Feb 27 03:24:14.381 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95482026-02-27T03:24:15.719Z[ host-image] Feb 27 03:24:14.395 INFO O| Feb 27 03:24:14.395 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95492026-02-27T03:24:15.719Z[ host-image] Feb 27 03:24:14.395 INFO O| Feb 27 03:24:14.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95502026-02-27T03:24:15.719Z[ host-image] Feb 27 03:24:14.395 INFO O| Feb 27 03:24:14.395 INFO ok!
95512026-02-27T03:24:15.723Z[ host-image] Feb 27 03:24:14.395 INFO O| Feb 27 03:24:14.395 INFO STEP 19 (ensure_file) COMPLETE
95522026-02-27T03:24:15.723Z[ host-image] Feb 27 03:24:14.395 INFO O| Feb 27 03:24:14.395 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95532026-02-27T03:24:15.733Z[ host-image] Feb 27 03:24:14.409 INFO O| Feb 27 03:24:14.409 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95542026-02-27T03:24:15.733Z[ host-image] Feb 27 03:24:14.409 INFO O| Feb 27 03:24:14.409 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95552026-02-27T03:24:15.733Z[ host-image] Feb 27 03:24:14.409 INFO O| Feb 27 03:24:14.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95562026-02-27T03:24:15.736Z[ host-image] Feb 27 03:24:14.409 INFO O| Feb 27 03:24:14.409 INFO ok!
95572026-02-27T03:24:15.736Z[ host-image] Feb 27 03:24:14.409 INFO O| Feb 27 03:24:14.409 INFO STEP 20 (ensure_symlink) COMPLETE
95582026-02-27T03:24:15.737Z[ host-image] Feb 27 03:24:14.409 INFO O| Feb 27 03:24:14.409 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95592026-02-27T03:24:15.749Z[ host-image] Feb 27 03:24:14.425 INFO O| Feb 27 03:24:14.425 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95602026-02-27T03:24:15.749Z[ host-image] Feb 27 03:24:14.425 INFO O| Feb 27 03:24:14.425 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95612026-02-27T03:24:15.752Z[ host-image] Feb 27 03:24:14.425 INFO O| Feb 27 03:24:14.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95622026-02-27T03:24:15.752Z[ host-image] Feb 27 03:24:14.425 INFO O| Feb 27 03:24:14.425 INFO ok!
95632026-02-27T03:24:15.752Z[ host-image] Feb 27 03:24:14.425 INFO O| Feb 27 03:24:14.425 INFO STEP 21 (ensure_symlink) COMPLETE
95642026-02-27T03:24:15.752Z[ host-image] Feb 27 03:24:14.425 INFO O| Feb 27 03:24:14.425 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95652026-02-27T03:24:15.765Z[ host-image] Feb 27 03:24:14.441 INFO O| Feb 27 03:24:14.441 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95662026-02-27T03:24:15.765Z[ host-image] Feb 27 03:24:14.441 INFO O| Feb 27 03:24:14.441 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95672026-02-27T03:24:15.765Z[ host-image] Feb 27 03:24:14.441 INFO O| Feb 27 03:24:14.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95682026-02-27T03:24:15.768Z[ host-image] Feb 27 03:24:14.441 INFO O| Feb 27 03:24:14.441 INFO ok!
95692026-02-27T03:24:15.768Z[ host-image] Feb 27 03:24:14.441 INFO O| Feb 27 03:24:14.441 INFO STEP 22 (ensure_symlink) COMPLETE
95702026-02-27T03:24:15.768Z[ host-image] Feb 27 03:24:14.441 INFO O| Feb 27 03:24:14.441 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95712026-02-27T03:24:15.780Z[ host-image] Feb 27 03:24:14.456 INFO O| Feb 27 03:24:14.456 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95722026-02-27T03:24:15.780Z[ host-image] Feb 27 03:24:14.456 INFO O| Feb 27 03:24:14.456 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95732026-02-27T03:24:15.784Z[ host-image] Feb 27 03:24:14.456 INFO O| Feb 27 03:24:14.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95742026-02-27T03:24:15.784Z[ host-image] Feb 27 03:24:14.456 INFO O| Feb 27 03:24:14.456 INFO ok!
95752026-02-27T03:24:15.784Z[ host-image] Feb 27 03:24:14.456 INFO O| Feb 27 03:24:14.456 INFO STEP 23 (ensure_symlink) COMPLETE
95762026-02-27T03:24:15.784Z[ host-image] Feb 27 03:24:14.456 INFO O| Feb 27 03:24:14.456 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95772026-02-27T03:24:15.795Z[ host-image] Feb 27 03:24:14.471 INFO O| Feb 27 03:24:14.471 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95782026-02-27T03:24:15.795Z[ host-image] Feb 27 03:24:14.471 INFO O| Feb 27 03:24:14.471 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95792026-02-27T03:24:15.798Z[ host-image] Feb 27 03:24:14.471 INFO O| Feb 27 03:24:14.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95802026-02-27T03:24:15.798Z[ host-image] Feb 27 03:24:14.471 INFO O| Feb 27 03:24:14.471 INFO ok!
95812026-02-27T03:24:15.798Z[ host-image] Feb 27 03:24:14.471 INFO O| Feb 27 03:24:14.471 INFO STEP 24 (ensure_file) COMPLETE
95822026-02-27T03:24:15.798Z[ host-image] Feb 27 03:24:14.471 INFO O| Feb 27 03:24:14.471 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95832026-02-27T03:24:15.809Z[ host-image] Feb 27 03:24:14.485 INFO O| Feb 27 03:24:14.485 INFO updating shadow file
95842026-02-27T03:24:15.812Z[ host-image] Feb 27 03:24:14.485 INFO O| Feb 27 03:24:14.485 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95852026-02-27T03:24:15.813Z[ host-image] Feb 27 03:24:14.486 INFO O| Feb 27 03:24:14.485 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95862026-02-27T03:24:15.813Z[ host-image] Feb 27 03:24:14.486 INFO O| Feb 27 03:24:14.486 INFO STEP 25 (shadow) COMPLETE
95872026-02-27T03:24:15.813Z[ host-image] Feb 27 03:24:14.486 INFO O| Feb 27 03:24:14.486 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95882026-02-27T03:24:15.825Z[ host-image] Feb 27 03:24:14.501 INFO O| Feb 27 03:24:14.501 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95892026-02-27T03:24:15.826Z[ host-image] Feb 27 03:24:14.501 INFO O| Feb 27 03:24:14.501 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95902026-02-27T03:24:15.826Z[ host-image] Feb 27 03:24:14.501 INFO O| Feb 27 03:24:14.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95912026-02-27T03:24:15.835Z[ host-image] Feb 27 03:24:14.501 INFO O| Feb 27 03:24:14.501 INFO ok!
95922026-02-27T03:24:15.835Z[ host-image] Feb 27 03:24:14.501 INFO O| Feb 27 03:24:14.501 INFO STEP 26 (ensure_file) COMPLETE
95932026-02-27T03:24:15.835Z[ host-image] Feb 27 03:24:14.501 INFO O| Feb 27 03:24:14.501 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95942026-02-27T03:24:15.839Z[ host-image] Feb 27 03:24:14.515 INFO O| Feb 27 03:24:14.515 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
95952026-02-27T03:24:15.839Z[ host-image] Feb 27 03:24:14.515 INFO O| Feb 27 03:24:14.515 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
95962026-02-27T03:24:15.847Z[ host-image] Feb 27 03:24:14.515 INFO O| Feb 27 03:24:14.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
95972026-02-27T03:24:15.847Z[ host-image] Feb 27 03:24:14.515 INFO O| Feb 27 03:24:14.515 INFO ok!
95982026-02-27T03:24:15.847Z[ host-image] Feb 27 03:24:14.515 INFO O| Feb 27 03:24:14.515 INFO STEP 27 (ensure_file) COMPLETE
95992026-02-27T03:24:15.847Z[ host-image] Feb 27 03:24:14.515 INFO O| Feb 27 03:24:14.515 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96002026-02-27T03:24:15.853Z[ host-image] Feb 27 03:24:14.530 INFO O| Feb 27 03:24:14.529 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
96012026-02-27T03:24:15.854Z[ host-image] Feb 27 03:24:14.530 INFO O| Feb 27 03:24:14.530 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
96022026-02-27T03:24:15.854Z[ host-image] Feb 27 03:24:14.530 INFO O| Feb 27 03:24:14.530 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96032026-02-27T03:24:15.854Z[ host-image] Feb 27 03:24:14.530 INFO O| Feb 27 03:24:14.530 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96042026-02-27T03:24:15.857Z[ host-image] Feb 27 03:24:14.530 INFO O| Feb 27 03:24:14.530 INFO ok!
96052026-02-27T03:24:15.857Z[ host-image] Feb 27 03:24:14.530 INFO O| Feb 27 03:24:14.530 INFO STEP 28 (ensure_file) COMPLETE
96062026-02-27T03:24:15.857Z[ host-image] Feb 27 03:24:14.530 INFO O| Feb 27 03:24:14.530 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96072026-02-27T03:24:15.870Z[ host-image] Feb 27 03:24:14.545 INFO O| Feb 27 03:24:14.545 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
96082026-02-27T03:24:15.870Z[ host-image] Feb 27 03:24:14.545 INFO O| Feb 27 03:24:14.545 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
96092026-02-27T03:24:15.874Z[ host-image] Feb 27 03:24:14.545 INFO O| Feb 27 03:24:14.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
96102026-02-27T03:24:15.874Z[ host-image] Feb 27 03:24:14.545 INFO O| Feb 27 03:24:14.545 INFO ok!
96112026-02-27T03:24:15.874Z[ host-image] Feb 27 03:24:14.545 INFO O| Feb 27 03:24:14.545 INFO STEP 29 (ensure_file) COMPLETE
96122026-02-27T03:24:15.875Z[ host-image] Feb 27 03:24:14.545 INFO O| Feb 27 03:24:14.545 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96132026-02-27T03:24:15.885Z[ host-image] Feb 27 03:24:14.560 INFO O| Feb 27 03:24:14.560 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96142026-02-27T03:24:15.885Z[ host-image] Feb 27 03:24:14.560 INFO O| Feb 27 03:24:14.560 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96152026-02-27T03:24:15.885Z[ host-image] Feb 27 03:24:14.560 INFO O| Feb 27 03:24:14.560 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96162026-02-27T03:24:15.889Z[ host-image] Feb 27 03:24:14.560 INFO O| Feb 27 03:24:14.560 INFO STEP 30 (ensure_dir) COMPLETE
96172026-02-27T03:24:15.889Z[ host-image] Feb 27 03:24:14.560 INFO O| Feb 27 03:24:14.560 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96182026-02-27T03:24:15.899Z[ host-image] Feb 27 03:24:14.575 INFO O| Feb 27 03:24:14.575 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
96192026-02-27T03:24:15.899Z[ host-image] Feb 27 03:24:14.575 INFO O| Feb 27 03:24:14.575 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
96202026-02-27T03:24:15.902Z[ host-image] Feb 27 03:24:14.575 INFO O| Feb 27 03:24:14.575 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96212026-02-27T03:24:15.902Z[ host-image] Feb 27 03:24:14.575 INFO O| Feb 27 03:24:14.575 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96222026-02-27T03:24:15.902Z[ host-image] Feb 27 03:24:14.575 INFO O| Feb 27 03:24:14.575 INFO ok!
96232026-02-27T03:24:15.902Z[ host-image] Feb 27 03:24:14.575 INFO O| Feb 27 03:24:14.575 INFO STEP 31 (ensure_file) COMPLETE
96242026-02-27T03:24:15.902Z[ host-image] Feb 27 03:24:14.575 INFO O| Feb 27 03:24:14.575 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96252026-02-27T03:24:15.915Z[ host-image] Feb 27 03:24:14.590 INFO O| Feb 27 03:24:14.590 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96262026-02-27T03:24:15.915Z[ host-image] Feb 27 03:24:14.590 INFO O| Feb 27 03:24:14.590 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96272026-02-27T03:24:15.915Z[ host-image] Feb 27 03:24:14.590 INFO O| Feb 27 03:24:14.590 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96282026-02-27T03:24:15.918Z[ host-image] Feb 27 03:24:14.590 INFO O| Feb 27 03:24:14.590 INFO STEP 32 (ensure_dir) COMPLETE
96292026-02-27T03:24:15.918Z[ host-image] Feb 27 03:24:14.590 INFO O| Feb 27 03:24:14.590 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96302026-02-27T03:24:15.928Z[ host-image] Feb 27 03:24:14.604 INFO O| Feb 27 03:24:14.604 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
96312026-02-27T03:24:15.928Z[ host-image] Feb 27 03:24:14.604 INFO O| Feb 27 03:24:14.604 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 ...
96322026-02-27T03:24:15.928Z[ host-image] Feb 27 03:24:14.604 INFO O| Feb 27 03:24:14.604 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
96332026-02-27T03:24:15.932Z[ host-image] Feb 27 03:24:14.604 INFO O| Feb 27 03:24:14.604 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
96342026-02-27T03:24:15.932Z[ host-image] Feb 27 03:24:14.605 INFO O| Feb 27 03:24:14.604 INFO ok!
96352026-02-27T03:24:15.932Z[ host-image] Feb 27 03:24:14.605 INFO O| Feb 27 03:24:14.604 INFO STEP 33 (ensure_file) COMPLETE
96362026-02-27T03:24:15.932Z[ host-image] Feb 27 03:24:14.605 INFO O| Feb 27 03:24:14.605 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96372026-02-27T03:24:15.943Z[ host-image] Feb 27 03:24:14.619 INFO O| Feb 27 03:24:14.619 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
96382026-02-27T03:24:15.943Z[ host-image] Feb 27 03:24:14.619 INFO O| Feb 27 03:24:14.619 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
96392026-02-27T03:24:15.947Z[ host-image] Feb 27 03:24:14.619 INFO O| Feb 27 03:24:14.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
96402026-02-27T03:24:15.947Z[ host-image] Feb 27 03:24:14.619 INFO O| Feb 27 03:24:14.619 INFO ok!
96412026-02-27T03:24:15.947Z[ host-image] Feb 27 03:24:14.619 INFO O| Feb 27 03:24:14.619 INFO STEP 34 (ensure_file) COMPLETE
96422026-02-27T03:24:15.947Z[ host-image] Feb 27 03:24:14.619 INFO O| Feb 27 03:24:14.619 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96432026-02-27T03:24:15.959Z[ host-image] Feb 27 03:24:14.635 INFO O| Feb 27 03:24:14.634 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
96442026-02-27T03:24:15.962Z[ host-image] Feb 27 03:24:14.635 INFO O| Feb 27 03:24:14.635 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
96452026-02-27T03:24:15.962Z[ host-image] Feb 27 03:24:14.635 INFO O| Feb 27 03:24:14.635 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96462026-02-27T03:24:15.962Z[ host-image] Feb 27 03:24:14.635 INFO O| Feb 27 03:24:14.635 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96472026-02-27T03:24:15.962Z[ host-image] Feb 27 03:24:14.635 INFO O| Feb 27 03:24:14.635 INFO ok!
96482026-02-27T03:24:15.962Z[ host-image] Feb 27 03:24:14.635 INFO O| Feb 27 03:24:14.635 INFO STEP 35 (ensure_file) COMPLETE
96492026-02-27T03:24:15.962Z[ host-image] Feb 27 03:24:14.635 INFO O| Feb 27 03:24:14.635 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96502026-02-27T03:24:15.974Z[ host-image] Feb 27 03:24:14.650 INFO O| Feb 27 03:24:14.650 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96512026-02-27T03:24:15.974Z[ host-image] Feb 27 03:24:14.650 INFO O| Feb 27 03:24:14.650 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96522026-02-27T03:24:15.977Z[ host-image] Feb 27 03:24:14.650 INFO O| Feb 27 03:24:14.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96532026-02-27T03:24:15.977Z[ host-image] Feb 27 03:24:14.650 INFO O| Feb 27 03:24:14.650 INFO ok!
96542026-02-27T03:24:15.977Z[ host-image] Feb 27 03:24:14.650 INFO O| Feb 27 03:24:14.650 INFO STEP 36 (ensure_file) COMPLETE
96552026-02-27T03:24:15.977Z[ host-image] Feb 27 03:24:14.650 INFO O| Feb 27 03:24:14.650 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96562026-02-27T03:24:15.989Z[ host-image] Feb 27 03:24:14.665 INFO O| Feb 27 03:24:14.665 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96572026-02-27T03:24:15.989Z[ host-image] Feb 27 03:24:14.665 INFO O| Feb 27 03:24:14.665 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96582026-02-27T03:24:15.993Z[ host-image] Feb 27 03:24:14.665 INFO O| Feb 27 03:24:14.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96592026-02-27T03:24:15.993Z[ host-image] Feb 27 03:24:14.665 INFO O| Feb 27 03:24:14.665 INFO ok!
96602026-02-27T03:24:15.993Z[ host-image] Feb 27 03:24:14.665 INFO O| Feb 27 03:24:14.665 INFO STEP 37 (ensure_file) COMPLETE
96612026-02-27T03:24:15.993Z[ host-image] Feb 27 03:24:14.665 INFO O| Feb 27 03:24:14.665 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96622026-02-27T03:24:16.006Z[ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96632026-02-27T03:24:16.006Z[ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96642026-02-27T03:24:16.006Z[ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96652026-02-27T03:24:16.006Z[ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96662026-02-27T03:24:16.010Z[ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96672026-02-27T03:24:16.010Z[ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96682026-02-27T03:24:16.010Z[ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO ok!
96692026-02-27T03:24:16.010Z[ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO STEP 38 (ensure_file) COMPLETE
96702026-02-27T03:24:16.010Z[ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96712026-02-27T03:24:16.021Z[ host-image] Feb 27 03:24:14.697 INFO O| Feb 27 03:24:14.697 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96722026-02-27T03:24:16.021Z[ host-image] Feb 27 03:24:14.697 INFO O| Feb 27 03:24:14.697 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96732026-02-27T03:24:16.024Z[ host-image] Feb 27 03:24:14.697 INFO O| Feb 27 03:24:14.697 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96742026-02-27T03:24:16.024Z[ host-image] Feb 27 03:24:14.697 INFO O| Feb 27 03:24:14.697 INFO STEP 39 (ensure_dir) COMPLETE
96752026-02-27T03:24:16.024Z[ host-image] Feb 27 03:24:14.697 INFO O| Feb 27 03:24:14.697 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96762026-02-27T03:24:16.036Z[ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 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
96772026-02-27T03:24:16.036Z[ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 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 ...
96782026-02-27T03:24:16.040Z[ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 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
96792026-02-27T03:24:16.040Z[ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 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
96802026-02-27T03:24:16.040Z[ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 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
96812026-02-27T03:24:16.040Z[ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 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
96822026-02-27T03:24:16.040Z[ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 INFO ok!
96832026-02-27T03:24:16.040Z[ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 INFO STEP 40 (ensure_file) COMPLETE
96842026-02-27T03:24:16.040Z[ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96852026-02-27T03:24:16.048Z[ host-image] Feb 27 03:24:14.724 INFO O| Feb 27 03:24:14.724 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96862026-02-27T03:24:16.048Z[ host-image] Feb 27 03:24:14.724 INFO O| Feb 27 03:24:14.724 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 ...
96872026-02-27T03:24:16.051Z[ host-image] Feb 27 03:24:14.724 INFO O| Feb 27 03:24:14.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96882026-02-27T03:24:16.052Z[ host-image] Feb 27 03:24:14.724 INFO O| Feb 27 03:24:14.724 INFO ok!
96892026-02-27T03:24:16.052Z[ host-image] Feb 27 03:24:14.724 INFO O| Feb 27 03:24:14.724 INFO STEP 41 (ensure_symlink) COMPLETE
96902026-02-27T03:24:16.052Z[ host-image] Feb 27 03:24:14.724 INFO O| Feb 27 03:24:14.724 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96912026-02-27T03:24:16.061Z[ host-image] Feb 27 03:24:14.735 INFO O| Feb 27 03:24:14.735 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
96922026-02-27T03:24:16.061Z[ host-image] Feb 27 03:24:14.735 INFO O| Feb 27 03:24:14.735 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96932026-02-27T03:24:16.066Z[ host-image] Feb 27 03:24:14.735 INFO O| Feb 27 03:24:14.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
96942026-02-27T03:24:16.066Z[ host-image] Feb 27 03:24:14.735 INFO O| Feb 27 03:24:14.735 INFO ok!
96952026-02-27T03:24:16.066Z[ host-image] Feb 27 03:24:14.735 INFO O| Feb 27 03:24:14.735 INFO STEP 42 (ensure_symlink) COMPLETE
96962026-02-27T03:24:16.066Z[ host-image] Feb 27 03:24:14.735 INFO O| Feb 27 03:24:14.735 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96972026-02-27T03:24:16.074Z[ host-image] Feb 27 03:24:14.747 INFO O| Feb 27 03:24:14.747 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
96982026-02-27T03:24:16.077Z[ host-image] Feb 27 03:24:14.747 INFO O| Feb 27 03:24:14.747 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
96992026-02-27T03:24:16.077Z[ host-image] Feb 27 03:24:14.748 INFO O| Feb 27 03:24:14.748 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97002026-02-27T03:24:16.077Z[ host-image] Feb 27 03:24:14.748 INFO O| Feb 27 03:24:14.748 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97012026-02-27T03:24:16.077Z[ host-image] Feb 27 03:24:14.748 INFO O| Feb 27 03:24:14.748 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97022026-02-27T03:24:16.077Z[ host-image] Feb 27 03:24:14.748 INFO O| Feb 27 03:24:14.748 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97032026-02-27T03:24:16.077Z[ host-image] Feb 27 03:24:14.748 INFO O| Feb 27 03:24:14.748 INFO ok!
97042026-02-27T03:24:16.077Z[ host-image] Feb 27 03:24:14.748 INFO O| Feb 27 03:24:14.748 INFO STEP 43 (ensure_file) COMPLETE
97052026-02-27T03:24:16.078Z[ host-image] Feb 27 03:24:14.748 INFO O| Feb 27 03:24:14.748 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97062026-02-27T03:24:16.085Z[ host-image] Feb 27 03:24:14.761 INFO O| Feb 27 03:24:14.761 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
97072026-02-27T03:24:16.085Z[ host-image] Feb 27 03:24:14.761 INFO O| Feb 27 03:24:14.761 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 ...
97082026-02-27T03:24:16.092Z[ host-image] Feb 27 03:24:14.761 INFO O| Feb 27 03:24:14.761 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
97092026-02-27T03:24:16.092Z[ host-image] Feb 27 03:24:14.761 INFO O| Feb 27 03:24:14.761 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
97102026-02-27T03:24:16.092Z[ host-image] Feb 27 03:24:14.762 INFO O| Feb 27 03:24:14.761 INFO ok!
97112026-02-27T03:24:16.092Z[ host-image] Feb 27 03:24:14.762 INFO O| Feb 27 03:24:14.761 INFO STEP 44 (ensure_file) COMPLETE
97122026-02-27T03:24:16.092Z[ host-image] Feb 27 03:24:14.762 INFO O| Feb 27 03:24:14.761 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97132026-02-27T03:24:16.095Z[ host-image] Feb 27 03:24:14.771 INFO O| Feb 27 03:24:14.771 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
97142026-02-27T03:24:16.095Z[ host-image] Feb 27 03:24:14.771 INFO O| Feb 27 03:24:14.771 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
97152026-02-27T03:24:16.098Z[ host-image] Feb 27 03:24:14.771 INFO O| Feb 27 03:24:14.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
97162026-02-27T03:24:16.098Z[ host-image] Feb 27 03:24:14.771 INFO O| Feb 27 03:24:14.771 INFO ok!
97172026-02-27T03:24:16.098Z[ host-image] Feb 27 03:24:14.771 INFO O| Feb 27 03:24:14.771 INFO STEP 45 (ensure_file) COMPLETE
97182026-02-27T03:24:16.098Z[ host-image] Feb 27 03:24:14.771 INFO O| Feb 27 03:24:14.771 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97192026-02-27T03:24:16.107Z[ host-image] Feb 27 03:24:14.783 INFO O| Feb 27 03:24:14.783 INFO updating shadow file
97202026-02-27T03:24:16.107Z[ host-image] Feb 27 03:24:14.783 INFO O| Feb 27 03:24:14.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97212026-02-27T03:24:16.110Z[ host-image] Feb 27 03:24:14.783 INFO O| Feb 27 03:24:14.783 INFO STEP 46 (shadow) COMPLETE
97222026-02-27T03:24:16.110Z[ host-image] Feb 27 03:24:14.783 INFO O| Feb 27 03:24:14.783 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97232026-02-27T03:24:16.117Z[ host-image] Feb 27 03:24:14.793 INFO O| Feb 27 03:24:14.793 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
97242026-02-27T03:24:16.118Z[ host-image] Feb 27 03:24:14.793 INFO O| Feb 27 03:24:14.793 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
97252026-02-27T03:24:16.118Z[ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97262026-02-27T03:24:16.121Z[ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97272026-02-27T03:24:16.121Z[ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO ok!
97282026-02-27T03:24:16.121Z[ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO STEP 47 (ensure_file) COMPLETE
97292026-02-27T03:24:16.121Z[ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97302026-02-27T03:24:16.121Z[ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO skip step because feature "mfg" is not enabled
97312026-02-27T03:24:16.121Z[ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97322026-02-27T03:24:16.121Z[ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO skip step because feature "mfg" is not enabled
97332026-02-27T03:24:16.121Z[ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97342026-02-27T03:24:16.130Z[ host-image] Feb 27 03:24:14.806 INFO O| Feb 27 03:24:14.806 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
97352026-02-27T03:24:16.130Z[ host-image] Feb 27 03:24:14.806 INFO O| Feb 27 03:24:14.806 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
97362026-02-27T03:24:16.162Z[ host-image] Feb 27 03:24:14.839 INFO O| Feb 27 03:24:14.838 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97372026-02-27T03:24:16.163Z[ host-image] Feb 27 03:24:14.839 INFO O| Feb 27 03:24:14.838 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97382026-02-27T03:24:16.166Z[ host-image] Feb 27 03:24:14.839 INFO O| Feb 27 03:24:14.839 INFO ok!
97392026-02-27T03:24:16.166Z[ host-image] Feb 27 03:24:14.839 INFO O| Feb 27 03:24:14.839 INFO STEP 50 (ensure_file) COMPLETE
97402026-02-27T03:24:16.166Z[ host-image] Feb 27 03:24:14.839 INFO O| Feb 27 03:24:14.839 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97412026-02-27T03:24:16.166Z[ host-image] Feb 27 03:24:14.839 INFO O| Feb 27 03:24:14.839 INFO skip step because feature "compliance" is not enabled
97422026-02-27T03:24:16.166Z[ host-image] Feb 27 03:24:14.839 INFO O| Feb 27 03:24:14.839 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97432026-02-27T03:24:16.175Z[ host-image] Feb 27 03:24:14.851 INFO O| Feb 27 03:24:14.851 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97442026-02-27T03:24:16.175Z[ host-image] Feb 27 03:24:14.851 INFO O| Feb 27 03:24:14.851 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97452026-02-27T03:24:16.178Z[ host-image] Feb 27 03:24:14.852 INFO O| Feb 27 03:24:14.852 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97462026-02-27T03:24:16.178Z[ host-image] Feb 27 03:24:14.852 INFO O| Feb 27 03:24:14.852 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97472026-02-27T03:24:16.178Z[ host-image] Feb 27 03:24:14.852 INFO O| Feb 27 03:24:14.852 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97482026-02-27T03:24:16.178Z[ host-image] Feb 27 03:24:14.852 INFO O| Feb 27 03:24:14.852 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97492026-02-27T03:24:16.178Z[ host-image] Feb 27 03:24:14.852 INFO O| Feb 27 03:24:14.852 INFO ok!
97502026-02-27T03:24:16.178Z[ host-image] Feb 27 03:24:14.852 INFO O| Feb 27 03:24:14.852 INFO STEP 52 (ensure_file) COMPLETE
97512026-02-27T03:24:16.178Z[ host-image] Feb 27 03:24:14.852 INFO O| Feb 27 03:24:14.852 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97522026-02-27T03:24:16.188Z[ host-image] Feb 27 03:24:14.864 INFO O| Feb 27 03:24:14.864 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97532026-02-27T03:24:16.188Z[ host-image] Feb 27 03:24:14.864 INFO O| Feb 27 03:24:14.864 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 ...
97542026-02-27T03:24:16.192Z[ host-image] Feb 27 03:24:14.865 INFO O| Feb 27 03:24:14.865 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
97552026-02-27T03:24:16.192Z[ host-image] Feb 27 03:24:14.865 INFO O| Feb 27 03:24:14.865 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97562026-02-27T03:24:16.192Z[ host-image] Feb 27 03:24:14.865 INFO O| Feb 27 03:24:14.865 INFO ok!
97572026-02-27T03:24:16.192Z[ host-image] Feb 27 03:24:14.865 INFO O| Feb 27 03:24:14.865 INFO STEP 53 (ensure_file) COMPLETE
97582026-02-27T03:24:16.192Z[ host-image] Feb 27 03:24:14.865 INFO O| Feb 27 03:24:14.865 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97592026-02-27T03:24:16.201Z[ host-image] Feb 27 03:24:14.877 INFO O| Feb 27 03:24:14.877 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97602026-02-27T03:24:16.201Z[ host-image] Feb 27 03:24:14.877 INFO O| Feb 27 03:24:14.877 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 ...
97612026-02-27T03:24:16.204Z[ host-image] Feb 27 03:24:14.878 INFO O| Feb 27 03:24:14.878 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97622026-02-27T03:24:16.205Z[ host-image] Feb 27 03:24:14.878 INFO O| Feb 27 03:24:14.878 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97632026-02-27T03:24:16.205Z[ host-image] Feb 27 03:24:14.878 INFO O| Feb 27 03:24:14.878 INFO ok!
97642026-02-27T03:24:16.205Z[ host-image] Feb 27 03:24:14.878 INFO O| Feb 27 03:24:14.878 INFO STEP 54 (ensure_file) COMPLETE
97652026-02-27T03:24:16.205Z[ host-image] Feb 27 03:24:14.878 INFO O| Feb 27 03:24:14.878 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97662026-02-27T03:24:16.214Z[ host-image] Feb 27 03:24:14.889 INFO O| Feb 27 03:24:14.889 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97672026-02-27T03:24:16.214Z[ host-image] Feb 27 03:24:14.890 INFO O| Feb 27 03:24:14.889 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 ...
97682026-02-27T03:24:16.217Z[ host-image] Feb 27 03:24:14.890 INFO O| Feb 27 03:24:14.890 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
97692026-02-27T03:24:16.217Z[ host-image] Feb 27 03:24:14.891 INFO O| Feb 27 03:24:14.890 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97702026-02-27T03:24:16.217Z[ host-image] Feb 27 03:24:14.891 INFO O| Feb 27 03:24:14.890 INFO ok!
97712026-02-27T03:24:16.217Z[ host-image] Feb 27 03:24:14.891 INFO O| Feb 27 03:24:14.890 INFO STEP 55 (ensure_file) COMPLETE
97722026-02-27T03:24:16.217Z[ host-image] Feb 27 03:24:14.891 INFO O| Feb 27 03:24:14.890 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97732026-02-27T03:24:16.225Z[ host-image] Feb 27 03:24:14.901 INFO O| Feb 27 03:24:14.901 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97742026-02-27T03:24:16.226Z[ host-image] Feb 27 03:24:14.901 INFO O| Feb 27 03:24:14.901 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 ...
97752026-02-27T03:24:16.229Z[ host-image] Feb 27 03:24:14.902 INFO O| Feb 27 03:24:14.902 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97762026-02-27T03:24:16.229Z[ host-image] Feb 27 03:24:14.902 INFO O| Feb 27 03:24:14.902 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97772026-02-27T03:24:16.229Z[ host-image] Feb 27 03:24:14.902 INFO O| Feb 27 03:24:14.902 INFO ok!
97782026-02-27T03:24:16.230Z[ host-image] Feb 27 03:24:14.902 INFO O| Feb 27 03:24:14.902 INFO STEP 56 (ensure_file) COMPLETE
97792026-02-27T03:24:16.230Z[ host-image] Feb 27 03:24:14.902 INFO O| Feb 27 03:24:14.902 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97802026-02-27T03:24:16.240Z[ host-image] Feb 27 03:24:14.914 INFO O| Feb 27 03:24:14.914 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
97812026-02-27T03:24:16.240Z[ host-image] Feb 27 03:24:14.914 INFO O| Feb 27 03:24:14.914 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 ...
97822026-02-27T03:24:16.243Z[ host-image] Feb 27 03:24:14.915 INFO O| Feb 27 03:24:14.915 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
97832026-02-27T03:24:16.243Z[ host-image] Feb 27 03:24:14.915 INFO O| Feb 27 03:24:14.915 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97842026-02-27T03:24:16.243Z[ host-image] Feb 27 03:24:14.915 INFO O| Feb 27 03:24:14.915 INFO ok!
97852026-02-27T03:24:16.243Z[ host-image] Feb 27 03:24:14.915 INFO O| Feb 27 03:24:14.915 INFO STEP 57 (ensure_file) COMPLETE
97862026-02-27T03:24:16.243Z[ host-image] Feb 27 03:24:14.915 INFO O| Feb 27 03:24:14.915 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97872026-02-27T03:24:16.250Z[ host-image] Feb 27 03:24:14.926 INFO O| Feb 27 03:24:14.926 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
97882026-02-27T03:24:16.250Z[ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.926 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 ...
97892026-02-27T03:24:16.253Z[ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.927 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97902026-02-27T03:24:16.253Z[ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.927 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97912026-02-27T03:24:16.253Z[ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.927 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97922026-02-27T03:24:16.253Z[ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.927 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97932026-02-27T03:24:16.253Z[ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.927 INFO ok!
97942026-02-27T03:24:16.253Z[ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.927 INFO STEP 58 (ensure_file) COMPLETE
97952026-02-27T03:24:16.253Z[ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.927 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97962026-02-27T03:24:16.262Z[ host-image] Feb 27 03:24:14.938 INFO O| Feb 27 03:24:14.938 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
97972026-02-27T03:24:16.262Z[ host-image] Feb 27 03:24:14.938 INFO O| Feb 27 03:24:14.938 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 ...
97982026-02-27T03:24:16.265Z[ host-image] Feb 27 03:24:14.939 INFO O| Feb 27 03:24:14.939 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
97992026-02-27T03:24:16.265Z[ host-image] Feb 27 03:24:14.939 INFO O| Feb 27 03:24:14.939 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
98002026-02-27T03:24:16.265Z[ host-image] Feb 27 03:24:14.939 INFO O| Feb 27 03:24:14.939 INFO ok!
98012026-02-27T03:24:16.265Z[ host-image] Feb 27 03:24:14.939 INFO O| Feb 27 03:24:14.939 INFO STEP 59 (ensure_file) COMPLETE
98022026-02-27T03:24:16.265Z[ host-image] Feb 27 03:24:14.939 INFO O| Feb 27 03:24:14.939 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98032026-02-27T03:24:16.274Z[ host-image] Feb 27 03:24:14.950 INFO O| Feb 27 03:24:14.950 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
98042026-02-27T03:24:16.274Z[ host-image] Feb 27 03:24:14.950 INFO O| Feb 27 03:24:14.950 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
98052026-02-27T03:24:16.278Z[ host-image] Feb 27 03:24:14.951 INFO O| Feb 27 03:24:14.951 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98062026-02-27T03:24:16.278Z[ host-image] Feb 27 03:24:14.951 INFO O| Feb 27 03:24:14.951 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98072026-02-27T03:24:16.278Z[ host-image] Feb 27 03:24:14.951 INFO O| Feb 27 03:24:14.951 INFO ok!
98082026-02-27T03:24:16.278Z[ host-image] Feb 27 03:24:14.951 INFO O| Feb 27 03:24:14.951 INFO STEP 60 (ensure_file) COMPLETE
98092026-02-27T03:24:16.278Z[ host-image] Feb 27 03:24:14.951 INFO O| Feb 27 03:24:14.951 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98102026-02-27T03:24:16.285Z[ host-image] Feb 27 03:24:14.961 INFO O| Feb 27 03:24:14.961 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
98112026-02-27T03:24:16.285Z[ host-image] Feb 27 03:24:14.961 INFO O| Feb 27 03:24:14.961 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 ...
98122026-02-27T03:24:16.288Z[ host-image] Feb 27 03:24:14.962 INFO O| Feb 27 03:24:14.962 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
98132026-02-27T03:24:16.288Z[ host-image] Feb 27 03:24:14.962 INFO O| Feb 27 03:24:14.962 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
98142026-02-27T03:24:16.288Z[ host-image] Feb 27 03:24:14.962 INFO O| Feb 27 03:24:14.962 INFO ok!
98152026-02-27T03:24:16.288Z[ host-image] Feb 27 03:24:14.962 INFO O| Feb 27 03:24:14.962 INFO STEP 61 (ensure_file) COMPLETE
98162026-02-27T03:24:16.288Z[ host-image] Feb 27 03:24:14.962 INFO O| Feb 27 03:24:14.962 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98172026-02-27T03:24:16.296Z[ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.972 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
98182026-02-27T03:24:16.297Z[ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.972 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
98192026-02-27T03:24:16.300Z[ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.973 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98202026-02-27T03:24:16.300Z[ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.973 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98212026-02-27T03:24:16.300Z[ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.973 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98222026-02-27T03:24:16.300Z[ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.973 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98232026-02-27T03:24:16.300Z[ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.973 INFO ok!
98242026-02-27T03:24:16.300Z[ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.973 INFO STEP 62 (ensure_file) COMPLETE
98252026-02-27T03:24:16.300Z[ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.973 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98262026-02-27T03:24:16.307Z[ host-image] Feb 27 03:24:14.983 INFO O| Feb 27 03:24:14.983 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
98272026-02-27T03:24:16.307Z[ host-image] Feb 27 03:24:14.983 INFO O| Feb 27 03:24:14.983 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 ...
98282026-02-27T03:24:16.310Z[ host-image] Feb 27 03:24:14.984 INFO O| Feb 27 03:24:14.984 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
98292026-02-27T03:24:16.310Z[ host-image] Feb 27 03:24:14.984 INFO O| Feb 27 03:24:14.984 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98302026-02-27T03:24:16.310Z[ host-image] Feb 27 03:24:14.984 INFO O| Feb 27 03:24:14.984 INFO ok!
98312026-02-27T03:24:16.310Z[ host-image] Feb 27 03:24:14.984 INFO O| Feb 27 03:24:14.984 INFO STEP 63 (ensure_file) COMPLETE
98322026-02-27T03:24:16.310Z[ host-image] Feb 27 03:24:14.984 INFO O| Feb 27 03:24:14.984 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98332026-02-27T03:24:16.317Z[ host-image] Feb 27 03:24:14.993 INFO O| Feb 27 03:24:14.993 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
98342026-02-27T03:24:16.317Z[ host-image] Feb 27 03:24:14.993 INFO O| Feb 27 03:24:14.993 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 ...
98352026-02-27T03:24:16.320Z[ host-image] Feb 27 03:24:14.994 INFO O| Feb 27 03:24:14.994 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
98362026-02-27T03:24:16.320Z[ host-image] Feb 27 03:24:14.994 INFO O| Feb 27 03:24:14.994 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
98372026-02-27T03:24:16.320Z[ host-image] Feb 27 03:24:14.994 INFO O| Feb 27 03:24:14.994 INFO ok!
98382026-02-27T03:24:16.320Z[ host-image] Feb 27 03:24:14.994 INFO O| Feb 27 03:24:14.994 INFO STEP 64 (ensure_file) COMPLETE
98392026-02-27T03:24:16.320Z[ host-image] Feb 27 03:24:14.994 INFO O| Feb 27 03:24:14.994 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98402026-02-27T03:24:16.329Z[ host-image] Feb 27 03:24:15.003 INFO O| Feb 27 03:24:15.003 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
98412026-02-27T03:24:16.329Z[ host-image] Feb 27 03:24:15.003 INFO O| Feb 27 03:24:15.003 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 ...
98422026-02-27T03:24:16.335Z[ host-image] Feb 27 03:24:15.004 INFO O| Feb 27 03:24:15.004 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
98432026-02-27T03:24:16.335Z[ host-image] Feb 27 03:24:15.004 INFO O| Feb 27 03:24:15.004 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98442026-02-27T03:24:16.336Z[ host-image] Feb 27 03:24:15.004 INFO O| Feb 27 03:24:15.004 INFO ok!
98452026-02-27T03:24:16.336Z[ host-image] Feb 27 03:24:15.004 INFO O| Feb 27 03:24:15.004 INFO STEP 65 (ensure_file) COMPLETE
98462026-02-27T03:24:16.336Z[ host-image] Feb 27 03:24:15.004 INFO O| Feb 27 03:24:15.004 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98472026-02-27T03:24:16.336Z[ host-image] Feb 27 03:24:15.004 INFO O| Feb 27 03:24:15.004 INFO skip step because feature "mbist" is not enabled
98482026-02-27T03:24:16.336Z[ host-image] Feb 27 03:24:15.004 INFO O| Feb 27 03:24:15.004 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98492026-02-27T03:24:16.340Z[ host-image] Feb 27 03:24:15.013 INFO O| Feb 27 03:24:15.013 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98502026-02-27T03:24:16.340Z[ host-image] Feb 27 03:24:15.013 INFO O| Feb 27 03:24:15.013 INFO STEP 67 (ensure_dir) COMPLETE
98512026-02-27T03:24:16.340Z[ host-image] Feb 27 03:24:15.013 INFO O| Feb 27 03:24:15.013 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98522026-02-27T03:24:16.346Z[ host-image] Feb 27 03:24:15.022 INFO O| Feb 27 03:24:15.022 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98532026-02-27T03:24:16.356Z[ host-image] Feb 27 03:24:15.022 INFO O| Feb 27 03:24:15.022 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98542026-02-27T03:24:16.356Z[ host-image] Feb 27 03:24:15.022 INFO O| Feb 27 03:24:15.022 INFO STEP 68 (ensure_dir) COMPLETE
98552026-02-27T03:24:16.356Z[ host-image] Feb 27 03:24:15.022 INFO O| Feb 27 03:24:15.022 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98562026-02-27T03:24:16.356Z[ host-image] Feb 27 03:24:15.031 INFO O| Feb 27 03:24:15.031 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98572026-02-27T03:24:16.356Z[ host-image] Feb 27 03:24:15.031 INFO O| Feb 27 03:24:15.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98582026-02-27T03:24:16.356Z[ host-image] Feb 27 03:24:15.031 INFO O| Feb 27 03:24:15.031 INFO STEP 69 (ensure_dir) COMPLETE
98592026-02-27T03:24:16.356Z[ host-image] Feb 27 03:24:15.031 INFO O| Feb 27 03:24:15.031 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98602026-02-27T03:24:16.363Z[ host-image] Feb 27 03:24:15.039 INFO O| Feb 27 03:24:15.039 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98612026-02-27T03:24:16.364Z[ host-image] Feb 27 03:24:15.039 INFO O| Feb 27 03:24:15.039 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98622026-02-27T03:24:17.064Z[ host-image] Feb 27 03:24:15.739 INFO O| Feb 27 03:24:15.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
98632026-02-27T03:24:17.064Z[ host-image] Feb 27 03:24:15.739 INFO O| Feb 27 03:24:15.739 INFO ok!
98642026-02-27T03:24:17.068Z[ host-image] Feb 27 03:24:15.739 INFO O| Feb 27 03:24:15.739 INFO STEP 70 (ensure_file) COMPLETE
98652026-02-27T03:24:17.068Z[ host-image] Feb 27 03:24:15.739 INFO O| Feb 27 03:24:15.739 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98662026-02-27T03:24:17.077Z[ host-image] Feb 27 03:24:15.753 INFO O| Feb 27 03:24:15.752 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
98672026-02-27T03:24:17.077Z[ host-image] Feb 27 03:24:15.753 INFO O| Feb 27 03:24:15.753 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98682026-02-27T03:24:18.313Z[ host-image] Feb 27 03:24:16.989 INFO O| Feb 27 03:24:16.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98692026-02-27T03:24:18.314Z[ host-image] Feb 27 03:24:16.989 INFO O| Feb 27 03:24:16.989 INFO ok!
98702026-02-27T03:24:18.318Z[ host-image] Feb 27 03:24:16.989 INFO O| Feb 27 03:24:16.989 INFO STEP 71 (ensure_file) COMPLETE
98712026-02-27T03:24:18.319Z[ host-image] Feb 27 03:24:16.989 INFO O| Feb 27 03:24:16.989 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98722026-02-27T03:24:18.324Z[ host-image] Feb 27 03:24:17.000 INFO O| Feb 27 03:24:17.000 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98732026-02-27T03:24:18.324Z[ host-image] Feb 27 03:24:17.000 INFO O| Feb 27 03:24:17.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98742026-02-27T03:24:18.327Z[ host-image] Feb 27 03:24:17.000 INFO O| Feb 27 03:24:17.000 INFO STEP 72 (ensure_dir) COMPLETE
98752026-02-27T03:24:18.327Z[ host-image] Feb 27 03:24:17.000 INFO O| Feb 27 03:24:17.000 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98762026-02-27T03:24:18.334Z[ host-image] Feb 27 03:24:17.009 INFO O| Feb 27 03:24:17.009 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98772026-02-27T03:24:18.334Z[ host-image] Feb 27 03:24:17.010 INFO O| Feb 27 03:24:17.009 INFO copying /tmp/.tmpaFY3GB/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 ...
98782026-02-27T03:24:18.337Z[ host-image] Feb 27 03:24:17.010 INFO O| Feb 27 03:24:17.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98792026-02-27T03:24:18.337Z[ host-image] Feb 27 03:24:17.010 INFO O| Feb 27 03:24:17.010 INFO ok!
98802026-02-27T03:24:18.337Z[ host-image] Feb 27 03:24:17.010 INFO O| Feb 27 03:24:17.010 INFO STEP 73 (ensure_file) COMPLETE
98812026-02-27T03:24:18.337Z[ host-image] Feb 27 03:24:17.010 INFO O| Feb 27 03:24:17.010 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98822026-02-27T03:24:18.341Z[ host-image] Feb 27 03:24:17.017 INFO O| Feb 27 03:24:17.017 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
98832026-02-27T03:24:18.346Z[ host-image] Feb 27 03:24:17.017 INFO O| Feb 27 03:24:17.017 INFO copying /tmp/.tmpaFY3GB/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 ...
98842026-02-27T03:24:18.346Z[ host-image] Feb 27 03:24:17.017 INFO O| Feb 27 03:24:17.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
98852026-02-27T03:24:18.346Z[ host-image] Feb 27 03:24:17.017 INFO O| Feb 27 03:24:17.017 INFO ok!
98862026-02-27T03:24:18.346Z[ host-image] Feb 27 03:24:17.017 INFO O| Feb 27 03:24:17.017 INFO STEP 74 (ensure_file) COMPLETE
98872026-02-27T03:24:18.346Z[ host-image] Feb 27 03:24:17.017 INFO O| Feb 27 03:24:17.017 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98882026-02-27T03:24:18.350Z[ host-image] Feb 27 03:24:17.026 INFO O| Feb 27 03:24:17.026 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98892026-02-27T03:24:18.350Z[ host-image] Feb 27 03:24:17.026 INFO O| Feb 27 03:24:17.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98902026-02-27T03:24:18.353Z[ host-image] Feb 27 03:24:17.026 INFO O| Feb 27 03:24:17.026 INFO STEP 75 (ensure_dir) COMPLETE
98912026-02-27T03:24:18.353Z[ host-image] Feb 27 03:24:17.026 INFO O| Feb 27 03:24:17.026 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98922026-02-27T03:24:18.359Z[ host-image] Feb 27 03:24:17.035 INFO O| Feb 27 03:24:17.035 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
98932026-02-27T03:24:18.362Z[ host-image] Feb 27 03:24:17.035 INFO O| Feb 27 03:24:17.035 INFO copying /tmp/.tmpaFY3GB/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 ...
98942026-02-27T03:24:18.362Z[ host-image] Feb 27 03:24:17.035 INFO O| Feb 27 03:24:17.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
98952026-02-27T03:24:18.362Z[ host-image] Feb 27 03:24:17.035 INFO O| Feb 27 03:24:17.035 INFO ok!
98962026-02-27T03:24:18.362Z[ host-image] Feb 27 03:24:17.035 INFO O| Feb 27 03:24:17.035 INFO STEP 76 (ensure_file) COMPLETE
98972026-02-27T03:24:18.362Z[ host-image] Feb 27 03:24:17.035 INFO O| Feb 27 03:24:17.035 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98982026-02-27T03:24:18.368Z[ host-image] Feb 27 03:24:17.044 INFO O| Feb 27 03:24:17.044 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
98992026-02-27T03:24:18.368Z[ host-image] Feb 27 03:24:17.044 INFO O| Feb 27 03:24:17.044 INFO copying /tmp/.tmpaFY3GB/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 ...
99002026-02-27T03:24:18.371Z[ host-image] Feb 27 03:24:17.045 INFO O| Feb 27 03:24:17.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
99012026-02-27T03:24:18.372Z[ host-image] Feb 27 03:24:17.045 INFO O| Feb 27 03:24:17.045 INFO ok!
99022026-02-27T03:24:18.372Z[ host-image] Feb 27 03:24:17.045 INFO O| Feb 27 03:24:17.045 INFO STEP 77 (ensure_file) COMPLETE
99032026-02-27T03:24:18.372Z[ host-image] Feb 27 03:24:17.045 INFO O| Feb 27 03:24:17.045 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99042026-02-27T03:24:18.378Z[ host-image] Feb 27 03:24:17.054 INFO O| Feb 27 03:24:17.054 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99052026-02-27T03:24:18.383Z[ host-image] Feb 27 03:24:17.055 INFO O| Feb 27 03:24:17.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99062026-02-27T03:24:18.383Z[ host-image] Feb 27 03:24:17.055 INFO O| Feb 27 03:24:17.055 INFO STEP 78 (ensure_dir) COMPLETE
99072026-02-27T03:24:18.383Z[ host-image] Feb 27 03:24:17.055 INFO O| Feb 27 03:24:17.055 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99082026-02-27T03:24:18.389Z[ host-image] Feb 27 03:24:17.064 INFO O| Feb 27 03:24:17.064 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
99092026-02-27T03:24:18.389Z[ host-image] Feb 27 03:24:17.064 INFO O| Feb 27 03:24:17.064 INFO copying /tmp/.tmpaFY3GB/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 ...
99102026-02-27T03:24:18.392Z[ host-image] Feb 27 03:24:17.064 INFO O| Feb 27 03:24:17.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
99112026-02-27T03:24:18.392Z[ host-image] Feb 27 03:24:17.065 INFO O| Feb 27 03:24:17.064 INFO ok!
99122026-02-27T03:24:18.392Z[ host-image] Feb 27 03:24:17.065 INFO O| Feb 27 03:24:17.064 INFO STEP 79 (ensure_file) COMPLETE
99132026-02-27T03:24:18.392Z[ host-image] Feb 27 03:24:17.065 INFO O| Feb 27 03:24:17.065 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99142026-02-27T03:24:18.399Z[ host-image] Feb 27 03:24:17.074 INFO O| Feb 27 03:24:17.074 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
99152026-02-27T03:24:18.399Z[ host-image] Feb 27 03:24:17.074 INFO O| Feb 27 03:24:17.074 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
99162026-02-27T03:24:18.402Z[ host-image] Feb 27 03:24:17.075 INFO O| Feb 27 03:24:17.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
99172026-02-27T03:24:18.402Z[ host-image] Feb 27 03:24:17.075 INFO O| Feb 27 03:24:17.075 INFO ok!
99182026-02-27T03:24:18.402Z[ host-image] Feb 27 03:24:17.075 INFO O| Feb 27 03:24:17.075 INFO STEP 80 (ensure_file) COMPLETE
99192026-02-27T03:24:18.402Z[ host-image] Feb 27 03:24:17.075 INFO O| Feb 27 03:24:17.075 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99202026-02-27T03:24:18.409Z[ host-image] Feb 27 03:24:17.084 INFO O| Feb 27 03:24:17.084 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99212026-02-27T03:24:18.413Z[ host-image] Feb 27 03:24:17.084 INFO O| Feb 27 03:24:17.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99222026-02-27T03:24:18.413Z[ host-image] Feb 27 03:24:17.084 INFO O| Feb 27 03:24:17.084 INFO STEP 81 (ensure_dir) COMPLETE
99232026-02-27T03:24:18.413Z[ host-image] Feb 27 03:24:17.084 INFO O| Feb 27 03:24:17.084 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99242026-02-27T03:24:18.418Z[ host-image] Feb 27 03:24:17.093 INFO O| Feb 27 03:24:17.093 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
99252026-02-27T03:24:18.418Z[ host-image] Feb 27 03:24:17.093 INFO O| Feb 27 03:24:17.093 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
99262026-02-27T03:24:19.593Z[ host-image] Feb 27 03:24:18.268 INFO O| Feb 27 03:24:18.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
99272026-02-27T03:24:19.593Z[ host-image] Feb 27 03:24:18.268 INFO O| Feb 27 03:24:18.268 INFO ok!
99282026-02-27T03:24:19.597Z[ host-image] Feb 27 03:24:18.268 INFO O| Feb 27 03:24:18.268 INFO STEP 82 (ensure_file) COMPLETE
99292026-02-27T03:24:19.597Z[ host-image] Feb 27 03:24:18.268 INFO O| Feb 27 03:24:18.268 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99302026-02-27T03:24:19.604Z[ host-image] Feb 27 03:24:18.280 INFO O| Feb 27 03:24:18.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
99312026-02-27T03:24:19.604Z[ host-image] Feb 27 03:24:18.280 INFO O| Feb 27 03:24:18.280 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
99322026-02-27T03:24:20.124Z[ recovery-image] Feb 27 03:24:18.798 INFO E| Finished `release` profile [optimized] target(s) in 43.93s
99332026-02-27T03:24:20.155Z[ recovery-image] Feb 27 03:24:18.826 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
99342026-02-27T03:24:20.238Z[ host-image] Feb 27 03:24:18.913 INFO O| Feb 27 03:24:18.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
99352026-02-27T03:24:20.239Z[ host-image] Feb 27 03:24:18.913 INFO O| Feb 27 03:24:18.913 INFO ok!
99362026-02-27T03:24:20.242Z[ host-image] Feb 27 03:24:18.913 INFO O| Feb 27 03:24:18.913 INFO STEP 83 (ensure_file) COMPLETE
99372026-02-27T03:24:20.242Z[ host-image] Feb 27 03:24:18.913 INFO O| Feb 27 03:24:18.913 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99382026-02-27T03:24:20.248Z[ recovery-image] Feb 27 03:24:18.923 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')"
99392026-02-27T03:24:20.248Z[ recovery-image] Feb 27 03:24:18.924 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
99402026-02-27T03:24:20.248Z[ recovery-image] Feb 27 03:24:18.924 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
99412026-02-27T03:24:20.251Z[ recovery-image] Feb 27 03:24:18.924 INFO building ROM for gimlet
99422026-02-27T03:24:20.251Z[ recovery-image] Feb 27 03:24:18.924 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")
99432026-02-27T03:24:20.251Z[ host-image] Feb 27 03:24:18.925 INFO O| Feb 27 03:24:18.925 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
99442026-02-27T03:24:20.251Z[ host-image] Feb 27 03:24:18.925 INFO O| Feb 27 03:24:18.925 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
99452026-02-27T03:24:20.833Z[ recovery-image] Feb 27 03:24:19.301 INFO E| Downloading crates ...
99462026-02-27T03:24:20.915Z[ recovery-image] Feb 27 03:24:19.430 INFO E| Downloaded anstyle-query v1.1.2
99472026-02-27T03:24:20.915Z[ recovery-image] Feb 27 03:24:19.443 INFO E| Downloaded clap v4.5.37
99482026-02-27T03:24:20.915Z[ recovery-image] Feb 27 03:24:19.458 INFO E| Downloaded serde_spanned v0.6.8
99492026-02-27T03:24:20.915Z[ recovery-image] Feb 27 03:24:19.460 INFO E| Downloaded duct v0.13.7
99502026-02-27T03:24:20.915Z[ recovery-image] Feb 27 03:24:19.464 INFO E| Downloaded os_pipe v1.2.1
99512026-02-27T03:24:20.915Z[ recovery-image] Feb 27 03:24:19.467 INFO E| Downloaded colorchoice v1.0.3
99522026-02-27T03:24:20.915Z[ recovery-image] Feb 27 03:24:19.468 INFO E| Downloaded toml_write v0.1.1
99532026-02-27T03:24:20.915Z[ recovery-image] Feb 27 03:24:19.471 INFO E| Downloaded anstyle-parse v0.2.6
99542026-02-27T03:24:20.915Z[ recovery-image] Feb 27 03:24:19.473 INFO E| Downloaded toml_datetime v0.6.9
99552026-02-27T03:24:20.915Z[ recovery-image] Feb 27 03:24:19.476 INFO E| Downloaded shared_child v1.0.1
99562026-02-27T03:24:20.915Z[ recovery-image] Feb 27 03:24:19.481 INFO E| Downloaded clap_derive v4.5.32
99572026-02-27T03:24:20.915Z[ recovery-image] Feb 27 03:24:19.482 INFO E| Downloaded anstyle v1.0.10
99582026-02-27T03:24:20.915Z[ recovery-image] Feb 27 03:24:19.488 INFO E| Downloaded toml v0.8.22
99592026-02-27T03:24:20.923Z[ recovery-image] Feb 27 03:24:19.538 INFO E| Downloaded toml_edit v0.22.26
99602026-02-27T03:24:20.923Z[ recovery-image] Feb 27 03:24:19.580 INFO E| Downloaded cc v1.2.20
99612026-02-27T03:24:20.923Z[ recovery-image] Feb 27 03:24:19.591 INFO E| Downloaded winnow v0.7.7
99622026-02-27T03:24:20.928Z[ recovery-image] Feb 27 03:24:19.603 INFO E| Downloaded clap_builder v4.5.37
99632026-02-27T03:24:20.969Z[ recovery-image] Feb 27 03:24:19.644 INFO E| Compiling libc v0.2.172
99642026-02-27T03:24:20.970Z[ recovery-image] Feb 27 03:24:19.644 INFO E| Compiling utf8parse v0.2.2
99652026-02-27T03:24:20.970Z[ recovery-image] Feb 27 03:24:19.644 INFO E| Compiling hashbrown v0.15.2
99662026-02-27T03:24:20.972Z[ recovery-image] Feb 27 03:24:19.645 INFO E| Compiling anstyle v1.0.10
99672026-02-27T03:24:20.972Z[ recovery-image] Feb 27 03:24:19.645 INFO E| Compiling once_cell v1.21.3
99682026-02-27T03:24:20.972Z[ recovery-image] Feb 27 03:24:19.645 INFO E| Compiling shlex v1.3.0
99692026-02-27T03:24:20.972Z[ recovery-image] Feb 27 03:24:19.645 INFO E| Compiling equivalent v1.0.2
99702026-02-27T03:24:21.032Z[ recovery-image] Feb 27 03:24:19.672 INFO E| Compiling syn v2.0.101
99712026-02-27T03:24:21.388Z[ recovery-image] Feb 27 03:24:20.062 INFO E| Compiling anstyle-parse v0.2.6
99722026-02-27T03:24:21.505Z[ recovery-image] Feb 27 03:24:20.176 INFO E| Compiling colorchoice v1.0.3
99732026-02-27T03:24:22.033Z[ recovery-image] Feb 27 03:24:20.707 INFO E| Compiling anstyle-query v1.1.2
99742026-02-27T03:24:22.140Z[ recovery-image] Feb 27 03:24:20.814 INFO E| Compiling is_terminal_polyfill v1.70.1
99752026-02-27T03:24:22.140Z[ recovery-image] Feb 27 03:24:20.815 INFO E| Compiling cc v1.2.20
99762026-02-27T03:24:22.164Z[ recovery-image] Feb 27 03:24:20.840 INFO E| Compiling clap_lex v0.7.4
99772026-02-27T03:24:22.315Z[ recovery-image] Feb 27 03:24:20.990 INFO E| Compiling strsim v0.11.1
99782026-02-27T03:24:22.360Z[ recovery-image] Feb 27 03:24:21.035 INFO E| Compiling anstream v0.6.18
99792026-02-27T03:24:22.484Z[ recovery-image] Feb 27 03:24:21.154 INFO E| Compiling toml_write v0.1.1
99802026-02-27T03:24:23.481Z[ recovery-image] Feb 27 03:24:22.155 INFO E| Compiling winnow v0.7.7
99812026-02-27T03:24:23.519Z[ recovery-image] Feb 27 03:24:22.194 INFO E| Compiling anyhow v1.0.98
99822026-02-27T03:24:23.562Z[ host-image] Feb 27 03:24:22.237 INFO O| Feb 27 03:24:22.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
99832026-02-27T03:24:23.562Z[ host-image] Feb 27 03:24:22.237 INFO O| Feb 27 03:24:22.237 INFO ok!
99842026-02-27T03:24:23.562Z[ host-image] Feb 27 03:24:22.237 INFO O| Feb 27 03:24:22.237 INFO STEP 84 (ensure_file) COMPLETE
99852026-02-27T03:24:23.562Z[ host-image] Feb 27 03:24:22.237 INFO O| Feb 27 03:24:22.237 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99862026-02-27T03:24:23.578Z[ host-image] Feb 27 03:24:22.253 INFO O| Feb 27 03:24:22.253 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99872026-02-27T03:24:23.578Z[ host-image] Feb 27 03:24:22.253 INFO O| Feb 27 03:24:22.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99882026-02-27T03:24:23.581Z[ host-image] Feb 27 03:24:22.253 INFO O| Feb 27 03:24:22.253 INFO STEP 85 (ensure_dir) COMPLETE
99892026-02-27T03:24:23.581Z[ host-image] Feb 27 03:24:22.253 INFO O| Feb 27 03:24:22.253 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99902026-02-27T03:24:23.593Z[ host-image] Feb 27 03:24:22.268 INFO O| Feb 27 03:24:22.268 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
99912026-02-27T03:24:23.593Z[ host-image] Feb 27 03:24:22.268 INFO O| Feb 27 03:24:22.268 INFO copying /tmp/.tmpaFY3GB/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 ...
99922026-02-27T03:24:23.596Z[ host-image] Feb 27 03:24:22.268 INFO O| Feb 27 03:24:22.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
99932026-02-27T03:24:23.596Z[ host-image] Feb 27 03:24:22.268 INFO O| Feb 27 03:24:22.268 INFO ok!
99942026-02-27T03:24:23.596Z[ host-image] Feb 27 03:24:22.268 INFO O| Feb 27 03:24:22.268 INFO STEP 86 (ensure_file) COMPLETE
99952026-02-27T03:24:23.596Z[ host-image] Feb 27 03:24:22.268 INFO O| Feb 27 03:24:22.268 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99962026-02-27T03:24:23.607Z[ host-image] Feb 27 03:24:22.282 INFO O| Feb 27 03:24:22.282 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
99972026-02-27T03:24:23.607Z[ host-image] Feb 27 03:24:22.282 INFO O| Feb 27 03:24:22.282 INFO copying /tmp/.tmpaFY3GB/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 ...
99982026-02-27T03:24:23.611Z[ host-image] Feb 27 03:24:22.282 INFO O| Feb 27 03:24:22.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
99992026-02-27T03:24:23.611Z[ host-image] Feb 27 03:24:22.282 INFO O| Feb 27 03:24:22.282 INFO ok!
100002026-02-27T03:24:23.611Z[ host-image] Feb 27 03:24:22.282 INFO O| Feb 27 03:24:22.282 INFO STEP 87 (ensure_file) COMPLETE
100012026-02-27T03:24:23.611Z[ host-image] Feb 27 03:24:22.282 INFO O| Feb 27 03:24:22.282 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100022026-02-27T03:24:23.623Z[ host-image] Feb 27 03:24:22.298 INFO O| Feb 27 03:24:22.298 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
100032026-02-27T03:24:23.623Z[ host-image] Feb 27 03:24:22.298 INFO O| Feb 27 03:24:22.298 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
100042026-02-27T03:24:23.626Z[ host-image] Feb 27 03:24:22.298 INFO O| Feb 27 03:24:22.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
100052026-02-27T03:24:23.626Z[ host-image] Feb 27 03:24:22.298 INFO O| Feb 27 03:24:22.298 INFO ok!
100062026-02-27T03:24:23.626Z[ host-image] Feb 27 03:24:22.298 INFO O| Feb 27 03:24:22.298 INFO STEP 88 (ensure_file) COMPLETE
100072026-02-27T03:24:23.626Z[ host-image] Feb 27 03:24:22.298 INFO O| Feb 27 03:24:22.298 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100082026-02-27T03:24:23.637Z[ host-image] Feb 27 03:24:22.312 INFO O| Feb 27 03:24:22.312 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
100092026-02-27T03:24:23.637Z[ host-image] Feb 27 03:24:22.312 INFO O| Feb 27 03:24:22.312 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
100102026-02-27T03:24:23.640Z[ host-image] Feb 27 03:24:22.313 INFO O| Feb 27 03:24:22.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
100112026-02-27T03:24:23.640Z[ host-image] Feb 27 03:24:22.313 INFO O| Feb 27 03:24:22.313 INFO ok!
100122026-02-27T03:24:23.640Z[ host-image] Feb 27 03:24:22.313 INFO O| Feb 27 03:24:22.313 INFO STEP 89 (ensure_file) COMPLETE
100132026-02-27T03:24:23.640Z[ host-image] Feb 27 03:24:22.313 INFO O| Feb 27 03:24:22.313 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100142026-02-27T03:24:23.652Z[ host-image] Feb 27 03:24:22.327 INFO O| Feb 27 03:24:22.327 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
100152026-02-27T03:24:23.653Z[ host-image] Feb 27 03:24:22.328 INFO O| Feb 27 03:24:22.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
100162026-02-27T03:24:23.653Z[ host-image] Feb 27 03:24:22.328 INFO O| Feb 27 03:24:22.328 INFO STEP 90 (ensure_dir) COMPLETE
100172026-02-27T03:24:23.653Z[ host-image] Feb 27 03:24:22.328 INFO O| Feb 27 03:24:22.328 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100182026-02-27T03:24:23.668Z[ host-image] Feb 27 03:24:22.343 INFO O| Feb 27 03:24:22.343 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
100192026-02-27T03:24:23.669Z[ host-image] Feb 27 03:24:22.343 INFO O| Feb 27 03:24:22.343 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
100202026-02-27T03:24:23.673Z[ host-image] Feb 27 03:24:22.349 INFO O| Feb 27 03:24:22.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
100212026-02-27T03:24:23.673Z[ host-image] Feb 27 03:24:22.349 INFO O| Feb 27 03:24:22.349 INFO ok!
100222026-02-27T03:24:23.676Z[ host-image] Feb 27 03:24:22.349 INFO O| Feb 27 03:24:22.349 INFO STEP 91 (ensure_file) COMPLETE
100232026-02-27T03:24:23.676Z[ host-image] Feb 27 03:24:22.349 INFO O| Feb 27 03:24:22.349 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100242026-02-27T03:24:23.689Z[ host-image] Feb 27 03:24:22.364 INFO O| Feb 27 03:24:22.364 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
100252026-02-27T03:24:23.689Z[ host-image] Feb 27 03:24:22.364 INFO O| Feb 27 03:24:22.364 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
100262026-02-27T03:24:23.692Z[ host-image] Feb 27 03:24:22.364 INFO O| Feb 27 03:24:22.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
100272026-02-27T03:24:23.692Z[ host-image] Feb 27 03:24:22.364 INFO O| Feb 27 03:24:22.364 INFO ok!
100282026-02-27T03:24:23.692Z[ host-image] Feb 27 03:24:22.364 INFO O| Feb 27 03:24:22.364 INFO STEP 92 (ensure_file) COMPLETE
100292026-02-27T03:24:23.692Z[ host-image] Feb 27 03:24:22.364 INFO O| Feb 27 03:24:22.364 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100302026-02-27T03:24:23.703Z[ host-image] Feb 27 03:24:22.378 INFO O| Feb 27 03:24:22.378 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
100312026-02-27T03:24:23.703Z[ host-image] Feb 27 03:24:22.378 INFO O| Feb 27 03:24:22.378 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
100322026-02-27T03:24:23.780Z[ recovery-image] Feb 27 03:24:22.454 INFO E| Compiling os_pipe v1.2.1
100332026-02-27T03:24:23.933Z[ recovery-image] Feb 27 03:24:22.607 INFO E| Compiling shared_child v1.0.1
100342026-02-27T03:24:24.012Z[ recovery-image] Feb 27 03:24:22.631 INFO E| Compiling indexmap v2.9.0
100352026-02-27T03:24:24.278Z[ recovery-image] Feb 27 03:24:22.953 INFO E| Compiling clap_builder v4.5.37
100362026-02-27T03:24:24.546Z[ recovery-image] Feb 27 03:24:23.221 INFO E| Compiling duct v0.13.7
100372026-02-27T03:24:26.210Z[ host-image] Feb 27 03:24:24.885 INFO O| Feb 27 03:24:24.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
100382026-02-27T03:24:26.210Z[ host-image] Feb 27 03:24:24.885 INFO O| Feb 27 03:24:24.885 INFO ok!
100392026-02-27T03:24:26.210Z[ host-image] Feb 27 03:24:24.885 INFO O| Feb 27 03:24:24.885 INFO STEP 93 (ensure_file) COMPLETE
100402026-02-27T03:24:26.214Z[ host-image] Feb 27 03:24:24.885 INFO O| Feb 27 03:24:24.885 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100412026-02-27T03:24:26.229Z[ host-image] Feb 27 03:24:24.901 INFO O| Feb 27 03:24:24.901 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100422026-02-27T03:24:26.229Z[ host-image] Feb 27 03:24:24.901 INFO O| Feb 27 03:24:24.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100432026-02-27T03:24:26.229Z[ host-image] Feb 27 03:24:24.901 INFO O| Feb 27 03:24:24.901 INFO STEP 94 (ensure_dir) COMPLETE
100442026-02-27T03:24:26.229Z[ host-image] Feb 27 03:24:24.901 INFO O| Feb 27 03:24:24.901 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100452026-02-27T03:24:26.240Z[ host-image] Feb 27 03:24:24.915 INFO O| Feb 27 03:24:24.915 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100462026-02-27T03:24:26.240Z[ host-image] Feb 27 03:24:24.915 INFO O| Feb 27 03:24:24.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100472026-02-27T03:24:26.240Z[ host-image] Feb 27 03:24:24.915 INFO O| Feb 27 03:24:24.915 INFO STEP 95 (ensure_dir) COMPLETE
100482026-02-27T03:24:26.240Z[ host-image] Feb 27 03:24:24.915 INFO O| Feb 27 03:24:24.915 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100492026-02-27T03:24:26.254Z[ host-image] Feb 27 03:24:24.929 INFO O| Feb 27 03:24:24.928 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100502026-02-27T03:24:26.254Z[ host-image] Feb 27 03:24:24.929 INFO O| Feb 27 03:24:24.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100512026-02-27T03:24:26.254Z[ host-image] Feb 27 03:24:24.929 INFO O| Feb 27 03:24:24.929 INFO STEP 96 (ensure_dir) COMPLETE
100522026-02-27T03:24:26.257Z[ host-image] Feb 27 03:24:24.929 INFO O| Feb 27 03:24:24.929 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100532026-02-27T03:24:26.269Z[ host-image] Feb 27 03:24:24.944 INFO O| Feb 27 03:24:24.944 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100542026-02-27T03:24:26.269Z[ host-image] Feb 27 03:24:24.944 INFO O| Feb 27 03:24:24.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100552026-02-27T03:24:26.272Z[ host-image] Feb 27 03:24:24.944 INFO O| Feb 27 03:24:24.944 INFO STEP 97 (ensure_dir) COMPLETE
100562026-02-27T03:24:26.272Z[ host-image] Feb 27 03:24:24.944 INFO O| Feb 27 03:24:24.944 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100572026-02-27T03:24:26.283Z[ host-image] Feb 27 03:24:24.958 INFO O| Feb 27 03:24:24.958 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100582026-02-27T03:24:26.283Z[ host-image] Feb 27 03:24:24.958 INFO O| Feb 27 03:24:24.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100592026-02-27T03:24:26.286Z[ host-image] Feb 27 03:24:24.958 INFO O| Feb 27 03:24:24.958 INFO STEP 98 (ensure_dir) COMPLETE
100602026-02-27T03:24:26.286Z[ host-image] Feb 27 03:24:24.958 INFO O| Feb 27 03:24:24.958 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100612026-02-27T03:24:26.297Z[ host-image] Feb 27 03:24:24.972 INFO O| Feb 27 03:24:24.972 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
100622026-02-27T03:24:26.297Z[ host-image] Feb 27 03:24:24.972 INFO O| Feb 27 03:24:24.972 INFO copying /tmp/.tmpaFY3GB/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 ...
100632026-02-27T03:24:26.300Z[ host-image] Feb 27 03:24:24.972 INFO O| Feb 27 03:24:24.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
100642026-02-27T03:24:26.300Z[ host-image] Feb 27 03:24:24.972 INFO O| Feb 27 03:24:24.972 INFO ok!
100652026-02-27T03:24:26.300Z[ host-image] Feb 27 03:24:24.972 INFO O| Feb 27 03:24:24.972 INFO STEP 99 (ensure_file) COMPLETE
100662026-02-27T03:24:26.300Z[ host-image] Feb 27 03:24:24.972 INFO O| Feb 27 03:24:24.972 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100672026-02-27T03:24:26.311Z[ host-image] Feb 27 03:24:24.985 INFO O| Feb 27 03:24:24.985 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100682026-02-27T03:24:26.311Z[ host-image] Feb 27 03:24:24.986 INFO O| Feb 27 03:24:24.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100692026-02-27T03:24:26.311Z[ host-image] Feb 27 03:24:24.986 INFO O| Feb 27 03:24:24.986 INFO STEP 100 (ensure_dir) COMPLETE
100702026-02-27T03:24:26.311Z[ host-image] Feb 27 03:24:24.986 INFO O| Feb 27 03:24:24.986 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100712026-02-27T03:24:26.326Z[ host-image] Feb 27 03:24:25.001 INFO O| Feb 27 03:24:25.001 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
100722026-02-27T03:24:26.326Z[ host-image] Feb 27 03:24:25.001 INFO O| Feb 27 03:24:25.001 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
100732026-02-27T03:24:26.797Z[ host-image] Feb 27 03:24:25.472 INFO O| Feb 27 03:24:25.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
100742026-02-27T03:24:26.798Z[ host-image] Feb 27 03:24:25.473 INFO O| Feb 27 03:24:25.472 INFO ok!
100752026-02-27T03:24:26.798Z[ host-image] Feb 27 03:24:25.473 INFO O| Feb 27 03:24:25.472 INFO STEP 101 (ensure_file) COMPLETE
100762026-02-27T03:24:26.801Z[ host-image] Feb 27 03:24:25.473 INFO O| Feb 27 03:24:25.472 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100772026-02-27T03:24:26.813Z[ host-image] Feb 27 03:24:25.488 INFO O| Feb 27 03:24:25.488 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
100782026-02-27T03:24:26.813Z[ host-image] Feb 27 03:24:25.488 INFO O| Feb 27 03:24:25.488 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
100792026-02-27T03:24:26.816Z[ host-image] Feb 27 03:24:25.488 INFO O| Feb 27 03:24:25.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
100802026-02-27T03:24:26.816Z[ host-image] Feb 27 03:24:25.488 INFO O| Feb 27 03:24:25.488 INFO ok!
100812026-02-27T03:24:26.816Z[ host-image] Feb 27 03:24:25.488 INFO O| Feb 27 03:24:25.488 INFO STEP 102 (ensure_file) COMPLETE
100822026-02-27T03:24:26.816Z[ host-image] Feb 27 03:24:25.488 INFO O| Feb 27 03:24:25.488 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100832026-02-27T03:24:26.827Z[ host-image] Feb 27 03:24:25.502 INFO O| Feb 27 03:24:25.502 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
100842026-02-27T03:24:26.827Z[ host-image] Feb 27 03:24:25.502 INFO O| Feb 27 03:24:25.502 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
100852026-02-27T03:24:26.840Z[ host-image] Feb 27 03:24:25.516 INFO O| Feb 27 03:24:25.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
100862026-02-27T03:24:26.840Z[ host-image] Feb 27 03:24:25.516 INFO O| Feb 27 03:24:25.515 INFO ok!
100872026-02-27T03:24:26.843Z[ host-image] Feb 27 03:24:25.516 INFO O| Feb 27 03:24:25.515 INFO STEP 103 (ensure_file) COMPLETE
100882026-02-27T03:24:26.844Z[ host-image] Feb 27 03:24:25.516 INFO O| Feb 27 03:24:25.516 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100892026-02-27T03:24:26.844Z[ recovery-image] Feb 27 03:24:25.516 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
100902026-02-27T03:24:26.853Z[ host-image] Feb 27 03:24:25.528 INFO O| Feb 27 03:24:25.528 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
100912026-02-27T03:24:26.853Z[ host-image] Feb 27 03:24:25.528 INFO O| Feb 27 03:24:25.528 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
100922026-02-27T03:24:26.856Z[ host-image] Feb 27 03:24:25.528 INFO O| Feb 27 03:24:25.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
100932026-02-27T03:24:26.856Z[ host-image] Feb 27 03:24:25.528 INFO O| Feb 27 03:24:25.528 INFO ok!
100942026-02-27T03:24:26.856Z[ host-image] Feb 27 03:24:25.528 INFO O| Feb 27 03:24:25.528 INFO STEP 104 (ensure_file) COMPLETE
100952026-02-27T03:24:26.856Z[ host-image] Feb 27 03:24:25.528 INFO O| Feb 27 03:24:25.528 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100962026-02-27T03:24:26.867Z[ host-image] Feb 27 03:24:25.542 INFO O| Feb 27 03:24:25.542 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
100972026-02-27T03:24:26.867Z[ host-image] Feb 27 03:24:25.542 INFO O| Feb 27 03:24:25.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
100982026-02-27T03:24:26.867Z[ host-image] Feb 27 03:24:25.542 INFO O| Feb 27 03:24:25.542 INFO STEP 105 (ensure_dir) COMPLETE
100992026-02-27T03:24:26.870Z[ host-image] Feb 27 03:24:25.542 INFO O| Feb 27 03:24:25.542 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101002026-02-27T03:24:26.881Z[ host-image] Feb 27 03:24:25.556 INFO O| Feb 27 03:24:25.556 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
101012026-02-27T03:24:26.881Z[ host-image] Feb 27 03:24:25.556 INFO O| Feb 27 03:24:25.556 INFO copying /tmp/.tmpaFY3GB/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 ...
101022026-02-27T03:24:27.595Z[ host-image] Feb 27 03:24:26.270 INFO O| Feb 27 03:24:26.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
101032026-02-27T03:24:27.595Z[ host-image] Feb 27 03:24:26.270 INFO O| Feb 27 03:24:26.270 INFO ok!
101042026-02-27T03:24:27.595Z[ host-image] Feb 27 03:24:26.270 INFO O| Feb 27 03:24:26.270 INFO STEP 106 (ensure_file) COMPLETE
101052026-02-27T03:24:27.599Z[ host-image] Feb 27 03:24:26.270 INFO O| Feb 27 03:24:26.270 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101062026-02-27T03:24:27.610Z[ host-image] Feb 27 03:24:26.285 INFO O| Feb 27 03:24:26.285 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
101072026-02-27T03:24:27.610Z[ host-image] Feb 27 03:24:26.285 INFO O| Feb 27 03:24:26.285 INFO copying /tmp/.tmpaFY3GB/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 ...
101082026-02-27T03:24:27.610Z[ host-image] Feb 27 03:24:26.285 INFO O| Feb 27 03:24:26.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
101092026-02-27T03:24:27.610Z[ host-image] Feb 27 03:24:26.285 INFO O| Feb 27 03:24:26.285 INFO ok!
101102026-02-27T03:24:27.610Z[ host-image] Feb 27 03:24:26.285 INFO O| Feb 27 03:24:26.285 INFO STEP 107 (ensure_file) COMPLETE
101112026-02-27T03:24:27.610Z[ host-image] Feb 27 03:24:26.285 INFO O| Feb 27 03:24:26.285 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101122026-02-27T03:24:27.622Z[ host-image] Feb 27 03:24:26.297 INFO O| Feb 27 03:24:26.297 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
101132026-02-27T03:24:27.622Z[ host-image] Feb 27 03:24:26.297 INFO O| Feb 27 03:24:26.297 INFO copying /tmp/.tmpaFY3GB/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 ...
101142026-02-27T03:24:27.626Z[ host-image] Feb 27 03:24:26.297 INFO O| Feb 27 03:24:26.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
101152026-02-27T03:24:27.626Z[ host-image] Feb 27 03:24:26.297 INFO O| Feb 27 03:24:26.297 INFO ok!
101162026-02-27T03:24:27.626Z[ host-image] Feb 27 03:24:26.297 INFO O| Feb 27 03:24:26.297 INFO STEP 108 (ensure_file) COMPLETE
101172026-02-27T03:24:27.626Z[ host-image] Feb 27 03:24:26.297 INFO O| Feb 27 03:24:26.297 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101182026-02-27T03:24:27.632Z[ host-image] Feb 27 03:24:26.307 INFO O| Feb 27 03:24:26.307 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
101192026-02-27T03:24:27.632Z[ host-image] Feb 27 03:24:26.307 INFO O| Feb 27 03:24:26.307 INFO copying /tmp/.tmpaFY3GB/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 ...
101202026-02-27T03:24:27.632Z[ host-image] Feb 27 03:24:26.307 INFO O| Feb 27 03:24:26.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
101212026-02-27T03:24:27.635Z[ host-image] Feb 27 03:24:26.307 INFO O| Feb 27 03:24:26.307 INFO ok!
101222026-02-27T03:24:27.636Z[ host-image] Feb 27 03:24:26.307 INFO O| Feb 27 03:24:26.307 INFO STEP 109 (ensure_file) COMPLETE
101232026-02-27T03:24:27.636Z[ host-image] Feb 27 03:24:26.307 INFO O| Feb 27 03:24:26.307 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101242026-02-27T03:24:27.647Z[ host-image] Feb 27 03:24:26.322 INFO O| Feb 27 03:24:26.322 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
101252026-02-27T03:24:27.647Z[ host-image] Feb 27 03:24:26.322 INFO O| Feb 27 03:24:26.322 INFO copying /tmp/.tmpaFY3GB/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 ...
101262026-02-27T03:24:27.650Z[ host-image] Feb 27 03:24:26.322 INFO O| Feb 27 03:24:26.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
101272026-02-27T03:24:27.650Z[ host-image] Feb 27 03:24:26.322 INFO O| Feb 27 03:24:26.322 INFO ok!
101282026-02-27T03:24:27.651Z[ host-image] Feb 27 03:24:26.322 INFO O| Feb 27 03:24:26.322 INFO STEP 110 (ensure_file) COMPLETE
101292026-02-27T03:24:27.651Z[ host-image] Feb 27 03:24:26.322 INFO O| Feb 27 03:24:26.322 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101302026-02-27T03:24:27.659Z[ host-image] Feb 27 03:24:26.334 INFO O| Feb 27 03:24:26.334 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
101312026-02-27T03:24:27.659Z[ host-image] Feb 27 03:24:26.334 INFO O| Feb 27 03:24:26.334 INFO copying /tmp/.tmpaFY3GB/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 ...
101322026-02-27T03:24:27.662Z[ host-image] Feb 27 03:24:26.334 INFO O| Feb 27 03:24:26.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
101332026-02-27T03:24:27.662Z[ host-image] Feb 27 03:24:26.334 INFO O| Feb 27 03:24:26.334 INFO ok!
101342026-02-27T03:24:27.662Z[ host-image] Feb 27 03:24:26.334 INFO O| Feb 27 03:24:26.334 INFO STEP 111 (ensure_file) COMPLETE
101352026-02-27T03:24:27.662Z[ host-image] Feb 27 03:24:26.334 INFO O| Feb 27 03:24:26.334 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101362026-02-27T03:24:27.674Z[ host-image] Feb 27 03:24:26.349 INFO O| Feb 27 03:24:26.349 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
101372026-02-27T03:24:27.674Z[ host-image] Feb 27 03:24:26.349 INFO O| Feb 27 03:24:26.349 INFO copying /tmp/.tmpaFY3GB/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 ...
101382026-02-27T03:24:27.678Z[ host-image] Feb 27 03:24:26.349 INFO O| Feb 27 03:24:26.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
101392026-02-27T03:24:27.678Z[ host-image] Feb 27 03:24:26.349 INFO O| Feb 27 03:24:26.349 INFO ok!
101402026-02-27T03:24:27.678Z[ host-image] Feb 27 03:24:26.349 INFO O| Feb 27 03:24:26.349 INFO STEP 112 (ensure_file) COMPLETE
101412026-02-27T03:24:27.678Z[ host-image] Feb 27 03:24:26.349 INFO O| Feb 27 03:24:26.349 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101422026-02-27T03:24:27.687Z[ host-image] Feb 27 03:24:26.362 INFO O| Feb 27 03:24:26.362 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
101432026-02-27T03:24:27.687Z[ host-image] Feb 27 03:24:26.362 INFO O| Feb 27 03:24:26.362 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
101442026-02-27T03:24:27.687Z[ host-image] Feb 27 03:24:26.362 INFO O| Feb 27 03:24:26.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
101452026-02-27T03:24:27.690Z[ host-image] Feb 27 03:24:26.362 INFO O| Feb 27 03:24:26.362 INFO ok!
101462026-02-27T03:24:27.690Z[ host-image] Feb 27 03:24:26.362 INFO O| Feb 27 03:24:26.362 INFO STEP 113 (ensure_file) COMPLETE
101472026-02-27T03:24:27.690Z[ host-image] Feb 27 03:24:26.362 INFO O| Feb 27 03:24:26.362 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101482026-02-27T03:24:27.702Z[ host-image] Feb 27 03:24:26.377 INFO O| Feb 27 03:24:26.377 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
101492026-02-27T03:24:27.702Z[ host-image] Feb 27 03:24:26.377 INFO O| Feb 27 03:24:26.377 INFO copying /tmp/.tmpaFY3GB/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 ...
101502026-02-27T03:24:27.705Z[ host-image] Feb 27 03:24:26.377 INFO O| Feb 27 03:24:26.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
101512026-02-27T03:24:27.705Z[ host-image] Feb 27 03:24:26.377 INFO O| Feb 27 03:24:26.377 INFO ok!
101522026-02-27T03:24:27.705Z[ host-image] Feb 27 03:24:26.377 INFO O| Feb 27 03:24:26.377 INFO STEP 114 (ensure_file) COMPLETE
101532026-02-27T03:24:27.705Z[ host-image] Feb 27 03:24:26.377 INFO O| Feb 27 03:24:26.377 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542026-02-27T03:24:27.719Z[ host-image] Feb 27 03:24:26.394 INFO O| Feb 27 03:24:26.394 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
101552026-02-27T03:24:27.719Z[ host-image] Feb 27 03:24:26.394 INFO O| Feb 27 03:24:26.394 INFO copying /tmp/.tmpaFY3GB/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 ...
101562026-02-27T03:24:27.719Z[ host-image] Feb 27 03:24:26.394 INFO O| Feb 27 03:24:26.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
101572026-02-27T03:24:27.722Z[ host-image] Feb 27 03:24:26.394 INFO O| Feb 27 03:24:26.394 INFO ok!
101582026-02-27T03:24:27.722Z[ host-image] Feb 27 03:24:26.394 INFO O| Feb 27 03:24:26.394 INFO STEP 115 (ensure_file) COMPLETE
101592026-02-27T03:24:27.722Z[ host-image] Feb 27 03:24:26.394 INFO O| Feb 27 03:24:26.394 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-02-27T03:24:27.736Z[ host-image] Feb 27 03:24:26.411 INFO O| Feb 27 03:24:26.411 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
101612026-02-27T03:24:27.736Z[ host-image] Feb 27 03:24:26.411 INFO O| Feb 27 03:24:26.411 INFO copying /tmp/.tmpaFY3GB/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 ...
101622026-02-27T03:24:27.740Z[ host-image] Feb 27 03:24:26.412 INFO O| Feb 27 03:24:26.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
101632026-02-27T03:24:27.740Z[ host-image] Feb 27 03:24:26.412 INFO O| Feb 27 03:24:26.411 INFO ok!
101642026-02-27T03:24:27.740Z[ host-image] Feb 27 03:24:26.412 INFO O| Feb 27 03:24:26.412 INFO STEP 116 (ensure_file) COMPLETE
101652026-02-27T03:24:27.740Z[ host-image] Feb 27 03:24:26.412 INFO O| Feb 27 03:24:26.412 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-02-27T03:24:27.755Z[ host-image] Feb 27 03:24:26.429 INFO O| Feb 27 03:24:26.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
101672026-02-27T03:24:27.755Z[ host-image] Feb 27 03:24:26.429 INFO O| Feb 27 03:24:26.429 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
101682026-02-27T03:24:27.755Z[ host-image] Feb 27 03:24:26.429 INFO O| Feb 27 03:24:26.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
101692026-02-27T03:24:27.758Z[ host-image] Feb 27 03:24:26.429 INFO O| Feb 27 03:24:26.429 INFO ok!
101702026-02-27T03:24:27.758Z[ host-image] Feb 27 03:24:26.429 INFO O| Feb 27 03:24:26.429 INFO STEP 117 (ensure_file) COMPLETE
101712026-02-27T03:24:27.758Z[ host-image] Feb 27 03:24:26.429 INFO O| Feb 27 03:24:26.429 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101722026-02-27T03:24:27.774Z[ host-image] Feb 27 03:24:26.448 INFO O| Feb 27 03:24:26.448 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
101732026-02-27T03:24:27.774Z[ host-image] Feb 27 03:24:26.448 INFO O| Feb 27 03:24:26.448 INFO copying /tmp/.tmpaFY3GB/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 ...
101742026-02-27T03:24:27.774Z[ host-image] Feb 27 03:24:26.449 INFO O| Feb 27 03:24:26.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
101752026-02-27T03:24:27.777Z[ host-image] Feb 27 03:24:26.449 INFO O| Feb 27 03:24:26.448 INFO ok!
101762026-02-27T03:24:27.777Z[ host-image] Feb 27 03:24:26.449 INFO O| Feb 27 03:24:26.449 INFO STEP 118 (ensure_file) COMPLETE
101772026-02-27T03:24:27.777Z[ host-image] Feb 27 03:24:26.449 INFO O| Feb 27 03:24:26.449 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782026-02-27T03:24:27.793Z[ host-image] Feb 27 03:24:26.467 INFO O| Feb 27 03:24:26.467 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
101792026-02-27T03:24:27.796Z[ host-image] Feb 27 03:24:26.468 INFO O| Feb 27 03:24:26.467 INFO copying /tmp/.tmpaFY3GB/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 ...
101802026-02-27T03:24:27.796Z[ host-image] Feb 27 03:24:26.468 INFO O| Feb 27 03:24:26.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
101812026-02-27T03:24:27.796Z[ host-image] Feb 27 03:24:26.468 INFO O| Feb 27 03:24:26.468 INFO ok!
101822026-02-27T03:24:27.796Z[ host-image] Feb 27 03:24:26.468 INFO O| Feb 27 03:24:26.468 INFO STEP 119 (ensure_file) COMPLETE
101832026-02-27T03:24:27.796Z[ host-image] Feb 27 03:24:26.468 INFO O| Feb 27 03:24:26.468 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101842026-02-27T03:24:27.807Z[ host-image] Feb 27 03:24:26.481 INFO O| Feb 27 03:24:26.481 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
101852026-02-27T03:24:27.807Z[ host-image] Feb 27 03:24:26.482 INFO O| Feb 27 03:24:26.481 INFO copying /tmp/.tmpaFY3GB/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 ...
101862026-02-27T03:24:27.810Z[ host-image] Feb 27 03:24:26.482 INFO O| Feb 27 03:24:26.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
101872026-02-27T03:24:27.810Z[ host-image] Feb 27 03:24:26.482 INFO O| Feb 27 03:24:26.482 INFO ok!
101882026-02-27T03:24:27.810Z[ host-image] Feb 27 03:24:26.482 INFO O| Feb 27 03:24:26.482 INFO STEP 120 (ensure_file) COMPLETE
101892026-02-27T03:24:27.810Z[ host-image] Feb 27 03:24:26.482 INFO O| Feb 27 03:24:26.482 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902026-02-27T03:24:27.823Z[ host-image] Feb 27 03:24:26.498 INFO O| Feb 27 03:24:26.498 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
101912026-02-27T03:24:27.823Z[ host-image] Feb 27 03:24:26.498 INFO O| Feb 27 03:24:26.498 INFO copying /tmp/.tmpaFY3GB/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 ...
101922026-02-27T03:24:27.826Z[ host-image] Feb 27 03:24:26.498 INFO O| Feb 27 03:24:26.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
101932026-02-27T03:24:27.826Z[ host-image] Feb 27 03:24:26.498 INFO O| Feb 27 03:24:26.498 INFO ok!
101942026-02-27T03:24:27.826Z[ host-image] Feb 27 03:24:26.498 INFO O| Feb 27 03:24:26.498 INFO STEP 121 (ensure_file) COMPLETE
101952026-02-27T03:24:27.826Z[ host-image] Feb 27 03:24:26.498 INFO O| Feb 27 03:24:26.498 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962026-02-27T03:24:27.838Z[ host-image] Feb 27 03:24:26.513 INFO O| Feb 27 03:24:26.513 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
101972026-02-27T03:24:27.838Z[ host-image] Feb 27 03:24:26.513 INFO O| Feb 27 03:24:26.513 INFO copying /tmp/.tmpaFY3GB/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 ...
101982026-02-27T03:24:27.841Z[ host-image] Feb 27 03:24:26.513 INFO O| Feb 27 03:24:26.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
101992026-02-27T03:24:27.841Z[ host-image] Feb 27 03:24:26.513 INFO O| Feb 27 03:24:26.513 INFO ok!
102002026-02-27T03:24:27.841Z[ host-image] Feb 27 03:24:26.513 INFO O| Feb 27 03:24:26.513 INFO STEP 122 (ensure_file) COMPLETE
102012026-02-27T03:24:27.841Z[ host-image] Feb 27 03:24:26.513 INFO O| Feb 27 03:24:26.513 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102022026-02-27T03:24:27.850Z[ host-image] Feb 27 03:24:26.525 INFO O| Feb 27 03:24:26.525 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
102032026-02-27T03:24:27.850Z[ host-image] Feb 27 03:24:26.525 INFO O| Feb 27 03:24:26.525 INFO copying /tmp/.tmpaFY3GB/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 ...
102042026-02-27T03:24:27.854Z[ host-image] Feb 27 03:24:26.525 INFO O| Feb 27 03:24:26.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
102052026-02-27T03:24:27.854Z[ host-image] Feb 27 03:24:26.525 INFO O| Feb 27 03:24:26.525 INFO ok!
102062026-02-27T03:24:27.854Z[ host-image] Feb 27 03:24:26.525 INFO O| Feb 27 03:24:26.525 INFO STEP 123 (ensure_file) COMPLETE
102072026-02-27T03:24:27.854Z[ host-image] Feb 27 03:24:26.525 INFO O| Feb 27 03:24:26.525 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-02-27T03:24:27.862Z[ host-image] Feb 27 03:24:26.537 INFO O| Feb 27 03:24:26.537 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
102092026-02-27T03:24:27.862Z[ host-image] Feb 27 03:24:26.537 INFO O| Feb 27 03:24:26.537 INFO copying /tmp/.tmpaFY3GB/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 ...
102102026-02-27T03:24:27.865Z[ host-image] Feb 27 03:24:26.537 INFO O| Feb 27 03:24:26.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
102112026-02-27T03:24:27.865Z[ host-image] Feb 27 03:24:26.537 INFO O| Feb 27 03:24:26.537 INFO ok!
102122026-02-27T03:24:27.865Z[ host-image] Feb 27 03:24:26.537 INFO O| Feb 27 03:24:26.537 INFO STEP 124 (ensure_file) COMPLETE
102132026-02-27T03:24:27.865Z[ host-image] Feb 27 03:24:26.537 INFO O| Feb 27 03:24:26.537 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102142026-02-27T03:24:27.879Z[ host-image] Feb 27 03:24:26.554 INFO O| Feb 27 03:24:26.554 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
102152026-02-27T03:24:27.880Z[ host-image] Feb 27 03:24:26.554 INFO O| Feb 27 03:24:26.554 INFO copying /tmp/.tmpaFY3GB/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 ...
102162026-02-27T03:24:27.883Z[ host-image] Feb 27 03:24:26.554 INFO O| Feb 27 03:24:26.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
102172026-02-27T03:24:27.883Z[ host-image] Feb 27 03:24:26.554 INFO O| Feb 27 03:24:26.554 INFO ok!
102182026-02-27T03:24:27.883Z[ host-image] Feb 27 03:24:26.554 INFO O| Feb 27 03:24:26.554 INFO STEP 125 (ensure_file) COMPLETE
102192026-02-27T03:24:27.883Z[ host-image] Feb 27 03:24:26.554 INFO O| Feb 27 03:24:26.554 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-02-27T03:24:27.895Z[ host-image] Feb 27 03:24:26.570 INFO O| Feb 27 03:24:26.570 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
102212026-02-27T03:24:27.895Z[ host-image] Feb 27 03:24:26.570 INFO O| Feb 27 03:24:26.570 INFO copying /tmp/.tmpaFY3GB/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 ...
102222026-02-27T03:24:27.895Z[ host-image] Feb 27 03:24:26.570 INFO O| Feb 27 03:24:26.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
102232026-02-27T03:24:27.895Z[ host-image] Feb 27 03:24:26.570 INFO O| Feb 27 03:24:26.570 INFO ok!
102242026-02-27T03:24:27.895Z[ host-image] Feb 27 03:24:26.570 INFO O| Feb 27 03:24:26.570 INFO STEP 126 (ensure_file) COMPLETE
102252026-02-27T03:24:27.895Z[ host-image] Feb 27 03:24:26.570 INFO O| Feb 27 03:24:26.570 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-02-27T03:24:27.911Z[ host-image] Feb 27 03:24:26.585 INFO O| Feb 27 03:24:26.585 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
102272026-02-27T03:24:27.911Z[ host-image] Feb 27 03:24:26.585 INFO O| Feb 27 03:24:26.585 INFO copying /tmp/.tmpaFY3GB/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 ...
102282026-02-27T03:24:27.914Z[ host-image] Feb 27 03:24:26.585 INFO O| Feb 27 03:24:26.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
102292026-02-27T03:24:27.914Z[ host-image] Feb 27 03:24:26.585 INFO O| Feb 27 03:24:26.585 INFO ok!
102302026-02-27T03:24:27.914Z[ host-image] Feb 27 03:24:26.585 INFO O| Feb 27 03:24:26.585 INFO STEP 127 (ensure_file) COMPLETE
102312026-02-27T03:24:27.914Z[ host-image] Feb 27 03:24:26.585 INFO O| Feb 27 03:24:26.585 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-02-27T03:24:27.925Z[ host-image] Feb 27 03:24:26.600 INFO O| Feb 27 03:24:26.600 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
102332026-02-27T03:24:27.925Z[ host-image] Feb 27 03:24:26.600 INFO O| Feb 27 03:24:26.600 INFO copying /tmp/.tmpaFY3GB/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 ...
102342026-02-27T03:24:27.928Z[ host-image] Feb 27 03:24:26.600 INFO O| Feb 27 03:24:26.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
102352026-02-27T03:24:27.928Z[ host-image] Feb 27 03:24:26.600 INFO O| Feb 27 03:24:26.600 INFO ok!
102362026-02-27T03:24:27.928Z[ host-image] Feb 27 03:24:26.600 INFO O| Feb 27 03:24:26.600 INFO STEP 128 (ensure_file) COMPLETE
102372026-02-27T03:24:27.928Z[ host-image] Feb 27 03:24:26.600 INFO O| Feb 27 03:24:26.600 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-02-27T03:24:27.940Z[ host-image] Feb 27 03:24:26.615 INFO O| Feb 27 03:24:26.615 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
102392026-02-27T03:24:27.940Z[ host-image] Feb 27 03:24:26.615 INFO O| Feb 27 03:24:26.615 INFO copying /tmp/.tmpaFY3GB/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 ...
102402026-02-27T03:24:27.940Z[ host-image] Feb 27 03:24:26.615 INFO O| Feb 27 03:24:26.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
102412026-02-27T03:24:27.940Z[ host-image] Feb 27 03:24:26.615 INFO O| Feb 27 03:24:26.615 INFO ok!
102422026-02-27T03:24:27.943Z[ host-image] Feb 27 03:24:26.615 INFO O| Feb 27 03:24:26.615 INFO STEP 129 (ensure_file) COMPLETE
102432026-02-27T03:24:27.943Z[ host-image] Feb 27 03:24:26.615 INFO O| Feb 27 03:24:26.615 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442026-02-27T03:24:27.952Z[ host-image] Feb 27 03:24:26.627 INFO O| Feb 27 03:24:26.627 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
102452026-02-27T03:24:27.952Z[ host-image] Feb 27 03:24:26.627 INFO O| Feb 27 03:24:26.627 INFO copying /tmp/.tmpaFY3GB/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 ...
102462026-02-27T03:24:27.952Z[ host-image] Feb 27 03:24:26.627 INFO O| Feb 27 03:24:26.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
102472026-02-27T03:24:27.955Z[ host-image] Feb 27 03:24:26.627 INFO O| Feb 27 03:24:26.627 INFO ok!
102482026-02-27T03:24:27.955Z[ host-image] Feb 27 03:24:26.627 INFO O| Feb 27 03:24:26.627 INFO STEP 130 (ensure_file) COMPLETE
102492026-02-27T03:24:27.955Z[ host-image] Feb 27 03:24:26.627 INFO O| Feb 27 03:24:26.627 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102502026-02-27T03:24:27.966Z[ host-image] Feb 27 03:24:26.641 INFO O| Feb 27 03:24:26.641 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
102512026-02-27T03:24:27.966Z[ host-image] Feb 27 03:24:26.641 INFO O| Feb 27 03:24:26.641 INFO copying /tmp/.tmpaFY3GB/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 ...
102522026-02-27T03:24:27.969Z[ host-image] Feb 27 03:24:26.641 INFO O| Feb 27 03:24:26.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
102532026-02-27T03:24:27.969Z[ host-image] Feb 27 03:24:26.641 INFO O| Feb 27 03:24:26.641 INFO ok!
102542026-02-27T03:24:27.969Z[ host-image] Feb 27 03:24:26.641 INFO O| Feb 27 03:24:26.641 INFO STEP 131 (ensure_file) COMPLETE
102552026-02-27T03:24:27.969Z[ host-image] Feb 27 03:24:26.641 INFO O| Feb 27 03:24:26.641 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102562026-02-27T03:24:27.978Z[ host-image] Feb 27 03:24:26.653 INFO O| Feb 27 03:24:26.653 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
102572026-02-27T03:24:27.978Z[ host-image] Feb 27 03:24:26.653 INFO O| Feb 27 03:24:26.653 INFO copying /tmp/.tmpaFY3GB/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 ...
102582026-02-27T03:24:27.978Z[ host-image] Feb 27 03:24:26.653 INFO O| Feb 27 03:24:26.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
102592026-02-27T03:24:27.981Z[ host-image] Feb 27 03:24:26.653 INFO O| Feb 27 03:24:26.653 INFO ok!
102602026-02-27T03:24:27.981Z[ host-image] Feb 27 03:24:26.653 INFO O| Feb 27 03:24:26.653 INFO STEP 132 (ensure_file) COMPLETE
102612026-02-27T03:24:27.981Z[ host-image] Feb 27 03:24:26.653 INFO O| Feb 27 03:24:26.653 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102622026-02-27T03:24:27.989Z[ host-image] Feb 27 03:24:26.664 INFO O| Feb 27 03:24:26.664 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
102632026-02-27T03:24:27.989Z[ host-image] Feb 27 03:24:26.664 INFO O| Feb 27 03:24:26.664 INFO copying /tmp/.tmpaFY3GB/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 ...
102642026-02-27T03:24:27.992Z[ host-image] Feb 27 03:24:26.664 INFO O| Feb 27 03:24:26.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
102652026-02-27T03:24:27.992Z[ host-image] Feb 27 03:24:26.664 INFO O| Feb 27 03:24:26.664 INFO ok!
102662026-02-27T03:24:27.992Z[ host-image] Feb 27 03:24:26.664 INFO O| Feb 27 03:24:26.664 INFO STEP 133 (ensure_file) COMPLETE
102672026-02-27T03:24:27.992Z[ host-image] Feb 27 03:24:26.664 INFO O| Feb 27 03:24:26.664 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-02-27T03:24:28.001Z[ host-image] Feb 27 03:24:26.676 INFO O| Feb 27 03:24:26.676 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
102692026-02-27T03:24:28.002Z[ host-image] Feb 27 03:24:26.676 INFO O| Feb 27 03:24:26.676 INFO copying /tmp/.tmpaFY3GB/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 ...
102702026-02-27T03:24:28.002Z[ host-image] Feb 27 03:24:26.676 INFO O| Feb 27 03:24:26.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
102712026-02-27T03:24:28.005Z[ host-image] Feb 27 03:24:26.676 INFO O| Feb 27 03:24:26.676 INFO ok!
102722026-02-27T03:24:28.005Z[ host-image] Feb 27 03:24:26.676 INFO O| Feb 27 03:24:26.676 INFO STEP 134 (ensure_file) COMPLETE
102732026-02-27T03:24:28.005Z[ host-image] Feb 27 03:24:26.676 INFO O| Feb 27 03:24:26.676 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102742026-02-27T03:24:28.012Z[ host-image] Feb 27 03:24:26.687 INFO O| Feb 27 03:24:26.687 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
102752026-02-27T03:24:28.012Z[ host-image] Feb 27 03:24:26.687 INFO O| Feb 27 03:24:26.687 INFO copying /tmp/.tmpaFY3GB/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 ...
102762026-02-27T03:24:28.012Z[ host-image] Feb 27 03:24:26.687 INFO O| Feb 27 03:24:26.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
102772026-02-27T03:24:28.015Z[ host-image] Feb 27 03:24:26.687 INFO O| Feb 27 03:24:26.687 INFO ok!
102782026-02-27T03:24:28.015Z[ host-image] Feb 27 03:24:26.687 INFO O| Feb 27 03:24:26.687 INFO STEP 135 (ensure_file) COMPLETE
102792026-02-27T03:24:28.015Z[ host-image] Feb 27 03:24:26.687 INFO O| Feb 27 03:24:26.687 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-02-27T03:24:28.023Z[ host-image] Feb 27 03:24:26.698 INFO O| Feb 27 03:24:26.698 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
102812026-02-27T03:24:28.023Z[ host-image] Feb 27 03:24:26.698 INFO O| Feb 27 03:24:26.698 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
102822026-02-27T03:24:28.025Z[ host-image] Feb 27 03:24:26.698 INFO O| Feb 27 03:24:26.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
102832026-02-27T03:24:28.025Z[ host-image] Feb 27 03:24:26.698 INFO O| Feb 27 03:24:26.698 INFO ok!
102842026-02-27T03:24:28.025Z[ host-image] Feb 27 03:24:26.698 INFO O| Feb 27 03:24:26.698 INFO STEP 136 (ensure_file) COMPLETE
102852026-02-27T03:24:28.025Z[ host-image] Feb 27 03:24:26.698 INFO O| Feb 27 03:24:26.698 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102862026-02-27T03:24:28.037Z[ host-image] Feb 27 03:24:26.712 INFO O| Feb 27 03:24:26.711 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
102872026-02-27T03:24:28.037Z[ host-image] Feb 27 03:24:26.712 INFO O| Feb 27 03:24:26.712 INFO copying /tmp/.tmpaFY3GB/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 ...
102882026-02-27T03:24:28.040Z[ host-image] Feb 27 03:24:26.712 INFO O| Feb 27 03:24:26.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
102892026-02-27T03:24:28.040Z[ host-image] Feb 27 03:24:26.712 INFO O| Feb 27 03:24:26.712 INFO ok!
102902026-02-27T03:24:28.040Z[ host-image] Feb 27 03:24:26.712 INFO O| Feb 27 03:24:26.712 INFO STEP 137 (ensure_file) COMPLETE
102912026-02-27T03:24:28.040Z[ host-image] Feb 27 03:24:26.712 INFO O| Feb 27 03:24:26.712 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-02-27T03:24:28.046Z[ host-image] Feb 27 03:24:26.721 INFO O| Feb 27 03:24:26.721 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
102932026-02-27T03:24:28.049Z[ host-image] Feb 27 03:24:26.721 INFO O| Feb 27 03:24:26.721 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
102942026-02-27T03:24:28.049Z[ host-image] Feb 27 03:24:26.722 INFO O| Feb 27 03:24:26.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
102952026-02-27T03:24:28.049Z[ host-image] Feb 27 03:24:26.722 INFO O| Feb 27 03:24:26.722 INFO ok!
102962026-02-27T03:24:28.050Z[ host-image] Feb 27 03:24:26.722 INFO O| Feb 27 03:24:26.722 INFO STEP 138 (ensure_file) COMPLETE
102972026-02-27T03:24:28.050Z[ host-image] Feb 27 03:24:26.722 INFO O| Feb 27 03:24:26.722 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102982026-02-27T03:24:28.061Z[ host-image] Feb 27 03:24:26.736 INFO O| Feb 27 03:24:26.736 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
102992026-02-27T03:24:28.061Z[ host-image] Feb 27 03:24:26.736 INFO O| Feb 27 03:24:26.736 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
103002026-02-27T03:24:30.346Z[ recovery-image] Feb 27 03:24:29.021 INFO E| Compiling serde_derive v1.0.219
103012026-02-27T03:24:30.346Z[ recovery-image] Feb 27 03:24:29.021 INFO E| Compiling clap_derive v4.5.32
103022026-02-27T03:24:34.135Z[ recovery-image] Feb 27 03:24:32.809 INFO E| Compiling clap v4.5.37
103032026-02-27T03:24:36.135Z[ recovery-image] Feb 27 03:24:34.809 INFO E| Compiling serde v1.0.219
103042026-02-27T03:24:36.762Z[ host-image] Feb 27 03:24:35.435 INFO O| Feb 27 03:24:35.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
103052026-02-27T03:24:36.762Z[ host-image] Feb 27 03:24:35.435 INFO O| Feb 27 03:24:35.435 INFO ok!
103062026-02-27T03:24:36.766Z[ host-image] Feb 27 03:24:35.435 INFO O| Feb 27 03:24:35.435 INFO STEP 139 (ensure_file) COMPLETE
103072026-02-27T03:24:36.766Z[ host-image] Feb 27 03:24:35.435 INFO O| Feb 27 03:24:35.435 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103082026-02-27T03:24:36.771Z[ host-image] Feb 27 03:24:35.445 INFO O| Feb 27 03:24:35.445 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
103092026-02-27T03:24:36.771Z[ host-image] Feb 27 03:24:35.445 INFO O| Feb 27 03:24:35.445 INFO STEP 140 (ensure_dir) COMPLETE
103102026-02-27T03:24:36.775Z[ host-image] Feb 27 03:24:35.445 INFO O| Feb 27 03:24:35.445 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-02-27T03:24:36.780Z[ host-image] Feb 27 03:24:35.454 INFO O| Feb 27 03:24:35.454 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
103122026-02-27T03:24:36.783Z[ host-image] Feb 27 03:24:35.454 INFO O| Feb 27 03:24:35.454 INFO STEP 141 (ensure_dir) COMPLETE
103132026-02-27T03:24:36.784Z[ host-image] Feb 27 03:24:35.454 INFO O| Feb 27 03:24:35.454 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-02-27T03:24:36.790Z[ host-image] Feb 27 03:24:35.463 INFO O| Feb 27 03:24:35.463 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
103152026-02-27T03:24:36.790Z[ host-image] Feb 27 03:24:35.463 INFO O| Feb 27 03:24:35.463 INFO STEP 142 (ensure_dir) COMPLETE
103162026-02-27T03:24:36.790Z[ host-image] Feb 27 03:24:35.463 INFO O| Feb 27 03:24:35.463 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103172026-02-27T03:24:36.797Z[ host-image] Feb 27 03:24:35.471 INFO O| Feb 27 03:24:35.471 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
103182026-02-27T03:24:36.797Z[ host-image] Feb 27 03:24:35.471 INFO O| Feb 27 03:24:35.471 INFO STEP 143 (ensure_dir) COMPLETE
103192026-02-27T03:24:36.801Z[ host-image] Feb 27 03:24:35.471 INFO O| Feb 27 03:24:35.471 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103202026-02-27T03:24:36.807Z[ host-image] Feb 27 03:24:35.481 INFO O| Feb 27 03:24:35.481 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
103212026-02-27T03:24:36.807Z[ host-image] Feb 27 03:24:35.481 INFO O| Feb 27 03:24:35.481 INFO copying /tmp/.tmpaFY3GB/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 ...
103222026-02-27T03:24:36.811Z[ host-image] Feb 27 03:24:35.481 INFO O| Feb 27 03:24:35.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
103232026-02-27T03:24:36.811Z[ host-image] Feb 27 03:24:35.481 INFO O| Feb 27 03:24:35.481 INFO ok!
103242026-02-27T03:24:36.811Z[ host-image] Feb 27 03:24:35.481 INFO O| Feb 27 03:24:35.481 INFO STEP 144 (ensure_file) COMPLETE
103252026-02-27T03:24:36.811Z[ host-image] Feb 27 03:24:35.481 INFO O| Feb 27 03:24:35.481 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103262026-02-27T03:24:36.816Z[ host-image] Feb 27 03:24:35.489 INFO O| Feb 27 03:24:35.489 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
103272026-02-27T03:24:36.816Z[ host-image] Feb 27 03:24:35.489 INFO O| Feb 27 03:24:35.489 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
103282026-02-27T03:24:36.820Z[ host-image] Feb 27 03:24:35.489 INFO O| Feb 27 03:24:35.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
103292026-02-27T03:24:36.820Z[ host-image] Feb 27 03:24:35.489 INFO O| Feb 27 03:24:35.489 INFO STEP 145 (ensure_dir) COMPLETE
103302026-02-27T03:24:36.820Z[ host-image] Feb 27 03:24:35.489 INFO O| Feb 27 03:24:35.489 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-02-27T03:24:36.824Z[ host-image] Feb 27 03:24:35.497 INFO O| Feb 27 03:24:35.497 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
103322026-02-27T03:24:36.827Z[ host-image] Feb 27 03:24:35.497 INFO O| Feb 27 03:24:35.497 INFO copying /tmp/.tmpaFY3GB/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
103332026-02-27T03:24:36.827Z[ host-image] Feb 27 03:24:35.497 INFO O| Feb 27 03:24:35.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
103342026-02-27T03:24:36.827Z[ host-image] Feb 27 03:24:35.497 INFO O| Feb 27 03:24:35.497 INFO ok!
103352026-02-27T03:24:36.827Z[ host-image] Feb 27 03:24:35.498 INFO O| Feb 27 03:24:35.497 INFO STEP 146 (ensure_file) COMPLETE
103362026-02-27T03:24:36.827Z[ host-image] Feb 27 03:24:35.498 INFO O| Feb 27 03:24:35.497 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103372026-02-27T03:24:36.832Z[ host-image] Feb 27 03:24:35.505 INFO O| Feb 27 03:24:35.505 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
103382026-02-27T03:24:36.835Z[ host-image] Feb 27 03:24:35.506 INFO O| Feb 27 03:24:35.506 INFO STEP 147 (remove_files) COMPLETE
103392026-02-27T03:24:36.835Z[ host-image] Feb 27 03:24:35.506 INFO O| Feb 27 03:24:35.506 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103402026-02-27T03:24:36.841Z[ host-image] Feb 27 03:24:35.515 INFO O| Feb 27 03:24:35.514 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
103412026-02-27T03:24:36.845Z[ host-image] Feb 27 03:24:35.515 INFO O| Feb 27 03:24:35.515 INFO STEP 148 (remove_files) COMPLETE
103422026-02-27T03:24:36.845Z[ host-image] Feb 27 03:24:35.515 INFO O| Feb 27 03:24:35.515 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103432026-02-27T03:24:36.849Z[ host-image] Feb 27 03:24:35.523 INFO O| Feb 27 03:24:35.523 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
103442026-02-27T03:24:36.853Z[ host-image] Feb 27 03:24:35.523 INFO O| Feb 27 03:24:35.523 INFO STEP 149 (remove_files) COMPLETE
103452026-02-27T03:24:36.853Z[ host-image] Feb 27 03:24:35.523 INFO O| Feb 27 03:24:35.523 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103462026-02-27T03:24:36.858Z[ host-image] Feb 27 03:24:35.532 INFO O| Feb 27 03:24:35.532 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
103472026-02-27T03:24:36.862Z[ host-image] Feb 27 03:24:35.532 INFO O| Feb 27 03:24:35.532 INFO STEP 150 (remove_files) COMPLETE
103482026-02-27T03:24:36.862Z[ host-image] Feb 27 03:24:35.532 INFO O| Feb 27 03:24:35.532 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103492026-02-27T03:24:36.868Z[ host-image] Feb 27 03:24:35.541 INFO O| Feb 27 03:24:35.541 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
103502026-02-27T03:24:36.872Z[ host-image] Feb 27 03:24:35.541 INFO O| Feb 27 03:24:35.541 INFO STEP 151 (remove_files) COMPLETE
103512026-02-27T03:24:36.872Z[ host-image] Feb 27 03:24:35.541 INFO O| Feb 27 03:24:35.541 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103522026-02-27T03:24:36.875Z[ host-image] Feb 27 03:24:35.549 INFO O| Feb 27 03:24:35.549 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
103532026-02-27T03:24:36.876Z[ host-image] Feb 27 03:24:35.549 INFO O| Feb 27 03:24:35.549 INFO STEP 152 (remove_files) COMPLETE
103542026-02-27T03:24:36.876Z[ host-image] Feb 27 03:24:35.549 INFO O| Feb 27 03:24:35.549 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103552026-02-27T03:24:36.885Z[ host-image] Feb 27 03:24:35.558 INFO O| Feb 27 03:24:35.558 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
103562026-02-27T03:24:36.890Z[ host-image] Feb 27 03:24:35.558 INFO O| Feb 27 03:24:35.558 INFO STEP 153 (remove_files) COMPLETE
103572026-02-27T03:24:36.890Z[ host-image] Feb 27 03:24:35.558 INFO O| Feb 27 03:24:35.558 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103582026-02-27T03:24:36.894Z[ host-image] Feb 27 03:24:35.565 INFO O| Feb 27 03:24:35.565 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
103592026-02-27T03:24:36.894Z[ host-image] Feb 27 03:24:35.565 INFO O| Feb 27 03:24:35.565 INFO STEP 154 (remove_files) COMPLETE
103602026-02-27T03:24:36.894Z[ host-image] Feb 27 03:24:35.565 INFO O| Feb 27 03:24:35.565 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103612026-02-27T03:24:36.900Z[ host-image] Feb 27 03:24:35.573 INFO O| Feb 27 03:24:35.573 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
103622026-02-27T03:24:36.900Z[ host-image] Feb 27 03:24:35.573 INFO O| Feb 27 03:24:35.573 INFO STEP 155 (remove_files) COMPLETE
103632026-02-27T03:24:36.904Z[ host-image] Feb 27 03:24:35.573 INFO O| Feb 27 03:24:35.573 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103642026-02-27T03:24:36.908Z[ host-image] Feb 27 03:24:35.582 INFO O| Feb 27 03:24:35.581 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
103652026-02-27T03:24:36.908Z[ host-image] Feb 27 03:24:35.582 INFO O| Feb 27 03:24:35.582 INFO STEP 156 (remove_files) COMPLETE
103662026-02-27T03:24:36.908Z[ host-image] Feb 27 03:24:35.582 INFO O| Feb 27 03:24:35.582 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103672026-02-27T03:24:36.918Z[ host-image] Feb 27 03:24:35.591 INFO O| Feb 27 03:24:35.591 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
103682026-02-27T03:24:36.918Z[ host-image] Feb 27 03:24:35.591 INFO O| Feb 27 03:24:35.591 INFO STEP 157 (remove_files) COMPLETE
103692026-02-27T03:24:36.921Z[ host-image] Feb 27 03:24:35.591 INFO O| Feb 27 03:24:35.591 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103702026-02-27T03:24:36.925Z[ host-image] Feb 27 03:24:35.599 INFO O| Feb 27 03:24:35.599 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
103712026-02-27T03:24:36.925Z[ host-image] Feb 27 03:24:35.599 INFO O| Feb 27 03:24:35.599 INFO STEP 158 (remove_files) COMPLETE
103722026-02-27T03:24:36.925Z[ host-image] Feb 27 03:24:35.599 INFO O| Feb 27 03:24:35.599 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103732026-02-27T03:24:36.934Z[ host-image] Feb 27 03:24:35.608 INFO O| Feb 27 03:24:35.608 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
103742026-02-27T03:24:36.934Z[ host-image] Feb 27 03:24:35.608 INFO O| Feb 27 03:24:35.608 INFO STEP 159 (remove_files) COMPLETE
103752026-02-27T03:24:36.938Z[ host-image] Feb 27 03:24:35.608 INFO O| Feb 27 03:24:35.608 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103762026-02-27T03:24:36.942Z[ host-image] Feb 27 03:24:35.616 INFO O| Feb 27 03:24:35.616 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
103772026-02-27T03:24:36.942Z[ host-image] Feb 27 03:24:35.616 INFO O| Feb 27 03:24:35.616 INFO STEP 160 (remove_files) COMPLETE
103782026-02-27T03:24:36.946Z[ host-image] Feb 27 03:24:35.616 INFO O| Feb 27 03:24:35.616 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103792026-02-27T03:24:36.951Z[ host-image] Feb 27 03:24:35.625 INFO O| Feb 27 03:24:35.625 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
103802026-02-27T03:24:36.951Z[ host-image] Feb 27 03:24:35.625 INFO O| Feb 27 03:24:35.625 INFO STEP 161 (remove_files) COMPLETE
103812026-02-27T03:24:36.951Z[ host-image] Feb 27 03:24:35.625 INFO O| Feb 27 03:24:35.625 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103822026-02-27T03:24:36.961Z[ host-image] Feb 27 03:24:35.634 INFO O| Feb 27 03:24:35.634 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
103832026-02-27T03:24:36.965Z[ host-image] Feb 27 03:24:35.634 INFO O| Feb 27 03:24:35.634 INFO STEP 162 (remove_files) COMPLETE
103842026-02-27T03:24:36.965Z[ host-image] Feb 27 03:24:35.634 INFO O| Feb 27 03:24:35.634 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103852026-02-27T03:24:36.970Z[ host-image] Feb 27 03:24:35.644 INFO O| Feb 27 03:24:35.644 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
103862026-02-27T03:24:36.975Z[ host-image] Feb 27 03:24:35.644 INFO O| Feb 27 03:24:35.644 INFO STEP 163 (remove_files) COMPLETE
103872026-02-27T03:24:36.975Z[ host-image] Feb 27 03:24:35.644 INFO O| Feb 27 03:24:35.644 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103882026-02-27T03:24:36.979Z[ host-image] Feb 27 03:24:35.652 INFO O| Feb 27 03:24:35.652 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
103892026-02-27T03:24:36.980Z[ host-image] Feb 27 03:24:35.652 INFO O| Feb 27 03:24:35.652 INFO STEP 164 (remove_files) COMPLETE
103902026-02-27T03:24:36.980Z[ host-image] Feb 27 03:24:35.652 INFO O| Feb 27 03:24:35.652 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103912026-02-27T03:24:36.987Z[ host-image] Feb 27 03:24:35.660 INFO O| Feb 27 03:24:35.660 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
103922026-02-27T03:24:36.990Z[ host-image] Feb 27 03:24:35.660 INFO O| Feb 27 03:24:35.660 INFO STEP 165 (remove_files) COMPLETE
103932026-02-27T03:24:36.991Z[ host-image] Feb 27 03:24:35.660 INFO O| Feb 27 03:24:35.660 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103942026-02-27T03:24:36.994Z[ host-image] Feb 27 03:24:35.668 INFO O| Feb 27 03:24:35.668 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
103952026-02-27T03:24:36.995Z[ host-image] Feb 27 03:24:35.668 INFO O| Feb 27 03:24:35.668 INFO STEP 166 (remove_files) COMPLETE
103962026-02-27T03:24:36.995Z[ host-image] Feb 27 03:24:35.668 INFO O| Feb 27 03:24:35.668 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103972026-02-27T03:24:37.002Z[ host-image] Feb 27 03:24:35.676 INFO O| Feb 27 03:24:35.676 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
103982026-02-27T03:24:37.002Z[ host-image] Feb 27 03:24:35.676 INFO O| Feb 27 03:24:35.676 INFO STEP 167 (remove_files) COMPLETE
103992026-02-27T03:24:37.002Z[ host-image] Feb 27 03:24:35.676 INFO O| Feb 27 03:24:35.676 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104002026-02-27T03:24:37.054Z[ host-image] Feb 27 03:24:35.684 INFO O| Feb 27 03:24:35.684 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
104012026-02-27T03:24:37.054Z[ host-image] Feb 27 03:24:35.684 INFO O| Feb 27 03:24:35.684 INFO STEP 168 (remove_files) COMPLETE
104022026-02-27T03:24:37.054Z[ host-image] Feb 27 03:24:35.684 INFO O| Feb 27 03:24:35.684 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104032026-02-27T03:24:37.054Z[ host-image] Feb 27 03:24:35.692 INFO O| Feb 27 03:24:35.692 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
104042026-02-27T03:24:37.054Z[ host-image] Feb 27 03:24:35.692 INFO O| Feb 27 03:24:35.692 INFO STEP 169 (remove_files) COMPLETE
104052026-02-27T03:24:37.055Z[ host-image] Feb 27 03:24:35.692 INFO O| Feb 27 03:24:35.692 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104062026-02-27T03:24:37.055Z[ host-image] Feb 27 03:24:35.700 INFO O| Feb 27 03:24:35.700 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
104072026-02-27T03:24:37.055Z[ host-image] Feb 27 03:24:35.700 INFO O| Feb 27 03:24:35.700 INFO STEP 170 (remove_files) COMPLETE
104082026-02-27T03:24:37.055Z[ host-image] Feb 27 03:24:35.700 INFO O| Feb 27 03:24:35.700 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104092026-02-27T03:24:37.055Z[ host-image] Feb 27 03:24:35.708 INFO O| Feb 27 03:24:35.708 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
104102026-02-27T03:24:37.055Z[ host-image] Feb 27 03:24:35.708 INFO O| Feb 27 03:24:35.708 INFO STEP 171 (remove_files) COMPLETE
104112026-02-27T03:24:37.055Z[ host-image] Feb 27 03:24:35.708 INFO O| Feb 27 03:24:35.708 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104122026-02-27T03:24:37.055Z[ host-image] Feb 27 03:24:35.715 INFO O| Feb 27 03:24:35.715 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
104132026-02-27T03:24:37.055Z[ host-image] Feb 27 03:24:35.716 INFO O| Feb 27 03:24:35.716 INFO STEP 172 (remove_files) COMPLETE
104142026-02-27T03:24:37.055Z[ host-image] Feb 27 03:24:35.716 INFO O| Feb 27 03:24:35.716 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104152026-02-27T03:24:37.055Z[ host-image] Feb 27 03:24:35.723 INFO O| Feb 27 03:24:35.723 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
104162026-02-27T03:24:37.055Z[ host-image] Feb 27 03:24:35.723 INFO O| Feb 27 03:24:35.723 INFO STEP 173 (remove_files) COMPLETE
104172026-02-27T03:24:37.055Z[ host-image] Feb 27 03:24:35.723 INFO O| Feb 27 03:24:35.723 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104182026-02-27T03:24:37.061Z[ host-image] Feb 27 03:24:35.733 INFO O| Feb 27 03:24:35.732 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
104192026-02-27T03:24:37.061Z[ host-image] Feb 27 03:24:35.733 INFO O| Feb 27 03:24:35.733 INFO STEP 174 (remove_files) COMPLETE
104202026-02-27T03:24:37.061Z[ host-image] Feb 27 03:24:35.733 INFO O| Feb 27 03:24:35.733 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104212026-02-27T03:24:37.067Z[ host-image] Feb 27 03:24:35.741 INFO O| Feb 27 03:24:35.740 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
104222026-02-27T03:24:37.067Z[ host-image] Feb 27 03:24:35.741 INFO O| Feb 27 03:24:35.741 INFO STEP 175 (remove_files) COMPLETE
104232026-02-27T03:24:37.071Z[ host-image] Feb 27 03:24:35.741 INFO O| Feb 27 03:24:35.741 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104242026-02-27T03:24:37.079Z[ host-image] Feb 27 03:24:35.752 INFO O| Feb 27 03:24:35.752 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
104252026-02-27T03:24:37.079Z[ host-image] Feb 27 03:24:35.752 INFO O| Feb 27 03:24:35.752 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
104262026-02-27T03:24:39.784Z[ recovery-image] Feb 27 03:24:38.457 INFO E| Compiling serde_spanned v0.6.8
104272026-02-27T03:24:39.784Z[ recovery-image] Feb 27 03:24:38.458 INFO E| Compiling toml_datetime v0.6.9
104282026-02-27T03:24:40.039Z[ recovery-image] Feb 27 03:24:38.700 INFO E| Compiling toml_edit v0.22.26
104292026-02-27T03:24:42.397Z[ recovery-image] Feb 27 03:24:41.070 INFO E| Compiling toml v0.8.22
104302026-02-27T03:24:43.345Z[ host-image] Feb 27 03:24:42.018 INFO O| Feb 27 03:24:42.018 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
104312026-02-27T03:24:43.345Z[ host-image] Feb 27 03:24:42.018 INFO O| Feb 27 03:24:42.018 INFO E| svccfg: Loaded 79 smf(7) service descriptions
104322026-02-27T03:24:43.363Z[ host-image] Feb 27 03:24:42.036 INFO O| Feb 27 03:24:42.036 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
104332026-02-27T03:24:43.536Z[ host-image] Feb 27 03:24:42.210 INFO O| Feb 27 03:24:42.210 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
104342026-02-27T03:24:43.621Z[ host-image] Feb 27 03:24:42.295 INFO O| Feb 27 03:24:42.295 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
104352026-02-27T03:24:43.715Z[ host-image] Feb 27 03:24:42.388 INFO O| Feb 27 03:24:42.388 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
104362026-02-27T03:24:43.715Z[ host-image] Feb 27 03:24:42.388 INFO O| Feb 27 03:24:42.388 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
104372026-02-27T03:24:43.718Z[ host-image] Feb 27 03:24:42.390 INFO O| Feb 27 03:24:42.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
104382026-02-27T03:24:43.718Z[ host-image] Feb 27 03:24:42.390 INFO O| Feb 27 03:24:42.390 INFO ok!
104392026-02-27T03:24:43.718Z[ host-image] Feb 27 03:24:42.390 INFO O| Feb 27 03:24:42.390 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
104402026-02-27T03:24:43.718Z[ host-image] Feb 27 03:24:42.390 INFO O| Feb 27 03:24:42.390 INFO STEP 176 (seed_smf) COMPLETE
104412026-02-27T03:24:43.718Z[ host-image] Feb 27 03:24:42.390 INFO O| Feb 27 03:24:42.390 INFO steps complete; finalising image!
104422026-02-27T03:24:43.718Z[ host-image] Feb 27 03:24:42.390 INFO O| Feb 27 03:24:42.390 INFO TRIM POOL: TEMPORARY-sled-zfs
104432026-02-27T03:24:43.869Z[ host-image] Feb 27 03:24:42.542 INFO O| Feb 27 03:24:42.542 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Fri Feb 27 03:24:42 2026)
104442026-02-27T03:24:44.086Z[ host-image] Feb 27 03:24:42.759 INFO O| Feb 27 03:24:42.759 INFO temporary pool has 817M used, 79.0M avail, 1.80x compressratio
104452026-02-27T03:24:44.086Z[ host-image] Feb 27 03:24:42.759 INFO O| Feb 27 03:24:42.759 INFO EXPORT POOL: TEMPORARY-sled-zfs
104462026-02-27T03:24:44.369Z[ host-image] Feb 27 03:24:43.043 INFO O| Feb 27 03:24:43.042 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
104472026-02-27T03:24:44.370Z[ host-image] Feb 27 03:24:43.043 INFO O| Feb 27 03:24:43.043 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
104482026-02-27T03:24:45.434Z[ host-image] Feb 27 03:24:44.107 INFO O| Feb 27 03:24:44.107 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
104492026-02-27T03:24:45.434Z[ host-image] Feb 27 03:24:44.107 INFO O| Feb 27 03:24:44.107 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
104502026-02-27T03:24:45.437Z[ host-image] Feb 27 03:24:44.107 INFO O| Feb 27 03:24:44.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
104512026-02-27T03:24:45.437Z[ host-image] Feb 27 03:24:44.107 INFO O| Feb 27 03:24:44.107 INFO completed processing sled/zfs
104522026-02-27T03:24:45.437Z[ host-image] Feb 27 03:24:44.107 INFO O| Feb 27 03:24:44.107 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
104532026-02-27T03:24:46.017Z[ recovery-image] Feb 27 03:24:44.690 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.66s
104542026-02-27T03:24:46.034Z[ recovery-image] Feb 27 03:24:44.707 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`
104552026-02-27T03:24:46.047Z[ recovery-image] Feb 27 03:24:44.721 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
104562026-02-27T03:24:46.380Z[ recovery-image] Feb 27 03:24:45.053 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s
104572026-02-27T03:24:46.386Z[ recovery-image] Feb 27 03:24:45.059 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`
104582026-02-27T03:24:46.722Z[ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104592026-02-27T03:24:46.722Z[ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
104602026-02-27T03:24:46.722Z[ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
104612026-02-27T03:24:46.722Z[ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
104622026-02-27T03:24:46.725Z[ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
104632026-02-27T03:24:46.725Z[ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104642026-02-27T03:24:46.725Z[ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104652026-02-27T03:24:46.725Z[ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104662026-02-27T03:24:46.725Z[ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104672026-02-27T03:24:46.725Z[ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104682026-02-27T03:24:46.725Z[ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104692026-02-27T03:24:46.725Z[ recovery-image] Feb 27 03:24:45.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104702026-02-27T03:24:46.725Z[ recovery-image] Feb 27 03:24:45.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104712026-02-27T03:24:46.725Z[ recovery-image] Feb 27 03:24:45.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104722026-02-27T03:24:46.725Z[ recovery-image] Feb 27 03:24:45.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104732026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.396 INFO O| Info: ABL version: 0x100f5010
104742026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.396 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
104752026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104762026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104772026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104782026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104792026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104802026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104812026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104822026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104832026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104842026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104852026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104862026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104872026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104882026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104892026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104902026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104912026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104922026-02-27T03:24:46.726Z[ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104932026-02-27T03:24:46.774Z[ recovery-image] Feb 27 03:24:45.447 INFO building ROM for cosmo
104942026-02-27T03:24:46.774Z[ recovery-image] Feb 27 03:24:45.447 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")
104952026-02-27T03:24:46.925Z[ recovery-image] Feb 27 03:24:45.597 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
104962026-02-27T03:24:46.928Z[ recovery-image] Feb 27 03:24:45.600 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`
104972026-02-27T03:24:46.940Z[ recovery-image] Feb 27 03:24:45.613 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
104982026-02-27T03:24:47.036Z[ recovery-image] Feb 27 03:24:45.708 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
104992026-02-27T03:24:47.040Z[ recovery-image] Feb 27 03:24:45.713 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`
105002026-02-27T03:24:47.394Z[ recovery-image] Feb 27 03:24:46.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
105012026-02-27T03:24:47.394Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
105022026-02-27T03:24:47.394Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
105032026-02-27T03:24:47.394Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
105042026-02-27T03:24:47.398Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105052026-02-27T03:24:47.398Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105062026-02-27T03:24:47.398Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105072026-02-27T03:24:47.398Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
105082026-02-27T03:24:47.398Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
105092026-02-27T03:24:47.398Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
105102026-02-27T03:24:47.398Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
105112026-02-27T03:24:47.398Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105122026-02-27T03:24:47.398Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105132026-02-27T03:24:47.398Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105142026-02-27T03:24:47.398Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105152026-02-27T03:24:47.398Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105162026-02-27T03:24:47.398Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
105172026-02-27T03:24:47.398Z[ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105182026-02-27T03:24:47.398Z[ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
105192026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
105202026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105212026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105222026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
105232026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105242026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
105252026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
105262026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
105272026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105282026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
105292026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105302026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
105312026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
105322026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
105332026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105342026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
105352026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
105362026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
105372026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
105382026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
105392026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
105402026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
105412026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
105422026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
105432026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
105442026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
105452026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105462026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
105472026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
105482026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
105492026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
105502026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
105512026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
105522026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
105532026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.071 INFO O| Info: ABL version: 0x1007f011
105542026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.071 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
105552026-02-27T03:24:47.399Z[ recovery-image] Feb 27 03:24:46.071 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
105562026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
105572026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105582026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105592026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105602026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105612026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105622026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105632026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105642026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105652026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105662026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105672026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105682026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105692026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105702026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105712026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105722026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105732026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105742026-02-27T03:24:47.403Z[ recovery-image] Feb 27 03:24:46.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105752026-02-27T03:24:47.404Z[ recovery-image] Feb 27 03:24:46.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105762026-02-27T03:24:47.443Z[ recovery-image] Feb 27 03:24:46.116 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
105772026-02-27T03:24:50.543Z[ recovery-image] Feb 27 03:24:49.215 INFO image complete! materials are in "/work/os-recovery"
105782026-02-27T03:24:50.547Z[ recovery-image]
105792026-02-27T03:24:50.550Z[ recovery-image] real 34:00.076356269
105802026-02-27T03:24:50.550Z[ recovery-image] user 25:36.883179748
105812026-02-27T03:24:50.550Z[ recovery-image] sys 1:43.388223893
105822026-02-27T03:24:50.550Z[ recovery-image] trap 1.426070694
105832026-02-27T03:24:50.550Z[ recovery-image] tflt 1.481446186
105842026-02-27T03:24:50.550Z[ recovery-image] dflt 2.984957221
105852026-02-27T03:24:50.550Z[ recovery-image] kflt 0.017398759
105862026-02-27T03:24:50.550Z[ recovery-image] lock 53:56.301586911
105872026-02-27T03:24:50.550Z[ recovery-image] slp 3:20:45.084852202
105882026-02-27T03:24:50.550Z[ recovery-image] lat 7:47.305388314
105892026-02-27T03:24:50.550Z[ recovery-image] stop 10.634222573
105902026-02-27T03:24:50.550ZFeb 27 03:24:49.221 INFO [recovery-image] process exited with exit status: 0 (2040.082868624s)
105912026-02-27T03:24:56.405Z[ host-image] Feb 27 03:24:55.077 INFO O| Feb 27 03:24:55.077 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
105922026-02-27T03:24:56.495Z[ host-image] Feb 27 03:24:55.167 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
105932026-02-27T03:24:56.495Z[ host-image] Feb 27 03:24:55.167 INFO expanded image name: "ci 0c68818/${os_short_commit} 2026-02-27 02:18" -> "ci 0c68818/3e08689 2026-02-27 02:18"
105942026-02-27T03:24:56.498Z[ host-image] Feb 27 03:24:55.167 INFO output artefacts stored in: "/work/os-host"
105952026-02-27T03:24:56.498Z[ host-image] Feb 27 03:24:55.168 INFO collecting git info from project "phbl"...
105962026-02-27T03:24:56.501Z[ host-image] Feb 27 03:24:55.174 INFO collecting git info from project "bootserver"...
105972026-02-27T03:24:56.506Z[ host-image] Feb 27 03:24:55.179 INFO collecting git info from project "image-builder"...
105982026-02-27T03:24:56.511Z[ host-image] Feb 27 03:24:55.183 INFO collecting git info from project "amd-host-image-builder"...
105992026-02-27T03:24:56.516Z[ host-image] Feb 27 03:24:55.188 INFO collecting git info from project "pinprick"...
106002026-02-27T03:24:56.520Z[ host-image] Feb 27 03:24:55.193 INFO collecting git info from project "chelsio-t6-roms"...
106012026-02-27T03:24:56.525Z[ host-image] Feb 27 03:24:55.197 INFO collecting git info from project "dmar-report"...
106022026-02-27T03:24:56.529Z[ host-image] Feb 27 03:24:55.202 INFO collecting git info from project "amd-firmware"...
106032026-02-27T03:24:56.540Z[ host-image] Feb 27 03:24:55.213 INFO collecting git info from project "pilot"...
106042026-02-27T03:24:56.545Z[ host-image] Feb 27 03:24:55.218 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
106052026-02-27T03:24:56.947Z[ host-image] Feb 27 03:24:55.619 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
106062026-02-27T03:24:57.329Z[ host-image] Feb 27 03:24:55.997 INFO creating Oxide boot image...
106072026-02-27T03:24:57.329Z[ host-image] Feb 27 03:24:55.997 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 0c68818/3e08689 2026-02-27 02:18", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
106082026-02-27T03:24:58.610Z[ host-image] Feb 27 03:24:57.282 INFO O| ok, image written!
106092026-02-27T03:24:58.610Z[ host-image] Feb 27 03:24:57.282 INFO O| ok, boot_image_csum file written!
106102026-02-27T03:24:58.614Z[ host-image] Feb 27 03:24:57.285 INFO creating boot archive (CPIO)...
106112026-02-27T03:24:58.614Z[ host-image] Feb 27 03:24:57.285 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
106122026-02-27T03:24:58.618Z[ host-image] Feb 27 03:24:57.290 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
106132026-02-27T03:24:58.618Z[ host-image] Feb 27 03:24:57.290 INFO E| + outfile=/work/os-host/cpio
106142026-02-27T03:24:58.621Z[ host-image] Feb 27 03:24:57.290 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
106152026-02-27T03:24:58.621Z[ host-image] Feb 27 03:24:57.292 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
106162026-02-27T03:24:58.621Z[ host-image] Feb 27 03:24:57.293 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
106172026-02-27T03:24:58.655Z[ host-image] Feb 27 03:24:57.327 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
106182026-02-27T03:24:58.655Z[ host-image] Feb 27 03:24:57.327 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
106192026-02-27T03:24:58.665Z[ host-image] Feb 27 03:24:57.335 INFO creating compressed cpio/unix for dev loaders...
106202026-02-27T03:24:58.665Z[ host-image] Feb 27 03:24:57.335 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
106212026-02-27T03:24:58.969Z[ host-image] Feb 27 03:24:57.637 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
106222026-02-27T03:25:03.337Z[ host-image] Feb 27 03:25:02.009 INFO creating reset image...
106232026-02-27T03:25:03.337Z[ host-image] Feb 27 03:25:02.009 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
106242026-02-27T03:25:03.394Z[ host-image] Feb 27 03:25:02.065 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')"
106252026-02-27T03:25:03.394Z[ host-image] Feb 27 03:25:02.065 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")
106262026-02-27T03:25:03.502Z[ host-image] Feb 27 03:25:02.174 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
106272026-02-27T03:25:03.505Z[ host-image] Feb 27 03:25:02.176 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
106282026-02-27T03:25:03.856Z[ host-image] Feb 27 03:25:02.528 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)
106292026-02-27T03:25:03.856Z[ host-image] Feb 27 03:25:02.528 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)
106302026-02-27T03:25:03.856Z[ host-image] Feb 27 03:25:02.528 INFO E| Compiling proc-macro2 v1.0.106
106312026-02-27T03:25:03.861Z[ host-image] Feb 27 03:25:02.528 INFO E| Compiling unicode-ident v1.0.23
106322026-02-27T03:25:03.861Z[ host-image] Feb 27 03:25:02.528 INFO E| Compiling quote v1.0.44
106332026-02-27T03:25:03.861Z[ host-image] Feb 27 03:25:02.528 INFO E| Compiling syn v1.0.109
106342026-02-27T03:25:03.861Z[ host-image] Feb 27 03:25:02.528 INFO E| Compiling x86 v0.52.0
106352026-02-27T03:25:03.861Z[ host-image] Feb 27 03:25:02.528 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106362026-02-27T03:25:04.102Z[ host-image] Feb 27 03:25:02.773 INFO E| Compiling seq-macro v0.3.6
106372026-02-27T03:25:05.612Z[ host-image] Feb 27 03:25:04.284 INFO E| Compiling syn v2.0.114
106382026-02-27T03:25:08.437Z[ host-image] Feb 27 03:25:07.108 INFO E| Compiling scroll_derive v0.13.1
106392026-02-27T03:25:10.837Z[ host-image] Feb 27 03:25:09.508 INFO E| Compiling bitstruct_derive v0.1.0
106402026-02-27T03:25:28.278Z[ host-image] Feb 27 03:25:26.947 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)
106412026-02-27T03:25:32.519Z[ host-image] Feb 27 03:25:31.188 INFO E| Compiling bitflags v1.3.2
106422026-02-27T03:25:32.519Z[ host-image] Feb 27 03:25:31.188 INFO E| Compiling plain v0.2.3
106432026-02-27T03:25:32.523Z[ host-image] Feb 27 03:25:31.188 INFO E| Compiling log v0.4.29
106442026-02-27T03:25:32.524Z[ host-image] Feb 27 03:25:31.188 INFO E| Compiling adler2 v2.0.1
106452026-02-27T03:25:32.524Z[ host-image] Feb 27 03:25:31.188 INFO E| Compiling bitflags v2.10.0
106462026-02-27T03:25:32.524Z[ host-image] Feb 27 03:25:31.189 INFO E| Compiling scroll v0.13.0
106472026-02-27T03:25:32.524Z[ host-image] Feb 27 03:25:31.189 INFO E| Compiling bit_field v0.10.3
106482026-02-27T03:25:32.635Z[ host-image] Feb 27 03:25:31.304 INFO E| Compiling raw-cpuid v10.7.0
106492026-02-27T03:25:32.723Z[ host-image] Feb 27 03:25:31.392 INFO E| Compiling miniz_oxide v0.9.0
106502026-02-27T03:25:32.832Z[ host-image] Feb 27 03:25:31.501 INFO E| Compiling bitstruct v0.1.1
106512026-02-27T03:25:32.838Z[ host-image] Feb 27 03:25:31.507 INFO E| Compiling static_assertions v1.1.0
106522026-02-27T03:25:32.970Z[ host-image] Feb 27 03:25:31.637 INFO E| Compiling cpio_reader v0.1.2
106532026-02-27T03:25:33.070Z[ host-image] Feb 27 03:25:31.739 INFO E| Compiling goblin v0.10.4
106542026-02-27T03:25:38.698Z[ host-image] Feb 27 03:25:37.367 INFO E| Finished `release` profile [optimized] target(s) in 35.17s
106552026-02-27T03:25:38.714Z[ host-image] Feb 27 03:25:37.383 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106562026-02-27T03:25:38.781Z[ host-image] Feb 27 03:25:37.449 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')"
106572026-02-27T03:25:38.781Z[ host-image] Feb 27 03:25:37.449 INFO building ROM for cosmo
106582026-02-27T03:25:38.781Z[ host-image] Feb 27 03:25:37.449 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")
106592026-02-27T03:25:38.930Z[ host-image] Feb 27 03:25:37.598 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106602026-02-27T03:25:38.934Z[ host-image] Feb 27 03:25:37.603 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`
106612026-02-27T03:25:38.946Z[ host-image] Feb 27 03:25:37.615 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106622026-02-27T03:25:39.046Z[ host-image] Feb 27 03:25:37.714 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
106632026-02-27T03:25:39.051Z[ host-image] Feb 27 03:25:37.719 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`
106642026-02-27T03:25:39.398Z[ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106652026-02-27T03:25:39.398Z[ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106662026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106672026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106682026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106692026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106702026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106712026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106722026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106732026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
106742026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
106752026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106762026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106772026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106782026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106792026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106802026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
106812026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106822026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
106832026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
106842026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106852026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106862026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
106872026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106882026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
106892026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
106902026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
106912026-02-27T03:25:39.402Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106922026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
106932026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106942026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
106952026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
106962026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
106972026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106982026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
106992026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107002026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107012026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107022026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107032026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107042026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107052026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107062026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107072026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107082026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107092026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107102026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107112026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107122026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107132026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107142026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107152026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107162026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107172026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.069 INFO O| Info: ABL version: 0x1007f011
107182026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.069 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107192026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.069 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107202026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107212026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107222026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107232026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107242026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107252026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107262026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107272026-02-27T03:25:39.403Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107282026-02-27T03:25:39.407Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107292026-02-27T03:25:39.407Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107302026-02-27T03:25:39.407Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107312026-02-27T03:25:39.407Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107322026-02-27T03:25:39.407Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107332026-02-27T03:25:39.407Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107342026-02-27T03:25:39.407Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107352026-02-27T03:25:39.407Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107362026-02-27T03:25:39.407Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107372026-02-27T03:25:39.407Z[ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107382026-02-27T03:25:39.407Z[ host-image] Feb 27 03:25:38.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107392026-02-27T03:25:39.407Z[ host-image] Feb 27 03:25:38.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107402026-02-27T03:25:39.442Z[ host-image] Feb 27 03:25:38.110 INFO building ROM for gimlet
107412026-02-27T03:25:39.442Z[ host-image] Feb 27 03:25:38.111 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")
107422026-02-27T03:25:39.585Z[ host-image] Feb 27 03:25:38.253 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
107432026-02-27T03:25:39.588Z[ host-image] Feb 27 03:25:38.257 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`
107442026-02-27T03:25:39.600Z[ host-image] Feb 27 03:25:38.269 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
107452026-02-27T03:25:39.693Z[ host-image] Feb 27 03:25:38.361 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
107462026-02-27T03:25:39.699Z[ host-image] Feb 27 03:25:38.367 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`
107472026-02-27T03:25:39.895Z[ host-image] Feb 27 03:25:38.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
107482026-02-27T03:25:39.895Z[ host-image] Feb 27 03:25:38.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
107492026-02-27T03:25:39.898Z[ host-image] Feb 27 03:25:38.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
107502026-02-27T03:25:39.898Z[ host-image] Feb 27 03:25:38.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
107512026-02-27T03:25:39.898Z[ host-image] Feb 27 03:25:38.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
107522026-02-27T03:25:39.898Z[ host-image] Feb 27 03:25:38.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
107532026-02-27T03:25:39.898Z[ host-image] Feb 27 03:25:38.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
107542026-02-27T03:25:39.898Z[ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
107552026-02-27T03:25:39.898Z[ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
107562026-02-27T03:25:39.898Z[ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
107572026-02-27T03:25:39.898Z[ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
107582026-02-27T03:25:39.898Z[ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
107592026-02-27T03:25:39.898Z[ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
107602026-02-27T03:25:39.898Z[ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
107612026-02-27T03:25:39.898Z[ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
107622026-02-27T03:25:39.899Z[ host-image] Feb 27 03:25:38.564 INFO O| Info: ABL version: 0x100f5010
107632026-02-27T03:25:39.899Z[ host-image] Feb 27 03:25:38.564 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
107642026-02-27T03:25:39.899Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107652026-02-27T03:25:39.899Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107662026-02-27T03:25:39.899Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107672026-02-27T03:25:39.899Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107682026-02-27T03:25:39.899Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107692026-02-27T03:25:39.899Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107702026-02-27T03:25:39.899Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107712026-02-27T03:25:39.899Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107722026-02-27T03:25:39.899Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107732026-02-27T03:25:39.899Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107742026-02-27T03:25:39.899Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107752026-02-27T03:25:39.899Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107762026-02-27T03:25:39.900Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107772026-02-27T03:25:39.900Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107782026-02-27T03:25:39.900Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107792026-02-27T03:25:39.900Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107802026-02-27T03:25:39.900Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107812026-02-27T03:25:39.900Z[ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107822026-02-27T03:25:39.938Z[ host-image] Feb 27 03:25:38.607 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107832026-02-27T03:25:39.938Z[ host-image] Feb 27 03:25:38.607 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107842026-02-27T03:25:39.941Z[ host-image] Feb 27 03:25:38.607 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107852026-02-27T03:26:00.442Z[ host-image] Feb 27 03:25:59.108 INFO image complete! materials are in "/work/os-host"
107862026-02-27T03:26:00.446Z[ host-image]
107872026-02-27T03:26:00.446Z[ host-image] real 35:32.744419511
107882026-02-27T03:26:00.446Z[ host-image] user 25:55.079150616
107892026-02-27T03:26:00.446Z[ host-image] sys 1:38.929580090
107902026-02-27T03:26:00.446Z[ host-image] trap 1.326383261
107912026-02-27T03:26:00.446Z[ host-image] tflt 0.176419627
107922026-02-27T03:26:00.446Z[ host-image] dflt 0.473736821
107932026-02-27T03:26:00.446Z[ host-image] kflt 0.119697228
107942026-02-27T03:26:00.446Z[ host-image] lock 36:43.356389460
107952026-02-27T03:26:00.446Z[ host-image] slp 3:28:38.674080682
107962026-02-27T03:26:00.446Z[ host-image] lat 6:49.493701777
107972026-02-27T03:26:00.446Z[ host-image] stop 3.810744551
107982026-02-27T03:26:00.450ZFeb 27 03:25:59.113 INFO [host-image] process exited with exit status: 0 (2132.751229502s)
107992026-02-27T03:26:00.450ZFeb 27 03:25:59.113 INFO [tuf-repo] running task
108002026-02-27T03:26:27.897ZFeb 27 03:26:26.561 INFO assembling repository in `/tmp/tufaceous7jDGJf`, component: OmicronRepoAssembler
108012026-02-27T03:26:35.587ZFeb 27 03:26:34.250 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
108022026-02-27T03:26:35.915ZFeb 27 03:26:34.579 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
108032026-02-27T03:26:55.025ZFeb 27 03:26:53.685 INFO extracting uploaded archive to /tmp/.tmpvEZf6U
108042026-02-27T03:26:58.442ZFeb 27 03:26:57.103 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.CzS5Id
108052026-02-27T03:26:58.522ZFeb 27 03:26:57.184 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108062026-02-27T03:26:58.676ZFeb 27 03:26:57.337 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108072026-02-27T03:26:58.817ZFeb 27 03:26:57.478 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108082026-02-27T03:26:58.948ZFeb 27 03:26:57.609 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108092026-02-27T03:26:59.077ZFeb 27 03:26:57.738 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108102026-02-27T03:26:59.206ZFeb 27 03:26:57.867 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108112026-02-27T03:26:59.334ZFeb 27 03:26:57.994 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108122026-02-27T03:26:59.479ZFeb 27 03:26:58.140 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108132026-02-27T03:26:59.479ZFeb 27 03:26:58.140 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108142026-02-27T03:26:59.561ZFeb 27 03:26:58.222 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108152026-02-27T03:26:59.561ZFeb 27 03:26:58.222 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108162026-02-27T03:26:59.644ZFeb 27 03:26:58.305 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108172026-02-27T03:26:59.645ZFeb 27 03:26:58.306 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108182026-02-27T03:26:59.728ZFeb 27 03:26:58.389 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108192026-02-27T03:26:59.728ZFeb 27 03:26:58.389 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108202026-02-27T03:26:59.812ZFeb 27 03:26:58.473 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108212026-02-27T03:26:59.812ZFeb 27 03:26:58.473 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108222026-02-27T03:26:59.893ZFeb 27 03:26:58.554 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108232026-02-27T03:26:59.893ZFeb 27 03:26:58.554 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108242026-02-27T03:26:59.974ZFeb 27 03:26:58.636 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108252026-02-27T03:26:59.975ZFeb 27 03:26:58.636 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108262026-02-27T03:26:59.978ZFeb 27 03:26:58.637 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108272026-02-27T03:26:59.979ZFeb 27 03:26:58.638 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108282026-02-27T03:26:59.982ZFeb 27 03:26:58.639 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108292026-02-27T03:26:59.982ZFeb 27 03:26:58.640 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108302026-02-27T03:26:59.982ZFeb 27 03:26:58.641 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108312026-02-27T03:27:08.859ZFeb 27 03:27:07.519 INFO added artifact, length: 33554432, hash: e42a55fb78620761662750be7f0c2f2d7b0f4c9502c44a4b8c3124ac7743926b, version: 19.0.0-0.ci+git0c68818c355, kind: gimlet_host_phase_1, name: host
108322026-02-27T03:27:08.859ZFeb 27 03:27:07.519 INFO added artifact, length: 33554432, hash: 4c5c497572089858344620636bfe4a5b0f66ba35bda2866038d64d7d76cce1b6, version: 19.0.0-0.ci+git0c68818c355, kind: cosmo_host_phase_1, name: host
108332026-02-27T03:27:08.859ZFeb 27 03:27:07.519 INFO added artifact, length: 1101008896, hash: 3466045c582b8f5edd5bb8df9dfe0a5d92be9edfa7dbfd6c0ab24f93d7756cc3, version: 19.0.0-0.ci+git0c68818c355, kind: host_phase_2, name: host
108342026-02-27T03:27:10.463ZFeb 27 03:27:09.123 INFO added artifact, length: 33554432, hash: 4170dca192d003dbef4d7dda5b2d0117c49abdde908f45a09dfc9c3e5fba9cdf, version: 19.0.0-0.ci+git0c68818c355, kind: gimlet_trampoline_phase_1, name: trampoline
108352026-02-27T03:27:10.463ZFeb 27 03:27:09.123 INFO added artifact, length: 33554432, hash: 50d51589f87c0be681b1f0562de666b19580190110c7213a61db329f97d7c45c, version: 19.0.0-0.ci+git0c68818c355, kind: cosmo_trampoline_phase_1, name: trampoline
108362026-02-27T03:27:10.463ZFeb 27 03:27:09.123 INFO added artifact, length: 147820601, hash: b40020132cc64190bd005185a30260b130aa2f7d9e769849d4f01535235805ae, version: 19.0.0-0.ci+git0c68818c355, kind: trampoline_phase_2, name: trampoline
108372026-02-27T03:27:13.645ZFeb 27 03:27:12.304 INFO added artifact, length: 306403015, hash: f194ec6349921f64d59b8b93e7ffe3ed039e8ce0847433f9a0cec3c9d562149a, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: clickhouse_keeper
108382026-02-27T03:27:17.109ZFeb 27 03:27:15.768 INFO added artifact, length: 323243309, hash: a47c3133f01f16d3db9364049bc0824120dfdffeb05db69fe6198b8c646c4154, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: clickhouse_server
108392026-02-27T03:27:20.342ZFeb 27 03:27:19.001 INFO added artifact, length: 323244025, hash: ba12e27877cf4f53b85a1afade711e36564b1f6167a37071e77ed3c5c7cd647e, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: clickhouse
108402026-02-27T03:27:21.982ZFeb 27 03:27:20.642 INFO added artifact, length: 167008200, hash: 7e0f7be99a00ee842f2fcd379fdb472e5d5c2ca305485bb5342710352cf8a1cb, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: cockroachdb
108412026-02-27T03:27:22.453ZFeb 27 03:27:21.083 INFO added artifact, length: 44165340, hash: 2b97c8d2cefbac30d48e5c4fb29afaab9e615a20320029603bf18be62c04c1d6, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: crucible-pantry-zone
108422026-02-27T03:27:23.015ZFeb 27 03:27:21.674 INFO added artifact, length: 58642848, hash: 4c3decec253aecd4535ed5632a4a9831af8752f6b60b06bdb69450e3a90429a2, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: crucible-zone
108432026-02-27T03:27:23.551ZFeb 27 03:27:22.210 INFO added artifact, length: 53473821, hash: 55d75dc77aab0264c13cb63141e162d5fd3aab59cff84bf9fce591238bc85030, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: external-dns
108442026-02-27T03:27:24.087ZFeb 27 03:27:22.746 INFO added artifact, length: 53473422, hash: 264e7b8054254d5bde10831439c4b432a6d47c5b03b43169a30bd2526e16d617, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: internal-dns
108452026-02-27T03:27:26.304ZFeb 27 03:27:24.961 INFO added artifact, length: 221226176, hash: dec936290b007a226efced45e0ca14966ea519708fecb72c9d38a5993ec9c149, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: nexus
108462026-02-27T03:27:26.634ZFeb 27 03:27:25.293 INFO added artifact, length: 32758044, hash: 3e6f665ff37c3c1f86e35ab603d4d8be11c256ec05bea247ce350cf5a8e3e16d, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: ntp
108472026-02-27T03:27:27.310ZFeb 27 03:27:25.969 INFO added artifact, length: 68024108, hash: 04f3c172dfe389bbe7eca8a7355cc5e2bbf0be535dc8d74e2bb41ee82b02e79a, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: oximeter
108482026-02-27T03:27:27.342ZFeb 27 03:27:26.001 INFO added artifact, length: 3109590, hash: c4be380ab1ca70396a4c7f308a68d2b4a13567f565cff973e7af8a00f74c8015, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: probe
108492026-02-27T03:27:27.345ZFeb 27 03:27:26.001 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
108502026-02-27T03:27:27.345ZFeb 27 03:27:26.002 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108512026-02-27T03:27:27.345ZFeb 27 03:27:26.002 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108522026-02-27T03:27:27.393ZFeb 27 03:27:26.051 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
108532026-02-27T03:27:27.442ZFeb 27 03:27:26.101 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
108542026-02-27T03:27:27.524ZFeb 27 03:27:26.182 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108552026-02-27T03:27:27.524ZFeb 27 03:27:26.182 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108562026-02-27T03:27:27.609ZFeb 27 03:27:26.268 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108572026-02-27T03:27:27.609ZFeb 27 03:27:26.268 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108582026-02-27T03:27:27.694ZFeb 27 03:27:26.353 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108592026-02-27T03:27:27.694ZFeb 27 03:27:26.353 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108602026-02-27T03:27:27.776ZFeb 27 03:27:26.434 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108612026-02-27T03:27:27.776ZFeb 27 03:27:26.434 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108622026-02-27T03:27:27.779ZFeb 27 03:27:26.435 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108632026-02-27T03:27:27.779ZFeb 27 03:27:26.436 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108642026-02-27T03:27:27.779ZFeb 27 03:27:26.437 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108652026-02-27T03:27:27.859ZFeb 27 03:27:26.518 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
108662026-02-27T03:27:28.010ZFeb 27 03:27:26.669 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
108672026-02-27T03:27:28.164ZFeb 27 03:27:26.822 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
108682026-02-27T03:27:28.319ZFeb 27 03:27:26.977 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108692026-02-27T03:27:28.319ZFeb 27 03:27:26.977 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108702026-02-27T03:27:28.404ZFeb 27 03:27:27.062 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108712026-02-27T03:27:28.404ZFeb 27 03:27:27.063 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108722026-02-27T03:27:28.489ZFeb 27 03:27:27.148 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108732026-02-27T03:27:28.489ZFeb 27 03:27:27.148 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108742026-02-27T03:27:28.571ZFeb 27 03:27:27.229 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108752026-02-27T03:27:28.571ZFeb 27 03:27:27.229 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108762026-02-27T03:27:28.574ZFeb 27 03:27:27.230 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108772026-02-27T03:27:28.574ZFeb 27 03:27:27.231 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108782026-02-27T03:27:28.574ZFeb 27 03:27:27.232 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108792026-02-27T03:27:28.577ZFeb 27 03:27:27.233 INFO added artifact, length: 924, hash: 6bc79bb4faa72f298b2bfda9bbc394cc2cc1e19548183612e98e438bb7fbc2ce, version: 19.0.0-0.ci+git0c68818c355, kind: installinator_document, name: installinator_document
108802026-02-27T03:27:29.165ZFeb 27 03:27:27.823 INFO extracting uploaded archive to /tmp/.tmpbtiOAY
108812026-02-27T03:27:32.388ZFeb 27 03:27:31.046 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.l3r5Ya
108822026-02-27T03:27:32.462ZFeb 27 03:27:31.120 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108832026-02-27T03:27:32.608ZFeb 27 03:27:31.266 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108842026-02-27T03:27:32.749ZFeb 27 03:27:31.407 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108852026-02-27T03:27:32.883ZFeb 27 03:27:31.541 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108862026-02-27T03:27:33.013ZFeb 27 03:27:31.671 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108872026-02-27T03:27:33.143ZFeb 27 03:27:31.801 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108882026-02-27T03:27:33.274ZFeb 27 03:27:31.932 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108892026-02-27T03:27:33.421ZFeb 27 03:27:32.077 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108902026-02-27T03:27:33.421ZFeb 27 03:27:32.077 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108912026-02-27T03:27:33.500ZFeb 27 03:27:32.158 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108922026-02-27T03:27:33.500ZFeb 27 03:27:32.158 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108932026-02-27T03:27:33.585ZFeb 27 03:27:32.243 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108942026-02-27T03:27:33.585ZFeb 27 03:27:32.243 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108952026-02-27T03:27:33.670ZFeb 27 03:27:32.328 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108962026-02-27T03:27:33.671ZFeb 27 03:27:32.328 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108972026-02-27T03:27:33.755ZFeb 27 03:27:32.413 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108982026-02-27T03:27:33.755ZFeb 27 03:27:32.413 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108992026-02-27T03:27:33.836ZFeb 27 03:27:32.494 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
109002026-02-27T03:27:33.836ZFeb 27 03:27:32.494 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109012026-02-27T03:27:33.917ZFeb 27 03:27:32.575 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109022026-02-27T03:27:33.917ZFeb 27 03:27:32.575 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
109032026-02-27T03:27:33.922ZFeb 27 03:27:32.576 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
109042026-02-27T03:27:33.922ZFeb 27 03:27:32.577 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
109052026-02-27T03:27:33.922ZFeb 27 03:27:32.578 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
109062026-02-27T03:27:33.925ZFeb 27 03:27:32.579 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
109072026-02-27T03:27:33.925ZFeb 27 03:27:32.580 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
109082026-02-27T03:27:42.504ZFeb 27 03:27:41.161 INFO added artifact, length: 33554432, hash: e42a55fb78620761662750be7f0c2f2d7b0f4c9502c44a4b8c3124ac7743926b, version: 19.0.0-0.ci+git0c68818c355, kind: gimlet_host_phase_1, name: host
109092026-02-27T03:27:42.504ZFeb 27 03:27:41.161 INFO added artifact, length: 33554432, hash: 4c5c497572089858344620636bfe4a5b0f66ba35bda2866038d64d7d76cce1b6, version: 19.0.0-0.ci+git0c68818c355, kind: cosmo_host_phase_1, name: host
109102026-02-27T03:27:42.509ZFeb 27 03:27:41.162 INFO added artifact, length: 1101008896, hash: 3466045c582b8f5edd5bb8df9dfe0a5d92be9edfa7dbfd6c0ab24f93d7756cc3, version: 19.0.0-0.ci+git0c68818c355, kind: host_phase_2, name: host
109112026-02-27T03:27:44.085ZFeb 27 03:27:42.742 INFO added artifact, length: 33554432, hash: 4170dca192d003dbef4d7dda5b2d0117c49abdde908f45a09dfc9c3e5fba9cdf, version: 19.0.0-0.ci+git0c68818c355, kind: gimlet_trampoline_phase_1, name: trampoline
109122026-02-27T03:27:44.085ZFeb 27 03:27:42.742 INFO added artifact, length: 33554432, hash: 50d51589f87c0be681b1f0562de666b19580190110c7213a61db329f97d7c45c, version: 19.0.0-0.ci+git0c68818c355, kind: cosmo_trampoline_phase_1, name: trampoline
109132026-02-27T03:27:44.085ZFeb 27 03:27:42.742 INFO added artifact, length: 147820601, hash: b40020132cc64190bd005185a30260b130aa2f7d9e769849d4f01535235805ae, version: 19.0.0-0.ci+git0c68818c355, kind: trampoline_phase_2, name: trampoline
109142026-02-27T03:27:55.747ZFeb 27 03:27:54.403 INFO added artifact, length: 1712306067, hash: 3f5126149f38342e08e46f9b4d298fd21fdad2892971134d4a1abecca4944ab2, version: 19.0.0-0.ci+git0c68818c355, kind: control_plane, name: control-plane
109152026-02-27T03:27:55.749ZFeb 27 03:27:54.403 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
109162026-02-27T03:27:55.749ZFeb 27 03:27:54.404 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
109172026-02-27T03:27:55.750ZFeb 27 03:27:54.404 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
109182026-02-27T03:27:55.798ZFeb 27 03:27:54.453 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
109192026-02-27T03:27:55.847ZFeb 27 03:27:54.503 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
109202026-02-27T03:27:55.932ZFeb 27 03:27:54.588 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109212026-02-27T03:27:55.932ZFeb 27 03:27:54.588 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109222026-02-27T03:27:56.019ZFeb 27 03:27:54.675 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109232026-02-27T03:27:56.019ZFeb 27 03:27:54.675 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109242026-02-27T03:27:56.108ZFeb 27 03:27:54.762 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109252026-02-27T03:27:56.108ZFeb 27 03:27:54.762 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109262026-02-27T03:27:56.191ZFeb 27 03:27:54.847 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109272026-02-27T03:27:56.191ZFeb 27 03:27:54.847 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109282026-02-27T03:27:56.194ZFeb 27 03:27:54.848 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109292026-02-27T03:27:56.194ZFeb 27 03:27:54.849 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109302026-02-27T03:27:56.196ZFeb 27 03:27:54.850 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109312026-02-27T03:27:56.277ZFeb 27 03:27:54.933 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
109322026-02-27T03:27:56.435ZFeb 27 03:27:55.091 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
109332026-02-27T03:27:56.592ZFeb 27 03:27:55.248 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
109342026-02-27T03:27:56.755ZFeb 27 03:27:55.411 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109352026-02-27T03:27:56.755ZFeb 27 03:27:55.411 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109362026-02-27T03:27:56.843ZFeb 27 03:27:55.498 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109372026-02-27T03:27:56.843ZFeb 27 03:27:55.498 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109382026-02-27T03:27:56.928ZFeb 27 03:27:55.584 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109392026-02-27T03:27:56.928ZFeb 27 03:27:55.584 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109402026-02-27T03:27:57.013ZFeb 27 03:27:55.669 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109412026-02-27T03:27:57.013ZFeb 27 03:27:55.669 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109422026-02-27T03:27:57.015ZFeb 27 03:27:55.670 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109432026-02-27T03:27:57.016ZFeb 27 03:27:55.671 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109442026-02-27T03:27:57.018ZFeb 27 03:27:55.672 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109452026-02-27T03:27:57.018ZFeb 27 03:27:55.672 INFO added artifact, length: 924, hash: 6bc79bb4faa72f298b2bfda9bbc394cc2cc1e19548183612e98e438bb7fbc2ce, version: 19.0.0-0.ci+git0c68818c355, kind: installinator_document, name: installinator_document
109462026-02-27T03:27:57.594ZFeb 27 03:27:56.250 INFO [tuf-repo] task succeeded (117.13729187s)
109472026-02-27T03:27:57.594ZFeb 27 03:27:56.250 INFO all jobs completed in 4175.514834753s
109482026-02-27T03:27:58.816Zprocess exited: duration 4991626 ms, exit code 0
 
109492026-02-27T03:27:58.834Zfound 41 output files
109502026-02-27T03:27:58.834Zuploading: /work/manifest.toml (17174 bytes)
109512026-02-27T03:27:59.848Zuploaded: /work/manifest.toml
109522026-02-27T03:27:59.848Zuploading: /work/repo.zip (2965110348 bytes)
109532026-02-27T03:28:45.399Zuploaded: /work/repo.zip
109542026-02-27T03:28:45.399Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109552026-02-27T03:28:46.453Zuploaded: /work/repo.zip.sha256.txt
109562026-02-27T03:28:46.459Zuploading: /work/helios.json (647 bytes)
109572026-02-27T03:28:47.467Zuploaded: /work/helios.json
109582026-02-27T03:28:47.467Zuploading: /work/incorporation.p5m (100410 bytes)
109592026-02-27T03:28:48.484Zuploaded: /work/incorporation.p5m
109602026-02-27T03:28:48.487Zuploading: /work/incorporation.p5p (122880 bytes)
109612026-02-27T03:28:49.500Zuploaded: /work/incorporation.p5p
109622026-02-27T03:28:49.503Zuploading: /work/helios-incorp.log (526 bytes)
109632026-02-27T03:28:50.511Zuploaded: /work/helios-incorp.log
109642026-02-27T03:28:50.515Zuploading: /work/helios-setup.log (58262 bytes)
109652026-02-27T03:28:51.526Zuploaded: /work/helios-setup.log
109662026-02-27T03:28:51.529Zuploading: /work/host-image.log (234804 bytes)
109672026-02-27T03:28:52.545Zuploaded: /work/host-image.log
109682026-02-27T03:28:52.548Zuploading: /work/host-package.log (34697 bytes)
109692026-02-27T03:28:53.558Zuploaded: /work/host-package.log
109702026-02-27T03:28:53.561Zuploading: /work/host-target.log (101 bytes)
109712026-02-27T03:28:54.568Zuploaded: /work/host-target.log
109722026-02-27T03:28:54.568Zuploading: /work/incorp-create.log (0 bytes)
109732026-02-27T03:28:55.615Zuploaded: /work/incorp-create.log
109742026-02-27T03:28:55.615Zuploading: /work/incorp-fmt.log (0 bytes)
109752026-02-27T03:28:56.622Zuploaded: /work/incorp-fmt.log
109762026-02-27T03:28:56.622Zuploading: /work/incorp-pkgsend.log (108 bytes)
109772026-02-27T03:28:57.635Zuploaded: /work/incorp-pkgsend.log
109782026-02-27T03:28:57.641Zuploading: /work/incorp-publisher.log (0 bytes)
109792026-02-27T03:28:58.644Zuploaded: /work/incorp-publisher.log
109802026-02-27T03:28:58.644Zuploading: /work/omicron-package.log (6881 bytes)
109812026-02-27T03:28:59.654Zuploaded: /work/omicron-package.log
109822026-02-27T03:28:59.657Zuploading: /work/recovery-image.log (604048 bytes)
109832026-02-27T03:29:00.677Zuploaded: /work/recovery-image.log
109842026-02-27T03:29:00.680Zuploading: /work/recovery-package.log (321 bytes)
109852026-02-27T03:29:01.686Zuploaded: /work/recovery-package.log
109862026-02-27T03:29:01.686Zuploading: /work/recovery-target.log (98 bytes)
109872026-02-27T03:29:02.698Zuploaded: /work/recovery-target.log
109882026-02-27T03:29:02.698Zuploading: /work/stamp-clickhouse.log (117 bytes)
109892026-02-27T03:29:03.708Zuploaded: /work/stamp-clickhouse.log
109902026-02-27T03:29:03.709Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109912026-02-27T03:29:04.718Zuploaded: /work/stamp-clickhouse_keeper.log
109922026-02-27T03:29:04.718Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109932026-02-27T03:29:05.781Zuploaded: /work/stamp-clickhouse_server.log
109942026-02-27T03:29:05.782Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109952026-02-27T03:29:06.818Zuploaded: /work/stamp-cockroachdb.log
109962026-02-27T03:29:06.822Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109972026-02-27T03:29:07.831Zuploaded: /work/stamp-crucible-pantry-zone.log
109982026-02-27T03:29:07.831Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109992026-02-27T03:29:08.840Zuploaded: /work/stamp-crucible-utils.log
110002026-02-27T03:29:08.841Zuploading: /work/stamp-crucible-zone.log (120 bytes)
110012026-02-27T03:29:09.851Zuploaded: /work/stamp-crucible-zone.log
110022026-02-27T03:29:09.851Zuploading: /work/stamp-external-dns.log (119 bytes)
110032026-02-27T03:29:10.863Zuploaded: /work/stamp-external-dns.log
110042026-02-27T03:29:10.863Zuploading: /work/stamp-installinator.log (103 bytes)
110052026-02-27T03:29:11.871Zuploaded: /work/stamp-installinator.log
110062026-02-27T03:29:11.871Zuploading: /work/stamp-internal-dns.log (119 bytes)
110072026-02-27T03:29:12.880Zuploaded: /work/stamp-internal-dns.log
110082026-02-27T03:29:12.880Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
110092026-02-27T03:29:13.890Zuploaded: /work/stamp-mg-ddm-gz.log
110102026-02-27T03:29:13.890Zuploading: /work/stamp-nexus.log (112 bytes)
110112026-02-27T03:29:14.899Zuploaded: /work/stamp-nexus.log
110122026-02-27T03:29:14.902Zuploading: /work/stamp-ntp.log (110 bytes)
110132026-02-27T03:29:15.909Zuploaded: /work/stamp-ntp.log
110142026-02-27T03:29:15.909Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
110152026-02-27T03:29:16.919Zuploaded: /work/stamp-omicron-sled-agent.log
110162026-02-27T03:29:16.919Zuploading: /work/stamp-overlay.log (114 bytes)
110172026-02-27T03:29:17.928Zuploaded: /work/stamp-overlay.log
110182026-02-27T03:29:17.931Zuploading: /work/stamp-oximeter.log (115 bytes)
110192026-02-27T03:29:18.938Zuploaded: /work/stamp-oximeter.log
110202026-02-27T03:29:18.941Zuploading: /work/stamp-oxlog.log (109 bytes)
110212026-02-27T03:29:19.947Zuploaded: /work/stamp-oxlog.log
110222026-02-27T03:29:19.951Zuploading: /work/stamp-probe.log (112 bytes)
110232026-02-27T03:29:20.957Zuploaded: /work/stamp-probe.log
110242026-02-27T03:29:20.960Zuploading: /work/stamp-propolis-server.log (122 bytes)
110252026-02-27T03:29:21.967Zuploaded: /work/stamp-propolis-server.log
110262026-02-27T03:29:21.970Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110272026-02-27T03:29:22.977Zuploaded: /work/stamp-pumpkind-gz.log
110282026-02-27T03:29:22.977Zuploading: /work/stamp-switch-asic.log (118 bytes)
110292026-02-27T03:29:24.022Zuploaded: /work/stamp-switch-asic.log
110302026-02-27T03:29:24.022Zuploading: /work/verify-libraries.log (11521 bytes)
110312026-02-27T03:29:25.034Zuploaded: /work/verify-libraries.log