01KJ7ZK8D7E1DHQ4JW6X4HMDVT: 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: 01KJ7ZM07ERFV9A3JYN06W6T3J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-24T14:08:36.893Zjob assigned to worker 01KJ7ZM7ZAY0KWKK8RTHB2S743 [factory aws, i-00cd54c8fa3845826] (queued for 1 m 4 s)
 
22026-02-24T14:08:45.108Zstarting task 0: "setup"
32026-02-24T14:08:45.113Z++ uname -s
42026-02-24T14:08:45.116Z+ kern=SunOS
52026-02-24T14:08:45.116Z+ build_user=build
62026-02-24T14:08:45.116Z+ build_uid=12345
72026-02-24T14:08:45.116Z+ work_dir=/work
82026-02-24T14:08:45.116Z+ input_dir=/input
92026-02-24T14:08:45.116Z+ [[ 0 == 12345 ]]
102026-02-24T14:08:45.116Z+ case "$kern" in
112026-02-24T14:08:45.116Z+ groupadd -g 12345 build
122026-02-24T14:08:45.119Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-24T14:08:47.126Z+ zfs create -o mountpoint=/work rpool/work
142026-02-24T14:08:47.266Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-24T14:08:47.269Z+ home_fs=zfs
162026-02-24T14:08:47.269Z+ [[ zfs == autofs ]]
172026-02-24T14:08:47.269Z+ mkdir -p /home/build
182026-02-24T14:08:47.272Z+ chown build:build /home/build /work
192026-02-24T14:08:49.273Z+ chmod 0700 /home/build /work
202026-02-24T14:08:49.276Zprocess exited: duration 4170 ms, exit code 0
 
212026-02-24T14:08:49.283Zstarting task 1: "rust-toolchain"
222026-02-24T14:08:49.288Z * rust toolchain channel = "1.91.1"
232026-02-24T14:08:49.288Z * rust toolchain profile = "default"
242026-02-24T14:08:49.288Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
252026-02-24T14:08:49.288Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-24T14:08:49.288Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-24T14:08:49.289Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-24T14:08:49.292Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-24T14:08:49.292Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-24T14:08:49.428Zinfo: downloading installer
312026-02-24T14:08:51.402Zwarn: It looks like you have an existing installation of Rust at:
322026-02-24T14:08:51.402Zwarn: /opt/ooce/bin
332026-02-24T14:08:51.402Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-24T14:08:51.402Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-24T14:08:51.402Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-24T14:08:51.402Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-24T14:08:51.402Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-24T14:08:51.402Zerror: cannot install while Rust is installed
392026-02-24T14:08:51.402Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-24T14:08:51.420Zinfo: profile set to 'default'
412026-02-24T14:08:51.420Zinfo: default host triple is x86_64-unknown-illumos
422026-02-24T14:08:51.423Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-24T14:08:51.600Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-24T14:08:51.600Zinfo: downloading component 'cargo'
452026-02-24T14:08:52.799Zinfo: downloading component 'clippy'
462026-02-24T14:08:53.191Zinfo: downloading component 'rust-docs'
472026-02-24T14:08:54.906Zinfo: downloading component 'rust-std'
482026-02-24T14:08:57.111Zinfo: downloading component 'rustc'
492026-02-24T14:09:04.430Zinfo: downloading component 'rustfmt'
502026-02-24T14:09:04.709Zinfo: installing component 'cargo'
512026-02-24T14:09:05.604Zinfo: installing component 'clippy'
522026-02-24T14:09:05.997Zinfo: installing component 'rust-docs'
532026-02-24T14:09:07.934Zinfo: installing component 'rust-std'
542026-02-24T14:09:09.722Zinfo: installing component 'rustc'
552026-02-24T14:09:16.478Zinfo: installing component 'rustfmt'
562026-02-24T14:09:16.827Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-24T14:09:16.827Z
582026-02-24T14:09:17.330Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-24T14:09:17.330Z
602026-02-24T14:09:17.333Z
612026-02-24T14:09:17.333ZRust is installed now. Great!
622026-02-24T14:09:17.333Z
632026-02-24T14:09:17.333ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-24T14:09:17.333Zenvironment variable. This has not been done automatically.
652026-02-24T14:09:17.333Z
662026-02-24T14:09:17.333ZTo configure your current shell, you need to source
672026-02-24T14:09:17.333Zthe corresponding env file under $HOME/.cargo.
682026-02-24T14:09:17.333Z
692026-02-24T14:09:17.333ZThis is usually done by running one of the following (note the leading DOT):
702026-02-24T14:09:17.333Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-24T14:09:17.333Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-24T14:09:17.333Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-24T14:09:17.426Z+ rustup --version
742026-02-24T14:09:17.437Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-24T14:09:17.440Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-24T14:09:17.525Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-24T14:09:17.528Z+ cargo --version
782026-02-24T14:09:17.600Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-24T14:09:17.603Z+ rustc --version
802026-02-24T14:09:17.679Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-24T14:09:17.683Zprocess exited: duration 28396 ms, exit code 0
 
822026-02-24T14:09:17.688Zstarting task 2: "authentication"
832026-02-24T14:09:17.710Zprocess exited: duration 21 ms, exit code 0
 
842026-02-24T14:09:17.718Zstarting task 3: "clone repository"
852026-02-24T14:09:17.722Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-24T14:09:17.724Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-24T14:09:17.761ZCloning into '/work/oxidecomputer/omicron'...
882026-02-24T14:10:20.435Z+ cd /work/oxidecomputer/omicron
892026-02-24T14:10:20.438Z+ git fetch origin 7a071b0c898a9067220d0256bd3c5fe65c531c2a
902026-02-24T14:10:21.299ZFrom https://github.com/oxidecomputer/omicron
912026-02-24T14:10:21.299Z * branch 7a071b0c898a9067220d0256bd3c5fe65c531c2a -> FETCH_HEAD
922026-02-24T14:10:21.322Z+ [[ -n john/shadow-external-types-1 ]]
932026-02-24T14:10:21.322Z++ git branch --show-current
942026-02-24T14:10:21.322Z+ current=main
952026-02-24T14:10:21.322Z+ [[ main != john/shadow-external-types-1 ]]
962026-02-24T14:10:21.322Z+ git branch -f john/shadow-external-types-1 7a071b0c898a9067220d0256bd3c5fe65c531c2a
972026-02-24T14:10:21.322Z+ git checkout -f john/shadow-external-types-1
982026-02-24T14:10:21.845ZSwitched to branch 'john/shadow-external-types-1'
992026-02-24T14:10:21.857Z+ git reset --hard 7a071b0c898a9067220d0256bd3c5fe65c531c2a
1002026-02-24T14:10:21.874ZHEAD is now at 7a071b0c8 Merge branch 'main' into john/shadow-external-types-1
1012026-02-24T14:10:21.881Zprocess exited: duration 64141 ms, exit code 0
 
1022026-02-24T14:10:21.906Zstarting task 4: "build"
1032026-02-24T14:10:21.917Z+ source .github/buildomat/ci-env.sh
1042026-02-24T14:10:21.917Z++ export CARGO_TERM_COLOR=always
1052026-02-24T14:10:21.917Z++ CARGO_TERM_COLOR=always
1062026-02-24T14:10:21.917Z+ cargo --version
1072026-02-24T14:10:21.972Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-24T14:10:21.992Z+ rustc --version
1092026-02-24T14:10:22.062Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-24T14:10:22.071Z+ cargo tree --locked
1112026-02-24T14:10:22.365Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-24T14:10:22.943Z Updating crates.io index
1132026-02-24T14:10:22.949Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-02-24T14:10:23.794Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-02-24T14:10:24.481Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162026-02-24T14:10:27.121Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172026-02-24T14:10:27.634Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182026-02-24T14:10:28.334Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192026-02-24T14:10:32.364Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-02-24T14:10:37.887Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-02-24T14:10:40.916Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-02-24T14:10:41.813Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-02-24T14:10:45.327Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242026-02-24T14:10:46.901Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-24T14:10:47.600Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-24T14:10:48.913Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-24T14:10:49.628Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-24T14:10:51.626Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-24T14:10:52.682Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-24T14:10:53.483Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-24T14:10:54.184Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-24T14:10:55.006Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-24T14:10:55.468Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-24T14:10:55.992Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-24T14:10:56.696Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-02-24T14:10:57.456Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-02-24T14:10:58.272Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-02-24T14:10:59.736Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-02-24T14:11:00.378Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-02-24T14:11:01.206Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-02-24T14:11:02.486Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-02-24T14:11:04.032Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1432026-02-24T14:11:04.919Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-02-24T14:11:05.481Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-02-24T14:11:06.358Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-02-24T14:11:06.916Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-02-24T14:11:07.640Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-02-24T14:11:08.332Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-02-24T14:11:09.131Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-02-24T14:11:09.639Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-02-24T14:11:10.471Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-02-24T14:11:47.188Z Downloading crates ...
1532026-02-24T14:11:47.326Z Downloaded anstyle v1.0.11
1542026-02-24T14:11:47.334Z Downloaded anstream v0.6.18
1552026-02-24T14:11:47.338Z Downloaded adler2 v2.0.0
1562026-02-24T14:11:47.344Z Downloaded cfg_aliases v0.1.1
1572026-02-24T14:11:47.348Z Downloaded cfg-if v1.0.4
1582026-02-24T14:11:47.354Z Downloaded async-recursion v1.1.1
1592026-02-24T14:11:47.361Z Downloaded clap v4.5.48
1602026-02-24T14:11:47.377Z Downloaded crypto-common v0.1.6
1612026-02-24T14:11:47.382Z Downloaded darling_macro v0.20.10
1622026-02-24T14:11:47.387Z Downloaded cpufeatures v0.2.14
1632026-02-24T14:11:47.393Z Downloaded block-padding v0.3.3
1642026-02-24T14:11:47.398Z Downloaded crucible-workspace-hack v0.1.0
1652026-02-24T14:11:47.402Z Downloaded atomicwrites v0.4.4
1662026-02-24T14:11:47.407Z Downloaded display-error-chain v0.2.2
1672026-02-24T14:11:47.413Z Downloaded crossbeam-epoch v0.9.18
1682026-02-24T14:11:47.419Z Downloaded clap_lex v0.7.4
1692026-02-24T14:11:47.424Z Downloaded bytecount v0.6.8
1702026-02-24T14:11:47.430Z Downloaded dirs-sys-next v0.1.2
1712026-02-24T14:11:47.435Z Downloaded backtrace-ext v0.2.1
1722026-02-24T14:11:47.439Z Downloaded curve25519-dalek-derive v0.1.1
1732026-02-24T14:11:47.444Z Downloaded data-encoding v2.9.0
1742026-02-24T14:11:47.449Z Downloaded concurrent-queue v2.5.0
1752026-02-24T14:11:47.455Z Downloaded dof v0.3.0
1762026-02-24T14:11:47.461Z Downloaded dsl_auto_type v0.1.2
1772026-02-24T14:11:47.465Z Downloaded defmt-parser v0.3.4
1782026-02-24T14:11:47.470Z Downloaded difflib v0.4.0
1792026-02-24T14:11:47.475Z Downloaded const_format_proc_macros v0.2.34
1802026-02-24T14:11:47.480Z Downloaded dunce v1.0.5
1812026-02-24T14:11:47.485Z Downloaded dtrace-parser v0.3.0
1822026-02-24T14:11:47.489Z Downloaded dtrace-parser v0.2.0
1832026-02-24T14:11:47.494Z Downloaded crc v3.2.1
1842026-02-24T14:11:47.500Z Downloaded equivalent v1.0.2
1852026-02-24T14:11:47.505Z Downloaded embedded-io v0.6.1
1862026-02-24T14:11:47.510Z Downloaded escape8259 v0.5.3
1872026-02-24T14:11:47.514Z Downloaded derive_builder_macro v0.20.2
1882026-02-24T14:11:47.519Z Downloaded errno v0.3.12
1892026-02-24T14:11:47.524Z Downloaded env_filter v0.1.2
1902026-02-24T14:11:47.529Z Downloaded flagset v0.4.6
1912026-02-24T14:11:47.534Z Downloaded foreign-types v0.5.0
1922026-02-24T14:11:47.538Z Downloaded fnv v1.0.7
1932026-02-24T14:11:47.543Z Downloaded form_urlencoded v1.2.2
1942026-02-24T14:11:47.547Z Downloaded float-cmp v0.10.0
1952026-02-24T14:11:47.552Z Downloaded foreign-types-shared v0.3.1
1962026-02-24T14:11:47.556Z Downloaded futures-core v0.3.31
1972026-02-24T14:11:47.561Z Downloaded chacha20poly1305 v0.10.1
1982026-02-24T14:11:47.566Z Downloaded futures-sink v0.3.31
1992026-02-24T14:11:47.570Z Downloaded generic-array v0.14.7
2002026-02-24T14:11:47.575Z Downloaded env_logger v0.11.8
2012026-02-24T14:11:47.581Z Downloaded ghash v0.5.1
2022026-02-24T14:11:47.585Z Downloaded hash32 v0.3.1
2032026-02-24T14:11:47.590Z Downloaded fxhash v0.2.1
2042026-02-24T14:11:47.594Z Downloaded filetime v0.2.26
2052026-02-24T14:11:47.599Z Downloaded find-msvc-tools v0.1.9
2062026-02-24T14:11:47.604Z Downloaded foldhash v0.2.0
2072026-02-24T14:11:47.608Z Downloaded hash32 v0.2.1
2082026-02-24T14:11:47.613Z Downloaded heck v0.5.0
2092026-02-24T14:11:47.617Z Downloaded fixedbitset v0.5.7
2102026-02-24T14:11:47.622Z Downloaded futures-channel v0.3.31
2112026-02-24T14:11:47.626Z Downloaded home v0.5.9
2122026-02-24T14:11:47.630Z Downloaded hex-literal v0.4.1
2132026-02-24T14:11:47.634Z Downloaded fs_extra v1.3.0
2142026-02-24T14:11:47.639Z Downloaded httpdate v1.0.3
2152026-02-24T14:11:47.643Z Downloaded hubpack v0.1.2
2162026-02-24T14:11:47.649Z Downloaded event-listener v5.3.1
2172026-02-24T14:11:47.652Z Downloaded glob v0.3.2
2182026-02-24T14:11:47.657Z Downloaded hubpack_derive v0.1.1
2192026-02-24T14:11:47.660Z Downloaded hyper-tls v0.6.0
2202026-02-24T14:11:47.664Z Downloaded icu_provider_macros v1.5.0
2212026-02-24T14:11:47.668Z Downloaded idna_adapter v1.2.0
2222026-02-24T14:11:47.672Z Downloaded derive-where v1.5.0
2232026-02-24T14:11:47.680Z Downloaded globset v0.4.15
2242026-02-24T14:11:47.683Z Downloaded erased-serde v0.4.6
2252026-02-24T14:11:47.687Z Downloaded is_terminal_polyfill v1.70.1
2262026-02-24T14:11:47.691Z Downloaded indent_write v2.2.0
2272026-02-24T14:11:47.695Z Downloaded darling_core v0.20.10
2282026-02-24T14:11:47.703Z Downloaded hostname v0.3.1
2292026-02-24T14:11:47.707Z Downloaded itoa v1.0.11
2302026-02-24T14:11:47.711Z Downloaded is-terminal v0.4.13
2312026-02-24T14:11:47.715Z Downloaded futures-lite v2.3.0
2322026-02-24T14:11:47.720Z Downloaded lalrpop-util v0.19.12
2332026-02-24T14:11:47.723Z Downloaded kstat-rs v0.2.4
2342026-02-24T14:11:47.727Z Downloaded http-body-util v0.1.3
2352026-02-24T14:11:47.732Z Downloaded lazycell v1.3.0
2362026-02-24T14:11:47.736Z Downloaded libsw-core v0.3.1
2372026-02-24T14:11:47.740Z Downloaded getrandom v0.2.15
2382026-02-24T14:11:47.745Z Downloaded icu_locid_transform v1.5.0
2392026-02-24T14:11:47.750Z Downloaded lru v0.12.5
2402026-02-24T14:11:47.754Z Downloaded libscf-sys v1.1.0
2412026-02-24T14:11:47.759Z Downloaded derive_more v2.0.1
2422026-02-24T14:11:47.770Z Downloaded memoffset v0.9.1
2432026-02-24T14:11:47.775Z Downloaded mime v0.3.17
2442026-02-24T14:11:47.779Z Downloaded fatfs v0.3.6
2452026-02-24T14:11:47.784Z Downloaded const_format v0.2.34
2462026-02-24T14:11:47.791Z Downloaded multimap v0.10.1
2472026-02-24T14:11:47.795Z Downloaded jobserver v0.1.32
2482026-02-24T14:11:47.799Z Downloaded miette-derive v5.10.0
2492026-02-24T14:11:47.803Z Downloaded nibble_vec v0.1.0
2502026-02-24T14:11:47.807Z Downloaded highway v1.3.0
2512026-02-24T14:11:47.811Z Downloaded num v0.4.3
2522026-02-24T14:11:47.814Z Downloaded new_debug_unreachable v1.0.6
2532026-02-24T14:11:47.818Z Downloaded backtrace v0.3.74
2542026-02-24T14:11:47.826Z Downloaded num-derive v0.4.2
2552026-02-24T14:11:47.829Z Downloaded lock_api v0.4.12
2562026-02-24T14:11:47.833Z Downloaded linear-map v1.2.0
2572026-02-24T14:11:47.837Z Downloaded hyper-rustls v0.27.7
2582026-02-24T14:11:47.842Z Downloaded normalize-line-endings v0.3.0
2592026-02-24T14:11:47.845Z Downloaded num_enum_derive v0.5.11
2602026-02-24T14:11:47.849Z Downloaded num-derive v0.3.3
2612026-02-24T14:11:47.853Z Downloaded number_prefix v0.4.0
2622026-02-24T14:11:47.856Z Downloaded half v2.4.1
2632026-02-24T14:11:47.861Z Downloaded ar_archive_writer v0.5.1
2642026-02-24T14:11:47.866Z Downloaded oorandom v11.1.4
2652026-02-24T14:11:47.870Z Downloaded mime_guess v2.0.5
2662026-02-24T14:11:47.874Z Downloaded flate2 v1.1.2
2672026-02-24T14:11:47.881Z Downloaded openssl-probe v0.1.5
2682026-02-24T14:11:47.884Z Downloaded openssl-macros v0.1.1
2692026-02-24T14:11:47.888Z Downloaded ipnetwork v0.21.1
2702026-02-24T14:11:47.891Z Downloaded oso-derive v0.27.3
2712026-02-24T14:11:47.894Z Downloaded native-tls v0.2.12
2722026-02-24T14:11:47.899Z Downloaded parking v2.2.1
2732026-02-24T14:11:47.902Z Downloaded packed_struct_codegen v0.10.1
2742026-02-24T14:11:47.905Z Downloaded ed25519-dalek v2.1.1
2752026-02-24T14:11:47.910Z Downloaded diesel_derives v2.2.3
2762026-02-24T14:11:47.917Z Downloaded parse-display v0.10.0
2772026-02-24T14:11:47.921Z Downloaded icu_provider v1.5.0
2782026-02-24T14:11:47.925Z Downloaded litrs v0.4.1
2792026-02-24T14:11:47.929Z Downloaded num_enum v0.5.11
2802026-02-24T14:11:47.936Z Downloaded peg-runtime v0.8.5
2812026-02-24T14:11:47.939Z Downloaded icu_normalizer_data v1.5.0
2822026-02-24T14:11:47.944Z Downloaded ignore v0.4.23
2832026-02-24T14:11:47.948Z Downloaded headers v0.4.1
2842026-02-24T14:11:47.955Z Downloaded memmap2 v0.9.8
2852026-02-24T14:11:47.959Z Downloaded opaque-debug v0.3.1
2862026-02-24T14:11:47.962Z Downloaded percent-encoding v2.3.2
2872026-02-24T14:11:47.965Z Downloaded heapless v0.7.17
2882026-02-24T14:11:47.970Z Downloaded heapless v0.8.0
2892026-02-24T14:11:47.976Z Downloaded plain v0.2.3
2902026-02-24T14:11:47.979Z Downloaded plotters-backend v0.3.7
2912026-02-24T14:11:47.982Z Downloaded piper v0.2.4
2922026-02-24T14:11:47.985Z Downloaded pin-utils v0.1.0
2932026-02-24T14:11:47.989Z Downloaded aes v0.8.4
2942026-02-24T14:11:47.994Z Downloaded oxnet v0.1.4
2952026-02-24T14:11:47.998Z Downloaded parking_lot_core v0.8.6
2962026-02-24T14:11:48.002Z Downloaded predicates-tree v1.0.12
2972026-02-24T14:11:48.005Z Downloaded password-hash v0.5.0
2982026-02-24T14:11:48.008Z Downloaded predicates-core v1.0.8
2992026-02-24T14:11:48.012Z Downloaded icu_locid v1.5.0
3002026-02-24T14:11:48.018Z Downloaded crossbeam-channel v0.5.15
3012026-02-24T14:11:48.024Z Downloaded precomputed-hash v0.1.1
3022026-02-24T14:11:48.027Z Downloaded proc-macro-error-attr2 v2.0.0
3032026-02-24T14:11:48.030Z Downloaded proc-macro-crate v1.3.1
3042026-02-24T14:11:48.033Z Downloaded proc-macro-crate v3.2.0
3052026-02-24T14:11:48.036Z Downloaded log v0.4.29
3062026-02-24T14:11:48.040Z Downloaded indicatif v0.17.11
3072026-02-24T14:11:48.046Z Downloaded pathdiff v0.2.3
3082026-02-24T14:11:48.049Z Downloaded progenitor v0.8.0
3092026-02-24T14:11:48.052Z Downloaded pest_generator v2.8.2
3102026-02-24T14:11:48.055Z Downloaded progenitor-client v0.8.0
3112026-02-24T14:11:48.058Z Downloaded phf v0.11.2
3122026-02-24T14:11:48.060Z Downloaded hickory-resolver v0.24.4
3132026-02-24T14:11:48.066Z Downloaded progenitor-macro v0.11.2
3142026-02-24T14:11:48.069Z Downloaded psl-types v2.0.11
3152026-02-24T14:11:48.072Z Downloaded criterion v0.7.0
3162026-02-24T14:11:48.080Z Downloaded polyval v0.6.2
3172026-02-24T14:11:48.084Z Downloaded pkg-config v0.3.31
3182026-02-24T14:11:48.087Z Downloaded postgres-protocol v0.6.8
3192026-02-24T14:11:48.090Z Downloaded poly1305 v0.8.0
3202026-02-24T14:11:48.096Z Downloaded radium v0.7.0
3212026-02-24T14:11:48.099Z Downloaded quick-error v1.2.3
3222026-02-24T14:11:48.101Z Downloaded pkcs8 v0.10.2
3232026-02-24T14:11:48.104Z Downloaded pest_derive v2.8.2
3242026-02-24T14:11:48.109Z Downloaded proc-macro-error2 v2.0.1
3252026-02-24T14:11:48.113Z Downloaded recursive-proc-macro-impl v0.1.1
3262026-02-24T14:11:48.116Z Downloaded recursive v0.1.1
3272026-02-24T14:11:48.119Z Downloaded rand_xorshift v0.4.0
3282026-02-24T14:11:48.122Z Downloaded rand_chacha v0.3.1
3292026-02-24T14:11:48.125Z Downloaded pest_meta v2.8.2
3302026-02-24T14:11:48.128Z Downloaded primeorder v0.13.6
3312026-02-24T14:11:48.131Z Downloaded progenitor v0.10.0
3322026-02-24T14:11:48.134Z Downloaded ref-cast v1.0.25
3332026-02-24T14:11:48.139Z Downloaded miniz_oxide v0.8.5
3342026-02-24T14:11:48.144Z Downloaded phf v0.12.1
3352026-02-24T14:11:48.147Z Downloaded progenitor v0.11.2
3362026-02-24T14:11:48.149Z Downloaded rfc6979 v0.4.0
3372026-02-24T14:11:48.153Z Downloaded pkcs1 v0.7.5
3382026-02-24T14:11:48.156Z Downloaded russh-cryptovec v0.7.3
3392026-02-24T14:11:48.159Z Downloaded ref-cast-impl v1.0.25
3402026-02-24T14:11:48.161Z Downloaded papergrid v0.11.0
3412026-02-24T14:11:48.167Z Downloaded papergrid v0.14.0
3422026-02-24T14:11:48.172Z Downloaded rtoolbox v0.0.2
3432026-02-24T14:11:48.175Z Downloaded rustc_version v0.4.1
3442026-02-24T14:11:48.178Z Downloaded rustc_version v0.1.7
3452026-02-24T14:11:48.181Z Downloaded rustc-hash v1.1.0
3462026-02-24T14:11:48.184Z Downloaded quinn-udp v0.5.5
3472026-02-24T14:11:48.186Z Downloaded crossterm v0.28.1
3482026-02-24T14:11:48.195Z Downloaded predicates v3.1.3
3492026-02-24T14:11:48.199Z Downloaded rand_seeder v0.4.0
3502026-02-24T14:11:48.202Z Downloaded rand_core v0.9.3
3512026-02-24T14:11:48.205Z Downloaded rand_core v0.6.4
3522026-02-24T14:11:48.208Z Downloaded same-file v1.0.6
3532026-02-24T14:11:48.211Z Downloaded indexmap v2.13.0
3542026-02-24T14:11:48.216Z Downloaded salsa20 v0.10.2
3552026-02-24T14:11:48.219Z Downloaded rand_chacha v0.9.0
3562026-02-24T14:11:48.222Z Downloaded scheduled-thread-pool v0.2.7
3572026-02-24T14:11:48.225Z Downloaded openssl-sys v0.9.109
3582026-02-24T14:11:48.231Z Downloaded minimal-lexical v0.2.1
3592026-02-24T14:11:48.237Z Downloaded pin-project v1.1.6
3602026-02-24T14:11:48.249Z Downloaded scrypt v0.11.0
3612026-02-24T14:11:48.252Z Downloaded semver v0.1.20
3622026-02-24T14:11:48.255Z Downloaded secrecy v0.10.3
3632026-02-24T14:11:48.258Z Downloaded resolv-conf v0.7.0
3642026-02-24T14:11:48.261Z Downloaded pkcs5 v0.7.1
3652026-02-24T14:11:48.266Z Downloaded postgres-types v0.2.9
3662026-02-24T14:11:48.269Z Downloaded rustc-hash v2.1.1
3672026-02-24T14:11:48.276Z Downloaded quote v1.0.40
3682026-02-24T14:11:48.279Z Downloaded serde_bytes v0.11.19
3692026-02-24T14:11:48.279Z Downloaded rustc-demangle v0.1.24
3702026-02-24T14:11:48.282Z Downloaded serde-value v0.7.0
3712026-02-24T14:11:48.285Z Downloaded serde-big-array v0.5.1
3722026-02-24T14:11:48.288Z Downloaded secrecy v0.8.0
3732026-02-24T14:11:48.290Z Downloaded rust-argon2 v2.1.0
3742026-02-24T14:11:48.293Z Downloaded serde_regex v1.1.0
3752026-02-24T14:11:48.296Z Downloaded rustls-pemfile v2.2.0
3762026-02-24T14:11:48.299Z Downloaded prefix-trie v0.7.0
3772026-02-24T14:11:48.303Z Downloaded serde_spanned v1.0.4
3782026-02-24T14:11:48.306Z Downloaded serde_plain v1.0.2
3792026-02-24T14:11:48.309Z Downloaded proc-macro2 v1.0.101
3802026-02-24T14:11:48.313Z Downloaded miette v5.10.0
3812026-02-24T14:11:48.319Z Downloaded serde_urlencoded v0.7.1
3822026-02-24T14:11:48.321Z Downloaded serde_spanned v0.6.9
3832026-02-24T14:11:48.324Z Downloaded schemars_derive v0.8.22
3842026-02-24T14:11:48.327Z Downloaded hashbrown v0.12.3
3852026-02-24T14:11:48.331Z Downloaded progenitor-impl v0.11.2
3862026-02-24T14:11:48.335Z Downloaded hickory-server v0.25.2
3872026-02-24T14:11:48.340Z Downloaded signal-hook-mio v0.2.4
3882026-02-24T14:11:48.343Z Downloaded shell-words v1.1.0
3892026-02-24T14:11:48.346Z Downloaded signature v2.2.0
3902026-02-24T14:11:48.348Z Downloaded polling v3.7.3
3912026-02-24T14:11:48.351Z Downloaded russh-keys v0.45.0
3922026-02-24T14:11:48.355Z Downloaded sigpipe v0.1.3
3932026-02-24T14:11:48.358Z Downloaded siphasher v1.0.1
3942026-02-24T14:11:48.361Z Downloaded simd-adler32 v0.3.7
3952026-02-24T14:11:48.363Z Downloaded seq-macro v0.3.6
3962026-02-24T14:11:48.366Z Downloaded siphasher v0.3.11
3972026-02-24T14:11:48.369Z Downloaded similar-asserts v1.7.0
3982026-02-24T14:11:48.372Z Downloaded serde_derive_internals v0.29.1
3992026-02-24T14:11:48.375Z Downloaded serde_repr v0.1.19
4002026-02-24T14:11:48.378Z Downloaded prettyplease v0.2.36
4012026-02-24T14:11:48.382Z Downloaded smawk v0.3.2
4022026-02-24T14:11:48.385Z Downloaded slog-envlogger v2.2.0
4032026-02-24T14:11:48.388Z Downloaded hashbrown v0.15.4
4042026-02-24T14:11:48.393Z Downloaded slog-bunyan v2.5.0
4052026-02-24T14:11:48.397Z Downloaded ryu v1.0.18
4062026-02-24T14:11:48.400Z Downloaded serde_path_to_error v0.1.20
4072026-02-24T14:11:48.403Z Downloaded num-bigint v0.4.6
4082026-02-24T14:11:48.407Z Downloaded hashbrown v0.14.5
4092026-02-24T14:11:48.413Z Downloaded progenitor-impl v0.10.0
4102026-02-24T14:11:48.416Z Downloaded mio v1.0.2
4112026-02-24T14:11:48.422Z Downloaded sqlparser_derive v0.5.0
4122026-02-24T14:11:48.425Z Downloaded signal-hook-registry v1.4.2
4132026-02-24T14:11:48.428Z Downloaded serde_tokenstream v0.2.2
4142026-02-24T14:11:48.431Z Downloaded scroll v0.13.0
4152026-02-24T14:11:48.434Z Downloaded rstest v0.25.0
4162026-02-24T14:11:48.438Z Downloaded shlex v1.3.0
4172026-02-24T14:11:48.441Z Downloaded quinn v0.11.5
4182026-02-24T14:11:48.474Z Downloaded structmeta v0.3.0
4192026-02-24T14:11:48.479Z Downloaded structmeta-derive v0.3.0
4202026-02-24T14:11:48.479Z Downloaded strsim v0.11.1
4212026-02-24T14:11:48.479Z Downloaded stable_deref_trait v1.2.0
4222026-02-24T14:11:48.479Z Downloaded serde_cbor v0.11.2
4232026-02-24T14:11:48.479Z Downloaded pretty_assertions v1.4.1
4242026-02-24T14:11:48.479Z Downloaded ssh-cipher v0.2.0
4252026-02-24T14:11:48.479Z Downloaded ssh-encoding v0.2.0
4262026-02-24T14:11:48.479Z Downloaded strum v0.27.2
4272026-02-24T14:11:48.480Z Downloaded slog-dtrace v0.3.0
4282026-02-24T14:11:48.480Z Downloaded slog-scope v4.4.0
4292026-02-24T14:11:48.480Z Downloaded libm v0.2.8
4302026-02-24T14:11:48.483Z Downloaded subtle v2.6.1
4312026-02-24T14:11:48.483Z Downloaded slog-async v2.8.0
4322026-02-24T14:11:48.486Z Downloaded slog-term v2.9.2
4332026-02-24T14:11:48.489Z Downloaded supports-color v3.0.2
4342026-02-24T14:11:48.492Z Downloaded tabled_derive v0.7.0
4352026-02-24T14:11:48.492Z Downloaded swrite v0.1.0
4362026-02-24T14:11:48.495Z Downloaded sync_wrapper v1.0.1
4372026-02-24T14:11:48.495Z Downloaded sync-ptr v0.1.4
4382026-02-24T14:11:48.498Z Downloaded supports-unicode v2.1.0
4392026-02-24T14:11:48.501Z Downloaded supports-hyperlinks v2.1.0
4402026-02-24T14:11:48.505Z Downloaded idna v1.0.3
4412026-02-24T14:11:48.509Z Downloaded supports-color v2.1.0
4422026-02-24T14:11:48.509Z Downloaded smallvec v0.6.14
4432026-02-24T14:11:48.513Z Downloaded slog-stdlog v4.1.1
4442026-02-24T14:11:48.513Z Downloaded spki v0.7.3
4452026-02-24T14:11:48.516Z Downloaded tap v1.0.1
4462026-02-24T14:11:48.520Z Downloaded take_mut v0.2.2
4472026-02-24T14:11:48.520Z Downloaded qorb v0.4.1
4482026-02-24T14:11:48.523Z Downloaded tabled_derive v0.11.0
4492026-02-24T14:11:48.526Z Downloaded aws-lc-rs v1.12.4
4502026-02-24T14:11:48.536Z Downloaded target-triple v0.1.3
4512026-02-24T14:11:48.539Z Downloaded string_cache v0.8.9
4522026-02-24T14:11:48.542Z Downloaded hyper v1.8.1
4532026-02-24T14:11:48.548Z Downloaded stringprep v0.1.5
4542026-02-24T14:11:48.550Z Downloaded strip-ansi-escapes v0.2.0
4552026-02-24T14:11:48.554Z Downloaded smallvec v1.15.1
4562026-02-24T14:11:48.557Z Downloaded testing_table v0.3.0
4572026-02-24T14:11:48.557Z Downloaded terminal_size v0.1.17
4582026-02-24T14:11:48.560Z Downloaded strum_macros v0.24.3
4592026-02-24T14:11:48.563Z Downloaded strum_macros v0.27.2
4602026-02-24T14:11:48.566Z Downloaded serde_core v1.0.228
4612026-02-24T14:11:48.570Z Downloaded schemars v0.9.0
4622026-02-24T14:11:48.580Z Downloaded time-core v0.1.6
4632026-02-24T14:11:48.583Z Downloaded thread-id v5.0.0
4642026-02-24T14:11:48.586Z Downloaded thiserror-impl-no-std v2.0.2
4652026-02-24T14:11:48.591Z Downloaded thread_local v1.1.8
4662026-02-24T14:11:48.591Z Downloaded ron v0.7.1
4672026-02-24T14:11:48.594Z Downloaded itertools v0.12.1
4682026-02-24T14:11:48.601Z Downloaded tabwriter v1.4.0
4692026-02-24T14:11:48.605Z Downloaded spin v0.9.8
4702026-02-24T14:11:48.608Z Downloaded rsa v0.9.8
4712026-02-24T14:11:48.611Z Downloaded tinyvec_macros v0.1.1
4722026-02-24T14:11:48.614Z Downloaded signal-hook v0.3.18
4732026-02-24T14:11:48.617Z Downloaded toml_datetime v0.6.11
4742026-02-24T14:11:48.620Z Downloaded similar v2.7.0
4752026-02-24T14:11:48.625Z Downloaded target-spec v3.5.0
4762026-02-24T14:11:48.627Z Downloaded bindgen v0.69.5
4772026-02-24T14:11:48.633Z Downloaded thread-id v4.2.2
4782026-02-24T14:11:48.636Z Downloaded terminal_size v0.4.0
4792026-02-24T14:11:48.639Z Downloaded synstructure v0.13.1
4802026-02-24T14:11:48.639Z Downloaded support-bundle-viewer v0.1.2
4812026-02-24T14:11:48.642Z Downloaded strum_macros v0.26.4
4822026-02-24T14:11:48.645Z Downloaded smf v0.2.3
4832026-02-24T14:11:48.645Z Downloaded serde_with_macros v3.16.1
4842026-02-24T14:11:48.648Z Downloaded termtree v0.5.1
4852026-02-24T14:11:48.650Z Downloaded termios v0.3.3
4862026-02-24T14:11:48.653Z Downloaded termcolor v1.4.1
4872026-02-24T14:11:48.653Z Downloaded topological-sort v0.2.2
4882026-02-24T14:11:48.656Z Downloaded goblin v0.8.2
4892026-02-24T14:11:48.660Z Downloaded slog v2.8.2
4902026-02-24T14:11:48.664Z Downloaded tower-service v0.3.3
4912026-02-24T14:11:48.667Z Downloaded trait-variant v0.1.2
4922026-02-24T14:11:48.670Z Downloaded thiserror-impl v1.0.69
4932026-02-24T14:11:48.670Z Downloaded toml_write v0.1.2
4942026-02-24T14:11:48.674Z Downloaded thiserror-no-std v2.0.2
4952026-02-24T14:11:48.677Z Downloaded iddqd v0.3.16
4962026-02-24T14:11:48.683Z Downloaded hkdf v0.12.4
4972026-02-24T14:11:48.686Z Downloaded socket2 v0.5.10
4982026-02-24T14:11:48.689Z Downloaded tinytemplate v1.2.1
4992026-02-24T14:11:48.692Z Downloaded typify-macro v0.2.0
5002026-02-24T14:11:48.692Z Downloaded typeid v1.0.3
5012026-02-24T14:11:48.695Z Downloaded time-macros v0.2.24
5022026-02-24T14:11:48.698Z Downloaded unarray v0.1.4
5032026-02-24T14:11:48.698Z Downloaded typify-macro v0.4.3
5042026-02-24T14:11:48.700Z Downloaded tinystr v0.7.6
5052026-02-24T14:11:48.703Z Downloaded tokio-macros v2.6.0
5062026-02-24T14:11:48.703Z Downloaded tls_codec_derive v0.4.1
5072026-02-24T14:11:48.707Z Downloaded tls_codec v0.4.1
5082026-02-24T14:11:48.710Z Downloaded futures-util v0.3.31
5092026-02-24T14:11:48.718Z Downloaded unit-prefix v0.5.1
5102026-02-24T14:11:48.721Z Downloaded serde v1.0.228
5112026-02-24T14:11:48.724Z Downloaded p521 v0.13.3
5122026-02-24T14:11:48.727Z Downloaded usdt-attr-macro v0.5.0
5132026-02-24T14:11:48.730Z Downloaded usdt v0.6.0
5142026-02-24T14:11:48.730Z Downloaded untrusted v0.7.1
5152026-02-24T14:11:48.733Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5162026-02-24T14:11:48.735Z Downloaded untrusted v0.9.0
5172026-02-24T14:11:48.735Z Downloaded universal-hash v0.5.1
5182026-02-24T14:11:48.738Z Downloaded usdt v0.5.0
5192026-02-24T14:11:48.738Z Downloaded usdt-macro v0.6.0
5202026-02-24T14:11:48.741Z Downloaded toml_writer v1.0.6+spec-1.1.0
5212026-02-24T14:11:48.741Z Downloaded usdt-attr-macro v0.6.0
5222026-02-24T14:11:48.744Z Downloaded serde_yaml v0.9.34+deprecated
5232026-02-24T14:11:48.747Z Downloaded utf-8 v0.7.6
5242026-02-24T14:11:48.748Z Downloaded usdt-macro v0.5.0
5252026-02-24T14:11:48.751Z Downloaded tui-tree-widget v0.23.1
5262026-02-24T14:11:48.752Z Downloaded try-lock v0.2.5
5272026-02-24T14:11:48.752Z Downloaded samael v0.0.19
5282026-02-24T14:11:48.757Z Downloaded async-std v1.13.0
5292026-02-24T14:11:48.776Z Downloaded utf8parse v0.2.2
5302026-02-24T14:11:48.779Z Downloaded bindgen v0.71.1
5312026-02-24T14:11:48.783Z Downloaded utf8_iter v1.0.4
5322026-02-24T14:11:48.786Z Downloaded void v1.0.2
5332026-02-24T14:11:48.786Z Downloaded unicase v2.8.1
5342026-02-24T14:11:48.789Z Downloaded tokio-tungstenite v0.21.0
5352026-02-24T14:11:48.792Z Downloaded tokio-rustls v0.26.0
5362026-02-24T14:11:48.792Z Downloaded tokio-rustls v0.25.0
5372026-02-24T14:11:48.794Z Downloaded tokio-stream v0.1.17
5382026-02-24T14:11:48.798Z Downloaded tokio-rustls v0.24.1
5392026-02-24T14:11:48.800Z Downloaded tempfile v3.24.0
5402026-02-24T14:11:48.803Z Downloaded want v0.3.1
5412026-02-24T14:11:48.806Z Downloaded waitgroup v0.1.2
5422026-02-24T14:11:48.806Z Downloaded wait-timeout v0.2.0
5432026-02-24T14:11:48.809Z Downloaded vte_generate_state_changes v0.1.2
5442026-02-24T14:11:48.809Z Downloaded version_check v0.9.5
5452026-02-24T14:11:48.809Z Downloaded toml v0.8.23
5462026-02-24T14:11:48.812Z Downloaded textwrap v0.16.2
5472026-02-24T14:11:48.815Z Downloaded textwrap v0.15.2
5482026-02-24T14:11:48.817Z Downloaded utf16_iter v1.0.5
5492026-02-24T14:11:48.817Z Downloaded typify v0.2.0
5502026-02-24T14:11:48.820Z Downloaded unicode-linebreak v0.1.5
5512026-02-24T14:11:48.823Z Downloaded bitvec v1.0.1
5522026-02-24T14:11:48.836Z Downloaded xattr v1.3.1
5532026-02-24T14:11:48.840Z Downloaded test-strategy v0.4.3
5542026-02-24T14:11:48.843Z Downloaded write16 v1.0.0
5552026-02-24T14:11:48.843Z Downloaded which v4.4.2
5562026-02-24T14:11:48.845Z Downloaded socket2 v0.6.1
5572026-02-24T14:11:48.845Z Downloaded ucd-trie v0.1.7
5582026-02-24T14:11:48.848Z Downloaded xshell-macros v0.2.7
5592026-02-24T14:11:48.848Z Downloaded usdt-impl v0.6.0
5602026-02-24T14:11:48.851Z Downloaded typenum v1.17.0
5612026-02-24T14:11:48.854Z Downloaded toml_parser v1.0.6+spec-1.1.0
5622026-02-24T14:11:48.857Z Downloaded zerofrom-derive v0.1.4
5632026-02-24T14:11:48.857Z Downloaded zerofrom v0.1.4
5642026-02-24T14:11:48.857Z Downloaded yoke-derive v0.7.4
5652026-02-24T14:11:48.860Z Downloaded tar v0.4.44
5662026-02-24T14:11:48.863Z Downloaded trybuild v1.0.106
5672026-02-24T14:11:48.866Z Downloaded vergen-lib v0.1.6
5682026-02-24T14:11:48.868Z Downloaded vergen-gitcl v1.0.8
5692026-02-24T14:11:48.868Z Downloaded unicode-ident v1.0.19
5702026-02-24T14:11:48.871Z Downloaded twox-hash v2.1.0
5712026-02-24T14:11:48.874Z Downloaded zone_cfg_derive v0.1.2
5722026-02-24T14:11:48.874Z Downloaded zone v0.3.1
5732026-02-24T14:11:48.877Z Downloaded zeroize_derive v1.4.2
5742026-02-24T14:11:48.877Z Downloaded rustyline v14.0.0
5752026-02-24T14:11:48.881Z Downloaded steno v0.4.1
5762026-02-24T14:11:48.884Z Downloaded russh v0.45.0
5772026-02-24T14:11:48.890Z Downloaded vsss-rs v3.3.4
5782026-02-24T14:11:48.893Z Downloaded uzers v0.12.1
5792026-02-24T14:11:48.896Z Downloaded unicode-properties v0.1.3
5802026-02-24T14:11:48.898Z Downloaded zone_cfg_derive v0.3.0
5812026-02-24T14:11:48.898Z Downloaded usdt-impl v0.5.0
5822026-02-24T14:11:48.901Z Downloaded toml v0.9.11+spec-1.1.0
5832026-02-24T14:11:48.904Z Downloaded git2 v0.20.2
5842026-02-24T14:11:48.911Z Downloaded wyz v0.5.1
5852026-02-24T14:11:48.914Z Downloaded writeable v0.5.5
5862026-02-24T14:11:48.914Z Downloaded whoami v1.5.2
5872026-02-24T14:11:48.916Z Downloaded walkdir v2.5.0
5882026-02-24T14:11:48.919Z Downloaded toml v0.7.8
5892026-02-24T14:11:48.922Z Downloaded tokio-tungstenite v0.23.1
5902026-02-24T14:11:48.925Z Downloaded rpassword v7.4.0
5912026-02-24T14:11:48.925Z Downloaded tracing-attributes v0.1.27
5922026-02-24T14:11:48.928Z Downloaded xz2 v0.1.7
5932026-02-24T14:11:48.932Z Downloaded tinyvec v1.8.0
5942026-02-24T14:11:48.935Z Downloaded xshell v0.2.7
5952026-02-24T14:11:48.935Z Downloaded vergen v9.0.6
5962026-02-24T14:11:48.938Z Downloaded tungstenite v0.21.0
5972026-02-24T14:11:48.940Z Downloaded zmij v1.0.15
5982026-02-24T14:11:48.943Z Downloaded tungstenite v0.23.0
5992026-02-24T14:11:48.946Z Downloaded zerovec-derive v0.10.3
6002026-02-24T14:11:48.946Z Downloaded zeroize v1.8.1
6012026-02-24T14:11:48.949Z Downloaded p384 v0.13.1
6022026-02-24T14:11:48.952Z Downloaded zone v0.1.8
6032026-02-24T14:11:48.955Z Downloaded vergen-git2 v1.0.7
6042026-02-24T14:11:48.955Z Downloaded reedline v0.40.0
6052026-02-24T14:11:48.961Z Downloaded zstd v0.13.3
6062026-02-24T14:11:48.964Z Downloaded icu_properties_data v1.5.0
6072026-02-24T14:11:48.973Z Downloaded value-bag v1.12.0
6082026-02-24T14:11:48.976Z Downloaded unsafe-libyaml v0.2.11
6092026-02-24T14:11:48.979Z Downloaded chrono v0.4.43
6102026-02-24T14:11:48.986Z Downloaded tracing v0.1.40
6112026-02-24T14:11:48.990Z Downloaded zerocopy-derive v0.7.35
6122026-02-24T14:11:48.994Z Downloaded yasna v0.5.2
6132026-02-24T14:11:48.997Z Downloaded yoke v0.7.4
6142026-02-24T14:11:49.000Z Downloaded goblin v0.10.2
6152026-02-24T14:11:49.005Z Downloaded typify v0.4.3
6162026-02-24T14:11:49.008Z Downloaded uuid v1.19.0
6172026-02-24T14:11:49.011Z Downloaded zerocopy v0.6.6
6182026-02-24T14:11:49.014Z Downloaded portable-atomic v1.11.0
6192026-02-24T14:11:49.020Z Downloaded zstd-safe v7.2.3
6202026-02-24T14:11:49.023Z Downloaded unicode-bidi v0.3.17
6212026-02-24T14:11:49.027Z Downloaded vte v0.11.1
6222026-02-24T14:11:49.030Z Downloaded toml_edit v0.22.27
6232026-02-24T14:11:49.030Z Downloaded toml_edit v0.19.15
6242026-02-24T14:11:49.046Z Downloaded url v2.5.4
6252026-02-24T14:11:49.049Z Downloaded tokio-postgres v0.7.13
6262026-02-24T14:11:49.052Z Downloaded lalrpop v0.19.12
6272026-02-24T14:11:49.062Z Downloaded quick-xml v0.37.2
6282026-02-24T14:11:49.068Z Downloaded reqwest v0.12.24
6292026-02-24T14:11:49.073Z Downloaded zopfli v0.8.1
6302026-02-24T14:11:49.076Z Downloaded ssh-key v0.6.6
6312026-02-24T14:11:49.082Z Downloaded regex v1.11.3
6322026-02-24T14:11:49.087Z Downloaded serde_json v1.0.149
6332026-02-24T14:11:49.094Z Downloaded moka v0.12.10
6342026-02-24T14:11:49.103Z Downloaded yansi v1.0.1
6352026-02-24T14:11:49.106Z Downloaded rustls-webpki v0.101.7
6362026-02-24T14:11:49.119Z Downloaded rayon v1.10.0
6372026-02-24T14:11:49.127Z Downloaded quinn-proto v0.11.8
6382026-02-24T14:11:49.133Z Downloaded salty v0.3.0
6392026-02-24T14:11:49.138Z Downloaded tracing-core v0.1.32
6402026-02-24T14:11:49.141Z Downloaded curve25519-dalek v4.1.3
6412026-02-24T14:11:49.149Z Downloaded zerocopy-derive v0.8.27
6422026-02-24T14:11:49.155Z Downloaded unicode_categories v0.1.1
6432026-02-24T14:11:49.157Z Downloaded zip v0.6.6
6442026-02-24T14:11:49.160Z Downloaded petname v2.0.2
6452026-02-24T14:11:49.166Z Downloaded unicode-segmentation v1.12.0
6462026-02-24T14:11:49.169Z Downloaded tower v0.5.2
6472026-02-24T14:11:49.177Z Downloaded typed-path v0.9.3
6482026-02-24T14:11:49.182Z Downloaded x509-cert v0.2.5
6492026-02-24T14:11:49.188Z Downloaded gimli v0.31.1
6502026-02-24T14:11:49.195Z Downloaded serde_with v3.16.1
6512026-02-24T14:11:49.207Z Downloaded time v0.3.43
6522026-02-24T14:11:49.214Z Downloaded unicode-normalization v0.1.24
6532026-02-24T14:11:49.217Z Downloaded openssl v0.10.73
6542026-02-24T14:11:49.225Z Downloaded proptest v1.7.0
6552026-02-24T14:11:49.234Z Downloaded tokio-util v0.7.15
6562026-02-24T14:11:49.240Z Downloaded tower-http v0.6.6
6572026-02-24T14:11:49.247Z Downloaded dropshot v0.16.7
6582026-02-24T14:11:49.267Z Downloaded zip v4.2.0
6592026-02-24T14:11:49.272Z Downloaded zerovec v0.10.4
6602026-02-24T14:11:49.275Z Downloaded tough v0.20.0
6612026-02-24T14:11:49.283Z Downloaded nix v0.27.1
6622026-02-24T14:11:49.292Z Downloaded polar-core v0.27.3
6632026-02-24T14:11:49.299Z Downloaded radix_trie v0.2.1
6642026-02-24T14:11:49.303Z Downloaded nix v0.29.0
6652026-02-24T14:11:49.313Z Downloaded diesel v2.2.12
6662026-02-24T14:11:49.331Z Downloaded bstr v1.10.0
6672026-02-24T14:11:49.338Z Downloaded rustls-webpki v0.102.8
6682026-02-24T14:11:49.356Z Downloaded winnow v0.6.26
6692026-02-24T14:11:49.362Z Downloaded winnow v0.5.40
6702026-02-24T14:11:49.370Z Downloaded zerocopy v0.7.35
6712026-02-24T14:11:49.386Z Downloaded tabled v0.20.0
6722026-02-24T14:11:49.403Z Downloaded smoltcp v0.9.1
6732026-02-24T14:11:49.412Z Downloaded rustls v0.21.12
6742026-02-24T14:11:49.422Z Downloaded object v0.36.5
6752026-02-24T14:11:49.432Z Downloaded nix v0.28.0
6762026-02-24T14:11:49.443Z Downloaded vcpkg v0.2.15
6772026-02-24T14:11:49.480Z Downloaded unicode-width v0.2.0
6782026-02-24T14:11:49.485Z Downloaded syn v1.0.109
6792026-02-24T14:11:49.494Z Downloaded unicode-width v0.1.14
6802026-02-24T14:11:49.500Z Downloaded hickory-proto v0.25.2
6812026-02-24T14:11:49.514Z Downloaded regress v0.10.4
6822026-02-24T14:11:49.522Z Downloaded zlib-rs v0.5.1
6832026-02-24T14:11:49.527Z Downloaded webpki-roots v1.0.1
6842026-02-24T14:11:49.529Z Downloaded regex-syntax v0.8.5
6852026-02-24T14:11:49.537Z Downloaded zerocopy v0.8.27
6862026-02-24T14:11:49.559Z Downloaded rustix v0.38.37
6872026-02-24T14:11:49.579Z Downloaded smoltcp v0.11.0
6882026-02-24T14:11:49.590Z Downloaded syn v2.0.114
6892026-02-24T14:11:49.600Z Downloaded rustls v0.23.19
6902026-02-24T14:11:49.610Z Downloaded rustls v0.22.4
6912026-02-24T14:11:49.623Z Downloaded openapiv3 v2.2.0
6922026-02-24T14:11:49.633Z Downloaded rustix v1.1.3
6932026-02-24T14:11:49.655Z Downloaded bzip2-sys v0.1.13+1.0.8
6942026-02-24T14:11:49.666Z Downloaded object v0.37.3
6952026-02-24T14:11:49.676Z Downloaded nix v0.30.1
6962026-02-24T14:11:49.687Z Downloaded hickory-proto v0.24.4
6972026-02-24T14:11:49.701Z Downloaded winnow v0.7.14
6982026-02-24T14:11:49.709Z Downloaded sqlparser v0.61.0
6992026-02-24T14:11:49.718Z Downloaded sled v0.34.7
7002026-02-24T14:11:49.727Z Downloaded ratatui v0.29.0
7012026-02-24T14:11:49.745Z Downloaded regex-syntax v0.6.29
7022026-02-24T14:11:49.751Z Downloaded typify-impl v0.2.0
7032026-02-24T14:11:49.763Z Downloaded tabled v0.18.0
7042026-02-24T14:11:49.780Z Downloaded typify-impl v0.4.3
7052026-02-24T14:11:49.793Z Downloaded regex-automata v0.4.11
7062026-02-24T14:11:49.807Z Downloaded petgraph v0.6.5
7072026-02-24T14:11:49.823Z Downloaded chrono-tz v0.10.4
7082026-02-24T14:11:49.839Z Downloaded zerocopy-derive v0.6.6
7092026-02-24T14:11:49.846Z Downloaded petgraph v0.8.2
7102026-02-24T14:11:49.865Z Downloaded jiff v0.2.15
7112026-02-24T14:11:49.879Z Downloaded lzma-sys v0.1.20
7122026-02-24T14:11:49.903Z Downloaded tabled v0.15.0
7132026-02-24T14:11:49.918Z Downloaded object v0.30.4
7142026-02-24T14:11:49.926Z Downloaded snafu v0.8.5
7152026-02-24T14:11:49.932Z Downloaded libc v0.2.180
7162026-02-24T14:11:49.962Z Downloaded libz-sys v1.1.20
7172026-02-24T14:11:49.979Z Downloaded csv v1.3.1
7182026-02-24T14:11:49.995Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7192026-02-24T14:11:50.010Z Downloaded sha3 v0.10.8
7202026-02-24T14:11:50.016Z Downloaded plotters v0.3.7
7212026-02-24T14:11:50.023Z Downloaded rand v0.9.2
7222026-02-24T14:11:50.025Z Downloaded pest v2.8.2
7232026-02-24T14:11:50.030Z Downloaded term v1.1.0
7242026-02-24T14:11:50.034Z Downloaded unicode-xid v0.2.6
7252026-02-24T14:11:50.037Z Downloaded unicode-truncate v1.1.0
7262026-02-24T14:11:50.037Z Downloaded tokio-native-tls v0.3.1
7272026-02-24T14:11:50.040Z Downloaded tokio-dtrace v0.1.0
7282026-02-24T14:11:50.040Z Downloaded term v0.7.0
7292026-02-24T14:11:50.043Z Downloaded target-lexicon v0.13.2
7302026-02-24T14:11:50.046Z Downloaded tokio v1.49.0
7312026-02-24T14:11:50.082Z Downloaded itertools v0.14.0
7322026-02-24T14:11:50.089Z Downloaded itertools v0.13.0
7332026-02-24T14:11:50.095Z Downloaded tiny-keccak v2.0.2
7342026-02-24T14:11:50.099Z Downloaded schemars v1.0.4
7352026-02-24T14:11:50.109Z Downloaded thiserror-impl v2.0.18
7362026-02-24T14:11:50.114Z Downloaded tower-layer v0.3.3
7372026-02-24T14:11:50.114Z Downloaded thiserror v2.0.18
7382026-02-24T14:11:50.117Z Downloaded thiserror v1.0.69
7392026-02-24T14:11:50.121Z Downloaded subprocess v0.2.9
7402026-02-24T14:11:50.124Z Downloaded rustls-pki-types v1.10.0
7412026-02-24T14:11:50.127Z Downloaded rayon-core v1.12.1
7422026-02-24T14:11:50.134Z Downloaded rand v0.8.5
7432026-02-24T14:11:50.137Z Downloaded h2 v0.4.6
7442026-02-24T14:11:50.140Z Downloaded serde_derive v1.0.228
7452026-02-24T14:11:50.144Z Downloaded num-bigint-dig v0.8.6
7462026-02-24T14:11:50.148Z Downloaded stringmetrics v2.2.2
7472026-02-24T14:11:50.151Z Downloaded httpmock v0.8.0-alpha.1
7482026-02-24T14:11:50.167Z Downloaded encoding_rs v0.8.34
7492026-02-24T14:11:50.185Z Downloaded nom v7.1.3
7502026-02-24T14:11:50.189Z Downloaded sha2 v0.10.9
7512026-02-24T14:11:50.192Z Downloaded ron v0.8.1
7522026-02-24T14:11:50.197Z Downloaded iri-string v0.7.8
7532026-02-24T14:11:50.202Z Downloaded tabled_derive v0.10.0
7542026-02-24T14:11:50.204Z Downloaded static_assertions v1.1.0
7552026-02-24T14:11:50.204Z Downloaded stacker v0.1.23
7562026-02-24T14:11:50.240Z Downloaded sqlformat v0.3.5
7572026-02-24T14:11:50.240Z Downloaded publicsuffix v2.3.0
7582026-02-24T14:11:50.240Z Downloaded tagptr v0.2.0
7592026-02-24T14:11:50.240Z Downloaded sha1 v0.10.6
7602026-02-24T14:11:50.240Z Downloaded snafu-derive v0.8.5
7612026-02-24T14:11:50.240Z Downloaded rstest_macros v0.25.0
7622026-02-24T14:11:50.240Z Downloaded rcgen v0.12.1
7632026-02-24T14:11:50.240Z Downloaded schemars v0.8.22
7642026-02-24T14:11:50.240Z Downloaded rand_distr v0.5.1
7652026-02-24T14:11:50.240Z Downloaded libxml v0.3.3
7662026-02-24T14:11:50.243Z Downloaded hashbrown v0.16.1
7672026-02-24T14:11:50.243Z Downloaded guppy v0.17.20
7682026-02-24T14:11:50.248Z Downloaded slog-json v2.6.1
7692026-02-24T14:11:50.252Z Downloaded strum v0.26.3
7702026-02-24T14:11:50.252Z Downloaded hyper-util v0.1.19
7712026-02-24T14:11:50.256Z Downloaded slab v0.4.9
7722026-02-24T14:11:50.260Z Downloaded ring v0.17.14
7732026-02-24T14:11:50.294Z Downloaded blake3 v1.5.4
7742026-02-24T14:11:50.301Z Downloaded signal-hook-tokio v0.3.1
7752026-02-24T14:11:50.304Z Downloaded serde-untagged v0.1.7
7762026-02-24T14:11:50.304Z Downloaded serde-hex v0.1.0
7772026-02-24T14:11:50.306Z Downloaded semver v1.0.27
7782026-02-24T14:11:50.307Z Downloaded sec1 v0.7.3
7792026-02-24T14:11:50.310Z Downloaded http v1.4.0
7802026-02-24T14:11:50.312Z Downloaded sct v0.7.1
7812026-02-24T14:11:50.316Z Downloaded scroll v0.12.0
7822026-02-24T14:11:50.316Z Downloaded papergrid v0.17.0
7832026-02-24T14:11:50.320Z Downloaded itertools v0.10.5
7842026-02-24T14:11:50.324Z Downloaded rusty-fork v0.3.0
7852026-02-24T14:11:50.327Z Downloaded libgit2-sys v0.18.2+1.9.1
7862026-02-24T14:11:50.376Z Downloaded rustversion v1.0.22
7872026-02-24T14:11:50.379Z Downloaded rustls-pemfile v1.0.4
7882026-02-24T14:11:50.382Z Downloaded rustls-native-certs v0.8.1
7892026-02-24T14:11:50.382Z Downloaded memchr v2.7.4
7902026-02-24T14:11:50.386Z Downloaded relative-path v1.9.3
7912026-02-24T14:11:50.389Z Downloaded progenitor-impl v0.8.0
7922026-02-24T14:11:50.389Z Downloaded p256 v0.13.2
7932026-02-24T14:11:50.392Z Downloaded clap_builder v4.5.48
7942026-02-24T14:11:50.397Z Downloaded scroll_derive v0.13.1
7952026-02-24T14:11:50.400Z Downloaded scroll_derive v0.12.0
7962026-02-24T14:11:50.400Z Downloaded scopeguard v1.2.0
7972026-02-24T14:11:50.400Z Downloaded psm v0.1.30
7982026-02-24T14:11:50.403Z Downloaded crossterm v0.29.0
7992026-02-24T14:11:50.407Z Downloaded hashbrown v0.13.2
8002026-02-24T14:11:50.411Z Downloaded sapling-renderdag v0.1.0
8012026-02-24T14:11:50.414Z Downloaded proc-macro-error v1.0.4
8022026-02-24T14:11:50.417Z Downloaded num-traits v0.2.19
8032026-02-24T14:11:50.417Z Downloaded r2d2 v0.8.10
8042026-02-24T14:11:50.420Z Downloaded postcard v1.0.10
8052026-02-24T14:11:50.420Z Downloaded oso v0.27.3
8062026-02-24T14:11:50.423Z Downloaded jiff-static v0.2.15
8072026-02-24T14:11:50.426Z Downloaded hickory-resolver v0.25.2
8082026-02-24T14:11:50.428Z Downloaded ppv-lite86 v0.2.20
8092026-02-24T14:11:50.431Z Downloaded num-rational v0.4.2
8102026-02-24T14:11:50.431Z Downloaded icu_collections v1.5.0
8112026-02-24T14:11:50.436Z Downloaded parking_lot_core v0.9.10
8122026-02-24T14:11:50.440Z Downloaded parking_lot v0.12.3
8132026-02-24T14:11:50.443Z Downloaded parking_lot v0.11.2
8142026-02-24T14:11:50.444Z Downloaded packed_struct v0.10.1
8152026-02-24T14:11:50.447Z Downloaded owo-colors v4.2.3
8162026-02-24T14:11:50.447Z Downloaded knuffel v3.2.0
8172026-02-24T14:11:50.451Z Downloaded progenitor-macro v0.10.0
8182026-02-24T14:11:50.451Z Downloaded progenitor-macro v0.8.0
8192026-02-24T14:11:50.451Z Downloaded progenitor-client v0.11.2
8202026-02-24T14:11:50.454Z Downloaded progenitor-client v0.10.0
8212026-02-24T14:11:50.454Z Downloaded pin-project-lite v0.2.14
8222026-02-24T14:11:50.457Z Downloaded pin-project-internal v1.1.6
8232026-02-24T14:11:50.459Z Downloaded aho-corasick v1.1.3
8242026-02-24T14:11:50.463Z Downloaded pem-rfc7468 v0.7.0
8252026-02-24T14:11:50.466Z Downloaded path-tree v0.8.1
8262026-02-24T14:11:50.466Z Downloaded once_cell v1.21.3
8272026-02-24T14:11:50.469Z Downloaded omicron-zone-package v0.12.2
8282026-02-24T14:11:50.472Z Downloaded indicatif v0.18.0
8292026-02-24T14:11:50.475Z Downloaded expectorate v1.2.0
8302026-02-24T14:11:50.477Z Downloaded pretty-hex v0.4.1
8312026-02-24T14:11:50.477Z Downloaded pretty-hex v0.2.1
8322026-02-24T14:11:50.477Z Downloaded proc-macro-error-attr v1.0.4
8332026-02-24T14:11:50.480Z Downloaded pem v3.0.5
8342026-02-24T14:11:50.480Z Downloaded peg-macros v0.8.5
8352026-02-24T14:11:50.480Z Downloaded peg v0.8.5
8362026-02-24T14:11:50.484Z Downloaded paste v1.0.15
8372026-02-24T14:11:50.487Z Downloaded password-hash v0.4.2
8382026-02-24T14:11:50.489Z Downloaded partial-io v0.5.4
8392026-02-24T14:11:50.492Z Downloaded parse-display-derive v0.10.0
8402026-02-24T14:11:50.492Z Downloaded num-complex v0.4.6
8412026-02-24T14:11:50.492Z Downloaded nu-ansi-term v0.50.1
8422026-02-24T14:11:50.496Z Downloaded powerfmt v0.2.0
8432026-02-24T14:11:50.496Z Downloaded plotters-svg v0.3.7
8442026-02-24T14:11:50.496Z Downloaded oxide-tokio-rt v0.1.2
8452026-02-24T14:11:50.498Z Downloaded phf_shared v0.12.1
8462026-02-24T14:11:50.498Z Downloaded phf_shared v0.11.2
8472026-02-24T14:11:50.498Z Downloaded owo-colors v3.5.0
8482026-02-24T14:11:50.502Z Downloaded indexmap v1.9.3
8492026-02-24T14:11:50.505Z Downloaded fancy-regex v0.14.0
8502026-02-24T14:11:50.508Z Downloaded pbkdf2 v0.12.2
8512026-02-24T14:11:50.508Z Downloaded pbkdf2 v0.11.0
8522026-02-24T14:11:50.511Z Downloaded path-slash v0.1.5
8532026-02-24T14:11:50.511Z Downloaded parse-size v1.1.0
8542026-02-24T14:11:50.513Z Downloaded num-integer v0.1.46
8552026-02-24T14:11:50.513Z Downloaded icu_properties v1.5.1
8562026-02-24T14:11:50.516Z Downloaded icu_normalizer v1.5.0
8572026-02-24T14:11:50.519Z Downloaded icu_locid_transform_data v1.5.0
8582026-02-24T14:11:50.522Z Downloaded der v0.7.10
8592026-02-24T14:11:50.525Z Downloaded bytes v1.11.1
8602026-02-24T14:11:50.527Z Downloaded bumpalo v3.16.0
8612026-02-24T14:11:50.530Z Downloaded ordered-float v2.10.1
8622026-02-24T14:11:50.533Z Downloaded newtype-uuid v1.3.2
8632026-02-24T14:11:50.533Z Downloaded libefi-sys v0.1.0
8642026-02-24T14:11:50.533Z Downloaded olpc-cjson v0.1.4
8652026-02-24T14:11:50.536Z Downloaded nested v0.1.1
8662026-02-24T14:11:50.536Z Downloaded nanorand v0.7.0
8672026-02-24T14:11:50.540Z Downloaded multer v3.1.0
8682026-02-24T14:11:50.540Z Downloaded hmac v0.12.1
8692026-02-24T14:11:50.543Z Downloaded ingot-macros v0.1.1
8702026-02-24T14:11:50.543Z Downloaded crypto-bigint v0.5.5
8712026-02-24T14:11:50.547Z Downloaded flume v0.11.1
8722026-02-24T14:11:50.551Z Downloaded dropshot-api-manager v0.3.0
8732026-02-24T14:11:50.554Z Downloaded num_threads v0.1.7
8742026-02-24T14:11:50.556Z Downloaded derive_more-impl v2.0.1
8752026-02-24T14:11:50.559Z Downloaded num-conv v0.1.0
8762026-02-24T14:11:50.559Z Downloaded num-iter v0.1.45
8772026-02-24T14:11:50.564Z Downloaded nonempty v0.12.0
8782026-02-24T14:11:50.564Z Downloaded litemap v0.7.3
8792026-02-24T14:11:50.567Z Downloaded libz-rs-sys v0.5.1
8802026-02-24T14:11:50.567Z Downloaded libtest-mimic v0.8.1
8812026-02-24T14:11:50.567Z Downloaded libsw v3.5.0
8822026-02-24T14:11:50.567Z Downloaded getrandom v0.3.4
8832026-02-24T14:11:50.570Z Downloaded aes-gcm v0.10.3
8842026-02-24T14:11:50.573Z Downloaded newline-converter v0.3.0
8852026-02-24T14:11:50.576Z Downloaded knuffel-derive v3.2.0
8862026-02-24T14:11:50.576Z Downloaded iana-time-zone v0.1.63
8872026-02-24T14:11:50.579Z Downloaded httparse v1.9.5
8882026-02-24T14:11:50.582Z Downloaded base64 v0.21.7
8892026-02-24T14:11:50.585Z Downloaded nodrop v0.1.14
8902026-02-24T14:11:50.585Z Downloaded ipnet v2.11.0
8912026-02-24T14:11:50.585Z Downloaded hickory-client v0.25.2
8922026-02-24T14:11:50.588Z Downloaded newtype_derive v0.1.6
8932026-02-24T14:11:50.588Z Downloaded newtype-uuid-macros v0.1.0
8942026-02-24T14:11:50.591Z Downloaded libloading v0.8.5
8952026-02-24T14:11:50.591Z Downloaded kv-log-macro v1.0.7
8962026-02-24T14:11:50.594Z Downloaded futures v0.3.31
8972026-02-24T14:11:50.597Z Downloaded ingot-types v0.1.2
8982026-02-24T14:11:50.600Z Downloaded ingot v0.1.1
8992026-02-24T14:11:50.600Z Downloaded indoc v2.0.6
9002026-02-24T14:11:50.603Z Downloaded base64 v0.13.1
9012026-02-24T14:11:50.607Z Downloaded memmap v0.7.0
9022026-02-24T14:11:50.607Z Downloaded md5 v0.7.0
9032026-02-24T14:11:50.607Z Downloaded md-5 v0.10.6
9042026-02-24T14:11:50.610Z Downloaded maybe-uninit v2.0.0
9052026-02-24T14:11:50.610Z Downloaded match_cfg v0.1.0
9062026-02-24T14:11:50.610Z Downloaded maplit v1.0.2
9072026-02-24T14:11:50.610Z Downloaded managed v0.8.0
9082026-02-24T14:11:50.614Z Downloaded macaddr v1.0.1
9092026-02-24T14:11:50.614Z Downloaded lzss v0.8.2
9102026-02-24T14:11:50.617Z Downloaded lru-cache v0.1.2
9112026-02-24T14:11:50.617Z Downloaded linked-hash-map v0.5.6
9122026-02-24T14:11:50.617Z Downloaded lockfree-object-pool v0.1.6
9132026-02-24T14:11:50.620Z Downloaded hyper-staticfile v0.10.1
9142026-02-24T14:11:50.620Z Downloaded httptest v0.16.3
9152026-02-24T14:11:50.623Z Downloaded half v1.8.3
9162026-02-24T14:11:50.625Z Downloaded lazy_static v1.5.0
9172026-02-24T14:11:50.625Z Downloaded keccak v0.1.5
9182026-02-24T14:11:50.625Z Downloaded humantime v2.2.0
9192026-02-24T14:11:50.628Z Downloaded dropshot_endpoint v0.16.7
9202026-02-24T14:11:50.631Z Downloaded elliptic-curve v0.13.8
9212026-02-24T14:11:50.634Z Downloaded bitflags v2.9.4
9222026-02-24T14:11:50.637Z Downloaded compact_str v0.8.0
9232026-02-24T14:11:50.639Z Downloaded darling_core v0.21.0
9242026-02-24T14:11:50.643Z Downloaded base64 v0.22.1
9252026-02-24T14:11:50.647Z Downloaded async-io v2.3.4
9262026-02-24T14:11:50.649Z Downloaded arc-swap v1.7.1
9272026-02-24T14:11:50.652Z Downloaded chumsky v0.9.3
9282026-02-24T14:11:50.657Z Downloaded is_ci v1.2.0
9292026-02-24T14:11:50.659Z Downloaded internet-checksum v0.2.1
9302026-02-24T14:11:50.660Z Downloaded instant v0.1.13
9312026-02-24T14:11:50.660Z Downloaded instability v0.3.2
9322026-02-24T14:11:50.660Z Downloaded inout v0.1.3
9332026-02-24T14:11:50.662Z Downloaded indoc v1.0.9
9342026-02-24T14:11:50.662Z Downloaded impl-trait-for-tuples v0.2.2
9352026-02-24T14:11:50.665Z Downloaded derive_more v0.99.20
9362026-02-24T14:11:50.669Z Downloaded crc-any v2.5.0
9372026-02-24T14:11:50.672Z Downloaded ident_case v1.0.1
9382026-02-24T14:11:50.672Z Downloaded group v0.13.0
9392026-02-24T14:11:50.675Z Downloaded globwalk v0.9.1
9402026-02-24T14:11:50.675Z Downloaded futures-timer v3.0.3
9412026-02-24T14:11:50.678Z Downloaded ena v0.14.3
9422026-02-24T14:11:50.678Z Downloaded crc32fast v1.4.2
9432026-02-24T14:11:50.681Z Downloaded derive_builder v0.20.2
9442026-02-24T14:11:50.684Z Downloaded http-range v0.1.5
9452026-02-24T14:11:50.684Z Downloaded http-body v1.0.1
9462026-02-24T14:11:50.687Z Downloaded hostname v0.4.2
9472026-02-24T14:11:50.687Z Downloaded futures-executor v0.3.31
9482026-02-24T14:11:50.689Z Downloaded fs-err v3.1.1
9492026-02-24T14:11:50.689Z Downloaded fs-err v2.11.0
9502026-02-24T14:11:50.692Z Downloaded const-oid v0.9.6
9512026-02-24T14:11:50.692Z Downloaded console v0.16.0
9522026-02-24T14:11:50.695Z Downloaded hex v0.4.3
9532026-02-24T14:11:50.698Z Downloaded headers-core v0.3.0
9542026-02-24T14:11:50.698Z Downloaded embedded-io v0.4.0
9552026-02-24T14:11:50.698Z Downloaded datatest-stable v0.3.2
9562026-02-24T14:11:50.701Z Downloaded corncobs v0.1.4
9572026-02-24T14:11:50.704Z Downloaded heck v0.4.1
9582026-02-24T14:11:50.704Z Downloaded heck v0.3.3
9592026-02-24T14:11:50.707Z Downloaded des v0.8.1
9602026-02-24T14:11:50.707Z Downloaded foldhash v0.1.5
9612026-02-24T14:11:50.710Z Downloaded diff v0.1.13
9622026-02-24T14:11:50.710Z Downloaded cookie v0.18.1
9632026-02-24T14:11:50.713Z Downloaded ff v0.13.0
9642026-02-24T14:11:50.715Z Downloaded fd-lock v4.0.2
9652026-02-24T14:11:50.715Z Downloaded fastrand v2.1.1
9662026-02-24T14:11:50.718Z Downloaded bit-vec v0.8.0
9672026-02-24T14:11:50.718Z Downloaded event-listener-strategy v0.5.2
9682026-02-24T14:11:50.718Z Downloaded crossbeam-deque v0.8.5
9692026-02-24T14:11:50.721Z Downloaded criterion-plot v0.6.0
9702026-02-24T14:11:50.721Z Downloaded console v0.15.10
9712026-02-24T14:11:50.724Z Downloaded futures-task v0.3.31
9722026-02-24T14:11:50.727Z Downloaded fallible-iterator v0.2.0
9732026-02-24T14:11:50.727Z Downloaded darling v0.21.0
9742026-02-24T14:11:50.730Z Downloaded colored v3.0.0
9752026-02-24T14:11:50.733Z Downloaded guppy-workspace-hack v0.1.0
9762026-02-24T14:11:50.733Z Downloaded gethostname v0.5.0
9772026-02-24T14:11:50.736Z Downloaded diesel-dtrace v0.4.2
9782026-02-24T14:11:50.736Z Downloaded derive-ex v0.1.8
9792026-02-24T14:11:50.738Z Downloaded der_derive v0.7.3
9802026-02-24T14:11:50.738Z Downloaded defmt v0.3.8
9812026-02-24T14:11:50.741Z Downloaded derive_builder_core v0.20.2
9822026-02-24T14:11:50.744Z Downloaded event-listener v2.5.3
9832026-02-24T14:11:50.744Z Downloaded erased-serde v0.3.31
9842026-02-24T14:11:50.747Z Downloaded deranged v0.5.3
9852026-02-24T14:11:50.747Z Downloaded daft-derive v0.1.4
9862026-02-24T14:11:50.750Z Downloaded blake2b_simd v1.0.2
9872026-02-24T14:11:50.753Z Downloaded futures-macro v0.3.31
9882026-02-24T14:11:50.753Z Downloaded futures-io v0.3.31
9892026-02-24T14:11:50.756Z Downloaded funty v2.0.0
9902026-02-24T14:11:50.756Z Downloaded either v1.15.0
9912026-02-24T14:11:50.756Z Downloaded ed25519 v2.2.3
9922026-02-24T14:11:50.759Z Downloaded ecdsa v0.16.9
9932026-02-24T14:11:50.759Z Downloaded async-task v4.7.1
9942026-02-24T14:11:50.762Z Downloaded cargo-util-schemas v0.8.2
9952026-02-24T14:11:50.765Z Downloaded foreign-types-shared v0.1.1
9962026-02-24T14:11:50.765Z Downloaded csv-core v0.1.11
9972026-02-24T14:11:50.765Z Downloaded async-bb8-diesel v0.2.1
9982026-02-24T14:11:50.768Z Downloaded assert_cmd v2.0.17
9992026-02-24T14:11:50.768Z Downloaded bzip2 v0.5.2
10002026-02-24T14:11:50.772Z Downloaded bitflags v1.3.2
10012026-02-24T14:11:50.775Z Downloaded async-lock v3.4.0
10022026-02-24T14:11:50.775Z Downloaded foreign-types-macros v0.2.3
10032026-02-24T14:11:50.775Z Downloaded defmt-macros v0.3.9
10042026-02-24T14:11:50.778Z Downloaded darling v0.20.10
10052026-02-24T14:11:50.781Z Downloaded cookie_store v0.21.1
10062026-02-24T14:11:50.784Z Downloaded colored v2.2.0
10072026-02-24T14:11:50.787Z Downloaded clang-sys v1.8.1
10082026-02-24T14:11:50.787Z Downloaded cfg-expr v0.20.1
10092026-02-24T14:11:50.790Z Downloaded foreign-types v0.3.2
10102026-02-24T14:11:50.793Z Downloaded float-ord v0.3.2
10112026-02-24T14:11:50.793Z Downloaded digest v0.10.7
10122026-02-24T14:11:50.793Z Downloaded crossbeam-utils v0.8.21
10132026-02-24T14:11:50.796Z Downloaded clap_derive v4.5.47
10142026-02-24T14:11:50.798Z Downloaded fixedbitset v0.4.2
10152026-02-24T14:11:50.798Z Downloaded ciborium v0.2.2
10162026-02-24T14:11:50.801Z Downloaded drift v0.1.3
10172026-02-24T14:11:50.805Z Downloaded cassowary v0.3.0
10182026-02-24T14:11:50.808Z Downloaded enum-as-inner v0.6.1
10192026-02-24T14:11:50.808Z Downloaded chacha20 v0.9.1
10202026-02-24T14:11:50.811Z Downloaded argon2 v0.5.3
10212026-02-24T14:11:50.811Z Downloaded daft v0.1.4
10222026-02-24T14:11:50.814Z Downloaded displaydoc v0.2.5
10232026-02-24T14:11:50.817Z Downloaded ctr v0.9.2
10242026-02-24T14:11:50.817Z Downloaded critical-section v1.1.3
10252026-02-24T14:11:50.820Z Downloaded cancel-safe-futures v0.1.5
10262026-02-24T14:11:50.823Z Downloaded camino v1.2.2
10272026-02-24T14:11:50.823Z Downloaded backoff v0.4.0
10282026-02-24T14:11:50.826Z Downloaded anyhow v1.0.99
10292026-02-24T14:11:50.828Z Downloaded endian-type v0.1.2
10302026-02-24T14:11:50.828Z Downloaded dyn-clone v1.0.20
10312026-02-24T14:11:50.831Z Downloaded dropshot-api-manager-types v0.3.0
10322026-02-24T14:11:50.831Z Downloaded cargo-platform v0.2.0
10332026-02-24T14:11:50.831Z Downloaded blowfish v0.9.1
10342026-02-24T14:11:50.834Z Downloaded bitfield v0.19.2
10352026-02-24T14:11:50.834Z Downloaded bit-vec v0.6.3
10362026-02-24T14:11:50.837Z Downloaded base64ct v1.6.0
10372026-02-24T14:11:50.837Z Downloaded arrayvec v0.7.6
10382026-02-24T14:11:50.840Z Downloaded diesel_table_macro_syntax v0.2.0
10392026-02-24T14:11:50.840Z Downloaded debug-ignore v1.0.5
10402026-02-24T14:11:50.843Z Downloaded cc v1.2.56
10412026-02-24T14:11:50.846Z Downloaded camino-tempfile-ext v0.3.2
10422026-02-24T14:11:50.846Z Downloaded byteorder v1.5.0
10432026-02-24T14:11:50.846Z Downloaded bcs v0.1.6
10442026-02-24T14:11:50.849Z Downloaded autocfg v1.4.0
10452026-02-24T14:11:50.852Z Downloaded async-trait v0.1.89
10462026-02-24T14:11:50.855Z Downloaded cargo_metadata v0.21.0
10472026-02-24T14:11:50.855Z Downloaded cargo_metadata v0.19.2
10482026-02-24T14:11:50.858Z Downloaded darling_macro v0.21.0
10492026-02-24T14:11:50.858Z Downloaded cobs v0.2.3
10502026-02-24T14:11:50.858Z Downloaded async-process v2.3.0
10512026-02-24T14:11:50.860Z Downloaded dof v0.4.0
10522026-02-24T14:11:50.860Z Downloaded document-features v0.2.11
10532026-02-24T14:11:50.863Z Downloaded dirs-next v2.0.0
10542026-02-24T14:11:50.863Z Downloaded doc-comment v0.3.3
10552026-02-24T14:11:50.863Z Downloaded castaway v0.2.3
10562026-02-24T14:11:50.866Z Downloaded cipher v0.4.4
10572026-02-24T14:11:50.866Z Downloaded cmake v0.1.51
10582026-02-24T14:11:50.869Z Downloaded cexpr v0.6.0
10592026-02-24T14:11:50.869Z Downloaded cstr-argument v0.1.2
10602026-02-24T14:11:50.869Z Downloaded crc-catalog v2.4.0
10612026-02-24T14:11:50.872Z Downloaded camino-tempfile v1.4.1
10622026-02-24T14:11:50.872Z Downloaded buf-list v1.0.3
10632026-02-24T14:11:50.875Z Downloaded ahash v0.8.12
10642026-02-24T14:11:50.878Z Downloaded crunchy v0.2.2
10652026-02-24T14:11:50.878Z Downloaded constant_time_eq v0.3.1
10662026-02-24T14:11:50.878Z Downloaded ciborium-io v0.2.2
10672026-02-24T14:11:50.878Z Downloaded bitfield-struct v0.6.2
10682026-02-24T14:11:50.881Z Downloaded bb8 v0.8.5
10692026-02-24T14:11:50.881Z Downloaded block-buffer v0.10.4
10702026-02-24T14:11:50.881Z Downloaded bitfield-macros v0.19.2
10712026-02-24T14:11:50.884Z Downloaded bit-set v0.8.0
10722026-02-24T14:11:50.884Z Downloaded bcrypt-pbkdf v0.10.0
10732026-02-24T14:11:50.884Z Downloaded base16ct v0.2.0
10742026-02-24T14:11:50.886Z Downloaded assert_matches v1.5.0
10752026-02-24T14:11:50.886Z Downloaded ascii-canvas v3.0.0
10762026-02-24T14:11:50.886Z Downloaded crc8 v0.1.1
10772026-02-24T14:11:50.886Z Downloaded ciborium-ll v0.2.2
10782026-02-24T14:11:50.889Z Downloaded cbc v0.1.2
10792026-02-24T14:11:50.889Z Downloaded blocking v1.6.1
10802026-02-24T14:11:50.892Z Downloaded bit-set v0.5.3
10812026-02-24T14:11:50.892Z Downloaded atomic-waker v1.1.2
10822026-02-24T14:11:50.892Z Downloaded async-channel v2.3.1
10832026-02-24T14:11:50.892Z Downloaded async-channel v1.9.0
10842026-02-24T14:11:50.895Z Downloaded anstyle-parse v0.2.5
10852026-02-24T14:11:50.895Z Downloaded async-stream-impl v0.3.6
10862026-02-24T14:11:50.898Z Downloaded convert_case v0.4.0
10872026-02-24T14:11:50.898Z Downloaded approx v0.5.1
10882026-02-24T14:11:50.898Z Downloaded anstyle-query v1.1.1
10892026-02-24T14:11:50.901Z Downloaded cfg_aliases v0.2.1
10902026-02-24T14:11:50.901Z Downloaded cargo-platform v0.1.8
10912026-02-24T14:11:50.901Z Downloaded async-stream v0.3.6
10922026-02-24T14:11:50.904Z Downloaded arrayref v0.3.9
10932026-02-24T14:11:50.904Z Downloaded colorchoice v1.0.2
10942026-02-24T14:11:50.907Z Downloaded async-global-executor v2.4.1
10952026-02-24T14:11:50.907Z Downloaded array-init v0.0.4
10962026-02-24T14:11:50.907Z Downloaded convert_case v0.7.1
10972026-02-24T14:11:50.910Z Downloaded bzip2 v0.4.4
10982026-02-24T14:11:50.910Z Downloaded blake2 v0.10.6
10992026-02-24T14:11:50.913Z Downloaded atty v0.2.14
11002026-02-24T14:11:50.913Z Downloaded async-signal v0.2.10
11012026-02-24T14:11:50.916Z Downloaded async-executor v1.13.1
11022026-02-24T14:11:50.916Z Downloaded assert-json-diff v2.0.2
11032026-02-24T14:11:50.919Z Downloaded cast v0.3.0
11042026-02-24T14:11:50.919Z Downloaded async-object-pool v0.1.5
11052026-02-24T14:11:50.919Z Downloaded async-attributes v1.1.2
11062026-02-24T14:11:50.922Z Downloaded aead v0.5.2
11072026-02-24T14:11:50.922Z Downloaded addr2line v0.24.2
11082026-02-24T14:11:50.924Z Downloaded anes v0.1.6
11092026-02-24T14:11:50.927Z Downloaded allocator-api2 v0.2.21
11102026-02-24T14:11:51.030Z Downloaded aws-lc-sys v0.26.0
11112026-02-24T14:11:51.507Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11122026-02-24T14:12:03.662Z Startup: Refreshing catalog 'helios-dev' ... Done
11132026-02-24T14:12:14.102Z Startup: Caching catalogs ... Done
11142026-02-24T14:12:37.721ZPlanning: Solver setup ... Done (21.975s)
11152026-02-24T14:12:37.884ZPlanning: Running solver ... Done (0.163s)
11162026-02-24T14:12:38.053ZPlanning: Finding local manifests ... Done (0.004s)
11172026-02-24T14:12:38.066ZPlanning: Fetching manifests: 0/4 0% complete
11182026-02-24T14:12:38.205ZPlanning: Fetching manifests: 4/4 100% complete
11192026-02-24T14:12:38.254ZPlanning: Package planning ... Done (0.049s)
11202026-02-24T14:12:38.304ZPlanning: Merging actions ... Done (0.050s)
11212026-02-24T14:12:38.585ZPlanning: Checking for conflicting actions ... Done (0.281s)
11222026-02-24T14:12:38.597ZPlanning: Consolidating action changes ... Done (0.011s)
11232026-02-24T14:12:39.689ZPlanning: Evaluating mediators ... Done (1.091s)
11242026-02-24T14:12:39.698ZPlanning: Planning completed in 25.44 seconds
11252026-02-24T14:12:39.715Z Packages to install: 4
11262026-02-24T14:12:39.719Z Mediators to change: 2
11272026-02-24T14:12:39.719Z Services to change: 1
11282026-02-24T14:12:39.719Z Estimated space available: 155.09 GB
11292026-02-24T14:12:39.719ZEstimated space to be consumed: 1.81 GB
11302026-02-24T14:12:39.719Z Create boot environment: No
11312026-02-24T14:12:39.719ZCreate backup boot environment: No
11322026-02-24T14:12:39.720Z Rebuild boot archive: No
11332026-02-24T14:12:39.720Z
11342026-02-24T14:12:39.720ZChanged mediators:
11352026-02-24T14:12:39.720Z mediator clang:
11362026-02-24T14:12:39.720Z version: None -> 15 (system default)
11372026-02-24T14:12:39.720Z
11382026-02-24T14:12:39.720Z mediator llvm:
11392026-02-24T14:12:39.720Z version: 14 (system default) -> 15 (system default)
11402026-02-24T14:12:39.720Z
11412026-02-24T14:12:39.720ZChanged packages:
11422026-02-24T14:12:39.720Zhelios-dev
11432026-02-24T14:12:39.720Z developer/build-essential
11442026-02-24T14:12:39.720Z None -> 11-2.0
11452026-02-24T14:12:39.720Z library/libxmlsec1
11462026-02-24T14:12:39.720Z None -> 1.2.35-2.0
11472026-02-24T14:12:39.720Z ooce/developer/clang-15
11482026-02-24T14:12:39.720Z None -> 15.0.7-2.0
11492026-02-24T14:12:39.720Z ooce/developer/llvm-15
11502026-02-24T14:12:39.720Z None -> 15.0.7-2.0
11512026-02-24T14:12:39.720Z
11522026-02-24T14:12:39.720ZServices:
11532026-02-24T14:12:39.720Z restart_fmri:
11542026-02-24T14:12:39.721Z svc:/system/update-man-index:default
11552026-02-24T14:12:39.770Z
11562026-02-24T14:12:39.771ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11572026-02-24T14:12:44.805ZDownload: 1201/3290 items 83.5/212.6MB 39% complete (16.9M/s)
11582026-02-24T14:12:49.806ZDownload: 3241/3290 items 198.6/212.6MB 93% complete (19.8M/s)
11592026-02-24T14:12:53.238ZDownload: Completed 212.60 MB in 13.47 seconds (15.8M/s)
11602026-02-24T14:12:53.585Z Actions: 1/3689 actions (Installing new actions)
11612026-02-24T14:12:58.139Z Actions: Completed 3689 actions in 4.55 seconds.
11622026-02-24T14:12:58.574Z Done (0.430s)
11632026-02-24T14:12:58.574Z Done (0.000s)
11642026-02-24T14:12:59.693Z Done (1.119s)
11652026-02-24T14:13:04.161Z Done (4.106s)
11662026-02-24T14:13:04.249Z Done (0.021s)
11672026-02-24T14:13:04.252Z Done (0.000s)
11682026-02-24T14:13:04.423Z Done (0.000s)
11692026-02-24T14:13:05.395ZPlanning: Evaluating mediator changes ... Done
11702026-02-24T14:13:05.555ZPlanning: Checking for conflicting actions ... Done
11712026-02-24T14:13:05.558ZPlanning: Consolidating action changes ... Done
11722026-02-24T14:13:05.830ZPlanning: Evaluating mediators ... Done
11732026-02-24T14:13:05.833ZPlanning: Planning completed in 0.44 seconds
11742026-02-24T14:13:05.864Z Mediators to change: 2
11752026-02-24T14:13:05.864Z Create boot environment: No
11762026-02-24T14:13:05.864ZCreate backup boot environment: No
11772026-02-24T14:13:05.956Z Done
11782026-02-24T14:13:05.956Z Done
11792026-02-24T14:13:06.727Z Done
11802026-02-24T14:13:10.460Z Done
11812026-02-24T14:13:10.546Z Done
11822026-02-24T14:13:10.549Z Done
11832026-02-24T14:13:10.698Z Done
11842026-02-24T14:13:11.319ZPlanning: Evaluating mediator changes ... Done
11852026-02-24T14:13:11.322ZPlanning: Merging actions ... Done
11862026-02-24T14:13:11.507ZPlanning: Checking for conflicting actions ... Done
11872026-02-24T14:13:11.510ZPlanning: Consolidating action changes ... Done
11882026-02-24T14:13:11.772ZPlanning: Evaluating mediators ... Done
11892026-02-24T14:13:11.828ZPlanning: Planning completed in 0.76 seconds
11902026-02-24T14:13:11.863Z Packages to change: 1
11912026-02-24T14:13:11.863Z Mediators to change: 1
11922026-02-24T14:13:11.866Z Services to change: 1
11932026-02-24T14:13:11.866Z Create boot environment: No
11942026-02-24T14:13:11.866ZCreate backup boot environment: Yes
11952026-02-24T14:13:14.477Z Actions: 1/6 actions (Updating modified actions)
11962026-02-24T14:13:14.480Z Actions: Completed 6 actions in 0.00 seconds.
11972026-02-24T14:13:14.480Z Done
11982026-02-24T14:13:14.480Z Done
11992026-02-24T14:13:14.700Z Done
12002026-02-24T14:13:18.354Z Done
12012026-02-24T14:13:18.442Z Done
12022026-02-24T14:13:18.445Z Done
12032026-02-24T14:13:18.610Z Done
12042026-02-24T14:13:19.061ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12052026-02-24T14:13:19.062Zclang system 15 system
12062026-02-24T14:13:19.062Zcsh system system illumos
12072026-02-24T14:13:19.063Zctags system system illumos
12082026-02-24T14:13:19.063Zfile system system illumos
12092026-02-24T14:13:19.063Zgcc vendor 12 vendor
12102026-02-24T14:13:19.063Zgcc system 10 system
12112026-02-24T14:13:19.063Zgcc system 7 system
12122026-02-24T14:13:19.063Zgo system 1.20 system
12132026-02-24T14:13:19.063Zgo system 1.19 system
12142026-02-24T14:13:19.063Zllvm system 15 system
12152026-02-24T14:13:19.063Zllvm system 14 system
12162026-02-24T14:13:19.063Zmariadb system 10.6 system
12172026-02-24T14:13:19.063Zmta vendor vendor dma
12182026-02-24T14:13:19.063Zopenjdk system 17 system
12192026-02-24T14:13:19.063Zopenjdk system 11 system
12202026-02-24T14:13:19.063Zopenjdk system 1.8 system
12212026-02-24T14:13:19.063Zopenssl vendor 3 vendor
12222026-02-24T14:13:19.063Zperl system 5.36 system
12232026-02-24T14:13:19.063Zpostgresql system 15 system
12242026-02-24T14:13:19.064Zpostgresql system 13 system
12252026-02-24T14:13:19.064Zpython vendor 3 vendor
12262026-02-24T14:13:19.064Zpython system 2 system
12272026-02-24T14:13:19.064Zpython3 system 3.11 system
12282026-02-24T14:13:19.064Zruby system 3.0 system
12292026-02-24T14:13:19.064Zwords vendor vendor american-english
12302026-02-24T14:13:19.064Zwords system system australian-english
12312026-02-24T14:13:19.064Zwords system system british-english
12322026-02-24T14:13:19.064Zwords system system canadian-english
12332026-02-24T14:13:19.064Zwords system system french
12342026-02-24T14:13:19.064Zwords system system italian
12352026-02-24T14:13:19.064Zwords system system ngerman
12362026-02-24T14:13:19.064Zwords system system ogerman
12372026-02-24T14:13:19.064Zwords system system spanish
12382026-02-24T14:13:19.405ZPUBLISHER TYPE STATUS P LOCATION
12392026-02-24T14:13:19.405Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12402026-02-24T14:13:25.994ZFMRI IFO
12412026-02-24T14:13:25.994Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12422026-02-24T14:13:25.994Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12432026-02-24T14:13:25.994Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12442026-02-24T14:13:25.994Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12452026-02-24T14:13:25.994Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12462026-02-24T14:13:25.994Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12472026-02-24T14:13:25.994Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12482026-02-24T14:13:25.994Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12492026-02-24T14:13:25.995Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12502026-02-24T14:13:25.995Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12512026-02-24T14:13:25.995Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12522026-02-24T14:13:25.995Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12532026-02-24T14:13:25.995Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12542026-02-24T14:13:25.995Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12552026-02-24T14:13:25.995Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12562026-02-24T14:13:25.995Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12572026-02-24T14:13:27.692Z Downloading crates ...
12582026-02-24T14:13:27.779Z Downloaded cargo_toml v0.21.0
12592026-02-24T14:13:27.844Z Compiling proc-macro2 v1.0.101
12602026-02-24T14:13:27.847Z Compiling unicode-ident v1.0.19
12612026-02-24T14:13:27.847Z Compiling serde_core v1.0.228
12622026-02-24T14:13:27.847Z Compiling version_check v0.9.5
12632026-02-24T14:13:27.847Z Compiling serde v1.0.228
12642026-02-24T14:13:27.847Z Compiling libc v0.2.180
12652026-02-24T14:13:27.847Z Compiling memchr v2.7.4
12662026-02-24T14:13:27.950Z Compiling stable_deref_trait v1.2.0
12672026-02-24T14:13:28.159Z Compiling thiserror v2.0.18
12682026-02-24T14:13:28.186Z Compiling zmij v1.0.15
12692026-02-24T14:13:28.707Z Compiling thiserror v1.0.69
12702026-02-24T14:13:28.720Z Compiling ucd-trie v0.1.7
12712026-02-24T14:13:29.201Z Compiling itoa v1.0.11
12722026-02-24T14:13:29.228Z Compiling litemap v0.7.3
12732026-02-24T14:13:29.294Z Compiling writeable v0.5.5
12742026-02-24T14:13:29.430Z Compiling autocfg v1.4.0
12752026-02-24T14:13:29.778Z Compiling icu_locid_transform_data v1.5.0
12762026-02-24T14:13:29.796Z Compiling byteorder v1.5.0
12772026-02-24T14:13:29.885Z Compiling bitflags v2.9.4
12782026-02-24T14:13:30.070Z Compiling quote v1.0.40
12792026-02-24T14:13:30.221Z Compiling errno v0.3.12
12802026-02-24T14:13:30.300Z Compiling icu_properties_data v1.5.0
12812026-02-24T14:13:30.313Z Compiling serde_json v1.0.149
12822026-02-24T14:13:30.451Z Compiling syn v2.0.114
12832026-02-24T14:13:30.537Z Compiling num-traits v0.2.19
12842026-02-24T14:13:30.651Z Compiling rustix v0.38.37
12852026-02-24T14:13:30.684Z Compiling utf16_iter v1.0.5
12862026-02-24T14:13:30.719Z Compiling write16 v1.0.0
12872026-02-24T14:13:30.850Z Compiling equivalent v1.0.2
12882026-02-24T14:13:30.867Z Compiling icu_normalizer_data v1.5.0
12892026-02-24T14:13:30.880Z Compiling hashbrown v0.16.1
12902026-02-24T14:13:30.970Z Compiling typeid v1.0.3
12912026-02-24T14:13:30.986Z Compiling smallvec v1.15.1
12922026-02-24T14:13:31.356Z Compiling utf8_iter v1.0.4
12932026-02-24T14:13:31.524Z Compiling proc-macro-error-attr v1.0.4
12942026-02-24T14:13:31.592Z Compiling usdt-impl v0.5.0
12952026-02-24T14:13:31.744Z Compiling winnow v0.7.14
12962026-02-24T14:13:31.826Z Compiling syn v1.0.109
12972026-02-24T14:13:31.972Z Compiling indexmap v2.13.0
12982026-02-24T14:13:32.042Z Compiling toml_write v0.1.2
12992026-02-24T14:13:32.381Z Compiling thread-id v4.2.2
13002026-02-24T14:13:32.708Z Compiling proc-macro-error v1.0.4
13012026-02-24T14:13:33.043Z Compiling plain v0.2.3
13022026-02-24T14:13:33.363Z Compiling camino v1.2.2
13032026-02-24T14:13:33.414Z Compiling getrandom v0.3.4
13042026-02-24T14:13:34.025Z Compiling percent-encoding v2.3.2
13052026-02-24T14:13:34.109Z Compiling utf8parse v0.2.2
13062026-02-24T14:13:34.216Z Compiling log v0.4.29
13072026-02-24T14:13:34.277Z Compiling rustix v1.1.3
13082026-02-24T14:13:34.556Z Compiling form_urlencoded v1.2.2
13092026-02-24T14:13:34.636Z Compiling anstyle-parse v0.2.5
13102026-02-24T14:13:34.870Z Compiling ordered-float v2.10.1
13112026-02-24T14:13:34.963Z Compiling terminal_size v0.4.0
13122026-02-24T14:13:35.305Z Compiling pretty-hex v0.4.1
13132026-02-24T14:13:35.451Z Compiling anstyle v1.0.11
13142026-02-24T14:13:35.537Z Compiling anstyle-query v1.1.1
13152026-02-24T14:13:35.669Z Compiling colorchoice v1.0.2
13162026-02-24T14:13:35.700Z Compiling is_terminal_polyfill v1.70.1
13172026-02-24T14:13:35.739Z Compiling cfg-if v1.0.4
13182026-02-24T14:13:35.832Z Compiling anstream v0.6.18
13192026-02-24T14:13:36.010Z Compiling semver v1.0.27
13202026-02-24T14:13:36.480Z Compiling fs-err v3.1.1
13212026-02-24T14:13:36.701Z Compiling fastrand v2.1.1
13222026-02-24T14:13:36.803Z Compiling heck v0.5.0
13232026-02-24T14:13:36.818Z Compiling fnv v1.0.7
13242026-02-24T14:13:36.859Z Compiling once_cell v1.21.3
13252026-02-24T14:13:36.968Z Compiling clap_lex v0.7.4
13262026-02-24T14:13:37.207Z Compiling synstructure v0.13.1
13272026-02-24T14:13:37.261Z Compiling unicode-width v0.1.14
13282026-02-24T14:13:37.282Z Compiling anyhow v1.0.99
13292026-02-24T14:13:37.375Z Compiling unicode-xid v0.2.6
13302026-02-24T14:13:37.560Z Compiling strsim v0.11.1
13312026-02-24T14:13:37.782Z Compiling bytecount v0.6.8
13322026-02-24T14:13:37.951Z Compiling heck v0.4.1
13332026-02-24T14:13:37.999Z Compiling papergrid v0.11.0
13342026-02-24T14:13:38.236Z Compiling clap_builder v4.5.48
13352026-02-24T14:13:38.455Z Compiling tempfile v3.24.0
13362026-02-24T14:13:38.743Z Compiling memmap v0.7.0
13372026-02-24T14:13:38.802Z Compiling smawk v0.3.2
13382026-02-24T14:13:39.048Z Compiling unicode-width v0.2.0
13392026-02-24T14:13:39.071Z Compiling unicode-linebreak v0.1.5
13402026-02-24T14:13:39.294Z Compiling camino-tempfile v1.4.1
13412026-02-24T14:13:39.584Z Compiling textwrap v0.16.2
13422026-02-24T14:13:40.272Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13432026-02-24T14:13:40.343Z Compiling swrite v0.1.0
13442026-02-24T14:13:40.447Z Compiling tabled_derive v0.7.0
13452026-02-24T14:13:41.097Z Compiling serde_derive v1.0.228
13462026-02-24T14:13:41.097Z Compiling zerofrom-derive v0.1.4
13472026-02-24T14:13:41.100Z Compiling yoke-derive v0.7.4
13482026-02-24T14:13:41.100Z Compiling thiserror-impl v2.0.18
13492026-02-24T14:13:41.100Z Compiling zerovec-derive v0.10.3
13502026-02-24T14:13:42.473Z Compiling displaydoc v0.2.5
13512026-02-24T14:13:43.595Z Compiling icu_provider_macros v1.5.0
13522026-02-24T14:13:43.939Z Compiling thiserror-impl v1.0.69
13532026-02-24T14:13:44.056Z Compiling zerocopy-derive v0.7.35
13542026-02-24T14:13:44.353Z Compiling pest v2.8.2
13552026-02-24T14:13:44.375Z Compiling zerofrom v0.1.4
13562026-02-24T14:13:44.614Z Compiling yoke v0.7.4
13572026-02-24T14:13:44.631Z Compiling scroll_derive v0.12.0
13582026-02-24T14:13:44.993Z Compiling zerovec v0.10.4
13592026-02-24T14:13:45.777Z Compiling clap_derive v4.5.47
13602026-02-24T14:13:45.986Z Compiling zerocopy v0.7.35
13612026-02-24T14:13:46.012Z Compiling scroll v0.12.0
13622026-02-24T14:13:46.537Z Compiling goblin v0.8.2
13632026-02-24T14:13:46.632Z Compiling tabled v0.15.0
13642026-02-24T14:13:46.898Z Compiling tinystr v0.7.6
13652026-02-24T14:13:47.092Z Compiling pest_meta v2.8.2
13662026-02-24T14:13:47.290Z Compiling icu_locid v1.5.0
13672026-02-24T14:13:47.307Z Compiling icu_collections v1.5.0
13682026-02-24T14:13:48.451Z Compiling icu_provider v1.5.0
13692026-02-24T14:13:48.636Z Compiling pest_generator v2.8.2
13702026-02-24T14:13:49.284Z Compiling icu_locid_transform v1.5.0
13712026-02-24T14:13:49.517Z Compiling serde_spanned v0.6.9
13722026-02-24T14:13:49.660Z Compiling toml_datetime v0.6.11
13732026-02-24T14:13:49.757Z Compiling erased-serde v0.4.6
13742026-02-24T14:13:50.185Z Compiling toml_edit v0.22.27
13752026-02-24T14:13:50.436Z Compiling dof v0.3.0
13762026-02-24T14:13:50.516Z Compiling serde_tokenstream v0.2.2
13772026-02-24T14:13:50.931Z Compiling icu_properties v1.5.1
13782026-02-24T14:13:51.036Z Compiling serde-untagged v0.1.7
13792026-02-24T14:13:51.294Z Compiling serde-value v0.7.0
13802026-02-24T14:13:51.521Z Compiling pest_derive v2.8.2
13812026-02-24T14:13:51.542Z Compiling cargo-platform v0.2.0
13822026-02-24T14:13:51.574Z Compiling macaddr v1.0.1
13832026-02-24T14:13:52.008Z Compiling clap v4.5.48
13842026-02-24T14:13:52.314Z Compiling dtrace-parser v0.2.0
13852026-02-24T14:13:53.533Z Compiling toml v0.8.23
13862026-02-24T14:13:54.060Z Compiling usdt-macro v0.5.0
13872026-02-24T14:13:54.083Z Compiling usdt-attr-macro v0.5.0
13882026-02-24T14:13:54.378Z Compiling cargo_toml v0.21.0
13892026-02-24T14:13:54.578Z Compiling icu_normalizer v1.5.0
13902026-02-24T14:13:55.254Z Compiling usdt v0.5.0
13912026-02-24T14:13:55.350Z Compiling idna_adapter v1.2.0
13922026-02-24T14:13:55.499Z Compiling idna v1.0.3
13932026-02-24T14:13:55.892Z Compiling url v2.5.4
13942026-02-24T14:13:56.509Z Compiling cargo-util-schemas v0.8.2
13952026-02-24T14:13:58.122Z Compiling cargo_metadata v0.21.0
13962026-02-24T14:13:59.729Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13972026-02-24T14:14:03.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.24s
13982026-02-24T14:14:03.257Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13992026-02-24T14:14:04.419Z Compiling value-bag v1.12.0
14002026-02-24T14:14:04.419Z Compiling lock_api v0.4.12
14012026-02-24T14:14:04.419Z Compiling scopeguard v1.2.0
14022026-02-24T14:14:04.422Z Compiling shlex v1.3.0
14032026-02-24T14:14:04.422Z Compiling find-msvc-tools v0.1.9
14042026-02-24T14:14:04.599Z Compiling syn v2.0.114
14052026-02-24T14:14:04.614Z Compiling getrandom v0.2.15
14062026-02-24T14:14:04.617Z Compiling jobserver v0.1.32
14072026-02-24T14:14:04.694Z Compiling smallvec v1.15.1
14082026-02-24T14:14:04.899Z Compiling typenum v1.17.0
14092026-02-24T14:14:05.025Z Compiling log v0.4.29
14102026-02-24T14:14:05.072Z Compiling cc v1.2.56
14112026-02-24T14:14:05.092Z Compiling rand_core v0.6.4
14122026-02-24T14:14:05.137Z Compiling generic-array v0.14.7
14132026-02-24T14:14:05.351Z Compiling subtle v2.6.1
14142026-02-24T14:14:05.484Z Compiling portable-atomic v1.11.0
14152026-02-24T14:14:05.550Z Compiling const-oid v0.9.6
14162026-02-24T14:14:05.611Z Compiling critical-section v1.1.3
14172026-02-24T14:14:05.710Z Compiling serde_json v1.0.149
14182026-02-24T14:14:05.740Z Compiling pkg-config v0.3.31
14192026-02-24T14:14:05.778Z Compiling getrandom v0.3.4
14202026-02-24T14:14:06.082Z Compiling spin v0.9.8
14212026-02-24T14:14:06.477Z Compiling regex-syntax v0.8.5
14222026-02-24T14:14:06.995Z Compiling parking_lot_core v0.9.10
14232026-02-24T14:14:07.175Z Compiling pin-project-lite v0.2.14
14242026-02-24T14:14:07.481Z Compiling rustix v0.38.37
14252026-02-24T14:14:07.544Z Compiling once_cell v1.21.3
14262026-02-24T14:14:07.602Z Compiling libm v0.2.8
14272026-02-24T14:14:07.923Z Compiling signal-hook-registry v1.4.2
14282026-02-24T14:14:07.996Z Compiling num-traits v0.2.19
14292026-02-24T14:14:08.258Z Compiling allocator-api2 v0.2.21
14302026-02-24T14:14:08.279Z Compiling parking_lot v0.12.3
14312026-02-24T14:14:08.619Z Compiling mio v1.0.2
14322026-02-24T14:14:08.823Z Compiling futures-core v0.3.31
14332026-02-24T14:14:08.981Z Compiling lazy_static v1.5.0
14342026-02-24T14:14:09.073Z Compiling aho-corasick v1.1.3
14352026-02-24T14:14:09.095Z Compiling percent-encoding v2.3.2
14362026-02-24T14:14:09.126Z Compiling socket2 v0.6.1
14372026-02-24T14:14:09.443Z Compiling slab v0.4.9
14382026-02-24T14:14:09.800Z Compiling cpufeatures v0.2.14
14392026-02-24T14:14:09.920Z Compiling glob v0.3.2
14402026-02-24T14:14:09.986Z Compiling futures-sink v0.3.31
14412026-02-24T14:14:10.020Z Compiling either v1.15.0
14422026-02-24T14:14:10.155Z Compiling futures-channel v0.3.31
14432026-02-24T14:14:10.373Z Compiling hashbrown v0.16.1
14442026-02-24T14:14:10.433Z Compiling futures-io v0.3.31
14452026-02-24T14:14:10.587Z Compiling futures-task v0.3.31
14462026-02-24T14:14:10.705Z Compiling clang-sys v1.8.1
14472026-02-24T14:14:10.708Z Compiling rustversion v1.0.22
14482026-02-24T14:14:10.886Z Compiling prettyplease v0.2.36
14492026-02-24T14:14:11.263Z Compiling regex-automata v0.4.11
14502026-02-24T14:14:11.377Z Compiling pin-utils v0.1.0
14512026-02-24T14:14:11.473Z Compiling minimal-lexical v0.2.1
14522026-02-24T14:14:11.494Z Compiling indexmap v2.13.0
14532026-02-24T14:14:11.542Z Compiling libloading v0.8.5
14542026-02-24T14:14:11.935Z Compiling synstructure v0.13.1
14552026-02-24T14:14:11.957Z Compiling nom v7.1.3
14562026-02-24T14:14:12.233Z Compiling bindgen v0.69.5
14572026-02-24T14:14:12.721Z Compiling home v0.5.9
14582026-02-24T14:14:12.961Z Compiling ident_case v1.0.1
14592026-02-24T14:14:13.024Z Compiling base64ct v1.6.0
14602026-02-24T14:14:13.281Z Compiling itertools v0.12.1
14612026-02-24T14:14:13.300Z Compiling form_urlencoded v1.2.2
14622026-02-24T14:14:13.576Z Compiling pem-rfc7468 v0.7.0
14632026-02-24T14:14:13.673Z Compiling flagset v0.4.6
14642026-02-24T14:14:13.902Z Compiling lazycell v1.3.0
14652026-02-24T14:14:14.100Z Compiling rustc-hash v1.1.0
14662026-02-24T14:14:14.215Z Compiling rand_core v0.9.3
14672026-02-24T14:14:14.277Z Compiling cmake v0.1.51
14682026-02-24T14:14:14.758Z Compiling fs_extra v1.3.0
14692026-02-24T14:14:15.143Z Compiling cexpr v0.6.0
14702026-02-24T14:14:15.308Z Compiling dunce v1.0.5
14712026-02-24T14:14:15.344Z Compiling paste v1.0.15
14722026-02-24T14:14:15.463Z Compiling foldhash v0.1.5
14732026-02-24T14:14:15.786Z Compiling iana-time-zone v0.1.63
14742026-02-24T14:14:15.947Z Compiling hashbrown v0.15.4
14752026-02-24T14:14:16.082Z Compiling rustc_version v0.4.1
14762026-02-24T14:14:16.168Z Compiling uuid v1.19.0
14772026-02-24T14:14:16.189Z Compiling vcpkg v0.2.15
14782026-02-24T14:14:16.513Z Compiling serde_derive v1.0.228
14792026-02-24T14:14:16.670Z Compiling zeroize_derive v1.4.2
14802026-02-24T14:14:16.731Z Compiling zerofrom-derive v0.1.4
14812026-02-24T14:14:17.190Z Compiling yoke-derive v0.7.4
14822026-02-24T14:14:17.685Z Compiling zerovec-derive v0.10.3
14832026-02-24T14:14:17.831Z Compiling displaydoc v0.2.5
14842026-02-24T14:14:18.037Z Compiling zeroize v1.8.1
14852026-02-24T14:14:19.405Z Compiling zerocopy-derive v0.7.35
14862026-02-24T14:14:19.876Z Compiling crypto-common v0.1.6
14872026-02-24T14:14:19.993Z Compiling block-buffer v0.10.4
14882026-02-24T14:14:20.099Z Compiling icu_provider_macros v1.5.0
14892026-02-24T14:14:20.121Z Compiling zerofrom v0.1.4
14902026-02-24T14:14:20.124Z Compiling tokio-macros v2.6.0
14912026-02-24T14:14:20.271Z Compiling digest v0.10.7
14922026-02-24T14:14:20.371Z Compiling yoke v0.7.4
14932026-02-24T14:14:20.771Z Compiling zerovec v0.10.4
14942026-02-24T14:14:20.790Z Compiling hmac v0.12.1
14952026-02-24T14:14:21.054Z Compiling thiserror-impl v2.0.18
14962026-02-24T14:14:21.131Z Compiling block-padding v0.3.3
14972026-02-24T14:14:21.278Z Compiling zerocopy v0.7.35
14982026-02-24T14:14:21.402Z Compiling futures-macro v0.3.31
14992026-02-24T14:14:21.644Z Compiling inout v0.1.3
15002026-02-24T14:14:21.684Z Compiling regex v1.11.3
15012026-02-24T14:14:21.937Z Compiling cipher v0.4.4
15022026-02-24T14:14:22.492Z Compiling tinystr v0.7.6
15032026-02-24T14:14:22.625Z Compiling icu_collections v1.5.0
15042026-02-24T14:14:22.723Z Compiling ppv-lite86 v0.2.20
15052026-02-24T14:14:22.780Z Compiling sha2 v0.10.9
15062026-02-24T14:14:22.883Z Compiling icu_locid v1.5.0
15072026-02-24T14:14:23.220Z Compiling futures-util v0.3.31
15082026-02-24T14:14:23.355Z Compiling der_derive v0.7.3
15092026-02-24T14:14:23.478Z Compiling salsa20 v0.10.2
15102026-02-24T14:14:23.764Z Compiling pbkdf2 v0.12.2
15112026-02-24T14:14:23.809Z Compiling serde v1.0.228
15122026-02-24T14:14:24.313Z Compiling zerocopy v0.8.27
15132026-02-24T14:14:24.317Z Compiling scrypt v0.11.0
15142026-02-24T14:14:24.317Z Compiling icu_provider v1.5.0
15152026-02-24T14:14:24.448Z Compiling thiserror v2.0.18
15162026-02-24T14:14:24.612Z Compiling pest v2.8.2
15172026-02-24T14:14:24.774Z Compiling rand_chacha v0.9.0
15182026-02-24T14:14:24.888Z Compiling aes v0.8.4
15192026-02-24T14:14:25.092Z Compiling bitflags v2.9.4
15202026-02-24T14:14:25.225Z Compiling bytes v1.11.1
15212026-02-24T14:14:25.591Z Compiling icu_locid_transform v1.5.0
15222026-02-24T14:14:26.353Z Compiling tokio v1.49.0
15232026-02-24T14:14:26.375Z Compiling der v0.7.10
15242026-02-24T14:14:26.644Z Compiling chrono v0.4.43
15252026-02-24T14:14:27.564Z Compiling icu_properties v1.5.1
15262026-02-24T14:14:27.590Z Compiling pest_meta v2.8.2
15272026-02-24T14:14:27.917Z Compiling http v1.4.0
15282026-02-24T14:14:28.650Z Compiling spki v0.7.3
15292026-02-24T14:14:29.049Z Compiling cbc v0.1.2
15302026-02-24T14:14:29.292Z Compiling which v4.4.2
15312026-02-24T14:14:29.347Z Compiling openssl-sys v0.9.109
15322026-02-24T14:14:30.110Z Compiling zerocopy-derive v0.8.27
15332026-02-24T14:14:30.201Z Compiling pkcs5 v0.7.1
15342026-02-24T14:14:30.702Z Compiling pest_generator v2.8.2
15352026-02-24T14:14:31.256Z Compiling icu_normalizer v1.5.0
15362026-02-24T14:14:31.278Z Compiling rand v0.9.2
15372026-02-24T14:14:31.913Z Compiling tracing-attributes v0.1.27
15382026-02-24T14:14:32.199Z Compiling idna_adapter v1.2.0
15392026-02-24T14:14:32.442Z Compiling idna v1.0.3
15402026-02-24T14:14:32.464Z Compiling serde_derive_internals v0.29.1
15412026-02-24T14:14:32.947Z Compiling ring v0.17.14
15422026-02-24T14:14:33.028Z Compiling tracing-core v0.1.32
15432026-02-24T14:14:33.146Z Compiling url v2.5.4
15442026-02-24T14:14:34.046Z Compiling adler2 v2.0.0
15452026-02-24T14:14:34.262Z Compiling schemars v0.8.22
15462026-02-24T14:14:34.283Z Compiling rustix v1.1.3
15472026-02-24T14:14:34.644Z Compiling aws-lc-rs v1.12.4
15482026-02-24T14:14:34.697Z Compiling schemars_derive v0.8.22
15492026-02-24T14:14:34.949Z Compiling miniz_oxide v0.8.5
15502026-02-24T14:14:35.016Z Compiling tracing v0.1.40
15512026-02-24T14:14:35.320Z Compiling tokio-util v0.7.15
15522026-02-24T14:14:35.492Z Compiling pest_derive v2.8.2
15532026-02-24T14:14:36.275Z Compiling pkcs8 v0.10.2
15542026-02-24T14:14:36.310Z Compiling http-body v1.0.1
15552026-02-24T14:14:36.573Z Compiling scroll_derive v0.13.1
15562026-02-24T14:14:36.842Z Compiling darling_core v0.20.10
15572026-02-24T14:14:37.427Z Compiling tinyvec_macros v0.1.1
15582026-02-24T14:14:37.544Z Compiling dyn-clone v1.0.20
15592026-02-24T14:14:37.564Z Compiling base64 v0.22.1
15602026-02-24T14:14:37.614Z Compiling rustls-pki-types v1.10.0
15612026-02-24T14:14:37.776Z Compiling httparse v1.9.5
15622026-02-24T14:14:38.365Z Compiling scroll v0.13.0
15632026-02-24T14:14:38.625Z Compiling tinyvec v1.8.0
15642026-02-24T14:14:38.930Z Compiling bzip2-sys v0.1.13+1.0.8
15652026-02-24T14:14:39.441Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15662026-02-24T14:14:40.020Z Compiling openssl v0.10.73
15672026-02-24T14:14:40.126Z Compiling num-conv v0.1.0
15682026-02-24T14:14:40.232Z Compiling tower-service v0.3.3
15692026-02-24T14:14:40.371Z Compiling untrusted v0.9.0
15702026-02-24T14:14:40.421Z Compiling try-lock v0.2.5
15712026-02-24T14:14:40.441Z Compiling untrusted v0.7.1
15722026-02-24T14:14:40.550Z Compiling powerfmt v0.2.0
15732026-02-24T14:14:40.572Z Compiling foreign-types-shared v0.1.1
15742026-02-24T14:14:40.593Z Compiling openssl-probe v0.1.5
15752026-02-24T14:14:40.646Z Compiling time-core v0.1.6
15762026-02-24T14:14:40.705Z Compiling atomic-waker v1.1.2
15772026-02-24T14:14:40.900Z Compiling tower-layer v0.3.3
15782026-02-24T14:14:40.919Z Compiling tempfile v3.24.0
15792026-02-24T14:14:40.940Z Compiling h2 v0.4.6
15802026-02-24T14:14:40.980Z Compiling time-macros v0.2.24
15812026-02-24T14:14:41.197Z Compiling deranged v0.5.3
15822026-02-24T14:14:41.369Z Compiling foreign-types v0.3.2
15832026-02-24T14:14:41.476Z Compiling want v0.3.1
15842026-02-24T14:14:42.440Z Compiling darling_macro v0.20.10
15852026-02-24T14:14:43.182Z Compiling goblin v0.10.2
15862026-02-24T14:14:43.369Z Compiling darling v0.20.10
15872026-02-24T14:14:43.646Z Compiling ipnet v2.11.0
15882026-02-24T14:14:44.196Z Compiling openssl-macros v0.1.1
15892026-02-24T14:14:44.783Z Compiling wait-timeout v0.2.0
15902026-02-24T14:14:44.853Z Compiling bit-vec v0.8.0
15912026-02-24T14:14:44.939Z Compiling rustls v0.23.19
15922026-02-24T14:14:45.261Z Compiling num_threads v0.1.7
15932026-02-24T14:14:45.279Z Compiling syn v1.0.109
15942026-02-24T14:14:45.300Z Compiling gimli v0.31.1
15952026-02-24T14:14:45.412Z Compiling httpdate v1.0.3
15962026-02-24T14:14:45.614Z Compiling usdt-impl v0.6.0
15972026-02-24T14:14:45.850Z Compiling native-tls v0.2.12
15982026-02-24T14:14:45.893Z Compiling crossbeam-utils v0.8.21
15992026-02-24T14:14:45.985Z Compiling quick-error v1.2.3
16002026-02-24T14:14:46.150Z Compiling rusty-fork v0.3.0
16012026-02-24T14:14:46.362Z Compiling time v0.3.43
16022026-02-24T14:14:46.488Z Compiling bit-set v0.8.0
16032026-02-24T14:14:46.802Z Compiling derive_builder_core v0.20.2
16042026-02-24T14:14:49.019Z Compiling hyper v1.8.1
16052026-02-24T14:14:49.854Z Compiling addr2line v0.24.2
16062026-02-24T14:14:50.108Z Compiling dof v0.4.0
16072026-02-24T14:14:50.561Z Compiling unicode-normalization v0.1.24
16082026-02-24T14:14:50.678Z Compiling dtrace-parser v0.3.0
16092026-02-24T14:14:51.590Z Compiling signature v2.2.0
16102026-02-24T14:14:51.905Z Compiling heapless v0.7.17
16112026-02-24T14:14:52.217Z Compiling scroll_derive v0.12.0
16122026-02-24T14:14:52.339Z Compiling thiserror-impl v1.0.69
16132026-02-24T14:14:52.525Z Compiling rand_xorshift v0.4.0
16142026-02-24T14:14:52.549Z Compiling darling_core v0.21.0
16152026-02-24T14:14:52.794Z Compiling slog v2.8.2
16162026-02-24T14:14:53.136Z Compiling thread-id v5.0.0
16172026-02-24T14:14:53.277Z Compiling cookie v0.18.1
16182026-02-24T14:14:53.527Z Compiling crc32fast v1.4.2
16192026-02-24T14:14:53.616Z Compiling object v0.36.5
16202026-02-24T14:14:53.879Z Compiling unicode-properties v0.1.3
16212026-02-24T14:14:53.934Z Compiling rustc-demangle v0.1.24
16222026-02-24T14:14:54.269Z Compiling siphasher v0.3.11
16232026-02-24T14:14:54.291Z Compiling unicode-bidi v0.3.17
16242026-02-24T14:14:54.649Z Compiling signal-hook v0.3.18
16252026-02-24T14:14:54.744Z Compiling zlib-rs v0.5.1
16262026-02-24T14:14:54.970Z Compiling unarray v0.1.4
16272026-02-24T14:14:55.159Z Compiling anyhow v1.0.99
16282026-02-24T14:14:55.233Z Compiling zstd-safe v7.2.3
16292026-02-24T14:14:55.530Z Compiling thiserror v1.0.69
16302026-02-24T14:14:55.586Z Compiling proptest v1.7.0
16312026-02-24T14:14:55.665Z Compiling stringprep v0.1.5
16322026-02-24T14:14:56.204Z Compiling phf_shared v0.11.2
16332026-02-24T14:14:56.302Z Compiling scroll v0.12.0
16342026-02-24T14:14:56.924Z Compiling hyper-util v0.1.19
16352026-02-24T14:14:57.359Z Compiling derive_builder_macro v0.20.2
16362026-02-24T14:14:58.601Z Compiling darling_macro v0.21.0
16372026-02-24T14:14:58.989Z Compiling ipnetwork v0.21.1
16382026-02-24T14:14:59.532Z Compiling serde_tokenstream v0.2.2
16392026-02-24T14:14:59.733Z Compiling toml_datetime v0.6.11
16402026-02-24T14:15:00.125Z Compiling backtrace v0.3.74
16412026-02-24T14:15:00.231Z Compiling erased-serde v0.3.31
16422026-02-24T14:15:00.651Z Compiling serde_spanned v0.6.9
16432026-02-24T14:15:00.913Z Compiling libz-rs-sys v0.5.1
16442026-02-24T14:15:00.968Z Compiling rand_chacha v0.3.1
16452026-02-24T14:15:01.203Z Compiling md-5 v0.10.6
16462026-02-24T14:15:01.495Z Compiling curve25519-dalek v4.1.3
16472026-02-24T14:15:01.564Z Compiling vergen-lib v0.1.6
16482026-02-24T14:15:01.751Z Compiling num-integer v0.1.46
16492026-02-24T14:15:01.898Z Compiling sync_wrapper v1.0.1
16502026-02-24T14:15:02.076Z Compiling ff v0.13.0
16512026-02-24T14:15:02.221Z Compiling hash32 v0.2.1
16522026-02-24T14:15:02.325Z Compiling memoffset v0.9.1
16532026-02-24T14:15:02.457Z Compiling fallible-iterator v0.2.0
16542026-02-24T14:15:02.590Z Compiling base16ct v0.2.0
16552026-02-24T14:15:02.679Z Compiling smoltcp v0.9.1
16562026-02-24T14:15:02.870Z Compiling ref-cast v1.0.25
16572026-02-24T14:15:02.895Z Compiling litrs v0.4.1
16582026-02-24T14:15:02.916Z Compiling num-bigint-dig v0.8.6
16592026-02-24T14:15:03.107Z Compiling cfg_aliases v0.2.1
16602026-02-24T14:15:03.229Z Compiling psl-types v2.0.11
16612026-02-24T14:15:03.292Z Compiling nix v0.29.0
16622026-02-24T14:15:03.362Z Compiling postgres-protocol v0.6.8
16632026-02-24T14:15:03.451Z Compiling publicsuffix v2.3.0
16642026-02-24T14:15:03.583Z Compiling sec1 v0.7.3
16652026-02-24T14:15:04.027Z Compiling document-features v0.2.11
16662026-02-24T14:15:04.137Z Compiling group v0.13.0
16672026-02-24T14:15:04.247Z Compiling num-iter v0.1.45
16682026-02-24T14:15:04.483Z Compiling tower v0.5.2
16692026-02-24T14:15:04.561Z Compiling rand v0.8.5
16702026-02-24T14:15:05.019Z Compiling newtype-uuid v1.3.2
16712026-02-24T14:15:05.299Z Compiling flate2 v1.1.2
16722026-02-24T14:15:05.471Z Compiling darling v0.21.0
16732026-02-24T14:15:05.605Z Compiling oxnet v0.1.4
16742026-02-24T14:15:05.700Z Compiling derive_builder v0.20.2
16752026-02-24T14:15:05.903Z Compiling tokio-native-tls v0.3.1
16762026-02-24T14:15:06.174Z Compiling goblin v0.8.2
16772026-02-24T14:15:06.524Z Compiling rustls-native-certs v0.8.1
16782026-02-24T14:15:06.860Z Compiling webpki-roots v1.0.1
16792026-02-24T14:15:07.051Z Compiling http-body-util v0.1.3
16802026-02-24T14:15:07.054Z Compiling strum_macros v0.27.2
16812026-02-24T14:15:07.088Z Compiling terminal_size v0.4.0
16822026-02-24T14:15:07.330Z Compiling cargo-platform v0.1.8
16832026-02-24T14:15:07.378Z Compiling hkdf v0.12.4
16842026-02-24T14:15:07.572Z Compiling crypto-bigint v0.5.5
16852026-02-24T14:15:07.671Z Compiling curve25519-dalek-derive v0.1.1
16862026-02-24T14:15:07.816Z Compiling daft-derive v0.1.4
16872026-02-24T14:15:09.098Z Compiling async-trait v0.1.89
16882026-02-24T14:15:09.442Z Compiling ref-cast-impl v1.0.25
16892026-02-24T14:15:10.081Z Compiling hubpack_derive v0.1.1
16902026-02-24T14:15:10.607Z Compiling vergen v9.0.6
16912026-02-24T14:15:10.931Z Compiling ahash v0.8.12
16922026-02-24T14:15:10.958Z Compiling fs-err v3.1.1
16932026-02-24T14:15:11.312Z Compiling bumpalo v3.16.0
16942026-02-24T14:15:11.381Z Compiling bitflags v1.3.2
16952026-02-24T14:15:11.461Z Compiling simd-adler32 v0.3.7
16962026-02-24T14:15:11.609Z Compiling winnow v0.5.40
16972026-02-24T14:15:11.773Z Compiling buf-list v1.0.3
16982026-02-24T14:15:11.998Z Compiling lockfree-object-pool v0.1.6
16992026-02-24T14:15:12.020Z Compiling managed v0.8.0
17002026-02-24T14:15:12.290Z Compiling iri-string v0.7.8
17012026-02-24T14:15:12.392Z Compiling unicode-segmentation v1.12.0
17022026-02-24T14:15:12.487Z Compiling ryu v1.0.18
17032026-02-24T14:15:12.868Z Compiling serde_urlencoded v0.7.1
17042026-02-24T14:15:13.466Z Compiling zopfli v0.8.1
17052026-02-24T14:15:13.491Z Compiling strum v0.27.2
17062026-02-24T14:15:13.738Z Compiling clap_builder v4.5.48
17072026-02-24T14:15:15.052Z Compiling toml_edit v0.19.15
17082026-02-24T14:15:15.126Z Compiling dof v0.3.0
17092026-02-24T14:15:15.301Z Compiling tower-http v0.6.6
17102026-02-24T14:15:15.321Z Compiling hubpack v0.1.2
17112026-02-24T14:15:15.795Z Compiling elliptic-curve v0.13.8
17122026-02-24T14:15:16.178Z Compiling daft v0.1.4
17132026-02-24T14:15:16.681Z Compiling cargo_metadata v0.19.2
17142026-02-24T14:15:16.752Z Compiling hyper-tls v0.6.0
17152026-02-24T14:15:16.882Z Compiling cookie_store v0.21.1
17162026-02-24T14:15:17.144Z Compiling zstd v0.13.3
17172026-02-24T14:15:17.688Z Compiling signal-hook-mio v0.2.4
17182026-02-24T14:15:19.178Z Compiling serde_with_macros v3.16.1
17192026-02-24T14:15:20.116Z Compiling postgres-types v0.2.9
17202026-02-24T14:15:21.439Z Compiling usdt-macro v0.6.0
17212026-02-24T14:15:21.493Z Compiling usdt-attr-macro v0.6.0
17222026-02-24T14:15:21.628Z Compiling phf v0.11.2
17232026-02-24T14:15:21.703Z Compiling dtrace-parser v0.2.0
17242026-02-24T14:15:21.782Z Compiling ed25519 v2.2.3
17252026-02-24T14:15:21.925Z Compiling bzip2 v0.5.2
17262026-02-24T14:15:22.326Z Compiling bzip2 v0.4.4
17272026-02-24T14:15:22.724Z Compiling pkcs1 v0.7.5
17282026-02-24T14:15:22.878Z Compiling enum-as-inner v0.6.1
17292026-02-24T14:15:23.046Z Compiling strum_macros v0.26.4
17302026-02-24T14:15:23.618Z Compiling clap_derive v4.5.47
17312026-02-24T14:15:23.643Z Compiling hex v0.4.3
17322026-02-24T14:15:23.901Z Compiling serde-big-array v0.5.1
17332026-02-24T14:15:23.965Z Compiling rfc6979 v0.4.0
17342026-02-24T14:15:24.160Z Compiling bstr v1.10.0
17352026-02-24T14:15:24.191Z Compiling serde_repr v0.1.19
17362026-02-24T14:15:24.232Z Compiling float-cmp v0.10.0
17372026-02-24T14:15:24.257Z Compiling env_filter v0.1.2
17382026-02-24T14:15:24.485Z Compiling memmap2 v0.9.8
17392026-02-24T14:15:24.879Z Compiling socket2 v0.5.10
17402026-02-24T14:15:24.900Z Compiling encoding_rs v0.8.34
17412026-02-24T14:15:25.243Z Compiling keccak v0.1.5
17422026-02-24T14:15:25.623Z Compiling new_debug_unreachable v1.0.6
17432026-02-24T14:15:25.736Z Compiling whoami v1.5.2
17442026-02-24T14:15:25.758Z Compiling fixedbitset v0.5.7
17452026-02-24T14:15:26.303Z Compiling fixedbitset v0.4.2
17462026-02-24T14:15:26.408Z Compiling data-encoding v2.9.0
17472026-02-24T14:15:26.744Z Compiling difflib v0.4.0
17482026-02-24T14:15:27.278Z Compiling jiff v0.2.15
17492026-02-24T14:15:27.458Z Compiling static_assertions v1.1.0
17502026-02-24T14:15:27.579Z Compiling precomputed-hash v0.1.1
17512026-02-24T14:15:27.717Z Compiling foldhash v0.2.0
17522026-02-24T14:15:27.984Z Compiling rustc-hash v2.1.1
17532026-02-24T14:15:28.024Z Compiling mime v0.3.17
17542026-02-24T14:15:28.058Z Compiling normalize-line-endings v0.3.0
17552026-02-24T14:15:28.104Z Compiling predicates-core v1.0.8
17562026-02-24T14:15:28.179Z Compiling iddqd v0.3.16
17572026-02-24T14:15:28.211Z Compiling clap v4.5.48
17582026-02-24T14:15:28.351Z Compiling predicates v3.1.3
17592026-02-24T14:15:28.403Z Compiling toml_edit v0.22.27
17602026-02-24T14:15:28.487Z Compiling string_cache v0.8.9
17612026-02-24T14:15:28.517Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17622026-02-24T14:15:28.944Z Compiling strum v0.26.3
17632026-02-24T14:15:29.146Z Compiling hickory-proto v0.25.2
17642026-02-24T14:15:29.883Z Compiling petgraph v0.6.5
17652026-02-24T14:15:30.837Z Compiling petgraph v0.8.2
17662026-02-24T14:15:30.948Z Compiling tokio-postgres v0.7.13
17672026-02-24T14:15:33.490Z Compiling sha3 v0.10.8
17682026-02-24T14:15:34.586Z Compiling zip v4.2.0
17692026-02-24T14:15:35.287Z Compiling similar v2.7.0
17702026-02-24T14:15:35.425Z Compiling usdt-impl v0.5.0
17712026-02-24T14:15:35.547Z Compiling usdt v0.6.0
17722026-02-24T14:15:36.056Z Compiling env_logger v0.11.8
17732026-02-24T14:15:36.244Z Compiling ecdsa v0.16.9
17742026-02-24T14:15:36.690Z Compiling serde_with v3.16.1
17752026-02-24T14:15:36.745Z Compiling rsa v0.9.8
17762026-02-24T14:15:36.830Z Compiling zip v0.6.6
17772026-02-24T14:15:37.109Z Compiling ed25519-dalek v2.1.1
17782026-02-24T14:15:38.523Z Compiling toml v0.7.8
17792026-02-24T14:15:39.353Z Compiling crossterm v0.28.1
17802026-02-24T14:15:39.865Z Compiling heck v0.4.1
17812026-02-24T14:15:39.947Z Compiling crossbeam-epoch v0.9.18
17822026-02-24T14:15:40.295Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17832026-02-24T14:15:40.317Z Compiling tokio-stream v0.1.17
17842026-02-24T14:15:40.647Z Compiling x509-cert v0.2.5
17852026-02-24T14:15:40.694Z Compiling openapiv3 v2.2.0
17862026-02-24T14:15:40.785Z Compiling sha1 v0.10.6
17872026-02-24T14:15:41.070Z Compiling itertools v0.10.5
17882026-02-24T14:15:41.196Z Compiling itertools v0.13.0
17892026-02-24T14:15:41.302Z Compiling winnow v0.6.26
17902026-02-24T14:15:42.051Z Compiling peg-runtime v0.8.5
17912026-02-24T14:15:42.653Z Compiling lalrpop-util v0.19.12
17922026-02-24T14:15:43.022Z Compiling thread_local v1.1.8
17932026-02-24T14:15:43.540Z Compiling slog-async v2.8.0
17942026-02-24T14:15:43.656Z Compiling crossbeam-channel v0.5.15
17952026-02-24T14:15:44.125Z Compiling xattr v1.3.1
17962026-02-24T14:15:44.167Z Compiling futures-executor v0.3.31
17972026-02-24T14:15:44.411Z Compiling is-terminal v0.4.13
17982026-02-24T14:15:44.566Z Compiling filetime v0.2.26
17992026-02-24T14:15:44.650Z Compiling term v1.1.0
18002026-02-24T14:15:44.670Z Compiling take_mut v0.2.2
18012026-02-24T14:15:44.691Z Compiling futures v0.3.31
18022026-02-24T14:15:44.813Z Compiling tar v0.4.44
18032026-02-24T14:15:45.891Z Compiling slog-term v2.9.2
18042026-02-24T14:15:48.136Z Compiling aws-lc-sys v0.26.0
18052026-02-24T14:16:18.119Z Compiling rustls-webpki v0.102.8
18062026-02-24T14:16:22.713Z Compiling tokio-rustls v0.26.0
18072026-02-24T14:16:22.990Z Compiling hyper-rustls v0.27.7
18082026-02-24T14:16:23.273Z Compiling reqwest v0.12.24
18092026-02-24T14:16:27.151Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18102026-02-24T14:16:27.442Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18112026-02-24T14:16:32.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
18122026-02-24T14:16:32.299Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18132026-02-24T14:16:32.352ZFeb 24 14:16:31.297 INFO Starting download, target: Cockroach
18142026-02-24T14:16:32.352ZFeb 24 14:16:31.297 INFO Starting download, target: DendriteStub
18152026-02-24T14:16:32.352ZFeb 24 14:16:31.298 INFO Starting download, target: Console
18162026-02-24T14:16:32.355ZFeb 24 14:16:31.298 INFO Starting download, target: Clickhouse
18172026-02-24T14:16:32.355ZFeb 24 14:16:31.298 INFO Starting download, target: MaghemiteMgd
18182026-02-24T14:16:32.355ZFeb 24 14:16:31.298 INFO Starting download, target: TransceiverControl
18192026-02-24T14:16:32.355ZFeb 24 14:16:31.298 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18202026-02-24T14:16:32.356ZFeb 24 14:16:31.298 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18212026-02-24T14:16:32.356ZFeb 24 14:16:31.298 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18222026-02-24T14:16:32.356ZFeb 24 14:16:31.298 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18232026-02-24T14:16:32.356ZFeb 24 14:16:31.298 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18242026-02-24T14:16:32.356ZFeb 24 14:16:31.298 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18252026-02-24T14:16:32.777ZFeb 24 14:16:31.708 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18262026-02-24T14:16:32.994ZFeb 24 14:16:31.908 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18272026-02-24T14:16:33.236ZFeb 24 14:16:32.143 INFO Download complete, target: TransceiverControl
18282026-02-24T14:16:33.439ZFeb 24 14:16:32.369 INFO Download complete, target: Console
18292026-02-24T14:16:34.072ZFeb 24 14:16:32.984 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18302026-02-24T14:16:34.210ZFeb 24 14:16:33.152 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18312026-02-24T14:16:34.984ZFeb 24 14:16:33.929 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18322026-02-24T14:16:35.042ZFeb 24 14:16:33.988 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18332026-02-24T14:16:35.043ZFeb 24 14:16:33.988 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18342026-02-24T14:16:38.323ZFeb 24 14:16:37.268 INFO Download complete, target: DendriteStub
18352026-02-24T14:16:38.496ZFeb 24 14:16:37.440 INFO Download complete, target: MaghemiteMgd
18362026-02-24T14:16:43.184ZFeb 24 14:16:42.128 INFO Checking that binary works, target: Cockroach
18372026-02-24T14:16:43.315ZFeb 24 14:16:42.259 INFO Download complete, target: Cockroach
18382026-02-24T14:16:46.569ZFeb 24 14:16:45.513 INFO Checking that binary works, target: Clickhouse
18392026-02-24T14:16:46.718ZFeb 24 14:16:45.661 INFO Download complete, target: Clickhouse
18402026-02-24T14:16:46.725ZAll prerequisites installed successfully
18412026-02-24T14:16:46.728Z
18422026-02-24T14:16:46.728Zreal 4:55.175718052
18432026-02-24T14:16:46.728Zuser 18:29.938095267
18442026-02-24T14:16:46.728Zsys 2:25.939048590
18452026-02-24T14:16:46.728Ztrap 0.643407267
18462026-02-24T14:16:46.728Ztflt 0.949516988
18472026-02-24T14:16:46.728Zdflt 0.935927971
18482026-02-24T14:16:46.728Zkflt 0.032642643
18492026-02-24T14:16:46.728Zlock 47:34.794593333
18502026-02-24T14:16:46.728Zslp 1:07:49.974607826
18512026-02-24T14:16:46.728Zlat 1:18.158909056
18522026-02-24T14:16:46.728Zstop 3:06.686599425
18532026-02-24T14:16:46.728Z+ source ./tools/include/force-git-over-https.sh
18542026-02-24T14:16:46.728Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18552026-02-24T14:16:46.728Z++ (( i = 0 ))
18562026-02-24T14:16:46.728Z++ (( i < 5 ))
18572026-02-24T14:16:46.728Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18582026-02-24T14:16:46.732Z++ (( i++ ))
18592026-02-24T14:16:46.732Z++ (( i < 5 ))
18602026-02-24T14:16:46.732Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18612026-02-24T14:16:46.734Z++ (( i++ ))
18622026-02-24T14:16:46.734Z++ (( i < 5 ))
18632026-02-24T14:16:46.734Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18642026-02-24T14:16:46.738Z++ (( i++ ))
18652026-02-24T14:16:46.738Z++ (( i < 5 ))
18662026-02-24T14:16:46.738Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18672026-02-24T14:16:46.741Z++ (( i++ ))
18682026-02-24T14:16:46.741Z++ (( i < 5 ))
18692026-02-24T14:16:46.741Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18702026-02-24T14:16:46.744Z++ (( i++ ))
18712026-02-24T14:16:46.744Z++ (( i < 5 ))
18722026-02-24T14:16:46.744Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18732026-02-24T14:16:46.744Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18742026-02-24T14:16:46.744Z+ rc=0
18752026-02-24T14:16:46.744Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18762026-02-24T14:17:32.835Z+ case $rc in
18772026-02-24T14:17:32.835Z+ pfexec zfs create -p rpool/images/build/host
18782026-02-24T14:17:33.060Z+ pfexec zfs create -p rpool/images/build/recovery
18792026-02-24T14:17:33.139Z+ cargo xtask releng --output-dir /work --mkincorp
18802026-02-24T14:17:33.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18812026-02-24T14:17:33.957Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18822026-02-24T14:17:35.205Z Compiling proc-macro2 v1.0.101
18832026-02-24T14:17:35.205Z Compiling unicode-ident v1.0.19
18842026-02-24T14:17:35.208Z Compiling libc v0.2.180
18852026-02-24T14:17:35.208Z Compiling serde_core v1.0.228
18862026-02-24T14:17:35.208Z Compiling serde v1.0.228
18872026-02-24T14:17:35.208Z Compiling autocfg v1.4.0
18882026-02-24T14:17:35.208Z Compiling cfg-if v1.0.4
18892026-02-24T14:17:35.564Z Compiling version_check v0.9.5
18902026-02-24T14:17:35.590Z Compiling memchr v2.7.4
18912026-02-24T14:17:35.615Z Compiling shlex v1.3.0
18922026-02-24T14:17:36.101Z Compiling lock_api v0.4.12
18932026-02-24T14:17:36.142Z Compiling find-msvc-tools v0.1.9
18942026-02-24T14:17:36.510Z Compiling typenum v1.17.0
18952026-02-24T14:17:36.718Z Compiling generic-array v0.14.7
18962026-02-24T14:17:36.878Z Compiling value-bag v1.12.0
18972026-02-24T14:17:37.210Z Compiling getrandom v0.3.4
18982026-02-24T14:17:37.467Z Compiling quote v1.0.40
18992026-02-24T14:17:37.493Z Compiling jobserver v0.1.32
19002026-02-24T14:17:37.529Z Compiling log v0.4.29
19012026-02-24T14:17:37.581Z Compiling portable-atomic v1.11.0
19022026-02-24T14:17:37.874Z Compiling syn v2.0.114
19032026-02-24T14:17:37.936Z Compiling cc v1.2.56
19042026-02-24T14:17:38.097Z Compiling zmij v1.0.15
19052026-02-24T14:17:38.338Z Compiling libm v0.2.8
19062026-02-24T14:17:38.593Z Compiling serde_json v1.0.149
19072026-02-24T14:17:38.723Z Compiling num-traits v0.2.19
19082026-02-24T14:17:38.957Z Compiling scopeguard v1.2.0
19092026-02-24T14:17:39.034Z Compiling smallvec v1.15.1
19102026-02-24T14:17:39.108Z Compiling parking_lot_core v0.9.10
19112026-02-24T14:17:39.562Z Compiling rustix v0.38.37
19122026-02-24T14:17:39.598Z Compiling pkg-config v0.3.31
19132026-02-24T14:17:39.698Z Compiling getrandom v0.2.15
19142026-02-24T14:17:40.249Z Compiling thiserror v2.0.18
19152026-02-24T14:17:40.877Z Compiling itoa v1.0.11
19162026-02-24T14:17:40.994Z Compiling regex-syntax v0.8.5
19172026-02-24T14:17:41.117Z Compiling errno v0.3.12
19182026-02-24T14:17:41.482Z Compiling spin v0.9.8
19192026-02-24T14:17:41.605Z Compiling aho-corasick v1.1.3
19202026-02-24T14:17:41.631Z Compiling slab v0.4.9
19212026-02-24T14:17:41.673Z Compiling stable_deref_trait v1.2.0
19222026-02-24T14:17:41.860Z Compiling subtle v2.6.1
19232026-02-24T14:17:41.902Z Compiling lazy_static v1.5.0
19242026-02-24T14:17:42.030Z Compiling heck v0.5.0
19252026-02-24T14:17:42.092Z Compiling critical-section v1.1.3
19262026-02-24T14:17:42.178Z Compiling semver v1.0.27
19272026-02-24T14:17:42.239Z Compiling rand_core v0.6.4
19282026-02-24T14:17:42.992Z Compiling glob v0.3.2
19292026-02-24T14:17:43.147Z Compiling once_cell v1.21.3
19302026-02-24T14:17:43.232Z Compiling either v1.15.0
19312026-02-24T14:17:43.816Z Compiling clang-sys v1.8.1
19322026-02-24T14:17:44.717Z Compiling prettyplease v0.2.36
19332026-02-24T14:17:45.167Z Compiling regex-automata v0.4.11
19342026-02-24T14:17:45.510Z Compiling synstructure v0.13.1
19352026-02-24T14:17:45.582Z Compiling minimal-lexical v0.2.1
19362026-02-24T14:17:45.874Z Compiling schemars v0.8.22
19372026-02-24T14:17:46.161Z Compiling nom v7.1.3
19382026-02-24T14:17:46.264Z Compiling serde_derive_internals v0.29.1
19392026-02-24T14:17:46.580Z Compiling libloading v0.8.5
19402026-02-24T14:17:46.622Z Compiling home v0.5.9
19412026-02-24T14:17:46.717Z Compiling paste v1.0.15
19422026-02-24T14:17:46.930Z Compiling bindgen v0.69.5
19432026-02-24T14:17:47.001Z Compiling writeable v0.5.5
19442026-02-24T14:17:47.293Z Compiling litemap v0.7.3
19452026-02-24T14:17:48.388Z Compiling itertools v0.12.1
19462026-02-24T14:17:49.528Z Compiling serde_derive v1.0.228
19472026-02-24T14:17:49.956Z Compiling zeroize_derive v1.4.2
19482026-02-24T14:17:50.786Z Compiling zerofrom-derive v0.1.4
19492026-02-24T14:17:51.113Z Compiling yoke-derive v0.7.4
19502026-02-24T14:17:51.350Z Compiling zerovec-derive v0.10.3
19512026-02-24T14:17:51.449Z Compiling displaydoc v0.2.5
19522026-02-24T14:17:52.952Z Compiling icu_provider_macros v1.5.0
19532026-02-24T14:17:52.989Z Compiling zeroize v1.8.1
19542026-02-24T14:17:53.638Z Compiling thiserror-impl v2.0.18
19552026-02-24T14:17:53.816Z Compiling zerocopy-derive v0.7.35
19562026-02-24T14:17:53.869Z Compiling tokio-macros v2.6.0
19572026-02-24T14:17:54.021Z Compiling regex v1.11.3
19582026-02-24T14:17:54.089Z Compiling zerofrom v0.1.4
19592026-02-24T14:17:54.435Z Compiling futures-macro v0.3.31
19602026-02-24T14:17:54.682Z Compiling yoke v0.7.4
19612026-02-24T14:17:55.126Z Compiling zerovec v0.10.4
19622026-02-24T14:17:56.090Z Compiling cexpr v0.6.0
19632026-02-24T14:17:56.371Z Compiling schemars_derive v0.8.22
19642026-02-24T14:17:56.704Z Compiling allocator-api2 v0.2.21
19652026-02-24T14:17:56.963Z Compiling rustc-hash v1.1.0
19662026-02-24T14:17:57.054Z Compiling byteorder v1.5.0
19672026-02-24T14:17:57.244Z Compiling lazycell v1.3.0
19682026-02-24T14:17:57.452Z Compiling tinystr v0.7.6
19692026-02-24T14:17:57.614Z Compiling percent-encoding v2.3.2
19702026-02-24T14:17:57.993Z Compiling bitflags v2.9.4
19712026-02-24T14:17:58.031Z Compiling bytes v1.11.1
19722026-02-24T14:17:58.275Z Compiling icu_locid v1.5.0
19732026-02-24T14:17:58.908Z Compiling cmake v0.1.51
19742026-02-24T14:17:59.159Z Compiling equivalent v1.0.2
19752026-02-24T14:17:59.243Z Compiling dunce v1.0.5
19762026-02-24T14:17:59.280Z Compiling icu_locid_transform_data v1.5.0
19772026-02-24T14:17:59.361Z Compiling fs_extra v1.3.0
19782026-02-24T14:17:59.641Z Compiling icu_provider v1.5.0
19792026-02-24T14:18:00.036Z Compiling icu_collections v1.5.0
19802026-02-24T14:18:00.200Z Compiling icu_properties_data v1.5.0
19812026-02-24T14:18:00.344Z Compiling crypto-common v0.1.6
19822026-02-24T14:18:00.403Z Compiling write16 v1.0.0
19832026-02-24T14:18:00.499Z Compiling utf16_iter v1.0.5
19842026-02-24T14:18:00.647Z Compiling icu_locid_transform v1.5.0
19852026-02-24T14:18:00.691Z Compiling pin-project-lite v0.2.14
19862026-02-24T14:18:00.899Z Compiling utf8_iter v1.0.4
19872026-02-24T14:18:00.975Z Compiling icu_normalizer_data v1.5.0
19882026-02-24T14:18:01.499Z Compiling der_derive v0.7.3
19892026-02-24T14:18:01.760Z Compiling rustversion v1.0.22
19902026-02-24T14:18:02.182Z Compiling const-oid v0.9.6
19912026-02-24T14:18:02.445Z Compiling which v4.4.2
19922026-02-24T14:18:02.583Z Compiling icu_properties v1.5.1
19932026-02-24T14:18:03.789Z Compiling ring v0.17.14
19942026-02-24T14:18:05.958Z Compiling form_urlencoded v1.2.2
19952026-02-24T14:18:06.523Z Compiling futures-core v0.3.31
19962026-02-24T14:18:06.559Z Compiling aws-lc-rs v1.12.4
19972026-02-24T14:18:06.847Z Compiling icu_normalizer v1.5.0
19982026-02-24T14:18:07.048Z Compiling vcpkg v0.2.15
19992026-02-24T14:18:07.072Z Compiling fnv v1.0.7
20002026-02-24T14:18:07.287Z Compiling block-buffer v0.10.4
20012026-02-24T14:18:07.810Z Compiling signal-hook-registry v1.4.2
20022026-02-24T14:18:08.202Z Compiling idna_adapter v1.2.0
20032026-02-24T14:18:08.470Z Compiling idna v1.0.3
20042026-02-24T14:18:08.474Z Compiling openssl-sys v0.9.109
20052026-02-24T14:18:09.014Z Compiling zerocopy v0.8.27
20062026-02-24T14:18:09.340Z Compiling url v2.5.4
20072026-02-24T14:18:09.632Z Compiling parking_lot v0.12.3
20082026-02-24T14:18:09.956Z Compiling digest v0.10.7
20092026-02-24T14:18:10.558Z Compiling hashbrown v0.16.1
20102026-02-24T14:18:11.184Z Compiling tracing-attributes v0.1.27
20112026-02-24T14:18:11.836Z Compiling mio v1.0.2
20122026-02-24T14:18:13.440Z Compiling zerocopy-derive v0.8.27
20132026-02-24T14:18:13.659Z Compiling httparse v1.9.5
20142026-02-24T14:18:13.815Z Compiling rustix v1.1.3
20152026-02-24T14:18:14.172Z Compiling indexmap v2.13.0
20162026-02-24T14:18:14.343Z Compiling socket2 v0.6.1
20172026-02-24T14:18:15.045Z Compiling aws-lc-sys v0.26.0
20182026-02-24T14:18:15.103Z Compiling tokio v1.49.0
20192026-02-24T14:18:15.276Z Compiling foldhash v0.1.5
20202026-02-24T14:18:15.323Z Compiling iana-time-zone v0.1.63
20212026-02-24T14:18:15.803Z Compiling hashbrown v0.15.4
20222026-02-24T14:18:16.047Z Compiling chrono v0.4.43
20232026-02-24T14:18:16.237Z Compiling zerocopy v0.7.35
20242026-02-24T14:18:17.039Z Compiling time-core v0.1.6
20252026-02-24T14:18:17.098Z Compiling futures-sink v0.3.31
20262026-02-24T14:18:17.348Z Compiling num-conv v0.1.0
20272026-02-24T14:18:17.401Z Compiling futures-channel v0.3.31
20282026-02-24T14:18:17.665Z Compiling time-macros v0.2.24
20292026-02-24T14:18:17.850Z Compiling uuid v1.19.0
20302026-02-24T14:18:18.453Z Compiling futures-io v0.3.31
20312026-02-24T14:18:18.767Z Compiling futures-task v0.3.31
20322026-02-24T14:18:18.839Z Compiling pin-utils v0.1.0
20332026-02-24T14:18:18.920Z Compiling openssl v0.10.73
20342026-02-24T14:18:19.048Z Compiling futures-util v0.3.31
20352026-02-24T14:18:20.333Z Compiling cpufeatures v0.2.14
20362026-02-24T14:18:21.030Z Compiling ppv-lite86 v0.2.20
20372026-02-24T14:18:21.148Z Compiling openssl-macros v0.1.1
20382026-02-24T14:18:21.961Z Compiling rustc_version v0.4.1
20392026-02-24T14:18:22.619Z Compiling rustls v0.23.19
20402026-02-24T14:18:22.737Z Compiling ucd-trie v0.1.7
20412026-02-24T14:18:22.919Z Compiling strsim v0.11.1
20422026-02-24T14:18:22.935Z Compiling native-tls v0.2.12
20432026-02-24T14:18:23.105Z Compiling pest v2.8.2
20442026-02-24T14:18:23.222Z Compiling hmac v0.12.1
20452026-02-24T14:18:23.373Z Compiling serde_tokenstream v0.2.2
20462026-02-24T14:18:23.616Z Compiling dyn-clone v1.0.20
20472026-02-24T14:18:24.447Z Compiling block-padding v0.3.3
20482026-02-24T14:18:24.814Z Compiling bzip2-sys v0.1.13+1.0.8
20492026-02-24T14:18:25.166Z Compiling cookie v0.18.1
20502026-02-24T14:18:25.416Z Compiling thiserror v1.0.69
20512026-02-24T14:18:25.649Z Compiling ident_case v1.0.1
20522026-02-24T14:18:26.019Z Compiling pest_meta v2.8.2
20532026-02-24T14:18:26.091Z Compiling inout v0.1.3
20542026-02-24T14:18:26.425Z Compiling http v1.4.0
20552026-02-24T14:18:27.547Z Compiling pest_generator v2.8.2
20562026-02-24T14:18:29.413Z Compiling base64 v0.22.1
20572026-02-24T14:18:29.690Z Compiling syn v1.0.109
20582026-02-24T14:18:30.537Z Compiling pest_derive v2.8.2
20592026-02-24T14:18:31.490Z Compiling cipher v0.4.4
20602026-02-24T14:18:31.496Z Compiling sha2 v0.10.9
20612026-02-24T14:18:32.055Z Compiling slog v2.8.2
20622026-02-24T14:18:34.804Z Compiling thiserror-impl v1.0.69
20632026-02-24T14:18:35.086Z Compiling scroll_derive v0.13.1
20642026-02-24T14:18:36.645Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20652026-02-24T14:18:36.911Z Compiling base64ct v1.6.0
20662026-02-24T14:18:37.052Z Compiling crossbeam-utils v0.8.21
20672026-02-24T14:18:37.649Z Compiling rustls-pki-types v1.10.0
20682026-02-24T14:18:37.859Z Compiling pem-rfc7468 v0.7.0
20692026-02-24T14:18:39.390Z Compiling flagset v0.4.6
20702026-02-24T14:18:39.557Z Compiling litrs v0.4.1
20712026-02-24T14:18:39.651Z Compiling der v0.7.10
20722026-02-24T14:18:40.574Z Compiling document-features v0.2.11
20732026-02-24T14:18:42.588Z Compiling tokio-util v0.7.15
20742026-02-24T14:18:43.639Z Compiling rand_core v0.9.3
20752026-02-24T14:18:43.775Z Compiling tracing-core v0.1.32
20762026-02-24T14:18:44.164Z Compiling untrusted v0.9.0
20772026-02-24T14:18:44.415Z Compiling plain v0.2.3
20782026-02-24T14:18:44.634Z Compiling powerfmt v0.2.0
20792026-02-24T14:18:45.534Z Compiling untrusted v0.7.1
20802026-02-24T14:18:45.714Z Compiling camino v1.2.2
20812026-02-24T14:18:46.093Z Compiling deranged v0.5.3
20822026-02-24T14:18:46.302Z Compiling tracing v0.1.40
20832026-02-24T14:18:47.204Z Compiling spki v0.7.3
20842026-02-24T14:18:47.402Z Compiling salsa20 v0.10.2
20852026-02-24T14:18:47.727Z Compiling http-body v1.0.1
20862026-02-24T14:18:47.792Z Compiling pbkdf2 v0.12.2
20872026-02-24T14:18:48.472Z Compiling atomic-waker v1.1.2
20882026-02-24T14:18:48.777Z Compiling num-bigint-dig v0.8.6
20892026-02-24T14:18:49.294Z Compiling num_threads v0.1.7
20902026-02-24T14:18:49.614Z Compiling time v0.3.43
20912026-02-24T14:18:50.316Z Compiling scrypt v0.11.0
20922026-02-24T14:18:50.369Z Compiling rand_chacha v0.9.0
20932026-02-24T14:18:51.179Z Compiling aes v0.8.4
20942026-02-24T14:18:51.214Z Compiling cbc v0.1.2
20952026-02-24T14:18:52.224Z Compiling ahash v0.8.12
20962026-02-24T14:18:52.436Z Compiling tower-service v0.3.3
20972026-02-24T14:18:52.630Z Compiling anyhow v1.0.99
20982026-02-24T14:18:52.782Z Compiling usdt-impl v0.6.0
20992026-02-24T14:18:53.187Z Compiling pretty-hex v0.4.1
21002026-02-24T14:18:53.263Z Compiling zstd-safe v7.2.3
21012026-02-24T14:18:53.309Z Compiling tower-layer v0.3.3
21022026-02-24T14:18:53.516Z Compiling try-lock v0.2.5
21032026-02-24T14:18:53.748Z Compiling want v0.3.1
21042026-02-24T14:18:53.918Z Compiling pkcs5 v0.7.1
21052026-02-24T14:18:56.036Z Compiling rand v0.9.2
21062026-02-24T14:18:57.270Z Compiling h2 v0.4.6
21072026-02-24T14:18:58.814Z Compiling scroll v0.13.0
21082026-02-24T14:18:59.068Z Compiling heapless v0.7.17
21092026-02-24T14:18:59.552Z Compiling ipnet v2.11.0
21102026-02-24T14:18:59.583Z Compiling async-trait v0.1.89
21112026-02-24T14:18:59.867Z Compiling clap_derive v4.5.47
21122026-02-24T14:19:00.324Z Compiling scroll_derive v0.12.0
21132026-02-24T14:19:00.629Z Compiling daft-derive v0.1.4
21142026-02-24T14:19:01.829Z Compiling openssl-probe v0.1.5
21152026-02-24T14:19:01.977Z Compiling fastrand v2.1.1
21162026-02-24T14:19:02.344Z Compiling httpdate v1.0.3
21172026-02-24T14:19:02.451Z Compiling signal-hook v0.3.18
21182026-02-24T14:19:02.659Z Compiling adler2 v2.0.0
21192026-02-24T14:19:02.805Z Compiling foreign-types-shared v0.1.1
21202026-02-24T14:19:02.869Z Compiling miniz_oxide v0.8.5
21212026-02-24T14:19:02.911Z Compiling tempfile v3.24.0
21222026-02-24T14:19:03.045Z Compiling foreign-types v0.3.2
21232026-02-24T14:19:03.292Z Compiling goblin v0.10.2
21242026-02-24T14:19:04.329Z Compiling pkcs8 v0.10.2
21252026-02-24T14:19:05.601Z Compiling darling_core v0.20.10
21262026-02-24T14:19:06.405Z Compiling hyper v1.8.1
21272026-02-24T14:19:12.629Z Compiling tinyvec_macros v0.1.1
21282026-02-24T14:19:13.157Z Compiling tinyvec v1.8.0
21292026-02-24T14:19:14.190Z Compiling darling_macro v0.20.10
21302026-02-24T14:19:15.093Z Compiling dof v0.4.0
21312026-02-24T14:19:16.562Z Compiling hyper-util v0.1.19
21322026-02-24T14:19:20.856Z Compiling dtrace-parser v0.3.0
21332026-02-24T14:19:21.658Z Compiling darling_core v0.21.0
21342026-02-24T14:19:21.694Z Compiling curve25519-dalek v4.1.3
21352026-02-24T14:19:22.501Z Compiling strum_macros v0.26.4
21362026-02-24T14:19:22.667Z Compiling hex v0.4.3
21372026-02-24T14:19:23.471Z Compiling thread-id v5.0.0
21382026-02-24T14:19:23.700Z Compiling memoffset v0.9.1
21392026-02-24T14:19:24.165Z Compiling anstyle v1.0.11
21402026-02-24T14:19:24.585Z Compiling ryu v1.0.18
21412026-02-24T14:19:25.110Z Compiling ref-cast v1.0.25
21422026-02-24T14:19:26.324Z Compiling utf8parse v0.2.2
21432026-02-24T14:19:26.363Z Compiling smoltcp v0.9.1
21442026-02-24T14:19:27.118Z Compiling anstyle-parse v0.2.5
21452026-02-24T14:19:27.561Z Compiling darling_macro v0.21.0
21462026-02-24T14:19:31.629Z Compiling darling v0.20.10
21472026-02-24T14:19:31.991Z Compiling http-body-util v0.1.3
21482026-02-24T14:19:34.089Z Compiling sync_wrapper v1.0.1
21492026-02-24T14:19:34.289Z Compiling serde_spanned v0.6.9
21502026-02-24T14:19:34.313Z Compiling erased-serde v0.3.31
21512026-02-24T14:19:34.578Z Compiling toml_datetime v0.6.11
21522026-02-24T14:19:35.429Z Compiling wait-timeout v0.2.0
21532026-02-24T14:19:35.890Z Compiling encoding_rs v0.8.34
21542026-02-24T14:19:35.929Z Compiling buf-list v1.0.3
21552026-02-24T14:19:36.271Z Compiling quick-error v1.2.3
21562026-02-24T14:19:36.448Z Compiling colorchoice v1.0.2
21572026-02-24T14:19:36.522Z Compiling gimli v0.31.1
21582026-02-24T14:19:37.098Z Compiling bit-vec v0.8.0
21592026-02-24T14:19:38.042Z Compiling mime v0.3.17
21602026-02-24T14:19:38.456Z Compiling is_terminal_polyfill v1.70.1
21612026-02-24T14:19:38.656Z Compiling cfg_aliases v0.2.1
21622026-02-24T14:19:38.846Z Compiling psl-types v2.0.11
21632026-02-24T14:19:39.583Z Compiling anstyle-query v1.1.1
21642026-02-24T14:19:39.822Z Compiling anstream v0.6.18
21652026-02-24T14:19:40.948Z Compiling publicsuffix v2.3.0
21662026-02-24T14:19:41.491Z Compiling addr2line v0.24.2
21672026-02-24T14:19:41.614Z Compiling nix v0.29.0
21682026-02-24T14:19:42.536Z Compiling serde_urlencoded v0.7.1
21692026-02-24T14:19:43.214Z Compiling bit-set v0.8.0
21702026-02-24T14:19:43.581Z Compiling rusty-fork v0.3.0
21712026-02-24T14:19:44.602Z Compiling tower v0.5.2
21722026-02-24T14:19:46.830Z Compiling derive_builder_core v0.20.2
21732026-02-24T14:19:47.786Z Compiling tokio-native-tls v0.3.1
21742026-02-24T14:19:48.195Z Compiling darling v0.21.0
21752026-02-24T14:19:48.390Z Compiling unicode-normalization v0.1.24
21762026-02-24T14:19:48.735Z Compiling rustls-native-certs v0.8.1
21772026-02-24T14:19:49.157Z Compiling hubpack_derive v0.1.1
21782026-02-24T14:19:49.596Z Compiling rand_xorshift v0.4.0
21792026-02-24T14:19:49.848Z Compiling webpki-roots v1.0.1
21802026-02-24T14:19:50.192Z Compiling ipnetwork v0.21.1
21812026-02-24T14:19:50.631Z Compiling openapiv3 v2.2.0
21822026-02-24T14:19:50.682Z Compiling signature v2.2.0
21832026-02-24T14:19:51.107Z Compiling curve25519-dalek-derive v0.1.1
21842026-02-24T14:19:52.519Z Compiling strum_macros v0.27.2
21852026-02-24T14:19:54.191Z Compiling ref-cast-impl v1.0.25
21862026-02-24T14:19:55.247Z Compiling object v0.36.5
21872026-02-24T14:19:55.453Z Compiling usdt-impl v0.5.0
21882026-02-24T14:19:55.512Z Compiling fs-err v3.1.1
21892026-02-24T14:19:55.989Z Compiling crc32fast v1.4.2
21902026-02-24T14:19:56.559Z Compiling siphasher v0.3.11
21912026-02-24T14:19:56.650Z Compiling unicode-properties v0.1.3
21922026-02-24T14:19:57.152Z Compiling unicode-bidi v0.3.17
21932026-02-24T14:19:57.245Z Compiling zlib-rs v0.5.1
21942026-02-24T14:19:57.298Z Compiling unarray v0.1.4
21952026-02-24T14:19:57.643Z Compiling iri-string v0.7.8
21962026-02-24T14:19:57.807Z Compiling rustc-demangle v0.1.24
21972026-02-24T14:19:59.672Z Compiling stringprep v0.1.5
21982026-02-24T14:20:00.614Z Compiling proptest v1.7.0
21992026-02-24T14:20:01.978Z Compiling libz-rs-sys v0.5.1
22002026-02-24T14:20:02.332Z Compiling backtrace v0.3.74
22012026-02-24T14:20:02.566Z Compiling tower-http v0.6.6
22022026-02-24T14:20:04.268Z Compiling phf_shared v0.11.2
22032026-02-24T14:20:05.043Z Compiling oxnet v0.1.4
22042026-02-24T14:20:05.609Z Compiling derive_builder_macro v0.20.2
22052026-02-24T14:20:06.702Z Compiling serde_with_macros v3.16.1
22062026-02-24T14:20:06.756Z Compiling hyper-tls v0.6.0
22072026-02-24T14:20:07.378Z Compiling cookie_store v0.21.1
22082026-02-24T14:20:09.250Z Compiling rustls-webpki v0.102.8
22092026-02-24T14:20:09.291Z Compiling usdt-attr-macro v0.6.0
22102026-02-24T14:20:09.554Z Compiling usdt-macro v0.6.0
22112026-02-24T14:20:09.864Z Compiling scroll v0.12.0
22122026-02-24T14:20:11.083Z Compiling terminal_size v0.4.0
22132026-02-24T14:20:11.580Z Compiling rand_chacha v0.3.1
22142026-02-24T14:20:12.194Z Compiling md-5 v0.10.6
22152026-02-24T14:20:12.438Z Compiling vergen-lib v0.1.6
22162026-02-24T14:20:12.562Z Compiling num-integer v0.1.46
22172026-02-24T14:20:12.820Z Compiling hash32 v0.2.1
22182026-02-24T14:20:12.951Z Compiling ff v0.13.0
22192026-02-24T14:20:13.285Z Compiling fallible-iterator v0.2.0
22202026-02-24T14:20:13.917Z Compiling clap_lex v0.7.4
22212026-02-24T14:20:14.836Z Compiling winnow v0.7.14
22222026-02-24T14:20:14.892Z Compiling base16ct v0.2.0
22232026-02-24T14:20:15.302Z Compiling sec1 v0.7.3
22242026-02-24T14:20:15.916Z Compiling clap_builder v4.5.48
22252026-02-24T14:20:19.380Z Compiling tokio-rustls v0.26.0
22262026-02-24T14:20:20.060Z Compiling postgres-protocol v0.6.8
22272026-02-24T14:20:20.088Z Compiling group v0.13.0
22282026-02-24T14:20:21.509Z Compiling num-iter v0.1.45
22292026-02-24T14:20:21.628Z Compiling rand v0.8.5
22302026-02-24T14:20:24.648Z Compiling goblin v0.8.2
22312026-02-24T14:20:25.394Z Compiling newtype-uuid v1.3.2
22322026-02-24T14:20:25.397Z Compiling derive_builder v0.20.2
22332026-02-24T14:20:25.677Z Compiling flate2 v1.1.2
22342026-02-24T14:20:29.031Z Compiling hkdf v0.12.4
22352026-02-24T14:20:29.304Z Compiling regress v0.10.4
22362026-02-24T14:20:29.334Z Compiling vergen v9.0.6
22372026-02-24T14:20:30.101Z Compiling crypto-bigint v0.5.5
22382026-02-24T14:20:30.709Z Compiling cargo-platform v0.1.8
22392026-02-24T14:20:31.237Z Compiling enum-as-inner v0.6.1
22402026-02-24T14:20:32.577Z Compiling serde_repr v0.1.19
22412026-02-24T14:20:33.813Z Compiling winnow v0.5.40
22422026-02-24T14:20:34.858Z Compiling lockfree-object-pool v0.1.6
22432026-02-24T14:20:34.983Z Compiling bumpalo v3.16.0
22442026-02-24T14:20:35.233Z Compiling unicode-segmentation v1.12.0
22452026-02-24T14:20:35.357Z Compiling simd-adler32 v0.3.7
22462026-02-24T14:20:35.511Z Compiling managed v0.8.0
22472026-02-24T14:20:36.061Z Compiling bitflags v1.3.2
22482026-02-24T14:20:36.636Z Compiling hyper-rustls v0.27.7
22492026-02-24T14:20:37.163Z Compiling zopfli v0.8.1
22502026-02-24T14:20:37.595Z Compiling reqwest v0.12.24
22512026-02-24T14:20:38.621Z Compiling toml_edit v0.19.15
22522026-02-24T14:20:41.288Z Compiling typify-impl v0.4.3
22532026-02-24T14:20:41.348Z Compiling elliptic-curve v0.13.8
22542026-02-24T14:20:42.233Z Compiling cargo_metadata v0.19.2
22552026-02-24T14:20:43.017Z Compiling dof v0.3.0
22562026-02-24T14:20:45.754Z Compiling daft v0.1.4
22572026-02-24T14:20:45.923Z Compiling zstd v0.13.3
22582026-02-24T14:20:46.387Z Compiling signal-hook-mio v0.2.4
22592026-02-24T14:20:46.670Z Compiling clap v4.5.48
22602026-02-24T14:20:46.875Z Compiling postgres-types v0.2.9
22612026-02-24T14:20:48.035Z Compiling dtrace-parser v0.2.0
22622026-02-24T14:20:48.150Z Compiling phf v0.11.2
22632026-02-24T14:20:48.243Z Compiling strum v0.27.2
22642026-02-24T14:20:48.842Z Compiling ed25519 v2.2.3
22652026-02-24T14:20:48.971Z Compiling hubpack v0.1.2
22662026-02-24T14:20:48.994Z Compiling bzip2 v0.5.2
22672026-02-24T14:20:49.058Z Compiling bzip2 v0.4.4
22682026-02-24T14:20:49.460Z Compiling pkcs1 v0.7.5
22692026-02-24T14:20:49.734Z Compiling rfc6979 v0.4.0
22702026-02-24T14:20:49.871Z Compiling float-cmp v0.10.0
22712026-02-24T14:20:50.243Z Compiling serde-big-array v0.5.1
22722026-02-24T14:20:50.354Z Compiling bstr v1.10.0
22732026-02-24T14:20:50.594Z Compiling structmeta-derive v0.3.0
22742026-02-24T14:20:50.739Z Compiling env_filter v0.1.2
22752026-02-24T14:20:51.237Z Compiling thread-id v4.2.2
22762026-02-24T14:20:51.279Z Compiling memmap2 v0.9.8
22772026-02-24T14:20:51.349Z Compiling socket2 v0.5.10
22782026-02-24T14:20:51.722Z Compiling keccak v0.1.5
22792026-02-24T14:20:51.799Z Compiling whoami v1.5.2
22802026-02-24T14:20:52.141Z Compiling foldhash v0.2.0
22812026-02-24T14:20:52.378Z Compiling difflib v0.4.0
22822026-02-24T14:20:52.596Z Compiling rustc-hash v2.1.1
22832026-02-24T14:20:52.752Z Compiling jiff v0.2.15
22842026-02-24T14:20:52.872Z Compiling toml_write v0.1.2
22852026-02-24T14:20:53.317Z Compiling predicates-core v1.0.8
22862026-02-24T14:20:53.653Z Compiling fixedbitset v0.4.2
22872026-02-24T14:20:54.117Z Compiling precomputed-hash v0.1.1
22882026-02-24T14:20:54.728Z Compiling data-encoding v2.9.0
22892026-02-24T14:20:56.287Z Compiling new_debug_unreachable v1.0.6
22902026-02-24T14:20:56.498Z Compiling radium v0.7.0
22912026-02-24T14:20:56.906Z Compiling static_assertions v1.1.0
22922026-02-24T14:20:57.118Z Compiling normalize-line-endings v0.3.0
22932026-02-24T14:20:57.199Z Compiling fixedbitset v0.5.7
22942026-02-24T14:20:57.342Z Compiling predicates v3.1.3
22952026-02-24T14:20:57.855Z Compiling petgraph v0.8.2
22962026-02-24T14:20:58.892Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22972026-02-24T14:21:01.144Z Compiling zip v4.2.0
22982026-02-24T14:21:03.243Z Compiling toml_edit v0.22.27
22992026-02-24T14:21:03.483Z Compiling string_cache v0.8.9
23002026-02-24T14:21:04.041Z Compiling hickory-proto v0.25.2
23012026-02-24T14:21:04.089Z Compiling petgraph v0.6.5
23022026-02-24T14:21:07.927Z Compiling structmeta v0.3.0
23032026-02-24T14:21:08.428Z Compiling iddqd v0.3.16
23042026-02-24T14:21:10.103Z Compiling tokio-postgres v0.7.13
23052026-02-24T14:21:11.157Z Compiling sha3 v0.10.8
23062026-02-24T14:21:11.966Z Compiling usdt v0.6.0
23072026-02-24T14:21:13.876Z Compiling similar v2.7.0
23082026-02-24T14:21:15.687Z Compiling typify-macro v0.4.3
23092026-02-24T14:21:15.724Z Compiling env_logger v0.11.8
23102026-02-24T14:21:15.841Z Compiling serde_with v3.16.1
23112026-02-24T14:21:15.937Z Compiling rsa v0.9.8
23122026-02-24T14:21:16.569Z Compiling ecdsa v0.16.9
23132026-02-24T14:21:18.583Z Compiling zip v0.6.6
23142026-02-24T14:21:19.599Z Compiling ed25519-dalek v2.1.1
23152026-02-24T14:21:20.476Z Compiling crossterm v0.28.1
23162026-02-24T14:21:21.023Z Compiling crossbeam-epoch v0.9.18
23172026-02-24T14:21:21.261Z Compiling toml v0.7.8
23182026-02-24T14:21:21.465Z Compiling heck v0.4.1
23192026-02-24T14:21:21.764Z Compiling strum v0.26.3
23202026-02-24T14:21:22.013Z Compiling tokio-stream v0.1.17
23212026-02-24T14:21:22.699Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23222026-02-24T14:21:23.090Z Compiling x509-cert v0.2.5
23232026-02-24T14:21:23.743Z Compiling sha1 v0.10.6
23242026-02-24T14:21:24.239Z Compiling itertools v0.10.5
23252026-02-24T14:21:24.242Z Compiling itertools v0.13.0
23262026-02-24T14:21:26.211Z Compiling winnow v0.6.26
23272026-02-24T14:21:26.936Z Compiling tap v1.0.1
23282026-02-24T14:21:27.499Z Compiling lalrpop-util v0.19.12
23292026-02-24T14:21:27.924Z Compiling maybe-uninit v2.0.0
23302026-02-24T14:21:27.951Z Compiling peg-runtime v0.8.5
23312026-02-24T14:21:28.051Z Compiling wyz v0.5.1
23322026-02-24T14:21:29.692Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23332026-02-24T14:21:36.227Z Compiling funty v2.0.0
23342026-02-24T14:21:36.645Z Compiling packed_struct v0.10.1
23352026-02-24T14:21:39.070Z Compiling bitvec v1.0.1
23362026-02-24T14:21:44.537Z Compiling packed_struct_codegen v0.10.1
23372026-02-24T14:21:44.560Z Compiling futures-executor v0.3.31
23382026-02-24T14:21:45.851Z Compiling zerocopy-derive v0.6.6
23392026-02-24T14:21:45.983Z Compiling bitfield-macros v0.19.2
23402026-02-24T14:21:46.501Z Compiling indexmap v1.9.3
23412026-02-24T14:21:47.764Z Compiling crc-catalog v2.4.0
23422026-02-24T14:21:47.965Z Compiling nodrop v0.1.14
23432026-02-24T14:21:48.201Z Compiling typeid v1.0.3
23442026-02-24T14:21:48.829Z Compiling array-init v0.0.4
23452026-02-24T14:21:48.928Z Compiling crc v3.2.1
23462026-02-24T14:21:50.167Z Compiling zerocopy v0.6.6
23472026-02-24T14:21:50.859Z Compiling bitfield v0.19.2
23482026-02-24T14:21:52.970Z Compiling futures v0.3.31
23492026-02-24T14:21:53.749Z Compiling smallvec v0.6.14
23502026-02-24T14:21:55.214Z Compiling typify v0.4.3
23512026-02-24T14:21:55.451Z Compiling derive-ex v0.1.8
23522026-02-24T14:21:58.139Z Compiling hashbrown v0.12.3
23532026-02-24T14:21:58.194Z Compiling rustls v0.22.4
23542026-02-24T14:21:58.933Z Compiling unsafe-libyaml v0.2.11
23552026-02-24T14:21:59.826Z Compiling base64 v0.21.7
23562026-02-24T14:21:59.863Z Compiling test-strategy v0.4.3
23572026-02-24T14:22:00.740Z Compiling ron v0.8.1
23582026-02-24T14:22:00.777Z Compiling serde_yaml v0.9.34+deprecated
23592026-02-24T14:22:06.504Z Compiling progenitor-impl v0.11.2
23602026-02-24T14:22:06.839Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23612026-02-24T14:22:07.479Z Compiling serde-hex v0.1.0
23622026-02-24T14:22:12.373Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23632026-02-24T14:22:13.284Z Compiling toml v0.8.23
23642026-02-24T14:22:13.697Z Compiling hashbrown v0.13.2
23652026-02-24T14:22:19.539Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23662026-02-24T14:22:19.576Z Compiling xattr v1.3.1
23672026-02-24T14:22:19.934Z Compiling pin-project-internal v1.1.6
23682026-02-24T14:22:20.524Z Compiling thread_local v1.1.8
23692026-02-24T14:22:21.201Z Compiling filetime v0.2.26
23702026-02-24T14:22:21.600Z Compiling multer v3.1.0
23712026-02-24T14:22:21.672Z Compiling crc-any v2.5.0
23722026-02-24T14:22:21.976Z Compiling match_cfg v0.1.0
23732026-02-24T14:22:22.442Z Compiling slog-async v2.8.0
23742026-02-24T14:22:23.860Z Compiling same-file v1.0.6
23752026-02-24T14:22:24.174Z Compiling rayon-core v1.12.1
23762026-02-24T14:22:28.077Z Compiling walkdir v2.5.0
23772026-02-24T14:22:35.903Z Compiling pin-project v1.1.6
23782026-02-24T14:22:36.089Z Compiling hostname v0.3.1
23792026-02-24T14:22:36.118Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23802026-02-24T14:22:38.149Z Compiling tar v0.4.44
23812026-02-24T14:22:38.623Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23822026-02-24T14:22:43.335Z Compiling object v0.30.4
23832026-02-24T14:22:43.498Z Compiling erased-serde v0.4.6
23842026-02-24T14:22:43.757Z Compiling progenitor-macro v0.11.2
23852026-02-24T14:22:43.984Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23862026-02-24T14:22:53.415Z Compiling progenitor-client v0.11.2
23872026-02-24T14:22:53.983Z Compiling toml_parser v1.0.6+spec-1.1.0
23882026-02-24T14:22:54.395Z Compiling crossbeam-channel v0.5.15
23892026-02-24T14:22:54.703Z Compiling slog-json v2.6.1
23902026-02-24T14:22:55.662Z Compiling async-stream-impl v0.3.6
23912026-02-24T14:22:55.854Z Compiling snafu-derive v0.8.5
23922026-02-24T14:22:56.677Z Compiling ordered-float v2.10.1
23932026-02-24T14:22:56.723Z Compiling serde_path_to_error v0.1.20
23942026-02-24T14:22:56.795Z Compiling serde_spanned v1.0.4
23952026-02-24T14:22:56.852Z Compiling toml_datetime v0.7.5+spec-1.1.0
23962026-02-24T14:22:57.192Z Compiling is-terminal v0.4.13
23972026-02-24T14:22:57.333Z Compiling dropshot v0.16.7
23982026-02-24T14:22:57.372Z Compiling fs-err v2.11.0
23992026-02-24T14:22:57.698Z Compiling take_mut v0.2.2
24002026-02-24T14:22:57.747Z Compiling debug-ignore v1.0.5
24012026-02-24T14:22:57.750Z Compiling unicode-width v0.1.14
24022026-02-24T14:22:57.934Z Compiling toml_writer v1.0.6+spec-1.1.0
24032026-02-24T14:22:57.960Z Compiling term v1.1.0
24042026-02-24T14:22:58.502Z Compiling path-slash v0.1.5
24052026-02-24T14:22:58.790Z Compiling slog-term v2.9.2
24062026-02-24T14:22:58.912Z Compiling toml v0.9.11+spec-1.1.0
24072026-02-24T14:22:58.989Z Compiling tabwriter v1.4.0
24082026-02-24T14:22:59.917Z Compiling snafu v0.8.5
24092026-02-24T14:23:01.486Z Compiling serde-value v0.7.0
24102026-02-24T14:23:01.513Z Compiling async-stream v0.3.6
24112026-02-24T14:23:01.848Z Compiling slog-bunyan v2.5.0
24122026-02-24T14:23:01.884Z Compiling progenitor v0.11.2
24132026-02-24T14:23:02.152Z Compiling tokio-rustls v0.25.0
24142026-02-24T14:23:02.178Z Compiling serde-untagged v0.1.7
24152026-02-24T14:23:02.511Z Compiling globset v0.4.15
24162026-02-24T14:23:02.648Z Compiling crossbeam-deque v0.8.5
24172026-02-24T14:23:02.974Z Compiling camino-tempfile v1.4.1
24182026-02-24T14:23:03.024Z Compiling parse-display-derive v0.10.0
24192026-02-24T14:23:03.085Z Compiling olpc-cjson v0.1.4
24202026-02-24T14:23:03.495Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24212026-02-24T14:23:03.824Z Compiling waitgroup v0.1.2
24222026-02-24T14:23:04.118Z Compiling rustls-pemfile v2.2.0
24232026-02-24T14:23:04.640Z Compiling pem v3.0.5
24242026-02-24T14:23:04.836Z Compiling dropshot_endpoint v0.16.7
24252026-02-24T14:23:06.104Z Compiling newtype-uuid-macros v0.1.0
24262026-02-24T14:23:06.164Z Compiling serde_plain v1.0.2
24272026-02-24T14:23:06.424Z Compiling async-recursion v1.1.1
24282026-02-24T14:23:06.723Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24292026-02-24T14:23:07.470Z Compiling blake3 v1.5.4
24302026-02-24T14:23:07.675Z Compiling hostname v0.4.2
24312026-02-24T14:23:07.701Z Compiling instant v0.1.13
24322026-02-24T14:23:07.913Z Compiling half v2.4.1
24332026-02-24T14:23:07.987Z Compiling unicode-xid v0.2.6
24342026-02-24T14:23:08.115Z Compiling typed-path v0.9.3
24352026-02-24T14:23:08.264Z Compiling ciborium-io v0.2.2
24362026-02-24T14:23:08.288Z Compiling colored v3.0.0
24372026-02-24T14:23:08.431Z Compiling cargo-util-schemas v0.8.2
24382026-02-24T14:23:08.622Z Compiling ciborium-ll v0.2.2
24392026-02-24T14:23:09.132Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24402026-02-24T14:23:09.277Z Compiling backoff v0.4.0
24412026-02-24T14:23:09.539Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24422026-02-24T14:23:09.678Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24432026-02-24T14:23:09.944Z Compiling parse-display v0.10.0
24442026-02-24T14:23:11.882Z Compiling tough v0.20.0
24452026-02-24T14:23:13.928Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24462026-02-24T14:23:14.688Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24472026-02-24T14:23:14.939Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24482026-02-24T14:23:14.965Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24492026-02-24T14:23:15.490Z Compiling itertools v0.14.0
24502026-02-24T14:23:17.277Z Compiling progenitor-client v0.10.0
24512026-02-24T14:23:18.266Z Compiling macaddr v1.0.1
24522026-02-24T14:23:18.889Z Compiling cargo-platform v0.2.0
24532026-02-24T14:23:19.113Z Compiling constant_time_eq v0.3.1
24542026-02-24T14:23:19.342Z Compiling parse-size v1.1.0
24552026-02-24T14:23:19.708Z Compiling arrayvec v0.7.6
24562026-02-24T14:23:20.111Z Compiling arrayref v0.3.9
24572026-02-24T14:23:20.240Z Compiling indent_write v2.2.0
24582026-02-24T14:23:20.527Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24592026-02-24T14:23:21.650Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24602026-02-24T14:23:22.348Z Compiling cargo_metadata v0.21.0
24612026-02-24T14:23:22.618Z Compiling ciborium v0.2.2
24622026-02-24T14:23:24.675Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24632026-02-24T14:23:29.241Z Compiling topological-sort v0.2.2
24642026-02-24T14:23:29.581Z Compiling display-error-chain v0.2.2
24652026-02-24T14:23:29.856Z Compiling omicron-zone-package v0.12.2
24662026-02-24T14:23:33.474Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24672026-02-24T14:23:37.573Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24682026-02-24T14:23:38.346Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24692026-02-24T14:23:39.050Z Compiling shell-words v1.1.0
24702026-02-24T14:23:55.598Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24712026-02-24T14:24:14.685Z Finished `release` profile [optimized] target(s) in 6m 40s
24722026-02-24T14:24:14.874Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24732026-02-24T14:24:14.930ZFeb 24 14:24:13.815 DEBG changing working directory to /work/oxidecomputer/omicron
24742026-02-24T14:24:15.064ZFeb 24 14:24:13.949 DEBG running: git rev-parse HEAD
24752026-02-24T14:24:15.067ZFeb 24 14:24:13.952 DEBG process exited with exit status: 0 (3.37942ms)
24762026-02-24T14:24:15.067ZFeb 24 14:24:13.952 INFO version: 19.0.0-0.ci+git7a071b0c898
24772026-02-24T14:24:15.107ZFeb 24 14:24:13.992 INFO cloning helios to /work/oxidecomputer/helios
24782026-02-24T14:24:15.107ZFeb 24 14:24:13.992 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24792026-02-24T14:24:15.110ZCloning into '/work/oxidecomputer/helios'...
24802026-02-24T14:24:16.096ZFeb 24 14:24:14.981 DEBG process exited with exit status: 0 (989.16116ms)
24812026-02-24T14:24:16.096ZFeb 24 14:24:14.981 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24822026-02-24T14:24:16.100ZFeb 24 14:24:14.984 DEBG process exited with exit status: 0 (3.101323ms)
24832026-02-24T14:24:16.100ZFeb 24 14:24:14.984 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24842026-02-24T14:24:17.499ZFeb 24 14:24:16.384 DEBG process exited with exit status: 0 (1.399633756s)
24852026-02-24T14:24:17.499ZFeb 24 14:24:16.384 DEBG running: zfs list rpool/images/build/host
24862026-02-24T14:24:17.504ZNAME USED AVAIL REFER MOUNTPOINT
24872026-02-24T14:24:17.504Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24882026-02-24T14:24:17.508ZFeb 24 14:24:16.390 DEBG process exited with exit status: 0 (5.71091ms)
24892026-02-24T14:24:17.508ZFeb 24 14:24:16.390 DEBG running: zfs list rpool/images/build/recovery
24902026-02-24T14:24:17.511ZNAME USED AVAIL REFER MOUNTPOINT
24912026-02-24T14:24:17.511Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24922026-02-24T14:24:17.511ZFeb 24 14:24:16.395 DEBG process exited with exit status: 0 (4.730113ms)
24932026-02-24T14:24:17.511ZFeb 24 14:24:16.395 INFO [incorp-manifest] running task
24942026-02-24T14:24:17.512ZFeb 24 14:24:16.395 INFO [hubris-staging] running task
24952026-02-24T14:24:17.512ZFeb 24 14:24:16.396 INFO [hubris-production] running task
24962026-02-24T14:24:17.512ZFeb 24 14:24:16.396 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24972026-02-24T14:24:17.516ZFeb 24 14:24:16.396 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24982026-02-24T14:24:17.516ZFeb 24 14:24:16.397 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
24992026-02-24T14:24:17.516ZFeb 24 14:24:16.397 INFO [incorp-create] running: pkgrepo create /work/incorporation
25002026-02-24T14:24:17.602Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25012026-02-24T14:24:17.934ZFeb 24 14:24:16.818 INFO [incorp-create] process exited with exit status: 0 (421.138399ms)
25022026-02-24T14:24:17.937ZFeb 24 14:24:16.819 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
25032026-02-24T14:24:18.366ZFeb 24 14:24:17.251 INFO [incorp-publisher] process exited with exit status: 0 (432.035584ms)
25042026-02-24T14:24:18.399Z[ omicron-package] Blocking waiting for file lock on package cache
25052026-02-24T14:24:18.789ZFeb 24 14:24:17.673 INFO [hubris-production] task succeeded (1.277870027s)
25062026-02-24T14:24:19.177Z[ omicron-package] Blocking waiting for file lock on package cache
25072026-02-24T14:24:20.503Z[ omicron-package] Compiling ring v0.17.14
25082026-02-24T14:24:20.964Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25092026-02-24T14:24:20.967Z[ omicron-package] Compiling itertools v0.14.0
25102026-02-24T14:24:20.968Z[ omicron-package] Compiling heapless v0.8.0
25112026-02-24T14:24:20.972Z[ omicron-package] Compiling hash32 v0.3.1
25122026-02-24T14:24:21.025Z[ omicron-package] Compiling smoltcp v0.11.0
25132026-02-24T14:24:21.025Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25142026-02-24T14:24:22.154Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25152026-02-24T14:24:22.653Z[ omicron-package] Compiling num_enum_derive v0.5.11
25162026-02-24T14:24:22.847Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25172026-02-24T14:24:23.434Z[ omicron-package] Compiling cobs v0.2.3
25182026-02-24T14:24:24.118Z[ omicron-package] Compiling postcard v1.0.10
25192026-02-24T14:24:24.240Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25202026-02-24T14:24:24.609Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25212026-02-24T14:24:26.018Z[ omicron-package] Compiling proc-macro-error v1.0.4
25222026-02-24T14:24:26.467Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25232026-02-24T14:24:26.637Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25242026-02-24T14:24:26.837Z[ omicron-package] Compiling num_enum v0.5.11
25252026-02-24T14:24:28.117Z[ omicron-package] Compiling rustls v0.23.19
25262026-02-24T14:24:28.253Z[ omicron-package] Compiling ingot-macros v0.1.1
25272026-02-24T14:24:28.484Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25282026-02-24T14:24:28.484Z[ omicron-package] Compiling cstr-argument v0.1.2
25292026-02-24T14:24:29.384Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25302026-02-24T14:24:29.556Z[ omicron-package] Compiling pretty-hex v0.2.1
25312026-02-24T14:24:29.643Z[ omicron-package] Compiling foreign-types v0.5.0
25322026-02-24T14:24:30.164Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25332026-02-24T14:24:30.336Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25342026-02-24T14:24:30.456Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25352026-02-24T14:24:31.323Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25362026-02-24T14:24:31.639Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25372026-02-24T14:24:31.933Z[ omicron-package] Compiling rayon v1.10.0
25382026-02-24T14:24:32.415Z[ omicron-package] Compiling colored v2.2.0
25392026-02-24T14:24:33.386Z[ omicron-package] Compiling nix v0.30.1
25402026-02-24T14:24:33.747Z[ omicron-package] Compiling rustls-webpki v0.102.8
25412026-02-24T14:24:34.895Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25422026-02-24T14:24:36.290Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25432026-02-24T14:24:36.855Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25442026-02-24T14:24:38.188Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25452026-02-24T14:24:38.786Z[ omicron-package] Compiling secrecy v0.10.3
25462026-02-24T14:24:39.139Z[ omicron-package] Compiling ingot-types v0.1.2
25472026-02-24T14:24:39.332Z[ omicron-package] Compiling sigpipe v0.1.3
25482026-02-24T14:24:39.662Z[ omicron-package] Compiling num-derive v0.4.2
25492026-02-24T14:24:39.742Z[ omicron-package] Compiling glob v0.3.2
25502026-02-24T14:24:39.818Z[ omicron-package] Compiling libefi-sys v0.1.0
25512026-02-24T14:24:40.516ZFeb 24 14:24:39.398 INFO [hubris-staging] task succeeded (23.002277343s)
25522026-02-24T14:24:40.669Z[ omicron-package] Compiling ingot v0.1.1
25532026-02-24T14:24:40.782Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25542026-02-24T14:24:40.910Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25552026-02-24T14:24:41.360Z[ omicron-package] Compiling zone v0.3.1
25562026-02-24T14:24:42.079Z[ omicron-package] Compiling rustls v0.22.4
25572026-02-24T14:24:43.014Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25582026-02-24T14:24:44.442Z[ omicron-package] Compiling usdt-macro v0.5.0
25592026-02-24T14:24:45.226Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25602026-02-24T14:24:46.371Z[ omicron-package] Compiling tokio-rustls v0.26.0
25612026-02-24T14:24:47.140Z[ omicron-package] Compiling hyper-rustls v0.27.7
25622026-02-24T14:24:47.227Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25632026-02-24T14:24:47.274Z[ omicron-package] Compiling smf v0.2.3
25642026-02-24T14:24:49.579Z[ omicron-package] Compiling reqwest v0.12.24
25652026-02-24T14:24:51.918Z[ omicron-package] Compiling memmap v0.7.0
25662026-02-24T14:24:52.006Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25672026-02-24T14:24:52.614Z[ omicron-package] Compiling bitfield-struct v0.6.2
25682026-02-24T14:24:53.403Z[ omicron-package] Compiling usdt v0.5.0
25692026-02-24T14:24:54.263Z[ omicron-package] Compiling unicode-width v0.2.0
25702026-02-24T14:24:54.547Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25712026-02-24T14:24:54.977Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25722026-02-24T14:24:55.152Z[ omicron-package] Compiling console v0.16.0
25732026-02-24T14:24:55.199Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25742026-02-24T14:24:55.387Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25752026-02-24T14:24:55.978Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25762026-02-24T14:24:56.109Z[ omicron-package] Compiling gethostname v0.5.0
25772026-02-24T14:24:56.277Z[ omicron-package] Compiling unit-prefix v0.5.1
25782026-02-24T14:24:56.514Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25792026-02-24T14:24:56.848Z[ omicron-package] Compiling tokio-rustls v0.25.0
25802026-02-24T14:24:57.564Z[ omicron-package] Compiling dropshot v0.16.7
25812026-02-24T14:24:58.100Z[ omicron-package] Compiling indicatif v0.18.0
25822026-02-24T14:24:58.819Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25832026-02-24T14:24:59.053Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25842026-02-24T14:25:00.502Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25852026-02-24T14:25:00.502Z[ helios-setup] --> src/main.rs:79:10
25862026-02-24T14:25:00.506Z[ helios-setup] |
25872026-02-24T14:25:00.506Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25882026-02-24T14:25:00.506Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25892026-02-24T14:25:00.506Z[ helios-setup] | |
25902026-02-24T14:25:00.506Z[ helios-setup] | the lifetime is elided here
25912026-02-24T14:25:00.506Z[ helios-setup] |
25922026-02-24T14:25:00.507Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25932026-02-24T14:25:00.507Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25942026-02-24T14:25:00.507Z[ helios-setup] help: use `'_` for type paths
25952026-02-24T14:25:00.507Z[ helios-setup] |
25962026-02-24T14:25:00.507Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25972026-02-24T14:25:00.507Z[ helios-setup] | ++++
25982026-02-24T14:25:00.507Z[ helios-setup]
25992026-02-24T14:25:02.692Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26002026-02-24T14:25:03.757Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26012026-02-24T14:25:07.227Z[ omicron-package] Compiling progenitor-client v0.11.2
26022026-02-24T14:25:07.736Z[ helios-setup] Feb 24 14:25:06.614 INFO helios repository root is: /work/oxidecomputer/helios
26032026-02-24T14:25:07.740Z[ helios-setup] Feb 24 14:25:06.617 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26042026-02-24T14:25:07.740Z[ helios-setup] Feb 24 14:25:06.617 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26052026-02-24T14:25:07.740Z[ helios-setup] Feb 24 14:25:06.617 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
26062026-02-24T14:25:07.740Z[ helios-setup] Feb 24 14:25:06.617 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
26072026-02-24T14:25:07.743Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26082026-02-24T14:25:08.507Z[ omicron-package] Compiling progenitor v0.11.2
26092026-02-24T14:25:08.843Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26102026-02-24T14:25:09.968Z[ helios-setup] Feb 24 14:25:08.845 INFO clone ok!, project: amd-host-image-builder
26112026-02-24T14:25:09.971Z[ helios-setup] Feb 24 14:25:08.846 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
26122026-02-24T14:25:09.971Z[ helios-setup] Feb 24 14:25:08.846 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26132026-02-24T14:25:09.975Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26142026-02-24T14:25:10.913Z[ omicron-package] Compiling progenitor-client v0.10.0
26152026-02-24T14:25:12.134Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-02-24T14:25:17.523Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26172026-02-24T14:25:17.947Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26182026-02-24T14:25:20.899Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26192026-02-24T14:25:24.323ZFeb 24 14:25:23.199 DEBG process exited with exit status: 0 (66.803518885s)
26202026-02-24T14:25:24.326ZFeb 24 14:25:23.201 INFO [incorp-manifest] task succeeded (66.805945876s)
26212026-02-24T14:25:24.326ZFeb 24 14:25:23.202 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26222026-02-24T14:25:24.753ZFeb 24 14:25:23.629 INFO [incorp-fmt] process exited with exit status: 0 (427.691208ms)
26232026-02-24T14:25:24.756ZFeb 24 14:25:23.630 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26242026-02-24T14:25:25.421Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260224T142524Z
26252026-02-24T14:25:25.421Z[ incorp-pkgsend] PUBLISHED
26262026-02-24T14:25:25.496ZFeb 24 14:25:24.372 INFO [incorp-pkgsend] process exited with exit status: 0 (741.866558ms)
26272026-02-24T14:25:25.499ZFeb 24 14:25:24.372 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26282026-02-24T14:25:26.072Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26292026-02-24T14:25:26.080Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26302026-02-24T14:25:26.150Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26312026-02-24T14:25:26.150Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26322026-02-24T14:25:26.150Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26332026-02-24T14:25:26.160Z[ helios-incorp]
26342026-02-24T14:25:26.160Z[ helios-incorp] Archiving packages ...
26352026-02-24T14:25:26.160Z[ helios-incorp] Packages to add: 1
26362026-02-24T14:25:26.160Z[ helios-incorp] Files to retrieve: 0
26372026-02-24T14:25:26.164Z[ helios-incorp] Estimated transfer size: 0.00 B
26382026-02-24T14:25:26.164Z[ helios-incorp]
26392026-02-24T14:25:26.164Z[ helios-incorp] Packages to archive:
26402026-02-24T14:25:26.164Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260224T142524Z
26412026-02-24T14:25:26.164Z[ helios-incorp]
26422026-02-24T14:25:26.164Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26432026-02-24T14:25:26.164Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26442026-02-24T14:25:26.260ZFeb 24 14:25:25.136 INFO [helios-incorp] process exited with exit status: 0 (763.97418ms)
26452026-02-24T14:25:40.827Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26462026-02-24T14:25:41.855Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26472026-02-24T14:25:45.082Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26482026-02-24T14:25:49.084Z[ helios-setup] Feb 24 14:25:47.956 INFO clone ok!, project: amd-firmware
26492026-02-24T14:25:49.087Z[ helios-setup] Feb 24 14:25:47.957 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
26502026-02-24T14:25:49.087Z[ helios-setup] Feb 24 14:25:47.957 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26512026-02-24T14:25:49.091Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26522026-02-24T14:25:49.922Z[ helios-setup] Feb 24 14:25:48.795 INFO clone ok!, project: image-builder
26532026-02-24T14:25:49.925Z[ helios-setup] Feb 24 14:25:48.795 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
26542026-02-24T14:25:49.925Z[ helios-setup] Feb 24 14:25:48.795 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26552026-02-24T14:25:49.925Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26562026-02-24T14:25:51.332Z[ helios-setup] Feb 24 14:25:50.204 INFO clone ok!, project: pilot
26572026-02-24T14:25:51.335Z[ helios-setup] Feb 24 14:25:50.204 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
26582026-02-24T14:25:51.336Z[ helios-setup] Feb 24 14:25:50.204 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26592026-02-24T14:25:51.336Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26602026-02-24T14:25:51.874Z[ helios-setup] Feb 24 14:25:50.746 INFO clone ok!, project: pinprick
26612026-02-24T14:25:51.878Z[ helios-setup] Feb 24 14:25:50.747 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
26622026-02-24T14:25:51.878Z[ helios-setup] Feb 24 14:25:50.747 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26632026-02-24T14:25:51.878Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26642026-02-24T14:25:53.042Z[ helios-setup] Feb 24 14:25:51.914 INFO clone ok!, project: dmar-report
26652026-02-24T14:25:53.045Z[ helios-setup] Feb 24 14:25:51.914 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
26662026-02-24T14:25:53.045Z[ helios-setup] Feb 24 14:25:51.914 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26672026-02-24T14:25:53.045Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26682026-02-24T14:25:54.820Z[ helios-setup] Feb 24 14:25:53.692 INFO clone ok!, project: chelsio-t6-roms
26692026-02-24T14:25:54.824Z[ helios-setup] Feb 24 14:25:53.692 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26702026-02-24T14:25:54.824Z[ helios-setup] Feb 24 14:25:53.692 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
26712026-02-24T14:25:54.824Z[ helios-setup] Feb 24 14:25:53.692 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26722026-02-24T14:25:54.824Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26732026-02-24T14:25:55.542Z[ helios-setup] Feb 24 14:25:54.414 INFO clone ok!, project: bootserver
26742026-02-24T14:25:55.545Z[ helios-setup] Feb 24 14:25:54.414 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
26752026-02-24T14:25:55.545Z[ helios-setup] Feb 24 14:25:54.414 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26762026-02-24T14:25:55.545Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26772026-02-24T14:25:56.583Z[ helios-setup] Feb 24 14:25:55.455 INFO clone ok!, project: phbl
26782026-02-24T14:25:56.587Z[ helios-setup] Feb 24 14:25:55.455 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26792026-02-24T14:25:57.152Z[ helios-setup] Feb 24 14:25:56.024 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26802026-02-24T14:25:57.746Z[ helios-setup] Feb 24 14:25:56.617 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26812026-02-24T14:25:57.746Z[ helios-setup] Feb 24 14:25:56.618 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26822026-02-24T14:25:58.318Z[ helios-setup] Feb 24 14:25:57.189 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26832026-02-24T14:25:58.885Z[ helios-setup] Feb 24 14:25:57.756 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26842026-02-24T14:25:58.885Z[ helios-setup] Feb 24 14:25:57.756 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26852026-02-24T14:25:59.322Z[ helios-setup] Feb 24 14:25:58.193 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26862026-02-24T14:25:59.637Z[ helios-setup] Feb 24 14:25:58.508 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26872026-02-24T14:25:59.637Z[ helios-setup] Feb 24 14:25:58.508 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26882026-02-24T14:25:59.640Z[ helios-setup] Feb 24 14:25:58.508 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26892026-02-24T14:25:59.640Z[ helios-setup] Feb 24 14:25:58.509 INFO ok!
26902026-02-24T14:25:59.640Z[ helios-setup] Feb 24 14:25:58.509 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26912026-02-24T14:25:59.640Z[ helios-setup] Feb 24 14:25:58.509 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26922026-02-24T14:25:59.640Z[ helios-setup] Feb 24 14:25:58.509 INFO ok!
26932026-02-24T14:25:59.640Z[ helios-setup] Feb 24 14:25:58.509 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26942026-02-24T14:25:59.640Z[ helios-setup] Feb 24 14:25:58.509 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26952026-02-24T14:25:59.641Z[ helios-setup] Feb 24 14:25:58.509 INFO ok!
26962026-02-24T14:25:59.641Z[ helios-setup] Feb 24 14:25:58.509 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26972026-02-24T14:25:59.700Z[ helios-setup] Feb 24 14:25:58.572 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')"
26982026-02-24T14:25:59.700Z[ helios-setup] Feb 24 14:25:58.572 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26992026-02-24T14:25:59.703Z[ helios-setup] Feb 24 14:25:58.572 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27002026-02-24T14:25:59.883Z[ helios-setup] Feb 24 14:25:58.754 INFO E| Updating crates.io index
27012026-02-24T14:25:59.886Z[ helios-setup] Feb 24 14:25:58.755 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27022026-02-24T14:26:00.738Z[ helios-setup] Feb 24 14:25:59.609 INFO E| From https://github.com/oxidecomputer/amd-apcb
27032026-02-24T14:26:00.738Z[ helios-setup] Feb 24 14:25:59.609 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27042026-02-24T14:26:00.797Z[ helios-setup] Feb 24 14:25:59.668 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27052026-02-24T14:26:01.102Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 43s
27062026-02-24T14:26:01.360Z[ omicron-package]
27072026-02-24T14:26:01.360Z[ omicron-package] real 1:43.783095227
27082026-02-24T14:26:01.360Z[ omicron-package] user 8:42.022173287
27092026-02-24T14:26:01.363Z[ omicron-package] sys 34.099345878
27102026-02-24T14:26:01.363Z[ omicron-package] trap 0.859968738
27112026-02-24T14:26:01.363Z[ omicron-package] tflt 0.935528316
27122026-02-24T14:26:01.363Z[ omicron-package] dflt 1.060432831
27132026-02-24T14:26:01.363Z[ omicron-package] kflt 0.000019777
27142026-02-24T14:26:01.363Z[ omicron-package] lock 25:14.975064093
27152026-02-24T14:26:01.363Z[ omicron-package] slp 29:42.662521186
27162026-02-24T14:26:01.363Z[ omicron-package] lat 3:09.172324948
27172026-02-24T14:26:01.363Z[ omicron-package] stop 1:39.322949170
27182026-02-24T14:26:01.363ZFeb 24 14:26:00.232 INFO [omicron-package] process exited with exit status: 0 (103.835035078s)
27192026-02-24T14:26:01.363ZFeb 24 14:26:00.232 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27202026-02-24T14:26:01.363ZFeb 24 14:26:00.232 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27212026-02-24T14:26:01.374Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27222026-02-24T14:26:01.374Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27232026-02-24T14:26:01.378Z[ host-target] Created new build target 'host' and set it as active
27242026-02-24T14:26:01.378Z[ recovery-target] Created new build target 'recovery' and set it as active
27252026-02-24T14:26:01.378ZFeb 24 14:26:00.249 INFO [host-target] process exited with exit status: 0 (16.635142ms)
27262026-02-24T14:26:01.378ZFeb 24 14:26:00.249 INFO [recovery-target] process exited with exit status: 0 (17.024389ms)
27272026-02-24T14:26:01.378ZFeb 24 14:26:00.249 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27282026-02-24T14:26:01.385Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27292026-02-24T14:26:01.567Z[ helios-setup] Feb 24 14:26:00.439 INFO E| From https://github.com/oxidecomputer/amd-efs
27302026-02-24T14:26:01.567Z[ helios-setup] Feb 24 14:26:00.439 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27312026-02-24T14:26:01.724Z[ host-package] Blocking waiting for file lock on package cache
27322026-02-24T14:26:01.727Z[ helios-setup] Feb 24 14:26:00.598 INFO E| Blocking waiting for file lock on package cache
27332026-02-24T14:26:02.194Z[ helios-setup] Feb 24 14:26:01.064 INFO E| Downloading crates ...
27342026-02-24T14:26:02.208Z[ host-package] Blocking waiting for file lock on package cache
27352026-02-24T14:26:02.252Z[ helios-setup] Feb 24 14:26:01.123 INFO E| Downloaded bytesize v2.0.1
27362026-02-24T14:26:02.255Z[ helios-setup] Feb 24 14:26:01.126 INFO E| Downloaded cpufeatures v0.2.17
27372026-02-24T14:26:02.258Z[ helios-setup] Feb 24 14:26:01.128 INFO E| Downloaded parse_int v0.9.0
27382026-02-24T14:26:02.261Z[ helios-setup] Feb 24 14:26:01.130 INFO E| Downloaded unic-ucd-ident v0.9.0
27392026-02-24T14:26:02.264Z[ helios-setup] Feb 24 14:26:01.133 INFO E| Downloaded ansi_term v0.12.1
27402026-02-24T14:26:02.264Z[ helios-setup] Feb 24 14:26:01.135 INFO E| Downloaded unic-common v0.9.0
27412026-02-24T14:26:02.268Z[ helios-setup] Feb 24 14:26:01.137 INFO E| Downloaded unic-ucd-version v0.9.0
27422026-02-24T14:26:02.268Z[ helios-setup] Feb 24 14:26:01.138 INFO E| Downloaded thiserror-impl v2.0.12
27432026-02-24T14:26:02.268Z[ helios-setup] Feb 24 14:26:01.139 INFO E| Downloaded dyn-clone v1.0.19
27442026-02-24T14:26:02.271Z[ helios-setup] Feb 24 14:26:01.141 INFO E| Downloaded strsim v0.8.0
27452026-02-24T14:26:02.275Z[ helios-setup] Feb 24 14:26:01.146 INFO E| Downloaded itoa v1.0.15
27462026-02-24T14:26:02.278Z[ helios-setup] Feb 24 14:26:01.147 INFO E| Downloaded unic-char-property v0.9.0
27472026-02-24T14:26:02.278Z[ helios-setup] Feb 24 14:26:01.149 INFO E| Downloaded thiserror v2.0.12
27482026-02-24T14:26:02.282Z[ helios-setup] Feb 24 14:26:01.154 INFO E| Downloaded fletcher v1.0.0
27492026-02-24T14:26:02.285Z[ helios-setup] Feb 24 14:26:01.154 INFO E| Downloaded unic-char-range v0.9.0
27502026-02-24T14:26:02.285Z[ helios-setup] Feb 24 14:26:01.156 INFO E| Downloaded strum v0.27.1
27512026-02-24T14:26:02.285Z[ helios-setup] Feb 24 14:26:01.156 INFO E| Downloaded structopt-derive v0.4.18
27522026-02-24T14:26:02.290Z[ helios-setup] Feb 24 14:26:01.161 INFO E| Downloaded vec_map v0.8.2
27532026-02-24T14:26:02.297Z[ helios-setup] Feb 24 14:26:01.168 INFO E| Downloaded strum_macros v0.27.1
27542026-02-24T14:26:02.299Z[ helios-setup] Feb 24 14:26:01.170 INFO E| Downloaded scroll_derive v0.12.1
27552026-02-24T14:26:02.300Z[ helios-setup] Feb 24 14:26:01.171 INFO E| Downloaded modular-bitfield-impl v0.13.1
27562026-02-24T14:26:02.303Z[ helios-setup] Feb 24 14:26:01.175 INFO E| Downloaded four-cc v0.4.0
27572026-02-24T14:26:02.306Z[ helios-setup] Feb 24 14:26:01.177 INFO E| Downloaded textwrap v0.11.0
27582026-02-24T14:26:02.309Z[ helios-setup] Feb 24 14:26:01.178 INFO E| Downloaded rustversion v1.0.20
27592026-02-24T14:26:02.316Z[ helios-setup] Feb 24 14:26:01.187 INFO E| Downloaded pest_generator v2.8.0
27602026-02-24T14:26:02.319Z[ helios-setup] Feb 24 14:26:01.188 INFO E| Downloaded ryu v1.0.20
27612026-02-24T14:26:02.322Z[ helios-setup] Feb 24 14:26:01.191 INFO E| Downloaded log v0.4.27
27622026-02-24T14:26:02.325Z[ helios-setup] Feb 24 14:26:01.195 INFO E| Downloaded pest_meta v2.8.0
27632026-02-24T14:26:02.329Z[ helios-setup] Feb 24 14:26:01.200 INFO E| Downloaded pest_derive v2.8.0
27642026-02-24T14:26:02.332Z[ helios-setup] Feb 24 14:26:01.204 INFO E| Downloaded modular-bitfield-impl v0.11.2
27652026-02-24T14:26:02.342Z[ helios-setup] Feb 24 14:26:01.213 INFO E| Downloaded unicode-ident v1.0.18
27662026-02-24T14:26:02.345Z[ helios-setup] Feb 24 14:26:01.216 INFO E| Downloaded proc-macro2 v1.0.95
27672026-02-24T14:26:02.348Z[ helios-setup] Feb 24 14:26:01.218 INFO E| Downloaded modular-bitfield v0.13.1
27682026-02-24T14:26:02.354Z[ helios-setup] Feb 24 14:26:01.225 INFO E| Downloaded structopt v0.3.26
27692026-02-24T14:26:02.360Z[ helios-setup] Feb 24 14:26:01.232 INFO E| Downloaded serde v1.0.219
27702026-02-24T14:26:02.363Z[ helios-setup] Feb 24 14:26:01.234 INFO E| Downloaded zerocopy-derive v0.8.25
27712026-02-24T14:26:02.368Z[ helios-setup] Feb 24 14:26:01.240 INFO E| Downloaded modular-bitfield v0.11.2
27722026-02-24T14:26:02.377Z[ helios-setup] Feb 24 14:26:01.249 INFO E| Downloaded typenum v1.18.0
27732026-02-24T14:26:02.381Z[ helios-setup] Feb 24 14:26:01.252 INFO E| Downloaded serde_derive v1.0.219
27742026-02-24T14:26:02.397Z[ helios-setup] Feb 24 14:26:01.268 INFO E| Downloaded pest v2.8.0
27752026-02-24T14:26:02.403Z[ helios-setup] Feb 24 14:26:01.274 INFO E| Downloaded serde_json v1.0.140
27762026-02-24T14:26:02.410Z[ helios-setup] Feb 24 14:26:01.281 INFO E| Downloaded goblin v0.9.3
27772026-02-24T14:26:02.415Z[ helios-setup] Feb 24 14:26:01.286 INFO E| Downloaded clap v2.34.0
27782026-02-24T14:26:02.421Z[ helios-setup] Feb 24 14:26:01.292 INFO E| Downloaded syn v2.0.101
27792026-02-24T14:26:02.431Z[ helios-setup] Feb 24 14:26:01.302 INFO E| Downloaded zerocopy v0.8.25
27802026-02-24T14:26:02.468Z[ helios-setup] Feb 24 14:26:01.340 INFO E| Downloaded libc v0.2.172
27812026-02-24T14:26:02.491Z[ helios-setup] Feb 24 14:26:01.363 INFO E| Blocking waiting for file lock on package cache
27822026-02-24T14:26:02.639Z[ helios-setup] Feb 24 14:26:01.510 INFO E| Compiling proc-macro2 v1.0.95
27832026-02-24T14:26:02.639Z[ helios-setup] Feb 24 14:26:01.510 INFO E| Compiling unicode-ident v1.0.18
27842026-02-24T14:26:02.644Z[ helios-setup] Feb 24 14:26:01.510 INFO E| Compiling memchr v2.7.4
27852026-02-24T14:26:02.644Z[ helios-setup] Feb 24 14:26:01.510 INFO E| Compiling autocfg v1.4.0
27862026-02-24T14:26:02.644Z[ helios-setup] Feb 24 14:26:01.510 INFO E| Compiling thiserror v2.0.12
27872026-02-24T14:26:02.644Z[ helios-setup] Feb 24 14:26:01.510 INFO E| Compiling serde v1.0.219
27882026-02-24T14:26:02.644Z[ helios-setup] Feb 24 14:26:01.510 INFO E| Compiling syn v1.0.109
27892026-02-24T14:26:02.644Z[ helios-setup] Feb 24 14:26:01.510 INFO E| Compiling version_check v0.9.5
27902026-02-24T14:26:02.927Z[ helios-setup] Feb 24 14:26:01.797 INFO E| Compiling serde_json v1.0.140
27912026-02-24T14:26:03.279Z[ helios-setup] Feb 24 14:26:02.150 INFO E| Compiling itoa v1.0.15
27922026-02-24T14:26:03.341Z[ helios-setup] Feb 24 14:26:02.212 INFO E| Compiling schemars v0.8.22
27932026-02-24T14:26:03.348Z[ helios-setup] Feb 24 14:26:02.219 INFO E| Compiling ryu v1.0.20
27942026-02-24T14:26:03.496Z[ helios-setup] Feb 24 14:26:02.367 INFO E| Compiling proc-macro-error-attr v1.0.4
27952026-02-24T14:26:03.508Z[ helios-setup] Feb 24 14:26:02.379 INFO E| Compiling num-traits v0.2.19
27962026-02-24T14:26:03.576Z[ helios-setup] Feb 24 14:26:02.447 INFO E| Compiling memoffset v0.9.1
27972026-02-24T14:26:03.781Z[ helios-setup] Feb 24 14:26:02.651 INFO E| Compiling rustversion v1.0.20
27982026-02-24T14:26:03.799Z[ helios-setup] Feb 24 14:26:02.670 INFO E| Compiling zerocopy v0.8.25
27992026-02-24T14:26:03.825Z[ helios-setup] Feb 24 14:26:02.696 INFO E| Compiling ucd-trie v0.1.7
28002026-02-24T14:26:03.975Z[ helios-setup] Feb 24 14:26:02.846 INFO E| Compiling libc v0.2.172
28012026-02-24T14:26:04.046Z[ helios-setup] Feb 24 14:26:02.917 INFO E| Compiling paste v1.0.15
28022026-02-24T14:26:04.178Z[ helios-setup] Feb 24 14:26:03.049 INFO E| Compiling dyn-clone v1.0.19
28032026-02-24T14:26:04.421Z[ helios-setup] Feb 24 14:26:03.290 INFO E| Compiling static_assertions v1.1.0
28042026-02-24T14:26:04.586Z[ helios-setup] Feb 24 14:26:03.457 INFO E| Compiling proc-macro-error v1.0.4
28052026-02-24T14:26:04.619Z[ helios-setup] Feb 24 14:26:03.489 INFO E| Compiling once_cell v1.21.3
28062026-02-24T14:26:04.686Z[ helios-setup] Feb 24 14:26:03.556 INFO E| Compiling quote v1.0.40
28072026-02-24T14:26:04.771Z[ host-package] Compiling ring v0.17.14
28082026-02-24T14:26:05.128Z[ helios-setup] Feb 24 14:26:03.999 INFO E| Compiling syn v2.0.101
28092026-02-24T14:26:05.136Z[ host-package] Compiling convert_case v0.4.0
28102026-02-24T14:26:05.136Z[ host-package] Compiling progenitor-impl v0.10.0
28112026-02-24T14:26:05.139Z[ host-package] Compiling is-terminal v0.4.13
28122026-02-24T14:26:05.139Z[ host-package] Compiling thread_local v1.1.8
28132026-02-24T14:26:05.139Z[ host-package] Compiling match_cfg v0.1.0
28142026-02-24T14:26:05.238Z[ helios-setup] Feb 24 14:26:04.109 INFO E| Compiling unicode-segmentation v1.12.0
28152026-02-24T14:26:05.870Z[ helios-setup] Feb 24 14:26:04.740 INFO E| Compiling heck v0.5.0
28162026-02-24T14:26:05.911Z[ host-package] Compiling bytecount v0.6.8
28172026-02-24T14:26:05.988Z[ helios-setup] Feb 24 14:26:04.859 INFO E| Compiling unicode-width v0.1.14
28182026-02-24T14:26:06.035Z[ helios-setup] Feb 24 14:26:04.905 INFO E| Compiling atty v0.2.14
28192026-02-24T14:26:06.251Z[ host-package] Compiling hostname v0.3.1
28202026-02-24T14:26:06.319Z[ helios-setup] Feb 24 14:26:05.189 INFO E| Compiling vec_map v0.8.2
28212026-02-24T14:26:06.370Z[ host-package] Compiling multer v3.1.0
28222026-02-24T14:26:06.483Z[ host-package] Compiling derive_more v0.99.20
28232026-02-24T14:26:06.487Z[ helios-setup] Feb 24 14:26:05.358 INFO E| Compiling strsim v0.8.0
28242026-02-24T14:26:06.637Z[ host-package] Compiling slog-async v2.8.0
28252026-02-24T14:26:06.745Z[ helios-setup] Feb 24 14:26:05.615 INFO E| Compiling heck v0.3.3
28262026-02-24T14:26:06.807Z[ host-package] Compiling password-hash v0.5.0
28272026-02-24T14:26:06.812Z[ host-package] Compiling blake2 v0.10.6
28282026-02-24T14:26:06.929Z[ helios-setup] Feb 24 14:26:05.799 INFO E| Compiling textwrap v0.11.0
28292026-02-24T14:26:07.025Z[ helios-setup] Feb 24 14:26:05.895 INFO E| Compiling parse_int v0.9.0
28302026-02-24T14:26:07.095Z[ helios-setup] Feb 24 14:26:05.966 INFO E| Compiling fletcher v1.0.0
28312026-02-24T14:26:07.143Z[ host-package] Compiling crossbeam-channel v0.5.15
28322026-02-24T14:26:07.192Z[ helios-setup] Feb 24 14:26:06.062 INFO E| Compiling ansi_term v0.12.1
28332026-02-24T14:26:07.330Z[ helios-setup] Feb 24 14:26:06.199 INFO E| Compiling byteorder v1.5.0
28342026-02-24T14:26:07.369Z[ helios-setup] Feb 24 14:26:06.238 INFO E| Compiling strum v0.27.1
28352026-02-24T14:26:07.402Z[ helios-setup] Feb 24 14:26:06.272 INFO E| Compiling unic-char-range v0.9.0
28362026-02-24T14:26:07.506Z[ helios-setup] Feb 24 14:26:06.376 INFO E| Compiling unic-common v0.9.0
28372026-02-24T14:26:07.651Z[ helios-setup] Feb 24 14:26:06.522 INFO E| Compiling bitflags v1.3.2
28382026-02-24T14:26:07.850Z[ helios-setup] Feb 24 14:26:06.721 INFO E| Compiling clap v2.34.0
28392026-02-24T14:26:07.918Z[ helios-setup] Feb 24 14:26:06.788 INFO E| Compiling unic-ucd-version v0.9.0
28402026-02-24T14:26:07.918Z[ helios-setup] Feb 24 14:26:06.788 INFO E| Compiling unic-char-property v0.9.0
28412026-02-24T14:26:08.103Z[ helios-setup] Feb 24 14:26:06.973 INFO E| Compiling lazy_static v1.5.0
28422026-02-24T14:26:08.228Z[ helios-setup] Feb 24 14:26:07.084 INFO E| Compiling plain v0.2.3
28432026-02-24T14:26:08.326Z[ helios-setup] Feb 24 14:26:07.197 INFO E| Compiling log v0.4.27
28442026-02-24T14:26:08.387Z[ helios-setup] Feb 24 14:26:07.257 INFO E| Compiling bytesize v2.0.1
28452026-02-24T14:26:08.462Z[ helios-setup] Feb 24 14:26:07.332 INFO E| Compiling unic-ucd-ident v0.9.0
28462026-02-24T14:26:09.074Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
28472026-02-24T14:26:09.132Z[ host-package] Compiling slog-json v2.6.1
28482026-02-24T14:26:09.682Z[ host-package] Compiling futures-executor v0.3.31
28492026-02-24T14:26:10.362Z[ host-package] Compiling serde_spanned v1.0.4
28502026-02-24T14:26:10.413Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
28512026-02-24T14:26:10.794Z[ host-package] Compiling swrite v0.1.0
28522026-02-24T14:26:11.181Z[ host-package] Compiling rustls v0.23.19
28532026-02-24T14:26:11.215Z[ host-package] Compiling rustls v0.22.4
28542026-02-24T14:26:11.308Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
28552026-02-24T14:26:11.383Z[ host-package] Compiling term v1.1.0
28562026-02-24T14:26:11.387Z[ host-package] Compiling take_mut v0.2.2
28572026-02-24T14:26:11.754Z[ host-package] Compiling unicode-width v0.1.14
28582026-02-24T14:26:12.035Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
28592026-02-24T14:26:12.836Z[ host-package] Compiling tabwriter v1.4.0
28602026-02-24T14:26:12.839Z[ host-package] Compiling slog-term v2.9.2
28612026-02-24T14:26:13.977Z[ helios-setup] Feb 24 14:26:12.847 INFO E| Compiling serde_derive_internals v0.29.1
28622026-02-24T14:26:14.167Z[ host-package] Compiling progenitor-macro v0.10.0
28632026-02-24T14:26:14.433Z[ helios-setup] Feb 24 14:26:13.302 INFO E| Compiling modular-bitfield-impl v0.11.2
28642026-02-24T14:26:14.439Z[ helios-setup] Feb 24 14:26:13.302 INFO E| Compiling structopt-derive v0.4.18
28652026-02-24T14:26:14.460Z[ host-package] Compiling futures v0.3.31
28662026-02-24T14:26:14.695Z[ host-package] Compiling slog-bunyan v2.5.0
28672026-02-24T14:26:14.869Z[ host-package] Compiling argon2 v0.5.3
28682026-02-24T14:26:15.224Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28692026-02-24T14:26:16.660Z[ host-package] Compiling rustls-webpki v0.102.8
28702026-02-24T14:26:16.859Z[ host-package] Compiling dropshot v0.16.7
28712026-02-24T14:26:17.198Z[ host-package] Compiling async-stream v0.3.6
28722026-02-24T14:26:17.626Z[ helios-setup] Feb 24 14:26:16.494 INFO E| Compiling thiserror-impl v2.0.12
28732026-02-24T14:26:17.626Z[ helios-setup] Feb 24 14:26:16.494 INFO E| Compiling serde_derive v1.0.219
28742026-02-24T14:26:17.626Z[ helios-setup] Feb 24 14:26:16.494 INFO E| Compiling schemars_derive v0.8.22
28752026-02-24T14:26:17.633Z[ helios-setup] Feb 24 14:26:16.494 INFO E| Compiling zerocopy-derive v0.8.25
28762026-02-24T14:26:17.638Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
28772026-02-24T14:26:17.704Z[ helios-setup] Feb 24 14:26:16.573 INFO E| Compiling modular-bitfield-impl v0.13.1
28782026-02-24T14:26:17.909Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
28792026-02-24T14:26:18.126Z[ helios-setup] Feb 24 14:26:16.995 INFO E| Compiling num-derive v0.4.2
28802026-02-24T14:26:18.297Z[ host-package] Compiling universal-hash v0.5.1
28812026-02-24T14:26:18.842Z[ helios-setup] Feb 24 14:26:17.711 INFO E| Compiling modular-bitfield v0.11.2
28822026-02-24T14:26:19.674Z[ helios-setup] Feb 24 14:26:18.541 INFO E| Compiling strum_macros v0.27.1
28832026-02-24T14:26:19.788Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28842026-02-24T14:26:19.893Z[ host-package] Compiling waitgroup v0.1.2
28852026-02-24T14:26:20.517Z[ host-package] Compiling rustls-pemfile v2.2.0
28862026-02-24T14:26:20.878Z[ helios-setup] Feb 24 14:26:19.746 INFO E| Compiling scroll_derive v0.12.1
28872026-02-24T14:26:21.386Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28882026-02-24T14:26:22.734Z[ helios-setup] Feb 24 14:26:21.602 INFO E| Compiling structopt v0.3.26
28892026-02-24T14:26:22.867Z[ helios-setup] Feb 24 14:26:21.735 INFO E| Compiling modular-bitfield v0.13.1
28902026-02-24T14:26:22.989Z[ host-package] Compiling serde_path_to_error v0.1.20
28912026-02-24T14:26:23.240Z[ helios-setup] Feb 24 14:26:22.108 INFO E| Compiling pest v2.8.0
28922026-02-24T14:26:23.617Z[ helios-setup] Feb 24 14:26:22.486 INFO E| Compiling scroll v0.12.0
28932026-02-24T14:26:24.127Z[ host-package] Compiling hostname v0.4.2
28942026-02-24T14:26:24.391Z[ host-package] Compiling instant v0.1.13
28952026-02-24T14:26:24.571Z[ host-package] Compiling debug-ignore v1.0.5
28962026-02-24T14:26:24.730Z[ helios-setup] Feb 24 14:26:23.598 INFO E| Compiling goblin v0.9.3
28972026-02-24T14:26:24.849Z[ host-package] Compiling opaque-debug v0.3.1
28982026-02-24T14:26:24.996Z[ host-package] Compiling colored v3.0.0
28992026-02-24T14:26:25.275Z[ host-package] Compiling poly1305 v0.8.0
29002026-02-24T14:26:25.896Z[ host-package] Compiling thiserror-no-std v2.0.2
29012026-02-24T14:26:26.453Z[ host-package] Compiling backoff v0.4.0
29022026-02-24T14:26:26.540Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29032026-02-24T14:26:27.252Z[ host-package] Compiling tokio-rustls v0.25.0
29042026-02-24T14:26:27.559Z[ helios-setup] Feb 24 14:26:26.427 INFO E| Compiling pest_meta v2.8.0
29052026-02-24T14:26:28.131Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
29062026-02-24T14:26:29.904Z[ helios-setup] Feb 24 14:26:28.771 INFO E| Compiling pest_generator v2.8.0
29072026-02-24T14:26:30.094Z[ host-package] Compiling parse-display v0.10.0
29082026-02-24T14:26:30.928Z[ host-package] Compiling tokio-rustls v0.26.0
29092026-02-24T14:26:32.125Z[ host-package] Compiling hyper-rustls v0.27.7
29102026-02-24T14:26:32.191Z[ helios-setup] Feb 24 14:26:31.048 INFO E| Compiling pest_derive v2.8.0
29112026-02-24T14:26:32.932Z[ host-package] Compiling reqwest v0.12.24
29122026-02-24T14:26:33.078Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29132026-02-24T14:26:35.082Z[ helios-setup] Feb 24 14:26:33.949 INFO E| Compiling json5 v0.4.1
29142026-02-24T14:26:37.625Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29152026-02-24T14:26:39.519Z[ host-package] Compiling progenitor-client v0.11.2
29162026-02-24T14:26:39.723Z[ host-package] Compiling progenitor-client v0.10.0
29172026-02-24T14:26:40.233Z[ host-package] Compiling progenitor v0.11.2
29182026-02-24T14:26:40.251Z[ helios-setup] Feb 24 14:26:39.116 INFO E| Compiling four-cc v0.4.0
29192026-02-24T14:26:40.251Z[ helios-setup] Feb 24 14:26:39.116 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
29202026-02-24T14:26:40.548Z[ host-package] Compiling chacha20 v0.9.1
29212026-02-24T14:26:40.551Z[ helios-setup] Feb 24 14:26:39.417 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
29222026-02-24T14:26:40.747Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
29232026-02-24T14:26:41.374Z[ host-package] Compiling aead v0.5.2
29242026-02-24T14:26:42.055Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
29252026-02-24T14:26:45.435Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29262026-02-24T14:26:47.555Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29272026-02-24T14:26:48.174Z[ host-package] Compiling macaddr v1.0.1
29282026-02-24T14:26:48.538Z[ host-package] Compiling derive-where v1.5.0
29292026-02-24T14:26:48.718Z[ host-package] Compiling chacha20poly1305 v0.10.1
29302026-02-24T14:26:49.178Z[ host-package] Compiling vsss-rs v3.3.4
29312026-02-24T14:26:54.028Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29322026-02-24T14:26:55.618Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29332026-02-24T14:26:56.096Z[ host-package] Compiling progenitor v0.10.0
29342026-02-24T14:26:56.427Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29352026-02-24T14:26:57.209Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29362026-02-24T14:26:59.482Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29372026-02-24T14:26:59.833Z[ host-package] Compiling num-rational v0.4.2
29382026-02-24T14:27:02.200Z[ host-package] Compiling num-complex v0.4.6
29392026-02-24T14:27:03.622Z[ host-package] Compiling num v0.4.3
29402026-02-24T14:27:03.887Z[ host-package] Compiling console v0.15.10
29412026-02-24T14:27:04.057Z[ host-package] Compiling float-ord v0.3.2
29422026-02-24T14:27:04.610Z[ host-package] Compiling toml v0.8.23
29432026-02-24T14:27:06.125Z[ host-package] Compiling newline-converter v0.3.0
29442026-02-24T14:27:06.471Z[ host-package] Compiling atomicwrites v0.4.4
29452026-02-24T14:27:07.382Z[ host-package] Compiling prettyplease v0.2.36
29462026-02-24T14:27:07.476Z[ host-package] Compiling slog-dtrace v0.3.0
29472026-02-24T14:27:11.399Z[ host-package] Compiling expectorate v1.2.0
29482026-02-24T14:27:12.011Z[ host-package] Compiling cancel-safe-futures v0.1.5
29492026-02-24T14:27:12.551Z[ host-package] Compiling owo-colors v4.2.3
29502026-02-24T14:27:15.372Z[ host-package] Compiling resolv-conf v0.7.0
29512026-02-24T14:27:17.218Z[ host-package] Compiling libsw-core v0.3.1
29522026-02-24T14:27:17.954Z[ host-package] Compiling libsw v3.5.0
29532026-02-24T14:27:21.886Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29542026-02-24T14:27:22.089Z[ host-package] Compiling linear-map v1.2.0
29552026-02-24T14:27:22.246Z[ host-package] Compiling linked-hash-map v0.5.6
29562026-02-24T14:27:22.613Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29572026-02-24T14:27:22.776Z[ host-package] Compiling lru-cache v0.1.2
29582026-02-24T14:27:23.147Z[ host-package] Compiling unicode-xid v0.2.6
29592026-02-24T14:27:23.543Z[ host-package] Compiling hickory-proto v0.24.4
29602026-02-24T14:27:23.660Z[ helios-setup] Feb 24 14:27:22.521 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29612026-02-24T14:27:25.312Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29622026-02-24T14:27:28.281Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29632026-02-24T14:27:31.138Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29642026-02-24T14:27:32.021Z[ host-package] Compiling hickory-resolver v0.24.4
29652026-02-24T14:27:33.080Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29662026-02-24T14:27:33.134Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29672026-02-24T14:27:33.776Z[ helios-setup] Feb 24 14:27:32.635 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29682026-02-24T14:27:36.564Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29692026-02-24T14:27:39.660Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29702026-02-24T14:27:47.310Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29712026-02-24T14:27:48.530Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29722026-02-24T14:27:50.298Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29732026-02-24T14:27:57.337Z[ host-package] Compiling convert_case v0.7.1
29742026-02-24T14:27:58.197Z[ host-package] Compiling derive_more-impl v2.0.1
29752026-02-24T14:27:59.974Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29762026-02-24T14:28:00.033Z[ host-package] Compiling qorb v0.4.1
29772026-02-24T14:28:00.348Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29782026-02-24T14:28:00.481Z[ host-package] Compiling derive_more v2.0.1
29792026-02-24T14:28:00.680Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29802026-02-24T14:28:01.212Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29812026-02-24T14:28:01.860Z[ host-package] Compiling vte_generate_state_changes v0.1.2
29822026-02-24T14:28:02.931Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29832026-02-24T14:28:03.699Z[ helios-setup] Feb 24 14:28:02.554 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
29842026-02-24T14:28:03.752Z[ helios-setup] Feb 24 14:28:02.607 INFO building project "amd-host-image-builder" ok (124 seconds)
29852026-02-24T14:28:03.752Z[ helios-setup] Feb 24 14:28:02.607 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
29862026-02-24T14:28:03.878Z[ helios-setup] Feb 24 14:28:02.733 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
29872026-02-24T14:28:03.878Z[ helios-setup] Feb 24 14:28:02.733 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29882026-02-24T14:28:03.878Z[ helios-setup] Feb 24 14:28:02.733 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29892026-02-24T14:28:04.209Z[ helios-setup] Feb 24 14:28:03.064 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29902026-02-24T14:28:04.730Z[ helios-setup] Feb 24 14:28:03.585 INFO E| From https://github.com/jclulow/rust-jmclib
29912026-02-24T14:28:04.731Z[ helios-setup] Feb 24 14:28:03.585 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29922026-02-24T14:28:04.750Z[ helios-setup] Feb 24 14:28:03.605 INFO E| Updating crates.io index
29932026-02-24T14:28:04.842Z[ helios-setup] Feb 24 14:28:03.697 INFO E| Downloading crates ...
29942026-02-24T14:28:04.947Z[ helios-setup] Feb 24 14:28:03.801 INFO E| Downloaded block-buffer v0.9.0
29952026-02-24T14:28:04.951Z[ helios-setup] Feb 24 14:28:03.803 INFO E| Downloaded anyhow v1.0.72
29962026-02-24T14:28:04.955Z[ helios-setup] Feb 24 14:28:03.809 INFO E| Downloaded uuid v0.8.2
29972026-02-24T14:28:04.959Z[ helios-setup] Feb 24 14:28:03.815 INFO E| Downloaded sha-1 v0.9.8
29982026-02-24T14:28:04.962Z[ helios-setup] Feb 24 14:28:03.817 INFO E| Downloaded libdevinfo-sys v1.0.0
29992026-02-24T14:28:04.966Z[ helios-setup] Feb 24 14:28:03.819 INFO E| Downloaded fastrand v2.0.0
30002026-02-24T14:28:04.966Z[ helios-setup] Feb 24 14:28:03.821 INFO E| Downloaded md-5 v0.9.1
30012026-02-24T14:28:04.969Z[ helios-setup] Feb 24 14:28:03.823 INFO E| Downloaded bitflags v2.3.3
30022026-02-24T14:28:04.972Z[ helios-setup] Feb 24 14:28:03.827 INFO E| Downloaded errno v0.3.1
30032026-02-24T14:28:04.976Z[ helios-setup] Feb 24 14:28:03.830 INFO E| Downloaded opaque-debug v0.3.0
30042026-02-24T14:28:04.980Z[ helios-setup] Feb 24 14:28:03.831 INFO E| Downloaded itoa v1.0.9
30052026-02-24T14:28:04.980Z[ helios-setup] Feb 24 14:28:03.833 INFO E| Downloaded cpufeatures v0.2.9
30062026-02-24T14:28:04.983Z[ helios-setup] Feb 24 14:28:03.835 INFO E| Downloaded digest v0.9.0
30072026-02-24T14:28:05.016Z[ helios-setup] Feb 24 14:28:03.871 INFO E| Downloaded walkdir v2.3.3
30082026-02-24T14:28:05.020Z[ helios-setup] Feb 24 14:28:03.874 INFO E| Downloaded unicode-width v0.1.10
30092026-02-24T14:28:05.023Z[ helios-setup] Feb 24 14:28:03.877 INFO E| Downloaded tempfile v3.7.0
30102026-02-24T14:28:05.027Z[ helios-setup] Feb 24 14:28:03.880 INFO E| Downloaded quote v1.0.31
30112026-02-24T14:28:05.030Z[ helios-setup] Feb 24 14:28:03.884 INFO E| Downloaded typenum v1.16.0
30122026-02-24T14:28:05.033Z[ helios-setup] Feb 24 14:28:03.888 INFO E| Downloaded once_cell v1.18.0
30132026-02-24T14:28:05.037Z[ helios-setup] Feb 24 14:28:03.892 INFO E| Downloaded unicode-ident v1.0.11
30142026-02-24T14:28:05.041Z[ helios-setup] Feb 24 14:28:03.896 INFO E| Downloaded proc-macro2 v1.0.66
30152026-02-24T14:28:05.045Z[ helios-setup] Feb 24 14:28:03.900 INFO E| Downloaded serde v1.0.193
30162026-02-24T14:28:05.049Z[ helios-setup] Feb 24 14:28:03.905 INFO E| Downloaded toml v0.5.11
30172026-02-24T14:28:05.053Z[ helios-setup] Feb 24 14:28:03.908 INFO E| Downloaded serde_derive v1.0.193
30182026-02-24T14:28:05.057Z[ helios-setup] Feb 24 14:28:03.912 INFO E| Downloaded ryu v1.0.15
30192026-02-24T14:28:05.061Z[ helios-setup] Feb 24 14:28:03.917 INFO E| Downloaded getrandom v0.2.10
30202026-02-24T14:28:05.066Z[ helios-setup] Feb 24 14:28:03.921 INFO E| Downloaded glob v0.3.1
30212026-02-24T14:28:05.080Z[ helios-setup] Feb 24 14:28:03.935 INFO E| Downloaded serde_json v1.0.103
30222026-02-24T14:28:05.087Z[ host-package] Compiling siphasher v1.0.1
30232026-02-24T14:28:05.111Z[ helios-setup] Feb 24 14:28:03.966 INFO E| Downloaded syn v2.0.32
30242026-02-24T14:28:05.148Z[ helios-setup] Feb 24 14:28:04.003 INFO E| Downloaded rustix v0.38.4
30252026-02-24T14:28:05.188Z[ helios-setup] Feb 24 14:28:04.043 INFO E| Downloaded libc v0.2.147
30262026-02-24T14:28:05.291Z[ helios-setup] Feb 24 14:28:04.145 INFO E| Compiling libc v0.2.147
30272026-02-24T14:28:05.291Z[ helios-setup] Feb 24 14:28:04.145 INFO E| Compiling proc-macro2 v1.0.66
30282026-02-24T14:28:05.295Z[ helios-setup] Feb 24 14:28:04.146 INFO E| Compiling unicode-ident v1.0.11
30292026-02-24T14:28:05.295Z[ helios-setup] Feb 24 14:28:04.146 INFO E| Compiling cfg-if v1.0.0
30302026-02-24T14:28:05.295Z[ helios-setup] Feb 24 14:28:04.146 INFO E| Compiling typenum v1.16.0
30312026-02-24T14:28:05.295Z[ helios-setup] Feb 24 14:28:04.146 INFO E| Compiling version_check v0.9.4
30322026-02-24T14:28:05.295Z[ helios-setup] Feb 24 14:28:04.146 INFO E| Compiling serde v1.0.193
30332026-02-24T14:28:05.295Z[ helios-setup] Feb 24 14:28:04.146 INFO E| Compiling time-core v0.1.2
30342026-02-24T14:28:05.482Z[ helios-setup] Feb 24 14:28:04.337 INFO E| Compiling itoa v1.0.9
30352026-02-24T14:28:05.668Z[ helios-setup] Feb 24 14:28:04.522 INFO E| Compiling powerfmt v0.2.0
30362026-02-24T14:28:05.778Z[ helios-setup] Feb 24 14:28:04.633 INFO E| Compiling rustix v0.38.4
30372026-02-24T14:28:06.031Z[ helios-setup] Feb 24 14:28:04.886 INFO E| Compiling num-conv v0.1.0
30382026-02-24T14:28:06.192Z[ host-package] Compiling termtree v0.5.1
30392026-02-24T14:28:06.328Z[ helios-setup] Feb 24 14:28:05.183 INFO E| Compiling slog v2.7.0
30402026-02-24T14:28:06.456Z[ helios-setup] Feb 24 14:28:05.311 INFO E| Compiling generic-array v0.14.7
30412026-02-24T14:28:06.464Z[ helios-setup] Feb 24 14:28:05.319 INFO E| Compiling deranged v0.3.11
30422026-02-24T14:28:06.651Z[ helios-setup] Feb 24 14:28:05.506 INFO E| Compiling time-macros v0.2.18
30432026-02-24T14:28:06.750Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30442026-02-24T14:28:06.828Z[ host-package] Compiling phf_shared v0.12.1
30452026-02-24T14:28:07.322Z[ host-package] Compiling vte v0.11.1
30462026-02-24T14:28:07.387Z[ helios-setup] Feb 24 14:28:06.241 INFO E| Compiling bitflags v2.3.3
30472026-02-24T14:28:07.657Z[ helios-setup] Feb 24 14:28:06.511 INFO E| Compiling num_threads v0.1.6
30482026-02-24T14:28:07.678Z[ helios-setup] Feb 24 14:28:06.532 INFO E| Compiling once_cell v1.18.0
30492026-02-24T14:28:08.187Z[ helios-setup] Feb 24 14:28:07.042 INFO E| Compiling thread_local v1.1.7
30502026-02-24T14:28:08.309Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30512026-02-24T14:28:08.431Z[ helios-setup] Feb 24 14:28:07.285 INFO E| Compiling fastrand v2.0.0
30522026-02-24T14:28:08.752Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30532026-02-24T14:28:09.319Z[ helios-setup] Feb 24 14:28:08.174 INFO E| Compiling quote v1.0.31
30542026-02-24T14:28:09.452Z[ helios-setup] Feb 24 14:28:08.306 INFO E| Compiling dirs-sys-next v0.1.2
30552026-02-24T14:28:09.513Z[ helios-setup] Feb 24 14:28:08.366 INFO E| Compiling errno v0.3.1
30562026-02-24T14:28:09.697Z[ helios-setup] Feb 24 14:28:08.552 INFO E| Compiling atty v0.2.14
30572026-02-24T14:28:09.700Z[ helios-setup] Feb 24 14:28:08.552 INFO E| Compiling opaque-debug v0.3.0
30582026-02-24T14:28:09.943Z[ helios-setup] Feb 24 14:28:08.797 INFO E| Compiling serde_json v1.0.103
30592026-02-24T14:28:10.069Z[ host-package] Compiling crossterm v0.29.0
30602026-02-24T14:28:10.160Z[ helios-setup] Feb 24 14:28:09.014 INFO E| Compiling dirs-next v2.0.0
30612026-02-24T14:28:10.308Z[ helios-setup] Feb 24 14:28:09.162 INFO E| Compiling syn v2.0.32
30622026-02-24T14:28:10.471Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30632026-02-24T14:28:10.539Z[ helios-setup] Feb 24 14:28:09.393 INFO E| Compiling term v0.7.0
30642026-02-24T14:28:10.610Z[ helios-setup] Feb 24 14:28:09.464 INFO E| Compiling anyhow v1.0.72
30652026-02-24T14:28:10.980Z[ helios-setup] Feb 24 14:28:09.834 INFO E| Compiling getrandom v0.2.10
30662026-02-24T14:28:11.237Z[ helios-setup] Feb 24 14:28:10.091 INFO E| Compiling same-file v1.0.6
30672026-02-24T14:28:11.509Z[ helios-setup] Feb 24 14:28:10.363 INFO E| Compiling time v0.3.36
30682026-02-24T14:28:11.673Z[ helios-setup] Feb 24 14:28:10.528 INFO E| Compiling block-buffer v0.9.0
30692026-02-24T14:28:11.858Z[ helios-setup] Feb 24 14:28:10.712 INFO E| Compiling digest v0.9.0
30702026-02-24T14:28:11.986Z[ helios-setup] Feb 24 14:28:10.840 INFO E| Compiling cpufeatures v0.2.9
30712026-02-24T14:28:11.992Z[ helios-setup] Feb 24 14:28:10.846 INFO E| Compiling unicode-width v0.1.10
30722026-02-24T14:28:12.095Z[ helios-setup] Feb 24 14:28:10.949 INFO E| Compiling ryu v1.0.15
30732026-02-24T14:28:12.258Z[ helios-setup] Feb 24 14:28:11.112 INFO E| Compiling getopts v0.2.21
30742026-02-24T14:28:12.371Z[ helios-setup] Feb 24 14:28:11.225 INFO E| Compiling sha-1 v0.9.8
30752026-02-24T14:28:12.953Z[ helios-setup] Feb 24 14:28:11.807 INFO E| Compiling tempfile v3.7.0
30762026-02-24T14:28:13.319Z[ helios-setup] Feb 24 14:28:12.173 INFO E| Compiling md-5 v0.9.1
30772026-02-24T14:28:13.364Z[ helios-setup] Feb 24 14:28:12.217 INFO E| Compiling walkdir v2.3.3
30782026-02-24T14:28:13.907Z[ helios-setup] Feb 24 14:28:12.761 INFO E| Compiling glob v0.3.1
30792026-02-24T14:28:13.942Z[ helios-setup] Feb 24 14:28:12.796 INFO E| Compiling libdevinfo-sys v1.0.0
30802026-02-24T14:28:15.283Z[ helios-setup] Feb 24 14:28:14.137 INFO E| Compiling slog-term v2.9.0
30812026-02-24T14:28:17.235Z[ helios-setup] Feb 24 14:28:16.089 INFO E| Compiling serde_derive v1.0.193
30822026-02-24T14:28:20.209Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30832026-02-24T14:28:21.033Z[ host-package] Compiling csv-core v0.1.11
30842026-02-24T14:28:21.385Z[ host-package] Compiling highway v1.3.0
30852026-02-24T14:28:22.234Z[ host-package] Compiling chrono-tz v0.10.4
30862026-02-24T14:28:23.098Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30872026-02-24T14:28:23.364Z[ host-package] Compiling csv v1.3.1
30882026-02-24T14:28:23.780Z[ host-package] Compiling tough v0.20.0
30892026-02-24T14:28:26.078Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30902026-02-24T14:28:26.629Z[ host-package] Compiling strip-ansi-escapes v0.2.0
30912026-02-24T14:28:27.097Z[ host-package] Compiling phf v0.12.1
30922026-02-24T14:28:27.523Z[ host-package] Compiling const_format_proc_macros v0.2.34
30932026-02-24T14:28:27.594Z[ host-package] Compiling papergrid v0.11.0
30942026-02-24T14:28:29.269Z[ helios-setup] Feb 24 14:28:28.121 INFO E| Compiling toml v0.5.11
30952026-02-24T14:28:29.269Z[ helios-setup] Feb 24 14:28:28.121 INFO E| Compiling uuid v0.8.2
30962026-02-24T14:28:29.605Z[ host-package] Compiling tabled_derive v0.7.0
30972026-02-24T14:28:29.834Z[ host-package] Compiling fd-lock v4.0.2
30982026-02-24T14:28:30.238Z[ host-package] Compiling peg-macros v0.8.5
30992026-02-24T14:28:31.543Z[ helios-setup] Feb 24 14:28:30.391 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31002026-02-24T14:28:32.204Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31012026-02-24T14:28:32.813Z[ host-package] Compiling nu-ansi-term v0.50.1
31022026-02-24T14:28:33.054Z[ helios-setup] Feb 24 14:28:31.905 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31032026-02-24T14:28:33.691Z[ host-package] Compiling reedline v0.40.0
31042026-02-24T14:28:33.915Z[ host-package] Compiling peg v0.8.5
31052026-02-24T14:28:34.169Z[ host-package] Compiling tabled v0.15.0
31062026-02-24T14:28:34.318Z[ host-package] Compiling const_format v0.2.34
31072026-02-24T14:28:40.417Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31082026-02-24T14:28:43.323Z[ helios-setup] Feb 24 14:28:42.173 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.31s
31092026-02-24T14:28:43.356Z[ helios-setup] Feb 24 14:28:42.205 INFO building project "image-builder" ok (39 seconds)
31102026-02-24T14:28:43.356Z[ helios-setup] Feb 24 14:28:42.205 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31112026-02-24T14:28:43.468Z[ helios-setup] Feb 24 14:28:42.318 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
31122026-02-24T14:28:43.468Z[ helios-setup] Feb 24 14:28:42.318 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31132026-02-24T14:28:43.472Z[ helios-setup] Feb 24 14:28:42.318 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31142026-02-24T14:28:43.495Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31152026-02-24T14:28:43.835Z[ helios-setup] Feb 24 14:28:42.685 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31162026-02-24T14:28:44.315Z[ helios-setup] Feb 24 14:28:43.165 INFO E| From https://github.com/jclulow/hiercmd
31172026-02-24T14:28:44.315Z[ helios-setup] Feb 24 14:28:43.165 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
31182026-02-24T14:28:44.337Z[ helios-setup] Feb 24 14:28:43.187 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
31192026-02-24T14:28:44.899Z[ helios-setup] Feb 24 14:28:43.749 INFO E| From https://github.com/oxidecomputer/network-interface
31202026-02-24T14:28:44.899Z[ helios-setup] Feb 24 14:28:43.749 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
31212026-02-24T14:28:44.929Z[ helios-setup] Feb 24 14:28:43.778 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
31222026-02-24T14:28:45.435Z[ helios-setup] Feb 24 14:28:44.284 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31232026-02-24T14:28:45.435Z[ helios-setup] Feb 24 14:28:44.285 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31242026-02-24T14:28:45.469Z[ helios-setup] Feb 24 14:28:44.319 INFO E| Updating crates.io index
31252026-02-24T14:28:45.655Z[ helios-setup] Feb 24 14:28:44.505 INFO E| Downloading crates ...
31262026-02-24T14:28:45.840Z[ helios-setup] Feb 24 14:28:44.689 INFO E| Downloaded flagset v0.4.7
31272026-02-24T14:28:45.843Z[ helios-setup] Feb 24 14:28:44.693 INFO E| Downloaded anstyle v1.0.13
31282026-02-24T14:28:45.879Z[ helios-setup] Feb 24 14:28:44.729 INFO E| Downloaded serde_spanned v1.0.3
31292026-02-24T14:28:45.882Z[ helios-setup] Feb 24 14:28:44.731 INFO E| Downloaded bitfield-macros v0.19.3
31302026-02-24T14:28:45.885Z[ helios-setup] Feb 24 14:28:44.732 INFO E| Downloaded colorchoice v1.0.4
31312026-02-24T14:28:45.885Z[ helios-setup] Feb 24 14:28:44.734 INFO E| Downloaded base64ct v1.8.0
31322026-02-24T14:28:45.888Z[ helios-setup] Feb 24 14:28:44.738 INFO E| Downloaded adler2 v2.0.1
31332026-02-24T14:28:45.921Z[ helios-setup] Feb 24 14:28:44.771 INFO E| Downloaded terminal_size v0.4.3
31342026-02-24T14:28:45.929Z[ helios-setup] Feb 24 14:28:44.779 INFO E| Downloaded is-terminal v0.4.17
31352026-02-24T14:28:45.932Z[ helios-setup] Feb 24 14:28:44.780 INFO E| Downloaded is_terminal_polyfill v1.70.2
31362026-02-24T14:28:45.935Z[ helios-setup] Feb 24 14:28:44.782 INFO E| Downloaded anstyle-query v1.1.4
31372026-02-24T14:28:45.935Z[ helios-setup] Feb 24 14:28:44.784 INFO E| Downloaded errno v0.3.14
31382026-02-24T14:28:45.938Z[ helios-setup] Feb 24 14:28:44.787 INFO E| Downloaded libdevinfo-sys v1.1.0
31392026-02-24T14:28:45.970Z[ helios-setup] Feb 24 14:28:44.820 INFO E| Downloaded signal-hook-registry v1.4.6
31402026-02-24T14:28:45.973Z[ helios-setup] Feb 24 14:28:44.822 INFO E| Downloaded anstyle-parse v0.2.7
31412026-02-24T14:28:45.976Z[ helios-setup] Feb 24 14:28:44.824 INFO E| Downloaded proc-macro-crate v3.4.0
31422026-02-24T14:28:45.976Z[ helios-setup] Feb 24 14:28:44.826 INFO E| Downloaded pin-project-lite v0.2.16
31432026-02-24T14:28:45.985Z[ helios-setup] Feb 24 14:28:44.834 INFO E| Downloaded devinfo v0.1.0
31442026-02-24T14:28:45.988Z[ helios-setup] Feb 24 14:28:44.837 INFO E| Downloaded clap_lex v0.7.6
31452026-02-24T14:28:45.991Z[ helios-setup] Feb 24 14:28:44.839 INFO E| Downloaded quote v1.0.41
31462026-02-24T14:28:45.994Z[ helios-setup] Feb 24 14:28:44.843 INFO E| Downloaded bitfield v0.19.3
31472026-02-24T14:28:45.997Z[ helios-setup] Feb 24 14:28:44.845 INFO E| Downloaded flate2 v1.1.5
31482026-02-24T14:28:46.002Z[ helios-setup] Feb 24 14:28:44.852 INFO E| Downloaded ppv-lite86 v0.2.21
31492026-02-24T14:28:46.005Z[ helios-setup] Feb 24 14:28:44.854 INFO E| Downloaded num_enum v0.7.5
31502026-02-24T14:28:46.012Z[ helios-setup] Feb 24 14:28:44.862 INFO E| Downloaded pkg-config v0.3.32
31512026-02-24T14:28:46.015Z[ helios-setup] Feb 24 14:28:44.865 INFO E| Downloaded thread_local v1.1.9
31522026-02-24T14:28:46.018Z[ helios-setup] Feb 24 14:28:44.867 INFO E| Downloaded toml_writer v1.0.4
31532026-02-24T14:28:46.021Z[ helios-setup] Feb 24 14:28:44.869 INFO E| Downloaded thiserror v2.0.17
31542026-02-24T14:28:46.028Z[ helios-setup] Feb 24 14:28:44.878 INFO E| Downloaded num_enum_derive v0.7.5
31552026-02-24T14:28:46.031Z[ helios-setup] Feb 24 14:28:44.880 INFO E| Downloaded zeroize v1.8.2
31562026-02-24T14:28:46.034Z[ helios-setup] Feb 24 14:28:44.882 INFO E| Downloaded lock_api v0.4.14
31572026-02-24T14:28:46.041Z[ helios-setup] Feb 24 14:28:44.885 INFO E| Downloaded crc32fast v1.5.0
31582026-02-24T14:28:46.044Z[ helios-setup] Feb 24 14:28:44.888 INFO E| Downloaded tls_codec v0.4.2
31592026-02-24T14:28:46.044Z[ helios-setup] Feb 24 14:28:44.891 INFO E| Downloaded toml_datetime v0.7.3
31602026-02-24T14:28:46.045Z[ helios-setup] Feb 24 14:28:44.893 INFO E| Downloaded thiserror-impl v2.0.17
31612026-02-24T14:28:46.049Z[ helios-setup] Feb 24 14:28:44.896 INFO E| Downloaded term v1.2.0
31622026-02-24T14:28:46.053Z[ helios-setup] Feb 24 14:28:44.900 INFO E| Downloaded toml_parser v1.0.4
31632026-02-24T14:28:46.056Z[ helios-setup] Feb 24 14:28:44.904 INFO E| Downloaded deranged v0.5.5
31642026-02-24T14:28:46.059Z[ helios-setup] Feb 24 14:28:44.907 INFO E| Downloaded clap_derive v4.5.49
31652026-02-24T14:28:46.062Z[ helios-setup] Feb 24 14:28:44.910 INFO E| Downloaded clap v4.5.51
31662026-02-24T14:28:46.073Z[ helios-setup] Feb 24 14:28:44.923 INFO E| Downloaded unicode-ident v1.0.22
31672026-02-24T14:28:46.077Z[ helios-setup] Feb 24 14:28:44.927 INFO E| Downloaded log v0.4.28
31682026-02-24T14:28:46.097Z[ helios-setup] Feb 24 14:28:44.947 INFO E| Downloaded toml_edit v0.23.7
31692026-02-24T14:28:46.101Z[ helios-setup] Feb 24 14:28:44.951 INFO E| Downloaded anyhow v1.0.100
31702026-02-24T14:28:46.107Z[ helios-setup] Feb 24 14:28:44.957 INFO E| Downloaded proc-macro2 v1.0.103
31712026-02-24T14:28:46.112Z[ helios-setup] Feb 24 14:28:44.961 INFO E| Downloaded bytes v1.10.1
31722026-02-24T14:28:46.117Z[ helios-setup] Feb 24 14:28:44.967 INFO E| Downloaded uuid v1.18.1
31732026-02-24T14:28:46.122Z[ helios-setup] Feb 24 14:28:44.972 INFO E| Downloaded typenum v1.19.0
31742026-02-24T14:28:46.126Z[ helios-setup] Feb 24 14:28:44.976 INFO E| Downloaded cc v1.2.44
31752026-02-24T14:28:46.130Z[ helios-setup] Feb 24 14:28:44.980 INFO E| Downloaded miniz_oxide v0.8.9
31762026-02-24T14:28:46.134Z[ helios-setup] Feb 24 14:28:44.984 INFO E| Downloaded toml v0.9.8
31772026-02-24T14:28:46.141Z[ helios-setup] Feb 24 14:28:44.990 INFO E| Downloaded memchr v2.7.6
31782026-02-24T14:28:46.149Z[ helios-setup] Feb 24 14:28:44.998 INFO E| Downloaded mio v1.1.0
31792026-02-24T14:28:46.158Z[ helios-setup] Feb 24 14:28:45.006 INFO E| Downloaded indexmap v2.12.0
31802026-02-24T14:28:46.163Z[ helios-setup] Feb 24 14:28:45.013 INFO E| Downloaded num-bigint-dig v0.8.4
31812026-02-24T14:28:46.170Z[ helios-setup] Feb 24 14:28:45.019 INFO E| Downloaded time v0.3.44
31822026-02-24T14:28:46.181Z[ helios-setup] Feb 24 14:28:45.030 INFO E| Downloaded serde_json v1.0.145
31832026-02-24T14:28:46.190Z[ helios-setup] Feb 24 14:28:45.039 INFO E| Downloaded winnow v0.7.13
31842026-02-24T14:28:46.202Z[ helios-setup] Feb 24 14:28:45.052 INFO E| Downloaded clap_builder v4.5.51
31852026-02-24T14:28:46.211Z[ helios-setup] Feb 24 14:28:45.061 INFO E| Downloaded libm v0.2.15
31862026-02-24T14:28:46.250Z[ helios-setup] Feb 24 14:28:45.100 INFO E| Downloaded hashbrown v0.16.0
31872026-02-24T14:28:46.258Z[ helios-setup] Feb 24 14:28:45.108 INFO E| Downloaded iddqd v0.3.14
31882026-02-24T14:28:46.267Z[ helios-setup] Feb 24 14:28:45.116 INFO E| Downloaded parking_lot v0.12.5
31892026-02-24T14:28:46.270Z[ helios-setup] Feb 24 14:28:45.120 INFO E| Downloaded bitflags v2.10.0
31902026-02-24T14:28:46.277Z[ helios-setup] Feb 24 14:28:45.126 INFO E| Downloaded unicode-width v0.2.2
31912026-02-24T14:28:46.284Z[ helios-setup] Feb 24 14:28:45.134 INFO E| Downloaded chrono v0.4.42
31922026-02-24T14:28:46.294Z[ helios-setup] Feb 24 14:28:45.144 INFO E| Downloaded syn v2.0.108
31932026-02-24T14:28:46.311Z[ helios-setup] Feb 24 14:28:45.161 INFO E| Downloaded parking_lot_core v0.9.12
31942026-02-24T14:28:46.314Z[ helios-setup] Feb 24 14:28:45.164 INFO E| Downloaded slab v0.4.11
31952026-02-24T14:28:46.317Z[ helios-setup] Feb 24 14:28:45.166 INFO E| Downloaded iana-time-zone v0.1.64
31962026-02-24T14:28:46.320Z[ helios-setup] Feb 24 14:28:45.169 INFO E| Downloaded getrandom v0.2.16
31972026-02-24T14:28:46.325Z[ helios-setup] Feb 24 14:28:45.174 INFO E| Downloaded autocfg v1.5.0
31982026-02-24T14:28:46.328Z[ helios-setup] Feb 24 14:28:45.177 INFO E| Downloaded tls_codec_derive v0.4.2
31992026-02-24T14:28:46.331Z[ helios-setup] Feb 24 14:28:45.179 INFO E| Downloaded getopts v0.2.24
32002026-02-24T14:28:46.334Z[ helios-setup] Feb 24 14:28:45.182 INFO E| Downloaded rustix v1.1.2
32012026-02-24T14:28:46.367Z[ helios-setup] Feb 24 14:28:45.217 INFO E| Downloaded find-msvc-tools v0.1.4
32022026-02-24T14:28:46.370Z[ helios-setup] Feb 24 14:28:45.219 INFO E| Downloaded crc v3.3.0
32032026-02-24T14:28:46.373Z[ helios-setup] Feb 24 14:28:45.222 INFO E| Downloaded anstream v0.6.21
32042026-02-24T14:28:46.376Z[ helios-setup] Feb 24 14:28:45.225 INFO E| Downloaded generic-array v0.14.9
32052026-02-24T14:28:46.379Z[ helios-setup] Feb 24 14:28:45.228 INFO E| Downloaded env_filter v0.1.4
32062026-02-24T14:28:46.492Z[ helios-setup] Feb 24 14:28:45.342 INFO E| Downloaded libc v0.2.177
32072026-02-24T14:28:46.530Z[ helios-setup] Feb 24 14:28:45.380 INFO E| Downloaded tokio v1.48.0
32082026-02-24T14:28:46.755Z[ helios-setup] Feb 24 14:28:45.604 INFO E| Compiling proc-macro2 v1.0.103
32092026-02-24T14:28:46.755Z[ helios-setup] Feb 24 14:28:45.604 INFO E| Compiling unicode-ident v1.0.22
32102026-02-24T14:28:46.755Z[ helios-setup] Feb 24 14:28:45.604 INFO E| Compiling quote v1.0.41
32112026-02-24T14:28:46.758Z[ helios-setup] Feb 24 14:28:45.604 INFO E| Compiling libc v0.2.177
32122026-02-24T14:28:46.758Z[ helios-setup] Feb 24 14:28:45.604 INFO E| Compiling serde_core v1.0.228
32132026-02-24T14:28:46.758Z[ helios-setup] Feb 24 14:28:45.604 INFO E| Compiling cfg-if v1.0.4
32142026-02-24T14:28:46.758Z[ helios-setup] Feb 24 14:28:45.604 INFO E| Compiling serde v1.0.228
32152026-02-24T14:28:46.759Z[ helios-setup] Feb 24 14:28:45.604 INFO E| Compiling version_check v0.9.5
32162026-02-24T14:28:46.892Z[ host-package] Compiling bcs v0.1.6
32172026-02-24T14:28:47.619Z[ helios-setup] Feb 24 14:28:46.469 INFO E| Compiling autocfg v1.5.0
32182026-02-24T14:28:47.628Z[ helios-setup] Feb 24 14:28:46.478 INFO E| Compiling typenum v1.19.0
32192026-02-24T14:28:48.438Z[ host-package] Compiling semver v0.1.20
32202026-02-24T14:28:48.602Z[ helios-setup] Feb 24 14:28:47.451 INFO E| Compiling const-oid v0.9.6
32212026-02-24T14:28:48.839Z[ helios-setup] Feb 24 14:28:47.688 INFO E| Compiling generic-array v0.14.9
32222026-02-24T14:28:48.979Z[ helios-setup] Feb 24 14:28:47.828 INFO E| Compiling libm v0.2.15
32232026-02-24T14:28:49.425Z[ helios-setup] Feb 24 14:28:48.274 INFO E| Compiling num-traits v0.2.19
32242026-02-24T14:28:50.197Z[ helios-setup] Feb 24 14:28:49.047 INFO E| Compiling zerocopy v0.8.27
32252026-02-24T14:28:50.320Z[ host-package] Compiling rustc_version v0.1.7
32262026-02-24T14:28:50.406Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32272026-02-24T14:28:50.993Z[ helios-setup] Feb 24 14:28:49.841 INFO E| Compiling rustversion v1.0.22
32282026-02-24T14:28:51.393Z[ host-package] Compiling newtype_derive v0.1.6
32292026-02-24T14:28:51.597Z[ helios-setup] Feb 24 14:28:50.446 INFO E| Compiling syn v2.0.108
32302026-02-24T14:28:52.084Z[ helios-setup] Feb 24 14:28:50.933 INFO E| Compiling smallvec v1.15.1
32312026-02-24T14:28:52.252Z[ host-package] Compiling humantime v2.2.0
32322026-02-24T14:28:52.333Z[ helios-setup] Feb 24 14:28:51.182 INFO E| Compiling zeroize v1.8.2
32332026-02-24T14:28:52.919Z[ host-package] Compiling smawk v0.3.2
32342026-02-24T14:28:52.926Z[ helios-setup] Feb 24 14:28:51.768 INFO E| Compiling base64ct v1.8.0
32352026-02-24T14:28:53.037Z[ helios-setup] Feb 24 14:28:51.885 INFO E| Compiling getrandom v0.2.16
32362026-02-24T14:28:53.349Z[ helios-setup] Feb 24 14:28:52.198 INFO E| Compiling byteorder v1.5.0
32372026-02-24T14:28:53.631Z[ host-package] Compiling unicode-linebreak v0.1.5
32382026-02-24T14:28:54.211Z[ helios-setup] Feb 24 14:28:53.059 INFO E| Compiling pem-rfc7468 v0.7.0
32392026-02-24T14:28:54.271Z[ host-package] Compiling dropshot-api-manager-types v0.3.0
32402026-02-24T14:28:54.564Z[ helios-setup] Feb 24 14:28:53.413 INFO E| Compiling winnow v0.7.13
32412026-02-24T14:28:54.877Z[ host-package] Compiling textwrap v0.16.2
32422026-02-24T14:28:54.895Z[ helios-setup] Feb 24 14:28:53.743 INFO E| Compiling block-buffer v0.10.4
32432026-02-24T14:28:55.347Z[ helios-setup] Feb 24 14:28:54.195 INFO E| Compiling crypto-common v0.1.6
32442026-02-24T14:28:55.457Z[ helios-setup] Feb 24 14:28:54.306 INFO E| Compiling equivalent v1.0.2
32452026-02-24T14:28:55.757Z[ helios-setup] Feb 24 14:28:54.605 INFO E| Compiling digest v0.10.7
32462026-02-24T14:28:56.029Z[ helios-setup] Feb 24 14:28:54.878 INFO E| Compiling hashbrown v0.16.0
32472026-02-24T14:28:56.600Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32482026-02-24T14:28:56.744Z[ helios-setup] Feb 24 14:28:55.593 INFO E| Compiling memchr v2.7.6
32492026-02-24T14:28:56.850Z[ helios-setup] Feb 24 14:28:55.698 INFO E| Compiling anyhow v1.0.100
32502026-02-24T14:28:56.938Z[ helios-setup] Feb 24 14:28:55.786 INFO E| Compiling crc32fast v1.5.0
32512026-02-24T14:28:58.159Z[ helios-setup] Feb 24 14:28:57.007 INFO E| Compiling flagset v0.4.7
32522026-02-24T14:28:58.382Z[ helios-setup] Feb 24 14:28:57.230 INFO E| Compiling utf8parse v0.2.2
32532026-02-24T14:28:58.568Z[ helios-setup] Feb 24 14:28:57.416 INFO E| Compiling rustix v1.1.2
32542026-02-24T14:28:58.760Z[ helios-setup] Feb 24 14:28:57.608 INFO E| Compiling bitflags v2.10.0
32552026-02-24T14:28:58.944Z[ helios-setup] Feb 24 14:28:57.792 INFO E| Compiling anstyle-parse v0.2.7
32562026-02-24T14:28:58.982Z[ helios-setup] Feb 24 14:28:57.830 INFO E| Compiling indexmap v2.12.0
32572026-02-24T14:28:59.373Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32582026-02-24T14:28:59.593Z[ host-package] Compiling steno v0.4.1
32592026-02-24T14:29:00.098Z[ helios-setup] Feb 24 14:28:58.945 INFO E| Compiling rand_core v0.6.4
32602026-02-24T14:29:00.207Z[ helios-setup] Feb 24 14:28:59.055 INFO E| Compiling errno v0.3.14
32612026-02-24T14:29:00.762Z[ helios-setup] Feb 24 14:28:59.610 INFO E| Compiling toml_datetime v0.7.3
32622026-02-24T14:29:00.880Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32632026-02-24T14:29:00.899Z[ helios-setup] Feb 24 14:28:59.747 INFO E| Compiling cpufeatures v0.2.17
32642026-02-24T14:29:01.307Z[ helios-setup] Feb 24 14:29:00.155 INFO E| Compiling syn v1.0.109
32652026-02-24T14:29:01.362Z[ helios-setup] Feb 24 14:29:00.210 INFO E| Compiling radium v0.7.0
32662026-02-24T14:29:01.467Z[ helios-setup] Feb 24 14:29:00.314 INFO E| Compiling colorchoice v1.0.4
32672026-02-24T14:29:01.551Z[ helios-setup] Feb 24 14:29:00.399 INFO E| Compiling allocator-api2 v0.2.21
32682026-02-24T14:29:01.892Z[ helios-setup] Feb 24 14:29:00.739 INFO E| Compiling toml_parser v1.0.4
32692026-02-24T14:29:01.984Z[ helios-setup] Feb 24 14:29:00.832 INFO E| Compiling find-msvc-tools v0.1.4
32702026-02-24T14:29:02.072Z[ helios-setup] Feb 24 14:29:00.917 INFO E| Compiling is_terminal_polyfill v1.70.2
32712026-02-24T14:29:02.282Z[ helios-setup] Feb 24 14:29:01.130 INFO E| Compiling anstyle-query v1.1.4
32722026-02-24T14:29:02.496Z[ helios-setup] Feb 24 14:29:01.343 INFO E| Compiling anstyle v1.0.13
32732026-02-24T14:29:02.548Z[ helios-setup] Feb 24 14:29:01.396 INFO E| Compiling shlex v1.3.0
32742026-02-24T14:29:02.834Z[ helios-setup] Feb 24 14:29:01.682 INFO E| Compiling sha2 v0.10.9
32752026-02-24T14:29:03.019Z[ helios-setup] Feb 24 14:29:01.867 INFO E| Compiling cc v1.2.44
32762026-02-24T14:29:03.799Z[ helios-setup] Feb 24 14:29:02.646 INFO E| Compiling toml_edit v0.23.7
32772026-02-24T14:29:04.017Z[ host-package] Compiling utf-8 v0.7.6
32782026-02-24T14:29:04.777Z[ helios-setup] Feb 24 14:29:03.624 INFO E| Compiling anstream v0.6.21
32792026-02-24T14:29:04.881Z[ host-package] Compiling moka v0.12.10
32802026-02-24T14:29:05.831Z[ host-package] Compiling tagptr v0.2.0
32812026-02-24T14:29:06.129Z[ helios-setup] Feb 24 14:29:04.977 INFO E| Compiling slog v2.8.2
32822026-02-24T14:29:06.821Z[ helios-setup] Feb 24 14:29:05.668 INFO E| Compiling futures-sink v0.3.31
32832026-02-24T14:29:07.097Z[ helios-setup] Feb 24 14:29:05.944 INFO E| Compiling parking_lot_core v0.9.12
32842026-02-24T14:29:07.305Z[ helios-setup] Feb 24 14:29:06.152 INFO E| Compiling futures-core v0.3.31
32852026-02-24T14:29:07.370Z[ helios-setup] Feb 24 14:29:06.216 INFO E| Compiling maybe-uninit v2.0.0
32862026-02-24T14:29:07.714Z[ helios-setup] Feb 24 14:29:06.561 INFO E| Compiling tap v1.0.1
32872026-02-24T14:29:07.814Z[ helios-setup] Feb 24 14:29:06.660 INFO E| Compiling pin-project-lite v0.2.16
32882026-02-24T14:29:08.106Z[ helios-setup] Feb 24 14:29:06.953 INFO E| Compiling unicode-width v0.2.2
32892026-02-24T14:29:08.240Z[ helios-setup] Feb 24 14:29:07.082 INFO E| Compiling pkg-config v0.3.32
32902026-02-24T14:29:08.312Z[ helios-setup] Feb 24 14:29:07.159 INFO E| Compiling wyz v0.5.1
32912026-02-24T14:29:08.333Z[ helios-setup] Feb 24 14:29:07.179 INFO E| Compiling futures-channel v0.3.31
32922026-02-24T14:29:08.387Z[ helios-setup] Feb 24 14:29:07.234 INFO E| Compiling proc-macro-crate v3.4.0
32932026-02-24T14:29:09.020Z[ helios-setup] Feb 24 14:29:07.866 INFO E| Compiling terminal_size v0.4.3
32942026-02-24T14:29:09.249Z[ helios-setup] Feb 24 14:29:08.095 INFO E| Compiling getopts v0.2.24
32952026-02-24T14:29:09.536Z[ helios-setup] Feb 24 14:29:08.381 INFO E| Compiling num-integer v0.1.46
32962026-02-24T14:29:09.536Z[ helios-setup] Feb 24 14:29:08.382 INFO E| Compiling ahash v0.8.12
32972026-02-24T14:29:09.921Z[ helios-setup] Feb 24 14:29:08.767 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
32982026-02-24T14:29:10.299Z[ helios-setup] Feb 24 14:29:09.145 INFO E| Compiling itoa v1.0.15
32992026-02-24T14:29:10.343Z[ host-package] Compiling tungstenite v0.21.0
33002026-02-24T14:29:10.389Z[ helios-setup] Feb 24 14:29:09.236 INFO E| Compiling spin v0.9.8
33012026-02-24T14:29:10.883Z[ helios-setup] Feb 24 14:29:09.729 INFO E| Compiling num-conv v0.1.0
33022026-02-24T14:29:11.070Z[ helios-setup] Feb 24 14:29:09.904 INFO E| Compiling pin-utils v0.1.0
33032026-02-24T14:29:11.081Z[ helios-setup] Feb 24 14:29:09.928 INFO E| Compiling thiserror v1.0.69
33042026-02-24T14:29:11.204Z[ helios-setup] Feb 24 14:29:10.051 INFO E| Compiling clap_lex v0.7.6
33052026-02-24T14:29:11.222Z[ helios-setup] Feb 24 14:29:10.068 INFO E| Compiling time-core v0.1.6
33062026-02-24T14:29:11.448Z[ helios-setup] Feb 24 14:29:10.294 INFO E| Compiling funty v2.0.0
33072026-02-24T14:29:11.553Z[ helios-setup] Feb 24 14:29:10.399 INFO E| Compiling serde_derive v1.0.228
33082026-02-24T14:29:11.801Z[ helios-setup] Feb 24 14:29:10.648 INFO E| Compiling zerocopy-derive v0.8.27
33092026-02-24T14:29:12.036Z[ helios-setup] Feb 24 14:29:10.882 INFO E| Compiling der_derive v0.7.3
33102026-02-24T14:29:12.373Z[ helios-setup] Feb 24 14:29:11.219 INFO E| Compiling futures-macro v0.3.31
33112026-02-24T14:29:12.603Z[ helios-setup] Feb 24 14:29:11.449 INFO E| Compiling bytes v1.10.1
33122026-02-24T14:29:12.822Z[ host-package] Compiling hickory-resolver v0.25.2
33132026-02-24T14:29:13.175Z[ host-package] Compiling tokio-tungstenite v0.21.0
33142026-02-24T14:29:14.095Z[ helios-setup] Feb 24 14:29:12.940 INFO E| Compiling packed_struct v0.10.1
33152026-02-24T14:29:14.897Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33162026-02-24T14:29:15.358Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33172026-02-24T14:29:15.443Z[ helios-setup] Feb 24 14:29:14.289 INFO E| Compiling scopeguard v1.2.0
33182026-02-24T14:29:16.143Z[ helios-setup] Feb 24 14:29:14.989 INFO E| Compiling num-bigint-dig v0.8.4
33192026-02-24T14:29:16.265Z[ helios-setup] Feb 24 14:29:15.110 INFO E| Compiling strsim v0.11.1
33202026-02-24T14:29:16.567Z[ helios-setup] Feb 24 14:29:15.413 INFO E| Compiling powerfmt v0.2.0
33212026-02-24T14:29:16.630Z[ helios-setup] Feb 24 14:29:15.475 INFO E| Compiling slab v0.4.11
33222026-02-24T14:29:16.732Z[ helios-setup] Feb 24 14:29:15.577 INFO E| Compiling der v0.7.10
33232026-02-24T14:29:17.080Z[ host-package] Compiling proc-macro-error2 v2.0.1
33242026-02-24T14:29:17.166Z[ helios-setup] Feb 24 14:29:16.012 INFO E| Compiling futures-io v0.3.31
33252026-02-24T14:29:17.635Z[ helios-setup] Feb 24 14:29:16.481 INFO E| Compiling futures-task v0.3.31
33262026-02-24T14:29:18.021Z[ helios-setup] Feb 24 14:29:16.865 INFO E| Compiling heck v0.5.0
33272026-02-24T14:29:18.075Z[ helios-setup] Feb 24 14:29:16.920 INFO E| Compiling getrandom v0.3.4
33282026-02-24T14:29:18.080Z[ helios-setup] Feb 24 14:29:16.926 INFO E| Compiling futures-util v0.3.31
33292026-02-24T14:29:18.424Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33302026-02-24T14:29:18.615Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33312026-02-24T14:29:19.364Z[ helios-setup] Feb 24 14:29:18.209 INFO E| Compiling clap_derive v4.5.49
33322026-02-24T14:29:19.788Z[ helios-setup] Feb 24 14:29:18.633 INFO E| Compiling clap_builder v4.5.51
33332026-02-24T14:29:20.335Z[ helios-setup] Feb 24 14:29:19.180 INFO E| Compiling deranged v0.5.5
33342026-02-24T14:29:24.242Z[ helios-setup] Feb 24 14:29:23.086 INFO E| Compiling spki v0.7.3
33352026-02-24T14:29:25.247Z[ helios-setup] Feb 24 14:29:24.091 INFO E| Compiling pkcs8 v0.10.2
33362026-02-24T14:29:26.828Z[ helios-setup] Feb 24 14:29:25.672 INFO E| Compiling ppv-lite86 v0.2.21
33372026-02-24T14:29:27.278Z[ helios-setup] Feb 24 14:29:26.123 INFO E| Compiling packed_struct_codegen v0.10.1
33382026-02-24T14:29:27.961Z[ helios-setup] Feb 24 14:29:26.805 INFO E| Compiling erased-serde v0.3.31
33392026-02-24T14:29:28.534Z[ helios-setup] Feb 24 14:29:27.378 INFO E| Compiling lock_api v0.4.14
33402026-02-24T14:29:28.874Z[ helios-setup] Feb 24 14:29:27.718 INFO E| Compiling bitvec v1.0.1
33412026-02-24T14:29:29.314Z[ helios-setup] Feb 24 14:29:28.158 INFO E| Compiling rand_chacha v0.3.1
33422026-02-24T14:29:29.882Z[ helios-setup] Feb 24 14:29:28.726 INFO E| Compiling time-macros v0.2.24
33432026-02-24T14:29:30.279Z[ helios-setup] Feb 24 14:29:29.123 INFO E| Compiling rand v0.8.5
33442026-02-24T14:29:31.595Z[ helios-setup] Feb 24 14:29:30.439 INFO E| Compiling zerocopy-derive v0.6.6
33452026-02-24T14:29:32.039Z[ helios-setup] Feb 24 14:29:30.881 INFO E| Compiling thiserror-impl v1.0.69
33462026-02-24T14:29:32.475Z[ helios-setup] Feb 24 14:29:31.318 INFO E| Compiling num_enum_derive v0.7.5
33472026-02-24T14:29:33.373Z[ helios-setup] Feb 24 14:29:32.217 INFO E| Compiling bitfield-macros v0.19.3
33482026-02-24T14:29:34.591Z[ helios-setup] Feb 24 14:29:33.433 INFO E| Compiling lazy_static v1.5.0
33492026-02-24T14:29:35.142Z[ helios-setup] Feb 24 14:29:33.985 INFO E| Compiling num-iter v0.1.45
33502026-02-24T14:29:35.593Z[ helios-setup] Feb 24 14:29:34.436 INFO E| Compiling indexmap v1.9.3
33512026-02-24T14:29:36.723Z[ helios-setup] Feb 24 14:29:35.566 INFO E| Compiling crc-catalog v2.4.0
33522026-02-24T14:29:36.772Z[ helios-setup] Feb 24 14:29:35.615 INFO E| Compiling nodrop v0.1.14
33532026-02-24T14:29:37.129Z[ helios-setup] Feb 24 14:29:35.972 INFO E| Compiling once_cell v1.21.3
33542026-02-24T14:29:37.167Z[ helios-setup] Feb 24 14:29:36.010 INFO E| Compiling serde_json v1.0.145
33552026-02-24T14:29:37.287Z[ helios-setup] Feb 24 14:29:36.129 INFO E| Compiling thiserror v2.0.17
33562026-02-24T14:29:37.491Z[ helios-setup] Feb 24 14:29:36.334 INFO E| Compiling adler2 v2.0.1
33572026-02-24T14:29:38.083Z[ helios-setup] Feb 24 14:29:36.926 INFO E| Compiling log v0.4.28
33582026-02-24T14:29:38.163Z[ helios-setup] Feb 24 14:29:37.006 INFO E| Compiling simd-adler32 v0.3.7
33592026-02-24T14:29:38.267Z[ helios-setup] Feb 24 14:29:37.110 INFO E| Compiling iana-time-zone v0.1.64
33602026-02-24T14:29:38.270Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33612026-02-24T14:29:38.861Z[ helios-setup] Feb 24 14:29:37.704 INFO E| Compiling time v0.3.44
33622026-02-24T14:29:39.131Z[ helios-setup] Feb 24 14:29:37.974 INFO E| Compiling miniz_oxide v0.8.9
33632026-02-24T14:29:39.147Z[ helios-setup] Feb 24 14:29:37.990 INFO E| Compiling env_filter v0.1.4
33642026-02-24T14:29:39.440Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33652026-02-24T14:29:39.761Z[ helios-setup] Feb 24 14:29:38.604 INFO E| Compiling chrono v0.4.42
33662026-02-24T14:29:43.255Z[ host-package] Compiling num-derive v0.3.3
33672026-02-24T14:29:44.344Z[ helios-setup] Feb 24 14:29:43.186 INFO E| Compiling num_enum v0.7.5
33682026-02-24T14:29:44.571Z[ helios-setup] Feb 24 14:29:43.409 INFO E| Compiling crc v3.3.0
33692026-02-24T14:29:44.881Z[ host-package] Compiling vergen-gitcl v1.0.8
33702026-02-24T14:29:45.049Z[ helios-setup] Feb 24 14:29:43.889 INFO E| Compiling array-init v0.0.4
33712026-02-24T14:29:45.607Z[ helios-setup] Feb 24 14:29:44.449 INFO E| Compiling bitfield v0.19.3
33722026-02-24T14:29:45.942Z[ host-package] Compiling dirs-sys-next v0.1.2
33732026-02-24T14:29:46.391Z[ helios-setup] Feb 24 14:29:45.233 INFO E| Compiling parking_lot v0.12.5
33742026-02-24T14:29:46.980Z[ helios-setup] Feb 24 14:29:45.822 INFO E| Compiling smallvec v0.6.14
33752026-02-24T14:29:47.321Z[ host-package] Compiling maplit v1.0.2
33762026-02-24T14:29:47.397Z[ host-package] Compiling libscf-sys v1.1.0
33772026-02-24T14:29:47.985Z[ helios-setup] Feb 24 14:29:46.793 INFO E| Compiling zerocopy v0.6.6
33782026-02-24T14:29:48.008Z[ host-package] Compiling crunchy v0.2.2
33792026-02-24T14:29:48.013Z[ helios-setup] Feb 24 14:29:46.855 INFO E| Compiling clap v4.5.51
33802026-02-24T14:29:48.166Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33812026-02-24T14:29:48.320Z[ helios-setup] Feb 24 14:29:47.161 INFO E| Compiling futures-executor v0.3.31
33822026-02-24T14:29:49.498Z[ host-package] Compiling dirs-next v2.0.0
33832026-02-24T14:29:49.789Z[ helios-setup] Feb 24 14:29:48.626 INFO E| Compiling serde_spanned v0.6.9
33842026-02-24T14:29:50.011Z[ helios-setup] Feb 24 14:29:48.852 INFO E| Compiling toml_datetime v0.6.11
33852026-02-24T14:29:50.257Z[ host-package] Compiling dsl_auto_type v0.1.2
33862026-02-24T14:29:50.345Z[ helios-setup] Feb 24 14:29:49.186 INFO E| Compiling pkcs1 v0.7.5
33872026-02-24T14:29:51.007Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33882026-02-24T14:29:51.192Z[ helios-setup] Feb 24 14:29:50.033 INFO E| Compiling thiserror-impl v2.0.17
33892026-02-24T14:29:51.239Z[ helios-setup] Feb 24 14:29:50.080 INFO E| Compiling tokio-macros v2.6.0
33902026-02-24T14:29:51.514Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
33912026-02-24T14:29:51.732Z[ helios-setup] Feb 24 14:29:50.570 INFO E| Compiling signature v2.2.0
33922026-02-24T14:29:52.425Z[ host-package] Compiling tiny-keccak v2.0.2
33932026-02-24T14:29:52.561Z[ host-package] Compiling diesel_derives v2.2.3
33942026-02-24T14:29:53.424Z[ host-package] Compiling r2d2 v0.8.10
33952026-02-24T14:29:54.086Z[ host-package] Compiling term v0.7.0
33962026-02-24T14:29:54.449Z[ helios-setup] Feb 24 14:29:53.290 INFO E| Compiling serde_spanned v1.0.3
33972026-02-24T14:29:54.579Z[ helios-setup] Feb 24 14:29:53.419 INFO E| Compiling is-terminal v0.4.17
33982026-02-24T14:29:54.857Z[ helios-setup] Feb 24 14:29:53.695 INFO E| Compiling mio v1.1.0
33992026-02-24T14:29:54.924Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34002026-02-24T14:29:54.964Z[ helios-setup] Feb 24 14:29:53.804 INFO E| Compiling signal-hook-registry v1.4.6
34012026-02-24T14:29:55.431Z[ helios-setup] Feb 24 14:29:54.270 INFO E| Compiling socket2 v0.6.1
34022026-02-24T14:29:55.465Z[ helios-setup] Feb 24 14:29:54.305 INFO E| Compiling thread_local v1.1.9
34032026-02-24T14:29:56.297Z[ host-package] Compiling tabled_derive v0.11.0
34042026-02-24T14:29:56.705Z[ host-package] Compiling papergrid v0.17.0
34052026-02-24T14:29:56.804Z[ helios-setup] Feb 24 14:29:55.637 INFO E| Compiling libdevinfo-sys v1.1.0
34062026-02-24T14:29:56.856Z[ helios-setup] Feb 24 14:29:55.697 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34072026-02-24T14:29:57.120Z[ helios-setup] Feb 24 14:29:55.961 INFO E| Compiling ryu v1.0.20
34082026-02-24T14:29:57.930Z[ helios-setup] Feb 24 14:29:56.771 INFO E| Compiling hashbrown v0.12.3
34092026-02-24T14:29:57.941Z[ helios-setup] Feb 24 14:29:56.781 INFO E| Compiling base64 v0.21.7
34102026-02-24T14:29:57.979Z[ helios-setup] Feb 24 14:29:56.819 INFO E| Compiling subtle v2.6.1
34112026-02-24T14:29:58.322Z[ helios-setup] Feb 24 14:29:57.162 INFO E| Compiling winnow v0.5.40
34122026-02-24T14:29:58.553Z[ helios-setup] Feb 24 14:29:57.394 INFO E| Compiling term v1.2.0
34132026-02-24T14:29:58.868Z[ helios-setup] Feb 24 14:29:57.707 INFO E| Compiling toml_writer v1.0.4
34142026-02-24T14:29:59.033Z[ helios-setup] Feb 24 14:29:57.872 INFO E| Compiling ron v0.8.1
34152026-02-24T14:29:59.203Z[ host-package] Compiling testing_table v0.3.0
34162026-02-24T14:30:00.233Z[ helios-setup] Feb 24 14:29:59.073 INFO E| Compiling slog-term v2.9.2
34172026-02-24T14:30:00.404Z[ helios-setup] Feb 24 14:29:59.244 INFO E| Compiling toml v0.9.8
34182026-02-24T14:30:01.558Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34192026-02-24T14:30:01.682Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34202026-02-24T14:30:02.420Z[ host-package] Compiling xshell-macros v0.2.7
34212026-02-24T14:30:03.584Z[ helios-setup] Feb 24 14:30:02.424 INFO E| Compiling rsa v0.9.8
34222026-02-24T14:30:04.270Z[ host-package] Compiling arc-swap v1.7.1
34232026-02-24T14:30:06.137Z[ host-package] Compiling bit-vec v0.6.3
34242026-02-24T14:30:06.690Z[ helios-setup] Feb 24 14:30:05.529 INFO E| Compiling toml_edit v0.19.15
34252026-02-24T14:30:07.324Z[ host-package] Compiling bit-set v0.5.3
34262026-02-24T14:30:07.555Z[ helios-setup] Feb 24 14:30:06.392 INFO E| Compiling tokio v1.48.0
34272026-02-24T14:30:07.740Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34282026-02-24T14:30:08.174Z[ host-package] Compiling slog-scope v4.4.0
34292026-02-24T14:30:09.719Z[ helios-setup] Feb 24 14:30:08.557 INFO E| Compiling devinfo v0.1.0
34302026-02-24T14:30:09.839Z[ host-package] Compiling xshell v0.2.7
34312026-02-24T14:30:10.339Z[ helios-setup] Feb 24 14:30:09.176 INFO E| Compiling uuid v1.18.1
34322026-02-24T14:30:12.190Z[ host-package] Compiling diesel v2.2.12
34332026-02-24T14:30:13.294Z[ helios-setup] Feb 24 14:30:12.132 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34342026-02-24T14:30:13.479Z[ helios-setup] Feb 24 14:30:12.317 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34352026-02-24T14:30:14.635Z[ helios-setup] Feb 24 14:30:13.473 INFO E| Compiling futures v0.3.31
34362026-02-24T14:30:14.744Z[ helios-setup] Feb 24 14:30:13.582 INFO E| Compiling serde-hex v0.1.0
34372026-02-24T14:30:14.920Z[ host-package] Compiling tabled v0.20.0
34382026-02-24T14:30:15.062Z[ helios-setup] Feb 24 14:30:13.899 INFO E| Compiling bzip2 v0.4.4
34392026-02-24T14:30:15.423Z[ helios-setup] Feb 24 14:30:14.261 INFO E| Compiling hashbrown v0.13.2
34402026-02-24T14:30:16.280Z[ helios-setup] Feb 24 14:30:15.115 INFO E| Compiling flate2 v1.1.5
34412026-02-24T14:30:18.230Z[ helios-setup] Feb 24 14:30:17.067 INFO E| Compiling env_logger v0.11.8
34422026-02-24T14:30:19.040Z[ helios-setup] Feb 24 14:30:17.878 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34432026-02-24T14:30:19.325Z[ helios-setup] Feb 24 14:30:18.162 INFO E| Compiling x509-cert v0.2.5
34442026-02-24T14:30:21.206Z[ helios-setup] Feb 24 14:30:20.043 INFO E| Compiling hex v0.4.3
34452026-02-24T14:30:22.225Z[ helios-setup] Feb 24 14:30:21.062 INFO E| Compiling crc-any v2.5.0
34462026-02-24T14:30:23.085Z[ helios-setup] Feb 24 14:30:21.921 INFO E| Compiling bitflags v1.3.2
34472026-02-24T14:30:23.348Z[ helios-setup] Feb 24 14:30:22.185 INFO E| Compiling foldhash v0.2.0
34482026-02-24T14:30:23.987Z[ helios-setup] Feb 24 14:30:22.824 INFO E| Compiling rustc-hash v2.1.1
34492026-02-24T14:30:24.446Z[ helios-setup] Feb 24 14:30:23.283 INFO E| Compiling iddqd v0.3.14
34502026-02-24T14:30:24.654Z[ helios-setup] Feb 24 14:30:23.491 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34512026-02-24T14:30:24.806Z[ helios-setup] Feb 24 14:30:23.643 INFO E| Compiling object v0.30.4
34522026-02-24T14:30:25.179Z[ host-package] Compiling ascii-canvas v3.0.0
34532026-02-24T14:30:26.255Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34542026-02-24T14:30:26.612Z[ helios-setup] Feb 24 14:30:25.448 INFO E| Compiling zip v0.6.6
34552026-02-24T14:30:27.684Z[ helios-setup] Feb 24 14:30:26.521 INFO E| Compiling toml v0.7.8
34562026-02-24T14:30:29.216Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34572026-02-24T14:30:30.846Z[ helios-setup] Feb 24 14:30:29.682 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34582026-02-24T14:30:31.496Z[ host-package] Compiling ena v0.14.3
34592026-02-24T14:30:32.456Z[ host-package] Compiling diff v0.1.13
34602026-02-24T14:30:33.492Z[ host-package] Compiling bindgen v0.71.1
34612026-02-24T14:30:34.117Z[ helios-setup] Feb 24 14:30:32.951 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34622026-02-24T14:30:34.453Z[ helios-setup] Feb 24 14:30:33.289 INFO E| Compiling path-slash v0.1.5
34632026-02-24T14:30:34.831Z[ helios-setup] Feb 24 14:30:33.667 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34642026-02-24T14:30:34.850Z[ host-package] Compiling regex-syntax v0.6.29
34652026-02-24T14:30:35.300Z[ helios-setup] Feb 24 14:30:34.136 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34662026-02-24T14:30:43.474Z[ helios-setup] Feb 24 14:30:42.308 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34672026-02-24T14:30:43.582Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34682026-02-24T14:30:44.687Z[ host-package] Compiling unicase v2.8.1
34692026-02-24T14:30:45.945Z[ host-package] Compiling lalrpop v0.19.12
34702026-02-24T14:30:50.049Z[ helios-setup] Feb 24 14:30:48.883 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34712026-02-24T14:30:52.601Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34722026-02-24T14:31:03.707Z[ host-package] Compiling slog-stdlog v4.1.1
34732026-02-24T14:31:04.466Z[ helios-setup] Feb 24 14:31:03.297 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34742026-02-24T14:31:04.876Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34752026-02-24T14:31:06.672Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34762026-02-24T14:31:08.017Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34772026-02-24T14:31:08.069Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34782026-02-24T14:31:08.500Z[ host-package] Compiling crc8 v0.1.1
34792026-02-24T14:31:08.637Z[ host-package] Compiling slog-envlogger v2.2.0
34802026-02-24T14:31:11.592Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34812026-02-24T14:31:12.952Z[ host-package] Compiling headers-core v0.3.0
34822026-02-24T14:31:13.395Z[ host-package] Compiling libxml v0.3.3
34832026-02-24T14:31:14.428Z[ host-package] Compiling headers v0.4.1
34842026-02-24T14:31:15.903Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34852026-02-24T14:31:19.955Z[ host-package] Compiling polar-core v0.27.3
34862026-02-24T14:31:20.060Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34872026-02-24T14:31:20.923Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34882026-02-24T14:31:21.609Z[ host-package] Compiling strum_macros v0.24.3
34892026-02-24T14:31:21.699Z[ host-package] Compiling indoc v1.0.9
34902026-02-24T14:31:28.991Z[ host-package] Compiling samael v0.0.19
34912026-02-24T14:31:30.752Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34922026-02-24T14:31:31.408Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
34932026-02-24T14:31:32.215Z[ host-package] Compiling derive_builder v0.20.2
34942026-02-24T14:31:32.709Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
34952026-02-24T14:31:35.273Z[ host-package] Compiling oso-derive v0.27.3
34962026-02-24T14:31:35.348Z[ helios-setup] Feb 24 14:31:34.176 INFO E| Finished `release` profile [optimized] target(s) in 2m 51s
34972026-02-24T14:31:35.352Z[ helios-setup] Feb 24 14:31:34.176 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
34982026-02-24T14:31:35.352Z[ helios-setup] Feb 24 14:31:34.179 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34992026-02-24T14:31:35.429Z[ helios-setup] Feb 24 14:31:34.257 INFO building project "pilot" ok (171 seconds)
35002026-02-24T14:31:35.429Z[ helios-setup] Feb 24 14:31:34.257 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
35012026-02-24T14:31:35.544Z[ helios-setup] Feb 24 14:31:34.371 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
35022026-02-24T14:31:35.544Z[ helios-setup] Feb 24 14:31:34.371 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35032026-02-24T14:31:35.544Z[ helios-setup] Feb 24 14:31:34.372 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35042026-02-24T14:31:35.668Z[ host-package] Compiling quick-xml v0.37.2
35052026-02-24T14:31:35.986Z[ helios-setup] Feb 24 14:31:34.813 INFO E| Downloading crates ...
35062026-02-24T14:31:36.156Z[ helios-setup] Feb 24 14:31:34.983 INFO E| Downloaded miniz_oxide v0.8.8
35072026-02-24T14:31:36.216Z[ helios-setup] Feb 24 14:31:35.043 INFO E| Compiling adler2 v2.0.0
35082026-02-24T14:31:36.378Z[ helios-setup] Feb 24 14:31:35.206 INFO E| Compiling miniz_oxide v0.8.8
35092026-02-24T14:31:36.451Z[ host-package] Compiling half v1.8.3
35102026-02-24T14:31:36.513Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35112026-02-24T14:31:37.486Z[ host-package] Compiling serde_cbor v0.11.2
35122026-02-24T14:31:38.591Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35132026-02-24T14:31:38.859Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35142026-02-24T14:31:39.191Z[ helios-setup] Feb 24 14:31:38.018 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35152026-02-24T14:31:40.161Z[ helios-setup] Feb 24 14:31:38.988 INFO E| Finished `release` profile [optimized] target(s) in 4.49s
35162026-02-24T14:31:40.168Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35172026-02-24T14:31:40.173Z[ helios-setup] Feb 24 14:31:39.000 INFO building project "pinprick" ok (4 seconds)
35182026-02-24T14:31:40.173Z[ helios-setup] Feb 24 14:31:39.000 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35192026-02-24T14:31:40.230Z[ host-package] Compiling diesel-dtrace v0.4.2
35202026-02-24T14:31:40.280Z[ helios-setup] Feb 24 14:31:39.107 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
35212026-02-24T14:31:40.280Z[ helios-setup] Feb 24 14:31:39.107 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35222026-02-24T14:31:40.284Z[ helios-setup] Feb 24 14:31:39.107 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35232026-02-24T14:31:40.716Z[ helios-setup] Feb 24 14:31:39.538 INFO E| Downloading crates ...
35242026-02-24T14:31:40.838Z[ helios-setup] Feb 24 14:31:39.660 INFO E| Downloaded anyhow v1.0.98
35252026-02-24T14:31:40.841Z[ helios-setup] Feb 24 14:31:39.665 INFO E| Downloaded time-core v0.1.4
35262026-02-24T14:31:40.841Z[ helios-setup] Feb 24 14:31:39.667 INFO E| Downloaded darling_macro v0.20.11
35272026-02-24T14:31:40.841Z[ helios-setup] Feb 24 14:31:39.668 INFO E| Downloaded fastrand v2.3.0
35282026-02-24T14:31:40.844Z[ helios-setup] Feb 24 14:31:39.670 INFO E| Downloaded darling v0.20.11
35292026-02-24T14:31:40.869Z[ helios-setup] Feb 24 14:31:39.696 INFO E| Downloaded time-macros v0.2.22
35302026-02-24T14:31:40.901Z[ helios-setup] Feb 24 14:31:39.728 INFO E| Downloaded tempfile v3.20.0
35312026-02-24T14:31:40.905Z[ helios-setup] Feb 24 14:31:39.733 INFO E| Downloaded bitflags v2.9.1
35322026-02-24T14:31:40.910Z[ helios-setup] Feb 24 14:31:39.738 INFO E| Downloaded getrandom v0.3.3
35332026-02-24T14:31:40.915Z[ helios-setup] Feb 24 14:31:39.743 INFO E| Downloaded deranged v0.4.0
35342026-02-24T14:31:40.928Z[ helios-setup] Feb 24 14:31:39.745 INFO E| Downloaded darling_core v0.20.11
35352026-02-24T14:31:40.928Z[ helios-setup] Feb 24 14:31:39.752 INFO E| Downloaded serde_with_macros v3.12.0
35362026-02-24T14:31:40.928Z[ helios-setup] Feb 24 14:31:39.754 INFO E| Downloaded indexmap v2.9.0
35372026-02-24T14:31:40.935Z[ helios-setup] Feb 24 14:31:39.762 INFO E| Downloaded hashbrown v0.15.3
35382026-02-24T14:31:40.943Z[ helios-setup] Feb 24 14:31:39.769 INFO E| Downloaded time v0.3.41
35392026-02-24T14:31:40.952Z[ helios-setup] Feb 24 14:31:39.779 INFO E| Downloaded serde_with v3.12.0
35402026-02-24T14:31:40.955Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35412026-02-24T14:31:40.965Z[ helios-setup] Feb 24 14:31:39.792 INFO E| Downloaded chrono v0.4.41
35422026-02-24T14:31:41.004Z[ helios-setup] Feb 24 14:31:39.831 INFO E| Downloaded rustix v1.0.7
35432026-02-24T14:31:41.146Z[ helios-setup] Feb 24 14:31:39.973 INFO E| Compiling proc-macro2 v1.0.95
35442026-02-24T14:31:41.149Z[ helios-setup] Feb 24 14:31:39.973 INFO E| Compiling unicode-ident v1.0.18
35452026-02-24T14:31:41.149Z[ helios-setup] Feb 24 14:31:39.973 INFO E| Compiling libc v0.2.172
35462026-02-24T14:31:41.149Z[ helios-setup] Feb 24 14:31:39.973 INFO E| Compiling ident_case v1.0.1
35472026-02-24T14:31:41.149Z[ helios-setup] Feb 24 14:31:39.973 INFO E| Compiling strsim v0.11.1
35482026-02-24T14:31:41.149Z[ helios-setup] Feb 24 14:31:39.973 INFO E| Compiling fnv v1.0.7
35492026-02-24T14:31:41.149Z[ helios-setup] Feb 24 14:31:39.973 INFO E| Compiling serde v1.0.219
35502026-02-24T14:31:41.149Z[ helios-setup] Feb 24 14:31:39.974 INFO E| Compiling getrandom v0.3.3
35512026-02-24T14:31:41.720Z[ helios-setup] Feb 24 14:31:40.547 INFO E| Compiling rustix v1.0.7
35522026-02-24T14:31:41.853Z[ helios-setup] Feb 24 14:31:40.680 INFO E| Compiling anyhow v1.0.98
35532026-02-24T14:31:41.910Z[ helios-setup] Feb 24 14:31:40.737 INFO E| Compiling thiserror v2.0.12
35542026-02-24T14:31:42.433Z[ helios-setup] Feb 24 14:31:41.260 INFO E| Compiling cfg-if v1.0.0
35552026-02-24T14:31:42.545Z[ helios-setup] Feb 24 14:31:41.372 INFO E| Compiling serde_json v1.0.140
35562026-02-24T14:31:42.583Z[ helios-setup] Feb 24 14:31:41.397 INFO E| Compiling bitflags v2.9.1
35572026-02-24T14:31:42.936Z[ helios-setup] Feb 24 14:31:41.763 INFO E| Compiling once_cell v1.21.3
35582026-02-24T14:31:43.514Z[ helios-setup] Feb 24 14:31:42.341 INFO E| Compiling itoa v1.0.15
35592026-02-24T14:31:43.684Z[ helios-setup] Feb 24 14:31:42.511 INFO E| Compiling fastrand v2.3.0
35602026-02-24T14:31:43.852Z[ helios-setup] Feb 24 14:31:42.679 INFO E| Compiling ryu v1.0.20
35612026-02-24T14:31:44.062Z[ helios-setup] Feb 24 14:31:42.888 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
35622026-02-24T14:31:44.123Z[ helios-setup] Feb 24 14:31:42.949 INFO E| Compiling memchr v2.7.4
35632026-02-24T14:31:44.663Z[ helios-setup] Feb 24 14:31:43.489 INFO E| Compiling errno v0.3.12
35642026-02-24T14:31:44.732Z[ helios-setup] Feb 24 14:31:43.558 INFO E| Compiling quote v1.0.40
35652026-02-24T14:31:45.335Z[ helios-setup] Feb 24 14:31:44.162 INFO E| Compiling syn v2.0.101
35662026-02-24T14:31:47.111Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35672026-02-24T14:31:48.058Z[ helios-setup] Feb 24 14:31:46.884 INFO E| Compiling tempfile v3.20.0
35682026-02-24T14:31:50.184Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35692026-02-24T14:31:52.721Z[ helios-setup] Feb 24 14:31:51.547 INFO E| Compiling darling_core v0.20.11
35702026-02-24T14:31:53.824Z[ host-package] Compiling oso v0.27.3
35712026-02-24T14:31:55.375Z[ helios-setup] Feb 24 14:31:54.200 INFO E| Compiling serde_derive v1.0.219
35722026-02-24T14:31:55.375Z[ helios-setup] Feb 24 14:31:54.200 INFO E| Compiling thiserror-impl v2.0.12
35732026-02-24T14:31:58.107Z[ helios-setup] Feb 24 14:31:56.932 INFO E| Compiling darling_macro v0.20.11
35742026-02-24T14:31:59.564Z[ helios-setup] Feb 24 14:31:58.389 INFO E| Compiling darling v0.20.11
35752026-02-24T14:31:59.736Z[ helios-setup] Feb 24 14:31:58.560 INFO E| Compiling serde_with_macros v3.12.0
35762026-02-24T14:32:05.293Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35772026-02-24T14:32:05.564Z[ host-package] Compiling bb8 v0.8.5
35782026-02-24T14:32:06.409Z[ host-package] Compiling trait-variant v0.1.2
35792026-02-24T14:32:06.791Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35802026-02-24T14:32:07.348Z[ host-package] Compiling async-bb8-diesel v0.2.1
35812026-02-24T14:32:07.725Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
35822026-02-24T14:32:09.149Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35832026-02-24T14:32:10.168Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35842026-02-24T14:32:10.215Z[ helios-setup] Feb 24 14:32:09.038 INFO E| Compiling serde_with v3.12.0
35852026-02-24T14:32:13.875Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35862026-02-24T14:32:14.546Z[ host-package] Compiling fxhash v0.2.1
35872026-02-24T14:32:14.689Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35882026-02-24T14:32:14.956Z[ host-package] Compiling typify-impl v0.2.0
35892026-02-24T14:32:15.112Z[ host-package] Compiling kstat-rs v0.2.4
35902026-02-24T14:32:15.295Z[ host-package] Compiling libz-sys v1.1.20
35912026-02-24T14:32:16.290Z[ host-package] Compiling salty v0.3.0
35922026-02-24T14:32:16.343Z[ host-package] Compiling nonempty v0.12.0
35932026-02-24T14:32:17.064Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35942026-02-24T14:32:17.769Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35952026-02-24T14:32:21.785Z[ helios-setup] Feb 24 14:32:20.607 INFO E| Finished `release` profile [optimized] target(s) in 41.33s
35962026-02-24T14:32:21.819Z[ helios-setup] Feb 24 14:32:20.640 INFO building project "dmar-report" ok (41 seconds)
35972026-02-24T14:32:21.819Z[ helios-setup] Feb 24 14:32:20.640 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35982026-02-24T14:32:21.946Z[ helios-setup] Feb 24 14:32:20.768 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
35992026-02-24T14:32:21.947Z[ helios-setup] Feb 24 14:32:20.768 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
36002026-02-24T14:32:21.947Z[ helios-setup] Feb 24 14:32:20.768 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
36012026-02-24T14:32:22.343Z[ helios-setup] Feb 24 14:32:21.164 INFO E| Downloading crates ...
36022026-02-24T14:32:22.408Z[ helios-setup] Feb 24 14:32:21.228 INFO E| Downloaded miniz_oxide v0.6.2
36032026-02-24T14:32:22.412Z[ helios-setup] Feb 24 14:32:21.232 INFO E| Downloaded cpufeatures v0.2.5
36042026-02-24T14:32:22.414Z[ helios-setup] Feb 24 14:32:21.234 INFO E| Downloaded anyhow v1.0.62
36052026-02-24T14:32:22.418Z[ helios-setup] Feb 24 14:32:21.240 INFO E| Downloaded block-buffer v0.10.3
36062026-02-24T14:32:22.421Z[ helios-setup] Feb 24 14:32:21.243 INFO E| Downloaded generic-array v0.14.6
36072026-02-24T14:32:22.424Z[ helios-setup] Feb 24 14:32:21.245 INFO E| Downloaded digest v0.10.3
36082026-02-24T14:32:22.431Z[ helios-setup] Feb 24 14:32:21.248 INFO E| Downloaded typenum v1.15.0
36092026-02-24T14:32:22.431Z[ helios-setup] Feb 24 14:32:21.251 INFO E| Downloaded flate2 v1.0.25
36102026-02-24T14:32:22.434Z[ helios-setup] Feb 24 14:32:21.256 INFO E| Downloaded bytes v1.2.1
36112026-02-24T14:32:22.439Z[ helios-setup] Feb 24 14:32:21.261 INFO E| Downloaded sha2 v0.10.5
36122026-02-24T14:32:22.572Z[ helios-setup] Feb 24 14:32:21.393 INFO E| Compiling version_check v0.9.4
36132026-02-24T14:32:22.572Z[ helios-setup] Feb 24 14:32:21.394 INFO E| Compiling typenum v1.15.0
36142026-02-24T14:32:22.572Z[ helios-setup] Feb 24 14:32:21.394 INFO E| Compiling cfg-if v1.0.0
36152026-02-24T14:32:22.574Z[ helios-setup] Feb 24 14:32:21.394 INFO E| Compiling crc32fast v1.3.2
36162026-02-24T14:32:22.574Z[ helios-setup] Feb 24 14:32:21.394 INFO E| Compiling adler v1.0.2
36172026-02-24T14:32:22.574Z[ helios-setup] Feb 24 14:32:21.394 INFO E| Compiling anyhow v1.0.62
36182026-02-24T14:32:22.574Z[ helios-setup] Feb 24 14:32:21.394 INFO E| Compiling unicode-width v0.1.10
36192026-02-24T14:32:22.575Z[ helios-setup] Feb 24 14:32:21.394 INFO E| Compiling cpufeatures v0.2.5
36202026-02-24T14:32:23.304Z[ helios-setup] Feb 24 14:32:22.125 INFO E| Compiling bytes v1.2.1
36212026-02-24T14:32:23.406Z[ helios-setup] Feb 24 14:32:22.228 INFO E| Compiling bitflags v1.3.2
36222026-02-24T14:32:23.682Z[ helios-setup] Feb 24 14:32:22.503 INFO E| Compiling getopts v0.2.21
36232026-02-24T14:32:23.918Z[ helios-setup] Feb 24 14:32:22.739 INFO E| Compiling miniz_oxide v0.6.2
36242026-02-24T14:32:24.492Z[ helios-setup] Feb 24 14:32:23.313 INFO E| Compiling generic-array v0.14.6
36252026-02-24T14:32:25.754Z[ helios-setup] Feb 24 14:32:24.575 INFO E| Compiling flate2 v1.0.25
36262026-02-24T14:32:26.733Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36272026-02-24T14:32:27.286Z[ host-package] Compiling typify-macro v0.2.0
36282026-02-24T14:32:28.441Z[ helios-setup] Feb 24 14:32:27.262 INFO E| Compiling block-buffer v0.10.3
36292026-02-24T14:32:28.441Z[ helios-setup] Feb 24 14:32:27.262 INFO E| Compiling crypto-common v0.1.6
36302026-02-24T14:32:28.668Z[ helios-setup] Feb 24 14:32:27.489 INFO E| Compiling digest v0.10.3
36312026-02-24T14:32:29.067Z[ helios-setup] Feb 24 14:32:27.888 INFO E| Compiling sha2 v0.10.5
36322026-02-24T14:32:29.628Z[ helios-setup] Feb 24 14:32:28.449 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
36332026-02-24T14:32:31.905Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36342026-02-24T14:32:34.457Z[ helios-setup] Feb 24 14:32:33.277 INFO E| Finished `release` profile [optimized] target(s) in 12.30s
36352026-02-24T14:32:34.473Z[ helios-setup] Feb 24 14:32:33.294 INFO building project "bootserver" ok (12 seconds)
36362026-02-24T14:32:34.476Z[ helios-setup] rm -f helios-build
36372026-02-24T14:32:34.479Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36382026-02-24T14:32:34.482Z[ helios-setup]
36392026-02-24T14:32:34.486Z[ helios-setup] Setup complete! ./helios-build is now available.
36402026-02-24T14:32:34.486Z[ helios-setup]
36412026-02-24T14:32:34.490Z[ helios-setup]
36422026-02-24T14:32:34.490Z[ helios-setup] real 8:16.907111170
36432026-02-24T14:32:34.490Z[ helios-setup] user 17:00.785454768
36442026-02-24T14:32:34.490Z[ helios-setup] sys 1:55.723057784
36452026-02-24T14:32:34.490Z[ helios-setup] trap 1.204355132
36462026-02-24T14:32:34.490Z[ helios-setup] tflt 4.414094485
36472026-02-24T14:32:34.490Z[ helios-setup] dflt 14.711536333
36482026-02-24T14:32:34.490Z[ helios-setup] kflt 0.000497318
36492026-02-24T14:32:34.490Z[ helios-setup] lock 1:25:50.404176351
36502026-02-24T14:32:34.490Z[ helios-setup] slp 2:13:09.962142919
36512026-02-24T14:32:34.490Z[ helios-setup] lat 18:12.501304141
36522026-02-24T14:32:34.490Z[ helios-setup] stop 2:42.676131940
36532026-02-24T14:32:34.490ZFeb 24 14:32:33.307 INFO [helios-setup] process exited with exit status: 0 (496.910471482s)
36542026-02-24T14:32:34.490ZFeb 24 14:32:33.307 INFO [helios-record] running task
36552026-02-24T14:32:34.490ZFeb 24 14:32:33.307 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36562026-02-24T14:32:34.493ZFeb 24 14:32:33.313 DEBG process exited with exit status: 0 (6.081218ms)
36572026-02-24T14:32:34.493ZFeb 24 14:32:33.313 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36582026-02-24T14:32:34.499ZFeb 24 14:32:33.319 DEBG process exited with exit status: 0 (5.772035ms)
36592026-02-24T14:32:34.499ZFeb 24 14:32:33.319 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36602026-02-24T14:32:34.505ZFeb 24 14:32:33.325 DEBG process exited with exit status: 0 (6.033702ms)
36612026-02-24T14:32:34.505ZFeb 24 14:32:33.325 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36622026-02-24T14:32:34.510ZFeb 24 14:32:33.331 DEBG process exited with exit status: 0 (5.59216ms)
36632026-02-24T14:32:34.510ZFeb 24 14:32:33.331 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36642026-02-24T14:32:34.516ZFeb 24 14:32:33.337 DEBG process exited with exit status: 0 (5.954259ms)
36652026-02-24T14:32:34.517ZFeb 24 14:32:33.337 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36662026-02-24T14:32:34.522ZFeb 24 14:32:33.342 DEBG process exited with exit status: 0 (5.551414ms)
36672026-02-24T14:32:34.522ZFeb 24 14:32:33.342 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36682026-02-24T14:32:34.527ZFeb 24 14:32:33.348 DEBG process exited with exit status: 0 (5.411016ms)
36692026-02-24T14:32:34.527ZFeb 24 14:32:33.348 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36702026-02-24T14:32:34.533ZFeb 24 14:32:33.353 DEBG process exited with exit status: 0 (5.704871ms)
36712026-02-24T14:32:34.534ZFeb 24 14:32:33.353 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36722026-02-24T14:32:34.539ZFeb 24 14:32:33.359 DEBG process exited with exit status: 0 (5.649725ms)
36732026-02-24T14:32:34.542ZFeb 24 14:32:33.359 INFO [helios-record] task succeeded (52.66408ms)
36742026-02-24T14:32:38.326Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36752026-02-24T14:32:42.043Z[ host-package] Compiling nanorand v0.7.0
36762026-02-24T14:32:43.225Z[ host-package] Compiling parking_lot_core v0.8.6
36772026-02-24T14:32:43.808Z[ host-package] Compiling mime_guess v2.0.5
36782026-02-24T14:32:44.362Z[ host-package] Compiling flume v0.11.1
36792026-02-24T14:32:44.881Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36802026-02-24T14:32:45.132Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36812026-02-24T14:32:47.550Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36822026-02-24T14:32:53.044Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36832026-02-24T14:32:53.113Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36842026-02-24T14:33:07.072Z[ host-package] Compiling tabled_derive v0.10.0
36852026-02-24T14:33:09.424Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36862026-02-24T14:33:09.912Z[ host-package] Compiling ignore v0.4.23
36872026-02-24T14:33:15.872Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36882026-02-24T14:33:16.297Z[ host-package] Compiling papergrid v0.14.0
36892026-02-24T14:33:16.379Z[ host-package] Compiling primeorder v0.13.6
36902026-02-24T14:33:16.977Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36912026-02-24T14:33:18.565Z[ host-package] Compiling castaway v0.2.3
36922026-02-24T14:33:18.840Z[ host-package] Compiling nibble_vec v0.1.0
36932026-02-24T14:33:19.158Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36942026-02-24T14:33:19.570Z[ host-package] Compiling atty v0.2.14
36952026-02-24T14:33:19.804Z[ host-package] Compiling endian-type v0.1.2
36962026-02-24T14:33:19.900Z[ host-package] Compiling http-range v0.1.5
36972026-02-24T14:33:20.131Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36982026-02-24T14:33:20.167Z[ host-package] Compiling radix_trie v0.2.1
36992026-02-24T14:33:20.508Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37002026-02-24T14:33:20.709Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37012026-02-24T14:33:20.792Z[ host-package] Compiling compact_str v0.8.0
37022026-02-24T14:33:21.064Z[ host-package] Compiling tabled v0.18.0
37032026-02-24T14:33:23.181Z[ host-package] Compiling p384 v0.13.1
37042026-02-24T14:33:28.539Z[ host-package] Compiling globwalk v0.9.1
37052026-02-24T14:33:28.567Z[ host-package] Compiling parking_lot v0.11.2
37062026-02-24T14:33:29.867Z[ host-package] Compiling typify v0.2.0
37072026-02-24T14:33:30.076Z[ host-package] Compiling predicates-tree v1.0.12
37082026-02-24T14:33:30.273Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37092026-02-24T14:33:30.471Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37102026-02-24T14:33:30.827Z[ host-package] Compiling unicode-truncate v1.1.0
37112026-02-24T14:33:31.191Z[ host-package] Compiling prefix-trie v0.7.0
37122026-02-24T14:33:32.211Z[ host-package] Compiling lru v0.12.5
37132026-02-24T14:33:32.628Z[ host-package] Compiling vergen-git2 v1.0.7
37142026-02-24T14:33:33.032Z[ host-package] Compiling instability v0.3.2
37152026-02-24T14:33:34.014Z[ host-package] Compiling cassowary v0.3.0
37162026-02-24T14:33:34.784Z[ host-package] Compiling indoc v2.0.6
37172026-02-24T14:33:35.674Z[ host-package] Compiling ratatui v0.29.0
37182026-02-24T14:33:37.645Z[ host-package] Compiling hickory-server v0.25.2
37192026-02-24T14:33:37.698Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37202026-02-24T14:33:39.090Z[ host-package] Compiling progenitor-impl v0.8.0
37212026-02-24T14:33:39.684Z[ host-package] Compiling hyper-staticfile v0.10.1
37222026-02-24T14:33:42.191Z[ host-package] Compiling sled v0.34.7
37232026-02-24T14:33:44.678Z[ host-package] Compiling git2 v0.20.2
37242026-02-24T14:33:50.376Z[ host-package] Compiling hickory-client v0.25.2
37252026-02-24T14:33:52.763Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37262026-02-24T14:33:52.839Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37272026-02-24T14:33:54.080Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37282026-02-24T14:33:54.721Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37292026-02-24T14:33:55.734Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37302026-02-24T14:34:00.143Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37312026-02-24T14:34:00.801Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37322026-02-24T14:34:02.635Z[ host-package] Compiling rand_seeder v0.4.0
37332026-02-24T14:34:03.117Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37342026-02-24T14:34:03.454Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37352026-02-24T14:34:03.904Z[ host-package] Compiling lzma-sys v0.1.20
37362026-02-24T14:34:04.020Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37372026-02-24T14:34:04.438Z[ host-package] Compiling rustls v0.21.12
37382026-02-24T14:34:04.657Z[ host-package] Compiling corncobs v0.1.4
37392026-02-24T14:34:04.945Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37402026-02-24T14:34:05.203Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37412026-02-24T14:34:05.557Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37422026-02-24T14:34:06.470Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37432026-02-24T14:34:06.677Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37442026-02-24T14:34:15.996Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37452026-02-24T14:34:20.751Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37462026-02-24T14:34:21.889Z[ host-package] Compiling progenitor-macro v0.8.0
37472026-02-24T14:34:28.404Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37482026-02-24T14:34:32.725Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37492026-02-24T14:34:35.651Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37502026-02-24T14:34:39.736Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37512026-02-24T14:34:39.781Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37522026-02-24T14:34:40.186Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37532026-02-24T14:34:40.587Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37542026-02-24T14:34:40.985Z[ host-package] Compiling progenitor-client v0.8.0
37552026-02-24T14:34:41.937Z[ host-package] Compiling sct v0.7.1
37562026-02-24T14:34:42.445Z[ host-package] Compiling rustls-webpki v0.101.7
37572026-02-24T14:34:46.236Z[ host-package] Compiling heck v0.3.3
37582026-02-24T14:34:46.624Z[ host-package] Compiling secrecy v0.8.0
37592026-02-24T14:34:47.925Z[ host-package] Compiling void v1.0.2
37602026-02-24T14:34:47.929Z[ host-package] Compiling lzss v0.8.2
37612026-02-24T14:34:47.929Z[ host-package] Compiling zone_cfg_derive v0.1.2
37622026-02-24T14:34:49.025Z[ host-package] Compiling progenitor v0.8.0
37632026-02-24T14:34:49.512Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37642026-02-24T14:34:50.066Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37652026-02-24T14:34:55.733Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37662026-02-24T14:34:57.136Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37672026-02-24T14:35:00.171Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37682026-02-24T14:35:01.281Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37692026-02-24T14:35:01.734Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37702026-02-24T14:35:02.226Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37712026-02-24T14:35:02.630Z[ host-package] Compiling tungstenite v0.23.0
37722026-02-24T14:35:08.132Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37732026-02-24T14:35:08.196Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37742026-02-24T14:35:08.554Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37752026-02-24T14:35:08.599Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37762026-02-24T14:35:08.965Z[ host-package] Compiling nix v0.27.1
37772026-02-24T14:35:09.012Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37782026-02-24T14:35:09.741Z[ host-package] Compiling serde_bytes v0.11.19
37792026-02-24T14:35:10.334Z[ host-package] Compiling number_prefix v0.4.0
37802026-02-24T14:35:10.671Z[ host-package] Compiling base64 v0.13.1
37812026-02-24T14:35:11.535Z[ host-package] Compiling ron v0.7.1
37822026-02-24T14:35:11.831Z[ host-package] Compiling indicatif v0.17.11
37832026-02-24T14:35:12.541Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37842026-02-24T14:35:15.584Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37852026-02-24T14:35:16.574Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
37862026-02-24T14:35:16.606Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37872026-02-24T14:35:18.284Z[ host-package] Compiling tokio-tungstenite v0.23.1
37882026-02-24T14:35:19.011Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37892026-02-24T14:35:21.566Z[ host-package] Compiling xz2 v0.1.7
37902026-02-24T14:35:22.225Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37912026-02-24T14:35:38.533Z[ host-package] Compiling tokio-rustls v0.24.1
37922026-02-24T14:35:39.109Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37932026-02-24T14:35:44.607Z[ host-package] Compiling zone v0.1.8
37942026-02-24T14:35:51.982Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37952026-02-24T14:35:52.011Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37962026-02-24T14:35:53.695Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37972026-02-24T14:35:55.058Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37982026-02-24T14:35:56.198Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37992026-02-24T14:35:59.905Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38002026-02-24T14:36:00.191Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38012026-02-24T14:36:01.774Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38022026-02-24T14:36:10.780Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38032026-02-24T14:36:15.103Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38042026-02-24T14:36:23.749Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38052026-02-24T14:36:24.675Z[ host-package] Compiling rustls-pemfile v1.0.4
38062026-02-24T14:36:25.453Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38072026-02-24T14:36:28.682Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38082026-02-24T14:36:31.105Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38092026-02-24T14:36:31.510Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38102026-02-24T14:36:31.741Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38112026-02-24T14:36:33.413Z[ host-package] Compiling signal-hook-tokio v0.3.1
38122026-02-24T14:36:33.722Z[ host-package] Compiling twox-hash v2.1.0
38132026-02-24T14:36:34.132Z[ host-package] Compiling yasna v0.5.2
38142026-02-24T14:36:34.754Z[ host-package] Compiling is_ci v1.2.0
38152026-02-24T14:36:35.097Z[ host-package] Compiling supports-color v3.0.2
38162026-02-24T14:36:35.580Z[ host-package] Compiling rcgen v0.12.1
38172026-02-24T14:36:37.639Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38182026-02-24T14:36:37.952Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38192026-02-24T14:36:46.005Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38202026-02-24T14:36:47.013Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38212026-02-24T14:37:01.405Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38222026-02-24T14:37:14.087Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
38232026-02-24T14:37:24.761Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38242026-02-24T14:37:25.477Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38252026-02-24T14:37:33.101Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38262026-02-24T14:37:45.902Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38272026-02-24T14:37:45.925Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38282026-02-24T14:37:51.559Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38292026-02-24T14:37:51.967Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38302026-02-24T14:37:52.319Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38312026-02-24T14:37:52.371Z[ host-package] Compiling fatfs v0.3.6
38322026-02-24T14:37:52.691Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38332026-02-24T14:37:55.155Z[ host-package] Compiling rtoolbox v0.0.2
38342026-02-24T14:37:55.634Z[ host-package] Compiling subprocess v0.2.9
38352026-02-24T14:38:00.258Z[ host-package] Compiling assert_matches v1.5.0
38362026-02-24T14:38:00.439Z[ host-package] Compiling seq-macro v0.3.6
38372026-02-24T14:38:02.055Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38382026-02-24T14:38:04.442Z[ host-package] Compiling rpassword v7.4.0
38392026-02-24T14:38:05.085Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38402026-02-24T14:38:13.501Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38412026-02-24T14:38:27.383Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38422026-02-24T14:38:32.836Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38432026-02-24T14:38:33.063Z[ host-package] Compiling tui-tree-widget v0.23.1
38442026-02-24T14:38:33.592Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38452026-02-24T14:38:41.639Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38462026-02-24T14:38:42.617Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38472026-02-24T14:38:44.140Z[ host-package] Compiling uzers v0.12.1
38482026-02-24T14:38:47.345Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38492026-02-24T14:38:48.594Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38502026-02-24T14:38:58.710Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38512026-02-24T14:39:04.597Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38522026-02-24T14:39:29.005Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38532026-02-24T14:39:30.532Z[ host-package] Compiling support-bundle-viewer v0.1.2
38542026-02-24T14:39:33.716Z[ host-package] Compiling multimap v0.10.1
38552026-02-24T14:41:46.465Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38562026-02-24T14:52:39.421Z[ host-package] Finished `release` profile [optimized] target(s) in 26m 37s
38572026-02-24T14:53:39.051ZFeb 24 14:53:37.707 INFO [host-package] process exited with exit status: 0 (1657.45821986s)
38582026-02-24T14:53:39.051ZFeb 24 14:53:37.707 INFO [host-stamp] running task
38592026-02-24T14:53:39.054ZFeb 24 14:53:37.708 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+git7a071b0c898
38602026-02-24T14:53:39.054ZFeb 24 14:53:37.708 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38612026-02-24T14:53:39.054ZFeb 24 14:53:37.708 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+git7a071b0c898
38622026-02-24T14:53:39.054ZFeb 24 14:53:37.709 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+git7a071b0c898
38632026-02-24T14:53:39.054ZFeb 24 14:53:37.709 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+git7a071b0c898
38642026-02-24T14:53:39.056ZFeb 24 14:53:37.710 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+git7a071b0c898
38652026-02-24T14:53:39.056ZFeb 24 14:53:37.710 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+git7a071b0c898
38662026-02-24T14:53:39.056ZFeb 24 14:53:37.710 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+git7a071b0c898
38672026-02-24T14:53:39.056ZFeb 24 14:53:37.710 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+git7a071b0c898
38682026-02-24T14:53:39.066Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38692026-02-24T14:53:39.066Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38702026-02-24T14:53:39.069Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38712026-02-24T14:53:39.069Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38722026-02-24T14:53:39.069Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38732026-02-24T14:53:39.069Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38742026-02-24T14:53:39.069Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38752026-02-24T14:53:39.070Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38762026-02-24T14:53:39.073Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38772026-02-24T14:53:39.078ZFeb 24 14:53:37.731 INFO [stamp-overlay] process exited with exit status: 0 (20.491172ms)
38782026-02-24T14:53:39.078Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38792026-02-24T14:53:39.084Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38802026-02-24T14:53:39.088ZFeb 24 14:53:37.745 INFO [stamp-oxlog] process exited with exit status: 0 (34.564642ms)
38812026-02-24T14:53:39.142Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38822026-02-24T14:53:39.146ZFeb 24 14:53:37.803 INFO [stamp-crucible-utils] process exited with exit status: 0 (95.074108ms)
38832026-02-24T14:53:39.170Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38842026-02-24T14:53:39.174ZFeb 24 14:53:37.831 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (122.20156ms)
38852026-02-24T14:53:39.373Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38862026-02-24T14:53:39.377ZFeb 24 14:53:38.033 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (323.241463ms)
38872026-02-24T14:53:39.694Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38882026-02-24T14:53:39.698ZFeb 24 14:53:38.354 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (644.890882ms)
38892026-02-24T14:53:40.471Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38902026-02-24T14:53:40.475ZFeb 24 14:53:39.131 INFO [stamp-propolis-server] process exited with exit status: 0 (1.421066966s)
38912026-02-24T14:53:40.622Z[recovery-package] Compiling newtype-uuid v1.3.2
38922026-02-24T14:53:40.928Z[recovery-package] Compiling daft v0.1.4
38932026-02-24T14:53:41.249Z[recovery-package] Compiling iddqd v0.3.16
38942026-02-24T14:53:42.839Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38952026-02-24T14:53:43.195Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38962026-02-24T14:53:43.195Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38972026-02-24T14:53:43.200Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38982026-02-24T14:53:43.200Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38992026-02-24T14:53:43.266Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39002026-02-24T14:53:43.961Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39012026-02-24T14:53:47.920Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39022026-02-24T14:53:47.924ZFeb 24 14:53:46.580 INFO [stamp-switch-asic] process exited with exit status: 0 (8.870607727s)
39032026-02-24T14:53:47.924ZFeb 24 14:53:46.580 INFO [host-stamp] task succeeded (8.872128556s)
39042026-02-24T14:53:47.924ZFeb 24 14:53:46.580 INFO [host-proto] running task
39052026-02-24T14:53:48.539ZFeb 24 14:53:47.194 INFO [host-proto] task succeeded (614.818123ms)
39062026-02-24T14:53:48.539ZFeb 24 14:53:47.194 INFO [host-profile] running task
39072026-02-24T14:53:48.542ZFeb 24 14:53:47.195 INFO [host-profile] task succeeded (283.626µs)
39082026-02-24T14:53:48.542ZFeb 24 14:53:47.195 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/.tmpoIdTwG/proto/host/root -N 'ci 7a071b0/${os_short_commit} 2026-02-24 14:24' -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/'
39092026-02-24T14:53:48.548Z[ host-image] Feb 24 14:53:47.203 INFO Checking files for board 'cosmo-mbist'
39102026-02-24T14:53:48.548Z[ host-image] Feb 24 14:53:47.203 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39112026-02-24T14:53:48.551Z[ host-image] Feb 24 14:53:47.203 INFO Checking files for board 'cosmo'
39122026-02-24T14:53:48.551Z[ host-image] Feb 24 14:53:47.203 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39132026-02-24T14:53:48.551Z[ host-image] Feb 24 14:53:47.203 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39142026-02-24T14:53:48.551Z[ host-image] Feb 24 14:53:47.203 INFO Checking files for board 'cosmo-mbist-noaggr'
39152026-02-24T14:53:48.551Z[ host-image] Feb 24 14:53:47.203 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39162026-02-24T14:53:48.551Z[ host-image] Feb 24 14:53:47.203 INFO Checking files for board 'gimlet'
39172026-02-24T14:53:48.551Z[ host-image] Feb 24 14:53:47.204 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39182026-02-24T14:53:48.552Z[ host-image] Feb 24 14:53:47.204 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39192026-02-24T14:53:48.561Z[ host-image] Feb 24 14:53:47.216 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpoIdTwG/proto/host/root"
39202026-02-24T14:53:48.561Z[ host-image] Feb 24 14:53:47.216 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39212026-02-24T14:53:48.561Z[ host-image] Feb 24 14:53:47.216 INFO image builder template: ramdisk-01-os...
39222026-02-24T14:53:48.565Z[ host-image] Feb 24 14:53:47.216 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/.tmpoIdTwG/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
39232026-02-24T14:53:48.578Z[ host-image] Feb 24 14:53:47.233 INFO O| Feb 24 14:53:47.233 INFO CREATE DATASET: rpool/images/build/host/output
39242026-02-24T14:53:48.970Z[ host-image] Feb 24 14:53:47.625 INFO O| Feb 24 14:53:47.625 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39252026-02-24T14:53:48.976Z[ host-image] Feb 24 14:53:47.630 INFO O| Feb 24 14:53:47.630 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39262026-02-24T14:53:49.257Z[ host-image] Feb 24 14:53:47.912 INFO O| Feb 24 14:53:47.912 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39272026-02-24T14:53:49.323Z[ host-image] Feb 24 14:53:47.977 INFO O| Feb 24 14:53:47.977 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39282026-02-24T14:53:49.323Z[ host-image] Feb 24 14:53:47.977 INFO O| Feb 24 14:53:47.977 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39292026-02-24T14:53:49.326Z[ host-image] Feb 24 14:53:47.978 INFO O| Feb 24 14:53:47.977 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39302026-02-24T14:53:49.326Z[ host-image] Feb 24 14:53:47.978 INFO O| Feb 24 14:53:47.978 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39312026-02-24T14:53:49.329Z[ host-image] Feb 24 14:53:47.984 INFO O| Feb 24 14:53:47.984 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39322026-02-24T14:53:49.603Z[ host-image] Feb 24 14:53:48.258 INFO O| Feb 24 14:53:48.258 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39332026-02-24T14:53:49.612Z[ host-image] Feb 24 14:53:48.267 INFO O| Feb 24 14:53:48.267 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39342026-02-24T14:53:49.987Z[ host-image] Feb 24 14:53:48.641 INFO O| Feb 24 14:53:48.641 INFO O| Caching catalogs ... Done
39352026-02-24T14:53:50.072Z[ host-image] Feb 24 14:53:48.726 INFO O| Feb 24 14:53:48.726 INFO STEP 0 (pkg_image_create) COMPLETE
39362026-02-24T14:53:50.072Z[ host-image] Feb 24 14:53:48.726 INFO O| Feb 24 14:53:48.726 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39372026-02-24T14:53:50.081Z[ host-image] Feb 24 14:53:48.736 INFO O| Feb 24 14:53:48.736 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"]
39382026-02-24T14:53:50.427Z[ host-image] Feb 24 14:53:49.082 INFO O| Feb 24 14:53:49.082 INFO STEP 1 (pkg_set_publisher) COMPLETE
39392026-02-24T14:53:50.427Z[ host-image] Feb 24 14:53:49.082 INFO O| Feb 24 14:53:49.082 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39402026-02-24T14:53:50.427Z[ host-image] Feb 24 14:53:49.082 INFO O| Feb 24 14:53:49.082 INFO skip step because feature "publisher_1_name" is not enabled
39412026-02-24T14:53:50.430Z[ host-image] Feb 24 14:53:49.082 INFO O| Feb 24 14:53:49.082 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-02-24T14:53:50.430Z[ host-image] Feb 24 14:53:49.082 INFO O| Feb 24 14:53:49.082 INFO skip step because feature "publisher_2_name" is not enabled
39432026-02-24T14:53:50.430Z[ host-image] Feb 24 14:53:49.082 INFO O| Feb 24 14:53:49.082 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39442026-02-24T14:53:50.430Z[ host-image] Feb 24 14:53:49.082 INFO O| Feb 24 14:53:49.082 INFO skip step because feature "publisher_3_name" is not enabled
39452026-02-24T14:53:50.430Z[ host-image] Feb 24 14:53:49.082 INFO O| Feb 24 14:53:49.082 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39462026-02-24T14:53:50.766Z[ host-image] Feb 24 14:53:49.420 INFO O| Feb 24 14:53:49.420 INFO variant opensolaris.zone is already global
39472026-02-24T14:53:50.766Z[ host-image] Feb 24 14:53:49.420 INFO O| Feb 24 14:53:49.420 INFO STEP 5 (pkg_change_variant) COMPLETE
39482026-02-24T14:53:50.769Z[ host-image] Feb 24 14:53:49.420 INFO O| Feb 24 14:53:49.420 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39492026-02-24T14:53:51.107Z[ host-image] Feb 24 14:53:49.762 INFO O| Feb 24 14:53:49.762 INFO variant opensolaris.imagetype is full; changing to partial
39502026-02-24T14:53:51.110Z[ host-image] Feb 24 14:53:49.762 INFO O| Feb 24 14:53:49.762 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39512026-02-24T14:53:54.882Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39522026-02-24T14:53:54.882Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39532026-02-24T14:53:54.882Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39542026-02-24T14:53:54.885Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39552026-02-24T14:54:02.031Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39562026-02-24T14:54:02.083Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39572026-02-24T14:54:04.423Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39582026-02-24T14:54:04.643Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39592026-02-24T14:54:07.159Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39602026-02-24T14:54:09.127Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39612026-02-24T14:54:24.961Z[ host-image] Feb 24 14:54:23.611 INFO O| Feb 24 14:54:23.611 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39622026-02-24T14:54:33.534Z[recovery-package] Finished `release` profile [optimized] target(s) in 54.20s
39632026-02-24T14:54:35.319ZFeb 24 14:54:33.968 INFO [recovery-package] process exited with exit status: 0 (56.260185723s)
39642026-02-24T14:54:35.319ZFeb 24 14:54:33.968 INFO [recovery-stamp] running task
39652026-02-24T14:54:35.322ZFeb 24 14:54:33.968 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39662026-02-24T14:54:35.323ZFeb 24 14:54:33.968 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+git7a071b0c898
39672026-02-24T14:54:35.323ZFeb 24 14:54:33.969 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git7a071b0c898
39682026-02-24T14:54:35.330Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39692026-02-24T14:54:35.333Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39702026-02-24T14:54:35.440Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39712026-02-24T14:54:35.443ZFeb 24 14:54:34.092 INFO [stamp-installinator] process exited with exit status: 0 (123.444793ms)
39722026-02-24T14:54:35.503Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39732026-02-24T14:54:35.507ZFeb 24 14:54:34.156 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (187.765632ms)
39742026-02-24T14:54:35.507ZFeb 24 14:54:34.156 INFO [recovery-stamp] task succeeded (188.050347ms)
39752026-02-24T14:54:35.507ZFeb 24 14:54:34.156 INFO [recovery-proto] running task
39762026-02-24T14:54:35.507ZFeb 24 14:54:34.156 INFO [tuf-stamp] running task
39772026-02-24T14:54:35.510ZFeb 24 14:54:34.157 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+git7a071b0c898
39782026-02-24T14:54:35.510ZFeb 24 14:54:34.157 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+git7a071b0c898
39792026-02-24T14:54:35.510ZFeb 24 14:54:34.157 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+git7a071b0c898
39802026-02-24T14:54:35.511ZFeb 24 14:54:34.158 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+git7a071b0c898
39812026-02-24T14:54:35.521ZFeb 24 14:54:34.170 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+git7a071b0c898
39822026-02-24T14:54:35.521ZFeb 24 14:54:34.170 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+git7a071b0c898
39832026-02-24T14:54:35.521ZFeb 24 14:54:34.170 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+git7a071b0c898
39842026-02-24T14:54:35.521ZFeb 24 14:54:34.170 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+git7a071b0c898
39852026-02-24T14:54:35.521ZFeb 24 14:54:34.170 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+git7a071b0c898
39862026-02-24T14:54:35.521ZFeb 24 14:54:34.170 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+git7a071b0c898
39872026-02-24T14:54:35.521ZFeb 24 14:54:34.170 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+git7a071b0c898
39882026-02-24T14:54:35.521ZFeb 24 14:54:34.170 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+git7a071b0c898
39892026-02-24T14:54:35.524Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-02-24T14:54:35.524Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-02-24T14:54:35.524Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-02-24T14:54:35.527Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-02-24T14:54:35.534Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-02-24T14:54:35.537Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-02-24T14:54:35.537Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-02-24T14:54:35.538Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-02-24T14:54:35.541Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-02-24T14:54:35.544Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-02-24T14:54:35.554Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-02-24T14:54:35.559Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-02-24T14:54:35.654Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40022026-02-24T14:54:35.695ZFeb 24 14:54:34.344 INFO [stamp-probe] process exited with exit status: 0 (180.386406ms)
40032026-02-24T14:54:35.700ZFeb 24 14:54:34.349 INFO [recovery-proto] task succeeded (193.206106ms)
40042026-02-24T14:54:35.703ZFeb 24 14:54:34.350 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/.tmpoIdTwG/proto/recovery/root -N 'recovery 7a071b0/${os_short_commit} 2026-02-24 14:24' -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/'
40052026-02-24T14:54:35.725Z[ recovery-image] Feb 24 14:54:34.374 INFO Checking files for board 'gimlet'
40062026-02-24T14:54:35.725Z[ recovery-image] Feb 24 14:54:34.374 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40072026-02-24T14:54:35.725Z[ recovery-image] Feb 24 14:54:34.374 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40082026-02-24T14:54:35.728Z[ recovery-image] Feb 24 14:54:34.374 INFO Checking files for board 'cosmo'
40092026-02-24T14:54:35.731Z[ recovery-image] Feb 24 14:54:34.374 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40102026-02-24T14:54:35.731Z[ recovery-image] Feb 24 14:54:34.374 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
40112026-02-24T14:54:35.731Z[ recovery-image] Feb 24 14:54:34.374 INFO Checking files for board 'cosmo-mbist-noaggr'
40122026-02-24T14:54:35.732Z[ recovery-image] Feb 24 14:54:34.374 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
40132026-02-24T14:54:35.732Z[ recovery-image] Feb 24 14:54:34.374 INFO Checking files for board 'cosmo-mbist'
40142026-02-24T14:54:35.732Z[ recovery-image] Feb 24 14:54:34.374 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
40152026-02-24T14:54:35.741Z[ recovery-image] Feb 24 14:54:34.389 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpoIdTwG/proto/recovery/root"
40162026-02-24T14:54:35.741Z[ recovery-image] Feb 24 14:54:34.389 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40172026-02-24T14:54:35.741Z[ recovery-image] Feb 24 14:54:34.390 INFO image builder template: ramdisk-01-os...
40182026-02-24T14:54:35.743Z[ recovery-image] Feb 24 14:54:34.390 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/.tmpoIdTwG/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
40192026-02-24T14:54:35.767Z[ recovery-image] Feb 24 14:54:34.416 INFO O| Feb 24 14:54:34.416 INFO CREATE DATASET: rpool/images/build/recovery/output
40202026-02-24T14:54:36.076Z[ recovery-image] Feb 24 14:54:34.713 INFO O| Feb 24 14:54:34.713 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40212026-02-24T14:54:36.076Z[ recovery-image] Feb 24 14:54:34.719 INFO O| Feb 24 14:54:34.719 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40222026-02-24T14:54:36.538Z[ recovery-image] Feb 24 14:54:35.186 INFO O| Feb 24 14:54:35.186 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40232026-02-24T14:54:36.674Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40242026-02-24T14:54:36.710Z[ recovery-image] Feb 24 14:54:35.359 INFO O| Feb 24 14:54:35.359 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40252026-02-24T14:54:36.711Z[ recovery-image] Feb 24 14:54:35.359 INFO O| Feb 24 14:54:35.359 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40262026-02-24T14:54:36.714Z[ recovery-image] Feb 24 14:54:35.359 INFO O| Feb 24 14:54:35.359 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40272026-02-24T14:54:36.714Z[ recovery-image] Feb 24 14:54:35.359 INFO O| Feb 24 14:54:35.359 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40282026-02-24T14:54:36.720Z[ recovery-image] Feb 24 14:54:35.368 INFO O| Feb 24 14:54:35.368 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40292026-02-24T14:54:36.745ZFeb 24 14:54:35.394 INFO [stamp-ntp] process exited with exit status: 0 (1.233983845s)
40302026-02-24T14:54:37.166Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
40312026-02-24T14:54:37.187Z[ recovery-image] Feb 24 14:54:35.836 INFO O| Feb 24 14:54:35.836 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40322026-02-24T14:54:37.199Z[ recovery-image] Feb 24 14:54:35.847 INFO O| Feb 24 14:54:35.847 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40332026-02-24T14:54:37.325Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40342026-02-24T14:54:37.499Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40352026-02-24T14:54:37.509ZFeb 24 14:54:36.157 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.989498962s)
40362026-02-24T14:54:37.514Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40372026-02-24T14:54:37.519ZFeb 24 14:54:36.168 INFO [stamp-external-dns] process exited with exit status: 0 (2.005903703s)
40382026-02-24T14:54:37.609Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40392026-02-24T14:54:37.646ZFeb 24 14:54:36.295 INFO [stamp-internal-dns] process exited with exit status: 0 (2.135352311s)
40402026-02-24T14:54:37.885Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40412026-02-24T14:54:37.965ZFeb 24 14:54:36.614 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.455947952s)
40422026-02-24T14:54:37.968Z[ recovery-image] Feb 24 14:54:36.615 INFO O| Feb 24 14:54:36.614 INFO O| Caching catalogs ... Done
40432026-02-24T14:54:38.095Z[ recovery-image] Feb 24 14:54:36.743 INFO O| Feb 24 14:54:36.743 INFO STEP 0 (pkg_image_create) COMPLETE
40442026-02-24T14:54:38.095Z[ recovery-image] Feb 24 14:54:36.743 INFO O| Feb 24 14:54:36.743 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40452026-02-24T14:54:38.106Z[ recovery-image] Feb 24 14:54:36.755 INFO O| Feb 24 14:54:36.755 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"]
40462026-02-24T14:54:38.212Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40472026-02-24T14:54:38.217ZFeb 24 14:54:36.866 INFO [stamp-oximeter] process exited with exit status: 0 (2.709015608s)
40482026-02-24T14:54:38.615Z[ recovery-image] Feb 24 14:54:37.263 INFO O| Feb 24 14:54:37.263 INFO STEP 1 (pkg_set_publisher) COMPLETE
40492026-02-24T14:54:38.615Z[ recovery-image] Feb 24 14:54:37.263 INFO O| Feb 24 14:54:37.263 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40502026-02-24T14:54:38.615Z[ recovery-image] Feb 24 14:54:37.263 INFO O| Feb 24 14:54:37.263 INFO skip step because feature "publisher_1_name" is not enabled
40512026-02-24T14:54:38.618Z[ recovery-image] Feb 24 14:54:37.263 INFO O| Feb 24 14:54:37.263 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40522026-02-24T14:54:38.618Z[ recovery-image] Feb 24 14:54:37.263 INFO O| Feb 24 14:54:37.263 INFO skip step because feature "publisher_2_name" is not enabled
40532026-02-24T14:54:38.618Z[ recovery-image] Feb 24 14:54:37.263 INFO O| Feb 24 14:54:37.263 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40542026-02-24T14:54:38.618Z[ recovery-image] Feb 24 14:54:37.263 INFO O| Feb 24 14:54:37.263 INFO skip step because feature "publisher_3_name" is not enabled
40552026-02-24T14:54:38.618Z[ recovery-image] Feb 24 14:54:37.263 INFO O| Feb 24 14:54:37.263 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40562026-02-24T14:54:39.128Z[ recovery-image] Feb 24 14:54:37.776 INFO O| Feb 24 14:54:37.776 INFO variant opensolaris.zone is already global
40572026-02-24T14:54:39.128Z[ recovery-image] Feb 24 14:54:37.776 INFO O| Feb 24 14:54:37.776 INFO STEP 5 (pkg_change_variant) COMPLETE
40582026-02-24T14:54:39.131Z[ recovery-image] Feb 24 14:54:37.776 INFO O| Feb 24 14:54:37.776 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40592026-02-24T14:54:39.616Z[ recovery-image] Feb 24 14:54:38.264 INFO O| Feb 24 14:54:38.264 INFO variant opensolaris.imagetype is full; changing to partial
40602026-02-24T14:54:39.616Z[ recovery-image] Feb 24 14:54:38.264 INFO O| Feb 24 14:54:38.264 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40612026-02-24T14:54:41.086Z[ host-image] Feb 24 14:54:39.734 INFO O| Feb 24 14:54:39.734 INFO O| Startup: Caching catalogs ... Done
40622026-02-24T14:54:41.165Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40632026-02-24T14:54:41.171ZFeb 24 14:54:39.819 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.653687738s)
40642026-02-24T14:54:41.219Z[ host-image] Feb 24 14:54:39.867 INFO O| Feb 24 14:54:39.867 INFO O| Planning: Planning completed in 0.00 seconds
40652026-02-24T14:54:41.222Z[ host-image] Feb 24 14:54:39.868 INFO O| Feb 24 14:54:39.868 INFO O| Planning: Consolidating action changes ... Done
40662026-02-24T14:54:41.222Z[ host-image] Feb 24 14:54:39.868 INFO O| Feb 24 14:54:39.868 INFO O| Planning: Evaluating mediators ... Done
40672026-02-24T14:54:41.222Z[ host-image] Feb 24 14:54:39.868 INFO O| Feb 24 14:54:39.868 INFO O| Planning: Planning completed in 0.00 seconds
40682026-02-24T14:54:41.222Z[ host-image] Feb 24 14:54:39.869 INFO O| Feb 24 14:54:39.869 INFO O| Variants/Facets to change: 1
40692026-02-24T14:54:42.441Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40702026-02-24T14:54:42.445ZFeb 24 14:54:41.094 INFO [stamp-nexus] process exited with exit status: 0 (6.936484153s)
40712026-02-24T14:54:43.873Z[ host-image] Feb 24 14:54:42.520 INFO O| Feb 24 14:54:42.520 INFO O| Done
40722026-02-24T14:54:43.873Z[ host-image] Feb 24 14:54:42.520 INFO O| Feb 24 14:54:42.520 INFO O| Done
40732026-02-24T14:54:44.490Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40742026-02-24T14:54:44.494ZFeb 24 14:54:43.142 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.983759614s)
40752026-02-24T14:54:44.896Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40762026-02-24T14:54:44.900ZFeb 24 14:54:43.548 INFO [stamp-clickhouse] process exited with exit status: 0 (9.390342514s)
40772026-02-24T14:54:45.008Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40782026-02-24T14:54:45.035Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40792026-02-24T14:54:45.040ZFeb 24 14:54:43.688 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.530746781s)
40802026-02-24T14:54:45.040ZFeb 24 14:54:43.688 INFO [tuf-stamp] task succeeded (9.532081636s)
40812026-02-24T14:54:45.231Z[verify-libraries] Compiling object v0.37.3
40822026-02-24T14:54:45.262Z[verify-libraries] Compiling stacker v0.1.23
40832026-02-24T14:54:45.265Z[verify-libraries] Compiling cfg_aliases v0.1.1
40842026-02-24T14:54:45.306Z[verify-libraries] Compiling home v0.5.9
40852026-02-24T14:54:45.331Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40862026-02-24T14:54:45.334Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40872026-02-24T14:54:45.334Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40882026-02-24T14:54:45.562Z[verify-libraries] Compiling nix v0.28.0
40892026-02-24T14:54:45.636Z[verify-libraries] Compiling unicode_categories v0.1.1
40902026-02-24T14:54:45.838Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40912026-02-24T14:54:46.045Z[ host-image] Feb 24 14:54:44.692 INFO O| Feb 24 14:54:44.692 INFO O| Done
40922026-02-24T14:54:46.232Z[ host-image] Feb 24 14:54:44.876 INFO O| Feb 24 14:54:44.876 INFO O| Done
40932026-02-24T14:54:46.235Z[ host-image] Feb 24 14:54:44.880 INFO O| Feb 24 14:54:44.877 INFO O| Done
40942026-02-24T14:54:46.235Z[ host-image] Feb 24 14:54:44.880 INFO O| Feb 24 14:54:44.877 INFO O| Done
40952026-02-24T14:54:46.240Z[ host-image] Feb 24 14:54:44.880 INFO O| Feb 24 14:54:44.879 INFO O| Done
40962026-02-24T14:54:46.293Z[verify-libraries] Compiling sqlformat v0.3.5
40972026-02-24T14:54:46.441Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40982026-02-24T14:54:46.670Z[verify-libraries] Compiling polyval v0.6.2
40992026-02-24T14:54:47.067Z[verify-libraries] Compiling ctr v0.9.2
41002026-02-24T14:54:47.133Z[verify-libraries] Compiling ssh-encoding v0.2.0
41012026-02-24T14:54:47.421Z[verify-libraries] Compiling ghash v0.5.1
41022026-02-24T14:54:47.541Z[verify-libraries] Compiling blowfish v0.9.1
41032026-02-24T14:54:47.988Z[verify-libraries] Compiling aes-gcm v0.10.3
41042026-02-24T14:54:48.302Z[ host-image] Feb 24 14:54:46.949 INFO O| Feb 24 14:54:46.949 INFO STEP 6 (pkg_change_variant) COMPLETE
41052026-02-24T14:54:48.302Z[ host-image] Feb 24 14:54:46.949 INFO O| Feb 24 14:54:46.949 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41062026-02-24T14:54:48.306Z[ host-image] Feb 24 14:54:46.949 INFO O| Feb 24 14:54:46.949 INFO skip step because feature "debug_variant" is not enabled
41072026-02-24T14:54:48.306Z[ host-image] Feb 24 14:54:46.949 INFO O| Feb 24 14:54:46.949 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41082026-02-24T14:54:48.500Z[verify-libraries] Compiling ssh-cipher v0.2.0
41092026-02-24T14:54:48.567Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41102026-02-24T14:54:48.696Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41112026-02-24T14:54:48.985Z[ host-image] Feb 24 14:54:47.632 INFO O| Feb 24 14:54:47.632 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41122026-02-24T14:54:49.051Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41132026-02-24T14:54:49.338Z[verify-libraries] Compiling password-hash v0.4.2
41142026-02-24T14:54:49.707Z[verify-libraries] Compiling petname v2.0.2
41152026-02-24T14:54:51.103Z[verify-libraries] Compiling rustyline v14.0.0
41162026-02-24T14:54:52.345Z[verify-libraries] Compiling pbkdf2 v0.11.0
41172026-02-24T14:54:52.917Z[verify-libraries] Compiling ssh-key v0.6.6
41182026-02-24T14:54:52.996Z[verify-libraries] Compiling p521 v0.13.3
41192026-02-24T14:54:53.164Z[verify-libraries] Compiling p256 v0.13.2
41202026-02-24T14:54:54.826Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41212026-02-24T14:54:56.276Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41222026-02-24T14:54:56.819Z[verify-libraries] Compiling md5 v0.7.0
41232026-02-24T14:54:57.203Z[verify-libraries] Compiling psm v0.1.30
41242026-02-24T14:54:57.528Z[verify-libraries] Compiling russh-keys v0.45.0
41252026-02-24T14:54:57.870Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41262026-02-24T14:54:58.353Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41272026-02-24T14:54:58.888Z[verify-libraries] Compiling num-bigint v0.4.6
41282026-02-24T14:54:59.353Z[verify-libraries] Compiling recursive v0.1.1
41292026-02-24T14:54:59.658Z[verify-libraries] Compiling sqlparser v0.61.0
41302026-02-24T14:55:04.205Z[verify-libraries] Compiling des v0.8.1
41312026-02-24T14:55:04.471Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41322026-02-24T14:55:05.231Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41332026-02-24T14:55:05.390Z[verify-libraries] Compiling sync-ptr v0.1.4
41342026-02-24T14:55:05.739Z[verify-libraries] Compiling hex-literal v0.4.1
41352026-02-24T14:55:05.811Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41362026-02-24T14:55:06.212Z[verify-libraries] Compiling russh v0.45.0
41372026-02-24T14:55:06.287Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41382026-02-24T14:55:09.690Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41392026-02-24T14:55:12.941Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41402026-02-24T14:55:16.833Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41412026-02-24T14:55:21.817Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41422026-02-24T14:55:28.354Z[ recovery-image] Feb 24 14:55:26.989 INFO O| Feb 24 14:55:26.989 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41432026-02-24T14:55:34.560Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41442026-02-24T14:55:42.748Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41452026-02-24T14:55:42.885Z[ host-image] Feb 24 14:55:41.522 INFO O| Feb 24 14:55:41.522 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41462026-02-24T14:55:51.620Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41472026-02-24T14:55:52.300Z[ recovery-image] Feb 24 14:55:50.916 INFO O| Feb 24 14:55:50.916 INFO O| Startup: Caching catalogs ... Done
41482026-02-24T14:55:52.426Z[ recovery-image] Feb 24 14:55:51.064 INFO O| Feb 24 14:55:51.064 INFO O| Planning: Planning completed in 0.00 seconds
41492026-02-24T14:55:52.434Z[ recovery-image] Feb 24 14:55:51.065 INFO O| Feb 24 14:55:51.065 INFO O| Planning: Consolidating action changes ... Done
41502026-02-24T14:55:52.434Z[ recovery-image] Feb 24 14:55:51.065 INFO O| Feb 24 14:55:51.065 INFO O| Planning: Evaluating mediators ... Done
41512026-02-24T14:55:52.434Z[ recovery-image] Feb 24 14:55:51.066 INFO O| Feb 24 14:55:51.066 INFO O| Planning: Planning completed in 0.00 seconds
41522026-02-24T14:55:52.434Z[ recovery-image] Feb 24 14:55:51.066 INFO O| Feb 24 14:55:51.066 INFO O| Variants/Facets to change: 1
41532026-02-24T14:55:52.491Z[ recovery-image] Feb 24 14:55:51.121 INFO O| Feb 24 14:55:51.121 INFO O| Done
41542026-02-24T14:55:52.499Z[ recovery-image] Feb 24 14:55:51.121 INFO O| Feb 24 14:55:51.121 INFO O| Done
41552026-02-24T14:55:55.324Z[ recovery-image] Feb 24 14:55:53.962 INFO O| Feb 24 14:55:53.962 INFO O| Done
41562026-02-24T14:55:55.558Z[ recovery-image] Feb 24 14:55:54.196 INFO O| Feb 24 14:55:54.196 INFO O| Done
41572026-02-24T14:55:55.571Z[ recovery-image] Feb 24 14:55:54.198 INFO O| Feb 24 14:55:54.198 INFO O| Done
41582026-02-24T14:55:55.571Z[ recovery-image] Feb 24 14:55:54.198 INFO O| Feb 24 14:55:54.198 INFO O| Done
41592026-02-24T14:55:55.571Z[ recovery-image] Feb 24 14:55:54.199 INFO O| Feb 24 14:55:54.199 INFO O| Done
41602026-02-24T14:55:56.824Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41612026-02-24T14:55:57.818Z[ recovery-image] Feb 24 14:55:56.455 INFO O| Feb 24 14:55:56.455 INFO STEP 6 (pkg_change_variant) COMPLETE
41622026-02-24T14:55:57.818Z[ recovery-image] Feb 24 14:55:56.455 INFO O| Feb 24 14:55:56.455 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41632026-02-24T14:55:57.825Z[ recovery-image] Feb 24 14:55:56.455 INFO O| Feb 24 14:55:56.455 INFO skip step because feature "debug_variant" is not enabled
41642026-02-24T14:55:57.825Z[ recovery-image] Feb 24 14:55:56.455 INFO O| Feb 24 14:55:56.455 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41652026-02-24T14:55:58.524Z[ recovery-image] Feb 24 14:55:57.144 INFO O| Feb 24 14:55:57.144 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41662026-02-24T14:56:00.092Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41672026-02-24T14:56:05.422Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41682026-02-24T14:56:07.157Z[ host-image] Feb 24 14:56:05.793 INFO O| Feb 24 14:56:05.793 INFO O| Startup: Caching catalogs ... Done
41692026-02-24T14:56:07.307Z[ host-image] Feb 24 14:56:05.944 INFO O| Feb 24 14:56:05.943 INFO O| Planning: Planning completed in 0.00 seconds
41702026-02-24T14:56:07.311Z[ host-image] Feb 24 14:56:05.945 INFO O| Feb 24 14:56:05.945 INFO O| Planning: Consolidating action changes ... Done
41712026-02-24T14:56:07.311Z[ host-image] Feb 24 14:56:05.945 INFO O| Feb 24 14:56:05.945 INFO O| Planning: Evaluating mediators ... Done
41722026-02-24T14:56:07.311Z[ host-image] Feb 24 14:56:05.945 INFO O| Feb 24 14:56:05.945 INFO O| Planning: Planning completed in 0.00 seconds
41732026-02-24T14:56:07.311Z[ host-image] Feb 24 14:56:05.946 INFO O| Feb 24 14:56:05.946 INFO O| Variants/Facets to change: 1
41742026-02-24T14:56:07.383Z[ host-image] Feb 24 14:56:06.019 INFO O| Feb 24 14:56:06.019 INFO O| Done
41752026-02-24T14:56:07.392Z[ host-image] Feb 24 14:56:06.020 INFO O| Feb 24 14:56:06.019 INFO O| Done
41762026-02-24T14:56:10.784Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41772026-02-24T14:56:11.138Z[ host-image] Feb 24 14:56:09.774 INFO O| Feb 24 14:56:09.774 INFO O| Done
41782026-02-24T14:56:11.374Z[ host-image] Feb 24 14:56:10.010 INFO O| Feb 24 14:56:10.010 INFO O| Done
41792026-02-24T14:56:11.381Z[ host-image] Feb 24 14:56:10.011 INFO O| Feb 24 14:56:10.011 INFO O| Done
41802026-02-24T14:56:11.381Z[ host-image] Feb 24 14:56:10.011 INFO O| Feb 24 14:56:10.011 INFO O| Done
41812026-02-24T14:56:11.381Z[ host-image] Feb 24 14:56:10.013 INFO O| Feb 24 14:56:10.013 INFO O| Done
41822026-02-24T14:56:13.677Z[ host-image] Feb 24 14:56:12.313 INFO O| Feb 24 14:56:12.312 INFO STEP 8 (pkg_change_facet) COMPLETE
41832026-02-24T14:56:13.687Z[ host-image] Feb 24 14:56:12.313 INFO O| Feb 24 14:56:12.312 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41842026-02-24T14:56:13.694Z[ host-image] Feb 24 14:56:12.313 INFO O| Feb 24 14:56:12.313 INFO skip step because feature "recovery" is not enabled
41852026-02-24T14:56:13.694Z[ host-image] Feb 24 14:56:12.313 INFO O| Feb 24 14:56:12.313 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41862026-02-24T14:56:13.694Z[ host-image] Feb 24 14:56:12.313 INFO O| Feb 24 14:56:12.313 INFO skip step because feature "recovery" is not enabled
41872026-02-24T14:56:13.694Z[ host-image] Feb 24 14:56:12.313 INFO O| Feb 24 14:56:12.313 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41882026-02-24T14:56:13.700Z[ host-image] Feb 24 14:56:12.330 INFO O| Feb 24 14:56:12.330 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"]
41892026-02-24T14:56:21.494Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41902026-02-24T14:56:29.902Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41912026-02-24T14:56:30.995Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41922026-02-24T14:56:34.184Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41932026-02-24T14:56:35.208Z[verify-libraries] Compiling internet-checksum v0.2.1
41942026-02-24T14:56:35.561Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41952026-02-24T14:56:51.531Z[ recovery-image] Feb 24 14:56:50.162 INFO O| Feb 24 14:56:50.162 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41962026-02-24T14:56:52.566Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41972026-02-24T14:56:55.901Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41982026-02-24T14:56:59.517Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41992026-02-24T14:57:05.233Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42002026-02-24T14:57:08.286Z[ host-image] Feb 24 14:57:06.915 INFO O| Feb 24 14:57:06.915 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42012026-02-24T14:57:14.359Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42022026-02-24T14:57:15.418Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42032026-02-24T14:57:15.422Z[ recovery-image] Feb 24 14:57:14.047 INFO O| Feb 24 14:57:14.047 INFO O| Startup: Caching catalogs ... Done
42042026-02-24T14:57:15.552Z[ recovery-image] Feb 24 14:57:14.179 INFO O| Feb 24 14:57:14.179 INFO O| Planning: Planning completed in 0.00 seconds
42052026-02-24T14:57:15.555Z[ recovery-image] Feb 24 14:57:14.181 INFO O| Feb 24 14:57:14.181 INFO O| Planning: Consolidating action changes ... Done
42062026-02-24T14:57:15.556Z[ recovery-image] Feb 24 14:57:14.181 INFO O| Feb 24 14:57:14.181 INFO O| Planning: Evaluating mediators ... Done
42072026-02-24T14:57:15.556Z[ recovery-image] Feb 24 14:57:14.181 INFO O| Feb 24 14:57:14.181 INFO O| Planning: Planning completed in 0.00 seconds
42082026-02-24T14:57:15.556Z[ recovery-image] Feb 24 14:57:14.182 INFO O| Feb 24 14:57:14.182 INFO O| Variants/Facets to change: 1
42092026-02-24T14:57:15.619Z[ recovery-image] Feb 24 14:57:14.246 INFO O| Feb 24 14:57:14.246 INFO O| Done
42102026-02-24T14:57:15.623Z[ recovery-image] Feb 24 14:57:14.246 INFO O| Feb 24 14:57:14.246 INFO O| Done
42112026-02-24T14:57:18.384Z[ recovery-image] Feb 24 14:57:17.011 INFO O| Feb 24 14:57:17.011 INFO O| Done
42122026-02-24T14:57:18.626Z[ recovery-image] Feb 24 14:57:17.253 INFO O| Feb 24 14:57:17.253 INFO O| Done
42132026-02-24T14:57:18.629Z[ recovery-image] Feb 24 14:57:17.255 INFO O| Feb 24 14:57:17.255 INFO O| Done
42142026-02-24T14:57:18.629Z[ recovery-image] Feb 24 14:57:17.255 INFO O| Feb 24 14:57:17.255 INFO O| Done
42152026-02-24T14:57:18.632Z[ recovery-image] Feb 24 14:57:17.257 INFO O| Feb 24 14:57:17.257 INFO O| Done
42162026-02-24T14:57:20.758Z[ recovery-image] Feb 24 14:57:19.385 INFO O| Feb 24 14:57:19.385 INFO STEP 8 (pkg_change_facet) COMPLETE
42172026-02-24T14:57:20.758Z[ recovery-image] Feb 24 14:57:19.385 INFO O| Feb 24 14:57:19.385 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42182026-02-24T14:57:21.472Z[ recovery-image] Feb 24 14:57:20.100 INFO O| Feb 24 14:57:20.099 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42192026-02-24T14:57:21.894Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42202026-02-24T14:57:29.504Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42212026-02-24T14:57:31.575Z[ host-image] Feb 24 14:57:30.200 INFO O| Feb 24 14:57:30.200 INFO O| Startup: Caching catalogs ... Done
42222026-02-24T14:58:11.505Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42232026-02-24T14:58:19.522Z[ recovery-image] Feb 24 14:58:18.142 INFO O| Feb 24 14:58:18.141 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42242026-02-24T14:58:29.186Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42252026-02-24T14:58:29.926Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42262026-02-24T14:58:43.685Z[ recovery-image] Feb 24 14:58:42.301 INFO O| Feb 24 14:58:42.301 INFO O| Startup: Caching catalogs ... Done
42272026-02-24T14:58:43.823Z[ recovery-image] Feb 24 14:58:42.439 INFO O| Feb 24 14:58:42.439 INFO O| Planning: Planning completed in 0.00 seconds
42282026-02-24T14:58:43.826Z[ recovery-image] Feb 24 14:58:42.440 INFO O| Feb 24 14:58:42.440 INFO O| Planning: Consolidating action changes ... Done
42292026-02-24T14:58:43.826Z[ recovery-image] Feb 24 14:58:42.440 INFO O| Feb 24 14:58:42.440 INFO O| Planning: Evaluating mediators ... Done
42302026-02-24T14:58:43.826Z[ recovery-image] Feb 24 14:58:42.441 INFO O| Feb 24 14:58:42.441 INFO O| Planning: Planning completed in 0.00 seconds
42312026-02-24T14:58:43.826Z[ recovery-image] Feb 24 14:58:42.441 INFO O| Feb 24 14:58:42.441 INFO O| Variants/Facets to change: 1
42322026-02-24T14:58:43.890Z[ recovery-image] Feb 24 14:58:42.506 INFO O| Feb 24 14:58:42.506 INFO O| Done
42332026-02-24T14:58:43.890Z[ recovery-image] Feb 24 14:58:42.506 INFO O| Feb 24 14:58:42.506 INFO O| Done
42342026-02-24T14:58:46.676Z[ recovery-image] Feb 24 14:58:45.292 INFO O| Feb 24 14:58:45.292 INFO O| Done
42352026-02-24T14:58:46.893Z[ recovery-image] Feb 24 14:58:45.508 INFO O| Feb 24 14:58:45.508 INFO O| Done
42362026-02-24T14:58:46.896Z[ recovery-image] Feb 24 14:58:45.509 INFO O| Feb 24 14:58:45.509 INFO O| Done
42372026-02-24T14:58:46.896Z[ recovery-image] Feb 24 14:58:45.509 INFO O| Feb 24 14:58:45.509 INFO O| Done
42382026-02-24T14:58:46.896Z[ recovery-image] Feb 24 14:58:45.512 INFO O| Feb 24 14:58:45.511 INFO O| Done
42392026-02-24T14:58:47.687Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42402026-02-24T14:58:49.243Z[ recovery-image] Feb 24 14:58:47.859 INFO O| Feb 24 14:58:47.859 INFO STEP 9 (pkg_change_facet) COMPLETE
42412026-02-24T14:58:49.244Z[ recovery-image] Feb 24 14:58:47.859 INFO O| Feb 24 14:58:47.859 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42422026-02-24T14:58:50.064Z[ recovery-image] Feb 24 14:58:48.679 INFO O| Feb 24 14:58:48.679 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42432026-02-24T14:59:05.586Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42442026-02-24T14:59:08.096Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42452026-02-24T14:59:25.692Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42462026-02-24T14:59:27.771Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42472026-02-24T14:59:44.912Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42482026-02-24T14:59:45.978Z[ recovery-image] Feb 24 14:59:44.586 INFO O| Feb 24 14:59:44.586 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42492026-02-24T14:59:52.109Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42502026-02-24T14:59:53.390Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42512026-02-24T15:00:14.872Z[ recovery-image] Feb 24 15:00:13.477 INFO O| Feb 24 15:00:13.477 INFO O| Startup: Caching catalogs ... Done
42522026-02-24T15:00:15.022Z[ recovery-image] Feb 24 15:00:13.627 INFO O| Feb 24 15:00:13.627 INFO O| Planning: Planning completed in 0.00 seconds
42532026-02-24T15:00:15.025Z[ recovery-image] Feb 24 15:00:13.628 INFO O| Feb 24 15:00:13.628 INFO O| Planning: Consolidating action changes ... Done
42542026-02-24T15:00:15.025Z[ recovery-image] Feb 24 15:00:13.628 INFO O| Feb 24 15:00:13.628 INFO O| Planning: Evaluating mediators ... Done
42552026-02-24T15:00:15.025Z[ recovery-image] Feb 24 15:00:13.629 INFO O| Feb 24 15:00:13.628 INFO O| Planning: Planning completed in 0.00 seconds
42562026-02-24T15:00:15.026Z[ recovery-image] Feb 24 15:00:13.629 INFO O| Feb 24 15:00:13.629 INFO O| Variants/Facets to change: 1
42572026-02-24T15:00:15.325Z[ recovery-image] Feb 24 15:00:13.930 INFO O| Feb 24 15:00:13.930 INFO O| Done
42582026-02-24T15:00:15.328Z[ recovery-image] Feb 24 15:00:13.930 INFO O| Feb 24 15:00:13.930 INFO O| Done
42592026-02-24T15:00:16.287Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42602026-02-24T15:00:18.247Z[ recovery-image] Feb 24 15:00:16.851 INFO O| Feb 24 15:00:16.851 INFO O| Done
42612026-02-24T15:00:18.647Z[ recovery-image] Feb 24 15:00:17.251 INFO O| Feb 24 15:00:17.251 INFO O| Done
42622026-02-24T15:00:18.650Z[ recovery-image] Feb 24 15:00:17.253 INFO O| Feb 24 15:00:17.253 INFO O| Done
42632026-02-24T15:00:18.650Z[ recovery-image] Feb 24 15:00:17.253 INFO O| Feb 24 15:00:17.253 INFO O| Done
42642026-02-24T15:00:18.653Z[ recovery-image] Feb 24 15:00:17.256 INFO O| Feb 24 15:00:17.256 INFO O| Done
42652026-02-24T15:00:21.167Z[ recovery-image] Feb 24 15:00:19.771 INFO O| Feb 24 15:00:19.771 INFO STEP 10 (pkg_change_facet) COMPLETE
42662026-02-24T15:00:21.167Z[ recovery-image] Feb 24 15:00:19.771 INFO O| Feb 24 15:00:19.771 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42672026-02-24T15:00:21.194Z[ recovery-image] Feb 24 15:00:19.798 INFO O| Feb 24 15:00:19.798 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"]
42682026-02-24T15:00:23.735Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42692026-02-24T15:00:28.645Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42702026-02-24T15:00:46.024Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42712026-02-24T15:01:02.924Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42722026-02-24T15:01:16.982Z[ recovery-image] Feb 24 15:01:15.577 INFO O| Feb 24 15:01:15.577 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42732026-02-24T15:01:29.253Z[ host-image] Feb 24 15:01:27.847 INFO O| Feb 24 15:01:27.847 INFO O| Planning: Solver setup ... Done
42742026-02-24T15:01:41.334Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42752026-02-24T15:01:49.201Z[ recovery-image] Feb 24 15:01:47.793 INFO O| Feb 24 15:01:47.793 INFO O| Startup: Caching catalogs ... Done
42762026-02-24T15:02:11.541Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42772026-02-24T15:02:15.878Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42782026-02-24T15:02:17.135Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42792026-02-24T15:02:24.128Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42802026-02-24T15:02:37.711Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42812026-02-24T15:02:49.681Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42822026-02-24T15:02:50.706Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42832026-02-24T15:03:06.499Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42842026-02-24T15:03:26.126Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42852026-02-24T15:03:55.592Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42862026-02-24T15:03:57.794Z[verify-libraries] Compiling yansi v1.0.1
42872026-02-24T15:03:59.468Z[verify-libraries] Compiling diff v0.1.13
42882026-02-24T15:04:01.155Z[verify-libraries] Compiling pretty_assertions v1.4.1
42892026-02-24T15:04:02.995Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42902026-02-24T15:04:18.906Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42912026-02-24T15:04:19.570Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42922026-02-24T15:04:20.293Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42932026-02-24T15:04:20.966Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42942026-02-24T15:04:21.586Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42952026-02-24T15:04:22.230Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42962026-02-24T15:04:32.978Z[verify-libraries] Compiling drift v0.1.3
42972026-02-24T15:04:34.048Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42982026-02-24T15:04:48.393Z[verify-libraries] Compiling dropshot-api-manager v0.3.0
42992026-02-24T15:05:07.465Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43002026-02-24T15:05:10.343Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43012026-02-24T15:05:20.400Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43022026-02-24T15:05:32.159Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43032026-02-24T15:05:41.528Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43042026-02-24T15:05:42.655Z[ recovery-image] Feb 24 15:05:41.216 INFO O| Feb 24 15:05:41.216 INFO O| Planning: Solver setup ... Done
43052026-02-24T15:05:49.659Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43062026-02-24T15:06:11.025Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43072026-02-24T15:06:15.800Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43082026-02-24T15:06:27.902Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43092026-02-24T15:06:28.744Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43102026-02-24T15:06:33.365Z[verify-libraries] Compiling termios v0.3.3
43112026-02-24T15:06:34.253Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43122026-02-24T15:06:35.996Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43132026-02-24T15:06:36.825Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43142026-02-24T15:07:02.747Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43152026-02-24T15:07:21.648Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43162026-02-24T15:07:26.809Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43172026-02-24T15:11:16.724Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43182026-02-24T15:11:27.796Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43192026-02-24T15:12:26.508Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43202026-02-24T15:12:46.487Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43212026-02-24T15:12:53.457Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43222026-02-24T15:13:00.040Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43232026-02-24T15:13:06.132Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43242026-02-24T15:16:14.707Z[ host-image] Feb 24 15:16:13.186 INFO O| Feb 24 15:16:13.186 INFO O| Planning: Running solver ... Done
43252026-02-24T15:16:33.948Z[ host-image] Feb 24 15:16:32.425 INFO O| Feb 24 15:16:32.425 INFO O| Planning: Finding local manifests ... Done
43262026-02-24T15:16:34.719Z[ host-image] Feb 24 15:16:33.195 INFO O| Feb 24 15:16:33.195 INFO O| Planning: Fetching manifests: 0/126 0% complete
43272026-02-24T15:16:39.730Z[ host-image] Feb 24 15:16:38.207 INFO O| Feb 24 15:16:38.207 INFO O| Planning: Fetching manifests: 86/126 68% complete
43282026-02-24T15:16:43.364Z[ host-image] Feb 24 15:16:41.840 INFO O| Feb 24 15:16:41.839 INFO O| Planning: Fetching manifests: 126/126 100% complete
43292026-02-24T15:16:45.103Z[ host-image] Feb 24 15:16:43.579 INFO O| Feb 24 15:16:43.579 INFO O| Planning: Package planning ... Done
43302026-02-24T15:16:46.648Z[ host-image] Feb 24 15:16:45.123 INFO O| Feb 24 15:16:45.123 INFO O| Planning: Merging actions ... Done
43312026-02-24T15:16:47.038Z[ host-image] Feb 24 15:16:45.513 INFO O| Feb 24 15:16:45.513 INFO O| Planning: Checking for conflicting actions ... Done
43322026-02-24T15:16:47.400Z[ host-image] Feb 24 15:16:45.875 INFO O| Feb 24 15:16:45.875 INFO O| Planning: Consolidating action changes ... Done
43332026-02-24T15:16:47.885Z[ host-image] Feb 24 15:16:46.360 INFO O| Feb 24 15:16:46.360 INFO O| Planning: Evaluating mediators ... Done
43342026-02-24T15:16:54.288Z[ host-image] Feb 24 15:16:52.763 INFO O| Feb 24 15:16:52.763 INFO O| Planning: Planning completed in 1162.40 seconds
43352026-02-24T15:16:54.295Z[ host-image] Feb 24 15:16:52.770 INFO O| Feb 24 15:16:52.769 INFO O| Packages to install: 126
43362026-02-24T15:16:54.299Z[ host-image] Feb 24 15:16:52.770 INFO O| Feb 24 15:16:52.770 INFO O| Mediators to change: 5
43372026-02-24T15:16:54.299Z[ host-image] Feb 24 15:16:52.770 INFO O| Feb 24 15:16:52.770 INFO O| Services to change: 6
43382026-02-24T15:16:54.868Z[ host-image] Feb 24 15:16:53.342 INFO O| Feb 24 15:16:53.342 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43392026-02-24T15:16:59.898Z[ host-image] Feb 24 15:16:58.372 INFO O| Feb 24 15:16:58.372 INFO O| Download: 1133/22925 items 7.5/210.6MB 3% complete (1.6M/s)
43402026-02-24T15:17:05.469Z[ host-image] Feb 24 15:17:03.942 INFO O| Feb 24 15:17:03.941 INFO O| Download: 1619/22925 items 9.7/210.6MB 4% complete (1.0M/s)
43412026-02-24T15:17:11.220Z[ host-image] Feb 24 15:17:09.692 INFO O| Feb 24 15:17:09.692 INFO O| Download: 1774/22925 items 12.0/210.6MB 5% complete (390k/s)
43422026-02-24T15:17:16.289Z[ host-image] Feb 24 15:17:14.761 INFO O| Feb 24 15:17:14.761 INFO O| Download: 2100/22925 items 23.5/210.6MB 11% complete (1.4M/s)
43432026-02-24T15:17:21.414Z[ host-image] Feb 24 15:17:19.885 INFO O| Feb 24 15:17:19.885 INFO O| Download: 2457/22925 items 28.4/210.6MB 13% complete (1.7M/s)
43442026-02-24T15:17:26.415Z[ host-image] Feb 24 15:17:24.885 INFO O| Feb 24 15:17:24.885 INFO O| Download: 3601/22925 items 36.1/210.6MB 17% complete (1.2M/s)
43452026-02-24T15:17:31.424Z[ host-image] Feb 24 15:17:29.893 INFO O| Feb 24 15:17:29.893 INFO O| Download: 4603/22925 items 42.6/210.6MB 20% complete (1.4M/s)
43462026-02-24T15:17:37.216Z[ host-image] Feb 24 15:17:35.684 INFO O| Feb 24 15:17:35.684 INFO O| Download: 4793/22925 items 45.2/210.6MB 21% complete (919k/s)
43472026-02-24T15:17:42.235Z[ host-image] Feb 24 15:17:40.703 INFO O| Feb 24 15:17:40.703 INFO O| Download: 6146/22925 items 46.9/210.6MB 22% complete (436k/s)
43482026-02-24T15:17:47.760Z[ host-image] Feb 24 15:17:46.227 INFO O| Feb 24 15:17:46.227 INFO O| Download: 7051/22925 items 50.5/210.6MB 23% complete (551k/s)
43492026-02-24T15:17:54.477Z[ host-image] Feb 24 15:17:51.285 INFO O| Feb 24 15:17:51.285 INFO O| Download: 8035/22925 items 60.0/210.6MB 28% complete (1.3M/s)
43502026-02-24T15:17:58.312Z[ host-image] Feb 24 15:17:56.778 INFO O| Feb 24 15:17:56.778 INFO O| Download: 8348/22925 items 65.6/210.6MB 31% complete (1.5M/s)
43512026-02-24T15:18:03.392Z[ host-image] Feb 24 15:18:01.857 INFO O| Feb 24 15:18:01.857 INFO O| Download: 9460/22925 items 86.1/210.6MB 40% complete (2.5M/s)
43522026-02-24T15:18:08.393Z[ host-image] Feb 24 15:18:06.857 INFO O| Feb 24 15:18:06.857 INFO O| Download: 10404/22925 items 92.4/210.6MB 43% complete (2.6M/s)
43532026-02-24T15:18:13.405Z[ host-image] Feb 24 15:18:11.868 INFO O| Feb 24 15:18:11.868 INFO O| Download: 11021/22925 items 95.7/210.6MB 45% complete (1005k/s)
43542026-02-24T15:18:18.427Z[ host-image] Feb 24 15:18:16.891 INFO O| Feb 24 15:18:16.891 INFO O| Download: 11269/22925 items 98.7/210.6MB 46% complete (660k/s)
43552026-02-24T15:18:23.429Z[ host-image] Feb 24 15:18:21.891 INFO O| Feb 24 15:18:21.891 INFO O| Download: 11822/22925 items 101.2/210.6MB 48% complete (565k/s)
43562026-02-24T15:18:28.916Z[ host-image] Feb 24 15:18:27.379 INFO O| Feb 24 15:18:27.378 INFO O| Download: 12257/22925 items 113.4/210.6MB 53% complete (1.5M/s)
43572026-02-24T15:18:33.925Z[ host-image] Feb 24 15:18:32.386 INFO O| Feb 24 15:18:32.386 INFO O| Download: 13155/22925 items 114.7/210.6MB 54% complete (1.3M/s)
43582026-02-24T15:18:39.458Z[ host-image] Feb 24 15:18:37.918 INFO O| Feb 24 15:18:37.918 INFO O| Download: 13982/22925 items 115.1/210.6MB 54% complete (189k/s)
43592026-02-24T15:18:44.458Z[ host-image] Feb 24 15:18:42.918 INFO O| Feb 24 15:18:42.918 INFO O| Download: 14495/22925 items 116.6/210.6MB 55% complete (180k/s)
43602026-02-24T15:18:49.482Z[ host-image] Feb 24 15:18:47.941 INFO O| Feb 24 15:18:47.941 INFO O| Download: 14915/22925 items 126.2/210.6MB 59% complete (1.1M/s)
43612026-02-24T15:18:54.821Z[ host-image] Feb 24 15:18:53.280 INFO O| Feb 24 15:18:53.280 INFO O| Download: 15806/22925 items 130.9/210.6MB 62% complete (1.5M/s)
43622026-02-24T15:18:59.834Z[ host-image] Feb 24 15:18:58.291 INFO O| Feb 24 15:18:58.291 INFO O| Download: 16768/22925 items 143.7/210.6MB 68% complete (1.7M/s)
43632026-02-24T15:19:04.835Z[ host-image] Feb 24 15:19:03.292 INFO O| Feb 24 15:19:03.292 INFO O| Download: 17720/22925 items 154.4/210.6MB 73% complete (2.3M/s)
43642026-02-24T15:19:09.838Z[ host-image] Feb 24 15:19:08.294 INFO O| Feb 24 15:19:08.294 INFO O| Download: 18085/22925 items 167.4/210.6MB 79% complete (2.5M/s)
43652026-02-24T15:19:14.850Z[ host-image] Feb 24 15:19:13.306 INFO O| Feb 24 15:19:13.306 INFO O| Download: 19226/22925 items 171.5/210.6MB 81% complete (1.7M/s)
43662026-02-24T15:19:19.867Z[ host-image] Feb 24 15:19:18.323 INFO O| Feb 24 15:19:18.323 INFO O| Download: 20279/22925 items 175.8/210.6MB 83% complete (868k/s)
43672026-02-24T15:19:25.590Z[ host-image] Feb 24 15:19:24.045 INFO O| Feb 24 15:19:24.045 INFO O| Download: 20925/22925 items 181.9/210.6MB 86% complete (1.0M/s)
43682026-02-24T15:19:31.413Z[ host-image] Feb 24 15:19:29.868 INFO O| Feb 24 15:19:29.868 INFO O| Download: 21145/22925 items 184.7/210.6MB 87% complete (828k/s)
43692026-02-24T15:19:36.415Z[ host-image] Feb 24 15:19:34.869 INFO O| Feb 24 15:19:34.869 INFO O| Download: 21816/22925 items 189.2/210.6MB 89% complete (589k/s)
43702026-02-24T15:19:41.492Z[ recovery-image] Feb 24 15:19:39.945 INFO O| Feb 24 15:19:39.945 INFO O| Planning: Running solver ... Done
43712026-02-24T15:19:42.383Z[ host-image] Feb 24 15:19:40.835 INFO O| Feb 24 15:19:40.835 INFO O| Download: 22092/22925 items 203.8/210.6MB 96% complete (1.9M/s)
43722026-02-24T15:19:43.144Z[ recovery-image] Feb 24 15:19:41.596 INFO O| Feb 24 15:19:41.596 INFO O| Planning: Finding local manifests ... Done
43732026-02-24T15:19:43.202Z[ recovery-image] Feb 24 15:19:41.654 INFO O| Feb 24 15:19:41.654 INFO O| Planning: Fetching manifests: 0/126 0% complete
43742026-02-24T15:19:47.387Z[ host-image] Feb 24 15:19:45.838 INFO O| Feb 24 15:19:45.838 INFO O| Download: 22376/22925 items 208.8/210.6MB 99% complete (1.1M/s)
43752026-02-24T15:19:48.207Z[ recovery-image] Feb 24 15:19:46.659 INFO O| Feb 24 15:19:46.659 INFO O| Planning: Fetching manifests: 65/126 51% complete
43762026-02-24T15:19:51.055Z[ host-image] Feb 24 15:19:49.507 INFO O| Feb 24 15:19:49.507 INFO O| Download: Completed 210.65 MB in 176.16 seconds (1.2M/s)
43772026-02-24T15:19:53.560Z[ host-image] Feb 24 15:19:52.011 INFO O| Feb 24 15:19:52.011 INFO O| Actions: 1/50885 actions (Installing new actions)
43782026-02-24T15:19:53.918Z[ recovery-image] Feb 24 15:19:52.369 INFO O| Feb 24 15:19:52.369 INFO O| Planning: Fetching manifests: 105/126 83% complete
43792026-02-24T15:19:54.641Z[ recovery-image] Feb 24 15:19:53.092 INFO O| Feb 24 15:19:53.092 INFO O| Planning: Fetching manifests: 126/126 100% complete
43802026-02-24T15:19:55.885Z[ recovery-image] Feb 24 15:19:54.336 INFO O| Feb 24 15:19:54.335 INFO O| Planning: Package planning ... Done
43812026-02-24T15:19:56.657Z[ recovery-image] Feb 24 15:19:55.108 INFO O| Feb 24 15:19:55.108 INFO O| Planning: Merging actions ... Done
43822026-02-24T15:19:56.911Z[ recovery-image] Feb 24 15:19:55.362 INFO O| Feb 24 15:19:55.362 INFO O| Planning: Checking for conflicting actions ... Done
43832026-02-24T15:19:57.099Z[ recovery-image] Feb 24 15:19:55.549 INFO O| Feb 24 15:19:55.549 INFO O| Planning: Consolidating action changes ... Done
43842026-02-24T15:19:57.463Z[ recovery-image] Feb 24 15:19:55.914 INFO O| Feb 24 15:19:55.914 INFO O| Planning: Evaluating mediators ... Done
43852026-02-24T15:19:58.561Z[ host-image] Feb 24 15:19:57.011 INFO O| Feb 24 15:19:57.011 INFO O| Actions: 9983/50885 actions (Installing new actions)
43862026-02-24T15:20:03.477Z[ recovery-image] Feb 24 15:20:01.927 INFO O| Feb 24 15:20:01.926 INFO O| Planning: Planning completed in 1093.98 seconds
43872026-02-24T15:20:03.483Z[ recovery-image] Feb 24 15:20:01.933 INFO O| Feb 24 15:20:01.933 INFO O| Packages to install: 126
43882026-02-24T15:20:03.483Z[ recovery-image] Feb 24 15:20:01.933 INFO O| Feb 24 15:20:01.933 INFO O| Mediators to change: 5
43892026-02-24T15:20:03.486Z[ recovery-image] Feb 24 15:20:01.933 INFO O| Feb 24 15:20:01.933 INFO O| Services to change: 5
43902026-02-24T15:20:03.580Z[ host-image] Feb 24 15:20:02.030 INFO O| Feb 24 15:20:02.030 INFO O| Actions: 12904/50885 actions (Installing new actions)
43912026-02-24T15:20:03.598Z[ recovery-image] Feb 24 15:20:02.048 INFO O| Feb 24 15:20:02.048 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
43922026-02-24T15:20:08.589Z[ host-image] Feb 24 15:20:07.038 INFO O| Feb 24 15:20:07.038 INFO O| Actions: 14018/50885 actions (Installing new actions)
43932026-02-24T15:20:08.679Z[ recovery-image] Feb 24 15:20:07.128 INFO O| Feb 24 15:20:07.128 INFO O| Download: 1000/15969 items 7.9/187.3MB 4% complete (1.8M/s)
43942026-02-24T15:20:13.601Z[ host-image] Feb 24 15:20:12.049 INFO O| Feb 24 15:20:12.049 INFO O| Actions: 15330/50885 actions (Installing new actions)
43952026-02-24T15:20:13.764Z[ recovery-image] Feb 24 15:20:12.213 INFO O| Feb 24 15:20:12.212 INFO O| Download: 1156/15969 items 10.1/187.3MB 5% complete (1.1M/s)
43962026-02-24T15:20:18.614Z[ host-image] Feb 24 15:20:17.062 INFO O| Feb 24 15:20:17.062 INFO O| Actions: 16490/50885 actions (Installing new actions)
43972026-02-24T15:20:19.690Z[ recovery-image] Feb 24 15:20:18.137 INFO O| Feb 24 15:20:18.137 INFO O| Download: 1467/15969 items 21.5/187.3MB 11% complete (1.7M/s)
43982026-02-24T15:20:23.623Z[ host-image] Feb 24 15:20:22.069 INFO O| Feb 24 15:20:22.069 INFO O| Actions: 17702/50885 actions (Installing new actions)
43992026-02-24T15:20:25.464Z[ recovery-image] Feb 24 15:20:23.911 INFO O| Feb 24 15:20:23.911 INFO O| Download: 1548/15969 items 22.6/187.3MB 12% complete (608k/s)
44002026-02-24T15:20:28.643Z[ host-image] Feb 24 15:20:27.089 INFO O| Feb 24 15:20:27.089 INFO O| Actions: 18642/50885 actions (Installing new actions)
44012026-02-24T15:20:30.487Z[ recovery-image] Feb 24 15:20:28.934 INFO O| Feb 24 15:20:28.934 INFO O| Download: 2134/15969 items 31.3/187.3MB 16% complete (1018k/s)
44022026-02-24T15:20:33.646Z[ host-image] Feb 24 15:20:32.091 INFO O| Feb 24 15:20:32.091 INFO O| Actions: 20066/50885 actions (Installing new actions)
44032026-02-24T15:20:35.495Z[ recovery-image] Feb 24 15:20:33.940 INFO O| Feb 24 15:20:33.940 INFO O| Download: 3175/15969 items 37.7/187.3MB 20% complete (1.5M/s)
44042026-02-24T15:20:38.680Z[ host-image] Feb 24 15:20:37.125 INFO O| Feb 24 15:20:37.125 INFO O| Actions: 22498/50885 actions (Installing new actions)
44052026-02-24T15:20:41.488Z[ recovery-image] Feb 24 15:20:39.932 INFO O| Feb 24 15:20:39.932 INFO O| Download: 3697/15969 items 39.7/187.3MB 21% complete (846k/s)
44062026-02-24T15:20:43.689Z[ host-image] Feb 24 15:20:42.133 INFO O| Feb 24 15:20:42.133 INFO O| Actions: 25252/50885 actions (Installing new actions)
44072026-02-24T15:20:47.393Z[ recovery-image] Feb 24 15:20:45.836 INFO O| Feb 24 15:20:45.836 INFO O| Download: 3851/15969 items 42.7/187.3MB 22% complete (458k/s)
44082026-02-24T15:20:48.691Z[ host-image] Feb 24 15:20:47.135 INFO O| Feb 24 15:20:47.135 INFO O| Actions: 28067/50885 actions (Installing new actions)
44092026-02-24T15:20:52.576Z[ recovery-image] Feb 24 15:20:51.018 INFO O| Feb 24 15:20:51.018 INFO O| Download: 4850/15969 items 43.4/187.3MB 23% complete (386k/s)
44102026-02-24T15:20:53.694Z[ host-image] Feb 24 15:20:52.137 INFO O| Feb 24 15:20:52.137 INFO O| Actions: 50465/50885 actions (Installing new actions)
44112026-02-24T15:20:54.802Z[ host-image] Feb 24 15:20:53.245 INFO O| Feb 24 15:20:53.245 INFO O| Actions: Completed 50885 actions in 61.21 seconds.
44122026-02-24T15:20:56.036Z[ host-image] Feb 24 15:20:54.479 INFO O| Feb 24 15:20:54.479 INFO O| Done
44132026-02-24T15:20:56.036Z[ host-image] Feb 24 15:20:54.479 INFO O| Feb 24 15:20:54.479 INFO O| Done
44142026-02-24T15:20:59.508Z[ recovery-image] Feb 24 15:20:57.950 INFO O| Feb 24 15:20:57.950 INFO O| Download: 4858/15969 items 43.4/187.3MB 23% complete (321k/s)
44152026-02-24T15:21:05.381Z[ recovery-image] Feb 24 15:21:03.823 INFO O| Feb 24 15:21:03.823 INFO O| Download: 5806/15969 items 46.5/187.3MB 24% complete (286k/s)
44162026-02-24T15:21:11.223Z[ recovery-image] Feb 24 15:21:09.664 INFO O| Feb 24 15:21:09.664 INFO O| Download: 6016/15969 items 53.8/187.3MB 28% complete (1.0M/s)
44172026-02-24T15:21:17.054Z[ recovery-image] Feb 24 15:21:15.494 INFO O| Feb 24 15:21:15.494 INFO O| Download: 6187/15969 items 57.4/187.3MB 30% complete (1.2M/s)
44182026-02-24T15:21:22.055Z[ recovery-image] Feb 24 15:21:20.494 INFO O| Feb 24 15:21:20.494 INFO O| Download: 7000/15969 items 72.9/187.3MB 38% complete (1.9M/s)
44192026-02-24T15:21:27.055Z[ recovery-image] Feb 24 15:21:25.494 INFO O| Feb 24 15:21:25.494 INFO O| Download: 7705/15969 items 78.4/187.3MB 41% complete (2.1M/s)
44202026-02-24T15:21:31.567Z[ host-image] Feb 24 15:21:30.005 INFO O| Feb 24 15:21:30.005 INFO O| Done
44212026-02-24T15:21:32.246Z[ recovery-image] Feb 24 15:21:30.684 INFO O| Feb 24 15:21:30.684 INFO O| Download: 8004/15969 items 82.2/187.3MB 43% complete (1.2M/s)
44222026-02-24T15:21:34.903Z[ host-image] Feb 24 15:21:33.341 INFO O| Feb 24 15:21:33.341 INFO O| Done
44232026-02-24T15:21:34.954Z[ host-image] Feb 24 15:21:33.392 INFO O| Feb 24 15:21:33.392 INFO O| Done
44242026-02-24T15:21:37.746Z[ recovery-image] Feb 24 15:21:36.184 INFO O| Feb 24 15:21:36.184 INFO O| Download: 8839/15969 items 89.0/187.3MB 47% complete (1.1M/s)
44252026-02-24T15:21:42.250Z[ host-image] Feb 24 15:21:40.687 INFO O| Feb 24 15:21:40.687 INFO O| Done
44262026-02-24T15:21:43.243Z[ host-image] Feb 24 15:21:41.680 INFO O| Feb 24 15:21:41.679 INFO O| Done
44272026-02-24T15:21:43.630Z[ recovery-image] Feb 24 15:21:42.067 INFO O| Feb 24 15:21:42.067 INFO O| Download: 8923/15969 items 96.7/187.3MB 51% complete (1.3M/s)
44282026-02-24T15:21:48.638Z[ recovery-image] Feb 24 15:21:47.075 INFO O| Feb 24 15:21:47.074 INFO O| Download: 9231/15969 items 97.6/187.3MB 52% complete (1.0M/s)
44292026-02-24T15:21:53.647Z[ recovery-image] Feb 24 15:21:52.083 INFO O| Feb 24 15:21:52.083 INFO O| Download: 10057/15969 items 97.9/187.3MB 52% complete (125k/s)
44302026-02-24T15:21:58.833Z[ recovery-image] Feb 24 15:21:57.268 INFO O| Feb 24 15:21:57.268 INFO O| Download: 10976/15969 items 98.7/187.3MB 52% complete (110k/s)
44312026-02-24T15:22:04.144Z[ recovery-image] Feb 24 15:22:02.578 INFO O| Feb 24 15:22:02.578 INFO O| Download: 11147/15969 items 104.4/187.3MB 55% complete (515k/s)
44322026-02-24T15:22:05.997Z[ host-image] Feb 24 15:22:04.431 INFO O| Feb 24 15:22:04.431 INFO STEP 11 (pkg_install) COMPLETE
44332026-02-24T15:22:05.997Z[ host-image] Feb 24 15:22:04.431 INFO O| Feb 24 15:22:04.431 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44342026-02-24T15:22:06.029Z[ host-image] Feb 24 15:22:04.463 INFO O| Feb 24 15:22:04.462 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"]
44352026-02-24T15:22:10.018Z[ recovery-image] Feb 24 15:22:08.451 INFO O| Feb 24 15:22:08.451 INFO O| Download: 11497/15969 items 112.1/187.3MB 59% complete (1.3M/s)
44362026-02-24T15:22:15.018Z[ recovery-image] Feb 24 15:22:13.451 INFO O| Feb 24 15:22:13.451 INFO O| Download: 12003/15969 items 133.7/187.3MB 71% complete (3.0M/s)
44372026-02-24T15:22:20.019Z[ recovery-image] Feb 24 15:22:18.451 INFO O| Feb 24 15:22:18.451 INFO O| Download: 12535/15969 items 147.0/187.3MB 78% complete (3.5M/s)
44382026-02-24T15:22:26.118Z[ recovery-image] Feb 24 15:22:24.549 INFO O| Feb 24 15:22:24.549 INFO O| Download: 13096/15969 items 149.1/187.3MB 79% complete (1.6M/s)
44392026-02-24T15:22:31.186Z[ recovery-image] Feb 24 15:22:29.617 INFO O| Feb 24 15:22:29.617 INFO O| Download: 14121/15969 items 152.5/187.3MB 81% complete (526k/s)
44402026-02-24T15:22:36.862Z[ recovery-image] Feb 24 15:22:35.292 INFO O| Feb 24 15:22:35.292 INFO O| Download: 14793/15969 items 157.0/187.3MB 83% complete (778k/s)
44412026-02-24T15:22:42.901Z[ recovery-image] Feb 24 15:22:41.330 INFO O| Feb 24 15:22:41.330 INFO O| Download: 15344/15969 items 166.3/187.3MB 88% complete (1.3M/s)
44422026-02-24T15:22:45.212Z[ host-image] Feb 24 15:22:43.641 INFO O| Feb 24 15:22:43.641 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44432026-02-24T15:22:47.911Z[ recovery-image] Feb 24 15:22:46.339 INFO O| Feb 24 15:22:46.338 INFO O| Download: 15744/15969 items 182.0/187.3MB 97% complete (2.1M/s)
44442026-02-24T15:22:51.551Z[ recovery-image] Feb 24 15:22:49.979 INFO O| Feb 24 15:22:49.979 INFO O| Download: Completed 187.26 MB in 167.93 seconds (1.1M/s)
44452026-02-24T15:22:52.021Z[ recovery-image] Feb 24 15:22:50.448 INFO O| Feb 24 15:22:50.448 INFO O| Actions: 1/26357 actions (Installing new actions)
44462026-02-24T15:22:57.024Z[ recovery-image] Feb 24 15:22:55.452 INFO O| Feb 24 15:22:55.452 INFO O| Actions: 13724/26357 actions (Installing new actions)
44472026-02-24T15:22:57.118Z[ host-image] Feb 24 15:22:55.545 INFO O| Feb 24 15:22:55.545 INFO O| Startup: Caching catalogs ... Done
44482026-02-24T15:23:01.754Z[ recovery-image] Feb 24 15:23:00.181 INFO O| Feb 24 15:23:00.181 INFO O| Actions: Completed 26357 actions in 9.73 seconds.
44492026-02-24T15:23:02.321Z[ recovery-image] Feb 24 15:23:00.747 INFO O| Feb 24 15:23:00.747 INFO O| Done
44502026-02-24T15:23:02.327Z[ recovery-image] Feb 24 15:23:00.747 INFO O| Feb 24 15:23:00.747 INFO O| Done
44512026-02-24T15:23:03.949Z[ recovery-image] Feb 24 15:23:02.376 INFO O| Feb 24 15:23:02.376 INFO O| Done
44522026-02-24T15:23:04.607Z[ host-image] Feb 24 15:23:03.033 INFO O| Feb 24 15:23:03.033 INFO O| Planning: Solver setup ... Done
44532026-02-24T15:23:04.616Z[ host-image] Feb 24 15:23:03.041 INFO O| Feb 24 15:23:03.041 INFO O| Planning: Running solver ... Done
44542026-02-24T15:23:04.743Z[ host-image] Feb 24 15:23:03.168 INFO O| Feb 24 15:23:03.168 INFO O| Planning: Finding local manifests ... Done
44552026-02-24T15:23:04.763Z[ host-image] Feb 24 15:23:03.184 INFO O| Feb 24 15:23:03.184 INFO O| Planning: Fetching manifests: 0/6 0% complete
44562026-02-24T15:23:04.805Z[ host-image] Feb 24 15:23:03.231 INFO O| Feb 24 15:23:03.231 INFO O| Planning: Fetching manifests: 6/6 100% complete
44572026-02-24T15:23:04.831Z[ host-image] Feb 24 15:23:03.257 INFO O| Feb 24 15:23:03.256 INFO O| Planning: Package planning ... Done
44582026-02-24T15:23:04.835Z[ host-image] Feb 24 15:23:03.261 INFO O| Feb 24 15:23:03.261 INFO O| Planning: Merging actions ... Done
44592026-02-24T15:23:04.910Z[ host-image] Feb 24 15:23:03.336 INFO O| Feb 24 15:23:03.335 INFO O| Planning: Checking for conflicting actions ... Done
44602026-02-24T15:23:04.924Z[ host-image] Feb 24 15:23:03.338 INFO O| Feb 24 15:23:03.338 INFO O| Planning: Consolidating action changes ... Done
44612026-02-24T15:23:05.036Z[ recovery-image] Feb 24 15:23:03.463 INFO O| Feb 24 15:23:03.463 INFO O| Done
44622026-02-24T15:23:05.056Z[ recovery-image] Feb 24 15:23:03.482 INFO O| Feb 24 15:23:03.482 INFO O| Done
44632026-02-24T15:23:05.151Z[ host-image] Feb 24 15:23:03.577 INFO O| Feb 24 15:23:03.577 INFO O| Planning: Evaluating mediators ... Done
44642026-02-24T15:23:05.156Z[ host-image] Feb 24 15:23:03.579 INFO O| Feb 24 15:23:03.579 INFO O| Planning: Planning completed in 7.92 seconds
44652026-02-24T15:23:05.156Z[ host-image] Feb 24 15:23:03.579 INFO O| Feb 24 15:23:03.579 INFO O| Packages to install: 6
44662026-02-24T15:23:05.157Z[ host-image] Feb 24 15:23:03.579 INFO O| Feb 24 15:23:03.579 INFO O| Services to change: 2
44672026-02-24T15:23:05.171Z[ host-image] Feb 24 15:23:03.598 INFO O| Feb 24 15:23:03.598 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44682026-02-24T15:23:07.423Z[ recovery-image] Feb 24 15:23:05.849 INFO O| Feb 24 15:23:05.849 INFO O| Done
44692026-02-24T15:23:07.765Z[ recovery-image] Feb 24 15:23:06.190 INFO O| Feb 24 15:23:06.190 INFO O| Done
44702026-02-24T15:23:09.890Z[ host-image] Feb 24 15:23:08.312 INFO O| Feb 24 15:23:08.312 INFO O| Download: Completed 1.75 MB in 4.71 seconds (378k/s)
44712026-02-24T15:23:09.930Z[ host-image] Feb 24 15:23:08.354 INFO O| Feb 24 15:23:08.354 INFO O| Actions: 1/390 actions (Installing new actions)
44722026-02-24T15:23:10.165Z[ host-image] Feb 24 15:23:08.589 INFO O| Feb 24 15:23:08.589 INFO O| Actions: Completed 390 actions in 0.23 seconds.
44732026-02-24T15:23:10.366Z[ recovery-image] Feb 24 15:23:08.792 INFO O| Feb 24 15:23:08.792 INFO STEP 11 (pkg_install) COMPLETE
44742026-02-24T15:23:10.366Z[ recovery-image] Feb 24 15:23:08.792 INFO O| Feb 24 15:23:08.792 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44752026-02-24T15:23:10.366Z[ recovery-image] Feb 24 15:23:08.792 INFO O| Feb 24 15:23:08.792 INFO skip step because feature "recovery" is enabled
44762026-02-24T15:23:10.370Z[ recovery-image] Feb 24 15:23:08.792 INFO O| Feb 24 15:23:08.792 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44772026-02-24T15:23:10.370Z[ recovery-image] Feb 24 15:23:08.792 INFO O| Feb 24 15:23:08.792 INFO skip step because feature "omicron1" is not enabled
44782026-02-24T15:23:10.370Z[ recovery-image] Feb 24 15:23:08.792 INFO O| Feb 24 15:23:08.792 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44792026-02-24T15:23:10.379Z[ recovery-image] Feb 24 15:23:08.805 INFO O| Feb 24 15:23:08.804 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44802026-02-24T15:23:10.626Z[ host-image] Feb 24 15:23:09.051 INFO O| Feb 24 15:23:09.051 INFO O| Done
44812026-02-24T15:23:10.626Z[ host-image] Feb 24 15:23:09.051 INFO O| Feb 24 15:23:09.051 INFO O| Done
44822026-02-24T15:23:12.271Z[ host-image] Feb 24 15:23:10.696 INFO O| Feb 24 15:23:10.696 INFO O| Done
44832026-02-24T15:23:14.467Z[ host-image] Feb 24 15:23:12.711 INFO O| Feb 24 15:23:12.711 INFO O| Done
44842026-02-24T15:23:14.476Z[ host-image] Feb 24 15:23:12.756 INFO O| Feb 24 15:23:12.756 INFO O| Done
44852026-02-24T15:23:14.476Z[ host-image] Feb 24 15:23:12.756 INFO O| Feb 24 15:23:12.756 INFO O| Done
44862026-02-24T15:23:14.476Z[ host-image] Feb 24 15:23:12.798 INFO O| Feb 24 15:23:12.798 INFO O| Done
44872026-02-24T15:23:16.306Z[ host-image] Feb 24 15:23:14.731 INFO O| Feb 24 15:23:14.731 INFO STEP 12 (pkg_install) COMPLETE
44882026-02-24T15:23:16.307Z[ host-image] Feb 24 15:23:14.731 INFO O| Feb 24 15:23:14.731 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44892026-02-24T15:23:16.322Z[ host-image] Feb 24 15:23:14.746 INFO O| Feb 24 15:23:14.746 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44902026-02-24T15:23:55.325Z[ recovery-image] Feb 24 15:23:53.745 INFO O| Feb 24 15:23:53.745 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44912026-02-24T15:24:04.545Z[ host-image] Feb 24 15:24:02.963 INFO O| Feb 24 15:24:02.963 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44922026-02-24T15:24:17.486Z[ recovery-image] Feb 24 15:24:15.903 INFO O| Feb 24 15:24:15.903 INFO O| Startup: Caching catalogs ... Done
44932026-02-24T15:24:22.016Z[ host-image] Feb 24 15:24:20.432 INFO O| Feb 24 15:24:20.432 INFO O| Startup: Caching catalogs ... Done
44942026-02-24T15:24:23.264Z[ recovery-image] Feb 24 15:24:21.680 INFO O| Feb 24 15:24:21.680 INFO O| Planning: Solver setup ... Done
44952026-02-24T15:24:23.271Z[ recovery-image] Feb 24 15:24:21.687 INFO O| Feb 24 15:24:21.687 INFO O| Planning: Running solver ... Done
44962026-02-24T15:24:23.397Z[ recovery-image] Feb 24 15:24:21.812 INFO O| Feb 24 15:24:21.812 INFO O| Planning: Finding local manifests ... Done
44972026-02-24T15:24:23.410Z[ recovery-image] Feb 24 15:24:21.826 INFO O| Feb 24 15:24:21.826 INFO O| Planning: Fetching manifests: 0/1 0% complete
44982026-02-24T15:24:23.414Z[ recovery-image] Feb 24 15:24:21.830 INFO O| Feb 24 15:24:21.830 INFO O| Planning: Fetching manifests: 1/1 100% complete
44992026-02-24T15:24:23.433Z[ recovery-image] Feb 24 15:24:21.849 INFO O| Feb 24 15:24:21.849 INFO O| Planning: Package planning ... Done
45002026-02-24T15:24:23.437Z[ recovery-image] Feb 24 15:24:21.850 INFO O| Feb 24 15:24:21.850 INFO O| Planning: Merging actions ... Done
45012026-02-24T15:24:23.464Z[ recovery-image] Feb 24 15:24:21.880 INFO O| Feb 24 15:24:21.880 INFO O| Planning: Checking for conflicting actions ... Done
45022026-02-24T15:24:23.468Z[ recovery-image] Feb 24 15:24:21.881 INFO O| Feb 24 15:24:21.880 INFO O| Planning: Consolidating action changes ... Done
45032026-02-24T15:24:23.604Z[ recovery-image] Feb 24 15:24:22.020 INFO O| Feb 24 15:24:22.020 INFO O| Planning: Evaluating mediators ... Done
45042026-02-24T15:24:23.610Z[ recovery-image] Feb 24 15:24:22.020 INFO O| Feb 24 15:24:22.020 INFO O| Planning: Planning completed in 6.01 seconds
45052026-02-24T15:24:23.610Z[ recovery-image] Feb 24 15:24:22.021 INFO O| Feb 24 15:24:22.021 INFO O| Packages to install: 1
45062026-02-24T15:24:23.623Z[ recovery-image] Feb 24 15:24:22.039 INFO O| Feb 24 15:24:22.039 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
45072026-02-24T15:24:23.720Z[ recovery-image] Feb 24 15:24:22.136 INFO O| Feb 24 15:24:22.136 INFO O| Download: Completed 12.26 MB in 0.10 seconds (126M/s)
45082026-02-24T15:24:23.761Z[ recovery-image] Feb 24 15:24:22.177 INFO O| Feb 24 15:24:22.177 INFO O| Actions: 1/22 actions (Installing new actions)
45092026-02-24T15:24:24.049Z[ recovery-image] Feb 24 15:24:22.465 INFO O| Feb 24 15:24:22.464 INFO O| Actions: Completed 22 actions in 0.29 seconds.
45102026-02-24T15:24:24.489Z[ recovery-image] Feb 24 15:24:22.905 INFO O| Feb 24 15:24:22.905 INFO O| Done
45112026-02-24T15:24:24.493Z[ recovery-image] Feb 24 15:24:22.905 INFO O| Feb 24 15:24:22.905 INFO O| Done
45122026-02-24T15:24:25.875Z[ recovery-image] Feb 24 15:24:24.290 INFO O| Feb 24 15:24:24.290 INFO O| Done
45132026-02-24T15:24:26.953Z[ recovery-image] Feb 24 15:24:25.369 INFO O| Feb 24 15:24:25.368 INFO O| Done
45142026-02-24T15:24:26.966Z[verify-libraries] Finished `release` profile [optimized] target(s) in 29m 44s
45152026-02-24T15:24:26.972Z[ recovery-image] Feb 24 15:24:25.388 INFO O| Feb 24 15:24:25.388 INFO O| Done
45162026-02-24T15:24:26.976Z[ recovery-image] Feb 24 15:24:25.388 INFO O| Feb 24 15:24:25.388 INFO O| Done
45172026-02-24T15:24:26.987Z[ recovery-image] Feb 24 15:24:25.402 INFO O| Feb 24 15:24:25.402 INFO O| Done
45182026-02-24T15:24:27.766Z[ host-image] Feb 24 15:24:26.181 INFO O| Feb 24 15:24:26.181 INFO O| Planning: Solver setup ... Done
45192026-02-24T15:24:27.774Z[ host-image] Feb 24 15:24:26.189 INFO O| Feb 24 15:24:26.189 INFO O| Planning: Running solver ... Done
45202026-02-24T15:24:27.896Z[ host-image] Feb 24 15:24:26.311 INFO O| Feb 24 15:24:26.311 INFO O| Planning: Finding local manifests ... Done
45212026-02-24T15:24:27.910Z[ host-image] Feb 24 15:24:26.325 INFO O| Feb 24 15:24:26.325 INFO O| Planning: Fetching manifests: 0/6 0% complete
45222026-02-24T15:24:27.981Z[ host-image] Feb 24 15:24:26.396 INFO O| Feb 24 15:24:26.396 INFO O| Planning: Fetching manifests: 6/6 100% complete
45232026-02-24T15:24:28.014Z[ host-image] Feb 24 15:24:26.429 INFO O| Feb 24 15:24:26.429 INFO O| Planning: Package planning ... Done
45242026-02-24T15:24:28.033Z[ host-image] Feb 24 15:24:26.448 INFO O| Feb 24 15:24:26.448 INFO O| Planning: Merging actions ... Done
45252026-02-24T15:24:28.099Z[ host-image] Feb 24 15:24:26.515 INFO O| Feb 24 15:24:26.514 INFO O| Planning: Checking for conflicting actions ... Done
45262026-02-24T15:24:28.104Z[ host-image] Feb 24 15:24:26.519 INFO O| Feb 24 15:24:26.518 INFO O| Planning: Consolidating action changes ... Done
45272026-02-24T15:24:28.298Z[ host-image] Feb 24 15:24:26.713 INFO O| Feb 24 15:24:26.713 INFO O| Planning: Evaluating mediators ... Done
45282026-02-24T15:24:28.302Z[ host-image] Feb 24 15:24:26.717 INFO O| Feb 24 15:24:26.717 INFO O| Planning: Planning completed in 6.18 seconds
45292026-02-24T15:24:28.302Z[ host-image] Feb 24 15:24:26.718 INFO O| Feb 24 15:24:26.717 INFO O| Packages to install: 6
45302026-02-24T15:24:28.302Z[ host-image] Feb 24 15:24:26.718 INFO O| Feb 24 15:24:26.718 INFO O| Mediators to change: 1
45312026-02-24T15:24:28.303Z[ host-image] Feb 24 15:24:26.718 INFO O| Feb 24 15:24:26.718 INFO O| Services to change: 1
45322026-02-24T15:24:28.322Z[ host-image] Feb 24 15:24:26.737 INFO O| Feb 24 15:24:26.737 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
45332026-02-24T15:24:28.471Z[ recovery-image] Feb 24 15:24:26.759 INFO O| Feb 24 15:24:26.759 INFO STEP 14 (pkg_install) COMPLETE
45342026-02-24T15:24:28.476Z[ recovery-image] Feb 24 15:24:26.759 INFO O| Feb 24 15:24:26.759 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45352026-02-24T15:24:28.476Z[ recovery-image] Feb 24 15:24:26.759 INFO O| Feb 24 15:24:26.759 INFO skip step because feature "mbist" is not enabled
45362026-02-24T15:24:28.477Z[ recovery-image] Feb 24 15:24:26.759 INFO O| Feb 24 15:24:26.759 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45372026-02-24T15:24:28.477Z[ recovery-image] Feb 24 15:24:26.759 INFO O| Feb 24 15:24:26.759 INFO skip step because feature "mfg" is not enabled
45382026-02-24T15:24:28.477Z[ recovery-image] Feb 24 15:24:26.759 INFO O| Feb 24 15:24:26.759 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45392026-02-24T15:24:28.477Z[ recovery-image] Feb 24 15:24:26.759 INFO O| Feb 24 15:24:26.759 INFO skip step because feature "compliance" is not enabled
45402026-02-24T15:24:28.477Z[ recovery-image] Feb 24 15:24:26.759 INFO O| Feb 24 15:24:26.759 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45412026-02-24T15:24:28.477Z[ recovery-image] Feb 24 15:24:26.759 INFO O| Feb 24 15:24:26.759 INFO skip step because feature "stress" is not enabled
45422026-02-24T15:24:28.477Z[ recovery-image] Feb 24 15:24:26.759 INFO O| Feb 24 15:24:26.759 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45432026-02-24T15:24:28.477Z[ recovery-image] Feb 24 15:24:26.759 INFO O| Feb 24 15:24:26.759 INFO skip step because feature "compliance" is not enabled
45442026-02-24T15:24:28.477Z[ recovery-image] Feb 24 15:24:26.759 INFO O| Feb 24 15:24:26.759 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45452026-02-24T15:24:28.477Z[ recovery-image] Feb 24 15:24:26.759 INFO O| Feb 24 15:24:26.759 INFO skip step because feature "nfs" is not enabled
45462026-02-24T15:24:28.477Z[ recovery-image] Feb 24 15:24:26.759 INFO O| Feb 24 15:24:26.759 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45472026-02-24T15:24:28.477Z[ recovery-image] Feb 24 15:24:26.759 INFO O| Feb 24 15:24:26.759 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45482026-02-24T15:24:28.657Z[ recovery-image] Feb 24 15:24:27.072 INFO O| Feb 24 15:24:27.072 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45492026-02-24T15:24:28.820Z[ recovery-image] Feb 24 15:24:27.236 INFO O| Feb 24 15:24:27.235 INFO completed processing sled/ramdisk-01-os
45502026-02-24T15:24:28.838Z[ recovery-image] Feb 24 15:24:27.253 INFO image builder template: ramdisk-02-trim...
45512026-02-24T15:24:28.838Z[ recovery-image] Feb 24 15:24:27.253 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/.tmpoIdTwG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
45522026-02-24T15:24:28.871Z[ recovery-image] Feb 24 15:24:27.286 INFO O| Feb 24 15:24:27.286 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45532026-02-24T15:24:28.875Z[ recovery-image] Feb 24 15:24:27.289 INFO O| Feb 24 15:24:27.289 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45542026-02-24T15:24:28.962Z[ recovery-image] Feb 24 15:24:27.378 INFO O| Feb 24 15:24:27.377 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45552026-02-24T15:24:29.039Z[ recovery-image] Feb 24 15:24:27.454 INFO O| Feb 24 15:24:27.454 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45562026-02-24T15:24:29.039Z[ recovery-image] Feb 24 15:24:27.454 INFO O| Feb 24 15:24:27.454 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45572026-02-24T15:24:29.043Z[ recovery-image] Feb 24 15:24:27.458 INFO O| Feb 24 15:24:27.458 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45582026-02-24T15:24:29.046Z[ recovery-image] Feb 24 15:24:27.461 INFO O| Feb 24 15:24:27.461 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45592026-02-24T15:24:29.049Z[ recovery-image] Feb 24 15:24:27.465 INFO O| Feb 24 15:24:27.465 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45602026-02-24T15:24:29.243Z[ recovery-image] Feb 24 15:24:27.658 INFO O| Feb 24 15:24:27.658 INFO rolled back to input snapshot; work may begin
45612026-02-24T15:24:29.244Z[ recovery-image] Feb 24 15:24:27.658 INFO O| Feb 24 15:24:27.658 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45622026-02-24T15:24:29.248Z[ recovery-image] Feb 24 15:24:27.663 INFO O| Feb 24 15:24:27.663 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45632026-02-24T15:24:29.258Z[ recovery-image] Feb 24 15:24:27.674 INFO O| Feb 24 15:24:27.674 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45642026-02-24T15:24:29.313Z[ recovery-image] Feb 24 15:24:27.727 INFO O| Feb 24 15:24:27.727 INFO STEP 0 (remove_files) COMPLETE
45652026-02-24T15:24:29.313Z[ recovery-image] Feb 24 15:24:27.727 INFO O| Feb 24 15:24:27.727 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45662026-02-24T15:24:29.320Z[ recovery-image] Feb 24 15:24:27.735 INFO O| Feb 24 15:24:27.735 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45672026-02-24T15:24:29.323Z[ recovery-image] Feb 24 15:24:27.737 INFO O| Feb 24 15:24:27.737 INFO STEP 1 (remove_files) COMPLETE
45682026-02-24T15:24:29.323Z[ recovery-image] Feb 24 15:24:27.737 INFO O| Feb 24 15:24:27.737 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45692026-02-24T15:24:29.330Z[ recovery-image] Feb 24 15:24:27.745 INFO O| Feb 24 15:24:27.745 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45702026-02-24T15:24:29.343Z[ recovery-image] Feb 24 15:24:27.758 INFO O| Feb 24 15:24:27.758 INFO STEP 2 (remove_files) COMPLETE
45712026-02-24T15:24:29.343Z[ recovery-image] Feb 24 15:24:27.758 INFO O| Feb 24 15:24:27.758 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45722026-02-24T15:24:29.351Z[ recovery-image] Feb 24 15:24:27.766 INFO O| Feb 24 15:24:27.766 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45732026-02-24T15:24:29.354Z[ recovery-image] Feb 24 15:24:27.768 INFO O| Feb 24 15:24:27.768 INFO STEP 3 (remove_files) COMPLETE
45742026-02-24T15:24:29.354Z[ recovery-image] Feb 24 15:24:27.768 INFO O| Feb 24 15:24:27.768 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45752026-02-24T15:24:29.360Z[ recovery-image] Feb 24 15:24:27.775 INFO O| Feb 24 15:24:27.775 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45762026-02-24T15:24:29.363Z[ recovery-image] Feb 24 15:24:27.779 INFO O| Feb 24 15:24:27.778 INFO STEP 4 (remove_files) COMPLETE
45772026-02-24T15:24:29.363Z[ recovery-image] Feb 24 15:24:27.779 INFO O| Feb 24 15:24:27.779 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45782026-02-24T15:24:29.370Z[ recovery-image] Feb 24 15:24:27.786 INFO O| Feb 24 15:24:27.786 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45792026-02-24T15:24:29.374Z[ recovery-image] Feb 24 15:24:27.786 INFO O| Feb 24 15:24:27.786 INFO STEP 5 (remove_files) COMPLETE
45802026-02-24T15:24:29.374Z[ recovery-image] Feb 24 15:24:27.786 INFO O| Feb 24 15:24:27.786 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45812026-02-24T15:24:29.378Z[ recovery-image] Feb 24 15:24:27.793 INFO O| Feb 24 15:24:27.793 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45822026-02-24T15:24:29.388Z[ recovery-image] Feb 24 15:24:27.803 INFO O| Feb 24 15:24:27.803 INFO STEP 6 (remove_files) COMPLETE
45832026-02-24T15:24:29.391Z[ recovery-image] Feb 24 15:24:27.803 INFO O| Feb 24 15:24:27.803 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45842026-02-24T15:24:29.391Z[ recovery-image] Feb 24 15:24:27.803 INFO O| Feb 24 15:24:27.803 INFO skip step because feature "recovery" is enabled
45852026-02-24T15:24:29.392Z[ recovery-image] Feb 24 15:24:27.803 INFO O| Feb 24 15:24:27.803 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45862026-02-24T15:24:29.392Z[ recovery-image] Feb 24 15:24:27.803 INFO O| Feb 24 15:24:27.803 INFO skip step because feature "recovery" is enabled
45872026-02-24T15:24:29.392Z[ recovery-image] Feb 24 15:24:27.803 INFO O| Feb 24 15:24:27.803 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882026-02-24T15:24:29.393Z[ recovery-image] Feb 24 15:24:27.803 INFO O| Feb 24 15:24:27.803 INFO skip step because feature "recovery" is enabled
45892026-02-24T15:24:29.393Z[ recovery-image] Feb 24 15:24:27.803 INFO O| Feb 24 15:24:27.803 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45902026-02-24T15:24:29.396Z[ recovery-image] Feb 24 15:24:27.811 INFO O| Feb 24 15:24:27.811 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45912026-02-24T15:24:29.400Z[ recovery-image] Feb 24 15:24:27.814 INFO O| Feb 24 15:24:27.814 INFO STEP 10 (remove_files) COMPLETE
45922026-02-24T15:24:29.400Z[ recovery-image] Feb 24 15:24:27.814 INFO O| Feb 24 15:24:27.814 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45932026-02-24T15:24:29.406Z[ recovery-image] Feb 24 15:24:27.822 INFO O| Feb 24 15:24:27.822 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45942026-02-24T15:24:29.411Z[ recovery-image] Feb 24 15:24:27.822 INFO O| Feb 24 15:24:27.822 INFO STEP 11 (remove_files) COMPLETE
45952026-02-24T15:24:29.411Z[ recovery-image] Feb 24 15:24:27.822 INFO O| Feb 24 15:24:27.822 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45962026-02-24T15:24:29.415Z[ recovery-image] Feb 24 15:24:27.830 INFO O| Feb 24 15:24:27.830 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45972026-02-24T15:24:29.420Z[ recovery-image] Feb 24 15:24:27.832 INFO O| Feb 24 15:24:27.831 INFO STEP 12 (remove_files) COMPLETE
45982026-02-24T15:24:29.420Z[ recovery-image] Feb 24 15:24:27.832 INFO O| Feb 24 15:24:27.831 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45992026-02-24T15:24:29.426Z[ recovery-image] Feb 24 15:24:27.841 INFO O| Feb 24 15:24:27.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
46002026-02-24T15:24:29.459Z[ recovery-image] Feb 24 15:24:27.874 INFO O| Feb 24 15:24:27.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46012026-02-24T15:24:29.463Z[ recovery-image] Feb 24 15:24:27.876 INFO O| Feb 24 15:24:27.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
46022026-02-24T15:24:29.463Z[ recovery-image] Feb 24 15:24:27.878 INFO O| Feb 24 15:24:27.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
46032026-02-24T15:24:29.476Z[ recovery-image] Feb 24 15:24:27.891 INFO O| Feb 24 15:24:27.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46042026-02-24T15:24:29.605ZFeb 24 15:24:28.020 INFO [verify-libraries] process exited with exit status: 0 (1794.051825536s)
46052026-02-24T15:24:29.617Z[ recovery-image] Feb 24 15:24:28.033 INFO O| Feb 24 15:24:28.032 INFO STEP 13 (remove_files) COMPLETE
46062026-02-24T15:24:29.617Z[ recovery-image] Feb 24 15:24:28.033 INFO O| Feb 24 15:24:28.032 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46072026-02-24T15:24:29.628Z[ recovery-image] Feb 24 15:24:28.043 INFO O| Feb 24 15:24:28.043 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46082026-02-24T15:24:29.632Z[ recovery-image] Feb 24 15:24:28.044 INFO O| Feb 24 15:24:28.044 INFO STEP 14 (remove_files) COMPLETE
46092026-02-24T15:24:29.632Z[ recovery-image] Feb 24 15:24:28.044 INFO O| Feb 24 15:24:28.044 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46102026-02-24T15:24:29.636Z[ recovery-image] Feb 24 15:24:28.051 INFO O| Feb 24 15:24:28.051 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46112026-02-24T15:24:29.642Z[ recovery-image] Feb 24 15:24:28.058 INFO O| Feb 24 15:24:28.057 INFO STEP 15 (remove_files) COMPLETE
46122026-02-24T15:24:29.642Z[ recovery-image] Feb 24 15:24:28.058 INFO O| Feb 24 15:24:28.058 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46132026-02-24T15:24:29.649Z[ recovery-image] Feb 24 15:24:28.065 INFO O| Feb 24 15:24:28.065 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46142026-02-24T15:24:29.653Z[ recovery-image] Feb 24 15:24:28.065 INFO O| Feb 24 15:24:28.065 INFO STEP 16 (remove_files) COMPLETE
46152026-02-24T15:24:29.653Z[ recovery-image] Feb 24 15:24:28.065 INFO O| Feb 24 15:24:28.065 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46162026-02-24T15:24:29.658Z[ recovery-image] Feb 24 15:24:28.073 INFO O| Feb 24 15:24:28.073 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46172026-02-24T15:24:29.661Z[ recovery-image] Feb 24 15:24:28.074 INFO O| Feb 24 15:24:28.074 INFO STEP 17 (remove_files) COMPLETE
46182026-02-24T15:24:29.661Z[ recovery-image] Feb 24 15:24:28.074 INFO O| Feb 24 15:24:28.074 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192026-02-24T15:24:29.667Z[ recovery-image] Feb 24 15:24:28.082 INFO O| Feb 24 15:24:28.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46202026-02-24T15:24:29.670Z[ recovery-image] Feb 24 15:24:28.082 INFO O| Feb 24 15:24:28.082 INFO STEP 18 (remove_files) COMPLETE
46212026-02-24T15:24:29.670Z[ recovery-image] Feb 24 15:24:28.082 INFO O| Feb 24 15:24:28.082 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222026-02-24T15:24:29.674Z[ recovery-image] Feb 24 15:24:28.089 INFO O| Feb 24 15:24:28.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46232026-02-24T15:24:29.674Z[ recovery-image] Feb 24 15:24:28.089 INFO O| Feb 24 15:24:28.089 INFO STEP 19 (remove_files) COMPLETE
46242026-02-24T15:24:29.674Z[ recovery-image] Feb 24 15:24:28.089 INFO O| Feb 24 15:24:28.089 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46252026-02-24T15:24:29.682Z[ recovery-image] Feb 24 15:24:28.097 INFO O| Feb 24 15:24:28.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46262026-02-24T15:24:29.682Z[ recovery-image] Feb 24 15:24:28.097 INFO O| Feb 24 15:24:28.097 INFO STEP 20 (remove_files) COMPLETE
46272026-02-24T15:24:29.685Z[ recovery-image] Feb 24 15:24:28.097 INFO O| Feb 24 15:24:28.097 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46282026-02-24T15:24:29.689Z[ recovery-image] Feb 24 15:24:28.104 INFO O| Feb 24 15:24:28.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46292026-02-24T15:24:29.689Z[ recovery-image] Feb 24 15:24:28.104 INFO O| Feb 24 15:24:28.104 INFO STEP 21 (remove_files) COMPLETE
46302026-02-24T15:24:29.689Z[ recovery-image] Feb 24 15:24:28.104 INFO O| Feb 24 15:24:28.104 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312026-02-24T15:24:29.696Z[ recovery-image] Feb 24 15:24:28.111 INFO O| Feb 24 15:24:28.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46322026-02-24T15:24:29.699Z[ recovery-image] Feb 24 15:24:28.111 INFO O| Feb 24 15:24:28.111 INFO STEP 22 (remove_files) COMPLETE
46332026-02-24T15:24:29.699Z[ recovery-image] Feb 24 15:24:28.111 INFO O| Feb 24 15:24:28.111 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342026-02-24T15:24:29.703Z[ recovery-image] Feb 24 15:24:28.118 INFO O| Feb 24 15:24:28.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46352026-02-24T15:24:29.703Z[ recovery-image] Feb 24 15:24:28.118 INFO O| Feb 24 15:24:28.118 INFO STEP 23 (remove_files) COMPLETE
46362026-02-24T15:24:29.703Z[ recovery-image] Feb 24 15:24:28.118 INFO O| Feb 24 15:24:28.118 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372026-02-24T15:24:29.710Z[ recovery-image] Feb 24 15:24:28.126 INFO O| Feb 24 15:24:28.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46382026-02-24T15:24:29.710Z[ recovery-image] Feb 24 15:24:28.126 INFO O| Feb 24 15:24:28.126 INFO STEP 24 (remove_files) COMPLETE
46392026-02-24T15:24:29.714Z[ recovery-image] Feb 24 15:24:28.126 INFO O| Feb 24 15:24:28.126 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402026-02-24T15:24:29.719Z[ recovery-image] Feb 24 15:24:28.133 INFO O| Feb 24 15:24:28.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46412026-02-24T15:24:29.719Z[ recovery-image] Feb 24 15:24:28.133 INFO O| Feb 24 15:24:28.133 INFO STEP 25 (remove_files) COMPLETE
46422026-02-24T15:24:29.719Z[ recovery-image] Feb 24 15:24:28.133 INFO O| Feb 24 15:24:28.133 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432026-02-24T15:24:29.725Z[ recovery-image] Feb 24 15:24:28.140 INFO O| Feb 24 15:24:28.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46442026-02-24T15:24:29.728Z[ recovery-image] Feb 24 15:24:28.140 INFO O| Feb 24 15:24:28.140 INFO STEP 26 (remove_files) COMPLETE
46452026-02-24T15:24:29.728Z[ recovery-image] Feb 24 15:24:28.140 INFO O| Feb 24 15:24:28.140 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-02-24T15:24:29.733Z[ recovery-image] Feb 24 15:24:28.148 INFO O| Feb 24 15:24:28.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46472026-02-24T15:24:29.733Z[ recovery-image] Feb 24 15:24:28.148 INFO O| Feb 24 15:24:28.148 INFO STEP 27 (remove_files) COMPLETE
46482026-02-24T15:24:29.738Z[ recovery-image] Feb 24 15:24:28.148 INFO O| Feb 24 15:24:28.148 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-02-24T15:24:29.742Z[ recovery-image] Feb 24 15:24:28.155 INFO O| Feb 24 15:24:28.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46502026-02-24T15:24:29.742Z[ recovery-image] Feb 24 15:24:28.155 INFO O| Feb 24 15:24:28.155 INFO STEP 28 (remove_files) COMPLETE
46512026-02-24T15:24:29.742Z[ recovery-image] Feb 24 15:24:28.155 INFO O| Feb 24 15:24:28.155 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-02-24T15:24:29.747Z[ recovery-image] Feb 24 15:24:28.162 INFO O| Feb 24 15:24:28.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46532026-02-24T15:24:29.750Z[ recovery-image] Feb 24 15:24:28.162 INFO O| Feb 24 15:24:28.162 INFO STEP 29 (remove_files) COMPLETE
46542026-02-24T15:24:29.750Z[ recovery-image] Feb 24 15:24:28.162 INFO O| Feb 24 15:24:28.162 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-02-24T15:24:29.754Z[ recovery-image] Feb 24 15:24:28.169 INFO O| Feb 24 15:24:28.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46562026-02-24T15:24:29.757Z[ recovery-image] Feb 24 15:24:28.169 INFO O| Feb 24 15:24:28.169 INFO STEP 30 (remove_files) COMPLETE
46572026-02-24T15:24:29.757Z[ recovery-image] Feb 24 15:24:28.169 INFO O| Feb 24 15:24:28.169 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-02-24T15:24:29.762Z[ recovery-image] Feb 24 15:24:28.177 INFO O| Feb 24 15:24:28.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46592026-02-24T15:24:29.765Z[ recovery-image] Feb 24 15:24:28.177 INFO O| Feb 24 15:24:28.177 INFO STEP 31 (remove_files) COMPLETE
46602026-02-24T15:24:29.765Z[ recovery-image] Feb 24 15:24:28.177 INFO O| Feb 24 15:24:28.177 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-02-24T15:24:29.770Z[ recovery-image] Feb 24 15:24:28.185 INFO O| Feb 24 15:24:28.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46622026-02-24T15:24:29.773Z[ recovery-image] Feb 24 15:24:28.185 INFO O| Feb 24 15:24:28.185 INFO STEP 32 (remove_files) COMPLETE
46632026-02-24T15:24:29.773Z[ recovery-image] Feb 24 15:24:28.185 INFO O| Feb 24 15:24:28.185 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-02-24T15:24:29.777Z[ recovery-image] Feb 24 15:24:28.192 INFO O| Feb 24 15:24:28.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46652026-02-24T15:24:29.778Z[ recovery-image] Feb 24 15:24:28.192 INFO O| Feb 24 15:24:28.192 INFO STEP 33 (remove_files) COMPLETE
46662026-02-24T15:24:29.781Z[ recovery-image] Feb 24 15:24:28.192 INFO O| Feb 24 15:24:28.192 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-02-24T15:24:29.785Z[ recovery-image] Feb 24 15:24:28.200 INFO O| Feb 24 15:24:28.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46682026-02-24T15:24:29.785Z[ recovery-image] Feb 24 15:24:28.200 INFO O| Feb 24 15:24:28.200 INFO STEP 34 (remove_files) COMPLETE
46692026-02-24T15:24:29.785Z[ recovery-image] Feb 24 15:24:28.200 INFO O| Feb 24 15:24:28.200 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-02-24T15:24:29.792Z[ recovery-image] Feb 24 15:24:28.208 INFO O| Feb 24 15:24:28.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46712026-02-24T15:24:29.796Z[ recovery-image] Feb 24 15:24:28.208 INFO O| Feb 24 15:24:28.208 INFO STEP 35 (remove_files) COMPLETE
46722026-02-24T15:24:29.796Z[ recovery-image] Feb 24 15:24:28.208 INFO O| Feb 24 15:24:28.208 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-02-24T15:24:29.800Z[ recovery-image] Feb 24 15:24:28.215 INFO O| Feb 24 15:24:28.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46742026-02-24T15:24:29.800Z[ recovery-image] Feb 24 15:24:28.215 INFO O| Feb 24 15:24:28.215 INFO STEP 36 (remove_files) COMPLETE
46752026-02-24T15:24:29.800Z[ recovery-image] Feb 24 15:24:28.215 INFO O| Feb 24 15:24:28.215 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-02-24T15:24:29.807Z[ recovery-image] Feb 24 15:24:28.222 INFO O| Feb 24 15:24:28.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46772026-02-24T15:24:29.807Z[ recovery-image] Feb 24 15:24:28.222 INFO O| Feb 24 15:24:28.222 INFO STEP 37 (remove_files) COMPLETE
46782026-02-24T15:24:29.811Z[ recovery-image] Feb 24 15:24:28.222 INFO O| Feb 24 15:24:28.222 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-02-24T15:24:29.814Z[ recovery-image] Feb 24 15:24:28.230 INFO O| Feb 24 15:24:28.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46802026-02-24T15:24:29.814Z[ recovery-image] Feb 24 15:24:28.230 INFO O| Feb 24 15:24:28.230 INFO STEP 38 (remove_files) COMPLETE
46812026-02-24T15:24:29.815Z[ recovery-image] Feb 24 15:24:28.230 INFO O| Feb 24 15:24:28.230 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822026-02-24T15:24:29.822Z[ recovery-image] Feb 24 15:24:28.237 INFO O| Feb 24 15:24:28.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46832026-02-24T15:24:29.822Z[ recovery-image] Feb 24 15:24:28.237 INFO O| Feb 24 15:24:28.237 INFO STEP 39 (remove_files) COMPLETE
46842026-02-24T15:24:29.826Z[ recovery-image] Feb 24 15:24:28.237 INFO O| Feb 24 15:24:28.237 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-02-24T15:24:29.830Z[ recovery-image] Feb 24 15:24:28.245 INFO O| Feb 24 15:24:28.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46862026-02-24T15:24:29.830Z[ recovery-image] Feb 24 15:24:28.245 INFO O| Feb 24 15:24:28.245 INFO STEP 40 (remove_files) COMPLETE
46872026-02-24T15:24:29.830Z[ recovery-image] Feb 24 15:24:28.245 INFO O| Feb 24 15:24:28.245 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882026-02-24T15:24:29.837Z[ recovery-image] Feb 24 15:24:28.252 INFO O| Feb 24 15:24:28.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46892026-02-24T15:24:29.840Z[ recovery-image] Feb 24 15:24:28.252 INFO O| Feb 24 15:24:28.252 INFO STEP 41 (remove_files) COMPLETE
46902026-02-24T15:24:29.840Z[ recovery-image] Feb 24 15:24:28.252 INFO O| Feb 24 15:24:28.252 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-02-24T15:24:29.844Z[ recovery-image] Feb 24 15:24:28.259 INFO O| Feb 24 15:24:28.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46922026-02-24T15:24:29.844Z[ recovery-image] Feb 24 15:24:28.259 INFO O| Feb 24 15:24:28.259 INFO STEP 42 (remove_files) COMPLETE
46932026-02-24T15:24:29.848Z[ recovery-image] Feb 24 15:24:28.259 INFO O| Feb 24 15:24:28.259 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-02-24T15:24:29.851Z[ recovery-image] Feb 24 15:24:28.267 INFO O| Feb 24 15:24:28.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46952026-02-24T15:24:29.851Z[ recovery-image] Feb 24 15:24:28.267 INFO O| Feb 24 15:24:28.267 INFO STEP 43 (remove_files) COMPLETE
46962026-02-24T15:24:29.851Z[ recovery-image] Feb 24 15:24:28.267 INFO O| Feb 24 15:24:28.267 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972026-02-24T15:24:29.859Z[ recovery-image] Feb 24 15:24:28.274 INFO O| Feb 24 15:24:28.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46982026-02-24T15:24:29.863Z[ recovery-image] Feb 24 15:24:28.274 INFO O| Feb 24 15:24:28.274 INFO STEP 44 (remove_files) COMPLETE
46992026-02-24T15:24:29.864Z[ recovery-image] Feb 24 15:24:28.274 INFO O| Feb 24 15:24:28.274 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002026-02-24T15:24:29.867Z[ recovery-image] Feb 24 15:24:28.281 INFO O| Feb 24 15:24:28.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47012026-02-24T15:24:29.868Z[ recovery-image] Feb 24 15:24:28.281 INFO O| Feb 24 15:24:28.281 INFO STEP 45 (remove_files) COMPLETE
47022026-02-24T15:24:29.868Z[ recovery-image] Feb 24 15:24:28.281 INFO O| Feb 24 15:24:28.281 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032026-02-24T15:24:29.874Z[ recovery-image] Feb 24 15:24:28.289 INFO O| Feb 24 15:24:28.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47042026-02-24T15:24:29.877Z[ recovery-image] Feb 24 15:24:28.289 INFO O| Feb 24 15:24:28.289 INFO STEP 46 (remove_files) COMPLETE
47052026-02-24T15:24:29.877Z[ recovery-image] Feb 24 15:24:28.289 INFO O| Feb 24 15:24:28.289 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062026-02-24T15:24:29.881Z[ recovery-image] Feb 24 15:24:28.297 INFO O| Feb 24 15:24:28.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47072026-02-24T15:24:29.881Z[ recovery-image] Feb 24 15:24:28.297 INFO O| Feb 24 15:24:28.297 INFO STEP 47 (remove_files) COMPLETE
47082026-02-24T15:24:29.885Z[ recovery-image] Feb 24 15:24:28.297 INFO O| Feb 24 15:24:28.297 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092026-02-24T15:24:29.889Z[ recovery-image] Feb 24 15:24:28.304 INFO O| Feb 24 15:24:28.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47102026-02-24T15:24:29.892Z[ recovery-image] Feb 24 15:24:28.304 INFO O| Feb 24 15:24:28.304 INFO STEP 48 (remove_files) COMPLETE
47112026-02-24T15:24:29.892Z[ recovery-image] Feb 24 15:24:28.304 INFO O| Feb 24 15:24:28.304 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122026-02-24T15:24:29.896Z[ recovery-image] Feb 24 15:24:28.311 INFO O| Feb 24 15:24:28.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47132026-02-24T15:24:29.896Z[ recovery-image] Feb 24 15:24:28.311 INFO O| Feb 24 15:24:28.311 INFO STEP 49 (remove_files) COMPLETE
47142026-02-24T15:24:29.896Z[ recovery-image] Feb 24 15:24:28.311 INFO O| Feb 24 15:24:28.311 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152026-02-24T15:24:29.971Z[ recovery-image] Feb 24 15:24:28.319 INFO O| Feb 24 15:24:28.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47162026-02-24T15:24:29.971Z[ recovery-image] Feb 24 15:24:28.319 INFO O| Feb 24 15:24:28.319 INFO STEP 50 (remove_files) COMPLETE
47172026-02-24T15:24:29.971Z[ recovery-image] Feb 24 15:24:28.319 INFO O| Feb 24 15:24:28.319 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182026-02-24T15:24:29.971Z[ recovery-image] Feb 24 15:24:28.326 INFO O| Feb 24 15:24:28.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47192026-02-24T15:24:29.971Z[ recovery-image] Feb 24 15:24:28.326 INFO O| Feb 24 15:24:28.326 INFO STEP 51 (remove_files) COMPLETE
47202026-02-24T15:24:29.971Z[ recovery-image] Feb 24 15:24:28.326 INFO O| Feb 24 15:24:28.326 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212026-02-24T15:24:29.971Z[ recovery-image] Feb 24 15:24:28.333 INFO O| Feb 24 15:24:28.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47222026-02-24T15:24:29.971Z[ recovery-image] Feb 24 15:24:28.334 INFO O| Feb 24 15:24:28.333 INFO STEP 52 (remove_files) COMPLETE
47232026-02-24T15:24:29.971Z[ recovery-image] Feb 24 15:24:28.334 INFO O| Feb 24 15:24:28.334 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242026-02-24T15:24:29.971Z[ recovery-image] Feb 24 15:24:28.341 INFO O| Feb 24 15:24:28.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47252026-02-24T15:24:29.971Z[ recovery-image] Feb 24 15:24:28.341 INFO O| Feb 24 15:24:28.341 INFO STEP 53 (remove_files) COMPLETE
47262026-02-24T15:24:29.971Z[ recovery-image] Feb 24 15:24:28.341 INFO O| Feb 24 15:24:28.341 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47272026-02-24T15:24:29.971Z[ recovery-image] Feb 24 15:24:28.348 INFO O| Feb 24 15:24:28.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47282026-02-24T15:24:29.971Z[ recovery-image] Feb 24 15:24:28.348 INFO O| Feb 24 15:24:28.348 INFO STEP 54 (remove_files) COMPLETE
47292026-02-24T15:24:29.971Z[ recovery-image] Feb 24 15:24:28.348 INFO O| Feb 24 15:24:28.348 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47302026-02-24T15:24:29.972Z[ recovery-image] Feb 24 15:24:28.356 INFO O| Feb 24 15:24:28.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47312026-02-24T15:24:29.972Z[ recovery-image] Feb 24 15:24:28.356 INFO O| Feb 24 15:24:28.356 INFO STEP 55 (remove_files) COMPLETE
47322026-02-24T15:24:29.972Z[ recovery-image] Feb 24 15:24:28.356 INFO O| Feb 24 15:24:28.356 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47332026-02-24T15:24:29.972Z[ recovery-image] Feb 24 15:24:28.363 INFO O| Feb 24 15:24:28.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47342026-02-24T15:24:29.972Z[ recovery-image] Feb 24 15:24:28.363 INFO O| Feb 24 15:24:28.363 INFO STEP 56 (remove_files) COMPLETE
47352026-02-24T15:24:29.972Z[ recovery-image] Feb 24 15:24:28.363 INFO O| Feb 24 15:24:28.363 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47362026-02-24T15:24:29.972Z[ recovery-image] Feb 24 15:24:28.371 INFO O| Feb 24 15:24:28.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47372026-02-24T15:24:29.972Z[ recovery-image] Feb 24 15:24:28.371 INFO O| Feb 24 15:24:28.371 INFO STEP 57 (remove_files) COMPLETE
47382026-02-24T15:24:29.972Z[ recovery-image] Feb 24 15:24:28.371 INFO O| Feb 24 15:24:28.371 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47392026-02-24T15:24:29.978Z[ recovery-image] Feb 24 15:24:28.387 INFO O| Feb 24 15:24:28.387 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47402026-02-24T15:24:29.978Z[ recovery-image] Feb 24 15:24:28.387 INFO O| Feb 24 15:24:28.387 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47412026-02-24T15:24:29.978Z[ recovery-image] Feb 24 15:24:28.388 INFO O| Feb 24 15:24:28.388 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47422026-02-24T15:24:29.979Z[ recovery-image] Feb 24 15:24:28.388 INFO O| Feb 24 15:24:28.388 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47432026-02-24T15:24:29.979Z[ recovery-image] Feb 24 15:24:28.389 INFO O| Feb 24 15:24:28.388 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47442026-02-24T15:24:29.979Z[ recovery-image] Feb 24 15:24:28.390 INFO O| Feb 24 15:24:28.390 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47452026-02-24T15:24:29.979Z[ recovery-image] Feb 24 15:24:28.390 INFO O| Feb 24 15:24:28.390 INFO ok!
47462026-02-24T15:24:29.979Z[ recovery-image] Feb 24 15:24:28.390 INFO O| Feb 24 15:24:28.390 INFO STEP 58 (ensure_file) COMPLETE
47472026-02-24T15:24:29.979Z[ recovery-image] Feb 24 15:24:28.390 INFO O| Feb 24 15:24:28.390 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47482026-02-24T15:24:29.984Z[ recovery-image] Feb 24 15:24:28.399 INFO O| Feb 24 15:24:28.399 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47492026-02-24T15:24:29.984Z[ recovery-image] Feb 24 15:24:28.399 INFO O| Feb 24 15:24:28.399 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47502026-02-24T15:24:30.001Z[ recovery-image] Feb 24 15:24:28.400 INFO O| Feb 24 15:24:28.400 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47512026-02-24T15:24:30.001Z[ recovery-image] Feb 24 15:24:28.400 INFO O| Feb 24 15:24:28.400 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47522026-02-24T15:24:30.001Z[ recovery-image] Feb 24 15:24:28.400 INFO O| Feb 24 15:24:28.400 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47532026-02-24T15:24:30.001Z[ recovery-image] Feb 24 15:24:28.400 INFO O| Feb 24 15:24:28.400 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47542026-02-24T15:24:30.001Z[ recovery-image] Feb 24 15:24:28.400 INFO O| Feb 24 15:24:28.400 INFO ok!
47552026-02-24T15:24:30.002Z[ recovery-image] Feb 24 15:24:28.400 INFO O| Feb 24 15:24:28.400 INFO STEP 59 (ensure_file) COMPLETE
47562026-02-24T15:24:30.002Z[ recovery-image] Feb 24 15:24:28.400 INFO O| Feb 24 15:24:28.400 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47572026-02-24T15:24:30.008Z[ recovery-image] Feb 24 15:24:28.408 INFO O| Feb 24 15:24:28.407 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47582026-02-24T15:24:30.008Z[ recovery-image] Feb 24 15:24:28.408 INFO O| Feb 24 15:24:28.408 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47592026-02-24T15:24:30.008Z[ recovery-image] Feb 24 15:24:28.408 INFO O| Feb 24 15:24:28.408 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47602026-02-24T15:24:30.008Z[ recovery-image] Feb 24 15:24:28.408 INFO O| Feb 24 15:24:28.408 INFO ok!
47612026-02-24T15:24:30.008Z[ recovery-image] Feb 24 15:24:28.408 INFO O| Feb 24 15:24:28.408 INFO STEP 60 (ensure_file) COMPLETE
47622026-02-24T15:24:30.008Z[ recovery-image] Feb 24 15:24:28.408 INFO O| Feb 24 15:24:28.408 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47632026-02-24T15:24:30.008Z[ recovery-image] Feb 24 15:24:28.416 INFO O| Feb 24 15:24:28.416 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47642026-02-24T15:24:30.008Z[ recovery-image] Feb 24 15:24:28.416 INFO O| Feb 24 15:24:28.416 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47652026-02-24T15:24:30.008Z[ recovery-image] Feb 24 15:24:28.416 INFO O| Feb 24 15:24:28.416 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47662026-02-24T15:24:30.008Z[ recovery-image] Feb 24 15:24:28.416 INFO O| Feb 24 15:24:28.416 INFO ok!
47672026-02-24T15:24:30.008Z[ recovery-image] Feb 24 15:24:28.416 INFO O| Feb 24 15:24:28.416 INFO STEP 61 (ensure_file) COMPLETE
47682026-02-24T15:24:30.008Z[ recovery-image] Feb 24 15:24:28.416 INFO O| Feb 24 15:24:28.416 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47692026-02-24T15:24:30.014Z[ recovery-image] Feb 24 15:24:28.424 INFO O| Feb 24 15:24:28.424 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47702026-02-24T15:24:30.014Z[ recovery-image] Feb 24 15:24:28.424 INFO O| Feb 24 15:24:28.424 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47712026-02-24T15:24:30.014Z[ recovery-image] Feb 24 15:24:28.424 INFO O| Feb 24 15:24:28.424 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47722026-02-24T15:24:30.014Z[ recovery-image] Feb 24 15:24:28.424 INFO O| Feb 24 15:24:28.424 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47732026-02-24T15:24:30.014Z[ recovery-image] Feb 24 15:24:28.424 INFO O| Feb 24 15:24:28.424 INFO ok!
47742026-02-24T15:24:30.014Z[ recovery-image] Feb 24 15:24:28.425 INFO O| Feb 24 15:24:28.424 INFO STEP 62 (ensure_file) COMPLETE
47752026-02-24T15:24:30.014Z[ recovery-image] Feb 24 15:24:28.425 INFO O| Feb 24 15:24:28.424 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47762026-02-24T15:24:30.017Z[ recovery-image] Feb 24 15:24:28.432 INFO O| Feb 24 15:24:28.432 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47772026-02-24T15:24:30.018Z[ recovery-image] Feb 24 15:24:28.432 INFO O| Feb 24 15:24:28.432 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47782026-02-24T15:24:30.021Z[ recovery-image] Feb 24 15:24:28.433 INFO O| Feb 24 15:24:28.433 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47792026-02-24T15:24:30.021Z[ recovery-image] Feb 24 15:24:28.433 INFO O| Feb 24 15:24:28.433 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47802026-02-24T15:24:30.022Z[ recovery-image] Feb 24 15:24:28.433 INFO O| Feb 24 15:24:28.433 INFO ok!
47812026-02-24T15:24:30.022Z[ recovery-image] Feb 24 15:24:28.433 INFO O| Feb 24 15:24:28.433 INFO STEP 63 (ensure_file) COMPLETE
47822026-02-24T15:24:30.022Z[ recovery-image] Feb 24 15:24:28.433 INFO O| Feb 24 15:24:28.433 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47832026-02-24T15:24:30.026Z[ recovery-image] Feb 24 15:24:28.440 INFO O| Feb 24 15:24:28.440 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47842026-02-24T15:24:30.026Z[ recovery-image] Feb 24 15:24:28.440 INFO O| Feb 24 15:24:28.440 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47852026-02-24T15:24:30.026Z[ recovery-image] Feb 24 15:24:28.442 INFO O| Feb 24 15:24:28.442 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47862026-02-24T15:24:30.027Z[ recovery-image] Feb 24 15:24:28.442 INFO O| Feb 24 15:24:28.442 INFO ok!
47872026-02-24T15:24:30.030Z[ recovery-image] Feb 24 15:24:28.442 INFO O| Feb 24 15:24:28.442 INFO STEP 64 (assemble_files) COMPLETE
47882026-02-24T15:24:30.030Z[ recovery-image] Feb 24 15:24:28.442 INFO O| Feb 24 15:24:28.442 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47892026-02-24T15:24:30.034Z[ recovery-image] Feb 24 15:24:28.449 INFO O| Feb 24 15:24:28.449 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47902026-02-24T15:24:30.034Z[ recovery-image] Feb 24 15:24:28.449 INFO O| Feb 24 15:24:28.449 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47912026-02-24T15:24:30.040Z[ recovery-image] Feb 24 15:24:28.450 INFO O| Feb 24 15:24:28.450 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47922026-02-24T15:24:30.040Z[ recovery-image] Feb 24 15:24:28.450 INFO O| Feb 24 15:24:28.450 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47932026-02-24T15:24:30.040Z[ recovery-image] Feb 24 15:24:28.450 INFO O| Feb 24 15:24:28.450 INFO ok!
47942026-02-24T15:24:30.040Z[ recovery-image] Feb 24 15:24:28.450 INFO O| Feb 24 15:24:28.450 INFO STEP 65 (ensure_file) COMPLETE
47952026-02-24T15:24:30.040Z[ recovery-image] Feb 24 15:24:28.450 INFO O| Feb 24 15:24:28.450 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47962026-02-24T15:24:30.040Z[ recovery-image] Feb 24 15:24:28.450 INFO O| Feb 24 15:24:28.450 INFO skip step because feature "omicron1" is not enabled
47972026-02-24T15:24:30.040Z[ recovery-image] Feb 24 15:24:28.450 INFO O| Feb 24 15:24:28.450 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47982026-02-24T15:24:30.040Z[ recovery-image] Feb 24 15:24:28.450 INFO O| Feb 24 15:24:28.450 INFO skip step because feature "omicron1" is not enabled
47992026-02-24T15:24:30.040Z[ recovery-image] Feb 24 15:24:28.450 INFO O| Feb 24 15:24:28.450 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48002026-02-24T15:24:30.040Z[ recovery-image] Feb 24 15:24:28.450 INFO O| Feb 24 15:24:28.450 INFO skip step because feature "omicron1" is not enabled
48012026-02-24T15:24:30.040Z[ recovery-image] Feb 24 15:24:28.450 INFO O| Feb 24 15:24:28.450 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48022026-02-24T15:24:30.046Z[ recovery-image] Feb 24 15:24:28.461 INFO O| Feb 24 15:24:28.461 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48032026-02-24T15:24:30.046Z[ recovery-image] Feb 24 15:24:28.461 INFO O| Feb 24 15:24:28.461 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48042026-02-24T15:24:31.530Z[ recovery-image] Feb 24 15:24:29.945 INFO O| Feb 24 15:24:29.944 INFO STEP 69 (pack_tar) COMPLETE
48052026-02-24T15:24:31.534Z[ recovery-image] Feb 24 15:24:29.945 INFO O| Feb 24 15:24:29.945 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48062026-02-24T15:24:31.534Z[ recovery-image] Feb 24 15:24:29.945 INFO O| Feb 24 15:24:29.945 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48072026-02-24T15:24:32.030Z[ recovery-image] Feb 24 15:24:30.445 INFO O| Feb 24 15:24:30.445 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48082026-02-24T15:24:32.122Z[ recovery-image] Feb 24 15:24:30.537 INFO O| Feb 24 15:24:30.536 INFO completed processing sled/ramdisk-02-trim
48092026-02-24T15:24:32.125Z[ recovery-image] Feb 24 15:24:30.538 INFO image builder template: ramdisk-03-recovery-trim...
48102026-02-24T15:24:32.125Z[ recovery-image] Feb 24 15:24:30.538 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/.tmpoIdTwG/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
48112026-02-24T15:24:32.223Z[ recovery-image] Feb 24 15:24:30.638 INFO O| Feb 24 15:24:30.637 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48122026-02-24T15:24:32.227Z[ recovery-image] Feb 24 15:24:30.641 INFO O| Feb 24 15:24:30.641 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48132026-02-24T15:24:32.282Z[ host-image] Feb 24 15:24:30.686 INFO O| Feb 24 15:24:30.686 INFO O| Download: Completed 7.71 MB in 3.95 seconds (1.9M/s)
48142026-02-24T15:24:32.319Z[ recovery-image] Feb 24 15:24:30.733 INFO O| Feb 24 15:24:30.733 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48152026-02-24T15:24:32.357Z[ host-image] Feb 24 15:24:30.771 INFO O| Feb 24 15:24:30.771 INFO O| Actions: 1/1361 actions (Installing new actions)
48162026-02-24T15:24:32.459Z[ recovery-image] Feb 24 15:24:30.869 INFO O| Feb 24 15:24:30.869 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48172026-02-24T15:24:32.459Z[ recovery-image] Feb 24 15:24:30.869 INFO O| Feb 24 15:24:30.869 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48182026-02-24T15:24:32.463Z[ recovery-image] Feb 24 15:24:30.875 INFO O| Feb 24 15:24:30.875 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48192026-02-24T15:24:32.467Z[ recovery-image] Feb 24 15:24:30.878 INFO O| Feb 24 15:24:30.878 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48202026-02-24T15:24:32.468Z[ recovery-image] Feb 24 15:24:30.882 INFO O| Feb 24 15:24:30.882 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48212026-02-24T15:24:32.781Z[ host-image] Feb 24 15:24:31.192 INFO O| Feb 24 15:24:31.192 INFO O| Actions: Completed 1361 actions in 0.42 seconds.
48222026-02-24T15:24:33.108Z[ recovery-image] Feb 24 15:24:31.521 INFO O| Feb 24 15:24:31.521 INFO rolled back to input snapshot; work may begin
48232026-02-24T15:24:33.108Z[ recovery-image] Feb 24 15:24:31.521 INFO O| Feb 24 15:24:31.521 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48242026-02-24T15:24:33.111Z[ recovery-image] Feb 24 15:24:31.525 INFO O| Feb 24 15:24:31.525 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252026-02-24T15:24:33.118Z[ recovery-image] Feb 24 15:24:31.533 INFO O| Feb 24 15:24:31.533 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48262026-02-24T15:24:33.123Z[ recovery-image] Feb 24 15:24:31.538 INFO O| Feb 24 15:24:31.538 INFO STEP 0 (remove_files) COMPLETE
48272026-02-24T15:24:33.128Z[ recovery-image] Feb 24 15:24:31.538 INFO O| Feb 24 15:24:31.538 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282026-02-24T15:24:33.132Z[ recovery-image] Feb 24 15:24:31.547 INFO O| Feb 24 15:24:31.547 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48292026-02-24T15:24:33.189Z[ recovery-image] Feb 24 15:24:31.603 INFO O| Feb 24 15:24:31.603 INFO STEP 1 (remove_files) COMPLETE
48302026-02-24T15:24:33.189Z[ recovery-image] Feb 24 15:24:31.603 INFO O| Feb 24 15:24:31.603 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312026-02-24T15:24:33.199Z[ recovery-image] Feb 24 15:24:31.612 INFO O| Feb 24 15:24:31.612 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48322026-02-24T15:24:33.202Z[ recovery-image] Feb 24 15:24:31.614 INFO O| Feb 24 15:24:31.613 INFO STEP 2 (remove_files) COMPLETE
48332026-02-24T15:24:33.203Z[ recovery-image] Feb 24 15:24:31.614 INFO O| Feb 24 15:24:31.614 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342026-02-24T15:24:33.207Z[ recovery-image] Feb 24 15:24:31.621 INFO O| Feb 24 15:24:31.621 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48352026-02-24T15:24:33.243Z[ recovery-image] Feb 24 15:24:31.658 INFO O| Feb 24 15:24:31.658 INFO STEP 3 (remove_files) COMPLETE
48362026-02-24T15:24:33.243Z[ recovery-image] Feb 24 15:24:31.658 INFO O| Feb 24 15:24:31.658 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372026-02-24T15:24:33.254Z[ recovery-image] Feb 24 15:24:31.666 INFO O| Feb 24 15:24:31.666 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48382026-02-24T15:24:33.258Z[ host-image] Feb 24 15:24:31.669 INFO O| Feb 24 15:24:31.669 INFO O| Done
48392026-02-24T15:24:33.258Z[ host-image] Feb 24 15:24:31.669 INFO O| Feb 24 15:24:31.669 INFO O| Done
48402026-02-24T15:24:33.264Z[ recovery-image] Feb 24 15:24:31.679 INFO O| Feb 24 15:24:31.679 INFO STEP 4 (remove_files) COMPLETE
48412026-02-24T15:24:33.270Z[ recovery-image] Feb 24 15:24:31.679 INFO O| Feb 24 15:24:31.679 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422026-02-24T15:24:33.273Z[ recovery-image] Feb 24 15:24:31.688 INFO O| Feb 24 15:24:31.688 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48432026-02-24T15:24:33.277Z[ recovery-image] Feb 24 15:24:31.691 INFO O| Feb 24 15:24:31.691 INFO STEP 5 (remove_files) COMPLETE
48442026-02-24T15:24:33.277Z[ recovery-image] Feb 24 15:24:31.691 INFO O| Feb 24 15:24:31.691 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452026-02-24T15:24:33.285Z[ recovery-image] Feb 24 15:24:31.699 INFO O| Feb 24 15:24:31.699 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48462026-02-24T15:24:33.289Z[ recovery-image] Feb 24 15:24:31.700 INFO O| Feb 24 15:24:31.700 INFO STEP 6 (remove_files) COMPLETE
48472026-02-24T15:24:33.289Z[ recovery-image] Feb 24 15:24:31.700 INFO O| Feb 24 15:24:31.700 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482026-02-24T15:24:33.293Z[ recovery-image] Feb 24 15:24:31.708 INFO O| Feb 24 15:24:31.707 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48492026-02-24T15:24:33.298Z[ recovery-image] Feb 24 15:24:31.713 INFO O| Feb 24 15:24:31.713 INFO STEP 7 (remove_files) COMPLETE
48502026-02-24T15:24:33.303Z[ recovery-image] Feb 24 15:24:31.713 INFO O| Feb 24 15:24:31.713 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512026-02-24T15:24:33.310Z[ recovery-image] Feb 24 15:24:31.720 INFO O| Feb 24 15:24:31.720 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48522026-02-24T15:24:33.310Z[ recovery-image] Feb 24 15:24:31.721 INFO O| Feb 24 15:24:31.721 INFO STEP 8 (remove_files) COMPLETE
48532026-02-24T15:24:33.310Z[ recovery-image] Feb 24 15:24:31.721 INFO O| Feb 24 15:24:31.721 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542026-02-24T15:24:33.314Z[ recovery-image] Feb 24 15:24:31.728 INFO O| Feb 24 15:24:31.728 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48552026-02-24T15:24:33.317Z[ recovery-image] Feb 24 15:24:31.730 INFO O| Feb 24 15:24:31.730 INFO STEP 9 (remove_files) COMPLETE
48562026-02-24T15:24:33.317Z[ recovery-image] Feb 24 15:24:31.730 INFO O| Feb 24 15:24:31.730 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572026-02-24T15:24:33.323Z[ recovery-image] Feb 24 15:24:31.738 INFO O| Feb 24 15:24:31.737 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48582026-02-24T15:24:33.382Z[ recovery-image] Feb 24 15:24:31.795 INFO O| Feb 24 15:24:31.795 INFO STEP 10 (remove_files) COMPLETE
48592026-02-24T15:24:33.382Z[ recovery-image] Feb 24 15:24:31.795 INFO O| Feb 24 15:24:31.795 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602026-02-24T15:24:33.391Z[ recovery-image] Feb 24 15:24:31.803 INFO O| Feb 24 15:24:31.803 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48612026-02-24T15:24:33.395Z[ recovery-image] Feb 24 15:24:31.807 INFO O| Feb 24 15:24:31.807 INFO STEP 11 (remove_files) COMPLETE
48622026-02-24T15:24:33.395Z[ recovery-image] Feb 24 15:24:31.807 INFO O| Feb 24 15:24:31.807 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632026-02-24T15:24:33.399Z[ recovery-image] Feb 24 15:24:31.814 INFO O| Feb 24 15:24:31.814 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48642026-02-24T15:24:33.403Z[ recovery-image] Feb 24 15:24:31.816 INFO O| Feb 24 15:24:31.816 INFO STEP 12 (remove_files) COMPLETE
48652026-02-24T15:24:33.403Z[ recovery-image] Feb 24 15:24:31.816 INFO O| Feb 24 15:24:31.816 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662026-02-24T15:24:33.409Z[ recovery-image] Feb 24 15:24:31.824 INFO O| Feb 24 15:24:31.824 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48672026-02-24T15:24:33.413Z[ recovery-image] Feb 24 15:24:31.825 INFO O| Feb 24 15:24:31.825 INFO STEP 13 (remove_files) COMPLETE
48682026-02-24T15:24:33.413Z[ recovery-image] Feb 24 15:24:31.825 INFO O| Feb 24 15:24:31.825 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692026-02-24T15:24:33.417Z[ recovery-image] Feb 24 15:24:31.832 INFO O| Feb 24 15:24:31.832 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48702026-02-24T15:24:33.422Z[ recovery-image] Feb 24 15:24:31.833 INFO O| Feb 24 15:24:31.833 INFO STEP 14 (remove_files) COMPLETE
48712026-02-24T15:24:33.422Z[ recovery-image] Feb 24 15:24:31.833 INFO O| Feb 24 15:24:31.833 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722026-02-24T15:24:33.425Z[ recovery-image] Feb 24 15:24:31.840 INFO O| Feb 24 15:24:31.840 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48732026-02-24T15:24:33.435Z[ recovery-image] Feb 24 15:24:31.850 INFO O| Feb 24 15:24:31.850 INFO STEP 15 (remove_files) COMPLETE
48742026-02-24T15:24:33.435Z[ recovery-image] Feb 24 15:24:31.850 INFO O| Feb 24 15:24:31.850 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752026-02-24T15:24:33.442Z[ recovery-image] Feb 24 15:24:31.857 INFO O| Feb 24 15:24:31.857 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48762026-02-24T15:24:33.445Z[ recovery-image] Feb 24 15:24:31.857 INFO O| Feb 24 15:24:31.857 INFO STEP 16 (remove_files) COMPLETE
48772026-02-24T15:24:33.446Z[ recovery-image] Feb 24 15:24:31.857 INFO O| Feb 24 15:24:31.857 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782026-02-24T15:24:33.450Z[ recovery-image] Feb 24 15:24:31.865 INFO O| Feb 24 15:24:31.864 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48792026-02-24T15:24:33.454Z[ recovery-image] Feb 24 15:24:31.865 INFO O| Feb 24 15:24:31.865 INFO STEP 17 (remove_files) COMPLETE
48802026-02-24T15:24:33.454Z[ recovery-image] Feb 24 15:24:31.865 INFO O| Feb 24 15:24:31.865 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812026-02-24T15:24:33.459Z[ recovery-image] Feb 24 15:24:31.874 INFO O| Feb 24 15:24:31.874 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48822026-02-24T15:24:33.505Z[ recovery-image] Feb 24 15:24:31.920 INFO O| Feb 24 15:24:31.920 INFO STEP 18 (remove_files) COMPLETE
48832026-02-24T15:24:33.505Z[ recovery-image] Feb 24 15:24:31.920 INFO O| Feb 24 15:24:31.920 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842026-02-24T15:24:33.515Z[ recovery-image] Feb 24 15:24:31.930 INFO O| Feb 24 15:24:31.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48852026-02-24T15:24:33.518Z[ recovery-image] Feb 24 15:24:31.931 INFO O| Feb 24 15:24:31.931 INFO STEP 19 (remove_files) COMPLETE
48862026-02-24T15:24:33.518Z[ recovery-image] Feb 24 15:24:31.931 INFO O| Feb 24 15:24:31.931 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872026-02-24T15:24:33.525Z[ recovery-image] Feb 24 15:24:31.939 INFO O| Feb 24 15:24:31.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48882026-02-24T15:24:33.530Z[ recovery-image] Feb 24 15:24:31.940 INFO O| Feb 24 15:24:31.940 INFO STEP 20 (remove_files) COMPLETE
48892026-02-24T15:24:33.530Z[ recovery-image] Feb 24 15:24:31.940 INFO O| Feb 24 15:24:31.940 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902026-02-24T15:24:33.533Z[ recovery-image] Feb 24 15:24:31.948 INFO O| Feb 24 15:24:31.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48912026-02-24T15:24:33.534Z[ recovery-image] Feb 24 15:24:31.948 INFO O| Feb 24 15:24:31.948 INFO STEP 21 (remove_files) COMPLETE
48922026-02-24T15:24:33.534Z[ recovery-image] Feb 24 15:24:31.948 INFO O| Feb 24 15:24:31.948 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932026-02-24T15:24:33.544Z[ recovery-image] Feb 24 15:24:31.958 INFO O| Feb 24 15:24:31.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48942026-02-24T15:24:33.548Z[ recovery-image] Feb 24 15:24:31.959 INFO O| Feb 24 15:24:31.959 INFO STEP 22 (remove_files) COMPLETE
48952026-02-24T15:24:33.548Z[ recovery-image] Feb 24 15:24:31.959 INFO O| Feb 24 15:24:31.959 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962026-02-24T15:24:33.553Z[ recovery-image] Feb 24 15:24:31.968 INFO O| Feb 24 15:24:31.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48972026-02-24T15:24:33.558Z[ recovery-image] Feb 24 15:24:31.968 INFO O| Feb 24 15:24:31.968 INFO STEP 23 (remove_files) COMPLETE
48982026-02-24T15:24:33.558Z[ recovery-image] Feb 24 15:24:31.968 INFO O| Feb 24 15:24:31.968 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992026-02-24T15:24:33.562Z[ recovery-image] Feb 24 15:24:31.976 INFO O| Feb 24 15:24:31.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49002026-02-24T15:24:33.565Z[ recovery-image] Feb 24 15:24:31.977 INFO O| Feb 24 15:24:31.977 INFO STEP 24 (remove_files) COMPLETE
49012026-02-24T15:24:33.566Z[ recovery-image] Feb 24 15:24:31.977 INFO O| Feb 24 15:24:31.977 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022026-02-24T15:24:33.570Z[ recovery-image] Feb 24 15:24:31.985 INFO O| Feb 24 15:24:31.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49032026-02-24T15:24:33.574Z[ recovery-image] Feb 24 15:24:31.985 INFO O| Feb 24 15:24:31.985 INFO STEP 25 (remove_files) COMPLETE
49042026-02-24T15:24:33.574Z[ recovery-image] Feb 24 15:24:31.985 INFO O| Feb 24 15:24:31.985 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052026-02-24T15:24:33.580Z[ recovery-image] Feb 24 15:24:31.994 INFO O| Feb 24 15:24:31.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49062026-02-24T15:24:33.584Z[ recovery-image] Feb 24 15:24:31.994 INFO O| Feb 24 15:24:31.994 INFO STEP 26 (remove_files) COMPLETE
49072026-02-24T15:24:33.584Z[ recovery-image] Feb 24 15:24:31.995 INFO O| Feb 24 15:24:31.994 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082026-02-24T15:24:33.589Z[ recovery-image] Feb 24 15:24:32.003 INFO O| Feb 24 15:24:32.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
49092026-02-24T15:24:33.592Z[ recovery-image] Feb 24 15:24:32.004 INFO O| Feb 24 15:24:32.004 INFO STEP 27 (remove_files) COMPLETE
49102026-02-24T15:24:33.592Z[ recovery-image] Feb 24 15:24:32.004 INFO O| Feb 24 15:24:32.004 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112026-02-24T15:24:33.597Z[ recovery-image] Feb 24 15:24:32.012 INFO O| Feb 24 15:24:32.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49122026-02-24T15:24:33.602Z[ recovery-image] Feb 24 15:24:32.012 INFO O| Feb 24 15:24:32.012 INFO STEP 28 (remove_files) COMPLETE
49132026-02-24T15:24:33.602Z[ recovery-image] Feb 24 15:24:32.012 INFO O| Feb 24 15:24:32.012 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142026-02-24T15:24:33.606Z[ recovery-image] Feb 24 15:24:32.021 INFO O| Feb 24 15:24:32.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49152026-02-24T15:24:33.610Z[ recovery-image] Feb 24 15:24:32.022 INFO O| Feb 24 15:24:32.022 INFO STEP 29 (remove_files) COMPLETE
49162026-02-24T15:24:33.610Z[ recovery-image] Feb 24 15:24:32.022 INFO O| Feb 24 15:24:32.022 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172026-02-24T15:24:33.618Z[ recovery-image] Feb 24 15:24:32.030 INFO O| Feb 24 15:24:32.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49182026-02-24T15:24:33.618Z[ recovery-image] Feb 24 15:24:32.030 INFO O| Feb 24 15:24:32.030 INFO STEP 30 (remove_files) COMPLETE
49192026-02-24T15:24:33.618Z[ recovery-image] Feb 24 15:24:32.030 INFO O| Feb 24 15:24:32.030 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202026-02-24T15:24:33.625Z[ recovery-image] Feb 24 15:24:32.039 INFO O| Feb 24 15:24:32.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49212026-02-24T15:24:33.629Z[ recovery-image] Feb 24 15:24:32.040 INFO O| Feb 24 15:24:32.040 INFO STEP 31 (remove_files) COMPLETE
49222026-02-24T15:24:33.629Z[ recovery-image] Feb 24 15:24:32.040 INFO O| Feb 24 15:24:32.040 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232026-02-24T15:24:33.634Z[ recovery-image] Feb 24 15:24:32.049 INFO O| Feb 24 15:24:32.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49242026-02-24T15:24:33.637Z[ recovery-image] Feb 24 15:24:32.049 INFO O| Feb 24 15:24:32.049 INFO STEP 32 (remove_files) COMPLETE
49252026-02-24T15:24:33.637Z[ recovery-image] Feb 24 15:24:32.049 INFO O| Feb 24 15:24:32.049 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262026-02-24T15:24:33.644Z[ recovery-image] Feb 24 15:24:32.058 INFO O| Feb 24 15:24:32.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49272026-02-24T15:24:33.645Z[ recovery-image] Feb 24 15:24:32.058 INFO O| Feb 24 15:24:32.058 INFO STEP 33 (remove_files) COMPLETE
49282026-02-24T15:24:33.645Z[ recovery-image] Feb 24 15:24:32.058 INFO O| Feb 24 15:24:32.058 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292026-02-24T15:24:33.651Z[ recovery-image] Feb 24 15:24:32.066 INFO O| Feb 24 15:24:32.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49302026-02-24T15:24:33.652Z[ recovery-image] Feb 24 15:24:32.066 INFO O| Feb 24 15:24:32.066 INFO STEP 34 (remove_files) COMPLETE
49312026-02-24T15:24:33.655Z[ recovery-image] Feb 24 15:24:32.066 INFO O| Feb 24 15:24:32.066 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322026-02-24T15:24:33.661Z[ recovery-image] Feb 24 15:24:32.076 INFO O| Feb 24 15:24:32.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49332026-02-24T15:24:33.666Z[ recovery-image] Feb 24 15:24:32.076 INFO O| Feb 24 15:24:32.076 INFO STEP 35 (remove_files) COMPLETE
49342026-02-24T15:24:33.666Z[ recovery-image] Feb 24 15:24:32.076 INFO O| Feb 24 15:24:32.076 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352026-02-24T15:24:33.670Z[ recovery-image] Feb 24 15:24:32.084 INFO O| Feb 24 15:24:32.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49362026-02-24T15:24:33.670Z[ recovery-image] Feb 24 15:24:32.084 INFO O| Feb 24 15:24:32.084 INFO STEP 36 (remove_files) COMPLETE
49372026-02-24T15:24:33.670Z[ recovery-image] Feb 24 15:24:32.084 INFO O| Feb 24 15:24:32.084 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382026-02-24T15:24:33.677Z[ recovery-image] Feb 24 15:24:32.092 INFO O| Feb 24 15:24:32.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49392026-02-24T15:24:33.677Z[ recovery-image] Feb 24 15:24:32.092 INFO O| Feb 24 15:24:32.092 INFO STEP 37 (remove_files) COMPLETE
49402026-02-24T15:24:33.680Z[ recovery-image] Feb 24 15:24:32.092 INFO O| Feb 24 15:24:32.092 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412026-02-24T15:24:33.684Z[ recovery-image] Feb 24 15:24:32.099 INFO O| Feb 24 15:24:32.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49422026-02-24T15:24:33.684Z[ recovery-image] Feb 24 15:24:32.099 INFO O| Feb 24 15:24:32.099 INFO STEP 38 (remove_files) COMPLETE
49432026-02-24T15:24:33.685Z[ recovery-image] Feb 24 15:24:32.099 INFO O| Feb 24 15:24:32.099 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442026-02-24T15:24:33.692Z[ recovery-image] Feb 24 15:24:32.107 INFO O| Feb 24 15:24:32.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49452026-02-24T15:24:33.692Z[ recovery-image] Feb 24 15:24:32.107 INFO O| Feb 24 15:24:32.107 INFO STEP 39 (remove_files) COMPLETE
49462026-02-24T15:24:33.696Z[ recovery-image] Feb 24 15:24:32.107 INFO O| Feb 24 15:24:32.107 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472026-02-24T15:24:33.701Z[ recovery-image] Feb 24 15:24:32.116 INFO O| Feb 24 15:24:32.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49482026-02-24T15:24:33.701Z[ recovery-image] Feb 24 15:24:32.116 INFO O| Feb 24 15:24:32.116 INFO STEP 40 (remove_files) COMPLETE
49492026-02-24T15:24:33.706Z[ recovery-image] Feb 24 15:24:32.116 INFO O| Feb 24 15:24:32.116 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502026-02-24T15:24:33.711Z[ recovery-image] Feb 24 15:24:32.123 INFO O| Feb 24 15:24:32.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49512026-02-24T15:24:33.711Z[ recovery-image] Feb 24 15:24:32.123 INFO O| Feb 24 15:24:32.123 INFO STEP 41 (remove_files) COMPLETE
49522026-02-24T15:24:33.711Z[ recovery-image] Feb 24 15:24:32.123 INFO O| Feb 24 15:24:32.123 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532026-02-24T15:24:33.717Z[ recovery-image] Feb 24 15:24:32.131 INFO O| Feb 24 15:24:32.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49542026-02-24T15:24:33.717Z[ recovery-image] Feb 24 15:24:32.131 INFO O| Feb 24 15:24:32.131 INFO STEP 42 (remove_files) COMPLETE
49552026-02-24T15:24:33.721Z[ recovery-image] Feb 24 15:24:32.131 INFO O| Feb 24 15:24:32.131 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562026-02-24T15:24:33.725Z[ recovery-image] Feb 24 15:24:32.138 INFO O| Feb 24 15:24:32.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49572026-02-24T15:24:33.725Z[ recovery-image] Feb 24 15:24:32.139 INFO O| Feb 24 15:24:32.139 INFO STEP 43 (remove_files) COMPLETE
49582026-02-24T15:24:33.725Z[ recovery-image] Feb 24 15:24:32.139 INFO O| Feb 24 15:24:32.139 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592026-02-24T15:24:33.732Z[ recovery-image] Feb 24 15:24:32.146 INFO O| Feb 24 15:24:32.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49602026-02-24T15:24:33.732Z[ recovery-image] Feb 24 15:24:32.146 INFO O| Feb 24 15:24:32.146 INFO STEP 44 (remove_files) COMPLETE
49612026-02-24T15:24:33.735Z[ recovery-image] Feb 24 15:24:32.146 INFO O| Feb 24 15:24:32.146 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622026-02-24T15:24:33.740Z[ recovery-image] Feb 24 15:24:32.155 INFO O| Feb 24 15:24:32.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49632026-02-24T15:24:33.743Z[ recovery-image] Feb 24 15:24:32.156 INFO O| Feb 24 15:24:32.156 INFO STEP 45 (remove_files) COMPLETE
49642026-02-24T15:24:33.744Z[ recovery-image] Feb 24 15:24:32.156 INFO O| Feb 24 15:24:32.156 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652026-02-24T15:24:33.749Z[ recovery-image] Feb 24 15:24:32.164 INFO O| Feb 24 15:24:32.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49662026-02-24T15:24:33.750Z[ recovery-image] Feb 24 15:24:32.164 INFO O| Feb 24 15:24:32.164 INFO STEP 46 (remove_files) COMPLETE
49672026-02-24T15:24:33.753Z[ recovery-image] Feb 24 15:24:32.164 INFO O| Feb 24 15:24:32.164 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682026-02-24T15:24:33.757Z[ recovery-image] Feb 24 15:24:32.172 INFO O| Feb 24 15:24:32.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49692026-02-24T15:24:33.762Z[ recovery-image] Feb 24 15:24:32.172 INFO O| Feb 24 15:24:32.172 INFO STEP 47 (remove_files) COMPLETE
49702026-02-24T15:24:33.762Z[ recovery-image] Feb 24 15:24:32.172 INFO O| Feb 24 15:24:32.172 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712026-02-24T15:24:33.767Z[ recovery-image] Feb 24 15:24:32.180 INFO O| Feb 24 15:24:32.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49722026-02-24T15:24:33.770Z[ recovery-image] Feb 24 15:24:32.181 INFO O| Feb 24 15:24:32.181 INFO STEP 48 (remove_files) COMPLETE
49732026-02-24T15:24:33.770Z[ recovery-image] Feb 24 15:24:32.181 INFO O| Feb 24 15:24:32.181 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742026-02-24T15:24:33.774Z[ recovery-image] Feb 24 15:24:32.188 INFO O| Feb 24 15:24:32.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49752026-02-24T15:24:33.774Z[ recovery-image] Feb 24 15:24:32.188 INFO O| Feb 24 15:24:32.188 INFO STEP 49 (remove_files) COMPLETE
49762026-02-24T15:24:33.774Z[ recovery-image] Feb 24 15:24:32.188 INFO O| Feb 24 15:24:32.188 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772026-02-24T15:24:33.782Z[ recovery-image] Feb 24 15:24:32.195 INFO O| Feb 24 15:24:32.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49782026-02-24T15:24:33.785Z[ recovery-image] Feb 24 15:24:32.196 INFO O| Feb 24 15:24:32.196 INFO STEP 50 (remove_files) COMPLETE
49792026-02-24T15:24:33.785Z[ recovery-image] Feb 24 15:24:32.196 INFO O| Feb 24 15:24:32.196 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802026-02-24T15:24:33.789Z[ recovery-image] Feb 24 15:24:32.203 INFO O| Feb 24 15:24:32.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49812026-02-24T15:24:33.789Z[ recovery-image] Feb 24 15:24:32.203 INFO O| Feb 24 15:24:32.203 INFO STEP 51 (remove_files) COMPLETE
49822026-02-24T15:24:33.789Z[ recovery-image] Feb 24 15:24:32.203 INFO O| Feb 24 15:24:32.203 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832026-02-24T15:24:33.796Z[ recovery-image] Feb 24 15:24:32.211 INFO O| Feb 24 15:24:32.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49842026-02-24T15:24:33.799Z[ recovery-image] Feb 24 15:24:32.211 INFO O| Feb 24 15:24:32.211 INFO STEP 52 (remove_files) COMPLETE
49852026-02-24T15:24:33.799Z[ recovery-image] Feb 24 15:24:32.211 INFO O| Feb 24 15:24:32.211 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862026-02-24T15:24:33.804Z[ recovery-image] Feb 24 15:24:32.219 INFO O| Feb 24 15:24:32.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49872026-02-24T15:24:33.808Z[ recovery-image] Feb 24 15:24:32.219 INFO O| Feb 24 15:24:32.219 INFO STEP 53 (remove_files) COMPLETE
49882026-02-24T15:24:33.808Z[ recovery-image] Feb 24 15:24:32.219 INFO O| Feb 24 15:24:32.219 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892026-02-24T15:24:33.812Z[ recovery-image] Feb 24 15:24:32.226 INFO O| Feb 24 15:24:32.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49902026-02-24T15:24:33.812Z[ recovery-image] Feb 24 15:24:32.226 INFO O| Feb 24 15:24:32.226 INFO STEP 54 (remove_files) COMPLETE
49912026-02-24T15:24:33.812Z[ recovery-image] Feb 24 15:24:32.226 INFO O| Feb 24 15:24:32.226 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922026-02-24T15:24:33.820Z[ recovery-image] Feb 24 15:24:32.234 INFO O| Feb 24 15:24:32.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49932026-02-24T15:24:33.820Z[ recovery-image] Feb 24 15:24:32.234 INFO O| Feb 24 15:24:32.234 INFO STEP 55 (remove_files) COMPLETE
49942026-02-24T15:24:33.824Z[ recovery-image] Feb 24 15:24:32.234 INFO O| Feb 24 15:24:32.234 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952026-02-24T15:24:33.827Z[ recovery-image] Feb 24 15:24:32.241 INFO O| Feb 24 15:24:32.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49962026-02-24T15:24:33.828Z[ recovery-image] Feb 24 15:24:32.241 INFO O| Feb 24 15:24:32.241 INFO STEP 56 (remove_files) COMPLETE
49972026-02-24T15:24:33.828Z[ recovery-image] Feb 24 15:24:32.241 INFO O| Feb 24 15:24:32.241 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982026-02-24T15:24:33.834Z[ recovery-image] Feb 24 15:24:32.248 INFO O| Feb 24 15:24:32.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49992026-02-24T15:24:33.834Z[ recovery-image] Feb 24 15:24:32.248 INFO O| Feb 24 15:24:32.248 INFO STEP 57 (remove_files) COMPLETE
50002026-02-24T15:24:33.837Z[ recovery-image] Feb 24 15:24:32.248 INFO O| Feb 24 15:24:32.248 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012026-02-24T15:24:33.841Z[ recovery-image] Feb 24 15:24:32.256 INFO O| Feb 24 15:24:32.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50022026-02-24T15:24:33.845Z[ recovery-image] Feb 24 15:24:32.257 INFO O| Feb 24 15:24:32.257 INFO STEP 58 (remove_files) COMPLETE
50032026-02-24T15:24:33.845Z[ recovery-image] Feb 24 15:24:32.257 INFO O| Feb 24 15:24:32.257 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042026-02-24T15:24:33.849Z[ recovery-image] Feb 24 15:24:32.264 INFO O| Feb 24 15:24:32.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50052026-02-24T15:24:33.849Z[ recovery-image] Feb 24 15:24:32.264 INFO O| Feb 24 15:24:32.264 INFO STEP 59 (remove_files) COMPLETE
50062026-02-24T15:24:33.852Z[ recovery-image] Feb 24 15:24:32.264 INFO O| Feb 24 15:24:32.264 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072026-02-24T15:24:33.856Z[ recovery-image] Feb 24 15:24:32.271 INFO O| Feb 24 15:24:32.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50082026-02-24T15:24:33.856Z[ recovery-image] Feb 24 15:24:32.271 INFO O| Feb 24 15:24:32.271 INFO STEP 60 (remove_files) COMPLETE
50092026-02-24T15:24:33.860Z[ recovery-image] Feb 24 15:24:32.271 INFO O| Feb 24 15:24:32.271 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102026-02-24T15:24:33.865Z[ recovery-image] Feb 24 15:24:32.279 INFO O| Feb 24 15:24:32.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50112026-02-24T15:24:33.865Z[ recovery-image] Feb 24 15:24:32.280 INFO O| Feb 24 15:24:32.280 INFO STEP 61 (remove_files) COMPLETE
50122026-02-24T15:24:33.865Z[ recovery-image] Feb 24 15:24:32.280 INFO O| Feb 24 15:24:32.280 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132026-02-24T15:24:33.873Z[ recovery-image] Feb 24 15:24:32.288 INFO O| Feb 24 15:24:32.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50142026-02-24T15:24:33.877Z[ recovery-image] Feb 24 15:24:32.288 INFO O| Feb 24 15:24:32.288 INFO STEP 62 (remove_files) COMPLETE
50152026-02-24T15:24:33.877Z[ recovery-image] Feb 24 15:24:32.288 INFO O| Feb 24 15:24:32.288 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162026-02-24T15:24:33.881Z[ recovery-image] Feb 24 15:24:32.296 INFO O| Feb 24 15:24:32.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50172026-02-24T15:24:33.881Z[ recovery-image] Feb 24 15:24:32.296 INFO O| Feb 24 15:24:32.296 INFO STEP 63 (remove_files) COMPLETE
50182026-02-24T15:24:33.881Z[ recovery-image] Feb 24 15:24:32.296 INFO O| Feb 24 15:24:32.296 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192026-02-24T15:24:33.889Z[ recovery-image] Feb 24 15:24:32.303 INFO O| Feb 24 15:24:32.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50202026-02-24T15:24:33.889Z[ recovery-image] Feb 24 15:24:32.303 INFO O| Feb 24 15:24:32.303 INFO STEP 64 (remove_files) COMPLETE
50212026-02-24T15:24:33.889Z[ recovery-image] Feb 24 15:24:32.303 INFO O| Feb 24 15:24:32.303 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222026-02-24T15:24:33.896Z[ recovery-image] Feb 24 15:24:32.310 INFO O| Feb 24 15:24:32.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50232026-02-24T15:24:33.899Z[ recovery-image] Feb 24 15:24:32.311 INFO O| Feb 24 15:24:32.311 INFO STEP 65 (remove_files) COMPLETE
50242026-02-24T15:24:33.900Z[ recovery-image] Feb 24 15:24:32.311 INFO O| Feb 24 15:24:32.311 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252026-02-24T15:24:33.903Z[ recovery-image] Feb 24 15:24:32.318 INFO O| Feb 24 15:24:32.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50262026-02-24T15:24:33.904Z[ recovery-image] Feb 24 15:24:32.318 INFO O| Feb 24 15:24:32.318 INFO STEP 66 (remove_files) COMPLETE
50272026-02-24T15:24:33.904Z[ recovery-image] Feb 24 15:24:32.318 INFO O| Feb 24 15:24:32.318 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282026-02-24T15:24:33.911Z[ recovery-image] Feb 24 15:24:32.326 INFO O| Feb 24 15:24:32.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50292026-02-24T15:24:33.911Z[ recovery-image] Feb 24 15:24:32.326 INFO O| Feb 24 15:24:32.326 INFO STEP 67 (remove_files) COMPLETE
50302026-02-24T15:24:33.915Z[ recovery-image] Feb 24 15:24:32.326 INFO O| Feb 24 15:24:32.326 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312026-02-24T15:24:33.919Z[ recovery-image] Feb 24 15:24:32.333 INFO O| Feb 24 15:24:32.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50322026-02-24T15:24:33.919Z[ recovery-image] Feb 24 15:24:32.333 INFO O| Feb 24 15:24:32.333 INFO STEP 68 (remove_files) COMPLETE
50332026-02-24T15:24:33.919Z[ recovery-image] Feb 24 15:24:32.333 INFO O| Feb 24 15:24:32.333 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342026-02-24T15:24:33.926Z[ recovery-image] Feb 24 15:24:32.340 INFO O| Feb 24 15:24:32.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50352026-02-24T15:24:33.926Z[ recovery-image] Feb 24 15:24:32.340 INFO O| Feb 24 15:24:32.340 INFO STEP 69 (remove_files) COMPLETE
50362026-02-24T15:24:33.929Z[ recovery-image] Feb 24 15:24:32.340 INFO O| Feb 24 15:24:32.340 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372026-02-24T15:24:33.935Z[ recovery-image] Feb 24 15:24:32.348 INFO O| Feb 24 15:24:32.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50382026-02-24T15:24:33.935Z[ recovery-image] Feb 24 15:24:32.348 INFO O| Feb 24 15:24:32.348 INFO STEP 70 (remove_files) COMPLETE
50392026-02-24T15:24:33.935Z[ recovery-image] Feb 24 15:24:32.348 INFO O| Feb 24 15:24:32.348 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.355 INFO O| Feb 24 15:24:32.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50412026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.355 INFO O| Feb 24 15:24:32.355 INFO STEP 71 (remove_files) COMPLETE
50422026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.355 INFO O| Feb 24 15:24:32.355 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.362 INFO O| Feb 24 15:24:32.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50442026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.362 INFO O| Feb 24 15:24:32.362 INFO STEP 72 (remove_files) COMPLETE
50452026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.363 INFO O| Feb 24 15:24:32.362 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.370 INFO O| Feb 24 15:24:32.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50472026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.370 INFO O| Feb 24 15:24:32.370 INFO STEP 73 (remove_files) COMPLETE
50482026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.370 INFO O| Feb 24 15:24:32.370 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.377 INFO O| Feb 24 15:24:32.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50502026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.377 INFO O| Feb 24 15:24:32.377 INFO STEP 74 (remove_files) COMPLETE
50512026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.377 INFO O| Feb 24 15:24:32.377 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.384 INFO O| Feb 24 15:24:32.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50532026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.385 INFO O| Feb 24 15:24:32.385 INFO STEP 75 (remove_files) COMPLETE
50542026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.385 INFO O| Feb 24 15:24:32.385 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552026-02-24T15:24:34.004Z[ recovery-image] Feb 24 15:24:32.392 INFO O| Feb 24 15:24:32.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50562026-02-24T15:24:34.005Z[ recovery-image] Feb 24 15:24:32.392 INFO O| Feb 24 15:24:32.392 INFO STEP 76 (remove_files) COMPLETE
50572026-02-24T15:24:34.005Z[ recovery-image] Feb 24 15:24:32.392 INFO O| Feb 24 15:24:32.392 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582026-02-24T15:24:34.005Z[ recovery-image] Feb 24 15:24:32.399 INFO O| Feb 24 15:24:32.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50592026-02-24T15:24:34.005Z[ recovery-image] Feb 24 15:24:32.399 INFO O| Feb 24 15:24:32.399 INFO STEP 77 (remove_files) COMPLETE
50602026-02-24T15:24:34.005Z[ recovery-image] Feb 24 15:24:32.399 INFO O| Feb 24 15:24:32.399 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612026-02-24T15:24:34.005Z[ recovery-image] Feb 24 15:24:32.406 INFO O| Feb 24 15:24:32.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50622026-02-24T15:24:34.005Z[ recovery-image] Feb 24 15:24:32.406 INFO O| Feb 24 15:24:32.406 INFO STEP 78 (remove_files) COMPLETE
50632026-02-24T15:24:34.005Z[ recovery-image] Feb 24 15:24:32.406 INFO O| Feb 24 15:24:32.406 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642026-02-24T15:24:34.014Z[ recovery-image] Feb 24 15:24:32.413 INFO O| Feb 24 15:24:32.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50652026-02-24T15:24:34.014Z[ recovery-image] Feb 24 15:24:32.413 INFO O| Feb 24 15:24:32.413 INFO STEP 79 (remove_files) COMPLETE
50662026-02-24T15:24:34.014Z[ recovery-image] Feb 24 15:24:32.413 INFO O| Feb 24 15:24:32.413 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672026-02-24T15:24:34.014Z[ recovery-image] Feb 24 15:24:32.421 INFO O| Feb 24 15:24:32.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50682026-02-24T15:24:34.014Z[ recovery-image] Feb 24 15:24:32.421 INFO O| Feb 24 15:24:32.421 INFO STEP 80 (remove_files) COMPLETE
50692026-02-24T15:24:34.014Z[ recovery-image] Feb 24 15:24:32.421 INFO O| Feb 24 15:24:32.421 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702026-02-24T15:24:34.019Z[ recovery-image] Feb 24 15:24:32.428 INFO O| Feb 24 15:24:32.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50712026-02-24T15:24:34.019Z[ recovery-image] Feb 24 15:24:32.428 INFO O| Feb 24 15:24:32.428 INFO STEP 81 (remove_files) COMPLETE
50722026-02-24T15:24:34.020Z[ recovery-image] Feb 24 15:24:32.428 INFO O| Feb 24 15:24:32.428 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732026-02-24T15:24:34.023Z[ recovery-image] Feb 24 15:24:32.436 INFO O| Feb 24 15:24:32.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50742026-02-24T15:24:34.023Z[ recovery-image] Feb 24 15:24:32.436 INFO O| Feb 24 15:24:32.436 INFO STEP 82 (remove_files) COMPLETE
50752026-02-24T15:24:34.023Z[ recovery-image] Feb 24 15:24:32.436 INFO O| Feb 24 15:24:32.436 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762026-02-24T15:24:34.030Z[ recovery-image] Feb 24 15:24:32.444 INFO O| Feb 24 15:24:32.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50772026-02-24T15:24:34.030Z[ recovery-image] Feb 24 15:24:32.444 INFO O| Feb 24 15:24:32.444 INFO STEP 83 (remove_files) COMPLETE
50782026-02-24T15:24:34.034Z[ recovery-image] Feb 24 15:24:32.444 INFO O| Feb 24 15:24:32.444 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792026-02-24T15:24:34.038Z[ recovery-image] Feb 24 15:24:32.452 INFO O| Feb 24 15:24:32.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50802026-02-24T15:24:34.043Z[ recovery-image] Feb 24 15:24:32.452 INFO O| Feb 24 15:24:32.452 INFO STEP 84 (remove_files) COMPLETE
50812026-02-24T15:24:34.043Z[ recovery-image] Feb 24 15:24:32.452 INFO O| Feb 24 15:24:32.452 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822026-02-24T15:24:34.047Z[ recovery-image] Feb 24 15:24:32.459 INFO O| Feb 24 15:24:32.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50832026-02-24T15:24:34.047Z[ recovery-image] Feb 24 15:24:32.459 INFO O| Feb 24 15:24:32.459 INFO STEP 85 (remove_files) COMPLETE
50842026-02-24T15:24:34.048Z[ recovery-image] Feb 24 15:24:32.459 INFO O| Feb 24 15:24:32.459 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852026-02-24T15:24:34.052Z[ recovery-image] Feb 24 15:24:32.466 INFO O| Feb 24 15:24:32.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50862026-02-24T15:24:34.056Z[ recovery-image] Feb 24 15:24:32.467 INFO O| Feb 24 15:24:32.467 INFO STEP 86 (remove_files) COMPLETE
50872026-02-24T15:24:34.056Z[ recovery-image] Feb 24 15:24:32.467 INFO O| Feb 24 15:24:32.467 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882026-02-24T15:24:34.060Z[ recovery-image] Feb 24 15:24:32.475 INFO O| Feb 24 15:24:32.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50892026-02-24T15:24:34.064Z[ recovery-image] Feb 24 15:24:32.475 INFO O| Feb 24 15:24:32.475 INFO STEP 87 (remove_files) COMPLETE
50902026-02-24T15:24:34.064Z[ recovery-image] Feb 24 15:24:32.475 INFO O| Feb 24 15:24:32.475 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912026-02-24T15:24:34.068Z[ recovery-image] Feb 24 15:24:32.483 INFO O| Feb 24 15:24:32.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50922026-02-24T15:24:34.068Z[ recovery-image] Feb 24 15:24:32.483 INFO O| Feb 24 15:24:32.483 INFO STEP 88 (remove_files) COMPLETE
50932026-02-24T15:24:34.072Z[ recovery-image] Feb 24 15:24:32.483 INFO O| Feb 24 15:24:32.483 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942026-02-24T15:24:34.076Z[ recovery-image] Feb 24 15:24:32.491 INFO O| Feb 24 15:24:32.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50952026-02-24T15:24:34.076Z[ recovery-image] Feb 24 15:24:32.491 INFO O| Feb 24 15:24:32.491 INFO STEP 89 (remove_files) COMPLETE
50962026-02-24T15:24:34.077Z[ recovery-image] Feb 24 15:24:32.491 INFO O| Feb 24 15:24:32.491 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972026-02-24T15:24:34.084Z[ recovery-image] Feb 24 15:24:32.499 INFO O| Feb 24 15:24:32.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50982026-02-24T15:24:34.089Z[ recovery-image] Feb 24 15:24:32.499 INFO O| Feb 24 15:24:32.499 INFO STEP 90 (remove_files) COMPLETE
50992026-02-24T15:24:34.089Z[ recovery-image] Feb 24 15:24:32.499 INFO O| Feb 24 15:24:32.499 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002026-02-24T15:24:34.093Z[ recovery-image] Feb 24 15:24:32.508 INFO O| Feb 24 15:24:32.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51012026-02-24T15:24:34.093Z[ recovery-image] Feb 24 15:24:32.508 INFO O| Feb 24 15:24:32.508 INFO STEP 91 (remove_files) COMPLETE
51022026-02-24T15:24:34.093Z[ recovery-image] Feb 24 15:24:32.508 INFO O| Feb 24 15:24:32.508 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032026-02-24T15:24:34.101Z[ recovery-image] Feb 24 15:24:32.515 INFO O| Feb 24 15:24:32.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51042026-02-24T15:24:34.105Z[ recovery-image] Feb 24 15:24:32.515 INFO O| Feb 24 15:24:32.515 INFO STEP 92 (remove_files) COMPLETE
51052026-02-24T15:24:34.105Z[ recovery-image] Feb 24 15:24:32.515 INFO O| Feb 24 15:24:32.515 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062026-02-24T15:24:34.109Z[ recovery-image] Feb 24 15:24:32.522 INFO O| Feb 24 15:24:32.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51072026-02-24T15:24:34.109Z[ recovery-image] Feb 24 15:24:32.522 INFO O| Feb 24 15:24:32.522 INFO STEP 93 (remove_files) COMPLETE
51082026-02-24T15:24:34.109Z[ recovery-image] Feb 24 15:24:32.522 INFO O| Feb 24 15:24:32.522 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092026-02-24T15:24:34.115Z[ recovery-image] Feb 24 15:24:32.529 INFO O| Feb 24 15:24:32.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51102026-02-24T15:24:34.115Z[ recovery-image] Feb 24 15:24:32.529 INFO O| Feb 24 15:24:32.529 INFO STEP 94 (remove_files) COMPLETE
51112026-02-24T15:24:34.120Z[ recovery-image] Feb 24 15:24:32.529 INFO O| Feb 24 15:24:32.529 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122026-02-24T15:24:34.124Z[ recovery-image] Feb 24 15:24:32.537 INFO O| Feb 24 15:24:32.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51132026-02-24T15:24:34.125Z[ recovery-image] Feb 24 15:24:32.537 INFO O| Feb 24 15:24:32.537 INFO STEP 95 (remove_files) COMPLETE
51142026-02-24T15:24:34.125Z[ recovery-image] Feb 24 15:24:32.537 INFO O| Feb 24 15:24:32.537 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152026-02-24T15:24:34.131Z[ recovery-image] Feb 24 15:24:32.545 INFO O| Feb 24 15:24:32.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51162026-02-24T15:24:34.131Z[ recovery-image] Feb 24 15:24:32.545 INFO O| Feb 24 15:24:32.545 INFO STEP 96 (remove_files) COMPLETE
51172026-02-24T15:24:34.135Z[ recovery-image] Feb 24 15:24:32.545 INFO O| Feb 24 15:24:32.545 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182026-02-24T15:24:34.139Z[ recovery-image] Feb 24 15:24:32.553 INFO O| Feb 24 15:24:32.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51192026-02-24T15:24:34.142Z[ recovery-image] Feb 24 15:24:32.554 INFO O| Feb 24 15:24:32.554 INFO STEP 97 (remove_files) COMPLETE
51202026-02-24T15:24:34.142Z[ recovery-image] Feb 24 15:24:32.554 INFO O| Feb 24 15:24:32.554 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212026-02-24T15:24:34.146Z[ recovery-image] Feb 24 15:24:32.561 INFO O| Feb 24 15:24:32.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51222026-02-24T15:24:34.150Z[ recovery-image] Feb 24 15:24:32.562 INFO O| Feb 24 15:24:32.562 INFO STEP 98 (remove_files) COMPLETE
51232026-02-24T15:24:34.150Z[ recovery-image] Feb 24 15:24:32.562 INFO O| Feb 24 15:24:32.562 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242026-02-24T15:24:34.155Z[ recovery-image] Feb 24 15:24:32.569 INFO O| Feb 24 15:24:32.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51252026-02-24T15:24:34.155Z[ recovery-image] Feb 24 15:24:32.569 INFO O| Feb 24 15:24:32.569 INFO STEP 99 (remove_files) COMPLETE
51262026-02-24T15:24:34.155Z[ recovery-image] Feb 24 15:24:32.569 INFO O| Feb 24 15:24:32.569 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272026-02-24T15:24:34.162Z[ recovery-image] Feb 24 15:24:32.576 INFO O| Feb 24 15:24:32.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51282026-02-24T15:24:34.162Z[ recovery-image] Feb 24 15:24:32.576 INFO O| Feb 24 15:24:32.576 INFO STEP 100 (remove_files) COMPLETE
51292026-02-24T15:24:34.165Z[ recovery-image] Feb 24 15:24:32.576 INFO O| Feb 24 15:24:32.576 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302026-02-24T15:24:34.169Z[ recovery-image] Feb 24 15:24:32.583 INFO O| Feb 24 15:24:32.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51312026-02-24T15:24:34.169Z[ recovery-image] Feb 24 15:24:32.583 INFO O| Feb 24 15:24:32.583 INFO STEP 101 (remove_files) COMPLETE
51322026-02-24T15:24:34.169Z[ recovery-image] Feb 24 15:24:32.583 INFO O| Feb 24 15:24:32.583 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332026-02-24T15:24:34.175Z[ recovery-image] Feb 24 15:24:32.590 INFO O| Feb 24 15:24:32.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51342026-02-24T15:24:34.176Z[ recovery-image] Feb 24 15:24:32.590 INFO O| Feb 24 15:24:32.590 INFO STEP 102 (remove_files) COMPLETE
51352026-02-24T15:24:34.176Z[ recovery-image] Feb 24 15:24:32.590 INFO O| Feb 24 15:24:32.590 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362026-02-24T15:24:34.184Z[ recovery-image] Feb 24 15:24:32.598 INFO O| Feb 24 15:24:32.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51372026-02-24T15:24:34.184Z[ recovery-image] Feb 24 15:24:32.598 INFO O| Feb 24 15:24:32.598 INFO STEP 103 (remove_files) COMPLETE
51382026-02-24T15:24:34.188Z[ recovery-image] Feb 24 15:24:32.598 INFO O| Feb 24 15:24:32.598 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392026-02-24T15:24:34.192Z[ recovery-image] Feb 24 15:24:32.605 INFO O| Feb 24 15:24:32.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51402026-02-24T15:24:34.192Z[ recovery-image] Feb 24 15:24:32.605 INFO O| Feb 24 15:24:32.605 INFO STEP 104 (remove_files) COMPLETE
51412026-02-24T15:24:34.192Z[ recovery-image] Feb 24 15:24:32.605 INFO O| Feb 24 15:24:32.605 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422026-02-24T15:24:34.199Z[ recovery-image] Feb 24 15:24:32.613 INFO O| Feb 24 15:24:32.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51432026-02-24T15:24:34.203Z[ recovery-image] Feb 24 15:24:32.613 INFO O| Feb 24 15:24:32.613 INFO STEP 105 (remove_files) COMPLETE
51442026-02-24T15:24:34.203Z[ recovery-image] Feb 24 15:24:32.613 INFO O| Feb 24 15:24:32.613 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452026-02-24T15:24:34.207Z[ recovery-image] Feb 24 15:24:32.621 INFO O| Feb 24 15:24:32.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51462026-02-24T15:24:34.210Z[ recovery-image] Feb 24 15:24:32.621 INFO O| Feb 24 15:24:32.621 INFO STEP 106 (remove_files) COMPLETE
51472026-02-24T15:24:34.210Z[ recovery-image] Feb 24 15:24:32.621 INFO O| Feb 24 15:24:32.621 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482026-02-24T15:24:34.214Z[ recovery-image] Feb 24 15:24:32.629 INFO O| Feb 24 15:24:32.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51492026-02-24T15:24:34.214Z[ recovery-image] Feb 24 15:24:32.629 INFO O| Feb 24 15:24:32.629 INFO STEP 107 (remove_files) COMPLETE
51502026-02-24T15:24:34.218Z[ recovery-image] Feb 24 15:24:32.629 INFO O| Feb 24 15:24:32.629 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512026-02-24T15:24:34.223Z[ recovery-image] Feb 24 15:24:32.637 INFO O| Feb 24 15:24:32.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51522026-02-24T15:24:34.223Z[ recovery-image] Feb 24 15:24:32.637 INFO O| Feb 24 15:24:32.637 INFO STEP 108 (remove_files) COMPLETE
51532026-02-24T15:24:34.227Z[ recovery-image] Feb 24 15:24:32.637 INFO O| Feb 24 15:24:32.637 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542026-02-24T15:24:34.231Z[ recovery-image] Feb 24 15:24:32.644 INFO O| Feb 24 15:24:32.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51552026-02-24T15:24:34.231Z[ recovery-image] Feb 24 15:24:32.644 INFO O| Feb 24 15:24:32.644 INFO STEP 109 (remove_files) COMPLETE
51562026-02-24T15:24:34.231Z[ recovery-image] Feb 24 15:24:32.644 INFO O| Feb 24 15:24:32.644 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572026-02-24T15:24:34.236Z[ recovery-image] Feb 24 15:24:32.651 INFO O| Feb 24 15:24:32.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51582026-02-24T15:24:34.236Z[ recovery-image] Feb 24 15:24:32.651 INFO O| Feb 24 15:24:32.651 INFO STEP 110 (remove_files) COMPLETE
51592026-02-24T15:24:34.237Z[ recovery-image] Feb 24 15:24:32.651 INFO O| Feb 24 15:24:32.651 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602026-02-24T15:24:34.244Z[ recovery-image] Feb 24 15:24:32.658 INFO O| Feb 24 15:24:32.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51612026-02-24T15:24:34.244Z[ recovery-image] Feb 24 15:24:32.659 INFO O| Feb 24 15:24:32.658 INFO STEP 111 (remove_files) COMPLETE
51622026-02-24T15:24:34.247Z[ recovery-image] Feb 24 15:24:32.659 INFO O| Feb 24 15:24:32.658 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632026-02-24T15:24:34.251Z[ recovery-image] Feb 24 15:24:32.666 INFO O| Feb 24 15:24:32.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51642026-02-24T15:24:34.256Z[ recovery-image] Feb 24 15:24:32.666 INFO O| Feb 24 15:24:32.666 INFO STEP 112 (remove_files) COMPLETE
51652026-02-24T15:24:34.256Z[ recovery-image] Feb 24 15:24:32.666 INFO O| Feb 24 15:24:32.666 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662026-02-24T15:24:34.260Z[ recovery-image] Feb 24 15:24:32.673 INFO O| Feb 24 15:24:32.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51672026-02-24T15:24:34.260Z[ recovery-image] Feb 24 15:24:32.673 INFO O| Feb 24 15:24:32.673 INFO STEP 113 (remove_files) COMPLETE
51682026-02-24T15:24:34.260Z[ recovery-image] Feb 24 15:24:32.673 INFO O| Feb 24 15:24:32.673 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692026-02-24T15:24:34.266Z[ recovery-image] Feb 24 15:24:32.681 INFO O| Feb 24 15:24:32.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51702026-02-24T15:24:34.269Z[ recovery-image] Feb 24 15:24:32.681 INFO O| Feb 24 15:24:32.681 INFO STEP 114 (remove_files) COMPLETE
51712026-02-24T15:24:34.269Z[ recovery-image] Feb 24 15:24:32.681 INFO O| Feb 24 15:24:32.681 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722026-02-24T15:24:34.273Z[ recovery-image] Feb 24 15:24:32.688 INFO O| Feb 24 15:24:32.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51732026-02-24T15:24:34.273Z[ recovery-image] Feb 24 15:24:32.688 INFO O| Feb 24 15:24:32.688 INFO STEP 115 (remove_files) COMPLETE
51742026-02-24T15:24:34.280Z[ recovery-image] Feb 24 15:24:32.688 INFO O| Feb 24 15:24:32.688 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752026-02-24T15:24:34.283Z[ recovery-image] Feb 24 15:24:32.696 INFO O| Feb 24 15:24:32.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51762026-02-24T15:24:34.283Z[ recovery-image] Feb 24 15:24:32.696 INFO O| Feb 24 15:24:32.696 INFO STEP 116 (remove_files) COMPLETE
51772026-02-24T15:24:34.283Z[ recovery-image] Feb 24 15:24:32.696 INFO O| Feb 24 15:24:32.696 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782026-02-24T15:24:34.288Z[ recovery-image] Feb 24 15:24:32.703 INFO O| Feb 24 15:24:32.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51792026-02-24T15:24:34.292Z[ recovery-image] Feb 24 15:24:32.703 INFO O| Feb 24 15:24:32.703 INFO STEP 117 (remove_files) COMPLETE
51802026-02-24T15:24:34.292Z[ recovery-image] Feb 24 15:24:32.703 INFO O| Feb 24 15:24:32.703 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812026-02-24T15:24:34.296Z[ recovery-image] Feb 24 15:24:32.710 INFO O| Feb 24 15:24:32.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51822026-02-24T15:24:34.297Z[ recovery-image] Feb 24 15:24:32.710 INFO O| Feb 24 15:24:32.710 INFO STEP 118 (remove_files) COMPLETE
51832026-02-24T15:24:34.297Z[ recovery-image] Feb 24 15:24:32.710 INFO O| Feb 24 15:24:32.710 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842026-02-24T15:24:34.304Z[ recovery-image] Feb 24 15:24:32.719 INFO O| Feb 24 15:24:32.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51852026-02-24T15:24:34.310Z[ recovery-image] Feb 24 15:24:32.719 INFO O| Feb 24 15:24:32.719 INFO STEP 119 (remove_files) COMPLETE
51862026-02-24T15:24:34.310Z[ recovery-image] Feb 24 15:24:32.719 INFO O| Feb 24 15:24:32.719 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872026-02-24T15:24:34.314Z[ recovery-image] Feb 24 15:24:32.727 INFO O| Feb 24 15:24:32.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51882026-02-24T15:24:34.314Z[ recovery-image] Feb 24 15:24:32.727 INFO O| Feb 24 15:24:32.727 INFO STEP 120 (remove_files) COMPLETE
51892026-02-24T15:24:34.314Z[ recovery-image] Feb 24 15:24:32.727 INFO O| Feb 24 15:24:32.727 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902026-02-24T15:24:34.321Z[ recovery-image] Feb 24 15:24:32.735 INFO O| Feb 24 15:24:32.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51912026-02-24T15:24:34.325Z[ recovery-image] Feb 24 15:24:32.735 INFO O| Feb 24 15:24:32.735 INFO STEP 121 (remove_files) COMPLETE
51922026-02-24T15:24:34.325Z[ recovery-image] Feb 24 15:24:32.735 INFO O| Feb 24 15:24:32.735 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932026-02-24T15:24:34.328Z[ recovery-image] Feb 24 15:24:32.742 INFO O| Feb 24 15:24:32.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51942026-02-24T15:24:34.328Z[ recovery-image] Feb 24 15:24:32.742 INFO O| Feb 24 15:24:32.742 INFO STEP 122 (remove_files) COMPLETE
51952026-02-24T15:24:34.328Z[ recovery-image] Feb 24 15:24:32.742 INFO O| Feb 24 15:24:32.742 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962026-02-24T15:24:34.335Z[ recovery-image] Feb 24 15:24:32.750 INFO O| Feb 24 15:24:32.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51972026-02-24T15:24:34.335Z[ recovery-image] Feb 24 15:24:32.750 INFO O| Feb 24 15:24:32.750 INFO STEP 123 (remove_files) COMPLETE
51982026-02-24T15:24:34.335Z[ recovery-image] Feb 24 15:24:32.750 INFO O| Feb 24 15:24:32.750 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992026-02-24T15:24:34.342Z[ recovery-image] Feb 24 15:24:32.757 INFO O| Feb 24 15:24:32.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52002026-02-24T15:24:34.347Z[ recovery-image] Feb 24 15:24:32.757 INFO O| Feb 24 15:24:32.757 INFO STEP 124 (remove_files) COMPLETE
52012026-02-24T15:24:34.347Z[ recovery-image] Feb 24 15:24:32.757 INFO O| Feb 24 15:24:32.757 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022026-02-24T15:24:34.351Z[ recovery-image] Feb 24 15:24:32.765 INFO O| Feb 24 15:24:32.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52032026-02-24T15:24:34.351Z[ recovery-image] Feb 24 15:24:32.765 INFO O| Feb 24 15:24:32.765 INFO STEP 125 (remove_files) COMPLETE
52042026-02-24T15:24:34.351Z[ recovery-image] Feb 24 15:24:32.765 INFO O| Feb 24 15:24:32.765 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052026-02-24T15:24:34.359Z[ recovery-image] Feb 24 15:24:32.772 INFO O| Feb 24 15:24:32.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52062026-02-24T15:24:34.364Z[ recovery-image] Feb 24 15:24:32.772 INFO O| Feb 24 15:24:32.772 INFO STEP 126 (remove_files) COMPLETE
52072026-02-24T15:24:34.364Z[ recovery-image] Feb 24 15:24:32.772 INFO O| Feb 24 15:24:32.772 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082026-02-24T15:24:34.368Z[ recovery-image] Feb 24 15:24:32.779 INFO O| Feb 24 15:24:32.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52092026-02-24T15:24:34.368Z[ recovery-image] Feb 24 15:24:32.779 INFO O| Feb 24 15:24:32.779 INFO STEP 127 (remove_files) COMPLETE
52102026-02-24T15:24:34.368Z[ recovery-image] Feb 24 15:24:32.779 INFO O| Feb 24 15:24:32.779 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112026-02-24T15:24:34.373Z[ recovery-image] Feb 24 15:24:32.786 INFO O| Feb 24 15:24:32.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52122026-02-24T15:24:34.373Z[ recovery-image] Feb 24 15:24:32.786 INFO O| Feb 24 15:24:32.786 INFO STEP 128 (remove_files) COMPLETE
52132026-02-24T15:24:34.373Z[ recovery-image] Feb 24 15:24:32.786 INFO O| Feb 24 15:24:32.786 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142026-02-24T15:24:34.380Z[ recovery-image] Feb 24 15:24:32.794 INFO O| Feb 24 15:24:32.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52152026-02-24T15:24:34.384Z[ recovery-image] Feb 24 15:24:32.794 INFO O| Feb 24 15:24:32.794 INFO STEP 129 (remove_files) COMPLETE
52162026-02-24T15:24:34.384Z[ recovery-image] Feb 24 15:24:32.794 INFO O| Feb 24 15:24:32.794 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172026-02-24T15:24:34.388Z[ recovery-image] Feb 24 15:24:32.802 INFO O| Feb 24 15:24:32.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52182026-02-24T15:24:34.388Z[ recovery-image] Feb 24 15:24:32.802 INFO O| Feb 24 15:24:32.802 INFO STEP 130 (remove_files) COMPLETE
52192026-02-24T15:24:34.388Z[ recovery-image] Feb 24 15:24:32.802 INFO O| Feb 24 15:24:32.802 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202026-02-24T15:24:34.394Z[ recovery-image] Feb 24 15:24:32.809 INFO O| Feb 24 15:24:32.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52212026-02-24T15:24:34.394Z[ recovery-image] Feb 24 15:24:32.809 INFO O| Feb 24 15:24:32.809 INFO STEP 131 (remove_files) COMPLETE
52222026-02-24T15:24:34.394Z[ recovery-image] Feb 24 15:24:32.809 INFO O| Feb 24 15:24:32.809 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232026-02-24T15:24:34.403Z[ recovery-image] Feb 24 15:24:32.817 INFO O| Feb 24 15:24:32.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52242026-02-24T15:24:34.407Z[ recovery-image] Feb 24 15:24:32.817 INFO O| Feb 24 15:24:32.817 INFO STEP 132 (remove_files) COMPLETE
52252026-02-24T15:24:34.407Z[ recovery-image] Feb 24 15:24:32.817 INFO O| Feb 24 15:24:32.817 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262026-02-24T15:24:34.410Z[ recovery-image] Feb 24 15:24:32.824 INFO O| Feb 24 15:24:32.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52272026-02-24T15:24:34.410Z[ recovery-image] Feb 24 15:24:32.824 INFO O| Feb 24 15:24:32.824 INFO STEP 133 (remove_files) COMPLETE
52282026-02-24T15:24:34.410Z[ recovery-image] Feb 24 15:24:32.824 INFO O| Feb 24 15:24:32.824 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292026-02-24T15:24:34.417Z[ recovery-image] Feb 24 15:24:32.832 INFO O| Feb 24 15:24:32.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52302026-02-24T15:24:34.417Z[ recovery-image] Feb 24 15:24:32.832 INFO O| Feb 24 15:24:32.832 INFO STEP 134 (remove_files) COMPLETE
52312026-02-24T15:24:34.418Z[ recovery-image] Feb 24 15:24:32.832 INFO O| Feb 24 15:24:32.832 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322026-02-24T15:24:34.425Z[ recovery-image] Feb 24 15:24:32.839 INFO O| Feb 24 15:24:32.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52332026-02-24T15:24:34.428Z[ recovery-image] Feb 24 15:24:32.840 INFO O| Feb 24 15:24:32.839 INFO STEP 135 (remove_files) COMPLETE
52342026-02-24T15:24:34.429Z[ recovery-image] Feb 24 15:24:32.840 INFO O| Feb 24 15:24:32.840 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352026-02-24T15:24:34.434Z[ recovery-image] Feb 24 15:24:32.848 INFO O| Feb 24 15:24:32.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52362026-02-24T15:24:34.434Z[ recovery-image] Feb 24 15:24:32.848 INFO O| Feb 24 15:24:32.848 INFO STEP 136 (remove_files) COMPLETE
52372026-02-24T15:24:34.434Z[ recovery-image] Feb 24 15:24:32.848 INFO O| Feb 24 15:24:32.848 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382026-02-24T15:24:34.442Z[ recovery-image] Feb 24 15:24:32.855 INFO O| Feb 24 15:24:32.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52392026-02-24T15:24:34.447Z[ recovery-image] Feb 24 15:24:32.855 INFO O| Feb 24 15:24:32.855 INFO STEP 137 (remove_files) COMPLETE
52402026-02-24T15:24:34.447Z[ recovery-image] Feb 24 15:24:32.856 INFO O| Feb 24 15:24:32.855 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412026-02-24T15:24:34.451Z[ recovery-image] Feb 24 15:24:32.863 INFO O| Feb 24 15:24:32.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52422026-02-24T15:24:34.451Z[ recovery-image] Feb 24 15:24:32.863 INFO O| Feb 24 15:24:32.863 INFO STEP 138 (remove_files) COMPLETE
52432026-02-24T15:24:34.451Z[ recovery-image] Feb 24 15:24:32.863 INFO O| Feb 24 15:24:32.863 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442026-02-24T15:24:34.456Z[ recovery-image] Feb 24 15:24:32.871 INFO O| Feb 24 15:24:32.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52452026-02-24T15:24:34.456Z[ recovery-image] Feb 24 15:24:32.871 INFO O| Feb 24 15:24:32.871 INFO STEP 139 (remove_files) COMPLETE
52462026-02-24T15:24:34.460Z[ recovery-image] Feb 24 15:24:32.871 INFO O| Feb 24 15:24:32.871 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472026-02-24T15:24:34.464Z[ recovery-image] Feb 24 15:24:32.878 INFO O| Feb 24 15:24:32.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52482026-02-24T15:24:34.467Z[ recovery-image] Feb 24 15:24:32.878 INFO O| Feb 24 15:24:32.878 INFO STEP 140 (remove_files) COMPLETE
52492026-02-24T15:24:34.467Z[ recovery-image] Feb 24 15:24:32.879 INFO O| Feb 24 15:24:32.878 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502026-02-24T15:24:34.471Z[ recovery-image] Feb 24 15:24:32.886 INFO O| Feb 24 15:24:32.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52512026-02-24T15:24:34.471Z[ recovery-image] Feb 24 15:24:32.886 INFO O| Feb 24 15:24:32.886 INFO STEP 141 (remove_files) COMPLETE
52522026-02-24T15:24:34.475Z[ recovery-image] Feb 24 15:24:32.886 INFO O| Feb 24 15:24:32.886 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532026-02-24T15:24:34.481Z[ recovery-image] Feb 24 15:24:32.893 INFO O| Feb 24 15:24:32.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52542026-02-24T15:24:34.484Z[ recovery-image] Feb 24 15:24:32.893 INFO O| Feb 24 15:24:32.893 INFO STEP 142 (remove_files) COMPLETE
52552026-02-24T15:24:34.485Z[ recovery-image] Feb 24 15:24:32.893 INFO O| Feb 24 15:24:32.893 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562026-02-24T15:24:34.489Z[ recovery-image] Feb 24 15:24:32.900 INFO O| Feb 24 15:24:32.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52572026-02-24T15:24:34.489Z[ recovery-image] Feb 24 15:24:32.901 INFO O| Feb 24 15:24:32.900 INFO STEP 143 (remove_files) COMPLETE
52582026-02-24T15:24:34.489Z[ recovery-image] Feb 24 15:24:32.901 INFO O| Feb 24 15:24:32.901 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592026-02-24T15:24:34.493Z[ host-image] Feb 24 15:24:32.905 INFO O| Feb 24 15:24:32.905 INFO O| Done
52602026-02-24T15:24:34.493Z[ recovery-image] Feb 24 15:24:32.908 INFO O| Feb 24 15:24:32.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52612026-02-24T15:24:34.493Z[ recovery-image] Feb 24 15:24:32.908 INFO O| Feb 24 15:24:32.908 INFO STEP 144 (remove_files) COMPLETE
52622026-02-24T15:24:34.494Z[ recovery-image] Feb 24 15:24:32.908 INFO O| Feb 24 15:24:32.908 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632026-02-24T15:24:34.500Z[ recovery-image] Feb 24 15:24:32.915 INFO O| Feb 24 15:24:32.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52642026-02-24T15:24:34.504Z[ recovery-image] Feb 24 15:24:32.916 INFO O| Feb 24 15:24:32.916 INFO STEP 145 (remove_files) COMPLETE
52652026-02-24T15:24:34.504Z[ recovery-image] Feb 24 15:24:32.916 INFO O| Feb 24 15:24:32.916 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662026-02-24T15:24:34.509Z[ recovery-image] Feb 24 15:24:32.924 INFO O| Feb 24 15:24:32.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52672026-02-24T15:24:34.513Z[ recovery-image] Feb 24 15:24:32.924 INFO O| Feb 24 15:24:32.924 INFO STEP 146 (remove_files) COMPLETE
52682026-02-24T15:24:34.514Z[ recovery-image] Feb 24 15:24:32.924 INFO O| Feb 24 15:24:32.924 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692026-02-24T15:24:34.517Z[ recovery-image] Feb 24 15:24:32.931 INFO O| Feb 24 15:24:32.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52702026-02-24T15:24:34.517Z[ recovery-image] Feb 24 15:24:32.931 INFO O| Feb 24 15:24:32.931 INFO STEP 147 (remove_files) COMPLETE
52712026-02-24T15:24:34.517Z[ recovery-image] Feb 24 15:24:32.931 INFO O| Feb 24 15:24:32.931 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722026-02-24T15:24:34.524Z[ recovery-image] Feb 24 15:24:32.939 INFO O| Feb 24 15:24:32.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52732026-02-24T15:24:34.524Z[ recovery-image] Feb 24 15:24:32.939 INFO O| Feb 24 15:24:32.939 INFO STEP 148 (remove_files) COMPLETE
52742026-02-24T15:24:34.529Z[ recovery-image] Feb 24 15:24:32.939 INFO O| Feb 24 15:24:32.939 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752026-02-24T15:24:34.532Z[ recovery-image] Feb 24 15:24:32.946 INFO O| Feb 24 15:24:32.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52762026-02-24T15:24:34.532Z[ recovery-image] Feb 24 15:24:32.946 INFO O| Feb 24 15:24:32.946 INFO STEP 149 (remove_files) COMPLETE
52772026-02-24T15:24:34.534Z[ recovery-image] Feb 24 15:24:32.947 INFO O| Feb 24 15:24:32.946 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782026-02-24T15:24:34.539Z[ recovery-image] Feb 24 15:24:32.954 INFO O| Feb 24 15:24:32.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52792026-02-24T15:24:34.543Z[ recovery-image] Feb 24 15:24:32.954 INFO O| Feb 24 15:24:32.954 INFO STEP 150 (remove_files) COMPLETE
52802026-02-24T15:24:34.543Z[ recovery-image] Feb 24 15:24:32.954 INFO O| Feb 24 15:24:32.954 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812026-02-24T15:24:34.547Z[ recovery-image] Feb 24 15:24:32.962 INFO O| Feb 24 15:24:32.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52822026-02-24T15:24:34.551Z[ recovery-image] Feb 24 15:24:32.963 INFO O| Feb 24 15:24:32.963 INFO STEP 151 (remove_files) COMPLETE
52832026-02-24T15:24:34.551Z[ recovery-image] Feb 24 15:24:32.963 INFO O| Feb 24 15:24:32.963 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842026-02-24T15:24:34.556Z[ recovery-image] Feb 24 15:24:32.971 INFO O| Feb 24 15:24:32.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52852026-02-24T15:24:34.556Z[ recovery-image] Feb 24 15:24:32.971 INFO O| Feb 24 15:24:32.971 INFO STEP 152 (remove_files) COMPLETE
52862026-02-24T15:24:34.560Z[ recovery-image] Feb 24 15:24:32.971 INFO O| Feb 24 15:24:32.971 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872026-02-24T15:24:34.564Z[ recovery-image] Feb 24 15:24:32.978 INFO O| Feb 24 15:24:32.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52882026-02-24T15:24:34.564Z[ recovery-image] Feb 24 15:24:32.978 INFO O| Feb 24 15:24:32.978 INFO STEP 153 (remove_files) COMPLETE
52892026-02-24T15:24:34.564Z[ recovery-image] Feb 24 15:24:32.978 INFO O| Feb 24 15:24:32.978 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902026-02-24T15:24:34.572Z[ recovery-image] Feb 24 15:24:32.985 INFO O| Feb 24 15:24:32.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52912026-02-24T15:24:34.572Z[ recovery-image] Feb 24 15:24:32.986 INFO O| Feb 24 15:24:32.986 INFO STEP 154 (remove_files) COMPLETE
52922026-02-24T15:24:34.575Z[ recovery-image] Feb 24 15:24:32.986 INFO O| Feb 24 15:24:32.986 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932026-02-24T15:24:34.578Z[ recovery-image] Feb 24 15:24:32.993 INFO O| Feb 24 15:24:32.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52942026-02-24T15:24:34.578Z[ recovery-image] Feb 24 15:24:32.993 INFO O| Feb 24 15:24:32.993 INFO STEP 155 (remove_files) COMPLETE
52952026-02-24T15:24:34.579Z[ recovery-image] Feb 24 15:24:32.993 INFO O| Feb 24 15:24:32.993 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962026-02-24T15:24:34.587Z[ recovery-image] Feb 24 15:24:33.002 INFO O| Feb 24 15:24:33.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52972026-02-24T15:24:34.587Z[ recovery-image] Feb 24 15:24:33.002 INFO O| Feb 24 15:24:33.002 INFO STEP 156 (remove_files) COMPLETE
52982026-02-24T15:24:34.591Z[ recovery-image] Feb 24 15:24:33.002 INFO O| Feb 24 15:24:33.002 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992026-02-24T15:24:34.595Z[ recovery-image] Feb 24 15:24:33.010 INFO O| Feb 24 15:24:33.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53002026-02-24T15:24:34.596Z[ recovery-image] Feb 24 15:24:33.010 INFO O| Feb 24 15:24:33.010 INFO STEP 157 (remove_files) COMPLETE
53012026-02-24T15:24:34.596Z[ recovery-image] Feb 24 15:24:33.010 INFO O| Feb 24 15:24:33.010 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022026-02-24T15:24:34.603Z[ recovery-image] Feb 24 15:24:33.018 INFO O| Feb 24 15:24:33.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53032026-02-24T15:24:34.603Z[ recovery-image] Feb 24 15:24:33.018 INFO O| Feb 24 15:24:33.018 INFO STEP 158 (remove_files) COMPLETE
53042026-02-24T15:24:34.608Z[ recovery-image] Feb 24 15:24:33.018 INFO O| Feb 24 15:24:33.018 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052026-02-24T15:24:34.613Z[ recovery-image] Feb 24 15:24:33.025 INFO O| Feb 24 15:24:33.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53062026-02-24T15:24:34.613Z[ recovery-image] Feb 24 15:24:33.025 INFO O| Feb 24 15:24:33.025 INFO STEP 159 (remove_files) COMPLETE
53072026-02-24T15:24:34.613Z[ recovery-image] Feb 24 15:24:33.025 INFO O| Feb 24 15:24:33.025 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082026-02-24T15:24:34.618Z[ recovery-image] Feb 24 15:24:33.033 INFO O| Feb 24 15:24:33.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53092026-02-24T15:24:34.618Z[ recovery-image] Feb 24 15:24:33.033 INFO O| Feb 24 15:24:33.033 INFO STEP 160 (remove_files) COMPLETE
53102026-02-24T15:24:34.619Z[ recovery-image] Feb 24 15:24:33.033 INFO O| Feb 24 15:24:33.033 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112026-02-24T15:24:34.627Z[ recovery-image] Feb 24 15:24:33.041 INFO O| Feb 24 15:24:33.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53122026-02-24T15:24:34.630Z[ recovery-image] Feb 24 15:24:33.041 INFO O| Feb 24 15:24:33.041 INFO STEP 161 (remove_files) COMPLETE
53132026-02-24T15:24:34.630Z[ recovery-image] Feb 24 15:24:33.041 INFO O| Feb 24 15:24:33.041 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142026-02-24T15:24:34.635Z[ recovery-image] Feb 24 15:24:33.049 INFO O| Feb 24 15:24:33.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53152026-02-24T15:24:34.635Z[ recovery-image] Feb 24 15:24:33.049 INFO O| Feb 24 15:24:33.049 INFO STEP 162 (remove_files) COMPLETE
53162026-02-24T15:24:34.635Z[ recovery-image] Feb 24 15:24:33.049 INFO O| Feb 24 15:24:33.049 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172026-02-24T15:24:34.641Z[ recovery-image] Feb 24 15:24:33.056 INFO O| Feb 24 15:24:33.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53182026-02-24T15:24:34.642Z[ recovery-image] Feb 24 15:24:33.056 INFO O| Feb 24 15:24:33.056 INFO STEP 163 (remove_files) COMPLETE
53192026-02-24T15:24:34.645Z[ recovery-image] Feb 24 15:24:33.056 INFO O| Feb 24 15:24:33.056 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202026-02-24T15:24:34.650Z[ recovery-image] Feb 24 15:24:33.064 INFO O| Feb 24 15:24:33.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53212026-02-24T15:24:34.653Z[ recovery-image] Feb 24 15:24:33.065 INFO O| Feb 24 15:24:33.065 INFO STEP 164 (remove_files) COMPLETE
53222026-02-24T15:24:34.653Z[ recovery-image] Feb 24 15:24:33.065 INFO O| Feb 24 15:24:33.065 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232026-02-24T15:24:34.658Z[ recovery-image] Feb 24 15:24:33.073 INFO O| Feb 24 15:24:33.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53242026-02-24T15:24:34.662Z[ recovery-image] Feb 24 15:24:33.073 INFO O| Feb 24 15:24:33.073 INFO STEP 165 (remove_files) COMPLETE
53252026-02-24T15:24:34.662Z[ recovery-image] Feb 24 15:24:33.073 INFO O| Feb 24 15:24:33.073 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262026-02-24T15:24:34.666Z[ recovery-image] Feb 24 15:24:33.081 INFO O| Feb 24 15:24:33.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53272026-02-24T15:24:34.667Z[ recovery-image] Feb 24 15:24:33.081 INFO O| Feb 24 15:24:33.081 INFO STEP 166 (remove_files) COMPLETE
53282026-02-24T15:24:34.667Z[ recovery-image] Feb 24 15:24:33.081 INFO O| Feb 24 15:24:33.081 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292026-02-24T15:24:34.674Z[ recovery-image] Feb 24 15:24:33.088 INFO O| Feb 24 15:24:33.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53302026-02-24T15:24:34.678Z[ recovery-image] Feb 24 15:24:33.089 INFO O| Feb 24 15:24:33.088 INFO STEP 167 (remove_files) COMPLETE
53312026-02-24T15:24:34.678Z[ recovery-image] Feb 24 15:24:33.089 INFO O| Feb 24 15:24:33.088 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322026-02-24T15:24:34.682Z[ recovery-image] Feb 24 15:24:33.096 INFO O| Feb 24 15:24:33.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53332026-02-24T15:24:34.682Z[ recovery-image] Feb 24 15:24:33.096 INFO O| Feb 24 15:24:33.096 INFO STEP 168 (remove_files) COMPLETE
53342026-02-24T15:24:34.682Z[ recovery-image] Feb 24 15:24:33.096 INFO O| Feb 24 15:24:33.096 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352026-02-24T15:24:34.689Z[ recovery-image] Feb 24 15:24:33.104 INFO O| Feb 24 15:24:33.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53362026-02-24T15:24:34.689Z[ recovery-image] Feb 24 15:24:33.104 INFO O| Feb 24 15:24:33.104 INFO STEP 169 (remove_files) COMPLETE
53372026-02-24T15:24:34.694Z[ recovery-image] Feb 24 15:24:33.104 INFO O| Feb 24 15:24:33.104 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382026-02-24T15:24:34.698Z[ recovery-image] Feb 24 15:24:33.111 INFO O| Feb 24 15:24:33.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53392026-02-24T15:24:34.698Z[ recovery-image] Feb 24 15:24:33.111 INFO O| Feb 24 15:24:33.111 INFO STEP 170 (remove_files) COMPLETE
53402026-02-24T15:24:34.698Z[ recovery-image] Feb 24 15:24:33.111 INFO O| Feb 24 15:24:33.111 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412026-02-24T15:24:34.705Z[ recovery-image] Feb 24 15:24:33.120 INFO O| Feb 24 15:24:33.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53422026-02-24T15:24:34.711Z[ recovery-image] Feb 24 15:24:33.120 INFO O| Feb 24 15:24:33.120 INFO STEP 171 (remove_files) COMPLETE
53432026-02-24T15:24:34.712Z[ recovery-image] Feb 24 15:24:33.120 INFO O| Feb 24 15:24:33.120 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442026-02-24T15:24:34.715Z[ recovery-image] Feb 24 15:24:33.128 INFO O| Feb 24 15:24:33.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53452026-02-24T15:24:34.715Z[ recovery-image] Feb 24 15:24:33.128 INFO O| Feb 24 15:24:33.128 INFO STEP 172 (remove_files) COMPLETE
53462026-02-24T15:24:34.715Z[ recovery-image] Feb 24 15:24:33.128 INFO O| Feb 24 15:24:33.128 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472026-02-24T15:24:34.721Z[ recovery-image] Feb 24 15:24:33.136 INFO O| Feb 24 15:24:33.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53482026-02-24T15:24:34.725Z[ recovery-image] Feb 24 15:24:33.136 INFO O| Feb 24 15:24:33.136 INFO STEP 173 (remove_files) COMPLETE
53492026-02-24T15:24:34.726Z[ recovery-image] Feb 24 15:24:33.136 INFO O| Feb 24 15:24:33.136 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502026-02-24T15:24:34.731Z[ recovery-image] Feb 24 15:24:33.144 INFO O| Feb 24 15:24:33.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53512026-02-24T15:24:34.731Z[ recovery-image] Feb 24 15:24:33.144 INFO O| Feb 24 15:24:33.144 INFO STEP 174 (remove_files) COMPLETE
53522026-02-24T15:24:34.731Z[ recovery-image] Feb 24 15:24:33.144 INFO O| Feb 24 15:24:33.144 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532026-02-24T15:24:34.737Z[ recovery-image] Feb 24 15:24:33.152 INFO O| Feb 24 15:24:33.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53542026-02-24T15:24:34.741Z[ recovery-image] Feb 24 15:24:33.152 INFO O| Feb 24 15:24:33.152 INFO STEP 175 (remove_files) COMPLETE
53552026-02-24T15:24:34.741Z[ recovery-image] Feb 24 15:24:33.152 INFO O| Feb 24 15:24:33.152 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562026-02-24T15:24:34.746Z[ recovery-image] Feb 24 15:24:33.161 INFO O| Feb 24 15:24:33.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53572026-02-24T15:24:34.750Z[ recovery-image] Feb 24 15:24:33.161 INFO O| Feb 24 15:24:33.161 INFO STEP 176 (remove_files) COMPLETE
53582026-02-24T15:24:34.750Z[ recovery-image] Feb 24 15:24:33.161 INFO O| Feb 24 15:24:33.161 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592026-02-24T15:24:34.754Z[ recovery-image] Feb 24 15:24:33.169 INFO O| Feb 24 15:24:33.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53602026-02-24T15:24:34.758Z[ recovery-image] Feb 24 15:24:33.169 INFO O| Feb 24 15:24:33.169 INFO STEP 177 (remove_files) COMPLETE
53612026-02-24T15:24:34.758Z[ recovery-image] Feb 24 15:24:33.169 INFO O| Feb 24 15:24:33.169 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622026-02-24T15:24:34.762Z[ recovery-image] Feb 24 15:24:33.177 INFO O| Feb 24 15:24:33.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53632026-02-24T15:24:34.762Z[ recovery-image] Feb 24 15:24:33.177 INFO O| Feb 24 15:24:33.177 INFO STEP 178 (remove_files) COMPLETE
53642026-02-24T15:24:34.766Z[ recovery-image] Feb 24 15:24:33.177 INFO O| Feb 24 15:24:33.177 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652026-02-24T15:24:34.772Z[ recovery-image] Feb 24 15:24:33.185 INFO O| Feb 24 15:24:33.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53662026-02-24T15:24:34.777Z[ recovery-image] Feb 24 15:24:33.185 INFO O| Feb 24 15:24:33.185 INFO STEP 179 (remove_files) COMPLETE
53672026-02-24T15:24:34.777Z[ recovery-image] Feb 24 15:24:33.185 INFO O| Feb 24 15:24:33.185 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682026-02-24T15:24:34.782Z[ recovery-image] Feb 24 15:24:33.193 INFO O| Feb 24 15:24:33.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53692026-02-24T15:24:34.782Z[ recovery-image] Feb 24 15:24:33.193 INFO O| Feb 24 15:24:33.193 INFO STEP 180 (remove_files) COMPLETE
53702026-02-24T15:24:34.782Z[ recovery-image] Feb 24 15:24:33.193 INFO O| Feb 24 15:24:33.193 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712026-02-24T15:24:34.786Z[ recovery-image] Feb 24 15:24:33.201 INFO O| Feb 24 15:24:33.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53722026-02-24T15:24:34.789Z[ recovery-image] Feb 24 15:24:33.201 INFO O| Feb 24 15:24:33.201 INFO STEP 181 (remove_files) COMPLETE
53732026-02-24T15:24:34.789Z[ recovery-image] Feb 24 15:24:33.201 INFO O| Feb 24 15:24:33.201 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742026-02-24T15:24:34.795Z[ recovery-image] Feb 24 15:24:33.208 INFO O| Feb 24 15:24:33.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53752026-02-24T15:24:34.795Z[ recovery-image] Feb 24 15:24:33.208 INFO O| Feb 24 15:24:33.208 INFO STEP 182 (remove_files) COMPLETE
53762026-02-24T15:24:34.798Z[ recovery-image] Feb 24 15:24:33.209 INFO O| Feb 24 15:24:33.208 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772026-02-24T15:24:34.803Z[ recovery-image] Feb 24 15:24:33.216 INFO O| Feb 24 15:24:33.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53782026-02-24T15:24:34.803Z[ recovery-image] Feb 24 15:24:33.216 INFO O| Feb 24 15:24:33.216 INFO STEP 183 (remove_files) COMPLETE
53792026-02-24T15:24:34.803Z[ recovery-image] Feb 24 15:24:33.216 INFO O| Feb 24 15:24:33.216 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802026-02-24T15:24:34.809Z[ recovery-image] Feb 24 15:24:33.224 INFO O| Feb 24 15:24:33.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53812026-02-24T15:24:34.810Z[ recovery-image] Feb 24 15:24:33.224 INFO O| Feb 24 15:24:33.224 INFO STEP 184 (remove_files) COMPLETE
53822026-02-24T15:24:34.814Z[ recovery-image] Feb 24 15:24:33.224 INFO O| Feb 24 15:24:33.224 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832026-02-24T15:24:34.819Z[ recovery-image] Feb 24 15:24:33.232 INFO O| Feb 24 15:24:33.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53842026-02-24T15:24:34.819Z[ recovery-image] Feb 24 15:24:33.232 INFO O| Feb 24 15:24:33.232 INFO STEP 185 (remove_files) COMPLETE
53852026-02-24T15:24:34.819Z[ recovery-image] Feb 24 15:24:33.232 INFO O| Feb 24 15:24:33.232 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862026-02-24T15:24:34.884Z[ recovery-image] Feb 24 15:24:33.239 INFO O| Feb 24 15:24:33.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53872026-02-24T15:24:34.884Z[ recovery-image] Feb 24 15:24:33.239 INFO O| Feb 24 15:24:33.239 INFO STEP 186 (remove_files) COMPLETE
53882026-02-24T15:24:34.890Z[ recovery-image] Feb 24 15:24:33.239 INFO O| Feb 24 15:24:33.239 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892026-02-24T15:24:34.890Z[ recovery-image] Feb 24 15:24:33.248 INFO O| Feb 24 15:24:33.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53902026-02-24T15:24:34.890Z[ recovery-image] Feb 24 15:24:33.248 INFO O| Feb 24 15:24:33.248 INFO STEP 187 (remove_files) COMPLETE
53912026-02-24T15:24:34.890Z[ recovery-image] Feb 24 15:24:33.248 INFO O| Feb 24 15:24:33.248 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922026-02-24T15:24:34.890Z[ recovery-image] Feb 24 15:24:33.257 INFO O| Feb 24 15:24:33.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53932026-02-24T15:24:34.890Z[ recovery-image] Feb 24 15:24:33.257 INFO O| Feb 24 15:24:33.257 INFO STEP 188 (remove_files) COMPLETE
53942026-02-24T15:24:34.890Z[ recovery-image] Feb 24 15:24:33.257 INFO O| Feb 24 15:24:33.257 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952026-02-24T15:24:34.890Z[ recovery-image] Feb 24 15:24:33.266 INFO O| Feb 24 15:24:33.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53962026-02-24T15:24:34.890Z[ recovery-image] Feb 24 15:24:33.266 INFO O| Feb 24 15:24:33.266 INFO STEP 189 (remove_files) COMPLETE
53972026-02-24T15:24:34.890Z[ recovery-image] Feb 24 15:24:33.266 INFO O| Feb 24 15:24:33.266 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982026-02-24T15:24:34.890Z[ recovery-image] Feb 24 15:24:33.274 INFO O| Feb 24 15:24:33.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53992026-02-24T15:24:34.890Z[ recovery-image] Feb 24 15:24:33.275 INFO O| Feb 24 15:24:33.275 INFO STEP 190 (remove_files) COMPLETE
54002026-02-24T15:24:34.890Z[ recovery-image] Feb 24 15:24:33.275 INFO O| Feb 24 15:24:33.275 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012026-02-24T15:24:34.890Z[ recovery-image] Feb 24 15:24:33.282 INFO O| Feb 24 15:24:33.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54022026-02-24T15:24:34.890Z[ recovery-image] Feb 24 15:24:33.282 INFO O| Feb 24 15:24:33.282 INFO STEP 191 (remove_files) COMPLETE
54032026-02-24T15:24:34.891Z[ recovery-image] Feb 24 15:24:33.282 INFO O| Feb 24 15:24:33.282 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042026-02-24T15:24:34.891Z[ recovery-image] Feb 24 15:24:33.290 INFO O| Feb 24 15:24:33.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54052026-02-24T15:24:34.891Z[ recovery-image] Feb 24 15:24:33.291 INFO O| Feb 24 15:24:33.290 INFO STEP 192 (remove_files) COMPLETE
54062026-02-24T15:24:34.891Z[ recovery-image] Feb 24 15:24:33.291 INFO O| Feb 24 15:24:33.290 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072026-02-24T15:24:34.891Z[ recovery-image] Feb 24 15:24:33.298 INFO O| Feb 24 15:24:33.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54082026-02-24T15:24:34.891Z[ recovery-image] Feb 24 15:24:33.298 INFO O| Feb 24 15:24:33.298 INFO STEP 193 (remove_files) COMPLETE
54092026-02-24T15:24:34.891Z[ recovery-image] Feb 24 15:24:33.298 INFO O| Feb 24 15:24:33.298 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102026-02-24T15:24:34.895Z[ recovery-image] Feb 24 15:24:33.306 INFO O| Feb 24 15:24:33.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54112026-02-24T15:24:34.896Z[ recovery-image] Feb 24 15:24:33.306 INFO O| Feb 24 15:24:33.306 INFO STEP 194 (remove_files) COMPLETE
54122026-02-24T15:24:34.896Z[ recovery-image] Feb 24 15:24:33.306 INFO O| Feb 24 15:24:33.306 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132026-02-24T15:24:34.899Z[ recovery-image] Feb 24 15:24:33.313 INFO O| Feb 24 15:24:33.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54142026-02-24T15:24:34.899Z[ recovery-image] Feb 24 15:24:33.313 INFO O| Feb 24 15:24:33.313 INFO STEP 195 (remove_files) COMPLETE
54152026-02-24T15:24:34.899Z[ recovery-image] Feb 24 15:24:33.313 INFO O| Feb 24 15:24:33.313 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162026-02-24T15:24:34.907Z[ recovery-image] Feb 24 15:24:33.320 INFO O| Feb 24 15:24:33.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54172026-02-24T15:24:34.911Z[ recovery-image] Feb 24 15:24:33.321 INFO O| Feb 24 15:24:33.320 INFO STEP 196 (remove_files) COMPLETE
54182026-02-24T15:24:34.911Z[ recovery-image] Feb 24 15:24:33.321 INFO O| Feb 24 15:24:33.320 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192026-02-24T15:24:34.916Z[ recovery-image] Feb 24 15:24:33.328 INFO O| Feb 24 15:24:33.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54202026-02-24T15:24:34.916Z[ recovery-image] Feb 24 15:24:33.328 INFO O| Feb 24 15:24:33.328 INFO STEP 197 (remove_files) COMPLETE
54212026-02-24T15:24:34.916Z[ recovery-image] Feb 24 15:24:33.328 INFO O| Feb 24 15:24:33.328 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222026-02-24T15:24:34.920Z[ recovery-image] Feb 24 15:24:33.335 INFO O| Feb 24 15:24:33.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54232026-02-24T15:24:34.938Z[ recovery-image] Feb 24 15:24:33.335 INFO O| Feb 24 15:24:33.335 INFO STEP 198 (remove_files) COMPLETE
54242026-02-24T15:24:34.938Z[ recovery-image] Feb 24 15:24:33.335 INFO O| Feb 24 15:24:33.335 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252026-02-24T15:24:34.942Z[ recovery-image] Feb 24 15:24:33.343 INFO O| Feb 24 15:24:33.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54262026-02-24T15:24:34.942Z[ recovery-image] Feb 24 15:24:33.343 INFO O| Feb 24 15:24:33.343 INFO STEP 199 (remove_files) COMPLETE
54272026-02-24T15:24:34.942Z[ recovery-image] Feb 24 15:24:33.343 INFO O| Feb 24 15:24:33.343 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282026-02-24T15:24:34.942Z[ recovery-image] Feb 24 15:24:33.350 INFO O| Feb 24 15:24:33.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54292026-02-24T15:24:34.943Z[ recovery-image] Feb 24 15:24:33.350 INFO O| Feb 24 15:24:33.350 INFO STEP 200 (remove_files) COMPLETE
54302026-02-24T15:24:34.943Z[ recovery-image] Feb 24 15:24:33.350 INFO O| Feb 24 15:24:33.350 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312026-02-24T15:24:34.946Z[ recovery-image] Feb 24 15:24:33.358 INFO O| Feb 24 15:24:33.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54322026-02-24T15:24:34.946Z[ recovery-image] Feb 24 15:24:33.358 INFO O| Feb 24 15:24:33.358 INFO STEP 201 (remove_files) COMPLETE
54332026-02-24T15:24:34.946Z[ recovery-image] Feb 24 15:24:33.358 INFO O| Feb 24 15:24:33.358 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342026-02-24T15:24:34.952Z[ recovery-image] Feb 24 15:24:33.365 INFO O| Feb 24 15:24:33.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54352026-02-24T15:24:34.952Z[ recovery-image] Feb 24 15:24:33.365 INFO O| Feb 24 15:24:33.365 INFO STEP 202 (remove_files) COMPLETE
54362026-02-24T15:24:34.955Z[ recovery-image] Feb 24 15:24:33.365 INFO O| Feb 24 15:24:33.365 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372026-02-24T15:24:34.959Z[ recovery-image] Feb 24 15:24:33.372 INFO O| Feb 24 15:24:33.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54382026-02-24T15:24:34.959Z[ recovery-image] Feb 24 15:24:33.372 INFO O| Feb 24 15:24:33.372 INFO STEP 203 (remove_files) COMPLETE
54392026-02-24T15:24:34.959Z[ recovery-image] Feb 24 15:24:33.372 INFO O| Feb 24 15:24:33.372 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402026-02-24T15:24:34.965Z[ recovery-image] Feb 24 15:24:33.380 INFO O| Feb 24 15:24:33.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54412026-02-24T15:24:34.965Z[ recovery-image] Feb 24 15:24:33.380 INFO O| Feb 24 15:24:33.380 INFO STEP 204 (remove_files) COMPLETE
54422026-02-24T15:24:34.965Z[ recovery-image] Feb 24 15:24:33.380 INFO O| Feb 24 15:24:33.380 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432026-02-24T15:24:34.973Z[ recovery-image] Feb 24 15:24:33.387 INFO O| Feb 24 15:24:33.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54442026-02-24T15:24:34.976Z[ recovery-image] Feb 24 15:24:33.387 INFO O| Feb 24 15:24:33.387 INFO STEP 205 (remove_files) COMPLETE
54452026-02-24T15:24:34.976Z[ recovery-image] Feb 24 15:24:33.387 INFO O| Feb 24 15:24:33.387 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462026-02-24T15:24:34.982Z[ recovery-image] Feb 24 15:24:33.396 INFO O| Feb 24 15:24:33.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54472026-02-24T15:24:34.982Z[ recovery-image] Feb 24 15:24:33.396 INFO O| Feb 24 15:24:33.396 INFO STEP 206 (remove_files) COMPLETE
54482026-02-24T15:24:34.986Z[ recovery-image] Feb 24 15:24:33.396 INFO O| Feb 24 15:24:33.396 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492026-02-24T15:24:34.990Z[ recovery-image] Feb 24 15:24:33.404 INFO O| Feb 24 15:24:33.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54502026-02-24T15:24:34.990Z[ recovery-image] Feb 24 15:24:33.404 INFO O| Feb 24 15:24:33.404 INFO STEP 207 (remove_files) COMPLETE
54512026-02-24T15:24:34.990Z[ recovery-image] Feb 24 15:24:33.404 INFO O| Feb 24 15:24:33.404 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522026-02-24T15:24:34.997Z[ recovery-image] Feb 24 15:24:33.412 INFO O| Feb 24 15:24:33.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54532026-02-24T15:24:34.997Z[ recovery-image] Feb 24 15:24:33.412 INFO O| Feb 24 15:24:33.412 INFO STEP 208 (remove_files) COMPLETE
54542026-02-24T15:24:35.003Z[ recovery-image] Feb 24 15:24:33.412 INFO O| Feb 24 15:24:33.412 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552026-02-24T15:24:35.006Z[ recovery-image] Feb 24 15:24:33.420 INFO O| Feb 24 15:24:33.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54562026-02-24T15:24:35.006Z[ recovery-image] Feb 24 15:24:33.420 INFO O| Feb 24 15:24:33.420 INFO STEP 209 (remove_files) COMPLETE
54572026-02-24T15:24:35.006Z[ recovery-image] Feb 24 15:24:33.420 INFO O| Feb 24 15:24:33.420 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582026-02-24T15:24:35.013Z[ recovery-image] Feb 24 15:24:33.427 INFO O| Feb 24 15:24:33.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54592026-02-24T15:24:35.013Z[ recovery-image] Feb 24 15:24:33.427 INFO O| Feb 24 15:24:33.427 INFO STEP 210 (remove_files) COMPLETE
54602026-02-24T15:24:35.013Z[ recovery-image] Feb 24 15:24:33.427 INFO O| Feb 24 15:24:33.427 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612026-02-24T15:24:35.020Z[ recovery-image] Feb 24 15:24:33.435 INFO O| Feb 24 15:24:33.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54622026-02-24T15:24:35.024Z[ recovery-image] Feb 24 15:24:33.435 INFO O| Feb 24 15:24:33.435 INFO STEP 211 (remove_files) COMPLETE
54632026-02-24T15:24:35.024Z[ recovery-image] Feb 24 15:24:33.435 INFO O| Feb 24 15:24:33.435 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642026-02-24T15:24:35.030Z[ recovery-image] Feb 24 15:24:33.443 INFO O| Feb 24 15:24:33.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54652026-02-24T15:24:35.031Z[ recovery-image] Feb 24 15:24:33.443 INFO O| Feb 24 15:24:33.443 INFO STEP 212 (remove_files) COMPLETE
54662026-02-24T15:24:35.031Z[ recovery-image] Feb 24 15:24:33.443 INFO O| Feb 24 15:24:33.443 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672026-02-24T15:24:35.036Z[ recovery-image] Feb 24 15:24:33.451 INFO O| Feb 24 15:24:33.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54682026-02-24T15:24:35.041Z[ recovery-image] Feb 24 15:24:33.451 INFO O| Feb 24 15:24:33.451 INFO STEP 213 (remove_files) COMPLETE
54692026-02-24T15:24:35.041Z[ recovery-image] Feb 24 15:24:33.451 INFO O| Feb 24 15:24:33.451 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702026-02-24T15:24:35.044Z[ recovery-image] Feb 24 15:24:33.459 INFO O| Feb 24 15:24:33.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54712026-02-24T15:24:35.044Z[ recovery-image] Feb 24 15:24:33.459 INFO O| Feb 24 15:24:33.459 INFO STEP 214 (remove_files) COMPLETE
54722026-02-24T15:24:35.044Z[ recovery-image] Feb 24 15:24:33.459 INFO O| Feb 24 15:24:33.459 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732026-02-24T15:24:35.052Z[ recovery-image] Feb 24 15:24:33.466 INFO O| Feb 24 15:24:33.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54742026-02-24T15:24:35.052Z[ recovery-image] Feb 24 15:24:33.466 INFO O| Feb 24 15:24:33.466 INFO STEP 215 (remove_files) COMPLETE
54752026-02-24T15:24:35.052Z[ recovery-image] Feb 24 15:24:33.466 INFO O| Feb 24 15:24:33.466 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762026-02-24T15:24:35.060Z[ recovery-image] Feb 24 15:24:33.474 INFO O| Feb 24 15:24:33.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54772026-02-24T15:24:35.064Z[ recovery-image] Feb 24 15:24:33.474 INFO O| Feb 24 15:24:33.474 INFO STEP 216 (remove_files) COMPLETE
54782026-02-24T15:24:35.064Z[ recovery-image] Feb 24 15:24:33.474 INFO O| Feb 24 15:24:33.474 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792026-02-24T15:24:35.069Z[ recovery-image] Feb 24 15:24:33.481 INFO O| Feb 24 15:24:33.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54802026-02-24T15:24:35.069Z[ recovery-image] Feb 24 15:24:33.482 INFO O| Feb 24 15:24:33.481 INFO STEP 217 (remove_files) COMPLETE
54812026-02-24T15:24:35.069Z[ recovery-image] Feb 24 15:24:33.482 INFO O| Feb 24 15:24:33.481 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822026-02-24T15:24:35.076Z[ recovery-image] Feb 24 15:24:33.491 INFO O| Feb 24 15:24:33.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54832026-02-24T15:24:35.077Z[ recovery-image] Feb 24 15:24:33.491 INFO O| Feb 24 15:24:33.491 INFO STEP 218 (remove_files) COMPLETE
54842026-02-24T15:24:35.082Z[ recovery-image] Feb 24 15:24:33.491 INFO O| Feb 24 15:24:33.491 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852026-02-24T15:24:35.089Z[ recovery-image] Feb 24 15:24:33.499 INFO O| Feb 24 15:24:33.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54862026-02-24T15:24:35.089Z[ recovery-image] Feb 24 15:24:33.499 INFO O| Feb 24 15:24:33.499 INFO STEP 219 (remove_files) COMPLETE
54872026-02-24T15:24:35.089Z[ recovery-image] Feb 24 15:24:33.499 INFO O| Feb 24 15:24:33.499 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882026-02-24T15:24:35.093Z[ recovery-image] Feb 24 15:24:33.506 INFO O| Feb 24 15:24:33.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54892026-02-24T15:24:35.093Z[ recovery-image] Feb 24 15:24:33.506 INFO O| Feb 24 15:24:33.506 INFO STEP 220 (remove_files) COMPLETE
54902026-02-24T15:24:35.093Z[ recovery-image] Feb 24 15:24:33.506 INFO O| Feb 24 15:24:33.506 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912026-02-24T15:24:35.098Z[ recovery-image] Feb 24 15:24:33.513 INFO O| Feb 24 15:24:33.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54922026-02-24T15:24:35.105Z[ recovery-image] Feb 24 15:24:33.513 INFO O| Feb 24 15:24:33.513 INFO STEP 221 (remove_files) COMPLETE
54932026-02-24T15:24:35.105Z[ recovery-image] Feb 24 15:24:33.513 INFO O| Feb 24 15:24:33.513 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942026-02-24T15:24:35.109Z[ recovery-image] Feb 24 15:24:33.520 INFO O| Feb 24 15:24:33.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54952026-02-24T15:24:35.109Z[ recovery-image] Feb 24 15:24:33.521 INFO O| Feb 24 15:24:33.520 INFO STEP 222 (remove_files) COMPLETE
54962026-02-24T15:24:35.109Z[ recovery-image] Feb 24 15:24:33.521 INFO O| Feb 24 15:24:33.521 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972026-02-24T15:24:35.113Z[ recovery-image] Feb 24 15:24:33.528 INFO O| Feb 24 15:24:33.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54982026-02-24T15:24:35.113Z[ recovery-image] Feb 24 15:24:33.528 INFO O| Feb 24 15:24:33.528 INFO STEP 223 (remove_files) COMPLETE
54992026-02-24T15:24:35.117Z[ recovery-image] Feb 24 15:24:33.528 INFO O| Feb 24 15:24:33.528 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002026-02-24T15:24:35.122Z[ recovery-image] Feb 24 15:24:33.537 INFO O| Feb 24 15:24:33.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55012026-02-24T15:24:35.122Z[ recovery-image] Feb 24 15:24:33.537 INFO O| Feb 24 15:24:33.537 INFO STEP 224 (remove_files) COMPLETE
55022026-02-24T15:24:35.125Z[ recovery-image] Feb 24 15:24:33.537 INFO O| Feb 24 15:24:33.537 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032026-02-24T15:24:35.134Z[ recovery-image] Feb 24 15:24:33.546 INFO O| Feb 24 15:24:33.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55042026-02-24T15:24:35.134Z[ recovery-image] Feb 24 15:24:33.546 INFO O| Feb 24 15:24:33.546 INFO STEP 225 (remove_files) COMPLETE
55052026-02-24T15:24:35.134Z[ recovery-image] Feb 24 15:24:33.546 INFO O| Feb 24 15:24:33.546 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062026-02-24T15:24:35.143Z[ recovery-image] Feb 24 15:24:33.555 INFO O| Feb 24 15:24:33.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55072026-02-24T15:24:35.147Z[ recovery-image] Feb 24 15:24:33.555 INFO O| Feb 24 15:24:33.555 INFO STEP 226 (remove_files) COMPLETE
55082026-02-24T15:24:35.148Z[ recovery-image] Feb 24 15:24:33.555 INFO O| Feb 24 15:24:33.555 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092026-02-24T15:24:35.151Z[ recovery-image] Feb 24 15:24:33.562 INFO O| Feb 24 15:24:33.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55102026-02-24T15:24:35.151Z[ recovery-image] Feb 24 15:24:33.562 INFO O| Feb 24 15:24:33.562 INFO STEP 227 (remove_files) COMPLETE
55112026-02-24T15:24:35.151Z[ recovery-image] Feb 24 15:24:33.562 INFO O| Feb 24 15:24:33.562 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122026-02-24T15:24:35.156Z[ recovery-image] Feb 24 15:24:33.569 INFO O| Feb 24 15:24:33.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55132026-02-24T15:24:35.156Z[ recovery-image] Feb 24 15:24:33.569 INFO O| Feb 24 15:24:33.569 INFO STEP 228 (remove_files) COMPLETE
55142026-02-24T15:24:35.156Z[ recovery-image] Feb 24 15:24:33.569 INFO O| Feb 24 15:24:33.569 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152026-02-24T15:24:35.162Z[ recovery-image] Feb 24 15:24:33.576 INFO O| Feb 24 15:24:33.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55162026-02-24T15:24:35.165Z[ recovery-image] Feb 24 15:24:33.576 INFO O| Feb 24 15:24:33.576 INFO STEP 229 (remove_files) COMPLETE
55172026-02-24T15:24:35.165Z[ recovery-image] Feb 24 15:24:33.576 INFO O| Feb 24 15:24:33.576 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182026-02-24T15:24:35.171Z[ recovery-image] Feb 24 15:24:33.586 INFO O| Feb 24 15:24:33.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55192026-02-24T15:24:35.171Z[ recovery-image] Feb 24 15:24:33.586 INFO O| Feb 24 15:24:33.586 INFO STEP 230 (remove_files) COMPLETE
55202026-02-24T15:24:35.175Z[ recovery-image] Feb 24 15:24:33.586 INFO O| Feb 24 15:24:33.586 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212026-02-24T15:24:35.179Z[ recovery-image] Feb 24 15:24:33.593 INFO O| Feb 24 15:24:33.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55222026-02-24T15:24:35.179Z[ recovery-image] Feb 24 15:24:33.593 INFO O| Feb 24 15:24:33.593 INFO STEP 231 (remove_files) COMPLETE
55232026-02-24T15:24:35.183Z[ recovery-image] Feb 24 15:24:33.593 INFO O| Feb 24 15:24:33.593 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242026-02-24T15:24:35.188Z[ recovery-image] Feb 24 15:24:33.601 INFO O| Feb 24 15:24:33.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55252026-02-24T15:24:35.188Z[ recovery-image] Feb 24 15:24:33.601 INFO O| Feb 24 15:24:33.601 INFO STEP 232 (remove_files) COMPLETE
55262026-02-24T15:24:35.188Z[ recovery-image] Feb 24 15:24:33.601 INFO O| Feb 24 15:24:33.601 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272026-02-24T15:24:35.194Z[ recovery-image] Feb 24 15:24:33.609 INFO O| Feb 24 15:24:33.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55282026-02-24T15:24:35.198Z[ recovery-image] Feb 24 15:24:33.609 INFO O| Feb 24 15:24:33.609 INFO STEP 233 (remove_files) COMPLETE
55292026-02-24T15:24:35.198Z[ recovery-image] Feb 24 15:24:33.609 INFO O| Feb 24 15:24:33.609 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302026-02-24T15:24:35.203Z[ recovery-image] Feb 24 15:24:33.618 INFO O| Feb 24 15:24:33.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55312026-02-24T15:24:35.203Z[ recovery-image] Feb 24 15:24:33.618 INFO O| Feb 24 15:24:33.618 INFO STEP 234 (remove_files) COMPLETE
55322026-02-24T15:24:35.207Z[ recovery-image] Feb 24 15:24:33.618 INFO O| Feb 24 15:24:33.618 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332026-02-24T15:24:35.211Z[ recovery-image] Feb 24 15:24:33.625 INFO O| Feb 24 15:24:33.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55342026-02-24T15:24:35.211Z[ recovery-image] Feb 24 15:24:33.625 INFO O| Feb 24 15:24:33.625 INFO STEP 235 (remove_files) COMPLETE
55352026-02-24T15:24:35.214Z[ recovery-image] Feb 24 15:24:33.625 INFO O| Feb 24 15:24:33.625 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362026-02-24T15:24:35.218Z[ recovery-image] Feb 24 15:24:33.633 INFO O| Feb 24 15:24:33.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55372026-02-24T15:24:35.219Z[ recovery-image] Feb 24 15:24:33.633 INFO O| Feb 24 15:24:33.633 INFO STEP 236 (remove_files) COMPLETE
55382026-02-24T15:24:35.223Z[ recovery-image] Feb 24 15:24:33.633 INFO O| Feb 24 15:24:33.633 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392026-02-24T15:24:35.227Z[ recovery-image] Feb 24 15:24:33.640 INFO O| Feb 24 15:24:33.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55402026-02-24T15:24:35.227Z[ recovery-image] Feb 24 15:24:33.640 INFO O| Feb 24 15:24:33.640 INFO STEP 237 (remove_files) COMPLETE
55412026-02-24T15:24:35.227Z[ recovery-image] Feb 24 15:24:33.640 INFO O| Feb 24 15:24:33.640 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422026-02-24T15:24:35.235Z[ recovery-image] Feb 24 15:24:33.648 INFO O| Feb 24 15:24:33.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55432026-02-24T15:24:35.238Z[ recovery-image] Feb 24 15:24:33.648 INFO O| Feb 24 15:24:33.648 INFO STEP 238 (remove_files) COMPLETE
55442026-02-24T15:24:35.238Z[ recovery-image] Feb 24 15:24:33.648 INFO O| Feb 24 15:24:33.648 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452026-02-24T15:24:35.242Z[ recovery-image] Feb 24 15:24:33.655 INFO O| Feb 24 15:24:33.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55462026-02-24T15:24:35.242Z[ recovery-image] Feb 24 15:24:33.655 INFO O| Feb 24 15:24:33.655 INFO STEP 239 (remove_files) COMPLETE
55472026-02-24T15:24:35.242Z[ recovery-image] Feb 24 15:24:33.655 INFO O| Feb 24 15:24:33.655 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482026-02-24T15:24:35.248Z[ recovery-image] Feb 24 15:24:33.662 INFO O| Feb 24 15:24:33.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55492026-02-24T15:24:35.252Z[ recovery-image] Feb 24 15:24:33.663 INFO O| Feb 24 15:24:33.662 INFO STEP 240 (remove_files) COMPLETE
55502026-02-24T15:24:35.252Z[ recovery-image] Feb 24 15:24:33.663 INFO O| Feb 24 15:24:33.663 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512026-02-24T15:24:35.255Z[ recovery-image] Feb 24 15:24:33.670 INFO O| Feb 24 15:24:33.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55522026-02-24T15:24:35.256Z[ recovery-image] Feb 24 15:24:33.670 INFO O| Feb 24 15:24:33.670 INFO STEP 241 (remove_files) COMPLETE
55532026-02-24T15:24:35.256Z[ recovery-image] Feb 24 15:24:33.670 INFO O| Feb 24 15:24:33.670 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542026-02-24T15:24:35.262Z[ recovery-image] Feb 24 15:24:33.677 INFO O| Feb 24 15:24:33.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55552026-02-24T15:24:35.263Z[ recovery-image] Feb 24 15:24:33.677 INFO O| Feb 24 15:24:33.677 INFO STEP 242 (remove_files) COMPLETE
55562026-02-24T15:24:35.266Z[ recovery-image] Feb 24 15:24:33.677 INFO O| Feb 24 15:24:33.677 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572026-02-24T15:24:35.270Z[ recovery-image] Feb 24 15:24:33.685 INFO O| Feb 24 15:24:33.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55582026-02-24T15:24:35.275Z[ recovery-image] Feb 24 15:24:33.685 INFO O| Feb 24 15:24:33.685 INFO STEP 243 (remove_files) COMPLETE
55592026-02-24T15:24:35.275Z[ recovery-image] Feb 24 15:24:33.685 INFO O| Feb 24 15:24:33.685 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602026-02-24T15:24:35.279Z[ recovery-image] Feb 24 15:24:33.692 INFO O| Feb 24 15:24:33.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55612026-02-24T15:24:35.279Z[ recovery-image] Feb 24 15:24:33.692 INFO O| Feb 24 15:24:33.692 INFO STEP 244 (remove_files) COMPLETE
55622026-02-24T15:24:35.279Z[ recovery-image] Feb 24 15:24:33.692 INFO O| Feb 24 15:24:33.692 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632026-02-24T15:24:35.287Z[ recovery-image] Feb 24 15:24:33.700 INFO O| Feb 24 15:24:33.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55642026-02-24T15:24:35.287Z[ recovery-image] Feb 24 15:24:33.700 INFO O| Feb 24 15:24:33.700 INFO STEP 245 (remove_files) COMPLETE
55652026-02-24T15:24:35.287Z[ recovery-image] Feb 24 15:24:33.700 INFO O| Feb 24 15:24:33.700 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662026-02-24T15:24:35.293Z[ recovery-image] Feb 24 15:24:33.707 INFO O| Feb 24 15:24:33.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55672026-02-24T15:24:35.293Z[ recovery-image] Feb 24 15:24:33.707 INFO O| Feb 24 15:24:33.707 INFO STEP 246 (remove_files) COMPLETE
55682026-02-24T15:24:35.293Z[ recovery-image] Feb 24 15:24:33.708 INFO O| Feb 24 15:24:33.707 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692026-02-24T15:24:35.301Z[ recovery-image] Feb 24 15:24:33.715 INFO O| Feb 24 15:24:33.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55702026-02-24T15:24:35.301Z[ recovery-image] Feb 24 15:24:33.715 INFO O| Feb 24 15:24:33.715 INFO STEP 247 (remove_files) COMPLETE
55712026-02-24T15:24:35.304Z[ recovery-image] Feb 24 15:24:33.715 INFO O| Feb 24 15:24:33.715 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722026-02-24T15:24:35.309Z[ recovery-image] Feb 24 15:24:33.723 INFO O| Feb 24 15:24:33.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55732026-02-24T15:24:35.312Z[ recovery-image] Feb 24 15:24:33.723 INFO O| Feb 24 15:24:33.723 INFO STEP 248 (remove_files) COMPLETE
55742026-02-24T15:24:35.313Z[ recovery-image] Feb 24 15:24:33.723 INFO O| Feb 24 15:24:33.723 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752026-02-24T15:24:35.317Z[ recovery-image] Feb 24 15:24:33.730 INFO O| Feb 24 15:24:33.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55762026-02-24T15:24:35.317Z[ recovery-image] Feb 24 15:24:33.730 INFO O| Feb 24 15:24:33.730 INFO STEP 249 (remove_files) COMPLETE
55772026-02-24T15:24:35.317Z[ recovery-image] Feb 24 15:24:33.730 INFO O| Feb 24 15:24:33.730 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782026-02-24T15:24:35.325Z[ recovery-image] Feb 24 15:24:33.739 INFO O| Feb 24 15:24:33.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55792026-02-24T15:24:35.328Z[ recovery-image] Feb 24 15:24:33.739 INFO O| Feb 24 15:24:33.739 INFO STEP 250 (remove_files) COMPLETE
55802026-02-24T15:24:35.328Z[ recovery-image] Feb 24 15:24:33.740 INFO O| Feb 24 15:24:33.739 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812026-02-24T15:24:35.332Z[ recovery-image] Feb 24 15:24:33.747 INFO O| Feb 24 15:24:33.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55822026-02-24T15:24:35.336Z[ recovery-image] Feb 24 15:24:33.747 INFO O| Feb 24 15:24:33.747 INFO STEP 251 (remove_files) COMPLETE
55832026-02-24T15:24:35.336Z[ recovery-image] Feb 24 15:24:33.747 INFO O| Feb 24 15:24:33.747 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842026-02-24T15:24:35.341Z[ recovery-image] Feb 24 15:24:33.756 INFO O| Feb 24 15:24:33.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55852026-02-24T15:24:35.341Z[ recovery-image] Feb 24 15:24:33.756 INFO O| Feb 24 15:24:33.756 INFO STEP 252 (remove_files) COMPLETE
55862026-02-24T15:24:35.341Z[ recovery-image] Feb 24 15:24:33.756 INFO O| Feb 24 15:24:33.756 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872026-02-24T15:24:35.349Z[ recovery-image] Feb 24 15:24:33.763 INFO O| Feb 24 15:24:33.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55882026-02-24T15:24:35.349Z[ recovery-image] Feb 24 15:24:33.763 INFO O| Feb 24 15:24:33.763 INFO STEP 253 (remove_files) COMPLETE
55892026-02-24T15:24:35.354Z[ recovery-image] Feb 24 15:24:33.763 INFO O| Feb 24 15:24:33.763 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902026-02-24T15:24:35.358Z[ recovery-image] Feb 24 15:24:33.771 INFO O| Feb 24 15:24:33.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55912026-02-24T15:24:35.358Z[ recovery-image] Feb 24 15:24:33.771 INFO O| Feb 24 15:24:33.771 INFO STEP 254 (remove_files) COMPLETE
55922026-02-24T15:24:35.358Z[ recovery-image] Feb 24 15:24:33.771 INFO O| Feb 24 15:24:33.771 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932026-02-24T15:24:35.364Z[ recovery-image] Feb 24 15:24:33.779 INFO O| Feb 24 15:24:33.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55942026-02-24T15:24:35.364Z[ recovery-image] Feb 24 15:24:33.779 INFO O| Feb 24 15:24:33.779 INFO STEP 255 (remove_files) COMPLETE
55952026-02-24T15:24:35.364Z[ recovery-image] Feb 24 15:24:33.779 INFO O| Feb 24 15:24:33.779 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962026-02-24T15:24:35.372Z[ recovery-image] Feb 24 15:24:33.786 INFO O| Feb 24 15:24:33.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55972026-02-24T15:24:35.372Z[ recovery-image] Feb 24 15:24:33.786 INFO O| Feb 24 15:24:33.786 INFO STEP 256 (remove_files) COMPLETE
55982026-02-24T15:24:35.375Z[ recovery-image] Feb 24 15:24:33.786 INFO O| Feb 24 15:24:33.786 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992026-02-24T15:24:35.379Z[ recovery-image] Feb 24 15:24:33.794 INFO O| Feb 24 15:24:33.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56002026-02-24T15:24:35.382Z[ recovery-image] Feb 24 15:24:33.794 INFO O| Feb 24 15:24:33.794 INFO STEP 257 (remove_files) COMPLETE
56012026-02-24T15:24:35.383Z[ recovery-image] Feb 24 15:24:33.794 INFO O| Feb 24 15:24:33.794 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022026-02-24T15:24:35.389Z[ recovery-image] Feb 24 15:24:33.803 INFO O| Feb 24 15:24:33.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56032026-02-24T15:24:35.393Z[ recovery-image] Feb 24 15:24:33.803 INFO O| Feb 24 15:24:33.803 INFO STEP 258 (remove_files) COMPLETE
56042026-02-24T15:24:35.393Z[ recovery-image] Feb 24 15:24:33.803 INFO O| Feb 24 15:24:33.803 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052026-02-24T15:24:35.397Z[ recovery-image] Feb 24 15:24:33.811 INFO O| Feb 24 15:24:33.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56062026-02-24T15:24:35.397Z[ recovery-image] Feb 24 15:24:33.811 INFO O| Feb 24 15:24:33.811 INFO STEP 259 (remove_files) COMPLETE
56072026-02-24T15:24:35.398Z[ recovery-image] Feb 24 15:24:33.811 INFO O| Feb 24 15:24:33.811 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082026-02-24T15:24:35.403Z[ recovery-image] Feb 24 15:24:33.818 INFO O| Feb 24 15:24:33.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56092026-02-24T15:24:35.407Z[ recovery-image] Feb 24 15:24:33.818 INFO O| Feb 24 15:24:33.818 INFO STEP 260 (remove_files) COMPLETE
56102026-02-24T15:24:35.407Z[ recovery-image] Feb 24 15:24:33.818 INFO O| Feb 24 15:24:33.818 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112026-02-24T15:24:35.414Z[ recovery-image] Feb 24 15:24:33.827 INFO O| Feb 24 15:24:33.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56122026-02-24T15:24:35.418Z[ recovery-image] Feb 24 15:24:33.827 INFO O| Feb 24 15:24:33.827 INFO STEP 261 (remove_files) COMPLETE
56132026-02-24T15:24:35.418Z[ recovery-image] Feb 24 15:24:33.827 INFO O| Feb 24 15:24:33.827 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142026-02-24T15:24:35.422Z[ recovery-image] Feb 24 15:24:33.836 INFO O| Feb 24 15:24:33.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56152026-02-24T15:24:35.422Z[ recovery-image] Feb 24 15:24:33.836 INFO O| Feb 24 15:24:33.836 INFO STEP 262 (remove_files) COMPLETE
56162026-02-24T15:24:35.422Z[ recovery-image] Feb 24 15:24:33.836 INFO O| Feb 24 15:24:33.836 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172026-02-24T15:24:35.429Z[ recovery-image] Feb 24 15:24:33.843 INFO O| Feb 24 15:24:33.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56182026-02-24T15:24:35.429Z[ recovery-image] Feb 24 15:24:33.843 INFO O| Feb 24 15:24:33.843 INFO STEP 263 (remove_files) COMPLETE
56192026-02-24T15:24:35.429Z[ recovery-image] Feb 24 15:24:33.843 INFO O| Feb 24 15:24:33.843 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202026-02-24T15:24:35.436Z[ recovery-image] Feb 24 15:24:33.851 INFO O| Feb 24 15:24:33.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56212026-02-24T15:24:35.436Z[ recovery-image] Feb 24 15:24:33.851 INFO O| Feb 24 15:24:33.851 INFO STEP 264 (remove_files) COMPLETE
56222026-02-24T15:24:35.436Z[ recovery-image] Feb 24 15:24:33.851 INFO O| Feb 24 15:24:33.851 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232026-02-24T15:24:35.449Z[ recovery-image] Feb 24 15:24:33.858 INFO O| Feb 24 15:24:33.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56242026-02-24T15:24:35.454Z[ recovery-image] Feb 24 15:24:33.858 INFO O| Feb 24 15:24:33.858 INFO STEP 265 (remove_files) COMPLETE
56252026-02-24T15:24:35.454Z[ recovery-image] Feb 24 15:24:33.858 INFO O| Feb 24 15:24:33.858 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262026-02-24T15:24:35.454Z[ recovery-image] Feb 24 15:24:33.866 INFO O| Feb 24 15:24:33.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56272026-02-24T15:24:35.454Z[ recovery-image] Feb 24 15:24:33.866 INFO O| Feb 24 15:24:33.866 INFO STEP 266 (remove_files) COMPLETE
56282026-02-24T15:24:35.454Z[ recovery-image] Feb 24 15:24:33.866 INFO O| Feb 24 15:24:33.866 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292026-02-24T15:24:35.459Z[ recovery-image] Feb 24 15:24:33.873 INFO O| Feb 24 15:24:33.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56302026-02-24T15:24:35.460Z[ recovery-image] Feb 24 15:24:33.873 INFO O| Feb 24 15:24:33.873 INFO STEP 267 (remove_files) COMPLETE
56312026-02-24T15:24:35.463Z[ recovery-image] Feb 24 15:24:33.873 INFO O| Feb 24 15:24:33.873 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322026-02-24T15:24:35.467Z[ recovery-image] Feb 24 15:24:33.881 INFO O| Feb 24 15:24:33.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56332026-02-24T15:24:35.467Z[ recovery-image] Feb 24 15:24:33.881 INFO O| Feb 24 15:24:33.881 INFO STEP 268 (remove_files) COMPLETE
56342026-02-24T15:24:35.467Z[ recovery-image] Feb 24 15:24:33.881 INFO O| Feb 24 15:24:33.881 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352026-02-24T15:24:35.473Z[ recovery-image] Feb 24 15:24:33.888 INFO O| Feb 24 15:24:33.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56362026-02-24T15:24:35.473Z[ recovery-image] Feb 24 15:24:33.888 INFO O| Feb 24 15:24:33.888 INFO STEP 269 (remove_files) COMPLETE
56372026-02-24T15:24:35.473Z[ recovery-image] Feb 24 15:24:33.888 INFO O| Feb 24 15:24:33.888 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382026-02-24T15:24:35.480Z[ recovery-image] Feb 24 15:24:33.895 INFO O| Feb 24 15:24:33.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56392026-02-24T15:24:35.484Z[ recovery-image] Feb 24 15:24:33.895 INFO O| Feb 24 15:24:33.895 INFO STEP 270 (remove_files) COMPLETE
56402026-02-24T15:24:35.484Z[ recovery-image] Feb 24 15:24:33.895 INFO O| Feb 24 15:24:33.895 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412026-02-24T15:24:35.488Z[ recovery-image] Feb 24 15:24:33.902 INFO O| Feb 24 15:24:33.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56422026-02-24T15:24:35.488Z[ recovery-image] Feb 24 15:24:33.902 INFO O| Feb 24 15:24:33.902 INFO STEP 271 (remove_files) COMPLETE
56432026-02-24T15:24:35.488Z[ recovery-image] Feb 24 15:24:33.902 INFO O| Feb 24 15:24:33.902 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442026-02-24T15:24:35.495Z[ recovery-image] Feb 24 15:24:33.909 INFO O| Feb 24 15:24:33.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56452026-02-24T15:24:35.499Z[ recovery-image] Feb 24 15:24:33.910 INFO O| Feb 24 15:24:33.909 INFO STEP 272 (remove_files) COMPLETE
56462026-02-24T15:24:35.500Z[ recovery-image] Feb 24 15:24:33.910 INFO O| Feb 24 15:24:33.909 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472026-02-24T15:24:35.505Z[ recovery-image] Feb 24 15:24:33.917 INFO O| Feb 24 15:24:33.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56482026-02-24T15:24:35.505Z[ recovery-image] Feb 24 15:24:33.917 INFO O| Feb 24 15:24:33.917 INFO STEP 273 (remove_files) COMPLETE
56492026-02-24T15:24:35.505Z[ recovery-image] Feb 24 15:24:33.917 INFO O| Feb 24 15:24:33.917 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502026-02-24T15:24:35.510Z[ recovery-image] Feb 24 15:24:33.924 INFO O| Feb 24 15:24:33.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56512026-02-24T15:24:35.510Z[ recovery-image] Feb 24 15:24:33.924 INFO O| Feb 24 15:24:33.924 INFO STEP 274 (remove_files) COMPLETE
56522026-02-24T15:24:35.510Z[ recovery-image] Feb 24 15:24:33.924 INFO O| Feb 24 15:24:33.924 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532026-02-24T15:24:35.517Z[ recovery-image] Feb 24 15:24:33.932 INFO O| Feb 24 15:24:33.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56542026-02-24T15:24:35.517Z[ recovery-image] Feb 24 15:24:33.932 INFO O| Feb 24 15:24:33.932 INFO STEP 275 (remove_files) COMPLETE
56552026-02-24T15:24:35.518Z[ recovery-image] Feb 24 15:24:33.932 INFO O| Feb 24 15:24:33.932 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562026-02-24T15:24:35.525Z[ recovery-image] Feb 24 15:24:33.939 INFO O| Feb 24 15:24:33.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56572026-02-24T15:24:35.525Z[ recovery-image] Feb 24 15:24:33.939 INFO O| Feb 24 15:24:33.939 INFO STEP 276 (remove_files) COMPLETE
56582026-02-24T15:24:35.528Z[ recovery-image] Feb 24 15:24:33.939 INFO O| Feb 24 15:24:33.939 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592026-02-24T15:24:35.532Z[ recovery-image] Feb 24 15:24:33.947 INFO O| Feb 24 15:24:33.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56602026-02-24T15:24:35.536Z[ recovery-image] Feb 24 15:24:33.947 INFO O| Feb 24 15:24:33.947 INFO STEP 277 (remove_files) COMPLETE
56612026-02-24T15:24:35.536Z[ recovery-image] Feb 24 15:24:33.947 INFO O| Feb 24 15:24:33.947 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622026-02-24T15:24:35.561Z[ recovery-image] Feb 24 15:24:33.954 INFO O| Feb 24 15:24:33.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56632026-02-24T15:24:35.561Z[ recovery-image] Feb 24 15:24:33.955 INFO O| Feb 24 15:24:33.954 INFO STEP 278 (remove_files) COMPLETE
56642026-02-24T15:24:35.561Z[ recovery-image] Feb 24 15:24:33.955 INFO O| Feb 24 15:24:33.955 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652026-02-24T15:24:35.565Z[ recovery-image] Feb 24 15:24:33.962 INFO O| Feb 24 15:24:33.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56662026-02-24T15:24:35.565Z[ recovery-image] Feb 24 15:24:33.962 INFO O| Feb 24 15:24:33.962 INFO STEP 279 (remove_files) COMPLETE
56672026-02-24T15:24:35.565Z[ recovery-image] Feb 24 15:24:33.962 INFO O| Feb 24 15:24:33.962 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682026-02-24T15:24:35.565Z[ recovery-image] Feb 24 15:24:33.969 INFO O| Feb 24 15:24:33.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56692026-02-24T15:24:35.565Z[ recovery-image] Feb 24 15:24:33.969 INFO O| Feb 24 15:24:33.969 INFO STEP 280 (remove_files) COMPLETE
56702026-02-24T15:24:35.565Z[ recovery-image] Feb 24 15:24:33.969 INFO O| Feb 24 15:24:33.969 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712026-02-24T15:24:35.566Z[ recovery-image] Feb 24 15:24:33.977 INFO O| Feb 24 15:24:33.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56722026-02-24T15:24:35.566Z[ recovery-image] Feb 24 15:24:33.977 INFO O| Feb 24 15:24:33.977 INFO STEP 281 (remove_files) COMPLETE
56732026-02-24T15:24:35.566Z[ recovery-image] Feb 24 15:24:33.977 INFO O| Feb 24 15:24:33.977 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742026-02-24T15:24:35.570Z[ recovery-image] Feb 24 15:24:33.984 INFO O| Feb 24 15:24:33.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56752026-02-24T15:24:35.570Z[ recovery-image] Feb 24 15:24:33.984 INFO O| Feb 24 15:24:33.984 INFO STEP 282 (remove_files) COMPLETE
56762026-02-24T15:24:35.571Z[ recovery-image] Feb 24 15:24:33.984 INFO O| Feb 24 15:24:33.984 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772026-02-24T15:24:35.577Z[ recovery-image] Feb 24 15:24:33.991 INFO O| Feb 24 15:24:33.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56782026-02-24T15:24:35.582Z[ recovery-image] Feb 24 15:24:33.991 INFO O| Feb 24 15:24:33.991 INFO STEP 283 (remove_files) COMPLETE
56792026-02-24T15:24:35.582Z[ recovery-image] Feb 24 15:24:33.991 INFO O| Feb 24 15:24:33.991 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802026-02-24T15:24:35.586Z[ recovery-image] Feb 24 15:24:33.998 INFO O| Feb 24 15:24:33.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56812026-02-24T15:24:35.586Z[ recovery-image] Feb 24 15:24:33.998 INFO O| Feb 24 15:24:33.998 INFO STEP 284 (remove_files) COMPLETE
56822026-02-24T15:24:35.587Z[ recovery-image] Feb 24 15:24:33.998 INFO O| Feb 24 15:24:33.998 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832026-02-24T15:24:35.592Z[ recovery-image] Feb 24 15:24:34.006 INFO O| Feb 24 15:24:34.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56842026-02-24T15:24:35.592Z[ recovery-image] Feb 24 15:24:34.007 INFO O| Feb 24 15:24:34.007 INFO STEP 285 (remove_files) COMPLETE
56852026-02-24T15:24:35.595Z[ recovery-image] Feb 24 15:24:34.007 INFO O| Feb 24 15:24:34.007 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862026-02-24T15:24:35.600Z[ recovery-image] Feb 24 15:24:34.015 INFO O| Feb 24 15:24:34.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56872026-02-24T15:24:35.605Z[ recovery-image] Feb 24 15:24:34.015 INFO O| Feb 24 15:24:34.015 INFO STEP 286 (remove_files) COMPLETE
56882026-02-24T15:24:35.605Z[ recovery-image] Feb 24 15:24:34.015 INFO O| Feb 24 15:24:34.015 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892026-02-24T15:24:35.609Z[ recovery-image] Feb 24 15:24:34.022 INFO O| Feb 24 15:24:34.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56902026-02-24T15:24:35.609Z[ recovery-image] Feb 24 15:24:34.022 INFO O| Feb 24 15:24:34.022 INFO STEP 287 (remove_files) COMPLETE
56912026-02-24T15:24:35.609Z[ recovery-image] Feb 24 15:24:34.022 INFO O| Feb 24 15:24:34.022 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922026-02-24T15:24:35.615Z[ recovery-image] Feb 24 15:24:34.030 INFO O| Feb 24 15:24:34.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56932026-02-24T15:24:35.615Z[ recovery-image] Feb 24 15:24:34.030 INFO O| Feb 24 15:24:34.030 INFO STEP 288 (remove_files) COMPLETE
56942026-02-24T15:24:35.615Z[ recovery-image] Feb 24 15:24:34.030 INFO O| Feb 24 15:24:34.030 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952026-02-24T15:24:35.636Z[ recovery-image] Feb 24 15:24:34.037 INFO O| Feb 24 15:24:34.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56962026-02-24T15:24:35.636Z[ recovery-image] Feb 24 15:24:34.037 INFO O| Feb 24 15:24:34.037 INFO STEP 289 (remove_files) COMPLETE
56972026-02-24T15:24:35.640Z[ recovery-image] Feb 24 15:24:34.037 INFO O| Feb 24 15:24:34.037 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982026-02-24T15:24:35.640Z[ recovery-image] Feb 24 15:24:34.046 INFO O| Feb 24 15:24:34.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56992026-02-24T15:24:35.640Z[ recovery-image] Feb 24 15:24:34.046 INFO O| Feb 24 15:24:34.046 INFO STEP 290 (remove_files) COMPLETE
57002026-02-24T15:24:35.640Z[ recovery-image] Feb 24 15:24:34.046 INFO O| Feb 24 15:24:34.046 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012026-02-24T15:24:35.647Z[ recovery-image] Feb 24 15:24:34.056 INFO O| Feb 24 15:24:34.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57022026-02-24T15:24:35.647Z[ recovery-image] Feb 24 15:24:34.056 INFO O| Feb 24 15:24:34.056 INFO STEP 291 (remove_files) COMPLETE
57032026-02-24T15:24:35.647Z[ recovery-image] Feb 24 15:24:34.056 INFO O| Feb 24 15:24:34.056 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042026-02-24T15:24:35.650Z[ recovery-image] Feb 24 15:24:34.064 INFO O| Feb 24 15:24:34.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57052026-02-24T15:24:35.650Z[ recovery-image] Feb 24 15:24:34.064 INFO O| Feb 24 15:24:34.064 INFO STEP 292 (remove_files) COMPLETE
57062026-02-24T15:24:35.650Z[ recovery-image] Feb 24 15:24:34.064 INFO O| Feb 24 15:24:34.064 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072026-02-24T15:24:35.656Z[ recovery-image] Feb 24 15:24:34.071 INFO O| Feb 24 15:24:34.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57082026-02-24T15:24:35.660Z[ recovery-image] Feb 24 15:24:34.071 INFO O| Feb 24 15:24:34.071 INFO STEP 293 (remove_files) COMPLETE
57092026-02-24T15:24:35.660Z[ recovery-image] Feb 24 15:24:34.071 INFO O| Feb 24 15:24:34.071 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102026-02-24T15:24:35.664Z[ recovery-image] Feb 24 15:24:34.079 INFO O| Feb 24 15:24:34.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57112026-02-24T15:24:35.664Z[ recovery-image] Feb 24 15:24:34.079 INFO O| Feb 24 15:24:34.079 INFO STEP 294 (remove_files) COMPLETE
57122026-02-24T15:24:35.667Z[ recovery-image] Feb 24 15:24:34.079 INFO O| Feb 24 15:24:34.079 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132026-02-24T15:24:35.671Z[ recovery-image] Feb 24 15:24:34.086 INFO O| Feb 24 15:24:34.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57142026-02-24T15:24:35.671Z[ recovery-image] Feb 24 15:24:34.086 INFO O| Feb 24 15:24:34.086 INFO STEP 295 (remove_files) COMPLETE
57152026-02-24T15:24:35.677Z[ recovery-image] Feb 24 15:24:34.086 INFO O| Feb 24 15:24:34.086 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162026-02-24T15:24:35.682Z[ recovery-image] Feb 24 15:24:34.093 INFO O| Feb 24 15:24:34.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57172026-02-24T15:24:35.682Z[ recovery-image] Feb 24 15:24:34.093 INFO O| Feb 24 15:24:34.093 INFO STEP 296 (remove_files) COMPLETE
57182026-02-24T15:24:35.682Z[ recovery-image] Feb 24 15:24:34.093 INFO O| Feb 24 15:24:34.093 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192026-02-24T15:24:35.685Z[ recovery-image] Feb 24 15:24:34.100 INFO O| Feb 24 15:24:34.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57202026-02-24T15:24:35.690Z[ recovery-image] Feb 24 15:24:34.101 INFO O| Feb 24 15:24:34.100 INFO STEP 297 (remove_files) COMPLETE
57212026-02-24T15:24:35.690Z[ recovery-image] Feb 24 15:24:34.101 INFO O| Feb 24 15:24:34.101 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222026-02-24T15:24:35.693Z[ recovery-image] Feb 24 15:24:34.108 INFO O| Feb 24 15:24:34.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57232026-02-24T15:24:35.694Z[ recovery-image] Feb 24 15:24:34.108 INFO O| Feb 24 15:24:34.108 INFO STEP 298 (remove_files) COMPLETE
57242026-02-24T15:24:35.694Z[ recovery-image] Feb 24 15:24:34.108 INFO O| Feb 24 15:24:34.108 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252026-02-24T15:24:35.704Z[ recovery-image] Feb 24 15:24:34.115 INFO O| Feb 24 15:24:34.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57262026-02-24T15:24:35.705Z[ recovery-image] Feb 24 15:24:34.115 INFO O| Feb 24 15:24:34.115 INFO STEP 299 (remove_files) COMPLETE
57272026-02-24T15:24:35.705Z[ recovery-image] Feb 24 15:24:34.115 INFO O| Feb 24 15:24:34.115 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282026-02-24T15:24:35.708Z[ recovery-image] Feb 24 15:24:34.122 INFO O| Feb 24 15:24:34.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57292026-02-24T15:24:35.708Z[ recovery-image] Feb 24 15:24:34.123 INFO O| Feb 24 15:24:34.122 INFO STEP 300 (remove_files) COMPLETE
57302026-02-24T15:24:35.708Z[ recovery-image] Feb 24 15:24:34.123 INFO O| Feb 24 15:24:34.122 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312026-02-24T15:24:35.716Z[ recovery-image] Feb 24 15:24:34.130 INFO O| Feb 24 15:24:34.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57322026-02-24T15:24:35.716Z[ recovery-image] Feb 24 15:24:34.130 INFO O| Feb 24 15:24:34.130 INFO STEP 301 (remove_files) COMPLETE
57332026-02-24T15:24:35.720Z[ recovery-image] Feb 24 15:24:34.130 INFO O| Feb 24 15:24:34.130 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342026-02-24T15:24:35.722Z[ recovery-image] Feb 24 15:24:34.137 INFO O| Feb 24 15:24:34.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57352026-02-24T15:24:35.723Z[ recovery-image] Feb 24 15:24:34.137 INFO O| Feb 24 15:24:34.137 INFO STEP 302 (remove_files) COMPLETE
57362026-02-24T15:24:35.723Z[ recovery-image] Feb 24 15:24:34.137 INFO O| Feb 24 15:24:34.137 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372026-02-24T15:24:35.730Z[ recovery-image] Feb 24 15:24:34.145 INFO O| Feb 24 15:24:34.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57382026-02-24T15:24:35.730Z[ recovery-image] Feb 24 15:24:34.145 INFO O| Feb 24 15:24:34.145 INFO STEP 303 (remove_files) COMPLETE
57392026-02-24T15:24:35.730Z[ recovery-image] Feb 24 15:24:34.145 INFO O| Feb 24 15:24:34.145 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402026-02-24T15:24:35.739Z[ recovery-image] Feb 24 15:24:34.154 INFO O| Feb 24 15:24:34.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57412026-02-24T15:24:35.739Z[ recovery-image] Feb 24 15:24:34.154 INFO O| Feb 24 15:24:34.154 INFO STEP 304 (remove_files) COMPLETE
57422026-02-24T15:24:35.742Z[ recovery-image] Feb 24 15:24:34.154 INFO O| Feb 24 15:24:34.154 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432026-02-24T15:24:35.747Z[ recovery-image] Feb 24 15:24:34.162 INFO O| Feb 24 15:24:34.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57442026-02-24T15:24:35.750Z[ recovery-image] Feb 24 15:24:34.162 INFO O| Feb 24 15:24:34.162 INFO STEP 305 (remove_files) COMPLETE
57452026-02-24T15:24:35.750Z[ recovery-image] Feb 24 15:24:34.162 INFO O| Feb 24 15:24:34.162 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462026-02-24T15:24:35.756Z[ recovery-image] Feb 24 15:24:34.170 INFO O| Feb 24 15:24:34.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57472026-02-24T15:24:35.756Z[ recovery-image] Feb 24 15:24:34.170 INFO O| Feb 24 15:24:34.170 INFO STEP 306 (remove_files) COMPLETE
57482026-02-24T15:24:35.759Z[ recovery-image] Feb 24 15:24:34.170 INFO O| Feb 24 15:24:34.170 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492026-02-24T15:24:35.763Z[ recovery-image] Feb 24 15:24:34.178 INFO O| Feb 24 15:24:34.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57502026-02-24T15:24:35.766Z[ recovery-image] Feb 24 15:24:34.178 INFO O| Feb 24 15:24:34.178 INFO STEP 307 (remove_files) COMPLETE
57512026-02-24T15:24:35.766Z[ recovery-image] Feb 24 15:24:34.178 INFO O| Feb 24 15:24:34.178 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522026-02-24T15:24:35.770Z[ recovery-image] Feb 24 15:24:34.185 INFO O| Feb 24 15:24:34.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57532026-02-24T15:24:35.770Z[ recovery-image] Feb 24 15:24:34.185 INFO O| Feb 24 15:24:34.185 INFO STEP 308 (remove_files) COMPLETE
57542026-02-24T15:24:35.773Z[ recovery-image] Feb 24 15:24:34.185 INFO O| Feb 24 15:24:34.185 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552026-02-24T15:24:35.777Z[ recovery-image] Feb 24 15:24:34.192 INFO O| Feb 24 15:24:34.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57562026-02-24T15:24:35.783Z[ recovery-image] Feb 24 15:24:34.192 INFO O| Feb 24 15:24:34.192 INFO STEP 309 (remove_files) COMPLETE
57572026-02-24T15:24:35.783Z[ recovery-image] Feb 24 15:24:34.192 INFO O| Feb 24 15:24:34.192 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582026-02-24T15:24:35.786Z[ recovery-image] Feb 24 15:24:34.200 INFO O| Feb 24 15:24:34.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57592026-02-24T15:24:35.786Z[ recovery-image] Feb 24 15:24:34.200 INFO O| Feb 24 15:24:34.200 INFO STEP 310 (remove_files) COMPLETE
57602026-02-24T15:24:35.786Z[ recovery-image] Feb 24 15:24:34.200 INFO O| Feb 24 15:24:34.200 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612026-02-24T15:24:35.792Z[ recovery-image] Feb 24 15:24:34.207 INFO O| Feb 24 15:24:34.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57622026-02-24T15:24:35.792Z[ recovery-image] Feb 24 15:24:34.207 INFO O| Feb 24 15:24:34.207 INFO STEP 311 (remove_files) COMPLETE
57632026-02-24T15:24:35.796Z[ recovery-image] Feb 24 15:24:34.207 INFO O| Feb 24 15:24:34.207 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.214 INFO O| Feb 24 15:24:34.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57652026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.214 INFO O| Feb 24 15:24:34.214 INFO STEP 312 (remove_files) COMPLETE
57662026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.214 INFO O| Feb 24 15:24:34.214 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.221 INFO O| Feb 24 15:24:34.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57682026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.221 INFO O| Feb 24 15:24:34.221 INFO STEP 313 (remove_files) COMPLETE
57692026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.221 INFO O| Feb 24 15:24:34.221 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.229 INFO O| Feb 24 15:24:34.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57712026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.229 INFO O| Feb 24 15:24:34.229 INFO STEP 314 (remove_files) COMPLETE
57722026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.229 INFO O| Feb 24 15:24:34.229 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.236 INFO O| Feb 24 15:24:34.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57742026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.236 INFO O| Feb 24 15:24:34.236 INFO STEP 315 (remove_files) COMPLETE
57752026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.236 INFO O| Feb 24 15:24:34.236 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.244 INFO O| Feb 24 15:24:34.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57772026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.244 INFO O| Feb 24 15:24:34.244 INFO STEP 316 (remove_files) COMPLETE
57782026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.244 INFO O| Feb 24 15:24:34.244 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792026-02-24T15:24:35.856Z[ recovery-image] Feb 24 15:24:34.253 INFO O| Feb 24 15:24:34.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57802026-02-24T15:24:35.857Z[ recovery-image] Feb 24 15:24:34.253 INFO O| Feb 24 15:24:34.253 INFO STEP 317 (remove_files) COMPLETE
57812026-02-24T15:24:35.857Z[ recovery-image] Feb 24 15:24:34.253 INFO O| Feb 24 15:24:34.253 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822026-02-24T15:24:35.857Z[ recovery-image] Feb 24 15:24:34.260 INFO O| Feb 24 15:24:34.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57832026-02-24T15:24:35.857Z[ recovery-image] Feb 24 15:24:34.260 INFO O| Feb 24 15:24:34.260 INFO STEP 318 (remove_files) COMPLETE
57842026-02-24T15:24:35.857Z[ recovery-image] Feb 24 15:24:34.260 INFO O| Feb 24 15:24:34.260 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852026-02-24T15:24:35.863Z[ recovery-image] Feb 24 15:24:34.270 INFO O| Feb 24 15:24:34.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57862026-02-24T15:24:35.863Z[ recovery-image] Feb 24 15:24:34.270 INFO O| Feb 24 15:24:34.270 INFO STEP 319 (remove_files) COMPLETE
57872026-02-24T15:24:35.863Z[ recovery-image] Feb 24 15:24:34.270 INFO O| Feb 24 15:24:34.270 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882026-02-24T15:24:35.869Z[ recovery-image] Feb 24 15:24:34.277 INFO O| Feb 24 15:24:34.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57892026-02-24T15:24:35.869Z[ recovery-image] Feb 24 15:24:34.277 INFO O| Feb 24 15:24:34.277 INFO STEP 320 (remove_files) COMPLETE
57902026-02-24T15:24:35.869Z[ recovery-image] Feb 24 15:24:34.277 INFO O| Feb 24 15:24:34.277 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912026-02-24T15:24:35.872Z[ recovery-image] Feb 24 15:24:34.284 INFO O| Feb 24 15:24:34.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57922026-02-24T15:24:35.872Z[ recovery-image] Feb 24 15:24:34.284 INFO O| Feb 24 15:24:34.284 INFO STEP 321 (remove_files) COMPLETE
57932026-02-24T15:24:35.873Z[ recovery-image] Feb 24 15:24:34.284 INFO O| Feb 24 15:24:34.284 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942026-02-24T15:24:35.877Z[ recovery-image] Feb 24 15:24:34.292 INFO O| Feb 24 15:24:34.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57952026-02-24T15:24:35.877Z[ recovery-image] Feb 24 15:24:34.292 INFO O| Feb 24 15:24:34.292 INFO STEP 322 (remove_files) COMPLETE
57962026-02-24T15:24:35.877Z[ recovery-image] Feb 24 15:24:34.292 INFO O| Feb 24 15:24:34.292 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972026-02-24T15:24:35.884Z[ recovery-image] Feb 24 15:24:34.299 INFO O| Feb 24 15:24:34.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57982026-02-24T15:24:35.887Z[ recovery-image] Feb 24 15:24:34.299 INFO O| Feb 24 15:24:34.299 INFO STEP 323 (remove_files) COMPLETE
57992026-02-24T15:24:35.887Z[ recovery-image] Feb 24 15:24:34.299 INFO O| Feb 24 15:24:34.299 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002026-02-24T15:24:35.891Z[ recovery-image] Feb 24 15:24:34.306 INFO O| Feb 24 15:24:34.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58012026-02-24T15:24:35.891Z[ recovery-image] Feb 24 15:24:34.306 INFO O| Feb 24 15:24:34.306 INFO STEP 324 (remove_files) COMPLETE
58022026-02-24T15:24:35.894Z[ recovery-image] Feb 24 15:24:34.306 INFO O| Feb 24 15:24:34.306 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032026-02-24T15:24:35.901Z[ recovery-image] Feb 24 15:24:34.316 INFO O| Feb 24 15:24:34.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58042026-02-24T15:24:35.901Z[ recovery-image] Feb 24 15:24:34.316 INFO O| Feb 24 15:24:34.316 INFO STEP 325 (remove_files) COMPLETE
58052026-02-24T15:24:35.901Z[ recovery-image] Feb 24 15:24:34.316 INFO O| Feb 24 15:24:34.316 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062026-02-24T15:24:35.909Z[ recovery-image] Feb 24 15:24:34.323 INFO O| Feb 24 15:24:34.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58072026-02-24T15:24:35.913Z[ recovery-image] Feb 24 15:24:34.324 INFO O| Feb 24 15:24:34.324 INFO STEP 326 (remove_files) COMPLETE
58082026-02-24T15:24:35.913Z[ recovery-image] Feb 24 15:24:34.324 INFO O| Feb 24 15:24:34.324 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092026-02-24T15:24:35.920Z[ recovery-image] Feb 24 15:24:34.332 INFO O| Feb 24 15:24:34.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58102026-02-24T15:24:35.923Z[ recovery-image] Feb 24 15:24:34.333 INFO O| Feb 24 15:24:34.333 INFO STEP 327 (remove_files) COMPLETE
58112026-02-24T15:24:35.923Z[ recovery-image] Feb 24 15:24:34.333 INFO O| Feb 24 15:24:34.333 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122026-02-24T15:24:35.926Z[ recovery-image] Feb 24 15:24:34.340 INFO O| Feb 24 15:24:34.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58132026-02-24T15:24:35.926Z[ recovery-image] Feb 24 15:24:34.340 INFO O| Feb 24 15:24:34.340 INFO STEP 328 (remove_files) COMPLETE
58142026-02-24T15:24:35.926Z[ recovery-image] Feb 24 15:24:34.340 INFO O| Feb 24 15:24:34.340 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152026-02-24T15:24:35.933Z[ recovery-image] Feb 24 15:24:34.347 INFO O| Feb 24 15:24:34.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58162026-02-24T15:24:35.933Z[ recovery-image] Feb 24 15:24:34.347 INFO O| Feb 24 15:24:34.347 INFO STEP 329 (remove_files) COMPLETE
58172026-02-24T15:24:35.936Z[ recovery-image] Feb 24 15:24:34.348 INFO O| Feb 24 15:24:34.347 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182026-02-24T15:24:35.939Z[ host-image] Feb 24 15:24:34.351 INFO O| Feb 24 15:24:34.351 INFO O| Done
58192026-02-24T15:24:35.942Z[ recovery-image] Feb 24 15:24:34.355 INFO O| Feb 24 15:24:34.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58202026-02-24T15:24:35.942Z[ recovery-image] Feb 24 15:24:34.355 INFO O| Feb 24 15:24:34.355 INFO STEP 330 (remove_files) COMPLETE
58212026-02-24T15:24:35.942Z[ recovery-image] Feb 24 15:24:34.355 INFO O| Feb 24 15:24:34.355 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222026-02-24T15:24:35.948Z[ recovery-image] Feb 24 15:24:34.363 INFO O| Feb 24 15:24:34.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58232026-02-24T15:24:35.952Z[ recovery-image] Feb 24 15:24:34.364 INFO O| Feb 24 15:24:34.364 INFO STEP 331 (remove_files) COMPLETE
58242026-02-24T15:24:35.952Z[ recovery-image] Feb 24 15:24:34.364 INFO O| Feb 24 15:24:34.364 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252026-02-24T15:24:35.957Z[ recovery-image] Feb 24 15:24:34.372 INFO O| Feb 24 15:24:34.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58262026-02-24T15:24:35.957Z[ recovery-image] Feb 24 15:24:34.372 INFO O| Feb 24 15:24:34.372 INFO STEP 332 (remove_files) COMPLETE
58272026-02-24T15:24:35.960Z[ recovery-image] Feb 24 15:24:34.372 INFO O| Feb 24 15:24:34.372 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282026-02-24T15:24:35.966Z[ recovery-image] Feb 24 15:24:34.381 INFO O| Feb 24 15:24:34.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58292026-02-24T15:24:35.966Z[ recovery-image] Feb 24 15:24:34.381 INFO O| Feb 24 15:24:34.381 INFO STEP 333 (remove_files) COMPLETE
58302026-02-24T15:24:35.966Z[ recovery-image] Feb 24 15:24:34.381 INFO O| Feb 24 15:24:34.381 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312026-02-24T15:24:35.970Z[ host-image] Feb 24 15:24:34.383 INFO O| Feb 24 15:24:34.383 INFO O| Done
58322026-02-24T15:24:35.970Z[ host-image] Feb 24 15:24:34.383 INFO O| Feb 24 15:24:34.383 INFO O| Done
58332026-02-24T15:24:35.974Z[ recovery-image] Feb 24 15:24:34.388 INFO O| Feb 24 15:24:34.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58342026-02-24T15:24:35.974Z[ recovery-image] Feb 24 15:24:34.388 INFO O| Feb 24 15:24:34.388 INFO STEP 334 (remove_files) COMPLETE
58352026-02-24T15:24:35.974Z[ recovery-image] Feb 24 15:24:34.388 INFO O| Feb 24 15:24:34.388 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362026-02-24T15:24:35.983Z[ recovery-image] Feb 24 15:24:34.396 INFO O| Feb 24 15:24:34.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58372026-02-24T15:24:35.983Z[ recovery-image] Feb 24 15:24:34.396 INFO O| Feb 24 15:24:34.396 INFO STEP 335 (remove_files) COMPLETE
58382026-02-24T15:24:35.986Z[ recovery-image] Feb 24 15:24:34.396 INFO O| Feb 24 15:24:34.396 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392026-02-24T15:24:35.989Z[ recovery-image] Feb 24 15:24:34.403 INFO O| Feb 24 15:24:34.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58402026-02-24T15:24:35.990Z[ recovery-image] Feb 24 15:24:34.403 INFO O| Feb 24 15:24:34.403 INFO STEP 336 (remove_files) COMPLETE
58412026-02-24T15:24:35.990Z[ recovery-image] Feb 24 15:24:34.403 INFO O| Feb 24 15:24:34.403 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422026-02-24T15:24:35.996Z[ recovery-image] Feb 24 15:24:34.411 INFO O| Feb 24 15:24:34.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58432026-02-24T15:24:35.999Z[ recovery-image] Feb 24 15:24:34.411 INFO O| Feb 24 15:24:34.411 INFO STEP 337 (remove_files) COMPLETE
58442026-02-24T15:24:35.999Z[ recovery-image] Feb 24 15:24:34.411 INFO O| Feb 24 15:24:34.411 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452026-02-24T15:24:36.003Z[ recovery-image] Feb 24 15:24:34.418 INFO O| Feb 24 15:24:34.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58462026-02-24T15:24:36.003Z[ recovery-image] Feb 24 15:24:34.418 INFO O| Feb 24 15:24:34.418 INFO STEP 338 (remove_files) COMPLETE
58472026-02-24T15:24:36.003Z[ recovery-image] Feb 24 15:24:34.418 INFO O| Feb 24 15:24:34.418 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482026-02-24T15:24:36.011Z[ recovery-image] Feb 24 15:24:34.425 INFO O| Feb 24 15:24:34.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58492026-02-24T15:24:36.011Z[ recovery-image] Feb 24 15:24:34.425 INFO O| Feb 24 15:24:34.425 INFO STEP 339 (remove_files) COMPLETE
58502026-02-24T15:24:36.011Z[ recovery-image] Feb 24 15:24:34.425 INFO O| Feb 24 15:24:34.425 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512026-02-24T15:24:36.015Z[ host-image] Feb 24 15:24:34.426 INFO O| Feb 24 15:24:34.426 INFO O| Done
58522026-02-24T15:24:36.018Z[ recovery-image] Feb 24 15:24:34.432 INFO O| Feb 24 15:24:34.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58532026-02-24T15:24:36.018Z[ recovery-image] Feb 24 15:24:34.432 INFO O| Feb 24 15:24:34.432 INFO STEP 340 (remove_files) COMPLETE
58542026-02-24T15:24:36.018Z[ recovery-image] Feb 24 15:24:34.432 INFO O| Feb 24 15:24:34.432 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552026-02-24T15:24:36.025Z[ recovery-image] Feb 24 15:24:34.439 INFO O| Feb 24 15:24:34.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58562026-02-24T15:24:36.025Z[ recovery-image] Feb 24 15:24:34.439 INFO O| Feb 24 15:24:34.439 INFO STEP 341 (remove_files) COMPLETE
58572026-02-24T15:24:36.026Z[ recovery-image] Feb 24 15:24:34.440 INFO O| Feb 24 15:24:34.439 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582026-02-24T15:24:36.032Z[ recovery-image] Feb 24 15:24:34.447 INFO O| Feb 24 15:24:34.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58592026-02-24T15:24:36.036Z[ recovery-image] Feb 24 15:24:34.447 INFO O| Feb 24 15:24:34.447 INFO STEP 342 (remove_files) COMPLETE
58602026-02-24T15:24:36.036Z[ recovery-image] Feb 24 15:24:34.447 INFO O| Feb 24 15:24:34.447 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612026-02-24T15:24:36.041Z[ recovery-image] Feb 24 15:24:34.456 INFO O| Feb 24 15:24:34.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58622026-02-24T15:24:36.041Z[ recovery-image] Feb 24 15:24:34.456 INFO O| Feb 24 15:24:34.456 INFO STEP 343 (remove_files) COMPLETE
58632026-02-24T15:24:36.041Z[ recovery-image] Feb 24 15:24:34.456 INFO O| Feb 24 15:24:34.456 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642026-02-24T15:24:36.049Z[ recovery-image] Feb 24 15:24:34.464 INFO O| Feb 24 15:24:34.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58652026-02-24T15:24:36.049Z[ recovery-image] Feb 24 15:24:34.464 INFO O| Feb 24 15:24:34.464 INFO STEP 344 (remove_files) COMPLETE
58662026-02-24T15:24:36.052Z[ recovery-image] Feb 24 15:24:34.464 INFO O| Feb 24 15:24:34.464 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672026-02-24T15:24:36.059Z[ recovery-image] Feb 24 15:24:34.474 INFO O| Feb 24 15:24:34.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58682026-02-24T15:24:36.059Z[ recovery-image] Feb 24 15:24:34.474 INFO O| Feb 24 15:24:34.474 INFO STEP 345 (remove_files) COMPLETE
58692026-02-24T15:24:36.062Z[ recovery-image] Feb 24 15:24:34.474 INFO O| Feb 24 15:24:34.474 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702026-02-24T15:24:36.067Z[ recovery-image] Feb 24 15:24:34.481 INFO O| Feb 24 15:24:34.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58712026-02-24T15:24:36.067Z[ recovery-image] Feb 24 15:24:34.481 INFO O| Feb 24 15:24:34.481 INFO STEP 346 (remove_files) COMPLETE
58722026-02-24T15:24:36.070Z[ recovery-image] Feb 24 15:24:34.481 INFO O| Feb 24 15:24:34.481 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732026-02-24T15:24:36.075Z[ recovery-image] Feb 24 15:24:34.490 INFO O| Feb 24 15:24:34.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58742026-02-24T15:24:36.075Z[ recovery-image] Feb 24 15:24:34.490 INFO O| Feb 24 15:24:34.490 INFO STEP 347 (remove_files) COMPLETE
58752026-02-24T15:24:36.078Z[ recovery-image] Feb 24 15:24:34.490 INFO O| Feb 24 15:24:34.490 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762026-02-24T15:24:36.084Z[ recovery-image] Feb 24 15:24:34.499 INFO O| Feb 24 15:24:34.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58772026-02-24T15:24:36.089Z[ recovery-image] Feb 24 15:24:34.500 INFO O| Feb 24 15:24:34.500 INFO STEP 348 (remove_files) COMPLETE
58782026-02-24T15:24:36.089Z[ recovery-image] Feb 24 15:24:34.500 INFO O| Feb 24 15:24:34.500 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792026-02-24T15:24:36.093Z[ recovery-image] Feb 24 15:24:34.508 INFO O| Feb 24 15:24:34.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58802026-02-24T15:24:36.094Z[ recovery-image] Feb 24 15:24:34.508 INFO O| Feb 24 15:24:34.508 INFO STEP 349 (remove_files) COMPLETE
58812026-02-24T15:24:36.097Z[ recovery-image] Feb 24 15:24:34.508 INFO O| Feb 24 15:24:34.508 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822026-02-24T15:24:36.102Z[ recovery-image] Feb 24 15:24:34.517 INFO O| Feb 24 15:24:34.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58832026-02-24T15:24:36.102Z[ recovery-image] Feb 24 15:24:34.517 INFO O| Feb 24 15:24:34.517 INFO STEP 350 (remove_files) COMPLETE
58842026-02-24T15:24:36.106Z[ recovery-image] Feb 24 15:24:34.517 INFO O| Feb 24 15:24:34.517 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852026-02-24T15:24:36.112Z[ recovery-image] Feb 24 15:24:34.526 INFO O| Feb 24 15:24:34.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58862026-02-24T15:24:36.112Z[ recovery-image] Feb 24 15:24:34.527 INFO O| Feb 24 15:24:34.527 INFO STEP 351 (remove_files) COMPLETE
58872026-02-24T15:24:36.116Z[ recovery-image] Feb 24 15:24:34.527 INFO O| Feb 24 15:24:34.527 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882026-02-24T15:24:36.121Z[ recovery-image] Feb 24 15:24:34.534 INFO O| Feb 24 15:24:34.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58892026-02-24T15:24:36.121Z[ recovery-image] Feb 24 15:24:34.534 INFO O| Feb 24 15:24:34.534 INFO STEP 352 (remove_files) COMPLETE
58902026-02-24T15:24:36.121Z[ recovery-image] Feb 24 15:24:34.534 INFO O| Feb 24 15:24:34.534 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912026-02-24T15:24:36.128Z[ recovery-image] Feb 24 15:24:34.543 INFO O| Feb 24 15:24:34.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58922026-02-24T15:24:36.133Z[ recovery-image] Feb 24 15:24:34.543 INFO O| Feb 24 15:24:34.543 INFO STEP 353 (remove_files) COMPLETE
58932026-02-24T15:24:36.133Z[ recovery-image] Feb 24 15:24:34.543 INFO O| Feb 24 15:24:34.543 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942026-02-24T15:24:36.137Z[ recovery-image] Feb 24 15:24:34.551 INFO O| Feb 24 15:24:34.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58952026-02-24T15:24:36.140Z[ recovery-image] Feb 24 15:24:34.551 INFO O| Feb 24 15:24:34.551 INFO STEP 354 (remove_files) COMPLETE
58962026-02-24T15:24:36.140Z[ recovery-image] Feb 24 15:24:34.551 INFO O| Feb 24 15:24:34.551 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972026-02-24T15:24:36.146Z[ recovery-image] Feb 24 15:24:34.560 INFO O| Feb 24 15:24:34.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58982026-02-24T15:24:36.147Z[ recovery-image] Feb 24 15:24:34.560 INFO O| Feb 24 15:24:34.560 INFO STEP 355 (remove_files) COMPLETE
58992026-02-24T15:24:36.150Z[ recovery-image] Feb 24 15:24:34.560 INFO O| Feb 24 15:24:34.560 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002026-02-24T15:24:36.154Z[ recovery-image] Feb 24 15:24:34.568 INFO O| Feb 24 15:24:34.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59012026-02-24T15:24:36.154Z[ recovery-image] Feb 24 15:24:34.568 INFO O| Feb 24 15:24:34.568 INFO STEP 356 (remove_files) COMPLETE
59022026-02-24T15:24:36.154Z[ recovery-image] Feb 24 15:24:34.568 INFO O| Feb 24 15:24:34.568 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032026-02-24T15:24:36.162Z[ recovery-image] Feb 24 15:24:34.577 INFO O| Feb 24 15:24:34.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59042026-02-24T15:24:36.165Z[ recovery-image] Feb 24 15:24:34.577 INFO O| Feb 24 15:24:34.577 INFO STEP 357 (remove_files) COMPLETE
59052026-02-24T15:24:36.165Z[ recovery-image] Feb 24 15:24:34.577 INFO O| Feb 24 15:24:34.577 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062026-02-24T15:24:36.170Z[ recovery-image] Feb 24 15:24:34.585 INFO O| Feb 24 15:24:34.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59072026-02-24T15:24:36.170Z[ recovery-image] Feb 24 15:24:34.585 INFO O| Feb 24 15:24:34.585 INFO STEP 358 (remove_files) COMPLETE
59082026-02-24T15:24:36.170Z[ recovery-image] Feb 24 15:24:34.585 INFO O| Feb 24 15:24:34.585 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092026-02-24T15:24:36.180Z[ recovery-image] Feb 24 15:24:34.594 INFO O| Feb 24 15:24:34.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59102026-02-24T15:24:36.183Z[ recovery-image] Feb 24 15:24:34.594 INFO O| Feb 24 15:24:34.594 INFO STEP 359 (remove_files) COMPLETE
59112026-02-24T15:24:36.183Z[ recovery-image] Feb 24 15:24:34.594 INFO O| Feb 24 15:24:34.594 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122026-02-24T15:24:36.189Z[ recovery-image] Feb 24 15:24:34.602 INFO O| Feb 24 15:24:34.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59132026-02-24T15:24:36.189Z[ recovery-image] Feb 24 15:24:34.602 INFO O| Feb 24 15:24:34.602 INFO STEP 360 (remove_files) COMPLETE
59142026-02-24T15:24:36.189Z[ recovery-image] Feb 24 15:24:34.602 INFO O| Feb 24 15:24:34.602 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152026-02-24T15:24:36.195Z[ recovery-image] Feb 24 15:24:34.610 INFO O| Feb 24 15:24:34.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59162026-02-24T15:24:36.195Z[ recovery-image] Feb 24 15:24:34.610 INFO O| Feb 24 15:24:34.610 INFO STEP 361 (remove_files) COMPLETE
59172026-02-24T15:24:36.200Z[ recovery-image] Feb 24 15:24:34.610 INFO O| Feb 24 15:24:34.610 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182026-02-24T15:24:36.204Z[ recovery-image] Feb 24 15:24:34.618 INFO O| Feb 24 15:24:34.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59192026-02-24T15:24:36.204Z[ recovery-image] Feb 24 15:24:34.619 INFO O| Feb 24 15:24:34.619 INFO STEP 362 (remove_files) COMPLETE
59202026-02-24T15:24:36.204Z[ recovery-image] Feb 24 15:24:34.619 INFO O| Feb 24 15:24:34.619 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212026-02-24T15:24:36.213Z[ recovery-image] Feb 24 15:24:34.627 INFO O| Feb 24 15:24:34.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59222026-02-24T15:24:36.213Z[ recovery-image] Feb 24 15:24:34.627 INFO O| Feb 24 15:24:34.627 INFO STEP 363 (remove_files) COMPLETE
59232026-02-24T15:24:36.213Z[ recovery-image] Feb 24 15:24:34.627 INFO O| Feb 24 15:24:34.627 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242026-02-24T15:24:36.220Z[ recovery-image] Feb 24 15:24:34.635 INFO O| Feb 24 15:24:34.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59252026-02-24T15:24:36.220Z[ recovery-image] Feb 24 15:24:34.635 INFO O| Feb 24 15:24:34.635 INFO STEP 364 (remove_files) COMPLETE
59262026-02-24T15:24:36.224Z[ recovery-image] Feb 24 15:24:34.635 INFO O| Feb 24 15:24:34.635 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272026-02-24T15:24:36.228Z[ recovery-image] Feb 24 15:24:34.643 INFO O| Feb 24 15:24:34.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59282026-02-24T15:24:36.228Z[ recovery-image] Feb 24 15:24:34.643 INFO O| Feb 24 15:24:34.643 INFO STEP 365 (remove_files) COMPLETE
59292026-02-24T15:24:36.232Z[ recovery-image] Feb 24 15:24:34.643 INFO O| Feb 24 15:24:34.643 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302026-02-24T15:24:36.239Z[ recovery-image] Feb 24 15:24:34.653 INFO O| Feb 24 15:24:34.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59312026-02-24T15:24:36.239Z[ recovery-image] Feb 24 15:24:34.653 INFO O| Feb 24 15:24:34.653 INFO STEP 366 (remove_files) COMPLETE
59322026-02-24T15:24:36.243Z[ recovery-image] Feb 24 15:24:34.653 INFO O| Feb 24 15:24:34.653 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332026-02-24T15:24:36.247Z[ recovery-image] Feb 24 15:24:34.662 INFO O| Feb 24 15:24:34.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59342026-02-24T15:24:36.247Z[ recovery-image] Feb 24 15:24:34.662 INFO O| Feb 24 15:24:34.662 INFO STEP 367 (remove_files) COMPLETE
59352026-02-24T15:24:36.252Z[ recovery-image] Feb 24 15:24:34.662 INFO O| Feb 24 15:24:34.662 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362026-02-24T15:24:36.257Z[ recovery-image] Feb 24 15:24:34.672 INFO O| Feb 24 15:24:34.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59372026-02-24T15:24:36.257Z[ recovery-image] Feb 24 15:24:34.672 INFO O| Feb 24 15:24:34.672 INFO STEP 368 (remove_files) COMPLETE
59382026-02-24T15:24:36.257Z[ recovery-image] Feb 24 15:24:34.672 INFO O| Feb 24 15:24:34.672 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392026-02-24T15:24:36.267Z[ recovery-image] Feb 24 15:24:34.682 INFO O| Feb 24 15:24:34.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59402026-02-24T15:24:36.267Z[ recovery-image] Feb 24 15:24:34.682 INFO O| Feb 24 15:24:34.682 INFO STEP 369 (remove_files) COMPLETE
59412026-02-24T15:24:36.271Z[ recovery-image] Feb 24 15:24:34.682 INFO O| Feb 24 15:24:34.682 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422026-02-24T15:24:36.279Z[ recovery-image] Feb 24 15:24:34.693 INFO O| Feb 24 15:24:34.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59432026-02-24T15:24:36.280Z[ recovery-image] Feb 24 15:24:34.693 INFO O| Feb 24 15:24:34.693 INFO STEP 370 (remove_files) COMPLETE
59442026-02-24T15:24:36.283Z[ recovery-image] Feb 24 15:24:34.693 INFO O| Feb 24 15:24:34.693 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452026-02-24T15:24:36.288Z[ recovery-image] Feb 24 15:24:34.703 INFO O| Feb 24 15:24:34.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59462026-02-24T15:24:36.288Z[ recovery-image] Feb 24 15:24:34.703 INFO O| Feb 24 15:24:34.703 INFO STEP 371 (remove_files) COMPLETE
59472026-02-24T15:24:36.288Z[ recovery-image] Feb 24 15:24:34.703 INFO O| Feb 24 15:24:34.703 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482026-02-24T15:24:36.299Z[ recovery-image] Feb 24 15:24:34.713 INFO O| Feb 24 15:24:34.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59492026-02-24T15:24:36.305Z[ recovery-image] Feb 24 15:24:34.713 INFO O| Feb 24 15:24:34.713 INFO STEP 372 (remove_files) COMPLETE
59502026-02-24T15:24:36.305Z[ recovery-image] Feb 24 15:24:34.713 INFO O| Feb 24 15:24:34.713 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512026-02-24T15:24:36.308Z[ recovery-image] Feb 24 15:24:34.723 INFO O| Feb 24 15:24:34.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59522026-02-24T15:24:36.308Z[ recovery-image] Feb 24 15:24:34.723 INFO O| Feb 24 15:24:34.723 INFO STEP 373 (remove_files) COMPLETE
59532026-02-24T15:24:36.309Z[ recovery-image] Feb 24 15:24:34.723 INFO O| Feb 24 15:24:34.723 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542026-02-24T15:24:36.317Z[ recovery-image] Feb 24 15:24:34.732 INFO O| Feb 24 15:24:34.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59552026-02-24T15:24:36.320Z[ recovery-image] Feb 24 15:24:34.732 INFO O| Feb 24 15:24:34.732 INFO STEP 374 (remove_files) COMPLETE
59562026-02-24T15:24:36.320Z[ recovery-image] Feb 24 15:24:34.732 INFO O| Feb 24 15:24:34.732 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572026-02-24T15:24:36.326Z[ recovery-image] Feb 24 15:24:34.741 INFO O| Feb 24 15:24:34.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59582026-02-24T15:24:36.329Z[ recovery-image] Feb 24 15:24:34.741 INFO O| Feb 24 15:24:34.741 INFO STEP 375 (remove_files) COMPLETE
59592026-02-24T15:24:36.329Z[ recovery-image] Feb 24 15:24:34.741 INFO O| Feb 24 15:24:34.741 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602026-02-24T15:24:36.334Z[ recovery-image] Feb 24 15:24:34.749 INFO O| Feb 24 15:24:34.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59612026-02-24T15:24:36.334Z[ recovery-image] Feb 24 15:24:34.749 INFO O| Feb 24 15:24:34.749 INFO STEP 376 (remove_files) COMPLETE
59622026-02-24T15:24:36.337Z[ recovery-image] Feb 24 15:24:34.749 INFO O| Feb 24 15:24:34.749 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632026-02-24T15:24:36.343Z[ recovery-image] Feb 24 15:24:34.758 INFO O| Feb 24 15:24:34.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59642026-02-24T15:24:36.343Z[ recovery-image] Feb 24 15:24:34.758 INFO O| Feb 24 15:24:34.758 INFO STEP 377 (remove_files) COMPLETE
59652026-02-24T15:24:36.343Z[ recovery-image] Feb 24 15:24:34.758 INFO O| Feb 24 15:24:34.758 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662026-02-24T15:24:36.354Z[ recovery-image] Feb 24 15:24:34.767 INFO O| Feb 24 15:24:34.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59672026-02-24T15:24:36.354Z[ recovery-image] Feb 24 15:24:34.768 INFO O| Feb 24 15:24:34.767 INFO STEP 378 (remove_files) COMPLETE
59682026-02-24T15:24:36.357Z[ recovery-image] Feb 24 15:24:34.768 INFO O| Feb 24 15:24:34.768 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692026-02-24T15:24:36.363Z[ recovery-image] Feb 24 15:24:34.777 INFO O| Feb 24 15:24:34.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59702026-02-24T15:24:36.363Z[ recovery-image] Feb 24 15:24:34.777 INFO O| Feb 24 15:24:34.777 INFO STEP 379 (remove_files) COMPLETE
59712026-02-24T15:24:36.366Z[ recovery-image] Feb 24 15:24:34.777 INFO O| Feb 24 15:24:34.777 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722026-02-24T15:24:36.373Z[ recovery-image] Feb 24 15:24:34.788 INFO O| Feb 24 15:24:34.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59732026-02-24T15:24:36.374Z[ recovery-image] Feb 24 15:24:34.788 INFO O| Feb 24 15:24:34.788 INFO STEP 380 (remove_files) COMPLETE
59742026-02-24T15:24:36.377Z[ recovery-image] Feb 24 15:24:34.788 INFO O| Feb 24 15:24:34.788 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752026-02-24T15:24:36.383Z[ recovery-image] Feb 24 15:24:34.798 INFO O| Feb 24 15:24:34.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59762026-02-24T15:24:36.386Z[ recovery-image] Feb 24 15:24:34.799 INFO O| Feb 24 15:24:34.799 INFO STEP 381 (remove_files) COMPLETE
59772026-02-24T15:24:36.386Z[ recovery-image] Feb 24 15:24:34.799 INFO O| Feb 24 15:24:34.799 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782026-02-24T15:24:36.393Z[ recovery-image] Feb 24 15:24:34.808 INFO O| Feb 24 15:24:34.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59792026-02-24T15:24:36.393Z[ recovery-image] Feb 24 15:24:34.808 INFO O| Feb 24 15:24:34.808 INFO STEP 382 (remove_files) COMPLETE
59802026-02-24T15:24:36.397Z[ recovery-image] Feb 24 15:24:34.808 INFO O| Feb 24 15:24:34.808 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812026-02-24T15:24:36.402Z[ recovery-image] Feb 24 15:24:34.817 INFO O| Feb 24 15:24:34.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59822026-02-24T15:24:36.402Z[ recovery-image] Feb 24 15:24:34.817 INFO O| Feb 24 15:24:34.817 INFO STEP 383 (remove_files) COMPLETE
59832026-02-24T15:24:36.405Z[ recovery-image] Feb 24 15:24:34.817 INFO O| Feb 24 15:24:34.817 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842026-02-24T15:24:36.411Z[ recovery-image] Feb 24 15:24:34.826 INFO O| Feb 24 15:24:34.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59852026-02-24T15:24:36.414Z[ recovery-image] Feb 24 15:24:34.826 INFO O| Feb 24 15:24:34.826 INFO STEP 384 (remove_files) COMPLETE
59862026-02-24T15:24:36.414Z[ recovery-image] Feb 24 15:24:34.826 INFO O| Feb 24 15:24:34.826 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872026-02-24T15:24:36.420Z[ recovery-image] Feb 24 15:24:34.835 INFO O| Feb 24 15:24:34.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59882026-02-24T15:24:36.420Z[ recovery-image] Feb 24 15:24:34.835 INFO O| Feb 24 15:24:34.835 INFO STEP 385 (remove_files) COMPLETE
59892026-02-24T15:24:36.423Z[ recovery-image] Feb 24 15:24:34.835 INFO O| Feb 24 15:24:34.835 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902026-02-24T15:24:36.429Z[ recovery-image] Feb 24 15:24:34.844 INFO O| Feb 24 15:24:34.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59912026-02-24T15:24:36.435Z[ recovery-image] Feb 24 15:24:34.844 INFO O| Feb 24 15:24:34.844 INFO STEP 386 (remove_files) COMPLETE
59922026-02-24T15:24:36.435Z[ recovery-image] Feb 24 15:24:34.844 INFO O| Feb 24 15:24:34.844 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932026-02-24T15:24:36.442Z[ recovery-image] Feb 24 15:24:34.853 INFO O| Feb 24 15:24:34.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59942026-02-24T15:24:36.442Z[ recovery-image] Feb 24 15:24:34.853 INFO O| Feb 24 15:24:34.853 INFO STEP 387 (remove_files) COMPLETE
59952026-02-24T15:24:36.442Z[ recovery-image] Feb 24 15:24:34.853 INFO O| Feb 24 15:24:34.853 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962026-02-24T15:24:36.447Z[ recovery-image] Feb 24 15:24:34.862 INFO O| Feb 24 15:24:34.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59972026-02-24T15:24:36.447Z[ recovery-image] Feb 24 15:24:34.862 INFO O| Feb 24 15:24:34.862 INFO STEP 388 (remove_files) COMPLETE
59982026-02-24T15:24:36.447Z[ recovery-image] Feb 24 15:24:34.862 INFO O| Feb 24 15:24:34.862 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992026-02-24T15:24:36.456Z[ recovery-image] Feb 24 15:24:34.870 INFO O| Feb 24 15:24:34.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60002026-02-24T15:24:36.456Z[ recovery-image] Feb 24 15:24:34.870 INFO O| Feb 24 15:24:34.870 INFO STEP 389 (remove_files) COMPLETE
60012026-02-24T15:24:36.459Z[ recovery-image] Feb 24 15:24:34.870 INFO O| Feb 24 15:24:34.870 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022026-02-24T15:24:36.465Z[ recovery-image] Feb 24 15:24:34.878 INFO O| Feb 24 15:24:34.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60032026-02-24T15:24:36.468Z[ recovery-image] Feb 24 15:24:34.878 INFO O| Feb 24 15:24:34.878 INFO STEP 390 (remove_files) COMPLETE
60042026-02-24T15:24:36.468Z[ recovery-image] Feb 24 15:24:34.878 INFO O| Feb 24 15:24:34.878 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052026-02-24T15:24:36.473Z[ recovery-image] Feb 24 15:24:34.887 INFO O| Feb 24 15:24:34.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60062026-02-24T15:24:36.473Z[ recovery-image] Feb 24 15:24:34.887 INFO O| Feb 24 15:24:34.887 INFO STEP 391 (remove_files) COMPLETE
60072026-02-24T15:24:36.473Z[ recovery-image] Feb 24 15:24:34.887 INFO O| Feb 24 15:24:34.887 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082026-02-24T15:24:36.481Z[ recovery-image] Feb 24 15:24:34.895 INFO O| Feb 24 15:24:34.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60092026-02-24T15:24:36.485Z[ recovery-image] Feb 24 15:24:34.895 INFO O| Feb 24 15:24:34.895 INFO STEP 392 (remove_files) COMPLETE
60102026-02-24T15:24:36.485Z[ recovery-image] Feb 24 15:24:34.895 INFO O| Feb 24 15:24:34.895 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112026-02-24T15:24:36.489Z[ recovery-image] Feb 24 15:24:34.904 INFO O| Feb 24 15:24:34.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60122026-02-24T15:24:36.489Z[ recovery-image] Feb 24 15:24:34.904 INFO O| Feb 24 15:24:34.904 INFO STEP 393 (remove_files) COMPLETE
60132026-02-24T15:24:36.489Z[ recovery-image] Feb 24 15:24:34.904 INFO O| Feb 24 15:24:34.904 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142026-02-24T15:24:36.498Z[ recovery-image] Feb 24 15:24:34.913 INFO O| Feb 24 15:24:34.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60152026-02-24T15:24:36.503Z[ recovery-image] Feb 24 15:24:34.913 INFO O| Feb 24 15:24:34.913 INFO STEP 394 (remove_files) COMPLETE
60162026-02-24T15:24:36.503Z[ recovery-image] Feb 24 15:24:34.913 INFO O| Feb 24 15:24:34.913 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172026-02-24T15:24:36.508Z[ recovery-image] Feb 24 15:24:34.921 INFO O| Feb 24 15:24:34.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60182026-02-24T15:24:36.508Z[ recovery-image] Feb 24 15:24:34.921 INFO O| Feb 24 15:24:34.921 INFO STEP 395 (remove_files) COMPLETE
60192026-02-24T15:24:36.508Z[ recovery-image] Feb 24 15:24:34.921 INFO O| Feb 24 15:24:34.921 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202026-02-24T15:24:36.519Z[ recovery-image] Feb 24 15:24:34.931 INFO O| Feb 24 15:24:34.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60212026-02-24T15:24:36.519Z[ recovery-image] Feb 24 15:24:34.931 INFO O| Feb 24 15:24:34.931 INFO STEP 396 (remove_files) COMPLETE
60222026-02-24T15:24:36.527Z[ recovery-image] Feb 24 15:24:34.931 INFO O| Feb 24 15:24:34.931 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232026-02-24T15:24:36.531Z[ recovery-image] Feb 24 15:24:34.940 INFO O| Feb 24 15:24:34.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60242026-02-24T15:24:36.532Z[ recovery-image] Feb 24 15:24:34.940 INFO O| Feb 24 15:24:34.940 INFO STEP 397 (remove_files) COMPLETE
60252026-02-24T15:24:36.532Z[ recovery-image] Feb 24 15:24:34.940 INFO O| Feb 24 15:24:34.940 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262026-02-24T15:24:36.535Z[ recovery-image] Feb 24 15:24:34.949 INFO O| Feb 24 15:24:34.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60272026-02-24T15:24:36.535Z[ recovery-image] Feb 24 15:24:34.949 INFO O| Feb 24 15:24:34.949 INFO STEP 398 (remove_files) COMPLETE
60282026-02-24T15:24:36.535Z[ recovery-image] Feb 24 15:24:34.949 INFO O| Feb 24 15:24:34.949 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292026-02-24T15:24:36.544Z[ recovery-image] Feb 24 15:24:34.959 INFO O| Feb 24 15:24:34.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60302026-02-24T15:24:36.551Z[ recovery-image] Feb 24 15:24:34.959 INFO O| Feb 24 15:24:34.959 INFO STEP 399 (remove_files) COMPLETE
60312026-02-24T15:24:36.551Z[ recovery-image] Feb 24 15:24:34.959 INFO O| Feb 24 15:24:34.959 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322026-02-24T15:24:36.556Z[ recovery-image] Feb 24 15:24:34.968 INFO O| Feb 24 15:24:34.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60332026-02-24T15:24:36.556Z[ recovery-image] Feb 24 15:24:34.968 INFO O| Feb 24 15:24:34.968 INFO STEP 400 (remove_files) COMPLETE
60342026-02-24T15:24:36.556Z[ recovery-image] Feb 24 15:24:34.968 INFO O| Feb 24 15:24:34.968 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352026-02-24T15:24:36.562Z[ recovery-image] Feb 24 15:24:34.977 INFO O| Feb 24 15:24:34.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60362026-02-24T15:24:36.563Z[ recovery-image] Feb 24 15:24:34.977 INFO O| Feb 24 15:24:34.977 INFO STEP 401 (remove_files) COMPLETE
60372026-02-24T15:24:36.566Z[ recovery-image] Feb 24 15:24:34.977 INFO O| Feb 24 15:24:34.977 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382026-02-24T15:24:36.572Z[ recovery-image] Feb 24 15:24:34.987 INFO O| Feb 24 15:24:34.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60392026-02-24T15:24:36.572Z[ recovery-image] Feb 24 15:24:34.987 INFO O| Feb 24 15:24:34.987 INFO STEP 402 (remove_files) COMPLETE
60402026-02-24T15:24:36.575Z[ recovery-image] Feb 24 15:24:34.987 INFO O| Feb 24 15:24:34.987 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412026-02-24T15:24:36.583Z[ recovery-image] Feb 24 15:24:34.997 INFO O| Feb 24 15:24:34.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60422026-02-24T15:24:36.583Z[ recovery-image] Feb 24 15:24:34.997 INFO O| Feb 24 15:24:34.997 INFO STEP 403 (remove_files) COMPLETE
60432026-02-24T15:24:36.586Z[ recovery-image] Feb 24 15:24:34.997 INFO O| Feb 24 15:24:34.997 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442026-02-24T15:24:36.591Z[ recovery-image] Feb 24 15:24:35.006 INFO O| Feb 24 15:24:35.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60452026-02-24T15:24:36.597Z[ recovery-image] Feb 24 15:24:35.006 INFO O| Feb 24 15:24:35.006 INFO STEP 404 (remove_files) COMPLETE
60462026-02-24T15:24:36.597Z[ recovery-image] Feb 24 15:24:35.006 INFO O| Feb 24 15:24:35.006 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472026-02-24T15:24:36.601Z[ recovery-image] Feb 24 15:24:35.015 INFO O| Feb 24 15:24:35.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60482026-02-24T15:24:36.604Z[ recovery-image] Feb 24 15:24:35.015 INFO O| Feb 24 15:24:35.015 INFO STEP 405 (remove_files) COMPLETE
60492026-02-24T15:24:36.604Z[ recovery-image] Feb 24 15:24:35.015 INFO O| Feb 24 15:24:35.015 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502026-02-24T15:24:36.610Z[ recovery-image] Feb 24 15:24:35.024 INFO O| Feb 24 15:24:35.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60512026-02-24T15:24:36.610Z[ recovery-image] Feb 24 15:24:35.024 INFO O| Feb 24 15:24:35.024 INFO STEP 406 (remove_files) COMPLETE
60522026-02-24T15:24:36.614Z[ recovery-image] Feb 24 15:24:35.024 INFO O| Feb 24 15:24:35.024 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532026-02-24T15:24:36.618Z[ recovery-image] Feb 24 15:24:35.033 INFO O| Feb 24 15:24:35.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60542026-02-24T15:24:36.621Z[ recovery-image] Feb 24 15:24:35.033 INFO O| Feb 24 15:24:35.033 INFO STEP 407 (remove_files) COMPLETE
60552026-02-24T15:24:36.621Z[ recovery-image] Feb 24 15:24:35.033 INFO O| Feb 24 15:24:35.033 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562026-02-24T15:24:36.627Z[ recovery-image] Feb 24 15:24:35.041 INFO O| Feb 24 15:24:35.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60572026-02-24T15:24:36.627Z[ recovery-image] Feb 24 15:24:35.041 INFO O| Feb 24 15:24:35.041 INFO STEP 408 (remove_files) COMPLETE
60582026-02-24T15:24:36.630Z[ recovery-image] Feb 24 15:24:35.041 INFO O| Feb 24 15:24:35.041 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592026-02-24T15:24:36.634Z[ recovery-image] Feb 24 15:24:35.049 INFO O| Feb 24 15:24:35.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60602026-02-24T15:24:36.636Z[ recovery-image] Feb 24 15:24:35.049 INFO O| Feb 24 15:24:35.049 INFO STEP 409 (remove_files) COMPLETE
60612026-02-24T15:24:36.636Z[ recovery-image] Feb 24 15:24:35.049 INFO O| Feb 24 15:24:35.049 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622026-02-24T15:24:36.641Z[ recovery-image] Feb 24 15:24:35.056 INFO O| Feb 24 15:24:35.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60632026-02-24T15:24:36.641Z[ recovery-image] Feb 24 15:24:35.056 INFO O| Feb 24 15:24:35.056 INFO STEP 410 (remove_files) COMPLETE
60642026-02-24T15:24:36.641Z[ recovery-image] Feb 24 15:24:35.056 INFO O| Feb 24 15:24:35.056 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652026-02-24T15:24:36.649Z[ recovery-image] Feb 24 15:24:35.063 INFO O| Feb 24 15:24:35.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60662026-02-24T15:24:36.652Z[ recovery-image] Feb 24 15:24:35.063 INFO O| Feb 24 15:24:35.063 INFO STEP 411 (remove_files) COMPLETE
60672026-02-24T15:24:36.652Z[ recovery-image] Feb 24 15:24:35.063 INFO O| Feb 24 15:24:35.063 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682026-02-24T15:24:36.658Z[ recovery-image] Feb 24 15:24:35.072 INFO O| Feb 24 15:24:35.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60692026-02-24T15:24:36.661Z[ recovery-image] Feb 24 15:24:35.072 INFO O| Feb 24 15:24:35.072 INFO STEP 412 (remove_files) COMPLETE
60702026-02-24T15:24:36.661Z[ recovery-image] Feb 24 15:24:35.072 INFO O| Feb 24 15:24:35.072 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712026-02-24T15:24:36.668Z[ recovery-image] Feb 24 15:24:35.082 INFO O| Feb 24 15:24:35.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60722026-02-24T15:24:36.671Z[ recovery-image] Feb 24 15:24:35.082 INFO O| Feb 24 15:24:35.082 INFO STEP 413 (remove_files) COMPLETE
60732026-02-24T15:24:36.671Z[ recovery-image] Feb 24 15:24:35.082 INFO O| Feb 24 15:24:35.082 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742026-02-24T15:24:36.677Z[ recovery-image] Feb 24 15:24:35.092 INFO O| Feb 24 15:24:35.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60752026-02-24T15:24:36.677Z[ recovery-image] Feb 24 15:24:35.092 INFO O| Feb 24 15:24:35.092 INFO STEP 414 (remove_files) COMPLETE
60762026-02-24T15:24:36.677Z[ recovery-image] Feb 24 15:24:35.092 INFO O| Feb 24 15:24:35.092 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772026-02-24T15:24:36.685Z[ recovery-image] Feb 24 15:24:35.100 INFO O| Feb 24 15:24:35.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60782026-02-24T15:24:36.685Z[ recovery-image] Feb 24 15:24:35.100 INFO O| Feb 24 15:24:35.100 INFO STEP 415 (remove_files) COMPLETE
60792026-02-24T15:24:36.689Z[ recovery-image] Feb 24 15:24:35.100 INFO O| Feb 24 15:24:35.100 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802026-02-24T15:24:36.693Z[ recovery-image] Feb 24 15:24:35.108 INFO O| Feb 24 15:24:35.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60812026-02-24T15:24:36.698Z[ recovery-image] Feb 24 15:24:35.108 INFO O| Feb 24 15:24:35.108 INFO STEP 416 (remove_files) COMPLETE
60822026-02-24T15:24:36.698Z[ recovery-image] Feb 24 15:24:35.108 INFO O| Feb 24 15:24:35.108 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832026-02-24T15:24:36.701Z[ recovery-image] Feb 24 15:24:35.116 INFO O| Feb 24 15:24:35.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60842026-02-24T15:24:36.704Z[ recovery-image] Feb 24 15:24:35.116 INFO O| Feb 24 15:24:35.116 INFO STEP 417 (remove_files) COMPLETE
60852026-02-24T15:24:36.704Z[ recovery-image] Feb 24 15:24:35.116 INFO O| Feb 24 15:24:35.116 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862026-02-24T15:24:36.711Z[ recovery-image] Feb 24 15:24:35.126 INFO O| Feb 24 15:24:35.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60872026-02-24T15:24:36.711Z[ recovery-image] Feb 24 15:24:35.126 INFO O| Feb 24 15:24:35.126 INFO STEP 418 (remove_files) COMPLETE
60882026-02-24T15:24:36.714Z[ recovery-image] Feb 24 15:24:35.126 INFO O| Feb 24 15:24:35.126 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892026-02-24T15:24:36.719Z[ recovery-image] Feb 24 15:24:35.134 INFO O| Feb 24 15:24:35.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60902026-02-24T15:24:36.719Z[ recovery-image] Feb 24 15:24:35.134 INFO O| Feb 24 15:24:35.134 INFO STEP 419 (remove_files) COMPLETE
60912026-02-24T15:24:36.723Z[ recovery-image] Feb 24 15:24:35.134 INFO O| Feb 24 15:24:35.134 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922026-02-24T15:24:36.726Z[ recovery-image] Feb 24 15:24:35.141 INFO O| Feb 24 15:24:35.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60932026-02-24T15:24:36.729Z[ recovery-image] Feb 24 15:24:35.141 INFO O| Feb 24 15:24:35.141 INFO STEP 420 (remove_files) COMPLETE
60942026-02-24T15:24:36.729Z[ recovery-image] Feb 24 15:24:35.141 INFO O| Feb 24 15:24:35.141 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952026-02-24T15:24:36.735Z[ recovery-image] Feb 24 15:24:35.150 INFO O| Feb 24 15:24:35.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60962026-02-24T15:24:36.735Z[ recovery-image] Feb 24 15:24:35.150 INFO O| Feb 24 15:24:35.150 INFO STEP 421 (remove_files) COMPLETE
60972026-02-24T15:24:36.738Z[ recovery-image] Feb 24 15:24:35.150 INFO O| Feb 24 15:24:35.150 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982026-02-24T15:24:36.743Z[ recovery-image] Feb 24 15:24:35.157 INFO O| Feb 24 15:24:35.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60992026-02-24T15:24:36.744Z[ recovery-image] Feb 24 15:24:35.157 INFO O| Feb 24 15:24:35.157 INFO STEP 422 (remove_files) COMPLETE
61002026-02-24T15:24:36.744Z[ recovery-image] Feb 24 15:24:35.157 INFO O| Feb 24 15:24:35.157 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012026-02-24T15:24:36.751Z[ recovery-image] Feb 24 15:24:35.165 INFO O| Feb 24 15:24:35.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61022026-02-24T15:24:36.755Z[ recovery-image] Feb 24 15:24:35.165 INFO O| Feb 24 15:24:35.165 INFO STEP 423 (remove_files) COMPLETE
61032026-02-24T15:24:36.755Z[ recovery-image] Feb 24 15:24:35.165 INFO O| Feb 24 15:24:35.165 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042026-02-24T15:24:36.760Z[ recovery-image] Feb 24 15:24:35.174 INFO O| Feb 24 15:24:35.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61052026-02-24T15:24:36.760Z[ recovery-image] Feb 24 15:24:35.174 INFO O| Feb 24 15:24:35.174 INFO STEP 424 (remove_files) COMPLETE
61062026-02-24T15:24:36.820Z[ recovery-image] Feb 24 15:24:35.174 INFO O| Feb 24 15:24:35.174 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072026-02-24T15:24:36.826Z[ recovery-image] Feb 24 15:24:35.183 INFO O| Feb 24 15:24:35.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61082026-02-24T15:24:36.826Z[ recovery-image] Feb 24 15:24:35.183 INFO O| Feb 24 15:24:35.183 INFO STEP 425 (remove_files) COMPLETE
61092026-02-24T15:24:36.827Z[ recovery-image] Feb 24 15:24:35.183 INFO O| Feb 24 15:24:35.183 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102026-02-24T15:24:36.827Z[ recovery-image] Feb 24 15:24:35.190 INFO O| Feb 24 15:24:35.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61112026-02-24T15:24:36.827Z[ recovery-image] Feb 24 15:24:35.190 INFO O| Feb 24 15:24:35.190 INFO STEP 426 (remove_files) COMPLETE
61122026-02-24T15:24:36.827Z[ recovery-image] Feb 24 15:24:35.190 INFO O| Feb 24 15:24:35.190 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132026-02-24T15:24:36.827Z[ recovery-image] Feb 24 15:24:35.197 INFO O| Feb 24 15:24:35.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61142026-02-24T15:24:36.827Z[ recovery-image] Feb 24 15:24:35.198 INFO O| Feb 24 15:24:35.198 INFO STEP 427 (remove_files) COMPLETE
61152026-02-24T15:24:36.827Z[ recovery-image] Feb 24 15:24:35.198 INFO O| Feb 24 15:24:35.198 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162026-02-24T15:24:36.827Z[ recovery-image] Feb 24 15:24:35.205 INFO O| Feb 24 15:24:35.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61172026-02-24T15:24:36.827Z[ recovery-image] Feb 24 15:24:35.205 INFO O| Feb 24 15:24:35.205 INFO STEP 428 (remove_files) COMPLETE
61182026-02-24T15:24:36.828Z[ recovery-image] Feb 24 15:24:35.205 INFO O| Feb 24 15:24:35.205 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192026-02-24T15:24:36.828Z[ recovery-image] Feb 24 15:24:35.213 INFO O| Feb 24 15:24:35.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61202026-02-24T15:24:36.828Z[ recovery-image] Feb 24 15:24:35.213 INFO O| Feb 24 15:24:35.213 INFO STEP 429 (remove_files) COMPLETE
61212026-02-24T15:24:36.828Z[ recovery-image] Feb 24 15:24:35.213 INFO O| Feb 24 15:24:35.213 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222026-02-24T15:24:36.828Z[ recovery-image] Feb 24 15:24:35.220 INFO O| Feb 24 15:24:35.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61232026-02-24T15:24:36.828Z[ recovery-image] Feb 24 15:24:35.220 INFO O| Feb 24 15:24:35.220 INFO STEP 430 (remove_files) COMPLETE
61242026-02-24T15:24:36.828Z[ recovery-image] Feb 24 15:24:35.220 INFO O| Feb 24 15:24:35.220 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252026-02-24T15:24:36.828Z[ recovery-image] Feb 24 15:24:35.228 INFO O| Feb 24 15:24:35.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61262026-02-24T15:24:36.828Z[ recovery-image] Feb 24 15:24:35.228 INFO O| Feb 24 15:24:35.228 INFO STEP 431 (remove_files) COMPLETE
61272026-02-24T15:24:36.828Z[ recovery-image] Feb 24 15:24:35.228 INFO O| Feb 24 15:24:35.228 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282026-02-24T15:24:36.828Z[ recovery-image] Feb 24 15:24:35.236 INFO O| Feb 24 15:24:35.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61292026-02-24T15:24:36.829Z[ recovery-image] Feb 24 15:24:35.236 INFO O| Feb 24 15:24:35.236 INFO STEP 432 (remove_files) COMPLETE
61302026-02-24T15:24:36.829Z[ recovery-image] Feb 24 15:24:35.236 INFO O| Feb 24 15:24:35.236 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312026-02-24T15:24:36.832Z[ recovery-image] Feb 24 15:24:35.244 INFO O| Feb 24 15:24:35.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61322026-02-24T15:24:36.832Z[ recovery-image] Feb 24 15:24:35.244 INFO O| Feb 24 15:24:35.244 INFO STEP 433 (remove_files) COMPLETE
61332026-02-24T15:24:36.832Z[ recovery-image] Feb 24 15:24:35.244 INFO O| Feb 24 15:24:35.244 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342026-02-24T15:24:36.837Z[ recovery-image] Feb 24 15:24:35.252 INFO O| Feb 24 15:24:35.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61352026-02-24T15:24:36.840Z[ recovery-image] Feb 24 15:24:35.252 INFO O| Feb 24 15:24:35.252 INFO STEP 434 (remove_files) COMPLETE
61362026-02-24T15:24:36.841Z[ recovery-image] Feb 24 15:24:35.252 INFO O| Feb 24 15:24:35.252 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372026-02-24T15:24:36.845Z[ recovery-image] Feb 24 15:24:35.260 INFO O| Feb 24 15:24:35.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61382026-02-24T15:24:36.845Z[ recovery-image] Feb 24 15:24:35.260 INFO O| Feb 24 15:24:35.260 INFO STEP 435 (remove_files) COMPLETE
61392026-02-24T15:24:36.845Z[ recovery-image] Feb 24 15:24:35.260 INFO O| Feb 24 15:24:35.260 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402026-02-24T15:24:36.853Z[ recovery-image] Feb 24 15:24:35.268 INFO O| Feb 24 15:24:35.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61412026-02-24T15:24:36.853Z[ recovery-image] Feb 24 15:24:35.268 INFO O| Feb 24 15:24:35.268 INFO STEP 436 (remove_files) COMPLETE
61422026-02-24T15:24:36.853Z[ recovery-image] Feb 24 15:24:35.268 INFO O| Feb 24 15:24:35.268 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432026-02-24T15:24:36.861Z[ recovery-image] Feb 24 15:24:35.276 INFO O| Feb 24 15:24:35.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61442026-02-24T15:24:36.861Z[ recovery-image] Feb 24 15:24:35.276 INFO O| Feb 24 15:24:35.276 INFO STEP 437 (remove_files) COMPLETE
61452026-02-24T15:24:36.864Z[ recovery-image] Feb 24 15:24:35.276 INFO O| Feb 24 15:24:35.276 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462026-02-24T15:24:36.868Z[ recovery-image] Feb 24 15:24:35.283 INFO O| Feb 24 15:24:35.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61472026-02-24T15:24:36.868Z[ recovery-image] Feb 24 15:24:35.283 INFO O| Feb 24 15:24:35.283 INFO STEP 438 (remove_files) COMPLETE
61482026-02-24T15:24:36.872Z[ recovery-image] Feb 24 15:24:35.283 INFO O| Feb 24 15:24:35.283 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492026-02-24T15:24:36.877Z[ recovery-image] Feb 24 15:24:35.291 INFO O| Feb 24 15:24:35.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61502026-02-24T15:24:36.878Z[ recovery-image] Feb 24 15:24:35.291 INFO O| Feb 24 15:24:35.291 INFO STEP 439 (remove_files) COMPLETE
61512026-02-24T15:24:36.881Z[ recovery-image] Feb 24 15:24:35.291 INFO O| Feb 24 15:24:35.291 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522026-02-24T15:24:36.885Z[ recovery-image] Feb 24 15:24:35.299 INFO O| Feb 24 15:24:35.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61532026-02-24T15:24:36.888Z[ recovery-image] Feb 24 15:24:35.300 INFO O| Feb 24 15:24:35.300 INFO STEP 440 (remove_files) COMPLETE
61542026-02-24T15:24:36.888Z[ recovery-image] Feb 24 15:24:35.300 INFO O| Feb 24 15:24:35.300 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552026-02-24T15:24:36.893Z[ recovery-image] Feb 24 15:24:35.307 INFO O| Feb 24 15:24:35.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61562026-02-24T15:24:36.893Z[ recovery-image] Feb 24 15:24:35.307 INFO O| Feb 24 15:24:35.307 INFO STEP 441 (remove_files) COMPLETE
61572026-02-24T15:24:36.893Z[ recovery-image] Feb 24 15:24:35.307 INFO O| Feb 24 15:24:35.307 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582026-02-24T15:24:36.900Z[ recovery-image] Feb 24 15:24:35.315 INFO O| Feb 24 15:24:35.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61592026-02-24T15:24:36.900Z[ recovery-image] Feb 24 15:24:35.315 INFO O| Feb 24 15:24:35.315 INFO STEP 442 (remove_files) COMPLETE
61602026-02-24T15:24:36.904Z[ recovery-image] Feb 24 15:24:35.315 INFO O| Feb 24 15:24:35.315 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612026-02-24T15:24:36.909Z[ recovery-image] Feb 24 15:24:35.324 INFO O| Feb 24 15:24:35.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61622026-02-24T15:24:36.912Z[ recovery-image] Feb 24 15:24:35.324 INFO O| Feb 24 15:24:35.324 INFO STEP 443 (remove_files) COMPLETE
61632026-02-24T15:24:36.912Z[ recovery-image] Feb 24 15:24:35.324 INFO O| Feb 24 15:24:35.324 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642026-02-24T15:24:36.917Z[ recovery-image] Feb 24 15:24:35.332 INFO O| Feb 24 15:24:35.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61652026-02-24T15:24:36.917Z[ recovery-image] Feb 24 15:24:35.332 INFO O| Feb 24 15:24:35.332 INFO STEP 444 (remove_files) COMPLETE
61662026-02-24T15:24:36.917Z[ recovery-image] Feb 24 15:24:35.332 INFO O| Feb 24 15:24:35.332 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672026-02-24T15:24:36.925Z[ recovery-image] Feb 24 15:24:35.340 INFO O| Feb 24 15:24:35.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61682026-02-24T15:24:36.925Z[ recovery-image] Feb 24 15:24:35.340 INFO O| Feb 24 15:24:35.340 INFO STEP 445 (remove_files) COMPLETE
61692026-02-24T15:24:36.925Z[ recovery-image] Feb 24 15:24:35.340 INFO O| Feb 24 15:24:35.340 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702026-02-24T15:24:36.934Z[ recovery-image] Feb 24 15:24:35.348 INFO O| Feb 24 15:24:35.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61712026-02-24T15:24:36.934Z[ recovery-image] Feb 24 15:24:35.348 INFO O| Feb 24 15:24:35.348 INFO STEP 446 (remove_files) COMPLETE
61722026-02-24T15:24:36.937Z[ recovery-image] Feb 24 15:24:35.348 INFO O| Feb 24 15:24:35.348 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732026-02-24T15:24:36.943Z[ recovery-image] Feb 24 15:24:35.356 INFO O| Feb 24 15:24:35.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61742026-02-24T15:24:36.943Z[ recovery-image] Feb 24 15:24:35.356 INFO O| Feb 24 15:24:35.356 INFO STEP 447 (remove_files) COMPLETE
61752026-02-24T15:24:36.943Z[ recovery-image] Feb 24 15:24:35.356 INFO O| Feb 24 15:24:35.356 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762026-02-24T15:24:36.949Z[ recovery-image] Feb 24 15:24:35.364 INFO O| Feb 24 15:24:35.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61772026-02-24T15:24:36.950Z[ recovery-image] Feb 24 15:24:35.364 INFO O| Feb 24 15:24:35.364 INFO STEP 448 (remove_files) COMPLETE
61782026-02-24T15:24:36.950Z[ recovery-image] Feb 24 15:24:35.364 INFO O| Feb 24 15:24:35.364 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792026-02-24T15:24:36.957Z[ recovery-image] Feb 24 15:24:35.372 INFO O| Feb 24 15:24:35.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61802026-02-24T15:24:36.957Z[ recovery-image] Feb 24 15:24:35.372 INFO O| Feb 24 15:24:35.372 INFO STEP 449 (remove_files) COMPLETE
61812026-02-24T15:24:36.957Z[ recovery-image] Feb 24 15:24:35.372 INFO O| Feb 24 15:24:35.372 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822026-02-24T15:24:36.965Z[ recovery-image] Feb 24 15:24:35.379 INFO O| Feb 24 15:24:35.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61832026-02-24T15:24:36.965Z[ recovery-image] Feb 24 15:24:35.379 INFO O| Feb 24 15:24:35.379 INFO STEP 450 (remove_files) COMPLETE
61842026-02-24T15:24:36.968Z[ recovery-image] Feb 24 15:24:35.379 INFO O| Feb 24 15:24:35.379 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852026-02-24T15:24:36.971Z[ recovery-image] Feb 24 15:24:35.386 INFO O| Feb 24 15:24:35.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61862026-02-24T15:24:36.975Z[ recovery-image] Feb 24 15:24:35.386 INFO O| Feb 24 15:24:35.386 INFO STEP 451 (remove_files) COMPLETE
61872026-02-24T15:24:36.975Z[ recovery-image] Feb 24 15:24:35.386 INFO O| Feb 24 15:24:35.386 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882026-02-24T15:24:36.980Z[ recovery-image] Feb 24 15:24:35.395 INFO O| Feb 24 15:24:35.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61892026-02-24T15:24:36.983Z[ recovery-image] Feb 24 15:24:35.395 INFO O| Feb 24 15:24:35.395 INFO STEP 452 (remove_files) COMPLETE
61902026-02-24T15:24:36.983Z[ recovery-image] Feb 24 15:24:35.395 INFO O| Feb 24 15:24:35.395 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912026-02-24T15:24:36.988Z[ recovery-image] Feb 24 15:24:35.403 INFO O| Feb 24 15:24:35.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61922026-02-24T15:24:36.988Z[ recovery-image] Feb 24 15:24:35.403 INFO O| Feb 24 15:24:35.403 INFO STEP 453 (remove_files) COMPLETE
61932026-02-24T15:24:36.993Z[ recovery-image] Feb 24 15:24:35.403 INFO O| Feb 24 15:24:35.403 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942026-02-24T15:24:36.996Z[ recovery-image] Feb 24 15:24:35.410 INFO O| Feb 24 15:24:35.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61952026-02-24T15:24:36.996Z[ recovery-image] Feb 24 15:24:35.410 INFO O| Feb 24 15:24:35.410 INFO STEP 454 (remove_files) COMPLETE
61962026-02-24T15:24:36.996Z[ recovery-image] Feb 24 15:24:35.410 INFO O| Feb 24 15:24:35.410 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972026-02-24T15:24:37.006Z[ recovery-image] Feb 24 15:24:35.419 INFO O| Feb 24 15:24:35.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61982026-02-24T15:24:37.008Z[ recovery-image] Feb 24 15:24:35.419 INFO O| Feb 24 15:24:35.419 INFO STEP 455 (remove_files) COMPLETE
61992026-02-24T15:24:37.009Z[ recovery-image] Feb 24 15:24:35.419 INFO O| Feb 24 15:24:35.419 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002026-02-24T15:24:37.015Z[ recovery-image] Feb 24 15:24:35.426 INFO O| Feb 24 15:24:35.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62012026-02-24T15:24:37.015Z[ recovery-image] Feb 24 15:24:35.426 INFO O| Feb 24 15:24:35.426 INFO STEP 456 (remove_files) COMPLETE
62022026-02-24T15:24:37.015Z[ recovery-image] Feb 24 15:24:35.426 INFO O| Feb 24 15:24:35.426 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032026-02-24T15:24:37.019Z[ recovery-image] Feb 24 15:24:35.434 INFO O| Feb 24 15:24:35.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62042026-02-24T15:24:37.019Z[ recovery-image] Feb 24 15:24:35.434 INFO O| Feb 24 15:24:35.434 INFO STEP 457 (remove_files) COMPLETE
62052026-02-24T15:24:37.022Z[ recovery-image] Feb 24 15:24:35.434 INFO O| Feb 24 15:24:35.434 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062026-02-24T15:24:37.026Z[ recovery-image] Feb 24 15:24:35.441 INFO O| Feb 24 15:24:35.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62072026-02-24T15:24:37.029Z[ recovery-image] Feb 24 15:24:35.441 INFO O| Feb 24 15:24:35.441 INFO STEP 458 (remove_files) COMPLETE
62082026-02-24T15:24:37.030Z[ recovery-image] Feb 24 15:24:35.441 INFO O| Feb 24 15:24:35.441 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092026-02-24T15:24:37.034Z[ recovery-image] Feb 24 15:24:35.449 INFO O| Feb 24 15:24:35.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62102026-02-24T15:24:37.034Z[ recovery-image] Feb 24 15:24:35.449 INFO O| Feb 24 15:24:35.449 INFO STEP 459 (remove_files) COMPLETE
62112026-02-24T15:24:37.037Z[ recovery-image] Feb 24 15:24:35.449 INFO O| Feb 24 15:24:35.449 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122026-02-24T15:24:37.041Z[ recovery-image] Feb 24 15:24:35.456 INFO O| Feb 24 15:24:35.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62132026-02-24T15:24:37.045Z[ recovery-image] Feb 24 15:24:35.456 INFO O| Feb 24 15:24:35.456 INFO STEP 460 (remove_files) COMPLETE
62142026-02-24T15:24:37.046Z[ recovery-image] Feb 24 15:24:35.456 INFO O| Feb 24 15:24:35.456 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152026-02-24T15:24:37.049Z[ recovery-image] Feb 24 15:24:35.464 INFO O| Feb 24 15:24:35.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62162026-02-24T15:24:37.052Z[ recovery-image] Feb 24 15:24:35.464 INFO O| Feb 24 15:24:35.464 INFO STEP 461 (remove_files) COMPLETE
62172026-02-24T15:24:37.053Z[ recovery-image] Feb 24 15:24:35.464 INFO O| Feb 24 15:24:35.464 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182026-02-24T15:24:37.057Z[ recovery-image] Feb 24 15:24:35.471 INFO O| Feb 24 15:24:35.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62192026-02-24T15:24:37.062Z[ recovery-image] Feb 24 15:24:35.472 INFO O| Feb 24 15:24:35.472 INFO STEP 462 (remove_files) COMPLETE
62202026-02-24T15:24:37.062Z[ recovery-image] Feb 24 15:24:35.472 INFO O| Feb 24 15:24:35.472 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212026-02-24T15:24:37.066Z[ recovery-image] Feb 24 15:24:35.480 INFO O| Feb 24 15:24:35.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62222026-02-24T15:24:37.066Z[ recovery-image] Feb 24 15:24:35.480 INFO O| Feb 24 15:24:35.480 INFO STEP 463 (remove_files) COMPLETE
62232026-02-24T15:24:37.066Z[ recovery-image] Feb 24 15:24:35.480 INFO O| Feb 24 15:24:35.480 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242026-02-24T15:24:37.074Z[ recovery-image] Feb 24 15:24:35.488 INFO O| Feb 24 15:24:35.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62252026-02-24T15:24:37.077Z[ recovery-image] Feb 24 15:24:35.488 INFO O| Feb 24 15:24:35.488 INFO STEP 464 (remove_files) COMPLETE
62262026-02-24T15:24:37.077Z[ recovery-image] Feb 24 15:24:35.488 INFO O| Feb 24 15:24:35.488 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272026-02-24T15:24:37.081Z[ recovery-image] Feb 24 15:24:35.496 INFO O| Feb 24 15:24:35.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62282026-02-24T15:24:37.085Z[ recovery-image] Feb 24 15:24:35.496 INFO O| Feb 24 15:24:35.496 INFO STEP 465 (remove_files) COMPLETE
62292026-02-24T15:24:37.085Z[ recovery-image] Feb 24 15:24:35.496 INFO O| Feb 24 15:24:35.496 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302026-02-24T15:24:37.088Z[ recovery-image] Feb 24 15:24:35.503 INFO O| Feb 24 15:24:35.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62312026-02-24T15:24:37.089Z[ recovery-image] Feb 24 15:24:35.503 INFO O| Feb 24 15:24:35.503 INFO STEP 466 (remove_files) COMPLETE
62322026-02-24T15:24:37.089Z[ recovery-image] Feb 24 15:24:35.503 INFO O| Feb 24 15:24:35.503 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332026-02-24T15:24:37.096Z[ recovery-image] Feb 24 15:24:35.511 INFO O| Feb 24 15:24:35.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62342026-02-24T15:24:37.096Z[ recovery-image] Feb 24 15:24:35.511 INFO O| Feb 24 15:24:35.511 INFO STEP 467 (remove_files) COMPLETE
62352026-02-24T15:24:37.101Z[ recovery-image] Feb 24 15:24:35.511 INFO O| Feb 24 15:24:35.511 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362026-02-24T15:24:37.105Z[ recovery-image] Feb 24 15:24:35.518 INFO O| Feb 24 15:24:35.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62372026-02-24T15:24:37.105Z[ recovery-image] Feb 24 15:24:35.518 INFO O| Feb 24 15:24:35.518 INFO STEP 468 (remove_files) COMPLETE
62382026-02-24T15:24:37.105Z[ recovery-image] Feb 24 15:24:35.518 INFO O| Feb 24 15:24:35.518 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392026-02-24T15:24:37.111Z[ recovery-image] Feb 24 15:24:35.526 INFO O| Feb 24 15:24:35.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62402026-02-24T15:24:37.111Z[ recovery-image] Feb 24 15:24:35.526 INFO O| Feb 24 15:24:35.526 INFO STEP 469 (remove_files) COMPLETE
62412026-02-24T15:24:37.111Z[ recovery-image] Feb 24 15:24:35.526 INFO O| Feb 24 15:24:35.526 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422026-02-24T15:24:37.119Z[ recovery-image] Feb 24 15:24:35.533 INFO O| Feb 24 15:24:35.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62432026-02-24T15:24:37.121Z[ recovery-image] Feb 24 15:24:35.534 INFO O| Feb 24 15:24:35.533 INFO STEP 470 (remove_files) COMPLETE
62442026-02-24T15:24:37.122Z[ recovery-image] Feb 24 15:24:35.534 INFO O| Feb 24 15:24:35.533 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452026-02-24T15:24:37.127Z[ recovery-image] Feb 24 15:24:35.542 INFO O| Feb 24 15:24:35.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62462026-02-24T15:24:37.131Z[ recovery-image] Feb 24 15:24:35.542 INFO O| Feb 24 15:24:35.542 INFO STEP 471 (remove_files) COMPLETE
62472026-02-24T15:24:37.131Z[ recovery-image] Feb 24 15:24:35.542 INFO O| Feb 24 15:24:35.542 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482026-02-24T15:24:37.135Z[ recovery-image] Feb 24 15:24:35.549 INFO O| Feb 24 15:24:35.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62492026-02-24T15:24:37.135Z[ recovery-image] Feb 24 15:24:35.549 INFO O| Feb 24 15:24:35.549 INFO STEP 472 (remove_files) COMPLETE
62502026-02-24T15:24:37.138Z[ recovery-image] Feb 24 15:24:35.549 INFO O| Feb 24 15:24:35.549 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512026-02-24T15:24:37.144Z[ recovery-image] Feb 24 15:24:35.557 INFO O| Feb 24 15:24:35.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62522026-02-24T15:24:37.144Z[ recovery-image] Feb 24 15:24:35.557 INFO O| Feb 24 15:24:35.557 INFO STEP 473 (remove_files) COMPLETE
62532026-02-24T15:24:37.147Z[ recovery-image] Feb 24 15:24:35.557 INFO O| Feb 24 15:24:35.557 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542026-02-24T15:24:37.150Z[ recovery-image] Feb 24 15:24:35.564 INFO O| Feb 24 15:24:35.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62552026-02-24T15:24:37.150Z[ recovery-image] Feb 24 15:24:35.564 INFO O| Feb 24 15:24:35.564 INFO STEP 474 (remove_files) COMPLETE
62562026-02-24T15:24:37.150Z[ recovery-image] Feb 24 15:24:35.564 INFO O| Feb 24 15:24:35.564 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572026-02-24T15:24:37.157Z[ recovery-image] Feb 24 15:24:35.572 INFO O| Feb 24 15:24:35.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62582026-02-24T15:24:37.157Z[ recovery-image] Feb 24 15:24:35.572 INFO O| Feb 24 15:24:35.572 INFO STEP 475 (remove_files) COMPLETE
62592026-02-24T15:24:37.157Z[ recovery-image] Feb 24 15:24:35.572 INFO O| Feb 24 15:24:35.572 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602026-02-24T15:24:37.165Z[ recovery-image] Feb 24 15:24:35.579 INFO O| Feb 24 15:24:35.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62612026-02-24T15:24:37.165Z[ recovery-image] Feb 24 15:24:35.580 INFO O| Feb 24 15:24:35.580 INFO STEP 476 (remove_files) COMPLETE
62622026-02-24T15:24:37.165Z[ recovery-image] Feb 24 15:24:35.580 INFO O| Feb 24 15:24:35.580 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632026-02-24T15:24:37.173Z[ recovery-image] Feb 24 15:24:35.588 INFO O| Feb 24 15:24:35.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62642026-02-24T15:24:37.176Z[ recovery-image] Feb 24 15:24:35.588 INFO O| Feb 24 15:24:35.588 INFO STEP 477 (remove_files) COMPLETE
62652026-02-24T15:24:37.176Z[ recovery-image] Feb 24 15:24:35.588 INFO O| Feb 24 15:24:35.588 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662026-02-24T15:24:37.183Z[ recovery-image] Feb 24 15:24:35.596 INFO O| Feb 24 15:24:35.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62672026-02-24T15:24:37.186Z[ recovery-image] Feb 24 15:24:35.596 INFO O| Feb 24 15:24:35.596 INFO STEP 478 (remove_files) COMPLETE
62682026-02-24T15:24:37.186Z[ recovery-image] Feb 24 15:24:35.596 INFO O| Feb 24 15:24:35.596 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692026-02-24T15:24:37.188Z[ recovery-image] Feb 24 15:24:35.603 INFO O| Feb 24 15:24:35.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62702026-02-24T15:24:37.189Z[ recovery-image] Feb 24 15:24:35.603 INFO O| Feb 24 15:24:35.603 INFO STEP 479 (remove_files) COMPLETE
62712026-02-24T15:24:37.189Z[ recovery-image] Feb 24 15:24:35.603 INFO O| Feb 24 15:24:35.603 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722026-02-24T15:24:37.196Z[ recovery-image] Feb 24 15:24:35.610 INFO O| Feb 24 15:24:35.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62732026-02-24T15:24:37.196Z[ recovery-image] Feb 24 15:24:35.611 INFO O| Feb 24 15:24:35.611 INFO STEP 480 (remove_files) COMPLETE
62742026-02-24T15:24:37.200Z[ recovery-image] Feb 24 15:24:35.611 INFO O| Feb 24 15:24:35.611 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752026-02-24T15:24:37.203Z[ recovery-image] Feb 24 15:24:35.618 INFO O| Feb 24 15:24:35.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62762026-02-24T15:24:37.203Z[ recovery-image] Feb 24 15:24:35.618 INFO O| Feb 24 15:24:35.618 INFO STEP 481 (remove_files) COMPLETE
62772026-02-24T15:24:37.204Z[ recovery-image] Feb 24 15:24:35.618 INFO O| Feb 24 15:24:35.618 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782026-02-24T15:24:37.211Z[ recovery-image] Feb 24 15:24:35.626 INFO O| Feb 24 15:24:35.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62792026-02-24T15:24:37.211Z[ recovery-image] Feb 24 15:24:35.626 INFO O| Feb 24 15:24:35.626 INFO STEP 482 (remove_files) COMPLETE
62802026-02-24T15:24:37.211Z[ recovery-image] Feb 24 15:24:35.626 INFO O| Feb 24 15:24:35.626 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812026-02-24T15:24:37.220Z[ recovery-image] Feb 24 15:24:35.633 INFO O| Feb 24 15:24:35.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62822026-02-24T15:24:37.220Z[ recovery-image] Feb 24 15:24:35.634 INFO O| Feb 24 15:24:35.634 INFO STEP 483 (remove_files) COMPLETE
62832026-02-24T15:24:37.223Z[ recovery-image] Feb 24 15:24:35.634 INFO O| Feb 24 15:24:35.634 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842026-02-24T15:24:37.226Z[ recovery-image] Feb 24 15:24:35.641 INFO O| Feb 24 15:24:35.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62852026-02-24T15:24:37.227Z[ recovery-image] Feb 24 15:24:35.641 INFO O| Feb 24 15:24:35.641 INFO STEP 484 (remove_files) COMPLETE
62862026-02-24T15:24:37.227Z[ recovery-image] Feb 24 15:24:35.641 INFO O| Feb 24 15:24:35.641 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872026-02-24T15:24:37.234Z[ recovery-image] Feb 24 15:24:35.649 INFO O| Feb 24 15:24:35.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62882026-02-24T15:24:37.234Z[ recovery-image] Feb 24 15:24:35.649 INFO O| Feb 24 15:24:35.649 INFO STEP 485 (remove_files) COMPLETE
62892026-02-24T15:24:37.238Z[ recovery-image] Feb 24 15:24:35.649 INFO O| Feb 24 15:24:35.649 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902026-02-24T15:24:37.241Z[ recovery-image] Feb 24 15:24:35.656 INFO O| Feb 24 15:24:35.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62912026-02-24T15:24:37.241Z[ recovery-image] Feb 24 15:24:35.656 INFO O| Feb 24 15:24:35.656 INFO STEP 486 (remove_files) COMPLETE
62922026-02-24T15:24:37.244Z[ recovery-image] Feb 24 15:24:35.656 INFO O| Feb 24 15:24:35.656 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932026-02-24T15:24:37.248Z[ recovery-image] Feb 24 15:24:35.663 INFO O| Feb 24 15:24:35.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62942026-02-24T15:24:37.248Z[ recovery-image] Feb 24 15:24:35.663 INFO O| Feb 24 15:24:35.663 INFO STEP 487 (remove_files) COMPLETE
62952026-02-24T15:24:37.248Z[ recovery-image] Feb 24 15:24:35.663 INFO O| Feb 24 15:24:35.663 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962026-02-24T15:24:37.256Z[ recovery-image] Feb 24 15:24:35.671 INFO O| Feb 24 15:24:35.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62972026-02-24T15:24:37.259Z[ recovery-image] Feb 24 15:24:35.671 INFO O| Feb 24 15:24:35.671 INFO STEP 488 (remove_files) COMPLETE
62982026-02-24T15:24:37.260Z[ recovery-image] Feb 24 15:24:35.671 INFO O| Feb 24 15:24:35.671 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992026-02-24T15:24:37.266Z[ recovery-image] Feb 24 15:24:35.680 INFO O| Feb 24 15:24:35.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63002026-02-24T15:24:37.266Z[ recovery-image] Feb 24 15:24:35.680 INFO O| Feb 24 15:24:35.680 INFO STEP 489 (remove_files) COMPLETE
63012026-02-24T15:24:37.266Z[ recovery-image] Feb 24 15:24:35.680 INFO O| Feb 24 15:24:35.680 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022026-02-24T15:24:37.273Z[ recovery-image] Feb 24 15:24:35.687 INFO O| Feb 24 15:24:35.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63032026-02-24T15:24:37.273Z[ recovery-image] Feb 24 15:24:35.687 INFO O| Feb 24 15:24:35.687 INFO STEP 490 (remove_files) COMPLETE
63042026-02-24T15:24:37.276Z[ recovery-image] Feb 24 15:24:35.687 INFO O| Feb 24 15:24:35.687 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052026-02-24T15:24:37.282Z[ recovery-image] Feb 24 15:24:35.697 INFO O| Feb 24 15:24:35.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63062026-02-24T15:24:37.282Z[ recovery-image] Feb 24 15:24:35.697 INFO O| Feb 24 15:24:35.697 INFO STEP 491 (remove_files) COMPLETE
63072026-02-24T15:24:37.285Z[ recovery-image] Feb 24 15:24:35.697 INFO O| Feb 24 15:24:35.697 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082026-02-24T15:24:37.291Z[ recovery-image] Feb 24 15:24:35.705 INFO O| Feb 24 15:24:35.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63092026-02-24T15:24:37.291Z[ recovery-image] Feb 24 15:24:35.705 INFO O| Feb 24 15:24:35.705 INFO STEP 492 (remove_files) COMPLETE
63102026-02-24T15:24:37.294Z[ recovery-image] Feb 24 15:24:35.705 INFO O| Feb 24 15:24:35.705 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112026-02-24T15:24:37.299Z[ recovery-image] Feb 24 15:24:35.713 INFO O| Feb 24 15:24:35.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63122026-02-24T15:24:37.301Z[ recovery-image] Feb 24 15:24:35.713 INFO O| Feb 24 15:24:35.713 INFO STEP 493 (remove_files) COMPLETE
63132026-02-24T15:24:37.302Z[ recovery-image] Feb 24 15:24:35.713 INFO O| Feb 24 15:24:35.713 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142026-02-24T15:24:37.307Z[ recovery-image] Feb 24 15:24:35.722 INFO O| Feb 24 15:24:35.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63152026-02-24T15:24:37.307Z[ recovery-image] Feb 24 15:24:35.722 INFO O| Feb 24 15:24:35.722 INFO STEP 494 (remove_files) COMPLETE
63162026-02-24T15:24:37.310Z[ recovery-image] Feb 24 15:24:35.722 INFO O| Feb 24 15:24:35.722 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172026-02-24T15:24:37.315Z[ recovery-image] Feb 24 15:24:35.729 INFO O| Feb 24 15:24:35.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63182026-02-24T15:24:37.319Z[ recovery-image] Feb 24 15:24:35.729 INFO O| Feb 24 15:24:35.729 INFO STEP 495 (remove_files) COMPLETE
63192026-02-24T15:24:37.320Z[ recovery-image] Feb 24 15:24:35.729 INFO O| Feb 24 15:24:35.729 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202026-02-24T15:24:37.323Z[ recovery-image] Feb 24 15:24:35.737 INFO O| Feb 24 15:24:35.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63212026-02-24T15:24:37.323Z[ recovery-image] Feb 24 15:24:35.737 INFO O| Feb 24 15:24:35.737 INFO STEP 496 (remove_files) COMPLETE
63222026-02-24T15:24:37.324Z[ recovery-image] Feb 24 15:24:35.737 INFO O| Feb 24 15:24:35.737 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232026-02-24T15:24:37.330Z[ recovery-image] Feb 24 15:24:35.745 INFO O| Feb 24 15:24:35.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63242026-02-24T15:24:37.330Z[ recovery-image] Feb 24 15:24:35.745 INFO O| Feb 24 15:24:35.745 INFO STEP 497 (remove_files) COMPLETE
63252026-02-24T15:24:37.334Z[ recovery-image] Feb 24 15:24:35.745 INFO O| Feb 24 15:24:35.745 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262026-02-24T15:24:37.338Z[ recovery-image] Feb 24 15:24:35.753 INFO O| Feb 24 15:24:35.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63272026-02-24T15:24:37.338Z[ recovery-image] Feb 24 15:24:35.753 INFO O| Feb 24 15:24:35.753 INFO STEP 498 (remove_files) COMPLETE
63282026-02-24T15:24:37.338Z[ recovery-image] Feb 24 15:24:35.753 INFO O| Feb 24 15:24:35.753 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292026-02-24T15:24:37.347Z[ recovery-image] Feb 24 15:24:35.761 INFO O| Feb 24 15:24:35.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63302026-02-24T15:24:37.350Z[ recovery-image] Feb 24 15:24:35.761 INFO O| Feb 24 15:24:35.761 INFO STEP 499 (remove_files) COMPLETE
63312026-02-24T15:24:37.350Z[ recovery-image] Feb 24 15:24:35.761 INFO O| Feb 24 15:24:35.761 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322026-02-24T15:24:37.353Z[ recovery-image] Feb 24 15:24:35.768 INFO O| Feb 24 15:24:35.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63332026-02-24T15:24:37.357Z[ recovery-image] Feb 24 15:24:35.768 INFO O| Feb 24 15:24:35.768 INFO STEP 500 (remove_files) COMPLETE
63342026-02-24T15:24:37.357Z[ recovery-image] Feb 24 15:24:35.768 INFO O| Feb 24 15:24:35.768 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352026-02-24T15:24:37.360Z[ recovery-image] Feb 24 15:24:35.775 INFO O| Feb 24 15:24:35.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63362026-02-24T15:24:37.364Z[ recovery-image] Feb 24 15:24:35.775 INFO O| Feb 24 15:24:35.775 INFO STEP 501 (remove_files) COMPLETE
63372026-02-24T15:24:37.364Z[ recovery-image] Feb 24 15:24:35.775 INFO O| Feb 24 15:24:35.775 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382026-02-24T15:24:37.368Z[ recovery-image] Feb 24 15:24:35.783 INFO O| Feb 24 15:24:35.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63392026-02-24T15:24:37.371Z[ recovery-image] Feb 24 15:24:35.783 INFO O| Feb 24 15:24:35.783 INFO STEP 502 (remove_files) COMPLETE
63402026-02-24T15:24:37.371Z[ recovery-image] Feb 24 15:24:35.783 INFO O| Feb 24 15:24:35.783 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412026-02-24T15:24:37.375Z[ recovery-image] Feb 24 15:24:35.790 INFO O| Feb 24 15:24:35.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63422026-02-24T15:24:37.381Z[ recovery-image] Feb 24 15:24:35.790 INFO O| Feb 24 15:24:35.790 INFO STEP 503 (remove_files) COMPLETE
63432026-02-24T15:24:37.381Z[ recovery-image] Feb 24 15:24:35.790 INFO O| Feb 24 15:24:35.790 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442026-02-24T15:24:37.385Z[ recovery-image] Feb 24 15:24:35.797 INFO O| Feb 24 15:24:35.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63452026-02-24T15:24:37.385Z[ recovery-image] Feb 24 15:24:35.797 INFO O| Feb 24 15:24:35.797 INFO STEP 504 (remove_files) COMPLETE
63462026-02-24T15:24:37.386Z[ recovery-image] Feb 24 15:24:35.797 INFO O| Feb 24 15:24:35.797 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472026-02-24T15:24:37.391Z[ recovery-image] Feb 24 15:24:35.805 INFO O| Feb 24 15:24:35.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63482026-02-24T15:24:37.391Z[ recovery-image] Feb 24 15:24:35.805 INFO O| Feb 24 15:24:35.805 INFO STEP 505 (remove_files) COMPLETE
63492026-02-24T15:24:37.396Z[ recovery-image] Feb 24 15:24:35.805 INFO O| Feb 24 15:24:35.805 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502026-02-24T15:24:37.396Z[ host-image] Feb 24 15:24:35.808 INFO O| Feb 24 15:24:35.807 INFO STEP 13 (pkg_install) COMPLETE
63512026-02-24T15:24:37.396Z[ host-image] Feb 24 15:24:35.808 INFO O| Feb 24 15:24:35.808 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
63522026-02-24T15:24:37.399Z[ recovery-image] Feb 24 15:24:35.814 INFO O| Feb 24 15:24:35.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63532026-02-24T15:24:37.399Z[ recovery-image] Feb 24 15:24:35.814 INFO O| Feb 24 15:24:35.814 INFO STEP 506 (remove_files) COMPLETE
63542026-02-24T15:24:37.403Z[ recovery-image] Feb 24 15:24:35.814 INFO O| Feb 24 15:24:35.814 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552026-02-24T15:24:37.403Z[ host-image] Feb 24 15:24:35.816 INFO O| Feb 24 15:24:35.816 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
63562026-02-24T15:24:37.407Z[ recovery-image] Feb 24 15:24:35.822 INFO O| Feb 24 15:24:35.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63572026-02-24T15:24:37.407Z[ recovery-image] Feb 24 15:24:35.822 INFO O| Feb 24 15:24:35.822 INFO STEP 507 (remove_files) COMPLETE
63582026-02-24T15:24:37.410Z[ recovery-image] Feb 24 15:24:35.822 INFO O| Feb 24 15:24:35.822 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592026-02-24T15:24:37.416Z[ recovery-image] Feb 24 15:24:35.830 INFO O| Feb 24 15:24:35.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63602026-02-24T15:24:37.416Z[ recovery-image] Feb 24 15:24:35.830 INFO O| Feb 24 15:24:35.830 INFO STEP 508 (remove_files) COMPLETE
63612026-02-24T15:24:37.419Z[ recovery-image] Feb 24 15:24:35.830 INFO O| Feb 24 15:24:35.830 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622026-02-24T15:24:37.422Z[ recovery-image] Feb 24 15:24:35.837 INFO O| Feb 24 15:24:35.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63632026-02-24T15:24:37.423Z[ recovery-image] Feb 24 15:24:35.837 INFO O| Feb 24 15:24:35.837 INFO STEP 509 (remove_files) COMPLETE
63642026-02-24T15:24:37.426Z[ recovery-image] Feb 24 15:24:35.837 INFO O| Feb 24 15:24:35.837 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652026-02-24T15:24:37.430Z[ recovery-image] Feb 24 15:24:35.845 INFO O| Feb 24 15:24:35.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63662026-02-24T15:24:37.430Z[ recovery-image] Feb 24 15:24:35.845 INFO O| Feb 24 15:24:35.845 INFO STEP 510 (remove_files) COMPLETE
63672026-02-24T15:24:37.433Z[ recovery-image] Feb 24 15:24:35.845 INFO O| Feb 24 15:24:35.845 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682026-02-24T15:24:37.438Z[ recovery-image] Feb 24 15:24:35.853 INFO O| Feb 24 15:24:35.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63692026-02-24T15:24:37.443Z[ recovery-image] Feb 24 15:24:35.853 INFO O| Feb 24 15:24:35.853 INFO STEP 511 (remove_files) COMPLETE
63702026-02-24T15:24:37.443Z[ recovery-image] Feb 24 15:24:35.853 INFO O| Feb 24 15:24:35.853 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712026-02-24T15:24:37.447Z[ recovery-image] Feb 24 15:24:35.860 INFO O| Feb 24 15:24:35.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63722026-02-24T15:24:37.447Z[ recovery-image] Feb 24 15:24:35.860 INFO O| Feb 24 15:24:35.860 INFO STEP 512 (remove_files) COMPLETE
63732026-02-24T15:24:37.447Z[ recovery-image] Feb 24 15:24:35.860 INFO O| Feb 24 15:24:35.860 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742026-02-24T15:24:37.455Z[ recovery-image] Feb 24 15:24:35.870 INFO O| Feb 24 15:24:35.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63752026-02-24T15:24:37.456Z[ recovery-image] Feb 24 15:24:35.870 INFO O| Feb 24 15:24:35.870 INFO STEP 513 (remove_files) COMPLETE
63762026-02-24T15:24:37.459Z[ recovery-image] Feb 24 15:24:35.870 INFO O| Feb 24 15:24:35.870 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772026-02-24T15:24:37.464Z[ recovery-image] Feb 24 15:24:35.879 INFO O| Feb 24 15:24:35.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63782026-02-24T15:24:37.464Z[ recovery-image] Feb 24 15:24:35.879 INFO O| Feb 24 15:24:35.879 INFO STEP 514 (remove_files) COMPLETE
63792026-02-24T15:24:37.468Z[ recovery-image] Feb 24 15:24:35.879 INFO O| Feb 24 15:24:35.879 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802026-02-24T15:24:37.472Z[ recovery-image] Feb 24 15:24:35.886 INFO O| Feb 24 15:24:35.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63812026-02-24T15:24:37.475Z[ recovery-image] Feb 24 15:24:35.886 INFO O| Feb 24 15:24:35.886 INFO STEP 515 (remove_files) COMPLETE
63822026-02-24T15:24:37.475Z[ recovery-image] Feb 24 15:24:35.886 INFO O| Feb 24 15:24:35.886 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832026-02-24T15:24:37.481Z[ recovery-image] Feb 24 15:24:35.894 INFO O| Feb 24 15:24:35.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63842026-02-24T15:24:37.484Z[ recovery-image] Feb 24 15:24:35.895 INFO O| Feb 24 15:24:35.895 INFO STEP 516 (remove_files) COMPLETE
63852026-02-24T15:24:37.485Z[ recovery-image] Feb 24 15:24:35.895 INFO O| Feb 24 15:24:35.895 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862026-02-24T15:24:37.488Z[ recovery-image] Feb 24 15:24:35.903 INFO O| Feb 24 15:24:35.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63872026-02-24T15:24:37.488Z[ recovery-image] Feb 24 15:24:35.903 INFO O| Feb 24 15:24:35.903 INFO STEP 517 (remove_files) COMPLETE
63882026-02-24T15:24:37.491Z[ recovery-image] Feb 24 15:24:35.903 INFO O| Feb 24 15:24:35.903 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892026-02-24T15:24:37.496Z[ recovery-image] Feb 24 15:24:35.910 INFO O| Feb 24 15:24:35.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63902026-02-24T15:24:37.497Z[ recovery-image] Feb 24 15:24:35.911 INFO O| Feb 24 15:24:35.911 INFO STEP 518 (remove_files) COMPLETE
63912026-02-24T15:24:37.500Z[ recovery-image] Feb 24 15:24:35.911 INFO O| Feb 24 15:24:35.911 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922026-02-24T15:24:37.503Z[ recovery-image] Feb 24 15:24:35.918 INFO O| Feb 24 15:24:35.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63932026-02-24T15:24:37.503Z[ recovery-image] Feb 24 15:24:35.918 INFO O| Feb 24 15:24:35.918 INFO STEP 519 (remove_files) COMPLETE
63942026-02-24T15:24:37.503Z[ recovery-image] Feb 24 15:24:35.918 INFO O| Feb 24 15:24:35.918 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952026-02-24T15:24:37.510Z[ recovery-image] Feb 24 15:24:35.925 INFO O| Feb 24 15:24:35.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63962026-02-24T15:24:37.514Z[ recovery-image] Feb 24 15:24:35.925 INFO O| Feb 24 15:24:35.925 INFO STEP 520 (remove_files) COMPLETE
63972026-02-24T15:24:37.514Z[ recovery-image] Feb 24 15:24:35.925 INFO O| Feb 24 15:24:35.925 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982026-02-24T15:24:37.518Z[ recovery-image] Feb 24 15:24:35.933 INFO O| Feb 24 15:24:35.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63992026-02-24T15:24:37.522Z[ recovery-image] Feb 24 15:24:35.933 INFO O| Feb 24 15:24:35.933 INFO STEP 521 (remove_files) COMPLETE
64002026-02-24T15:24:37.522Z[ recovery-image] Feb 24 15:24:35.933 INFO O| Feb 24 15:24:35.933 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012026-02-24T15:24:37.526Z[ recovery-image] Feb 24 15:24:35.941 INFO O| Feb 24 15:24:35.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
64022026-02-24T15:24:37.529Z[ recovery-image] Feb 24 15:24:35.941 INFO O| Feb 24 15:24:35.941 INFO STEP 522 (remove_files) COMPLETE
64032026-02-24T15:24:37.529Z[ recovery-image] Feb 24 15:24:35.941 INFO O| Feb 24 15:24:35.941 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042026-02-24T15:24:37.533Z[ recovery-image] Feb 24 15:24:35.948 INFO O| Feb 24 15:24:35.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
64052026-02-24T15:24:37.533Z[ recovery-image] Feb 24 15:24:35.948 INFO O| Feb 24 15:24:35.948 INFO STEP 523 (remove_files) COMPLETE
64062026-02-24T15:24:37.538Z[ recovery-image] Feb 24 15:24:35.948 INFO O| Feb 24 15:24:35.948 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072026-02-24T15:24:37.543Z[ recovery-image] Feb 24 15:24:35.956 INFO O| Feb 24 15:24:35.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
64082026-02-24T15:24:37.543Z[ recovery-image] Feb 24 15:24:35.956 INFO O| Feb 24 15:24:35.956 INFO STEP 524 (remove_files) COMPLETE
64092026-02-24T15:24:37.543Z[ recovery-image] Feb 24 15:24:35.956 INFO O| Feb 24 15:24:35.956 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102026-02-24T15:24:37.549Z[ recovery-image] Feb 24 15:24:35.963 INFO O| Feb 24 15:24:35.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
64112026-02-24T15:24:37.549Z[ recovery-image] Feb 24 15:24:35.963 INFO O| Feb 24 15:24:35.963 INFO STEP 525 (remove_files) COMPLETE
64122026-02-24T15:24:37.552Z[ recovery-image] Feb 24 15:24:35.963 INFO O| Feb 24 15:24:35.963 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132026-02-24T15:24:37.556Z[ recovery-image] Feb 24 15:24:35.971 INFO O| Feb 24 15:24:35.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
64142026-02-24T15:24:37.559Z[ recovery-image] Feb 24 15:24:35.971 INFO O| Feb 24 15:24:35.971 INFO STEP 526 (remove_files) COMPLETE
64152026-02-24T15:24:37.559Z[ recovery-image] Feb 24 15:24:35.971 INFO O| Feb 24 15:24:35.971 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162026-02-24T15:24:37.565Z[ recovery-image] Feb 24 15:24:35.978 INFO O| Feb 24 15:24:35.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64172026-02-24T15:24:37.568Z[ recovery-image] Feb 24 15:24:35.978 INFO O| Feb 24 15:24:35.978 INFO STEP 527 (remove_files) COMPLETE
64182026-02-24T15:24:37.568Z[ recovery-image] Feb 24 15:24:35.978 INFO O| Feb 24 15:24:35.978 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192026-02-24T15:24:37.572Z[ recovery-image] Feb 24 15:24:35.985 INFO O| Feb 24 15:24:35.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64202026-02-24T15:24:37.572Z[ recovery-image] Feb 24 15:24:35.985 INFO O| Feb 24 15:24:35.985 INFO STEP 528 (remove_files) COMPLETE
64212026-02-24T15:24:37.572Z[ recovery-image] Feb 24 15:24:35.985 INFO O| Feb 24 15:24:35.985 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222026-02-24T15:24:37.580Z[ recovery-image] Feb 24 15:24:35.993 INFO O| Feb 24 15:24:35.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64232026-02-24T15:24:37.580Z[ recovery-image] Feb 24 15:24:35.993 INFO O| Feb 24 15:24:35.993 INFO STEP 529 (remove_files) COMPLETE
64242026-02-24T15:24:37.580Z[ recovery-image] Feb 24 15:24:35.993 INFO O| Feb 24 15:24:35.993 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252026-02-24T15:24:37.586Z[ recovery-image] Feb 24 15:24:36.001 INFO O| Feb 24 15:24:36.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64262026-02-24T15:24:37.587Z[ recovery-image] Feb 24 15:24:36.001 INFO O| Feb 24 15:24:36.001 INFO STEP 530 (remove_files) COMPLETE
64272026-02-24T15:24:37.589Z[ recovery-image] Feb 24 15:24:36.001 INFO O| Feb 24 15:24:36.001 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282026-02-24T15:24:37.595Z[ recovery-image] Feb 24 15:24:36.009 INFO O| Feb 24 15:24:36.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64292026-02-24T15:24:37.598Z[ recovery-image] Feb 24 15:24:36.010 INFO O| Feb 24 15:24:36.010 INFO STEP 531 (remove_files) COMPLETE
64302026-02-24T15:24:37.598Z[ recovery-image] Feb 24 15:24:36.010 INFO O| Feb 24 15:24:36.010 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312026-02-24T15:24:37.602Z[ recovery-image] Feb 24 15:24:36.017 INFO O| Feb 24 15:24:36.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64322026-02-24T15:24:37.605Z[ recovery-image] Feb 24 15:24:36.017 INFO O| Feb 24 15:24:36.017 INFO STEP 532 (remove_files) COMPLETE
64332026-02-24T15:24:37.605Z[ recovery-image] Feb 24 15:24:36.017 INFO O| Feb 24 15:24:36.017 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342026-02-24T15:24:37.612Z[ recovery-image] Feb 24 15:24:36.026 INFO O| Feb 24 15:24:36.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64352026-02-24T15:24:37.612Z[ recovery-image] Feb 24 15:24:36.026 INFO O| Feb 24 15:24:36.026 INFO STEP 533 (remove_files) COMPLETE
64362026-02-24T15:24:37.612Z[ recovery-image] Feb 24 15:24:36.026 INFO O| Feb 24 15:24:36.026 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372026-02-24T15:24:37.620Z[ recovery-image] Feb 24 15:24:36.034 INFO O| Feb 24 15:24:36.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64382026-02-24T15:24:37.623Z[ recovery-image] Feb 24 15:24:36.034 INFO O| Feb 24 15:24:36.034 INFO STEP 534 (remove_files) COMPLETE
64392026-02-24T15:24:37.623Z[ recovery-image] Feb 24 15:24:36.034 INFO O| Feb 24 15:24:36.034 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402026-02-24T15:24:37.626Z[ recovery-image] Feb 24 15:24:36.041 INFO O| Feb 24 15:24:36.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64412026-02-24T15:24:37.627Z[ recovery-image] Feb 24 15:24:36.041 INFO O| Feb 24 15:24:36.041 INFO STEP 535 (remove_files) COMPLETE
64422026-02-24T15:24:37.627Z[ recovery-image] Feb 24 15:24:36.041 INFO O| Feb 24 15:24:36.041 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432026-02-24T15:24:37.635Z[ recovery-image] Feb 24 15:24:36.049 INFO O| Feb 24 15:24:36.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64442026-02-24T15:24:37.638Z[ recovery-image] Feb 24 15:24:36.050 INFO O| Feb 24 15:24:36.049 INFO STEP 536 (remove_files) COMPLETE
64452026-02-24T15:24:37.638Z[ recovery-image] Feb 24 15:24:36.050 INFO O| Feb 24 15:24:36.049 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462026-02-24T15:24:37.643Z[ recovery-image] Feb 24 15:24:36.057 INFO O| Feb 24 15:24:36.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64472026-02-24T15:24:37.643Z[ recovery-image] Feb 24 15:24:36.057 INFO O| Feb 24 15:24:36.057 INFO STEP 537 (remove_files) COMPLETE
64482026-02-24T15:24:37.643Z[ recovery-image] Feb 24 15:24:36.057 INFO O| Feb 24 15:24:36.057 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492026-02-24T15:24:37.651Z[ recovery-image] Feb 24 15:24:36.065 INFO O| Feb 24 15:24:36.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64502026-02-24T15:24:37.651Z[ recovery-image] Feb 24 15:24:36.065 INFO O| Feb 24 15:24:36.065 INFO STEP 538 (remove_files) COMPLETE
64512026-02-24T15:24:37.654Z[ recovery-image] Feb 24 15:24:36.065 INFO O| Feb 24 15:24:36.065 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522026-02-24T15:24:37.658Z[ recovery-image] Feb 24 15:24:36.073 INFO O| Feb 24 15:24:36.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64532026-02-24T15:24:37.658Z[ recovery-image] Feb 24 15:24:36.073 INFO O| Feb 24 15:24:36.073 INFO STEP 539 (remove_files) COMPLETE
64542026-02-24T15:24:37.658Z[ recovery-image] Feb 24 15:24:36.073 INFO O| Feb 24 15:24:36.073 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552026-02-24T15:24:37.665Z[ recovery-image] Feb 24 15:24:36.080 INFO O| Feb 24 15:24:36.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64562026-02-24T15:24:37.665Z[ recovery-image] Feb 24 15:24:36.080 INFO O| Feb 24 15:24:36.080 INFO STEP 540 (remove_files) COMPLETE
64572026-02-24T15:24:37.668Z[ recovery-image] Feb 24 15:24:36.080 INFO O| Feb 24 15:24:36.080 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582026-02-24T15:24:37.674Z[ recovery-image] Feb 24 15:24:36.089 INFO O| Feb 24 15:24:36.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64592026-02-24T15:24:37.678Z[ recovery-image] Feb 24 15:24:36.089 INFO O| Feb 24 15:24:36.089 INFO STEP 541 (remove_files) COMPLETE
64602026-02-24T15:24:37.678Z[ recovery-image] Feb 24 15:24:36.089 INFO O| Feb 24 15:24:36.089 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612026-02-24T15:24:37.738Z[ recovery-image] Feb 24 15:24:36.098 INFO O| Feb 24 15:24:36.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64622026-02-24T15:24:37.738Z[ recovery-image] Feb 24 15:24:36.098 INFO O| Feb 24 15:24:36.098 INFO STEP 542 (remove_files) COMPLETE
64632026-02-24T15:24:37.738Z[ recovery-image] Feb 24 15:24:36.098 INFO O| Feb 24 15:24:36.098 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642026-02-24T15:24:37.738Z[ recovery-image] Feb 24 15:24:36.105 INFO O| Feb 24 15:24:36.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64652026-02-24T15:24:37.739Z[ recovery-image] Feb 24 15:24:36.105 INFO O| Feb 24 15:24:36.105 INFO STEP 543 (remove_files) COMPLETE
64662026-02-24T15:24:37.739Z[ recovery-image] Feb 24 15:24:36.105 INFO O| Feb 24 15:24:36.105 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672026-02-24T15:24:37.739Z[ recovery-image] Feb 24 15:24:36.113 INFO O| Feb 24 15:24:36.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64682026-02-24T15:24:37.739Z[ recovery-image] Feb 24 15:24:36.113 INFO O| Feb 24 15:24:36.113 INFO STEP 544 (remove_files) COMPLETE
64692026-02-24T15:24:37.739Z[ recovery-image] Feb 24 15:24:36.113 INFO O| Feb 24 15:24:36.113 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702026-02-24T15:24:37.739Z[ recovery-image] Feb 24 15:24:36.120 INFO O| Feb 24 15:24:36.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64712026-02-24T15:24:37.739Z[ recovery-image] Feb 24 15:24:36.120 INFO O| Feb 24 15:24:36.120 INFO STEP 545 (remove_files) COMPLETE
64722026-02-24T15:24:37.740Z[ recovery-image] Feb 24 15:24:36.120 INFO O| Feb 24 15:24:36.120 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732026-02-24T15:24:37.740Z[ recovery-image] Feb 24 15:24:36.128 INFO O| Feb 24 15:24:36.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64742026-02-24T15:24:37.740Z[ recovery-image] Feb 24 15:24:36.128 INFO O| Feb 24 15:24:36.128 INFO STEP 546 (remove_files) COMPLETE
64752026-02-24T15:24:37.740Z[ recovery-image] Feb 24 15:24:36.128 INFO O| Feb 24 15:24:36.128 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762026-02-24T15:24:37.740Z[ recovery-image] Feb 24 15:24:36.136 INFO O| Feb 24 15:24:36.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64772026-02-24T15:24:37.740Z[ recovery-image] Feb 24 15:24:36.136 INFO O| Feb 24 15:24:36.136 INFO STEP 547 (remove_files) COMPLETE
64782026-02-24T15:24:37.740Z[ recovery-image] Feb 24 15:24:36.136 INFO O| Feb 24 15:24:36.136 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792026-02-24T15:24:37.740Z[ recovery-image] Feb 24 15:24:36.143 INFO O| Feb 24 15:24:36.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64802026-02-24T15:24:37.740Z[ recovery-image] Feb 24 15:24:36.143 INFO O| Feb 24 15:24:36.143 INFO STEP 548 (remove_files) COMPLETE
64812026-02-24T15:24:37.741Z[ recovery-image] Feb 24 15:24:36.143 INFO O| Feb 24 15:24:36.143 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822026-02-24T15:24:37.741Z[ recovery-image] Feb 24 15:24:36.150 INFO O| Feb 24 15:24:36.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64832026-02-24T15:24:37.741Z[ recovery-image] Feb 24 15:24:36.150 INFO O| Feb 24 15:24:36.150 INFO STEP 549 (remove_files) COMPLETE
64842026-02-24T15:24:37.741Z[ recovery-image] Feb 24 15:24:36.150 INFO O| Feb 24 15:24:36.150 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852026-02-24T15:24:37.746Z[ recovery-image] Feb 24 15:24:36.158 INFO O| Feb 24 15:24:36.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64862026-02-24T15:24:37.746Z[ recovery-image] Feb 24 15:24:36.158 INFO O| Feb 24 15:24:36.158 INFO STEP 550 (remove_files) COMPLETE
64872026-02-24T15:24:37.747Z[ recovery-image] Feb 24 15:24:36.158 INFO O| Feb 24 15:24:36.158 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882026-02-24T15:24:37.751Z[ recovery-image] Feb 24 15:24:36.166 INFO O| Feb 24 15:24:36.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64892026-02-24T15:24:37.751Z[ recovery-image] Feb 24 15:24:36.166 INFO O| Feb 24 15:24:36.166 INFO STEP 551 (remove_files) COMPLETE
64902026-02-24T15:24:37.755Z[ recovery-image] Feb 24 15:24:36.166 INFO O| Feb 24 15:24:36.166 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912026-02-24T15:24:37.759Z[ recovery-image] Feb 24 15:24:36.174 INFO O| Feb 24 15:24:36.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64922026-02-24T15:24:37.759Z[ recovery-image] Feb 24 15:24:36.174 INFO O| Feb 24 15:24:36.174 INFO STEP 552 (remove_files) COMPLETE
64932026-02-24T15:24:37.764Z[ recovery-image] Feb 24 15:24:36.174 INFO O| Feb 24 15:24:36.174 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942026-02-24T15:24:37.768Z[ recovery-image] Feb 24 15:24:36.182 INFO O| Feb 24 15:24:36.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64952026-02-24T15:24:37.768Z[ recovery-image] Feb 24 15:24:36.182 INFO O| Feb 24 15:24:36.182 INFO STEP 553 (remove_files) COMPLETE
64962026-02-24T15:24:37.768Z[ recovery-image] Feb 24 15:24:36.182 INFO O| Feb 24 15:24:36.182 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972026-02-24T15:24:37.775Z[ recovery-image] Feb 24 15:24:36.190 INFO O| Feb 24 15:24:36.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64982026-02-24T15:24:37.775Z[ recovery-image] Feb 24 15:24:36.190 INFO O| Feb 24 15:24:36.190 INFO STEP 554 (remove_files) COMPLETE
64992026-02-24T15:24:37.775Z[ recovery-image] Feb 24 15:24:36.190 INFO O| Feb 24 15:24:36.190 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002026-02-24T15:24:37.782Z[ recovery-image] Feb 24 15:24:36.197 INFO O| Feb 24 15:24:36.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
65012026-02-24T15:24:37.785Z[ recovery-image] Feb 24 15:24:36.197 INFO O| Feb 24 15:24:36.197 INFO STEP 555 (remove_files) COMPLETE
65022026-02-24T15:24:37.785Z[ recovery-image] Feb 24 15:24:36.197 INFO O| Feb 24 15:24:36.197 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032026-02-24T15:24:37.790Z[ recovery-image] Feb 24 15:24:36.205 INFO O| Feb 24 15:24:36.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
65042026-02-24T15:24:37.790Z[ recovery-image] Feb 24 15:24:36.205 INFO O| Feb 24 15:24:36.205 INFO STEP 556 (remove_files) COMPLETE
65052026-02-24T15:24:37.793Z[ recovery-image] Feb 24 15:24:36.205 INFO O| Feb 24 15:24:36.205 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062026-02-24T15:24:37.797Z[ recovery-image] Feb 24 15:24:36.212 INFO O| Feb 24 15:24:36.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
65072026-02-24T15:24:37.801Z[ recovery-image] Feb 24 15:24:36.212 INFO O| Feb 24 15:24:36.212 INFO STEP 557 (remove_files) COMPLETE
65082026-02-24T15:24:37.801Z[ recovery-image] Feb 24 15:24:36.212 INFO O| Feb 24 15:24:36.212 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092026-02-24T15:24:37.807Z[ recovery-image] Feb 24 15:24:36.222 INFO O| Feb 24 15:24:36.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
65102026-02-24T15:24:37.807Z[ recovery-image] Feb 24 15:24:36.222 INFO O| Feb 24 15:24:36.222 INFO STEP 558 (remove_files) COMPLETE
65112026-02-24T15:24:37.810Z[ recovery-image] Feb 24 15:24:36.222 INFO O| Feb 24 15:24:36.222 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122026-02-24T15:24:37.815Z[ recovery-image] Feb 24 15:24:36.230 INFO O| Feb 24 15:24:36.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
65132026-02-24T15:24:37.816Z[ recovery-image] Feb 24 15:24:36.230 INFO O| Feb 24 15:24:36.230 INFO STEP 559 (remove_files) COMPLETE
65142026-02-24T15:24:37.816Z[ recovery-image] Feb 24 15:24:36.230 INFO O| Feb 24 15:24:36.230 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152026-02-24T15:24:37.826Z[ recovery-image] Feb 24 15:24:36.239 INFO O| Feb 24 15:24:36.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65162026-02-24T15:24:37.829Z[ recovery-image] Feb 24 15:24:36.239 INFO O| Feb 24 15:24:36.239 INFO STEP 560 (remove_files) COMPLETE
65172026-02-24T15:24:37.830Z[ recovery-image] Feb 24 15:24:36.239 INFO O| Feb 24 15:24:36.239 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182026-02-24T15:24:37.833Z[ recovery-image] Feb 24 15:24:36.247 INFO O| Feb 24 15:24:36.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65192026-02-24T15:24:37.833Z[ recovery-image] Feb 24 15:24:36.247 INFO O| Feb 24 15:24:36.247 INFO STEP 561 (remove_files) COMPLETE
65202026-02-24T15:24:37.833Z[ recovery-image] Feb 24 15:24:36.248 INFO O| Feb 24 15:24:36.247 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212026-02-24T15:24:37.843Z[ recovery-image] Feb 24 15:24:36.256 INFO O| Feb 24 15:24:36.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65222026-02-24T15:24:37.844Z[ recovery-image] Feb 24 15:24:36.256 INFO O| Feb 24 15:24:36.256 INFO STEP 562 (remove_files) COMPLETE
65232026-02-24T15:24:37.847Z[ recovery-image] Feb 24 15:24:36.256 INFO O| Feb 24 15:24:36.256 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242026-02-24T15:24:37.854Z[ recovery-image] Feb 24 15:24:36.268 INFO O| Feb 24 15:24:36.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65252026-02-24T15:24:37.859Z[ recovery-image] Feb 24 15:24:36.268 INFO O| Feb 24 15:24:36.268 INFO STEP 563 (remove_files) COMPLETE
65262026-02-24T15:24:37.859Z[ recovery-image] Feb 24 15:24:36.268 INFO O| Feb 24 15:24:36.268 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272026-02-24T15:24:37.863Z[ recovery-image] Feb 24 15:24:36.278 INFO O| Feb 24 15:24:36.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65282026-02-24T15:24:37.863Z[ recovery-image] Feb 24 15:24:36.278 INFO O| Feb 24 15:24:36.278 INFO STEP 564 (remove_files) COMPLETE
65292026-02-24T15:24:37.867Z[ recovery-image] Feb 24 15:24:36.278 INFO O| Feb 24 15:24:36.278 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302026-02-24T15:24:37.872Z[ recovery-image] Feb 24 15:24:36.287 INFO O| Feb 24 15:24:36.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65312026-02-24T15:24:37.875Z[ recovery-image] Feb 24 15:24:36.287 INFO O| Feb 24 15:24:36.287 INFO STEP 565 (remove_files) COMPLETE
65322026-02-24T15:24:37.875Z[ recovery-image] Feb 24 15:24:36.287 INFO O| Feb 24 15:24:36.287 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332026-02-24T15:24:37.880Z[ recovery-image] Feb 24 15:24:36.294 INFO O| Feb 24 15:24:36.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65342026-02-24T15:24:37.883Z[ recovery-image] Feb 24 15:24:36.294 INFO O| Feb 24 15:24:36.294 INFO STEP 566 (remove_files) COMPLETE
65352026-02-24T15:24:37.883Z[ recovery-image] Feb 24 15:24:36.294 INFO O| Feb 24 15:24:36.294 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362026-02-24T15:24:37.892Z[ recovery-image] Feb 24 15:24:36.304 INFO O| Feb 24 15:24:36.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65372026-02-24T15:24:37.895Z[ recovery-image] Feb 24 15:24:36.304 INFO O| Feb 24 15:24:36.304 INFO STEP 567 (remove_files) COMPLETE
65382026-02-24T15:24:37.895Z[ recovery-image] Feb 24 15:24:36.304 INFO O| Feb 24 15:24:36.304 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392026-02-24T15:24:37.899Z[ recovery-image] Feb 24 15:24:36.313 INFO O| Feb 24 15:24:36.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65402026-02-24T15:24:37.902Z[ recovery-image] Feb 24 15:24:36.314 INFO O| Feb 24 15:24:36.314 INFO STEP 568 (remove_files) COMPLETE
65412026-02-24T15:24:37.902Z[ recovery-image] Feb 24 15:24:36.314 INFO O| Feb 24 15:24:36.314 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422026-02-24T15:24:37.909Z[ recovery-image] Feb 24 15:24:36.323 INFO O| Feb 24 15:24:36.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65432026-02-24T15:24:37.912Z[ recovery-image] Feb 24 15:24:36.323 INFO O| Feb 24 15:24:36.323 INFO STEP 569 (remove_files) COMPLETE
65442026-02-24T15:24:37.912Z[ recovery-image] Feb 24 15:24:36.323 INFO O| Feb 24 15:24:36.323 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452026-02-24T15:24:37.916Z[ recovery-image] Feb 24 15:24:36.330 INFO O| Feb 24 15:24:36.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65462026-02-24T15:24:37.919Z[ recovery-image] Feb 24 15:24:36.331 INFO O| Feb 24 15:24:36.331 INFO STEP 570 (remove_files) COMPLETE
65472026-02-24T15:24:37.919Z[ recovery-image] Feb 24 15:24:36.331 INFO O| Feb 24 15:24:36.331 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482026-02-24T15:24:37.924Z[ recovery-image] Feb 24 15:24:36.339 INFO O| Feb 24 15:24:36.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65492026-02-24T15:24:37.925Z[ recovery-image] Feb 24 15:24:36.339 INFO O| Feb 24 15:24:36.339 INFO STEP 571 (remove_files) COMPLETE
65502026-02-24T15:24:37.925Z[ recovery-image] Feb 24 15:24:36.339 INFO O| Feb 24 15:24:36.339 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512026-02-24T15:24:37.933Z[ recovery-image] Feb 24 15:24:36.348 INFO O| Feb 24 15:24:36.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65522026-02-24T15:24:37.938Z[ recovery-image] Feb 24 15:24:36.348 INFO O| Feb 24 15:24:36.348 INFO STEP 572 (remove_files) COMPLETE
65532026-02-24T15:24:37.938Z[ recovery-image] Feb 24 15:24:36.348 INFO O| Feb 24 15:24:36.348 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542026-02-24T15:24:37.942Z[ recovery-image] Feb 24 15:24:36.356 INFO O| Feb 24 15:24:36.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65552026-02-24T15:24:37.942Z[ recovery-image] Feb 24 15:24:36.357 INFO O| Feb 24 15:24:36.357 INFO STEP 573 (remove_files) COMPLETE
65562026-02-24T15:24:37.946Z[ recovery-image] Feb 24 15:24:36.357 INFO O| Feb 24 15:24:36.357 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572026-02-24T15:24:37.951Z[ recovery-image] Feb 24 15:24:36.365 INFO O| Feb 24 15:24:36.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65582026-02-24T15:24:37.955Z[ recovery-image] Feb 24 15:24:36.365 INFO O| Feb 24 15:24:36.365 INFO STEP 574 (remove_files) COMPLETE
65592026-02-24T15:24:37.955Z[ recovery-image] Feb 24 15:24:36.365 INFO O| Feb 24 15:24:36.365 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602026-02-24T15:24:37.960Z[ recovery-image] Feb 24 15:24:36.374 INFO O| Feb 24 15:24:36.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65612026-02-24T15:24:37.970Z[ recovery-image] Feb 24 15:24:36.374 INFO O| Feb 24 15:24:36.374 INFO STEP 575 (remove_files) COMPLETE
65622026-02-24T15:24:37.970Z[ recovery-image] Feb 24 15:24:36.374 INFO O| Feb 24 15:24:36.374 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632026-02-24T15:24:37.996Z[ recovery-image] Feb 24 15:24:36.408 INFO O| Feb 24 15:24:36.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65642026-02-24T15:24:37.996Z[ recovery-image] Feb 24 15:24:36.408 INFO O| Feb 24 15:24:36.408 INFO STEP 576 (remove_files) COMPLETE
65652026-02-24T15:24:38.000Z[ recovery-image] Feb 24 15:24:36.408 INFO O| Feb 24 15:24:36.408 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662026-02-24T15:24:38.013Z[ recovery-image] Feb 24 15:24:36.427 INFO O| Feb 24 15:24:36.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65672026-02-24T15:24:38.018Z[ recovery-image] Feb 24 15:24:36.427 INFO O| Feb 24 15:24:36.427 INFO STEP 577 (remove_files) COMPLETE
65682026-02-24T15:24:38.018Z[ recovery-image] Feb 24 15:24:36.427 INFO O| Feb 24 15:24:36.427 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692026-02-24T15:24:38.023Z[ recovery-image] Feb 24 15:24:36.438 INFO O| Feb 24 15:24:36.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65702026-02-24T15:24:38.028Z[ recovery-image] Feb 24 15:24:36.438 INFO O| Feb 24 15:24:36.438 INFO STEP 578 (remove_files) COMPLETE
65712026-02-24T15:24:38.028Z[ recovery-image] Feb 24 15:24:36.438 INFO O| Feb 24 15:24:36.438 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722026-02-24T15:24:38.033Z[ recovery-image] Feb 24 15:24:36.447 INFO O| Feb 24 15:24:36.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65732026-02-24T15:24:38.033Z[ recovery-image] Feb 24 15:24:36.448 INFO O| Feb 24 15:24:36.447 INFO STEP 579 (remove_files) COMPLETE
65742026-02-24T15:24:38.036Z[ recovery-image] Feb 24 15:24:36.448 INFO O| Feb 24 15:24:36.448 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752026-02-24T15:24:38.044Z[ recovery-image] Feb 24 15:24:36.459 INFO O| Feb 24 15:24:36.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65762026-02-24T15:24:38.047Z[ recovery-image] Feb 24 15:24:36.459 INFO O| Feb 24 15:24:36.459 INFO STEP 580 (remove_files) COMPLETE
65772026-02-24T15:24:38.048Z[ recovery-image] Feb 24 15:24:36.459 INFO O| Feb 24 15:24:36.459 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782026-02-24T15:24:38.054Z[ recovery-image] Feb 24 15:24:36.469 INFO O| Feb 24 15:24:36.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65792026-02-24T15:24:38.054Z[ recovery-image] Feb 24 15:24:36.469 INFO O| Feb 24 15:24:36.469 INFO STEP 581 (remove_files) COMPLETE
65802026-02-24T15:24:38.058Z[ recovery-image] Feb 24 15:24:36.469 INFO O| Feb 24 15:24:36.469 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812026-02-24T15:24:38.063Z[ recovery-image] Feb 24 15:24:36.478 INFO O| Feb 24 15:24:36.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65822026-02-24T15:24:38.067Z[ recovery-image] Feb 24 15:24:36.479 INFO O| Feb 24 15:24:36.479 INFO STEP 582 (remove_files) COMPLETE
65832026-02-24T15:24:38.067Z[ recovery-image] Feb 24 15:24:36.479 INFO O| Feb 24 15:24:36.479 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842026-02-24T15:24:38.075Z[ recovery-image] Feb 24 15:24:36.489 INFO O| Feb 24 15:24:36.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65852026-02-24T15:24:38.079Z[ recovery-image] Feb 24 15:24:36.490 INFO O| Feb 24 15:24:36.490 INFO STEP 583 (remove_files) COMPLETE
65862026-02-24T15:24:38.079Z[ recovery-image] Feb 24 15:24:36.490 INFO O| Feb 24 15:24:36.490 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872026-02-24T15:24:38.085Z[ recovery-image] Feb 24 15:24:36.499 INFO O| Feb 24 15:24:36.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65882026-02-24T15:24:38.089Z[ recovery-image] Feb 24 15:24:36.500 INFO O| Feb 24 15:24:36.499 INFO STEP 584 (remove_files) COMPLETE
65892026-02-24T15:24:38.089Z[ recovery-image] Feb 24 15:24:36.500 INFO O| Feb 24 15:24:36.499 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902026-02-24T15:24:38.094Z[ recovery-image] Feb 24 15:24:36.508 INFO O| Feb 24 15:24:36.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65912026-02-24T15:24:38.097Z[ recovery-image] Feb 24 15:24:36.508 INFO O| Feb 24 15:24:36.508 INFO STEP 585 (remove_files) COMPLETE
65922026-02-24T15:24:38.097Z[ recovery-image] Feb 24 15:24:36.508 INFO O| Feb 24 15:24:36.508 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932026-02-24T15:24:38.103Z[ recovery-image] Feb 24 15:24:36.517 INFO O| Feb 24 15:24:36.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65942026-02-24T15:24:38.106Z[ recovery-image] Feb 24 15:24:36.517 INFO O| Feb 24 15:24:36.517 INFO STEP 586 (remove_files) COMPLETE
65952026-02-24T15:24:38.106Z[ recovery-image] Feb 24 15:24:36.517 INFO O| Feb 24 15:24:36.517 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962026-02-24T15:24:38.111Z[ recovery-image] Feb 24 15:24:36.526 INFO O| Feb 24 15:24:36.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65972026-02-24T15:24:38.114Z[ recovery-image] Feb 24 15:24:36.526 INFO O| Feb 24 15:24:36.526 INFO STEP 587 (remove_files) COMPLETE
65982026-02-24T15:24:38.114Z[ recovery-image] Feb 24 15:24:36.526 INFO O| Feb 24 15:24:36.526 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992026-02-24T15:24:38.122Z[ recovery-image] Feb 24 15:24:36.535 INFO O| Feb 24 15:24:36.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
66002026-02-24T15:24:38.122Z[ recovery-image] Feb 24 15:24:36.535 INFO O| Feb 24 15:24:36.535 INFO STEP 588 (remove_files) COMPLETE
66012026-02-24T15:24:38.122Z[ recovery-image] Feb 24 15:24:36.535 INFO O| Feb 24 15:24:36.535 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022026-02-24T15:24:38.130Z[ recovery-image] Feb 24 15:24:36.545 INFO O| Feb 24 15:24:36.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
66032026-02-24T15:24:38.130Z[ recovery-image] Feb 24 15:24:36.545 INFO O| Feb 24 15:24:36.545 INFO STEP 589 (remove_files) COMPLETE
66042026-02-24T15:24:38.133Z[ recovery-image] Feb 24 15:24:36.545 INFO O| Feb 24 15:24:36.545 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052026-02-24T15:24:38.140Z[ recovery-image] Feb 24 15:24:36.554 INFO O| Feb 24 15:24:36.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
66062026-02-24T15:24:38.140Z[ recovery-image] Feb 24 15:24:36.554 INFO O| Feb 24 15:24:36.554 INFO STEP 590 (remove_files) COMPLETE
66072026-02-24T15:24:38.143Z[ recovery-image] Feb 24 15:24:36.554 INFO O| Feb 24 15:24:36.554 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082026-02-24T15:24:38.148Z[ recovery-image] Feb 24 15:24:36.562 INFO O| Feb 24 15:24:36.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
66092026-02-24T15:24:38.148Z[ recovery-image] Feb 24 15:24:36.562 INFO O| Feb 24 15:24:36.562 INFO STEP 591 (remove_files) COMPLETE
66102026-02-24T15:24:38.148Z[ recovery-image] Feb 24 15:24:36.562 INFO O| Feb 24 15:24:36.562 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112026-02-24T15:24:38.157Z[ recovery-image] Feb 24 15:24:36.572 INFO O| Feb 24 15:24:36.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
66122026-02-24T15:24:38.161Z[ recovery-image] Feb 24 15:24:36.572 INFO O| Feb 24 15:24:36.572 INFO STEP 592 (remove_files) COMPLETE
66132026-02-24T15:24:38.161Z[ recovery-image] Feb 24 15:24:36.572 INFO O| Feb 24 15:24:36.572 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142026-02-24T15:24:38.167Z[ recovery-image] Feb 24 15:24:36.580 INFO O| Feb 24 15:24:36.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66152026-02-24T15:24:38.167Z[ recovery-image] Feb 24 15:24:36.581 INFO O| Feb 24 15:24:36.580 INFO STEP 593 (remove_files) COMPLETE
66162026-02-24T15:24:38.171Z[ recovery-image] Feb 24 15:24:36.581 INFO O| Feb 24 15:24:36.581 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172026-02-24T15:24:38.175Z[ recovery-image] Feb 24 15:24:36.590 INFO O| Feb 24 15:24:36.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66182026-02-24T15:24:38.175Z[ recovery-image] Feb 24 15:24:36.590 INFO O| Feb 24 15:24:36.590 INFO STEP 594 (remove_files) COMPLETE
66192026-02-24T15:24:38.178Z[ recovery-image] Feb 24 15:24:36.590 INFO O| Feb 24 15:24:36.590 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202026-02-24T15:24:38.183Z[ recovery-image] Feb 24 15:24:36.598 INFO O| Feb 24 15:24:36.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66212026-02-24T15:24:38.183Z[ recovery-image] Feb 24 15:24:36.598 INFO O| Feb 24 15:24:36.598 INFO STEP 595 (remove_files) COMPLETE
66222026-02-24T15:24:38.184Z[ recovery-image] Feb 24 15:24:36.598 INFO O| Feb 24 15:24:36.598 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232026-02-24T15:24:38.193Z[ recovery-image] Feb 24 15:24:36.607 INFO O| Feb 24 15:24:36.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66242026-02-24T15:24:38.194Z[ recovery-image] Feb 24 15:24:36.608 INFO O| Feb 24 15:24:36.607 INFO STEP 596 (remove_files) COMPLETE
66252026-02-24T15:24:38.194Z[ recovery-image] Feb 24 15:24:36.608 INFO O| Feb 24 15:24:36.608 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262026-02-24T15:24:38.201Z[ recovery-image] Feb 24 15:24:36.616 INFO O| Feb 24 15:24:36.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66272026-02-24T15:24:38.205Z[ recovery-image] Feb 24 15:24:36.616 INFO O| Feb 24 15:24:36.616 INFO STEP 597 (remove_files) COMPLETE
66282026-02-24T15:24:38.205Z[ recovery-image] Feb 24 15:24:36.616 INFO O| Feb 24 15:24:36.616 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292026-02-24T15:24:38.211Z[ recovery-image] Feb 24 15:24:36.625 INFO O| Feb 24 15:24:36.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66302026-02-24T15:24:38.211Z[ recovery-image] Feb 24 15:24:36.625 INFO O| Feb 24 15:24:36.625 INFO STEP 598 (remove_files) COMPLETE
66312026-02-24T15:24:38.214Z[ recovery-image] Feb 24 15:24:36.625 INFO O| Feb 24 15:24:36.625 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322026-02-24T15:24:38.223Z[ recovery-image] Feb 24 15:24:36.635 INFO O| Feb 24 15:24:36.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66332026-02-24T15:24:38.223Z[ recovery-image] Feb 24 15:24:36.635 INFO O| Feb 24 15:24:36.635 INFO STEP 599 (remove_files) COMPLETE
66342026-02-24T15:24:38.227Z[ recovery-image] Feb 24 15:24:36.635 INFO O| Feb 24 15:24:36.635 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352026-02-24T15:24:38.231Z[ recovery-image] Feb 24 15:24:36.644 INFO O| Feb 24 15:24:36.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66362026-02-24T15:24:38.231Z[ recovery-image] Feb 24 15:24:36.644 INFO O| Feb 24 15:24:36.644 INFO STEP 600 (remove_files) COMPLETE
66372026-02-24T15:24:38.236Z[ recovery-image] Feb 24 15:24:36.644 INFO O| Feb 24 15:24:36.644 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382026-02-24T15:24:38.239Z[ recovery-image] Feb 24 15:24:36.654 INFO O| Feb 24 15:24:36.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66392026-02-24T15:24:38.239Z[ recovery-image] Feb 24 15:24:36.654 INFO O| Feb 24 15:24:36.654 INFO STEP 601 (remove_files) COMPLETE
66402026-02-24T15:24:38.240Z[ recovery-image] Feb 24 15:24:36.654 INFO O| Feb 24 15:24:36.654 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412026-02-24T15:24:38.248Z[ recovery-image] Feb 24 15:24:36.662 INFO O| Feb 24 15:24:36.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66422026-02-24T15:24:38.251Z[ recovery-image] Feb 24 15:24:36.663 INFO O| Feb 24 15:24:36.663 INFO STEP 602 (remove_files) COMPLETE
66432026-02-24T15:24:38.252Z[ recovery-image] Feb 24 15:24:36.663 INFO O| Feb 24 15:24:36.663 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442026-02-24T15:24:38.256Z[ recovery-image] Feb 24 15:24:36.671 INFO O| Feb 24 15:24:36.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66452026-02-24T15:24:38.256Z[ recovery-image] Feb 24 15:24:36.671 INFO O| Feb 24 15:24:36.671 INFO STEP 603 (remove_files) COMPLETE
66462026-02-24T15:24:38.256Z[ recovery-image] Feb 24 15:24:36.671 INFO O| Feb 24 15:24:36.671 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472026-02-24T15:24:38.266Z[ recovery-image] Feb 24 15:24:36.681 INFO O| Feb 24 15:24:36.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66482026-02-24T15:24:38.267Z[ recovery-image] Feb 24 15:24:36.681 INFO O| Feb 24 15:24:36.681 INFO STEP 604 (remove_files) COMPLETE
66492026-02-24T15:24:38.267Z[ recovery-image] Feb 24 15:24:36.681 INFO O| Feb 24 15:24:36.681 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502026-02-24T15:24:38.275Z[ recovery-image] Feb 24 15:24:36.690 INFO O| Feb 24 15:24:36.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66512026-02-24T15:24:38.278Z[ recovery-image] Feb 24 15:24:36.690 INFO O| Feb 24 15:24:36.690 INFO STEP 605 (remove_files) COMPLETE
66522026-02-24T15:24:38.278Z[ recovery-image] Feb 24 15:24:36.690 INFO O| Feb 24 15:24:36.690 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532026-02-24T15:24:38.285Z[ recovery-image] Feb 24 15:24:36.700 INFO O| Feb 24 15:24:36.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66542026-02-24T15:24:38.288Z[ recovery-image] Feb 24 15:24:36.700 INFO O| Feb 24 15:24:36.700 INFO STEP 606 (remove_files) COMPLETE
66552026-02-24T15:24:38.288Z[ recovery-image] Feb 24 15:24:36.700 INFO O| Feb 24 15:24:36.700 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562026-02-24T15:24:38.294Z[ recovery-image] Feb 24 15:24:36.708 INFO O| Feb 24 15:24:36.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66572026-02-24T15:24:38.299Z[ recovery-image] Feb 24 15:24:36.708 INFO O| Feb 24 15:24:36.708 INFO STEP 607 (remove_files) COMPLETE
66582026-02-24T15:24:38.299Z[ recovery-image] Feb 24 15:24:36.708 INFO O| Feb 24 15:24:36.708 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592026-02-24T15:24:38.304Z[ recovery-image] Feb 24 15:24:36.718 INFO O| Feb 24 15:24:36.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66602026-02-24T15:24:38.304Z[ recovery-image] Feb 24 15:24:36.718 INFO O| Feb 24 15:24:36.718 INFO STEP 608 (remove_files) COMPLETE
66612026-02-24T15:24:38.307Z[ recovery-image] Feb 24 15:24:36.718 INFO O| Feb 24 15:24:36.718 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622026-02-24T15:24:38.314Z[ recovery-image] Feb 24 15:24:36.727 INFO O| Feb 24 15:24:36.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66632026-02-24T15:24:38.317Z[ recovery-image] Feb 24 15:24:36.727 INFO O| Feb 24 15:24:36.727 INFO STEP 609 (remove_files) COMPLETE
66642026-02-24T15:24:38.318Z[ recovery-image] Feb 24 15:24:36.727 INFO O| Feb 24 15:24:36.727 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652026-02-24T15:24:38.322Z[ recovery-image] Feb 24 15:24:36.735 INFO O| Feb 24 15:24:36.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66662026-02-24T15:24:38.322Z[ recovery-image] Feb 24 15:24:36.735 INFO O| Feb 24 15:24:36.735 INFO STEP 610 (remove_files) COMPLETE
66672026-02-24T15:24:38.328Z[ recovery-image] Feb 24 15:24:36.735 INFO O| Feb 24 15:24:36.735 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682026-02-24T15:24:38.331Z[ recovery-image] Feb 24 15:24:36.744 INFO O| Feb 24 15:24:36.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66692026-02-24T15:24:38.332Z[ recovery-image] Feb 24 15:24:36.744 INFO O| Feb 24 15:24:36.744 INFO STEP 611 (remove_files) COMPLETE
66702026-02-24T15:24:38.332Z[ recovery-image] Feb 24 15:24:36.744 INFO O| Feb 24 15:24:36.744 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712026-02-24T15:24:38.340Z[ recovery-image] Feb 24 15:24:36.753 INFO O| Feb 24 15:24:36.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66722026-02-24T15:24:38.340Z[ recovery-image] Feb 24 15:24:36.753 INFO O| Feb 24 15:24:36.753 INFO STEP 612 (remove_files) COMPLETE
66732026-02-24T15:24:38.340Z[ recovery-image] Feb 24 15:24:36.753 INFO O| Feb 24 15:24:36.753 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742026-02-24T15:24:38.348Z[ recovery-image] Feb 24 15:24:36.762 INFO O| Feb 24 15:24:36.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66752026-02-24T15:24:38.352Z[ recovery-image] Feb 24 15:24:36.762 INFO O| Feb 24 15:24:36.762 INFO STEP 613 (remove_files) COMPLETE
66762026-02-24T15:24:38.352Z[ recovery-image] Feb 24 15:24:36.763 INFO O| Feb 24 15:24:36.762 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772026-02-24T15:24:38.356Z[ recovery-image] Feb 24 15:24:36.771 INFO O| Feb 24 15:24:36.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66782026-02-24T15:24:38.356Z[ recovery-image] Feb 24 15:24:36.771 INFO O| Feb 24 15:24:36.771 INFO STEP 614 (remove_files) COMPLETE
66792026-02-24T15:24:38.359Z[ recovery-image] Feb 24 15:24:36.771 INFO O| Feb 24 15:24:36.771 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802026-02-24T15:24:38.366Z[ recovery-image] Feb 24 15:24:36.780 INFO O| Feb 24 15:24:36.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66812026-02-24T15:24:38.369Z[ recovery-image] Feb 24 15:24:36.780 INFO O| Feb 24 15:24:36.780 INFO STEP 615 (remove_files) COMPLETE
66822026-02-24T15:24:38.369Z[ recovery-image] Feb 24 15:24:36.780 INFO O| Feb 24 15:24:36.780 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832026-02-24T15:24:38.376Z[ recovery-image] Feb 24 15:24:36.791 INFO O| Feb 24 15:24:36.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66842026-02-24T15:24:38.379Z[ recovery-image] Feb 24 15:24:36.791 INFO O| Feb 24 15:24:36.791 INFO STEP 616 (remove_files) COMPLETE
66852026-02-24T15:24:38.380Z[ recovery-image] Feb 24 15:24:36.791 INFO O| Feb 24 15:24:36.791 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862026-02-24T15:24:38.385Z[ recovery-image] Feb 24 15:24:36.800 INFO O| Feb 24 15:24:36.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66872026-02-24T15:24:38.389Z[ recovery-image] Feb 24 15:24:36.801 INFO O| Feb 24 15:24:36.801 INFO STEP 617 (remove_files) COMPLETE
66882026-02-24T15:24:38.389Z[ recovery-image] Feb 24 15:24:36.801 INFO O| Feb 24 15:24:36.801 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892026-02-24T15:24:38.396Z[ recovery-image] Feb 24 15:24:36.810 INFO O| Feb 24 15:24:36.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66902026-02-24T15:24:38.400Z[ recovery-image] Feb 24 15:24:36.810 INFO O| Feb 24 15:24:36.810 INFO STEP 618 (remove_files) COMPLETE
66912026-02-24T15:24:38.401Z[ recovery-image] Feb 24 15:24:36.810 INFO O| Feb 24 15:24:36.810 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922026-02-24T15:24:38.405Z[ recovery-image] Feb 24 15:24:36.819 INFO O| Feb 24 15:24:36.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66932026-02-24T15:24:38.408Z[ recovery-image] Feb 24 15:24:36.819 INFO O| Feb 24 15:24:36.819 INFO STEP 619 (remove_files) COMPLETE
66942026-02-24T15:24:38.409Z[ recovery-image] Feb 24 15:24:36.819 INFO O| Feb 24 15:24:36.819 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952026-02-24T15:24:38.414Z[ recovery-image] Feb 24 15:24:36.828 INFO O| Feb 24 15:24:36.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66962026-02-24T15:24:38.417Z[ recovery-image] Feb 24 15:24:36.828 INFO O| Feb 24 15:24:36.828 INFO STEP 620 (remove_files) COMPLETE
66972026-02-24T15:24:38.417Z[ recovery-image] Feb 24 15:24:36.828 INFO O| Feb 24 15:24:36.828 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982026-02-24T15:24:38.422Z[ recovery-image] Feb 24 15:24:36.836 INFO O| Feb 24 15:24:36.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66992026-02-24T15:24:38.425Z[ recovery-image] Feb 24 15:24:36.836 INFO O| Feb 24 15:24:36.836 INFO STEP 621 (remove_files) COMPLETE
67002026-02-24T15:24:38.425Z[ recovery-image] Feb 24 15:24:36.837 INFO O| Feb 24 15:24:36.836 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012026-02-24T15:24:38.431Z[ recovery-image] Feb 24 15:24:36.845 INFO O| Feb 24 15:24:36.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
67022026-02-24T15:24:38.434Z[ recovery-image] Feb 24 15:24:36.846 INFO O| Feb 24 15:24:36.846 INFO STEP 622 (remove_files) COMPLETE
67032026-02-24T15:24:38.434Z[ recovery-image] Feb 24 15:24:36.846 INFO O| Feb 24 15:24:36.846 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042026-02-24T15:24:38.439Z[ recovery-image] Feb 24 15:24:36.853 INFO O| Feb 24 15:24:36.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
67052026-02-24T15:24:38.442Z[ recovery-image] Feb 24 15:24:36.854 INFO O| Feb 24 15:24:36.854 INFO STEP 623 (remove_files) COMPLETE
67062026-02-24T15:24:38.443Z[ recovery-image] Feb 24 15:24:36.854 INFO O| Feb 24 15:24:36.854 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072026-02-24T15:24:38.448Z[ recovery-image] Feb 24 15:24:36.862 INFO O| Feb 24 15:24:36.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
67082026-02-24T15:24:38.450Z[ recovery-image] Feb 24 15:24:36.862 INFO O| Feb 24 15:24:36.862 INFO STEP 624 (remove_files) COMPLETE
67092026-02-24T15:24:38.450Z[ recovery-image] Feb 24 15:24:36.862 INFO O| Feb 24 15:24:36.862 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102026-02-24T15:24:38.457Z[ recovery-image] Feb 24 15:24:36.870 INFO O| Feb 24 15:24:36.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
67112026-02-24T15:24:38.460Z[ recovery-image] Feb 24 15:24:36.870 INFO O| Feb 24 15:24:36.870 INFO STEP 625 (remove_files) COMPLETE
67122026-02-24T15:24:38.460Z[ recovery-image] Feb 24 15:24:36.870 INFO O| Feb 24 15:24:36.870 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132026-02-24T15:24:38.465Z[ recovery-image] Feb 24 15:24:36.879 INFO O| Feb 24 15:24:36.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
67142026-02-24T15:24:38.468Z[ recovery-image] Feb 24 15:24:36.879 INFO O| Feb 24 15:24:36.879 INFO STEP 626 (remove_files) COMPLETE
67152026-02-24T15:24:38.468Z[ recovery-image] Feb 24 15:24:36.879 INFO O| Feb 24 15:24:36.879 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162026-02-24T15:24:38.474Z[ recovery-image] Feb 24 15:24:36.889 INFO O| Feb 24 15:24:36.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67172026-02-24T15:24:38.474Z[ recovery-image] Feb 24 15:24:36.889 INFO O| Feb 24 15:24:36.889 INFO STEP 627 (remove_files) COMPLETE
67182026-02-24T15:24:38.479Z[ recovery-image] Feb 24 15:24:36.889 INFO O| Feb 24 15:24:36.889 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192026-02-24T15:24:38.484Z[ recovery-image] Feb 24 15:24:36.897 INFO O| Feb 24 15:24:36.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67202026-02-24T15:24:38.484Z[ recovery-image] Feb 24 15:24:36.897 INFO O| Feb 24 15:24:36.897 INFO STEP 628 (remove_files) COMPLETE
67212026-02-24T15:24:38.487Z[ recovery-image] Feb 24 15:24:36.897 INFO O| Feb 24 15:24:36.897 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222026-02-24T15:24:38.493Z[ recovery-image] Feb 24 15:24:36.907 INFO O| Feb 24 15:24:36.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67232026-02-24T15:24:38.496Z[ recovery-image] Feb 24 15:24:36.907 INFO O| Feb 24 15:24:36.907 INFO STEP 629 (remove_files) COMPLETE
67242026-02-24T15:24:38.496Z[ recovery-image] Feb 24 15:24:36.907 INFO O| Feb 24 15:24:36.907 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252026-02-24T15:24:38.501Z[ recovery-image] Feb 24 15:24:36.916 INFO O| Feb 24 15:24:36.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67262026-02-24T15:24:38.501Z[ recovery-image] Feb 24 15:24:36.916 INFO O| Feb 24 15:24:36.916 INFO STEP 630 (remove_files) COMPLETE
67272026-02-24T15:24:38.504Z[ recovery-image] Feb 24 15:24:36.916 INFO O| Feb 24 15:24:36.916 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282026-02-24T15:24:38.511Z[ recovery-image] Feb 24 15:24:36.925 INFO O| Feb 24 15:24:36.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67292026-02-24T15:24:38.511Z[ recovery-image] Feb 24 15:24:36.926 INFO O| Feb 24 15:24:36.926 INFO STEP 631 (remove_files) COMPLETE
67302026-02-24T15:24:38.515Z[ recovery-image] Feb 24 15:24:36.926 INFO O| Feb 24 15:24:36.926 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312026-02-24T15:24:38.520Z[ recovery-image] Feb 24 15:24:36.935 INFO O| Feb 24 15:24:36.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67322026-02-24T15:24:38.520Z[ recovery-image] Feb 24 15:24:36.935 INFO O| Feb 24 15:24:36.935 INFO STEP 632 (remove_files) COMPLETE
67332026-02-24T15:24:38.523Z[ recovery-image] Feb 24 15:24:36.935 INFO O| Feb 24 15:24:36.935 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342026-02-24T15:24:38.531Z[ recovery-image] Feb 24 15:24:36.945 INFO O| Feb 24 15:24:36.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67352026-02-24T15:24:38.531Z[ recovery-image] Feb 24 15:24:36.945 INFO O| Feb 24 15:24:36.945 INFO STEP 633 (remove_files) COMPLETE
67362026-02-24T15:24:38.535Z[ recovery-image] Feb 24 15:24:36.945 INFO O| Feb 24 15:24:36.945 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372026-02-24T15:24:38.541Z[ recovery-image] Feb 24 15:24:36.954 INFO O| Feb 24 15:24:36.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67382026-02-24T15:24:38.542Z[ recovery-image] Feb 24 15:24:36.954 INFO O| Feb 24 15:24:36.954 INFO STEP 634 (remove_files) COMPLETE
67392026-02-24T15:24:38.545Z[ recovery-image] Feb 24 15:24:36.954 INFO O| Feb 24 15:24:36.954 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402026-02-24T15:24:38.549Z[ recovery-image] Feb 24 15:24:36.962 INFO O| Feb 24 15:24:36.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67412026-02-24T15:24:38.549Z[ recovery-image] Feb 24 15:24:36.962 INFO O| Feb 24 15:24:36.962 INFO STEP 635 (remove_files) COMPLETE
67422026-02-24T15:24:38.549Z[ recovery-image] Feb 24 15:24:36.962 INFO O| Feb 24 15:24:36.962 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432026-02-24T15:24:38.557Z[ recovery-image] Feb 24 15:24:36.972 INFO O| Feb 24 15:24:36.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67442026-02-24T15:24:38.561Z[ recovery-image] Feb 24 15:24:36.972 INFO O| Feb 24 15:24:36.972 INFO STEP 636 (remove_files) COMPLETE
67452026-02-24T15:24:38.561Z[ recovery-image] Feb 24 15:24:36.972 INFO O| Feb 24 15:24:36.972 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462026-02-24T15:24:38.566Z[ recovery-image] Feb 24 15:24:36.981 INFO O| Feb 24 15:24:36.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67472026-02-24T15:24:38.567Z[ recovery-image] Feb 24 15:24:36.981 INFO O| Feb 24 15:24:36.981 INFO STEP 637 (remove_files) COMPLETE
67482026-02-24T15:24:38.570Z[ recovery-image] Feb 24 15:24:36.981 INFO O| Feb 24 15:24:36.981 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492026-02-24T15:24:38.574Z[ recovery-image] Feb 24 15:24:36.988 INFO O| Feb 24 15:24:36.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67502026-02-24T15:24:38.579Z[ recovery-image] Feb 24 15:24:36.988 INFO O| Feb 24 15:24:36.988 INFO STEP 638 (remove_files) COMPLETE
67512026-02-24T15:24:38.579Z[ recovery-image] Feb 24 15:24:36.989 INFO O| Feb 24 15:24:36.988 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522026-02-24T15:24:38.583Z[ recovery-image] Feb 24 15:24:36.997 INFO O| Feb 24 15:24:36.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67532026-02-24T15:24:38.583Z[ recovery-image] Feb 24 15:24:36.997 INFO O| Feb 24 15:24:36.997 INFO STEP 639 (remove_files) COMPLETE
67542026-02-24T15:24:38.583Z[ recovery-image] Feb 24 15:24:36.997 INFO O| Feb 24 15:24:36.997 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552026-02-24T15:24:38.593Z[ recovery-image] Feb 24 15:24:37.007 INFO O| Feb 24 15:24:37.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67562026-02-24T15:24:38.594Z[ recovery-image] Feb 24 15:24:37.007 INFO O| Feb 24 15:24:37.007 INFO STEP 640 (remove_files) COMPLETE
67572026-02-24T15:24:38.597Z[ recovery-image] Feb 24 15:24:37.007 INFO O| Feb 24 15:24:37.007 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582026-02-24T15:24:38.604Z[ recovery-image] Feb 24 15:24:37.018 INFO O| Feb 24 15:24:37.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67592026-02-24T15:24:38.604Z[ recovery-image] Feb 24 15:24:37.018 INFO O| Feb 24 15:24:37.018 INFO STEP 641 (remove_files) COMPLETE
67602026-02-24T15:24:38.604Z[ recovery-image] Feb 24 15:24:37.018 INFO O| Feb 24 15:24:37.018 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612026-02-24T15:24:38.614Z[ recovery-image] Feb 24 15:24:37.029 INFO O| Feb 24 15:24:37.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67622026-02-24T15:24:38.614Z[ recovery-image] Feb 24 15:24:37.029 INFO O| Feb 24 15:24:37.029 INFO STEP 642 (remove_files) COMPLETE
67632026-02-24T15:24:38.618Z[ recovery-image] Feb 24 15:24:37.029 INFO O| Feb 24 15:24:37.029 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642026-02-24T15:24:38.623Z[ recovery-image] Feb 24 15:24:37.037 INFO O| Feb 24 15:24:37.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67652026-02-24T15:24:38.628Z[ recovery-image] Feb 24 15:24:37.037 INFO O| Feb 24 15:24:37.037 INFO STEP 643 (remove_files) COMPLETE
67662026-02-24T15:24:38.628Z[ recovery-image] Feb 24 15:24:37.037 INFO O| Feb 24 15:24:37.037 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672026-02-24T15:24:38.634Z[ recovery-image] Feb 24 15:24:37.048 INFO O| Feb 24 15:24:37.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67682026-02-24T15:24:38.637Z[ recovery-image] Feb 24 15:24:37.048 INFO O| Feb 24 15:24:37.048 INFO STEP 644 (remove_files) COMPLETE
67692026-02-24T15:24:38.637Z[ recovery-image] Feb 24 15:24:37.048 INFO O| Feb 24 15:24:37.048 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702026-02-24T15:24:38.644Z[ recovery-image] Feb 24 15:24:37.059 INFO O| Feb 24 15:24:37.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67712026-02-24T15:24:38.647Z[ recovery-image] Feb 24 15:24:37.059 INFO O| Feb 24 15:24:37.059 INFO STEP 645 (remove_files) COMPLETE
67722026-02-24T15:24:38.647Z[ recovery-image] Feb 24 15:24:37.059 INFO O| Feb 24 15:24:37.059 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732026-02-24T15:24:38.654Z[ recovery-image] Feb 24 15:24:37.067 INFO O| Feb 24 15:24:37.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67742026-02-24T15:24:38.658Z[ recovery-image] Feb 24 15:24:37.067 INFO O| Feb 24 15:24:37.067 INFO STEP 646 (remove_files) COMPLETE
67752026-02-24T15:24:38.658Z[ recovery-image] Feb 24 15:24:37.068 INFO O| Feb 24 15:24:37.067 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762026-02-24T15:24:38.715Z[ recovery-image] Feb 24 15:24:37.075 INFO O| Feb 24 15:24:37.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67772026-02-24T15:24:38.715Z[ recovery-image] Feb 24 15:24:37.076 INFO O| Feb 24 15:24:37.075 INFO STEP 647 (remove_files) COMPLETE
67782026-02-24T15:24:38.715Z[ recovery-image] Feb 24 15:24:37.076 INFO O| Feb 24 15:24:37.076 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792026-02-24T15:24:38.715Z[ recovery-image] Feb 24 15:24:37.086 INFO O| Feb 24 15:24:37.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67802026-02-24T15:24:38.715Z[ recovery-image] Feb 24 15:24:37.087 INFO O| Feb 24 15:24:37.086 INFO STEP 648 (remove_files) COMPLETE
67812026-02-24T15:24:38.715Z[ recovery-image] Feb 24 15:24:37.087 INFO O| Feb 24 15:24:37.086 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822026-02-24T15:24:38.715Z[ recovery-image] Feb 24 15:24:37.096 INFO O| Feb 24 15:24:37.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67832026-02-24T15:24:38.715Z[ recovery-image] Feb 24 15:24:37.096 INFO O| Feb 24 15:24:37.096 INFO STEP 649 (remove_files) COMPLETE
67842026-02-24T15:24:38.715Z[ recovery-image] Feb 24 15:24:37.096 INFO O| Feb 24 15:24:37.096 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852026-02-24T15:24:38.715Z[ recovery-image] Feb 24 15:24:37.103 INFO O| Feb 24 15:24:37.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67862026-02-24T15:24:38.715Z[ recovery-image] Feb 24 15:24:37.103 INFO O| Feb 24 15:24:37.103 INFO STEP 650 (remove_files) COMPLETE
67872026-02-24T15:24:38.717Z[ recovery-image] Feb 24 15:24:37.103 INFO O| Feb 24 15:24:37.103 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882026-02-24T15:24:38.717Z[ recovery-image] Feb 24 15:24:37.110 INFO O| Feb 24 15:24:37.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67892026-02-24T15:24:38.717Z[ recovery-image] Feb 24 15:24:37.110 INFO O| Feb 24 15:24:37.110 INFO STEP 651 (remove_files) COMPLETE
67902026-02-24T15:24:38.717Z[ recovery-image] Feb 24 15:24:37.110 INFO O| Feb 24 15:24:37.110 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912026-02-24T15:24:38.717Z[ recovery-image] Feb 24 15:24:37.119 INFO O| Feb 24 15:24:37.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67922026-02-24T15:24:38.717Z[ recovery-image] Feb 24 15:24:37.119 INFO O| Feb 24 15:24:37.119 INFO STEP 652 (remove_files) COMPLETE
67932026-02-24T15:24:38.717Z[ recovery-image] Feb 24 15:24:37.119 INFO O| Feb 24 15:24:37.119 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942026-02-24T15:24:38.717Z[ recovery-image] Feb 24 15:24:37.127 INFO O| Feb 24 15:24:37.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67952026-02-24T15:24:38.717Z[ recovery-image] Feb 24 15:24:37.127 INFO O| Feb 24 15:24:37.127 INFO STEP 653 (remove_files) COMPLETE
67962026-02-24T15:24:38.717Z[ recovery-image] Feb 24 15:24:37.128 INFO O| Feb 24 15:24:37.127 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972026-02-24T15:24:38.722Z[ recovery-image] Feb 24 15:24:37.135 INFO O| Feb 24 15:24:37.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67982026-02-24T15:24:38.722Z[ recovery-image] Feb 24 15:24:37.135 INFO O| Feb 24 15:24:37.135 INFO STEP 654 (remove_files) COMPLETE
67992026-02-24T15:24:38.722Z[ recovery-image] Feb 24 15:24:37.135 INFO O| Feb 24 15:24:37.135 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002026-02-24T15:24:38.728Z[ recovery-image] Feb 24 15:24:37.142 INFO O| Feb 24 15:24:37.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
68012026-02-24T15:24:38.728Z[ recovery-image] Feb 24 15:24:37.142 INFO O| Feb 24 15:24:37.142 INFO STEP 655 (remove_files) COMPLETE
68022026-02-24T15:24:38.732Z[ recovery-image] Feb 24 15:24:37.142 INFO O| Feb 24 15:24:37.142 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032026-02-24T15:24:38.738Z[ recovery-image] Feb 24 15:24:37.152 INFO O| Feb 24 15:24:37.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
68042026-02-24T15:24:38.738Z[ recovery-image] Feb 24 15:24:37.152 INFO O| Feb 24 15:24:37.152 INFO STEP 656 (remove_files) COMPLETE
68052026-02-24T15:24:38.738Z[ recovery-image] Feb 24 15:24:37.152 INFO O| Feb 24 15:24:37.152 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062026-02-24T15:24:38.745Z[ recovery-image] Feb 24 15:24:37.160 INFO O| Feb 24 15:24:37.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
68072026-02-24T15:24:38.745Z[ recovery-image] Feb 24 15:24:37.160 INFO O| Feb 24 15:24:37.160 INFO STEP 657 (remove_files) COMPLETE
68082026-02-24T15:24:38.748Z[ recovery-image] Feb 24 15:24:37.160 INFO O| Feb 24 15:24:37.160 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092026-02-24T15:24:38.757Z[ recovery-image] Feb 24 15:24:37.172 INFO O| Feb 24 15:24:37.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
68102026-02-24T15:24:38.760Z[ recovery-image] Feb 24 15:24:37.172 INFO O| Feb 24 15:24:37.172 INFO STEP 658 (remove_files) COMPLETE
68112026-02-24T15:24:38.760Z[ recovery-image] Feb 24 15:24:37.172 INFO O| Feb 24 15:24:37.172 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122026-02-24T15:24:38.767Z[ recovery-image] Feb 24 15:24:37.182 INFO O| Feb 24 15:24:37.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
68132026-02-24T15:24:38.767Z[ recovery-image] Feb 24 15:24:37.182 INFO O| Feb 24 15:24:37.182 INFO STEP 659 (remove_files) COMPLETE
68142026-02-24T15:24:38.771Z[ recovery-image] Feb 24 15:24:37.182 INFO O| Feb 24 15:24:37.182 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152026-02-24T15:24:38.777Z[ recovery-image] Feb 24 15:24:37.191 INFO O| Feb 24 15:24:37.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68162026-02-24T15:24:38.777Z[ recovery-image] Feb 24 15:24:37.191 INFO O| Feb 24 15:24:37.191 INFO STEP 660 (remove_files) COMPLETE
68172026-02-24T15:24:38.781Z[ recovery-image] Feb 24 15:24:37.191 INFO O| Feb 24 15:24:37.191 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182026-02-24T15:24:38.784Z[ recovery-image] Feb 24 15:24:37.198 INFO O| Feb 24 15:24:37.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68192026-02-24T15:24:38.787Z[ recovery-image] Feb 24 15:24:37.198 INFO O| Feb 24 15:24:37.198 INFO STEP 661 (remove_files) COMPLETE
68202026-02-24T15:24:38.787Z[ recovery-image] Feb 24 15:24:37.198 INFO O| Feb 24 15:24:37.198 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212026-02-24T15:24:38.792Z[ recovery-image] Feb 24 15:24:37.206 INFO O| Feb 24 15:24:37.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68222026-02-24T15:24:38.795Z[ recovery-image] Feb 24 15:24:37.207 INFO O| Feb 24 15:24:37.207 INFO STEP 662 (remove_files) COMPLETE
68232026-02-24T15:24:38.795Z[ recovery-image] Feb 24 15:24:37.207 INFO O| Feb 24 15:24:37.207 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242026-02-24T15:24:38.801Z[ recovery-image] Feb 24 15:24:37.216 INFO O| Feb 24 15:24:37.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68252026-02-24T15:24:38.805Z[ recovery-image] Feb 24 15:24:37.216 INFO O| Feb 24 15:24:37.216 INFO STEP 663 (remove_files) COMPLETE
68262026-02-24T15:24:38.805Z[ recovery-image] Feb 24 15:24:37.216 INFO O| Feb 24 15:24:37.216 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272026-02-24T15:24:38.809Z[ recovery-image] Feb 24 15:24:37.224 INFO O| Feb 24 15:24:37.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68282026-02-24T15:24:38.809Z[ recovery-image] Feb 24 15:24:37.224 INFO O| Feb 24 15:24:37.224 INFO STEP 664 (remove_files) COMPLETE
68292026-02-24T15:24:38.813Z[ recovery-image] Feb 24 15:24:37.224 INFO O| Feb 24 15:24:37.224 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302026-02-24T15:24:38.819Z[ recovery-image] Feb 24 15:24:37.233 INFO O| Feb 24 15:24:37.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68312026-02-24T15:24:38.819Z[ recovery-image] Feb 24 15:24:37.233 INFO O| Feb 24 15:24:37.233 INFO STEP 665 (remove_files) COMPLETE
68322026-02-24T15:24:38.819Z[ recovery-image] Feb 24 15:24:37.233 INFO O| Feb 24 15:24:37.233 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332026-02-24T15:24:38.826Z[ recovery-image] Feb 24 15:24:37.241 INFO O| Feb 24 15:24:37.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68342026-02-24T15:24:38.826Z[ recovery-image] Feb 24 15:24:37.241 INFO O| Feb 24 15:24:37.241 INFO STEP 666 (remove_files) COMPLETE
68352026-02-24T15:24:38.830Z[ recovery-image] Feb 24 15:24:37.241 INFO O| Feb 24 15:24:37.241 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362026-02-24T15:24:38.835Z[ recovery-image] Feb 24 15:24:37.248 INFO O| Feb 24 15:24:37.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68372026-02-24T15:24:38.835Z[ recovery-image] Feb 24 15:24:37.248 INFO O| Feb 24 15:24:37.248 INFO STEP 667 (remove_files) COMPLETE
68382026-02-24T15:24:38.839Z[ recovery-image] Feb 24 15:24:37.248 INFO O| Feb 24 15:24:37.248 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392026-02-24T15:24:38.843Z[ recovery-image] Feb 24 15:24:37.257 INFO O| Feb 24 15:24:37.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68402026-02-24T15:24:38.846Z[ recovery-image] Feb 24 15:24:37.257 INFO O| Feb 24 15:24:37.257 INFO STEP 668 (remove_files) COMPLETE
68412026-02-24T15:24:38.846Z[ recovery-image] Feb 24 15:24:37.258 INFO O| Feb 24 15:24:37.257 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422026-02-24T15:24:38.850Z[ recovery-image] Feb 24 15:24:37.265 INFO O| Feb 24 15:24:37.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68432026-02-24T15:24:38.853Z[ recovery-image] Feb 24 15:24:37.265 INFO O| Feb 24 15:24:37.265 INFO STEP 669 (remove_files) COMPLETE
68442026-02-24T15:24:38.853Z[ recovery-image] Feb 24 15:24:37.265 INFO O| Feb 24 15:24:37.265 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452026-02-24T15:24:38.857Z[ recovery-image] Feb 24 15:24:37.272 INFO O| Feb 24 15:24:37.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68462026-02-24T15:24:38.862Z[ recovery-image] Feb 24 15:24:37.272 INFO O| Feb 24 15:24:37.272 INFO STEP 670 (remove_files) COMPLETE
68472026-02-24T15:24:38.862Z[ recovery-image] Feb 24 15:24:37.272 INFO O| Feb 24 15:24:37.272 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482026-02-24T15:24:38.866Z[ recovery-image] Feb 24 15:24:37.280 INFO O| Feb 24 15:24:37.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68492026-02-24T15:24:38.866Z[ recovery-image] Feb 24 15:24:37.280 INFO O| Feb 24 15:24:37.280 INFO STEP 671 (remove_files) COMPLETE
68502026-02-24T15:24:38.866Z[ recovery-image] Feb 24 15:24:37.280 INFO O| Feb 24 15:24:37.280 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512026-02-24T15:24:38.875Z[ recovery-image] Feb 24 15:24:37.288 INFO O| Feb 24 15:24:37.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68522026-02-24T15:24:38.875Z[ recovery-image] Feb 24 15:24:37.288 INFO O| Feb 24 15:24:37.288 INFO STEP 672 (remove_files) COMPLETE
68532026-02-24T15:24:38.878Z[ recovery-image] Feb 24 15:24:37.288 INFO O| Feb 24 15:24:37.288 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542026-02-24T15:24:38.882Z[ recovery-image] Feb 24 15:24:37.297 INFO O| Feb 24 15:24:37.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68552026-02-24T15:24:38.883Z[ recovery-image] Feb 24 15:24:37.297 INFO O| Feb 24 15:24:37.297 INFO STEP 673 (remove_files) COMPLETE
68562026-02-24T15:24:38.883Z[ recovery-image] Feb 24 15:24:37.297 INFO O| Feb 24 15:24:37.297 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572026-02-24T15:24:38.891Z[ recovery-image] Feb 24 15:24:37.304 INFO O| Feb 24 15:24:37.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68582026-02-24T15:24:38.894Z[ recovery-image] Feb 24 15:24:37.305 INFO O| Feb 24 15:24:37.304 INFO STEP 674 (remove_files) COMPLETE
68592026-02-24T15:24:38.894Z[ recovery-image] Feb 24 15:24:37.305 INFO O| Feb 24 15:24:37.305 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602026-02-24T15:24:38.900Z[ recovery-image] Feb 24 15:24:37.313 INFO O| Feb 24 15:24:37.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68612026-02-24T15:24:38.903Z[ recovery-image] Feb 24 15:24:37.313 INFO O| Feb 24 15:24:37.313 INFO STEP 675 (remove_files) COMPLETE
68622026-02-24T15:24:38.903Z[ recovery-image] Feb 24 15:24:37.313 INFO O| Feb 24 15:24:37.313 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632026-02-24T15:24:38.908Z[ recovery-image] Feb 24 15:24:37.322 INFO O| Feb 24 15:24:37.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68642026-02-24T15:24:38.908Z[ recovery-image] Feb 24 15:24:37.322 INFO O| Feb 24 15:24:37.322 INFO STEP 676 (remove_files) COMPLETE
68652026-02-24T15:24:38.911Z[ recovery-image] Feb 24 15:24:37.322 INFO O| Feb 24 15:24:37.322 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662026-02-24T15:24:38.916Z[ recovery-image] Feb 24 15:24:37.330 INFO O| Feb 24 15:24:37.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68672026-02-24T15:24:38.916Z[ recovery-image] Feb 24 15:24:37.330 INFO O| Feb 24 15:24:37.330 INFO STEP 677 (remove_files) COMPLETE
68682026-02-24T15:24:38.916Z[ recovery-image] Feb 24 15:24:37.330 INFO O| Feb 24 15:24:37.330 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692026-02-24T15:24:38.923Z[ recovery-image] Feb 24 15:24:37.338 INFO O| Feb 24 15:24:37.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68702026-02-24T15:24:38.923Z[ recovery-image] Feb 24 15:24:37.338 INFO O| Feb 24 15:24:37.338 INFO STEP 678 (remove_files) COMPLETE
68712026-02-24T15:24:38.924Z[ recovery-image] Feb 24 15:24:37.338 INFO O| Feb 24 15:24:37.338 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722026-02-24T15:24:38.931Z[ recovery-image] Feb 24 15:24:37.346 INFO O| Feb 24 15:24:37.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68732026-02-24T15:24:38.931Z[ recovery-image] Feb 24 15:24:37.346 INFO O| Feb 24 15:24:37.346 INFO STEP 679 (remove_files) COMPLETE
68742026-02-24T15:24:38.935Z[ recovery-image] Feb 24 15:24:37.346 INFO O| Feb 24 15:24:37.346 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752026-02-24T15:24:38.939Z[ recovery-image] Feb 24 15:24:37.354 INFO O| Feb 24 15:24:37.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68762026-02-24T15:24:38.940Z[ recovery-image] Feb 24 15:24:37.354 INFO O| Feb 24 15:24:37.354 INFO STEP 680 (remove_files) COMPLETE
68772026-02-24T15:24:38.940Z[ recovery-image] Feb 24 15:24:37.354 INFO O| Feb 24 15:24:37.354 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782026-02-24T15:24:38.947Z[ recovery-image] Feb 24 15:24:37.362 INFO O| Feb 24 15:24:37.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68792026-02-24T15:24:38.950Z[ recovery-image] Feb 24 15:24:37.363 INFO O| Feb 24 15:24:37.363 INFO STEP 681 (remove_files) COMPLETE
68802026-02-24T15:24:38.950Z[ recovery-image] Feb 24 15:24:37.363 INFO O| Feb 24 15:24:37.363 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812026-02-24T15:24:38.956Z[ recovery-image] Feb 24 15:24:37.370 INFO O| Feb 24 15:24:37.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68822026-02-24T15:24:38.956Z[ recovery-image] Feb 24 15:24:37.370 INFO O| Feb 24 15:24:37.370 INFO STEP 682 (remove_files) COMPLETE
68832026-02-24T15:24:38.960Z[ recovery-image] Feb 24 15:24:37.370 INFO O| Feb 24 15:24:37.370 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842026-02-24T15:24:38.963Z[ recovery-image] Feb 24 15:24:37.378 INFO O| Feb 24 15:24:37.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68852026-02-24T15:24:38.964Z[ recovery-image] Feb 24 15:24:37.378 INFO O| Feb 24 15:24:37.378 INFO STEP 683 (remove_files) COMPLETE
68862026-02-24T15:24:38.964Z[ recovery-image] Feb 24 15:24:37.378 INFO O| Feb 24 15:24:37.378 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872026-02-24T15:24:38.975Z[ recovery-image] Feb 24 15:24:37.386 INFO O| Feb 24 15:24:37.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68882026-02-24T15:24:38.975Z[ recovery-image] Feb 24 15:24:37.386 INFO O| Feb 24 15:24:37.386 INFO STEP 684 (remove_files) COMPLETE
68892026-02-24T15:24:38.975Z[ recovery-image] Feb 24 15:24:37.386 INFO O| Feb 24 15:24:37.386 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902026-02-24T15:24:38.988Z[ recovery-image] Feb 24 15:24:37.393 INFO O| Feb 24 15:24:37.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68912026-02-24T15:24:38.988Z[ recovery-image] Feb 24 15:24:37.393 INFO O| Feb 24 15:24:37.393 INFO STEP 685 (remove_files) COMPLETE
68922026-02-24T15:24:38.988Z[ recovery-image] Feb 24 15:24:37.393 INFO O| Feb 24 15:24:37.393 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932026-02-24T15:24:38.988Z[ recovery-image] Feb 24 15:24:37.400 INFO O| Feb 24 15:24:37.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68942026-02-24T15:24:38.988Z[ recovery-image] Feb 24 15:24:37.400 INFO O| Feb 24 15:24:37.400 INFO STEP 686 (remove_files) COMPLETE
68952026-02-24T15:24:38.988Z[ recovery-image] Feb 24 15:24:37.400 INFO O| Feb 24 15:24:37.400 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962026-02-24T15:24:38.993Z[ recovery-image] Feb 24 15:24:37.408 INFO O| Feb 24 15:24:37.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68972026-02-24T15:24:38.997Z[ recovery-image] Feb 24 15:24:37.408 INFO O| Feb 24 15:24:37.408 INFO STEP 687 (remove_files) COMPLETE
68982026-02-24T15:24:38.997Z[ recovery-image] Feb 24 15:24:37.408 INFO O| Feb 24 15:24:37.408 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992026-02-24T15:24:39.001Z[ recovery-image] Feb 24 15:24:37.415 INFO O| Feb 24 15:24:37.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
69002026-02-24T15:24:39.001Z[ recovery-image] Feb 24 15:24:37.415 INFO O| Feb 24 15:24:37.415 INFO STEP 688 (remove_files) COMPLETE
69012026-02-24T15:24:39.004Z[ recovery-image] Feb 24 15:24:37.415 INFO O| Feb 24 15:24:37.415 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022026-02-24T15:24:39.009Z[ recovery-image] Feb 24 15:24:37.422 INFO O| Feb 24 15:24:37.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
69032026-02-24T15:24:39.012Z[ recovery-image] Feb 24 15:24:37.422 INFO O| Feb 24 15:24:37.422 INFO STEP 689 (remove_files) COMPLETE
69042026-02-24T15:24:39.012Z[ recovery-image] Feb 24 15:24:37.423 INFO O| Feb 24 15:24:37.422 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052026-02-24T15:24:39.033Z[ recovery-image] Feb 24 15:24:37.430 INFO O| Feb 24 15:24:37.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
69062026-02-24T15:24:39.033Z[ recovery-image] Feb 24 15:24:37.431 INFO O| Feb 24 15:24:37.430 INFO STEP 690 (remove_files) COMPLETE
69072026-02-24T15:24:39.033Z[ recovery-image] Feb 24 15:24:37.431 INFO O| Feb 24 15:24:37.430 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082026-02-24T15:24:39.033Z[ recovery-image] Feb 24 15:24:37.440 INFO O| Feb 24 15:24:37.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
69092026-02-24T15:24:39.033Z[ recovery-image] Feb 24 15:24:37.440 INFO O| Feb 24 15:24:37.440 INFO STEP 691 (remove_files) COMPLETE
69102026-02-24T15:24:39.033Z[ recovery-image] Feb 24 15:24:37.440 INFO O| Feb 24 15:24:37.440 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112026-02-24T15:24:39.038Z[ recovery-image] Feb 24 15:24:37.448 INFO O| Feb 24 15:24:37.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
69122026-02-24T15:24:39.038Z[ recovery-image] Feb 24 15:24:37.448 INFO O| Feb 24 15:24:37.448 INFO STEP 692 (remove_files) COMPLETE
69132026-02-24T15:24:39.038Z[ recovery-image] Feb 24 15:24:37.448 INFO O| Feb 24 15:24:37.448 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142026-02-24T15:24:39.071Z[ recovery-image] Feb 24 15:24:37.456 INFO O| Feb 24 15:24:37.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69152026-02-24T15:24:39.075Z[ recovery-image] Feb 24 15:24:37.456 INFO O| Feb 24 15:24:37.456 INFO STEP 693 (remove_files) COMPLETE
69162026-02-24T15:24:39.075Z[ recovery-image] Feb 24 15:24:37.456 INFO O| Feb 24 15:24:37.456 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172026-02-24T15:24:39.075Z[ recovery-image] Feb 24 15:24:37.465 INFO O| Feb 24 15:24:37.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69182026-02-24T15:24:39.075Z[ recovery-image] Feb 24 15:24:37.465 INFO O| Feb 24 15:24:37.465 INFO STEP 694 (remove_files) COMPLETE
69192026-02-24T15:24:39.075Z[ recovery-image] Feb 24 15:24:37.465 INFO O| Feb 24 15:24:37.465 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202026-02-24T15:24:39.075Z[ recovery-image] Feb 24 15:24:37.473 INFO O| Feb 24 15:24:37.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69212026-02-24T15:24:39.075Z[ recovery-image] Feb 24 15:24:37.474 INFO O| Feb 24 15:24:37.474 INFO STEP 695 (remove_files) COMPLETE
69222026-02-24T15:24:39.075Z[ recovery-image] Feb 24 15:24:37.474 INFO O| Feb 24 15:24:37.474 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232026-02-24T15:24:39.076Z[ recovery-image] Feb 24 15:24:37.482 INFO O| Feb 24 15:24:37.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69242026-02-24T15:24:39.076Z[ recovery-image] Feb 24 15:24:37.482 INFO O| Feb 24 15:24:37.482 INFO STEP 696 (remove_files) COMPLETE
69252026-02-24T15:24:39.076Z[ recovery-image] Feb 24 15:24:37.482 INFO O| Feb 24 15:24:37.482 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262026-02-24T15:24:39.081Z[ recovery-image] Feb 24 15:24:37.490 INFO O| Feb 24 15:24:37.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69272026-02-24T15:24:39.081Z[ recovery-image] Feb 24 15:24:37.490 INFO O| Feb 24 15:24:37.490 INFO STEP 697 (remove_files) COMPLETE
69282026-02-24T15:24:39.081Z[ recovery-image] Feb 24 15:24:37.490 INFO O| Feb 24 15:24:37.490 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292026-02-24T15:24:39.084Z[ recovery-image] Feb 24 15:24:37.498 INFO O| Feb 24 15:24:37.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69302026-02-24T15:24:39.084Z[ recovery-image] Feb 24 15:24:37.498 INFO O| Feb 24 15:24:37.498 INFO STEP 698 (remove_files) COMPLETE
69312026-02-24T15:24:39.084Z[ recovery-image] Feb 24 15:24:37.498 INFO O| Feb 24 15:24:37.498 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322026-02-24T15:24:39.093Z[ recovery-image] Feb 24 15:24:37.506 INFO O| Feb 24 15:24:37.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69332026-02-24T15:24:39.093Z[ recovery-image] Feb 24 15:24:37.506 INFO O| Feb 24 15:24:37.506 INFO STEP 699 (remove_files) COMPLETE
69342026-02-24T15:24:39.093Z[ recovery-image] Feb 24 15:24:37.506 INFO O| Feb 24 15:24:37.506 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352026-02-24T15:24:39.100Z[ recovery-image] Feb 24 15:24:37.514 INFO O| Feb 24 15:24:37.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69362026-02-24T15:24:39.114Z[ recovery-image] Feb 24 15:24:37.514 INFO O| Feb 24 15:24:37.514 INFO STEP 700 (remove_files) COMPLETE
69372026-02-24T15:24:39.114Z[ recovery-image] Feb 24 15:24:37.514 INFO O| Feb 24 15:24:37.514 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382026-02-24T15:24:39.119Z[ recovery-image] Feb 24 15:24:37.521 INFO O| Feb 24 15:24:37.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69392026-02-24T15:24:39.119Z[ recovery-image] Feb 24 15:24:37.521 INFO O| Feb 24 15:24:37.521 INFO STEP 701 (remove_files) COMPLETE
69402026-02-24T15:24:39.119Z[ recovery-image] Feb 24 15:24:37.521 INFO O| Feb 24 15:24:37.521 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412026-02-24T15:24:39.119Z[ recovery-image] Feb 24 15:24:37.528 INFO O| Feb 24 15:24:37.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69422026-02-24T15:24:39.119Z[ recovery-image] Feb 24 15:24:37.528 INFO O| Feb 24 15:24:37.528 INFO STEP 702 (remove_files) COMPLETE
69432026-02-24T15:24:39.119Z[ recovery-image] Feb 24 15:24:37.528 INFO O| Feb 24 15:24:37.528 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442026-02-24T15:24:39.123Z[ recovery-image] Feb 24 15:24:37.536 INFO O| Feb 24 15:24:37.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69452026-02-24T15:24:39.123Z[ recovery-image] Feb 24 15:24:37.536 INFO O| Feb 24 15:24:37.536 INFO STEP 703 (remove_files) COMPLETE
69462026-02-24T15:24:39.123Z[ recovery-image] Feb 24 15:24:37.536 INFO O| Feb 24 15:24:37.536 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472026-02-24T15:24:39.129Z[ recovery-image] Feb 24 15:24:37.544 INFO O| Feb 24 15:24:37.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69482026-02-24T15:24:39.132Z[ recovery-image] Feb 24 15:24:37.544 INFO O| Feb 24 15:24:37.544 INFO STEP 704 (remove_files) COMPLETE
69492026-02-24T15:24:39.132Z[ recovery-image] Feb 24 15:24:37.544 INFO O| Feb 24 15:24:37.544 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502026-02-24T15:24:39.138Z[ recovery-image] Feb 24 15:24:37.551 INFO O| Feb 24 15:24:37.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69512026-02-24T15:24:39.138Z[ recovery-image] Feb 24 15:24:37.552 INFO O| Feb 24 15:24:37.551 INFO STEP 705 (remove_files) COMPLETE
69522026-02-24T15:24:39.141Z[ recovery-image] Feb 24 15:24:37.552 INFO O| Feb 24 15:24:37.551 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532026-02-24T15:24:39.145Z[ recovery-image] Feb 24 15:24:37.559 INFO O| Feb 24 15:24:37.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69542026-02-24T15:24:39.151Z[ recovery-image] Feb 24 15:24:37.559 INFO O| Feb 24 15:24:37.559 INFO STEP 706 (remove_files) COMPLETE
69552026-02-24T15:24:39.151Z[ recovery-image] Feb 24 15:24:37.559 INFO O| Feb 24 15:24:37.559 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562026-02-24T15:24:39.154Z[ recovery-image] Feb 24 15:24:37.566 INFO O| Feb 24 15:24:37.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69572026-02-24T15:24:39.154Z[ recovery-image] Feb 24 15:24:37.567 INFO O| Feb 24 15:24:37.566 INFO STEP 707 (remove_files) COMPLETE
69582026-02-24T15:24:39.154Z[ recovery-image] Feb 24 15:24:37.567 INFO O| Feb 24 15:24:37.566 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592026-02-24T15:24:39.159Z[ recovery-image] Feb 24 15:24:37.573 INFO O| Feb 24 15:24:37.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69602026-02-24T15:24:39.166Z[ recovery-image] Feb 24 15:24:37.574 INFO O| Feb 24 15:24:37.574 INFO STEP 708 (remove_files) COMPLETE
69612026-02-24T15:24:39.166Z[ recovery-image] Feb 24 15:24:37.574 INFO O| Feb 24 15:24:37.574 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622026-02-24T15:24:39.169Z[ recovery-image] Feb 24 15:24:37.581 INFO O| Feb 24 15:24:37.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69632026-02-24T15:24:39.169Z[ recovery-image] Feb 24 15:24:37.582 INFO O| Feb 24 15:24:37.581 INFO STEP 709 (remove_files) COMPLETE
69642026-02-24T15:24:39.169Z[ recovery-image] Feb 24 15:24:37.582 INFO O| Feb 24 15:24:37.581 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652026-02-24T15:24:39.175Z[ recovery-image] Feb 24 15:24:37.590 INFO O| Feb 24 15:24:37.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69662026-02-24T15:24:39.175Z[ recovery-image] Feb 24 15:24:37.590 INFO O| Feb 24 15:24:37.590 INFO STEP 710 (remove_files) COMPLETE
69672026-02-24T15:24:39.179Z[ recovery-image] Feb 24 15:24:37.590 INFO O| Feb 24 15:24:37.590 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682026-02-24T15:24:39.183Z[ recovery-image] Feb 24 15:24:37.598 INFO O| Feb 24 15:24:37.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69692026-02-24T15:24:39.189Z[ recovery-image] Feb 24 15:24:37.598 INFO O| Feb 24 15:24:37.598 INFO STEP 711 (remove_files) COMPLETE
69702026-02-24T15:24:39.189Z[ recovery-image] Feb 24 15:24:37.598 INFO O| Feb 24 15:24:37.598 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712026-02-24T15:24:39.193Z[ recovery-image] Feb 24 15:24:37.605 INFO O| Feb 24 15:24:37.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69722026-02-24T15:24:39.193Z[ recovery-image] Feb 24 15:24:37.605 INFO O| Feb 24 15:24:37.605 INFO STEP 712 (remove_files) COMPLETE
69732026-02-24T15:24:39.193Z[ recovery-image] Feb 24 15:24:37.605 INFO O| Feb 24 15:24:37.605 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742026-02-24T15:24:39.198Z[ recovery-image] Feb 24 15:24:37.613 INFO O| Feb 24 15:24:37.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69752026-02-24T15:24:39.202Z[ recovery-image] Feb 24 15:24:37.613 INFO O| Feb 24 15:24:37.613 INFO STEP 713 (remove_files) COMPLETE
69762026-02-24T15:24:39.202Z[ recovery-image] Feb 24 15:24:37.613 INFO O| Feb 24 15:24:37.613 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772026-02-24T15:24:39.205Z[ recovery-image] Feb 24 15:24:37.620 INFO O| Feb 24 15:24:37.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69782026-02-24T15:24:39.206Z[ recovery-image] Feb 24 15:24:37.620 INFO O| Feb 24 15:24:37.620 INFO STEP 714 (remove_files) COMPLETE
69792026-02-24T15:24:39.206Z[ recovery-image] Feb 24 15:24:37.620 INFO O| Feb 24 15:24:37.620 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802026-02-24T15:24:39.214Z[ recovery-image] Feb 24 15:24:37.627 INFO O| Feb 24 15:24:37.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69812026-02-24T15:24:39.214Z[ recovery-image] Feb 24 15:24:37.627 INFO O| Feb 24 15:24:37.627 INFO STEP 715 (remove_files) COMPLETE
69822026-02-24T15:24:39.217Z[ recovery-image] Feb 24 15:24:37.628 INFO O| Feb 24 15:24:37.627 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832026-02-24T15:24:39.221Z[ recovery-image] Feb 24 15:24:37.636 INFO O| Feb 24 15:24:37.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69842026-02-24T15:24:39.225Z[ recovery-image] Feb 24 15:24:37.636 INFO O| Feb 24 15:24:37.636 INFO STEP 716 (remove_files) COMPLETE
69852026-02-24T15:24:39.225Z[ recovery-image] Feb 24 15:24:37.636 INFO O| Feb 24 15:24:37.636 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862026-02-24T15:24:39.230Z[ recovery-image] Feb 24 15:24:37.644 INFO O| Feb 24 15:24:37.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69872026-02-24T15:24:39.233Z[ recovery-image] Feb 24 15:24:37.644 INFO O| Feb 24 15:24:37.644 INFO STEP 717 (remove_files) COMPLETE
69882026-02-24T15:24:39.233Z[ recovery-image] Feb 24 15:24:37.644 INFO O| Feb 24 15:24:37.644 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892026-02-24T15:24:39.237Z[ recovery-image] Feb 24 15:24:37.652 INFO O| Feb 24 15:24:37.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69902026-02-24T15:24:39.240Z[ recovery-image] Feb 24 15:24:37.652 INFO O| Feb 24 15:24:37.652 INFO STEP 718 (remove_files) COMPLETE
69912026-02-24T15:24:39.240Z[ recovery-image] Feb 24 15:24:37.652 INFO O| Feb 24 15:24:37.652 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922026-02-24T15:24:39.245Z[ recovery-image] Feb 24 15:24:37.659 INFO O| Feb 24 15:24:37.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69932026-02-24T15:24:39.245Z[ recovery-image] Feb 24 15:24:37.659 INFO O| Feb 24 15:24:37.659 INFO STEP 719 (remove_files) COMPLETE
69942026-02-24T15:24:39.245Z[ recovery-image] Feb 24 15:24:37.659 INFO O| Feb 24 15:24:37.659 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952026-02-24T15:24:39.252Z[ recovery-image] Feb 24 15:24:37.667 INFO O| Feb 24 15:24:37.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69962026-02-24T15:24:39.256Z[ recovery-image] Feb 24 15:24:37.667 INFO O| Feb 24 15:24:37.667 INFO STEP 720 (remove_files) COMPLETE
69972026-02-24T15:24:39.256Z[ recovery-image] Feb 24 15:24:37.667 INFO O| Feb 24 15:24:37.667 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982026-02-24T15:24:39.260Z[ recovery-image] Feb 24 15:24:37.674 INFO O| Feb 24 15:24:37.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69992026-02-24T15:24:39.260Z[ recovery-image] Feb 24 15:24:37.675 INFO O| Feb 24 15:24:37.674 INFO STEP 721 (remove_files) COMPLETE
70002026-02-24T15:24:39.263Z[ recovery-image] Feb 24 15:24:37.675 INFO O| Feb 24 15:24:37.675 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012026-02-24T15:24:39.267Z[ recovery-image] Feb 24 15:24:37.682 INFO O| Feb 24 15:24:37.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
70022026-02-24T15:24:39.271Z[ recovery-image] Feb 24 15:24:37.683 INFO O| Feb 24 15:24:37.683 INFO STEP 722 (remove_files) COMPLETE
70032026-02-24T15:24:39.271Z[ recovery-image] Feb 24 15:24:37.683 INFO O| Feb 24 15:24:37.683 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042026-02-24T15:24:39.277Z[ recovery-image] Feb 24 15:24:37.692 INFO O| Feb 24 15:24:37.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
70052026-02-24T15:24:39.277Z[ recovery-image] Feb 24 15:24:37.692 INFO O| Feb 24 15:24:37.692 INFO STEP 723 (remove_files) COMPLETE
70062026-02-24T15:24:39.277Z[ recovery-image] Feb 24 15:24:37.692 INFO O| Feb 24 15:24:37.692 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072026-02-24T15:24:39.287Z[ recovery-image] Feb 24 15:24:37.700 INFO O| Feb 24 15:24:37.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
70082026-02-24T15:24:39.291Z[ recovery-image] Feb 24 15:24:37.700 INFO O| Feb 24 15:24:37.700 INFO STEP 724 (remove_files) COMPLETE
70092026-02-24T15:24:39.291Z[ recovery-image] Feb 24 15:24:37.700 INFO O| Feb 24 15:24:37.700 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102026-02-24T15:24:39.296Z[ recovery-image] Feb 24 15:24:37.710 INFO O| Feb 24 15:24:37.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
70112026-02-24T15:24:39.299Z[ recovery-image] Feb 24 15:24:37.710 INFO O| Feb 24 15:24:37.710 INFO STEP 725 (remove_files) COMPLETE
70122026-02-24T15:24:39.299Z[ recovery-image] Feb 24 15:24:37.710 INFO O| Feb 24 15:24:37.710 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132026-02-24T15:24:39.304Z[ recovery-image] Feb 24 15:24:37.718 INFO O| Feb 24 15:24:37.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
70142026-02-24T15:24:39.307Z[ recovery-image] Feb 24 15:24:37.718 INFO O| Feb 24 15:24:37.718 INFO STEP 726 (remove_files) COMPLETE
70152026-02-24T15:24:39.307Z[ recovery-image] Feb 24 15:24:37.718 INFO O| Feb 24 15:24:37.718 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162026-02-24T15:24:39.312Z[ recovery-image] Feb 24 15:24:37.727 INFO O| Feb 24 15:24:37.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70172026-02-24T15:24:39.315Z[ recovery-image] Feb 24 15:24:37.727 INFO O| Feb 24 15:24:37.727 INFO STEP 727 (remove_files) COMPLETE
70182026-02-24T15:24:39.315Z[ recovery-image] Feb 24 15:24:37.727 INFO O| Feb 24 15:24:37.727 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192026-02-24T15:24:39.320Z[ recovery-image] Feb 24 15:24:37.735 INFO O| Feb 24 15:24:37.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70202026-02-24T15:24:39.320Z[ recovery-image] Feb 24 15:24:37.735 INFO O| Feb 24 15:24:37.735 INFO STEP 728 (remove_files) COMPLETE
70212026-02-24T15:24:39.324Z[ recovery-image] Feb 24 15:24:37.735 INFO O| Feb 24 15:24:37.735 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222026-02-24T15:24:39.328Z[ recovery-image] Feb 24 15:24:37.743 INFO O| Feb 24 15:24:37.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70232026-02-24T15:24:39.328Z[ recovery-image] Feb 24 15:24:37.743 INFO O| Feb 24 15:24:37.743 INFO STEP 729 (remove_files) COMPLETE
70242026-02-24T15:24:39.328Z[ recovery-image] Feb 24 15:24:37.743 INFO O| Feb 24 15:24:37.743 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252026-02-24T15:24:39.337Z[ recovery-image] Feb 24 15:24:37.750 INFO O| Feb 24 15:24:37.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70262026-02-24T15:24:39.337Z[ recovery-image] Feb 24 15:24:37.750 INFO O| Feb 24 15:24:37.750 INFO STEP 730 (remove_files) COMPLETE
70272026-02-24T15:24:39.337Z[ recovery-image] Feb 24 15:24:37.750 INFO O| Feb 24 15:24:37.750 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282026-02-24T15:24:39.343Z[ recovery-image] Feb 24 15:24:37.758 INFO O| Feb 24 15:24:37.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70292026-02-24T15:24:39.343Z[ recovery-image] Feb 24 15:24:37.758 INFO O| Feb 24 15:24:37.758 INFO STEP 731 (remove_files) COMPLETE
70302026-02-24T15:24:39.343Z[ recovery-image] Feb 24 15:24:37.758 INFO O| Feb 24 15:24:37.758 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312026-02-24T15:24:39.351Z[ recovery-image] Feb 24 15:24:37.765 INFO O| Feb 24 15:24:37.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70322026-02-24T15:24:39.351Z[ recovery-image] Feb 24 15:24:37.765 INFO O| Feb 24 15:24:37.765 INFO STEP 732 (remove_files) COMPLETE
70332026-02-24T15:24:39.355Z[ recovery-image] Feb 24 15:24:37.765 INFO O| Feb 24 15:24:37.765 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342026-02-24T15:24:39.358Z[ recovery-image] Feb 24 15:24:37.773 INFO O| Feb 24 15:24:37.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70352026-02-24T15:24:39.358Z[ recovery-image] Feb 24 15:24:37.773 INFO O| Feb 24 15:24:37.773 INFO STEP 733 (remove_files) COMPLETE
70362026-02-24T15:24:39.358Z[ recovery-image] Feb 24 15:24:37.773 INFO O| Feb 24 15:24:37.773 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372026-02-24T15:24:39.366Z[ recovery-image] Feb 24 15:24:37.780 INFO O| Feb 24 15:24:37.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70382026-02-24T15:24:39.366Z[ recovery-image] Feb 24 15:24:37.781 INFO O| Feb 24 15:24:37.781 INFO STEP 734 (remove_files) COMPLETE
70392026-02-24T15:24:39.370Z[ recovery-image] Feb 24 15:24:37.781 INFO O| Feb 24 15:24:37.781 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402026-02-24T15:24:39.374Z[ recovery-image] Feb 24 15:24:37.788 INFO O| Feb 24 15:24:37.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70412026-02-24T15:24:39.374Z[ recovery-image] Feb 24 15:24:37.788 INFO O| Feb 24 15:24:37.788 INFO STEP 735 (remove_files) COMPLETE
70422026-02-24T15:24:39.377Z[ recovery-image] Feb 24 15:24:37.788 INFO O| Feb 24 15:24:37.788 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432026-02-24T15:24:39.383Z[ recovery-image] Feb 24 15:24:37.797 INFO O| Feb 24 15:24:37.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70442026-02-24T15:24:39.383Z[ recovery-image] Feb 24 15:24:37.797 INFO O| Feb 24 15:24:37.797 INFO STEP 736 (remove_files) COMPLETE
70452026-02-24T15:24:39.383Z[ recovery-image] Feb 24 15:24:37.797 INFO O| Feb 24 15:24:37.797 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462026-02-24T15:24:39.390Z[ recovery-image] Feb 24 15:24:37.805 INFO O| Feb 24 15:24:37.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70472026-02-24T15:24:39.390Z[ recovery-image] Feb 24 15:24:37.805 INFO O| Feb 24 15:24:37.805 INFO STEP 737 (remove_files) COMPLETE
70482026-02-24T15:24:39.390Z[ recovery-image] Feb 24 15:24:37.805 INFO O| Feb 24 15:24:37.805 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492026-02-24T15:24:39.397Z[ recovery-image] Feb 24 15:24:37.812 INFO O| Feb 24 15:24:37.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70502026-02-24T15:24:39.398Z[ recovery-image] Feb 24 15:24:37.812 INFO O| Feb 24 15:24:37.812 INFO STEP 738 (remove_files) COMPLETE
70512026-02-24T15:24:39.402Z[ recovery-image] Feb 24 15:24:37.812 INFO O| Feb 24 15:24:37.812 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522026-02-24T15:24:39.406Z[ recovery-image] Feb 24 15:24:37.820 INFO O| Feb 24 15:24:37.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70532026-02-24T15:24:39.409Z[ recovery-image] Feb 24 15:24:37.820 INFO O| Feb 24 15:24:37.820 INFO STEP 739 (remove_files) COMPLETE
70542026-02-24T15:24:39.409Z[ recovery-image] Feb 24 15:24:37.820 INFO O| Feb 24 15:24:37.820 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552026-02-24T15:24:39.416Z[ recovery-image] Feb 24 15:24:37.828 INFO O| Feb 24 15:24:37.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70562026-02-24T15:24:39.416Z[ recovery-image] Feb 24 15:24:37.828 INFO O| Feb 24 15:24:37.828 INFO STEP 740 (remove_files) COMPLETE
70572026-02-24T15:24:39.419Z[ recovery-image] Feb 24 15:24:37.828 INFO O| Feb 24 15:24:37.828 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582026-02-24T15:24:39.422Z[ recovery-image] Feb 24 15:24:37.835 INFO O| Feb 24 15:24:37.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70592026-02-24T15:24:39.422Z[ recovery-image] Feb 24 15:24:37.835 INFO O| Feb 24 15:24:37.835 INFO STEP 741 (remove_files) COMPLETE
70602026-02-24T15:24:39.422Z[ recovery-image] Feb 24 15:24:37.835 INFO O| Feb 24 15:24:37.835 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612026-02-24T15:24:39.428Z[ recovery-image] Feb 24 15:24:37.842 INFO O| Feb 24 15:24:37.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70622026-02-24T15:24:39.431Z[ recovery-image] Feb 24 15:24:37.842 INFO O| Feb 24 15:24:37.842 INFO STEP 742 (remove_files) COMPLETE
70632026-02-24T15:24:39.431Z[ recovery-image] Feb 24 15:24:37.842 INFO O| Feb 24 15:24:37.842 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642026-02-24T15:24:39.436Z[ recovery-image] Feb 24 15:24:37.850 INFO O| Feb 24 15:24:37.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70652026-02-24T15:24:39.436Z[ recovery-image] Feb 24 15:24:37.850 INFO O| Feb 24 15:24:37.850 INFO STEP 743 (remove_files) COMPLETE
70662026-02-24T15:24:39.440Z[ recovery-image] Feb 24 15:24:37.850 INFO O| Feb 24 15:24:37.850 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672026-02-24T15:24:39.444Z[ recovery-image] Feb 24 15:24:37.858 INFO O| Feb 24 15:24:37.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70682026-02-24T15:24:39.444Z[ recovery-image] Feb 24 15:24:37.858 INFO O| Feb 24 15:24:37.858 INFO STEP 744 (remove_files) COMPLETE
70692026-02-24T15:24:39.447Z[ recovery-image] Feb 24 15:24:37.858 INFO O| Feb 24 15:24:37.858 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702026-02-24T15:24:39.452Z[ recovery-image] Feb 24 15:24:37.866 INFO O| Feb 24 15:24:37.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70712026-02-24T15:24:39.455Z[ recovery-image] Feb 24 15:24:37.866 INFO O| Feb 24 15:24:37.866 INFO STEP 745 (remove_files) COMPLETE
70722026-02-24T15:24:39.455Z[ recovery-image] Feb 24 15:24:37.866 INFO O| Feb 24 15:24:37.866 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732026-02-24T15:24:39.459Z[ recovery-image] Feb 24 15:24:37.874 INFO O| Feb 24 15:24:37.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70742026-02-24T15:24:39.459Z[ recovery-image] Feb 24 15:24:37.874 INFO O| Feb 24 15:24:37.874 INFO STEP 746 (remove_files) COMPLETE
70752026-02-24T15:24:39.465Z[ recovery-image] Feb 24 15:24:37.874 INFO O| Feb 24 15:24:37.874 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762026-02-24T15:24:39.468Z[ recovery-image] Feb 24 15:24:37.881 INFO O| Feb 24 15:24:37.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70772026-02-24T15:24:39.468Z[ recovery-image] Feb 24 15:24:37.881 INFO O| Feb 24 15:24:37.881 INFO STEP 747 (remove_files) COMPLETE
70782026-02-24T15:24:39.468Z[ recovery-image] Feb 24 15:24:37.881 INFO O| Feb 24 15:24:37.881 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792026-02-24T15:24:39.474Z[ recovery-image] Feb 24 15:24:37.888 INFO O| Feb 24 15:24:37.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70802026-02-24T15:24:39.477Z[ recovery-image] Feb 24 15:24:37.889 INFO O| Feb 24 15:24:37.888 INFO STEP 748 (remove_files) COMPLETE
70812026-02-24T15:24:39.477Z[ recovery-image] Feb 24 15:24:37.889 INFO O| Feb 24 15:24:37.889 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822026-02-24T15:24:39.482Z[ recovery-image] Feb 24 15:24:37.896 INFO O| Feb 24 15:24:37.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70832026-02-24T15:24:39.485Z[ recovery-image] Feb 24 15:24:37.896 INFO O| Feb 24 15:24:37.896 INFO STEP 749 (remove_files) COMPLETE
70842026-02-24T15:24:39.485Z[ recovery-image] Feb 24 15:24:37.896 INFO O| Feb 24 15:24:37.896 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852026-02-24T15:24:39.489Z[ recovery-image] Feb 24 15:24:37.904 INFO O| Feb 24 15:24:37.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70862026-02-24T15:24:39.489Z[ recovery-image] Feb 24 15:24:37.904 INFO O| Feb 24 15:24:37.904 INFO STEP 750 (remove_files) COMPLETE
70872026-02-24T15:24:39.489Z[ recovery-image] Feb 24 15:24:37.904 INFO O| Feb 24 15:24:37.904 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882026-02-24T15:24:39.499Z[ recovery-image] Feb 24 15:24:37.912 INFO O| Feb 24 15:24:37.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70892026-02-24T15:24:39.499Z[ recovery-image] Feb 24 15:24:37.912 INFO O| Feb 24 15:24:37.912 INFO STEP 751 (remove_files) COMPLETE
70902026-02-24T15:24:39.502Z[ recovery-image] Feb 24 15:24:37.912 INFO O| Feb 24 15:24:37.912 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912026-02-24T15:24:39.505Z[ recovery-image] Feb 24 15:24:37.919 INFO O| Feb 24 15:24:37.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70922026-02-24T15:24:39.505Z[ recovery-image] Feb 24 15:24:37.919 INFO O| Feb 24 15:24:37.919 INFO STEP 752 (remove_files) COMPLETE
70932026-02-24T15:24:39.505Z[ recovery-image] Feb 24 15:24:37.919 INFO O| Feb 24 15:24:37.919 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942026-02-24T15:24:39.513Z[ recovery-image] Feb 24 15:24:37.927 INFO O| Feb 24 15:24:37.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70952026-02-24T15:24:39.513Z[ recovery-image] Feb 24 15:24:37.927 INFO O| Feb 24 15:24:37.927 INFO STEP 753 (remove_files) COMPLETE
70962026-02-24T15:24:39.518Z[ recovery-image] Feb 24 15:24:37.927 INFO O| Feb 24 15:24:37.927 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972026-02-24T15:24:39.521Z[ recovery-image] Feb 24 15:24:37.935 INFO O| Feb 24 15:24:37.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70982026-02-24T15:24:39.522Z[ recovery-image] Feb 24 15:24:37.935 INFO O| Feb 24 15:24:37.935 INFO STEP 754 (remove_files) COMPLETE
70992026-02-24T15:24:39.522Z[ recovery-image] Feb 24 15:24:37.935 INFO O| Feb 24 15:24:37.935 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002026-02-24T15:24:39.530Z[ recovery-image] Feb 24 15:24:37.944 INFO O| Feb 24 15:24:37.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
71012026-02-24T15:24:39.530Z[ recovery-image] Feb 24 15:24:37.944 INFO O| Feb 24 15:24:37.944 INFO STEP 755 (remove_files) COMPLETE
71022026-02-24T15:24:39.530Z[ recovery-image] Feb 24 15:24:37.944 INFO O| Feb 24 15:24:37.944 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032026-02-24T15:24:39.539Z[ recovery-image] Feb 24 15:24:37.953 INFO O| Feb 24 15:24:37.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
71042026-02-24T15:24:39.539Z[ recovery-image] Feb 24 15:24:37.953 INFO O| Feb 24 15:24:37.953 INFO STEP 756 (remove_files) COMPLETE
71052026-02-24T15:24:39.543Z[ recovery-image] Feb 24 15:24:37.953 INFO O| Feb 24 15:24:37.953 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062026-02-24T15:24:39.547Z[ recovery-image] Feb 24 15:24:37.961 INFO O| Feb 24 15:24:37.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
71072026-02-24T15:24:39.547Z[ recovery-image] Feb 24 15:24:37.961 INFO O| Feb 24 15:24:37.961 INFO STEP 757 (remove_files) COMPLETE
71082026-02-24T15:24:39.550Z[ recovery-image] Feb 24 15:24:37.961 INFO O| Feb 24 15:24:37.961 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092026-02-24T15:24:39.554Z[ recovery-image] Feb 24 15:24:37.969 INFO O| Feb 24 15:24:37.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
71102026-02-24T15:24:39.554Z[ recovery-image] Feb 24 15:24:37.969 INFO O| Feb 24 15:24:37.969 INFO STEP 758 (remove_files) COMPLETE
71112026-02-24T15:24:39.558Z[ recovery-image] Feb 24 15:24:37.969 INFO O| Feb 24 15:24:37.969 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122026-02-24T15:24:39.562Z[ recovery-image] Feb 24 15:24:37.976 INFO O| Feb 24 15:24:37.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
71132026-02-24T15:24:39.562Z[ recovery-image] Feb 24 15:24:37.976 INFO O| Feb 24 15:24:37.976 INFO STEP 759 (remove_files) COMPLETE
71142026-02-24T15:24:39.562Z[ recovery-image] Feb 24 15:24:37.976 INFO O| Feb 24 15:24:37.976 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152026-02-24T15:24:39.569Z[ recovery-image] Feb 24 15:24:37.983 INFO O| Feb 24 15:24:37.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71162026-02-24T15:24:39.569Z[ recovery-image] Feb 24 15:24:37.983 INFO O| Feb 24 15:24:37.983 INFO STEP 760 (remove_files) COMPLETE
71172026-02-24T15:24:39.573Z[ recovery-image] Feb 24 15:24:37.983 INFO O| Feb 24 15:24:37.983 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182026-02-24T15:24:39.577Z[ recovery-image] Feb 24 15:24:37.991 INFO O| Feb 24 15:24:37.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71192026-02-24T15:24:39.582Z[ recovery-image] Feb 24 15:24:37.991 INFO O| Feb 24 15:24:37.991 INFO STEP 761 (remove_files) COMPLETE
71202026-02-24T15:24:39.582Z[ recovery-image] Feb 24 15:24:37.991 INFO O| Feb 24 15:24:37.991 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212026-02-24T15:24:39.585Z[ recovery-image] Feb 24 15:24:38.000 INFO O| Feb 24 15:24:38.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71222026-02-24T15:24:39.585Z[ recovery-image] Feb 24 15:24:38.000 INFO O| Feb 24 15:24:38.000 INFO STEP 762 (remove_files) COMPLETE
71232026-02-24T15:24:39.588Z[ recovery-image] Feb 24 15:24:38.000 INFO O| Feb 24 15:24:38.000 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242026-02-24T15:24:39.594Z[ recovery-image] Feb 24 15:24:38.009 INFO O| Feb 24 15:24:38.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71252026-02-24T15:24:39.598Z[ recovery-image] Feb 24 15:24:38.010 INFO O| Feb 24 15:24:38.009 INFO STEP 763 (remove_files) COMPLETE
71262026-02-24T15:24:39.598Z[ recovery-image] Feb 24 15:24:38.010 INFO O| Feb 24 15:24:38.010 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272026-02-24T15:24:39.603Z[ recovery-image] Feb 24 15:24:38.017 INFO O| Feb 24 15:24:38.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71282026-02-24T15:24:39.608Z[ recovery-image] Feb 24 15:24:38.018 INFO O| Feb 24 15:24:38.018 INFO STEP 764 (remove_files) COMPLETE
71292026-02-24T15:24:39.608Z[ recovery-image] Feb 24 15:24:38.018 INFO O| Feb 24 15:24:38.018 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302026-02-24T15:24:39.612Z[ recovery-image] Feb 24 15:24:38.026 INFO O| Feb 24 15:24:38.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71312026-02-24T15:24:39.612Z[ recovery-image] Feb 24 15:24:38.026 INFO O| Feb 24 15:24:38.026 INFO STEP 765 (remove_files) COMPLETE
71322026-02-24T15:24:39.612Z[ recovery-image] Feb 24 15:24:38.026 INFO O| Feb 24 15:24:38.026 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332026-02-24T15:24:39.619Z[ recovery-image] Feb 24 15:24:38.034 INFO O| Feb 24 15:24:38.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71342026-02-24T15:24:39.619Z[ recovery-image] Feb 24 15:24:38.034 INFO O| Feb 24 15:24:38.034 INFO STEP 766 (remove_files) COMPLETE
71352026-02-24T15:24:39.622Z[ recovery-image] Feb 24 15:24:38.034 INFO O| Feb 24 15:24:38.034 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362026-02-24T15:24:39.627Z[ recovery-image] Feb 24 15:24:38.041 INFO O| Feb 24 15:24:38.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71372026-02-24T15:24:39.630Z[ recovery-image] Feb 24 15:24:38.041 INFO O| Feb 24 15:24:38.041 INFO STEP 767 (remove_files) COMPLETE
71382026-02-24T15:24:39.630Z[ recovery-image] Feb 24 15:24:38.041 INFO O| Feb 24 15:24:38.041 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392026-02-24T15:24:39.695Z[ recovery-image] Feb 24 15:24:38.049 INFO O| Feb 24 15:24:38.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71402026-02-24T15:24:39.702Z[ recovery-image] Feb 24 15:24:38.049 INFO O| Feb 24 15:24:38.049 INFO STEP 768 (remove_files) COMPLETE
71412026-02-24T15:24:39.702Z[ recovery-image] Feb 24 15:24:38.049 INFO O| Feb 24 15:24:38.049 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422026-02-24T15:24:39.702Z[ recovery-image] Feb 24 15:24:38.056 INFO O| Feb 24 15:24:38.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71432026-02-24T15:24:39.702Z[ recovery-image] Feb 24 15:24:38.056 INFO O| Feb 24 15:24:38.056 INFO STEP 769 (remove_files) COMPLETE
71442026-02-24T15:24:39.702Z[ recovery-image] Feb 24 15:24:38.056 INFO O| Feb 24 15:24:38.056 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452026-02-24T15:24:39.702Z[ recovery-image] Feb 24 15:24:38.063 INFO O| Feb 24 15:24:38.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71462026-02-24T15:24:39.702Z[ recovery-image] Feb 24 15:24:38.063 INFO O| Feb 24 15:24:38.063 INFO STEP 770 (remove_files) COMPLETE
71472026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.063 INFO O| Feb 24 15:24:38.063 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.071 INFO O| Feb 24 15:24:38.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71492026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.071 INFO O| Feb 24 15:24:38.071 INFO STEP 771 (remove_files) COMPLETE
71502026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.071 INFO O| Feb 24 15:24:38.071 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.080 INFO O| Feb 24 15:24:38.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71522026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.080 INFO O| Feb 24 15:24:38.080 INFO STEP 772 (remove_files) COMPLETE
71532026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.080 INFO O| Feb 24 15:24:38.080 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.089 INFO O| Feb 24 15:24:38.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71552026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.089 INFO O| Feb 24 15:24:38.089 INFO STEP 773 (remove_files) COMPLETE
71562026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.089 INFO O| Feb 24 15:24:38.089 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.096 INFO O| Feb 24 15:24:38.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71582026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.096 INFO O| Feb 24 15:24:38.096 INFO STEP 774 (remove_files) COMPLETE
71592026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.096 INFO O| Feb 24 15:24:38.096 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.103 INFO O| Feb 24 15:24:38.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71612026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.103 INFO O| Feb 24 15:24:38.103 INFO STEP 775 (remove_files) COMPLETE
71622026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.103 INFO O| Feb 24 15:24:38.103 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.111 INFO O| Feb 24 15:24:38.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71642026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.111 INFO O| Feb 24 15:24:38.111 INFO STEP 776 (remove_files) COMPLETE
71652026-02-24T15:24:39.703Z[ recovery-image] Feb 24 15:24:38.111 INFO O| Feb 24 15:24:38.111 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662026-02-24T15:24:39.708Z[ recovery-image] Feb 24 15:24:38.119 INFO O| Feb 24 15:24:38.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71672026-02-24T15:24:39.708Z[ recovery-image] Feb 24 15:24:38.119 INFO O| Feb 24 15:24:38.119 INFO STEP 777 (remove_files) COMPLETE
71682026-02-24T15:24:39.708Z[ recovery-image] Feb 24 15:24:38.119 INFO O| Feb 24 15:24:38.119 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692026-02-24T15:24:39.713Z[ recovery-image] Feb 24 15:24:38.127 INFO O| Feb 24 15:24:38.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71702026-02-24T15:24:39.713Z[ recovery-image] Feb 24 15:24:38.127 INFO O| Feb 24 15:24:38.127 INFO STEP 778 (remove_files) COMPLETE
71712026-02-24T15:24:39.716Z[ recovery-image] Feb 24 15:24:38.127 INFO O| Feb 24 15:24:38.127 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722026-02-24T15:24:39.722Z[ recovery-image] Feb 24 15:24:38.136 INFO O| Feb 24 15:24:38.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71732026-02-24T15:24:39.722Z[ recovery-image] Feb 24 15:24:38.136 INFO O| Feb 24 15:24:38.136 INFO STEP 779 (remove_files) COMPLETE
71742026-02-24T15:24:39.725Z[ recovery-image] Feb 24 15:24:38.136 INFO O| Feb 24 15:24:38.136 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752026-02-24T15:24:39.731Z[ recovery-image] Feb 24 15:24:38.144 INFO O| Feb 24 15:24:38.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71762026-02-24T15:24:39.731Z[ recovery-image] Feb 24 15:24:38.144 INFO O| Feb 24 15:24:38.144 INFO STEP 780 (remove_files) COMPLETE
71772026-02-24T15:24:39.731Z[ recovery-image] Feb 24 15:24:38.144 INFO O| Feb 24 15:24:38.144 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782026-02-24T15:24:39.738Z[ recovery-image] Feb 24 15:24:38.152 INFO O| Feb 24 15:24:38.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71792026-02-24T15:24:39.742Z[ recovery-image] Feb 24 15:24:38.152 INFO O| Feb 24 15:24:38.152 INFO STEP 781 (remove_files) COMPLETE
71802026-02-24T15:24:39.742Z[ recovery-image] Feb 24 15:24:38.152 INFO O| Feb 24 15:24:38.152 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812026-02-24T15:24:39.746Z[ recovery-image] Feb 24 15:24:38.160 INFO O| Feb 24 15:24:38.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71822026-02-24T15:24:39.746Z[ recovery-image] Feb 24 15:24:38.160 INFO O| Feb 24 15:24:38.160 INFO STEP 782 (remove_files) COMPLETE
71832026-02-24T15:24:39.746Z[ recovery-image] Feb 24 15:24:38.160 INFO O| Feb 24 15:24:38.160 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842026-02-24T15:24:39.756Z[ recovery-image] Feb 24 15:24:38.168 INFO O| Feb 24 15:24:38.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71852026-02-24T15:24:39.772Z[ recovery-image] Feb 24 15:24:38.168 INFO O| Feb 24 15:24:38.168 INFO STEP 783 (remove_files) COMPLETE
71862026-02-24T15:24:39.772Z[ recovery-image] Feb 24 15:24:38.168 INFO O| Feb 24 15:24:38.168 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872026-02-24T15:24:39.773Z[ recovery-image] Feb 24 15:24:38.175 INFO O| Feb 24 15:24:38.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71882026-02-24T15:24:39.773Z[ recovery-image] Feb 24 15:24:38.175 INFO O| Feb 24 15:24:38.175 INFO STEP 784 (remove_files) COMPLETE
71892026-02-24T15:24:39.773Z[ recovery-image] Feb 24 15:24:38.175 INFO O| Feb 24 15:24:38.175 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902026-02-24T15:24:39.773Z[ recovery-image] Feb 24 15:24:38.182 INFO O| Feb 24 15:24:38.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71912026-02-24T15:24:39.773Z[ recovery-image] Feb 24 15:24:38.182 INFO O| Feb 24 15:24:38.182 INFO STEP 785 (remove_files) COMPLETE
71922026-02-24T15:24:39.773Z[ recovery-image] Feb 24 15:24:38.182 INFO O| Feb 24 15:24:38.182 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932026-02-24T15:24:39.779Z[ recovery-image] Feb 24 15:24:38.190 INFO O| Feb 24 15:24:38.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71942026-02-24T15:24:39.779Z[ recovery-image] Feb 24 15:24:38.190 INFO O| Feb 24 15:24:38.190 INFO STEP 786 (remove_files) COMPLETE
71952026-02-24T15:24:39.779Z[ recovery-image] Feb 24 15:24:38.190 INFO O| Feb 24 15:24:38.190 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962026-02-24T15:24:39.784Z[ recovery-image] Feb 24 15:24:38.198 INFO O| Feb 24 15:24:38.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71972026-02-24T15:24:39.787Z[ recovery-image] Feb 24 15:24:38.198 INFO O| Feb 24 15:24:38.198 INFO STEP 787 (remove_files) COMPLETE
71982026-02-24T15:24:39.787Z[ recovery-image] Feb 24 15:24:38.198 INFO O| Feb 24 15:24:38.198 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992026-02-24T15:24:39.792Z[ recovery-image] Feb 24 15:24:38.205 INFO O| Feb 24 15:24:38.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
72002026-02-24T15:24:39.797Z[ recovery-image] Feb 24 15:24:38.206 INFO O| Feb 24 15:24:38.206 INFO STEP 788 (remove_files) COMPLETE
72012026-02-24T15:24:39.797Z[ recovery-image] Feb 24 15:24:38.206 INFO O| Feb 24 15:24:38.206 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022026-02-24T15:24:39.801Z[ recovery-image] Feb 24 15:24:38.213 INFO O| Feb 24 15:24:38.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
72032026-02-24T15:24:39.801Z[ recovery-image] Feb 24 15:24:38.213 INFO O| Feb 24 15:24:38.213 INFO STEP 789 (remove_files) COMPLETE
72042026-02-24T15:24:39.801Z[ recovery-image] Feb 24 15:24:38.213 INFO O| Feb 24 15:24:38.213 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052026-02-24T15:24:39.808Z[ recovery-image] Feb 24 15:24:38.222 INFO O| Feb 24 15:24:38.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
72062026-02-24T15:24:39.808Z[ recovery-image] Feb 24 15:24:38.222 INFO O| Feb 24 15:24:38.222 INFO STEP 790 (remove_files) COMPLETE
72072026-02-24T15:24:39.808Z[ recovery-image] Feb 24 15:24:38.222 INFO O| Feb 24 15:24:38.222 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082026-02-24T15:24:39.818Z[ recovery-image] Feb 24 15:24:38.230 INFO O| Feb 24 15:24:38.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
72092026-02-24T15:24:39.821Z[ recovery-image] Feb 24 15:24:38.231 INFO O| Feb 24 15:24:38.230 INFO STEP 791 (remove_files) COMPLETE
72102026-02-24T15:24:39.821Z[ recovery-image] Feb 24 15:24:38.231 INFO O| Feb 24 15:24:38.230 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112026-02-24T15:24:39.824Z[ recovery-image] Feb 24 15:24:38.238 INFO O| Feb 24 15:24:38.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
72122026-02-24T15:24:39.824Z[ recovery-image] Feb 24 15:24:38.238 INFO O| Feb 24 15:24:38.238 INFO STEP 792 (remove_files) COMPLETE
72132026-02-24T15:24:39.824Z[ recovery-image] Feb 24 15:24:38.238 INFO O| Feb 24 15:24:38.238 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142026-02-24T15:24:39.832Z[ recovery-image] Feb 24 15:24:38.246 INFO O| Feb 24 15:24:38.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72152026-02-24T15:24:39.835Z[ recovery-image] Feb 24 15:24:38.247 INFO O| Feb 24 15:24:38.247 INFO STEP 793 (remove_files) COMPLETE
72162026-02-24T15:24:39.835Z[ recovery-image] Feb 24 15:24:38.247 INFO O| Feb 24 15:24:38.247 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172026-02-24T15:24:39.840Z[ recovery-image] Feb 24 15:24:38.254 INFO O| Feb 24 15:24:38.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72182026-02-24T15:24:39.843Z[ recovery-image] Feb 24 15:24:38.254 INFO O| Feb 24 15:24:38.254 INFO STEP 794 (remove_files) COMPLETE
72192026-02-24T15:24:39.843Z[ recovery-image] Feb 24 15:24:38.254 INFO O| Feb 24 15:24:38.254 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202026-02-24T15:24:39.847Z[ recovery-image] Feb 24 15:24:38.262 INFO O| Feb 24 15:24:38.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72212026-02-24T15:24:39.847Z[ recovery-image] Feb 24 15:24:38.262 INFO O| Feb 24 15:24:38.262 INFO STEP 795 (remove_files) COMPLETE
72222026-02-24T15:24:39.850Z[ recovery-image] Feb 24 15:24:38.262 INFO O| Feb 24 15:24:38.262 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232026-02-24T15:24:39.855Z[ recovery-image] Feb 24 15:24:38.269 INFO O| Feb 24 15:24:38.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72242026-02-24T15:24:39.858Z[ recovery-image] Feb 24 15:24:38.269 INFO O| Feb 24 15:24:38.269 INFO STEP 796 (remove_files) COMPLETE
72252026-02-24T15:24:39.858Z[ recovery-image] Feb 24 15:24:38.269 INFO O| Feb 24 15:24:38.269 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262026-02-24T15:24:39.865Z[ recovery-image] Feb 24 15:24:38.278 INFO O| Feb 24 15:24:38.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72272026-02-24T15:24:39.868Z[ recovery-image] Feb 24 15:24:38.278 INFO O| Feb 24 15:24:38.278 INFO STEP 797 (remove_files) COMPLETE
72282026-02-24T15:24:39.868Z[ recovery-image] Feb 24 15:24:38.278 INFO O| Feb 24 15:24:38.278 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292026-02-24T15:24:39.872Z[ recovery-image] Feb 24 15:24:38.287 INFO O| Feb 24 15:24:38.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72302026-02-24T15:24:39.872Z[ recovery-image] Feb 24 15:24:38.287 INFO O| Feb 24 15:24:38.287 INFO STEP 798 (remove_files) COMPLETE
72312026-02-24T15:24:39.873Z[ recovery-image] Feb 24 15:24:38.287 INFO O| Feb 24 15:24:38.287 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322026-02-24T15:24:39.880Z[ recovery-image] Feb 24 15:24:38.295 INFO O| Feb 24 15:24:38.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72332026-02-24T15:24:39.880Z[ recovery-image] Feb 24 15:24:38.295 INFO O| Feb 24 15:24:38.295 INFO STEP 799 (remove_files) COMPLETE
72342026-02-24T15:24:39.884Z[ recovery-image] Feb 24 15:24:38.295 INFO O| Feb 24 15:24:38.295 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352026-02-24T15:24:39.888Z[ recovery-image] Feb 24 15:24:38.303 INFO O| Feb 24 15:24:38.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72362026-02-24T15:24:39.888Z[ recovery-image] Feb 24 15:24:38.303 INFO O| Feb 24 15:24:38.303 INFO STEP 800 (remove_files) COMPLETE
72372026-02-24T15:24:39.892Z[ recovery-image] Feb 24 15:24:38.303 INFO O| Feb 24 15:24:38.303 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382026-02-24T15:24:39.896Z[ recovery-image] Feb 24 15:24:38.310 INFO O| Feb 24 15:24:38.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72392026-02-24T15:24:39.899Z[ recovery-image] Feb 24 15:24:38.310 INFO O| Feb 24 15:24:38.310 INFO STEP 801 (remove_files) COMPLETE
72402026-02-24T15:24:39.899Z[ recovery-image] Feb 24 15:24:38.310 INFO O| Feb 24 15:24:38.310 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412026-02-24T15:24:39.903Z[ recovery-image] Feb 24 15:24:38.317 INFO O| Feb 24 15:24:38.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72422026-02-24T15:24:39.906Z[ recovery-image] Feb 24 15:24:38.317 INFO O| Feb 24 15:24:38.317 INFO STEP 802 (remove_files) COMPLETE
72432026-02-24T15:24:39.907Z[ recovery-image] Feb 24 15:24:38.318 INFO O| Feb 24 15:24:38.317 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442026-02-24T15:24:39.911Z[ recovery-image] Feb 24 15:24:38.325 INFO O| Feb 24 15:24:38.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72452026-02-24T15:24:39.911Z[ recovery-image] Feb 24 15:24:38.325 INFO O| Feb 24 15:24:38.325 INFO STEP 803 (remove_files) COMPLETE
72462026-02-24T15:24:39.911Z[ recovery-image] Feb 24 15:24:38.325 INFO O| Feb 24 15:24:38.325 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472026-02-24T15:24:39.919Z[ recovery-image] Feb 24 15:24:38.334 INFO O| Feb 24 15:24:38.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72482026-02-24T15:24:39.922Z[ recovery-image] Feb 24 15:24:38.334 INFO O| Feb 24 15:24:38.334 INFO STEP 804 (remove_files) COMPLETE
72492026-02-24T15:24:39.922Z[ recovery-image] Feb 24 15:24:38.334 INFO O| Feb 24 15:24:38.334 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502026-02-24T15:24:39.929Z[ recovery-image] Feb 24 15:24:38.341 INFO O| Feb 24 15:24:38.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72512026-02-24T15:24:39.933Z[ recovery-image] Feb 24 15:24:38.341 INFO O| Feb 24 15:24:38.341 INFO STEP 805 (remove_files) COMPLETE
72522026-02-24T15:24:39.933Z[ recovery-image] Feb 24 15:24:38.341 INFO O| Feb 24 15:24:38.341 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532026-02-24T15:24:39.936Z[ recovery-image] Feb 24 15:24:38.350 INFO O| Feb 24 15:24:38.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72542026-02-24T15:24:39.936Z[ recovery-image] Feb 24 15:24:38.350 INFO O| Feb 24 15:24:38.350 INFO STEP 806 (remove_files) COMPLETE
72552026-02-24T15:24:39.936Z[ recovery-image] Feb 24 15:24:38.350 INFO O| Feb 24 15:24:38.350 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562026-02-24T15:24:39.944Z[ recovery-image] Feb 24 15:24:38.358 INFO O| Feb 24 15:24:38.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72572026-02-24T15:24:39.944Z[ recovery-image] Feb 24 15:24:38.358 INFO O| Feb 24 15:24:38.358 INFO STEP 807 (remove_files) COMPLETE
72582026-02-24T15:24:39.947Z[ recovery-image] Feb 24 15:24:38.358 INFO O| Feb 24 15:24:38.358 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592026-02-24T15:24:39.953Z[ recovery-image] Feb 24 15:24:38.365 INFO O| Feb 24 15:24:38.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72602026-02-24T15:24:39.953Z[ recovery-image] Feb 24 15:24:38.365 INFO O| Feb 24 15:24:38.365 INFO STEP 808 (remove_files) COMPLETE
72612026-02-24T15:24:39.956Z[ recovery-image] Feb 24 15:24:38.365 INFO O| Feb 24 15:24:38.365 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622026-02-24T15:24:39.959Z[ recovery-image] Feb 24 15:24:38.373 INFO O| Feb 24 15:24:38.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72632026-02-24T15:24:39.960Z[ recovery-image] Feb 24 15:24:38.373 INFO O| Feb 24 15:24:38.373 INFO STEP 809 (remove_files) COMPLETE
72642026-02-24T15:24:39.960Z[ recovery-image] Feb 24 15:24:38.373 INFO O| Feb 24 15:24:38.373 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652026-02-24T15:24:39.967Z[ recovery-image] Feb 24 15:24:38.382 INFO O| Feb 24 15:24:38.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72662026-02-24T15:24:39.967Z[ recovery-image] Feb 24 15:24:38.382 INFO O| Feb 24 15:24:38.382 INFO STEP 810 (remove_files) COMPLETE
72672026-02-24T15:24:39.970Z[ recovery-image] Feb 24 15:24:38.382 INFO O| Feb 24 15:24:38.382 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682026-02-24T15:24:39.975Z[ recovery-image] Feb 24 15:24:38.389 INFO O| Feb 24 15:24:38.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72692026-02-24T15:24:39.975Z[ recovery-image] Feb 24 15:24:38.389 INFO O| Feb 24 15:24:38.389 INFO STEP 811 (remove_files) COMPLETE
72702026-02-24T15:24:39.978Z[ recovery-image] Feb 24 15:24:38.389 INFO O| Feb 24 15:24:38.389 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712026-02-24T15:24:39.983Z[ recovery-image] Feb 24 15:24:38.397 INFO O| Feb 24 15:24:38.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72722026-02-24T15:24:39.983Z[ recovery-image] Feb 24 15:24:38.397 INFO O| Feb 24 15:24:38.397 INFO STEP 812 (remove_files) COMPLETE
72732026-02-24T15:24:39.990Z[ recovery-image] Feb 24 15:24:38.397 INFO O| Feb 24 15:24:38.397 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742026-02-24T15:24:39.994Z[ recovery-image] Feb 24 15:24:38.404 INFO O| Feb 24 15:24:38.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72752026-02-24T15:24:39.994Z[ recovery-image] Feb 24 15:24:38.404 INFO O| Feb 24 15:24:38.404 INFO STEP 813 (remove_files) COMPLETE
72762026-02-24T15:24:39.994Z[ recovery-image] Feb 24 15:24:38.404 INFO O| Feb 24 15:24:38.404 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772026-02-24T15:24:40.001Z[ recovery-image] Feb 24 15:24:38.411 INFO O| Feb 24 15:24:38.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72782026-02-24T15:24:40.001Z[ recovery-image] Feb 24 15:24:38.411 INFO O| Feb 24 15:24:38.411 INFO STEP 814 (remove_files) COMPLETE
72792026-02-24T15:24:40.001Z[ recovery-image] Feb 24 15:24:38.411 INFO O| Feb 24 15:24:38.411 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802026-02-24T15:24:40.004Z[ recovery-image] Feb 24 15:24:38.419 INFO O| Feb 24 15:24:38.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72812026-02-24T15:24:40.011Z[ recovery-image] Feb 24 15:24:38.419 INFO O| Feb 24 15:24:38.419 INFO STEP 815 (remove_files) COMPLETE
72822026-02-24T15:24:40.011Z[ recovery-image] Feb 24 15:24:38.419 INFO O| Feb 24 15:24:38.419 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832026-02-24T15:24:40.014Z[ recovery-image] Feb 24 15:24:38.426 INFO O| Feb 24 15:24:38.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72842026-02-24T15:24:40.014Z[ recovery-image] Feb 24 15:24:38.426 INFO O| Feb 24 15:24:38.426 INFO STEP 816 (remove_files) COMPLETE
72852026-02-24T15:24:40.014Z[ recovery-image] Feb 24 15:24:38.426 INFO O| Feb 24 15:24:38.426 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862026-02-24T15:24:40.019Z[ recovery-image] Feb 24 15:24:38.434 INFO O| Feb 24 15:24:38.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72872026-02-24T15:24:40.019Z[ recovery-image] Feb 24 15:24:38.434 INFO O| Feb 24 15:24:38.434 INFO STEP 817 (remove_files) COMPLETE
72882026-02-24T15:24:40.019Z[ recovery-image] Feb 24 15:24:38.434 INFO O| Feb 24 15:24:38.434 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892026-02-24T15:24:40.027Z[ recovery-image] Feb 24 15:24:38.441 INFO O| Feb 24 15:24:38.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72902026-02-24T15:24:40.027Z[ recovery-image] Feb 24 15:24:38.442 INFO O| Feb 24 15:24:38.441 INFO STEP 818 (remove_files) COMPLETE
72912026-02-24T15:24:40.030Z[ recovery-image] Feb 24 15:24:38.442 INFO O| Feb 24 15:24:38.442 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922026-02-24T15:24:40.036Z[ recovery-image] Feb 24 15:24:38.451 INFO O| Feb 24 15:24:38.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72932026-02-24T15:24:40.036Z[ recovery-image] Feb 24 15:24:38.451 INFO O| Feb 24 15:24:38.451 INFO STEP 819 (remove_files) COMPLETE
72942026-02-24T15:24:40.036Z[ recovery-image] Feb 24 15:24:38.451 INFO O| Feb 24 15:24:38.451 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952026-02-24T15:24:40.047Z[ recovery-image] Feb 24 15:24:38.458 INFO O| Feb 24 15:24:38.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72962026-02-24T15:24:40.047Z[ recovery-image] Feb 24 15:24:38.458 INFO O| Feb 24 15:24:38.458 INFO STEP 820 (remove_files) COMPLETE
72972026-02-24T15:24:40.048Z[ recovery-image] Feb 24 15:24:38.458 INFO O| Feb 24 15:24:38.458 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982026-02-24T15:24:40.051Z[ recovery-image] Feb 24 15:24:38.466 INFO O| Feb 24 15:24:38.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72992026-02-24T15:24:40.052Z[ recovery-image] Feb 24 15:24:38.466 INFO O| Feb 24 15:24:38.466 INFO STEP 821 (remove_files) COMPLETE
73002026-02-24T15:24:40.052Z[ recovery-image] Feb 24 15:24:38.466 INFO O| Feb 24 15:24:38.466 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012026-02-24T15:24:40.059Z[ recovery-image] Feb 24 15:24:38.473 INFO O| Feb 24 15:24:38.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
73022026-02-24T15:24:40.059Z[ recovery-image] Feb 24 15:24:38.474 INFO O| Feb 24 15:24:38.474 INFO STEP 822 (remove_files) COMPLETE
73032026-02-24T15:24:40.062Z[ recovery-image] Feb 24 15:24:38.474 INFO O| Feb 24 15:24:38.474 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042026-02-24T15:24:40.067Z[ recovery-image] Feb 24 15:24:38.481 INFO O| Feb 24 15:24:38.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
73052026-02-24T15:24:40.071Z[ recovery-image] Feb 24 15:24:38.482 INFO O| Feb 24 15:24:38.482 INFO STEP 823 (remove_files) COMPLETE
73062026-02-24T15:24:40.071Z[ recovery-image] Feb 24 15:24:38.482 INFO O| Feb 24 15:24:38.482 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072026-02-24T15:24:40.074Z[ recovery-image] Feb 24 15:24:38.489 INFO O| Feb 24 15:24:38.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
73082026-02-24T15:24:40.074Z[ recovery-image] Feb 24 15:24:38.489 INFO O| Feb 24 15:24:38.489 INFO STEP 824 (remove_files) COMPLETE
73092026-02-24T15:24:40.074Z[ recovery-image] Feb 24 15:24:38.489 INFO O| Feb 24 15:24:38.489 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102026-02-24T15:24:40.082Z[ recovery-image] Feb 24 15:24:38.496 INFO O| Feb 24 15:24:38.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
73112026-02-24T15:24:40.082Z[ recovery-image] Feb 24 15:24:38.496 INFO O| Feb 24 15:24:38.496 INFO STEP 825 (remove_files) COMPLETE
73122026-02-24T15:24:40.085Z[ recovery-image] Feb 24 15:24:38.496 INFO O| Feb 24 15:24:38.496 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132026-02-24T15:24:40.091Z[ recovery-image] Feb 24 15:24:38.505 INFO O| Feb 24 15:24:38.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
73142026-02-24T15:24:40.091Z[ recovery-image] Feb 24 15:24:38.505 INFO O| Feb 24 15:24:38.505 INFO STEP 826 (remove_files) COMPLETE
73152026-02-24T15:24:40.091Z[ recovery-image] Feb 24 15:24:38.505 INFO O| Feb 24 15:24:38.505 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162026-02-24T15:24:40.101Z[ recovery-image] Feb 24 15:24:38.515 INFO O| Feb 24 15:24:38.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73172026-02-24T15:24:40.104Z[ recovery-image] Feb 24 15:24:38.515 INFO O| Feb 24 15:24:38.515 INFO STEP 827 (remove_files) COMPLETE
73182026-02-24T15:24:40.104Z[ recovery-image] Feb 24 15:24:38.515 INFO O| Feb 24 15:24:38.515 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192026-02-24T15:24:40.111Z[ recovery-image] Feb 24 15:24:38.525 INFO O| Feb 24 15:24:38.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73202026-02-24T15:24:40.114Z[ recovery-image] Feb 24 15:24:38.525 INFO O| Feb 24 15:24:38.525 INFO STEP 828 (remove_files) COMPLETE
73212026-02-24T15:24:40.114Z[ recovery-image] Feb 24 15:24:38.525 INFO O| Feb 24 15:24:38.525 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222026-02-24T15:24:40.119Z[ recovery-image] Feb 24 15:24:38.533 INFO O| Feb 24 15:24:38.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73232026-02-24T15:24:40.119Z[ recovery-image] Feb 24 15:24:38.534 INFO O| Feb 24 15:24:38.534 INFO STEP 829 (remove_files) COMPLETE
73242026-02-24T15:24:40.124Z[ recovery-image] Feb 24 15:24:38.534 INFO O| Feb 24 15:24:38.534 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252026-02-24T15:24:40.128Z[ recovery-image] Feb 24 15:24:38.542 INFO O| Feb 24 15:24:38.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73262026-02-24T15:24:40.131Z[ recovery-image] Feb 24 15:24:38.542 INFO O| Feb 24 15:24:38.542 INFO STEP 830 (remove_files) COMPLETE
73272026-02-24T15:24:40.131Z[ recovery-image] Feb 24 15:24:38.542 INFO O| Feb 24 15:24:38.542 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282026-02-24T15:24:40.135Z[ recovery-image] Feb 24 15:24:38.550 INFO O| Feb 24 15:24:38.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73292026-02-24T15:24:40.138Z[ recovery-image] Feb 24 15:24:38.550 INFO O| Feb 24 15:24:38.550 INFO STEP 831 (remove_files) COMPLETE
73302026-02-24T15:24:40.138Z[ recovery-image] Feb 24 15:24:38.550 INFO O| Feb 24 15:24:38.550 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312026-02-24T15:24:40.145Z[ recovery-image] Feb 24 15:24:38.559 INFO O| Feb 24 15:24:38.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73322026-02-24T15:24:40.145Z[ recovery-image] Feb 24 15:24:38.559 INFO O| Feb 24 15:24:38.559 INFO STEP 832 (remove_files) COMPLETE
73332026-02-24T15:24:40.145Z[ recovery-image] Feb 24 15:24:38.559 INFO O| Feb 24 15:24:38.559 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342026-02-24T15:24:40.152Z[ recovery-image] Feb 24 15:24:38.567 INFO O| Feb 24 15:24:38.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73352026-02-24T15:24:40.152Z[ recovery-image] Feb 24 15:24:38.567 INFO O| Feb 24 15:24:38.567 INFO STEP 833 (remove_files) COMPLETE
73362026-02-24T15:24:40.156Z[ recovery-image] Feb 24 15:24:38.567 INFO O| Feb 24 15:24:38.567 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372026-02-24T15:24:40.160Z[ recovery-image] Feb 24 15:24:38.574 INFO O| Feb 24 15:24:38.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73382026-02-24T15:24:40.160Z[ recovery-image] Feb 24 15:24:38.574 INFO O| Feb 24 15:24:38.574 INFO STEP 834 (remove_files) COMPLETE
73392026-02-24T15:24:40.165Z[ recovery-image] Feb 24 15:24:38.574 INFO O| Feb 24 15:24:38.574 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402026-02-24T15:24:40.169Z[ recovery-image] Feb 24 15:24:38.584 INFO O| Feb 24 15:24:38.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73412026-02-24T15:24:40.172Z[ recovery-image] Feb 24 15:24:38.584 INFO O| Feb 24 15:24:38.584 INFO STEP 835 (remove_files) COMPLETE
73422026-02-24T15:24:40.172Z[ recovery-image] Feb 24 15:24:38.584 INFO O| Feb 24 15:24:38.584 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432026-02-24T15:24:40.177Z[ recovery-image] Feb 24 15:24:38.591 INFO O| Feb 24 15:24:38.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73442026-02-24T15:24:40.177Z[ recovery-image] Feb 24 15:24:38.591 INFO O| Feb 24 15:24:38.591 INFO STEP 836 (remove_files) COMPLETE
73452026-02-24T15:24:40.181Z[ recovery-image] Feb 24 15:24:38.591 INFO O| Feb 24 15:24:38.591 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462026-02-24T15:24:40.184Z[ recovery-image] Feb 24 15:24:38.599 INFO O| Feb 24 15:24:38.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73472026-02-24T15:24:40.184Z[ recovery-image] Feb 24 15:24:38.599 INFO O| Feb 24 15:24:38.599 INFO STEP 837 (remove_files) COMPLETE
73482026-02-24T15:24:40.188Z[ recovery-image] Feb 24 15:24:38.599 INFO O| Feb 24 15:24:38.599 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492026-02-24T15:24:40.191Z[ recovery-image] Feb 24 15:24:38.606 INFO O| Feb 24 15:24:38.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73502026-02-24T15:24:40.196Z[ recovery-image] Feb 24 15:24:38.606 INFO O| Feb 24 15:24:38.606 INFO STEP 838 (remove_files) COMPLETE
73512026-02-24T15:24:40.196Z[ recovery-image] Feb 24 15:24:38.606 INFO O| Feb 24 15:24:38.606 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522026-02-24T15:24:40.199Z[ recovery-image] Feb 24 15:24:38.614 INFO O| Feb 24 15:24:38.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73532026-02-24T15:24:40.202Z[ recovery-image] Feb 24 15:24:38.614 INFO O| Feb 24 15:24:38.614 INFO STEP 839 (remove_files) COMPLETE
73542026-02-24T15:24:40.202Z[ recovery-image] Feb 24 15:24:38.614 INFO O| Feb 24 15:24:38.614 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552026-02-24T15:24:40.207Z[ recovery-image] Feb 24 15:24:38.621 INFO O| Feb 24 15:24:38.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73562026-02-24T15:24:40.211Z[ recovery-image] Feb 24 15:24:38.621 INFO O| Feb 24 15:24:38.621 INFO STEP 840 (remove_files) COMPLETE
73572026-02-24T15:24:40.211Z[ recovery-image] Feb 24 15:24:38.621 INFO O| Feb 24 15:24:38.621 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582026-02-24T15:24:40.214Z[ recovery-image] Feb 24 15:24:38.628 INFO O| Feb 24 15:24:38.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73592026-02-24T15:24:40.214Z[ recovery-image] Feb 24 15:24:38.628 INFO O| Feb 24 15:24:38.628 INFO STEP 841 (remove_files) COMPLETE
73602026-02-24T15:24:40.214Z[ recovery-image] Feb 24 15:24:38.628 INFO O| Feb 24 15:24:38.628 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612026-02-24T15:24:40.221Z[ recovery-image] Feb 24 15:24:38.636 INFO O| Feb 24 15:24:38.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73622026-02-24T15:24:40.226Z[ recovery-image] Feb 24 15:24:38.636 INFO O| Feb 24 15:24:38.636 INFO STEP 842 (remove_files) COMPLETE
73632026-02-24T15:24:40.226Z[ recovery-image] Feb 24 15:24:38.636 INFO O| Feb 24 15:24:38.636 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642026-02-24T15:24:40.229Z[ recovery-image] Feb 24 15:24:38.643 INFO O| Feb 24 15:24:38.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73652026-02-24T15:24:40.229Z[ recovery-image] Feb 24 15:24:38.643 INFO O| Feb 24 15:24:38.643 INFO STEP 843 (remove_files) COMPLETE
73662026-02-24T15:24:40.231Z[ recovery-image] Feb 24 15:24:38.643 INFO O| Feb 24 15:24:38.643 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672026-02-24T15:24:40.236Z[ recovery-image] Feb 24 15:24:38.650 INFO O| Feb 24 15:24:38.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73682026-02-24T15:24:40.236Z[ recovery-image] Feb 24 15:24:38.651 INFO O| Feb 24 15:24:38.650 INFO STEP 844 (remove_files) COMPLETE
73692026-02-24T15:24:40.236Z[ recovery-image] Feb 24 15:24:38.651 INFO O| Feb 24 15:24:38.651 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702026-02-24T15:24:40.244Z[ recovery-image] Feb 24 15:24:38.659 INFO O| Feb 24 15:24:38.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73712026-02-24T15:24:40.247Z[ recovery-image] Feb 24 15:24:38.659 INFO O| Feb 24 15:24:38.659 INFO STEP 845 (remove_files) COMPLETE
73722026-02-24T15:24:40.248Z[ recovery-image] Feb 24 15:24:38.659 INFO O| Feb 24 15:24:38.659 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732026-02-24T15:24:40.252Z[ recovery-image] Feb 24 15:24:38.666 INFO O| Feb 24 15:24:38.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73742026-02-24T15:24:40.257Z[ recovery-image] Feb 24 15:24:38.667 INFO O| Feb 24 15:24:38.667 INFO STEP 846 (remove_files) COMPLETE
73752026-02-24T15:24:40.257Z[ recovery-image] Feb 24 15:24:38.667 INFO O| Feb 24 15:24:38.667 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762026-02-24T15:24:40.263Z[ recovery-image] Feb 24 15:24:38.674 INFO O| Feb 24 15:24:38.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73772026-02-24T15:24:40.263Z[ recovery-image] Feb 24 15:24:38.675 INFO O| Feb 24 15:24:38.675 INFO STEP 847 (remove_files) COMPLETE
73782026-02-24T15:24:40.263Z[ recovery-image] Feb 24 15:24:38.675 INFO O| Feb 24 15:24:38.675 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792026-02-24T15:24:40.268Z[ recovery-image] Feb 24 15:24:38.682 INFO O| Feb 24 15:24:38.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73802026-02-24T15:24:40.268Z[ recovery-image] Feb 24 15:24:38.682 INFO O| Feb 24 15:24:38.682 INFO STEP 848 (remove_files) COMPLETE
73812026-02-24T15:24:40.268Z[ recovery-image] Feb 24 15:24:38.682 INFO O| Feb 24 15:24:38.682 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822026-02-24T15:24:40.276Z[ recovery-image] Feb 24 15:24:38.690 INFO O| Feb 24 15:24:38.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73832026-02-24T15:24:40.279Z[ recovery-image] Feb 24 15:24:38.690 INFO O| Feb 24 15:24:38.690 INFO STEP 849 (remove_files) COMPLETE
73842026-02-24T15:24:40.279Z[ recovery-image] Feb 24 15:24:38.690 INFO O| Feb 24 15:24:38.690 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852026-02-24T15:24:40.285Z[ recovery-image] Feb 24 15:24:38.698 INFO O| Feb 24 15:24:38.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73862026-02-24T15:24:40.288Z[ recovery-image] Feb 24 15:24:38.698 INFO O| Feb 24 15:24:38.698 INFO STEP 850 (remove_files) COMPLETE
73872026-02-24T15:24:40.288Z[ recovery-image] Feb 24 15:24:38.698 INFO O| Feb 24 15:24:38.698 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882026-02-24T15:24:40.292Z[ recovery-image] Feb 24 15:24:38.705 INFO O| Feb 24 15:24:38.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73892026-02-24T15:24:40.293Z[ recovery-image] Feb 24 15:24:38.705 INFO O| Feb 24 15:24:38.705 INFO STEP 851 (remove_files) COMPLETE
73902026-02-24T15:24:40.293Z[ recovery-image] Feb 24 15:24:38.705 INFO O| Feb 24 15:24:38.705 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912026-02-24T15:24:40.299Z[ recovery-image] Feb 24 15:24:38.712 INFO O| Feb 24 15:24:38.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73922026-02-24T15:24:40.302Z[ recovery-image] Feb 24 15:24:38.712 INFO O| Feb 24 15:24:38.712 INFO STEP 852 (remove_files) COMPLETE
73932026-02-24T15:24:40.302Z[ recovery-image] Feb 24 15:24:38.712 INFO O| Feb 24 15:24:38.712 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942026-02-24T15:24:40.305Z[ recovery-image] Feb 24 15:24:38.719 INFO O| Feb 24 15:24:38.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73952026-02-24T15:24:40.305Z[ recovery-image] Feb 24 15:24:38.719 INFO O| Feb 24 15:24:38.719 INFO STEP 853 (remove_files) COMPLETE
73962026-02-24T15:24:40.306Z[ recovery-image] Feb 24 15:24:38.719 INFO O| Feb 24 15:24:38.719 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972026-02-24T15:24:40.312Z[ recovery-image] Feb 24 15:24:38.726 INFO O| Feb 24 15:24:38.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73982026-02-24T15:24:40.315Z[ recovery-image] Feb 24 15:24:38.727 INFO O| Feb 24 15:24:38.727 INFO STEP 854 (remove_files) COMPLETE
73992026-02-24T15:24:40.316Z[ recovery-image] Feb 24 15:24:38.727 INFO O| Feb 24 15:24:38.727 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002026-02-24T15:24:40.320Z[ recovery-image] Feb 24 15:24:38.735 INFO O| Feb 24 15:24:38.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
74012026-02-24T15:24:40.323Z[ recovery-image] Feb 24 15:24:38.735 INFO O| Feb 24 15:24:38.735 INFO STEP 855 (remove_files) COMPLETE
74022026-02-24T15:24:40.323Z[ recovery-image] Feb 24 15:24:38.735 INFO O| Feb 24 15:24:38.735 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032026-02-24T15:24:40.329Z[ recovery-image] Feb 24 15:24:38.742 INFO O| Feb 24 15:24:38.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
74042026-02-24T15:24:40.332Z[ recovery-image] Feb 24 15:24:38.742 INFO O| Feb 24 15:24:38.742 INFO STEP 856 (remove_files) COMPLETE
74052026-02-24T15:24:40.332Z[ recovery-image] Feb 24 15:24:38.742 INFO O| Feb 24 15:24:38.742 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062026-02-24T15:24:40.337Z[ recovery-image] Feb 24 15:24:38.749 INFO O| Feb 24 15:24:38.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
74072026-02-24T15:24:40.337Z[ recovery-image] Feb 24 15:24:38.749 INFO O| Feb 24 15:24:38.749 INFO STEP 857 (remove_files) COMPLETE
74082026-02-24T15:24:40.337Z[ recovery-image] Feb 24 15:24:38.749 INFO O| Feb 24 15:24:38.749 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092026-02-24T15:24:40.342Z[ recovery-image] Feb 24 15:24:38.756 INFO O| Feb 24 15:24:38.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
74102026-02-24T15:24:40.345Z[ recovery-image] Feb 24 15:24:38.756 INFO O| Feb 24 15:24:38.756 INFO STEP 858 (remove_files) COMPLETE
74112026-02-24T15:24:40.346Z[ recovery-image] Feb 24 15:24:38.756 INFO O| Feb 24 15:24:38.756 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122026-02-24T15:24:40.349Z[ recovery-image] Feb 24 15:24:38.764 INFO O| Feb 24 15:24:38.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
74132026-02-24T15:24:40.349Z[ recovery-image] Feb 24 15:24:38.764 INFO O| Feb 24 15:24:38.764 INFO STEP 859 (remove_files) COMPLETE
74142026-02-24T15:24:40.352Z[ recovery-image] Feb 24 15:24:38.764 INFO O| Feb 24 15:24:38.764 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152026-02-24T15:24:40.358Z[ recovery-image] Feb 24 15:24:38.772 INFO O| Feb 24 15:24:38.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74162026-02-24T15:24:40.361Z[ recovery-image] Feb 24 15:24:38.772 INFO O| Feb 24 15:24:38.772 INFO STEP 860 (remove_files) COMPLETE
74172026-02-24T15:24:40.361Z[ recovery-image] Feb 24 15:24:38.772 INFO O| Feb 24 15:24:38.772 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182026-02-24T15:24:40.366Z[ recovery-image] Feb 24 15:24:38.779 INFO O| Feb 24 15:24:38.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74192026-02-24T15:24:40.366Z[ recovery-image] Feb 24 15:24:38.779 INFO O| Feb 24 15:24:38.779 INFO STEP 861 (remove_files) COMPLETE
74202026-02-24T15:24:40.366Z[ recovery-image] Feb 24 15:24:38.779 INFO O| Feb 24 15:24:38.779 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212026-02-24T15:24:40.372Z[ recovery-image] Feb 24 15:24:38.786 INFO O| Feb 24 15:24:38.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74222026-02-24T15:24:40.372Z[ recovery-image] Feb 24 15:24:38.786 INFO O| Feb 24 15:24:38.786 INFO STEP 862 (remove_files) COMPLETE
74232026-02-24T15:24:40.375Z[ recovery-image] Feb 24 15:24:38.786 INFO O| Feb 24 15:24:38.786 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242026-02-24T15:24:40.379Z[ recovery-image] Feb 24 15:24:38.794 INFO O| Feb 24 15:24:38.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74252026-02-24T15:24:40.380Z[ recovery-image] Feb 24 15:24:38.794 INFO O| Feb 24 15:24:38.794 INFO STEP 863 (remove_files) COMPLETE
74262026-02-24T15:24:40.383Z[ recovery-image] Feb 24 15:24:38.794 INFO O| Feb 24 15:24:38.794 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272026-02-24T15:24:40.389Z[ recovery-image] Feb 24 15:24:38.801 INFO O| Feb 24 15:24:38.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74282026-02-24T15:24:40.392Z[ recovery-image] Feb 24 15:24:38.801 INFO O| Feb 24 15:24:38.801 INFO STEP 864 (remove_files) COMPLETE
74292026-02-24T15:24:40.392Z[ recovery-image] Feb 24 15:24:38.801 INFO O| Feb 24 15:24:38.801 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302026-02-24T15:24:40.395Z[ recovery-image] Feb 24 15:24:38.809 INFO O| Feb 24 15:24:38.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74312026-02-24T15:24:40.396Z[ recovery-image] Feb 24 15:24:38.810 INFO O| Feb 24 15:24:38.809 INFO STEP 865 (remove_files) COMPLETE
74322026-02-24T15:24:40.396Z[ recovery-image] Feb 24 15:24:38.810 INFO O| Feb 24 15:24:38.810 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332026-02-24T15:24:40.403Z[ recovery-image] Feb 24 15:24:38.817 INFO O| Feb 24 15:24:38.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74342026-02-24T15:24:40.403Z[ recovery-image] Feb 24 15:24:38.817 INFO O| Feb 24 15:24:38.817 INFO STEP 866 (remove_files) COMPLETE
74352026-02-24T15:24:40.406Z[ recovery-image] Feb 24 15:24:38.817 INFO O| Feb 24 15:24:38.817 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362026-02-24T15:24:40.411Z[ recovery-image] Feb 24 15:24:38.824 INFO O| Feb 24 15:24:38.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74372026-02-24T15:24:40.411Z[ recovery-image] Feb 24 15:24:38.824 INFO O| Feb 24 15:24:38.824 INFO STEP 867 (remove_files) COMPLETE
74382026-02-24T15:24:40.412Z[ recovery-image] Feb 24 15:24:38.824 INFO O| Feb 24 15:24:38.824 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392026-02-24T15:24:40.428Z[ recovery-image] Feb 24 15:24:38.832 INFO O| Feb 24 15:24:38.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74402026-02-24T15:24:40.428Z[ recovery-image] Feb 24 15:24:38.832 INFO O| Feb 24 15:24:38.832 INFO STEP 868 (remove_files) COMPLETE
74412026-02-24T15:24:40.429Z[ recovery-image] Feb 24 15:24:38.832 INFO O| Feb 24 15:24:38.832 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422026-02-24T15:24:40.429Z[ recovery-image] Feb 24 15:24:38.840 INFO O| Feb 24 15:24:38.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74432026-02-24T15:24:40.429Z[ recovery-image] Feb 24 15:24:38.840 INFO O| Feb 24 15:24:38.840 INFO STEP 869 (remove_files) COMPLETE
74442026-02-24T15:24:40.429Z[ recovery-image] Feb 24 15:24:38.840 INFO O| Feb 24 15:24:38.840 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452026-02-24T15:24:40.433Z[ recovery-image] Feb 24 15:24:38.848 INFO O| Feb 24 15:24:38.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74462026-02-24T15:24:40.433Z[ recovery-image] Feb 24 15:24:38.848 INFO O| Feb 24 15:24:38.848 INFO STEP 870 (remove_files) COMPLETE
74472026-02-24T15:24:40.439Z[ recovery-image] Feb 24 15:24:38.848 INFO O| Feb 24 15:24:38.848 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482026-02-24T15:24:40.443Z[ recovery-image] Feb 24 15:24:38.856 INFO O| Feb 24 15:24:38.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74492026-02-24T15:24:40.443Z[ recovery-image] Feb 24 15:24:38.856 INFO O| Feb 24 15:24:38.856 INFO STEP 871 (remove_files) COMPLETE
74502026-02-24T15:24:40.443Z[ recovery-image] Feb 24 15:24:38.856 INFO O| Feb 24 15:24:38.856 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512026-02-24T15:24:40.449Z[ recovery-image] Feb 24 15:24:38.863 INFO O| Feb 24 15:24:38.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74522026-02-24T15:24:40.449Z[ recovery-image] Feb 24 15:24:38.863 INFO O| Feb 24 15:24:38.863 INFO STEP 872 (remove_files) COMPLETE
74532026-02-24T15:24:40.449Z[ recovery-image] Feb 24 15:24:38.863 INFO O| Feb 24 15:24:38.863 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542026-02-24T15:24:40.470Z[ recovery-image] Feb 24 15:24:38.871 INFO O| Feb 24 15:24:38.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74552026-02-24T15:24:40.470Z[ recovery-image] Feb 24 15:24:38.871 INFO O| Feb 24 15:24:38.871 INFO STEP 873 (remove_files) COMPLETE
74562026-02-24T15:24:40.477Z[ recovery-image] Feb 24 15:24:38.871 INFO O| Feb 24 15:24:38.871 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572026-02-24T15:24:40.477Z[ recovery-image] Feb 24 15:24:38.879 INFO O| Feb 24 15:24:38.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74582026-02-24T15:24:40.478Z[ recovery-image] Feb 24 15:24:38.879 INFO O| Feb 24 15:24:38.879 INFO STEP 874 (remove_files) COMPLETE
74592026-02-24T15:24:40.478Z[ recovery-image] Feb 24 15:24:38.879 INFO O| Feb 24 15:24:38.879 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602026-02-24T15:24:40.478Z[ recovery-image] Feb 24 15:24:38.886 INFO O| Feb 24 15:24:38.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74612026-02-24T15:24:40.479Z[ recovery-image] Feb 24 15:24:38.886 INFO O| Feb 24 15:24:38.886 INFO STEP 875 (remove_files) COMPLETE
74622026-02-24T15:24:40.479Z[ recovery-image] Feb 24 15:24:38.886 INFO O| Feb 24 15:24:38.886 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632026-02-24T15:24:40.483Z[ recovery-image] Feb 24 15:24:38.893 INFO O| Feb 24 15:24:38.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74642026-02-24T15:24:40.483Z[ recovery-image] Feb 24 15:24:38.894 INFO O| Feb 24 15:24:38.894 INFO STEP 876 (remove_files) COMPLETE
74652026-02-24T15:24:40.484Z[ recovery-image] Feb 24 15:24:38.894 INFO O| Feb 24 15:24:38.894 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662026-02-24T15:24:40.487Z[ recovery-image] Feb 24 15:24:38.901 INFO O| Feb 24 15:24:38.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74672026-02-24T15:24:40.491Z[ recovery-image] Feb 24 15:24:38.901 INFO O| Feb 24 15:24:38.901 INFO STEP 877 (remove_files) COMPLETE
74682026-02-24T15:24:40.492Z[ recovery-image] Feb 24 15:24:38.902 INFO O| Feb 24 15:24:38.901 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692026-02-24T15:24:40.510Z[ recovery-image] Feb 24 15:24:38.909 INFO O| Feb 24 15:24:38.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74702026-02-24T15:24:40.510Z[ recovery-image] Feb 24 15:24:38.909 INFO O| Feb 24 15:24:38.909 INFO STEP 878 (remove_files) COMPLETE
74712026-02-24T15:24:40.511Z[ recovery-image] Feb 24 15:24:38.909 INFO O| Feb 24 15:24:38.909 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722026-02-24T15:24:40.514Z[ recovery-image] Feb 24 15:24:38.917 INFO O| Feb 24 15:24:38.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74732026-02-24T15:24:40.514Z[ recovery-image] Feb 24 15:24:38.917 INFO O| Feb 24 15:24:38.917 INFO STEP 879 (remove_files) COMPLETE
74742026-02-24T15:24:40.514Z[ recovery-image] Feb 24 15:24:38.917 INFO O| Feb 24 15:24:38.917 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752026-02-24T15:24:40.514Z[ recovery-image] Feb 24 15:24:38.924 INFO O| Feb 24 15:24:38.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74762026-02-24T15:24:40.514Z[ recovery-image] Feb 24 15:24:38.924 INFO O| Feb 24 15:24:38.924 INFO STEP 880 (remove_files) COMPLETE
74772026-02-24T15:24:40.514Z[ recovery-image] Feb 24 15:24:38.924 INFO O| Feb 24 15:24:38.924 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782026-02-24T15:24:40.518Z[ recovery-image] Feb 24 15:24:38.931 INFO O| Feb 24 15:24:38.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74792026-02-24T15:24:40.518Z[ recovery-image] Feb 24 15:24:38.931 INFO O| Feb 24 15:24:38.931 INFO STEP 881 (remove_files) COMPLETE
74802026-02-24T15:24:40.518Z[ recovery-image] Feb 24 15:24:38.931 INFO O| Feb 24 15:24:38.931 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812026-02-24T15:24:40.525Z[ recovery-image] Feb 24 15:24:38.938 INFO O| Feb 24 15:24:38.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74822026-02-24T15:24:40.528Z[ recovery-image] Feb 24 15:24:38.938 INFO O| Feb 24 15:24:38.938 INFO STEP 882 (remove_files) COMPLETE
74832026-02-24T15:24:40.528Z[ recovery-image] Feb 24 15:24:38.938 INFO O| Feb 24 15:24:38.938 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842026-02-24T15:24:40.532Z[ recovery-image] Feb 24 15:24:38.946 INFO O| Feb 24 15:24:38.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74852026-02-24T15:24:40.532Z[ recovery-image] Feb 24 15:24:38.946 INFO O| Feb 24 15:24:38.946 INFO STEP 883 (remove_files) COMPLETE
74862026-02-24T15:24:40.538Z[ recovery-image] Feb 24 15:24:38.946 INFO O| Feb 24 15:24:38.946 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872026-02-24T15:24:40.542Z[ recovery-image] Feb 24 15:24:38.954 INFO O| Feb 24 15:24:38.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74882026-02-24T15:24:40.542Z[ recovery-image] Feb 24 15:24:38.954 INFO O| Feb 24 15:24:38.954 INFO STEP 884 (remove_files) COMPLETE
74892026-02-24T15:24:40.542Z[ recovery-image] Feb 24 15:24:38.954 INFO O| Feb 24 15:24:38.954 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902026-02-24T15:24:40.547Z[ recovery-image] Feb 24 15:24:38.961 INFO O| Feb 24 15:24:38.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74912026-02-24T15:24:40.551Z[ recovery-image] Feb 24 15:24:38.961 INFO O| Feb 24 15:24:38.961 INFO STEP 885 (remove_files) COMPLETE
74922026-02-24T15:24:40.551Z[ recovery-image] Feb 24 15:24:38.961 INFO O| Feb 24 15:24:38.961 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932026-02-24T15:24:40.555Z[ recovery-image] Feb 24 15:24:38.970 INFO O| Feb 24 15:24:38.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74942026-02-24T15:24:40.558Z[ recovery-image] Feb 24 15:24:38.970 INFO O| Feb 24 15:24:38.970 INFO STEP 886 (remove_files) COMPLETE
74952026-02-24T15:24:40.558Z[ recovery-image] Feb 24 15:24:38.970 INFO O| Feb 24 15:24:38.970 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962026-02-24T15:24:40.563Z[ recovery-image] Feb 24 15:24:38.978 INFO O| Feb 24 15:24:38.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74972026-02-24T15:24:40.563Z[ recovery-image] Feb 24 15:24:38.978 INFO O| Feb 24 15:24:38.978 INFO STEP 887 (remove_files) COMPLETE
74982026-02-24T15:24:40.564Z[ recovery-image] Feb 24 15:24:38.978 INFO O| Feb 24 15:24:38.978 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992026-02-24T15:24:40.571Z[ recovery-image] Feb 24 15:24:38.985 INFO O| Feb 24 15:24:38.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
75002026-02-24T15:24:40.571Z[ recovery-image] Feb 24 15:24:38.985 INFO O| Feb 24 15:24:38.985 INFO STEP 888 (remove_files) COMPLETE
75012026-02-24T15:24:40.574Z[ recovery-image] Feb 24 15:24:38.985 INFO O| Feb 24 15:24:38.985 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022026-02-24T15:24:40.579Z[ recovery-image] Feb 24 15:24:38.993 INFO O| Feb 24 15:24:38.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
75032026-02-24T15:24:40.579Z[ recovery-image] Feb 24 15:24:38.993 INFO O| Feb 24 15:24:38.993 INFO STEP 889 (remove_files) COMPLETE
75042026-02-24T15:24:40.582Z[ recovery-image] Feb 24 15:24:38.993 INFO O| Feb 24 15:24:38.993 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052026-02-24T15:24:40.586Z[ recovery-image] Feb 24 15:24:39.000 INFO O| Feb 24 15:24:39.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
75062026-02-24T15:24:40.589Z[ recovery-image] Feb 24 15:24:39.001 INFO O| Feb 24 15:24:39.000 INFO STEP 890 (remove_files) COMPLETE
75072026-02-24T15:24:40.589Z[ recovery-image] Feb 24 15:24:39.001 INFO O| Feb 24 15:24:39.001 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082026-02-24T15:24:40.594Z[ recovery-image] Feb 24 15:24:39.008 INFO O| Feb 24 15:24:39.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
75092026-02-24T15:24:40.594Z[ recovery-image] Feb 24 15:24:39.008 INFO O| Feb 24 15:24:39.008 INFO STEP 891 (remove_files) COMPLETE
75102026-02-24T15:24:40.597Z[ recovery-image] Feb 24 15:24:39.008 INFO O| Feb 24 15:24:39.008 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112026-02-24T15:24:40.601Z[ recovery-image] Feb 24 15:24:39.016 INFO O| Feb 24 15:24:39.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
75122026-02-24T15:24:40.605Z[ recovery-image] Feb 24 15:24:39.016 INFO O| Feb 24 15:24:39.016 INFO STEP 892 (remove_files) COMPLETE
75132026-02-24T15:24:40.605Z[ recovery-image] Feb 24 15:24:39.016 INFO O| Feb 24 15:24:39.016 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142026-02-24T15:24:40.609Z[ recovery-image] Feb 24 15:24:39.023 INFO O| Feb 24 15:24:39.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75152026-02-24T15:24:40.609Z[ recovery-image] Feb 24 15:24:39.023 INFO O| Feb 24 15:24:39.023 INFO STEP 893 (remove_files) COMPLETE
75162026-02-24T15:24:40.612Z[ recovery-image] Feb 24 15:24:39.023 INFO O| Feb 24 15:24:39.023 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172026-02-24T15:24:40.616Z[ recovery-image] Feb 24 15:24:39.030 INFO O| Feb 24 15:24:39.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75182026-02-24T15:24:40.619Z[ recovery-image] Feb 24 15:24:39.031 INFO O| Feb 24 15:24:39.031 INFO STEP 894 (remove_files) COMPLETE
75192026-02-24T15:24:40.619Z[ recovery-image] Feb 24 15:24:39.031 INFO O| Feb 24 15:24:39.031 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202026-02-24T15:24:40.624Z[ recovery-image] Feb 24 15:24:39.039 INFO O| Feb 24 15:24:39.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75212026-02-24T15:24:40.628Z[ recovery-image] Feb 24 15:24:39.039 INFO O| Feb 24 15:24:39.039 INFO STEP 895 (remove_files) COMPLETE
75222026-02-24T15:24:40.628Z[ recovery-image] Feb 24 15:24:39.039 INFO O| Feb 24 15:24:39.039 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232026-02-24T15:24:40.632Z[ recovery-image] Feb 24 15:24:39.046 INFO O| Feb 24 15:24:39.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75242026-02-24T15:24:40.635Z[ recovery-image] Feb 24 15:24:39.046 INFO O| Feb 24 15:24:39.046 INFO STEP 896 (remove_files) COMPLETE
75252026-02-24T15:24:40.635Z[ recovery-image] Feb 24 15:24:39.046 INFO O| Feb 24 15:24:39.046 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262026-02-24T15:24:40.700Z[ recovery-image] Feb 24 15:24:39.054 INFO O| Feb 24 15:24:39.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75272026-02-24T15:24:40.710Z[ recovery-image] Feb 24 15:24:39.054 INFO O| Feb 24 15:24:39.054 INFO STEP 897 (remove_files) COMPLETE
75282026-02-24T15:24:40.710Z[ recovery-image] Feb 24 15:24:39.054 INFO O| Feb 24 15:24:39.054 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292026-02-24T15:24:40.710Z[ recovery-image] Feb 24 15:24:39.061 INFO O| Feb 24 15:24:39.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75302026-02-24T15:24:40.710Z[ recovery-image] Feb 24 15:24:39.061 INFO O| Feb 24 15:24:39.061 INFO STEP 898 (remove_files) COMPLETE
75312026-02-24T15:24:40.710Z[ recovery-image] Feb 24 15:24:39.061 INFO O| Feb 24 15:24:39.061 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322026-02-24T15:24:40.710Z[ recovery-image] Feb 24 15:24:39.068 INFO O| Feb 24 15:24:39.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75332026-02-24T15:24:40.710Z[ recovery-image] Feb 24 15:24:39.068 INFO O| Feb 24 15:24:39.068 INFO STEP 899 (remove_files) COMPLETE
75342026-02-24T15:24:40.710Z[ recovery-image] Feb 24 15:24:39.068 INFO O| Feb 24 15:24:39.068 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352026-02-24T15:24:40.710Z[ recovery-image] Feb 24 15:24:39.076 INFO O| Feb 24 15:24:39.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75362026-02-24T15:24:40.710Z[ recovery-image] Feb 24 15:24:39.076 INFO O| Feb 24 15:24:39.076 INFO STEP 900 (remove_files) COMPLETE
75372026-02-24T15:24:40.710Z[ recovery-image] Feb 24 15:24:39.076 INFO O| Feb 24 15:24:39.076 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382026-02-24T15:24:40.710Z[ recovery-image] Feb 24 15:24:39.083 INFO O| Feb 24 15:24:39.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75392026-02-24T15:24:40.710Z[ recovery-image] Feb 24 15:24:39.084 INFO O| Feb 24 15:24:39.084 INFO STEP 901 (remove_files) COMPLETE
75402026-02-24T15:24:40.710Z[ recovery-image] Feb 24 15:24:39.084 INFO O| Feb 24 15:24:39.084 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412026-02-24T15:24:40.711Z[ recovery-image] Feb 24 15:24:39.091 INFO O| Feb 24 15:24:39.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75422026-02-24T15:24:40.711Z[ recovery-image] Feb 24 15:24:39.091 INFO O| Feb 24 15:24:39.091 INFO STEP 902 (remove_files) COMPLETE
75432026-02-24T15:24:40.711Z[ recovery-image] Feb 24 15:24:39.091 INFO O| Feb 24 15:24:39.091 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442026-02-24T15:24:40.711Z[ recovery-image] Feb 24 15:24:39.099 INFO O| Feb 24 15:24:39.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75452026-02-24T15:24:40.711Z[ recovery-image] Feb 24 15:24:39.099 INFO O| Feb 24 15:24:39.099 INFO STEP 903 (remove_files) COMPLETE
75462026-02-24T15:24:40.711Z[ recovery-image] Feb 24 15:24:39.099 INFO O| Feb 24 15:24:39.099 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472026-02-24T15:24:40.711Z[ recovery-image] Feb 24 15:24:39.106 INFO O| Feb 24 15:24:39.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75482026-02-24T15:24:40.711Z[ recovery-image] Feb 24 15:24:39.106 INFO O| Feb 24 15:24:39.106 INFO STEP 904 (remove_files) COMPLETE
75492026-02-24T15:24:40.711Z[ recovery-image] Feb 24 15:24:39.106 INFO O| Feb 24 15:24:39.106 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502026-02-24T15:24:40.718Z[ recovery-image] Feb 24 15:24:39.113 INFO O| Feb 24 15:24:39.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75512026-02-24T15:24:40.718Z[ recovery-image] Feb 24 15:24:39.114 INFO O| Feb 24 15:24:39.113 INFO STEP 905 (remove_files) COMPLETE
75522026-02-24T15:24:40.718Z[ recovery-image] Feb 24 15:24:39.114 INFO O| Feb 24 15:24:39.114 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532026-02-24T15:24:40.718Z[ recovery-image] Feb 24 15:24:39.121 INFO O| Feb 24 15:24:39.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75542026-02-24T15:24:40.718Z[ recovery-image] Feb 24 15:24:39.121 INFO O| Feb 24 15:24:39.121 INFO STEP 906 (remove_files) COMPLETE
75552026-02-24T15:24:40.718Z[ recovery-image] Feb 24 15:24:39.121 INFO O| Feb 24 15:24:39.121 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562026-02-24T15:24:40.718Z[ recovery-image] Feb 24 15:24:39.128 INFO O| Feb 24 15:24:39.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75572026-02-24T15:24:40.718Z[ recovery-image] Feb 24 15:24:39.128 INFO O| Feb 24 15:24:39.128 INFO STEP 907 (remove_files) COMPLETE
75582026-02-24T15:24:40.719Z[ recovery-image] Feb 24 15:24:39.128 INFO O| Feb 24 15:24:39.128 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592026-02-24T15:24:40.723Z[ recovery-image] Feb 24 15:24:39.136 INFO O| Feb 24 15:24:39.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75602026-02-24T15:24:40.723Z[ recovery-image] Feb 24 15:24:39.136 INFO O| Feb 24 15:24:39.136 INFO STEP 908 (remove_files) COMPLETE
75612026-02-24T15:24:40.723Z[ recovery-image] Feb 24 15:24:39.136 INFO O| Feb 24 15:24:39.136 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622026-02-24T15:24:40.729Z[ recovery-image] Feb 24 15:24:39.143 INFO O| Feb 24 15:24:39.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75632026-02-24T15:24:40.729Z[ recovery-image] Feb 24 15:24:39.143 INFO O| Feb 24 15:24:39.143 INFO STEP 909 (remove_files) COMPLETE
75642026-02-24T15:24:40.732Z[ recovery-image] Feb 24 15:24:39.143 INFO O| Feb 24 15:24:39.143 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652026-02-24T15:24:40.736Z[ recovery-image] Feb 24 15:24:39.150 INFO O| Feb 24 15:24:39.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75662026-02-24T15:24:40.739Z[ recovery-image] Feb 24 15:24:39.150 INFO O| Feb 24 15:24:39.150 INFO STEP 910 (remove_files) COMPLETE
75672026-02-24T15:24:40.739Z[ recovery-image] Feb 24 15:24:39.150 INFO O| Feb 24 15:24:39.150 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682026-02-24T15:24:40.743Z[ recovery-image] Feb 24 15:24:39.157 INFO O| Feb 24 15:24:39.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75692026-02-24T15:24:40.746Z[ recovery-image] Feb 24 15:24:39.157 INFO O| Feb 24 15:24:39.157 INFO STEP 911 (remove_files) COMPLETE
75702026-02-24T15:24:40.746Z[ recovery-image] Feb 24 15:24:39.157 INFO O| Feb 24 15:24:39.157 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712026-02-24T15:24:40.750Z[ recovery-image] Feb 24 15:24:39.165 INFO O| Feb 24 15:24:39.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75722026-02-24T15:24:40.753Z[ recovery-image] Feb 24 15:24:39.165 INFO O| Feb 24 15:24:39.165 INFO STEP 912 (remove_files) COMPLETE
75732026-02-24T15:24:40.753Z[ recovery-image] Feb 24 15:24:39.165 INFO O| Feb 24 15:24:39.165 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742026-02-24T15:24:40.759Z[ recovery-image] Feb 24 15:24:39.173 INFO O| Feb 24 15:24:39.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75752026-02-24T15:24:40.763Z[ recovery-image] Feb 24 15:24:39.174 INFO O| Feb 24 15:24:39.174 INFO STEP 913 (remove_files) COMPLETE
75762026-02-24T15:24:40.763Z[ recovery-image] Feb 24 15:24:39.174 INFO O| Feb 24 15:24:39.174 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772026-02-24T15:24:40.768Z[ recovery-image] Feb 24 15:24:39.182 INFO O| Feb 24 15:24:39.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75782026-02-24T15:24:40.771Z[ recovery-image] Feb 24 15:24:39.183 INFO O| Feb 24 15:24:39.183 INFO STEP 914 (remove_files) COMPLETE
75792026-02-24T15:24:40.771Z[ recovery-image] Feb 24 15:24:39.183 INFO O| Feb 24 15:24:39.183 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802026-02-24T15:24:40.776Z[ recovery-image] Feb 24 15:24:39.190 INFO O| Feb 24 15:24:39.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75812026-02-24T15:24:40.776Z[ recovery-image] Feb 24 15:24:39.190 INFO O| Feb 24 15:24:39.190 INFO STEP 915 (remove_files) COMPLETE
75822026-02-24T15:24:40.776Z[ recovery-image] Feb 24 15:24:39.190 INFO O| Feb 24 15:24:39.190 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832026-02-24T15:24:40.783Z[ recovery-image] Feb 24 15:24:39.197 INFO O| Feb 24 15:24:39.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75842026-02-24T15:24:40.783Z[ recovery-image] Feb 24 15:24:39.197 INFO O| Feb 24 15:24:39.197 INFO STEP 916 (remove_files) COMPLETE
75852026-02-24T15:24:40.786Z[ recovery-image] Feb 24 15:24:39.197 INFO O| Feb 24 15:24:39.197 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862026-02-24T15:24:40.792Z[ recovery-image] Feb 24 15:24:39.205 INFO O| Feb 24 15:24:39.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75872026-02-24T15:24:40.792Z[ recovery-image] Feb 24 15:24:39.205 INFO O| Feb 24 15:24:39.205 INFO STEP 917 (remove_files) COMPLETE
75882026-02-24T15:24:40.792Z[ recovery-image] Feb 24 15:24:39.205 INFO O| Feb 24 15:24:39.205 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892026-02-24T15:24:40.798Z[ recovery-image] Feb 24 15:24:39.213 INFO O| Feb 24 15:24:39.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75902026-02-24T15:24:40.802Z[ recovery-image] Feb 24 15:24:39.213 INFO O| Feb 24 15:24:39.213 INFO STEP 918 (remove_files) COMPLETE
75912026-02-24T15:24:40.802Z[ recovery-image] Feb 24 15:24:39.213 INFO O| Feb 24 15:24:39.213 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922026-02-24T15:24:40.806Z[ recovery-image] Feb 24 15:24:39.220 INFO O| Feb 24 15:24:39.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75932026-02-24T15:24:40.809Z[ recovery-image] Feb 24 15:24:39.221 INFO O| Feb 24 15:24:39.220 INFO STEP 919 (remove_files) COMPLETE
75942026-02-24T15:24:40.810Z[ recovery-image] Feb 24 15:24:39.221 INFO O| Feb 24 15:24:39.221 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952026-02-24T15:24:40.813Z[ recovery-image] Feb 24 15:24:39.228 INFO O| Feb 24 15:24:39.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75962026-02-24T15:24:40.818Z[ recovery-image] Feb 24 15:24:39.228 INFO O| Feb 24 15:24:39.228 INFO STEP 920 (remove_files) COMPLETE
75972026-02-24T15:24:40.818Z[ recovery-image] Feb 24 15:24:39.228 INFO O| Feb 24 15:24:39.228 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982026-02-24T15:24:40.821Z[ recovery-image] Feb 24 15:24:39.235 INFO O| Feb 24 15:24:39.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75992026-02-24T15:24:40.821Z[ recovery-image] Feb 24 15:24:39.235 INFO O| Feb 24 15:24:39.235 INFO STEP 921 (remove_files) COMPLETE
76002026-02-24T15:24:40.822Z[ recovery-image] Feb 24 15:24:39.235 INFO O| Feb 24 15:24:39.235 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012026-02-24T15:24:40.828Z[ recovery-image] Feb 24 15:24:39.242 INFO O| Feb 24 15:24:39.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
76022026-02-24T15:24:40.833Z[ recovery-image] Feb 24 15:24:39.242 INFO O| Feb 24 15:24:39.242 INFO STEP 922 (remove_files) COMPLETE
76032026-02-24T15:24:40.833Z[ recovery-image] Feb 24 15:24:39.243 INFO O| Feb 24 15:24:39.242 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042026-02-24T15:24:40.836Z[ recovery-image] Feb 24 15:24:39.250 INFO O| Feb 24 15:24:39.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
76052026-02-24T15:24:40.836Z[ recovery-image] Feb 24 15:24:39.250 INFO O| Feb 24 15:24:39.250 INFO STEP 923 (remove_files) COMPLETE
76062026-02-24T15:24:40.836Z[ recovery-image] Feb 24 15:24:39.250 INFO O| Feb 24 15:24:39.250 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072026-02-24T15:24:40.843Z[ recovery-image] Feb 24 15:24:39.257 INFO O| Feb 24 15:24:39.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
76082026-02-24T15:24:40.846Z[ recovery-image] Feb 24 15:24:39.257 INFO O| Feb 24 15:24:39.257 INFO STEP 924 (remove_files) COMPLETE
76092026-02-24T15:24:40.846Z[ recovery-image] Feb 24 15:24:39.257 INFO O| Feb 24 15:24:39.257 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102026-02-24T15:24:40.852Z[ recovery-image] Feb 24 15:24:39.266 INFO O| Feb 24 15:24:39.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
76112026-02-24T15:24:40.852Z[ recovery-image] Feb 24 15:24:39.266 INFO O| Feb 24 15:24:39.266 INFO STEP 925 (remove_files) COMPLETE
76122026-02-24T15:24:40.856Z[ recovery-image] Feb 24 15:24:39.266 INFO O| Feb 24 15:24:39.266 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132026-02-24T15:24:40.861Z[ recovery-image] Feb 24 15:24:39.275 INFO O| Feb 24 15:24:39.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
76142026-02-24T15:24:40.864Z[ recovery-image] Feb 24 15:24:39.275 INFO O| Feb 24 15:24:39.275 INFO STEP 926 (remove_files) COMPLETE
76152026-02-24T15:24:40.864Z[ recovery-image] Feb 24 15:24:39.275 INFO O| Feb 24 15:24:39.275 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162026-02-24T15:24:40.871Z[ recovery-image] Feb 24 15:24:39.285 INFO O| Feb 24 15:24:39.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76172026-02-24T15:24:40.871Z[ recovery-image] Feb 24 15:24:39.285 INFO O| Feb 24 15:24:39.285 INFO STEP 927 (remove_files) COMPLETE
76182026-02-24T15:24:40.875Z[ recovery-image] Feb 24 15:24:39.285 INFO O| Feb 24 15:24:39.285 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192026-02-24T15:24:40.880Z[ recovery-image] Feb 24 15:24:39.294 INFO O| Feb 24 15:24:39.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76202026-02-24T15:24:40.880Z[ recovery-image] Feb 24 15:24:39.294 INFO O| Feb 24 15:24:39.294 INFO STEP 928 (remove_files) COMPLETE
76212026-02-24T15:24:40.880Z[ recovery-image] Feb 24 15:24:39.294 INFO O| Feb 24 15:24:39.294 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222026-02-24T15:24:40.890Z[ recovery-image] Feb 24 15:24:39.304 INFO O| Feb 24 15:24:39.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76232026-02-24T15:24:40.890Z[ recovery-image] Feb 24 15:24:39.304 INFO O| Feb 24 15:24:39.304 INFO STEP 929 (remove_files) COMPLETE
76242026-02-24T15:24:40.894Z[ recovery-image] Feb 24 15:24:39.304 INFO O| Feb 24 15:24:39.304 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252026-02-24T15:24:40.897Z[ recovery-image] Feb 24 15:24:39.312 INFO O| Feb 24 15:24:39.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76262026-02-24T15:24:40.903Z[ recovery-image] Feb 24 15:24:39.312 INFO O| Feb 24 15:24:39.312 INFO STEP 930 (remove_files) COMPLETE
76272026-02-24T15:24:40.903Z[ recovery-image] Feb 24 15:24:39.312 INFO O| Feb 24 15:24:39.312 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282026-02-24T15:24:40.907Z[ recovery-image] Feb 24 15:24:39.319 INFO O| Feb 24 15:24:39.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76292026-02-24T15:24:40.907Z[ recovery-image] Feb 24 15:24:39.320 INFO O| Feb 24 15:24:39.320 INFO STEP 931 (remove_files) COMPLETE
76302026-02-24T15:24:40.907Z[ recovery-image] Feb 24 15:24:39.320 INFO O| Feb 24 15:24:39.320 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312026-02-24T15:24:40.913Z[ recovery-image] Feb 24 15:24:39.327 INFO O| Feb 24 15:24:39.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76322026-02-24T15:24:40.916Z[ recovery-image] Feb 24 15:24:39.327 INFO O| Feb 24 15:24:39.327 INFO STEP 932 (remove_files) COMPLETE
76332026-02-24T15:24:40.917Z[ recovery-image] Feb 24 15:24:39.327 INFO O| Feb 24 15:24:39.327 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342026-02-24T15:24:40.920Z[ recovery-image] Feb 24 15:24:39.334 INFO O| Feb 24 15:24:39.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76352026-02-24T15:24:40.925Z[ recovery-image] Feb 24 15:24:39.334 INFO O| Feb 24 15:24:39.334 INFO STEP 933 (remove_files) COMPLETE
76362026-02-24T15:24:40.925Z[ recovery-image] Feb 24 15:24:39.334 INFO O| Feb 24 15:24:39.334 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372026-02-24T15:24:40.928Z[ recovery-image] Feb 24 15:24:39.342 INFO O| Feb 24 15:24:39.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76382026-02-24T15:24:40.928Z[ recovery-image] Feb 24 15:24:39.342 INFO O| Feb 24 15:24:39.342 INFO STEP 934 (remove_files) COMPLETE
76392026-02-24T15:24:40.928Z[ recovery-image] Feb 24 15:24:39.342 INFO O| Feb 24 15:24:39.342 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402026-02-24T15:24:40.935Z[ recovery-image] Feb 24 15:24:39.349 INFO O| Feb 24 15:24:39.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76412026-02-24T15:24:40.935Z[ recovery-image] Feb 24 15:24:39.349 INFO O| Feb 24 15:24:39.349 INFO STEP 935 (remove_files) COMPLETE
76422026-02-24T15:24:40.935Z[ recovery-image] Feb 24 15:24:39.349 INFO O| Feb 24 15:24:39.349 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432026-02-24T15:24:40.943Z[ recovery-image] Feb 24 15:24:39.357 INFO O| Feb 24 15:24:39.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76442026-02-24T15:24:40.947Z[ recovery-image] Feb 24 15:24:39.357 INFO O| Feb 24 15:24:39.357 INFO STEP 936 (remove_files) COMPLETE
76452026-02-24T15:24:40.947Z[ recovery-image] Feb 24 15:24:39.357 INFO O| Feb 24 15:24:39.357 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462026-02-24T15:24:40.950Z[ recovery-image] Feb 24 15:24:39.364 INFO O| Feb 24 15:24:39.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76472026-02-24T15:24:40.950Z[ recovery-image] Feb 24 15:24:39.364 INFO O| Feb 24 15:24:39.364 INFO STEP 937 (remove_files) COMPLETE
76482026-02-24T15:24:40.950Z[ recovery-image] Feb 24 15:24:39.364 INFO O| Feb 24 15:24:39.364 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492026-02-24T15:24:40.957Z[ recovery-image] Feb 24 15:24:39.371 INFO O| Feb 24 15:24:39.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76502026-02-24T15:24:40.960Z[ recovery-image] Feb 24 15:24:39.371 INFO O| Feb 24 15:24:39.371 INFO STEP 938 (remove_files) COMPLETE
76512026-02-24T15:24:40.960Z[ recovery-image] Feb 24 15:24:39.371 INFO O| Feb 24 15:24:39.371 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522026-02-24T15:24:40.965Z[ recovery-image] Feb 24 15:24:39.378 INFO O| Feb 24 15:24:39.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76532026-02-24T15:24:40.968Z[ recovery-image] Feb 24 15:24:39.379 INFO O| Feb 24 15:24:39.379 INFO STEP 939 (remove_files) COMPLETE
76542026-02-24T15:24:40.969Z[ recovery-image] Feb 24 15:24:39.379 INFO O| Feb 24 15:24:39.379 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552026-02-24T15:24:40.972Z[ recovery-image] Feb 24 15:24:39.387 INFO O| Feb 24 15:24:39.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76562026-02-24T15:24:40.976Z[ recovery-image] Feb 24 15:24:39.387 INFO O| Feb 24 15:24:39.387 INFO STEP 940 (remove_files) COMPLETE
76572026-02-24T15:24:40.976Z[ recovery-image] Feb 24 15:24:39.387 INFO O| Feb 24 15:24:39.387 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582026-02-24T15:24:40.980Z[ recovery-image] Feb 24 15:24:39.394 INFO O| Feb 24 15:24:39.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76592026-02-24T15:24:40.984Z[ recovery-image] Feb 24 15:24:39.394 INFO O| Feb 24 15:24:39.394 INFO STEP 941 (remove_files) COMPLETE
76602026-02-24T15:24:40.984Z[ recovery-image] Feb 24 15:24:39.394 INFO O| Feb 24 15:24:39.394 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612026-02-24T15:24:40.988Z[ recovery-image] Feb 24 15:24:39.402 INFO O| Feb 24 15:24:39.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76622026-02-24T15:24:40.988Z[ recovery-image] Feb 24 15:24:39.402 INFO O| Feb 24 15:24:39.402 INFO STEP 942 (remove_files) COMPLETE
76632026-02-24T15:24:40.988Z[ recovery-image] Feb 24 15:24:39.402 INFO O| Feb 24 15:24:39.402 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642026-02-24T15:24:40.997Z[ recovery-image] Feb 24 15:24:39.409 INFO O| Feb 24 15:24:39.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76652026-02-24T15:24:41.000Z[ recovery-image] Feb 24 15:24:39.410 INFO O| Feb 24 15:24:39.409 INFO STEP 943 (remove_files) COMPLETE
76662026-02-24T15:24:41.000Z[ recovery-image] Feb 24 15:24:39.410 INFO O| Feb 24 15:24:39.409 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672026-02-24T15:24:41.005Z[ recovery-image] Feb 24 15:24:39.417 INFO O| Feb 24 15:24:39.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76682026-02-24T15:24:41.005Z[ recovery-image] Feb 24 15:24:39.417 INFO O| Feb 24 15:24:39.417 INFO STEP 944 (remove_files) COMPLETE
76692026-02-24T15:24:41.005Z[ recovery-image] Feb 24 15:24:39.417 INFO O| Feb 24 15:24:39.417 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702026-02-24T15:24:41.010Z[ recovery-image] Feb 24 15:24:39.425 INFO O| Feb 24 15:24:39.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76712026-02-24T15:24:41.010Z[ recovery-image] Feb 24 15:24:39.425 INFO O| Feb 24 15:24:39.425 INFO STEP 945 (remove_files) COMPLETE
76722026-02-24T15:24:41.014Z[ recovery-image] Feb 24 15:24:39.425 INFO O| Feb 24 15:24:39.425 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732026-02-24T15:24:41.018Z[ recovery-image] Feb 24 15:24:39.432 INFO O| Feb 24 15:24:39.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76742026-02-24T15:24:41.023Z[ recovery-image] Feb 24 15:24:39.433 INFO O| Feb 24 15:24:39.433 INFO STEP 946 (remove_files) COMPLETE
76752026-02-24T15:24:41.023Z[ recovery-image] Feb 24 15:24:39.433 INFO O| Feb 24 15:24:39.433 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762026-02-24T15:24:41.027Z[ recovery-image] Feb 24 15:24:39.442 INFO O| Feb 24 15:24:39.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76772026-02-24T15:24:41.031Z[ recovery-image] Feb 24 15:24:39.442 INFO O| Feb 24 15:24:39.442 INFO STEP 947 (remove_files) COMPLETE
76782026-02-24T15:24:41.031Z[ recovery-image] Feb 24 15:24:39.442 INFO O| Feb 24 15:24:39.442 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792026-02-24T15:24:41.035Z[ recovery-image] Feb 24 15:24:39.449 INFO O| Feb 24 15:24:39.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76802026-02-24T15:24:41.035Z[ recovery-image] Feb 24 15:24:39.449 INFO O| Feb 24 15:24:39.449 INFO STEP 948 (remove_files) COMPLETE
76812026-02-24T15:24:41.035Z[ recovery-image] Feb 24 15:24:39.449 INFO O| Feb 24 15:24:39.449 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822026-02-24T15:24:41.043Z[ recovery-image] Feb 24 15:24:39.457 INFO O| Feb 24 15:24:39.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76832026-02-24T15:24:41.047Z[ recovery-image] Feb 24 15:24:39.457 INFO O| Feb 24 15:24:39.457 INFO STEP 949 (remove_files) COMPLETE
76842026-02-24T15:24:41.047Z[ recovery-image] Feb 24 15:24:39.457 INFO O| Feb 24 15:24:39.457 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852026-02-24T15:24:41.052Z[ recovery-image] Feb 24 15:24:39.464 INFO O| Feb 24 15:24:39.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76862026-02-24T15:24:41.052Z[ recovery-image] Feb 24 15:24:39.464 INFO O| Feb 24 15:24:39.464 INFO STEP 950 (remove_files) COMPLETE
76872026-02-24T15:24:41.052Z[ recovery-image] Feb 24 15:24:39.464 INFO O| Feb 24 15:24:39.464 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882026-02-24T15:24:41.057Z[ recovery-image] Feb 24 15:24:39.471 INFO O| Feb 24 15:24:39.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76892026-02-24T15:24:41.060Z[ recovery-image] Feb 24 15:24:39.471 INFO O| Feb 24 15:24:39.471 INFO STEP 951 (remove_files) COMPLETE
76902026-02-24T15:24:41.061Z[ recovery-image] Feb 24 15:24:39.471 INFO O| Feb 24 15:24:39.471 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912026-02-24T15:24:41.066Z[ recovery-image] Feb 24 15:24:39.479 INFO O| Feb 24 15:24:39.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76922026-02-24T15:24:41.071Z[ recovery-image] Feb 24 15:24:39.479 INFO O| Feb 24 15:24:39.479 INFO STEP 952 (remove_files) COMPLETE
76932026-02-24T15:24:41.071Z[ recovery-image] Feb 24 15:24:39.479 INFO O| Feb 24 15:24:39.479 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942026-02-24T15:24:41.074Z[ recovery-image] Feb 24 15:24:39.486 INFO O| Feb 24 15:24:39.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76952026-02-24T15:24:41.075Z[ recovery-image] Feb 24 15:24:39.486 INFO O| Feb 24 15:24:39.486 INFO STEP 953 (remove_files) COMPLETE
76962026-02-24T15:24:41.075Z[ recovery-image] Feb 24 15:24:39.486 INFO O| Feb 24 15:24:39.486 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972026-02-24T15:24:41.080Z[ recovery-image] Feb 24 15:24:39.493 INFO O| Feb 24 15:24:39.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76982026-02-24T15:24:41.084Z[ recovery-image] Feb 24 15:24:39.493 INFO O| Feb 24 15:24:39.493 INFO STEP 954 (remove_files) COMPLETE
76992026-02-24T15:24:41.084Z[ recovery-image] Feb 24 15:24:39.493 INFO O| Feb 24 15:24:39.493 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002026-02-24T15:24:41.087Z[ recovery-image] Feb 24 15:24:39.501 INFO O| Feb 24 15:24:39.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
77012026-02-24T15:24:41.087Z[ recovery-image] Feb 24 15:24:39.501 INFO O| Feb 24 15:24:39.501 INFO STEP 955 (remove_files) COMPLETE
77022026-02-24T15:24:41.090Z[ recovery-image] Feb 24 15:24:39.501 INFO O| Feb 24 15:24:39.501 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032026-02-24T15:24:41.095Z[ recovery-image] Feb 24 15:24:39.509 INFO O| Feb 24 15:24:39.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
77042026-02-24T15:24:41.095Z[ recovery-image] Feb 24 15:24:39.509 INFO O| Feb 24 15:24:39.509 INFO STEP 956 (remove_files) COMPLETE
77052026-02-24T15:24:41.099Z[ recovery-image] Feb 24 15:24:39.509 INFO O| Feb 24 15:24:39.509 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062026-02-24T15:24:41.102Z[ recovery-image] Feb 24 15:24:39.516 INFO O| Feb 24 15:24:39.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
77072026-02-24T15:24:41.102Z[ recovery-image] Feb 24 15:24:39.516 INFO O| Feb 24 15:24:39.516 INFO STEP 957 (remove_files) COMPLETE
77082026-02-24T15:24:41.106Z[ recovery-image] Feb 24 15:24:39.516 INFO O| Feb 24 15:24:39.516 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092026-02-24T15:24:41.110Z[ recovery-image] Feb 24 15:24:39.524 INFO O| Feb 24 15:24:39.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
77102026-02-24T15:24:41.110Z[ recovery-image] Feb 24 15:24:39.524 INFO O| Feb 24 15:24:39.524 INFO STEP 958 (remove_files) COMPLETE
77112026-02-24T15:24:41.114Z[ recovery-image] Feb 24 15:24:39.524 INFO O| Feb 24 15:24:39.524 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122026-02-24T15:24:41.118Z[ recovery-image] Feb 24 15:24:39.532 INFO O| Feb 24 15:24:39.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
77132026-02-24T15:24:41.118Z[ recovery-image] Feb 24 15:24:39.532 INFO O| Feb 24 15:24:39.532 INFO STEP 959 (remove_files) COMPLETE
77142026-02-24T15:24:41.122Z[ recovery-image] Feb 24 15:24:39.532 INFO O| Feb 24 15:24:39.532 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152026-02-24T15:24:41.125Z[ recovery-image] Feb 24 15:24:39.539 INFO O| Feb 24 15:24:39.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77162026-02-24T15:24:41.129Z[ recovery-image] Feb 24 15:24:39.539 INFO O| Feb 24 15:24:39.539 INFO STEP 960 (remove_files) COMPLETE
77172026-02-24T15:24:41.129Z[ recovery-image] Feb 24 15:24:39.539 INFO O| Feb 24 15:24:39.539 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182026-02-24T15:24:41.133Z[ recovery-image] Feb 24 15:24:39.547 INFO O| Feb 24 15:24:39.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77192026-02-24T15:24:41.133Z[ recovery-image] Feb 24 15:24:39.547 INFO O| Feb 24 15:24:39.547 INFO STEP 961 (remove_files) COMPLETE
77202026-02-24T15:24:41.136Z[ recovery-image] Feb 24 15:24:39.547 INFO O| Feb 24 15:24:39.547 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212026-02-24T15:24:41.140Z[ recovery-image] Feb 24 15:24:39.555 INFO O| Feb 24 15:24:39.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77222026-02-24T15:24:41.143Z[ recovery-image] Feb 24 15:24:39.555 INFO O| Feb 24 15:24:39.555 INFO STEP 962 (remove_files) COMPLETE
77232026-02-24T15:24:41.143Z[ recovery-image] Feb 24 15:24:39.555 INFO O| Feb 24 15:24:39.555 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242026-02-24T15:24:41.149Z[ recovery-image] Feb 24 15:24:39.563 INFO O| Feb 24 15:24:39.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77252026-02-24T15:24:41.152Z[ recovery-image] Feb 24 15:24:39.563 INFO O| Feb 24 15:24:39.563 INFO STEP 963 (remove_files) COMPLETE
77262026-02-24T15:24:41.153Z[ recovery-image] Feb 24 15:24:39.563 INFO O| Feb 24 15:24:39.563 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272026-02-24T15:24:41.156Z[ recovery-image] Feb 24 15:24:39.570 INFO O| Feb 24 15:24:39.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77282026-02-24T15:24:41.157Z[ recovery-image] Feb 24 15:24:39.570 INFO O| Feb 24 15:24:39.570 INFO STEP 964 (remove_files) COMPLETE
77292026-02-24T15:24:41.160Z[ recovery-image] Feb 24 15:24:39.570 INFO O| Feb 24 15:24:39.570 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302026-02-24T15:24:41.164Z[ recovery-image] Feb 24 15:24:39.578 INFO O| Feb 24 15:24:39.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77312026-02-24T15:24:41.164Z[ recovery-image] Feb 24 15:24:39.578 INFO O| Feb 24 15:24:39.578 INFO STEP 965 (remove_files) COMPLETE
77322026-02-24T15:24:41.171Z[ recovery-image] Feb 24 15:24:39.578 INFO O| Feb 24 15:24:39.578 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332026-02-24T15:24:41.175Z[ recovery-image] Feb 24 15:24:39.586 INFO O| Feb 24 15:24:39.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77342026-02-24T15:24:41.175Z[ recovery-image] Feb 24 15:24:39.586 INFO O| Feb 24 15:24:39.586 INFO STEP 966 (remove_files) COMPLETE
77352026-02-24T15:24:41.175Z[ recovery-image] Feb 24 15:24:39.586 INFO O| Feb 24 15:24:39.586 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362026-02-24T15:24:41.180Z[ recovery-image] Feb 24 15:24:39.594 INFO O| Feb 24 15:24:39.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77372026-02-24T15:24:41.180Z[ recovery-image] Feb 24 15:24:39.594 INFO O| Feb 24 15:24:39.594 INFO STEP 967 (remove_files) COMPLETE
77382026-02-24T15:24:41.201Z[ recovery-image] Feb 24 15:24:39.594 INFO O| Feb 24 15:24:39.594 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392026-02-24T15:24:41.208Z[ recovery-image] Feb 24 15:24:39.602 INFO O| Feb 24 15:24:39.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77402026-02-24T15:24:41.208Z[ recovery-image] Feb 24 15:24:39.602 INFO O| Feb 24 15:24:39.602 INFO STEP 968 (remove_files) COMPLETE
77412026-02-24T15:24:41.209Z[ recovery-image] Feb 24 15:24:39.602 INFO O| Feb 24 15:24:39.602 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422026-02-24T15:24:41.209Z[ recovery-image] Feb 24 15:24:39.609 INFO O| Feb 24 15:24:39.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77432026-02-24T15:24:41.209Z[ recovery-image] Feb 24 15:24:39.609 INFO O| Feb 24 15:24:39.609 INFO STEP 969 (remove_files) COMPLETE
77442026-02-24T15:24:41.209Z[ recovery-image] Feb 24 15:24:39.609 INFO O| Feb 24 15:24:39.609 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452026-02-24T15:24:41.209Z[ recovery-image] Feb 24 15:24:39.617 INFO O| Feb 24 15:24:39.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77462026-02-24T15:24:41.209Z[ recovery-image] Feb 24 15:24:39.617 INFO O| Feb 24 15:24:39.617 INFO STEP 970 (remove_files) COMPLETE
77472026-02-24T15:24:41.209Z[ recovery-image] Feb 24 15:24:39.617 INFO O| Feb 24 15:24:39.617 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482026-02-24T15:24:41.214Z[ recovery-image] Feb 24 15:24:39.624 INFO O| Feb 24 15:24:39.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77492026-02-24T15:24:41.214Z[ recovery-image] Feb 24 15:24:39.625 INFO O| Feb 24 15:24:39.625 INFO STEP 971 (remove_files) COMPLETE
77502026-02-24T15:24:41.214Z[ recovery-image] Feb 24 15:24:39.625 INFO O| Feb 24 15:24:39.625 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512026-02-24T15:24:41.218Z[ recovery-image] Feb 24 15:24:39.632 INFO O| Feb 24 15:24:39.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77522026-02-24T15:24:41.218Z[ recovery-image] Feb 24 15:24:39.632 INFO O| Feb 24 15:24:39.632 INFO STEP 972 (remove_files) COMPLETE
77532026-02-24T15:24:41.221Z[ recovery-image] Feb 24 15:24:39.632 INFO O| Feb 24 15:24:39.632 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542026-02-24T15:24:41.225Z[ recovery-image] Feb 24 15:24:39.639 INFO O| Feb 24 15:24:39.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77552026-02-24T15:24:41.225Z[ recovery-image] Feb 24 15:24:39.639 INFO O| Feb 24 15:24:39.639 INFO STEP 973 (remove_files) COMPLETE
77562026-02-24T15:24:41.225Z[ recovery-image] Feb 24 15:24:39.639 INFO O| Feb 24 15:24:39.639 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572026-02-24T15:24:41.234Z[ recovery-image] Feb 24 15:24:39.647 INFO O| Feb 24 15:24:39.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77582026-02-24T15:24:41.237Z[ recovery-image] Feb 24 15:24:39.647 INFO O| Feb 24 15:24:39.647 INFO STEP 974 (remove_files) COMPLETE
77592026-02-24T15:24:41.237Z[ recovery-image] Feb 24 15:24:39.647 INFO O| Feb 24 15:24:39.647 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602026-02-24T15:24:41.242Z[ recovery-image] Feb 24 15:24:39.656 INFO O| Feb 24 15:24:39.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77612026-02-24T15:24:41.246Z[ recovery-image] Feb 24 15:24:39.656 INFO O| Feb 24 15:24:39.656 INFO STEP 975 (remove_files) COMPLETE
77622026-02-24T15:24:41.246Z[ recovery-image] Feb 24 15:24:39.656 INFO O| Feb 24 15:24:39.656 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632026-02-24T15:24:41.252Z[ recovery-image] Feb 24 15:24:39.664 INFO O| Feb 24 15:24:39.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77642026-02-24T15:24:41.252Z[ recovery-image] Feb 24 15:24:39.664 INFO O| Feb 24 15:24:39.664 INFO STEP 976 (remove_files) COMPLETE
77652026-02-24T15:24:41.252Z[ recovery-image] Feb 24 15:24:39.664 INFO O| Feb 24 15:24:39.664 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662026-02-24T15:24:41.257Z[ recovery-image] Feb 24 15:24:39.671 INFO O| Feb 24 15:24:39.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77672026-02-24T15:24:41.257Z[ recovery-image] Feb 24 15:24:39.671 INFO O| Feb 24 15:24:39.671 INFO STEP 977 (remove_files) COMPLETE
77682026-02-24T15:24:41.262Z[ recovery-image] Feb 24 15:24:39.671 INFO O| Feb 24 15:24:39.671 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692026-02-24T15:24:41.266Z[ recovery-image] Feb 24 15:24:39.679 INFO O| Feb 24 15:24:39.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77702026-02-24T15:24:41.266Z[ recovery-image] Feb 24 15:24:39.679 INFO O| Feb 24 15:24:39.679 INFO STEP 978 (remove_files) COMPLETE
77712026-02-24T15:24:41.267Z[ recovery-image] Feb 24 15:24:39.679 INFO O| Feb 24 15:24:39.679 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722026-02-24T15:24:41.273Z[ recovery-image] Feb 24 15:24:39.686 INFO O| Feb 24 15:24:39.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77732026-02-24T15:24:41.276Z[ recovery-image] Feb 24 15:24:39.686 INFO O| Feb 24 15:24:39.686 INFO STEP 979 (remove_files) COMPLETE
77742026-02-24T15:24:41.276Z[ recovery-image] Feb 24 15:24:39.686 INFO O| Feb 24 15:24:39.686 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752026-02-24T15:24:41.299Z[ recovery-image] Feb 24 15:24:39.694 INFO O| Feb 24 15:24:39.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77762026-02-24T15:24:41.299Z[ recovery-image] Feb 24 15:24:39.694 INFO O| Feb 24 15:24:39.694 INFO STEP 980 (remove_files) COMPLETE
77772026-02-24T15:24:41.299Z[ recovery-image] Feb 24 15:24:39.694 INFO O| Feb 24 15:24:39.694 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782026-02-24T15:24:41.299Z[ recovery-image] Feb 24 15:24:39.703 INFO O| Feb 24 15:24:39.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77792026-02-24T15:24:41.299Z[ recovery-image] Feb 24 15:24:39.704 INFO O| Feb 24 15:24:39.704 INFO STEP 981 (remove_files) COMPLETE
77802026-02-24T15:24:41.299Z[ recovery-image] Feb 24 15:24:39.704 INFO O| Feb 24 15:24:39.704 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812026-02-24T15:24:41.317Z[ recovery-image] Feb 24 15:24:39.713 INFO O| Feb 24 15:24:39.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77822026-02-24T15:24:41.317Z[ recovery-image] Feb 24 15:24:39.713 INFO O| Feb 24 15:24:39.713 INFO STEP 982 (remove_files) COMPLETE
77832026-02-24T15:24:41.317Z[ recovery-image] Feb 24 15:24:39.713 INFO O| Feb 24 15:24:39.713 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842026-02-24T15:24:41.317Z[ recovery-image] Feb 24 15:24:39.722 INFO O| Feb 24 15:24:39.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77852026-02-24T15:24:41.318Z[ recovery-image] Feb 24 15:24:39.722 INFO O| Feb 24 15:24:39.722 INFO STEP 983 (remove_files) COMPLETE
77862026-02-24T15:24:41.318Z[ recovery-image] Feb 24 15:24:39.722 INFO O| Feb 24 15:24:39.722 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872026-02-24T15:24:41.322Z[ recovery-image] Feb 24 15:24:39.730 INFO O| Feb 24 15:24:39.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77882026-02-24T15:24:41.322Z[ recovery-image] Feb 24 15:24:39.730 INFO O| Feb 24 15:24:39.730 INFO STEP 984 (remove_files) COMPLETE
77892026-02-24T15:24:41.322Z[ recovery-image] Feb 24 15:24:39.730 INFO O| Feb 24 15:24:39.730 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902026-02-24T15:24:41.326Z[ recovery-image] Feb 24 15:24:39.738 INFO O| Feb 24 15:24:39.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77912026-02-24T15:24:41.326Z[ recovery-image] Feb 24 15:24:39.738 INFO O| Feb 24 15:24:39.738 INFO STEP 985 (remove_files) COMPLETE
77922026-02-24T15:24:41.326Z[ recovery-image] Feb 24 15:24:39.738 INFO O| Feb 24 15:24:39.738 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932026-02-24T15:24:41.339Z[ recovery-image] Feb 24 15:24:39.747 INFO O| Feb 24 15:24:39.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77942026-02-24T15:24:41.339Z[ recovery-image] Feb 24 15:24:39.747 INFO O| Feb 24 15:24:39.747 INFO STEP 986 (remove_files) COMPLETE
77952026-02-24T15:24:41.343Z[ recovery-image] Feb 24 15:24:39.747 INFO O| Feb 24 15:24:39.747 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962026-02-24T15:24:41.343Z[ recovery-image] Feb 24 15:24:39.755 INFO O| Feb 24 15:24:39.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77972026-02-24T15:24:41.343Z[ recovery-image] Feb 24 15:24:39.755 INFO O| Feb 24 15:24:39.755 INFO STEP 987 (remove_files) COMPLETE
77982026-02-24T15:24:41.343Z[ recovery-image] Feb 24 15:24:39.755 INFO O| Feb 24 15:24:39.755 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992026-02-24T15:24:41.350Z[ recovery-image] Feb 24 15:24:39.763 INFO O| Feb 24 15:24:39.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
78002026-02-24T15:24:41.353Z[ recovery-image] Feb 24 15:24:39.764 INFO O| Feb 24 15:24:39.764 INFO STEP 988 (remove_files) COMPLETE
78012026-02-24T15:24:41.353Z[ recovery-image] Feb 24 15:24:39.764 INFO O| Feb 24 15:24:39.764 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022026-02-24T15:24:41.357Z[ recovery-image] Feb 24 15:24:39.771 INFO O| Feb 24 15:24:39.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
78032026-02-24T15:24:41.361Z[ recovery-image] Feb 24 15:24:39.771 INFO O| Feb 24 15:24:39.771 INFO STEP 989 (remove_files) COMPLETE
78042026-02-24T15:24:41.361Z[ recovery-image] Feb 24 15:24:39.771 INFO O| Feb 24 15:24:39.771 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052026-02-24T15:24:41.367Z[ recovery-image] Feb 24 15:24:39.779 INFO O| Feb 24 15:24:39.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
78062026-02-24T15:24:41.367Z[ recovery-image] Feb 24 15:24:39.779 INFO O| Feb 24 15:24:39.779 INFO STEP 990 (remove_files) COMPLETE
78072026-02-24T15:24:41.367Z[ recovery-image] Feb 24 15:24:39.779 INFO O| Feb 24 15:24:39.779 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082026-02-24T15:24:41.378Z[ recovery-image] Feb 24 15:24:39.787 INFO O| Feb 24 15:24:39.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
78092026-02-24T15:24:41.378Z[ recovery-image] Feb 24 15:24:39.787 INFO O| Feb 24 15:24:39.787 INFO STEP 991 (remove_files) COMPLETE
78102026-02-24T15:24:41.378Z[ recovery-image] Feb 24 15:24:39.787 INFO O| Feb 24 15:24:39.787 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112026-02-24T15:24:41.383Z[ recovery-image] Feb 24 15:24:39.794 INFO O| Feb 24 15:24:39.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
78122026-02-24T15:24:41.383Z[ recovery-image] Feb 24 15:24:39.794 INFO O| Feb 24 15:24:39.794 INFO STEP 992 (remove_files) COMPLETE
78132026-02-24T15:24:41.383Z[ recovery-image] Feb 24 15:24:39.794 INFO O| Feb 24 15:24:39.794 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142026-02-24T15:24:41.390Z[ recovery-image] Feb 24 15:24:39.801 INFO O| Feb 24 15:24:39.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78152026-02-24T15:24:41.394Z[ recovery-image] Feb 24 15:24:39.801 INFO O| Feb 24 15:24:39.801 INFO STEP 993 (remove_files) COMPLETE
78162026-02-24T15:24:41.394Z[ recovery-image] Feb 24 15:24:39.801 INFO O| Feb 24 15:24:39.801 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172026-02-24T15:24:41.398Z[ recovery-image] Feb 24 15:24:39.809 INFO O| Feb 24 15:24:39.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78182026-02-24T15:24:41.398Z[ recovery-image] Feb 24 15:24:39.809 INFO O| Feb 24 15:24:39.809 INFO STEP 994 (remove_files) COMPLETE
78192026-02-24T15:24:41.398Z[ recovery-image] Feb 24 15:24:39.809 INFO O| Feb 24 15:24:39.809 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202026-02-24T15:24:41.415Z[ recovery-image] Feb 24 15:24:39.817 INFO O| Feb 24 15:24:39.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78212026-02-24T15:24:41.415Z[ recovery-image] Feb 24 15:24:39.818 INFO O| Feb 24 15:24:39.818 INFO STEP 995 (remove_files) COMPLETE
78222026-02-24T15:24:41.415Z[ recovery-image] Feb 24 15:24:39.818 INFO O| Feb 24 15:24:39.818 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232026-02-24T15:24:41.418Z[ recovery-image] Feb 24 15:24:39.826 INFO O| Feb 24 15:24:39.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78242026-02-24T15:24:41.418Z[ recovery-image] Feb 24 15:24:39.826 INFO O| Feb 24 15:24:39.826 INFO STEP 996 (remove_files) COMPLETE
78252026-02-24T15:24:41.418Z[ recovery-image] Feb 24 15:24:39.826 INFO O| Feb 24 15:24:39.826 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262026-02-24T15:24:41.422Z[ recovery-image] Feb 24 15:24:39.834 INFO O| Feb 24 15:24:39.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78272026-02-24T15:24:41.423Z[ recovery-image] Feb 24 15:24:39.834 INFO O| Feb 24 15:24:39.834 INFO STEP 997 (remove_files) COMPLETE
78282026-02-24T15:24:41.423Z[ recovery-image] Feb 24 15:24:39.834 INFO O| Feb 24 15:24:39.834 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292026-02-24T15:24:41.428Z[ recovery-image] Feb 24 15:24:39.842 INFO O| Feb 24 15:24:39.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78302026-02-24T15:24:41.428Z[ recovery-image] Feb 24 15:24:39.842 INFO O| Feb 24 15:24:39.842 INFO STEP 998 (remove_files) COMPLETE
78312026-02-24T15:24:41.434Z[ recovery-image] Feb 24 15:24:39.842 INFO O| Feb 24 15:24:39.842 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322026-02-24T15:24:41.444Z[ recovery-image] Feb 24 15:24:39.849 INFO O| Feb 24 15:24:39.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78332026-02-24T15:24:41.444Z[ recovery-image] Feb 24 15:24:39.850 INFO O| Feb 24 15:24:39.849 INFO STEP 999 (remove_files) COMPLETE
78342026-02-24T15:24:41.444Z[ recovery-image] Feb 24 15:24:39.850 INFO O| Feb 24 15:24:39.850 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352026-02-24T15:24:41.450Z[ recovery-image] Feb 24 15:24:39.857 INFO O| Feb 24 15:24:39.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78362026-02-24T15:24:41.450Z[ recovery-image] Feb 24 15:24:39.857 INFO O| Feb 24 15:24:39.857 INFO STEP 1000 (remove_files) COMPLETE
78372026-02-24T15:24:41.450Z[ recovery-image] Feb 24 15:24:39.857 INFO O| Feb 24 15:24:39.857 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382026-02-24T15:24:41.455Z[ recovery-image] Feb 24 15:24:39.864 INFO O| Feb 24 15:24:39.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78392026-02-24T15:24:41.455Z[ recovery-image] Feb 24 15:24:39.864 INFO O| Feb 24 15:24:39.864 INFO STEP 1001 (remove_files) COMPLETE
78402026-02-24T15:24:41.455Z[ recovery-image] Feb 24 15:24:39.864 INFO O| Feb 24 15:24:39.864 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412026-02-24T15:24:41.459Z[ recovery-image] Feb 24 15:24:39.871 INFO O| Feb 24 15:24:39.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78422026-02-24T15:24:41.459Z[ recovery-image] Feb 24 15:24:39.871 INFO O| Feb 24 15:24:39.871 INFO STEP 1002 (remove_files) COMPLETE
78432026-02-24T15:24:41.459Z[ recovery-image] Feb 24 15:24:39.871 INFO O| Feb 24 15:24:39.871 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442026-02-24T15:24:41.465Z[ recovery-image] Feb 24 15:24:39.878 INFO O| Feb 24 15:24:39.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78452026-02-24T15:24:41.465Z[ recovery-image] Feb 24 15:24:39.879 INFO O| Feb 24 15:24:39.879 INFO STEP 1003 (remove_files) COMPLETE
78462026-02-24T15:24:41.465Z[ recovery-image] Feb 24 15:24:39.879 INFO O| Feb 24 15:24:39.879 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472026-02-24T15:24:41.473Z[ recovery-image] Feb 24 15:24:39.888 INFO O| Feb 24 15:24:39.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78482026-02-24T15:24:41.473Z[ recovery-image] Feb 24 15:24:39.888 INFO O| Feb 24 15:24:39.888 INFO STEP 1004 (remove_files) COMPLETE
78492026-02-24T15:24:41.474Z[ recovery-image] Feb 24 15:24:39.888 INFO O| Feb 24 15:24:39.888 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502026-02-24T15:24:41.482Z[ recovery-image] Feb 24 15:24:39.895 INFO O| Feb 24 15:24:39.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78512026-02-24T15:24:41.482Z[ recovery-image] Feb 24 15:24:39.896 INFO O| Feb 24 15:24:39.896 INFO STEP 1005 (remove_files) COMPLETE
78522026-02-24T15:24:41.488Z[ recovery-image] Feb 24 15:24:39.896 INFO O| Feb 24 15:24:39.896 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532026-02-24T15:24:41.494Z[ recovery-image] Feb 24 15:24:39.903 INFO O| Feb 24 15:24:39.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78542026-02-24T15:24:41.494Z[ recovery-image] Feb 24 15:24:39.904 INFO O| Feb 24 15:24:39.903 INFO STEP 1006 (remove_files) COMPLETE
78552026-02-24T15:24:41.494Z[ recovery-image] Feb 24 15:24:39.904 INFO O| Feb 24 15:24:39.904 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562026-02-24T15:24:41.499Z[ recovery-image] Feb 24 15:24:39.911 INFO O| Feb 24 15:24:39.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78572026-02-24T15:24:41.499Z[ recovery-image] Feb 24 15:24:39.911 INFO O| Feb 24 15:24:39.911 INFO STEP 1007 (remove_files) COMPLETE
78582026-02-24T15:24:41.499Z[ recovery-image] Feb 24 15:24:39.911 INFO O| Feb 24 15:24:39.911 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592026-02-24T15:24:41.506Z[ recovery-image] Feb 24 15:24:39.920 INFO O| Feb 24 15:24:39.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78602026-02-24T15:24:41.512Z[ recovery-image] Feb 24 15:24:39.920 INFO O| Feb 24 15:24:39.920 INFO STEP 1008 (remove_files) COMPLETE
78612026-02-24T15:24:41.512Z[ recovery-image] Feb 24 15:24:39.920 INFO O| Feb 24 15:24:39.920 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622026-02-24T15:24:41.515Z[ recovery-image] Feb 24 15:24:39.928 INFO O| Feb 24 15:24:39.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78632026-02-24T15:24:41.515Z[ recovery-image] Feb 24 15:24:39.928 INFO O| Feb 24 15:24:39.928 INFO STEP 1009 (remove_files) COMPLETE
78642026-02-24T15:24:41.515Z[ recovery-image] Feb 24 15:24:39.928 INFO O| Feb 24 15:24:39.928 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652026-02-24T15:24:41.521Z[ recovery-image] Feb 24 15:24:39.935 INFO O| Feb 24 15:24:39.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78662026-02-24T15:24:41.521Z[ recovery-image] Feb 24 15:24:39.935 INFO O| Feb 24 15:24:39.935 INFO STEP 1010 (remove_files) COMPLETE
78672026-02-24T15:24:41.524Z[ recovery-image] Feb 24 15:24:39.935 INFO O| Feb 24 15:24:39.935 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682026-02-24T15:24:41.528Z[ recovery-image] Feb 24 15:24:39.942 INFO O| Feb 24 15:24:39.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78692026-02-24T15:24:41.528Z[ recovery-image] Feb 24 15:24:39.942 INFO O| Feb 24 15:24:39.942 INFO STEP 1011 (remove_files) COMPLETE
78702026-02-24T15:24:41.528Z[ recovery-image] Feb 24 15:24:39.942 INFO O| Feb 24 15:24:39.942 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712026-02-24T15:24:41.536Z[ recovery-image] Feb 24 15:24:39.950 INFO O| Feb 24 15:24:39.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78722026-02-24T15:24:41.539Z[ recovery-image] Feb 24 15:24:39.950 INFO O| Feb 24 15:24:39.950 INFO STEP 1012 (remove_files) COMPLETE
78732026-02-24T15:24:41.539Z[ recovery-image] Feb 24 15:24:39.950 INFO O| Feb 24 15:24:39.950 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742026-02-24T15:24:41.546Z[ recovery-image] Feb 24 15:24:39.957 INFO O| Feb 24 15:24:39.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78752026-02-24T15:24:41.549Z[ recovery-image] Feb 24 15:24:39.957 INFO O| Feb 24 15:24:39.957 INFO STEP 1013 (remove_files) COMPLETE
78762026-02-24T15:24:41.549Z[ recovery-image] Feb 24 15:24:39.957 INFO O| Feb 24 15:24:39.957 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772026-02-24T15:24:41.552Z[ recovery-image] Feb 24 15:24:39.964 INFO O| Feb 24 15:24:39.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78782026-02-24T15:24:41.552Z[ recovery-image] Feb 24 15:24:39.964 INFO O| Feb 24 15:24:39.964 INFO STEP 1014 (remove_files) COMPLETE
78792026-02-24T15:24:41.552Z[ recovery-image] Feb 24 15:24:39.964 INFO O| Feb 24 15:24:39.964 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802026-02-24T15:24:41.557Z[ recovery-image] Feb 24 15:24:39.972 INFO O| Feb 24 15:24:39.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78812026-02-24T15:24:41.557Z[ recovery-image] Feb 24 15:24:39.972 INFO O| Feb 24 15:24:39.972 INFO STEP 1015 (remove_files) COMPLETE
78822026-02-24T15:24:41.561Z[ recovery-image] Feb 24 15:24:39.972 INFO O| Feb 24 15:24:39.972 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832026-02-24T15:24:41.566Z[ recovery-image] Feb 24 15:24:39.980 INFO O| Feb 24 15:24:39.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78842026-02-24T15:24:41.569Z[ recovery-image] Feb 24 15:24:39.980 INFO O| Feb 24 15:24:39.980 INFO STEP 1016 (remove_files) COMPLETE
78852026-02-24T15:24:41.569Z[ recovery-image] Feb 24 15:24:39.980 INFO O| Feb 24 15:24:39.980 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862026-02-24T15:24:41.575Z[ recovery-image] Feb 24 15:24:39.989 INFO O| Feb 24 15:24:39.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78872026-02-24T15:24:41.579Z[ recovery-image] Feb 24 15:24:39.989 INFO O| Feb 24 15:24:39.989 INFO STEP 1017 (remove_files) COMPLETE
78882026-02-24T15:24:41.579Z[ recovery-image] Feb 24 15:24:39.989 INFO O| Feb 24 15:24:39.989 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892026-02-24T15:24:41.583Z[ recovery-image] Feb 24 15:24:39.996 INFO O| Feb 24 15:24:39.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78902026-02-24T15:24:41.583Z[ recovery-image] Feb 24 15:24:39.996 INFO O| Feb 24 15:24:39.996 INFO STEP 1018 (remove_files) COMPLETE
78912026-02-24T15:24:41.583Z[ recovery-image] Feb 24 15:24:39.996 INFO O| Feb 24 15:24:39.996 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922026-02-24T15:24:41.592Z[ recovery-image] Feb 24 15:24:40.005 INFO O| Feb 24 15:24:40.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78932026-02-24T15:24:41.592Z[ recovery-image] Feb 24 15:24:40.005 INFO O| Feb 24 15:24:40.005 INFO STEP 1019 (remove_files) COMPLETE
78942026-02-24T15:24:41.596Z[ recovery-image] Feb 24 15:24:40.005 INFO O| Feb 24 15:24:40.005 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952026-02-24T15:24:41.600Z[ recovery-image] Feb 24 15:24:40.012 INFO O| Feb 24 15:24:40.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78962026-02-24T15:24:41.600Z[ recovery-image] Feb 24 15:24:40.012 INFO O| Feb 24 15:24:40.012 INFO STEP 1020 (remove_files) COMPLETE
78972026-02-24T15:24:41.600Z[ recovery-image] Feb 24 15:24:40.012 INFO O| Feb 24 15:24:40.012 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982026-02-24T15:24:41.606Z[ recovery-image] Feb 24 15:24:40.020 INFO O| Feb 24 15:24:40.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78992026-02-24T15:24:41.606Z[ recovery-image] Feb 24 15:24:40.020 INFO O| Feb 24 15:24:40.020 INFO STEP 1021 (remove_files) COMPLETE
79002026-02-24T15:24:41.606Z[ recovery-image] Feb 24 15:24:40.020 INFO O| Feb 24 15:24:40.020 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012026-02-24T15:24:41.613Z[ recovery-image] Feb 24 15:24:40.027 INFO O| Feb 24 15:24:40.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
79022026-02-24T15:24:41.617Z[ recovery-image] Feb 24 15:24:40.027 INFO O| Feb 24 15:24:40.027 INFO STEP 1022 (remove_files) COMPLETE
79032026-02-24T15:24:41.617Z[ recovery-image] Feb 24 15:24:40.027 INFO O| Feb 24 15:24:40.027 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042026-02-24T15:24:41.621Z[ recovery-image] Feb 24 15:24:40.034 INFO O| Feb 24 15:24:40.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
79052026-02-24T15:24:41.621Z[ recovery-image] Feb 24 15:24:40.034 INFO O| Feb 24 15:24:40.034 INFO STEP 1023 (remove_files) COMPLETE
79062026-02-24T15:24:41.621Z[ recovery-image] Feb 24 15:24:40.034 INFO O| Feb 24 15:24:40.034 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072026-02-24T15:24:41.629Z[ recovery-image] Feb 24 15:24:40.042 INFO O| Feb 24 15:24:40.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
79082026-02-24T15:24:41.632Z[ recovery-image] Feb 24 15:24:40.042 INFO O| Feb 24 15:24:40.042 INFO STEP 1024 (remove_files) COMPLETE
79092026-02-24T15:24:41.633Z[ recovery-image] Feb 24 15:24:40.042 INFO O| Feb 24 15:24:40.042 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102026-02-24T15:24:41.637Z[ recovery-image] Feb 24 15:24:40.051 INFO O| Feb 24 15:24:40.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
79112026-02-24T15:24:41.637Z[ recovery-image] Feb 24 15:24:40.051 INFO O| Feb 24 15:24:40.051 INFO STEP 1025 (remove_files) COMPLETE
79122026-02-24T15:24:41.640Z[ recovery-image] Feb 24 15:24:40.051 INFO O| Feb 24 15:24:40.051 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132026-02-24T15:24:41.644Z[ recovery-image] Feb 24 15:24:40.059 INFO O| Feb 24 15:24:40.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
79142026-02-24T15:24:41.647Z[ recovery-image] Feb 24 15:24:40.059 INFO O| Feb 24 15:24:40.059 INFO STEP 1026 (remove_files) COMPLETE
79152026-02-24T15:24:41.648Z[ recovery-image] Feb 24 15:24:40.059 INFO O| Feb 24 15:24:40.059 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162026-02-24T15:24:41.653Z[ recovery-image] Feb 24 15:24:40.067 INFO O| Feb 24 15:24:40.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79172026-02-24T15:24:41.653Z[ recovery-image] Feb 24 15:24:40.067 INFO O| Feb 24 15:24:40.067 INFO STEP 1027 (remove_files) COMPLETE
79182026-02-24T15:24:41.656Z[ recovery-image] Feb 24 15:24:40.067 INFO O| Feb 24 15:24:40.067 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192026-02-24T15:24:41.662Z[ recovery-image] Feb 24 15:24:40.075 INFO O| Feb 24 15:24:40.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79202026-02-24T15:24:41.662Z[ recovery-image] Feb 24 15:24:40.075 INFO O| Feb 24 15:24:40.075 INFO STEP 1028 (remove_files) COMPLETE
79212026-02-24T15:24:41.662Z[ recovery-image] Feb 24 15:24:40.075 INFO O| Feb 24 15:24:40.075 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222026-02-24T15:24:41.668Z[ recovery-image] Feb 24 15:24:40.082 INFO O| Feb 24 15:24:40.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79232026-02-24T15:24:41.672Z[ recovery-image] Feb 24 15:24:40.082 INFO O| Feb 24 15:24:40.082 INFO STEP 1029 (remove_files) COMPLETE
79242026-02-24T15:24:41.672Z[ recovery-image] Feb 24 15:24:40.082 INFO O| Feb 24 15:24:40.082 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252026-02-24T15:24:41.676Z[ recovery-image] Feb 24 15:24:40.090 INFO O| Feb 24 15:24:40.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79262026-02-24T15:24:41.676Z[ recovery-image] Feb 24 15:24:40.090 INFO O| Feb 24 15:24:40.090 INFO STEP 1030 (remove_files) COMPLETE
79272026-02-24T15:24:41.676Z[ recovery-image] Feb 24 15:24:40.090 INFO O| Feb 24 15:24:40.090 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282026-02-24T15:24:41.683Z[ recovery-image] Feb 24 15:24:40.097 INFO O| Feb 24 15:24:40.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79292026-02-24T15:24:41.683Z[ recovery-image] Feb 24 15:24:40.097 INFO O| Feb 24 15:24:40.097 INFO STEP 1031 (remove_files) COMPLETE
79302026-02-24T15:24:41.686Z[ recovery-image] Feb 24 15:24:40.097 INFO O| Feb 24 15:24:40.097 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.104 INFO O| Feb 24 15:24:40.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79322026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.104 INFO O| Feb 24 15:24:40.104 INFO STEP 1032 (remove_files) COMPLETE
79332026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.104 INFO O| Feb 24 15:24:40.104 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.112 INFO O| Feb 24 15:24:40.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79352026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.112 INFO O| Feb 24 15:24:40.112 INFO STEP 1033 (remove_files) COMPLETE
79362026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.113 INFO O| Feb 24 15:24:40.112 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.120 INFO O| Feb 24 15:24:40.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79382026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.120 INFO O| Feb 24 15:24:40.120 INFO STEP 1034 (remove_files) COMPLETE
79392026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.120 INFO O| Feb 24 15:24:40.120 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.128 INFO O| Feb 24 15:24:40.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79412026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.128 INFO O| Feb 24 15:24:40.128 INFO STEP 1035 (remove_files) COMPLETE
79422026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.128 INFO O| Feb 24 15:24:40.128 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.136 INFO O| Feb 24 15:24:40.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79442026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.136 INFO O| Feb 24 15:24:40.136 INFO STEP 1036 (remove_files) COMPLETE
79452026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.136 INFO O| Feb 24 15:24:40.136 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.143 INFO O| Feb 24 15:24:40.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79472026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.143 INFO O| Feb 24 15:24:40.143 INFO STEP 1037 (remove_files) COMPLETE
79482026-02-24T15:24:41.738Z[ recovery-image] Feb 24 15:24:40.143 INFO O| Feb 24 15:24:40.143 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492026-02-24T15:24:41.739Z[ recovery-image] Feb 24 15:24:40.150 INFO O| Feb 24 15:24:40.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79502026-02-24T15:24:41.742Z[ recovery-image] Feb 24 15:24:40.150 INFO O| Feb 24 15:24:40.150 INFO STEP 1038 (remove_files) COMPLETE
79512026-02-24T15:24:41.742Z[ recovery-image] Feb 24 15:24:40.150 INFO O| Feb 24 15:24:40.150 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522026-02-24T15:24:41.746Z[ recovery-image] Feb 24 15:24:40.157 INFO O| Feb 24 15:24:40.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79532026-02-24T15:24:41.746Z[ recovery-image] Feb 24 15:24:40.158 INFO O| Feb 24 15:24:40.157 INFO STEP 1039 (remove_files) COMPLETE
79542026-02-24T15:24:41.746Z[ recovery-image] Feb 24 15:24:40.158 INFO O| Feb 24 15:24:40.158 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552026-02-24T15:24:41.750Z[ recovery-image] Feb 24 15:24:40.164 INFO O| Feb 24 15:24:40.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79562026-02-24T15:24:41.750Z[ recovery-image] Feb 24 15:24:40.165 INFO O| Feb 24 15:24:40.164 INFO STEP 1040 (remove_files) COMPLETE
79572026-02-24T15:24:41.753Z[ recovery-image] Feb 24 15:24:40.165 INFO O| Feb 24 15:24:40.165 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582026-02-24T15:24:41.758Z[ recovery-image] Feb 24 15:24:40.172 INFO O| Feb 24 15:24:40.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79592026-02-24T15:24:41.758Z[ recovery-image] Feb 24 15:24:40.172 INFO O| Feb 24 15:24:40.172 INFO STEP 1041 (remove_files) COMPLETE
79602026-02-24T15:24:41.761Z[ recovery-image] Feb 24 15:24:40.172 INFO O| Feb 24 15:24:40.172 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612026-02-24T15:24:41.765Z[ recovery-image] Feb 24 15:24:40.179 INFO O| Feb 24 15:24:40.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79622026-02-24T15:24:41.765Z[ recovery-image] Feb 24 15:24:40.179 INFO O| Feb 24 15:24:40.179 INFO STEP 1042 (remove_files) COMPLETE
79632026-02-24T15:24:41.768Z[ recovery-image] Feb 24 15:24:40.179 INFO O| Feb 24 15:24:40.179 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642026-02-24T15:24:41.773Z[ recovery-image] Feb 24 15:24:40.187 INFO O| Feb 24 15:24:40.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79652026-02-24T15:24:41.777Z[ recovery-image] Feb 24 15:24:40.187 INFO O| Feb 24 15:24:40.187 INFO STEP 1043 (remove_files) COMPLETE
79662026-02-24T15:24:41.777Z[ recovery-image] Feb 24 15:24:40.187 INFO O| Feb 24 15:24:40.187 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672026-02-24T15:24:41.780Z[ recovery-image] Feb 24 15:24:40.194 INFO O| Feb 24 15:24:40.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79682026-02-24T15:24:41.780Z[ recovery-image] Feb 24 15:24:40.194 INFO O| Feb 24 15:24:40.194 INFO STEP 1044 (remove_files) COMPLETE
79692026-02-24T15:24:41.783Z[ recovery-image] Feb 24 15:24:40.194 INFO O| Feb 24 15:24:40.194 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702026-02-24T15:24:41.787Z[ recovery-image] Feb 24 15:24:40.202 INFO O| Feb 24 15:24:40.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79712026-02-24T15:24:41.791Z[ recovery-image] Feb 24 15:24:40.202 INFO O| Feb 24 15:24:40.202 INFO STEP 1045 (remove_files) COMPLETE
79722026-02-24T15:24:41.791Z[ recovery-image] Feb 24 15:24:40.202 INFO O| Feb 24 15:24:40.202 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732026-02-24T15:24:41.796Z[ recovery-image] Feb 24 15:24:40.209 INFO O| Feb 24 15:24:40.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79742026-02-24T15:24:41.797Z[ recovery-image] Feb 24 15:24:40.209 INFO O| Feb 24 15:24:40.209 INFO STEP 1046 (remove_files) COMPLETE
79752026-02-24T15:24:41.797Z[ recovery-image] Feb 24 15:24:40.209 INFO O| Feb 24 15:24:40.209 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762026-02-24T15:24:41.803Z[ recovery-image] Feb 24 15:24:40.216 INFO O| Feb 24 15:24:40.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79772026-02-24T15:24:41.803Z[ recovery-image] Feb 24 15:24:40.216 INFO O| Feb 24 15:24:40.216 INFO STEP 1047 (remove_files) COMPLETE
79782026-02-24T15:24:41.808Z[ recovery-image] Feb 24 15:24:40.216 INFO O| Feb 24 15:24:40.216 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792026-02-24T15:24:41.811Z[ recovery-image] Feb 24 15:24:40.224 INFO O| Feb 24 15:24:40.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79802026-02-24T15:24:41.811Z[ recovery-image] Feb 24 15:24:40.224 INFO O| Feb 24 15:24:40.224 INFO STEP 1048 (remove_files) COMPLETE
79812026-02-24T15:24:41.811Z[ recovery-image] Feb 24 15:24:40.224 INFO O| Feb 24 15:24:40.224 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822026-02-24T15:24:41.818Z[ recovery-image] Feb 24 15:24:40.231 INFO O| Feb 24 15:24:40.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79832026-02-24T15:24:41.818Z[ recovery-image] Feb 24 15:24:40.231 INFO O| Feb 24 15:24:40.231 INFO STEP 1049 (remove_files) COMPLETE
79842026-02-24T15:24:41.818Z[ recovery-image] Feb 24 15:24:40.231 INFO O| Feb 24 15:24:40.231 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852026-02-24T15:24:41.824Z[ recovery-image] Feb 24 15:24:40.238 INFO O| Feb 24 15:24:40.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79862026-02-24T15:24:41.824Z[ recovery-image] Feb 24 15:24:40.238 INFO O| Feb 24 15:24:40.238 INFO STEP 1050 (remove_files) COMPLETE
79872026-02-24T15:24:41.828Z[ recovery-image] Feb 24 15:24:40.238 INFO O| Feb 24 15:24:40.238 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882026-02-24T15:24:41.832Z[ recovery-image] Feb 24 15:24:40.246 INFO O| Feb 24 15:24:40.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79892026-02-24T15:24:41.832Z[ recovery-image] Feb 24 15:24:40.246 INFO O| Feb 24 15:24:40.246 INFO STEP 1051 (remove_files) COMPLETE
79902026-02-24T15:24:41.832Z[ recovery-image] Feb 24 15:24:40.246 INFO O| Feb 24 15:24:40.246 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912026-02-24T15:24:41.839Z[ recovery-image] Feb 24 15:24:40.253 INFO O| Feb 24 15:24:40.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79922026-02-24T15:24:41.839Z[ recovery-image] Feb 24 15:24:40.254 INFO O| Feb 24 15:24:40.253 INFO STEP 1052 (remove_files) COMPLETE
79932026-02-24T15:24:41.839Z[ recovery-image] Feb 24 15:24:40.254 INFO O| Feb 24 15:24:40.253 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942026-02-24T15:24:41.846Z[ recovery-image] Feb 24 15:24:40.261 INFO O| Feb 24 15:24:40.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79952026-02-24T15:24:41.846Z[ recovery-image] Feb 24 15:24:40.261 INFO O| Feb 24 15:24:40.261 INFO STEP 1053 (remove_files) COMPLETE
79962026-02-24T15:24:41.853Z[ recovery-image] Feb 24 15:24:40.261 INFO O| Feb 24 15:24:40.261 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972026-02-24T15:24:41.856Z[ recovery-image] Feb 24 15:24:40.268 INFO O| Feb 24 15:24:40.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79982026-02-24T15:24:41.856Z[ recovery-image] Feb 24 15:24:40.268 INFO O| Feb 24 15:24:40.268 INFO STEP 1054 (remove_files) COMPLETE
79992026-02-24T15:24:41.856Z[ recovery-image] Feb 24 15:24:40.268 INFO O| Feb 24 15:24:40.268 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002026-02-24T15:24:41.861Z[ recovery-image] Feb 24 15:24:40.275 INFO O| Feb 24 15:24:40.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
80012026-02-24T15:24:41.864Z[ recovery-image] Feb 24 15:24:40.275 INFO O| Feb 24 15:24:40.275 INFO STEP 1055 (remove_files) COMPLETE
80022026-02-24T15:24:41.864Z[ recovery-image] Feb 24 15:24:40.275 INFO O| Feb 24 15:24:40.275 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032026-02-24T15:24:41.869Z[ recovery-image] Feb 24 15:24:40.282 INFO O| Feb 24 15:24:40.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
80042026-02-24T15:24:41.872Z[ recovery-image] Feb 24 15:24:40.282 INFO O| Feb 24 15:24:40.282 INFO STEP 1056 (remove_files) COMPLETE
80052026-02-24T15:24:41.873Z[ recovery-image] Feb 24 15:24:40.282 INFO O| Feb 24 15:24:40.282 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062026-02-24T15:24:41.876Z[ recovery-image] Feb 24 15:24:40.290 INFO O| Feb 24 15:24:40.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
80072026-02-24T15:24:41.876Z[ recovery-image] Feb 24 15:24:40.290 INFO O| Feb 24 15:24:40.290 INFO STEP 1057 (remove_files) COMPLETE
80082026-02-24T15:24:41.880Z[ recovery-image] Feb 24 15:24:40.290 INFO O| Feb 24 15:24:40.290 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092026-02-24T15:24:41.883Z[ recovery-image] Feb 24 15:24:40.297 INFO O| Feb 24 15:24:40.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
80102026-02-24T15:24:41.883Z[ recovery-image] Feb 24 15:24:40.297 INFO O| Feb 24 15:24:40.297 INFO STEP 1058 (remove_files) COMPLETE
80112026-02-24T15:24:41.883Z[ recovery-image] Feb 24 15:24:40.297 INFO O| Feb 24 15:24:40.297 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122026-02-24T15:24:41.892Z[ recovery-image] Feb 24 15:24:40.305 INFO O| Feb 24 15:24:40.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
80132026-02-24T15:24:41.892Z[ recovery-image] Feb 24 15:24:40.305 INFO O| Feb 24 15:24:40.305 INFO STEP 1059 (remove_files) COMPLETE
80142026-02-24T15:24:41.895Z[ recovery-image] Feb 24 15:24:40.305 INFO O| Feb 24 15:24:40.305 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152026-02-24T15:24:41.898Z[ recovery-image] Feb 24 15:24:40.312 INFO O| Feb 24 15:24:40.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80162026-02-24T15:24:41.898Z[ recovery-image] Feb 24 15:24:40.312 INFO O| Feb 24 15:24:40.312 INFO STEP 1060 (remove_files) COMPLETE
80172026-02-24T15:24:41.898Z[ recovery-image] Feb 24 15:24:40.312 INFO O| Feb 24 15:24:40.312 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182026-02-24T15:24:41.905Z[ recovery-image] Feb 24 15:24:40.319 INFO O| Feb 24 15:24:40.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80192026-02-24T15:24:41.905Z[ recovery-image] Feb 24 15:24:40.319 INFO O| Feb 24 15:24:40.319 INFO STEP 1061 (remove_files) COMPLETE
80202026-02-24T15:24:41.906Z[ recovery-image] Feb 24 15:24:40.319 INFO O| Feb 24 15:24:40.319 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212026-02-24T15:24:41.914Z[ recovery-image] Feb 24 15:24:40.326 INFO O| Feb 24 15:24:40.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80222026-02-24T15:24:41.918Z[ recovery-image] Feb 24 15:24:40.327 INFO O| Feb 24 15:24:40.327 INFO STEP 1062 (remove_files) COMPLETE
80232026-02-24T15:24:41.918Z[ recovery-image] Feb 24 15:24:40.327 INFO O| Feb 24 15:24:40.327 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242026-02-24T15:24:41.925Z[ recovery-image] Feb 24 15:24:40.334 INFO O| Feb 24 15:24:40.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80252026-02-24T15:24:41.925Z[ recovery-image] Feb 24 15:24:40.334 INFO O| Feb 24 15:24:40.334 INFO STEP 1063 (remove_files) COMPLETE
80262026-02-24T15:24:41.925Z[ recovery-image] Feb 24 15:24:40.334 INFO O| Feb 24 15:24:40.334 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272026-02-24T15:24:41.928Z[ recovery-image] Feb 24 15:24:40.342 INFO O| Feb 24 15:24:40.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80282026-02-24T15:24:41.928Z[ recovery-image] Feb 24 15:24:40.342 INFO O| Feb 24 15:24:40.342 INFO STEP 1064 (remove_files) COMPLETE
80292026-02-24T15:24:41.928Z[ recovery-image] Feb 24 15:24:40.342 INFO O| Feb 24 15:24:40.342 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302026-02-24T15:24:41.936Z[ recovery-image] Feb 24 15:24:40.350 INFO O| Feb 24 15:24:40.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80312026-02-24T15:24:41.936Z[ recovery-image] Feb 24 15:24:40.350 INFO O| Feb 24 15:24:40.350 INFO STEP 1065 (remove_files) COMPLETE
80322026-02-24T15:24:41.939Z[ recovery-image] Feb 24 15:24:40.350 INFO O| Feb 24 15:24:40.350 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332026-02-24T15:24:41.944Z[ recovery-image] Feb 24 15:24:40.357 INFO O| Feb 24 15:24:40.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80342026-02-24T15:24:41.944Z[ recovery-image] Feb 24 15:24:40.357 INFO O| Feb 24 15:24:40.357 INFO STEP 1066 (remove_files) COMPLETE
80352026-02-24T15:24:41.947Z[ recovery-image] Feb 24 15:24:40.357 INFO O| Feb 24 15:24:40.357 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362026-02-24T15:24:41.950Z[ recovery-image] Feb 24 15:24:40.365 INFO O| Feb 24 15:24:40.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80372026-02-24T15:24:41.953Z[ recovery-image] Feb 24 15:24:40.365 INFO O| Feb 24 15:24:40.365 INFO STEP 1067 (remove_files) COMPLETE
80382026-02-24T15:24:41.953Z[ recovery-image] Feb 24 15:24:40.365 INFO O| Feb 24 15:24:40.365 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392026-02-24T15:24:41.959Z[ recovery-image] Feb 24 15:24:40.373 INFO O| Feb 24 15:24:40.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80402026-02-24T15:24:41.959Z[ recovery-image] Feb 24 15:24:40.373 INFO O| Feb 24 15:24:40.373 INFO STEP 1068 (remove_files) COMPLETE
80412026-02-24T15:24:41.962Z[ recovery-image] Feb 24 15:24:40.373 INFO O| Feb 24 15:24:40.373 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422026-02-24T15:24:41.967Z[ recovery-image] Feb 24 15:24:40.381 INFO O| Feb 24 15:24:40.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80432026-02-24T15:24:41.967Z[ recovery-image] Feb 24 15:24:40.381 INFO O| Feb 24 15:24:40.381 INFO STEP 1069 (remove_files) COMPLETE
80442026-02-24T15:24:41.967Z[ recovery-image] Feb 24 15:24:40.381 INFO O| Feb 24 15:24:40.381 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452026-02-24T15:24:41.975Z[ recovery-image] Feb 24 15:24:40.390 INFO O| Feb 24 15:24:40.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80462026-02-24T15:24:41.976Z[ recovery-image] Feb 24 15:24:40.390 INFO O| Feb 24 15:24:40.390 INFO STEP 1070 (remove_files) COMPLETE
80472026-02-24T15:24:41.979Z[ recovery-image] Feb 24 15:24:40.390 INFO O| Feb 24 15:24:40.390 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482026-02-24T15:24:41.983Z[ recovery-image] Feb 24 15:24:40.397 INFO O| Feb 24 15:24:40.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80492026-02-24T15:24:41.983Z[ recovery-image] Feb 24 15:24:40.397 INFO O| Feb 24 15:24:40.397 INFO STEP 1071 (remove_files) COMPLETE
80502026-02-24T15:24:41.986Z[ recovery-image] Feb 24 15:24:40.397 INFO O| Feb 24 15:24:40.397 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512026-02-24T15:24:41.990Z[ recovery-image] Feb 24 15:24:40.404 INFO O| Feb 24 15:24:40.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80522026-02-24T15:24:41.992Z[ recovery-image] Feb 24 15:24:40.404 INFO O| Feb 24 15:24:40.404 INFO STEP 1072 (remove_files) COMPLETE
80532026-02-24T15:24:41.992Z[ recovery-image] Feb 24 15:24:40.404 INFO O| Feb 24 15:24:40.404 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542026-02-24T15:24:41.998Z[ recovery-image] Feb 24 15:24:40.412 INFO O| Feb 24 15:24:40.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80552026-02-24T15:24:42.004Z[ recovery-image] Feb 24 15:24:40.412 INFO O| Feb 24 15:24:40.412 INFO STEP 1073 (remove_files) COMPLETE
80562026-02-24T15:24:42.004Z[ recovery-image] Feb 24 15:24:40.412 INFO O| Feb 24 15:24:40.412 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572026-02-24T15:24:42.011Z[ recovery-image] Feb 24 15:24:40.421 INFO O| Feb 24 15:24:40.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80582026-02-24T15:24:42.011Z[ recovery-image] Feb 24 15:24:40.421 INFO O| Feb 24 15:24:40.421 INFO STEP 1074 (remove_files) COMPLETE
80592026-02-24T15:24:42.011Z[ recovery-image] Feb 24 15:24:40.421 INFO O| Feb 24 15:24:40.421 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602026-02-24T15:24:42.015Z[ recovery-image] Feb 24 15:24:40.428 INFO O| Feb 24 15:24:40.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80612026-02-24T15:24:42.015Z[ recovery-image] Feb 24 15:24:40.428 INFO O| Feb 24 15:24:40.428 INFO STEP 1075 (remove_files) COMPLETE
80622026-02-24T15:24:42.015Z[ recovery-image] Feb 24 15:24:40.428 INFO O| Feb 24 15:24:40.428 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632026-02-24T15:24:42.023Z[ recovery-image] Feb 24 15:24:40.437 INFO O| Feb 24 15:24:40.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80642026-02-24T15:24:42.026Z[ recovery-image] Feb 24 15:24:40.437 INFO O| Feb 24 15:24:40.437 INFO STEP 1076 (remove_files) COMPLETE
80652026-02-24T15:24:42.026Z[ recovery-image] Feb 24 15:24:40.437 INFO O| Feb 24 15:24:40.437 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662026-02-24T15:24:42.036Z[ recovery-image] Feb 24 15:24:40.446 INFO O| Feb 24 15:24:40.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80672026-02-24T15:24:42.041Z[ recovery-image] Feb 24 15:24:40.446 INFO O| Feb 24 15:24:40.446 INFO STEP 1077 (remove_files) COMPLETE
80682026-02-24T15:24:42.041Z[ recovery-image] Feb 24 15:24:40.446 INFO O| Feb 24 15:24:40.446 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692026-02-24T15:24:42.048Z[ recovery-image] Feb 24 15:24:40.455 INFO O| Feb 24 15:24:40.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80702026-02-24T15:24:42.048Z[ recovery-image] Feb 24 15:24:40.455 INFO O| Feb 24 15:24:40.455 INFO STEP 1078 (remove_files) COMPLETE
80712026-02-24T15:24:42.048Z[ recovery-image] Feb 24 15:24:40.455 INFO O| Feb 24 15:24:40.455 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722026-02-24T15:24:42.052Z[ recovery-image] Feb 24 15:24:40.463 INFO O| Feb 24 15:24:40.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80732026-02-24T15:24:42.052Z[ recovery-image] Feb 24 15:24:40.463 INFO O| Feb 24 15:24:40.463 INFO STEP 1079 (remove_files) COMPLETE
80742026-02-24T15:24:42.052Z[ recovery-image] Feb 24 15:24:40.463 INFO O| Feb 24 15:24:40.463 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752026-02-24T15:24:42.056Z[ recovery-image] Feb 24 15:24:40.471 INFO O| Feb 24 15:24:40.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80762026-02-24T15:24:42.056Z[ recovery-image] Feb 24 15:24:40.471 INFO O| Feb 24 15:24:40.471 INFO STEP 1080 (remove_files) COMPLETE
80772026-02-24T15:24:42.060Z[ recovery-image] Feb 24 15:24:40.471 INFO O| Feb 24 15:24:40.471 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782026-02-24T15:24:42.064Z[ recovery-image] Feb 24 15:24:40.478 INFO O| Feb 24 15:24:40.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80792026-02-24T15:24:42.064Z[ recovery-image] Feb 24 15:24:40.478 INFO O| Feb 24 15:24:40.478 INFO STEP 1081 (remove_files) COMPLETE
80802026-02-24T15:24:42.064Z[ recovery-image] Feb 24 15:24:40.478 INFO O| Feb 24 15:24:40.478 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812026-02-24T15:24:42.072Z[ recovery-image] Feb 24 15:24:40.486 INFO O| Feb 24 15:24:40.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80822026-02-24T15:24:42.072Z[ recovery-image] Feb 24 15:24:40.486 INFO O| Feb 24 15:24:40.486 INFO STEP 1082 (remove_files) COMPLETE
80832026-02-24T15:24:42.072Z[ recovery-image] Feb 24 15:24:40.486 INFO O| Feb 24 15:24:40.486 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842026-02-24T15:24:42.079Z[ recovery-image] Feb 24 15:24:40.493 INFO O| Feb 24 15:24:40.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80852026-02-24T15:24:42.079Z[ recovery-image] Feb 24 15:24:40.493 INFO O| Feb 24 15:24:40.493 INFO STEP 1083 (remove_files) COMPLETE
80862026-02-24T15:24:42.083Z[ recovery-image] Feb 24 15:24:40.493 INFO O| Feb 24 15:24:40.493 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872026-02-24T15:24:42.089Z[ recovery-image] Feb 24 15:24:40.502 INFO O| Feb 24 15:24:40.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80882026-02-24T15:24:42.089Z[ recovery-image] Feb 24 15:24:40.502 INFO O| Feb 24 15:24:40.502 INFO STEP 1084 (remove_files) COMPLETE
80892026-02-24T15:24:42.092Z[ recovery-image] Feb 24 15:24:40.502 INFO O| Feb 24 15:24:40.502 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902026-02-24T15:24:42.098Z[ recovery-image] Feb 24 15:24:40.512 INFO O| Feb 24 15:24:40.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80912026-02-24T15:24:42.098Z[ recovery-image] Feb 24 15:24:40.512 INFO O| Feb 24 15:24:40.512 INFO STEP 1085 (remove_files) COMPLETE
80922026-02-24T15:24:42.102Z[ recovery-image] Feb 24 15:24:40.512 INFO O| Feb 24 15:24:40.512 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932026-02-24T15:24:42.106Z[ recovery-image] Feb 24 15:24:40.520 INFO O| Feb 24 15:24:40.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80942026-02-24T15:24:42.109Z[ recovery-image] Feb 24 15:24:40.520 INFO O| Feb 24 15:24:40.520 INFO STEP 1086 (remove_files) COMPLETE
80952026-02-24T15:24:42.109Z[ recovery-image] Feb 24 15:24:40.520 INFO O| Feb 24 15:24:40.520 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962026-02-24T15:24:42.113Z[ recovery-image] Feb 24 15:24:40.528 INFO O| Feb 24 15:24:40.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80972026-02-24T15:24:42.113Z[ recovery-image] Feb 24 15:24:40.528 INFO O| Feb 24 15:24:40.528 INFO STEP 1087 (remove_files) COMPLETE
80982026-02-24T15:24:42.116Z[ recovery-image] Feb 24 15:24:40.528 INFO O| Feb 24 15:24:40.528 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992026-02-24T15:24:42.120Z[ recovery-image] Feb 24 15:24:40.535 INFO O| Feb 24 15:24:40.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
81002026-02-24T15:24:42.123Z[ recovery-image] Feb 24 15:24:40.535 INFO O| Feb 24 15:24:40.535 INFO STEP 1088 (remove_files) COMPLETE
81012026-02-24T15:24:42.124Z[ recovery-image] Feb 24 15:24:40.535 INFO O| Feb 24 15:24:40.535 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022026-02-24T15:24:42.128Z[ recovery-image] Feb 24 15:24:40.542 INFO O| Feb 24 15:24:40.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
81032026-02-24T15:24:42.131Z[ recovery-image] Feb 24 15:24:40.542 INFO O| Feb 24 15:24:40.542 INFO STEP 1089 (remove_files) COMPLETE
81042026-02-24T15:24:42.131Z[ recovery-image] Feb 24 15:24:40.542 INFO O| Feb 24 15:24:40.542 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052026-02-24T15:24:42.136Z[ recovery-image] Feb 24 15:24:40.550 INFO O| Feb 24 15:24:40.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
81062026-02-24T15:24:42.139Z[ recovery-image] Feb 24 15:24:40.550 INFO O| Feb 24 15:24:40.550 INFO STEP 1090 (remove_files) COMPLETE
81072026-02-24T15:24:42.139Z[ recovery-image] Feb 24 15:24:40.550 INFO O| Feb 24 15:24:40.550 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082026-02-24T15:24:42.145Z[ recovery-image] Feb 24 15:24:40.559 INFO O| Feb 24 15:24:40.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
81092026-02-24T15:24:42.148Z[ recovery-image] Feb 24 15:24:40.559 INFO O| Feb 24 15:24:40.559 INFO STEP 1091 (remove_files) COMPLETE
81102026-02-24T15:24:42.148Z[ recovery-image] Feb 24 15:24:40.559 INFO O| Feb 24 15:24:40.559 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112026-02-24T15:24:42.152Z[ recovery-image] Feb 24 15:24:40.566 INFO O| Feb 24 15:24:40.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
81122026-02-24T15:24:42.155Z[ recovery-image] Feb 24 15:24:40.566 INFO O| Feb 24 15:24:40.566 INFO STEP 1092 (remove_files) COMPLETE
81132026-02-24T15:24:42.155Z[ recovery-image] Feb 24 15:24:40.566 INFO O| Feb 24 15:24:40.566 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142026-02-24T15:24:42.160Z[ recovery-image] Feb 24 15:24:40.574 INFO O| Feb 24 15:24:40.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81152026-02-24T15:24:42.162Z[ recovery-image] Feb 24 15:24:40.574 INFO O| Feb 24 15:24:40.574 INFO STEP 1093 (remove_files) COMPLETE
81162026-02-24T15:24:42.162Z[ recovery-image] Feb 24 15:24:40.574 INFO O| Feb 24 15:24:40.574 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172026-02-24T15:24:42.168Z[ recovery-image] Feb 24 15:24:40.582 INFO O| Feb 24 15:24:40.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81182026-02-24T15:24:42.168Z[ recovery-image] Feb 24 15:24:40.582 INFO O| Feb 24 15:24:40.582 INFO STEP 1094 (remove_files) COMPLETE
81192026-02-24T15:24:42.171Z[ recovery-image] Feb 24 15:24:40.582 INFO O| Feb 24 15:24:40.582 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202026-02-24T15:24:42.176Z[ recovery-image] Feb 24 15:24:40.590 INFO O| Feb 24 15:24:40.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81212026-02-24T15:24:42.176Z[ recovery-image] Feb 24 15:24:40.590 INFO O| Feb 24 15:24:40.590 INFO STEP 1095 (remove_files) COMPLETE
81222026-02-24T15:24:42.180Z[ recovery-image] Feb 24 15:24:40.590 INFO O| Feb 24 15:24:40.590 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232026-02-24T15:24:42.183Z[ recovery-image] Feb 24 15:24:40.597 INFO O| Feb 24 15:24:40.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81242026-02-24T15:24:42.184Z[ recovery-image] Feb 24 15:24:40.597 INFO O| Feb 24 15:24:40.597 INFO STEP 1096 (remove_files) COMPLETE
81252026-02-24T15:24:42.184Z[ recovery-image] Feb 24 15:24:40.597 INFO O| Feb 24 15:24:40.597 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262026-02-24T15:24:42.191Z[ recovery-image] Feb 24 15:24:40.605 INFO O| Feb 24 15:24:40.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81272026-02-24T15:24:42.191Z[ recovery-image] Feb 24 15:24:40.605 INFO O| Feb 24 15:24:40.605 INFO STEP 1097 (remove_files) COMPLETE
81282026-02-24T15:24:42.194Z[ recovery-image] Feb 24 15:24:40.605 INFO O| Feb 24 15:24:40.605 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292026-02-24T15:24:42.198Z[ recovery-image] Feb 24 15:24:40.612 INFO O| Feb 24 15:24:40.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81302026-02-24T15:24:42.198Z[ recovery-image] Feb 24 15:24:40.612 INFO O| Feb 24 15:24:40.612 INFO STEP 1098 (remove_files) COMPLETE
81312026-02-24T15:24:42.201Z[ recovery-image] Feb 24 15:24:40.612 INFO O| Feb 24 15:24:40.612 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322026-02-24T15:24:42.206Z[ recovery-image] Feb 24 15:24:40.620 INFO O| Feb 24 15:24:40.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81332026-02-24T15:24:42.206Z[ recovery-image] Feb 24 15:24:40.620 INFO O| Feb 24 15:24:40.620 INFO STEP 1099 (remove_files) COMPLETE
81342026-02-24T15:24:42.209Z[ recovery-image] Feb 24 15:24:40.620 INFO O| Feb 24 15:24:40.620 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352026-02-24T15:24:42.213Z[ recovery-image] Feb 24 15:24:40.627 INFO O| Feb 24 15:24:40.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81362026-02-24T15:24:42.213Z[ recovery-image] Feb 24 15:24:40.627 INFO O| Feb 24 15:24:40.627 INFO STEP 1100 (remove_files) COMPLETE
81372026-02-24T15:24:42.216Z[ recovery-image] Feb 24 15:24:40.627 INFO O| Feb 24 15:24:40.627 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382026-02-24T15:24:42.220Z[ recovery-image] Feb 24 15:24:40.634 INFO O| Feb 24 15:24:40.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81392026-02-24T15:24:42.220Z[ recovery-image] Feb 24 15:24:40.634 INFO O| Feb 24 15:24:40.634 INFO STEP 1101 (remove_files) COMPLETE
81402026-02-24T15:24:42.223Z[ recovery-image] Feb 24 15:24:40.634 INFO O| Feb 24 15:24:40.634 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412026-02-24T15:24:42.227Z[ recovery-image] Feb 24 15:24:40.641 INFO O| Feb 24 15:24:40.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81422026-02-24T15:24:42.227Z[ recovery-image] Feb 24 15:24:40.642 INFO O| Feb 24 15:24:40.641 INFO STEP 1102 (remove_files) COMPLETE
81432026-02-24T15:24:42.230Z[ recovery-image] Feb 24 15:24:40.642 INFO O| Feb 24 15:24:40.642 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442026-02-24T15:24:42.235Z[ recovery-image] Feb 24 15:24:40.649 INFO O| Feb 24 15:24:40.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81452026-02-24T15:24:42.238Z[ recovery-image] Feb 24 15:24:40.649 INFO O| Feb 24 15:24:40.649 INFO STEP 1103 (remove_files) COMPLETE
81462026-02-24T15:24:42.238Z[ recovery-image] Feb 24 15:24:40.649 INFO O| Feb 24 15:24:40.649 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472026-02-24T15:24:42.242Z[ recovery-image] Feb 24 15:24:40.657 INFO O| Feb 24 15:24:40.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81482026-02-24T15:24:42.245Z[ recovery-image] Feb 24 15:24:40.657 INFO O| Feb 24 15:24:40.657 INFO STEP 1104 (remove_files) COMPLETE
81492026-02-24T15:24:42.245Z[ recovery-image] Feb 24 15:24:40.657 INFO O| Feb 24 15:24:40.657 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502026-02-24T15:24:42.250Z[ recovery-image] Feb 24 15:24:40.664 INFO O| Feb 24 15:24:40.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81512026-02-24T15:24:42.250Z[ recovery-image] Feb 24 15:24:40.664 INFO O| Feb 24 15:24:40.664 INFO STEP 1105 (remove_files) COMPLETE
81522026-02-24T15:24:42.250Z[ recovery-image] Feb 24 15:24:40.664 INFO O| Feb 24 15:24:40.664 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532026-02-24T15:24:42.257Z[ recovery-image] Feb 24 15:24:40.671 INFO O| Feb 24 15:24:40.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81542026-02-24T15:24:42.260Z[ recovery-image] Feb 24 15:24:40.671 INFO O| Feb 24 15:24:40.671 INFO STEP 1106 (remove_files) COMPLETE
81552026-02-24T15:24:42.260Z[ recovery-image] Feb 24 15:24:40.671 INFO O| Feb 24 15:24:40.671 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562026-02-24T15:24:42.266Z[ recovery-image] Feb 24 15:24:40.680 INFO O| Feb 24 15:24:40.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81572026-02-24T15:24:42.266Z[ recovery-image] Feb 24 15:24:40.680 INFO O| Feb 24 15:24:40.680 INFO STEP 1107 (remove_files) COMPLETE
81582026-02-24T15:24:42.270Z[ recovery-image] Feb 24 15:24:40.680 INFO O| Feb 24 15:24:40.680 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592026-02-24T15:24:42.274Z[ recovery-image] Feb 24 15:24:40.688 INFO O| Feb 24 15:24:40.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81602026-02-24T15:24:42.274Z[ recovery-image] Feb 24 15:24:40.688 INFO O| Feb 24 15:24:40.688 INFO STEP 1108 (remove_files) COMPLETE
81612026-02-24T15:24:42.277Z[ recovery-image] Feb 24 15:24:40.688 INFO O| Feb 24 15:24:40.688 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622026-02-24T15:24:42.282Z[ recovery-image] Feb 24 15:24:40.696 INFO O| Feb 24 15:24:40.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81632026-02-24T15:24:42.282Z[ recovery-image] Feb 24 15:24:40.696 INFO O| Feb 24 15:24:40.696 INFO STEP 1109 (remove_files) COMPLETE
81642026-02-24T15:24:42.282Z[ recovery-image] Feb 24 15:24:40.696 INFO O| Feb 24 15:24:40.696 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652026-02-24T15:24:42.289Z[ recovery-image] Feb 24 15:24:40.703 INFO O| Feb 24 15:24:40.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81662026-02-24T15:24:42.292Z[ recovery-image] Feb 24 15:24:40.704 INFO O| Feb 24 15:24:40.704 INFO STEP 1110 (remove_files) COMPLETE
81672026-02-24T15:24:42.292Z[ recovery-image] Feb 24 15:24:40.704 INFO O| Feb 24 15:24:40.704 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682026-02-24T15:24:42.297Z[ recovery-image] Feb 24 15:24:40.711 INFO O| Feb 24 15:24:40.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81692026-02-24T15:24:42.300Z[ recovery-image] Feb 24 15:24:40.711 INFO O| Feb 24 15:24:40.711 INFO STEP 1111 (remove_files) COMPLETE
81702026-02-24T15:24:42.301Z[ recovery-image] Feb 24 15:24:40.711 INFO O| Feb 24 15:24:40.711 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712026-02-24T15:24:42.305Z[ recovery-image] Feb 24 15:24:40.719 INFO O| Feb 24 15:24:40.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81722026-02-24T15:24:42.305Z[ recovery-image] Feb 24 15:24:40.719 INFO O| Feb 24 15:24:40.719 INFO STEP 1112 (remove_files) COMPLETE
81732026-02-24T15:24:42.305Z[ recovery-image] Feb 24 15:24:40.719 INFO O| Feb 24 15:24:40.719 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742026-02-24T15:24:42.313Z[ recovery-image] Feb 24 15:24:40.727 INFO O| Feb 24 15:24:40.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81752026-02-24T15:24:42.316Z[ recovery-image] Feb 24 15:24:40.727 INFO O| Feb 24 15:24:40.727 INFO STEP 1113 (remove_files) COMPLETE
81762026-02-24T15:24:42.316Z[ recovery-image] Feb 24 15:24:40.727 INFO O| Feb 24 15:24:40.727 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772026-02-24T15:24:42.321Z[ recovery-image] Feb 24 15:24:40.734 INFO O| Feb 24 15:24:40.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81782026-02-24T15:24:42.321Z[ recovery-image] Feb 24 15:24:40.734 INFO O| Feb 24 15:24:40.734 INFO STEP 1114 (remove_files) COMPLETE
81792026-02-24T15:24:42.321Z[ recovery-image] Feb 24 15:24:40.734 INFO O| Feb 24 15:24:40.734 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802026-02-24T15:24:42.328Z[ recovery-image] Feb 24 15:24:40.742 INFO O| Feb 24 15:24:40.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81812026-02-24T15:24:42.328Z[ recovery-image] Feb 24 15:24:40.742 INFO O| Feb 24 15:24:40.742 INFO STEP 1115 (remove_files) COMPLETE
81822026-02-24T15:24:42.328Z[ recovery-image] Feb 24 15:24:40.742 INFO O| Feb 24 15:24:40.742 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832026-02-24T15:24:42.335Z[ recovery-image] Feb 24 15:24:40.749 INFO O| Feb 24 15:24:40.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81842026-02-24T15:24:42.335Z[ recovery-image] Feb 24 15:24:40.749 INFO O| Feb 24 15:24:40.749 INFO STEP 1116 (remove_files) COMPLETE
81852026-02-24T15:24:42.335Z[ recovery-image] Feb 24 15:24:40.749 INFO O| Feb 24 15:24:40.749 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862026-02-24T15:24:42.342Z[ recovery-image] Feb 24 15:24:40.757 INFO O| Feb 24 15:24:40.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81872026-02-24T15:24:42.343Z[ recovery-image] Feb 24 15:24:40.757 INFO O| Feb 24 15:24:40.757 INFO STEP 1117 (remove_files) COMPLETE
81882026-02-24T15:24:42.343Z[ recovery-image] Feb 24 15:24:40.757 INFO O| Feb 24 15:24:40.757 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892026-02-24T15:24:42.350Z[ recovery-image] Feb 24 15:24:40.764 INFO O| Feb 24 15:24:40.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81902026-02-24T15:24:42.350Z[ recovery-image] Feb 24 15:24:40.764 INFO O| Feb 24 15:24:40.764 INFO STEP 1118 (remove_files) COMPLETE
81912026-02-24T15:24:42.350Z[ recovery-image] Feb 24 15:24:40.764 INFO O| Feb 24 15:24:40.764 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922026-02-24T15:24:42.358Z[ recovery-image] Feb 24 15:24:40.772 INFO O| Feb 24 15:24:40.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81932026-02-24T15:24:42.361Z[ recovery-image] Feb 24 15:24:40.772 INFO O| Feb 24 15:24:40.772 INFO STEP 1119 (remove_files) COMPLETE
81942026-02-24T15:24:42.361Z[ recovery-image] Feb 24 15:24:40.772 INFO O| Feb 24 15:24:40.772 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952026-02-24T15:24:42.365Z[ recovery-image] Feb 24 15:24:40.779 INFO O| Feb 24 15:24:40.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81962026-02-24T15:24:42.365Z[ recovery-image] Feb 24 15:24:40.779 INFO O| Feb 24 15:24:40.779 INFO STEP 1120 (remove_files) COMPLETE
81972026-02-24T15:24:42.368Z[ recovery-image] Feb 24 15:24:40.779 INFO O| Feb 24 15:24:40.779 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81982026-02-24T15:24:42.373Z[ recovery-image] Feb 24 15:24:40.787 INFO O| Feb 24 15:24:40.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81992026-02-24T15:24:42.373Z[ recovery-image] Feb 24 15:24:40.787 INFO O| Feb 24 15:24:40.787 INFO STEP 1121 (remove_files) COMPLETE
82002026-02-24T15:24:42.376Z[ recovery-image] Feb 24 15:24:40.787 INFO O| Feb 24 15:24:40.787 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82012026-02-24T15:24:42.381Z[ recovery-image] Feb 24 15:24:40.795 INFO O| Feb 24 15:24:40.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
82022026-02-24T15:24:42.381Z[ recovery-image] Feb 24 15:24:40.795 INFO O| Feb 24 15:24:40.795 INFO STEP 1122 (remove_files) COMPLETE
82032026-02-24T15:24:42.386Z[ recovery-image] Feb 24 15:24:40.795 INFO O| Feb 24 15:24:40.795 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82042026-02-24T15:24:42.390Z[ recovery-image] Feb 24 15:24:40.802 INFO O| Feb 24 15:24:40.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
82052026-02-24T15:24:42.390Z[ recovery-image] Feb 24 15:24:40.802 INFO O| Feb 24 15:24:40.802 INFO STEP 1123 (remove_files) COMPLETE
82062026-02-24T15:24:42.390Z[ recovery-image] Feb 24 15:24:40.802 INFO O| Feb 24 15:24:40.802 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072026-02-24T15:24:42.395Z[ recovery-image] Feb 24 15:24:40.809 INFO O| Feb 24 15:24:40.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
82082026-02-24T15:24:42.396Z[ recovery-image] Feb 24 15:24:40.810 INFO O| Feb 24 15:24:40.810 INFO STEP 1124 (remove_files) COMPLETE
82092026-02-24T15:24:42.399Z[ recovery-image] Feb 24 15:24:40.810 INFO O| Feb 24 15:24:40.810 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102026-02-24T15:24:42.404Z[ recovery-image] Feb 24 15:24:40.818 INFO O| Feb 24 15:24:40.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
82112026-02-24T15:24:42.404Z[ recovery-image] Feb 24 15:24:40.818 INFO O| Feb 24 15:24:40.818 INFO STEP 1125 (remove_files) COMPLETE
82122026-02-24T15:24:42.407Z[ recovery-image] Feb 24 15:24:40.818 INFO O| Feb 24 15:24:40.818 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132026-02-24T15:24:42.413Z[ recovery-image] Feb 24 15:24:40.826 INFO O| Feb 24 15:24:40.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
82142026-02-24T15:24:42.413Z[ recovery-image] Feb 24 15:24:40.826 INFO O| Feb 24 15:24:40.826 INFO STEP 1126 (remove_files) COMPLETE
82152026-02-24T15:24:42.413Z[ recovery-image] Feb 24 15:24:40.826 INFO O| Feb 24 15:24:40.826 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82162026-02-24T15:24:42.419Z[ recovery-image] Feb 24 15:24:40.833 INFO O| Feb 24 15:24:40.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82172026-02-24T15:24:42.424Z[ recovery-image] Feb 24 15:24:40.834 INFO O| Feb 24 15:24:40.834 INFO STEP 1127 (remove_files) COMPLETE
82182026-02-24T15:24:42.424Z[ recovery-image] Feb 24 15:24:40.834 INFO O| Feb 24 15:24:40.834 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82192026-02-24T15:24:42.427Z[ recovery-image] Feb 24 15:24:40.841 INFO O| Feb 24 15:24:40.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82202026-02-24T15:24:42.430Z[ recovery-image] Feb 24 15:24:40.842 INFO O| Feb 24 15:24:40.842 INFO STEP 1128 (remove_files) COMPLETE
82212026-02-24T15:24:42.430Z[ recovery-image] Feb 24 15:24:40.842 INFO O| Feb 24 15:24:40.842 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82222026-02-24T15:24:42.435Z[ recovery-image] Feb 24 15:24:40.849 INFO O| Feb 24 15:24:40.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82232026-02-24T15:24:42.439Z[ recovery-image] Feb 24 15:24:40.849 INFO O| Feb 24 15:24:40.849 INFO STEP 1129 (remove_files) COMPLETE
82242026-02-24T15:24:42.439Z[ recovery-image] Feb 24 15:24:40.849 INFO O| Feb 24 15:24:40.849 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82252026-02-24T15:24:42.443Z[ recovery-image] Feb 24 15:24:40.856 INFO O| Feb 24 15:24:40.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82262026-02-24T15:24:42.443Z[ recovery-image] Feb 24 15:24:40.857 INFO O| Feb 24 15:24:40.856 INFO STEP 1130 (remove_files) COMPLETE
82272026-02-24T15:24:42.443Z[ recovery-image] Feb 24 15:24:40.857 INFO O| Feb 24 15:24:40.857 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82282026-02-24T15:24:42.450Z[ recovery-image] Feb 24 15:24:40.864 INFO O| Feb 24 15:24:40.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82292026-02-24T15:24:42.450Z[ recovery-image] Feb 24 15:24:40.864 INFO O| Feb 24 15:24:40.864 INFO STEP 1131 (remove_files) COMPLETE
82302026-02-24T15:24:42.453Z[ recovery-image] Feb 24 15:24:40.864 INFO O| Feb 24 15:24:40.864 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82312026-02-24T15:24:42.457Z[ recovery-image] Feb 24 15:24:40.871 INFO O| Feb 24 15:24:40.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82322026-02-24T15:24:42.458Z[ recovery-image] Feb 24 15:24:40.872 INFO O| Feb 24 15:24:40.872 INFO STEP 1132 (remove_files) COMPLETE
82332026-02-24T15:24:42.460Z[ recovery-image] Feb 24 15:24:40.872 INFO O| Feb 24 15:24:40.872 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82342026-02-24T15:24:42.466Z[ recovery-image] Feb 24 15:24:40.880 INFO O| Feb 24 15:24:40.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82352026-02-24T15:24:42.466Z[ recovery-image] Feb 24 15:24:40.880 INFO O| Feb 24 15:24:40.880 INFO STEP 1133 (remove_files) COMPLETE
82362026-02-24T15:24:42.466Z[ recovery-image] Feb 24 15:24:40.880 INFO O| Feb 24 15:24:40.880 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82372026-02-24T15:24:42.474Z[ recovery-image] Feb 24 15:24:40.889 INFO O| Feb 24 15:24:40.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82382026-02-24T15:24:42.477Z[ recovery-image] Feb 24 15:24:40.889 INFO O| Feb 24 15:24:40.889 INFO STEP 1134 (remove_files) COMPLETE
82392026-02-24T15:24:42.478Z[ recovery-image] Feb 24 15:24:40.889 INFO O| Feb 24 15:24:40.889 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82402026-02-24T15:24:42.483Z[ recovery-image] Feb 24 15:24:40.898 INFO O| Feb 24 15:24:40.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82412026-02-24T15:24:42.486Z[ recovery-image] Feb 24 15:24:40.898 INFO O| Feb 24 15:24:40.898 INFO STEP 1135 (remove_files) COMPLETE
82422026-02-24T15:24:42.486Z[ recovery-image] Feb 24 15:24:40.898 INFO O| Feb 24 15:24:40.898 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82432026-02-24T15:24:42.491Z[ recovery-image] Feb 24 15:24:40.905 INFO O| Feb 24 15:24:40.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82442026-02-24T15:24:42.491Z[ recovery-image] Feb 24 15:24:40.905 INFO O| Feb 24 15:24:40.905 INFO STEP 1136 (remove_files) COMPLETE
82452026-02-24T15:24:42.497Z[ recovery-image] Feb 24 15:24:40.905 INFO O| Feb 24 15:24:40.905 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462026-02-24T15:24:42.501Z[ recovery-image] Feb 24 15:24:40.912 INFO O| Feb 24 15:24:40.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82472026-02-24T15:24:42.501Z[ recovery-image] Feb 24 15:24:40.912 INFO O| Feb 24 15:24:40.912 INFO STEP 1137 (remove_files) COMPLETE
82482026-02-24T15:24:42.501Z[ recovery-image] Feb 24 15:24:40.912 INFO O| Feb 24 15:24:40.912 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492026-02-24T15:24:42.506Z[ recovery-image] Feb 24 15:24:40.921 INFO O| Feb 24 15:24:40.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82502026-02-24T15:24:42.509Z[ recovery-image] Feb 24 15:24:40.921 INFO O| Feb 24 15:24:40.921 INFO STEP 1138 (remove_files) COMPLETE
82512026-02-24T15:24:42.510Z[ recovery-image] Feb 24 15:24:40.921 INFO O| Feb 24 15:24:40.921 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82522026-02-24T15:24:42.514Z[ recovery-image] Feb 24 15:24:40.929 INFO O| Feb 24 15:24:40.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82532026-02-24T15:24:42.514Z[ recovery-image] Feb 24 15:24:40.929 INFO O| Feb 24 15:24:40.929 INFO STEP 1139 (remove_files) COMPLETE
82542026-02-24T15:24:42.517Z[ recovery-image] Feb 24 15:24:40.929 INFO O| Feb 24 15:24:40.929 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82552026-02-24T15:24:42.523Z[ recovery-image] Feb 24 15:24:40.937 INFO O| Feb 24 15:24:40.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82562026-02-24T15:24:42.523Z[ recovery-image] Feb 24 15:24:40.937 INFO O| Feb 24 15:24:40.937 INFO STEP 1140 (remove_files) COMPLETE
82572026-02-24T15:24:42.523Z[ recovery-image] Feb 24 15:24:40.937 INFO O| Feb 24 15:24:40.937 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82582026-02-24T15:24:42.530Z[ recovery-image] Feb 24 15:24:40.945 INFO O| Feb 24 15:24:40.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82592026-02-24T15:24:42.531Z[ recovery-image] Feb 24 15:24:40.945 INFO O| Feb 24 15:24:40.945 INFO STEP 1141 (remove_files) COMPLETE
82602026-02-24T15:24:42.531Z[ recovery-image] Feb 24 15:24:40.945 INFO O| Feb 24 15:24:40.945 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82612026-02-24T15:24:42.539Z[ recovery-image] Feb 24 15:24:40.953 INFO O| Feb 24 15:24:40.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82622026-02-24T15:24:42.539Z[ recovery-image] Feb 24 15:24:40.954 INFO O| Feb 24 15:24:40.954 INFO STEP 1142 (remove_files) COMPLETE
82632026-02-24T15:24:42.543Z[ recovery-image] Feb 24 15:24:40.954 INFO O| Feb 24 15:24:40.954 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82642026-02-24T15:24:42.548Z[ recovery-image] Feb 24 15:24:40.962 INFO O| Feb 24 15:24:40.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82652026-02-24T15:24:42.548Z[ recovery-image] Feb 24 15:24:40.962 INFO O| Feb 24 15:24:40.962 INFO STEP 1143 (remove_files) COMPLETE
82662026-02-24T15:24:42.548Z[ recovery-image] Feb 24 15:24:40.962 INFO O| Feb 24 15:24:40.962 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82672026-02-24T15:24:42.558Z[ recovery-image] Feb 24 15:24:40.970 INFO O| Feb 24 15:24:40.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82682026-02-24T15:24:42.558Z[ recovery-image] Feb 24 15:24:40.970 INFO O| Feb 24 15:24:40.970 INFO STEP 1144 (remove_files) COMPLETE
82692026-02-24T15:24:42.561Z[ recovery-image] Feb 24 15:24:40.970 INFO O| Feb 24 15:24:40.970 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82702026-02-24T15:24:42.564Z[ recovery-image] Feb 24 15:24:40.978 INFO O| Feb 24 15:24:40.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82712026-02-24T15:24:42.564Z[ recovery-image] Feb 24 15:24:40.978 INFO O| Feb 24 15:24:40.978 INFO STEP 1145 (remove_files) COMPLETE
82722026-02-24T15:24:42.564Z[ recovery-image] Feb 24 15:24:40.978 INFO O| Feb 24 15:24:40.978 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82732026-02-24T15:24:42.571Z[ recovery-image] Feb 24 15:24:40.985 INFO O| Feb 24 15:24:40.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82742026-02-24T15:24:42.571Z[ recovery-image] Feb 24 15:24:40.985 INFO O| Feb 24 15:24:40.985 INFO STEP 1146 (remove_files) COMPLETE
82752026-02-24T15:24:42.573Z[ recovery-image] Feb 24 15:24:40.985 INFO O| Feb 24 15:24:40.985 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762026-02-24T15:24:42.581Z[ recovery-image] Feb 24 15:24:40.994 INFO O| Feb 24 15:24:40.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82772026-02-24T15:24:42.581Z[ recovery-image] Feb 24 15:24:40.994 INFO O| Feb 24 15:24:40.994 INFO STEP 1147 (remove_files) COMPLETE
82782026-02-24T15:24:42.585Z[ recovery-image] Feb 24 15:24:40.994 INFO O| Feb 24 15:24:40.994 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792026-02-24T15:24:42.589Z[ recovery-image] Feb 24 15:24:41.002 INFO O| Feb 24 15:24:41.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82802026-02-24T15:24:42.589Z[ recovery-image] Feb 24 15:24:41.003 INFO O| Feb 24 15:24:41.003 INFO STEP 1148 (remove_files) COMPLETE
82812026-02-24T15:24:42.589Z[ recovery-image] Feb 24 15:24:41.003 INFO O| Feb 24 15:24:41.003 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822026-02-24T15:24:42.597Z[ recovery-image] Feb 24 15:24:41.011 INFO O| Feb 24 15:24:41.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82832026-02-24T15:24:42.597Z[ recovery-image] Feb 24 15:24:41.011 INFO O| Feb 24 15:24:41.011 INFO STEP 1149 (remove_files) COMPLETE
82842026-02-24T15:24:42.602Z[ recovery-image] Feb 24 15:24:41.011 INFO O| Feb 24 15:24:41.011 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852026-02-24T15:24:42.605Z[ recovery-image] Feb 24 15:24:41.019 INFO O| Feb 24 15:24:41.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82862026-02-24T15:24:42.605Z[ recovery-image] Feb 24 15:24:41.019 INFO O| Feb 24 15:24:41.019 INFO STEP 1150 (remove_files) COMPLETE
82872026-02-24T15:24:42.605Z[ recovery-image] Feb 24 15:24:41.019 INFO O| Feb 24 15:24:41.019 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882026-02-24T15:24:42.613Z[ recovery-image] Feb 24 15:24:41.027 INFO O| Feb 24 15:24:41.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82892026-02-24T15:24:42.616Z[ recovery-image] Feb 24 15:24:41.027 INFO O| Feb 24 15:24:41.027 INFO STEP 1151 (remove_files) COMPLETE
82902026-02-24T15:24:42.616Z[ recovery-image] Feb 24 15:24:41.027 INFO O| Feb 24 15:24:41.027 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912026-02-24T15:24:42.620Z[ recovery-image] Feb 24 15:24:41.034 INFO O| Feb 24 15:24:41.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82922026-02-24T15:24:42.623Z[ recovery-image] Feb 24 15:24:41.034 INFO O| Feb 24 15:24:41.034 INFO STEP 1152 (remove_files) COMPLETE
82932026-02-24T15:24:42.624Z[ recovery-image] Feb 24 15:24:41.034 INFO O| Feb 24 15:24:41.034 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942026-02-24T15:24:42.628Z[ recovery-image] Feb 24 15:24:41.042 INFO O| Feb 24 15:24:41.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82952026-02-24T15:24:42.628Z[ recovery-image] Feb 24 15:24:41.042 INFO O| Feb 24 15:24:41.042 INFO STEP 1153 (remove_files) COMPLETE
82962026-02-24T15:24:42.631Z[ recovery-image] Feb 24 15:24:41.042 INFO O| Feb 24 15:24:41.042 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82972026-02-24T15:24:42.636Z[ recovery-image] Feb 24 15:24:41.049 INFO O| Feb 24 15:24:41.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82982026-02-24T15:24:42.636Z[ recovery-image] Feb 24 15:24:41.049 INFO O| Feb 24 15:24:41.049 INFO STEP 1154 (remove_files) COMPLETE
82992026-02-24T15:24:42.653Z[ recovery-image] Feb 24 15:24:41.049 INFO O| Feb 24 15:24:41.049 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83002026-02-24T15:24:42.653Z[ recovery-image] Feb 24 15:24:41.057 INFO O| Feb 24 15:24:41.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
83012026-02-24T15:24:42.653Z[ recovery-image] Feb 24 15:24:41.057 INFO O| Feb 24 15:24:41.057 INFO STEP 1155 (remove_files) COMPLETE
83022026-02-24T15:24:42.654Z[ recovery-image] Feb 24 15:24:41.057 INFO O| Feb 24 15:24:41.057 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83032026-02-24T15:24:42.654Z[ recovery-image] Feb 24 15:24:41.064 INFO O| Feb 24 15:24:41.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
83042026-02-24T15:24:42.654Z[ recovery-image] Feb 24 15:24:41.065 INFO O| Feb 24 15:24:41.064 INFO STEP 1156 (remove_files) COMPLETE
83052026-02-24T15:24:42.654Z[ recovery-image] Feb 24 15:24:41.065 INFO O| Feb 24 15:24:41.065 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83062026-02-24T15:24:42.660Z[ recovery-image] Feb 24 15:24:41.072 INFO O| Feb 24 15:24:41.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
83072026-02-24T15:24:42.660Z[ recovery-image] Feb 24 15:24:41.072 INFO O| Feb 24 15:24:41.072 INFO STEP 1157 (remove_files) COMPLETE
83082026-02-24T15:24:42.663Z[ recovery-image] Feb 24 15:24:41.072 INFO O| Feb 24 15:24:41.072 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83092026-02-24T15:24:42.666Z[ recovery-image] Feb 24 15:24:41.079 INFO O| Feb 24 15:24:41.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
83102026-02-24T15:24:42.667Z[ recovery-image] Feb 24 15:24:41.079 INFO O| Feb 24 15:24:41.079 INFO STEP 1158 (remove_files) COMPLETE
83112026-02-24T15:24:42.667Z[ recovery-image] Feb 24 15:24:41.079 INFO O| Feb 24 15:24:41.079 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83122026-02-24T15:24:42.675Z[ recovery-image] Feb 24 15:24:41.087 INFO O| Feb 24 15:24:41.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
83132026-02-24T15:24:42.675Z[ recovery-image] Feb 24 15:24:41.087 INFO O| Feb 24 15:24:41.087 INFO STEP 1159 (remove_files) COMPLETE
83142026-02-24T15:24:42.680Z[ recovery-image] Feb 24 15:24:41.087 INFO O| Feb 24 15:24:41.087 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83152026-02-24T15:24:42.691Z[ recovery-image] Feb 24 15:24:41.094 INFO O| Feb 24 15:24:41.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83162026-02-24T15:24:42.691Z[ recovery-image] Feb 24 15:24:41.094 INFO O| Feb 24 15:24:41.094 INFO STEP 1160 (remove_files) COMPLETE
83172026-02-24T15:24:42.691Z[ recovery-image] Feb 24 15:24:41.094 INFO O| Feb 24 15:24:41.094 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83182026-02-24T15:24:42.691Z[ recovery-image] Feb 24 15:24:41.102 INFO O| Feb 24 15:24:41.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83192026-02-24T15:24:42.691Z[ recovery-image] Feb 24 15:24:41.102 INFO O| Feb 24 15:24:41.102 INFO STEP 1161 (remove_files) COMPLETE
83202026-02-24T15:24:42.691Z[ recovery-image] Feb 24 15:24:41.102 INFO O| Feb 24 15:24:41.102 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83212026-02-24T15:24:42.697Z[ recovery-image] Feb 24 15:24:41.110 INFO O| Feb 24 15:24:41.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83222026-02-24T15:24:42.697Z[ recovery-image] Feb 24 15:24:41.110 INFO O| Feb 24 15:24:41.110 INFO STEP 1162 (remove_files) COMPLETE
83232026-02-24T15:24:42.702Z[ recovery-image] Feb 24 15:24:41.110 INFO O| Feb 24 15:24:41.110 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83242026-02-24T15:24:42.706Z[ recovery-image] Feb 24 15:24:41.117 INFO O| Feb 24 15:24:41.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83252026-02-24T15:24:42.706Z[ recovery-image] Feb 24 15:24:41.117 INFO O| Feb 24 15:24:41.117 INFO STEP 1163 (remove_files) COMPLETE
83262026-02-24T15:24:42.706Z[ recovery-image] Feb 24 15:24:41.117 INFO O| Feb 24 15:24:41.117 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83272026-02-24T15:24:42.715Z[ recovery-image] Feb 24 15:24:41.124 INFO O| Feb 24 15:24:41.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83282026-02-24T15:24:42.730Z[ recovery-image] Feb 24 15:24:41.124 INFO O| Feb 24 15:24:41.124 INFO STEP 1164 (remove_files) COMPLETE
83292026-02-24T15:24:42.730Z[ recovery-image] Feb 24 15:24:41.124 INFO O| Feb 24 15:24:41.124 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83302026-02-24T15:24:42.730Z[ recovery-image] Feb 24 15:24:41.131 INFO O| Feb 24 15:24:41.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83312026-02-24T15:24:42.731Z[ recovery-image] Feb 24 15:24:41.131 INFO O| Feb 24 15:24:41.131 INFO STEP 1165 (remove_files) COMPLETE
83322026-02-24T15:24:42.731Z[ recovery-image] Feb 24 15:24:41.131 INFO O| Feb 24 15:24:41.131 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83332026-02-24T15:24:42.731Z[ recovery-image] Feb 24 15:24:41.143 INFO O| Feb 24 15:24:41.143 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83342026-02-24T15:24:42.731Z[ recovery-image] Feb 24 15:24:41.143 INFO O| Feb 24 15:24:41.143 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83352026-02-24T15:24:43.485Z[ recovery-image] Feb 24 15:24:41.899 INFO O| Feb 24 15:24:41.899 INFO STEP 1166 (pack_tar) COMPLETE
83362026-02-24T15:24:43.485Z[ recovery-image] Feb 24 15:24:41.899 INFO O| Feb 24 15:24:41.899 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83372026-02-24T15:24:43.488Z[ recovery-image] Feb 24 15:24:41.899 INFO O| Feb 24 15:24:41.899 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83382026-02-24T15:24:43.763Z[ recovery-image] Feb 24 15:24:42.177 INFO O| Feb 24 15:24:42.177 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83392026-02-24T15:24:43.850Z[ recovery-image] Feb 24 15:24:42.264 INFO O| Feb 24 15:24:42.264 INFO completed processing sled/ramdisk-03-recovery-trim
83402026-02-24T15:24:43.854Z[ recovery-image] Feb 24 15:24:42.267 INFO image builder template: zfs-recovery...
83412026-02-24T15:24:43.854Z[ recovery-image] Feb 24 15:24:42.267 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/.tmpoIdTwG/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
83422026-02-24T15:24:43.890Z[ recovery-image] Feb 24 15:24:42.304 INFO O| Feb 24 15:24:42.304 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83432026-02-24T15:24:43.892Z[ recovery-image] Feb 24 15:24:42.306 INFO O| Feb 24 15:24:42.306 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83442026-02-24T15:24:43.996Z[ recovery-image] Feb 24 15:24:42.409 INFO O| Feb 24 15:24:42.409 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83452026-02-24T15:24:44.124Z[ recovery-image] Feb 24 15:24:42.538 INFO O| Feb 24 15:24:42.538 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83462026-02-24T15:24:44.124Z[ recovery-image] Feb 24 15:24:42.538 INFO O| Feb 24 15:24:42.538 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83472026-02-24T15:24:44.128Z[ recovery-image] Feb 24 15:24:42.542 INFO O| Feb 24 15:24:42.542 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83482026-02-24T15:24:44.755Z[ recovery-image] Feb 24 15:24:42.627 INFO O| Feb 24 15:24:42.627 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83492026-02-24T15:24:44.763Z[ recovery-image] Feb 24 15:24:42.699 INFO O| Feb 24 15:24:42.699 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83502026-02-24T15:24:44.763Z[ recovery-image] Feb 24 15:24:42.710 INFO O| Feb 24 15:24:42.710 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83512026-02-24T15:24:44.763Z[ recovery-image] Feb 24 15:24:42.713 INFO O| Feb 24 15:24:42.713 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83522026-02-24T15:24:44.763Z[ recovery-image] Feb 24 15:24:42.727 INFO O| Feb 24 15:24:42.727 INFO no lofi found
83532026-02-24T15:24:44.763Z[ recovery-image] Feb 24 15:24:42.727 INFO O| Feb 24 15:24:42.727 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83542026-02-24T15:24:44.763Z[ recovery-image] Feb 24 15:24:42.727 INFO O| Feb 24 15:24:42.727 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83552026-02-24T15:24:46.591Z[ recovery-image] Feb 24 15:24:45.003 INFO O| Feb 24 15:24:45.003 INFO lofi device = /dev/dsk/c2t1d0p0
83562026-02-24T15:24:46.591Z[ recovery-image] Feb 24 15:24:45.003 INFO O| Feb 24 15:24:45.003 INFO pool device = /dev/dsk/c2t1d0p0
83572026-02-24T15:24:46.594Z[ recovery-image] Feb 24 15:24:45.003 INFO O| Feb 24 15:24:45.003 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
83582026-02-24T15:24:46.704Z[ recovery-image] Feb 24 15:24:45.118 INFO O| Feb 24 15:24:45.117 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83592026-02-24T15:24:46.704Z[ recovery-image] Feb 24 15:24:45.118 INFO O| Feb 24 15:24:45.118 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83602026-02-24T15:24:46.722Z[ recovery-image] Feb 24 15:24:45.134 INFO O| Feb 24 15:24:45.134 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83612026-02-24T15:24:46.789Z[ recovery-image] Feb 24 15:24:45.203 INFO O| Feb 24 15:24:45.203 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83622026-02-24T15:24:46.824Z[ recovery-image] Feb 24 15:24:45.237 INFO O| Feb 24 15:24:45.237 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83632026-02-24T15:24:46.836Z[ recovery-image] Feb 24 15:24:45.249 INFO O| Feb 24 15:24:45.249 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83642026-02-24T15:24:46.847Z[ recovery-image] Feb 24 15:24:45.259 INFO O| Feb 24 15:24:45.259 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83652026-02-24T15:24:46.899Z[ recovery-image] Feb 24 15:24:45.313 INFO O| Feb 24 15:24:45.313 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83662026-02-24T15:24:46.903Z[ recovery-image] Feb 24 15:24:45.313 INFO O| Feb 24 15:24:45.313 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83672026-02-24T15:24:46.903Z[ recovery-image] Feb 24 15:24:45.313 INFO O| Feb 24 15:24:45.313 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83682026-02-24T15:24:46.910Z[ recovery-image] Feb 24 15:24:45.324 INFO O| Feb 24 15:24:45.323 INFO boot environment UUID: b6177096-b20a-4f49-a909-625b973b192c
83692026-02-24T15:24:46.910Z[ recovery-image] Feb 24 15:24:45.324 INFO O| Feb 24 15:24:45.323 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = b6177096-b20a-4f49-a909-625b973b192c
83702026-02-24T15:24:46.919Z[ recovery-image] Feb 24 15:24:45.332 INFO O| Feb 24 15:24:45.332 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83712026-02-24T15:24:46.928Z[ recovery-image] Feb 24 15:24:45.341 INFO O| Feb 24 15:24:45.341 INFO STEP 0 (create_be) COMPLETE
83722026-02-24T15:24:46.928Z[ recovery-image] Feb 24 15:24:45.341 INFO O| Feb 24 15:24:45.341 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83732026-02-24T15:24:46.940Z[ recovery-image] Feb 24 15:24:45.352 INFO O| Feb 24 15:24:45.352 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"]
83742026-02-24T15:24:48.957Z[ recovery-image] Feb 24 15:24:47.370 INFO O| Feb 24 15:24:47.370 INFO STEP 1 (unpack_tar) COMPLETE
83752026-02-24T15:24:48.957Z[ recovery-image] Feb 24 15:24:47.370 INFO O| Feb 24 15:24:47.370 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83762026-02-24T15:24:48.966Z[ recovery-image] Feb 24 15:24:47.379 INFO O| Feb 24 15:24:47.379 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83772026-02-24T15:24:49.348Z[ recovery-image] Feb 24 15:24:47.761 INFO O| Feb 24 15:24:47.761 INFO STEP 2 (devfsadm) COMPLETE
83782026-02-24T15:24:49.348Z[ recovery-image] Feb 24 15:24:47.761 INFO O| Feb 24 15:24:47.761 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83792026-02-24T15:24:49.358Z[ recovery-image] Feb 24 15:24:47.771 INFO O| Feb 24 15:24:47.771 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83802026-02-24T15:24:49.358Z[ recovery-image] Feb 24 15:24:47.771 INFO O| Feb 24 15:24:47.771 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83812026-02-24T15:24:49.360Z[ recovery-image] Feb 24 15:24:47.771 INFO O| Feb 24 15:24:47.771 INFO STEP 3 (ensure_dir) COMPLETE
83822026-02-24T15:24:49.360Z[ recovery-image] Feb 24 15:24:47.771 INFO O| Feb 24 15:24:47.771 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83832026-02-24T15:24:49.367Z[ recovery-image] Feb 24 15:24:47.780 INFO O| Feb 24 15:24:47.780 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83842026-02-24T15:24:49.367Z[ recovery-image] Feb 24 15:24:47.780 INFO O| Feb 24 15:24:47.780 INFO STEP 4 (ensure_dir) COMPLETE
83852026-02-24T15:24:49.370Z[ recovery-image] Feb 24 15:24:47.780 INFO O| Feb 24 15:24:47.780 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83862026-02-24T15:24:49.375Z[ recovery-image] Feb 24 15:24:47.788 INFO O| Feb 24 15:24:47.788 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83872026-02-24T15:24:49.377Z[ recovery-image] Feb 24 15:24:47.788 INFO O| Feb 24 15:24:47.788 INFO STEP 5 (ensure_dir) COMPLETE
83882026-02-24T15:24:49.377Z[ recovery-image] Feb 24 15:24:47.788 INFO O| Feb 24 15:24:47.788 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83892026-02-24T15:24:49.384Z[ recovery-image] Feb 24 15:24:47.797 INFO O| Feb 24 15:24:47.797 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83902026-02-24T15:24:49.384Z[ recovery-image] Feb 24 15:24:47.797 INFO O| Feb 24 15:24:47.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83912026-02-24T15:24:49.384Z[ recovery-image] Feb 24 15:24:47.797 INFO O| Feb 24 15:24:47.797 INFO STEP 6 (ensure_dir) COMPLETE
83922026-02-24T15:24:49.388Z[ recovery-image] Feb 24 15:24:47.797 INFO O| Feb 24 15:24:47.797 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83932026-02-24T15:24:49.393Z[ recovery-image] Feb 24 15:24:47.807 INFO O| Feb 24 15:24:47.807 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83942026-02-24T15:24:49.393Z[ recovery-image] Feb 24 15:24:47.807 INFO O| Feb 24 15:24:47.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83952026-02-24T15:24:49.393Z[ recovery-image] Feb 24 15:24:47.807 INFO O| Feb 24 15:24:47.807 INFO STEP 7 (ensure_dir) COMPLETE
83962026-02-24T15:24:49.396Z[ recovery-image] Feb 24 15:24:47.807 INFO O| Feb 24 15:24:47.807 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83972026-02-24T15:24:49.401Z[ recovery-image] Feb 24 15:24:47.815 INFO O| Feb 24 15:24:47.815 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83982026-02-24T15:24:49.404Z[ recovery-image] Feb 24 15:24:47.815 INFO O| Feb 24 15:24:47.815 INFO STEP 8 (remove_files) COMPLETE
83992026-02-24T15:24:49.404Z[ recovery-image] Feb 24 15:24:47.815 INFO O| Feb 24 15:24:47.815 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84002026-02-24T15:24:49.409Z[ recovery-image] Feb 24 15:24:47.822 INFO O| Feb 24 15:24:47.822 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
84012026-02-24T15:24:49.412Z[ recovery-image] Feb 24 15:24:47.823 INFO O| Feb 24 15:24:47.823 INFO STEP 9 (remove_files) COMPLETE
84022026-02-24T15:24:49.412Z[ recovery-image] Feb 24 15:24:47.823 INFO O| Feb 24 15:24:47.823 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84032026-02-24T15:24:49.419Z[ recovery-image] Feb 24 15:24:47.832 INFO O| Feb 24 15:24:47.832 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
84042026-02-24T15:24:49.421Z[ recovery-image] Feb 24 15:24:47.833 INFO O| Feb 24 15:24:47.833 INFO STEP 10 (remove_files) COMPLETE
84052026-02-24T15:24:49.421Z[ recovery-image] Feb 24 15:24:47.833 INFO O| Feb 24 15:24:47.833 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84062026-02-24T15:24:49.427Z[ recovery-image] Feb 24 15:24:47.840 INFO O| Feb 24 15:24:47.840 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
84072026-02-24T15:24:49.428Z[ recovery-image] Feb 24 15:24:47.841 INFO O| Feb 24 15:24:47.840 INFO STEP 11 (remove_files) COMPLETE
84082026-02-24T15:24:49.431Z[ recovery-image] Feb 24 15:24:47.841 INFO O| Feb 24 15:24:47.841 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84092026-02-24T15:24:49.434Z[ recovery-image] Feb 24 15:24:47.848 INFO O| Feb 24 15:24:47.848 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84102026-02-24T15:24:49.437Z[ recovery-image] Feb 24 15:24:47.848 INFO O| Feb 24 15:24:47.848 INFO STEP 12 (remove_files) COMPLETE
84112026-02-24T15:24:49.437Z[ recovery-image] Feb 24 15:24:47.848 INFO O| Feb 24 15:24:47.848 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84122026-02-24T15:24:49.442Z[ recovery-image] Feb 24 15:24:47.855 INFO O| Feb 24 15:24:47.855 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84132026-02-24T15:24:49.445Z[ recovery-image] Feb 24 15:24:47.856 INFO O| Feb 24 15:24:47.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84142026-02-24T15:24:49.445Z[ recovery-image] Feb 24 15:24:47.856 INFO O| Feb 24 15:24:47.856 INFO STEP 13 (ensure_dir) COMPLETE
84152026-02-24T15:24:49.445Z[ recovery-image] Feb 24 15:24:47.856 INFO O| Feb 24 15:24:47.856 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84162026-02-24T15:24:49.452Z[ recovery-image] Feb 24 15:24:47.865 INFO O| Feb 24 15:24:47.865 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84172026-02-24T15:24:49.454Z[ recovery-image] Feb 24 15:24:47.865 INFO O| Feb 24 15:24:47.865 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84182026-02-24T15:24:49.454Z[ recovery-image] Feb 24 15:24:47.865 INFO O| Feb 24 15:24:47.865 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84192026-02-24T15:24:49.454Z[ recovery-image] Feb 24 15:24:47.865 INFO O| Feb 24 15:24:47.865 INFO STEP 14 (ensure_dir) COMPLETE
84202026-02-24T15:24:49.454Z[ recovery-image] Feb 24 15:24:47.865 INFO O| Feb 24 15:24:47.865 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84212026-02-24T15:24:49.460Z[ recovery-image] Feb 24 15:24:47.873 INFO O| Feb 24 15:24:47.873 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84222026-02-24T15:24:49.460Z[ recovery-image] Feb 24 15:24:47.873 INFO O| Feb 24 15:24:47.873 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84232026-02-24T15:24:49.463Z[ recovery-image] Feb 24 15:24:47.873 INFO O| Feb 24 15:24:47.873 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84242026-02-24T15:24:49.463Z[ recovery-image] Feb 24 15:24:47.873 INFO O| Feb 24 15:24:47.873 INFO STEP 15 (ensure_dir) COMPLETE
84252026-02-24T15:24:49.463Z[ recovery-image] Feb 24 15:24:47.873 INFO O| Feb 24 15:24:47.873 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84262026-02-24T15:24:49.468Z[ recovery-image] Feb 24 15:24:47.881 INFO O| Feb 24 15:24:47.881 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84272026-02-24T15:24:49.470Z[ recovery-image] Feb 24 15:24:47.881 INFO O| Feb 24 15:24:47.881 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84282026-02-24T15:24:49.470Z[ recovery-image] Feb 24 15:24:47.881 INFO O| Feb 24 15:24:47.881 INFO STEP 16 (ensure_dir) COMPLETE
84292026-02-24T15:24:49.470Z[ recovery-image] Feb 24 15:24:47.881 INFO O| Feb 24 15:24:47.881 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84302026-02-24T15:24:49.476Z[ recovery-image] Feb 24 15:24:47.889 INFO O| Feb 24 15:24:47.889 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84312026-02-24T15:24:49.476Z[ recovery-image] Feb 24 15:24:47.889 INFO O| Feb 24 15:24:47.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84322026-02-24T15:24:49.479Z[ recovery-image] Feb 24 15:24:47.889 INFO O| Feb 24 15:24:47.889 INFO STEP 17 (ensure_dir) COMPLETE
84332026-02-24T15:24:49.479Z[ recovery-image] Feb 24 15:24:47.889 INFO O| Feb 24 15:24:47.889 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84342026-02-24T15:24:49.484Z[ recovery-image] Feb 24 15:24:47.897 INFO O| Feb 24 15:24:47.897 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84352026-02-24T15:24:49.484Z[ recovery-image] Feb 24 15:24:47.897 INFO O| Feb 24 15:24:47.897 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84362026-02-24T15:24:49.487Z[ recovery-image] Feb 24 15:24:47.897 INFO O| Feb 24 15:24:47.897 INFO ok!
84372026-02-24T15:24:49.488Z[ recovery-image] Feb 24 15:24:47.897 INFO O| Feb 24 15:24:47.897 INFO STEP 18 (ensure_symlink) COMPLETE
84382026-02-24T15:24:49.488Z[ recovery-image] Feb 24 15:24:47.897 INFO O| Feb 24 15:24:47.897 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84392026-02-24T15:24:49.492Z[ recovery-image] Feb 24 15:24:47.905 INFO O| Feb 24 15:24:47.905 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84402026-02-24T15:24:49.492Z[ recovery-image] Feb 24 15:24:47.905 INFO O| Feb 24 15:24:47.905 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84412026-02-24T15:24:49.492Z[ recovery-image] Feb 24 15:24:47.905 INFO O| Feb 24 15:24:47.905 INFO ok!
84422026-02-24T15:24:49.495Z[ recovery-image] Feb 24 15:24:47.905 INFO O| Feb 24 15:24:47.905 INFO STEP 19 (ensure_file) COMPLETE
84432026-02-24T15:24:49.495Z[ recovery-image] Feb 24 15:24:47.905 INFO O| Feb 24 15:24:47.905 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84442026-02-24T15:24:49.501Z[ recovery-image] Feb 24 15:24:47.915 INFO O| Feb 24 15:24:47.915 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84452026-02-24T15:24:49.501Z[ recovery-image] Feb 24 15:24:47.915 INFO O| Feb 24 15:24:47.915 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84462026-02-24T15:24:49.504Z[ recovery-image] Feb 24 15:24:47.915 INFO O| Feb 24 15:24:47.915 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84472026-02-24T15:24:49.504Z[ recovery-image] Feb 24 15:24:47.915 INFO O| Feb 24 15:24:47.915 INFO ok!
84482026-02-24T15:24:49.504Z[ recovery-image] Feb 24 15:24:47.915 INFO O| Feb 24 15:24:47.915 INFO STEP 20 (ensure_symlink) COMPLETE
84492026-02-24T15:24:49.504Z[ recovery-image] Feb 24 15:24:47.915 INFO O| Feb 24 15:24:47.915 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84502026-02-24T15:24:49.510Z[ recovery-image] Feb 24 15:24:47.923 INFO O| Feb 24 15:24:47.923 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84512026-02-24T15:24:49.510Z[ recovery-image] Feb 24 15:24:47.923 INFO O| Feb 24 15:24:47.923 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84522026-02-24T15:24:49.513Z[ recovery-image] Feb 24 15:24:47.923 INFO O| Feb 24 15:24:47.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84532026-02-24T15:24:49.513Z[ recovery-image] Feb 24 15:24:47.923 INFO O| Feb 24 15:24:47.923 INFO ok!
84542026-02-24T15:24:49.513Z[ recovery-image] Feb 24 15:24:47.923 INFO O| Feb 24 15:24:47.923 INFO STEP 21 (ensure_symlink) COMPLETE
84552026-02-24T15:24:49.513Z[ recovery-image] Feb 24 15:24:47.923 INFO O| Feb 24 15:24:47.923 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84562026-02-24T15:24:49.518Z[ recovery-image] Feb 24 15:24:47.931 INFO O| Feb 24 15:24:47.931 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84572026-02-24T15:24:49.518Z[ recovery-image] Feb 24 15:24:47.931 INFO O| Feb 24 15:24:47.931 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84582026-02-24T15:24:49.518Z[ recovery-image] Feb 24 15:24:47.931 INFO O| Feb 24 15:24:47.931 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84592026-02-24T15:24:49.521Z[ recovery-image] Feb 24 15:24:47.931 INFO O| Feb 24 15:24:47.931 INFO ok!
84602026-02-24T15:24:49.521Z[ recovery-image] Feb 24 15:24:47.931 INFO O| Feb 24 15:24:47.931 INFO STEP 22 (ensure_symlink) COMPLETE
84612026-02-24T15:24:49.521Z[ recovery-image] Feb 24 15:24:47.931 INFO O| Feb 24 15:24:47.931 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84622026-02-24T15:24:49.525Z[ recovery-image] Feb 24 15:24:47.939 INFO O| Feb 24 15:24:47.939 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84632026-02-24T15:24:49.525Z[ recovery-image] Feb 24 15:24:47.939 INFO O| Feb 24 15:24:47.939 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84642026-02-24T15:24:49.525Z[ recovery-image] Feb 24 15:24:47.939 INFO O| Feb 24 15:24:47.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84652026-02-24T15:24:49.528Z[ recovery-image] Feb 24 15:24:47.939 INFO O| Feb 24 15:24:47.939 INFO ok!
84662026-02-24T15:24:49.528Z[ recovery-image] Feb 24 15:24:47.939 INFO O| Feb 24 15:24:47.939 INFO STEP 23 (ensure_symlink) COMPLETE
84672026-02-24T15:24:49.528Z[ recovery-image] Feb 24 15:24:47.939 INFO O| Feb 24 15:24:47.939 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84682026-02-24T15:24:49.534Z[ recovery-image] Feb 24 15:24:47.947 INFO O| Feb 24 15:24:47.947 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84692026-02-24T15:24:49.534Z[ recovery-image] Feb 24 15:24:47.947 INFO O| Feb 24 15:24:47.947 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 ...
84702026-02-24T15:24:49.536Z[ recovery-image] Feb 24 15:24:47.947 INFO O| Feb 24 15:24:47.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84712026-02-24T15:24:49.537Z[ recovery-image] Feb 24 15:24:47.947 INFO O| Feb 24 15:24:47.947 INFO ok!
84722026-02-24T15:24:49.537Z[ recovery-image] Feb 24 15:24:47.947 INFO O| Feb 24 15:24:47.947 INFO STEP 24 (ensure_file) COMPLETE
84732026-02-24T15:24:49.537Z[ recovery-image] Feb 24 15:24:47.947 INFO O| Feb 24 15:24:47.947 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84742026-02-24T15:24:49.542Z[ recovery-image] Feb 24 15:24:47.956 INFO O| Feb 24 15:24:47.956 INFO updating shadow file
84752026-02-24T15:24:49.545Z[ recovery-image] Feb 24 15:24:47.956 INFO O| Feb 24 15:24:47.956 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84762026-02-24T15:24:49.545Z[ recovery-image] Feb 24 15:24:47.956 INFO O| Feb 24 15:24:47.956 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84772026-02-24T15:24:49.545Z[ recovery-image] Feb 24 15:24:47.956 INFO O| Feb 24 15:24:47.956 INFO STEP 25 (shadow) COMPLETE
84782026-02-24T15:24:49.545Z[ recovery-image] Feb 24 15:24:47.956 INFO O| Feb 24 15:24:47.956 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84792026-02-24T15:24:49.552Z[ recovery-image] Feb 24 15:24:47.965 INFO O| Feb 24 15:24:47.965 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84802026-02-24T15:24:49.552Z[ recovery-image] Feb 24 15:24:47.965 INFO O| Feb 24 15:24:47.965 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84812026-02-24T15:24:49.555Z[ recovery-image] Feb 24 15:24:47.966 INFO O| Feb 24 15:24:47.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84822026-02-24T15:24:49.556Z[ recovery-image] Feb 24 15:24:47.966 INFO O| Feb 24 15:24:47.966 INFO ok!
84832026-02-24T15:24:49.556Z[ recovery-image] Feb 24 15:24:47.966 INFO O| Feb 24 15:24:47.966 INFO STEP 26 (ensure_file) COMPLETE
84842026-02-24T15:24:49.556Z[ recovery-image] Feb 24 15:24:47.966 INFO O| Feb 24 15:24:47.966 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84852026-02-24T15:24:49.560Z[ recovery-image] Feb 24 15:24:47.973 INFO O| Feb 24 15:24:47.973 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84862026-02-24T15:24:49.560Z[ recovery-image] Feb 24 15:24:47.973 INFO O| Feb 24 15:24:47.973 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84872026-02-24T15:24:49.560Z[ recovery-image] Feb 24 15:24:47.973 INFO O| Feb 24 15:24:47.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84882026-02-24T15:24:49.563Z[ recovery-image] Feb 24 15:24:47.973 INFO O| Feb 24 15:24:47.973 INFO ok!
84892026-02-24T15:24:49.563Z[ recovery-image] Feb 24 15:24:47.973 INFO O| Feb 24 15:24:47.973 INFO STEP 27 (ensure_file) COMPLETE
84902026-02-24T15:24:49.563Z[ recovery-image] Feb 24 15:24:47.974 INFO O| Feb 24 15:24:47.973 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84912026-02-24T15:24:49.569Z[ recovery-image] Feb 24 15:24:47.982 INFO O| Feb 24 15:24:47.982 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84922026-02-24T15:24:49.572Z[ recovery-image] Feb 24 15:24:47.982 INFO O| Feb 24 15:24:47.982 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84932026-02-24T15:24:49.572Z[ recovery-image] Feb 24 15:24:47.982 INFO O| Feb 24 15:24:47.982 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84942026-02-24T15:24:49.572Z[ recovery-image] Feb 24 15:24:47.982 INFO O| Feb 24 15:24:47.982 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84952026-02-24T15:24:49.572Z[ recovery-image] Feb 24 15:24:47.982 INFO O| Feb 24 15:24:47.982 INFO ok!
84962026-02-24T15:24:49.572Z[ recovery-image] Feb 24 15:24:47.982 INFO O| Feb 24 15:24:47.982 INFO STEP 28 (ensure_file) COMPLETE
84972026-02-24T15:24:49.572Z[ recovery-image] Feb 24 15:24:47.982 INFO O| Feb 24 15:24:47.982 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84982026-02-24T15:24:49.578Z[ recovery-image] Feb 24 15:24:47.991 INFO O| Feb 24 15:24:47.991 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84992026-02-24T15:24:49.580Z[ recovery-image] Feb 24 15:24:47.991 INFO O| Feb 24 15:24:47.991 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
85002026-02-24T15:24:49.581Z[ recovery-image] Feb 24 15:24:47.991 INFO O| Feb 24 15:24:47.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
85012026-02-24T15:24:49.581Z[ recovery-image] Feb 24 15:24:47.991 INFO O| Feb 24 15:24:47.991 INFO ok!
85022026-02-24T15:24:49.581Z[ recovery-image] Feb 24 15:24:47.991 INFO O| Feb 24 15:24:47.991 INFO STEP 29 (ensure_file) COMPLETE
85032026-02-24T15:24:49.581Z[ recovery-image] Feb 24 15:24:47.991 INFO O| Feb 24 15:24:47.991 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85042026-02-24T15:24:49.586Z[ recovery-image] Feb 24 15:24:47.999 INFO O| Feb 24 15:24:47.999 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85052026-02-24T15:24:49.588Z[ recovery-image] Feb 24 15:24:47.999 INFO O| Feb 24 15:24:47.999 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85062026-02-24T15:24:49.589Z[ recovery-image] Feb 24 15:24:47.999 INFO O| Feb 24 15:24:47.999 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85072026-02-24T15:24:49.589Z[ recovery-image] Feb 24 15:24:47.999 INFO O| Feb 24 15:24:47.999 INFO STEP 30 (ensure_dir) COMPLETE
85082026-02-24T15:24:49.589Z[ recovery-image] Feb 24 15:24:47.999 INFO O| Feb 24 15:24:47.999 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85092026-02-24T15:24:49.596Z[ recovery-image] Feb 24 15:24:48.009 INFO O| Feb 24 15:24:48.009 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85102026-02-24T15:24:49.596Z[ recovery-image] Feb 24 15:24:48.009 INFO O| Feb 24 15:24:48.009 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 ...
85112026-02-24T15:24:49.598Z[ recovery-image] Feb 24 15:24:48.010 INFO O| Feb 24 15:24:48.010 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
85122026-02-24T15:24:49.598Z[ recovery-image] Feb 24 15:24:48.010 INFO O| Feb 24 15:24:48.010 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85132026-02-24T15:24:49.599Z[ recovery-image] Feb 24 15:24:48.010 INFO O| Feb 24 15:24:48.010 INFO ok!
85142026-02-24T15:24:49.599Z[ recovery-image] Feb 24 15:24:48.010 INFO O| Feb 24 15:24:48.010 INFO STEP 31 (ensure_file) COMPLETE
85152026-02-24T15:24:49.599Z[ recovery-image] Feb 24 15:24:48.010 INFO O| Feb 24 15:24:48.010 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85162026-02-24T15:24:49.604Z[ recovery-image] Feb 24 15:24:48.018 INFO O| Feb 24 15:24:48.018 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85172026-02-24T15:24:49.604Z[ recovery-image] Feb 24 15:24:48.018 INFO O| Feb 24 15:24:48.018 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85182026-02-24T15:24:49.607Z[ recovery-image] Feb 24 15:24:48.018 INFO O| Feb 24 15:24:48.018 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85192026-02-24T15:24:49.607Z[ recovery-image] Feb 24 15:24:48.018 INFO O| Feb 24 15:24:48.018 INFO STEP 32 (ensure_dir) COMPLETE
85202026-02-24T15:24:49.607Z[ recovery-image] Feb 24 15:24:48.018 INFO O| Feb 24 15:24:48.018 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85212026-02-24T15:24:49.613Z[ recovery-image] Feb 24 15:24:48.026 INFO O| Feb 24 15:24:48.026 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85222026-02-24T15:24:49.613Z[ recovery-image] Feb 24 15:24:48.026 INFO O| Feb 24 15:24:48.026 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 ...
85232026-02-24T15:24:49.615Z[ recovery-image] Feb 24 15:24:48.027 INFO O| Feb 24 15:24:48.027 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
85242026-02-24T15:24:49.615Z[ recovery-image] Feb 24 15:24:48.027 INFO O| Feb 24 15:24:48.027 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85252026-02-24T15:24:49.615Z[ recovery-image] Feb 24 15:24:48.027 INFO O| Feb 24 15:24:48.027 INFO ok!
85262026-02-24T15:24:49.615Z[ recovery-image] Feb 24 15:24:48.027 INFO O| Feb 24 15:24:48.027 INFO STEP 33 (ensure_file) COMPLETE
85272026-02-24T15:24:49.616Z[ recovery-image] Feb 24 15:24:48.027 INFO O| Feb 24 15:24:48.027 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85282026-02-24T15:24:49.622Z[ recovery-image] Feb 24 15:24:48.035 INFO O| Feb 24 15:24:48.035 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85292026-02-24T15:24:49.622Z[ recovery-image] Feb 24 15:24:48.035 INFO O| Feb 24 15:24:48.035 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85302026-02-24T15:24:49.624Z[ recovery-image] Feb 24 15:24:48.035 INFO O| Feb 24 15:24:48.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85312026-02-24T15:24:49.624Z[ recovery-image] Feb 24 15:24:48.035 INFO O| Feb 24 15:24:48.035 INFO ok!
85322026-02-24T15:24:49.624Z[ recovery-image] Feb 24 15:24:48.035 INFO O| Feb 24 15:24:48.035 INFO STEP 34 (ensure_file) COMPLETE
85332026-02-24T15:24:49.624Z[ recovery-image] Feb 24 15:24:48.035 INFO O| Feb 24 15:24:48.035 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85342026-02-24T15:24:49.630Z[ recovery-image] Feb 24 15:24:48.044 INFO O| Feb 24 15:24:48.044 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85352026-02-24T15:24:49.630Z[ recovery-image] Feb 24 15:24:48.044 INFO O| Feb 24 15:24:48.044 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85362026-02-24T15:24:49.633Z[ recovery-image] Feb 24 15:24:48.044 INFO O| Feb 24 15:24:48.044 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85372026-02-24T15:24:49.633Z[ recovery-image] Feb 24 15:24:48.044 INFO O| Feb 24 15:24:48.044 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85382026-02-24T15:24:49.633Z[ recovery-image] Feb 24 15:24:48.044 INFO O| Feb 24 15:24:48.044 INFO ok!
85392026-02-24T15:24:49.633Z[ recovery-image] Feb 24 15:24:48.044 INFO O| Feb 24 15:24:48.044 INFO STEP 35 (ensure_file) COMPLETE
85402026-02-24T15:24:49.633Z[ recovery-image] Feb 24 15:24:48.044 INFO O| Feb 24 15:24:48.044 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85412026-02-24T15:24:49.639Z[ recovery-image] Feb 24 15:24:48.052 INFO O| Feb 24 15:24:48.052 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85422026-02-24T15:24:49.639Z[ recovery-image] Feb 24 15:24:48.052 INFO O| Feb 24 15:24:48.052 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85432026-02-24T15:24:49.642Z[ recovery-image] Feb 24 15:24:48.052 INFO O| Feb 24 15:24:48.052 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85442026-02-24T15:24:49.642Z[ recovery-image] Feb 24 15:24:48.052 INFO O| Feb 24 15:24:48.052 INFO ok!
85452026-02-24T15:24:49.642Z[ recovery-image] Feb 24 15:24:48.052 INFO O| Feb 24 15:24:48.052 INFO STEP 36 (ensure_file) COMPLETE
85462026-02-24T15:24:49.642Z[ recovery-image] Feb 24 15:24:48.052 INFO O| Feb 24 15:24:48.052 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85472026-02-24T15:24:49.648Z[ recovery-image] Feb 24 15:24:48.061 INFO O| Feb 24 15:24:48.061 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85482026-02-24T15:24:49.648Z[ recovery-image] Feb 24 15:24:48.061 INFO O| Feb 24 15:24:48.061 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85492026-02-24T15:24:49.651Z[ recovery-image] Feb 24 15:24:48.061 INFO O| Feb 24 15:24:48.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85502026-02-24T15:24:49.651Z[ recovery-image] Feb 24 15:24:48.061 INFO O| Feb 24 15:24:48.061 INFO ok!
85512026-02-24T15:24:49.651Z[ recovery-image] Feb 24 15:24:48.061 INFO O| Feb 24 15:24:48.061 INFO STEP 37 (ensure_file) COMPLETE
85522026-02-24T15:24:49.651Z[ recovery-image] Feb 24 15:24:48.061 INFO O| Feb 24 15:24:48.061 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85532026-02-24T15:24:49.655Z[ recovery-image] Feb 24 15:24:48.069 INFO O| Feb 24 15:24:48.069 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85542026-02-24T15:24:49.655Z[ recovery-image] Feb 24 15:24:48.069 INFO O| Feb 24 15:24:48.069 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85552026-02-24T15:24:49.658Z[ recovery-image] Feb 24 15:24:48.070 INFO O| Feb 24 15:24:48.070 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85562026-02-24T15:24:49.658Z[ recovery-image] Feb 24 15:24:48.070 INFO O| Feb 24 15:24:48.070 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85572026-02-24T15:24:49.658Z[ recovery-image] Feb 24 15:24:48.070 INFO O| Feb 24 15:24:48.070 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85582026-02-24T15:24:49.658Z[ recovery-image] Feb 24 15:24:48.070 INFO O| Feb 24 15:24:48.070 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85592026-02-24T15:24:49.658Z[ recovery-image] Feb 24 15:24:48.070 INFO O| Feb 24 15:24:48.070 INFO ok!
85602026-02-24T15:24:49.658Z[ recovery-image] Feb 24 15:24:48.070 INFO O| Feb 24 15:24:48.070 INFO STEP 38 (ensure_file) COMPLETE
85612026-02-24T15:24:49.658Z[ recovery-image] Feb 24 15:24:48.070 INFO O| Feb 24 15:24:48.070 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85622026-02-24T15:24:49.664Z[ recovery-image] Feb 24 15:24:48.077 INFO O| Feb 24 15:24:48.077 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85632026-02-24T15:24:49.667Z[ recovery-image] Feb 24 15:24:48.078 INFO O| Feb 24 15:24:48.077 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85642026-02-24T15:24:49.667Z[ recovery-image] Feb 24 15:24:48.078 INFO O| Feb 24 15:24:48.078 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85652026-02-24T15:24:49.667Z[ recovery-image] Feb 24 15:24:48.078 INFO O| Feb 24 15:24:48.078 INFO STEP 39 (ensure_dir) COMPLETE
85662026-02-24T15:24:49.667Z[ recovery-image] Feb 24 15:24:48.078 INFO O| Feb 24 15:24:48.078 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85672026-02-24T15:24:49.675Z[ recovery-image] Feb 24 15:24:48.088 INFO O| Feb 24 15:24:48.088 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
85682026-02-24T15:24:49.675Z[ recovery-image] Feb 24 15:24:48.088 INFO O| Feb 24 15:24:48.088 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 ...
85692026-02-24T15:24:49.677Z[ recovery-image] Feb 24 15:24:48.089 INFO O| Feb 24 15:24:48.089 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
85702026-02-24T15:24:49.678Z[ recovery-image] Feb 24 15:24:48.089 INFO O| Feb 24 15:24:48.089 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
85712026-02-24T15:24:49.678Z[ recovery-image] Feb 24 15:24:48.089 INFO O| Feb 24 15:24:48.089 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
85722026-02-24T15:24:49.678Z[ recovery-image] Feb 24 15:24:48.089 INFO O| Feb 24 15:24:48.089 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
85732026-02-24T15:24:49.678Z[ recovery-image] Feb 24 15:24:48.089 INFO O| Feb 24 15:24:48.089 INFO ok!
85742026-02-24T15:24:49.678Z[ recovery-image] Feb 24 15:24:48.089 INFO O| Feb 24 15:24:48.089 INFO STEP 40 (ensure_file) COMPLETE
85752026-02-24T15:24:49.678Z[ recovery-image] Feb 24 15:24:48.089 INFO O| Feb 24 15:24:48.089 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85762026-02-24T15:24:49.683Z[ recovery-image] Feb 24 15:24:48.097 INFO O| Feb 24 15:24:48.097 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85772026-02-24T15:24:49.684Z[ recovery-image] Feb 24 15:24:48.097 INFO O| Feb 24 15:24:48.097 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 ...
85782026-02-24T15:24:49.684Z[ recovery-image] Feb 24 15:24:48.097 INFO O| Feb 24 15:24:48.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85792026-02-24T15:24:49.686Z[ recovery-image] Feb 24 15:24:48.097 INFO O| Feb 24 15:24:48.097 INFO ok!
85802026-02-24T15:24:49.686Z[ recovery-image] Feb 24 15:24:48.097 INFO O| Feb 24 15:24:48.097 INFO STEP 41 (ensure_symlink) COMPLETE
85812026-02-24T15:24:49.687Z[ recovery-image] Feb 24 15:24:48.097 INFO O| Feb 24 15:24:48.097 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85822026-02-24T15:24:49.691Z[ recovery-image] Feb 24 15:24:48.105 INFO O| Feb 24 15:24:48.105 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85832026-02-24T15:24:49.691Z[ recovery-image] Feb 24 15:24:48.105 INFO O| Feb 24 15:24:48.105 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85842026-02-24T15:24:49.696Z[ recovery-image] Feb 24 15:24:48.105 INFO O| Feb 24 15:24:48.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85852026-02-24T15:24:49.696Z[ recovery-image] Feb 24 15:24:48.105 INFO O| Feb 24 15:24:48.105 INFO ok!
85862026-02-24T15:24:49.696Z[ recovery-image] Feb 24 15:24:48.105 INFO O| Feb 24 15:24:48.105 INFO STEP 42 (ensure_symlink) COMPLETE
85872026-02-24T15:24:49.696Z[ recovery-image] Feb 24 15:24:48.105 INFO O| Feb 24 15:24:48.105 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85882026-02-24T15:24:49.699Z[ recovery-image] Feb 24 15:24:48.113 INFO O| Feb 24 15:24:48.112 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85892026-02-24T15:24:49.699Z[ recovery-image] Feb 24 15:24:48.113 INFO O| Feb 24 15:24:48.113 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85902026-02-24T15:24:49.702Z[ recovery-image] Feb 24 15:24:48.113 INFO O| Feb 24 15:24:48.113 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85912026-02-24T15:24:49.702Z[ recovery-image] Feb 24 15:24:48.113 INFO O| Feb 24 15:24:48.113 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85922026-02-24T15:24:49.702Z[ recovery-image] Feb 24 15:24:48.113 INFO O| Feb 24 15:24:48.113 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85932026-02-24T15:24:49.702Z[ recovery-image] Feb 24 15:24:48.113 INFO O| Feb 24 15:24:48.113 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85942026-02-24T15:24:49.702Z[ recovery-image] Feb 24 15:24:48.113 INFO O| Feb 24 15:24:48.113 INFO ok!
85952026-02-24T15:24:49.702Z[ recovery-image] Feb 24 15:24:48.113 INFO O| Feb 24 15:24:48.113 INFO STEP 43 (ensure_file) COMPLETE
85962026-02-24T15:24:49.702Z[ recovery-image] Feb 24 15:24:48.113 INFO O| Feb 24 15:24:48.113 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85972026-02-24T15:24:49.709Z[ recovery-image] Feb 24 15:24:48.121 INFO O| Feb 24 15:24:48.121 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85982026-02-24T15:24:49.710Z[ recovery-image] Feb 24 15:24:48.121 INFO O| Feb 24 15:24:48.121 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 ...
85992026-02-24T15:24:49.713Z[ recovery-image] Feb 24 15:24:48.122 INFO O| Feb 24 15:24:48.122 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
86002026-02-24T15:24:49.713Z[ recovery-image] Feb 24 15:24:48.122 INFO O| Feb 24 15:24:48.122 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86012026-02-24T15:24:49.713Z[ recovery-image] Feb 24 15:24:48.122 INFO O| Feb 24 15:24:48.122 INFO ok!
86022026-02-24T15:24:49.713Z[ recovery-image] Feb 24 15:24:48.122 INFO O| Feb 24 15:24:48.122 INFO STEP 44 (ensure_file) COMPLETE
86032026-02-24T15:24:49.713Z[ recovery-image] Feb 24 15:24:48.122 INFO O| Feb 24 15:24:48.122 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86042026-02-24T15:24:49.717Z[ recovery-image] Feb 24 15:24:48.130 INFO O| Feb 24 15:24:48.130 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
86052026-02-24T15:24:49.717Z[ recovery-image] Feb 24 15:24:48.130 INFO O| Feb 24 15:24:48.130 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
86062026-02-24T15:24:49.833Z[ recovery-image] Feb 24 15:24:48.131 INFO O| Feb 24 15:24:48.131 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
86072026-02-24T15:24:49.833Z[ recovery-image] Feb 24 15:24:48.131 INFO O| Feb 24 15:24:48.131 INFO ok!
86082026-02-24T15:24:49.833Z[ recovery-image] Feb 24 15:24:48.131 INFO O| Feb 24 15:24:48.131 INFO STEP 45 (ensure_file) COMPLETE
86092026-02-24T15:24:49.833Z[ recovery-image] Feb 24 15:24:48.131 INFO O| Feb 24 15:24:48.131 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86102026-02-24T15:24:49.833Z[ recovery-image] Feb 24 15:24:48.139 INFO O| Feb 24 15:24:48.139 INFO updating shadow file
86112026-02-24T15:24:49.833Z[ recovery-image] Feb 24 15:24:48.139 INFO O| Feb 24 15:24:48.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86122026-02-24T15:24:49.833Z[ recovery-image] Feb 24 15:24:48.139 INFO O| Feb 24 15:24:48.139 INFO STEP 46 (shadow) COMPLETE
86132026-02-24T15:24:49.833Z[ recovery-image] Feb 24 15:24:48.139 INFO O| Feb 24 15:24:48.139 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86142026-02-24T15:24:49.833Z[ recovery-image] Feb 24 15:24:48.148 INFO O| Feb 24 15:24:48.148 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86152026-02-24T15:24:49.833Z[ recovery-image] Feb 24 15:24:48.148 INFO O| Feb 24 15:24:48.148 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86162026-02-24T15:24:49.833Z[ recovery-image] Feb 24 15:24:48.148 INFO O| Feb 24 15:24:48.148 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86172026-02-24T15:24:49.833Z[ recovery-image] Feb 24 15:24:48.148 INFO O| Feb 24 15:24:48.148 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86182026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.148 INFO O| Feb 24 15:24:48.148 INFO ok!
86192026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.148 INFO O| Feb 24 15:24:48.148 INFO STEP 47 (ensure_file) COMPLETE
86202026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.148 INFO O| Feb 24 15:24:48.148 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86212026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.155 INFO O| Feb 24 15:24:48.155 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86222026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.156 INFO O| Feb 24 15:24:48.155 INFO STEP 48 (ensure_dir) COMPLETE
86232026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.156 INFO O| Feb 24 15:24:48.155 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86242026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.163 INFO O| Feb 24 15:24:48.163 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86252026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.163 INFO O| Feb 24 15:24:48.163 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86262026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.163 INFO O| Feb 24 15:24:48.163 INFO STEP 49 (ensure_dir) COMPLETE
86272026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.163 INFO O| Feb 24 15:24:48.163 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86282026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.171 INFO O| Feb 24 15:24:48.171 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86292026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.171 INFO O| Feb 24 15:24:48.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86302026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.171 INFO O| Feb 24 15:24:48.171 INFO STEP 50 (ensure_dir) COMPLETE
86312026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.171 INFO O| Feb 24 15:24:48.171 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86322026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.179 INFO O| Feb 24 15:24:48.179 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86332026-02-24T15:24:49.834Z[ recovery-image] Feb 24 15:24:48.179 INFO O| Feb 24 15:24:48.179 INFO copying /tmp/.tmpoIdTwG/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86342026-02-24T15:24:49.859Z[ recovery-image] Feb 24 15:24:48.272 INFO O| Feb 24 15:24:48.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86352026-02-24T15:24:49.861Z[ recovery-image] Feb 24 15:24:48.272 INFO O| Feb 24 15:24:48.272 INFO ok!
86362026-02-24T15:24:49.861Z[ recovery-image] Feb 24 15:24:48.272 INFO O| Feb 24 15:24:48.272 INFO STEP 51 (ensure_file) COMPLETE
86372026-02-24T15:24:49.861Z[ recovery-image] Feb 24 15:24:48.272 INFO O| Feb 24 15:24:48.272 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86382026-02-24T15:24:49.879Z[ recovery-image] Feb 24 15:24:48.291 INFO O| Feb 24 15:24:48.291 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86392026-02-24T15:24:49.881Z[ recovery-image] Feb 24 15:24:48.291 INFO O| Feb 24 15:24:48.291 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86402026-02-24T15:24:49.881Z[ recovery-image] Feb 24 15:24:48.291 INFO O| Feb 24 15:24:48.291 INFO STEP 52 (ensure_dir) COMPLETE
86412026-02-24T15:24:49.881Z[ recovery-image] Feb 24 15:24:48.291 INFO O| Feb 24 15:24:48.291 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86422026-02-24T15:24:49.892Z[ recovery-image] Feb 24 15:24:48.305 INFO O| Feb 24 15:24:48.305 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86432026-02-24T15:24:49.892Z[ recovery-image] Feb 24 15:24:48.305 INFO O| Feb 24 15:24:48.305 INFO copying /tmp/.tmpoIdTwG/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86442026-02-24T15:24:49.894Z[ recovery-image] Feb 24 15:24:48.305 INFO O| Feb 24 15:24:48.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86452026-02-24T15:24:49.894Z[ recovery-image] Feb 24 15:24:48.305 INFO O| Feb 24 15:24:48.305 INFO ok!
86462026-02-24T15:24:49.894Z[ recovery-image] Feb 24 15:24:48.305 INFO O| Feb 24 15:24:48.305 INFO STEP 53 (ensure_file) COMPLETE
86472026-02-24T15:24:49.894Z[ recovery-image] Feb 24 15:24:48.305 INFO O| Feb 24 15:24:48.305 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86482026-02-24T15:24:49.900Z[ recovery-image] Feb 24 15:24:48.313 INFO O| Feb 24 15:24:48.313 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86492026-02-24T15:24:49.900Z[ recovery-image] Feb 24 15:24:48.313 INFO O| Feb 24 15:24:48.313 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86502026-02-24T15:24:49.902Z[ recovery-image] Feb 24 15:24:48.313 INFO O| Feb 24 15:24:48.313 INFO STEP 54 (ensure_dir) COMPLETE
86512026-02-24T15:24:49.902Z[ recovery-image] Feb 24 15:24:48.313 INFO O| Feb 24 15:24:48.313 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86522026-02-24T15:24:49.909Z[ recovery-image] Feb 24 15:24:48.322 INFO O| Feb 24 15:24:48.322 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86532026-02-24T15:24:49.912Z[ recovery-image] Feb 24 15:24:48.322 INFO O| Feb 24 15:24:48.322 INFO copying /tmp/.tmpoIdTwG/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86542026-02-24T15:24:50.393Z[ recovery-image] Feb 24 15:24:48.806 INFO O| Feb 24 15:24:48.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86552026-02-24T15:24:50.393Z[ recovery-image] Feb 24 15:24:48.806 INFO O| Feb 24 15:24:48.806 INFO ok!
86562026-02-24T15:24:50.394Z[ recovery-image] Feb 24 15:24:48.807 INFO O| Feb 24 15:24:48.806 INFO STEP 55 (ensure_file) COMPLETE
86572026-02-24T15:24:50.397Z[ recovery-image] Feb 24 15:24:48.807 INFO O| Feb 24 15:24:48.806 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86582026-02-24T15:24:50.402Z[ recovery-image] Feb 24 15:24:48.815 INFO O| Feb 24 15:24:48.815 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86592026-02-24T15:24:50.403Z[ recovery-image] Feb 24 15:24:48.815 INFO O| Feb 24 15:24:48.815 INFO copying /tmp/.tmpoIdTwG/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86602026-02-24T15:24:50.862Z[ recovery-image] Feb 24 15:24:49.275 INFO O| Feb 24 15:24:49.274 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86612026-02-24T15:24:50.863Z[ recovery-image] Feb 24 15:24:49.275 INFO O| Feb 24 15:24:49.274 INFO ok!
86622026-02-24T15:24:50.863Z[ recovery-image] Feb 24 15:24:49.275 INFO O| Feb 24 15:24:49.274 INFO STEP 56 (ensure_file) COMPLETE
86632026-02-24T15:24:50.863Z[ recovery-image] Feb 24 15:24:49.275 INFO O| Feb 24 15:24:49.274 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86642026-02-24T15:24:50.871Z[ recovery-image] Feb 24 15:24:49.284 INFO O| Feb 24 15:24:49.284 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86652026-02-24T15:24:50.871Z[ recovery-image] Feb 24 15:24:49.284 INFO O| Feb 24 15:24:49.284 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86662026-02-24T15:24:50.871Z[ recovery-image] Feb 24 15:24:49.284 INFO O| Feb 24 15:24:49.284 INFO STEP 57 (ensure_dir) COMPLETE
86672026-02-24T15:24:50.875Z[ recovery-image] Feb 24 15:24:49.284 INFO O| Feb 24 15:24:49.284 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86682026-02-24T15:24:50.880Z[ recovery-image] Feb 24 15:24:49.293 INFO O| Feb 24 15:24:49.293 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86692026-02-24T15:24:50.880Z[ recovery-image] Feb 24 15:24:49.293 INFO O| Feb 24 15:24:49.293 INFO copying /tmp/.tmpoIdTwG/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 ...
86702026-02-24T15:24:50.883Z[ recovery-image] Feb 24 15:24:49.293 INFO O| Feb 24 15:24:49.293 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
86712026-02-24T15:24:50.883Z[ recovery-image] Feb 24 15:24:49.293 INFO O| Feb 24 15:24:49.293 INFO ok!
86722026-02-24T15:24:50.883Z[ recovery-image] Feb 24 15:24:49.293 INFO O| Feb 24 15:24:49.293 INFO STEP 58 (ensure_file) COMPLETE
86732026-02-24T15:24:50.883Z[ recovery-image] Feb 24 15:24:49.293 INFO O| Feb 24 15:24:49.293 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86742026-02-24T15:24:50.888Z[ recovery-image] Feb 24 15:24:49.301 INFO O| Feb 24 15:24:49.301 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86752026-02-24T15:24:50.891Z[ recovery-image] Feb 24 15:24:49.301 INFO O| Feb 24 15:24:49.301 INFO copying /tmp/.tmpoIdTwG/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 ...
86762026-02-24T15:24:50.891Z[ recovery-image] Feb 24 15:24:49.301 INFO O| Feb 24 15:24:49.301 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
86772026-02-24T15:24:50.891Z[ recovery-image] Feb 24 15:24:49.301 INFO O| Feb 24 15:24:49.301 INFO ok!
86782026-02-24T15:24:50.891Z[ recovery-image] Feb 24 15:24:49.301 INFO O| Feb 24 15:24:49.301 INFO STEP 59 (ensure_file) COMPLETE
86792026-02-24T15:24:50.891Z[ recovery-image] Feb 24 15:24:49.301 INFO O| Feb 24 15:24:49.301 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86802026-02-24T15:24:50.897Z[ recovery-image] Feb 24 15:24:49.310 INFO O| Feb 24 15:24:49.310 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86812026-02-24T15:24:50.897Z[ recovery-image] Feb 24 15:24:49.310 INFO O| Feb 24 15:24:49.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86822026-02-24T15:24:50.897Z[ recovery-image] Feb 24 15:24:49.310 INFO O| Feb 24 15:24:49.310 INFO STEP 60 (ensure_dir) COMPLETE
86832026-02-24T15:24:50.899Z[ recovery-image] Feb 24 15:24:49.310 INFO O| Feb 24 15:24:49.310 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86842026-02-24T15:24:50.905Z[ recovery-image] Feb 24 15:24:49.318 INFO O| Feb 24 15:24:49.318 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86852026-02-24T15:24:50.905Z[ recovery-image] Feb 24 15:24:49.318 INFO O| Feb 24 15:24:49.318 INFO copying /tmp/.tmpoIdTwG/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 ...
86862026-02-24T15:24:50.907Z[ recovery-image] Feb 24 15:24:49.318 INFO O| Feb 24 15:24:49.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86872026-02-24T15:24:50.907Z[ recovery-image] Feb 24 15:24:49.318 INFO O| Feb 24 15:24:49.318 INFO ok!
86882026-02-24T15:24:50.907Z[ recovery-image] Feb 24 15:24:49.318 INFO O| Feb 24 15:24:49.318 INFO STEP 61 (ensure_file) COMPLETE
86892026-02-24T15:24:50.908Z[ recovery-image] Feb 24 15:24:49.318 INFO O| Feb 24 15:24:49.318 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86902026-02-24T15:24:50.914Z[ recovery-image] Feb 24 15:24:49.327 INFO O| Feb 24 15:24:49.327 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86912026-02-24T15:24:50.914Z[ recovery-image] Feb 24 15:24:49.328 INFO O| Feb 24 15:24:49.327 INFO copying /tmp/.tmpoIdTwG/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 ...
86922026-02-24T15:24:50.917Z[ recovery-image] Feb 24 15:24:49.328 INFO O| Feb 24 15:24:49.328 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
86932026-02-24T15:24:50.917Z[ recovery-image] Feb 24 15:24:49.328 INFO O| Feb 24 15:24:49.328 INFO ok!
86942026-02-24T15:24:50.917Z[ recovery-image] Feb 24 15:24:49.328 INFO O| Feb 24 15:24:49.328 INFO STEP 62 (ensure_file) COMPLETE
86952026-02-24T15:24:50.917Z[ recovery-image] Feb 24 15:24:49.328 INFO O| Feb 24 15:24:49.328 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86962026-02-24T15:24:50.923Z[ recovery-image] Feb 24 15:24:49.336 INFO O| Feb 24 15:24:49.336 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86972026-02-24T15:24:50.923Z[ recovery-image] Feb 24 15:24:49.336 INFO O| Feb 24 15:24:49.336 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86982026-02-24T15:24:50.926Z[ recovery-image] Feb 24 15:24:49.336 INFO O| Feb 24 15:24:49.336 INFO STEP 63 (ensure_dir) COMPLETE
86992026-02-24T15:24:50.926Z[ recovery-image] Feb 24 15:24:49.336 INFO O| Feb 24 15:24:49.336 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87002026-02-24T15:24:50.933Z[ recovery-image] Feb 24 15:24:49.346 INFO O| Feb 24 15:24:49.345 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87012026-02-24T15:24:50.935Z[ recovery-image] Feb 24 15:24:49.346 INFO O| Feb 24 15:24:49.346 INFO copying /tmp/.tmpoIdTwG/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 ...
87022026-02-24T15:24:50.935Z[ recovery-image] Feb 24 15:24:49.346 INFO O| Feb 24 15:24:49.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87032026-02-24T15:24:50.935Z[ recovery-image] Feb 24 15:24:49.346 INFO O| Feb 24 15:24:49.346 INFO ok!
87042026-02-24T15:24:50.935Z[ recovery-image] Feb 24 15:24:49.346 INFO O| Feb 24 15:24:49.346 INFO STEP 64 (ensure_file) COMPLETE
87052026-02-24T15:24:50.935Z[ recovery-image] Feb 24 15:24:49.346 INFO O| Feb 24 15:24:49.346 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87062026-02-24T15:24:50.942Z[ recovery-image] Feb 24 15:24:49.355 INFO O| Feb 24 15:24:49.355 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
87072026-02-24T15:24:50.942Z[ recovery-image] Feb 24 15:24:49.355 INFO O| Feb 24 15:24:49.355 INFO copying /tmp/.tmpoIdTwG/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87082026-02-24T15:24:50.944Z[ recovery-image] Feb 24 15:24:49.355 INFO O| Feb 24 15:24:49.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87092026-02-24T15:24:50.944Z[ recovery-image] Feb 24 15:24:49.355 INFO O| Feb 24 15:24:49.355 INFO ok!
87102026-02-24T15:24:50.944Z[ recovery-image] Feb 24 15:24:49.355 INFO O| Feb 24 15:24:49.355 INFO STEP 65 (ensure_file) COMPLETE
87112026-02-24T15:24:50.944Z[ recovery-image] Feb 24 15:24:49.355 INFO O| Feb 24 15:24:49.355 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87122026-02-24T15:24:50.950Z[ recovery-image] Feb 24 15:24:49.364 INFO O| Feb 24 15:24:49.364 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87132026-02-24T15:24:50.950Z[ recovery-image] Feb 24 15:24:49.364 INFO O| Feb 24 15:24:49.364 INFO STEP 66 (ensure_dir) COMPLETE
87142026-02-24T15:24:50.950Z[ recovery-image] Feb 24 15:24:49.364 INFO O| Feb 24 15:24:49.364 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87152026-02-24T15:24:50.959Z[ recovery-image] Feb 24 15:24:49.373 INFO O| Feb 24 15:24:49.372 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87162026-02-24T15:24:50.959Z[ recovery-image] Feb 24 15:24:49.373 INFO O| Feb 24 15:24:49.373 INFO STEP 67 (ensure_dir) COMPLETE
87172026-02-24T15:24:50.962Z[ recovery-image] Feb 24 15:24:49.373 INFO O| Feb 24 15:24:49.373 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87182026-02-24T15:24:50.968Z[ recovery-image] Feb 24 15:24:49.381 INFO O| Feb 24 15:24:49.381 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87192026-02-24T15:24:50.968Z[ recovery-image] Feb 24 15:24:49.381 INFO O| Feb 24 15:24:49.381 INFO STEP 68 (ensure_dir) COMPLETE
87202026-02-24T15:24:50.971Z[ recovery-image] Feb 24 15:24:49.381 INFO O| Feb 24 15:24:49.381 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87212026-02-24T15:24:50.976Z[ recovery-image] Feb 24 15:24:49.389 INFO O| Feb 24 15:24:49.389 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87222026-02-24T15:24:50.979Z[ recovery-image] Feb 24 15:24:49.389 INFO O| Feb 24 15:24:49.389 INFO STEP 69 (ensure_dir) COMPLETE
87232026-02-24T15:24:50.979Z[ recovery-image] Feb 24 15:24:49.389 INFO O| Feb 24 15:24:49.389 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87242026-02-24T15:24:50.983Z[ recovery-image] Feb 24 15:24:49.397 INFO O| Feb 24 15:24:49.396 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87252026-02-24T15:24:50.983Z[ recovery-image] Feb 24 15:24:49.397 INFO O| Feb 24 15:24:49.397 INFO copying /tmp/.tmpoIdTwG/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87262026-02-24T15:24:50.986Z[ recovery-image] Feb 24 15:24:49.397 INFO O| Feb 24 15:24:49.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87272026-02-24T15:24:50.986Z[ recovery-image] Feb 24 15:24:49.397 INFO O| Feb 24 15:24:49.397 INFO ok!
87282026-02-24T15:24:50.986Z[ recovery-image] Feb 24 15:24:49.397 INFO O| Feb 24 15:24:49.397 INFO STEP 70 (ensure_file) COMPLETE
87292026-02-24T15:24:50.986Z[ recovery-image] Feb 24 15:24:49.397 INFO O| Feb 24 15:24:49.397 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87302026-02-24T15:24:50.992Z[ recovery-image] Feb 24 15:24:49.405 INFO O| Feb 24 15:24:49.405 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87312026-02-24T15:24:50.994Z[ recovery-image] Feb 24 15:24:49.405 INFO O| Feb 24 15:24:49.405 INFO STEP 71 (remove_files) COMPLETE
87322026-02-24T15:24:50.994Z[ recovery-image] Feb 24 15:24:49.405 INFO O| Feb 24 15:24:49.405 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87332026-02-24T15:24:51.000Z[ recovery-image] Feb 24 15:24:49.413 INFO O| Feb 24 15:24:49.413 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87342026-02-24T15:24:51.003Z[ recovery-image] Feb 24 15:24:49.413 INFO O| Feb 24 15:24:49.413 INFO STEP 72 (remove_files) COMPLETE
87352026-02-24T15:24:51.003Z[ recovery-image] Feb 24 15:24:49.413 INFO O| Feb 24 15:24:49.413 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87362026-02-24T15:24:51.007Z[ recovery-image] Feb 24 15:24:49.420 INFO O| Feb 24 15:24:49.420 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87372026-02-24T15:24:51.010Z[ recovery-image] Feb 24 15:24:49.421 INFO O| Feb 24 15:24:49.420 INFO STEP 73 (remove_files) COMPLETE
87382026-02-24T15:24:51.010Z[ recovery-image] Feb 24 15:24:49.421 INFO O| Feb 24 15:24:49.421 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87392026-02-24T15:24:51.016Z[ recovery-image] Feb 24 15:24:49.429 INFO O| Feb 24 15:24:49.429 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87402026-02-24T15:24:51.019Z[ recovery-image] Feb 24 15:24:49.429 INFO O| Feb 24 15:24:49.429 INFO STEP 74 (remove_files) COMPLETE
87412026-02-24T15:24:51.019Z[ recovery-image] Feb 24 15:24:49.429 INFO O| Feb 24 15:24:49.429 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87422026-02-24T15:24:51.024Z[ recovery-image] Feb 24 15:24:49.437 INFO O| Feb 24 15:24:49.437 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87432026-02-24T15:24:51.027Z[ recovery-image] Feb 24 15:24:49.438 INFO O| Feb 24 15:24:49.438 INFO STEP 75 (remove_files) COMPLETE
87442026-02-24T15:24:51.027Z[ recovery-image] Feb 24 15:24:49.438 INFO O| Feb 24 15:24:49.438 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87452026-02-24T15:24:51.033Z[ recovery-image] Feb 24 15:24:49.446 INFO O| Feb 24 15:24:49.446 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87462026-02-24T15:24:51.035Z[ recovery-image] Feb 24 15:24:49.446 INFO O| Feb 24 15:24:49.446 INFO STEP 76 (remove_files) COMPLETE
87472026-02-24T15:24:51.035Z[ recovery-image] Feb 24 15:24:49.446 INFO O| Feb 24 15:24:49.446 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87482026-02-24T15:24:51.041Z[ recovery-image] Feb 24 15:24:49.454 INFO O| Feb 24 15:24:49.454 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87492026-02-24T15:24:51.044Z[ recovery-image] Feb 24 15:24:49.454 INFO O| Feb 24 15:24:49.454 INFO STEP 77 (remove_files) COMPLETE
87502026-02-24T15:24:51.044Z[ recovery-image] Feb 24 15:24:49.455 INFO O| Feb 24 15:24:49.454 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87512026-02-24T15:24:51.050Z[ recovery-image] Feb 24 15:24:49.463 INFO O| Feb 24 15:24:49.463 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87522026-02-24T15:24:51.050Z[ recovery-image] Feb 24 15:24:49.463 INFO O| Feb 24 15:24:49.463 INFO STEP 78 (remove_files) COMPLETE
87532026-02-24T15:24:51.050Z[ recovery-image] Feb 24 15:24:49.463 INFO O| Feb 24 15:24:49.463 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87542026-02-24T15:24:51.061Z[ recovery-image] Feb 24 15:24:49.474 INFO O| Feb 24 15:24:49.474 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87552026-02-24T15:24:51.061Z[ recovery-image] Feb 24 15:24:49.474 INFO O| Feb 24 15:24:49.474 INFO STEP 79 (remove_files) COMPLETE
87562026-02-24T15:24:51.061Z[ recovery-image] Feb 24 15:24:49.474 INFO O| Feb 24 15:24:49.474 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87572026-02-24T15:24:51.070Z[ recovery-image] Feb 24 15:24:49.483 INFO O| Feb 24 15:24:49.483 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87582026-02-24T15:24:51.074Z[ recovery-image] Feb 24 15:24:49.483 INFO O| Feb 24 15:24:49.483 INFO STEP 80 (remove_files) COMPLETE
87592026-02-24T15:24:51.074Z[ recovery-image] Feb 24 15:24:49.484 INFO O| Feb 24 15:24:49.483 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87602026-02-24T15:24:51.080Z[ recovery-image] Feb 24 15:24:49.493 INFO O| Feb 24 15:24:49.493 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87612026-02-24T15:24:51.080Z[ recovery-image] Feb 24 15:24:49.493 INFO O| Feb 24 15:24:49.493 INFO STEP 81 (remove_files) COMPLETE
87622026-02-24T15:24:51.083Z[ recovery-image] Feb 24 15:24:49.493 INFO O| Feb 24 15:24:49.493 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87632026-02-24T15:24:51.090Z[ recovery-image] Feb 24 15:24:49.503 INFO O| Feb 24 15:24:49.503 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87642026-02-24T15:24:51.090Z[ recovery-image] Feb 24 15:24:49.503 INFO O| Feb 24 15:24:49.503 INFO STEP 82 (remove_files) COMPLETE
87652026-02-24T15:24:51.092Z[ recovery-image] Feb 24 15:24:49.503 INFO O| Feb 24 15:24:49.503 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87662026-02-24T15:24:51.098Z[ recovery-image] Feb 24 15:24:49.511 INFO O| Feb 24 15:24:49.511 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87672026-02-24T15:24:51.098Z[ recovery-image] Feb 24 15:24:49.511 INFO O| Feb 24 15:24:49.511 INFO STEP 83 (remove_files) COMPLETE
87682026-02-24T15:24:51.098Z[ recovery-image] Feb 24 15:24:49.511 INFO O| Feb 24 15:24:49.511 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87692026-02-24T15:24:51.107Z[ recovery-image] Feb 24 15:24:49.520 INFO O| Feb 24 15:24:49.520 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87702026-02-24T15:24:51.107Z[ recovery-image] Feb 24 15:24:49.520 INFO O| Feb 24 15:24:49.520 INFO STEP 84 (remove_files) COMPLETE
87712026-02-24T15:24:51.110Z[ recovery-image] Feb 24 15:24:49.520 INFO O| Feb 24 15:24:49.520 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87722026-02-24T15:24:51.115Z[ recovery-image] Feb 24 15:24:49.528 INFO O| Feb 24 15:24:49.528 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87732026-02-24T15:24:51.117Z[ recovery-image] Feb 24 15:24:49.528 INFO O| Feb 24 15:24:49.528 INFO STEP 85 (remove_files) COMPLETE
87742026-02-24T15:24:51.117Z[ recovery-image] Feb 24 15:24:49.528 INFO O| Feb 24 15:24:49.528 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87752026-02-24T15:24:51.122Z[ recovery-image] Feb 24 15:24:49.535 INFO O| Feb 24 15:24:49.535 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87762026-02-24T15:24:51.125Z[ recovery-image] Feb 24 15:24:49.535 INFO O| Feb 24 15:24:49.535 INFO STEP 86 (remove_files) COMPLETE
87772026-02-24T15:24:51.125Z[ recovery-image] Feb 24 15:24:49.535 INFO O| Feb 24 15:24:49.535 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87782026-02-24T15:24:51.130Z[ recovery-image] Feb 24 15:24:49.543 INFO O| Feb 24 15:24:49.543 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87792026-02-24T15:24:51.130Z[ recovery-image] Feb 24 15:24:49.543 INFO O| Feb 24 15:24:49.543 INFO STEP 87 (remove_files) COMPLETE
87802026-02-24T15:24:51.133Z[ recovery-image] Feb 24 15:24:49.543 INFO O| Feb 24 15:24:49.543 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87812026-02-24T15:24:51.138Z[ recovery-image] Feb 24 15:24:49.551 INFO O| Feb 24 15:24:49.551 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87822026-02-24T15:24:51.138Z[ recovery-image] Feb 24 15:24:49.551 INFO O| Feb 24 15:24:49.551 INFO STEP 88 (remove_files) COMPLETE
87832026-02-24T15:24:51.140Z[ recovery-image] Feb 24 15:24:49.551 INFO O| Feb 24 15:24:49.551 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87842026-02-24T15:24:51.145Z[ recovery-image] Feb 24 15:24:49.558 INFO O| Feb 24 15:24:49.558 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87852026-02-24T15:24:51.149Z[ recovery-image] Feb 24 15:24:49.558 INFO O| Feb 24 15:24:49.558 INFO STEP 89 (remove_files) COMPLETE
87862026-02-24T15:24:51.149Z[ recovery-image] Feb 24 15:24:49.559 INFO O| Feb 24 15:24:49.558 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87872026-02-24T15:24:51.154Z[ recovery-image] Feb 24 15:24:49.567 INFO O| Feb 24 15:24:49.567 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87882026-02-24T15:24:51.154Z[ recovery-image] Feb 24 15:24:49.567 INFO O| Feb 24 15:24:49.567 INFO STEP 90 (remove_files) COMPLETE
87892026-02-24T15:24:51.154Z[ recovery-image] Feb 24 15:24:49.567 INFO O| Feb 24 15:24:49.567 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87902026-02-24T15:24:51.162Z[ recovery-image] Feb 24 15:24:49.575 INFO O| Feb 24 15:24:49.575 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87912026-02-24T15:24:51.162Z[ recovery-image] Feb 24 15:24:49.575 INFO O| Feb 24 15:24:49.575 INFO STEP 91 (remove_files) COMPLETE
87922026-02-24T15:24:51.165Z[ recovery-image] Feb 24 15:24:49.575 INFO O| Feb 24 15:24:49.575 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87932026-02-24T15:24:51.169Z[ recovery-image] Feb 24 15:24:49.582 INFO O| Feb 24 15:24:49.582 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87942026-02-24T15:24:51.172Z[ recovery-image] Feb 24 15:24:49.582 INFO O| Feb 24 15:24:49.582 INFO STEP 92 (remove_files) COMPLETE
87952026-02-24T15:24:51.172Z[ recovery-image] Feb 24 15:24:49.582 INFO O| Feb 24 15:24:49.582 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87962026-02-24T15:24:51.178Z[ recovery-image] Feb 24 15:24:49.591 INFO O| Feb 24 15:24:49.591 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87972026-02-24T15:24:51.178Z[ recovery-image] Feb 24 15:24:49.591 INFO O| Feb 24 15:24:49.591 INFO STEP 93 (remove_files) COMPLETE
87982026-02-24T15:24:51.181Z[ recovery-image] Feb 24 15:24:49.591 INFO O| Feb 24 15:24:49.591 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87992026-02-24T15:24:51.185Z[ recovery-image] Feb 24 15:24:49.599 INFO O| Feb 24 15:24:49.599 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
88002026-02-24T15:24:51.186Z[ recovery-image] Feb 24 15:24:49.599 INFO O| Feb 24 15:24:49.599 INFO STEP 94 (remove_files) COMPLETE
88012026-02-24T15:24:51.189Z[ recovery-image] Feb 24 15:24:49.599 INFO O| Feb 24 15:24:49.599 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88022026-02-24T15:24:51.193Z[ recovery-image] Feb 24 15:24:49.606 INFO O| Feb 24 15:24:49.606 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
88032026-02-24T15:24:51.193Z[ recovery-image] Feb 24 15:24:49.606 INFO O| Feb 24 15:24:49.606 INFO STEP 95 (remove_files) COMPLETE
88042026-02-24T15:24:51.195Z[ recovery-image] Feb 24 15:24:49.606 INFO O| Feb 24 15:24:49.606 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88052026-02-24T15:24:51.200Z[ recovery-image] Feb 24 15:24:49.613 INFO O| Feb 24 15:24:49.613 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
88062026-02-24T15:24:51.200Z[ recovery-image] Feb 24 15:24:49.614 INFO O| Feb 24 15:24:49.613 INFO STEP 96 (remove_files) COMPLETE
88072026-02-24T15:24:51.200Z[ recovery-image] Feb 24 15:24:49.614 INFO O| Feb 24 15:24:49.613 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88082026-02-24T15:24:51.208Z[ recovery-image] Feb 24 15:24:49.621 INFO O| Feb 24 15:24:49.621 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88092026-02-24T15:24:51.208Z[ recovery-image] Feb 24 15:24:49.621 INFO O| Feb 24 15:24:49.621 INFO STEP 97 (remove_files) COMPLETE
88102026-02-24T15:24:51.211Z[ recovery-image] Feb 24 15:24:49.621 INFO O| Feb 24 15:24:49.621 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88112026-02-24T15:24:51.217Z[ recovery-image] Feb 24 15:24:49.630 INFO O| Feb 24 15:24:49.630 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88122026-02-24T15:24:51.217Z[ recovery-image] Feb 24 15:24:49.630 INFO O| Feb 24 15:24:49.630 INFO STEP 98 (remove_files) COMPLETE
88132026-02-24T15:24:51.217Z[ recovery-image] Feb 24 15:24:49.630 INFO O| Feb 24 15:24:49.630 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88142026-02-24T15:24:51.226Z[ recovery-image] Feb 24 15:24:49.639 INFO O| Feb 24 15:24:49.639 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88152026-02-24T15:24:51.226Z[ recovery-image] Feb 24 15:24:49.639 INFO O| Feb 24 15:24:49.639 INFO STEP 99 (remove_files) COMPLETE
88162026-02-24T15:24:51.229Z[ recovery-image] Feb 24 15:24:49.639 INFO O| Feb 24 15:24:49.639 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88172026-02-24T15:24:51.237Z[ recovery-image] Feb 24 15:24:49.650 INFO O| Feb 24 15:24:49.650 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88182026-02-24T15:24:51.239Z[ recovery-image] Feb 24 15:24:49.652 INFO O| Feb 24 15:24:49.651 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88192026-02-24T15:24:57.422Z[ recovery-image] Feb 24 15:24:55.834 INFO O| Feb 24 15:24:55.834 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
88202026-02-24T15:24:57.422Z[ recovery-image] Feb 24 15:24:55.834 INFO O| Feb 24 15:24:55.834 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88212026-02-24T15:24:57.435Z[ recovery-image] Feb 24 15:24:55.847 INFO O| Feb 24 15:24:55.847 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88222026-02-24T15:24:57.572Z[ recovery-image] Feb 24 15:24:55.984 INFO O| Feb 24 15:24:55.984 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
88232026-02-24T15:24:57.643Z[ recovery-image] Feb 24 15:24:56.055 INFO O| Feb 24 15:24:56.055 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
88242026-02-24T15:24:57.725Z[ recovery-image] Feb 24 15:24:56.137 INFO O| Feb 24 15:24:56.137 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88252026-02-24T15:24:57.725Z[ recovery-image] Feb 24 15:24:56.137 INFO O| Feb 24 15:24:56.137 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 ...
88262026-02-24T15:24:57.729Z[ recovery-image] Feb 24 15:24:56.139 INFO O| Feb 24 15:24:56.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88272026-02-24T15:24:57.729Z[ recovery-image] Feb 24 15:24:56.139 INFO O| Feb 24 15:24:56.139 INFO ok!
88282026-02-24T15:24:57.729Z[ recovery-image] Feb 24 15:24:56.139 INFO O| Feb 24 15:24:56.139 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88292026-02-24T15:24:57.729Z[ recovery-image] Feb 24 15:24:56.139 INFO O| Feb 24 15:24:56.139 INFO STEP 100 (seed_smf) COMPLETE
88302026-02-24T15:24:57.729Z[ recovery-image] Feb 24 15:24:56.139 INFO O| Feb 24 15:24:56.139 INFO steps complete; finalising image!
88312026-02-24T15:24:57.729Z[ recovery-image] Feb 24 15:24:56.139 INFO O| Feb 24 15:24:56.139 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88322026-02-24T15:24:57.760Z[ recovery-image] Feb 24 15:24:56.172 INFO O| Feb 24 15:24:56.172 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Tue Feb 24 15:24:56 2026)
88332026-02-24T15:24:57.965Z[ recovery-image] Feb 24 15:24:56.377 INFO O| Feb 24 15:24:56.377 INFO trim TEMPORARY-sled-zfs-recovery: (72% trimmed, started at Tue Feb 24 15:24:56 2026)
88342026-02-24T15:24:58.182Z[ recovery-image] Feb 24 15:24:56.594 INFO O| Feb 24 15:24:56.594 INFO temporary pool has 431M used, 1.33G avail, 1.00x compressratio
88352026-02-24T15:24:58.183Z[ recovery-image] Feb 24 15:24:56.594 INFO O| Feb 24 15:24:56.594 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88362026-02-24T15:24:58.350Z[ recovery-image] Feb 24 15:24:56.762 INFO O| Feb 24 15:24:56.762 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
88372026-02-24T15:24:58.350Z[ recovery-image] Feb 24 15:24:56.762 INFO O| Feb 24 15:24:56.762 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88382026-02-24T15:25:01.310Z[ recovery-image] Feb 24 15:24:59.721 INFO O| Feb 24 15:24:59.721 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88392026-02-24T15:25:01.310Z[ recovery-image] Feb 24 15:24:59.721 INFO O| Feb 24 15:24:59.721 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88402026-02-24T15:25:01.313Z[ recovery-image] Feb 24 15:24:59.721 INFO O| Feb 24 15:24:59.721 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88412026-02-24T15:25:01.313Z[ recovery-image] Feb 24 15:24:59.721 INFO O| Feb 24 15:24:59.721 INFO completed processing sled/zfs-recovery
88422026-02-24T15:25:01.313Z[ recovery-image] Feb 24 15:24:59.721 INFO O| Feb 24 15:24:59.721 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88432026-02-24T15:25:02.520Z[ host-image] Feb 24 15:25:00.931 INFO O| Feb 24 15:25:00.931 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
88442026-02-24T15:25:02.763Z[ recovery-image] Feb 24 15:25:01.175 INFO O| Feb 24 15:25:01.175 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88452026-02-24T15:25:02.864Z[ recovery-image] Feb 24 15:25:01.276 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
88462026-02-24T15:25:02.867Z[ recovery-image] Feb 24 15:25:01.278 INFO expanded image name: "recovery 7a071b0/${os_short_commit} 2026-02-24 14:24" -> "recovery 7a071b0/3e08689 2026-02-24 14:24"
88472026-02-24T15:25:02.870Z[ recovery-image] Feb 24 15:25:01.279 INFO output artefacts stored in: "/work/os-recovery"
88482026-02-24T15:25:02.872Z[ recovery-image] Feb 24 15:25:01.283 INFO collecting git info from project "pinprick"...
88492026-02-24T15:25:02.926Z[ recovery-image] Feb 24 15:25:01.337 INFO collecting git info from project "amd-host-image-builder"...
88502026-02-24T15:25:03.094Z[ recovery-image] Feb 24 15:25:01.505 INFO collecting git info from project "image-builder"...
88512026-02-24T15:25:03.118Z[ recovery-image] Feb 24 15:25:01.530 INFO collecting git info from project "dmar-report"...
88522026-02-24T15:25:03.159Z[ recovery-image] Feb 24 15:25:01.570 INFO collecting git info from project "phbl"...
88532026-02-24T15:25:03.193Z[ recovery-image] Feb 24 15:25:01.604 INFO collecting git info from project "chelsio-t6-roms"...
88542026-02-24T15:25:03.264Z[ recovery-image] Feb 24 15:25:01.675 INFO collecting git info from project "amd-firmware"...
88552026-02-24T15:25:05.827Z[ recovery-image] Feb 24 15:25:04.238 INFO collecting git info from project "bootserver"...
88562026-02-24T15:25:05.846Z[ recovery-image] Feb 24 15:25:04.257 INFO collecting git info from project "pilot"...
88572026-02-24T15:25:05.903Z[ recovery-image] Feb 24 15:25:04.313 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88582026-02-24T15:25:06.285Z[ recovery-image] Feb 24 15:25:04.695 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88592026-02-24T15:25:06.634Z[ recovery-image] Feb 24 15:25:05.045 INFO creating Oxide boot image...
88602026-02-24T15:25:06.637Z[ recovery-image] Feb 24 15:25:05.046 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 7a071b0/3e08689 2026-02-24 14:24", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88612026-02-24T15:25:13.450Z[ host-image] Feb 24 15:25:11.860 INFO O| Feb 24 15:25:11.860 INFO O| Startup: Caching catalogs ... Done
88622026-02-24T15:25:19.174Z[ host-image] Feb 24 15:25:17.584 INFO O| Feb 24 15:25:17.584 INFO O| Planning: Solver setup ... Done
88632026-02-24T15:25:19.182Z[ host-image] Feb 24 15:25:17.592 INFO O| Feb 24 15:25:17.592 INFO O| Planning: Running solver ... Done
88642026-02-24T15:25:19.301Z[ host-image] Feb 24 15:25:17.710 INFO O| Feb 24 15:25:17.709 INFO O| Planning: Finding local manifests ... Done
88652026-02-24T15:25:19.330Z[ host-image] Feb 24 15:25:17.739 INFO O| Feb 24 15:25:17.739 INFO O| Planning: Fetching manifests: 0/1 0% complete
88662026-02-24T15:25:19.335Z[ host-image] Feb 24 15:25:17.745 INFO O| Feb 24 15:25:17.745 INFO O| Planning: Fetching manifests: 1/1 100% complete
88672026-02-24T15:25:19.354Z[ host-image] Feb 24 15:25:17.764 INFO O| Feb 24 15:25:17.764 INFO O| Planning: Package planning ... Done
88682026-02-24T15:25:19.357Z[ host-image] Feb 24 15:25:17.764 INFO O| Feb 24 15:25:17.764 INFO O| Planning: Merging actions ... Done
88692026-02-24T15:25:19.408Z[ host-image] Feb 24 15:25:17.817 INFO O| Feb 24 15:25:17.817 INFO O| Planning: Checking for conflicting actions ... Done
88702026-02-24T15:25:19.411Z[ host-image] Feb 24 15:25:17.817 INFO O| Feb 24 15:25:17.817 INFO O| Planning: Consolidating action changes ... Done
88712026-02-24T15:25:19.584Z[ host-image] Feb 24 15:25:17.993 INFO O| Feb 24 15:25:17.993 INFO O| Planning: Evaluating mediators ... Done
88722026-02-24T15:25:19.587Z[ host-image] Feb 24 15:25:17.994 INFO O| Feb 24 15:25:17.994 INFO O| Planning: Planning completed in 6.04 seconds
88732026-02-24T15:25:19.587Z[ host-image] Feb 24 15:25:17.994 INFO O| Feb 24 15:25:17.994 INFO O| Packages to install: 1
88742026-02-24T15:25:19.603Z[ host-image] Feb 24 15:25:18.012 INFO O| Feb 24 15:25:18.012 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
88752026-02-24T15:25:19.722Z[ host-image] Feb 24 15:25:18.131 INFO O| Feb 24 15:25:18.131 INFO O| Download: Completed 12.26 MB in 0.12 seconds (102M/s)
88762026-02-24T15:25:19.751Z[ host-image] Feb 24 15:25:18.160 INFO O| Feb 24 15:25:18.160 INFO O| Actions: 1/22 actions (Installing new actions)
88772026-02-24T15:25:20.024Z[ host-image] Feb 24 15:25:18.433 INFO O| Feb 24 15:25:18.433 INFO O| Actions: Completed 22 actions in 0.27 seconds.
88782026-02-24T15:25:20.450Z[ host-image] Feb 24 15:25:18.859 INFO O| Feb 24 15:25:18.859 INFO O| Done
88792026-02-24T15:25:20.450Z[ host-image] Feb 24 15:25:18.859 INFO O| Feb 24 15:25:18.859 INFO O| Done
88802026-02-24T15:25:21.538Z[ host-image] Feb 24 15:25:19.947 INFO O| Feb 24 15:25:19.947 INFO O| Done
88812026-02-24T15:25:22.910Z[ host-image] Feb 24 15:25:21.319 INFO O| Feb 24 15:25:21.319 INFO O| Done
88822026-02-24T15:25:22.940Z[ host-image] Feb 24 15:25:21.349 INFO O| Feb 24 15:25:21.349 INFO O| Done
88832026-02-24T15:25:22.940Z[ host-image] Feb 24 15:25:21.349 INFO O| Feb 24 15:25:21.349 INFO O| Done
88842026-02-24T15:25:22.954Z[ host-image] Feb 24 15:25:21.363 INFO O| Feb 24 15:25:21.363 INFO O| Done
88852026-02-24T15:25:24.256Z[ host-image] Feb 24 15:25:22.665 INFO O| Feb 24 15:25:22.665 INFO STEP 14 (pkg_install) COMPLETE
88862026-02-24T15:25:24.256Z[ host-image] Feb 24 15:25:22.665 INFO O| Feb 24 15:25:22.665 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88872026-02-24T15:25:24.260Z[ host-image] Feb 24 15:25:22.665 INFO O| Feb 24 15:25:22.665 INFO skip step because feature "mbist" is not enabled
88882026-02-24T15:25:24.260Z[ host-image] Feb 24 15:25:22.665 INFO O| Feb 24 15:25:22.665 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88892026-02-24T15:25:24.260Z[ host-image] Feb 24 15:25:22.665 INFO O| Feb 24 15:25:22.665 INFO skip step because feature "mfg" is not enabled
88902026-02-24T15:25:24.260Z[ host-image] Feb 24 15:25:22.665 INFO O| Feb 24 15:25:22.665 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88912026-02-24T15:25:24.260Z[ host-image] Feb 24 15:25:22.665 INFO O| Feb 24 15:25:22.665 INFO skip step because feature "compliance" is not enabled
88922026-02-24T15:25:24.260Z[ host-image] Feb 24 15:25:22.665 INFO O| Feb 24 15:25:22.665 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88932026-02-24T15:25:24.260Z[ host-image] Feb 24 15:25:22.665 INFO O| Feb 24 15:25:22.665 INFO skip step because feature "stress" is not enabled
88942026-02-24T15:25:24.261Z[ host-image] Feb 24 15:25:22.665 INFO O| Feb 24 15:25:22.665 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88952026-02-24T15:25:24.261Z[ host-image] Feb 24 15:25:22.665 INFO O| Feb 24 15:25:22.665 INFO skip step because feature "compliance" is not enabled
88962026-02-24T15:25:24.261Z[ host-image] Feb 24 15:25:22.665 INFO O| Feb 24 15:25:22.665 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88972026-02-24T15:25:24.261Z[ host-image] Feb 24 15:25:22.665 INFO O| Feb 24 15:25:22.665 INFO skip step because feature "nfs" is not enabled
88982026-02-24T15:25:24.261Z[ host-image] Feb 24 15:25:22.665 INFO O| Feb 24 15:25:22.665 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
88992026-02-24T15:25:24.261Z[ host-image] Feb 24 15:25:22.665 INFO O| Feb 24 15:25:22.665 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
89002026-02-24T15:25:24.334Z[ host-image] Feb 24 15:25:22.743 INFO O| Feb 24 15:25:22.743 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
89012026-02-24T15:25:24.426Z[ host-image] Feb 24 15:25:22.834 INFO O| Feb 24 15:25:22.834 INFO completed processing sled/ramdisk-01-os
89022026-02-24T15:25:24.428Z[ host-image] Feb 24 15:25:22.836 INFO omicron1 baseline generation...
89032026-02-24T15:25:24.429Z[ host-image] Feb 24 15:25:22.836 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
89042026-02-24T15:25:24.846Z[ host-image] Feb 24 15:25:23.254 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23795:20260223T235442Z
89052026-02-24T15:26:05.055Z[ recovery-image] Feb 24 15:26:03.458 INFO O| ok, image written!
89062026-02-24T15:26:05.055Z[ recovery-image] Feb 24 15:26:03.458 INFO O| ok, boot_image_csum file written!
89072026-02-24T15:26:05.067Z[ recovery-image] Feb 24 15:26:03.470 INFO creating boot archive (CPIO)...
89082026-02-24T15:26:05.070Z[ recovery-image] Feb 24 15:26:03.470 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
89092026-02-24T15:26:05.077Z[ recovery-image] Feb 24 15:26:03.481 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
89102026-02-24T15:26:05.077Z[ recovery-image] Feb 24 15:26:03.481 INFO E| + outfile=/work/os-recovery/cpio
89112026-02-24T15:26:05.080Z[ recovery-image] Feb 24 15:26:03.481 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
89122026-02-24T15:26:05.083Z[ recovery-image] Feb 24 15:26:03.485 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
89132026-02-24T15:26:05.083Z[ recovery-image] Feb 24 15:26:03.485 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
89142026-02-24T15:26:05.117Z[ recovery-image] Feb 24 15:26:03.520 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
89152026-02-24T15:26:05.120Z[ recovery-image] Feb 24 15:26:03.520 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
89162026-02-24T15:26:05.124Z[ recovery-image] Feb 24 15:26:03.527 INFO creating compressed cpio/unix for dev loaders...
89172026-02-24T15:26:05.127Z[ recovery-image] Feb 24 15:26:03.527 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
89182026-02-24T15:26:05.426Z[ recovery-image] Feb 24 15:26:03.829 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
89192026-02-24T15:26:09.807Z[ recovery-image] Feb 24 15:26:08.209 INFO creating reset image...
89202026-02-24T15:26:09.807Z[ recovery-image] Feb 24 15:26:08.209 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
89212026-02-24T15:26:13.103Z[ host-image] Feb 24 15:26:11.504 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23795:20260223T235515Z
89222026-02-24T15:26:13.103Z[ host-image] Feb 24 15:26:11.504 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23795:20260223T235515Z
89232026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.504 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
89242026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.504 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
89252026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.504 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
89262026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.504 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
89272026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.505 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
89282026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.505 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
89292026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.506 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260224T142524Z
89302026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.506 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
89312026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.506 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
89322026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.506 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23795:20260223T235516Z
89332026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.506 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23795:20260223T235516Z
89342026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.507 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23795:20260223T235517Z
89352026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.507 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23795:20260223T235517Z
89362026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.507 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
89372026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.507 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23795:20260223T235517Z
89382026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.507 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23795:20260223T235517Z
89392026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.507 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23795:20260223T235517Z
89402026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.508 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23795:20260223T235517Z
89412026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.508 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23795:20260223T235518Z
89422026-02-24T15:26:13.106Z[ host-image] Feb 24 15:26:11.508 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23795:20260223T235518Z
89432026-02-24T15:26:13.107Z[ host-image] Feb 24 15:26:11.508 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23795:20260223T235518Z
89442026-02-24T15:26:13.107Z[ host-image] Feb 24 15:26:11.508 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23795:20260223T235519Z
89452026-02-24T15:26:13.107Z[ host-image] Feb 24 15:26:11.508 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23795:20260223T235520Z
89462026-02-24T15:26:13.107Z[ host-image] Feb 24 15:26:11.508 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23795:20260223T235520Z
89472026-02-24T15:26:13.110Z[ host-image] Feb 24 15:26:11.508 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23795:20260223T235521Z
89482026-02-24T15:26:13.110Z[ host-image] Feb 24 15:26:11.508 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23795:20260223T235521Z
89492026-02-24T15:26:13.110Z[ host-image] Feb 24 15:26:11.508 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23795:20260223T235522Z
89502026-02-24T15:26:13.110Z[ host-image] Feb 24 15:26:11.508 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23795:20260223T235523Z
89512026-02-24T15:26:13.110Z[ host-image] Feb 24 15:26:11.508 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
89522026-02-24T15:26:13.110Z[ host-image] Feb 24 15:26:11.508 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23795:20260223T235524Z
89532026-02-24T15:26:13.110Z[ host-image] Feb 24 15:26:11.508 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23795:20260223T235527Z
89542026-02-24T15:26:13.110Z[ host-image] Feb 24 15:26:11.508 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23795:20260223T235527Z
89552026-02-24T15:26:13.110Z[ host-image] Feb 24 15:26:11.509 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23795:20260223T235528Z
89562026-02-24T15:26:13.110Z[ host-image] Feb 24 15:26:11.509 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23795:20260223T235529Z
89572026-02-24T15:26:13.110Z[ host-image] Feb 24 15:26:11.509 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23795:20260223T235529Z
89582026-02-24T15:26:13.113Z[ host-image] Feb 24 15:26:11.513 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
89592026-02-24T15:26:13.113Z[ host-image] Feb 24 15:26:11.513 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23795:20260223T235530Z
89602026-02-24T15:26:13.113Z[ host-image] Feb 24 15:26:11.513 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
89612026-02-24T15:26:13.113Z[ host-image] Feb 24 15:26:11.513 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
89622026-02-24T15:26:13.113Z[ host-image] Feb 24 15:26:11.513 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
89632026-02-24T15:26:13.113Z[ host-image] Feb 24 15:26:11.513 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23795:20260223T235530Z
89642026-02-24T15:26:13.113Z[ host-image] Feb 24 15:26:11.513 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
89652026-02-24T15:26:13.113Z[ host-image] Feb 24 15:26:11.513 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
89662026-02-24T15:26:13.113Z[ host-image] Feb 24 15:26:11.514 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
89672026-02-24T15:26:13.113Z[ host-image] Feb 24 15:26:11.514 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
89682026-02-24T15:26:13.116Z[ host-image] Feb 24 15:26:11.518 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
89692026-02-24T15:26:13.116Z[ host-image] Feb 24 15:26:11.518 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89702026-02-24T15:26:13.116Z[ host-image] Feb 24 15:26:11.518 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89712026-02-24T15:26:13.116Z[ host-image] Feb 24 15:26:11.519 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89722026-02-24T15:26:13.119Z[ host-image] Feb 24 15:26:11.519 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89732026-02-24T15:26:13.119Z[ host-image] Feb 24 15:26:11.519 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89742026-02-24T15:26:13.130Z[ host-image] Feb 24 15:26:11.532 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
89752026-02-24T15:26:13.132Z[ host-image] Feb 24 15:26:11.532 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89762026-02-24T15:26:13.132Z[ host-image] Feb 24 15:26:11.532 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89772026-02-24T15:26:13.132Z[ host-image] Feb 24 15:26:11.532 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23795:20260223T235532Z
89782026-02-24T15:26:13.133Z[ host-image] Feb 24 15:26:11.532 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23795:20260223T235537Z
89792026-02-24T15:26:13.133Z[ host-image] Feb 24 15:26:11.532 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89802026-02-24T15:26:13.133Z[ host-image] Feb 24 15:26:11.532 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23795:20260223T235538Z
89812026-02-24T15:26:13.133Z[ host-image] Feb 24 15:26:11.533 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89822026-02-24T15:26:13.133Z[ host-image] Feb 24 15:26:11.533 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89832026-02-24T15:26:13.133Z[ host-image] Feb 24 15:26:11.533 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
89842026-02-24T15:26:13.133Z[ host-image] Feb 24 15:26:11.533 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89852026-02-24T15:26:13.133Z[ host-image] Feb 24 15:26:11.533 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23795:20260223T235538Z
89862026-02-24T15:26:13.133Z[ host-image] Feb 24 15:26:11.533 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89872026-02-24T15:26:13.133Z[ host-image] Feb 24 15:26:11.534 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89882026-02-24T15:26:13.133Z[ host-image] Feb 24 15:26:11.534 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89892026-02-24T15:26:13.133Z[ host-image] Feb 24 15:26:11.534 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89902026-02-24T15:26:13.133Z[ host-image] Feb 24 15:26:11.535 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23795:20260223T235538Z
89912026-02-24T15:26:13.133Z[ host-image] Feb 24 15:26:11.535 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89922026-02-24T15:26:13.137Z[ host-image] Feb 24 15:26:11.539 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89932026-02-24T15:26:13.137Z[ host-image] Feb 24 15:26:11.539 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23795:20260223T235539Z
89942026-02-24T15:26:13.141Z[ host-image] Feb 24 15:26:11.540 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23795:20260223T235539Z
89952026-02-24T15:26:13.141Z[ host-image] Feb 24 15:26:11.540 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23795:20260223T235539Z
89962026-02-24T15:26:13.141Z[ host-image] Feb 24 15:26:11.540 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89972026-02-24T15:26:13.141Z[ host-image] Feb 24 15:26:11.541 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23795:20260223T235541Z
89982026-02-24T15:26:13.141Z[ host-image] Feb 24 15:26:11.541 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23795:20260223T235541Z
89992026-02-24T15:26:13.141Z[ host-image] Feb 24 15:26:11.541 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23795:20260223T235541Z
90002026-02-24T15:26:13.141Z[ host-image] Feb 24 15:26:11.541 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23795:20260223T235541Z
90012026-02-24T15:26:13.141Z[ host-image] Feb 24 15:26:11.542 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
90022026-02-24T15:26:13.141Z[ host-image] Feb 24 15:26:11.542 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23795:20260223T235541Z
90032026-02-24T15:26:13.141Z[ host-image] Feb 24 15:26:11.543 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23795:20260223T235543Z
90042026-02-24T15:26:13.141Z[ host-image] Feb 24 15:26:11.543 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
90052026-02-24T15:26:13.141Z[ host-image] Feb 24 15:26:11.543 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23795:20260223T235543Z
90062026-02-24T15:26:13.141Z[ host-image] Feb 24 15:26:11.543 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23795:20260223T235543Z
90072026-02-24T15:26:13.141Z[ host-image] Feb 24 15:26:11.543 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23795:20260223T235543Z
90082026-02-24T15:26:13.141Z[ host-image] Feb 24 15:26:11.543 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23795:20260223T235543Z
90092026-02-24T15:26:13.144Z[ host-image] Feb 24 15:26:11.546 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23795:20260223T235543Z
90102026-02-24T15:26:13.144Z[ host-image] Feb 24 15:26:11.546 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
90112026-02-24T15:26:13.144Z[ host-image] Feb 24 15:26:11.547 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23795:20260223T235543Z
90122026-02-24T15:26:13.147Z[ host-image] Feb 24 15:26:11.547 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23795:20260223T235544Z
90132026-02-24T15:26:13.147Z[ host-image] Feb 24 15:26:11.547 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23795:20260223T235544Z
90142026-02-24T15:26:13.147Z[ host-image] Feb 24 15:26:11.548 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23795:20260223T235544Z
90152026-02-24T15:26:13.147Z[ host-image] Feb 24 15:26:11.548 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23795:20260223T235544Z
90162026-02-24T15:26:13.147Z[ host-image] Feb 24 15:26:11.548 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23795:20260223T235544Z
90172026-02-24T15:26:13.147Z[ host-image] Feb 24 15:26:11.548 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23795:20260223T235545Z
90182026-02-24T15:26:13.150Z[ host-image] Feb 24 15:26:11.552 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23795:20260223T235546Z
90192026-02-24T15:26:13.150Z[ host-image] Feb 24 15:26:11.552 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23795:20260223T235545Z
90202026-02-24T15:26:13.150Z[ host-image] Feb 24 15:26:11.552 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23795:20260223T235545Z
90212026-02-24T15:26:13.150Z[ host-image] Feb 24 15:26:11.553 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23795:20260223T235545Z
90222026-02-24T15:26:13.153Z[ host-image] Feb 24 15:26:11.553 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23795:20260223T235546Z
90232026-02-24T15:26:13.158Z[ host-image] Feb 24 15:26:11.560 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23795:20260223T235549Z
90242026-02-24T15:26:13.160Z[ host-image] Feb 24 15:26:11.560 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23795:20260223T235546Z
90252026-02-24T15:26:13.160Z[ host-image] Feb 24 15:26:11.560 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23795:20260223T235546Z
90262026-02-24T15:26:13.160Z[ host-image] Feb 24 15:26:11.560 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
90272026-02-24T15:26:13.161Z[ host-image] Feb 24 15:26:11.561 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
90282026-02-24T15:26:13.170Z[ host-image] Feb 24 15:26:11.572 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23795:20260223T235546Z
90292026-02-24T15:26:13.172Z[ host-image] Feb 24 15:26:11.572 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
90302026-02-24T15:26:13.172Z[ host-image] Feb 24 15:26:11.572 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23795:20260223T235547Z
90312026-02-24T15:26:13.172Z[ host-image] Feb 24 15:26:11.572 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23795:20260223T235547Z
90322026-02-24T15:26:13.172Z[ host-image] Feb 24 15:26:11.573 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23795:20260223T235547Z
90332026-02-24T15:26:13.172Z[ host-image] Feb 24 15:26:11.573 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
90342026-02-24T15:26:13.172Z[ host-image] Feb 24 15:26:11.573 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
90352026-02-24T15:26:13.172Z[ host-image] Feb 24 15:26:11.573 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23795:20260223T235548Z
90362026-02-24T15:26:13.173Z[ host-image] Feb 24 15:26:11.573 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23795:20260223T235548Z
90372026-02-24T15:26:13.173Z[ host-image] Feb 24 15:26:11.573 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23795:20260223T235548Z
90382026-02-24T15:26:13.173Z[ host-image] Feb 24 15:26:11.574 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23795:20260223T235548Z
90392026-02-24T15:26:13.173Z[ host-image] Feb 24 15:26:11.574 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23795:20260223T235549Z
90402026-02-24T15:26:13.173Z[ host-image] Feb 24 15:26:11.574 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23795:20260223T235549Z
90412026-02-24T15:26:13.175Z[ host-image] Feb 24 15:26:11.575 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
90422026-02-24T15:26:13.175Z[ host-image] Feb 24 15:26:11.575 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23795:20260223T235549Z
90432026-02-24T15:26:13.175Z[ host-image] Feb 24 15:26:11.576 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23795:20260223T235550Z
90442026-02-24T15:26:13.176Z[ host-image] Feb 24 15:26:11.576 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23795:20260223T235550Z
90452026-02-24T15:26:13.176Z[ host-image] Feb 24 15:26:11.576 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23795:20260223T235551Z
90462026-02-24T15:26:13.176Z[ host-image] Feb 24 15:26:11.576 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23795:20260223T235550Z
90472026-02-24T15:26:13.176Z[ host-image] Feb 24 15:26:11.576 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23795:20260223T235550Z
90482026-02-24T15:26:13.176Z[ host-image] Feb 24 15:26:11.576 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
90492026-02-24T15:26:13.176Z[ host-image] Feb 24 15:26:11.576 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
90502026-02-24T15:26:13.176Z[ host-image] Feb 24 15:26:11.576 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23795:20260223T235553Z
90512026-02-24T15:26:13.176Z[ host-image] Feb 24 15:26:11.577 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23795:20260223T235553Z
90522026-02-24T15:26:13.176Z[ host-image] Feb 24 15:26:11.577 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
90532026-02-24T15:26:13.176Z[ host-image] Feb 24 15:26:11.577 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
90542026-02-24T15:26:13.176Z[ host-image] Feb 24 15:26:11.577 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
90552026-02-24T15:26:13.176Z[ host-image] Feb 24 15:26:11.577 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
90562026-02-24T15:26:13.176Z[ host-image] Feb 24 15:26:11.577 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
90572026-02-24T15:26:13.176Z[ host-image] Feb 24 15:26:11.577 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
90582026-02-24T15:26:13.179Z[ host-image] Feb 24 15:26:11.578 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
90592026-02-24T15:26:13.179Z[ host-image] Feb 24 15:26:11.578 INFO O| tempdir @ "/tmp/.tmpPPjHOC/tmp"
90602026-02-24T15:26:13.179Z[ host-image] Feb 24 15:26:11.578 INFO O| image root @ "/tmp/.tmpPPjHOC/tmp/root"
90612026-02-24T15:26:13.179Z[ host-image] Feb 24 15:26:11.578 INFO O| creating image...
90622026-02-24T15:26:13.604Z[ host-image] Feb 24 15:26:12.006 INFO O| copying publishers...
90632026-02-24T15:26:48.849Z[ recovery-image] Feb 24 15:26:47.245 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')"
90642026-02-24T15:26:48.854Z[ recovery-image] Feb 24 15:26:47.245 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")
90652026-02-24T15:26:49.071Z[ recovery-image] Feb 24 15:26:47.467 INFO E| Updating crates.io index
90662026-02-24T15:26:49.270Z[ recovery-image] Feb 24 15:26:47.666 INFO E| Downloading crates ...
90672026-02-24T15:26:49.332Z[ recovery-image] Feb 24 15:26:47.728 INFO E| Downloaded anstyle-query v1.1.5
90682026-02-24T15:26:49.339Z[ recovery-image] Feb 24 15:26:47.736 INFO E| Downloaded signal-hook-registry v1.4.8
90692026-02-24T15:26:49.344Z[ recovery-image] Feb 24 15:26:47.737 INFO E| Downloaded quote v1.0.44
90702026-02-24T15:26:49.344Z[ recovery-image] Feb 24 15:26:47.740 INFO E| Downloaded clap_derive v4.5.55
90712026-02-24T15:26:49.348Z[ recovery-image] Feb 24 15:26:47.742 INFO E| Downloaded os_pipe v1.2.3
90722026-02-24T15:26:49.348Z[ recovery-image] Feb 24 15:26:47.743 INFO E| Downloaded shared_thread v0.2.0
90732026-02-24T15:26:49.348Z[ recovery-image] Feb 24 15:26:47.744 INFO E| Downloaded clap v4.5.57
90742026-02-24T15:26:49.355Z[ recovery-image] Feb 24 15:26:47.752 INFO E| Downloaded sigchld v0.2.4
90752026-02-24T15:26:49.359Z[ recovery-image] Feb 24 15:26:47.753 INFO E| Downloaded shared_child v1.1.1
90762026-02-24T15:26:49.359Z[ recovery-image] Feb 24 15:26:47.755 INFO E| Downloaded clap_lex v0.7.7
90772026-02-24T15:26:49.363Z[ recovery-image] Feb 24 15:26:47.759 INFO E| Downloaded proc-macro2 v1.0.106
90782026-02-24T15:26:49.366Z[ recovery-image] Feb 24 15:26:47.762 INFO E| Downloaded unicode-ident v1.0.23
90792026-02-24T15:26:49.369Z[ recovery-image] Feb 24 15:26:47.764 INFO E| Downloaded duct v1.1.1
90802026-02-24T15:26:49.373Z[ recovery-image] Feb 24 15:26:47.768 INFO E| Downloaded clap_builder v4.5.57
90812026-02-24T15:26:49.419Z[ recovery-image] Feb 24 15:26:47.815 INFO E| Compiling libc v0.2.180
90822026-02-24T15:26:49.419Z[ recovery-image] Feb 24 15:26:47.815 INFO E| Compiling proc-macro2 v1.0.106
90832026-02-24T15:26:49.424Z[ recovery-image] Feb 24 15:26:47.815 INFO E| Compiling signal-hook v0.3.18
90842026-02-24T15:26:49.424Z[ recovery-image] Feb 24 15:26:47.815 INFO E| Compiling quote v1.0.44
90852026-02-24T15:26:49.424Z[ recovery-image] Feb 24 15:26:47.816 INFO E| Compiling unicode-ident v1.0.23
90862026-02-24T15:26:49.424Z[ recovery-image] Feb 24 15:26:47.816 INFO E| Compiling utf8parse v0.2.2
90872026-02-24T15:26:49.424Z[ recovery-image] Feb 24 15:26:47.816 INFO E| Compiling anstyle-query v1.1.5
90882026-02-24T15:26:49.424Z[ recovery-image] Feb 24 15:26:47.816 INFO E| Compiling is_terminal_polyfill v1.70.2
90892026-02-24T15:26:49.606Z[ recovery-image] Feb 24 15:26:48.003 INFO E| Compiling anstyle-parse v0.2.7
90902026-02-24T15:26:49.643Z[ recovery-image] Feb 24 15:26:48.039 INFO E| Compiling anstyle v1.0.13
90912026-02-24T15:26:49.668Z[ recovery-image] Feb 24 15:26:48.065 INFO E| Compiling colorchoice v1.0.4
90922026-02-24T15:26:49.668Z[ recovery-image] Feb 24 15:26:48.065 INFO E| Compiling heck v0.5.0
90932026-02-24T15:26:49.921Z[ recovery-image] Feb 24 15:26:48.317 INFO E| Compiling strsim v0.11.1
90942026-02-24T15:26:49.928Z[ recovery-image] Feb 24 15:26:48.325 INFO E| Compiling clap_lex v0.7.7
90952026-02-24T15:26:49.980Z[ recovery-image] Feb 24 15:26:48.377 INFO E| Compiling shared_thread v0.2.0
90962026-02-24T15:26:50.093Z[ recovery-image] Feb 24 15:26:48.489 INFO E| Compiling anstream v0.6.21
90972026-02-24T15:26:50.443Z[ recovery-image] Feb 24 15:26:48.840 INFO E| Compiling clap_builder v4.5.57
90982026-02-24T15:26:50.713Z[ host-image] Feb 24 15:26:49.110 INFO O| adding properties...
90992026-02-24T15:26:50.774Z[ recovery-image] Feb 24 15:26:49.169 INFO E| Compiling errno v0.3.14
91002026-02-24T15:26:50.774Z[ recovery-image] Feb 24 15:26:49.169 INFO E| Compiling os_pipe v1.2.3
91012026-02-24T15:26:50.964Z[ recovery-image] Feb 24 15:26:49.359 INFO E| Compiling signal-hook-registry v1.4.8
91022026-02-24T15:26:51.261Z[ recovery-image] Feb 24 15:26:49.657 INFO E| Compiling syn v2.0.114
91032026-02-24T15:26:51.403Z[ recovery-image] Feb 24 15:26:49.800 INFO E| Compiling sigchld v0.2.4
91042026-02-24T15:26:51.523Z[ recovery-image] Feb 24 15:26:49.919 INFO E| Compiling shared_child v1.1.1
91052026-02-24T15:26:51.677Z[ recovery-image] Feb 24 15:26:50.074 INFO E| Compiling duct v1.1.1
91062026-02-24T15:26:53.896Z[ host-image] Feb 24 15:26:52.292 INFO O| installing packages...
91072026-02-24T15:26:55.124Z[ recovery-image] Feb 24 15:26:53.521 INFO E| Compiling clap_derive v4.5.55
91082026-02-24T15:26:57.064Z[ recovery-image] Feb 24 15:26:55.459 INFO E| Compiling clap v4.5.57
91092026-02-24T15:26:57.130Z[ recovery-image] Feb 24 15:26:55.526 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
91102026-02-24T15:26:58.219Z[ recovery-image] Feb 24 15:26:56.613 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.30s
91112026-02-24T15:26:58.230Z[ recovery-image] Feb 24 15:26:56.625 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
91122026-02-24T15:26:58.480Z[ recovery-image] Feb 24 15:26:56.876 INFO E| Downloading crates ...
91132026-02-24T15:26:58.548Z[ recovery-image] Feb 24 15:26:56.945 INFO E| Downloaded bit_field v0.10.3
91142026-02-24T15:26:58.557Z[ recovery-image] Feb 24 15:26:56.953 INFO E| Downloaded bitstruct v0.1.1
91152026-02-24T15:26:58.561Z[ recovery-image] Feb 24 15:26:56.955 INFO E| Downloaded bitstruct_derive v0.1.0
91162026-02-24T15:26:58.573Z[ recovery-image] Feb 24 15:26:56.969 INFO E| Downloaded cpio_reader v0.1.2
91172026-02-24T15:26:58.590Z[ recovery-image] Feb 24 15:26:56.986 INFO E| Downloaded miniz_oxide v0.9.0
91182026-02-24T15:26:58.593Z[ recovery-image] Feb 24 15:26:56.989 INFO E| Downloaded goblin v0.10.4
91192026-02-24T15:26:58.598Z[ recovery-image] Feb 24 15:26:56.995 INFO E| Downloaded raw-cpuid v10.7.0
91202026-02-24T15:26:58.738Z[ recovery-image] Feb 24 15:26:57.133 INFO E| Downloaded x86 v0.52.0
91212026-02-24T15:26:58.784Z[ recovery-image] Feb 24 15:26:57.179 INFO E| Updating crates.io index
91222026-02-24T15:26:58.865Z[ recovery-image] Feb 24 15:26:57.261 INFO E| Downloading crates ...
91232026-02-24T15:26:58.914Z[ recovery-image] Feb 24 15:26:57.310 INFO E| Downloaded rustc-demangle v0.1.27
91242026-02-24T15:26:58.917Z[ recovery-image] Feb 24 15:26:57.314 INFO E| Downloaded rustc-literal-escaper v0.0.7
91252026-02-24T15:26:58.977Z[ recovery-image] Feb 24 15:26:57.372 INFO E| Downloaded libc v0.2.178
91262026-02-24T15:26:59.054Z[ recovery-image] Feb 24 15:26:57.449 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)
91272026-02-24T15:26:59.054Z[ recovery-image] Feb 24 15:26:57.450 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)
91282026-02-24T15:26:59.054Z[ recovery-image] Feb 24 15:26:57.450 INFO E| Compiling proc-macro2 v1.0.106
91292026-02-24T15:26:59.058Z[ recovery-image] Feb 24 15:26:57.450 INFO E| Compiling quote v1.0.44
91302026-02-24T15:26:59.058Z[ recovery-image] Feb 24 15:26:57.450 INFO E| Compiling unicode-ident v1.0.23
91312026-02-24T15:26:59.058Z[ recovery-image] Feb 24 15:26:57.450 INFO E| Compiling syn v1.0.109
91322026-02-24T15:26:59.058Z[ recovery-image] Feb 24 15:26:57.450 INFO E| Compiling x86 v0.52.0
91332026-02-24T15:26:59.058Z[ recovery-image] Feb 24 15:26:57.450 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
91342026-02-24T15:26:59.251Z[ recovery-image] Feb 24 15:26:57.646 INFO E| Compiling seq-macro v0.3.6
91352026-02-24T15:27:00.591Z[ recovery-image] Feb 24 15:26:58.987 INFO E| Compiling syn v2.0.114
91362026-02-24T15:27:03.161Z[ recovery-image] Feb 24 15:27:01.556 INFO E| Compiling scroll_derive v0.13.1
91372026-02-24T15:27:05.361Z[ recovery-image] Feb 24 15:27:03.757 INFO E| Compiling bitstruct_derive v0.1.0
91382026-02-24T15:27:19.187Z[ host-image] Feb 24 15:27:17.580 INFO O| seeding SMF database...
91392026-02-24T15:27:21.622Z[ recovery-image] Feb 24 15:27:20.015 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)
91402026-02-24T15:27:25.613Z[ recovery-image] Feb 24 15:27:24.006 INFO E| Compiling bitflags v1.3.2
91412026-02-24T15:27:25.613Z[ recovery-image] Feb 24 15:27:24.006 INFO E| Compiling scroll v0.13.0
91422026-02-24T15:27:25.616Z[ recovery-image] Feb 24 15:27:24.006 INFO E| Compiling log v0.4.29
91432026-02-24T15:27:25.616Z[ recovery-image] Feb 24 15:27:24.006 INFO E| Compiling bitflags v2.10.0
91442026-02-24T15:27:25.616Z[ recovery-image] Feb 24 15:27:24.006 INFO E| Compiling plain v0.2.3
91452026-02-24T15:27:25.616Z[ recovery-image] Feb 24 15:27:24.006 INFO E| Compiling adler2 v2.0.1
91462026-02-24T15:27:25.616Z[ recovery-image] Feb 24 15:27:24.006 INFO E| Compiling bit_field v0.10.3
91472026-02-24T15:27:25.724Z[ recovery-image] Feb 24 15:27:24.113 INFO E| Compiling raw-cpuid v10.7.0
91482026-02-24T15:27:25.817Z[ recovery-image] Feb 24 15:27:24.210 INFO E| Compiling miniz_oxide v0.9.0
91492026-02-24T15:27:25.912Z[ recovery-image] Feb 24 15:27:24.304 INFO E| Compiling cpio_reader v0.1.2
91502026-02-24T15:27:25.928Z[ recovery-image] Feb 24 15:27:24.321 INFO E| Compiling static_assertions v1.1.0
91512026-02-24T15:27:26.052Z[ recovery-image] Feb 24 15:27:24.445 INFO E| Compiling bitstruct v0.1.1
91522026-02-24T15:27:26.222Z[ recovery-image] Feb 24 15:27:24.614 INFO E| Compiling goblin v0.10.4
91532026-02-24T15:27:27.930Z[ host-image] Feb 24 15:27:26.323 INFO O| configuring SMF profile...
91542026-02-24T15:27:27.930Z[ host-image] Feb 24 15:27:26.323 INFO O| modifying shadow(5)...
91552026-02-24T15:27:27.933Z[ host-image] Feb 24 15:27:26.323 INFO O| loading user and group database...
91562026-02-24T15:27:27.934Z[ host-image] Feb 24 15:27:26.323 INFO O| loading facet selections...
91572026-02-24T15:27:28.578Z[ host-image] Feb 24 15:27:26.971 INFO O| devel -> true
91582026-02-24T15:27:28.578Z[ host-image] Feb 24 15:27:26.971 INFO O| doc.man -> true
91592026-02-24T15:27:28.582Z[ host-image] Feb 24 15:27:26.971 INFO O| version-lock.shell/ksh93 -> true
91602026-02-24T15:27:28.582Z[ host-image] Feb 24 15:27:26.971 INFO O| version-lock.system/data/hardware-registry -> true
91612026-02-24T15:27:28.582Z[ host-image] Feb 24 15:27:26.971 INFO O| version-lock.system/data/zoneinfo -> true
91622026-02-24T15:27:28.582Z[ host-image] Feb 24 15:27:26.971 INFO O| version-lock.system/microcode/amd -> true
91632026-02-24T15:27:28.582Z[ host-image] Feb 24 15:27:26.971 INFO O| version-lock.system/microcode/intel -> true
91642026-02-24T15:27:28.582Z[ host-image] Feb 24 15:27:26.971 INFO O| version-lock.system/microcode/oxide -> true
91652026-02-24T15:27:28.583Z[ host-image] Feb 24 15:27:26.971 INFO O| assessing packaged files...
91662026-02-24T15:27:30.949Z[ host-image] Feb 24 15:27:29.341 INFO O| creating archive...
91672026-02-24T15:27:30.987Z[ host-image] Feb 24 15:27:29.379 INFO O| missing from packaging:
91682026-02-24T15:27:30.987Z[ host-image] Feb 24 15:27:29.379 INFO O| "etc/.pwd.lock"
91692026-02-24T15:27:30.990Z[ host-image] Feb 24 15:27:29.379 INFO O| "etc/bash"
91702026-02-24T15:27:30.995Z[ host-image] Feb 24 15:27:29.387 INFO O| "etc/svc/profile/generic.xml"
91712026-02-24T15:27:30.995Z[ host-image] Feb 24 15:27:29.388 INFO O| "etc/svc/profile/inetd_services.xml"
91722026-02-24T15:27:30.998Z[ host-image] Feb 24 15:27:29.388 INFO O| "etc/svc/profile/name_service.xml"
91732026-02-24T15:27:30.998Z[ host-image] Feb 24 15:27:29.388 INFO O| "etc/svc/profile/platform.xml"
91742026-02-24T15:27:30.998Z[ host-image] Feb 24 15:27:29.388 INFO O| "etc/svc/profile/platform_omicron1.xml"
91752026-02-24T15:27:30.998Z[ host-image] Feb 24 15:27:29.388 INFO O| "etc/svc/repository.db"
91762026-02-24T15:27:31.004Z[ host-image] Feb 24 15:27:29.397 INFO O| "opt/ooce/share"
91772026-02-24T15:27:31.008Z[ host-image] Feb 24 15:27:29.397 INFO O| "opt/ooce/share/man"
91782026-02-24T15:27:31.008Z[ host-image] Feb 24 15:27:29.397 INFO O| "opt/ooce/share/man/man1"
91792026-02-24T15:27:31.017Z[ host-image] Feb 24 15:27:29.410 INFO O| finishing archive...
91802026-02-24T15:27:31.608Z[ recovery-image] Feb 24 15:27:29.999 INFO E| Finished `release` profile [optimized] target(s) in 33.35s
91812026-02-24T15:27:31.627Z[ recovery-image] Feb 24 15:27:30.019 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
91822026-02-24T15:27:31.693Z[ recovery-image] Feb 24 15:27:30.085 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')"
91832026-02-24T15:27:31.694Z[ recovery-image] Feb 24 15:27:30.085 INFO building ROM for gimlet
91842026-02-24T15:27:31.694Z[ recovery-image] Feb 24 15:27:30.085 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")
91852026-02-24T15:27:32.101Z[ recovery-image] Feb 24 15:27:30.493 INFO E| Downloading crates ...
91862026-02-24T15:27:32.176Z[ recovery-image] Feb 24 15:27:30.568 INFO E| Downloaded shared_child v1.0.1
91872026-02-24T15:27:32.182Z[ recovery-image] Feb 24 15:27:30.574 INFO E| Downloaded anstyle-parse v0.2.6
91882026-02-24T15:27:32.186Z[ recovery-image] Feb 24 15:27:30.578 INFO E| Downloaded anstyle-query v1.1.2
91892026-02-24T15:27:32.189Z[ recovery-image] Feb 24 15:27:30.579 INFO E| Downloaded anstyle v1.0.10
91902026-02-24T15:27:32.189Z[ recovery-image] Feb 24 15:27:30.581 INFO E| Downloaded colorchoice v1.0.3
91912026-02-24T15:27:32.192Z[ recovery-image] Feb 24 15:27:30.582 INFO E| Downloaded serde_spanned v0.6.8
91922026-02-24T15:27:32.195Z[ recovery-image] Feb 24 15:27:30.584 INFO E| Downloaded toml_write v0.1.1
91932026-02-24T15:27:32.197Z[ recovery-image] Feb 24 15:27:30.587 INFO E| Downloaded toml_datetime v0.6.9
91942026-02-24T15:27:32.200Z[ recovery-image] Feb 24 15:27:30.591 INFO E| Downloaded os_pipe v1.2.1
91952026-02-24T15:27:32.201Z[ recovery-image] Feb 24 15:27:30.593 INFO E| Downloaded duct v0.13.7
91962026-02-24T15:27:32.205Z[ recovery-image] Feb 24 15:27:30.597 INFO E| Downloaded clap_derive v4.5.32
91972026-02-24T15:27:32.217Z[ recovery-image] Feb 24 15:27:30.610 INFO E| Downloaded clap v4.5.37
91982026-02-24T15:27:32.225Z[ recovery-image] Feb 24 15:27:30.617 INFO E| Downloaded toml v0.8.22
91992026-02-24T15:27:32.255Z[ recovery-image] Feb 24 15:27:30.647 INFO E| Downloaded cc v1.2.20
92002026-02-24T15:27:32.258Z[ recovery-image] Feb 24 15:27:30.650 INFO E| Downloaded toml_edit v0.22.26
92012026-02-24T15:27:32.289Z[ recovery-image] Feb 24 15:27:30.681 INFO E| Downloaded winnow v0.7.7
92022026-02-24T15:27:32.296Z[ recovery-image] Feb 24 15:27:30.688 INFO E| Downloaded clap_builder v4.5.37
92032026-02-24T15:27:32.367Z[ recovery-image] Feb 24 15:27:30.759 INFO E| Compiling libc v0.2.172
92042026-02-24T15:27:32.367Z[ recovery-image] Feb 24 15:27:30.759 INFO E| Compiling utf8parse v0.2.2
92052026-02-24T15:27:32.367Z[ recovery-image] Feb 24 15:27:30.759 INFO E| Compiling colorchoice v1.0.3
92062026-02-24T15:27:32.370Z[ recovery-image] Feb 24 15:27:30.759 INFO E| Compiling anstyle-query v1.1.2
92072026-02-24T15:27:32.370Z[ recovery-image] Feb 24 15:27:30.759 INFO E| Compiling once_cell v1.21.3
92082026-02-24T15:27:32.370Z[ recovery-image] Feb 24 15:27:30.759 INFO E| Compiling shlex v1.3.0
92092026-02-24T15:27:32.370Z[ recovery-image] Feb 24 15:27:30.759 INFO E| Compiling anstyle v1.0.10
92102026-02-24T15:27:32.388Z[ recovery-image] Feb 24 15:27:30.780 INFO E| Compiling syn v2.0.101
92112026-02-24T15:27:32.574Z[ recovery-image] Feb 24 15:27:30.965 INFO E| Compiling anstyle-parse v0.2.6
92122026-02-24T15:27:32.583Z[ recovery-image] Feb 24 15:27:30.975 INFO E| Compiling equivalent v1.0.2
92132026-02-24T15:27:32.589Z[ recovery-image] Feb 24 15:27:30.981 INFO E| Compiling is_terminal_polyfill v1.70.1
92142026-02-24T15:27:32.708Z[ recovery-image] Feb 24 15:27:31.100 INFO E| Compiling hashbrown v0.15.2
92152026-02-24T15:27:32.742Z[ recovery-image] Feb 24 15:27:31.134 INFO E| Compiling cc v1.2.20
92162026-02-24T15:27:32.758Z[ recovery-image] Feb 24 15:27:31.150 INFO E| Compiling strsim v0.11.1
92172026-02-24T15:27:32.849Z[ recovery-image] Feb 24 15:27:31.241 INFO E| Compiling anstream v0.6.18
92182026-02-24T15:27:32.880Z[ recovery-image] Feb 24 15:27:31.272 INFO E| Compiling clap_lex v0.7.4
92192026-02-24T15:27:32.925Z[ recovery-image] Feb 24 15:27:31.316 INFO E| Compiling toml_write v0.1.1
92202026-02-24T15:27:33.294Z[ recovery-image] Feb 24 15:27:31.686 INFO E| Compiling anyhow v1.0.98
92212026-02-24T15:27:33.422Z[ recovery-image] Feb 24 15:27:31.814 INFO E| Compiling winnow v0.7.7
92222026-02-24T15:27:33.621Z[ recovery-image] Feb 24 15:27:32.013 INFO E| Compiling clap_builder v4.5.37
92232026-02-24T15:27:33.907Z[ recovery-image] Feb 24 15:27:32.299 INFO E| Compiling indexmap v2.9.0
92242026-02-24T15:27:34.018Z[ recovery-image] Feb 24 15:27:32.409 INFO E| Compiling shared_child v1.0.1
92252026-02-24T15:27:34.089Z[ recovery-image] Feb 24 15:27:32.481 INFO E| Compiling os_pipe v1.2.1
92262026-02-24T15:27:34.391Z[ recovery-image] Feb 24 15:27:32.783 INFO E| Compiling duct v0.13.7
92272026-02-24T15:27:34.427Z[ host-image] Feb 24 15:27:32.818 INFO O| creating gzonly manifest...
92282026-02-24T15:27:34.438Z[ host-image] Feb 24 15:27:32.830 INFO O| ok
92292026-02-24T15:27:34.671Z[ host-image] Feb 24 15:27:33.062 INFO image builder template: ramdisk-02-trim...
92302026-02-24T15:27:34.671Z[ host-image] Feb 24 15:27:33.062 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/.tmpoIdTwG/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
92312026-02-24T15:27:34.703Z[ host-image] Feb 24 15:27:33.095 INFO O| Feb 24 15:27:33.095 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92322026-02-24T15:27:34.708Z[ host-image] Feb 24 15:27:33.100 INFO O| Feb 24 15:27:33.100 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92332026-02-24T15:27:34.896Z[ host-image] Feb 24 15:27:33.288 INFO O| Feb 24 15:27:33.288 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
92342026-02-24T15:27:34.968Z[ host-image] Feb 24 15:27:33.359 INFO O| Feb 24 15:27:33.359 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
92352026-02-24T15:27:34.968Z[ host-image] Feb 24 15:27:33.359 INFO O| Feb 24 15:27:33.359 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
92362026-02-24T15:27:34.974Z[ host-image] Feb 24 15:27:33.366 INFO O| Feb 24 15:27:33.366 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
92372026-02-24T15:27:34.980Z[ host-image] Feb 24 15:27:33.372 INFO O| Feb 24 15:27:33.372 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
92382026-02-24T15:27:34.987Z[ host-image] Feb 24 15:27:33.378 INFO O| Feb 24 15:27:33.378 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
92392026-02-24T15:27:35.453Z[ recovery-image] Feb 24 15:27:33.845 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
92402026-02-24T15:27:35.462Z[ host-image] Feb 24 15:27:33.854 INFO O| Feb 24 15:27:33.854 INFO rolled back to input snapshot; work may begin
92412026-02-24T15:27:35.463Z[ host-image] Feb 24 15:27:33.854 INFO O| Feb 24 15:27:33.854 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
92422026-02-24T15:27:35.468Z[ host-image] Feb 24 15:27:33.859 INFO O| Feb 24 15:27:33.859 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92432026-02-24T15:27:35.480Z[ host-image] Feb 24 15:27:33.872 INFO O| Feb 24 15:27:33.872 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
92442026-02-24T15:27:35.539Z[ host-image] Feb 24 15:27:33.930 INFO O| Feb 24 15:27:33.930 INFO STEP 0 (remove_files) COMPLETE
92452026-02-24T15:27:35.539Z[ host-image] Feb 24 15:27:33.930 INFO O| Feb 24 15:27:33.930 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92462026-02-24T15:27:35.552Z[ host-image] Feb 24 15:27:33.944 INFO O| Feb 24 15:27:33.944 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
92472026-02-24T15:27:35.555Z[ host-image] Feb 24 15:27:33.946 INFO O| Feb 24 15:27:33.946 INFO STEP 1 (remove_files) COMPLETE
92482026-02-24T15:27:35.555Z[ host-image] Feb 24 15:27:33.946 INFO O| Feb 24 15:27:33.946 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92492026-02-24T15:27:35.567Z[ host-image] Feb 24 15:27:33.959 INFO O| Feb 24 15:27:33.959 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
92502026-02-24T15:27:35.590Z[ host-image] Feb 24 15:27:33.982 INFO O| Feb 24 15:27:33.982 INFO STEP 2 (remove_files) COMPLETE
92512026-02-24T15:27:35.590Z[ host-image] Feb 24 15:27:33.982 INFO O| Feb 24 15:27:33.982 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92522026-02-24T15:27:35.605Z[ host-image] Feb 24 15:27:33.997 INFO O| Feb 24 15:27:33.997 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
92532026-02-24T15:27:35.608Z[ host-image] Feb 24 15:27:34.000 INFO O| Feb 24 15:27:34.000 INFO STEP 3 (remove_files) COMPLETE
92542026-02-24T15:27:35.608Z[ host-image] Feb 24 15:27:34.000 INFO O| Feb 24 15:27:34.000 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92552026-02-24T15:27:35.623Z[ host-image] Feb 24 15:27:34.015 INFO O| Feb 24 15:27:34.014 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
92562026-02-24T15:27:35.629Z[ host-image] Feb 24 15:27:34.021 INFO O| Feb 24 15:27:34.020 INFO STEP 4 (remove_files) COMPLETE
92572026-02-24T15:27:35.629Z[ host-image] Feb 24 15:27:34.021 INFO O| Feb 24 15:27:34.020 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92582026-02-24T15:27:35.642Z[ host-image] Feb 24 15:27:34.034 INFO O| Feb 24 15:27:34.034 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
92592026-02-24T15:27:35.647Z[ host-image] Feb 24 15:27:34.038 INFO O| Feb 24 15:27:34.038 INFO STEP 5 (remove_files) COMPLETE
92602026-02-24T15:27:35.647Z[ host-image] Feb 24 15:27:34.038 INFO O| Feb 24 15:27:34.038 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92612026-02-24T15:27:35.664Z[ host-image] Feb 24 15:27:34.055 INFO O| Feb 24 15:27:34.055 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
92622026-02-24T15:27:35.677Z[ host-image] Feb 24 15:27:34.069 INFO O| Feb 24 15:27:34.069 INFO STEP 6 (remove_files) COMPLETE
92632026-02-24T15:27:35.677Z[ host-image] Feb 24 15:27:34.069 INFO O| Feb 24 15:27:34.069 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92642026-02-24T15:27:35.691Z[ host-image] Feb 24 15:27:34.083 INFO O| Feb 24 15:27:34.083 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
92652026-02-24T15:27:35.715Z[ host-image] Feb 24 15:27:34.106 INFO O| Feb 24 15:27:34.106 INFO STEP 7 (remove_files) COMPLETE
92662026-02-24T15:27:35.715Z[ host-image] Feb 24 15:27:34.106 INFO O| Feb 24 15:27:34.106 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92672026-02-24T15:27:35.729Z[ host-image] Feb 24 15:27:34.121 INFO O| Feb 24 15:27:34.121 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
92682026-02-24T15:27:35.825Z[ host-image] Feb 24 15:27:34.217 INFO O| Feb 24 15:27:34.217 INFO STEP 8 (remove_files) COMPLETE
92692026-02-24T15:27:35.825Z[ host-image] Feb 24 15:27:34.217 INFO O| Feb 24 15:27:34.217 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92702026-02-24T15:27:35.838Z[ host-image] Feb 24 15:27:34.229 INFO O| Feb 24 15:27:34.229 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
92712026-02-24T15:27:35.930Z[ host-image] Feb 24 15:27:34.321 INFO O| Feb 24 15:27:34.321 INFO STEP 9 (remove_files) COMPLETE
92722026-02-24T15:27:35.930Z[ host-image] Feb 24 15:27:34.321 INFO O| Feb 24 15:27:34.321 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92732026-02-24T15:27:35.942Z[ host-image] Feb 24 15:27:34.334 INFO O| Feb 24 15:27:34.334 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
92742026-02-24T15:27:35.946Z[ host-image] Feb 24 15:27:34.338 INFO O| Feb 24 15:27:34.338 INFO STEP 10 (remove_files) COMPLETE
92752026-02-24T15:27:35.946Z[ host-image] Feb 24 15:27:34.338 INFO O| Feb 24 15:27:34.338 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92762026-02-24T15:27:35.959Z[ host-image] Feb 24 15:27:34.351 INFO O| Feb 24 15:27:34.351 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
92772026-02-24T15:27:35.963Z[ host-image] Feb 24 15:27:34.352 INFO O| Feb 24 15:27:34.352 INFO STEP 11 (remove_files) COMPLETE
92782026-02-24T15:27:35.963Z[ host-image] Feb 24 15:27:34.352 INFO O| Feb 24 15:27:34.352 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92792026-02-24T15:27:35.971Z[ host-image] Feb 24 15:27:34.363 INFO O| Feb 24 15:27:34.363 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
92802026-02-24T15:27:35.974Z[ host-image] Feb 24 15:27:34.365 INFO O| Feb 24 15:27:34.365 INFO STEP 12 (remove_files) COMPLETE
92812026-02-24T15:27:35.974Z[ host-image] Feb 24 15:27:34.365 INFO O| Feb 24 15:27:34.365 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92822026-02-24T15:27:36.027Z[ host-image] Feb 24 15:27:34.419 INFO O| Feb 24 15:27:34.419 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
92832026-02-24T15:27:36.035Z[ host-image] Feb 24 15:27:34.427 INFO O| Feb 24 15:27:34.426 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
92842026-02-24T15:27:36.038Z[ host-image] Feb 24 15:27:34.430 INFO O| Feb 24 15:27:34.430 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
92852026-02-24T15:27:36.041Z[ host-image] Feb 24 15:27:34.433 INFO O| Feb 24 15:27:34.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
92862026-02-24T15:27:36.351Z[ host-image] Feb 24 15:27:34.742 INFO O| Feb 24 15:27:34.742 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
92872026-02-24T15:27:36.365Z[ host-image] Feb 24 15:27:34.757 INFO O| Feb 24 15:27:34.757 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
92882026-02-24T15:27:36.366Z[ host-image] Feb 24 15:27:34.757 INFO O| Feb 24 15:27:34.757 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
92892026-02-24T15:27:36.369Z[ host-image] Feb 24 15:27:34.757 INFO O| Feb 24 15:27:34.757 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
92902026-02-24T15:27:36.369Z[ host-image] Feb 24 15:27:34.757 INFO O| Feb 24 15:27:34.757 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
92912026-02-24T15:27:36.369Z[ host-image] Feb 24 15:27:34.757 INFO O| Feb 24 15:27:34.757 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
92922026-02-24T15:27:36.369Z[ host-image] Feb 24 15:27:34.758 INFO O| Feb 24 15:27:34.758 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
92932026-02-24T15:27:36.370Z[ host-image] Feb 24 15:27:34.758 INFO O| Feb 24 15:27:34.758 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
92942026-02-24T15:27:36.370Z[ host-image] Feb 24 15:27:34.758 INFO O| Feb 24 15:27:34.758 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
92952026-02-24T15:27:36.370Z[ host-image] Feb 24 15:27:34.758 INFO O| Feb 24 15:27:34.758 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
92962026-02-24T15:27:36.370Z[ host-image] Feb 24 15:27:34.758 INFO O| Feb 24 15:27:34.758 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
92972026-02-24T15:27:36.370Z[ host-image] Feb 24 15:27:34.759 INFO O| Feb 24 15:27:34.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
92982026-02-24T15:27:36.370Z[ host-image] Feb 24 15:27:34.759 INFO O| Feb 24 15:27:34.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
92992026-02-24T15:27:36.370Z[ host-image] Feb 24 15:27:34.759 INFO O| Feb 24 15:27:34.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
93002026-02-24T15:27:36.370Z[ host-image] Feb 24 15:27:34.759 INFO O| Feb 24 15:27:34.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
93012026-02-24T15:27:36.370Z[ host-image] Feb 24 15:27:34.759 INFO O| Feb 24 15:27:34.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
93022026-02-24T15:27:36.370Z[ host-image] Feb 24 15:27:34.759 INFO O| Feb 24 15:27:34.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
93032026-02-24T15:27:36.380Z[ host-image] Feb 24 15:27:34.771 INFO O| Feb 24 15:27:34.771 INFO STEP 13 (remove_files) COMPLETE
93042026-02-24T15:27:36.383Z[ host-image] Feb 24 15:27:34.772 INFO O| Feb 24 15:27:34.771 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93052026-02-24T15:27:36.417Z[ host-image] Feb 24 15:27:34.783 INFO O| Feb 24 15:27:34.783 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
93062026-02-24T15:27:36.417Z[ host-image] Feb 24 15:27:34.785 INFO O| Feb 24 15:27:34.785 INFO STEP 14 (remove_files) COMPLETE
93072026-02-24T15:27:36.417Z[ host-image] Feb 24 15:27:34.785 INFO O| Feb 24 15:27:34.785 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93082026-02-24T15:27:36.417Z[ host-image] Feb 24 15:27:34.793 INFO O| Feb 24 15:27:34.793 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
93092026-02-24T15:27:36.417Z[ host-image] Feb 24 15:27:34.800 INFO O| Feb 24 15:27:34.800 INFO STEP 15 (remove_files) COMPLETE
93102026-02-24T15:27:36.417Z[ host-image] Feb 24 15:27:34.801 INFO O| Feb 24 15:27:34.800 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93112026-02-24T15:27:36.421Z[ host-image] Feb 24 15:27:34.811 INFO O| Feb 24 15:27:34.811 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
93122026-02-24T15:27:36.421Z[ host-image] Feb 24 15:27:34.811 INFO O| Feb 24 15:27:34.811 INFO STEP 16 (remove_files) COMPLETE
93132026-02-24T15:27:36.421Z[ host-image] Feb 24 15:27:34.811 INFO O| Feb 24 15:27:34.811 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93142026-02-24T15:27:36.430Z[ host-image] Feb 24 15:27:34.822 INFO O| Feb 24 15:27:34.822 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
93152026-02-24T15:27:36.433Z[ host-image] Feb 24 15:27:34.823 INFO O| Feb 24 15:27:34.823 INFO STEP 17 (remove_files) COMPLETE
93162026-02-24T15:27:36.433Z[ host-image] Feb 24 15:27:34.823 INFO O| Feb 24 15:27:34.823 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93172026-02-24T15:27:36.441Z[ host-image] Feb 24 15:27:34.833 INFO O| Feb 24 15:27:34.833 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
93182026-02-24T15:27:36.441Z[ host-image] Feb 24 15:27:34.833 INFO O| Feb 24 15:27:34.833 INFO STEP 18 (remove_files) COMPLETE
93192026-02-24T15:27:36.442Z[ host-image] Feb 24 15:27:34.833 INFO O| Feb 24 15:27:34.833 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93202026-02-24T15:27:36.450Z[ host-image] Feb 24 15:27:34.841 INFO O| Feb 24 15:27:34.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
93212026-02-24T15:27:36.453Z[ host-image] Feb 24 15:27:34.841 INFO O| Feb 24 15:27:34.841 INFO STEP 19 (remove_files) COMPLETE
93222026-02-24T15:27:36.453Z[ host-image] Feb 24 15:27:34.841 INFO O| Feb 24 15:27:34.841 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93232026-02-24T15:27:36.457Z[ host-image] Feb 24 15:27:34.849 INFO O| Feb 24 15:27:34.849 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
93242026-02-24T15:27:36.461Z[ host-image] Feb 24 15:27:34.849 INFO O| Feb 24 15:27:34.849 INFO STEP 20 (remove_files) COMPLETE
93252026-02-24T15:27:36.461Z[ host-image] Feb 24 15:27:34.849 INFO O| Feb 24 15:27:34.849 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93262026-02-24T15:27:36.466Z[ host-image] Feb 24 15:27:34.857 INFO O| Feb 24 15:27:34.857 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
93272026-02-24T15:27:36.466Z[ host-image] Feb 24 15:27:34.857 INFO O| Feb 24 15:27:34.857 INFO STEP 21 (remove_files) COMPLETE
93282026-02-24T15:27:36.469Z[ host-image] Feb 24 15:27:34.857 INFO O| Feb 24 15:27:34.857 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93292026-02-24T15:27:36.475Z[ host-image] Feb 24 15:27:34.867 INFO O| Feb 24 15:27:34.867 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
93302026-02-24T15:27:36.478Z[ host-image] Feb 24 15:27:34.867 INFO O| Feb 24 15:27:34.867 INFO STEP 22 (remove_files) COMPLETE
93312026-02-24T15:27:36.478Z[ host-image] Feb 24 15:27:34.867 INFO O| Feb 24 15:27:34.867 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93322026-02-24T15:27:36.483Z[ host-image] Feb 24 15:27:34.875 INFO O| Feb 24 15:27:34.875 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
93332026-02-24T15:27:36.483Z[ host-image] Feb 24 15:27:34.875 INFO O| Feb 24 15:27:34.875 INFO STEP 23 (remove_files) COMPLETE
93342026-02-24T15:27:36.485Z[ host-image] Feb 24 15:27:34.875 INFO O| Feb 24 15:27:34.875 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93352026-02-24T15:27:36.492Z[ host-image] Feb 24 15:27:34.883 INFO O| Feb 24 15:27:34.883 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
93362026-02-24T15:27:36.495Z[ host-image] Feb 24 15:27:34.883 INFO O| Feb 24 15:27:34.883 INFO STEP 24 (remove_files) COMPLETE
93372026-02-24T15:27:36.495Z[ host-image] Feb 24 15:27:34.883 INFO O| Feb 24 15:27:34.883 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93382026-02-24T15:27:36.501Z[ host-image] Feb 24 15:27:34.893 INFO O| Feb 24 15:27:34.893 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
93392026-02-24T15:27:36.501Z[ host-image] Feb 24 15:27:34.893 INFO O| Feb 24 15:27:34.893 INFO STEP 25 (remove_files) COMPLETE
93402026-02-24T15:27:36.501Z[ host-image] Feb 24 15:27:34.893 INFO O| Feb 24 15:27:34.893 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93412026-02-24T15:27:36.511Z[ host-image] Feb 24 15:27:34.902 INFO O| Feb 24 15:27:34.902 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
93422026-02-24T15:27:36.511Z[ host-image] Feb 24 15:27:34.903 INFO O| Feb 24 15:27:34.903 INFO STEP 26 (remove_files) COMPLETE
93432026-02-24T15:27:36.514Z[ host-image] Feb 24 15:27:34.903 INFO O| Feb 24 15:27:34.903 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93442026-02-24T15:27:36.519Z[ host-image] Feb 24 15:27:34.911 INFO O| Feb 24 15:27:34.910 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
93452026-02-24T15:27:36.519Z[ host-image] Feb 24 15:27:34.911 INFO O| Feb 24 15:27:34.911 INFO STEP 27 (remove_files) COMPLETE
93462026-02-24T15:27:36.522Z[ host-image] Feb 24 15:27:34.911 INFO O| Feb 24 15:27:34.911 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93472026-02-24T15:27:36.528Z[ host-image] Feb 24 15:27:34.919 INFO O| Feb 24 15:27:34.919 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
93482026-02-24T15:27:36.528Z[ host-image] Feb 24 15:27:34.919 INFO O| Feb 24 15:27:34.919 INFO STEP 28 (remove_files) COMPLETE
93492026-02-24T15:27:36.528Z[ host-image] Feb 24 15:27:34.919 INFO O| Feb 24 15:27:34.919 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93502026-02-24T15:27:36.540Z[ host-image] Feb 24 15:27:34.931 INFO O| Feb 24 15:27:34.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
93512026-02-24T15:27:36.540Z[ host-image] Feb 24 15:27:34.931 INFO O| Feb 24 15:27:34.931 INFO STEP 29 (remove_files) COMPLETE
93522026-02-24T15:27:36.543Z[ host-image] Feb 24 15:27:34.931 INFO O| Feb 24 15:27:34.931 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93532026-02-24T15:27:36.552Z[ host-image] Feb 24 15:27:34.943 INFO O| Feb 24 15:27:34.943 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
93542026-02-24T15:27:36.552Z[ host-image] Feb 24 15:27:34.943 INFO O| Feb 24 15:27:34.943 INFO STEP 30 (remove_files) COMPLETE
93552026-02-24T15:27:36.555Z[ host-image] Feb 24 15:27:34.944 INFO O| Feb 24 15:27:34.943 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93562026-02-24T15:27:36.564Z[ host-image] Feb 24 15:27:34.956 INFO O| Feb 24 15:27:34.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
93572026-02-24T15:27:36.567Z[ host-image] Feb 24 15:27:34.956 INFO O| Feb 24 15:27:34.956 INFO STEP 31 (remove_files) COMPLETE
93582026-02-24T15:27:36.567Z[ host-image] Feb 24 15:27:34.956 INFO O| Feb 24 15:27:34.956 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93592026-02-24T15:27:36.576Z[ host-image] Feb 24 15:27:34.967 INFO O| Feb 24 15:27:34.967 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
93602026-02-24T15:27:36.576Z[ host-image] Feb 24 15:27:34.967 INFO O| Feb 24 15:27:34.967 INFO STEP 32 (remove_files) COMPLETE
93612026-02-24T15:27:36.579Z[ host-image] Feb 24 15:27:34.968 INFO O| Feb 24 15:27:34.967 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93622026-02-24T15:27:36.588Z[ host-image] Feb 24 15:27:34.979 INFO O| Feb 24 15:27:34.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
93632026-02-24T15:27:36.588Z[ host-image] Feb 24 15:27:34.979 INFO O| Feb 24 15:27:34.979 INFO STEP 33 (remove_files) COMPLETE
93642026-02-24T15:27:36.591Z[ host-image] Feb 24 15:27:34.979 INFO O| Feb 24 15:27:34.979 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93652026-02-24T15:27:36.601Z[ host-image] Feb 24 15:27:34.992 INFO O| Feb 24 15:27:34.992 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
93662026-02-24T15:27:36.604Z[ host-image] Feb 24 15:27:34.993 INFO O| Feb 24 15:27:34.993 INFO STEP 34 (remove_files) COMPLETE
93672026-02-24T15:27:36.604Z[ host-image] Feb 24 15:27:34.993 INFO O| Feb 24 15:27:34.993 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93682026-02-24T15:27:36.619Z[ host-image] Feb 24 15:27:35.010 INFO O| Feb 24 15:27:35.010 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
93692026-02-24T15:27:36.619Z[ host-image] Feb 24 15:27:35.010 INFO O| Feb 24 15:27:35.010 INFO STEP 35 (remove_files) COMPLETE
93702026-02-24T15:27:36.619Z[ host-image] Feb 24 15:27:35.010 INFO O| Feb 24 15:27:35.010 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93712026-02-24T15:27:36.630Z[ host-image] Feb 24 15:27:35.022 INFO O| Feb 24 15:27:35.022 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
93722026-02-24T15:27:36.630Z[ host-image] Feb 24 15:27:35.022 INFO O| Feb 24 15:27:35.022 INFO STEP 36 (remove_files) COMPLETE
93732026-02-24T15:27:36.630Z[ host-image] Feb 24 15:27:35.022 INFO O| Feb 24 15:27:35.022 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93742026-02-24T15:27:36.643Z[ host-image] Feb 24 15:27:35.034 INFO O| Feb 24 15:27:35.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
93752026-02-24T15:27:36.643Z[ host-image] Feb 24 15:27:35.034 INFO O| Feb 24 15:27:35.034 INFO STEP 37 (remove_files) COMPLETE
93762026-02-24T15:27:36.643Z[ host-image] Feb 24 15:27:35.034 INFO O| Feb 24 15:27:35.034 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93772026-02-24T15:27:36.655Z[ host-image] Feb 24 15:27:35.047 INFO O| Feb 24 15:27:35.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
93782026-02-24T15:27:36.655Z[ host-image] Feb 24 15:27:35.047 INFO O| Feb 24 15:27:35.047 INFO STEP 38 (remove_files) COMPLETE
93792026-02-24T15:27:36.659Z[ host-image] Feb 24 15:27:35.047 INFO O| Feb 24 15:27:35.047 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93802026-02-24T15:27:36.667Z[ host-image] Feb 24 15:27:35.058 INFO O| Feb 24 15:27:35.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
93812026-02-24T15:27:36.667Z[ host-image] Feb 24 15:27:35.058 INFO O| Feb 24 15:27:35.058 INFO STEP 39 (remove_files) COMPLETE
93822026-02-24T15:27:36.667Z[ host-image] Feb 24 15:27:35.058 INFO O| Feb 24 15:27:35.058 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93832026-02-24T15:27:36.678Z[ host-image] Feb 24 15:27:35.070 INFO O| Feb 24 15:27:35.070 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
93842026-02-24T15:27:36.681Z[ host-image] Feb 24 15:27:35.070 INFO O| Feb 24 15:27:35.070 INFO STEP 40 (remove_files) COMPLETE
93852026-02-24T15:27:36.681Z[ host-image] Feb 24 15:27:35.070 INFO O| Feb 24 15:27:35.070 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93862026-02-24T15:27:36.690Z[ host-image] Feb 24 15:27:35.082 INFO O| Feb 24 15:27:35.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
93872026-02-24T15:27:36.693Z[ host-image] Feb 24 15:27:35.082 INFO O| Feb 24 15:27:35.082 INFO STEP 41 (remove_files) COMPLETE
93882026-02-24T15:27:36.693Z[ host-image] Feb 24 15:27:35.082 INFO O| Feb 24 15:27:35.082 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93892026-02-24T15:27:36.710Z[ host-image] Feb 24 15:27:35.101 INFO O| Feb 24 15:27:35.101 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
93902026-02-24T15:27:36.711Z[ host-image] Feb 24 15:27:35.102 INFO O| Feb 24 15:27:35.102 INFO STEP 42 (remove_files) COMPLETE
93912026-02-24T15:27:36.714Z[ host-image] Feb 24 15:27:35.102 INFO O| Feb 24 15:27:35.102 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93922026-02-24T15:27:36.723Z[ host-image] Feb 24 15:27:35.114 INFO O| Feb 24 15:27:35.114 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
93932026-02-24T15:27:36.723Z[ host-image] Feb 24 15:27:35.114 INFO O| Feb 24 15:27:35.114 INFO STEP 43 (remove_files) COMPLETE
93942026-02-24T15:27:36.723Z[ host-image] Feb 24 15:27:35.114 INFO O| Feb 24 15:27:35.114 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93952026-02-24T15:27:36.736Z[ host-image] Feb 24 15:27:35.127 INFO O| Feb 24 15:27:35.127 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
93962026-02-24T15:27:36.736Z[ host-image] Feb 24 15:27:35.128 INFO O| Feb 24 15:27:35.128 INFO STEP 44 (remove_files) COMPLETE
93972026-02-24T15:27:36.739Z[ host-image] Feb 24 15:27:35.128 INFO O| Feb 24 15:27:35.128 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93982026-02-24T15:27:36.748Z[ host-image] Feb 24 15:27:35.139 INFO O| Feb 24 15:27:35.139 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93992026-02-24T15:27:36.748Z[ host-image] Feb 24 15:27:35.139 INFO O| Feb 24 15:27:35.139 INFO STEP 45 (remove_files) COMPLETE
94002026-02-24T15:27:36.748Z[ host-image] Feb 24 15:27:35.139 INFO O| Feb 24 15:27:35.139 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94012026-02-24T15:27:36.759Z[ host-image] Feb 24 15:27:35.151 INFO O| Feb 24 15:27:35.151 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
94022026-02-24T15:27:36.759Z[ host-image] Feb 24 15:27:35.151 INFO O| Feb 24 15:27:35.151 INFO STEP 46 (remove_files) COMPLETE
94032026-02-24T15:27:36.759Z[ host-image] Feb 24 15:27:35.151 INFO O| Feb 24 15:27:35.151 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94042026-02-24T15:27:36.772Z[ host-image] Feb 24 15:27:35.164 INFO O| Feb 24 15:27:35.163 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
94052026-02-24T15:27:36.772Z[ host-image] Feb 24 15:27:35.164 INFO O| Feb 24 15:27:35.164 INFO STEP 47 (remove_files) COMPLETE
94062026-02-24T15:27:36.777Z[ host-image] Feb 24 15:27:35.164 INFO O| Feb 24 15:27:35.164 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94072026-02-24T15:27:36.785Z[ host-image] Feb 24 15:27:35.176 INFO O| Feb 24 15:27:35.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
94082026-02-24T15:27:36.785Z[ host-image] Feb 24 15:27:35.176 INFO O| Feb 24 15:27:35.176 INFO STEP 48 (remove_files) COMPLETE
94092026-02-24T15:27:36.788Z[ host-image] Feb 24 15:27:35.176 INFO O| Feb 24 15:27:35.176 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94102026-02-24T15:27:36.798Z[ host-image] Feb 24 15:27:35.189 INFO O| Feb 24 15:27:35.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
94112026-02-24T15:27:36.798Z[ host-image] Feb 24 15:27:35.189 INFO O| Feb 24 15:27:35.189 INFO STEP 49 (remove_files) COMPLETE
94122026-02-24T15:27:36.798Z[ host-image] Feb 24 15:27:35.189 INFO O| Feb 24 15:27:35.189 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94132026-02-24T15:27:36.810Z[ host-image] Feb 24 15:27:35.201 INFO O| Feb 24 15:27:35.201 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
94142026-02-24T15:27:36.810Z[ host-image] Feb 24 15:27:35.201 INFO O| Feb 24 15:27:35.201 INFO STEP 50 (remove_files) COMPLETE
94152026-02-24T15:27:36.813Z[ host-image] Feb 24 15:27:35.201 INFO O| Feb 24 15:27:35.201 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94162026-02-24T15:27:36.822Z[ host-image] Feb 24 15:27:35.213 INFO O| Feb 24 15:27:35.213 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
94172026-02-24T15:27:36.822Z[ host-image] Feb 24 15:27:35.213 INFO O| Feb 24 15:27:35.213 INFO STEP 51 (remove_files) COMPLETE
94182026-02-24T15:27:36.825Z[ host-image] Feb 24 15:27:35.213 INFO O| Feb 24 15:27:35.213 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94192026-02-24T15:27:36.830Z[ host-image] Feb 24 15:27:35.222 INFO O| Feb 24 15:27:35.221 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
94202026-02-24T15:27:36.830Z[ host-image] Feb 24 15:27:35.222 INFO O| Feb 24 15:27:35.222 INFO STEP 52 (remove_files) COMPLETE
94212026-02-24T15:27:36.833Z[ host-image] Feb 24 15:27:35.222 INFO O| Feb 24 15:27:35.222 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94222026-02-24T15:27:36.840Z[ host-image] Feb 24 15:27:35.232 INFO O| Feb 24 15:27:35.232 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
94232026-02-24T15:27:36.843Z[ host-image] Feb 24 15:27:35.232 INFO O| Feb 24 15:27:35.232 INFO STEP 53 (remove_files) COMPLETE
94242026-02-24T15:27:36.844Z[ host-image] Feb 24 15:27:35.232 INFO O| Feb 24 15:27:35.232 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94252026-02-24T15:27:36.853Z[ host-image] Feb 24 15:27:35.244 INFO O| Feb 24 15:27:35.244 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
94262026-02-24T15:27:36.853Z[ host-image] Feb 24 15:27:35.244 INFO O| Feb 24 15:27:35.244 INFO STEP 54 (remove_files) COMPLETE
94272026-02-24T15:27:36.856Z[ host-image] Feb 24 15:27:35.244 INFO O| Feb 24 15:27:35.244 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94282026-02-24T15:27:36.865Z[ host-image] Feb 24 15:27:35.256 INFO O| Feb 24 15:27:35.256 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
94292026-02-24T15:27:36.865Z[ host-image] Feb 24 15:27:35.256 INFO O| Feb 24 15:27:35.256 INFO STEP 55 (remove_files) COMPLETE
94302026-02-24T15:27:36.868Z[ host-image] Feb 24 15:27:35.256 INFO O| Feb 24 15:27:35.256 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94312026-02-24T15:27:36.875Z[ host-image] Feb 24 15:27:35.267 INFO O| Feb 24 15:27:35.267 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
94322026-02-24T15:27:36.875Z[ host-image] Feb 24 15:27:35.267 INFO O| Feb 24 15:27:35.267 INFO STEP 56 (remove_files) COMPLETE
94332026-02-24T15:27:36.875Z[ host-image] Feb 24 15:27:35.267 INFO O| Feb 24 15:27:35.267 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94342026-02-24T15:27:36.888Z[ host-image] Feb 24 15:27:35.280 INFO O| Feb 24 15:27:35.279 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
94352026-02-24T15:27:36.891Z[ host-image] Feb 24 15:27:35.280 INFO O| Feb 24 15:27:35.280 INFO STEP 57 (remove_files) COMPLETE
94362026-02-24T15:27:36.891Z[ host-image] Feb 24 15:27:35.280 INFO O| Feb 24 15:27:35.280 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94372026-02-24T15:27:36.901Z[ host-image] Feb 24 15:27:35.292 INFO O| Feb 24 15:27:35.292 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
94382026-02-24T15:27:36.904Z[ host-image] Feb 24 15:27:35.292 INFO O| Feb 24 15:27:35.292 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
94392026-02-24T15:27:36.904Z[ host-image] Feb 24 15:27:35.292 INFO O| Feb 24 15:27:35.292 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
94402026-02-24T15:27:36.904Z[ host-image] Feb 24 15:27:35.293 INFO O| Feb 24 15:27:35.293 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
94412026-02-24T15:27:36.904Z[ host-image] Feb 24 15:27:35.293 INFO O| Feb 24 15:27:35.293 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
94422026-02-24T15:27:36.904Z[ host-image] Feb 24 15:27:35.293 INFO O| Feb 24 15:27:35.293 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
94432026-02-24T15:27:36.904Z[ host-image] Feb 24 15:27:35.293 INFO O| Feb 24 15:27:35.293 INFO ok!
94442026-02-24T15:27:36.904Z[ host-image] Feb 24 15:27:35.293 INFO O| Feb 24 15:27:35.293 INFO STEP 58 (ensure_file) COMPLETE
94452026-02-24T15:27:36.904Z[ host-image] Feb 24 15:27:35.293 INFO O| Feb 24 15:27:35.293 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94462026-02-24T15:27:36.914Z[ host-image] Feb 24 15:27:35.305 INFO O| Feb 24 15:27:35.305 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
94472026-02-24T15:27:36.914Z[ host-image] Feb 24 15:27:35.305 INFO O| Feb 24 15:27:35.305 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
94482026-02-24T15:27:36.918Z[ host-image] Feb 24 15:27:35.305 INFO O| Feb 24 15:27:35.305 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94492026-02-24T15:27:36.918Z[ host-image] Feb 24 15:27:35.305 INFO O| Feb 24 15:27:35.305 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94502026-02-24T15:27:36.918Z[ host-image] Feb 24 15:27:35.306 INFO O| Feb 24 15:27:35.305 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94512026-02-24T15:27:36.918Z[ host-image] Feb 24 15:27:35.306 INFO O| Feb 24 15:27:35.305 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94522026-02-24T15:27:36.918Z[ host-image] Feb 24 15:27:35.306 INFO O| Feb 24 15:27:35.305 INFO ok!
94532026-02-24T15:27:36.918Z[ host-image] Feb 24 15:27:35.306 INFO O| Feb 24 15:27:35.305 INFO STEP 59 (ensure_file) COMPLETE
94542026-02-24T15:27:36.918Z[ host-image] Feb 24 15:27:35.306 INFO O| Feb 24 15:27:35.305 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94552026-02-24T15:27:36.926Z[ host-image] Feb 24 15:27:35.318 INFO O| Feb 24 15:27:35.317 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
94562026-02-24T15:27:36.926Z[ host-image] Feb 24 15:27:35.318 INFO O| Feb 24 15:27:35.317 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
94572026-02-24T15:27:36.929Z[ host-image] Feb 24 15:27:35.318 INFO O| Feb 24 15:27:35.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
94582026-02-24T15:27:36.929Z[ host-image] Feb 24 15:27:35.318 INFO O| Feb 24 15:27:35.318 INFO ok!
94592026-02-24T15:27:36.929Z[ host-image] Feb 24 15:27:35.318 INFO O| Feb 24 15:27:35.318 INFO STEP 60 (ensure_file) COMPLETE
94602026-02-24T15:27:36.929Z[ host-image] Feb 24 15:27:35.318 INFO O| Feb 24 15:27:35.318 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94612026-02-24T15:27:36.939Z[ host-image] Feb 24 15:27:35.330 INFO O| Feb 24 15:27:35.330 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
94622026-02-24T15:27:36.939Z[ host-image] Feb 24 15:27:35.330 INFO O| Feb 24 15:27:35.330 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
94632026-02-24T15:27:36.942Z[ host-image] Feb 24 15:27:35.330 INFO O| Feb 24 15:27:35.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
94642026-02-24T15:27:36.942Z[ host-image] Feb 24 15:27:35.330 INFO O| Feb 24 15:27:35.330 INFO ok!
94652026-02-24T15:27:36.942Z[ host-image] Feb 24 15:27:35.330 INFO O| Feb 24 15:27:35.330 INFO STEP 61 (ensure_file) COMPLETE
94662026-02-24T15:27:36.942Z[ host-image] Feb 24 15:27:35.330 INFO O| Feb 24 15:27:35.330 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94672026-02-24T15:27:36.950Z[ host-image] Feb 24 15:27:35.342 INFO O| Feb 24 15:27:35.342 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
94682026-02-24T15:27:36.950Z[ host-image] Feb 24 15:27:35.342 INFO O| Feb 24 15:27:35.342 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
94692026-02-24T15:27:36.953Z[ host-image] Feb 24 15:27:35.342 INFO O| Feb 24 15:27:35.342 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94702026-02-24T15:27:36.953Z[ host-image] Feb 24 15:27:35.342 INFO O| Feb 24 15:27:35.342 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94712026-02-24T15:27:36.953Z[ host-image] Feb 24 15:27:35.342 INFO O| Feb 24 15:27:35.342 INFO ok!
94722026-02-24T15:27:36.953Z[ host-image] Feb 24 15:27:35.342 INFO O| Feb 24 15:27:35.342 INFO STEP 62 (ensure_file) COMPLETE
94732026-02-24T15:27:36.953Z[ host-image] Feb 24 15:27:35.342 INFO O| Feb 24 15:27:35.342 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-02-24T15:27:36.959Z[ host-image] Feb 24 15:27:35.351 INFO O| Feb 24 15:27:35.350 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
94752026-02-24T15:27:36.959Z[ host-image] Feb 24 15:27:35.351 INFO O| Feb 24 15:27:35.350 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
94762026-02-24T15:27:36.962Z[ host-image] Feb 24 15:27:35.351 INFO O| Feb 24 15:27:35.351 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94772026-02-24T15:27:36.962Z[ host-image] Feb 24 15:27:35.351 INFO O| Feb 24 15:27:35.351 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94782026-02-24T15:27:36.962Z[ host-image] Feb 24 15:27:35.351 INFO O| Feb 24 15:27:35.351 INFO ok!
94792026-02-24T15:27:36.962Z[ host-image] Feb 24 15:27:35.351 INFO O| Feb 24 15:27:35.351 INFO STEP 63 (ensure_file) COMPLETE
94802026-02-24T15:27:36.962Z[ host-image] Feb 24 15:27:35.351 INFO O| Feb 24 15:27:35.351 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-02-24T15:27:36.972Z[ host-image] Feb 24 15:27:35.363 INFO O| Feb 24 15:27:35.363 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
94822026-02-24T15:27:36.972Z[ host-image] Feb 24 15:27:35.363 INFO O| Feb 24 15:27:35.363 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
94832026-02-24T15:27:36.976Z[ host-image] Feb 24 15:27:35.364 INFO O| Feb 24 15:27:35.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
94842026-02-24T15:27:36.976Z[ host-image] Feb 24 15:27:35.364 INFO O| Feb 24 15:27:35.364 INFO ok!
94852026-02-24T15:27:36.976Z[ host-image] Feb 24 15:27:35.364 INFO O| Feb 24 15:27:35.364 INFO STEP 64 (assemble_files) COMPLETE
94862026-02-24T15:27:36.976Z[ host-image] Feb 24 15:27:35.364 INFO O| Feb 24 15:27:35.364 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-02-24T15:27:36.984Z[ host-image] Feb 24 15:27:35.376 INFO O| Feb 24 15:27:35.376 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
94882026-02-24T15:27:36.987Z[ host-image] Feb 24 15:27:35.376 INFO O| Feb 24 15:27:35.376 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
94892026-02-24T15:27:36.987Z[ host-image] Feb 24 15:27:35.376 INFO O| Feb 24 15:27:35.376 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94902026-02-24T15:27:36.987Z[ host-image] Feb 24 15:27:35.376 INFO O| Feb 24 15:27:35.376 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94912026-02-24T15:27:36.988Z[ host-image] Feb 24 15:27:35.376 INFO O| Feb 24 15:27:35.376 INFO ok!
94922026-02-24T15:27:36.988Z[ host-image] Feb 24 15:27:35.376 INFO O| Feb 24 15:27:35.376 INFO STEP 65 (ensure_file) COMPLETE
94932026-02-24T15:27:36.988Z[ host-image] Feb 24 15:27:35.376 INFO O| Feb 24 15:27:35.376 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-02-24T15:27:36.998Z[ host-image] Feb 24 15:27:35.389 INFO O| Feb 24 15:27:35.389 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94952026-02-24T15:27:37.001Z[ host-image] Feb 24 15:27:35.389 INFO O| Feb 24 15:27:35.389 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94962026-02-24T15:27:37.003Z[ host-image] Feb 24 15:27:35.389 INFO O| Feb 24 15:27:35.389 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94972026-02-24T15:27:37.003Z[ host-image] Feb 24 15:27:35.389 INFO O| Feb 24 15:27:35.389 INFO STEP 66 (ensure_dir) COMPLETE
94982026-02-24T15:27:37.003Z[ host-image] Feb 24 15:27:35.390 INFO O| Feb 24 15:27:35.389 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-02-24T15:27:37.010Z[ host-image] Feb 24 15:27:35.402 INFO O| Feb 24 15:27:35.401 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
95002026-02-24T15:27:37.010Z[ host-image] Feb 24 15:27:35.402 INFO O| Feb 24 15:27:35.401 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 ...
95012026-02-24T15:27:37.020Z[ host-image] Feb 24 15:27:35.412 INFO O| Feb 24 15:27:35.412 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
95022026-02-24T15:27:37.020Z[ host-image] Feb 24 15:27:35.412 INFO O| Feb 24 15:27:35.412 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
95032026-02-24T15:27:37.023Z[ host-image] Feb 24 15:27:35.412 INFO O| Feb 24 15:27:35.412 INFO ok!
95042026-02-24T15:27:37.023Z[ host-image] Feb 24 15:27:35.412 INFO O| Feb 24 15:27:35.412 INFO STEP 67 (ensure_file) COMPLETE
95052026-02-24T15:27:37.023Z[ host-image] Feb 24 15:27:35.412 INFO O| Feb 24 15:27:35.412 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-02-24T15:27:37.033Z[ host-image] Feb 24 15:27:35.424 INFO O| Feb 24 15:27:35.424 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
95072026-02-24T15:27:37.033Z[ host-image] Feb 24 15:27:35.424 INFO O| Feb 24 15:27:35.424 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 ...
95082026-02-24T15:27:37.037Z[ host-image] Feb 24 15:27:35.424 INFO O| Feb 24 15:27:35.424 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
95092026-02-24T15:27:37.037Z[ host-image] Feb 24 15:27:35.425 INFO O| Feb 24 15:27:35.424 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
95102026-02-24T15:27:37.037Z[ host-image] Feb 24 15:27:35.425 INFO O| Feb 24 15:27:35.425 INFO ok!
95112026-02-24T15:27:37.037Z[ host-image] Feb 24 15:27:35.425 INFO O| Feb 24 15:27:35.425 INFO STEP 68 (ensure_file) COMPLETE
95122026-02-24T15:27:37.037Z[ host-image] Feb 24 15:27:35.425 INFO O| Feb 24 15:27:35.425 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95132026-02-24T15:27:37.050Z[ host-image] Feb 24 15:27:35.442 INFO O| Feb 24 15:27:35.442 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
95142026-02-24T15:27:37.050Z[ host-image] Feb 24 15:27:35.442 INFO O| Feb 24 15:27:35.442 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
95152026-02-24T15:27:37.303Z[ recovery-image] Feb 24 15:27:35.694 INFO E| Compiling serde_derive v1.0.219
95162026-02-24T15:27:37.303Z[ recovery-image] Feb 24 15:27:35.694 INFO E| Compiling clap_derive v4.5.32
95172026-02-24T15:27:39.850Z[ host-image] Feb 24 15:27:38.241 INFO O| Feb 24 15:27:38.241 INFO STEP 69 (pack_tar) COMPLETE
95182026-02-24T15:27:39.850Z[ host-image] Feb 24 15:27:38.241 INFO O| Feb 24 15:27:38.241 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
95192026-02-24T15:27:39.853Z[ host-image] Feb 24 15:27:38.241 INFO O| Feb 24 15:27:38.241 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
95202026-02-24T15:27:39.953Z[ recovery-image] Feb 24 15:27:38.344 INFO E| Compiling clap v4.5.37
95212026-02-24T15:27:40.019Z[ host-image] Feb 24 15:27:38.410 INFO O| Feb 24 15:27:38.410 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95222026-02-24T15:27:40.113Z[ host-image] Feb 24 15:27:38.504 INFO O| Feb 24 15:27:38.503 INFO completed processing sled/ramdisk-02-trim
95232026-02-24T15:27:40.116Z[ host-image] Feb 24 15:27:38.506 INFO image builder template: zfs...
95242026-02-24T15:27:40.116Z[ host-image] Feb 24 15:27:38.506 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/.tmpoIdTwG/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
95252026-02-24T15:27:40.136Z[ host-image] Feb 24 15:27:38.527 INFO O| Feb 24 15:27:38.527 INFO skip include "stress" because feature "stress" is not enabled
95262026-02-24T15:27:40.136Z[ host-image] Feb 24 15:27:38.527 INFO O| Feb 24 15:27:38.527 INFO skip include "stress" because feature "compliance" is not enabled
95272026-02-24T15:27:40.194Z[ host-image] Feb 24 15:27:38.585 INFO O| Feb 24 15:27:38.585 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
95282026-02-24T15:27:40.199Z[ host-image] Feb 24 15:27:38.590 INFO O| Feb 24 15:27:38.590 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
95292026-02-24T15:27:40.286Z[ host-image] Feb 24 15:27:38.677 INFO O| Feb 24 15:27:38.677 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
95302026-02-24T15:27:40.350Z[ host-image] Feb 24 15:27:38.741 INFO O| Feb 24 15:27:38.741 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
95312026-02-24T15:27:40.354Z[ host-image] Feb 24 15:27:38.741 INFO O| Feb 24 15:27:38.741 INFO work dataset: rpool/images/build/host/work/sled/zfs
95322026-02-24T15:27:40.358Z[ host-image] Feb 24 15:27:38.746 INFO O| Feb 24 15:27:38.746 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
95332026-02-24T15:27:40.500Z[ host-image] Feb 24 15:27:38.891 INFO O| Feb 24 15:27:38.891 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
95342026-02-24T15:27:40.566Z[ host-image] Feb 24 15:27:38.956 INFO O| Feb 24 15:27:38.956 INFO DESTROY POOL: TEMPORARY-sled-zfs
95352026-02-24T15:27:40.573Z[ host-image] Feb 24 15:27:38.964 INFO O| Feb 24 15:27:38.964 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
95362026-02-24T15:27:40.577Z[ host-image] Feb 24 15:27:38.968 INFO O| Feb 24 15:27:38.968 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
95372026-02-24T15:27:40.577Z[ host-image] Feb 24 15:27:38.968 INFO O| Feb 24 15:27:38.968 INFO no lofi found
95382026-02-24T15:27:40.579Z[ host-image] Feb 24 15:27:38.968 INFO O| Feb 24 15:27:38.968 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
95392026-02-24T15:27:40.579Z[ host-image] Feb 24 15:27:38.968 INFO O| Feb 24 15:27:38.968 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
95402026-02-24T15:27:41.121Z[ recovery-image] Feb 24 15:27:39.512 INFO E| Compiling serde v1.0.219
95412026-02-24T15:27:42.612Z[ host-image] Feb 24 15:27:41.003 INFO O| Feb 24 15:27:41.003 INFO lofi device = /dev/dsk/c2t1d0p0
95422026-02-24T15:27:42.612Z[ host-image] Feb 24 15:27:41.003 INFO O| Feb 24 15:27:41.003 INFO pool device = /dev/dsk/c2t1d0p0
95432026-02-24T15:27:42.616Z[ host-image] Feb 24 15:27:41.003 INFO O| Feb 24 15:27:41.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"]
95442026-02-24T15:27:42.730Z[ host-image] Feb 24 15:27:41.120 INFO O| Feb 24 15:27:41.120 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95452026-02-24T15:27:42.730Z[ host-image] Feb 24 15:27:41.121 INFO O| Feb 24 15:27:41.120 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
95462026-02-24T15:27:42.747Z[ host-image] Feb 24 15:27:41.138 INFO O| Feb 24 15:27:41.138 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
95472026-02-24T15:27:42.806Z[ host-image] Feb 24 15:27:41.196 INFO O| Feb 24 15:27:41.196 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
95482026-02-24T15:27:42.839Z[ host-image] Feb 24 15:27:41.230 INFO O| Feb 24 15:27:41.229 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
95492026-02-24T15:27:42.850Z[ host-image] Feb 24 15:27:41.241 INFO O| Feb 24 15:27:41.241 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
95502026-02-24T15:27:42.860Z[ host-image] Feb 24 15:27:41.251 INFO O| Feb 24 15:27:41.251 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
95512026-02-24T15:27:42.899Z[ host-image] Feb 24 15:27:41.290 INFO O| Feb 24 15:27:41.290 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
95522026-02-24T15:27:42.899Z[ host-image] Feb 24 15:27:41.290 INFO O| Feb 24 15:27:41.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
95532026-02-24T15:27:42.902Z[ host-image] Feb 24 15:27:41.290 INFO O| Feb 24 15:27:41.290 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
95542026-02-24T15:27:42.911Z[ host-image] Feb 24 15:27:41.302 INFO O| Feb 24 15:27:41.302 INFO boot environment UUID: 964858ee-3a81-49c4-8f15-3891f4d4d78b
95552026-02-24T15:27:42.914Z[ host-image] Feb 24 15:27:41.302 INFO O| Feb 24 15:27:41.302 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 964858ee-3a81-49c4-8f15-3891f4d4d78b
95562026-02-24T15:27:42.919Z[ host-image] Feb 24 15:27:41.310 INFO O| Feb 24 15:27:41.310 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
95572026-02-24T15:27:42.927Z[ host-image] Feb 24 15:27:41.318 INFO O| Feb 24 15:27:41.318 INFO STEP 0 (create_be) COMPLETE
95582026-02-24T15:27:42.927Z[ host-image] Feb 24 15:27:41.318 INFO O| Feb 24 15:27:41.318 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95592026-02-24T15:27:42.938Z[ host-image] Feb 24 15:27:41.329 INFO O| Feb 24 15:27:41.329 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
95602026-02-24T15:27:44.770Z[ recovery-image] Feb 24 15:27:43.159 INFO E| Compiling toml_datetime v0.6.9
95612026-02-24T15:27:44.770Z[ recovery-image] Feb 24 15:27:43.159 INFO E| Compiling serde_spanned v0.6.8
95622026-02-24T15:27:45.091Z[ recovery-image] Feb 24 15:27:43.481 INFO E| Compiling toml_edit v0.22.26
95632026-02-24T15:27:47.858Z[ recovery-image] Feb 24 15:27:46.243 INFO E| Compiling toml v0.8.22
95642026-02-24T15:27:52.928Z[ recovery-image] Feb 24 15:27:51.317 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.14s
95652026-02-24T15:27:52.946Z[ recovery-image] Feb 24 15:27:51.335 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`
95662026-02-24T15:27:52.961Z[ recovery-image] Feb 24 15:27:51.351 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
95672026-02-24T15:27:53.300Z[ recovery-image] Feb 24 15:27:51.689 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
95682026-02-24T15:27:53.307Z[ recovery-image] Feb 24 15:27:51.696 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`
95692026-02-24T15:27:53.657Z[ recovery-image] Feb 24 15:27:52.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
95702026-02-24T15:27:53.657Z[ recovery-image] Feb 24 15:27:52.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
95712026-02-24T15:27:53.657Z[ recovery-image] Feb 24 15:27:52.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
95722026-02-24T15:27:53.657Z[ recovery-image] Feb 24 15:27:52.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
95732026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
95742026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
95752026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
95762026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
95772026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
95782026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
95792026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
95802026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
95812026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
95822026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
95832026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
95842026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
95852026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
95862026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.050 INFO O| Info: ABL version: 0x100f5010
95872026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.050 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
95882026-02-24T15:27:53.662Z[ recovery-image] Feb 24 15:27:52.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
95892026-02-24T15:27:53.663Z[ recovery-image] Feb 24 15:27:52.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
95902026-02-24T15:27:53.664Z[ recovery-image] Feb 24 15:27:52.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
95912026-02-24T15:27:53.664Z[ recovery-image] Feb 24 15:27:52.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
95922026-02-24T15:27:53.664Z[ recovery-image] Feb 24 15:27:52.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
95932026-02-24T15:27:53.664Z[ recovery-image] Feb 24 15:27:52.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
95942026-02-24T15:27:53.664Z[ recovery-image] Feb 24 15:27:52.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
95952026-02-24T15:27:53.664Z[ recovery-image] Feb 24 15:27:52.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
95962026-02-24T15:27:53.664Z[ recovery-image] Feb 24 15:27:52.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
95972026-02-24T15:27:53.664Z[ recovery-image] Feb 24 15:27:52.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
95982026-02-24T15:27:53.667Z[ recovery-image] Feb 24 15:27:52.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
95992026-02-24T15:27:53.667Z[ recovery-image] Feb 24 15:27:52.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
96002026-02-24T15:27:53.667Z[ recovery-image] Feb 24 15:27:52.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
96012026-02-24T15:27:53.667Z[ recovery-image] Feb 24 15:27:52.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
96022026-02-24T15:27:53.668Z[ recovery-image] Feb 24 15:27:52.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
96032026-02-24T15:27:53.668Z[ recovery-image] Feb 24 15:27:52.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
96042026-02-24T15:27:53.725Z[ recovery-image] Feb 24 15:27:52.109 INFO building ROM for cosmo
96052026-02-24T15:27:53.730Z[ recovery-image] Feb 24 15:27:52.109 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")
96062026-02-24T15:27:53.934Z[ recovery-image] Feb 24 15:27:52.321 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
96072026-02-24T15:27:53.957Z[ recovery-image] Feb 24 15:27:52.336 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`
96082026-02-24T15:27:53.961Z[ recovery-image] Feb 24 15:27:52.350 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
96092026-02-24T15:27:54.091Z[ recovery-image] Feb 24 15:27:52.480 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
96102026-02-24T15:27:54.100Z[ recovery-image] Feb 24 15:27:52.487 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`
96112026-02-24T15:27:54.533Z[ recovery-image] Feb 24 15:27:52.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
96122026-02-24T15:27:54.533Z[ recovery-image] Feb 24 15:27:52.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
96132026-02-24T15:27:54.533Z[ recovery-image] Feb 24 15:27:52.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
96142026-02-24T15:27:54.533Z[ recovery-image] Feb 24 15:27:52.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
96152026-02-24T15:27:54.539Z[ recovery-image] Feb 24 15:27:52.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
96162026-02-24T15:27:54.539Z[ recovery-image] Feb 24 15:27:52.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
96172026-02-24T15:27:54.539Z[ recovery-image] Feb 24 15:27:52.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
96182026-02-24T15:27:54.539Z[ recovery-image] Feb 24 15:27:52.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
96192026-02-24T15:27:54.539Z[ recovery-image] Feb 24 15:27:52.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
96202026-02-24T15:27:54.539Z[ recovery-image] Feb 24 15:27:52.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
96212026-02-24T15:27:54.539Z[ recovery-image] Feb 24 15:27:52.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
96222026-02-24T15:27:54.539Z[ recovery-image] Feb 24 15:27:52.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
96232026-02-24T15:27:54.539Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
96242026-02-24T15:27:54.539Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
96252026-02-24T15:27:54.539Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
96262026-02-24T15:27:54.539Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
96272026-02-24T15:27:54.539Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
96282026-02-24T15:27:54.539Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
96292026-02-24T15:27:54.540Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
96302026-02-24T15:27:54.540Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
96312026-02-24T15:27:54.540Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
96322026-02-24T15:27:54.540Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
96332026-02-24T15:27:54.540Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
96342026-02-24T15:27:54.540Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
96352026-02-24T15:27:54.540Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
96362026-02-24T15:27:54.540Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
96372026-02-24T15:27:54.540Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
96382026-02-24T15:27:54.540Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
96392026-02-24T15:27:54.540Z[ recovery-image] Feb 24 15:27:52.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
96402026-02-24T15:27:54.540Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
96412026-02-24T15:27:54.540Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
96422026-02-24T15:27:54.541Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
96432026-02-24T15:27:54.541Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
96442026-02-24T15:27:54.541Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
96452026-02-24T15:27:54.541Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
96462026-02-24T15:27:54.541Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
96472026-02-24T15:27:54.541Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
96482026-02-24T15:27:54.541Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
96492026-02-24T15:27:54.541Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
96502026-02-24T15:27:54.541Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
96512026-02-24T15:27:54.541Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
96522026-02-24T15:27:54.541Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
96532026-02-24T15:27:54.541Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
96542026-02-24T15:27:54.541Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
96552026-02-24T15:27:54.541Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
96562026-02-24T15:27:54.541Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
96572026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
96582026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
96592026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
96602026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
96612026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
96622026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
96632026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
96642026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.925 INFO O| Info: ABL version: 0x1007f011
96652026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.925 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
96662026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.925 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
96672026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
96682026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
96692026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
96702026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
96712026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
96722026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
96732026-02-24T15:27:54.542Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
96742026-02-24T15:27:54.546Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
96752026-02-24T15:27:54.546Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
96762026-02-24T15:27:54.546Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
96772026-02-24T15:27:54.546Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
96782026-02-24T15:27:54.546Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
96792026-02-24T15:27:54.546Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
96802026-02-24T15:27:54.546Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
96812026-02-24T15:27:54.546Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
96822026-02-24T15:27:54.546Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
96832026-02-24T15:27:54.546Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
96842026-02-24T15:27:54.546Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
96852026-02-24T15:27:54.546Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
96862026-02-24T15:27:54.546Z[ recovery-image] Feb 24 15:27:52.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
96872026-02-24T15:27:54.575Z[ recovery-image] Feb 24 15:27:52.964 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
96882026-02-24T15:27:54.575Z[ recovery-image] Feb 24 15:27:52.964 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
96892026-02-24T15:27:54.578Z[ recovery-image] Feb 24 15:27:52.964 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
96902026-02-24T15:27:58.541Z[ recovery-image] Feb 24 15:27:56.929 INFO image complete! materials are in "/work/os-recovery"
96912026-02-24T15:27:58.546Z[ recovery-image]
96922026-02-24T15:27:58.546Z[ recovery-image] real 33:22.564574346
96932026-02-24T15:27:58.547Z[ recovery-image] user 24:54.502142037
96942026-02-24T15:27:58.547Z[ recovery-image] sys 1:27.983439905
96952026-02-24T15:27:58.547Z[ recovery-image] trap 1.330819825
96962026-02-24T15:27:58.547Z[ recovery-image] tflt 1.038353575
96972026-02-24T15:27:58.547Z[ recovery-image] dflt 3.000889855
96982026-02-24T15:27:58.547Z[ recovery-image] kflt 0.085705404
96992026-02-24T15:27:58.547Z[ recovery-image] lock 50:04.690607909
97002026-02-24T15:27:58.547Z[ recovery-image] slp 3:18:30.301304879
97012026-02-24T15:27:58.547Z[ recovery-image] lat 6:37.179449027
97022026-02-24T15:27:58.547Z[ recovery-image] stop 7.983089151
97032026-02-24T15:27:58.551ZFeb 24 15:27:56.936 INFO [recovery-image] process exited with exit status: 0 (2002.585949541s)
97042026-02-24T15:28:01.543Z[ host-image] Feb 24 15:27:59.931 INFO O| Feb 24 15:27:59.931 INFO STEP 1 (unpack_tar) COMPLETE
97052026-02-24T15:28:01.543Z[ host-image] Feb 24 15:27:59.931 INFO O| Feb 24 15:27:59.931 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97062026-02-24T15:28:01.551Z[ host-image] Feb 24 15:27:59.940 INFO O| Feb 24 15:27:59.940 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97072026-02-24T15:28:01.934Z[ host-image] Feb 24 15:28:00.321 INFO O| Feb 24 15:28:00.321 INFO STEP 2 (devfsadm) COMPLETE
97082026-02-24T15:28:01.934Z[ host-image] Feb 24 15:28:00.322 INFO O| Feb 24 15:28:00.321 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97092026-02-24T15:28:01.942Z[ host-image] Feb 24 15:28:00.330 INFO O| Feb 24 15:28:00.330 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97102026-02-24T15:28:01.944Z[ host-image] Feb 24 15:28:00.330 INFO O| Feb 24 15:28:00.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97112026-02-24T15:28:01.945Z[ host-image] Feb 24 15:28:00.330 INFO O| Feb 24 15:28:00.330 INFO STEP 3 (ensure_dir) COMPLETE
97122026-02-24T15:28:01.945Z[ host-image] Feb 24 15:28:00.330 INFO O| Feb 24 15:28:00.330 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97132026-02-24T15:28:01.950Z[ host-image] Feb 24 15:28:00.338 INFO O| Feb 24 15:28:00.338 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97142026-02-24T15:28:01.950Z[ host-image] Feb 24 15:28:00.338 INFO O| Feb 24 15:28:00.338 INFO STEP 4 (ensure_dir) COMPLETE
97152026-02-24T15:28:01.953Z[ host-image] Feb 24 15:28:00.338 INFO O| Feb 24 15:28:00.338 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97162026-02-24T15:28:01.957Z[ host-image] Feb 24 15:28:00.345 INFO O| Feb 24 15:28:00.345 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97172026-02-24T15:28:01.960Z[ host-image] Feb 24 15:28:00.345 INFO O| Feb 24 15:28:00.345 INFO STEP 5 (ensure_dir) COMPLETE
97182026-02-24T15:28:01.960Z[ host-image] Feb 24 15:28:00.345 INFO O| Feb 24 15:28:00.345 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97192026-02-24T15:28:01.965Z[ host-image] Feb 24 15:28:00.353 INFO O| Feb 24 15:28:00.353 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97202026-02-24T15:28:01.968Z[ host-image] Feb 24 15:28:00.353 INFO O| Feb 24 15:28:00.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97212026-02-24T15:28:01.968Z[ host-image] Feb 24 15:28:00.353 INFO O| Feb 24 15:28:00.353 INFO STEP 6 (ensure_dir) COMPLETE
97222026-02-24T15:28:01.968Z[ host-image] Feb 24 15:28:00.353 INFO O| Feb 24 15:28:00.353 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97232026-02-24T15:28:01.972Z[ host-image] Feb 24 15:28:00.360 INFO O| Feb 24 15:28:00.360 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97242026-02-24T15:28:01.972Z[ host-image] Feb 24 15:28:00.361 INFO O| Feb 24 15:28:00.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97252026-02-24T15:28:01.975Z[ host-image] Feb 24 15:28:00.361 INFO O| Feb 24 15:28:00.361 INFO STEP 7 (ensure_dir) COMPLETE
97262026-02-24T15:28:01.975Z[ host-image] Feb 24 15:28:00.361 INFO O| Feb 24 15:28:00.361 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97272026-02-24T15:28:01.979Z[ host-image] Feb 24 15:28:00.368 INFO O| Feb 24 15:28:00.368 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97282026-02-24T15:28:01.982Z[ host-image] Feb 24 15:28:00.368 INFO O| Feb 24 15:28:00.368 INFO STEP 8 (remove_files) COMPLETE
97292026-02-24T15:28:01.982Z[ host-image] Feb 24 15:28:00.368 INFO O| Feb 24 15:28:00.368 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97302026-02-24T15:28:01.987Z[ host-image] Feb 24 15:28:00.375 INFO O| Feb 24 15:28:00.375 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97312026-02-24T15:28:01.990Z[ host-image] Feb 24 15:28:00.376 INFO O| Feb 24 15:28:00.376 INFO STEP 9 (remove_files) COMPLETE
97322026-02-24T15:28:01.990Z[ host-image] Feb 24 15:28:00.376 INFO O| Feb 24 15:28:00.376 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97332026-02-24T15:28:01.995Z[ host-image] Feb 24 15:28:00.384 INFO O| Feb 24 15:28:00.384 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97342026-02-24T15:28:01.998Z[ host-image] Feb 24 15:28:00.384 INFO O| Feb 24 15:28:00.384 INFO STEP 10 (remove_files) COMPLETE
97352026-02-24T15:28:01.998Z[ host-image] Feb 24 15:28:00.384 INFO O| Feb 24 15:28:00.384 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97362026-02-24T15:28:02.004Z[ host-image] Feb 24 15:28:00.392 INFO O| Feb 24 15:28:00.392 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97372026-02-24T15:28:02.004Z[ host-image] Feb 24 15:28:00.392 INFO O| Feb 24 15:28:00.392 INFO STEP 11 (remove_files) COMPLETE
97382026-02-24T15:28:02.008Z[ host-image] Feb 24 15:28:00.392 INFO O| Feb 24 15:28:00.392 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97392026-02-24T15:28:02.013Z[ host-image] Feb 24 15:28:00.399 INFO O| Feb 24 15:28:00.399 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97402026-02-24T15:28:02.013Z[ host-image] Feb 24 15:28:00.399 INFO O| Feb 24 15:28:00.399 INFO STEP 12 (remove_files) COMPLETE
97412026-02-24T15:28:02.013Z[ host-image] Feb 24 15:28:00.399 INFO O| Feb 24 15:28:00.399 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97422026-02-24T15:28:02.018Z[ host-image] Feb 24 15:28:00.407 INFO O| Feb 24 15:28:00.407 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97432026-02-24T15:28:02.021Z[ host-image] Feb 24 15:28:00.407 INFO O| Feb 24 15:28:00.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97442026-02-24T15:28:02.021Z[ host-image] Feb 24 15:28:00.407 INFO O| Feb 24 15:28:00.407 INFO STEP 13 (ensure_dir) COMPLETE
97452026-02-24T15:28:02.021Z[ host-image] Feb 24 15:28:00.407 INFO O| Feb 24 15:28:00.407 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97462026-02-24T15:28:02.026Z[ host-image] Feb 24 15:28:00.414 INFO O| Feb 24 15:28:00.414 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97472026-02-24T15:28:02.029Z[ host-image] Feb 24 15:28:00.415 INFO O| Feb 24 15:28:00.415 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97482026-02-24T15:28:02.029Z[ host-image] Feb 24 15:28:00.415 INFO O| Feb 24 15:28:00.415 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97492026-02-24T15:28:02.029Z[ host-image] Feb 24 15:28:00.415 INFO O| Feb 24 15:28:00.415 INFO STEP 14 (ensure_dir) COMPLETE
97502026-02-24T15:28:02.029Z[ host-image] Feb 24 15:28:00.415 INFO O| Feb 24 15:28:00.415 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97512026-02-24T15:28:02.034Z[ host-image] Feb 24 15:28:00.422 INFO O| Feb 24 15:28:00.422 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97522026-02-24T15:28:02.034Z[ host-image] Feb 24 15:28:00.422 INFO O| Feb 24 15:28:00.422 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97532026-02-24T15:28:02.034Z[ host-image] Feb 24 15:28:00.422 INFO O| Feb 24 15:28:00.422 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97542026-02-24T15:28:02.034Z[ host-image] Feb 24 15:28:00.422 INFO O| Feb 24 15:28:00.422 INFO STEP 15 (ensure_dir) COMPLETE
97552026-02-24T15:28:02.038Z[ host-image] Feb 24 15:28:00.422 INFO O| Feb 24 15:28:00.422 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97562026-02-24T15:28:02.041Z[ host-image] Feb 24 15:28:00.430 INFO O| Feb 24 15:28:00.430 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97572026-02-24T15:28:02.041Z[ host-image] Feb 24 15:28:00.430 INFO O| Feb 24 15:28:00.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97582026-02-24T15:28:02.044Z[ host-image] Feb 24 15:28:00.430 INFO O| Feb 24 15:28:00.430 INFO STEP 16 (ensure_dir) COMPLETE
97592026-02-24T15:28:02.044Z[ host-image] Feb 24 15:28:00.430 INFO O| Feb 24 15:28:00.430 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97602026-02-24T15:28:02.049Z[ host-image] Feb 24 15:28:00.437 INFO O| Feb 24 15:28:00.437 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97612026-02-24T15:28:02.052Z[ host-image] Feb 24 15:28:00.437 INFO O| Feb 24 15:28:00.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97622026-02-24T15:28:02.052Z[ host-image] Feb 24 15:28:00.437 INFO O| Feb 24 15:28:00.437 INFO STEP 17 (ensure_dir) COMPLETE
97632026-02-24T15:28:02.052Z[ host-image] Feb 24 15:28:00.437 INFO O| Feb 24 15:28:00.437 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97642026-02-24T15:28:02.056Z[ host-image] Feb 24 15:28:00.445 INFO O| Feb 24 15:28:00.445 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97652026-02-24T15:28:02.056Z[ host-image] Feb 24 15:28:00.445 INFO O| Feb 24 15:28:00.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97662026-02-24T15:28:02.056Z[ host-image] Feb 24 15:28:00.445 INFO O| Feb 24 15:28:00.445 INFO ok!
97672026-02-24T15:28:02.059Z[ host-image] Feb 24 15:28:00.445 INFO O| Feb 24 15:28:00.445 INFO STEP 18 (ensure_symlink) COMPLETE
97682026-02-24T15:28:02.059Z[ host-image] Feb 24 15:28:00.445 INFO O| Feb 24 15:28:00.445 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97692026-02-24T15:28:02.064Z[ host-image] Feb 24 15:28:00.452 INFO O| Feb 24 15:28:00.452 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97702026-02-24T15:28:02.064Z[ host-image] Feb 24 15:28:00.452 INFO O| Feb 24 15:28:00.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97712026-02-24T15:28:02.067Z[ host-image] Feb 24 15:28:00.452 INFO O| Feb 24 15:28:00.452 INFO ok!
97722026-02-24T15:28:02.067Z[ host-image] Feb 24 15:28:00.452 INFO O| Feb 24 15:28:00.452 INFO STEP 19 (ensure_file) COMPLETE
97732026-02-24T15:28:02.067Z[ host-image] Feb 24 15:28:00.452 INFO O| Feb 24 15:28:00.452 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97742026-02-24T15:28:02.071Z[ host-image] Feb 24 15:28:00.459 INFO O| Feb 24 15:28:00.459 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97752026-02-24T15:28:02.071Z[ host-image] Feb 24 15:28:00.459 INFO O| Feb 24 15:28:00.459 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97762026-02-24T15:28:02.074Z[ host-image] Feb 24 15:28:00.459 INFO O| Feb 24 15:28:00.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97772026-02-24T15:28:02.074Z[ host-image] Feb 24 15:28:00.459 INFO O| Feb 24 15:28:00.459 INFO ok!
97782026-02-24T15:28:02.074Z[ host-image] Feb 24 15:28:00.459 INFO O| Feb 24 15:28:00.459 INFO STEP 20 (ensure_symlink) COMPLETE
97792026-02-24T15:28:02.074Z[ host-image] Feb 24 15:28:00.459 INFO O| Feb 24 15:28:00.459 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97802026-02-24T15:28:02.078Z[ host-image] Feb 24 15:28:00.467 INFO O| Feb 24 15:28:00.467 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
97812026-02-24T15:28:02.079Z[ host-image] Feb 24 15:28:00.467 INFO O| Feb 24 15:28:00.467 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
97822026-02-24T15:28:02.081Z[ host-image] Feb 24 15:28:00.467 INFO O| Feb 24 15:28:00.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
97832026-02-24T15:28:02.081Z[ host-image] Feb 24 15:28:00.467 INFO O| Feb 24 15:28:00.467 INFO ok!
97842026-02-24T15:28:02.081Z[ host-image] Feb 24 15:28:00.467 INFO O| Feb 24 15:28:00.467 INFO STEP 21 (ensure_symlink) COMPLETE
97852026-02-24T15:28:02.081Z[ host-image] Feb 24 15:28:00.467 INFO O| Feb 24 15:28:00.467 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97862026-02-24T15:28:02.086Z[ host-image] Feb 24 15:28:00.474 INFO O| Feb 24 15:28:00.474 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
97872026-02-24T15:28:02.087Z[ host-image] Feb 24 15:28:00.474 INFO O| Feb 24 15:28:00.474 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
97882026-02-24T15:28:02.090Z[ host-image] Feb 24 15:28:00.474 INFO O| Feb 24 15:28:00.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
97892026-02-24T15:28:02.090Z[ host-image] Feb 24 15:28:00.474 INFO O| Feb 24 15:28:00.474 INFO ok!
97902026-02-24T15:28:02.090Z[ host-image] Feb 24 15:28:00.474 INFO O| Feb 24 15:28:00.474 INFO STEP 22 (ensure_symlink) COMPLETE
97912026-02-24T15:28:02.090Z[ host-image] Feb 24 15:28:00.474 INFO O| Feb 24 15:28:00.474 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97922026-02-24T15:28:02.094Z[ host-image] Feb 24 15:28:00.482 INFO O| Feb 24 15:28:00.482 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
97932026-02-24T15:28:02.094Z[ host-image] Feb 24 15:28:00.482 INFO O| Feb 24 15:28:00.482 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
97942026-02-24T15:28:02.097Z[ host-image] Feb 24 15:28:00.482 INFO O| Feb 24 15:28:00.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
97952026-02-24T15:28:02.097Z[ host-image] Feb 24 15:28:00.482 INFO O| Feb 24 15:28:00.482 INFO ok!
97962026-02-24T15:28:02.097Z[ host-image] Feb 24 15:28:00.482 INFO O| Feb 24 15:28:00.482 INFO STEP 23 (ensure_symlink) COMPLETE
97972026-02-24T15:28:02.097Z[ host-image] Feb 24 15:28:00.482 INFO O| Feb 24 15:28:00.482 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97982026-02-24T15:28:02.101Z[ host-image] Feb 24 15:28:00.490 INFO O| Feb 24 15:28:00.490 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
97992026-02-24T15:28:02.104Z[ host-image] Feb 24 15:28:00.490 INFO O| Feb 24 15:28:00.490 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98002026-02-24T15:28:02.104Z[ host-image] Feb 24 15:28:00.490 INFO O| Feb 24 15:28:00.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98012026-02-24T15:28:02.104Z[ host-image] Feb 24 15:28:00.490 INFO O| Feb 24 15:28:00.490 INFO ok!
98022026-02-24T15:28:02.104Z[ host-image] Feb 24 15:28:00.490 INFO O| Feb 24 15:28:00.490 INFO STEP 24 (ensure_file) COMPLETE
98032026-02-24T15:28:02.104Z[ host-image] Feb 24 15:28:00.490 INFO O| Feb 24 15:28:00.490 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98042026-02-24T15:28:02.109Z[ host-image] Feb 24 15:28:00.497 INFO O| Feb 24 15:28:00.497 INFO updating shadow file
98052026-02-24T15:28:02.112Z[ host-image] Feb 24 15:28:00.497 INFO O| Feb 24 15:28:00.497 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98062026-02-24T15:28:02.112Z[ host-image] Feb 24 15:28:00.498 INFO O| Feb 24 15:28:00.497 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98072026-02-24T15:28:02.112Z[ host-image] Feb 24 15:28:00.498 INFO O| Feb 24 15:28:00.497 INFO STEP 25 (shadow) COMPLETE
98082026-02-24T15:28:02.112Z[ host-image] Feb 24 15:28:00.498 INFO O| Feb 24 15:28:00.498 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98092026-02-24T15:28:02.117Z[ host-image] Feb 24 15:28:00.505 INFO O| Feb 24 15:28:00.505 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98102026-02-24T15:28:02.120Z[ host-image] Feb 24 15:28:00.505 INFO O| Feb 24 15:28:00.505 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98112026-02-24T15:28:02.120Z[ host-image] Feb 24 15:28:00.505 INFO O| Feb 24 15:28:00.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98122026-02-24T15:28:02.120Z[ host-image] Feb 24 15:28:00.506 INFO O| Feb 24 15:28:00.505 INFO ok!
98132026-02-24T15:28:02.120Z[ host-image] Feb 24 15:28:00.506 INFO O| Feb 24 15:28:00.505 INFO STEP 26 (ensure_file) COMPLETE
98142026-02-24T15:28:02.120Z[ host-image] Feb 24 15:28:00.506 INFO O| Feb 24 15:28:00.505 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98152026-02-24T15:28:02.124Z[ host-image] Feb 24 15:28:00.513 INFO O| Feb 24 15:28:00.513 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98162026-02-24T15:28:02.127Z[ host-image] Feb 24 15:28:00.513 INFO O| Feb 24 15:28:00.513 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98172026-02-24T15:28:02.127Z[ host-image] Feb 24 15:28:00.513 INFO O| Feb 24 15:28:00.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98182026-02-24T15:28:02.127Z[ host-image] Feb 24 15:28:00.513 INFO O| Feb 24 15:28:00.513 INFO ok!
98192026-02-24T15:28:02.127Z[ host-image] Feb 24 15:28:00.513 INFO O| Feb 24 15:28:00.513 INFO STEP 27 (ensure_file) COMPLETE
98202026-02-24T15:28:02.127Z[ host-image] Feb 24 15:28:00.513 INFO O| Feb 24 15:28:00.513 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98212026-02-24T15:28:02.132Z[ host-image] Feb 24 15:28:00.521 INFO O| Feb 24 15:28:00.521 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98222026-02-24T15:28:02.132Z[ host-image] Feb 24 15:28:00.521 INFO O| Feb 24 15:28:00.521 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98232026-02-24T15:28:02.135Z[ host-image] Feb 24 15:28:00.521 INFO O| Feb 24 15:28:00.521 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98242026-02-24T15:28:02.135Z[ host-image] Feb 24 15:28:00.521 INFO O| Feb 24 15:28:00.521 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98252026-02-24T15:28:02.135Z[ host-image] Feb 24 15:28:00.521 INFO O| Feb 24 15:28:00.521 INFO ok!
98262026-02-24T15:28:02.135Z[ host-image] Feb 24 15:28:00.521 INFO O| Feb 24 15:28:00.521 INFO STEP 28 (ensure_file) COMPLETE
98272026-02-24T15:28:02.135Z[ host-image] Feb 24 15:28:00.521 INFO O| Feb 24 15:28:00.521 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98282026-02-24T15:28:02.140Z[ host-image] Feb 24 15:28:00.528 INFO O| Feb 24 15:28:00.528 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98292026-02-24T15:28:02.140Z[ host-image] Feb 24 15:28:00.528 INFO O| Feb 24 15:28:00.528 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98302026-02-24T15:28:02.143Z[ host-image] Feb 24 15:28:00.528 INFO O| Feb 24 15:28:00.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98312026-02-24T15:28:02.143Z[ host-image] Feb 24 15:28:00.528 INFO O| Feb 24 15:28:00.528 INFO ok!
98322026-02-24T15:28:02.143Z[ host-image] Feb 24 15:28:00.528 INFO O| Feb 24 15:28:00.528 INFO STEP 29 (ensure_file) COMPLETE
98332026-02-24T15:28:02.143Z[ host-image] Feb 24 15:28:00.528 INFO O| Feb 24 15:28:00.528 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98342026-02-24T15:28:02.148Z[ host-image] Feb 24 15:28:00.536 INFO O| Feb 24 15:28:00.536 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98352026-02-24T15:28:02.148Z[ host-image] Feb 24 15:28:00.536 INFO O| Feb 24 15:28:00.536 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98362026-02-24T15:28:02.151Z[ host-image] Feb 24 15:28:00.536 INFO O| Feb 24 15:28:00.536 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98372026-02-24T15:28:02.151Z[ host-image] Feb 24 15:28:00.536 INFO O| Feb 24 15:28:00.536 INFO STEP 30 (ensure_dir) COMPLETE
98382026-02-24T15:28:02.151Z[ host-image] Feb 24 15:28:00.536 INFO O| Feb 24 15:28:00.536 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98392026-02-24T15:28:02.155Z[ host-image] Feb 24 15:28:00.543 INFO O| Feb 24 15:28:00.543 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98402026-02-24T15:28:02.158Z[ host-image] Feb 24 15:28:00.543 INFO O| Feb 24 15:28:00.543 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98412026-02-24T15:28:02.158Z[ host-image] Feb 24 15:28:00.543 INFO O| Feb 24 15:28:00.543 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98422026-02-24T15:28:02.158Z[ host-image] Feb 24 15:28:00.544 INFO O| Feb 24 15:28:00.544 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98432026-02-24T15:28:02.158Z[ host-image] Feb 24 15:28:00.544 INFO O| Feb 24 15:28:00.544 INFO ok!
98442026-02-24T15:28:02.158Z[ host-image] Feb 24 15:28:00.544 INFO O| Feb 24 15:28:00.544 INFO STEP 31 (ensure_file) COMPLETE
98452026-02-24T15:28:02.158Z[ host-image] Feb 24 15:28:00.544 INFO O| Feb 24 15:28:00.544 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98462026-02-24T15:28:02.162Z[ host-image] Feb 24 15:28:00.551 INFO O| Feb 24 15:28:00.551 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98472026-02-24T15:28:02.165Z[ host-image] Feb 24 15:28:00.551 INFO O| Feb 24 15:28:00.551 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98482026-02-24T15:28:02.165Z[ host-image] Feb 24 15:28:00.551 INFO O| Feb 24 15:28:00.551 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98492026-02-24T15:28:02.165Z[ host-image] Feb 24 15:28:00.551 INFO O| Feb 24 15:28:00.551 INFO STEP 32 (ensure_dir) COMPLETE
98502026-02-24T15:28:02.165Z[ host-image] Feb 24 15:28:00.551 INFO O| Feb 24 15:28:00.551 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98512026-02-24T15:28:02.170Z[ host-image] Feb 24 15:28:00.558 INFO O| Feb 24 15:28:00.558 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98522026-02-24T15:28:02.170Z[ host-image] Feb 24 15:28:00.558 INFO O| Feb 24 15:28:00.558 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 ...
98532026-02-24T15:28:02.172Z[ host-image] Feb 24 15:28:00.558 INFO O| Feb 24 15:28:00.558 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
98542026-02-24T15:28:02.172Z[ host-image] Feb 24 15:28:00.558 INFO O| Feb 24 15:28:00.558 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98552026-02-24T15:28:02.172Z[ host-image] Feb 24 15:28:00.558 INFO O| Feb 24 15:28:00.558 INFO ok!
98562026-02-24T15:28:02.173Z[ host-image] Feb 24 15:28:00.558 INFO O| Feb 24 15:28:00.558 INFO STEP 33 (ensure_file) COMPLETE
98572026-02-24T15:28:02.173Z[ host-image] Feb 24 15:28:00.558 INFO O| Feb 24 15:28:00.558 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98582026-02-24T15:28:02.177Z[ host-image] Feb 24 15:28:00.566 INFO O| Feb 24 15:28:00.566 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98592026-02-24T15:28:02.177Z[ host-image] Feb 24 15:28:00.566 INFO O| Feb 24 15:28:00.566 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98602026-02-24T15:28:02.181Z[ host-image] Feb 24 15:28:00.566 INFO O| Feb 24 15:28:00.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98612026-02-24T15:28:02.181Z[ host-image] Feb 24 15:28:00.566 INFO O| Feb 24 15:28:00.566 INFO ok!
98622026-02-24T15:28:02.181Z[ host-image] Feb 24 15:28:00.566 INFO O| Feb 24 15:28:00.566 INFO STEP 34 (ensure_file) COMPLETE
98632026-02-24T15:28:02.181Z[ host-image] Feb 24 15:28:00.566 INFO O| Feb 24 15:28:00.566 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98642026-02-24T15:28:02.185Z[ host-image] Feb 24 15:28:00.574 INFO O| Feb 24 15:28:00.574 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98652026-02-24T15:28:02.185Z[ host-image] Feb 24 15:28:00.574 INFO O| Feb 24 15:28:00.574 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98662026-02-24T15:28:02.188Z[ host-image] Feb 24 15:28:00.574 INFO O| Feb 24 15:28:00.574 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98672026-02-24T15:28:02.188Z[ host-image] Feb 24 15:28:00.574 INFO O| Feb 24 15:28:00.574 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98682026-02-24T15:28:02.188Z[ host-image] Feb 24 15:28:00.574 INFO O| Feb 24 15:28:00.574 INFO ok!
98692026-02-24T15:28:02.188Z[ host-image] Feb 24 15:28:00.574 INFO O| Feb 24 15:28:00.574 INFO STEP 35 (ensure_file) COMPLETE
98702026-02-24T15:28:02.188Z[ host-image] Feb 24 15:28:00.574 INFO O| Feb 24 15:28:00.574 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98712026-02-24T15:28:02.193Z[ host-image] Feb 24 15:28:00.581 INFO O| Feb 24 15:28:00.581 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98722026-02-24T15:28:02.193Z[ host-image] Feb 24 15:28:00.581 INFO O| Feb 24 15:28:00.581 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98732026-02-24T15:28:02.196Z[ host-image] Feb 24 15:28:00.581 INFO O| Feb 24 15:28:00.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98742026-02-24T15:28:02.196Z[ host-image] Feb 24 15:28:00.581 INFO O| Feb 24 15:28:00.581 INFO ok!
98752026-02-24T15:28:02.196Z[ host-image] Feb 24 15:28:00.581 INFO O| Feb 24 15:28:00.581 INFO STEP 36 (ensure_file) COMPLETE
98762026-02-24T15:28:02.196Z[ host-image] Feb 24 15:28:00.581 INFO O| Feb 24 15:28:00.581 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98772026-02-24T15:28:02.200Z[ host-image] Feb 24 15:28:00.589 INFO O| Feb 24 15:28:00.589 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
98782026-02-24T15:28:02.203Z[ host-image] Feb 24 15:28:00.589 INFO O| Feb 24 15:28:00.589 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
98792026-02-24T15:28:02.204Z[ host-image] Feb 24 15:28:00.589 INFO O| Feb 24 15:28:00.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
98802026-02-24T15:28:02.204Z[ host-image] Feb 24 15:28:00.589 INFO O| Feb 24 15:28:00.589 INFO ok!
98812026-02-24T15:28:02.204Z[ host-image] Feb 24 15:28:00.589 INFO O| Feb 24 15:28:00.589 INFO STEP 37 (ensure_file) COMPLETE
98822026-02-24T15:28:02.204Z[ host-image] Feb 24 15:28:00.589 INFO O| Feb 24 15:28:00.589 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98832026-02-24T15:28:02.208Z[ host-image] Feb 24 15:28:00.596 INFO O| Feb 24 15:28:00.596 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
98842026-02-24T15:28:02.211Z[ host-image] Feb 24 15:28:00.596 INFO O| Feb 24 15:28:00.596 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
98852026-02-24T15:28:02.211Z[ host-image] Feb 24 15:28:00.596 INFO O| Feb 24 15:28:00.596 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98862026-02-24T15:28:02.211Z[ host-image] Feb 24 15:28:00.597 INFO O| Feb 24 15:28:00.596 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98872026-02-24T15:28:02.211Z[ host-image] Feb 24 15:28:00.597 INFO O| Feb 24 15:28:00.596 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98882026-02-24T15:28:02.211Z[ host-image] Feb 24 15:28:00.597 INFO O| Feb 24 15:28:00.596 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98892026-02-24T15:28:02.211Z[ host-image] Feb 24 15:28:00.597 INFO O| Feb 24 15:28:00.596 INFO ok!
98902026-02-24T15:28:02.211Z[ host-image] Feb 24 15:28:00.597 INFO O| Feb 24 15:28:00.597 INFO STEP 38 (ensure_file) COMPLETE
98912026-02-24T15:28:02.211Z[ host-image] Feb 24 15:28:00.597 INFO O| Feb 24 15:28:00.597 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98922026-02-24T15:28:02.215Z[ host-image] Feb 24 15:28:00.604 INFO O| Feb 24 15:28:00.604 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98932026-02-24T15:28:02.219Z[ host-image] Feb 24 15:28:00.604 INFO O| Feb 24 15:28:00.604 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98942026-02-24T15:28:02.220Z[ host-image] Feb 24 15:28:00.604 INFO O| Feb 24 15:28:00.604 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98952026-02-24T15:28:02.220Z[ host-image] Feb 24 15:28:00.604 INFO O| Feb 24 15:28:00.604 INFO STEP 39 (ensure_dir) COMPLETE
98962026-02-24T15:28:02.220Z[ host-image] Feb 24 15:28:00.604 INFO O| Feb 24 15:28:00.604 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98972026-02-24T15:28:02.224Z[ host-image] Feb 24 15:28:00.611 INFO O| Feb 24 15:28:00.611 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
98982026-02-24T15:28:02.224Z[ host-image] Feb 24 15:28:00.611 INFO O| Feb 24 15:28:00.611 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 ...
98992026-02-24T15:28:02.224Z[ host-image] Feb 24 15:28:00.611 INFO O| Feb 24 15:28:00.611 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
99002026-02-24T15:28:02.224Z[ host-image] Feb 24 15:28:00.611 INFO O| Feb 24 15:28:00.611 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
99012026-02-24T15:28:02.224Z[ host-image] Feb 24 15:28:00.611 INFO O| Feb 24 15:28:00.611 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
99022026-02-24T15:28:02.224Z[ host-image] Feb 24 15:28:00.611 INFO O| Feb 24 15:28:00.611 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
99032026-02-24T15:28:02.224Z[ host-image] Feb 24 15:28:00.611 INFO O| Feb 24 15:28:00.611 INFO ok!
99042026-02-24T15:28:02.224Z[ host-image] Feb 24 15:28:00.611 INFO O| Feb 24 15:28:00.611 INFO STEP 40 (ensure_file) COMPLETE
99052026-02-24T15:28:02.224Z[ host-image] Feb 24 15:28:00.611 INFO O| Feb 24 15:28:00.611 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99062026-02-24T15:28:02.231Z[ host-image] Feb 24 15:28:00.619 INFO O| Feb 24 15:28:00.619 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99072026-02-24T15:28:02.233Z[ host-image] Feb 24 15:28:00.619 INFO O| Feb 24 15:28:00.619 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 ...
99082026-02-24T15:28:02.236Z[ host-image] Feb 24 15:28:00.619 INFO O| Feb 24 15:28:00.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99092026-02-24T15:28:02.236Z[ host-image] Feb 24 15:28:00.619 INFO O| Feb 24 15:28:00.619 INFO ok!
99102026-02-24T15:28:02.236Z[ host-image] Feb 24 15:28:00.619 INFO O| Feb 24 15:28:00.619 INFO STEP 41 (ensure_symlink) COMPLETE
99112026-02-24T15:28:02.236Z[ host-image] Feb 24 15:28:00.619 INFO O| Feb 24 15:28:00.619 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99122026-02-24T15:28:02.239Z[ host-image] Feb 24 15:28:00.626 INFO O| Feb 24 15:28:00.626 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99132026-02-24T15:28:02.239Z[ host-image] Feb 24 15:28:00.626 INFO O| Feb 24 15:28:00.626 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99142026-02-24T15:28:02.239Z[ host-image] Feb 24 15:28:00.627 INFO O| Feb 24 15:28:00.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99152026-02-24T15:28:02.239Z[ host-image] Feb 24 15:28:00.627 INFO O| Feb 24 15:28:00.627 INFO ok!
99162026-02-24T15:28:02.239Z[ host-image] Feb 24 15:28:00.627 INFO O| Feb 24 15:28:00.627 INFO STEP 42 (ensure_symlink) COMPLETE
99172026-02-24T15:28:02.239Z[ host-image] Feb 24 15:28:00.627 INFO O| Feb 24 15:28:00.627 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99182026-02-24T15:28:02.246Z[ host-image] Feb 24 15:28:00.634 INFO O| Feb 24 15:28:00.634 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99192026-02-24T15:28:02.246Z[ host-image] Feb 24 15:28:00.634 INFO O| Feb 24 15:28:00.634 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99202026-02-24T15:28:02.249Z[ host-image] Feb 24 15:28:00.635 INFO O| Feb 24 15:28:00.635 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99212026-02-24T15:28:02.249Z[ host-image] Feb 24 15:28:00.635 INFO O| Feb 24 15:28:00.635 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99222026-02-24T15:28:02.249Z[ host-image] Feb 24 15:28:00.635 INFO O| Feb 24 15:28:00.635 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99232026-02-24T15:28:02.249Z[ host-image] Feb 24 15:28:00.635 INFO O| Feb 24 15:28:00.635 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99242026-02-24T15:28:02.249Z[ host-image] Feb 24 15:28:00.635 INFO O| Feb 24 15:28:00.635 INFO ok!
99252026-02-24T15:28:02.249Z[ host-image] Feb 24 15:28:00.635 INFO O| Feb 24 15:28:00.635 INFO STEP 43 (ensure_file) COMPLETE
99262026-02-24T15:28:02.249Z[ host-image] Feb 24 15:28:00.635 INFO O| Feb 24 15:28:00.635 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99272026-02-24T15:28:02.254Z[ host-image] Feb 24 15:28:00.643 INFO O| Feb 24 15:28:00.643 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99282026-02-24T15:28:02.254Z[ host-image] Feb 24 15:28:00.643 INFO O| Feb 24 15:28:00.643 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 ...
99292026-02-24T15:28:02.257Z[ host-image] Feb 24 15:28:00.643 INFO O| Feb 24 15:28:00.643 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
99302026-02-24T15:28:02.257Z[ host-image] Feb 24 15:28:00.643 INFO O| Feb 24 15:28:00.643 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99312026-02-24T15:28:02.257Z[ host-image] Feb 24 15:28:00.643 INFO O| Feb 24 15:28:00.643 INFO ok!
99322026-02-24T15:28:02.257Z[ host-image] Feb 24 15:28:00.643 INFO O| Feb 24 15:28:00.643 INFO STEP 44 (ensure_file) COMPLETE
99332026-02-24T15:28:02.257Z[ host-image] Feb 24 15:28:00.643 INFO O| Feb 24 15:28:00.643 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99342026-02-24T15:28:02.262Z[ host-image] Feb 24 15:28:00.651 INFO O| Feb 24 15:28:00.651 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99352026-02-24T15:28:02.262Z[ host-image] Feb 24 15:28:00.651 INFO O| Feb 24 15:28:00.651 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99362026-02-24T15:28:02.265Z[ host-image] Feb 24 15:28:00.651 INFO O| Feb 24 15:28:00.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99372026-02-24T15:28:02.266Z[ host-image] Feb 24 15:28:00.651 INFO O| Feb 24 15:28:00.651 INFO ok!
99382026-02-24T15:28:02.266Z[ host-image] Feb 24 15:28:00.651 INFO O| Feb 24 15:28:00.651 INFO STEP 45 (ensure_file) COMPLETE
99392026-02-24T15:28:02.266Z[ host-image] Feb 24 15:28:00.651 INFO O| Feb 24 15:28:00.651 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99402026-02-24T15:28:02.270Z[ host-image] Feb 24 15:28:00.658 INFO O| Feb 24 15:28:00.658 INFO updating shadow file
99412026-02-24T15:28:02.273Z[ host-image] Feb 24 15:28:00.658 INFO O| Feb 24 15:28:00.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99422026-02-24T15:28:02.273Z[ host-image] Feb 24 15:28:00.658 INFO O| Feb 24 15:28:00.658 INFO STEP 46 (shadow) COMPLETE
99432026-02-24T15:28:02.273Z[ host-image] Feb 24 15:28:00.658 INFO O| Feb 24 15:28:00.658 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99442026-02-24T15:28:02.278Z[ host-image] Feb 24 15:28:00.666 INFO O| Feb 24 15:28:00.666 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99452026-02-24T15:28:02.278Z[ host-image] Feb 24 15:28:00.666 INFO O| Feb 24 15:28:00.666 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99462026-02-24T15:28:02.281Z[ host-image] Feb 24 15:28:00.666 INFO O| Feb 24 15:28:00.666 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99472026-02-24T15:28:02.281Z[ host-image] Feb 24 15:28:00.666 INFO O| Feb 24 15:28:00.666 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99482026-02-24T15:28:02.281Z[ host-image] Feb 24 15:28:00.666 INFO O| Feb 24 15:28:00.666 INFO ok!
99492026-02-24T15:28:02.281Z[ host-image] Feb 24 15:28:00.666 INFO O| Feb 24 15:28:00.666 INFO STEP 47 (ensure_file) COMPLETE
99502026-02-24T15:28:02.281Z[ host-image] Feb 24 15:28:00.666 INFO O| Feb 24 15:28:00.666 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99512026-02-24T15:28:02.281Z[ host-image] Feb 24 15:28:00.666 INFO O| Feb 24 15:28:00.666 INFO skip step because feature "mfg" is not enabled
99522026-02-24T15:28:02.281Z[ host-image] Feb 24 15:28:00.666 INFO O| Feb 24 15:28:00.666 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99532026-02-24T15:28:02.281Z[ host-image] Feb 24 15:28:00.667 INFO O| Feb 24 15:28:00.666 INFO skip step because feature "mfg" is not enabled
99542026-02-24T15:28:02.281Z[ host-image] Feb 24 15:28:00.667 INFO O| Feb 24 15:28:00.667 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99552026-02-24T15:28:02.287Z[ host-image] Feb 24 15:28:00.676 INFO O| Feb 24 15:28:00.676 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99562026-02-24T15:28:02.290Z[ host-image] Feb 24 15:28:00.676 INFO O| Feb 24 15:28:00.676 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99572026-02-24T15:28:02.317Z[ host-image] Feb 24 15:28:00.705 INFO O| Feb 24 15:28:00.705 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99582026-02-24T15:28:02.317Z[ host-image] Feb 24 15:28:00.705 INFO O| Feb 24 15:28:00.705 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99592026-02-24T15:28:02.320Z[ host-image] Feb 24 15:28:00.705 INFO O| Feb 24 15:28:00.705 INFO ok!
99602026-02-24T15:28:02.320Z[ host-image] Feb 24 15:28:00.705 INFO O| Feb 24 15:28:00.705 INFO STEP 50 (ensure_file) COMPLETE
99612026-02-24T15:28:02.320Z[ host-image] Feb 24 15:28:00.705 INFO O| Feb 24 15:28:00.705 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99622026-02-24T15:28:02.320Z[ host-image] Feb 24 15:28:00.705 INFO O| Feb 24 15:28:00.705 INFO skip step because feature "compliance" is not enabled
99632026-02-24T15:28:02.320Z[ host-image] Feb 24 15:28:00.705 INFO O| Feb 24 15:28:00.705 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99642026-02-24T15:28:02.326Z[ host-image] Feb 24 15:28:00.714 INFO O| Feb 24 15:28:00.714 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99652026-02-24T15:28:02.326Z[ host-image] Feb 24 15:28:00.714 INFO O| Feb 24 15:28:00.714 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99662026-02-24T15:28:02.329Z[ host-image] Feb 24 15:28:00.715 INFO O| Feb 24 15:28:00.715 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99672026-02-24T15:28:02.329Z[ host-image] Feb 24 15:28:00.715 INFO O| Feb 24 15:28:00.715 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99682026-02-24T15:28:02.329Z[ host-image] Feb 24 15:28:00.715 INFO O| Feb 24 15:28:00.715 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99692026-02-24T15:28:02.329Z[ host-image] Feb 24 15:28:00.715 INFO O| Feb 24 15:28:00.715 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99702026-02-24T15:28:02.329Z[ host-image] Feb 24 15:28:00.715 INFO O| Feb 24 15:28:00.715 INFO ok!
99712026-02-24T15:28:02.329Z[ host-image] Feb 24 15:28:00.715 INFO O| Feb 24 15:28:00.715 INFO STEP 52 (ensure_file) COMPLETE
99722026-02-24T15:28:02.329Z[ host-image] Feb 24 15:28:00.715 INFO O| Feb 24 15:28:00.715 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99732026-02-24T15:28:02.334Z[ host-image] Feb 24 15:28:00.722 INFO O| Feb 24 15:28:00.722 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99742026-02-24T15:28:02.334Z[ host-image] Feb 24 15:28:00.722 INFO O| Feb 24 15:28:00.722 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 ...
99752026-02-24T15:28:02.337Z[ host-image] Feb 24 15:28:00.723 INFO O| Feb 24 15:28:00.723 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
99762026-02-24T15:28:02.337Z[ host-image] Feb 24 15:28:00.723 INFO O| Feb 24 15:28:00.723 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99772026-02-24T15:28:02.337Z[ host-image] Feb 24 15:28:00.723 INFO O| Feb 24 15:28:00.723 INFO ok!
99782026-02-24T15:28:02.337Z[ host-image] Feb 24 15:28:00.723 INFO O| Feb 24 15:28:00.723 INFO STEP 53 (ensure_file) COMPLETE
99792026-02-24T15:28:02.337Z[ host-image] Feb 24 15:28:00.723 INFO O| Feb 24 15:28:00.723 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99802026-02-24T15:28:02.342Z[ host-image] Feb 24 15:28:00.731 INFO O| Feb 24 15:28:00.731 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
99812026-02-24T15:28:02.343Z[ host-image] Feb 24 15:28:00.731 INFO O| Feb 24 15:28:00.731 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 ...
99822026-02-24T15:28:02.346Z[ host-image] Feb 24 15:28:00.732 INFO O| Feb 24 15:28:00.732 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99832026-02-24T15:28:02.346Z[ host-image] Feb 24 15:28:00.732 INFO O| Feb 24 15:28:00.732 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99842026-02-24T15:28:02.346Z[ host-image] Feb 24 15:28:00.732 INFO O| Feb 24 15:28:00.732 INFO ok!
99852026-02-24T15:28:02.346Z[ host-image] Feb 24 15:28:00.732 INFO O| Feb 24 15:28:00.732 INFO STEP 54 (ensure_file) COMPLETE
99862026-02-24T15:28:02.346Z[ host-image] Feb 24 15:28:00.732 INFO O| Feb 24 15:28:00.732 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99872026-02-24T15:28:02.351Z[ host-image] Feb 24 15:28:00.739 INFO O| Feb 24 15:28:00.739 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
99882026-02-24T15:28:02.351Z[ host-image] Feb 24 15:28:00.739 INFO O| Feb 24 15:28:00.739 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 ...
99892026-02-24T15:28:02.354Z[ host-image] Feb 24 15:28:00.740 INFO O| Feb 24 15:28:00.740 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
99902026-02-24T15:28:02.354Z[ host-image] Feb 24 15:28:00.740 INFO O| Feb 24 15:28:00.740 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
99912026-02-24T15:28:02.354Z[ host-image] Feb 24 15:28:00.740 INFO O| Feb 24 15:28:00.740 INFO ok!
99922026-02-24T15:28:02.354Z[ host-image] Feb 24 15:28:00.740 INFO O| Feb 24 15:28:00.740 INFO STEP 55 (ensure_file) COMPLETE
99932026-02-24T15:28:02.354Z[ host-image] Feb 24 15:28:00.740 INFO O| Feb 24 15:28:00.740 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99942026-02-24T15:28:02.359Z[ host-image] Feb 24 15:28:00.747 INFO O| Feb 24 15:28:00.747 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
99952026-02-24T15:28:02.359Z[ host-image] Feb 24 15:28:00.747 INFO O| Feb 24 15:28:00.747 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 ...
99962026-02-24T15:28:02.362Z[ host-image] Feb 24 15:28:00.748 INFO O| Feb 24 15:28:00.748 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99972026-02-24T15:28:02.362Z[ host-image] Feb 24 15:28:00.748 INFO O| Feb 24 15:28:00.748 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99982026-02-24T15:28:02.362Z[ host-image] Feb 24 15:28:00.748 INFO O| Feb 24 15:28:00.748 INFO ok!
99992026-02-24T15:28:02.362Z[ host-image] Feb 24 15:28:00.748 INFO O| Feb 24 15:28:00.748 INFO STEP 56 (ensure_file) COMPLETE
100002026-02-24T15:28:02.362Z[ host-image] Feb 24 15:28:00.748 INFO O| Feb 24 15:28:00.748 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100012026-02-24T15:28:02.367Z[ host-image] Feb 24 15:28:00.755 INFO O| Feb 24 15:28:00.755 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100022026-02-24T15:28:02.367Z[ host-image] Feb 24 15:28:00.755 INFO O| Feb 24 15:28:00.755 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 ...
100032026-02-24T15:28:02.370Z[ host-image] Feb 24 15:28:00.756 INFO O| Feb 24 15:28:00.756 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
100042026-02-24T15:28:02.370Z[ host-image] Feb 24 15:28:00.756 INFO O| Feb 24 15:28:00.756 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100052026-02-24T15:28:02.370Z[ host-image] Feb 24 15:28:00.756 INFO O| Feb 24 15:28:00.756 INFO ok!
100062026-02-24T15:28:02.370Z[ host-image] Feb 24 15:28:00.756 INFO O| Feb 24 15:28:00.756 INFO STEP 57 (ensure_file) COMPLETE
100072026-02-24T15:28:02.370Z[ host-image] Feb 24 15:28:00.756 INFO O| Feb 24 15:28:00.756 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100082026-02-24T15:28:02.375Z[ host-image] Feb 24 15:28:00.763 INFO O| Feb 24 15:28:00.763 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100092026-02-24T15:28:02.375Z[ host-image] Feb 24 15:28:00.763 INFO O| Feb 24 15:28:00.763 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 ...
100102026-02-24T15:28:02.378Z[ host-image] Feb 24 15:28:00.764 INFO O| Feb 24 15:28:00.764 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100112026-02-24T15:28:02.378Z[ host-image] Feb 24 15:28:00.764 INFO O| Feb 24 15:28:00.764 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100122026-02-24T15:28:02.378Z[ host-image] Feb 24 15:28:00.764 INFO O| Feb 24 15:28:00.764 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100132026-02-24T15:28:02.378Z[ host-image] Feb 24 15:28:00.764 INFO O| Feb 24 15:28:00.764 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100142026-02-24T15:28:02.378Z[ host-image] Feb 24 15:28:00.764 INFO O| Feb 24 15:28:00.764 INFO ok!
100152026-02-24T15:28:02.378Z[ host-image] Feb 24 15:28:00.764 INFO O| Feb 24 15:28:00.764 INFO STEP 58 (ensure_file) COMPLETE
100162026-02-24T15:28:02.378Z[ host-image] Feb 24 15:28:00.764 INFO O| Feb 24 15:28:00.764 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100172026-02-24T15:28:02.383Z[ host-image] Feb 24 15:28:00.771 INFO O| Feb 24 15:28:00.771 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100182026-02-24T15:28:02.383Z[ host-image] Feb 24 15:28:00.771 INFO O| Feb 24 15:28:00.771 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 ...
100192026-02-24T15:28:02.386Z[ host-image] Feb 24 15:28:00.772 INFO O| Feb 24 15:28:00.772 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
100202026-02-24T15:28:02.386Z[ host-image] Feb 24 15:28:00.772 INFO O| Feb 24 15:28:00.772 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100212026-02-24T15:28:02.386Z[ host-image] Feb 24 15:28:00.772 INFO O| Feb 24 15:28:00.772 INFO ok!
100222026-02-24T15:28:02.386Z[ host-image] Feb 24 15:28:00.772 INFO O| Feb 24 15:28:00.772 INFO STEP 59 (ensure_file) COMPLETE
100232026-02-24T15:28:02.386Z[ host-image] Feb 24 15:28:00.772 INFO O| Feb 24 15:28:00.772 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100242026-02-24T15:28:02.392Z[ host-image] Feb 24 15:28:00.780 INFO O| Feb 24 15:28:00.780 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100252026-02-24T15:28:02.395Z[ host-image] Feb 24 15:28:00.780 INFO O| Feb 24 15:28:00.780 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100262026-02-24T15:28:02.395Z[ host-image] Feb 24 15:28:00.781 INFO O| Feb 24 15:28:00.781 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100272026-02-24T15:28:02.395Z[ host-image] Feb 24 15:28:00.781 INFO O| Feb 24 15:28:00.781 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100282026-02-24T15:28:02.395Z[ host-image] Feb 24 15:28:00.781 INFO O| Feb 24 15:28:00.781 INFO ok!
100292026-02-24T15:28:02.395Z[ host-image] Feb 24 15:28:00.781 INFO O| Feb 24 15:28:00.781 INFO STEP 60 (ensure_file) COMPLETE
100302026-02-24T15:28:02.395Z[ host-image] Feb 24 15:28:00.781 INFO O| Feb 24 15:28:00.781 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100312026-02-24T15:28:02.400Z[ host-image] Feb 24 15:28:00.788 INFO O| Feb 24 15:28:00.788 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100322026-02-24T15:28:02.400Z[ host-image] Feb 24 15:28:00.788 INFO O| Feb 24 15:28:00.788 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 ...
100332026-02-24T15:28:02.403Z[ host-image] Feb 24 15:28:00.789 INFO O| Feb 24 15:28:00.789 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
100342026-02-24T15:28:02.403Z[ host-image] Feb 24 15:28:00.789 INFO O| Feb 24 15:28:00.789 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100352026-02-24T15:28:02.403Z[ host-image] Feb 24 15:28:00.789 INFO O| Feb 24 15:28:00.789 INFO ok!
100362026-02-24T15:28:02.403Z[ host-image] Feb 24 15:28:00.789 INFO O| Feb 24 15:28:00.789 INFO STEP 61 (ensure_file) COMPLETE
100372026-02-24T15:28:02.403Z[ host-image] Feb 24 15:28:00.789 INFO O| Feb 24 15:28:00.789 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100382026-02-24T15:28:02.408Z[ host-image] Feb 24 15:28:00.796 INFO O| Feb 24 15:28:00.796 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100392026-02-24T15:28:02.408Z[ host-image] Feb 24 15:28:00.796 INFO O| Feb 24 15:28:00.796 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100402026-02-24T15:28:02.411Z[ host-image] Feb 24 15:28:00.797 INFO O| Feb 24 15:28:00.797 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100412026-02-24T15:28:02.411Z[ host-image] Feb 24 15:28:00.797 INFO O| Feb 24 15:28:00.797 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100422026-02-24T15:28:02.411Z[ host-image] Feb 24 15:28:00.797 INFO O| Feb 24 15:28:00.797 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100432026-02-24T15:28:02.411Z[ host-image] Feb 24 15:28:00.797 INFO O| Feb 24 15:28:00.797 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100442026-02-24T15:28:02.411Z[ host-image] Feb 24 15:28:00.797 INFO O| Feb 24 15:28:00.797 INFO ok!
100452026-02-24T15:28:02.411Z[ host-image] Feb 24 15:28:00.797 INFO O| Feb 24 15:28:00.797 INFO STEP 62 (ensure_file) COMPLETE
100462026-02-24T15:28:02.411Z[ host-image] Feb 24 15:28:00.797 INFO O| Feb 24 15:28:00.797 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100472026-02-24T15:28:02.416Z[ host-image] Feb 24 15:28:00.805 INFO O| Feb 24 15:28:00.804 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100482026-02-24T15:28:02.416Z[ host-image] Feb 24 15:28:00.805 INFO O| Feb 24 15:28:00.805 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 ...
100492026-02-24T15:28:02.419Z[ host-image] Feb 24 15:28:00.805 INFO O| Feb 24 15:28:00.805 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100502026-02-24T15:28:02.419Z[ host-image] Feb 24 15:28:00.805 INFO O| Feb 24 15:28:00.805 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100512026-02-24T15:28:02.419Z[ host-image] Feb 24 15:28:00.805 INFO O| Feb 24 15:28:00.805 INFO ok!
100522026-02-24T15:28:02.419Z[ host-image] Feb 24 15:28:00.805 INFO O| Feb 24 15:28:00.805 INFO STEP 63 (ensure_file) COMPLETE
100532026-02-24T15:28:02.419Z[ host-image] Feb 24 15:28:00.805 INFO O| Feb 24 15:28:00.805 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100542026-02-24T15:28:02.425Z[ host-image] Feb 24 15:28:00.813 INFO O| Feb 24 15:28:00.813 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100552026-02-24T15:28:02.425Z[ host-image] Feb 24 15:28:00.813 INFO O| Feb 24 15:28:00.813 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 ...
100562026-02-24T15:28:02.428Z[ host-image] Feb 24 15:28:00.814 INFO O| Feb 24 15:28:00.814 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100572026-02-24T15:28:02.428Z[ host-image] Feb 24 15:28:00.814 INFO O| Feb 24 15:28:00.814 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100582026-02-24T15:28:02.428Z[ host-image] Feb 24 15:28:00.814 INFO O| Feb 24 15:28:00.814 INFO ok!
100592026-02-24T15:28:02.428Z[ host-image] Feb 24 15:28:00.814 INFO O| Feb 24 15:28:00.814 INFO STEP 64 (ensure_file) COMPLETE
100602026-02-24T15:28:02.428Z[ host-image] Feb 24 15:28:00.814 INFO O| Feb 24 15:28:00.814 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100612026-02-24T15:28:02.434Z[ host-image] Feb 24 15:28:00.822 INFO O| Feb 24 15:28:00.822 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100622026-02-24T15:28:02.434Z[ host-image] Feb 24 15:28:00.822 INFO O| Feb 24 15:28:00.822 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 ...
100632026-02-24T15:28:02.437Z[ host-image] Feb 24 15:28:00.822 INFO O| Feb 24 15:28:00.822 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
100642026-02-24T15:28:02.437Z[ host-image] Feb 24 15:28:00.822 INFO O| Feb 24 15:28:00.822 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100652026-02-24T15:28:02.437Z[ host-image] Feb 24 15:28:00.822 INFO O| Feb 24 15:28:00.822 INFO ok!
100662026-02-24T15:28:02.437Z[ host-image] Feb 24 15:28:00.822 INFO O| Feb 24 15:28:00.822 INFO STEP 65 (ensure_file) COMPLETE
100672026-02-24T15:28:02.437Z[ host-image] Feb 24 15:28:00.822 INFO O| Feb 24 15:28:00.822 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100682026-02-24T15:28:02.437Z[ host-image] Feb 24 15:28:00.822 INFO O| Feb 24 15:28:00.822 INFO skip step because feature "mbist" is not enabled
100692026-02-24T15:28:02.437Z[ host-image] Feb 24 15:28:00.822 INFO O| Feb 24 15:28:00.822 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100702026-02-24T15:28:02.442Z[ host-image] Feb 24 15:28:00.830 INFO O| Feb 24 15:28:00.830 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100712026-02-24T15:28:02.442Z[ host-image] Feb 24 15:28:00.830 INFO O| Feb 24 15:28:00.830 INFO STEP 67 (ensure_dir) COMPLETE
100722026-02-24T15:28:02.445Z[ host-image] Feb 24 15:28:00.830 INFO O| Feb 24 15:28:00.830 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100732026-02-24T15:28:02.449Z[ host-image] Feb 24 15:28:00.837 INFO O| Feb 24 15:28:00.837 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100742026-02-24T15:28:02.449Z[ host-image] Feb 24 15:28:00.837 INFO O| Feb 24 15:28:00.837 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100752026-02-24T15:28:02.452Z[ host-image] Feb 24 15:28:00.837 INFO O| Feb 24 15:28:00.837 INFO STEP 68 (ensure_dir) COMPLETE
100762026-02-24T15:28:02.452Z[ host-image] Feb 24 15:28:00.837 INFO O| Feb 24 15:28:00.837 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100772026-02-24T15:28:02.456Z[ host-image] Feb 24 15:28:00.845 INFO O| Feb 24 15:28:00.845 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100782026-02-24T15:28:02.461Z[ host-image] Feb 24 15:28:00.845 INFO O| Feb 24 15:28:00.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100792026-02-24T15:28:02.461Z[ host-image] Feb 24 15:28:00.845 INFO O| Feb 24 15:28:00.845 INFO STEP 69 (ensure_dir) COMPLETE
100802026-02-24T15:28:02.461Z[ host-image] Feb 24 15:28:00.845 INFO O| Feb 24 15:28:00.845 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100812026-02-24T15:28:02.464Z[ host-image] Feb 24 15:28:00.852 INFO O| Feb 24 15:28:00.852 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
100822026-02-24T15:28:02.464Z[ host-image] Feb 24 15:28:00.852 INFO O| Feb 24 15:28:00.852 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
100832026-02-24T15:28:03.282Z[ host-image] Feb 24 15:28:01.670 INFO O| Feb 24 15:28:01.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
100842026-02-24T15:28:03.282Z[ host-image] Feb 24 15:28:01.670 INFO O| Feb 24 15:28:01.670 INFO ok!
100852026-02-24T15:28:03.282Z[ host-image] Feb 24 15:28:01.670 INFO O| Feb 24 15:28:01.670 INFO STEP 70 (ensure_file) COMPLETE
100862026-02-24T15:28:03.282Z[ host-image] Feb 24 15:28:01.670 INFO O| Feb 24 15:28:01.670 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100872026-02-24T15:28:03.291Z[ host-image] Feb 24 15:28:01.679 INFO O| Feb 24 15:28:01.679 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
100882026-02-24T15:28:03.291Z[ host-image] Feb 24 15:28:01.679 INFO O| Feb 24 15:28:01.679 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
100892026-02-24T15:28:04.608Z[ host-image] Feb 24 15:28:02.995 INFO O| Feb 24 15:28:02.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
100902026-02-24T15:28:04.608Z[ host-image] Feb 24 15:28:02.995 INFO O| Feb 24 15:28:02.995 INFO ok!
100912026-02-24T15:28:04.611Z[ host-image] Feb 24 15:28:02.995 INFO O| Feb 24 15:28:02.995 INFO STEP 71 (ensure_file) COMPLETE
100922026-02-24T15:28:04.611Z[ host-image] Feb 24 15:28:02.995 INFO O| Feb 24 15:28:02.995 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100932026-02-24T15:28:04.617Z[ host-image] Feb 24 15:28:03.005 INFO O| Feb 24 15:28:03.005 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100942026-02-24T15:28:04.617Z[ host-image] Feb 24 15:28:03.005 INFO O| Feb 24 15:28:03.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100952026-02-24T15:28:04.620Z[ host-image] Feb 24 15:28:03.005 INFO O| Feb 24 15:28:03.005 INFO STEP 72 (ensure_dir) COMPLETE
100962026-02-24T15:28:04.620Z[ host-image] Feb 24 15:28:03.005 INFO O| Feb 24 15:28:03.005 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100972026-02-24T15:28:04.624Z[ host-image] Feb 24 15:28:03.013 INFO O| Feb 24 15:28:03.013 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
100982026-02-24T15:28:04.627Z[ host-image] Feb 24 15:28:03.013 INFO O| Feb 24 15:28:03.013 INFO copying /tmp/.tmpoIdTwG/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 ...
100992026-02-24T15:28:04.627Z[ host-image] Feb 24 15:28:03.013 INFO O| Feb 24 15:28:03.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101002026-02-24T15:28:04.627Z[ host-image] Feb 24 15:28:03.013 INFO O| Feb 24 15:28:03.013 INFO ok!
101012026-02-24T15:28:04.627Z[ host-image] Feb 24 15:28:03.013 INFO O| Feb 24 15:28:03.013 INFO STEP 73 (ensure_file) COMPLETE
101022026-02-24T15:28:04.628Z[ host-image] Feb 24 15:28:03.013 INFO O| Feb 24 15:28:03.013 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101032026-02-24T15:28:04.632Z[ host-image] Feb 24 15:28:03.020 INFO O| Feb 24 15:28:03.020 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101042026-02-24T15:28:04.632Z[ host-image] Feb 24 15:28:03.020 INFO O| Feb 24 15:28:03.020 INFO copying /tmp/.tmpoIdTwG/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 ...
101052026-02-24T15:28:04.635Z[ host-image] Feb 24 15:28:03.020 INFO O| Feb 24 15:28:03.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101062026-02-24T15:28:04.635Z[ host-image] Feb 24 15:28:03.020 INFO O| Feb 24 15:28:03.020 INFO ok!
101072026-02-24T15:28:04.635Z[ host-image] Feb 24 15:28:03.020 INFO O| Feb 24 15:28:03.020 INFO STEP 74 (ensure_file) COMPLETE
101082026-02-24T15:28:04.635Z[ host-image] Feb 24 15:28:03.020 INFO O| Feb 24 15:28:03.020 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101092026-02-24T15:28:04.640Z[ host-image] Feb 24 15:28:03.028 INFO O| Feb 24 15:28:03.028 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101102026-02-24T15:28:04.640Z[ host-image] Feb 24 15:28:03.028 INFO O| Feb 24 15:28:03.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101112026-02-24T15:28:04.643Z[ host-image] Feb 24 15:28:03.028 INFO O| Feb 24 15:28:03.028 INFO STEP 75 (ensure_dir) COMPLETE
101122026-02-24T15:28:04.643Z[ host-image] Feb 24 15:28:03.028 INFO O| Feb 24 15:28:03.028 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101132026-02-24T15:28:04.648Z[ host-image] Feb 24 15:28:03.036 INFO O| Feb 24 15:28:03.036 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101142026-02-24T15:28:04.648Z[ host-image] Feb 24 15:28:03.036 INFO O| Feb 24 15:28:03.036 INFO copying /tmp/.tmpoIdTwG/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 ...
101152026-02-24T15:28:04.650Z[ host-image] Feb 24 15:28:03.036 INFO O| Feb 24 15:28:03.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101162026-02-24T15:28:04.650Z[ host-image] Feb 24 15:28:03.036 INFO O| Feb 24 15:28:03.036 INFO ok!
101172026-02-24T15:28:04.651Z[ host-image] Feb 24 15:28:03.036 INFO O| Feb 24 15:28:03.036 INFO STEP 76 (ensure_file) COMPLETE
101182026-02-24T15:28:04.651Z[ host-image] Feb 24 15:28:03.036 INFO O| Feb 24 15:28:03.036 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192026-02-24T15:28:04.655Z[ host-image] Feb 24 15:28:03.043 INFO O| Feb 24 15:28:03.043 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101202026-02-24T15:28:04.658Z[ host-image] Feb 24 15:28:03.043 INFO O| Feb 24 15:28:03.043 INFO copying /tmp/.tmpoIdTwG/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 ...
101212026-02-24T15:28:04.659Z[ host-image] Feb 24 15:28:03.043 INFO O| Feb 24 15:28:03.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101222026-02-24T15:28:04.659Z[ host-image] Feb 24 15:28:03.043 INFO O| Feb 24 15:28:03.043 INFO ok!
101232026-02-24T15:28:04.659Z[ host-image] Feb 24 15:28:03.043 INFO O| Feb 24 15:28:03.043 INFO STEP 77 (ensure_file) COMPLETE
101242026-02-24T15:28:04.659Z[ host-image] Feb 24 15:28:03.043 INFO O| Feb 24 15:28:03.043 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101252026-02-24T15:28:04.663Z[ host-image] Feb 24 15:28:03.051 INFO O| Feb 24 15:28:03.051 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101262026-02-24T15:28:04.663Z[ host-image] Feb 24 15:28:03.051 INFO O| Feb 24 15:28:03.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101272026-02-24T15:28:04.663Z[ host-image] Feb 24 15:28:03.051 INFO O| Feb 24 15:28:03.051 INFO STEP 78 (ensure_dir) COMPLETE
101282026-02-24T15:28:04.666Z[ host-image] Feb 24 15:28:03.051 INFO O| Feb 24 15:28:03.051 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101292026-02-24T15:28:04.670Z[ host-image] Feb 24 15:28:03.058 INFO O| Feb 24 15:28:03.058 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101302026-02-24T15:28:04.670Z[ host-image] Feb 24 15:28:03.058 INFO O| Feb 24 15:28:03.058 INFO copying /tmp/.tmpoIdTwG/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 ...
101312026-02-24T15:28:04.673Z[ host-image] Feb 24 15:28:03.058 INFO O| Feb 24 15:28:03.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101322026-02-24T15:28:04.673Z[ host-image] Feb 24 15:28:03.058 INFO O| Feb 24 15:28:03.058 INFO ok!
101332026-02-24T15:28:04.673Z[ host-image] Feb 24 15:28:03.058 INFO O| Feb 24 15:28:03.058 INFO STEP 79 (ensure_file) COMPLETE
101342026-02-24T15:28:04.673Z[ host-image] Feb 24 15:28:03.058 INFO O| Feb 24 15:28:03.058 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101352026-02-24T15:28:04.677Z[ host-image] Feb 24 15:28:03.065 INFO O| Feb 24 15:28:03.065 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101362026-02-24T15:28:04.677Z[ host-image] Feb 24 15:28:03.065 INFO O| Feb 24 15:28:03.065 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101372026-02-24T15:28:04.680Z[ host-image] Feb 24 15:28:03.065 INFO O| Feb 24 15:28:03.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101382026-02-24T15:28:04.680Z[ host-image] Feb 24 15:28:03.065 INFO O| Feb 24 15:28:03.065 INFO ok!
101392026-02-24T15:28:04.680Z[ host-image] Feb 24 15:28:03.066 INFO O| Feb 24 15:28:03.065 INFO STEP 80 (ensure_file) COMPLETE
101402026-02-24T15:28:04.681Z[ host-image] Feb 24 15:28:03.066 INFO O| Feb 24 15:28:03.065 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101412026-02-24T15:28:04.685Z[ host-image] Feb 24 15:28:03.073 INFO O| Feb 24 15:28:03.073 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101422026-02-24T15:28:04.688Z[ host-image] Feb 24 15:28:03.073 INFO O| Feb 24 15:28:03.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101432026-02-24T15:28:04.688Z[ host-image] Feb 24 15:28:03.073 INFO O| Feb 24 15:28:03.073 INFO STEP 81 (ensure_dir) COMPLETE
101442026-02-24T15:28:04.688Z[ host-image] Feb 24 15:28:03.073 INFO O| Feb 24 15:28:03.073 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101452026-02-24T15:28:04.693Z[ host-image] Feb 24 15:28:03.081 INFO O| Feb 24 15:28:03.081 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101462026-02-24T15:28:04.693Z[ host-image] Feb 24 15:28:03.081 INFO O| Feb 24 15:28:03.081 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101472026-02-24T15:28:05.759Z[ host-image] Feb 24 15:28:04.146 INFO O| Feb 24 15:28:04.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101482026-02-24T15:28:05.759Z[ host-image] Feb 24 15:28:04.146 INFO O| Feb 24 15:28:04.146 INFO ok!
101492026-02-24T15:28:05.762Z[ host-image] Feb 24 15:28:04.146 INFO O| Feb 24 15:28:04.146 INFO STEP 82 (ensure_file) COMPLETE
101502026-02-24T15:28:05.762Z[ host-image] Feb 24 15:28:04.146 INFO O| Feb 24 15:28:04.146 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512026-02-24T15:28:05.768Z[ host-image] Feb 24 15:28:04.155 INFO O| Feb 24 15:28:04.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101522026-02-24T15:28:05.768Z[ host-image] Feb 24 15:28:04.155 INFO O| Feb 24 15:28:04.155 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101532026-02-24T15:28:06.380Z[ host-image] Feb 24 15:28:04.767 INFO O| Feb 24 15:28:04.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101542026-02-24T15:28:06.380Z[ host-image] Feb 24 15:28:04.767 INFO O| Feb 24 15:28:04.767 INFO ok!
101552026-02-24T15:28:06.383Z[ host-image] Feb 24 15:28:04.767 INFO O| Feb 24 15:28:04.767 INFO STEP 83 (ensure_file) COMPLETE
101562026-02-24T15:28:06.383Z[ host-image] Feb 24 15:28:04.767 INFO O| Feb 24 15:28:04.767 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-02-24T15:28:06.388Z[ host-image] Feb 24 15:28:04.776 INFO O| Feb 24 15:28:04.776 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101582026-02-24T15:28:06.391Z[ host-image] Feb 24 15:28:04.776 INFO O| Feb 24 15:28:04.776 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101592026-02-24T15:28:08.944Z[ host-image] Feb 24 15:28:07.330 INFO O| Feb 24 15:28:07.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101602026-02-24T15:28:08.944Z[ host-image] Feb 24 15:28:07.330 INFO O| Feb 24 15:28:07.330 INFO ok!
101612026-02-24T15:28:08.947Z[ host-image] Feb 24 15:28:07.330 INFO O| Feb 24 15:28:07.330 INFO STEP 84 (ensure_file) COMPLETE
101622026-02-24T15:28:08.947Z[ host-image] Feb 24 15:28:07.330 INFO O| Feb 24 15:28:07.330 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-02-24T15:28:08.952Z[ host-image] Feb 24 15:28:07.340 INFO O| Feb 24 15:28:07.339 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101642026-02-24T15:28:08.955Z[ host-image] Feb 24 15:28:07.340 INFO O| Feb 24 15:28:07.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101652026-02-24T15:28:08.955Z[ host-image] Feb 24 15:28:07.340 INFO O| Feb 24 15:28:07.340 INFO STEP 85 (ensure_dir) COMPLETE
101662026-02-24T15:28:08.955Z[ host-image] Feb 24 15:28:07.340 INFO O| Feb 24 15:28:07.340 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-02-24T15:28:08.959Z[ host-image] Feb 24 15:28:07.347 INFO O| Feb 24 15:28:07.347 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101682026-02-24T15:28:08.959Z[ host-image] Feb 24 15:28:07.347 INFO O| Feb 24 15:28:07.347 INFO copying /tmp/.tmpoIdTwG/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 ...
101692026-02-24T15:28:08.959Z[ host-image] Feb 24 15:28:07.347 INFO O| Feb 24 15:28:07.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101702026-02-24T15:28:08.962Z[ host-image] Feb 24 15:28:07.347 INFO O| Feb 24 15:28:07.347 INFO ok!
101712026-02-24T15:28:08.962Z[ host-image] Feb 24 15:28:07.347 INFO O| Feb 24 15:28:07.347 INFO STEP 86 (ensure_file) COMPLETE
101722026-02-24T15:28:08.962Z[ host-image] Feb 24 15:28:07.347 INFO O| Feb 24 15:28:07.347 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-02-24T15:28:08.967Z[ host-image] Feb 24 15:28:07.355 INFO O| Feb 24 15:28:07.355 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101742026-02-24T15:28:08.967Z[ host-image] Feb 24 15:28:07.355 INFO O| Feb 24 15:28:07.355 INFO copying /tmp/.tmpoIdTwG/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 ...
101752026-02-24T15:28:08.971Z[ host-image] Feb 24 15:28:07.355 INFO O| Feb 24 15:28:07.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
101762026-02-24T15:28:08.971Z[ host-image] Feb 24 15:28:07.355 INFO O| Feb 24 15:28:07.355 INFO ok!
101772026-02-24T15:28:08.971Z[ host-image] Feb 24 15:28:07.355 INFO O| Feb 24 15:28:07.355 INFO STEP 87 (ensure_file) COMPLETE
101782026-02-24T15:28:08.971Z[ host-image] Feb 24 15:28:07.355 INFO O| Feb 24 15:28:07.355 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-02-24T15:28:08.975Z[ host-image] Feb 24 15:28:07.363 INFO O| Feb 24 15:28:07.363 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
101802026-02-24T15:28:08.975Z[ host-image] Feb 24 15:28:07.363 INFO O| Feb 24 15:28:07.363 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
101812026-02-24T15:28:08.978Z[ host-image] Feb 24 15:28:07.363 INFO O| Feb 24 15:28:07.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
101822026-02-24T15:28:08.978Z[ host-image] Feb 24 15:28:07.363 INFO O| Feb 24 15:28:07.363 INFO ok!
101832026-02-24T15:28:08.978Z[ host-image] Feb 24 15:28:07.363 INFO O| Feb 24 15:28:07.363 INFO STEP 88 (ensure_file) COMPLETE
101842026-02-24T15:28:08.978Z[ host-image] Feb 24 15:28:07.363 INFO O| Feb 24 15:28:07.363 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-02-24T15:28:08.983Z[ host-image] Feb 24 15:28:07.371 INFO O| Feb 24 15:28:07.371 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
101862026-02-24T15:28:08.983Z[ host-image] Feb 24 15:28:07.371 INFO O| Feb 24 15:28:07.371 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
101872026-02-24T15:28:08.987Z[ host-image] Feb 24 15:28:07.371 INFO O| Feb 24 15:28:07.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
101882026-02-24T15:28:08.987Z[ host-image] Feb 24 15:28:07.371 INFO O| Feb 24 15:28:07.371 INFO ok!
101892026-02-24T15:28:08.987Z[ host-image] Feb 24 15:28:07.371 INFO O| Feb 24 15:28:07.371 INFO STEP 89 (ensure_file) COMPLETE
101902026-02-24T15:28:08.987Z[ host-image] Feb 24 15:28:07.371 INFO O| Feb 24 15:28:07.371 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-02-24T15:28:08.991Z[ host-image] Feb 24 15:28:07.378 INFO O| Feb 24 15:28:07.378 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101922026-02-24T15:28:08.991Z[ host-image] Feb 24 15:28:07.378 INFO O| Feb 24 15:28:07.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101932026-02-24T15:28:08.991Z[ host-image] Feb 24 15:28:07.378 INFO O| Feb 24 15:28:07.378 INFO STEP 90 (ensure_dir) COMPLETE
101942026-02-24T15:28:08.994Z[ host-image] Feb 24 15:28:07.378 INFO O| Feb 24 15:28:07.378 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-02-24T15:28:08.998Z[ host-image] Feb 24 15:28:07.386 INFO O| Feb 24 15:28:07.386 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
101962026-02-24T15:28:08.998Z[ host-image] Feb 24 15:28:07.386 INFO O| Feb 24 15:28:07.386 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
101972026-02-24T15:28:09.003Z[ host-image] Feb 24 15:28:07.390 INFO O| Feb 24 15:28:07.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
101982026-02-24T15:28:09.006Z[ host-image] Feb 24 15:28:07.390 INFO O| Feb 24 15:28:07.390 INFO ok!
101992026-02-24T15:28:09.006Z[ host-image] Feb 24 15:28:07.391 INFO O| Feb 24 15:28:07.390 INFO STEP 91 (ensure_file) COMPLETE
102002026-02-24T15:28:09.006Z[ host-image] Feb 24 15:28:07.391 INFO O| Feb 24 15:28:07.390 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-02-24T15:28:09.010Z[ host-image] Feb 24 15:28:07.398 INFO O| Feb 24 15:28:07.398 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102022026-02-24T15:28:09.010Z[ host-image] Feb 24 15:28:07.398 INFO O| Feb 24 15:28:07.398 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102032026-02-24T15:28:09.013Z[ host-image] Feb 24 15:28:07.398 INFO O| Feb 24 15:28:07.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102042026-02-24T15:28:09.013Z[ host-image] Feb 24 15:28:07.398 INFO O| Feb 24 15:28:07.398 INFO ok!
102052026-02-24T15:28:09.014Z[ host-image] Feb 24 15:28:07.398 INFO O| Feb 24 15:28:07.398 INFO STEP 92 (ensure_file) COMPLETE
102062026-02-24T15:28:09.014Z[ host-image] Feb 24 15:28:07.398 INFO O| Feb 24 15:28:07.398 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072026-02-24T15:28:09.018Z[ host-image] Feb 24 15:28:07.405 INFO O| Feb 24 15:28:07.405 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102082026-02-24T15:28:09.021Z[ host-image] Feb 24 15:28:07.405 INFO O| Feb 24 15:28:07.405 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102092026-02-24T15:28:09.969Z[ host-image] Feb 24 15:28:08.356 INFO O| Feb 24 15:28:08.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102102026-02-24T15:28:09.969Z[ host-image] Feb 24 15:28:08.356 INFO O| Feb 24 15:28:08.356 INFO ok!
102112026-02-24T15:28:09.973Z[ host-image] Feb 24 15:28:08.356 INFO O| Feb 24 15:28:08.356 INFO STEP 93 (ensure_file) COMPLETE
102122026-02-24T15:28:09.973Z[ host-image] Feb 24 15:28:08.356 INFO O| Feb 24 15:28:08.356 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-02-24T15:28:09.978Z[ host-image] Feb 24 15:28:08.365 INFO O| Feb 24 15:28:08.365 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102142026-02-24T15:28:09.981Z[ host-image] Feb 24 15:28:08.365 INFO O| Feb 24 15:28:08.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102152026-02-24T15:28:09.981Z[ host-image] Feb 24 15:28:08.365 INFO O| Feb 24 15:28:08.365 INFO STEP 94 (ensure_dir) COMPLETE
102162026-02-24T15:28:09.981Z[ host-image] Feb 24 15:28:08.365 INFO O| Feb 24 15:28:08.365 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-02-24T15:28:09.985Z[ host-image] Feb 24 15:28:08.373 INFO O| Feb 24 15:28:08.373 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102182026-02-24T15:28:09.986Z[ host-image] Feb 24 15:28:08.373 INFO O| Feb 24 15:28:08.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102192026-02-24T15:28:09.989Z[ host-image] Feb 24 15:28:08.373 INFO O| Feb 24 15:28:08.373 INFO STEP 95 (ensure_dir) COMPLETE
102202026-02-24T15:28:09.989Z[ host-image] Feb 24 15:28:08.373 INFO O| Feb 24 15:28:08.373 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-02-24T15:28:09.993Z[ host-image] Feb 24 15:28:08.381 INFO O| Feb 24 15:28:08.380 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102222026-02-24T15:28:09.993Z[ host-image] Feb 24 15:28:08.381 INFO O| Feb 24 15:28:08.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102232026-02-24T15:28:09.996Z[ host-image] Feb 24 15:28:08.381 INFO O| Feb 24 15:28:08.381 INFO STEP 96 (ensure_dir) COMPLETE
102242026-02-24T15:28:09.996Z[ host-image] Feb 24 15:28:08.381 INFO O| Feb 24 15:28:08.381 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-02-24T15:28:10.001Z[ host-image] Feb 24 15:28:08.388 INFO O| Feb 24 15:28:08.388 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102262026-02-24T15:28:10.001Z[ host-image] Feb 24 15:28:08.388 INFO O| Feb 24 15:28:08.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102272026-02-24T15:28:10.004Z[ host-image] Feb 24 15:28:08.388 INFO O| Feb 24 15:28:08.388 INFO STEP 97 (ensure_dir) COMPLETE
102282026-02-24T15:28:10.004Z[ host-image] Feb 24 15:28:08.388 INFO O| Feb 24 15:28:08.388 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-02-24T15:28:10.008Z[ host-image] Feb 24 15:28:08.396 INFO O| Feb 24 15:28:08.395 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102302026-02-24T15:28:10.008Z[ host-image] Feb 24 15:28:08.396 INFO O| Feb 24 15:28:08.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102312026-02-24T15:28:10.011Z[ host-image] Feb 24 15:28:08.396 INFO O| Feb 24 15:28:08.396 INFO STEP 98 (ensure_dir) COMPLETE
102322026-02-24T15:28:10.011Z[ host-image] Feb 24 15:28:08.396 INFO O| Feb 24 15:28:08.396 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-02-24T15:28:10.016Z[ host-image] Feb 24 15:28:08.403 INFO O| Feb 24 15:28:08.403 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102342026-02-24T15:28:10.019Z[ host-image] Feb 24 15:28:08.403 INFO O| Feb 24 15:28:08.403 INFO copying /tmp/.tmpoIdTwG/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 ...
102352026-02-24T15:28:10.019Z[ host-image] Feb 24 15:28:08.403 INFO O| Feb 24 15:28:08.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102362026-02-24T15:28:10.019Z[ host-image] Feb 24 15:28:08.403 INFO O| Feb 24 15:28:08.403 INFO ok!
102372026-02-24T15:28:10.019Z[ host-image] Feb 24 15:28:08.403 INFO O| Feb 24 15:28:08.403 INFO STEP 99 (ensure_file) COMPLETE
102382026-02-24T15:28:10.019Z[ host-image] Feb 24 15:28:08.403 INFO O| Feb 24 15:28:08.403 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392026-02-24T15:28:10.023Z[ host-image] Feb 24 15:28:08.411 INFO O| Feb 24 15:28:08.411 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102402026-02-24T15:28:10.026Z[ host-image] Feb 24 15:28:08.411 INFO O| Feb 24 15:28:08.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102412026-02-24T15:28:10.026Z[ host-image] Feb 24 15:28:08.411 INFO O| Feb 24 15:28:08.411 INFO STEP 100 (ensure_dir) COMPLETE
102422026-02-24T15:28:10.026Z[ host-image] Feb 24 15:28:08.411 INFO O| Feb 24 15:28:08.411 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-02-24T15:28:10.031Z[ host-image] Feb 24 15:28:08.418 INFO O| Feb 24 15:28:08.418 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102442026-02-24T15:28:10.031Z[ host-image] Feb 24 15:28:08.418 INFO O| Feb 24 15:28:08.418 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102452026-02-24T15:28:10.050Z[ host-image] Feb 24 15:28:08.437 INFO O| Feb 24 15:28:08.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102462026-02-24T15:28:10.054Z[ host-image] Feb 24 15:28:08.437 INFO O| Feb 24 15:28:08.437 INFO ok!
102472026-02-24T15:28:10.054Z[ host-image] Feb 24 15:28:08.437 INFO O| Feb 24 15:28:08.437 INFO STEP 101 (ensure_file) COMPLETE
102482026-02-24T15:28:10.054Z[ host-image] Feb 24 15:28:08.437 INFO O| Feb 24 15:28:08.437 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-02-24T15:28:10.058Z[ host-image] Feb 24 15:28:08.445 INFO O| Feb 24 15:28:08.445 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102502026-02-24T15:28:10.058Z[ host-image] Feb 24 15:28:08.445 INFO O| Feb 24 15:28:08.445 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102512026-02-24T15:28:10.061Z[ host-image] Feb 24 15:28:08.445 INFO O| Feb 24 15:28:08.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102522026-02-24T15:28:10.061Z[ host-image] Feb 24 15:28:08.445 INFO O| Feb 24 15:28:08.445 INFO ok!
102532026-02-24T15:28:10.061Z[ host-image] Feb 24 15:28:08.445 INFO O| Feb 24 15:28:08.445 INFO STEP 102 (ensure_file) COMPLETE
102542026-02-24T15:28:10.061Z[ host-image] Feb 24 15:28:08.445 INFO O| Feb 24 15:28:08.445 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102552026-02-24T15:28:10.066Z[ host-image] Feb 24 15:28:08.453 INFO O| Feb 24 15:28:08.453 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102562026-02-24T15:28:10.066Z[ host-image] Feb 24 15:28:08.453 INFO O| Feb 24 15:28:08.453 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102572026-02-24T15:28:10.511Z[ host-image] Feb 24 15:28:08.898 INFO O| Feb 24 15:28:08.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102582026-02-24T15:28:10.511Z[ host-image] Feb 24 15:28:08.898 INFO O| Feb 24 15:28:08.898 INFO ok!
102592026-02-24T15:28:10.511Z[ host-image] Feb 24 15:28:08.898 INFO O| Feb 24 15:28:08.898 INFO STEP 103 (ensure_file) COMPLETE
102602026-02-24T15:28:10.511Z[ host-image] Feb 24 15:28:08.898 INFO O| Feb 24 15:28:08.898 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-02-24T15:28:10.519Z[ host-image] Feb 24 15:28:08.906 INFO O| Feb 24 15:28:08.906 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102622026-02-24T15:28:10.520Z[ host-image] Feb 24 15:28:08.906 INFO O| Feb 24 15:28:08.906 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102632026-02-24T15:28:10.523Z[ host-image] Feb 24 15:28:08.907 INFO O| Feb 24 15:28:08.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102642026-02-24T15:28:10.523Z[ host-image] Feb 24 15:28:08.907 INFO O| Feb 24 15:28:08.907 INFO ok!
102652026-02-24T15:28:10.523Z[ host-image] Feb 24 15:28:08.907 INFO O| Feb 24 15:28:08.907 INFO STEP 104 (ensure_file) COMPLETE
102662026-02-24T15:28:10.523Z[ host-image] Feb 24 15:28:08.907 INFO O| Feb 24 15:28:08.907 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-02-24T15:28:10.527Z[ host-image] Feb 24 15:28:08.914 INFO O| Feb 24 15:28:08.914 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102682026-02-24T15:28:10.527Z[ host-image] Feb 24 15:28:08.914 INFO O| Feb 24 15:28:08.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102692026-02-24T15:28:10.527Z[ host-image] Feb 24 15:28:08.914 INFO O| Feb 24 15:28:08.914 INFO STEP 105 (ensure_dir) COMPLETE
102702026-02-24T15:28:10.530Z[ host-image] Feb 24 15:28:08.914 INFO O| Feb 24 15:28:08.914 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-02-24T15:28:10.535Z[ host-image] Feb 24 15:28:08.921 INFO O| Feb 24 15:28:08.921 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
102722026-02-24T15:28:10.535Z[ host-image] Feb 24 15:28:08.921 INFO O| Feb 24 15:28:08.921 INFO copying /tmp/.tmpoIdTwG/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 ...
102732026-02-24T15:28:11.041Z[ host-image] Feb 24 15:28:09.427 INFO O| Feb 24 15:28:09.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102742026-02-24T15:28:11.042Z[ host-image] Feb 24 15:28:09.427 INFO O| Feb 24 15:28:09.427 INFO ok!
102752026-02-24T15:28:11.045Z[ host-image] Feb 24 15:28:09.427 INFO O| Feb 24 15:28:09.427 INFO STEP 106 (ensure_file) COMPLETE
102762026-02-24T15:28:11.045Z[ host-image] Feb 24 15:28:09.428 INFO O| Feb 24 15:28:09.427 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-02-24T15:28:11.049Z[ host-image] Feb 24 15:28:09.436 INFO O| Feb 24 15:28:09.436 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
102782026-02-24T15:28:11.052Z[ host-image] Feb 24 15:28:09.436 INFO O| Feb 24 15:28:09.436 INFO copying /tmp/.tmpoIdTwG/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 ...
102792026-02-24T15:28:11.052Z[ host-image] Feb 24 15:28:09.437 INFO O| Feb 24 15:28:09.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
102802026-02-24T15:28:11.052Z[ host-image] Feb 24 15:28:09.437 INFO O| Feb 24 15:28:09.437 INFO ok!
102812026-02-24T15:28:11.053Z[ host-image] Feb 24 15:28:09.437 INFO O| Feb 24 15:28:09.437 INFO STEP 107 (ensure_file) COMPLETE
102822026-02-24T15:28:11.053Z[ host-image] Feb 24 15:28:09.437 INFO O| Feb 24 15:28:09.437 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-02-24T15:28:11.058Z[ host-image] Feb 24 15:28:09.445 INFO O| Feb 24 15:28:09.445 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
102842026-02-24T15:28:11.058Z[ host-image] Feb 24 15:28:09.445 INFO O| Feb 24 15:28:09.445 INFO copying /tmp/.tmpoIdTwG/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 ...
102852026-02-24T15:28:11.061Z[ host-image] Feb 24 15:28:09.445 INFO O| Feb 24 15:28:09.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
102862026-02-24T15:28:11.061Z[ host-image] Feb 24 15:28:09.445 INFO O| Feb 24 15:28:09.445 INFO ok!
102872026-02-24T15:28:11.061Z[ host-image] Feb 24 15:28:09.445 INFO O| Feb 24 15:28:09.445 INFO STEP 108 (ensure_file) COMPLETE
102882026-02-24T15:28:11.061Z[ host-image] Feb 24 15:28:09.445 INFO O| Feb 24 15:28:09.445 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-02-24T15:28:11.066Z[ host-image] Feb 24 15:28:09.453 INFO O| Feb 24 15:28:09.453 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
102902026-02-24T15:28:11.066Z[ host-image] Feb 24 15:28:09.453 INFO O| Feb 24 15:28:09.453 INFO copying /tmp/.tmpoIdTwG/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 ...
102912026-02-24T15:28:11.068Z[ host-image] Feb 24 15:28:09.453 INFO O| Feb 24 15:28:09.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
102922026-02-24T15:28:11.069Z[ host-image] Feb 24 15:28:09.453 INFO O| Feb 24 15:28:09.453 INFO ok!
102932026-02-24T15:28:11.069Z[ host-image] Feb 24 15:28:09.453 INFO O| Feb 24 15:28:09.453 INFO STEP 109 (ensure_file) COMPLETE
102942026-02-24T15:28:11.069Z[ host-image] Feb 24 15:28:09.453 INFO O| Feb 24 15:28:09.453 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-02-24T15:28:11.074Z[ host-image] Feb 24 15:28:09.461 INFO O| Feb 24 15:28:09.461 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
102962026-02-24T15:28:11.074Z[ host-image] Feb 24 15:28:09.461 INFO O| Feb 24 15:28:09.461 INFO copying /tmp/.tmpoIdTwG/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 ...
102972026-02-24T15:28:11.076Z[ host-image] Feb 24 15:28:09.461 INFO O| Feb 24 15:28:09.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
102982026-02-24T15:28:11.077Z[ host-image] Feb 24 15:28:09.461 INFO O| Feb 24 15:28:09.461 INFO ok!
102992026-02-24T15:28:11.077Z[ host-image] Feb 24 15:28:09.461 INFO O| Feb 24 15:28:09.461 INFO STEP 110 (ensure_file) COMPLETE
103002026-02-24T15:28:11.077Z[ host-image] Feb 24 15:28:09.461 INFO O| Feb 24 15:28:09.461 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-02-24T15:28:11.081Z[ host-image] Feb 24 15:28:09.468 INFO O| Feb 24 15:28:09.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103022026-02-24T15:28:11.084Z[ host-image] Feb 24 15:28:09.468 INFO O| Feb 24 15:28:09.468 INFO copying /tmp/.tmpoIdTwG/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 ...
103032026-02-24T15:28:11.084Z[ host-image] Feb 24 15:28:09.469 INFO O| Feb 24 15:28:09.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103042026-02-24T15:28:11.084Z[ host-image] Feb 24 15:28:09.469 INFO O| Feb 24 15:28:09.469 INFO ok!
103052026-02-24T15:28:11.084Z[ host-image] Feb 24 15:28:09.469 INFO O| Feb 24 15:28:09.469 INFO STEP 111 (ensure_file) COMPLETE
103062026-02-24T15:28:11.084Z[ host-image] Feb 24 15:28:09.469 INFO O| Feb 24 15:28:09.469 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-02-24T15:28:11.089Z[ host-image] Feb 24 15:28:09.476 INFO O| Feb 24 15:28:09.476 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103082026-02-24T15:28:11.089Z[ host-image] Feb 24 15:28:09.476 INFO O| Feb 24 15:28:09.476 INFO copying /tmp/.tmpoIdTwG/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 ...
103092026-02-24T15:28:11.092Z[ host-image] Feb 24 15:28:09.476 INFO O| Feb 24 15:28:09.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103102026-02-24T15:28:11.092Z[ host-image] Feb 24 15:28:09.476 INFO O| Feb 24 15:28:09.476 INFO ok!
103112026-02-24T15:28:11.092Z[ host-image] Feb 24 15:28:09.476 INFO O| Feb 24 15:28:09.476 INFO STEP 112 (ensure_file) COMPLETE
103122026-02-24T15:28:11.092Z[ host-image] Feb 24 15:28:09.476 INFO O| Feb 24 15:28:09.476 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-02-24T15:28:11.096Z[ host-image] Feb 24 15:28:09.484 INFO O| Feb 24 15:28:09.484 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103142026-02-24T15:28:11.099Z[ host-image] Feb 24 15:28:09.484 INFO O| Feb 24 15:28:09.484 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103152026-02-24T15:28:11.099Z[ host-image] Feb 24 15:28:09.484 INFO O| Feb 24 15:28:09.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103162026-02-24T15:28:11.099Z[ host-image] Feb 24 15:28:09.484 INFO O| Feb 24 15:28:09.484 INFO ok!
103172026-02-24T15:28:11.099Z[ host-image] Feb 24 15:28:09.484 INFO O| Feb 24 15:28:09.484 INFO STEP 113 (ensure_file) COMPLETE
103182026-02-24T15:28:11.100Z[ host-image] Feb 24 15:28:09.484 INFO O| Feb 24 15:28:09.484 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-02-24T15:28:11.105Z[ host-image] Feb 24 15:28:09.492 INFO O| Feb 24 15:28:09.492 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103202026-02-24T15:28:11.105Z[ host-image] Feb 24 15:28:09.492 INFO O| Feb 24 15:28:09.492 INFO copying /tmp/.tmpoIdTwG/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 ...
103212026-02-24T15:28:11.108Z[ host-image] Feb 24 15:28:09.492 INFO O| Feb 24 15:28:09.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103222026-02-24T15:28:11.108Z[ host-image] Feb 24 15:28:09.492 INFO O| Feb 24 15:28:09.492 INFO ok!
103232026-02-24T15:28:11.108Z[ host-image] Feb 24 15:28:09.492 INFO O| Feb 24 15:28:09.492 INFO STEP 114 (ensure_file) COMPLETE
103242026-02-24T15:28:11.108Z[ host-image] Feb 24 15:28:09.492 INFO O| Feb 24 15:28:09.492 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-02-24T15:28:11.112Z[ host-image] Feb 24 15:28:09.499 INFO O| Feb 24 15:28:09.499 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103262026-02-24T15:28:11.112Z[ host-image] Feb 24 15:28:09.499 INFO O| Feb 24 15:28:09.499 INFO copying /tmp/.tmpoIdTwG/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 ...
103272026-02-24T15:28:11.115Z[ host-image] Feb 24 15:28:09.499 INFO O| Feb 24 15:28:09.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103282026-02-24T15:28:11.115Z[ host-image] Feb 24 15:28:09.499 INFO O| Feb 24 15:28:09.499 INFO ok!
103292026-02-24T15:28:11.115Z[ host-image] Feb 24 15:28:09.499 INFO O| Feb 24 15:28:09.499 INFO STEP 115 (ensure_file) COMPLETE
103302026-02-24T15:28:11.115Z[ host-image] Feb 24 15:28:09.499 INFO O| Feb 24 15:28:09.499 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-02-24T15:28:11.120Z[ host-image] Feb 24 15:28:09.507 INFO O| Feb 24 15:28:09.507 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103322026-02-24T15:28:11.120Z[ host-image] Feb 24 15:28:09.507 INFO O| Feb 24 15:28:09.507 INFO copying /tmp/.tmpoIdTwG/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 ...
103332026-02-24T15:28:11.120Z[ host-image] Feb 24 15:28:09.507 INFO O| Feb 24 15:28:09.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103342026-02-24T15:28:11.120Z[ host-image] Feb 24 15:28:09.507 INFO O| Feb 24 15:28:09.507 INFO ok!
103352026-02-24T15:28:11.123Z[ host-image] Feb 24 15:28:09.507 INFO O| Feb 24 15:28:09.507 INFO STEP 116 (ensure_file) COMPLETE
103362026-02-24T15:28:11.123Z[ host-image] Feb 24 15:28:09.507 INFO O| Feb 24 15:28:09.507 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-02-24T15:28:11.127Z[ host-image] Feb 24 15:28:09.515 INFO O| Feb 24 15:28:09.515 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103382026-02-24T15:28:11.128Z[ host-image] Feb 24 15:28:09.515 INFO O| Feb 24 15:28:09.515 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103392026-02-24T15:28:11.128Z[ host-image] Feb 24 15:28:09.515 INFO O| Feb 24 15:28:09.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103402026-02-24T15:28:11.130Z[ host-image] Feb 24 15:28:09.515 INFO O| Feb 24 15:28:09.515 INFO ok!
103412026-02-24T15:28:11.131Z[ host-image] Feb 24 15:28:09.515 INFO O| Feb 24 15:28:09.515 INFO STEP 117 (ensure_file) COMPLETE
103422026-02-24T15:28:11.131Z[ host-image] Feb 24 15:28:09.515 INFO O| Feb 24 15:28:09.515 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-02-24T15:28:11.135Z[ host-image] Feb 24 15:28:09.522 INFO O| Feb 24 15:28:09.522 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103442026-02-24T15:28:11.135Z[ host-image] Feb 24 15:28:09.522 INFO O| Feb 24 15:28:09.522 INFO copying /tmp/.tmpoIdTwG/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 ...
103452026-02-24T15:28:11.138Z[ host-image] Feb 24 15:28:09.522 INFO O| Feb 24 15:28:09.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103462026-02-24T15:28:11.138Z[ host-image] Feb 24 15:28:09.522 INFO O| Feb 24 15:28:09.522 INFO ok!
103472026-02-24T15:28:11.138Z[ host-image] Feb 24 15:28:09.522 INFO O| Feb 24 15:28:09.522 INFO STEP 118 (ensure_file) COMPLETE
103482026-02-24T15:28:11.138Z[ host-image] Feb 24 15:28:09.522 INFO O| Feb 24 15:28:09.522 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-02-24T15:28:11.143Z[ host-image] Feb 24 15:28:09.530 INFO O| Feb 24 15:28:09.530 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103502026-02-24T15:28:11.143Z[ host-image] Feb 24 15:28:09.530 INFO O| Feb 24 15:28:09.530 INFO copying /tmp/.tmpoIdTwG/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 ...
103512026-02-24T15:28:11.146Z[ host-image] Feb 24 15:28:09.531 INFO O| Feb 24 15:28:09.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103522026-02-24T15:28:11.146Z[ host-image] Feb 24 15:28:09.531 INFO O| Feb 24 15:28:09.531 INFO ok!
103532026-02-24T15:28:11.146Z[ host-image] Feb 24 15:28:09.531 INFO O| Feb 24 15:28:09.531 INFO STEP 119 (ensure_file) COMPLETE
103542026-02-24T15:28:11.146Z[ host-image] Feb 24 15:28:09.531 INFO O| Feb 24 15:28:09.531 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-02-24T15:28:11.151Z[ host-image] Feb 24 15:28:09.538 INFO O| Feb 24 15:28:09.538 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103562026-02-24T15:28:11.151Z[ host-image] Feb 24 15:28:09.538 INFO O| Feb 24 15:28:09.538 INFO copying /tmp/.tmpoIdTwG/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 ...
103572026-02-24T15:28:11.154Z[ host-image] Feb 24 15:28:09.538 INFO O| Feb 24 15:28:09.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103582026-02-24T15:28:11.154Z[ host-image] Feb 24 15:28:09.538 INFO O| Feb 24 15:28:09.538 INFO ok!
103592026-02-24T15:28:11.154Z[ host-image] Feb 24 15:28:09.538 INFO O| Feb 24 15:28:09.538 INFO STEP 120 (ensure_file) COMPLETE
103602026-02-24T15:28:11.154Z[ host-image] Feb 24 15:28:09.538 INFO O| Feb 24 15:28:09.538 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-02-24T15:28:11.158Z[ host-image] Feb 24 15:28:09.546 INFO O| Feb 24 15:28:09.545 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103622026-02-24T15:28:11.161Z[ host-image] Feb 24 15:28:09.546 INFO O| Feb 24 15:28:09.545 INFO copying /tmp/.tmpoIdTwG/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 ...
103632026-02-24T15:28:11.162Z[ host-image] Feb 24 15:28:09.546 INFO O| Feb 24 15:28:09.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103642026-02-24T15:28:11.162Z[ host-image] Feb 24 15:28:09.546 INFO O| Feb 24 15:28:09.546 INFO ok!
103652026-02-24T15:28:11.162Z[ host-image] Feb 24 15:28:09.546 INFO O| Feb 24 15:28:09.546 INFO STEP 121 (ensure_file) COMPLETE
103662026-02-24T15:28:11.162Z[ host-image] Feb 24 15:28:09.546 INFO O| Feb 24 15:28:09.546 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-02-24T15:28:11.166Z[ host-image] Feb 24 15:28:09.554 INFO O| Feb 24 15:28:09.554 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103682026-02-24T15:28:11.166Z[ host-image] Feb 24 15:28:09.554 INFO O| Feb 24 15:28:09.554 INFO copying /tmp/.tmpoIdTwG/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 ...
103692026-02-24T15:28:11.170Z[ host-image] Feb 24 15:28:09.554 INFO O| Feb 24 15:28:09.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
103702026-02-24T15:28:11.170Z[ host-image] Feb 24 15:28:09.554 INFO O| Feb 24 15:28:09.554 INFO ok!
103712026-02-24T15:28:11.170Z[ host-image] Feb 24 15:28:09.554 INFO O| Feb 24 15:28:09.554 INFO STEP 122 (ensure_file) COMPLETE
103722026-02-24T15:28:11.170Z[ host-image] Feb 24 15:28:09.554 INFO O| Feb 24 15:28:09.554 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-02-24T15:28:11.175Z[ host-image] Feb 24 15:28:09.561 INFO O| Feb 24 15:28:09.561 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103742026-02-24T15:28:11.178Z[ host-image] Feb 24 15:28:09.561 INFO O| Feb 24 15:28:09.561 INFO copying /tmp/.tmpoIdTwG/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 ...
103752026-02-24T15:28:11.178Z[ host-image] Feb 24 15:28:09.561 INFO O| Feb 24 15:28:09.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
103762026-02-24T15:28:11.178Z[ host-image] Feb 24 15:28:09.561 INFO O| Feb 24 15:28:09.561 INFO ok!
103772026-02-24T15:28:11.178Z[ host-image] Feb 24 15:28:09.561 INFO O| Feb 24 15:28:09.561 INFO STEP 123 (ensure_file) COMPLETE
103782026-02-24T15:28:11.178Z[ host-image] Feb 24 15:28:09.561 INFO O| Feb 24 15:28:09.561 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-02-24T15:28:11.182Z[ host-image] Feb 24 15:28:09.569 INFO O| Feb 24 15:28:09.569 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
103802026-02-24T15:28:11.185Z[ host-image] Feb 24 15:28:09.569 INFO O| Feb 24 15:28:09.569 INFO copying /tmp/.tmpoIdTwG/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 ...
103812026-02-24T15:28:11.185Z[ host-image] Feb 24 15:28:09.569 INFO O| Feb 24 15:28:09.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
103822026-02-24T15:28:11.185Z[ host-image] Feb 24 15:28:09.569 INFO O| Feb 24 15:28:09.569 INFO ok!
103832026-02-24T15:28:11.185Z[ host-image] Feb 24 15:28:09.569 INFO O| Feb 24 15:28:09.569 INFO STEP 124 (ensure_file) COMPLETE
103842026-02-24T15:28:11.185Z[ host-image] Feb 24 15:28:09.569 INFO O| Feb 24 15:28:09.569 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-02-24T15:28:11.190Z[ host-image] Feb 24 15:28:09.577 INFO O| Feb 24 15:28:09.577 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
103862026-02-24T15:28:11.190Z[ host-image] Feb 24 15:28:09.577 INFO O| Feb 24 15:28:09.577 INFO copying /tmp/.tmpoIdTwG/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 ...
103872026-02-24T15:28:11.193Z[ host-image] Feb 24 15:28:09.577 INFO O| Feb 24 15:28:09.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
103882026-02-24T15:28:11.193Z[ host-image] Feb 24 15:28:09.577 INFO O| Feb 24 15:28:09.577 INFO ok!
103892026-02-24T15:28:11.193Z[ host-image] Feb 24 15:28:09.577 INFO O| Feb 24 15:28:09.577 INFO STEP 125 (ensure_file) COMPLETE
103902026-02-24T15:28:11.193Z[ host-image] Feb 24 15:28:09.577 INFO O| Feb 24 15:28:09.577 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-02-24T15:28:11.197Z[ host-image] Feb 24 15:28:09.584 INFO O| Feb 24 15:28:09.584 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
103922026-02-24T15:28:11.197Z[ host-image] Feb 24 15:28:09.584 INFO O| Feb 24 15:28:09.584 INFO copying /tmp/.tmpoIdTwG/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 ...
103932026-02-24T15:28:11.200Z[ host-image] Feb 24 15:28:09.584 INFO O| Feb 24 15:28:09.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
103942026-02-24T15:28:11.200Z[ host-image] Feb 24 15:28:09.584 INFO O| Feb 24 15:28:09.584 INFO ok!
103952026-02-24T15:28:11.201Z[ host-image] Feb 24 15:28:09.584 INFO O| Feb 24 15:28:09.584 INFO STEP 126 (ensure_file) COMPLETE
103962026-02-24T15:28:11.201Z[ host-image] Feb 24 15:28:09.584 INFO O| Feb 24 15:28:09.584 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-02-24T15:28:11.204Z[ host-image] Feb 24 15:28:09.592 INFO O| Feb 24 15:28:09.592 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
103982026-02-24T15:28:11.204Z[ host-image] Feb 24 15:28:09.592 INFO O| Feb 24 15:28:09.592 INFO copying /tmp/.tmpoIdTwG/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 ...
103992026-02-24T15:28:11.207Z[ host-image] Feb 24 15:28:09.592 INFO O| Feb 24 15:28:09.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104002026-02-24T15:28:11.207Z[ host-image] Feb 24 15:28:09.592 INFO O| Feb 24 15:28:09.592 INFO ok!
104012026-02-24T15:28:11.207Z[ host-image] Feb 24 15:28:09.592 INFO O| Feb 24 15:28:09.592 INFO STEP 127 (ensure_file) COMPLETE
104022026-02-24T15:28:11.207Z[ host-image] Feb 24 15:28:09.592 INFO O| Feb 24 15:28:09.592 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-02-24T15:28:11.212Z[ host-image] Feb 24 15:28:09.599 INFO O| Feb 24 15:28:09.599 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104042026-02-24T15:28:11.212Z[ host-image] Feb 24 15:28:09.599 INFO O| Feb 24 15:28:09.599 INFO copying /tmp/.tmpoIdTwG/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 ...
104052026-02-24T15:28:11.216Z[ host-image] Feb 24 15:28:09.599 INFO O| Feb 24 15:28:09.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104062026-02-24T15:28:11.216Z[ host-image] Feb 24 15:28:09.599 INFO O| Feb 24 15:28:09.599 INFO ok!
104072026-02-24T15:28:11.216Z[ host-image] Feb 24 15:28:09.599 INFO O| Feb 24 15:28:09.599 INFO STEP 128 (ensure_file) COMPLETE
104082026-02-24T15:28:11.216Z[ host-image] Feb 24 15:28:09.599 INFO O| Feb 24 15:28:09.599 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-02-24T15:28:11.220Z[ host-image] Feb 24 15:28:09.607 INFO O| Feb 24 15:28:09.607 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104102026-02-24T15:28:11.220Z[ host-image] Feb 24 15:28:09.607 INFO O| Feb 24 15:28:09.607 INFO copying /tmp/.tmpoIdTwG/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 ...
104112026-02-24T15:28:11.220Z[ host-image] Feb 24 15:28:09.607 INFO O| Feb 24 15:28:09.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104122026-02-24T15:28:11.220Z[ host-image] Feb 24 15:28:09.607 INFO O| Feb 24 15:28:09.607 INFO ok!
104132026-02-24T15:28:11.220Z[ host-image] Feb 24 15:28:09.607 INFO O| Feb 24 15:28:09.607 INFO STEP 129 (ensure_file) COMPLETE
104142026-02-24T15:28:11.220Z[ host-image] Feb 24 15:28:09.607 INFO O| Feb 24 15:28:09.607 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-02-24T15:28:11.227Z[ host-image] Feb 24 15:28:09.614 INFO O| Feb 24 15:28:09.614 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104162026-02-24T15:28:11.227Z[ host-image] Feb 24 15:28:09.614 INFO O| Feb 24 15:28:09.614 INFO copying /tmp/.tmpoIdTwG/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 ...
104172026-02-24T15:28:11.230Z[ host-image] Feb 24 15:28:09.614 INFO O| Feb 24 15:28:09.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104182026-02-24T15:28:11.230Z[ host-image] Feb 24 15:28:09.614 INFO O| Feb 24 15:28:09.614 INFO ok!
104192026-02-24T15:28:11.230Z[ host-image] Feb 24 15:28:09.614 INFO O| Feb 24 15:28:09.614 INFO STEP 130 (ensure_file) COMPLETE
104202026-02-24T15:28:11.230Z[ host-image] Feb 24 15:28:09.614 INFO O| Feb 24 15:28:09.614 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-02-24T15:28:11.235Z[ host-image] Feb 24 15:28:09.622 INFO O| Feb 24 15:28:09.622 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104222026-02-24T15:28:11.238Z[ host-image] Feb 24 15:28:09.622 INFO O| Feb 24 15:28:09.622 INFO copying /tmp/.tmpoIdTwG/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 ...
104232026-02-24T15:28:11.238Z[ host-image] Feb 24 15:28:09.622 INFO O| Feb 24 15:28:09.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104242026-02-24T15:28:11.238Z[ host-image] Feb 24 15:28:09.622 INFO O| Feb 24 15:28:09.622 INFO ok!
104252026-02-24T15:28:11.238Z[ host-image] Feb 24 15:28:09.622 INFO O| Feb 24 15:28:09.622 INFO STEP 131 (ensure_file) COMPLETE
104262026-02-24T15:28:11.238Z[ host-image] Feb 24 15:28:09.622 INFO O| Feb 24 15:28:09.622 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-02-24T15:28:11.243Z[ host-image] Feb 24 15:28:09.630 INFO O| Feb 24 15:28:09.630 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104282026-02-24T15:28:11.246Z[ host-image] Feb 24 15:28:09.630 INFO O| Feb 24 15:28:09.630 INFO copying /tmp/.tmpoIdTwG/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 ...
104292026-02-24T15:28:11.246Z[ host-image] Feb 24 15:28:09.630 INFO O| Feb 24 15:28:09.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104302026-02-24T15:28:11.246Z[ host-image] Feb 24 15:28:09.630 INFO O| Feb 24 15:28:09.630 INFO ok!
104312026-02-24T15:28:11.246Z[ host-image] Feb 24 15:28:09.630 INFO O| Feb 24 15:28:09.630 INFO STEP 132 (ensure_file) COMPLETE
104322026-02-24T15:28:11.246Z[ host-image] Feb 24 15:28:09.630 INFO O| Feb 24 15:28:09.630 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-02-24T15:28:11.250Z[ host-image] Feb 24 15:28:09.637 INFO O| Feb 24 15:28:09.637 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104342026-02-24T15:28:11.250Z[ host-image] Feb 24 15:28:09.637 INFO O| Feb 24 15:28:09.637 INFO copying /tmp/.tmpoIdTwG/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 ...
104352026-02-24T15:28:11.253Z[ host-image] Feb 24 15:28:09.638 INFO O| Feb 24 15:28:09.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104362026-02-24T15:28:11.253Z[ host-image] Feb 24 15:28:09.638 INFO O| Feb 24 15:28:09.638 INFO ok!
104372026-02-24T15:28:11.253Z[ host-image] Feb 24 15:28:09.638 INFO O| Feb 24 15:28:09.638 INFO STEP 133 (ensure_file) COMPLETE
104382026-02-24T15:28:11.253Z[ host-image] Feb 24 15:28:09.638 INFO O| Feb 24 15:28:09.638 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104392026-02-24T15:28:11.258Z[ host-image] Feb 24 15:28:09.645 INFO O| Feb 24 15:28:09.645 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104402026-02-24T15:28:11.258Z[ host-image] Feb 24 15:28:09.645 INFO O| Feb 24 15:28:09.645 INFO copying /tmp/.tmpoIdTwG/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 ...
104412026-02-24T15:28:11.262Z[ host-image] Feb 24 15:28:09.645 INFO O| Feb 24 15:28:09.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104422026-02-24T15:28:11.262Z[ host-image] Feb 24 15:28:09.645 INFO O| Feb 24 15:28:09.645 INFO ok!
104432026-02-24T15:28:11.262Z[ host-image] Feb 24 15:28:09.645 INFO O| Feb 24 15:28:09.645 INFO STEP 134 (ensure_file) COMPLETE
104442026-02-24T15:28:11.262Z[ host-image] Feb 24 15:28:09.645 INFO O| Feb 24 15:28:09.645 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104452026-02-24T15:28:11.267Z[ host-image] Feb 24 15:28:09.653 INFO O| Feb 24 15:28:09.653 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104462026-02-24T15:28:11.270Z[ host-image] Feb 24 15:28:09.653 INFO O| Feb 24 15:28:09.653 INFO copying /tmp/.tmpoIdTwG/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 ...
104472026-02-24T15:28:11.270Z[ host-image] Feb 24 15:28:09.653 INFO O| Feb 24 15:28:09.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104482026-02-24T15:28:11.270Z[ host-image] Feb 24 15:28:09.653 INFO O| Feb 24 15:28:09.653 INFO ok!
104492026-02-24T15:28:11.270Z[ host-image] Feb 24 15:28:09.653 INFO O| Feb 24 15:28:09.653 INFO STEP 135 (ensure_file) COMPLETE
104502026-02-24T15:28:11.270Z[ host-image] Feb 24 15:28:09.653 INFO O| Feb 24 15:28:09.653 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104512026-02-24T15:28:11.273Z[ host-image] Feb 24 15:28:09.661 INFO O| Feb 24 15:28:09.661 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104522026-02-24T15:28:11.276Z[ host-image] Feb 24 15:28:09.661 INFO O| Feb 24 15:28:09.661 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104532026-02-24T15:28:11.276Z[ host-image] Feb 24 15:28:09.661 INFO O| Feb 24 15:28:09.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104542026-02-24T15:28:11.276Z[ host-image] Feb 24 15:28:09.661 INFO O| Feb 24 15:28:09.661 INFO ok!
104552026-02-24T15:28:11.276Z[ host-image] Feb 24 15:28:09.661 INFO O| Feb 24 15:28:09.661 INFO STEP 136 (ensure_file) COMPLETE
104562026-02-24T15:28:11.276Z[ host-image] Feb 24 15:28:09.661 INFO O| Feb 24 15:28:09.661 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104572026-02-24T15:28:11.281Z[ host-image] Feb 24 15:28:09.668 INFO O| Feb 24 15:28:09.668 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104582026-02-24T15:28:11.281Z[ host-image] Feb 24 15:28:09.668 INFO O| Feb 24 15:28:09.668 INFO copying /tmp/.tmpoIdTwG/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 ...
104592026-02-24T15:28:11.284Z[ host-image] Feb 24 15:28:09.668 INFO O| Feb 24 15:28:09.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104602026-02-24T15:28:11.284Z[ host-image] Feb 24 15:28:09.668 INFO O| Feb 24 15:28:09.668 INFO ok!
104612026-02-24T15:28:11.284Z[ host-image] Feb 24 15:28:09.668 INFO O| Feb 24 15:28:09.668 INFO STEP 137 (ensure_file) COMPLETE
104622026-02-24T15:28:11.284Z[ host-image] Feb 24 15:28:09.668 INFO O| Feb 24 15:28:09.668 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104632026-02-24T15:28:11.289Z[ host-image] Feb 24 15:28:09.676 INFO O| Feb 24 15:28:09.676 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104642026-02-24T15:28:11.289Z[ host-image] Feb 24 15:28:09.676 INFO O| Feb 24 15:28:09.676 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104652026-02-24T15:28:11.292Z[ host-image] Feb 24 15:28:09.676 INFO O| Feb 24 15:28:09.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104662026-02-24T15:28:11.293Z[ host-image] Feb 24 15:28:09.676 INFO O| Feb 24 15:28:09.676 INFO ok!
104672026-02-24T15:28:11.293Z[ host-image] Feb 24 15:28:09.676 INFO O| Feb 24 15:28:09.676 INFO STEP 138 (ensure_file) COMPLETE
104682026-02-24T15:28:11.293Z[ host-image] Feb 24 15:28:09.676 INFO O| Feb 24 15:28:09.676 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104692026-02-24T15:28:11.297Z[ host-image] Feb 24 15:28:09.684 INFO O| Feb 24 15:28:09.684 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
104702026-02-24T15:28:11.297Z[ host-image] Feb 24 15:28:09.684 INFO O| Feb 24 15:28:09.684 INFO copying /tmp/.tmpoIdTwG/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
104712026-02-24T15:28:15.788Z[ host-image] Feb 24 15:28:14.175 INFO O| Feb 24 15:28:14.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
104722026-02-24T15:28:15.792Z[ host-image] Feb 24 15:28:14.175 INFO O| Feb 24 15:28:14.169 INFO ok!
104732026-02-24T15:28:15.792Z[ host-image] Feb 24 15:28:14.175 INFO O| Feb 24 15:28:14.169 INFO STEP 139 (ensure_file) COMPLETE
104742026-02-24T15:28:15.792Z[ host-image] Feb 24 15:28:14.176 INFO O| Feb 24 15:28:14.169 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-02-24T15:28:15.799Z[ host-image] Feb 24 15:28:14.186 INFO O| Feb 24 15:28:14.186 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
104762026-02-24T15:28:15.803Z[ host-image] Feb 24 15:28:14.186 INFO O| Feb 24 15:28:14.186 INFO STEP 140 (ensure_dir) COMPLETE
104772026-02-24T15:28:15.803Z[ host-image] Feb 24 15:28:14.186 INFO O| Feb 24 15:28:14.186 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-02-24T15:28:15.812Z[ host-image] Feb 24 15:28:14.198 INFO O| Feb 24 15:28:14.198 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
104792026-02-24T15:28:15.815Z[ host-image] Feb 24 15:28:14.198 INFO O| Feb 24 15:28:14.198 INFO STEP 141 (ensure_dir) COMPLETE
104802026-02-24T15:28:15.815Z[ host-image] Feb 24 15:28:14.198 INFO O| Feb 24 15:28:14.198 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-02-24T15:28:15.820Z[ host-image] Feb 24 15:28:14.207 INFO O| Feb 24 15:28:14.207 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
104822026-02-24T15:28:15.820Z[ host-image] Feb 24 15:28:14.207 INFO O| Feb 24 15:28:14.207 INFO STEP 142 (ensure_dir) COMPLETE
104832026-02-24T15:28:15.824Z[ host-image] Feb 24 15:28:14.207 INFO O| Feb 24 15:28:14.207 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-02-24T15:28:15.828Z[ host-image] Feb 24 15:28:14.214 INFO O| Feb 24 15:28:14.214 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
104852026-02-24T15:28:15.828Z[ host-image] Feb 24 15:28:14.214 INFO O| Feb 24 15:28:14.214 INFO STEP 143 (ensure_dir) COMPLETE
104862026-02-24T15:28:15.828Z[ host-image] Feb 24 15:28:14.214 INFO O| Feb 24 15:28:14.214 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104872026-02-24T15:28:15.835Z[ host-image] Feb 24 15:28:14.222 INFO O| Feb 24 15:28:14.222 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
104882026-02-24T15:28:15.835Z[ host-image] Feb 24 15:28:14.222 INFO O| Feb 24 15:28:14.222 INFO copying /tmp/.tmpoIdTwG/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 ...
104892026-02-24T15:28:15.838Z[ host-image] Feb 24 15:28:14.222 INFO O| Feb 24 15:28:14.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
104902026-02-24T15:28:15.838Z[ host-image] Feb 24 15:28:14.222 INFO O| Feb 24 15:28:14.222 INFO ok!
104912026-02-24T15:28:15.838Z[ host-image] Feb 24 15:28:14.222 INFO O| Feb 24 15:28:14.222 INFO STEP 144 (ensure_file) COMPLETE
104922026-02-24T15:28:15.838Z[ host-image] Feb 24 15:28:14.222 INFO O| Feb 24 15:28:14.222 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-02-24T15:28:15.843Z[ host-image] Feb 24 15:28:14.230 INFO O| Feb 24 15:28:14.230 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
104942026-02-24T15:28:15.843Z[ host-image] Feb 24 15:28:14.230 INFO O| Feb 24 15:28:14.230 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
104952026-02-24T15:28:15.846Z[ host-image] Feb 24 15:28:14.230 INFO O| Feb 24 15:28:14.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
104962026-02-24T15:28:15.846Z[ host-image] Feb 24 15:28:14.230 INFO O| Feb 24 15:28:14.230 INFO STEP 145 (ensure_dir) COMPLETE
104972026-02-24T15:28:15.846Z[ host-image] Feb 24 15:28:14.230 INFO O| Feb 24 15:28:14.230 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-02-24T15:28:15.851Z[ host-image] Feb 24 15:28:14.237 INFO O| Feb 24 15:28:14.237 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
104992026-02-24T15:28:15.851Z[ host-image] Feb 24 15:28:14.237 INFO O| Feb 24 15:28:14.237 INFO copying /tmp/.tmpoIdTwG/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105002026-02-24T15:28:15.854Z[ host-image] Feb 24 15:28:14.238 INFO O| Feb 24 15:28:14.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105012026-02-24T15:28:15.854Z[ host-image] Feb 24 15:28:14.238 INFO O| Feb 24 15:28:14.238 INFO ok!
105022026-02-24T15:28:15.854Z[ host-image] Feb 24 15:28:14.238 INFO O| Feb 24 15:28:14.238 INFO STEP 146 (ensure_file) COMPLETE
105032026-02-24T15:28:15.854Z[ host-image] Feb 24 15:28:14.238 INFO O| Feb 24 15:28:14.238 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105042026-02-24T15:28:15.859Z[ host-image] Feb 24 15:28:14.245 INFO O| Feb 24 15:28:14.245 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105052026-02-24T15:28:15.862Z[ host-image] Feb 24 15:28:14.245 INFO O| Feb 24 15:28:14.245 INFO STEP 147 (remove_files) COMPLETE
105062026-02-24T15:28:15.862Z[ host-image] Feb 24 15:28:14.245 INFO O| Feb 24 15:28:14.245 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105072026-02-24T15:28:15.866Z[ host-image] Feb 24 15:28:14.253 INFO O| Feb 24 15:28:14.253 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105082026-02-24T15:28:15.869Z[ host-image] Feb 24 15:28:14.253 INFO O| Feb 24 15:28:14.253 INFO STEP 148 (remove_files) COMPLETE
105092026-02-24T15:28:15.869Z[ host-image] Feb 24 15:28:14.253 INFO O| Feb 24 15:28:14.253 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105102026-02-24T15:28:15.874Z[ host-image] Feb 24 15:28:14.261 INFO O| Feb 24 15:28:14.261 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105112026-02-24T15:28:15.877Z[ host-image] Feb 24 15:28:14.261 INFO O| Feb 24 15:28:14.261 INFO STEP 149 (remove_files) COMPLETE
105122026-02-24T15:28:15.877Z[ host-image] Feb 24 15:28:14.261 INFO O| Feb 24 15:28:14.261 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105132026-02-24T15:28:15.882Z[ host-image] Feb 24 15:28:14.268 INFO O| Feb 24 15:28:14.268 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105142026-02-24T15:28:15.885Z[ host-image] Feb 24 15:28:14.269 INFO O| Feb 24 15:28:14.268 INFO STEP 150 (remove_files) COMPLETE
105152026-02-24T15:28:15.885Z[ host-image] Feb 24 15:28:14.269 INFO O| Feb 24 15:28:14.269 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105162026-02-24T15:28:15.890Z[ host-image] Feb 24 15:28:14.276 INFO O| Feb 24 15:28:14.276 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105172026-02-24T15:28:15.893Z[ host-image] Feb 24 15:28:14.276 INFO O| Feb 24 15:28:14.276 INFO STEP 151 (remove_files) COMPLETE
105182026-02-24T15:28:15.893Z[ host-image] Feb 24 15:28:14.276 INFO O| Feb 24 15:28:14.276 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105192026-02-24T15:28:15.897Z[ host-image] Feb 24 15:28:14.284 INFO O| Feb 24 15:28:14.284 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105202026-02-24T15:28:15.900Z[ host-image] Feb 24 15:28:14.284 INFO O| Feb 24 15:28:14.284 INFO STEP 152 (remove_files) COMPLETE
105212026-02-24T15:28:15.900Z[ host-image] Feb 24 15:28:14.284 INFO O| Feb 24 15:28:14.284 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105222026-02-24T15:28:15.905Z[ host-image] Feb 24 15:28:14.291 INFO O| Feb 24 15:28:14.291 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105232026-02-24T15:28:15.905Z[ host-image] Feb 24 15:28:14.292 INFO O| Feb 24 15:28:14.292 INFO STEP 153 (remove_files) COMPLETE
105242026-02-24T15:28:15.908Z[ host-image] Feb 24 15:28:14.292 INFO O| Feb 24 15:28:14.292 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105252026-02-24T15:28:15.913Z[ host-image] Feb 24 15:28:14.299 INFO O| Feb 24 15:28:14.299 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105262026-02-24T15:28:15.913Z[ host-image] Feb 24 15:28:14.299 INFO O| Feb 24 15:28:14.299 INFO STEP 154 (remove_files) COMPLETE
105272026-02-24T15:28:15.915Z[ host-image] Feb 24 15:28:14.299 INFO O| Feb 24 15:28:14.299 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105282026-02-24T15:28:15.920Z[ host-image] Feb 24 15:28:14.307 INFO O| Feb 24 15:28:14.307 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105292026-02-24T15:28:15.920Z[ host-image] Feb 24 15:28:14.307 INFO O| Feb 24 15:28:14.307 INFO STEP 155 (remove_files) COMPLETE
105302026-02-24T15:28:15.923Z[ host-image] Feb 24 15:28:14.307 INFO O| Feb 24 15:28:14.307 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105312026-02-24T15:28:15.927Z[ host-image] Feb 24 15:28:14.314 INFO O| Feb 24 15:28:14.314 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105322026-02-24T15:28:15.928Z[ host-image] Feb 24 15:28:14.314 INFO O| Feb 24 15:28:14.314 INFO STEP 156 (remove_files) COMPLETE
105332026-02-24T15:28:15.930Z[ host-image] Feb 24 15:28:14.314 INFO O| Feb 24 15:28:14.314 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105342026-02-24T15:28:15.935Z[ host-image] Feb 24 15:28:14.322 INFO O| Feb 24 15:28:14.322 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
105352026-02-24T15:28:15.935Z[ host-image] Feb 24 15:28:14.322 INFO O| Feb 24 15:28:14.322 INFO STEP 157 (remove_files) COMPLETE
105362026-02-24T15:28:15.939Z[ host-image] Feb 24 15:28:14.322 INFO O| Feb 24 15:28:14.322 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105372026-02-24T15:28:15.942Z[ host-image] Feb 24 15:28:14.329 INFO O| Feb 24 15:28:14.329 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
105382026-02-24T15:28:15.942Z[ host-image] Feb 24 15:28:14.329 INFO O| Feb 24 15:28:14.329 INFO STEP 158 (remove_files) COMPLETE
105392026-02-24T15:28:15.945Z[ host-image] Feb 24 15:28:14.329 INFO O| Feb 24 15:28:14.329 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105402026-02-24T15:28:15.950Z[ host-image] Feb 24 15:28:14.337 INFO O| Feb 24 15:28:14.337 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
105412026-02-24T15:28:15.950Z[ host-image] Feb 24 15:28:14.337 INFO O| Feb 24 15:28:14.337 INFO STEP 159 (remove_files) COMPLETE
105422026-02-24T15:28:15.953Z[ host-image] Feb 24 15:28:14.337 INFO O| Feb 24 15:28:14.337 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105432026-02-24T15:28:15.958Z[ host-image] Feb 24 15:28:14.344 INFO O| Feb 24 15:28:14.344 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
105442026-02-24T15:28:15.958Z[ host-image] Feb 24 15:28:14.344 INFO O| Feb 24 15:28:14.344 INFO STEP 160 (remove_files) COMPLETE
105452026-02-24T15:28:15.961Z[ host-image] Feb 24 15:28:14.344 INFO O| Feb 24 15:28:14.344 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105462026-02-24T15:28:15.965Z[ host-image] Feb 24 15:28:14.351 INFO O| Feb 24 15:28:14.351 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
105472026-02-24T15:28:15.968Z[ host-image] Feb 24 15:28:14.352 INFO O| Feb 24 15:28:14.351 INFO STEP 161 (remove_files) COMPLETE
105482026-02-24T15:28:15.968Z[ host-image] Feb 24 15:28:14.352 INFO O| Feb 24 15:28:14.352 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105492026-02-24T15:28:15.972Z[ host-image] Feb 24 15:28:14.359 INFO O| Feb 24 15:28:14.359 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
105502026-02-24T15:28:15.973Z[ host-image] Feb 24 15:28:14.359 INFO O| Feb 24 15:28:14.359 INFO STEP 162 (remove_files) COMPLETE
105512026-02-24T15:28:15.976Z[ host-image] Feb 24 15:28:14.359 INFO O| Feb 24 15:28:14.359 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105522026-02-24T15:28:15.979Z[ host-image] Feb 24 15:28:14.366 INFO O| Feb 24 15:28:14.366 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
105532026-02-24T15:28:15.982Z[ host-image] Feb 24 15:28:14.366 INFO O| Feb 24 15:28:14.366 INFO STEP 163 (remove_files) COMPLETE
105542026-02-24T15:28:15.982Z[ host-image] Feb 24 15:28:14.366 INFO O| Feb 24 15:28:14.366 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105552026-02-24T15:28:15.988Z[ host-image] Feb 24 15:28:14.374 INFO O| Feb 24 15:28:14.374 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
105562026-02-24T15:28:15.991Z[ host-image] Feb 24 15:28:14.374 INFO O| Feb 24 15:28:14.374 INFO STEP 164 (remove_files) COMPLETE
105572026-02-24T15:28:15.991Z[ host-image] Feb 24 15:28:14.374 INFO O| Feb 24 15:28:14.374 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105582026-02-24T15:28:15.995Z[ host-image] Feb 24 15:28:14.381 INFO O| Feb 24 15:28:14.381 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
105592026-02-24T15:28:15.999Z[ host-image] Feb 24 15:28:14.381 INFO O| Feb 24 15:28:14.381 INFO STEP 165 (remove_files) COMPLETE
105602026-02-24T15:28:15.999Z[ host-image] Feb 24 15:28:14.381 INFO O| Feb 24 15:28:14.381 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105612026-02-24T15:28:16.004Z[ host-image] Feb 24 15:28:14.389 INFO O| Feb 24 15:28:14.389 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
105622026-02-24T15:28:16.004Z[ host-image] Feb 24 15:28:14.389 INFO O| Feb 24 15:28:14.389 INFO STEP 166 (remove_files) COMPLETE
105632026-02-24T15:28:16.004Z[ host-image] Feb 24 15:28:14.389 INFO O| Feb 24 15:28:14.389 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105642026-02-24T15:28:16.010Z[ host-image] Feb 24 15:28:14.396 INFO O| Feb 24 15:28:14.396 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
105652026-02-24T15:28:16.013Z[ host-image] Feb 24 15:28:14.397 INFO O| Feb 24 15:28:14.397 INFO STEP 167 (remove_files) COMPLETE
105662026-02-24T15:28:16.013Z[ host-image] Feb 24 15:28:14.397 INFO O| Feb 24 15:28:14.397 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105672026-02-24T15:28:16.018Z[ host-image] Feb 24 15:28:14.404 INFO O| Feb 24 15:28:14.404 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
105682026-02-24T15:28:16.021Z[ host-image] Feb 24 15:28:14.404 INFO O| Feb 24 15:28:14.404 INFO STEP 168 (remove_files) COMPLETE
105692026-02-24T15:28:16.021Z[ host-image] Feb 24 15:28:14.404 INFO O| Feb 24 15:28:14.404 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105702026-02-24T15:28:16.025Z[ host-image] Feb 24 15:28:14.412 INFO O| Feb 24 15:28:14.412 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
105712026-02-24T15:28:16.028Z[ host-image] Feb 24 15:28:14.412 INFO O| Feb 24 15:28:14.412 INFO STEP 169 (remove_files) COMPLETE
105722026-02-24T15:28:16.028Z[ host-image] Feb 24 15:28:14.412 INFO O| Feb 24 15:28:14.412 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105732026-02-24T15:28:16.033Z[ host-image] Feb 24 15:28:14.419 INFO O| Feb 24 15:28:14.419 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
105742026-02-24T15:28:16.036Z[ host-image] Feb 24 15:28:14.420 INFO O| Feb 24 15:28:14.419 INFO STEP 170 (remove_files) COMPLETE
105752026-02-24T15:28:16.036Z[ host-image] Feb 24 15:28:14.420 INFO O| Feb 24 15:28:14.419 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105762026-02-24T15:28:16.040Z[ host-image] Feb 24 15:28:14.427 INFO O| Feb 24 15:28:14.427 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
105772026-02-24T15:28:16.040Z[ host-image] Feb 24 15:28:14.427 INFO O| Feb 24 15:28:14.427 INFO STEP 171 (remove_files) COMPLETE
105782026-02-24T15:28:16.040Z[ host-image] Feb 24 15:28:14.427 INFO O| Feb 24 15:28:14.427 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105792026-02-24T15:28:16.048Z[ host-image] Feb 24 15:28:14.434 INFO O| Feb 24 15:28:14.434 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
105802026-02-24T15:28:16.051Z[ host-image] Feb 24 15:28:14.434 INFO O| Feb 24 15:28:14.434 INFO STEP 172 (remove_files) COMPLETE
105812026-02-24T15:28:16.051Z[ host-image] Feb 24 15:28:14.434 INFO O| Feb 24 15:28:14.434 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105822026-02-24T15:28:16.055Z[ host-image] Feb 24 15:28:14.442 INFO O| Feb 24 15:28:14.442 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
105832026-02-24T15:28:16.055Z[ host-image] Feb 24 15:28:14.442 INFO O| Feb 24 15:28:14.442 INFO STEP 173 (remove_files) COMPLETE
105842026-02-24T15:28:16.058Z[ host-image] Feb 24 15:28:14.442 INFO O| Feb 24 15:28:14.442 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105852026-02-24T15:28:16.063Z[ host-image] Feb 24 15:28:14.449 INFO O| Feb 24 15:28:14.449 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
105862026-02-24T15:28:16.063Z[ host-image] Feb 24 15:28:14.449 INFO O| Feb 24 15:28:14.449 INFO STEP 174 (remove_files) COMPLETE
105872026-02-24T15:28:16.066Z[ host-image] Feb 24 15:28:14.449 INFO O| Feb 24 15:28:14.449 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105882026-02-24T15:28:16.070Z[ host-image] Feb 24 15:28:14.457 INFO O| Feb 24 15:28:14.457 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
105892026-02-24T15:28:16.073Z[ host-image] Feb 24 15:28:14.457 INFO O| Feb 24 15:28:14.457 INFO STEP 175 (remove_files) COMPLETE
105902026-02-24T15:28:16.073Z[ host-image] Feb 24 15:28:14.457 INFO O| Feb 24 15:28:14.457 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105912026-02-24T15:28:16.082Z[ host-image] Feb 24 15:28:14.468 INFO O| Feb 24 15:28:14.468 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
105922026-02-24T15:28:16.084Z[ host-image] Feb 24 15:28:14.468 INFO O| Feb 24 15:28:14.468 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
105932026-02-24T15:28:27.102Z[ host-image] Feb 24 15:28:25.487 INFO O| Feb 24 15:28:25.487 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
105942026-02-24T15:28:27.102Z[ host-image] Feb 24 15:28:25.487 INFO O| Feb 24 15:28:25.487 INFO E| svccfg: Loaded 79 smf(7) service descriptions
105952026-02-24T15:28:27.118Z[ host-image] Feb 24 15:28:25.503 INFO O| Feb 24 15:28:25.503 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
105962026-02-24T15:28:27.263Z[ host-image] Feb 24 15:28:25.648 INFO O| Feb 24 15:28:25.648 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
105972026-02-24T15:28:27.339Z[ host-image] Feb 24 15:28:25.724 INFO O| Feb 24 15:28:25.724 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
105982026-02-24T15:28:27.429Z[ host-image] Feb 24 15:28:25.814 INFO O| Feb 24 15:28:25.814 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
105992026-02-24T15:28:27.429Z[ host-image] Feb 24 15:28:25.814 INFO O| Feb 24 15:28:25.814 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106002026-02-24T15:28:27.432Z[ host-image] Feb 24 15:28:25.816 INFO O| Feb 24 15:28:25.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106012026-02-24T15:28:27.432Z[ host-image] Feb 24 15:28:25.816 INFO O| Feb 24 15:28:25.816 INFO ok!
106022026-02-24T15:28:27.432Z[ host-image] Feb 24 15:28:25.816 INFO O| Feb 24 15:28:25.816 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106032026-02-24T15:28:27.432Z[ host-image] Feb 24 15:28:25.816 INFO O| Feb 24 15:28:25.816 INFO STEP 176 (seed_smf) COMPLETE
106042026-02-24T15:28:27.432Z[ host-image] Feb 24 15:28:25.816 INFO O| Feb 24 15:28:25.816 INFO steps complete; finalising image!
106052026-02-24T15:28:27.433Z[ host-image] Feb 24 15:28:25.816 INFO O| Feb 24 15:28:25.816 INFO TRIM POOL: TEMPORARY-sled-zfs
106062026-02-24T15:28:27.577Z[ host-image] Feb 24 15:28:25.962 INFO O| Feb 24 15:28:25.961 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Tue Feb 24 15:28:25 2026)
106072026-02-24T15:28:27.794Z[ host-image] Feb 24 15:28:26.178 INFO O| Feb 24 15:28:26.178 INFO temporary pool has 808M used, 88.4M avail, 1.80x compressratio
106082026-02-24T15:28:27.794Z[ host-image] Feb 24 15:28:26.178 INFO O| Feb 24 15:28:26.178 INFO EXPORT POOL: TEMPORARY-sled-zfs
106092026-02-24T15:28:28.056Z[ host-image] Feb 24 15:28:26.441 INFO O| Feb 24 15:28:26.441 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
106102026-02-24T15:28:28.056Z[ host-image] Feb 24 15:28:26.441 INFO O| Feb 24 15:28:26.441 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
106112026-02-24T15:28:29.048Z[ host-image] Feb 24 15:28:27.430 INFO O| Feb 24 15:28:27.430 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
106122026-02-24T15:28:29.049Z[ host-image] Feb 24 15:28:27.430 INFO O| Feb 24 15:28:27.430 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
106132026-02-24T15:28:29.052Z[ host-image] Feb 24 15:28:27.430 INFO O| Feb 24 15:28:27.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
106142026-02-24T15:28:29.052Z[ host-image] Feb 24 15:28:27.430 INFO O| Feb 24 15:28:27.430 INFO completed processing sled/zfs
106152026-02-24T15:28:29.052Z[ host-image] Feb 24 15:28:27.430 INFO O| Feb 24 15:28:27.430 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
106162026-02-24T15:28:39.356Z[ host-image] Feb 24 15:28:37.738 INFO O| Feb 24 15:28:37.738 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
106172026-02-24T15:28:39.511Z[ host-image] Feb 24 15:28:37.894 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
106182026-02-24T15:28:39.511Z[ host-image] Feb 24 15:28:37.894 INFO expanded image name: "ci 7a071b0/${os_short_commit} 2026-02-24 14:24" -> "ci 7a071b0/3e08689 2026-02-24 14:24"
106192026-02-24T15:28:39.515Z[ host-image] Feb 24 15:28:37.895 INFO output artefacts stored in: "/work/os-host"
106202026-02-24T15:28:39.515Z[ host-image] Feb 24 15:28:37.895 INFO collecting git info from project "pinprick"...
106212026-02-24T15:28:39.517Z[ host-image] Feb 24 15:28:37.901 INFO collecting git info from project "amd-host-image-builder"...
106222026-02-24T15:28:39.523Z[ host-image] Feb 24 15:28:37.906 INFO collecting git info from project "image-builder"...
106232026-02-24T15:28:39.527Z[ host-image] Feb 24 15:28:37.911 INFO collecting git info from project "dmar-report"...
106242026-02-24T15:28:39.532Z[ host-image] Feb 24 15:28:37.915 INFO collecting git info from project "phbl"...
106252026-02-24T15:28:39.536Z[ host-image] Feb 24 15:28:37.920 INFO collecting git info from project "chelsio-t6-roms"...
106262026-02-24T15:28:39.541Z[ host-image] Feb 24 15:28:37.925 INFO collecting git info from project "amd-firmware"...
106272026-02-24T15:28:39.551Z[ host-image] Feb 24 15:28:37.935 INFO collecting git info from project "bootserver"...
106282026-02-24T15:28:39.556Z[ host-image] Feb 24 15:28:37.939 INFO collecting git info from project "pilot"...
106292026-02-24T15:28:39.561Z[ host-image] Feb 24 15:28:37.944 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
106302026-02-24T15:28:39.946Z[ host-image] Feb 24 15:28:38.329 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
106312026-02-24T15:28:40.300Z[ host-image] Feb 24 15:28:38.683 INFO creating Oxide boot image...
106322026-02-24T15:28:40.300Z[ host-image] Feb 24 15:28:38.683 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 7a071b0/3e08689 2026-02-24 14:24", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
106332026-02-24T15:28:41.373Z[ host-image] Feb 24 15:28:39.756 INFO O| ok, image written!
106342026-02-24T15:28:41.373Z[ host-image] Feb 24 15:28:39.756 INFO O| ok, boot_image_csum file written!
106352026-02-24T15:28:41.377Z[ host-image] Feb 24 15:28:39.759 INFO creating boot archive (CPIO)...
106362026-02-24T15:28:41.377Z[ host-image] Feb 24 15:28:39.759 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
106372026-02-24T15:28:41.380Z[ host-image] Feb 24 15:28:39.763 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
106382026-02-24T15:28:41.380Z[ host-image] Feb 24 15:28:39.763 INFO E| + outfile=/work/os-host/cpio
106392026-02-24T15:28:41.383Z[ host-image] Feb 24 15:28:39.763 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
106402026-02-24T15:28:41.383Z[ host-image] Feb 24 15:28:39.765 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
106412026-02-24T15:28:41.383Z[ host-image] Feb 24 15:28:39.766 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
106422026-02-24T15:28:41.416Z[ host-image] Feb 24 15:28:39.800 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
106432026-02-24T15:28:41.416Z[ host-image] Feb 24 15:28:39.800 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
106442026-02-24T15:28:41.424Z[ host-image] Feb 24 15:28:39.807 INFO creating compressed cpio/unix for dev loaders...
106452026-02-24T15:28:41.424Z[ host-image] Feb 24 15:28:39.807 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
106462026-02-24T15:28:41.726Z[ host-image] Feb 24 15:28:40.108 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
106472026-02-24T15:28:46.106Z[ host-image] Feb 24 15:28:44.488 INFO creating reset image...
106482026-02-24T15:28:46.107Z[ host-image] Feb 24 15:28:44.488 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
106492026-02-24T15:28:46.232Z[ host-image] Feb 24 15:28:44.537 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')"
106502026-02-24T15:28:46.232Z[ host-image] Feb 24 15:28:44.537 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")
106512026-02-24T15:28:46.250Z[ host-image] Feb 24 15:28:44.633 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
106522026-02-24T15:28:46.253Z[ host-image] Feb 24 15:28:44.635 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
106532026-02-24T15:28:46.565Z[ host-image] Feb 24 15:28:44.948 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)
106542026-02-24T15:28:46.565Z[ host-image] Feb 24 15:28:44.948 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)
106552026-02-24T15:28:46.568Z[ host-image] Feb 24 15:28:44.948 INFO E| Compiling proc-macro2 v1.0.106
106562026-02-24T15:28:46.568Z[ host-image] Feb 24 15:28:44.948 INFO E| Compiling unicode-ident v1.0.23
106572026-02-24T15:28:46.568Z[ host-image] Feb 24 15:28:44.948 INFO E| Compiling quote v1.0.44
106582026-02-24T15:28:46.569Z[ host-image] Feb 24 15:28:44.948 INFO E| Compiling syn v1.0.109
106592026-02-24T15:28:46.569Z[ host-image] Feb 24 15:28:44.948 INFO E| Compiling x86 v0.52.0
106602026-02-24T15:28:46.569Z[ host-image] Feb 24 15:28:44.948 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106612026-02-24T15:28:46.786Z[ host-image] Feb 24 15:28:45.168 INFO E| Compiling seq-macro v0.3.6
106622026-02-24T15:28:48.257Z[ host-image] Feb 24 15:28:46.639 INFO E| Compiling syn v2.0.114
106632026-02-24T15:28:50.912Z[ host-image] Feb 24 15:28:49.293 INFO E| Compiling scroll_derive v0.13.1
106642026-02-24T15:28:53.150Z[ host-image] Feb 24 15:28:51.531 INFO E| Compiling bitstruct_derive v0.1.0
106652026-02-24T15:29:09.326Z[ host-image] Feb 24 15:29:07.706 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)
106662026-02-24T15:29:13.242Z[ host-image] Feb 24 15:29:11.621 INFO E| Compiling bitflags v1.3.2
106672026-02-24T15:29:13.242Z[ host-image] Feb 24 15:29:11.621 INFO E| Compiling bitflags v2.10.0
106682026-02-24T15:29:13.246Z[ host-image] Feb 24 15:29:11.621 INFO E| Compiling scroll v0.13.0
106692026-02-24T15:29:13.246Z[ host-image] Feb 24 15:29:11.621 INFO E| Compiling bit_field v0.10.3
106702026-02-24T15:29:13.246Z[ host-image] Feb 24 15:29:11.621 INFO E| Compiling log v0.4.29
106712026-02-24T15:29:13.246Z[ host-image] Feb 24 15:29:11.621 INFO E| Compiling adler2 v2.0.1
106722026-02-24T15:29:13.246Z[ host-image] Feb 24 15:29:11.622 INFO E| Compiling plain v0.2.3
106732026-02-24T15:29:13.352Z[ host-image] Feb 24 15:29:11.730 INFO E| Compiling raw-cpuid v10.7.0
106742026-02-24T15:29:13.469Z[ host-image] Feb 24 15:29:11.848 INFO E| Compiling miniz_oxide v0.9.0
106752026-02-24T15:29:13.522Z[ host-image] Feb 24 15:29:11.901 INFO E| Compiling static_assertions v1.1.0
106762026-02-24T15:29:13.550Z[ host-image] Feb 24 15:29:11.929 INFO E| Compiling cpio_reader v0.1.2
106772026-02-24T15:29:13.651Z[ host-image] Feb 24 15:29:12.030 INFO E| Compiling bitstruct v0.1.1
106782026-02-24T15:29:13.762Z[ host-image] Feb 24 15:29:12.141 INFO E| Compiling goblin v0.10.4
106792026-02-24T15:29:19.095Z[ host-image] Feb 24 15:29:17.473 INFO E| Finished `release` profile [optimized] target(s) in 32.82s
106802026-02-24T15:29:19.108Z[ host-image] Feb 24 15:29:17.486 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106812026-02-24T15:29:19.170Z[ host-image] Feb 24 15:29:17.548 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')"
106822026-02-24T15:29:19.173Z[ host-image] Feb 24 15:29:17.548 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106832026-02-24T15:29:19.173Z[ host-image] Feb 24 15:29:17.548 INFO building ROM for cosmo
106842026-02-24T15:29:19.173Z[ host-image] Feb 24 15:29:17.548 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")
106852026-02-24T15:29:19.311Z[ host-image] Feb 24 15:29:17.689 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106862026-02-24T15:29:19.314Z[ host-image] Feb 24 15:29:17.692 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`
106872026-02-24T15:29:19.325Z[ host-image] Feb 24 15:29:17.703 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106882026-02-24T15:29:19.413Z[ host-image] Feb 24 15:29:17.791 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106892026-02-24T15:29:19.417Z[ host-image] Feb 24 15:29:17.795 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`
106902026-02-24T15:29:19.753Z[ host-image] Feb 24 15:29:18.130 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106912026-02-24T15:29:19.753Z[ host-image] Feb 24 15:29:18.130 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106922026-02-24T15:29:19.756Z[ host-image] Feb 24 15:29:18.130 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106932026-02-24T15:29:19.756Z[ host-image] Feb 24 15:29:18.130 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106942026-02-24T15:29:19.756Z[ host-image] Feb 24 15:29:18.130 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106952026-02-24T15:29:19.756Z[ host-image] Feb 24 15:29:18.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106962026-02-24T15:29:19.756Z[ host-image] Feb 24 15:29:18.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106972026-02-24T15:29:19.756Z[ host-image] Feb 24 15:29:18.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106982026-02-24T15:29:19.756Z[ host-image] Feb 24 15:29:18.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106992026-02-24T15:29:19.756Z[ host-image] Feb 24 15:29:18.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
107002026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
107012026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
107022026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
107032026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
107042026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
107052026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
107062026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
107072026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
107082026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
107092026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
107102026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
107112026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
107122026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
107132026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
107142026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
107152026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
107162026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
107172026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107182026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
107192026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107202026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
107212026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
107222026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107232026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107242026-02-24T15:29:19.757Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107252026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107262026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107272026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107282026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107292026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107302026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107312026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107322026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107332026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107342026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107352026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107362026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107372026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107382026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107392026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107402026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107412026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107422026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107432026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO O| Info: ABL version: 0x1007f011
107442026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107452026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.133 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107462026-02-24T15:29:19.759Z[ host-image] Feb 24 15:29:18.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107472026-02-24T15:29:19.763Z[ host-image] Feb 24 15:29:18.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107482026-02-24T15:29:19.763Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107492026-02-24T15:29:19.763Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107502026-02-24T15:29:19.763Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107512026-02-24T15:29:19.763Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107522026-02-24T15:29:19.763Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107532026-02-24T15:29:19.763Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107542026-02-24T15:29:19.763Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107552026-02-24T15:29:19.764Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107562026-02-24T15:29:19.764Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107572026-02-24T15:29:19.764Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107582026-02-24T15:29:19.764Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107592026-02-24T15:29:19.764Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107602026-02-24T15:29:19.764Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107612026-02-24T15:29:19.764Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107622026-02-24T15:29:19.764Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107632026-02-24T15:29:19.764Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107642026-02-24T15:29:19.764Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107652026-02-24T15:29:19.764Z[ host-image] Feb 24 15:29:18.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107662026-02-24T15:29:19.793Z[ host-image] Feb 24 15:29:18.171 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107672026-02-24T15:29:19.793Z[ host-image] Feb 24 15:29:18.172 INFO building ROM for gimlet
107682026-02-24T15:29:19.797Z[ host-image] Feb 24 15:29:18.172 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")
107692026-02-24T15:29:19.927Z[ host-image] Feb 24 15:29:18.305 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
107702026-02-24T15:29:19.930Z[ host-image] Feb 24 15:29:18.308 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`
107712026-02-24T15:29:19.940Z[ host-image] Feb 24 15:29:18.318 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
107722026-02-24T15:29:20.028Z[ host-image] Feb 24 15:29:18.406 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
107732026-02-24T15:29:20.031Z[ host-image] Feb 24 15:29:18.410 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`
107742026-02-24T15:29:20.218Z[ host-image] Feb 24 15:29:18.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
107752026-02-24T15:29:20.218Z[ host-image] Feb 24 15:29:18.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
107762026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
107772026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
107782026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
107792026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
107802026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
107812026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
107822026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
107832026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
107842026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
107852026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
107862026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
107872026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
107882026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
107892026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.597 INFO O| Info: ABL version: 0x100f5010
107902026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.597 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
107912026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107922026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107932026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107942026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107952026-02-24T15:29:20.221Z[ host-image] Feb 24 15:29:18.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107962026-02-24T15:29:20.222Z[ host-image] Feb 24 15:29:18.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107972026-02-24T15:29:20.222Z[ host-image] Feb 24 15:29:18.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107982026-02-24T15:29:20.222Z[ host-image] Feb 24 15:29:18.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107992026-02-24T15:29:20.222Z[ host-image] Feb 24 15:29:18.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108002026-02-24T15:29:20.222Z[ host-image] Feb 24 15:29:18.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108012026-02-24T15:29:20.222Z[ host-image] Feb 24 15:29:18.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108022026-02-24T15:29:20.222Z[ host-image] Feb 24 15:29:18.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108032026-02-24T15:29:20.222Z[ host-image] Feb 24 15:29:18.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108042026-02-24T15:29:20.222Z[ host-image] Feb 24 15:29:18.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108052026-02-24T15:29:20.222Z[ host-image] Feb 24 15:29:18.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108062026-02-24T15:29:20.222Z[ host-image] Feb 24 15:29:18.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108072026-02-24T15:29:20.223Z[ host-image] Feb 24 15:29:18.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108082026-02-24T15:29:20.223Z[ host-image] Feb 24 15:29:18.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108092026-02-24T15:29:20.258Z[ host-image] Feb 24 15:29:18.636 INFO finishing image archive at "/work/os-host/os.tar.gz"...
108102026-02-24T15:29:42.197Z[ host-image] Feb 24 15:29:40.572 INFO image complete! materials are in "/work/os-host"
108112026-02-24T15:29:42.201Z[ host-image]
108122026-02-24T15:29:42.201Z[ host-image] real 35:53.375362708
108132026-02-24T15:29:42.201Z[ host-image] user 24:48.446293785
108142026-02-24T15:29:42.201Z[ host-image] sys 1:35.571802452
108152026-02-24T15:29:42.201Z[ host-image] trap 1.267799752
108162026-02-24T15:29:42.201Z[ host-image] tflt 0.261698098
108172026-02-24T15:29:42.201Z[ host-image] dflt 15.599720371
108182026-02-24T15:29:42.201Z[ host-image] kflt 0.113964353
108192026-02-24T15:29:42.201Z[ host-image] lock 37:26.157221293
108202026-02-24T15:29:42.201Z[ host-image] slp 3:32:37.136676762
108212026-02-24T15:29:42.201Z[ host-image] lat 7:45.592031258
108222026-02-24T15:29:42.201Z[ host-image] stop 2.506478114
108232026-02-24T15:29:42.205ZFeb 24 15:29:40.576 INFO [host-image] process exited with exit status: 0 (2153.381303478s)
108242026-02-24T15:29:42.205ZFeb 24 15:29:40.576 INFO [tuf-repo] running task
108252026-02-24T15:30:09.101ZFeb 24 15:30:07.473 INFO assembling repository in `/tmp/tufaceousv6ve2J`, component: OmicronRepoAssembler
108262026-02-24T15:30:16.535ZFeb 24 15:30:14.905 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
108272026-02-24T15:30:16.828ZFeb 24 15:30:15.199 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
108282026-02-24T15:30:36.007ZFeb 24 15:30:34.375 INFO extracting uploaded archive to /tmp/.tmpn30Xwb
108292026-02-24T15:30:39.401ZFeb 24 15:30:37.769 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.HYqveU
108302026-02-24T15:30:39.487ZFeb 24 15:30:37.855 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108312026-02-24T15:30:39.629ZFeb 24 15:30:37.997 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108322026-02-24T15:30:39.766ZFeb 24 15:30:38.133 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108332026-02-24T15:30:39.889ZFeb 24 15:30:38.257 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108342026-02-24T15:30:40.015ZFeb 24 15:30:38.383 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108352026-02-24T15:30:40.140ZFeb 24 15:30:38.508 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108362026-02-24T15:30:40.267ZFeb 24 15:30:38.635 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108372026-02-24T15:30:40.413ZFeb 24 15:30:38.781 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108382026-02-24T15:30:40.413ZFeb 24 15:30:38.781 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108392026-02-24T15:30:40.495ZFeb 24 15:30:38.862 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108402026-02-24T15:30:40.495ZFeb 24 15:30:38.862 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108412026-02-24T15:30:40.579ZFeb 24 15:30:38.947 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108422026-02-24T15:30:40.579ZFeb 24 15:30:38.947 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108432026-02-24T15:30:40.663ZFeb 24 15:30:39.031 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108442026-02-24T15:30:40.663ZFeb 24 15:30:39.031 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108452026-02-24T15:30:40.748ZFeb 24 15:30:39.116 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108462026-02-24T15:30:40.748ZFeb 24 15:30:39.116 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108472026-02-24T15:30:40.830ZFeb 24 15:30:39.198 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108482026-02-24T15:30:40.830ZFeb 24 15:30:39.198 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108492026-02-24T15:30:40.910ZFeb 24 15:30:39.278 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108502026-02-24T15:30:40.911ZFeb 24 15:30:39.278 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108512026-02-24T15:30:40.914ZFeb 24 15:30:39.279 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108522026-02-24T15:30:40.914ZFeb 24 15:30:39.280 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108532026-02-24T15:30:40.914ZFeb 24 15:30:39.281 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108542026-02-24T15:30:40.917ZFeb 24 15:30:39.282 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108552026-02-24T15:30:40.917ZFeb 24 15:30:39.283 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108562026-02-24T15:30:49.828ZFeb 24 15:30:48.194 INFO added artifact, length: 33554432, hash: 95aefdf16b8a57ad95b42b93d6f626c4ab1ddbe71add86302ab147ca4ac94492, version: 19.0.0-0.ci+git7a071b0c898, kind: gimlet_host_phase_1, name: host
108572026-02-24T15:30:49.828ZFeb 24 15:30:48.194 INFO added artifact, length: 33554432, hash: 692f3a0452d4d4044a7ed66fbf85b56b4187cdba579fcbf617c13186a3e06355, version: 19.0.0-0.ci+git7a071b0c898, kind: cosmo_host_phase_1, name: host
108582026-02-24T15:30:49.828ZFeb 24 15:30:48.194 INFO added artifact, length: 1101008896, hash: e5206be773021ef094ec45aa5f91cd3ea6d1543294ebc735ad83290c5b177678, version: 19.0.0-0.ci+git7a071b0c898, kind: host_phase_2, name: host
108592026-02-24T15:30:52.019ZFeb 24 15:30:50.385 INFO added artifact, length: 33554432, hash: 8d6c6676b035f63a6b49cf8ed2c8ec6eb90a840e353217df7f2398d798ba5494, version: 19.0.0-0.ci+git7a071b0c898, kind: gimlet_trampoline_phase_1, name: trampoline
108602026-02-24T15:30:52.019ZFeb 24 15:30:50.385 INFO added artifact, length: 33554432, hash: edaf917727545c4eadd480f43ac5a325017ef16284dc354c9b38d96c359fe86a, version: 19.0.0-0.ci+git7a071b0c898, kind: cosmo_trampoline_phase_1, name: trampoline
108612026-02-24T15:30:52.023ZFeb 24 15:30:50.385 INFO added artifact, length: 147561442, hash: 6e56359136cfe517755c25a38021625db978b4306d69a3e59d1adbe7e3299549, version: 19.0.0-0.ci+git7a071b0c898, kind: trampoline_phase_2, name: trampoline
108622026-02-24T15:30:55.192ZFeb 24 15:30:53.557 INFO added artifact, length: 309814816, hash: 13e364d182052ff323e06ea7dccab86c1e31f1d6dfc795664872e50549b0ea4b, version: 19.0.0-0.ci+git7a071b0c898, kind: zone, name: clickhouse_keeper
108632026-02-24T15:30:58.435ZFeb 24 15:30:56.800 INFO added artifact, length: 327254000, hash: f79c11bcd5287ef6502c5b73bf34f7bb920d51dedfa85783bb297de709df4e22, version: 19.0.0-0.ci+git7a071b0c898, kind: zone, name: clickhouse_server
108642026-02-24T15:31:01.757ZFeb 24 15:31:00.121 INFO added artifact, length: 327255140, hash: a69b7121f5f42d2683c6d710af9e89d7c99d72a6e7b1f9ccf0e89e6739dcf656, version: 19.0.0-0.ci+git7a071b0c898, kind: zone, name: clickhouse
108652026-02-24T15:31:03.501ZFeb 24 15:31:01.866 INFO added artifact, length: 169119068, hash: 998f99d2311ef1afceda073cf2234b2b3b58816cb2372ba5c3e000f5fbaa4bcc, version: 19.0.0-0.ci+git7a071b0c898, kind: zone, name: cockroachdb
108662026-02-24T15:31:03.932ZFeb 24 15:31:02.296 INFO added artifact, length: 42553735, hash: 7dc23aca515d7f32d8e5c52ad975fa150d49ffddc23afecb525aab638664c066, version: 19.0.0-0.ci+git7a071b0c898, kind: zone, name: crucible-pantry-zone
108672026-02-24T15:31:04.520ZFeb 24 15:31:02.885 INFO added artifact, length: 57031069, hash: 9a44e6e387a19f0182e613b987824bfe1c54bc92fbbe39a94b63b822b9454234, version: 19.0.0-0.ci+git7a071b0c898, kind: zone, name: crucible-zone
108682026-02-24T15:31:05.030ZFeb 24 15:31:03.394 INFO added artifact, length: 49196550, hash: 6f572b50a931fb065f8f92bd0662b768606a750ac8f62304a1f973e9410d86b2, version: 19.0.0-0.ci+git7a071b0c898, kind: zone, name: external-dns
108692026-02-24T15:31:05.531ZFeb 24 15:31:03.896 INFO added artifact, length: 49196148, hash: 1261dc00e89b88c972471e2c5d58eb230c836ac6c8d88f6284ccd5ca253dcafa, version: 19.0.0-0.ci+git7a071b0c898, kind: zone, name: internal-dns
108702026-02-24T15:31:07.739ZFeb 24 15:31:06.102 INFO added artifact, length: 216524417, hash: e66434678dc72978a348524e7e7c417b0aa5755d35fc1755361cb5859a7c49bc, version: 19.0.0-0.ci+git7a071b0c898, kind: zone, name: nexus
108712026-02-24T15:31:08.046ZFeb 24 15:31:06.410 INFO added artifact, length: 29601252, hash: 4bd992ac4e434513ec3cb4a8fec3aad505303852d604b6bd8247d4b8526ba70d, version: 19.0.0-0.ci+git7a071b0c898, kind: zone, name: ntp
108722026-02-24T15:31:08.734ZFeb 24 15:31:07.098 INFO added artifact, length: 66064005, hash: 2e4ed2ea155e8859e4cc10bb94ddebba3b835c63f289e1be9f9ea61adc12ce5a, version: 19.0.0-0.ci+git7a071b0c898, kind: zone, name: oximeter
108732026-02-24T15:31:08.767ZFeb 24 15:31:07.131 INFO added artifact, length: 3109590, hash: d7af63f5600bf9013438d6f5609522582944cd15106b8ff8139debf96eb341a2, version: 19.0.0-0.ci+git7a071b0c898, kind: zone, name: probe
108742026-02-24T15:31:08.770ZFeb 24 15:31:07.131 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108752026-02-24T15:31:08.770ZFeb 24 15:31:07.132 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
108762026-02-24T15:31:08.770ZFeb 24 15:31:07.132 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108772026-02-24T15:31:08.818ZFeb 24 15:31:07.181 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
108782026-02-24T15:31:08.866ZFeb 24 15:31:07.230 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
108792026-02-24T15:31:08.948ZFeb 24 15:31:07.312 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108802026-02-24T15:31:08.949ZFeb 24 15:31:07.312 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108812026-02-24T15:31:09.034ZFeb 24 15:31:07.397 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108822026-02-24T15:31:09.034ZFeb 24 15:31:07.397 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108832026-02-24T15:31:09.116ZFeb 24 15:31:07.480 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108842026-02-24T15:31:09.116ZFeb 24 15:31:07.480 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108852026-02-24T15:31:09.196ZFeb 24 15:31:07.560 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108862026-02-24T15:31:09.196ZFeb 24 15:31:07.560 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108872026-02-24T15:31:09.199ZFeb 24 15:31:07.561 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108882026-02-24T15:31:09.199ZFeb 24 15:31:07.562 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108892026-02-24T15:31:09.199ZFeb 24 15:31:07.563 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108902026-02-24T15:31:09.276ZFeb 24 15:31:07.640 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
108912026-02-24T15:31:09.425ZFeb 24 15:31:07.789 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
108922026-02-24T15:31:09.576ZFeb 24 15:31:07.940 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
108932026-02-24T15:31:09.731ZFeb 24 15:31:08.094 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108942026-02-24T15:31:09.731ZFeb 24 15:31:08.095 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108952026-02-24T15:31:09.816ZFeb 24 15:31:08.180 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108962026-02-24T15:31:09.816ZFeb 24 15:31:08.180 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108972026-02-24T15:31:09.902ZFeb 24 15:31:08.266 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108982026-02-24T15:31:09.902ZFeb 24 15:31:08.266 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108992026-02-24T15:31:09.985ZFeb 24 15:31:08.348 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109002026-02-24T15:31:09.986ZFeb 24 15:31:08.348 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109012026-02-24T15:31:09.989ZFeb 24 15:31:08.349 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109022026-02-24T15:31:09.989ZFeb 24 15:31:08.350 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109032026-02-24T15:31:09.989ZFeb 24 15:31:08.351 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109042026-02-24T15:31:09.989ZFeb 24 15:31:08.351 INFO added artifact, length: 924, hash: 462a4c8ed489efe732735656f7c438d2d2cb1d1373aa557f7b1a643c3c60365a, version: 19.0.0-0.ci+git7a071b0c898, kind: installinator_document, name: installinator_document
109052026-02-24T15:31:10.563ZFeb 24 15:31:08.927 INFO extracting uploaded archive to /tmp/.tmpdYfaq6
109062026-02-24T15:31:13.754ZFeb 24 15:31:12.117 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Z6P2Bh
109072026-02-24T15:31:13.826ZFeb 24 15:31:12.190 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
109082026-02-24T15:31:13.969ZFeb 24 15:31:12.332 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
109092026-02-24T15:31:14.103ZFeb 24 15:31:12.466 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
109102026-02-24T15:31:14.230ZFeb 24 15:31:12.594 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
109112026-02-24T15:31:14.357ZFeb 24 15:31:12.720 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
109122026-02-24T15:31:14.484ZFeb 24 15:31:12.847 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
109132026-02-24T15:31:14.609ZFeb 24 15:31:12.973 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
109142026-02-24T15:31:14.750ZFeb 24 15:31:13.114 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
109152026-02-24T15:31:14.751ZFeb 24 15:31:13.114 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
109162026-02-24T15:31:14.832ZFeb 24 15:31:13.195 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
109172026-02-24T15:31:14.832ZFeb 24 15:31:13.196 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
109182026-02-24T15:31:14.916ZFeb 24 15:31:13.279 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109192026-02-24T15:31:14.916ZFeb 24 15:31:13.280 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109202026-02-24T15:31:14.999ZFeb 24 15:31:13.362 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
109212026-02-24T15:31:14.999ZFeb 24 15:31:13.362 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
109222026-02-24T15:31:15.083ZFeb 24 15:31:13.446 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109232026-02-24T15:31:15.083ZFeb 24 15:31:13.446 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109242026-02-24T15:31:15.165ZFeb 24 15:31:13.528 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
109252026-02-24T15:31:15.165ZFeb 24 15:31:13.528 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109262026-02-24T15:31:15.246ZFeb 24 15:31:13.609 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109272026-02-24T15:31:15.246ZFeb 24 15:31:13.609 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
109282026-02-24T15:31:15.249ZFeb 24 15:31:13.610 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
109292026-02-24T15:31:15.249ZFeb 24 15:31:13.611 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
109302026-02-24T15:31:15.249ZFeb 24 15:31:13.612 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
109312026-02-24T15:31:15.252ZFeb 24 15:31:13.613 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
109322026-02-24T15:31:15.252ZFeb 24 15:31:13.614 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
109332026-02-24T15:31:24.142ZFeb 24 15:31:22.504 INFO added artifact, length: 33554432, hash: 95aefdf16b8a57ad95b42b93d6f626c4ab1ddbe71add86302ab147ca4ac94492, version: 19.0.0-0.ci+git7a071b0c898, kind: gimlet_host_phase_1, name: host
109342026-02-24T15:31:24.142ZFeb 24 15:31:22.504 INFO added artifact, length: 33554432, hash: 692f3a0452d4d4044a7ed66fbf85b56b4187cdba579fcbf617c13186a3e06355, version: 19.0.0-0.ci+git7a071b0c898, kind: cosmo_host_phase_1, name: host
109352026-02-24T15:31:24.142ZFeb 24 15:31:22.504 INFO added artifact, length: 1101008896, hash: e5206be773021ef094ec45aa5f91cd3ea6d1543294ebc735ad83290c5b177678, version: 19.0.0-0.ci+git7a071b0c898, kind: host_phase_2, name: host
109362026-02-24T15:31:25.762ZFeb 24 15:31:24.124 INFO added artifact, length: 33554432, hash: 8d6c6676b035f63a6b49cf8ed2c8ec6eb90a840e353217df7f2398d798ba5494, version: 19.0.0-0.ci+git7a071b0c898, kind: gimlet_trampoline_phase_1, name: trampoline
109372026-02-24T15:31:25.762ZFeb 24 15:31:24.124 INFO added artifact, length: 33554432, hash: edaf917727545c4eadd480f43ac5a325017ef16284dc354c9b38d96c359fe86a, version: 19.0.0-0.ci+git7a071b0c898, kind: cosmo_trampoline_phase_1, name: trampoline
109382026-02-24T15:31:25.765ZFeb 24 15:31:24.124 INFO added artifact, length: 147561442, hash: 6e56359136cfe517755c25a38021625db978b4306d69a3e59d1adbe7e3299549, version: 19.0.0-0.ci+git7a071b0c898, kind: trampoline_phase_2, name: trampoline
109392026-02-24T15:31:37.170ZFeb 24 15:31:35.530 INFO added artifact, length: 1703985263, hash: 74dc523d6df73fb0b41f2762dc397da763623a38dd1ef1f3a9c30bd7f92ae7a5, version: 19.0.0-0.ci+git7a071b0c898, kind: control_plane, name: control-plane
109402026-02-24T15:31:37.173ZFeb 24 15:31:35.530 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
109412026-02-24T15:31:37.173ZFeb 24 15:31:35.531 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
109422026-02-24T15:31:37.173ZFeb 24 15:31:35.531 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
109432026-02-24T15:31:37.219ZFeb 24 15:31:35.579 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
109442026-02-24T15:31:37.267ZFeb 24 15:31:35.628 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
109452026-02-24T15:31:37.348ZFeb 24 15:31:35.709 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109462026-02-24T15:31:37.348ZFeb 24 15:31:35.709 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109472026-02-24T15:31:37.434ZFeb 24 15:31:35.794 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109482026-02-24T15:31:37.434ZFeb 24 15:31:35.794 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109492026-02-24T15:31:37.519ZFeb 24 15:31:35.879 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109502026-02-24T15:31:37.519ZFeb 24 15:31:35.879 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109512026-02-24T15:31:37.601ZFeb 24 15:31:35.961 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109522026-02-24T15:31:37.601ZFeb 24 15:31:35.961 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109532026-02-24T15:31:37.604ZFeb 24 15:31:35.962 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109542026-02-24T15:31:37.604ZFeb 24 15:31:35.963 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109552026-02-24T15:31:37.604ZFeb 24 15:31:35.964 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109562026-02-24T15:31:37.681ZFeb 24 15:31:36.041 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
109572026-02-24T15:31:37.832ZFeb 24 15:31:36.192 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
109582026-02-24T15:31:37.983ZFeb 24 15:31:36.343 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
109592026-02-24T15:31:38.138ZFeb 24 15:31:36.498 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109602026-02-24T15:31:38.138ZFeb 24 15:31:36.498 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109612026-02-24T15:31:38.221ZFeb 24 15:31:36.581 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109622026-02-24T15:31:38.221ZFeb 24 15:31:36.581 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109632026-02-24T15:31:38.306ZFeb 24 15:31:36.667 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109642026-02-24T15:31:38.306ZFeb 24 15:31:36.667 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109652026-02-24T15:31:38.388ZFeb 24 15:31:36.748 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109662026-02-24T15:31:38.388ZFeb 24 15:31:36.749 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109672026-02-24T15:31:38.392ZFeb 24 15:31:36.750 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109682026-02-24T15:31:38.392ZFeb 24 15:31:36.750 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109692026-02-24T15:31:38.392ZFeb 24 15:31:36.751 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109702026-02-24T15:31:38.392ZFeb 24 15:31:36.752 INFO added artifact, length: 924, hash: 462a4c8ed489efe732735656f7c438d2d2cb1d1373aa557f7b1a643c3c60365a, version: 19.0.0-0.ci+git7a071b0c898, kind: installinator_document, name: installinator_document
109712026-02-24T15:31:39.050ZFeb 24 15:31:37.410 INFO [tuf-repo] task succeeded (116.833325613s)
109722026-02-24T15:31:39.050ZFeb 24 15:31:37.410 INFO all jobs completed in 4041.014487171s
109732026-02-24T15:31:40.210Zprocess exited: duration 4877680 ms, exit code 0
 
109742026-02-24T15:31:40.228Zfound 41 output files
109752026-02-24T15:31:40.228Zuploading: /work/manifest.toml (17174 bytes)
109762026-02-24T15:31:41.243Zuploaded: /work/manifest.toml
109772026-02-24T15:31:41.243Zuploading: /work/repo.zip (2946560924 bytes)
109782026-02-24T15:32:24.961Zuploaded: /work/repo.zip
109792026-02-24T15:32:24.961Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109802026-02-24T15:32:25.972Zuploaded: /work/repo.zip.sha256.txt
109812026-02-24T15:32:25.972Zuploading: /work/helios.json (647 bytes)
109822026-02-24T15:32:26.982Zuploaded: /work/helios.json
109832026-02-24T15:32:26.982Zuploading: /work/incorporation.p5m (100410 bytes)
109842026-02-24T15:32:28.000Zuploaded: /work/incorporation.p5m
109852026-02-24T15:32:28.003Zuploading: /work/incorporation.p5p (122880 bytes)
109862026-02-24T15:32:29.016Zuploaded: /work/incorporation.p5p
109872026-02-24T15:32:29.020Zuploading: /work/helios-incorp.log (526 bytes)
109882026-02-24T15:32:30.028Zuploaded: /work/helios-incorp.log
109892026-02-24T15:32:30.028Zuploading: /work/helios-setup.log (57997 bytes)
109902026-02-24T15:32:31.042Zuploaded: /work/helios-setup.log
109912026-02-24T15:32:31.042Zuploading: /work/host-image.log (235928 bytes)
109922026-02-24T15:32:32.059Zuploaded: /work/host-image.log
109932026-02-24T15:32:32.059Zuploading: /work/host-package.log (33535 bytes)
109942026-02-24T15:32:33.074Zuploaded: /work/host-package.log
109952026-02-24T15:32:33.077Zuploading: /work/host-target.log (101 bytes)
109962026-02-24T15:32:34.085Zuploaded: /work/host-target.log
109972026-02-24T15:32:34.085Zuploading: /work/incorp-create.log (0 bytes)
109982026-02-24T15:32:35.093Zuploaded: /work/incorp-create.log
109992026-02-24T15:32:35.093Zuploading: /work/incorp-fmt.log (0 bytes)
110002026-02-24T15:32:36.101Zuploaded: /work/incorp-fmt.log
110012026-02-24T15:32:36.101Zuploading: /work/incorp-pkgsend.log (108 bytes)
110022026-02-24T15:32:37.111Zuploaded: /work/incorp-pkgsend.log
110032026-02-24T15:32:37.116Zuploading: /work/incorp-publisher.log (0 bytes)
110042026-02-24T15:32:38.118Zuploaded: /work/incorp-publisher.log
110052026-02-24T15:32:38.119Zuploading: /work/omicron-package.log (6790 bytes)
110062026-02-24T15:32:39.132Zuploaded: /work/omicron-package.log
110072026-02-24T15:32:39.132Zuploading: /work/recovery-image.log (604968 bytes)
110082026-02-24T15:32:40.166Zuploaded: /work/recovery-image.log
110092026-02-24T15:32:40.172Zuploading: /work/recovery-package.log (1870 bytes)
110102026-02-24T15:32:41.183Zuploaded: /work/recovery-package.log
110112026-02-24T15:32:41.183Zuploading: /work/recovery-target.log (98 bytes)
110122026-02-24T15:32:42.195Zuploaded: /work/recovery-target.log
110132026-02-24T15:32:42.195Zuploading: /work/stamp-clickhouse.log (117 bytes)
110142026-02-24T15:32:43.209Zuploaded: /work/stamp-clickhouse.log
110152026-02-24T15:32:43.209Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
110162026-02-24T15:32:44.226Zuploaded: /work/stamp-clickhouse_keeper.log
110172026-02-24T15:32:44.226Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
110182026-02-24T15:32:45.239Zuploaded: /work/stamp-clickhouse_server.log
110192026-02-24T15:32:45.242Zuploading: /work/stamp-cockroachdb.log (118 bytes)
110202026-02-24T15:32:46.250Zuploaded: /work/stamp-cockroachdb.log
110212026-02-24T15:32:46.253Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
110222026-02-24T15:32:47.266Zuploaded: /work/stamp-crucible-pantry-zone.log
110232026-02-24T15:32:47.266Zuploading: /work/stamp-crucible-utils.log (118 bytes)
110242026-02-24T15:32:48.281Zuploaded: /work/stamp-crucible-utils.log
110252026-02-24T15:32:48.290Zuploading: /work/stamp-crucible-zone.log (120 bytes)
110262026-02-24T15:32:49.303Zuploaded: /work/stamp-crucible-zone.log
110272026-02-24T15:32:49.308Zuploading: /work/stamp-external-dns.log (119 bytes)
110282026-02-24T15:32:50.319Zuploaded: /work/stamp-external-dns.log
110292026-02-24T15:32:50.319Zuploading: /work/stamp-installinator.log (103 bytes)
110302026-02-24T15:32:51.349Zuploaded: /work/stamp-installinator.log
110312026-02-24T15:32:51.349Zuploading: /work/stamp-internal-dns.log (119 bytes)
110322026-02-24T15:32:52.385Zuploaded: /work/stamp-internal-dns.log
110332026-02-24T15:32:52.385Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
110342026-02-24T15:32:53.401Zuploaded: /work/stamp-mg-ddm-gz.log
110352026-02-24T15:32:53.401Zuploading: /work/stamp-nexus.log (112 bytes)
110362026-02-24T15:32:54.417Zuploaded: /work/stamp-nexus.log
110372026-02-24T15:32:54.417Zuploading: /work/stamp-ntp.log (110 bytes)
110382026-02-24T15:32:55.430Zuploaded: /work/stamp-ntp.log
110392026-02-24T15:32:55.431Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
110402026-02-24T15:32:56.443Zuploaded: /work/stamp-omicron-sled-agent.log
110412026-02-24T15:32:56.443Zuploading: /work/stamp-overlay.log (114 bytes)
110422026-02-24T15:32:57.458Zuploaded: /work/stamp-overlay.log
110432026-02-24T15:32:57.458Zuploading: /work/stamp-oximeter.log (115 bytes)
110442026-02-24T15:32:58.472Zuploaded: /work/stamp-oximeter.log
110452026-02-24T15:32:58.472Zuploading: /work/stamp-oxlog.log (109 bytes)
110462026-02-24T15:32:59.485Zuploaded: /work/stamp-oxlog.log
110472026-02-24T15:32:59.490Zuploading: /work/stamp-probe.log (112 bytes)
110482026-02-24T15:33:00.512Zuploaded: /work/stamp-probe.log
110492026-02-24T15:33:00.512Zuploading: /work/stamp-propolis-server.log (122 bytes)
110502026-02-24T15:33:01.526Zuploaded: /work/stamp-propolis-server.log
110512026-02-24T15:33:01.526Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110522026-02-24T15:33:02.538Zuploaded: /work/stamp-pumpkind-gz.log
110532026-02-24T15:33:02.538Zuploading: /work/stamp-switch-asic.log (118 bytes)
110542026-02-24T15:33:03.554Zuploaded: /work/stamp-switch-asic.log
110552026-02-24T15:33:03.554Zuploading: /work/verify-libraries.log (11725 bytes)
110562026-02-24T15:33:04.567Zuploaded: /work/verify-libraries.log