01KGCQ0KGXSC5J55CXS1C78DZ7: 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: 01KGCQ0ZANY55A6TG8Q54Y989S

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-01T13:42:35.153Zjob assigned to worker 01KGCQ11BNQ6D43VMREX8MR6J9 [factory gimlet-EVT22200007-propolis, EVT22200007/56468] (queued for 26 s)
 
22026-02-01T13:42:44.425Zstarting task 0: "setup"
32026-02-01T13:42:44.450Z++ uname -s
42026-02-01T13:42:44.450Z+ kern=SunOS
52026-02-01T13:42:44.450Z+ build_user=build
62026-02-01T13:42:44.451Z+ build_uid=12345
72026-02-01T13:42:44.451Z+ work_dir=/work
82026-02-01T13:42:44.451Z+ input_dir=/input
92026-02-01T13:42:44.451Z+ [[ 0 == 12345 ]]
102026-02-01T13:42:44.451Z+ case "$kern" in
112026-02-01T13:42:44.451Z+ groupadd -g 12345 build
122026-02-01T13:42:44.451Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-01T13:42:46.447Z+ zfs create -o mountpoint=/work rpool/work
142026-02-01T13:42:46.497Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-01T13:42:46.523Z+ home_fs=zfs
162026-02-01T13:42:46.523Z+ [[ zfs == autofs ]]
172026-02-01T13:42:46.523Z+ mkdir -p /home/build
182026-02-01T13:42:46.523Z+ chown build:build /home/build /work
192026-02-01T13:42:48.507Z+ chmod 0700 /home/build /work
202026-02-01T13:42:48.532Zprocess exited: duration 4087 ms, exit code 0
 
212026-02-01T13:42:48.584Zstarting task 1: "rust-toolchain"
222026-02-01T13:42:48.609Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.0
232026-02-01T13:42:48.609Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-01T13:42:48.609Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-02-01T13:42:48.609Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-01T13:42:48.609Z * rust toolchain channel = "1.93.0"
272026-02-01T13:42:48.609Z * rust toolchain profile = "default"
282026-02-01T13:42:48.609Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-01T13:42:48.609Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.0 --profile default
302026-02-01T13:42:48.727Zinfo: downloading installer
312026-02-01T13:42:50.409Zwarn: It looks like you have an existing installation of Rust at:
322026-02-01T13:42:50.409Zwarn: /opt/ooce/bin
332026-02-01T13:42:50.409Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-01T13:42:50.409Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-01T13:42:50.409Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-01T13:42:50.409Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-01T13:42:50.409Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-01T13:42:50.409Zerror: cannot install while Rust is installed
392026-02-01T13:42:50.409Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-01T13:42:50.434Zinfo: profile set to 'default'
412026-02-01T13:42:50.434Zinfo: default host triple is x86_64-unknown-illumos
422026-02-01T13:42:50.434Zinfo: syncing channel updates for '1.93.0-x86_64-unknown-illumos'
432026-02-01T13:42:50.575Zinfo: latest update on 2026-01-22, rust version 1.93.0 (254b59607 2026-01-19)
442026-02-01T13:42:50.575Zinfo: downloading component 'cargo'
452026-02-01T13:42:51.181Zinfo: downloading component 'clippy'
462026-02-01T13:42:51.339Zinfo: downloading component 'rust-docs'
472026-02-01T13:42:51.905Zinfo: downloading component 'rust-std'
482026-02-01T13:42:52.699Zinfo: downloading component 'rustc'
492026-02-01T13:42:54.626Zinfo: downloading component 'rustfmt'
502026-02-01T13:42:54.656Zinfo: installing component 'cargo'
512026-02-01T13:42:55.879Zinfo: installing component 'clippy'
522026-02-01T13:42:56.348Zinfo: installing component 'rust-docs'
532026-02-01T13:42:59.720Zinfo: installing component 'rust-std'
542026-02-01T13:43:01.732Zinfo: installing component 'rustc'
552026-02-01T13:43:09.712Zinfo: installing component 'rustfmt'
562026-02-01T13:43:10.081Zinfo: default toolchain set to '1.93.0-x86_64-unknown-illumos'
572026-02-01T13:43:10.081Z
582026-02-01T13:43:10.235Z 1.93.0-x86_64-unknown-illumos installed - rustc 1.93.0 (254b59607 2026-01-19)
592026-02-01T13:43:10.235Z
602026-02-01T13:43:10.259Z
612026-02-01T13:43:10.259ZRust is installed now. Great!
622026-02-01T13:43:10.259Z
632026-02-01T13:43:10.259ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-01T13:43:10.259Zenvironment variable. This has not been done automatically.
652026-02-01T13:43:10.259Z
662026-02-01T13:43:10.259ZTo configure your current shell, you need to source
672026-02-01T13:43:10.259Zthe corresponding env file under $HOME/.cargo.
682026-02-01T13:43:10.259Z
692026-02-01T13:43:10.259ZThis is usually done by running one of the following (note the leading DOT):
702026-02-01T13:43:10.259Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-01T13:43:10.259Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-01T13:43:10.259Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-01T13:43:10.368Z+ rustup --version
742026-02-01T13:43:10.392Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-01T13:43:10.392Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-01T13:43:10.469Zinfo: The currently active `rustc` version is `rustc 1.93.0 (254b59607 2026-01-19)`
772026-02-01T13:43:10.493Z+ cargo --version
782026-02-01T13:43:10.541Zcargo 1.93.0 (083ac5135 2025-12-15)
792026-02-01T13:43:10.565Z+ rustc --version
802026-02-01T13:43:10.623Zrustc 1.93.0 (254b59607 2026-01-19)
812026-02-01T13:43:10.647Zprocess exited: duration 22046 ms, exit code 0
 
822026-02-01T13:43:10.697Zstarting task 2: "authentication"
832026-02-01T13:43:10.753Zprocess exited: duration 57 ms, exit code 0
 
842026-02-01T13:43:10.801Zstarting task 3: "clone repository"
852026-02-01T13:43:10.826Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-01T13:43:10.826Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-01T13:43:10.851ZCloning into '/work/oxidecomputer/omicron'...
882026-02-01T13:43:31.097Z+ cd /work/oxidecomputer/omicron
892026-02-01T13:43:31.097Z+ git fetch origin 980086d2f41c3651d80b86c2dcdfdeceed797690
902026-02-01T13:43:31.725ZFrom https://github.com/oxidecomputer/omicron
912026-02-01T13:43:31.725Z * branch 980086d2f41c3651d80b86c2dcdfdeceed797690 -> FETCH_HEAD
922026-02-01T13:43:31.749Z+ [[ -n mergeconflict/rust-toolchain-1.93.0 ]]
932026-02-01T13:43:31.749Z++ git branch --show-current
942026-02-01T13:43:31.749Z+ current=main
952026-02-01T13:43:31.750Z+ [[ main != mergeconflict/rust-toolchain-1.93.0 ]]
962026-02-01T13:43:31.750Z+ git branch -f mergeconflict/rust-toolchain-1.93.0 980086d2f41c3651d80b86c2dcdfdeceed797690
972026-02-01T13:43:31.774Z+ git checkout -f mergeconflict/rust-toolchain-1.93.0
982026-02-01T13:43:32.296ZSwitched to branch 'mergeconflict/rust-toolchain-1.93.0'
992026-02-01T13:43:32.320Z+ git reset --hard 980086d2f41c3651d80b86c2dcdfdeceed797690
1002026-02-01T13:43:32.344ZHEAD is now at 980086d2f [rust-toolchain] bump to 1.93.0
1012026-02-01T13:43:32.344Zprocess exited: duration 21527 ms, exit code 0
 
1022026-02-01T13:43:32.395Zstarting task 4: "build"
1032026-02-01T13:43:32.418Z+ source .github/buildomat/ci-env.sh
1042026-02-01T13:43:32.418Z++ export CARGO_TERM_COLOR=always
1052026-02-01T13:43:32.418Z++ CARGO_TERM_COLOR=always
1062026-02-01T13:43:32.418Z+ cargo --version
1072026-02-01T13:43:32.468Zcargo 1.93.0 (083ac5135 2025-12-15)
1082026-02-01T13:43:32.493Z+ rustc --version
1092026-02-01T13:43:32.553Zrustc 1.93.0 (254b59607 2026-01-19)
1102026-02-01T13:43:32.577Z+ cargo tree --locked
1112026-02-01T13:43:32.908Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-01T13:43:33.520Z Updating crates.io index
1132026-02-01T13:43:33.577Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142026-02-01T13:43:34.376Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152026-02-01T13:43:36.058Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162026-02-01T13:43:36.628Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172026-02-01T13:43:37.214Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182026-02-01T13:43:38.034Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192026-02-01T13:43:40.452Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-02-01T13:43:43.875Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-02-01T13:43:45.505Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-02-01T13:43:46.106Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-02-01T13:43:48.073Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242026-02-01T13:43:49.148Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-01T13:43:49.893Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-01T13:43:50.855Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-01T13:43:51.516Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-01T13:43:52.849Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-01T13:43:53.821Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-01T13:43:54.481Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-01T13:43:55.209Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-01T13:43:56.039Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-01T13:43:56.581Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-01T13:43:57.117Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-01T13:43:57.801Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1362026-02-01T13:43:58.656Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1372026-02-01T13:43:59.645Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1382026-02-01T13:44:00.326Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1392026-02-01T13:44:01.134Z Updating git repository `https://github.com/oxidecomputer/ispf`
1402026-02-01T13:44:02.061Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-02-01T13:44:03.035Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1422026-02-01T13:44:03.808Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1432026-02-01T13:44:04.396Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1442026-02-01T13:44:05.131Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1452026-02-01T13:44:05.939Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1462026-02-01T13:44:06.794Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1472026-02-01T13:44:07.304Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1482026-02-01T13:44:07.973Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1492026-02-01T13:44:08.571Z Updating git repository `https://github.com/illumos/smf-rs`
1502026-02-01T13:44:09.196Z Updating git repository `https://github.com/oxidecomputer/omicron`
1512026-02-01T13:44:27.584Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1522026-02-01T13:44:29.672Z Downloading crates ...
1532026-02-01T13:44:29.800Z Downloaded ahash v0.8.12
1542026-02-01T13:44:29.824Z Downloaded assert-json-diff v2.0.2
1552026-02-01T13:44:29.848Z Downloaded cargo-util-schemas v0.8.2
1562026-02-01T13:44:29.848Z Downloaded bitflags v1.3.2
1572026-02-01T13:44:29.848Z Downloaded castaway v0.2.3
1582026-02-01T13:44:29.872Z Downloaded cexpr v0.6.0
1592026-02-01T13:44:29.872Z Downloaded clang-sys v1.8.1
1602026-02-01T13:44:29.872Z Downloaded cfg-if v1.0.4
1612026-02-01T13:44:29.872Z Downloaded cobs v0.2.3
1622026-02-01T13:44:29.901Z Downloaded cfg_aliases v0.2.1
1632026-02-01T13:44:29.901Z Downloaded cfg_aliases v0.1.1
1642026-02-01T13:44:29.901Z Downloaded dtrace-parser v0.2.0
1652026-02-01T13:44:29.901Z Downloaded ciborium-io v0.2.2
1662026-02-01T13:44:29.901Z Downloaded async-bb8-diesel v0.2.1
1672026-02-01T13:44:29.925Z Downloaded enum-as-inner v0.6.1
1682026-02-01T13:44:29.925Z Downloaded event-listener v2.5.3
1692026-02-01T13:44:29.925Z Downloaded fd-lock v4.0.2
1702026-02-01T13:44:29.925Z Downloaded float-ord v0.3.2
1712026-02-01T13:44:29.949Z Downloaded form_urlencoded v1.2.2
1722026-02-01T13:44:29.949Z Downloaded funty v2.0.0
1732026-02-01T13:44:29.949Z Downloaded futures-task v0.3.31
1742026-02-01T13:44:29.949Z Downloaded erased-serde v0.3.31
1752026-02-01T13:44:29.973Z Downloaded env_logger v0.11.8
1762026-02-01T13:44:29.973Z Downloaded bytes v1.10.1
1772026-02-01T13:44:29.973Z Downloaded foreign-types v0.3.2
1782026-02-01T13:44:29.973Z Downloaded backtrace v0.3.74
1792026-02-01T13:44:29.997Z Downloaded ghash v0.5.1
1802026-02-01T13:44:29.997Z Downloaded gethostname v0.5.0
1812026-02-01T13:44:29.997Z Downloaded guppy-workspace-hack v0.1.0
1822026-02-01T13:44:29.997Z Downloaded futures-io v0.3.31
1832026-02-01T13:44:30.021Z Downloaded futures-timer v3.0.3
1842026-02-01T13:44:30.021Z Downloaded futures-executor v0.3.31
1852026-02-01T13:44:30.021Z Downloaded fs_extra v1.3.0
1862026-02-01T13:44:30.021Z Downloaded hash32 v0.3.1
1872026-02-01T13:44:30.045Z Downloaded hash32 v0.2.1
1882026-02-01T13:44:30.045Z Downloaded fs-err v3.1.1
1892026-02-01T13:44:30.045Z Downloaded chacha20poly1305 v0.10.1
1902026-02-01T13:44:30.045Z Downloaded event-listener v5.3.1
1912026-02-01T13:44:30.045Z Downloaded globset v0.4.15
1922026-02-01T13:44:30.069Z Downloaded hex v0.4.3
1932026-02-01T13:44:30.069Z Downloaded hex-literal v0.4.1
1942026-02-01T13:44:30.069Z Downloaded hubpack_derive v0.1.1
1952026-02-01T13:44:30.069Z Downloaded hyper-tls v0.6.0
1962026-02-01T13:44:30.094Z Downloaded half v1.8.3
1972026-02-01T13:44:30.094Z Downloaded ident_case v1.0.1
1982026-02-01T13:44:30.094Z Downloaded indoc v1.0.9
1992026-02-01T13:44:30.118Z Downloaded inout v0.1.3
2002026-02-01T13:44:30.118Z Downloaded is_ci v1.2.0
2012026-02-01T13:44:30.118Z Downloaded is_terminal_polyfill v1.70.1
2022026-02-01T13:44:30.118Z Downloaded itoa v1.0.11
2032026-02-01T13:44:30.118Z Downloaded indoc v2.0.6
2042026-02-01T13:44:30.143Z Downloaded ingot v0.1.1
2052026-02-01T13:44:30.143Z Downloaded lazycell v1.3.0
2062026-02-01T13:44:30.143Z Downloaded ipnetwork v0.21.1
2072026-02-01T13:44:30.143Z Downloaded lalrpop-util v0.19.12
2082026-02-01T13:44:30.143Z Downloaded document-features v0.2.11
2092026-02-01T13:44:30.166Z Downloaded ingot-macros v0.1.1
2102026-02-01T13:44:30.166Z Downloaded libscf-sys v1.1.0
2112026-02-01T13:44:30.166Z Downloaded kstat-rs v0.2.4
2122026-02-01T13:44:30.166Z Downloaded lru v0.12.5
2132026-02-01T13:44:30.196Z Downloaded maplit v1.0.2
2142026-02-01T13:44:30.197Z Downloaded lzss v0.8.2
2152026-02-01T13:44:30.197Z Downloaded futures-core v0.3.31
2162026-02-01T13:44:30.197Z Downloaded maybe-uninit v2.0.0
2172026-02-01T13:44:30.197Z Downloaded miette-derive v5.10.0
2182026-02-01T13:44:30.197Z Downloaded memoffset v0.9.1
2192026-02-01T13:44:30.229Z Downloaded memmap v0.7.0
2202026-02-01T13:44:30.229Z Downloaded multimap v0.10.1
2212026-02-01T13:44:30.229Z Downloaded const_format_proc_macros v0.2.34
2222026-02-01T13:44:30.229Z Downloaded md5 v0.7.0
2232026-02-01T13:44:30.229Z Downloaded newtype-uuid-macros v0.1.0
2242026-02-01T13:44:30.229Z Downloaded async-std v1.13.0
2252026-02-01T13:44:30.255Z Downloaded number_prefix v0.4.0
2262026-02-01T13:44:30.280Z Downloaded log v0.4.29
2272026-02-01T13:44:30.280Z Downloaded displaydoc v0.2.5
2282026-02-01T13:44:30.280Z Downloaded ordered-float v2.10.1
2292026-02-01T13:44:30.305Z Downloaded num_enum v0.5.11
2302026-02-01T13:44:30.305Z Downloaded parking v2.2.1
2312026-02-01T13:44:30.305Z Downloaded packed_struct v0.10.1
2322026-02-01T13:44:30.330Z Downloaded pbkdf2 v0.12.2
2332026-02-01T13:44:30.330Z Downloaded percent-encoding v2.3.2
2342026-02-01T13:44:30.330Z Downloaded predicates-tree v1.0.12
2352026-02-01T13:44:30.330Z Downloaded pretty-hex v0.4.1
2362026-02-01T13:44:30.330Z Downloaded proc-macro-crate v3.2.0
2372026-02-01T13:44:30.355Z Downloaded progenitor-macro v0.11.2
2382026-02-01T13:44:30.355Z Downloaded rand_chacha v0.3.1
2392026-02-01T13:44:30.355Z Downloaded pin-project v1.1.6
2402026-02-01T13:44:30.380Z Downloaded rustc_version v0.1.7
2412026-02-01T13:44:30.380Z Downloaded russh-cryptovec v0.7.3
2422026-02-01T13:44:30.380Z Downloaded rustc_version v0.4.1
2432026-02-01T13:44:30.404Z Downloaded salsa20 v0.10.2
2442026-02-01T13:44:30.404Z Downloaded rust-argon2 v2.1.0
2452026-02-01T13:44:30.404Z Downloaded serde_bytes v0.11.19
2462026-02-01T13:44:30.404Z Downloaded sapling-renderdag v0.1.0
2472026-02-01T13:44:30.404Z Downloaded serde-value v0.7.0
2482026-02-01T13:44:30.429Z Downloaded scroll_derive v0.13.1
2492026-02-01T13:44:30.429Z Downloaded seq-macro v0.3.6
2502026-02-01T13:44:30.429Z Downloaded semver v0.1.20
2512026-02-01T13:44:30.429Z Downloaded sec1 v0.7.3
2522026-02-01T13:44:30.429Z Downloaded serde_urlencoded v0.7.1
2532026-02-01T13:44:30.454Z Downloaded slog-envlogger v2.2.0
2542026-02-01T13:44:30.454Z Downloaded slog-bunyan v2.5.0
2552026-02-01T13:44:30.454Z Downloaded ryu v1.0.18
2562026-02-01T13:44:30.454Z Downloaded subtle v2.6.1
2572026-02-01T13:44:30.454Z Downloaded serde_cbor v0.11.2
2582026-02-01T13:44:30.478Z Downloaded structmeta v0.3.0
2592026-02-01T13:44:30.478Z Downloaded take_mut v0.2.2
2602026-02-01T13:44:30.478Z Downloaded tabled_derive v0.7.0
2612026-02-01T13:44:30.478Z Downloaded target-triple v0.1.3
2622026-02-01T13:44:30.478Z Downloaded smallvec v1.15.1
2632026-02-01T13:44:30.503Z Downloaded thread-id v5.0.0
2642026-02-01T13:44:30.503Z Downloaded thread_local v1.1.8
2652026-02-01T13:44:30.503Z Downloaded tinyvec_macros v0.1.1
2662026-02-01T13:44:30.503Z Downloaded thiserror-impl v2.0.18
2672026-02-01T13:44:30.503Z Downloaded thiserror-no-std v2.0.2
2682026-02-01T13:44:30.527Z Downloaded topological-sort v0.2.2
2692026-02-01T13:44:30.527Z Downloaded try-lock v0.2.5
2702026-02-01T13:44:30.527Z Downloaded tokio-native-tls v0.3.1
2712026-02-01T13:44:30.527Z Downloaded trait-variant v0.1.2
2722026-02-01T13:44:30.527Z Downloaded synstructure v0.13.1
2732026-02-01T13:44:30.527Z Downloaded unicode-linebreak v0.1.5
2742026-02-01T13:44:30.551Z Downloaded tokio-tungstenite v0.21.0
2752026-02-01T13:44:30.551Z Downloaded unicode-truncate v1.1.0
2762026-02-01T13:44:30.551Z Downloaded universal-hash v0.5.1
2772026-02-01T13:44:30.551Z Downloaded usdt-macro v0.6.0
2782026-02-01T13:44:30.552Z Downloaded untrusted v0.7.1
2792026-02-01T13:44:30.552Z Downloaded tokio-stream v0.1.17
2802026-02-01T13:44:30.575Z Downloaded unicase v2.8.1
2812026-02-01T13:44:30.575Z Downloaded utf8parse v0.2.2
2822026-02-01T13:44:30.575Z Downloaded trybuild v1.0.106
2832026-02-01T13:44:30.575Z Downloaded void v1.0.2
2842026-02-01T13:44:30.576Z Downloaded vte_generate_state_changes v0.1.2
2852026-02-01T13:44:30.576Z Downloaded usdt-impl v0.5.0
2862026-02-01T13:44:30.576Z Downloaded write16 v1.0.0
2872026-02-01T13:44:30.576Z Downloaded wait-timeout v0.2.0
2882026-02-01T13:44:30.600Z Downloaded reqwest v0.12.24
2892026-02-01T13:44:30.600Z Downloaded xshell-macros v0.2.7
2902026-02-01T13:44:30.600Z Downloaded zerofrom-derive v0.1.4
2912026-02-01T13:44:30.600Z Downloaded yoke-derive v0.7.4
2922026-02-01T13:44:30.600Z Downloaded uzers v0.12.1
2932026-02-01T13:44:30.600Z Downloaded zeroize_derive v1.4.2
2942026-02-01T13:44:30.600Z Downloaded zerofrom v0.1.4
2952026-02-01T13:44:30.600Z Downloaded zone v0.3.1
2962026-02-01T13:44:30.600Z Downloaded wyz v0.5.1
2972026-02-01T13:44:30.624Z Downloaded usdt-impl v0.6.0
2982026-02-01T13:44:30.624Z Downloaded zone v0.1.8
2992026-02-01T13:44:30.624Z Downloaded xattr v1.3.1
3002026-02-01T13:44:30.624Z Downloaded zone_cfg_derive v0.3.0
3012026-02-01T13:44:30.624Z Downloaded ssh-key v0.6.6
3022026-02-01T13:44:30.624Z Downloaded zone_cfg_derive v0.1.2
3032026-02-01T13:44:30.624Z Downloaded yoke v0.7.4
3042026-02-01T13:44:30.624Z Downloaded vte v0.11.1
3052026-02-01T13:44:30.648Z Downloaded zerovec-derive v0.10.3
3062026-02-01T13:44:30.648Z Downloaded zstd v0.13.3
3072026-02-01T13:44:30.648Z Downloaded toml_edit v0.19.15
3082026-02-01T13:44:30.672Z Downloaded zstd-safe v7.2.3
3092026-02-01T13:44:30.672Z Downloaded polar-core v0.27.3
3102026-02-01T13:44:30.672Z Downloaded tracing v0.1.40
3112026-02-01T13:44:30.695Z Downloaded zopfli v0.8.1
3122026-02-01T13:44:30.695Z Downloaded zerocopy-derive v0.7.35
3132026-02-01T13:44:30.695Z Downloaded unicode_categories v0.1.1
3142026-02-01T13:44:30.695Z Downloaded radix_trie v0.2.1
3152026-02-01T13:44:30.695Z Downloaded salty v0.3.0
3162026-02-01T13:44:30.719Z Downloaded url v2.5.4
3172026-02-01T13:44:30.719Z Downloaded nix v0.30.1
3182026-02-01T13:44:30.743Z Downloaded zip v0.6.6
3192026-02-01T13:44:30.743Z Downloaded plotters v0.3.7
3202026-02-01T13:44:30.743Z Downloaded portable-atomic v1.11.0
3212026-02-01T13:44:30.767Z Downloaded zerovec v0.10.4
3222026-02-01T13:44:30.767Z Downloaded zerocopy-derive v0.8.27
3232026-02-01T13:44:30.767Z Downloaded quinn-proto v0.11.8
3242026-02-01T13:44:30.791Z Downloaded syn v1.0.109
3252026-02-01T13:44:30.792Z Downloaded zerocopy v0.7.35
3262026-02-01T13:44:30.816Z Downloaded zip v4.2.0
3272026-02-01T13:44:30.839Z Downloaded syn v2.0.114
3282026-02-01T13:44:30.839Z Downloaded webpki-roots v1.0.1
3292026-02-01T13:44:30.839Z Downloaded zerocopy v0.8.27
3302026-02-01T13:44:30.866Z Downloaded winnow v0.6.26
3312026-02-01T13:44:30.889Z Downloaded curve25519-dalek v4.1.3
3322026-02-01T13:44:30.890Z Downloaded zlib-rs v0.5.1
3332026-02-01T13:44:30.913Z Downloaded vcpkg v0.2.15
3342026-02-01T13:44:30.948Z Downloaded smoltcp v0.9.1
3352026-02-01T13:44:30.972Z Downloaded unicode-width v0.2.0
3362026-02-01T13:44:30.972Z Downloaded sled v0.34.7
3372026-02-01T13:44:30.998Z Downloaded regex-syntax v0.8.5
3382026-02-01T13:44:30.998Z Downloaded rustls v0.22.4
3392026-02-01T13:44:31.022Z Downloaded rustix v0.38.37
3402026-02-01T13:44:31.046Z Downloaded typify-impl v0.2.0
3412026-02-01T13:44:31.070Z Downloaded typify-impl v0.4.3
3422026-02-01T13:44:31.070Z Downloaded rustix v1.1.3
3432026-02-01T13:44:31.095Z Downloaded lzma-sys v0.1.20
3442026-02-01T13:44:31.130Z Downloaded jiff v0.2.15
3452026-02-01T13:44:31.154Z Downloaded libz-sys v1.1.20
3462026-02-01T13:44:31.178Z Downloaded libc v0.2.180
3472026-02-01T13:44:31.210Z Downloaded unicode-width v0.1.14
3482026-02-01T13:44:31.234Z Downloaded smoltcp v0.11.0
3492026-02-01T13:44:31.234Z Downloaded ratatui v0.29.0
3502026-02-01T13:44:31.257Z Downloaded regex-automata v0.4.11
3512026-02-01T13:44:31.281Z Downloaded object v0.36.5
3522026-02-01T13:44:31.305Z Downloaded zerocopy-derive v0.6.6
3532026-02-01T13:44:31.305Z Downloaded diesel v2.2.12
3542026-02-01T13:44:31.328Z Downloaded dropshot v0.16.7
3552026-02-01T13:44:31.352Z Downloaded petgraph v0.6.5
3562026-02-01T13:44:31.376Z Downloaded chrono-tz v0.10.4
3572026-02-01T13:44:31.399Z Downloaded tabled v0.20.0
3582026-02-01T13:44:31.423Z Downloaded tabled v0.18.0
3592026-02-01T13:44:31.447Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
3602026-02-01T13:44:31.447Z Downloaded petgraph v0.8.2
3612026-02-01T13:44:31.470Z Downloaded tabled v0.15.0
3622026-02-01T13:44:31.494Z Downloaded rustls v0.21.12
3632026-02-01T13:44:31.518Z Downloaded regex-syntax v0.6.29
3642026-02-01T13:44:31.518Z Downloaded csv v1.3.1
3652026-02-01T13:44:31.542Z Downloaded sha3 v0.10.8
3662026-02-01T13:44:31.542Z Downloaded winnow v0.5.40
3672026-02-01T13:44:31.567Z Downloaded tokio v1.49.0
3682026-02-01T13:44:31.590Z Downloaded bzip2-sys v0.1.13+1.0.8
3692026-02-01T13:44:31.614Z Downloaded sqlparser v0.45.0
3702026-02-01T13:44:31.614Z Downloaded petname v2.0.2
3712026-02-01T13:44:31.637Z Downloaded tokio-util v0.7.15
3722026-02-01T13:44:31.637Z Downloaded encoding_rs v0.8.34
3732026-02-01T13:44:31.661Z Downloaded rustls v0.23.19
3742026-02-01T13:44:31.661Z Downloaded winnow v0.7.14
3752026-02-01T13:44:31.686Z Downloaded httpmock v0.8.0-alpha.1
3762026-02-01T13:44:31.709Z Downloaded tower-http v0.6.6
3772026-02-01T13:44:31.709Z Downloaded time v0.3.43
3782026-02-01T13:44:31.709Z Downloaded regress v0.10.4
3792026-02-01T13:44:31.733Z Downloaded serde_json v1.0.149
3802026-02-01T13:44:31.733Z Downloaded quick-xml v0.37.2
3812026-02-01T13:44:31.733Z Downloaded openapiv3 v2.2.0
3822026-02-01T13:44:31.757Z Downloaded typed-path v0.9.3
3832026-02-01T13:44:31.757Z Downloaded tower v0.5.2
3842026-02-01T13:44:31.780Z Downloaded icu_properties_data v1.5.0
3852026-02-01T13:44:31.780Z Downloaded yansi v1.0.1
3862026-02-01T13:44:31.780Z Downloaded p384 v0.13.1
3872026-02-01T13:44:31.804Z Downloaded x509-cert v0.2.5
3882026-02-01T13:44:31.804Z Downloaded unicode-segmentation v1.12.0
3892026-02-01T13:44:31.804Z Downloaded unicode-normalization v0.1.24
3902026-02-01T13:44:31.804Z Downloaded tough v0.20.0
3912026-02-01T13:44:31.828Z Downloaded ring v0.17.14
3922026-02-01T13:44:31.855Z Downloaded nix v0.29.0
3932026-02-01T13:44:31.879Z Downloaded regex v1.11.3
3942026-02-01T13:44:31.879Z Downloaded serde_with v3.16.1
3952026-02-01T13:44:31.903Z Downloaded steno v0.4.1
3962026-02-01T13:44:31.903Z Downloaded rustls-webpki v0.102.8
3972026-02-01T13:44:31.927Z Downloaded hickory-proto v0.25.2
3982026-02-01T13:44:31.951Z Downloaded zmij v1.0.15
3992026-02-01T13:44:31.951Z Downloaded zerocopy v0.6.6
4002026-02-01T13:44:31.951Z Downloaded yasna v0.5.2
4012026-02-01T13:44:31.951Z Downloaded whoami v1.5.2
4022026-02-01T13:44:31.951Z Downloaded uuid v1.19.0
4032026-02-01T13:44:31.951Z Downloaded rpassword v7.4.0
4042026-02-01T13:44:31.951Z Downloaded nix v0.28.0
4052026-02-01T13:44:31.975Z Downloaded hickory-proto v0.24.4
4062026-02-01T13:44:31.999Z Downloaded toml v0.9.11+spec-1.1.0
4072026-02-01T13:44:31.999Z Downloaded toml v0.7.8
4082026-02-01T13:44:31.999Z Downloaded zeroize v1.8.1
4092026-02-01T13:44:31.999Z Downloaded openssl v0.10.73
4102026-02-01T13:44:32.023Z Downloaded unsafe-libyaml v0.2.11
4112026-02-01T13:44:32.023Z Downloaded xz2 v0.1.7
4122026-02-01T13:44:32.023Z Downloaded xshell v0.2.7
4132026-02-01T13:44:32.023Z Downloaded walkdir v2.5.0
4142026-02-01T13:44:32.023Z Downloaded ucd-trie v0.1.7
4152026-02-01T13:44:32.023Z Downloaded tokio-postgres v0.7.13
4162026-02-01T13:44:32.023Z Downloaded hashbrown v0.15.4
4172026-02-01T13:44:32.048Z Downloaded nix v0.27.1
4182026-02-01T13:44:32.048Z Downloaded libgit2-sys v0.18.2+1.9.1
4192026-02-01T13:44:32.104Z Downloaded typenum v1.17.0
4202026-02-01T13:44:32.128Z Downloaded vergen-lib v0.1.6
4212026-02-01T13:44:32.128Z Downloaded vergen v9.0.6
4222026-02-01T13:44:32.128Z Downloaded toml_edit v0.22.27
4232026-02-01T13:44:32.128Z Downloaded twox-hash v2.1.0
4242026-02-01T13:44:32.128Z Downloaded toml v0.8.23
4252026-02-01T13:44:32.128Z Downloaded rustls-webpki v0.101.7
4262026-02-01T13:44:32.152Z Downloaded writeable v0.5.5
4272026-02-01T13:44:32.152Z Downloaded value-bag v1.12.0
4282026-02-01T13:44:32.175Z Downloaded unicode-bidi v0.3.17
4292026-02-01T13:44:32.176Z Downloaded typify v0.4.3
4302026-02-01T13:44:32.176Z Downloaded socket2 v0.5.10
4312026-02-01T13:44:32.176Z Downloaded usdt v0.5.0
4322026-02-01T13:44:32.176Z Downloaded which v4.4.2
4332026-02-01T13:44:32.176Z Downloaded waitgroup v0.1.2
4342026-02-01T13:44:32.176Z Downloaded vsss-rs v3.3.4
4352026-02-01T13:44:32.176Z Downloaded vergen-gitcl v1.0.8
4362026-02-01T13:44:32.176Z Downloaded vergen-git2 v1.0.7
4372026-02-01T13:44:32.176Z Downloaded unicode-properties v0.1.3
4382026-02-01T13:44:32.200Z Downloaded tungstenite v0.23.0
4392026-02-01T13:44:32.200Z Downloaded tungstenite v0.21.0
4402026-02-01T13:44:32.200Z Downloaded tracing-core v0.1.32
4412026-02-01T13:44:32.200Z Downloaded tar v0.4.44
4422026-02-01T13:44:32.200Z Downloaded socket2 v0.6.1
4432026-02-01T13:44:32.200Z Downloaded snafu v0.8.5
4442026-02-01T13:44:32.224Z Downloaded proptest v1.7.0
4452026-02-01T13:44:32.224Z Downloaded clap_builder v4.5.48
4462026-02-01T13:44:32.224Z Downloaded object v0.30.4
4472026-02-01T13:44:32.247Z Downloaded tokio-rustls v0.26.0
4482026-02-01T13:44:32.247Z Downloaded hyper v1.8.1
4492026-02-01T13:44:32.247Z Downloaded hashbrown v0.16.1
4502026-02-01T13:44:32.247Z Downloaded want v0.3.1
4512026-02-01T13:44:32.271Z Downloaded crossterm v0.29.0
4522026-02-01T13:44:32.271Z Downloaded usdt-attr-macro v0.5.0
4532026-02-01T13:44:32.271Z Downloaded unicode-ident v1.0.19
4542026-02-01T13:44:32.271Z Downloaded version_check v0.9.5
4552026-02-01T13:44:32.271Z Downloaded unit-prefix v0.5.1
4562026-02-01T13:44:32.271Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4572026-02-01T13:44:32.271Z Downloaded tokio-tungstenite v0.23.1
4582026-02-01T13:44:32.271Z Downloaded term v1.1.0
4592026-02-01T13:44:32.271Z Downloaded term v0.7.0
4602026-02-01T13:44:32.295Z Downloaded slog v2.8.2
4612026-02-01T13:44:32.295Z Downloaded textwrap v0.16.2
4622026-02-01T13:44:32.295Z Downloaded utf8_iter v1.0.4
4632026-02-01T13:44:32.295Z Downloaded utf16_iter v1.0.5
4642026-02-01T13:44:32.295Z Downloaded utf-8 v0.7.6
4652026-02-01T13:44:32.295Z Downloaded untrusted v0.9.0
4662026-02-01T13:44:32.295Z Downloaded toml_parser v1.0.6+spec-1.1.0
4672026-02-01T13:44:32.295Z Downloaded rayon v1.10.0
4682026-02-01T13:44:32.319Z Downloaded tokio-dtrace v0.1.0
4692026-02-01T13:44:32.319Z Downloaded target-lexicon v0.13.2
4702026-02-01T13:44:32.319Z Downloaded usdt-macro v0.5.0
4712026-02-01T13:44:32.319Z Downloaded usdt-attr-macro v0.6.0
4722026-02-01T13:44:32.319Z Downloaded usdt v0.6.0
4732026-02-01T13:44:32.319Z Downloaded unicode-xid v0.2.6
4742026-02-01T13:44:32.319Z Downloaded unarray v0.1.4
4752026-02-01T13:44:32.320Z Downloaded typify-macro v0.4.3
4762026-02-01T13:44:32.320Z Downloaded typify-macro v0.2.0
4772026-02-01T13:44:32.320Z Downloaded typify v0.2.0
4782026-02-01T13:44:32.320Z Downloaded tui-tree-widget v0.23.1
4792026-02-01T13:44:32.320Z Downloaded tracing-attributes v0.1.27
4802026-02-01T13:44:32.344Z Downloaded num-bigint-dig v0.8.6
4812026-02-01T13:44:32.344Z Downloaded rsa v0.9.8
4822026-02-01T13:44:32.344Z Downloaded typeid v1.0.3
4832026-02-01T13:44:32.344Z Downloaded tower-service v0.3.3
4842026-02-01T13:44:32.344Z Downloaded tower-layer v0.3.3
4852026-02-01T13:44:32.344Z Downloaded toml_writer v1.0.6+spec-1.1.0
4862026-02-01T13:44:32.344Z Downloaded toml_write v0.1.2
4872026-02-01T13:44:32.344Z Downloaded tokio-rustls v0.24.1
4882026-02-01T13:44:32.344Z Downloaded tinyvec v1.8.0
4892026-02-01T13:44:32.368Z Downloaded textwrap v0.15.2
4902026-02-01T13:44:32.368Z Downloaded termios v0.3.3
4912026-02-01T13:44:32.368Z Downloaded rustyline v14.0.0
4922026-02-01T13:44:32.368Z Downloaded tokio-rustls v0.25.0
4932026-02-01T13:44:32.368Z Downloaded test-strategy v0.4.3
4942026-02-01T13:44:32.368Z Downloaded termcolor v1.4.1
4952026-02-01T13:44:32.368Z Downloaded similar v2.7.0
4962026-02-01T13:44:32.392Z Downloaded signal-hook v0.3.18
4972026-02-01T13:44:32.392Z Downloaded toml_datetime v0.6.11
4982026-02-01T13:44:32.392Z Downloaded moka v0.12.10
4992026-02-01T13:44:32.392Z Downloaded spin v0.9.8
5002026-02-01T13:44:32.392Z Downloaded reedline v0.40.0
5012026-02-01T13:44:32.416Z Downloaded qorb v0.4.1
5022026-02-01T13:44:32.416Z Downloaded publicsuffix v2.3.0
5032026-02-01T13:44:32.416Z Downloaded tokio-macros v2.6.0
5042026-02-01T13:44:32.416Z Downloaded tls_codec_derive v0.4.1
5052026-02-01T13:44:32.416Z Downloaded tls_codec v0.4.1
5062026-02-01T13:44:32.416Z Downloaded tiny-keccak v2.0.2
5072026-02-01T13:44:32.416Z Downloaded num-bigint v0.4.6
5082026-02-01T13:44:32.440Z Downloaded nom v7.1.3
5092026-02-01T13:44:32.440Z Downloaded crossterm v0.28.1
5102026-02-01T13:44:32.440Z Downloaded criterion v0.7.0
5112026-02-01T13:44:32.464Z Downloaded tinytemplate v1.2.1
5122026-02-01T13:44:32.464Z Downloaded tinystr v0.7.6
5132026-02-01T13:44:32.464Z Downloaded time-macros v0.2.24
5142026-02-01T13:44:32.464Z Downloaded thread-id v4.2.2
5152026-02-01T13:44:32.464Z Downloaded terminal_size v0.4.0
5162026-02-01T13:44:32.464Z Downloaded supports-color v3.0.2
5172026-02-01T13:44:32.464Z Downloaded stringprep v0.1.5
5182026-02-01T13:44:32.464Z Downloaded tempfile v3.24.0
5192026-02-01T13:44:32.464Z Downloaded static_assertions v1.1.0
5202026-02-01T13:44:32.464Z Downloaded russh v0.45.0
5212026-02-01T13:44:32.488Z Downloaded thiserror v1.0.69
5222026-02-01T13:44:32.488Z Downloaded serde v1.0.228
5232026-02-01T13:44:32.488Z Downloaded prettyplease v0.2.36
5242026-02-01T13:44:32.488Z Downloaded time-core v0.1.6
5252026-02-01T13:44:32.488Z Downloaded thiserror-impl v1.0.69
5262026-02-01T13:44:32.488Z Downloaded thiserror v2.0.18
5272026-02-01T13:44:32.512Z Downloaded termtree v0.5.1
5282026-02-01T13:44:32.512Z Downloaded terminal_size v0.1.17
5292026-02-01T13:44:32.512Z Downloaded tap v1.0.1
5302026-02-01T13:44:32.512Z Downloaded sync_wrapper v1.0.1
5312026-02-01T13:44:32.512Z Downloaded schemars v1.0.4
5322026-02-01T13:44:32.535Z Downloaded samael v0.0.19
5332026-02-01T13:44:32.535Z Downloaded bstr v1.10.0
5342026-02-01T13:44:32.535Z Downloaded thiserror-impl-no-std v2.0.2
5352026-02-01T13:44:32.535Z Downloaded target-spec v3.5.0
5362026-02-01T13:44:32.559Z Downloaded subprocess v0.2.9
5372026-02-01T13:44:32.559Z Downloaded sqlformat v0.3.5
5382026-02-01T13:44:32.559Z Downloaded spki v0.7.3
5392026-02-01T13:44:32.559Z Downloaded rand_distr v0.5.1
5402026-02-01T13:44:32.559Z Downloaded quinn v0.11.5
5412026-02-01T13:44:32.559Z Downloaded gimli v0.31.1
5422026-02-01T13:44:32.583Z Downloaded testing_table v0.3.0
5432026-02-01T13:44:32.583Z Downloaded tagptr v0.2.0
5442026-02-01T13:44:32.583Z Downloaded supports-unicode v2.1.0
5452026-02-01T13:44:32.583Z Downloaded serde_yaml v0.9.34+deprecated
5462026-02-01T13:44:32.583Z Downloaded proc-macro2 v1.0.101
5472026-02-01T13:44:32.583Z Downloaded schemars v0.9.0
5482026-02-01T13:44:32.607Z Downloaded schemars v0.8.22
5492026-02-01T13:44:32.607Z Downloaded prefix-trie v0.7.0
5502026-02-01T13:44:32.607Z Downloaded tabwriter v1.4.0
5512026-02-01T13:44:32.607Z Downloaded tabled_derive v0.10.0
5522026-02-01T13:44:32.607Z Downloaded supports-hyperlinks v2.1.0
5532026-02-01T13:44:32.631Z Downloaded slog-term v2.9.2
5542026-02-01T13:44:32.631Z Downloaded serde_core v1.0.228
5552026-02-01T13:44:32.631Z Downloaded rstest v0.25.0
5562026-02-01T13:44:32.631Z Downloaded const_format v0.2.34
5572026-02-01T13:44:32.631Z Downloaded swrite v0.1.0
5582026-02-01T13:44:32.631Z Downloaded supports-color v2.1.0
5592026-02-01T13:44:32.631Z Downloaded support-bundle-viewer v0.1.2
5602026-02-01T13:44:32.655Z Downloaded strum_macros v0.27.2
5612026-02-01T13:44:32.655Z Downloaded strum_macros v0.26.4
5622026-02-01T13:44:32.655Z Downloaded strum_macros v0.24.3
5632026-02-01T13:44:32.655Z Downloaded strsim v0.11.1
5642026-02-01T13:44:32.655Z Downloaded strip-ansi-escapes v0.2.0
5652026-02-01T13:44:32.655Z Downloaded stringmetrics v2.2.2
5662026-02-01T13:44:32.655Z Downloaded string_cache v0.8.9
5672026-02-01T13:44:32.655Z Downloaded serde_derive v1.0.228
5682026-02-01T13:44:32.655Z Downloaded tabled_derive v0.11.0
5692026-02-01T13:44:32.655Z Downloaded sync-ptr v0.1.4
5702026-02-01T13:44:32.655Z Downloaded sqlparser_derive v0.2.2
5712026-02-01T13:44:32.655Z Downloaded snafu-derive v0.8.5
5722026-02-01T13:44:32.655Z Downloaded slog-stdlog v4.1.1
5732026-02-01T13:44:32.679Z Downloaded slog-scope v4.4.0
5742026-02-01T13:44:32.679Z Downloaded slog-json v2.6.1
5752026-02-01T13:44:32.679Z Downloaded slog-dtrace v0.3.0
5762026-02-01T13:44:32.679Z Downloaded serde_with_macros v3.16.1
5772026-02-01T13:44:32.679Z Downloaded pest v2.8.2
5782026-02-01T13:44:32.679Z Downloaded lalrpop v0.19.12
5792026-02-01T13:44:32.703Z Downloaded smf v0.2.3
5802026-02-01T13:44:32.703Z Downloaded smallvec v0.6.14
5812026-02-01T13:44:32.703Z Downloaded slog-async v2.8.0
5822026-02-01T13:44:32.703Z Downloaded siphasher v0.3.11
5832026-02-01T13:44:32.703Z Downloaded signature v2.2.0
5842026-02-01T13:44:32.703Z Downloaded signal-hook-registry v1.4.2
5852026-02-01T13:44:32.703Z Downloaded shlex v1.3.0
5862026-02-01T13:44:32.703Z Downloaded sha2 v0.10.9
5872026-02-01T13:44:32.703Z Downloaded rand v0.9.2
5882026-02-01T13:44:32.703Z Downloaded pretty_assertions v1.4.1
5892026-02-01T13:44:32.703Z Downloaded russh-keys v0.45.0
5902026-02-01T13:44:32.727Z Downloaded rstest_macros v0.25.0
5912026-02-01T13:44:32.727Z Downloaded rand v0.8.5
5922026-02-01T13:44:32.727Z Downloaded strum v0.27.2
5932026-02-01T13:44:32.727Z Downloaded strum v0.26.3
5942026-02-01T13:44:32.727Z Downloaded structmeta-derive v0.3.0
5952026-02-01T13:44:32.727Z Downloaded stable_deref_trait v1.2.0
5962026-02-01T13:44:32.727Z Downloaded ssh-encoding v0.2.0
5972026-02-01T13:44:32.727Z Downloaded ssh-cipher v0.2.0
5982026-02-01T13:44:32.727Z Downloaded smawk v0.3.2
5992026-02-01T13:44:32.727Z Downloaded slab v0.4.9
6002026-02-01T13:44:32.727Z Downloaded serde_tokenstream v0.2.2
6012026-02-01T13:44:32.728Z Downloaded serde_plain v1.0.2
6022026-02-01T13:44:32.728Z Downloaded rustls-pki-types v1.10.0
6032026-02-01T13:44:32.752Z Downloaded p521 v0.13.3
6042026-02-01T13:44:32.752Z Downloaded serde_spanned v0.6.9
6052026-02-01T13:44:32.752Z Downloaded serde_repr v0.1.19
6062026-02-01T13:44:32.752Z Downloaded serde_regex v1.1.0
6072026-02-01T13:44:32.752Z Downloaded serde-hex v0.1.0
6082026-02-01T13:44:32.752Z Downloaded serde-big-array v0.5.1
6092026-02-01T13:44:32.752Z Downloaded semver v1.0.27
6102026-02-01T13:44:32.752Z Downloaded ron v0.8.1
6112026-02-01T13:44:32.775Z Downloaded ron v0.7.1
6122026-02-01T13:44:32.776Z Downloaded rcgen v0.12.1
6132026-02-01T13:44:32.776Z Downloaded rayon-core v1.12.1
6142026-02-01T13:44:32.776Z Downloaded siphasher v1.0.1
6152026-02-01T13:44:32.776Z Downloaded similar-asserts v1.7.0
6162026-02-01T13:44:32.776Z Downloaded simd-adler32 v0.3.7
6172026-02-01T13:44:32.776Z Downloaded sigpipe v0.1.3
6182026-02-01T13:44:32.776Z Downloaded signal-hook-tokio v0.3.1
6192026-02-01T13:44:32.776Z Downloaded signal-hook-mio v0.2.4
6202026-02-01T13:44:32.776Z Downloaded shell-words v1.1.0
6212026-02-01T13:44:32.800Z Downloaded sha1 v0.10.6
6222026-02-01T13:44:32.800Z Downloaded scroll v0.12.0
6232026-02-01T13:44:32.800Z Downloaded serde_spanned v1.0.4
6242026-02-01T13:44:32.800Z Downloaded serde_path_to_error v0.1.20
6252026-02-01T13:44:32.800Z Downloaded serde_derive_internals v0.29.1
6262026-02-01T13:44:32.800Z Downloaded serde-untagged v0.1.7
6272026-02-01T13:44:32.800Z Downloaded sct v0.7.1
6282026-02-01T13:44:32.800Z Downloaded scroll v0.13.0
6292026-02-01T13:44:32.800Z Downloaded scopeguard v1.2.0
6302026-02-01T13:44:32.800Z Downloaded schemars_derive v0.8.22
6312026-02-01T13:44:32.800Z Downloaded progenitor-impl v0.8.0
6322026-02-01T13:44:32.800Z Downloaded progenitor-client v0.8.0
6332026-02-01T13:44:32.800Z Downloaded progenitor v0.11.2
6342026-02-01T13:44:32.824Z Downloaded pest_meta v2.8.2
6352026-02-01T13:44:32.824Z Downloaded secrecy v0.10.3
6362026-02-01T13:44:32.824Z Downloaded progenitor-impl v0.10.0
6372026-02-01T13:44:32.824Z Downloaded scrypt v0.11.0
6382026-02-01T13:44:32.824Z Downloaded rusty-fork v0.3.0
6392026-02-01T13:44:32.824Z Downloaded rustversion v1.0.22
6402026-02-01T13:44:32.824Z Downloaded icu_collections v1.5.0
6412026-02-01T13:44:32.824Z Downloaded derive_more-impl v2.0.1
6422026-02-01T13:44:32.848Z Downloaded der v0.7.10
6432026-02-01T13:44:32.848Z Downloaded darling_core v0.20.10
6442026-02-01T13:44:32.848Z Downloaded crypto-bigint v0.5.5
6452026-02-01T13:44:32.848Z Downloaded scroll_derive v0.12.0
6462026-02-01T13:44:32.872Z Downloaded scheduled-thread-pool v0.2.7
6472026-02-01T13:44:32.872Z Downloaded same-file v1.0.6
6482026-02-01T13:44:32.872Z Downloaded rustls-pemfile v2.2.0
6492026-02-01T13:44:32.872Z Downloaded rustls-pemfile v1.0.4
6502026-02-01T13:44:32.872Z Downloaded rustls-native-certs v0.8.1
6512026-02-01T13:44:32.872Z Downloaded postgres-types v0.2.9
6522026-02-01T13:44:32.872Z Downloaded postcard v1.0.10
6532026-02-01T13:44:32.872Z Downloaded papergrid v0.11.0
6542026-02-01T13:44:32.872Z Downloaded papergrid v0.14.0
6552026-02-01T13:44:32.896Z Downloaded p256 v0.13.2
6562026-02-01T13:44:32.896Z Downloaded goblin v0.10.2
6572026-02-01T13:44:32.896Z Downloaded secrecy v0.8.0
6582026-02-01T13:44:32.896Z Downloaded rustc-demangle v0.1.24
6592026-02-01T13:44:32.896Z Downloaded rand_seeder v0.4.0
6602026-02-01T13:44:32.896Z Downloaded r2d2 v0.8.10
6612026-02-01T13:44:32.896Z Downloaded quote v1.0.40
6622026-02-01T13:44:32.920Z Downloaded quinn-udp v0.5.5
6632026-02-01T13:44:32.920Z Downloaded pkcs5 v0.7.1
6642026-02-01T13:44:32.920Z Downloaded pkcs1 v0.7.5
6652026-02-01T13:44:32.920Z Downloaded owo-colors v3.5.0
6662026-02-01T13:44:32.920Z Downloaded resolv-conf v0.7.0
6672026-02-01T13:44:32.920Z Downloaded relative-path v1.9.3
6682026-02-01T13:44:32.920Z Downloaded progenitor-impl v0.11.2
6692026-02-01T13:44:32.920Z Downloaded progenitor-client v0.11.2
6702026-02-01T13:44:32.920Z Downloaded crossbeam-channel v0.5.15
6712026-02-01T13:44:32.944Z Downloaded compact_str v0.8.0
6722026-02-01T13:44:32.944Z Downloaded phf v0.12.1
6732026-02-01T13:44:32.944Z Downloaded rand_core v0.9.3
6742026-02-01T13:44:32.944Z Downloaded progenitor v0.10.0
6752026-02-01T13:44:32.944Z Downloaded proc-macro-error2 v2.0.1
6762026-02-01T13:44:32.944Z Downloaded miniz_oxide v0.8.5
6772026-02-01T13:44:32.944Z Downloaded git2 v0.20.2
6782026-02-01T13:44:32.968Z Downloaded dropshot-api-manager v0.2.4
6792026-02-01T13:44:32.968Z Downloaded diesel_derives v2.2.3
6802026-02-01T13:44:32.968Z Downloaded derive_more v2.0.1
6812026-02-01T13:44:32.992Z Downloaded rustc-hash v2.1.1
6822026-02-01T13:44:32.992Z Downloaded rustc-hash v1.1.0
6832026-02-01T13:44:32.992Z Downloaded rtoolbox v0.0.2
6842026-02-01T13:44:32.992Z Downloaded rfc6979 v0.4.0
6852026-02-01T13:44:32.992Z Downloaded ref-cast-impl v1.0.25
6862026-02-01T13:44:32.992Z Downloaded ref-cast v1.0.25
6872026-02-01T13:44:32.992Z Downloaded rand_xorshift v0.4.0
6882026-02-01T13:44:32.992Z Downloaded rand_core v0.6.4
6892026-02-01T13:44:32.992Z Downloaded rand_chacha v0.9.0
6902026-02-01T13:44:32.992Z Downloaded radium v0.7.0
6912026-02-01T13:44:32.992Z Downloaded quick-error v1.2.3
6922026-02-01T13:44:32.992Z Downloaded progenitor-client v0.10.0
6932026-02-01T13:44:32.992Z Downloaded progenitor v0.8.0
6942026-02-01T13:44:32.992Z Downloaded primeorder v0.13.6
6952026-02-01T13:44:32.992Z Downloaded ppv-lite86 v0.2.20
6962026-02-01T13:44:32.992Z Downloaded postgres-protocol v0.6.8
6972026-02-01T13:44:33.017Z Downloaded polyval v0.6.2
6982026-02-01T13:44:33.017Z Downloaded polling v3.7.3
6992026-02-01T13:44:33.017Z Downloaded pkg-config v0.3.31
7002026-02-01T13:44:33.017Z Downloaded pkcs8 v0.10.2
7012026-02-01T13:44:33.017Z Downloaded phf v0.11.2
7022026-02-01T13:44:33.017Z Downloaded itertools v0.14.0
7032026-02-01T13:44:33.017Z Downloaded hkdf v0.12.4
7042026-02-01T13:44:33.041Z Downloaded darling_core v0.21.0
7052026-02-01T13:44:33.041Z Downloaded itertools v0.13.0
7062026-02-01T13:44:33.041Z Downloaded half v2.4.1
7072026-02-01T13:44:33.041Z Downloaded getrandom v0.2.15
7082026-02-01T13:44:33.041Z Downloaded derive_builder v0.20.2
7092026-02-01T13:44:33.065Z Downloaded bindgen v0.71.1
7102026-02-01T13:44:33.065Z Downloaded psl-types v2.0.11
7112026-02-01T13:44:33.065Z Downloaded progenitor-macro v0.10.0
7122026-02-01T13:44:33.065Z Downloaded progenitor-macro v0.8.0
7132026-02-01T13:44:33.065Z Downloaded proc-macro-error-attr2 v2.0.0
7142026-02-01T13:44:33.065Z Downloaded proc-macro-error v1.0.4
7152026-02-01T13:44:33.065Z Downloaded parking_lot_core v0.9.10
7162026-02-01T13:44:33.065Z Downloaded libxml v0.3.3
7172026-02-01T13:44:33.089Z Downloaded itertools v0.12.1
7182026-02-01T13:44:33.089Z Downloaded derive_more v0.99.20
7192026-02-01T13:44:33.089Z Downloaded proc-macro-error-attr v1.0.4
7202026-02-01T13:44:33.089Z Downloaded predicates v3.1.3
7212026-02-01T13:44:33.089Z Downloaded powerfmt v0.2.0
7222026-02-01T13:44:33.089Z Downloaded poly1305 v0.8.0
7232026-02-01T13:44:33.113Z Downloaded pest_generator v2.8.2
7242026-02-01T13:44:33.113Z Downloaded pest_derive v2.8.2
7252026-02-01T13:44:33.113Z Downloaded peg-macros v0.8.5
7262026-02-01T13:44:33.113Z Downloaded papergrid v0.17.0
7272026-02-01T13:44:33.113Z Downloaded openssl-sys v0.9.109
7282026-02-01T13:44:33.113Z Downloaded nanorand v0.7.0
7292026-02-01T13:44:33.113Z Downloaded mio v1.0.2
7302026-02-01T13:44:33.137Z Downloaded libm v0.2.8
7312026-02-01T13:44:33.137Z Downloaded iri-string v0.7.8
7322026-02-01T13:44:33.161Z Downloaded idna v1.0.3
7332026-02-01T13:44:33.161Z Downloaded h2 v0.4.6
7342026-02-01T13:44:33.161Z Downloaded chrono v0.4.43
7352026-02-01T13:44:33.161Z Downloaded bitvec v1.0.1
7362026-02-01T13:44:33.185Z Downloaded proc-macro-crate v1.3.1
7372026-02-01T13:44:33.185Z Downloaded predicates-core v1.0.8
7382026-02-01T13:44:33.185Z Downloaded plain v0.2.3
7392026-02-01T13:44:33.185Z Downloaded pin-project-lite v0.2.14
7402026-02-01T13:44:33.209Z Downloaded pin-project-internal v1.1.6
7412026-02-01T13:44:33.209Z Downloaded paste v1.0.15
7422026-02-01T13:44:33.209Z Downloaded minimal-lexical v0.2.1
7432026-02-01T13:44:33.209Z Downloaded miette v5.10.0
7442026-02-01T13:44:33.209Z Downloaded memchr v2.7.4
7452026-02-01T13:44:33.209Z Downloaded goblin v0.8.2
7462026-02-01T13:44:33.734Z Downloaded chumsky v0.9.3
7472026-02-01T13:44:33.734Z Downloaded pretty-hex v0.2.1
7482026-02-01T13:44:33.734Z Downloaded precomputed-hash v0.1.1
7492026-02-01T13:44:33.734Z Downloaded piper v0.2.4
7502026-02-01T13:44:33.734Z Downloaded pin-utils v0.1.0
7512026-02-01T13:44:33.734Z Downloaded phf_shared v0.12.1
7522026-02-01T13:44:33.734Z Downloaded pem-rfc7468 v0.7.0
7532026-02-01T13:44:33.734Z Downloaded pem v3.0.5
7542026-02-01T13:44:33.734Z Downloaded path-tree v0.8.1
7552026-02-01T13:44:33.734Z Downloaded password-hash v0.5.0
7562026-02-01T13:44:33.734Z Downloaded partial-io v0.5.4
7572026-02-01T13:44:33.734Z Downloaded oso v0.27.3
7582026-02-01T13:44:33.734Z Downloaded derive-where v1.5.0
7592026-02-01T13:44:33.734Z Downloaded crc-any v2.5.0
7602026-02-01T13:44:33.734Z Downloaded clap v4.5.48
7612026-02-01T13:44:33.734Z Downloaded plotters-svg v0.3.7
7622026-02-01T13:44:33.734Z Downloaded plotters-backend v0.3.7
7632026-02-01T13:44:33.734Z Downloaded phf_shared v0.11.2
7642026-02-01T13:44:33.734Z Downloaded peg v0.8.5
7652026-02-01T13:44:33.734Z Downloaded password-hash v0.4.2
7662026-02-01T13:44:33.734Z Downloaded parking_lot_core v0.8.6
7672026-02-01T13:44:33.734Z Downloaded parking_lot v0.12.3
7682026-02-01T13:44:33.734Z Downloaded parking_lot v0.11.2
7692026-02-01T13:44:33.734Z Downloaded iana-time-zone v0.1.63
7702026-02-01T13:44:33.734Z Downloaded hyper-rustls v0.27.7
7712026-02-01T13:44:33.734Z Downloaded peg-runtime v0.8.5
7722026-02-01T13:44:33.734Z Downloaded pathdiff v0.2.3
7732026-02-01T13:44:33.734Z Downloaded parse-display-derive v0.10.0
7742026-02-01T13:44:33.734Z Downloaded aws-lc-sys v0.26.0
7752026-02-01T13:44:33.734Z Downloaded owo-colors v4.2.2
7762026-02-01T13:44:33.734Z Downloaded num-traits v0.2.19
7772026-02-01T13:44:33.734Z Downloaded newtype-uuid v1.3.2
7782026-02-01T13:44:33.734Z Downloaded iddqd v0.3.16
7792026-02-01T13:44:33.734Z Downloaded digest v0.10.7
7802026-02-01T13:44:33.734Z Downloaded crossbeam-utils v0.8.21
7812026-02-01T13:44:33.734Z Downloaded cookie_store v0.21.1
7822026-02-01T13:44:33.734Z Downloaded console v0.15.10
7832026-02-01T13:44:33.735Z Downloaded pbkdf2 v0.11.0
7842026-02-01T13:44:33.735Z Downloaded path-slash v0.1.5
7852026-02-01T13:44:33.735Z Downloaded parse-size v1.1.0
7862026-02-01T13:44:33.735Z Downloaded parse-display v0.10.0
7872026-02-01T13:44:33.735Z Downloaded itertools v0.10.5
7882026-02-01T13:44:33.735Z Downloaded hashbrown v0.14.5
7892026-02-01T13:44:33.735Z Downloaded futures-util v0.3.31
7902026-02-01T13:44:33.735Z Downloaded colored v3.0.0
7912026-02-01T13:44:33.735Z Downloaded oxnet v0.1.4
7922026-02-01T13:44:33.735Z Downloaded oxide-tokio-rt v0.1.2
7932026-02-01T13:44:33.735Z Downloaded oso-derive v0.27.3
7942026-02-01T13:44:33.735Z Downloaded once_cell v1.21.3
7952026-02-01T13:44:33.735Z Downloaded omicron-zone-package v0.12.2
7962026-02-01T13:44:33.735Z Downloaded olpc-cjson v0.1.4
7972026-02-01T13:44:33.735Z Downloaded linear-map v1.2.0
7982026-02-01T13:44:33.735Z Downloaded libsw v3.5.0
7992026-02-01T13:44:33.735Z Downloaded libloading v0.8.5
8002026-02-01T13:44:33.735Z Downloaded keccak v0.1.5
8012026-02-01T13:44:33.735Z Downloaded ingot-types v0.1.2
8022026-02-01T13:44:33.735Z Downloaded indexmap v2.13.0
8032026-02-01T13:44:33.735Z Downloaded diff v0.1.13
8042026-02-01T13:44:33.735Z Downloaded datatest-stable v0.3.2
8052026-02-01T13:44:33.735Z Downloaded crossbeam-epoch v0.9.18
8062026-02-01T13:44:33.735Z Downloaded bindgen v0.69.5
8072026-02-01T13:44:33.735Z Downloaded packed_struct_codegen v0.10.1
8082026-02-01T13:44:33.735Z Downloaded openssl-probe v0.1.5
8092026-02-01T13:44:33.735Z Downloaded newtype_derive v0.1.6
8102026-02-01T13:44:33.735Z Downloaded guppy v0.17.20
8112026-02-01T13:44:33.735Z Downloaded des v0.8.1
8122026-02-01T13:44:33.735Z Downloaded darling v0.21.0
8132026-02-01T13:44:33.735Z Downloaded critical-section v1.1.3
8142026-02-01T13:44:33.735Z Downloaded criterion-plot v0.6.0
8152026-02-01T13:44:33.735Z Downloaded crc32fast v1.4.2
8162026-02-01T13:44:33.760Z Downloaded cookie v0.18.1
8172026-02-01T13:44:33.760Z Downloaded const-oid v0.9.6
8182026-02-01T13:44:33.760Z Downloaded console v0.16.0
8192026-02-01T13:44:33.760Z Downloaded colored v2.2.0
8202026-02-01T13:44:33.760Z Downloaded num-rational v0.4.2
8212026-02-01T13:44:33.760Z Downloaded num-integer v0.1.46
8222026-02-01T13:44:33.760Z Downloaded num-complex v0.4.6
8232026-02-01T13:44:33.760Z Downloaded hyper-util v0.1.19
8242026-02-01T13:44:33.760Z Downloaded httptest v0.16.3
8252026-02-01T13:44:33.760Z Downloaded http v1.4.0
8262026-02-01T13:44:33.760Z Downloaded hickory-server v0.25.2
8272026-02-01T13:44:33.760Z Downloaded futures-channel v0.3.31
8282026-02-01T13:44:33.760Z Downloaded drift v0.1.3
8292026-02-01T13:44:33.760Z Downloaded openssl-macros v0.1.1
8302026-02-01T13:44:33.760Z Downloaded opaque-debug v0.3.1
8312026-02-01T13:44:33.760Z Downloaded oorandom v11.1.4
8322026-02-01T13:44:33.760Z Downloaded nu-ansi-term v0.50.1
8332026-02-01T13:44:33.760Z Downloaded diesel-dtrace v0.4.2
8342026-02-01T13:44:33.760Z Downloaded derive_builder_core v0.20.2
8352026-02-01T13:44:33.760Z Downloaded deranged v0.5.3
8362026-02-01T13:44:33.760Z Downloaded defmt-macros v0.3.9
8372026-02-01T13:44:33.760Z Downloaded data-encoding v2.9.0
8382026-02-01T13:44:33.760Z Downloaded daft-derive v0.1.4
8392026-02-01T13:44:33.760Z Downloaded daft v0.1.4
8402026-02-01T13:44:33.760Z Downloaded derive-ex v0.1.8
8412026-02-01T13:44:33.760Z Downloaded defmt v0.3.8
8422026-02-01T13:44:33.760Z Downloaded darling v0.20.10
8432026-02-01T13:44:33.760Z Downloaded csv-core v0.1.11
8442026-02-01T13:44:33.760Z Downloaded knuffel v3.2.0
8452026-02-01T13:44:33.760Z Downloaded hickory-resolver v0.25.2
8462026-02-01T13:44:33.761Z Downloaded der_derive v0.7.3
8472026-02-01T13:44:33.761Z Downloaded ctr v0.9.2
8482026-02-01T13:44:33.761Z Downloaded ciborium v0.2.2
8492026-02-01T13:44:33.761Z Downloaded blake3 v1.5.4
8502026-02-01T13:44:33.807Z Downloaded num_threads v0.1.7
8512026-02-01T13:44:33.807Z Downloaded num_enum_derive v0.5.11
8522026-02-01T13:44:33.807Z Downloaded num-iter v0.1.45
8532026-02-01T13:44:33.807Z Downloaded num-derive v0.4.2
8542026-02-01T13:44:33.807Z Downloaded num-derive v0.3.3
8552026-02-01T13:44:33.807Z Downloaded num-conv v0.1.0
8562026-02-01T13:44:33.807Z Downloaded num v0.4.3
8572026-02-01T13:44:33.807Z Downloaded normalize-line-endings v0.3.0
8582026-02-01T13:44:33.807Z Downloaded nonempty v0.12.0
8592026-02-01T13:44:33.807Z Downloaded nodrop v0.1.14
8602026-02-01T13:44:33.807Z Downloaded nibble_vec v0.1.0
8612026-02-01T13:44:33.807Z Downloaded nested v0.1.1
8622026-02-01T13:44:33.807Z Downloaded native-tls v0.2.12
8632026-02-01T13:44:33.807Z Downloaded multer v3.1.0
8642026-02-01T13:44:33.807Z Downloaded mime v0.3.17
8652026-02-01T13:44:33.807Z Downloaded memmap2 v0.9.8
8662026-02-01T13:44:33.807Z Downloaded match_cfg v0.1.0
8672026-02-01T13:44:33.807Z Downloaded lock_api v0.4.12
8682026-02-01T13:44:33.807Z Downloaded litrs v0.4.1
8692026-02-01T13:44:33.832Z Downloaded linked-hash-map v0.5.6
8702026-02-01T13:44:33.832Z Downloaded libsw-core v0.3.1
8712026-02-01T13:44:33.832Z Downloaded jiff-static v0.2.15
8722026-02-01T13:44:33.856Z Downloaded idna_adapter v1.2.0
8732026-02-01T13:44:33.856Z Downloaded hashbrown v0.13.2
8742026-02-01T13:44:33.856Z Downloaded clap_derive v4.5.47
8752026-02-01T13:44:33.856Z Downloaded newline-converter v0.3.0
8762026-02-01T13:44:33.856Z Downloaded new_debug_unreachable v1.0.6
8772026-02-01T13:44:33.856Z Downloaded mime_guess v2.0.5
8782026-02-01T13:44:33.856Z Downloaded litemap v0.7.3
8792026-02-01T13:44:33.856Z Downloaded crossbeam-deque v0.8.5
8802026-02-01T13:44:33.856Z Downloaded convert_case v0.7.1
8812026-02-01T13:44:33.856Z Downloaded indicatif v0.18.0
8822026-02-01T13:44:33.856Z Downloaded indicatif v0.17.11
8832026-02-01T13:44:33.856Z Downloaded crypto-common v0.1.6
8842026-02-01T13:44:33.856Z Downloaded corncobs v0.1.4
8852026-02-01T13:44:33.856Z Downloaded icu_normalizer_data v1.5.0
8862026-02-01T13:44:33.856Z Downloaded hashbrown v0.12.3
8872026-02-01T13:44:33.881Z Downloaded concurrent-queue v2.5.0
8882026-02-01T13:44:33.881Z Downloaded md-5 v0.10.6
8892026-02-01T13:44:33.881Z Downloaded libz-rs-sys v0.5.1
8902026-02-01T13:44:33.881Z Downloaded libtest-mimic v0.8.1
8912026-02-01T13:44:33.881Z Downloaded hostname v0.3.1
8922026-02-01T13:44:33.881Z Downloaded home v0.5.9
8932026-02-01T13:44:33.881Z Downloaded hickory-resolver v0.24.4
8942026-02-01T13:44:33.881Z Downloaded expectorate v1.2.0
8952026-02-01T13:44:33.905Z Downloaded indexmap v1.9.3
8962026-02-01T13:44:33.905Z Downloaded ignore v0.4.23
8972026-02-01T13:44:33.905Z Downloaded dof v0.3.0
8982026-02-01T13:44:33.905Z Downloaded libefi-sys v0.1.0
8992026-02-01T13:44:33.905Z Downloaded kv-log-macro v1.0.7
9002026-02-01T13:44:33.905Z Downloaded icu_provider v1.5.0
9012026-02-01T13:44:33.905Z Downloaded icu_properties v1.5.1
9022026-02-01T13:44:33.930Z Downloaded icu_normalizer v1.5.0
9032026-02-01T13:44:33.930Z Downloaded managed v0.8.0
9042026-02-01T13:44:33.930Z Downloaded macaddr v1.0.1
9052026-02-01T13:44:33.930Z Downloaded lru-cache v0.1.2
9062026-02-01T13:44:33.930Z Downloaded fancy-regex v0.14.0
9072026-02-01T13:44:33.930Z Downloaded lockfree-object-pool v0.1.6
9082026-02-01T13:44:33.954Z Downloaded knuffel-derive v3.2.0
9092026-02-01T13:44:33.955Z Downloaded icu_locid_transform_data v1.5.0
9102026-02-01T13:44:33.955Z Downloaded heapless v0.7.17
9112026-02-01T13:44:33.979Z Downloaded doc-comment v0.3.3
9122026-02-01T13:44:33.979Z Downloaded dirs-next v2.0.0
9132026-02-01T13:44:33.979Z Downloaded jobserver v0.1.32
9142026-02-01T13:44:33.979Z Downloaded internet-checksum v0.2.1
9152026-02-01T13:44:33.979Z Downloaded icu_locid v1.5.0
9162026-02-01T13:44:33.979Z Downloaded heapless v0.8.0
9172026-02-01T13:44:33.979Z Downloaded headers v0.4.1
9182026-02-01T13:44:34.003Z Downloaded darling_macro v0.21.0
9192026-02-01T13:44:34.003Z Downloaded foreign-types v0.5.0
9202026-02-01T13:44:34.003Z Downloaded aws-lc-rs v1.12.4
9212026-02-01T13:44:34.028Z Downloaded dropshot-api-manager-types v0.2.4
9222026-02-01T13:44:34.028Z Downloaded lazy_static v1.5.0
9232026-02-01T13:44:34.028Z Downloaded ipnet v2.11.0
9242026-02-01T13:44:34.028Z Downloaded instability v0.3.2
9252026-02-01T13:44:34.028Z Downloaded dof v0.4.0
9262026-02-01T13:44:34.028Z Downloaded diesel_table_macro_syntax v0.2.0
9272026-02-01T13:44:34.028Z Downloaded httparse v1.9.5
9282026-02-01T13:44:34.028Z Downloaded hmac v0.12.1
9292026-02-01T13:44:34.053Z Downloaded difflib v0.4.0
9302026-02-01T13:44:34.053Z Downloaded ed25519-dalek v2.1.1
9312026-02-01T13:44:34.053Z Downloaded is-terminal v0.4.13
9322026-02-01T13:44:34.053Z Downloaded instant v0.1.13
9332026-02-01T13:44:34.053Z Downloaded icu_locid_transform v1.5.0
9342026-02-01T13:44:34.053Z Downloaded hyper-staticfile v0.10.1
9352026-02-01T13:44:34.053Z Downloaded hickory-client v0.25.2
9362026-02-01T13:44:34.053Z Downloaded getrandom v0.3.4
9372026-02-01T13:44:34.053Z Downloaded futures v0.3.31
9382026-02-01T13:44:34.077Z Downloaded flume v0.11.1
9392026-02-01T13:44:34.077Z Downloaded cmake v0.1.51
9402026-02-01T13:44:34.077Z Downloaded indent_write v2.2.0
9412026-02-01T13:44:34.077Z Downloaded impl-trait-for-tuples v0.2.2
9422026-02-01T13:44:34.078Z Downloaded humantime v2.2.0
9432026-02-01T13:44:34.101Z Downloaded http-body-util v0.1.3
9442026-02-01T13:44:34.101Z Downloaded highway v1.3.0
9452026-02-01T13:44:34.101Z Downloaded icu_provider_macros v1.5.0
9462026-02-01T13:44:34.101Z Downloaded flate2 v1.1.2
9472026-02-01T13:44:34.101Z Downloaded display-error-chain v0.2.2
9482026-02-01T13:44:34.101Z Downloaded derive_builder_macro v0.20.2
9492026-02-01T13:44:34.101Z Downloaded cc v1.2.30
9502026-02-01T13:44:34.101Z Downloaded dirs-sys-next v0.1.2
9512026-02-01T13:44:34.101Z Downloaded defmt-parser v0.3.4
9522026-02-01T13:44:34.101Z Downloaded hubpack v0.1.2
9532026-02-01T13:44:34.101Z Downloaded httpdate v1.0.3
9542026-02-01T13:44:34.125Z Downloaded http-range v0.1.5
9552026-02-01T13:44:34.125Z Downloaded http-body v1.0.1
9562026-02-01T13:44:34.125Z Downloaded hostname v0.4.2
9572026-02-01T13:44:34.125Z Downloaded heck v0.3.3
9582026-02-01T13:44:34.125Z Downloaded group v0.13.0
9592026-02-01T13:44:34.125Z Downloaded cstr-argument v0.1.2
9602026-02-01T13:44:34.125Z Downloaded crucible-workspace-hack v0.1.0
9612026-02-01T13:44:34.125Z Downloaded fatfs v0.3.6
9622026-02-01T13:44:34.125Z Downloaded heck v0.5.0
9632026-02-01T13:44:34.125Z Downloaded heck v0.4.1
9642026-02-01T13:44:34.150Z Downloaded headers-core v0.3.0
9652026-02-01T13:44:34.150Z Downloaded futures-lite v2.3.0
9662026-02-01T13:44:34.150Z Downloaded foldhash v0.2.0
9672026-02-01T13:44:34.150Z Downloaded elliptic-curve v0.13.8
9682026-02-01T13:44:34.150Z Downloaded debug-ignore v1.0.5
9692026-02-01T13:44:34.150Z Downloaded glob v0.3.2
9702026-02-01T13:44:34.150Z Downloaded fixedbitset v0.5.7
9712026-02-01T13:44:34.150Z Downloaded bumpalo v3.16.0
9722026-02-01T13:44:34.150Z Downloaded base64 v0.21.7
9732026-02-01T13:44:34.174Z Downloaded erased-serde v0.4.6
9742026-02-01T13:44:34.174Z Downloaded ed25519 v2.2.3
9752026-02-01T13:44:34.174Z Downloaded fs-err v2.11.0
9762026-02-01T13:44:34.174Z Downloaded curve25519-dalek-derive v0.1.1
9772026-02-01T13:44:34.174Z Downloaded globwalk v0.9.1
9782026-02-01T13:44:34.174Z Downloaded dropshot_endpoint v0.16.7
9792026-02-01T13:44:34.174Z Downloaded generic-array v0.14.7
9802026-02-01T13:44:34.174Z Downloaded fxhash v0.2.1
9812026-02-01T13:44:34.174Z Downloaded foldhash v0.1.5
9822026-02-01T13:44:34.199Z Downloaded ff v0.13.0
9832026-02-01T13:44:34.200Z Downloaded cpufeatures v0.2.14
9842026-02-01T13:44:34.200Z Downloaded filetime v0.2.26
9852026-02-01T13:44:34.200Z Downloaded fallible-iterator v0.2.0
9862026-02-01T13:44:34.200Z Downloaded crunchy v0.2.2
9872026-02-01T13:44:34.200Z Downloaded futures-sink v0.3.31
9882026-02-01T13:44:34.200Z Downloaded futures-macro v0.3.31
9892026-02-01T13:44:34.200Z Downloaded crc-catalog v2.4.0
9902026-02-01T13:44:34.200Z Downloaded convert_case v0.4.0
9912026-02-01T13:44:34.200Z Downloaded foreign-types-shared v0.1.1
9922026-02-01T13:44:34.200Z Downloaded foreign-types-macros v0.2.3
9932026-02-01T13:44:34.200Z Downloaded constant_time_eq v0.3.1
9942026-02-01T13:44:34.200Z Downloaded colorchoice v1.0.2
9952026-02-01T13:44:34.200Z Downloaded foreign-types-shared v0.3.1
9962026-02-01T13:44:34.200Z Downloaded fnv v1.0.7
9972026-02-01T13:44:34.225Z Downloaded escape8259 v0.5.3
9982026-02-01T13:44:34.225Z Downloaded ena v0.14.3
9992026-02-01T13:44:34.225Z Downloaded either v1.15.0
10002026-02-01T13:44:34.225Z Downloaded ecdsa v0.16.9
10012026-02-01T13:44:34.225Z Downloaded crc8 v0.1.1
10022026-02-01T13:44:34.225Z Downloaded base64 v0.22.1
10032026-02-01T13:44:34.225Z Downloaded float-cmp v0.10.0
10042026-02-01T13:44:34.225Z Downloaded flagset v0.4.6
10052026-02-01T13:44:34.225Z Downloaded fixedbitset v0.4.2
10062026-02-01T13:44:34.225Z Downloaded event-listener-strategy v0.5.2
10072026-02-01T13:44:34.225Z Downloaded darling_macro v0.20.10
10082026-02-01T13:44:34.225Z Downloaded crc v3.2.1
10092026-02-01T13:44:34.249Z Downloaded fastrand v2.1.1
10102026-02-01T13:44:34.249Z Downloaded equivalent v1.0.2
10112026-02-01T13:44:34.249Z Downloaded endian-type v0.1.2
10122026-02-01T13:44:34.249Z Downloaded embedded-io v0.6.1
10132026-02-01T13:44:34.249Z Downloaded dunce v1.0.5
10142026-02-01T13:44:34.249Z Downloaded errno v0.3.12
10152026-02-01T13:44:34.249Z Downloaded env_filter v0.1.2
10162026-02-01T13:44:34.249Z Downloaded embedded-io v0.4.0
10172026-02-01T13:44:34.249Z Downloaded bzip2 v0.5.2
10182026-02-01T13:44:34.249Z Downloaded bitflags v2.9.4
10192026-02-01T13:44:34.249Z Downloaded base64 v0.13.1
10202026-02-01T13:44:34.274Z Downloaded dyn-clone v1.0.20
10212026-02-01T13:44:34.274Z Downloaded dtrace-parser v0.3.0
10222026-02-01T13:44:34.274Z Downloaded clap_lex v0.7.4
10232026-02-01T13:44:34.274Z Downloaded cipher v0.4.4
10242026-02-01T13:44:34.274Z Downloaded chacha20 v0.9.1
10252026-02-01T13:44:34.274Z Downloaded cfg-expr v0.20.1
10262026-02-01T13:44:34.274Z Downloaded dsl_auto_type v0.1.2
10272026-02-01T13:44:34.274Z Downloaded cancel-safe-futures v0.1.5
10282026-02-01T13:44:34.298Z Downloaded blowfish v0.9.1
10292026-02-01T13:44:34.298Z Downloaded bit-vec v0.8.0
10302026-02-01T13:44:34.298Z Downloaded async-task v4.7.1
10312026-02-01T13:44:34.298Z Downloaded cassowary v0.3.0
10322026-02-01T13:44:34.298Z Downloaded camino-tempfile-ext v0.3.2
10332026-02-01T13:44:34.298Z Downloaded camino v1.2.2
10342026-02-01T13:44:34.298Z Downloaded bzip2 v0.4.4
10352026-02-01T13:44:34.322Z Downloaded blake2b_simd v1.0.2
10362026-02-01T13:44:34.322Z Downloaded cbc v0.1.2
10372026-02-01T13:44:34.322Z Downloaded block-padding v0.3.3
10382026-02-01T13:44:34.322Z Downloaded bit-vec v0.6.3
10392026-02-01T13:44:34.322Z Downloaded cargo_metadata v0.21.0
10402026-02-01T13:44:34.322Z Downloaded camino-tempfile v1.4.1
10412026-02-01T13:44:34.322Z Downloaded buf-list v1.0.3
10422026-02-01T13:44:34.322Z Downloaded blake2 v0.10.6
10432026-02-01T13:44:34.322Z Downloaded base16ct v0.2.0
10442026-02-01T13:44:34.347Z Downloaded atomicwrites v0.4.4
10452026-02-01T13:44:34.347Z Downloaded arc-swap v1.7.1
10462026-02-01T13:44:34.347Z Downloaded ciborium-ll v0.2.2
10472026-02-01T13:44:34.347Z Downloaded cargo_metadata v0.19.2
10482026-02-01T13:44:34.347Z Downloaded cargo-platform v0.2.0
10492026-02-01T13:44:34.347Z Downloaded byteorder v1.5.0
10502026-02-01T13:44:34.347Z Downloaded blocking v1.6.1
10512026-02-01T13:44:34.348Z Downloaded backtrace-ext v0.2.1
10522026-02-01T13:44:34.348Z Downloaded atomic-waker v1.1.2
10532026-02-01T13:44:34.348Z Downloaded async-recursion v1.1.1
10542026-02-01T13:44:34.348Z Downloaded async-object-pool v0.1.5
10552026-02-01T13:44:34.375Z Downloaded async-channel v2.3.1
10562026-02-01T13:44:34.375Z Downloaded cast v0.3.0
10572026-02-01T13:44:34.375Z Downloaded bytecount v0.6.8
10582026-02-01T13:44:34.375Z Downloaded block-buffer v0.10.4
10592026-02-01T13:44:34.375Z Downloaded bitfield-struct v0.6.2
10602026-02-01T13:44:34.375Z Downloaded async-global-executor v2.4.1
10612026-02-01T13:44:34.375Z Downloaded bitfield v0.19.2
10622026-02-01T13:44:34.375Z Downloaded base64ct v1.6.0
10632026-02-01T13:44:34.375Z Downloaded arrayref v0.3.9
10642026-02-01T13:44:34.375Z Downloaded argon2 v0.5.3
10652026-02-01T13:44:34.375Z Downloaded aho-corasick v1.1.3
10662026-02-01T13:44:34.375Z Downloaded aes v0.8.4
10672026-02-01T13:44:34.375Z Downloaded bitfield-macros v0.19.2
10682026-02-01T13:44:34.375Z Downloaded bit-set v0.8.0
10692026-02-01T13:44:34.375Z Downloaded bcs v0.1.6
10702026-02-01T13:44:34.399Z Downloaded bcrypt-pbkdf v0.10.0
10712026-02-01T13:44:34.399Z Downloaded bb8 v0.8.5
10722026-02-01T13:44:34.399Z Downloaded async-trait v0.1.89
10732026-02-01T13:44:34.399Z Downloaded async-stream-impl v0.3.6
10742026-02-01T13:44:34.399Z Downloaded async-stream v0.3.6
10752026-02-01T13:44:34.399Z Downloaded cargo-platform v0.1.8
10762026-02-01T13:44:34.399Z Downloaded bit-set v0.5.3
10772026-02-01T13:44:34.399Z Downloaded backoff v0.4.0
10782026-02-01T13:44:34.399Z Downloaded autocfg v1.4.0
10792026-02-01T13:44:34.399Z Downloaded atty v0.2.14
10802026-02-01T13:44:34.399Z Downloaded async-signal v0.2.10
10812026-02-01T13:44:34.399Z Downloaded async-process v2.3.0
10822026-02-01T13:44:34.399Z Downloaded async-lock v3.4.0
10832026-02-01T13:44:34.424Z Downloaded async-io v2.3.4
10842026-02-01T13:44:34.424Z Downloaded async-executor v1.13.1
10852026-02-01T13:44:34.424Z Downloaded async-channel v1.9.0
10862026-02-01T13:44:34.424Z Downloaded async-attributes v1.1.2
10872026-02-01T13:44:34.424Z Downloaded assert_matches v1.5.0
10882026-02-01T13:44:34.424Z Downloaded assert_cmd v2.0.17
10892026-02-01T13:44:34.424Z Downloaded ascii-canvas v3.0.0
10902026-02-01T13:44:34.424Z Downloaded array-init v0.0.4
10912026-02-01T13:44:34.424Z Downloaded approx v0.5.1
10922026-02-01T13:44:34.424Z Downloaded anyhow v1.0.99
10932026-02-01T13:44:34.424Z Downloaded anstyle-query v1.1.1
10942026-02-01T13:44:34.424Z Downloaded anstyle v1.0.11
10952026-02-01T13:44:34.424Z Downloaded anstream v0.6.18
10962026-02-01T13:44:34.448Z Downloaded anes v0.1.6
10972026-02-01T13:44:34.449Z Downloaded allocator-api2 v0.2.21
10982026-02-01T13:44:34.449Z Downloaded aes-gcm v0.10.3
10992026-02-01T13:44:34.449Z Downloaded arrayvec v0.7.6
11002026-02-01T13:44:34.449Z Downloaded anstyle-parse v0.2.5
11012026-02-01T13:44:34.449Z Downloaded adler2 v2.0.0
11022026-02-01T13:44:34.449Z Downloaded addr2line v0.24.2
11032026-02-01T13:44:34.449Z Downloaded aead v0.5.2
11042026-02-01T13:44:34.806Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11052026-02-01T13:44:51.434Z Startup: Refreshing catalog 'helios-dev' ... Done
11062026-02-01T13:45:03.803Z Startup: Caching catalogs ... Done
11072026-02-01T13:45:28.760ZPlanning: Solver setup ... Done (22.933s)
11082026-02-01T13:45:28.941ZPlanning: Running solver ... Done (0.181s)
11092026-02-01T13:45:29.085ZPlanning: Finding local manifests ... Done (0.002s)
11102026-02-01T13:45:29.161ZPlanning: Fetching manifests: 0/4 0% complete
11112026-02-01T13:45:29.584ZPlanning: Fetching manifests: 4/4 100% complete
11122026-02-01T13:45:29.651ZPlanning: Package planning ... Done (0.066s)
11132026-02-01T13:45:29.713ZPlanning: Merging actions ... Done (0.061s)
11142026-02-01T13:45:30.043ZPlanning: Checking for conflicting actions ... Done (0.330s)
11152026-02-01T13:45:30.067ZPlanning: Consolidating action changes ... Done (0.013s)
11162026-02-01T13:45:30.695ZPlanning: Evaluating mediators ... Done (0.638s)
11172026-02-01T13:45:30.719ZPlanning: Planning completed in 26.79 seconds
11182026-02-01T13:45:30.743Z Packages to install: 4
11192026-02-01T13:45:30.743Z Mediators to change: 2
11202026-02-01T13:45:30.743Z Services to change: 1
11212026-02-01T13:45:30.743Z Estimated space available: 154.48 GB
11222026-02-01T13:45:30.743ZEstimated space to be consumed: 1.80 GB
11232026-02-01T13:45:30.743Z Create boot environment: No
11242026-02-01T13:45:30.743ZCreate backup boot environment: No
11252026-02-01T13:45:30.743Z Rebuild boot archive: No
11262026-02-01T13:45:30.743Z
11272026-02-01T13:45:30.743ZChanged mediators:
11282026-02-01T13:45:30.743Z mediator clang:
11292026-02-01T13:45:30.743Z version: None -> 15 (system default)
11302026-02-01T13:45:30.743Z
11312026-02-01T13:45:30.743Z mediator llvm:
11322026-02-01T13:45:30.743Z version: 14 (system default) -> 15 (system default)
11332026-02-01T13:45:30.744Z
11342026-02-01T13:45:30.744ZChanged packages:
11352026-02-01T13:45:30.744Zhelios-dev
11362026-02-01T13:45:30.744Z developer/build-essential
11372026-02-01T13:45:30.744Z None -> 11-2.0
11382026-02-01T13:45:30.744Z library/libxmlsec1
11392026-02-01T13:45:30.744Z None -> 1.2.35-2.0
11402026-02-01T13:45:30.744Z ooce/developer/clang-15
11412026-02-01T13:45:30.744Z None -> 15.0.7-2.0
11422026-02-01T13:45:30.744Z ooce/developer/llvm-15
11432026-02-01T13:45:30.744Z None -> 15.0.7-2.0
11442026-02-01T13:45:30.744Z
11452026-02-01T13:45:30.744ZServices:
11462026-02-01T13:45:30.744Z restart_fmri:
11472026-02-01T13:45:30.744Z svc:/system/update-man-index:default
11482026-02-01T13:45:30.781Z
11492026-02-01T13:45:30.781ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11502026-02-01T13:45:35.782ZDownload: 1386/3290 items 108.7/212.6MB 51% complete (21.9M/s)
11512026-02-01T13:45:40.782ZDownload: 3248/3290 items 186.0/212.6MB 87% complete (18.7M/s)
11522026-02-01T13:45:43.312ZDownload: Completed 212.60 MB in 12.53 seconds (17.0M/s)
11532026-02-01T13:45:43.530Z Actions: 1/3689 actions (Installing new actions)
11542026-02-01T13:45:48.665Z Actions: 3380/3689 actions (Installing new actions)
11552026-02-01T13:45:49.168Z Actions: Completed 3689 actions in 5.64 seconds.
11562026-02-01T13:45:49.807Z Done (0.633s)
11572026-02-01T13:45:49.807Z Done (0.000s)
11582026-02-01T13:45:51.231Z Done (1.423s)
11592026-02-01T13:45:56.220Z Done (4.738s)
11602026-02-01T13:45:56.314Z Done (0.018s)
11612026-02-01T13:45:56.338Z Done (0.000s)
11622026-02-01T13:45:56.483Z Done (0.000s)
11632026-02-01T13:45:57.447ZPlanning: Evaluating mediator changes ... Done
11642026-02-01T13:45:57.645ZPlanning: Checking for conflicting actions ... Done
11652026-02-01T13:45:57.670ZPlanning: Consolidating action changes ... Done
11662026-02-01T13:45:57.978ZPlanning: Evaluating mediators ... Done
11672026-02-01T13:45:58.002ZPlanning: Planning completed in 0.53 seconds
11682026-02-01T13:45:58.027Z Mediators to change: 2
11692026-02-01T13:45:58.027Z Create boot environment: No
11702026-02-01T13:45:58.027ZCreate backup boot environment: No
11712026-02-01T13:45:58.075Z Done
11722026-02-01T13:45:58.075Z Done
11732026-02-01T13:45:58.973Z Done
11742026-02-01T13:46:03.242Z Done
11752026-02-01T13:46:03.336Z Done
11762026-02-01T13:46:03.359Z Done
11772026-02-01T13:46:03.400Z Done
11782026-02-01T13:46:04.129ZPlanning: Evaluating mediator changes ... Done
11792026-02-01T13:46:04.153ZPlanning: Merging actions ... Done
11802026-02-01T13:46:04.364ZPlanning: Checking for conflicting actions ... Done
11812026-02-01T13:46:04.388ZPlanning: Consolidating action changes ... Done
11822026-02-01T13:46:04.703ZPlanning: Evaluating mediators ... Done
11832026-02-01T13:46:04.774ZPlanning: Planning completed in 0.94 seconds
11842026-02-01T13:46:04.815Z Packages to change: 1
11852026-02-01T13:46:04.815Z Mediators to change: 1
11862026-02-01T13:46:04.815Z Services to change: 1
11872026-02-01T13:46:04.815Z Create boot environment: No
11882026-02-01T13:46:04.815ZCreate backup boot environment: Yes
11892026-02-01T13:46:06.783Z Actions: 1/6 actions (Updating modified actions)
11902026-02-01T13:46:06.807Z Actions: Completed 6 actions in 0.00 seconds.
11912026-02-01T13:46:06.807Z Done
11922026-02-01T13:46:06.807Z Done
11932026-02-01T13:46:07.030Z Done
11942026-02-01T13:46:11.298Z Done
11952026-02-01T13:46:11.396Z Done
11962026-02-01T13:46:11.420Z Done
11972026-02-01T13:46:11.512Z Done
11982026-02-01T13:46:12.070ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11992026-02-01T13:46:12.070Zclang system 15 system
12002026-02-01T13:46:12.070Zcsh system system illumos
12012026-02-01T13:46:12.070Zctags system system illumos
12022026-02-01T13:46:12.070Zfile system system illumos
12032026-02-01T13:46:12.070Zgcc vendor 12 vendor
12042026-02-01T13:46:12.070Zgcc system 10 system
12052026-02-01T13:46:12.070Zgcc system 7 system
12062026-02-01T13:46:12.070Zgo system 1.20 system
12072026-02-01T13:46:12.070Zgo system 1.19 system
12082026-02-01T13:46:12.070Zllvm system 15 system
12092026-02-01T13:46:12.070Zllvm system 14 system
12102026-02-01T13:46:12.070Zmariadb system 10.6 system
12112026-02-01T13:46:12.070Zmta vendor vendor dma
12122026-02-01T13:46:12.070Zopenjdk system 17 system
12132026-02-01T13:46:12.070Zopenjdk system 11 system
12142026-02-01T13:46:12.070Zopenjdk system 1.8 system
12152026-02-01T13:46:12.070Zopenssl vendor 3 vendor
12162026-02-01T13:46:12.070Zperl system 5.36 system
12172026-02-01T13:46:12.070Zpostgresql system 15 system
12182026-02-01T13:46:12.070Zpostgresql system 13 system
12192026-02-01T13:46:12.070Zpython vendor 3 vendor
12202026-02-01T13:46:12.070Zpython system 2 system
12212026-02-01T13:46:12.070Zpython3 system 3.11 system
12222026-02-01T13:46:12.070Zruby system 3.0 system
12232026-02-01T13:46:12.070Zwords vendor vendor american-english
12242026-02-01T13:46:12.071Zwords system system australian-english
12252026-02-01T13:46:12.071Zwords system system british-english
12262026-02-01T13:46:12.071Zwords system system canadian-english
12272026-02-01T13:46:12.071Zwords system system french
12282026-02-01T13:46:12.071Zwords system system italian
12292026-02-01T13:46:12.071Zwords system system ngerman
12302026-02-01T13:46:12.071Zwords system system ogerman
12312026-02-01T13:46:12.071Zwords system system spanish
12322026-02-01T13:46:12.465ZPUBLISHER TYPE STATUS P LOCATION
12332026-02-01T13:46:12.465Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12342026-02-01T13:46:20.054ZFMRI IFO
12352026-02-01T13:46:20.054Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12362026-02-01T13:46:20.054Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12372026-02-01T13:46:20.054Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12382026-02-01T13:46:20.054Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12392026-02-01T13:46:20.054Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12402026-02-01T13:46:20.054Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12412026-02-01T13:46:20.054Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12422026-02-01T13:46:20.054Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12432026-02-01T13:46:20.054Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12442026-02-01T13:46:20.054Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12452026-02-01T13:46:20.054Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12462026-02-01T13:46:20.054Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12472026-02-01T13:46:20.054Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12482026-02-01T13:46:20.054Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12492026-02-01T13:46:20.054Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12502026-02-01T13:46:20.054Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12512026-02-01T13:46:21.906Z Downloading crates ...
12522026-02-01T13:46:22.013Z Downloaded cargo_toml v0.21.0
12532026-02-01T13:46:22.105Z Compiling proc-macro2 v1.0.101
12542026-02-01T13:46:22.105Z Compiling unicode-ident v1.0.19
12552026-02-01T13:46:22.105Z Compiling serde_core v1.0.228
12562026-02-01T13:46:22.105Z Compiling serde v1.0.228
12572026-02-01T13:46:22.129Z Compiling version_check v0.9.5
12582026-02-01T13:46:22.129Z Compiling libc v0.2.180
12592026-02-01T13:46:22.129Z Compiling memchr v2.7.4
12602026-02-01T13:46:22.129Z Compiling stable_deref_trait v1.2.0
12612026-02-01T13:46:22.327Z Compiling thiserror v2.0.18
12622026-02-01T13:46:22.392Z Compiling zmij v1.0.15
12632026-02-01T13:46:22.839Z Compiling autocfg v1.4.0
12642026-02-01T13:46:22.863Z Compiling itoa v1.0.11
12652026-02-01T13:46:23.060Z Compiling ucd-trie v0.1.7
12662026-02-01T13:46:23.219Z Compiling litemap v0.7.3
12672026-02-01T13:46:23.407Z Compiling thiserror v1.0.69
12682026-02-01T13:46:23.530Z Compiling writeable v0.5.5
12692026-02-01T13:46:23.608Z Compiling byteorder v1.5.0
12702026-02-01T13:46:23.653Z Compiling bitflags v2.9.4
12712026-02-01T13:46:23.910Z Compiling errno v0.3.12
12722026-02-01T13:46:23.995Z Compiling quote v1.0.40
12732026-02-01T13:46:24.062Z Compiling icu_locid_transform_data v1.5.0
12742026-02-01T13:46:24.144Z Compiling serde_json v1.0.149
12752026-02-01T13:46:24.222Z Compiling icu_properties_data v1.5.0
12762026-02-01T13:46:24.445Z Compiling syn v2.0.114
12772026-02-01T13:46:24.469Z Compiling num-traits v0.2.19
12782026-02-01T13:46:24.539Z Compiling utf8_iter v1.0.4
12792026-02-01T13:46:24.563Z Compiling hashbrown v0.16.1
12802026-02-01T13:46:24.586Z Compiling write16 v1.0.0
12812026-02-01T13:46:24.752Z Compiling typeid v1.0.3
12822026-02-01T13:46:24.775Z Compiling rustix v0.38.37
12832026-02-01T13:46:24.884Z Compiling smallvec v1.15.1
12842026-02-01T13:46:25.024Z Compiling icu_normalizer_data v1.5.0
12852026-02-01T13:46:25.125Z Compiling utf16_iter v1.0.5
12862026-02-01T13:46:25.158Z Compiling equivalent v1.0.2
12872026-02-01T13:46:25.336Z Compiling proc-macro-error-attr v1.0.4
12882026-02-01T13:46:25.481Z Compiling usdt-impl v0.5.0
12892026-02-01T13:46:25.563Z Compiling indexmap v2.13.0
12902026-02-01T13:46:25.608Z Compiling syn v1.0.109
12912026-02-01T13:46:25.632Z Compiling toml_write v0.1.2
12922026-02-01T13:46:25.794Z Compiling winnow v0.7.14
12932026-02-01T13:46:25.955Z Compiling thread-id v4.2.2
12942026-02-01T13:46:26.304Z Compiling proc-macro-error v1.0.4
12952026-02-01T13:46:26.725Z Compiling percent-encoding v2.3.2
12962026-02-01T13:46:26.862Z Compiling rustix v1.1.3
12972026-02-01T13:46:27.012Z Compiling plain v0.2.3
12982026-02-01T13:46:27.164Z Compiling log v0.4.29
12992026-02-01T13:46:27.365Z Compiling utf8parse v0.2.2
13002026-02-01T13:46:27.388Z Compiling getrandom v0.3.4
13012026-02-01T13:46:27.479Z Compiling camino v1.2.2
13022026-02-01T13:46:27.524Z Compiling anstyle-parse v0.2.5
13032026-02-01T13:46:27.588Z Compiling ordered-float v2.10.1
13042026-02-01T13:46:28.039Z Compiling terminal_size v0.4.0
13052026-02-01T13:46:28.124Z Compiling form_urlencoded v1.2.2
13062026-02-01T13:46:28.485Z Compiling cfg-if v1.0.4
13072026-02-01T13:46:28.585Z Compiling anstyle v1.0.11
13082026-02-01T13:46:28.656Z Compiling colorchoice v1.0.2
13092026-02-01T13:46:28.750Z Compiling anstyle-query v1.1.1
13102026-02-01T13:46:28.837Z Compiling pretty-hex v0.4.1
13112026-02-01T13:46:28.861Z Compiling is_terminal_polyfill v1.70.1
13122026-02-01T13:46:28.967Z Compiling anstream v0.6.18
13132026-02-01T13:46:29.078Z Compiling semver v1.0.27
13142026-02-01T13:46:29.645Z Compiling fs-err v3.1.1
13152026-02-01T13:46:29.669Z Compiling heck v0.4.1
13162026-02-01T13:46:29.850Z Compiling anyhow v1.0.99
13172026-02-01T13:46:29.925Z Compiling clap_lex v0.7.4
13182026-02-01T13:46:30.021Z Compiling strsim v0.11.1
13192026-02-01T13:46:30.053Z Compiling synstructure v0.13.1
13202026-02-01T13:46:30.317Z Compiling once_cell v1.21.3
13212026-02-01T13:46:30.387Z Compiling fnv v1.0.7
13222026-02-01T13:46:30.544Z Compiling fastrand v2.1.1
13232026-02-01T13:46:30.719Z Compiling heck v0.5.0
13242026-02-01T13:46:30.852Z Compiling unicode-xid v0.2.6
13252026-02-01T13:46:31.026Z Compiling bytecount v0.6.8
13262026-02-01T13:46:31.051Z Compiling unicode-width v0.1.14
13272026-02-01T13:46:31.148Z Compiling tempfile v3.24.0
13282026-02-01T13:46:31.244Z Compiling clap_builder v4.5.48
13292026-02-01T13:46:31.506Z Compiling papergrid v0.11.0
13302026-02-01T13:46:31.561Z Compiling memmap v0.7.0
13312026-02-01T13:46:31.640Z Compiling unicode-width v0.2.0
13322026-02-01T13:46:31.894Z Compiling unicode-linebreak v0.1.5
13332026-02-01T13:46:31.959Z Compiling smawk v0.3.2
13342026-02-01T13:46:32.187Z Compiling camino-tempfile v1.4.1
13352026-02-01T13:46:32.330Z Compiling textwrap v0.16.2
13362026-02-01T13:46:32.842Z Compiling tabled_derive v0.7.0
13372026-02-01T13:46:32.866Z Compiling swrite v0.1.0
13382026-02-01T13:46:33.020Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13392026-02-01T13:46:33.693Z Compiling serde_derive v1.0.228
13402026-02-01T13:46:33.737Z Compiling zerofrom-derive v0.1.4
13412026-02-01T13:46:33.860Z Compiling yoke-derive v0.7.4
13422026-02-01T13:46:33.905Z Compiling zerovec-derive v0.10.3
13432026-02-01T13:46:33.990Z Compiling thiserror-impl v2.0.18
13442026-02-01T13:46:34.483Z Compiling displaydoc v0.2.5
13452026-02-01T13:46:35.886Z Compiling icu_provider_macros v1.5.0
13462026-02-01T13:46:35.961Z Compiling thiserror-impl v1.0.69
13472026-02-01T13:46:36.210Z Compiling zerocopy-derive v0.7.35
13482026-02-01T13:46:36.742Z Compiling zerofrom v0.1.4
13492026-02-01T13:46:36.829Z Compiling scroll_derive v0.12.0
13502026-02-01T13:46:36.968Z Compiling yoke v0.7.4
13512026-02-01T13:46:37.030Z Compiling pest v2.8.2
13522026-02-01T13:46:37.313Z Compiling zerovec v0.10.4
13532026-02-01T13:46:37.829Z Compiling zerocopy v0.7.35
13542026-02-01T13:46:37.887Z Compiling scroll v0.12.0
13552026-02-01T13:46:38.079Z Compiling clap_derive v4.5.47
13562026-02-01T13:46:38.255Z Compiling tabled v0.15.0
13572026-02-01T13:46:38.353Z Compiling goblin v0.8.2
13582026-02-01T13:46:38.859Z Compiling tinystr v0.7.6
13592026-02-01T13:46:38.976Z Compiling icu_collections v1.5.0
13602026-02-01T13:46:39.097Z Compiling pest_meta v2.8.2
13612026-02-01T13:46:39.203Z Compiling icu_locid v1.5.0
13622026-02-01T13:46:40.356Z Compiling icu_provider v1.5.0
13632026-02-01T13:46:40.607Z Compiling pest_generator v2.8.2
13642026-02-01T13:46:40.667Z Compiling toml_datetime v0.6.11
13652026-02-01T13:46:40.918Z Compiling serde_spanned v0.6.9
13662026-02-01T13:46:41.130Z Compiling icu_locid_transform v1.5.0
13672026-02-01T13:46:41.156Z Compiling toml_edit v0.22.27
13682026-02-01T13:46:41.205Z Compiling dof v0.3.0
13692026-02-01T13:46:41.229Z Compiling serde_tokenstream v0.2.2
13702026-02-01T13:46:41.826Z Compiling erased-serde v0.4.6
13712026-02-01T13:46:42.022Z Compiling serde-value v0.7.0
13722026-02-01T13:46:42.048Z Compiling cargo-platform v0.2.0
13732026-02-01T13:46:42.510Z Compiling icu_properties v1.5.1
13742026-02-01T13:46:42.706Z Compiling serde-untagged v0.1.7
13752026-02-01T13:46:42.812Z Compiling clap v4.5.48
13762026-02-01T13:46:42.836Z Compiling pest_derive v2.8.2
13772026-02-01T13:46:42.934Z Compiling macaddr v1.0.1
13782026-02-01T13:46:43.469Z Compiling dtrace-parser v0.2.0
13792026-02-01T13:46:44.145Z Compiling toml v0.8.23
13802026-02-01T13:46:44.908Z Compiling cargo_toml v0.21.0
13812026-02-01T13:46:45.000Z Compiling usdt-attr-macro v0.5.0
13822026-02-01T13:46:45.024Z Compiling usdt-macro v0.5.0
13832026-02-01T13:46:45.717Z Compiling icu_normalizer v1.5.0
13842026-02-01T13:46:46.020Z Compiling usdt v0.5.0
13852026-02-01T13:46:46.525Z Compiling idna_adapter v1.2.0
13862026-02-01T13:46:46.687Z Compiling idna v1.0.3
13872026-02-01T13:46:47.189Z Compiling url v2.5.4
13882026-02-01T13:46:47.929Z Compiling cargo-util-schemas v0.8.2
13892026-02-01T13:46:49.894Z Compiling cargo_metadata v0.21.0
13902026-02-01T13:46:51.877Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13912026-02-01T13:46:56.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.21s
13922026-02-01T13:46:56.223Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13932026-02-01T13:46:57.731Z Compiling value-bag v1.12.0
13942026-02-01T13:46:57.731Z Compiling lock_api v0.4.12
13952026-02-01T13:46:57.731Z Compiling scopeguard v1.2.0
13962026-02-01T13:46:57.755Z Compiling shlex v1.3.0
13972026-02-01T13:46:57.755Z Compiling typenum v1.17.0
13982026-02-01T13:46:57.755Z Compiling syn v2.0.114
13992026-02-01T13:46:57.779Z Compiling getrandom v0.2.15
14002026-02-01T13:46:57.779Z Compiling jobserver v0.1.32
14012026-02-01T13:46:57.987Z Compiling smallvec v1.15.1
14022026-02-01T13:46:58.155Z Compiling log v0.4.29
14032026-02-01T13:46:58.243Z Compiling cc v1.2.30
14042026-02-01T13:46:58.278Z Compiling rand_core v0.6.4
14052026-02-01T13:46:58.360Z Compiling generic-array v0.14.7
14062026-02-01T13:46:58.559Z Compiling subtle v2.6.1
14072026-02-01T13:46:58.601Z Compiling portable-atomic v1.11.0
14082026-02-01T13:46:58.734Z Compiling critical-section v1.1.3
14092026-02-01T13:46:58.757Z Compiling const-oid v0.9.6
14102026-02-01T13:46:58.816Z Compiling pkg-config v0.3.31
14112026-02-01T13:46:58.878Z Compiling getrandom v0.3.4
14122026-02-01T13:46:58.917Z Compiling serde_json v1.0.149
14132026-02-01T13:46:59.225Z Compiling spin v0.9.8
14142026-02-01T13:46:59.576Z Compiling parking_lot_core v0.9.10
14152026-02-01T13:46:59.697Z Compiling pin-project-lite v0.2.14
14162026-02-01T13:46:59.851Z Compiling regex-syntax v0.8.5
14172026-02-01T13:46:59.976Z Compiling rustix v0.38.37
14182026-02-01T13:47:00.333Z Compiling once_cell v1.21.3
14192026-02-01T13:47:00.380Z Compiling libm v0.2.8
14202026-02-01T13:47:00.712Z Compiling signal-hook-registry v1.4.2
14212026-02-01T13:47:00.736Z Compiling num-traits v0.2.19
14222026-02-01T13:47:00.762Z Compiling allocator-api2 v0.2.21
14232026-02-01T13:47:01.017Z Compiling parking_lot v0.12.3
14242026-02-01T13:47:01.329Z Compiling mio v1.0.2
14252026-02-01T13:47:01.376Z Compiling futures-core v0.3.31
14262026-02-01T13:47:01.435Z Compiling lazy_static v1.5.0
14272026-02-01T13:47:01.615Z Compiling aho-corasick v1.1.3
14282026-02-01T13:47:01.655Z Compiling percent-encoding v2.3.2
14292026-02-01T13:47:01.736Z Compiling socket2 v0.6.1
14302026-02-01T13:47:01.956Z Compiling slab v0.4.9
14312026-02-01T13:47:02.257Z Compiling cpufeatures v0.2.14
14322026-02-01T13:47:02.283Z Compiling futures-sink v0.3.31
14332026-02-01T13:47:02.380Z Compiling either v1.15.0
14342026-02-01T13:47:02.452Z Compiling glob v0.3.2
14352026-02-01T13:47:02.500Z Compiling futures-channel v0.3.31
14362026-02-01T13:47:02.748Z Compiling hashbrown v0.16.1
14372026-02-01T13:47:02.775Z Compiling pin-utils v0.1.0
14382026-02-01T13:47:02.878Z Compiling prettyplease v0.2.36
14392026-02-01T13:47:02.902Z Compiling futures-task v0.3.31
14402026-02-01T13:47:03.155Z Compiling regex-automata v0.4.11
14412026-02-01T13:47:03.179Z Compiling clang-sys v1.8.1
14422026-02-01T13:47:03.205Z Compiling futures-io v0.3.31
14432026-02-01T13:47:03.447Z Compiling rustversion v1.0.22
14442026-02-01T13:47:03.646Z Compiling minimal-lexical v0.2.1
14452026-02-01T13:47:03.739Z Compiling synstructure v0.13.1
14462026-02-01T13:47:03.843Z Compiling indexmap v2.13.0
14472026-02-01T13:47:04.064Z Compiling nom v7.1.3
14482026-02-01T13:47:04.397Z Compiling libloading v0.8.5
14492026-02-01T13:47:04.750Z Compiling ident_case v1.0.1
14502026-02-01T13:47:04.939Z Compiling bindgen v0.69.5
14512026-02-01T13:47:04.965Z Compiling base64ct v1.6.0
14522026-02-01T13:47:04.990Z Compiling home v0.5.9
14532026-02-01T13:47:05.215Z Compiling itertools v0.12.1
14542026-02-01T13:47:05.495Z Compiling pem-rfc7468 v0.7.0
14552026-02-01T13:47:05.760Z Compiling form_urlencoded v1.2.2
14562026-02-01T13:47:06.041Z Compiling rustc-hash v1.1.0
14572026-02-01T13:47:06.065Z Compiling lazycell v1.3.0
14582026-02-01T13:47:06.204Z Compiling flagset v0.4.6
14592026-02-01T13:47:06.245Z Compiling rand_core v0.9.3
14602026-02-01T13:47:06.416Z Compiling cmake v0.1.51
14612026-02-01T13:47:06.759Z Compiling cexpr v0.6.0
14622026-02-01T13:47:06.783Z Compiling dunce v1.0.5
14632026-02-01T13:47:06.925Z Compiling foldhash v0.1.5
14642026-02-01T13:47:07.168Z Compiling iana-time-zone v0.1.63
14652026-02-01T13:47:07.219Z Compiling paste v1.0.15
14662026-02-01T13:47:07.518Z Compiling fs_extra v1.3.0
14672026-02-01T13:47:07.677Z Compiling hashbrown v0.15.4
14682026-02-01T13:47:07.730Z Compiling serde_derive v1.0.228
14692026-02-01T13:47:07.754Z Compiling zeroize_derive v1.4.2
14702026-02-01T13:47:07.785Z Compiling zerofrom-derive v0.1.4
14712026-02-01T13:47:08.014Z Compiling yoke-derive v0.7.4
14722026-02-01T13:47:08.105Z Compiling zerovec-derive v0.10.3
14732026-02-01T13:47:08.720Z Compiling displaydoc v0.2.5
14742026-02-01T13:47:08.912Z Compiling zeroize v1.8.1
14752026-02-01T13:47:10.046Z Compiling icu_provider_macros v1.5.0
14762026-02-01T13:47:10.075Z Compiling zerocopy-derive v0.7.35
14772026-02-01T13:47:10.264Z Compiling tokio-macros v2.6.0
14782026-02-01T13:47:10.519Z Compiling crypto-common v0.1.6
14792026-02-01T13:47:10.625Z Compiling block-buffer v0.10.4
14802026-02-01T13:47:10.764Z Compiling zerofrom v0.1.4
14812026-02-01T13:47:10.899Z Compiling digest v0.10.7
14822026-02-01T13:47:10.923Z Compiling thiserror-impl v2.0.18
14832026-02-01T13:47:10.991Z Compiling yoke v0.7.4
14842026-02-01T13:47:11.352Z Compiling zerovec v0.10.4
14852026-02-01T13:47:11.376Z Compiling hmac v0.12.1
14862026-02-01T13:47:11.687Z Compiling block-padding v0.3.3
14872026-02-01T13:47:11.712Z Compiling futures-macro v0.3.31
14882026-02-01T13:47:11.822Z Compiling zerocopy v0.7.35
14892026-02-01T13:47:11.942Z Compiling inout v0.1.3
14902026-02-01T13:47:12.102Z Compiling regex v1.11.3
14912026-02-01T13:47:12.248Z Compiling cipher v0.4.4
14922026-02-01T13:47:12.752Z Compiling sha2 v0.10.9
14932026-02-01T13:47:12.998Z Compiling ppv-lite86 v0.2.20
14942026-02-01T13:47:13.090Z Compiling der_derive v0.7.3
14952026-02-01T13:47:13.250Z Compiling tinystr v0.7.6
14962026-02-01T13:47:13.394Z Compiling icu_collections v1.5.0
14972026-02-01T13:47:13.616Z Compiling icu_locid v1.5.0
14982026-02-01T13:47:13.672Z Compiling thiserror v2.0.18
14992026-02-01T13:47:13.696Z Compiling futures-util v0.3.31
15002026-02-01T13:47:13.722Z Compiling serde v1.0.228
15012026-02-01T13:47:13.843Z Compiling pest v2.8.2
15022026-02-01T13:47:14.120Z Compiling salsa20 v0.10.2
15032026-02-01T13:47:14.335Z Compiling pbkdf2 v0.12.2
15042026-02-01T13:47:14.518Z Compiling rustc_version v0.4.1
15052026-02-01T13:47:14.542Z Compiling uuid v1.19.0
15062026-02-01T13:47:14.796Z Compiling bitflags v2.9.4
15072026-02-01T13:47:14.953Z Compiling bytes v1.10.1
15082026-02-01T13:47:15.233Z Compiling icu_provider v1.5.0
15092026-02-01T13:47:15.368Z Compiling der v0.7.10
15102026-02-01T13:47:15.392Z Compiling chrono v0.4.43
15112026-02-01T13:47:15.872Z Compiling icu_locid_transform v1.5.0
15122026-02-01T13:47:16.143Z Compiling tokio v1.49.0
15132026-02-01T13:47:16.320Z Compiling vcpkg v0.2.15
15142026-02-01T13:47:16.481Z Compiling zerocopy v0.8.27
15152026-02-01T13:47:17.152Z Compiling icu_properties v1.5.1
15162026-02-01T13:47:17.919Z Compiling spki v0.7.3
15172026-02-01T13:47:18.086Z Compiling openssl-sys v0.9.109
15182026-02-01T13:47:18.227Z Compiling pest_meta v2.8.2
15192026-02-01T13:47:18.315Z Compiling http v1.4.0
15202026-02-01T13:47:18.536Z Compiling which v4.4.2
15212026-02-01T13:47:18.833Z Compiling scrypt v0.11.0
15222026-02-01T13:47:19.113Z Compiling rand_chacha v0.9.0
15232026-02-01T13:47:19.371Z Compiling cbc v0.1.2
15242026-02-01T13:47:19.403Z Compiling aes v0.8.4
15252026-02-01T13:47:20.368Z Compiling zerocopy-derive v0.8.27
15262026-02-01T13:47:20.550Z Compiling icu_normalizer v1.5.0
15272026-02-01T13:47:20.651Z Compiling pkcs5 v0.7.1
15282026-02-01T13:47:21.243Z Compiling rand v0.9.2
15292026-02-01T13:47:21.634Z Compiling idna_adapter v1.2.0
15302026-02-01T13:47:21.661Z Compiling pest_generator v2.8.2
15312026-02-01T13:47:21.866Z Compiling idna v1.0.3
15322026-02-01T13:47:22.106Z Compiling tracing-attributes v0.1.27
15332026-02-01T13:47:22.206Z Compiling serde_derive_internals v0.29.1
15342026-02-01T13:47:22.896Z Compiling url v2.5.4
15352026-02-01T13:47:23.076Z Compiling ring v0.17.14
15362026-02-01T13:47:23.225Z Compiling tracing-core v0.1.32
15372026-02-01T13:47:23.977Z Compiling adler2 v2.0.0
15382026-02-01T13:47:24.116Z Compiling rustix v1.1.3
15392026-02-01T13:47:24.194Z Compiling schemars v0.8.22
15402026-02-01T13:47:24.326Z Compiling aws-lc-rs v1.12.4
15412026-02-01T13:47:24.446Z Compiling tokio-util v0.7.15
15422026-02-01T13:47:24.562Z Compiling miniz_oxide v0.8.5
15432026-02-01T13:47:24.707Z Compiling tracing v0.1.40
15442026-02-01T13:47:24.767Z Compiling schemars_derive v0.8.22
15452026-02-01T13:47:25.191Z Compiling pest_derive v2.8.2
15462026-02-01T13:47:25.896Z Compiling pkcs8 v0.10.2
15472026-02-01T13:47:25.943Z Compiling http-body v1.0.1
15482026-02-01T13:47:26.216Z Compiling scroll_derive v0.13.1
15492026-02-01T13:47:26.416Z Compiling darling_core v0.20.10
15502026-02-01T13:47:26.607Z Compiling base64 v0.22.1
15512026-02-01T13:47:26.661Z Compiling rustls-pki-types v1.10.0
15522026-02-01T13:47:27.203Z Compiling dyn-clone v1.0.20
15532026-02-01T13:47:27.360Z Compiling httparse v1.9.5
15542026-02-01T13:47:27.437Z Compiling tinyvec_macros v0.1.1
15552026-02-01T13:47:27.558Z Compiling tinyvec v1.8.0
15562026-02-01T13:47:27.794Z Compiling scroll v0.13.0
15572026-02-01T13:47:28.304Z Compiling bzip2-sys v0.1.13+1.0.8
15582026-02-01T13:47:28.714Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15592026-02-01T13:47:28.830Z Compiling openssl v0.10.73
15602026-02-01T13:47:29.040Z Compiling num-conv v0.1.0
15612026-02-01T13:47:29.222Z Compiling foreign-types-shared v0.1.1
15622026-02-01T13:47:29.310Z Compiling untrusted v0.7.1
15632026-02-01T13:47:29.353Z Compiling tower-service v0.3.3
15642026-02-01T13:47:29.377Z Compiling try-lock v0.2.5
15652026-02-01T13:47:29.515Z Compiling tower-layer v0.3.3
15662026-02-01T13:47:29.539Z Compiling powerfmt v0.2.0
15672026-02-01T13:47:29.563Z Compiling atomic-waker v1.1.2
15682026-02-01T13:47:29.811Z Compiling time-core v0.1.6
15692026-02-01T13:47:29.838Z Compiling openssl-probe v0.1.5
15702026-02-01T13:47:29.956Z Compiling untrusted v0.9.0
15712026-02-01T13:47:30.092Z Compiling time-macros v0.2.24
15722026-02-01T13:47:30.153Z Compiling tempfile v3.24.0
15732026-02-01T13:47:30.202Z Compiling deranged v0.5.3
15742026-02-01T13:47:30.480Z Compiling h2 v0.4.6
15752026-02-01T13:47:30.628Z Compiling want v0.3.1
15762026-02-01T13:47:30.930Z Compiling foreign-types v0.3.2
15772026-02-01T13:47:31.474Z Compiling darling_macro v0.20.10
15782026-02-01T13:47:32.236Z Compiling darling v0.20.10
15792026-02-01T13:47:32.371Z Compiling goblin v0.10.2
15802026-02-01T13:47:32.499Z Compiling ipnet v2.11.0
15812026-02-01T13:47:33.029Z Compiling openssl-macros v0.1.1
15822026-02-01T13:47:33.401Z Compiling wait-timeout v0.2.0
15832026-02-01T13:47:33.490Z Compiling num_threads v0.1.7
15842026-02-01T13:47:33.643Z Compiling rustls v0.23.19
15852026-02-01T13:47:33.667Z Compiling usdt-impl v0.6.0
15862026-02-01T13:47:33.902Z Compiling quick-error v1.2.3
15872026-02-01T13:47:33.936Z Compiling syn v1.0.109
15882026-02-01T13:47:34.003Z Compiling httpdate v1.0.3
15892026-02-01T13:47:34.068Z Compiling gimli v0.31.1
15902026-02-01T13:47:34.165Z Compiling native-tls v0.2.12
15912026-02-01T13:47:34.389Z Compiling crossbeam-utils v0.8.21
15922026-02-01T13:47:34.450Z Compiling bit-vec v0.8.0
15932026-02-01T13:47:34.597Z Compiling rusty-fork v0.3.0
15942026-02-01T13:47:34.877Z Compiling bit-set v0.8.0
15952026-02-01T13:47:35.181Z Compiling time v0.3.43
15962026-02-01T13:47:35.379Z Compiling derive_builder_core v0.20.2
15972026-02-01T13:47:37.294Z Compiling hyper v1.8.1
15982026-02-01T13:47:38.274Z Compiling addr2line v0.24.2
15992026-02-01T13:47:38.453Z Compiling unicode-normalization v0.1.24
16002026-02-01T13:47:38.898Z Compiling dof v0.4.0
16012026-02-01T13:47:38.950Z Compiling dtrace-parser v0.3.0
16022026-02-01T13:47:39.342Z Compiling heapless v0.7.17
16032026-02-01T13:47:39.820Z Compiling signature v2.2.0
16042026-02-01T13:47:40.174Z Compiling thiserror-impl v1.0.69
16052026-02-01T13:47:40.581Z Compiling scroll_derive v0.12.0
16062026-02-01T13:47:40.691Z Compiling rand_xorshift v0.4.0
16072026-02-01T13:47:41.016Z Compiling slog v2.8.2
16082026-02-01T13:47:41.045Z Compiling darling_core v0.21.0
16092026-02-01T13:47:41.322Z Compiling thread-id v5.0.0
16102026-02-01T13:47:41.468Z Compiling cookie v0.18.1
16112026-02-01T13:47:41.806Z Compiling crc32fast v1.4.2
16122026-02-01T13:47:41.835Z Compiling object v0.36.5
16132026-02-01T13:47:41.954Z Compiling zstd-safe v7.2.3
16142026-02-01T13:47:42.015Z Compiling rustc-demangle v0.1.24
16152026-02-01T13:47:42.151Z Compiling anyhow v1.0.99
16162026-02-01T13:47:42.266Z Compiling zlib-rs v0.5.1
16172026-02-01T13:47:42.671Z Compiling unicode-properties v0.1.3
16182026-02-01T13:47:42.768Z Compiling siphasher v0.3.11
16192026-02-01T13:47:42.791Z Compiling signal-hook v0.3.18
16202026-02-01T13:47:42.818Z Compiling unicode-bidi v0.3.17
16212026-02-01T13:47:43.035Z Compiling unarray v0.1.4
16222026-02-01T13:47:43.107Z Compiling phf_shared v0.11.2
16232026-02-01T13:47:43.215Z Compiling proptest v1.7.0
16242026-02-01T13:47:43.373Z Compiling thiserror v1.0.69
16252026-02-01T13:47:43.460Z Compiling stringprep v0.1.5
16262026-02-01T13:47:43.837Z Compiling scroll v0.12.0
16272026-02-01T13:47:44.445Z Compiling hyper-util v0.1.19
16282026-02-01T13:47:44.884Z Compiling derive_builder_macro v0.20.2
16292026-02-01T13:47:46.118Z Compiling ipnetwork v0.21.1
16302026-02-01T13:47:46.237Z Compiling darling_macro v0.21.0
16312026-02-01T13:47:46.860Z Compiling curve25519-dalek v4.1.3
16322026-02-01T13:47:47.064Z Compiling serde_spanned v0.6.9
16332026-02-01T13:47:47.289Z Compiling backtrace v0.3.74
16342026-02-01T13:47:47.418Z Compiling toml_datetime v0.6.11
16352026-02-01T13:47:47.601Z Compiling serde_tokenstream v0.2.2
16362026-02-01T13:47:47.875Z Compiling libz-rs-sys v0.5.1
16372026-02-01T13:47:47.900Z Compiling erased-serde v0.3.31
16382026-02-01T13:47:48.133Z Compiling rand_chacha v0.3.1
16392026-02-01T13:47:48.159Z Compiling md-5 v0.10.6
16402026-02-01T13:47:48.393Z Compiling vergen-lib v0.1.6
16412026-02-01T13:47:48.439Z Compiling num-integer v0.1.46
16422026-02-01T13:47:48.679Z Compiling sync_wrapper v1.0.1
16432026-02-01T13:47:48.846Z Compiling hash32 v0.2.1
16442026-02-01T13:47:49.029Z Compiling ff v0.13.0
16452026-02-01T13:47:49.055Z Compiling memoffset v0.9.1
16462026-02-01T13:47:49.187Z Compiling fallible-iterator v0.2.0
16472026-02-01T13:47:49.252Z Compiling num-bigint-dig v0.8.6
16482026-02-01T13:47:49.364Z Compiling psl-types v2.0.11
16492026-02-01T13:47:49.553Z Compiling litrs v0.4.1
16502026-02-01T13:47:49.577Z Compiling smoltcp v0.9.1
16512026-02-01T13:47:49.654Z Compiling cfg_aliases v0.2.1
16522026-02-01T13:47:49.711Z Compiling base16ct v0.2.0
16532026-02-01T13:47:49.785Z Compiling ref-cast v1.0.25
16542026-02-01T13:47:49.823Z Compiling nix v0.29.0
16552026-02-01T13:47:50.041Z Compiling sec1 v0.7.3
16562026-02-01T13:47:50.281Z Compiling postgres-protocol v0.6.8
16572026-02-01T13:47:50.487Z Compiling publicsuffix v2.3.0
16582026-02-01T13:47:50.583Z Compiling group v0.13.0
16592026-02-01T13:47:50.628Z Compiling document-features v0.2.11
16602026-02-01T13:47:50.791Z Compiling num-iter v0.1.45
16612026-02-01T13:47:50.997Z Compiling tower v0.5.2
16622026-02-01T13:47:51.489Z Compiling rand v0.8.5
16632026-02-01T13:47:51.763Z Compiling newtype-uuid v1.3.2
16642026-02-01T13:47:51.787Z Compiling flate2 v1.1.2
16652026-02-01T13:47:52.104Z Compiling darling v0.21.0
16662026-02-01T13:47:52.235Z Compiling oxnet v0.1.4
16672026-02-01T13:47:52.363Z Compiling derive_builder v0.20.2
16682026-02-01T13:47:52.492Z Compiling tokio-native-tls v0.3.1
16692026-02-01T13:47:52.565Z Compiling goblin v0.8.2
16702026-02-01T13:47:53.145Z Compiling rustls-native-certs v0.8.1
16712026-02-01T13:47:53.189Z Compiling webpki-roots v1.0.1
16722026-02-01T13:47:53.397Z Compiling http-body-util v0.1.3
16732026-02-01T13:47:53.648Z Compiling strum_macros v0.27.2
16742026-02-01T13:47:53.704Z Compiling terminal_size v0.4.0
16752026-02-01T13:47:53.758Z Compiling cargo-platform v0.1.8
16762026-02-01T13:47:53.846Z Compiling hkdf v0.12.4
16772026-02-01T13:47:53.931Z Compiling crypto-bigint v0.5.5
16782026-02-01T13:47:54.112Z Compiling ref-cast-impl v1.0.25
16792026-02-01T13:47:54.223Z Compiling async-trait v0.1.89
16802026-02-01T13:47:55.039Z Compiling daft-derive v0.1.4
16812026-02-01T13:47:55.809Z Compiling hubpack_derive v0.1.1
16822026-02-01T13:47:56.425Z Compiling curve25519-dalek-derive v0.1.1
16832026-02-01T13:47:56.450Z Compiling vergen v9.0.6
16842026-02-01T13:47:56.596Z Compiling ahash v0.8.12
16852026-02-01T13:47:56.749Z Compiling fs-err v3.1.1
16862026-02-01T13:47:56.919Z Compiling bitflags v1.3.2
16872026-02-01T13:47:57.042Z Compiling buf-list v1.0.3
16882026-02-01T13:47:57.066Z Compiling winnow v0.5.40
16892026-02-01T13:47:57.583Z Compiling bumpalo v3.16.0
16902026-02-01T13:47:57.607Z Compiling ryu v1.0.18
16912026-02-01T13:47:57.790Z Compiling simd-adler32 v0.3.7
16922026-02-01T13:47:57.932Z Compiling iri-string v0.7.8
16932026-02-01T13:47:58.035Z Compiling lockfree-object-pool v0.1.6
16942026-02-01T13:47:58.257Z Compiling managed v0.8.0
16952026-02-01T13:47:58.297Z Compiling unicode-segmentation v1.12.0
16962026-02-01T13:47:58.424Z Compiling zopfli v0.8.1
16972026-02-01T13:47:59.027Z Compiling clap_builder v4.5.48
16982026-02-01T13:47:59.763Z Compiling serde_urlencoded v0.7.1
16992026-02-01T13:48:00.064Z Compiling toml_edit v0.19.15
17002026-02-01T13:48:00.187Z Compiling strum v0.27.2
17012026-02-01T13:48:00.401Z Compiling dof v0.3.0
17022026-02-01T13:48:00.590Z Compiling tower-http v0.6.6
17032026-02-01T13:48:01.332Z Compiling hubpack v0.1.2
17042026-02-01T13:48:01.363Z Compiling daft v0.1.4
17052026-02-01T13:48:01.770Z Compiling elliptic-curve v0.13.8
17062026-02-01T13:48:01.916Z Compiling cargo_metadata v0.19.2
17072026-02-01T13:48:02.056Z Compiling hyper-tls v0.6.0
17082026-02-01T13:48:02.430Z Compiling signal-hook-mio v0.2.4
17092026-02-01T13:48:02.544Z Compiling cookie_store v0.21.1
17102026-02-01T13:48:02.619Z Compiling zstd v0.13.3
17112026-02-01T13:48:04.510Z Compiling serde_with_macros v3.16.1
17122026-02-01T13:48:04.771Z Compiling postgres-types v0.2.9
17132026-02-01T13:48:05.418Z Compiling usdt-macro v0.6.0
17142026-02-01T13:48:05.783Z Compiling usdt-attr-macro v0.6.0
17152026-02-01T13:48:05.924Z Compiling dtrace-parser v0.2.0
17162026-02-01T13:48:06.048Z Compiling phf v0.11.2
17172026-02-01T13:48:06.339Z Compiling ed25519 v2.2.3
17182026-02-01T13:48:06.460Z Compiling bzip2 v0.5.2
17192026-02-01T13:48:06.717Z Compiling bzip2 v0.4.4
17202026-02-01T13:48:06.756Z Compiling pkcs1 v0.7.5
17212026-02-01T13:48:06.846Z Compiling strum_macros v0.26.4
17222026-02-01T13:48:07.100Z Compiling clap_derive v4.5.47
17232026-02-01T13:48:07.173Z Compiling enum-as-inner v0.6.1
17242026-02-01T13:48:07.557Z Compiling serde-big-array v0.5.1
17252026-02-01T13:48:07.593Z Compiling hex v0.4.3
17262026-02-01T13:48:07.806Z Compiling rfc6979 v0.4.0
17272026-02-01T13:48:08.000Z Compiling bstr v1.10.0
17282026-02-01T13:48:08.024Z Compiling serde_repr v0.1.19
17292026-02-01T13:48:08.128Z Compiling float-cmp v0.10.0
17302026-02-01T13:48:08.152Z Compiling env_filter v0.1.2
17312026-02-01T13:48:08.381Z Compiling socket2 v0.5.10
17322026-02-01T13:48:08.729Z Compiling memmap2 v0.9.8
17332026-02-01T13:48:08.943Z Compiling encoding_rs v0.8.34
17342026-02-01T13:48:09.124Z Compiling whoami v1.5.2
17352026-02-01T13:48:09.226Z Compiling difflib v0.4.0
17362026-02-01T13:48:09.323Z Compiling foldhash v0.2.0
17372026-02-01T13:48:09.643Z Compiling keccak v0.1.5
17382026-02-01T13:48:09.732Z Compiling static_assertions v1.1.0
17392026-02-01T13:48:09.853Z Compiling rustc-hash v2.1.1
17402026-02-01T13:48:10.051Z Compiling fixedbitset v0.5.7
17412026-02-01T13:48:10.402Z Compiling precomputed-hash v0.1.1
17422026-02-01T13:48:10.470Z Compiling new_debug_unreachable v1.0.6
17432026-02-01T13:48:10.550Z Compiling mime v0.3.17
17442026-02-01T13:48:10.585Z Compiling fixedbitset v0.4.2
17452026-02-01T13:48:10.632Z Compiling data-encoding v2.9.0
17462026-02-01T13:48:10.708Z Compiling predicates-core v1.0.8
17472026-02-01T13:48:10.968Z Compiling jiff v0.2.15
17482026-02-01T13:48:11.020Z Compiling normalize-line-endings v0.3.0
17492026-02-01T13:48:11.048Z Compiling petgraph v0.6.5
17502026-02-01T13:48:11.173Z Compiling predicates v3.1.3
17512026-02-01T13:48:11.359Z Compiling hickory-proto v0.25.2
17522026-02-01T13:48:12.083Z Compiling toml_edit v0.22.27
17532026-02-01T13:48:12.148Z Compiling clap v4.5.48
17542026-02-01T13:48:12.277Z Compiling string_cache v0.8.9
17552026-02-01T13:48:12.528Z Compiling strum v0.26.3
17562026-02-01T13:48:12.673Z Compiling petgraph v0.8.2
17572026-02-01T13:48:12.734Z Compiling iddqd v0.3.16
17582026-02-01T13:48:14.141Z Compiling sha3 v0.10.8
17592026-02-01T13:48:14.999Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17602026-02-01T13:48:15.023Z Compiling tokio-postgres v0.7.13
17612026-02-01T13:48:15.122Z Compiling usdt v0.6.0
17622026-02-01T13:48:15.590Z Compiling similar v2.7.0
17632026-02-01T13:48:16.663Z Compiling usdt-impl v0.5.0
17642026-02-01T13:48:17.328Z Compiling zip v4.2.0
17652026-02-01T13:48:17.801Z Compiling env_logger v0.11.8
17662026-02-01T13:48:18.054Z Compiling serde_with v3.16.1
17672026-02-01T13:48:18.492Z Compiling ecdsa v0.16.9
17682026-02-01T13:48:19.217Z Compiling rsa v0.9.8
17692026-02-01T13:48:19.265Z Compiling zip v0.6.6
17702026-02-01T13:48:19.501Z Compiling ed25519-dalek v2.1.1
17712026-02-01T13:48:20.650Z Compiling toml v0.7.8
17722026-02-01T13:48:20.860Z Compiling crossterm v0.28.1
17732026-02-01T13:48:21.783Z Compiling heck v0.4.1
17742026-02-01T13:48:21.931Z Compiling crossbeam-epoch v0.9.18
17752026-02-01T13:48:22.138Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17762026-02-01T13:48:22.185Z Compiling tokio-stream v0.1.17
17772026-02-01T13:48:22.209Z Compiling x509-cert v0.2.5
17782026-02-01T13:48:22.235Z Compiling openapiv3 v2.2.0
17792026-02-01T13:48:22.539Z Compiling sha1 v0.10.6
17802026-02-01T13:48:22.563Z Compiling itertools v0.13.0
17812026-02-01T13:48:22.914Z Compiling itertools v0.10.5
17822026-02-01T13:48:23.068Z Compiling winnow v0.6.26
17832026-02-01T13:48:23.574Z Compiling lalrpop-util v0.19.12
17842026-02-01T13:48:23.869Z Compiling peg-runtime v0.8.5
17852026-02-01T13:48:24.392Z Compiling thread_local v1.1.8
17862026-02-01T13:48:24.823Z Compiling slog-async v2.8.0
17872026-02-01T13:48:25.082Z Compiling crossbeam-channel v0.5.15
17882026-02-01T13:48:25.153Z Compiling xattr v1.3.1
17892026-02-01T13:48:25.311Z Compiling futures-executor v0.3.31
17902026-02-01T13:48:25.444Z Compiling is-terminal v0.4.13
17912026-02-01T13:48:25.501Z Compiling filetime v0.2.26
17922026-02-01T13:48:25.600Z Compiling take_mut v0.2.2
17932026-02-01T13:48:25.630Z Compiling term v1.1.0
17942026-02-01T13:48:25.753Z Compiling tar v0.4.44
17952026-02-01T13:48:25.813Z Compiling futures v0.3.31
17962026-02-01T13:48:26.695Z Compiling slog-term v2.9.2
17972026-02-01T13:48:28.510Z Compiling aws-lc-sys v0.26.0
17982026-02-01T13:49:00.178Z Compiling rustls-webpki v0.102.8
17992026-02-01T13:49:05.717Z Compiling tokio-rustls v0.26.0
18002026-02-01T13:49:06.030Z Compiling hyper-rustls v0.27.7
18012026-02-01T13:49:06.370Z Compiling reqwest v0.12.24
18022026-02-01T13:49:10.879Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18032026-02-01T13:49:11.254Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18042026-02-01T13:49:16.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
18052026-02-01T13:49:17.014Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18062026-02-01T13:49:17.084ZFeb 01 13:49:16.435 INFO Starting download, target: Clickhouse
18072026-02-01T13:49:17.084ZFeb 01 13:49:16.436 INFO Starting download, target: Cockroach
18082026-02-01T13:49:17.084ZFeb 01 13:49:16.436 INFO Starting download, target: Console
18092026-02-01T13:49:17.084ZFeb 01 13:49:16.437 INFO Starting download, target: DendriteStub
18102026-02-01T13:49:17.084ZFeb 01 13:49:16.437 INFO Starting download, target: MaghemiteMgd
18112026-02-01T13:49:17.084ZFeb 01 13:49:16.437 INFO Starting download, target: TransceiverControl
18122026-02-01T13:49:17.108ZFeb 01 13:49:16.438 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18132026-02-01T13:49:17.108ZFeb 01 13:49:16.438 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18142026-02-01T13:49:17.108ZFeb 01 13:49:16.438 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18152026-02-01T13:49:17.108ZFeb 01 13:49:16.438 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18162026-02-01T13:49:17.108ZFeb 01 13:49:16.438 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18172026-02-01T13:49:17.108ZFeb 01 13:49:16.438 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18182026-02-01T13:49:17.379ZFeb 01 13:49:16.731 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18192026-02-01T13:49:17.818ZFeb 01 13:49:17.169 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18202026-02-01T13:49:17.844ZFeb 01 13:49:17.196 INFO Download complete, target: Console
18212026-02-01T13:49:18.302ZFeb 01 13:49:17.652 INFO Download complete, target: TransceiverControl
18222026-02-01T13:49:19.720ZFeb 01 13:49:19.073 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18232026-02-01T13:49:19.924ZFeb 01 13:49:19.277 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18242026-02-01T13:49:22.627ZFeb 01 13:49:21.980 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18252026-02-01T13:49:22.627ZFeb 01 13:49:21.980 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18262026-02-01T13:49:24.803ZFeb 01 13:49:24.153 INFO Download complete, target: DendriteStub
18272026-02-01T13:49:25.025ZFeb 01 13:49:24.376 INFO Download complete, target: MaghemiteMgd
18282026-02-01T13:49:32.564ZFeb 01 13:49:31.912 INFO Checking that binary works, target: Cockroach
18292026-02-01T13:49:32.815ZFeb 01 13:49:32.167 INFO Download complete, target: Cockroach
18302026-02-01T13:49:41.901ZFeb 01 13:49:41.253 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18312026-02-01T13:49:55.492ZFeb 01 13:49:54.843 INFO Checking that binary works, target: Clickhouse
18322026-02-01T13:49:55.680ZFeb 01 13:49:55.033 INFO Download complete, target: Clickhouse
18332026-02-01T13:49:55.704ZAll prerequisites installed successfully
18342026-02-01T13:49:55.704Z
18352026-02-01T13:49:55.704Zreal 5:20.881658375
18362026-02-01T13:49:55.704Zuser 16:28.453790847
18372026-02-01T13:49:55.704Zsys 2:38.169795422
18382026-02-01T13:49:55.704Ztrap 0.601860792
18392026-02-01T13:49:55.704Ztflt 0.396436945
18402026-02-01T13:49:55.704Zdflt 0.945791051
18412026-02-01T13:49:55.704Zkflt 0.008841912
18422026-02-01T13:49:55.704Zlock 1:01:11.001745491
18432026-02-01T13:49:55.704Zslp 46:47.879218032
18442026-02-01T13:49:55.704Zlat 1:18.698083752
18452026-02-01T13:49:55.704Zstop 2:47.877084630
18462026-02-01T13:49:55.704Z+ source ./tools/include/force-git-over-https.sh
18472026-02-01T13:49:55.704Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18482026-02-01T13:49:55.705Z++ (( i = 0 ))
18492026-02-01T13:49:55.705Z++ (( i < 5 ))
18502026-02-01T13:49:55.705Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18512026-02-01T13:49:55.705Z++ (( i++ ))
18522026-02-01T13:49:55.705Z++ (( i < 5 ))
18532026-02-01T13:49:55.705Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18542026-02-01T13:49:55.705Z++ (( i++ ))
18552026-02-01T13:49:55.705Z++ (( i < 5 ))
18562026-02-01T13:49:55.705Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18572026-02-01T13:49:55.729Z++ (( i++ ))
18582026-02-01T13:49:55.729Z++ (( i < 5 ))
18592026-02-01T13:49:55.729Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18602026-02-01T13:49:55.729Z++ (( i++ ))
18612026-02-01T13:49:55.729Z++ (( i < 5 ))
18622026-02-01T13:49:55.729Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18632026-02-01T13:49:55.729Z++ (( i++ ))
18642026-02-01T13:49:55.729Z++ (( i < 5 ))
18652026-02-01T13:49:55.729Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18662026-02-01T13:49:55.729Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18672026-02-01T13:49:55.729Z+ rc=0
18682026-02-01T13:49:55.729Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18692026-02-01T13:50:46.793Z+ case $rc in
18702026-02-01T13:50:46.793Z+ pfexec zfs create -p rpool/images/build/host
18712026-02-01T13:50:46.864Z+ pfexec zfs create -p rpool/images/build/recovery
18722026-02-01T13:50:46.900Z+ cargo xtask releng --output-dir /work --mkincorp
18732026-02-01T13:50:47.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
18742026-02-01T13:50:48.024Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18752026-02-01T13:50:49.653Z Compiling proc-macro2 v1.0.101
18762026-02-01T13:50:49.653Z Compiling unicode-ident v1.0.19
18772026-02-01T13:50:49.653Z Compiling libc v0.2.180
18782026-02-01T13:50:49.653Z Compiling serde_core v1.0.228
18792026-02-01T13:50:49.677Z Compiling serde v1.0.228
18802026-02-01T13:50:49.677Z Compiling autocfg v1.4.0
18812026-02-01T13:50:49.677Z Compiling cfg-if v1.0.4
18822026-02-01T13:50:49.877Z Compiling version_check v0.9.5
18832026-02-01T13:50:49.912Z Compiling memchr v2.7.4
18842026-02-01T13:50:49.936Z Compiling shlex v1.3.0
18852026-02-01T13:50:50.566Z Compiling typenum v1.17.0
18862026-02-01T13:50:50.620Z Compiling lock_api v0.4.12
18872026-02-01T13:50:50.996Z Compiling generic-array v0.14.7
18882026-02-01T13:50:51.068Z Compiling value-bag v1.12.0
18892026-02-01T13:50:51.336Z Compiling portable-atomic v1.11.0
18902026-02-01T13:50:51.336Z Compiling getrandom v0.3.4
18912026-02-01T13:50:51.651Z Compiling log v0.4.29
18922026-02-01T13:50:51.806Z Compiling quote v1.0.40
18932026-02-01T13:50:51.941Z Compiling jobserver v0.1.32
18942026-02-01T13:50:52.198Z Compiling zmij v1.0.15
18952026-02-01T13:50:52.259Z Compiling syn v2.0.114
18962026-02-01T13:50:52.414Z Compiling cc v1.2.30
18972026-02-01T13:50:52.476Z Compiling libm v0.2.8
18982026-02-01T13:50:52.647Z Compiling serde_json v1.0.149
18992026-02-01T13:50:52.707Z Compiling num-traits v0.2.19
19002026-02-01T13:50:53.079Z Compiling scopeguard v1.2.0
19012026-02-01T13:50:53.103Z Compiling smallvec v1.15.1
19022026-02-01T13:50:53.133Z Compiling parking_lot_core v0.9.10
19032026-02-01T13:50:53.553Z Compiling rustix v0.38.37
19042026-02-01T13:50:53.690Z Compiling pkg-config v0.3.31
19052026-02-01T13:50:53.717Z Compiling getrandom v0.2.15
19062026-02-01T13:50:54.168Z Compiling thiserror v2.0.18
19072026-02-01T13:50:54.703Z Compiling regex-syntax v0.8.5
19082026-02-01T13:50:54.809Z Compiling itoa v1.0.11
19092026-02-01T13:50:54.833Z Compiling errno v0.3.12
19102026-02-01T13:50:55.314Z Compiling spin v0.9.8
19112026-02-01T13:50:55.413Z Compiling aho-corasick v1.1.3
19122026-02-01T13:50:55.489Z Compiling slab v0.4.9
19132026-02-01T13:50:55.519Z Compiling stable_deref_trait v1.2.0
19142026-02-01T13:50:55.720Z Compiling subtle v2.6.1
19152026-02-01T13:50:55.750Z Compiling lazy_static v1.5.0
19162026-02-01T13:50:55.888Z Compiling heck v0.5.0
19172026-02-01T13:50:55.964Z Compiling critical-section v1.1.3
19182026-02-01T13:50:55.995Z Compiling semver v1.0.27
19192026-02-01T13:50:56.063Z Compiling rand_core v0.6.4
19202026-02-01T13:50:56.744Z Compiling either v1.15.0
19212026-02-01T13:50:56.861Z Compiling glob v0.3.2
19222026-02-01T13:50:57.049Z Compiling once_cell v1.21.3
19232026-02-01T13:50:57.697Z Compiling clang-sys v1.8.1
19242026-02-01T13:50:58.098Z Compiling regex-automata v0.4.11
19252026-02-01T13:50:58.709Z Compiling prettyplease v0.2.36
19262026-02-01T13:50:58.900Z Compiling synstructure v0.13.1
19272026-02-01T13:50:59.384Z Compiling minimal-lexical v0.2.1
19282026-02-01T13:50:59.479Z Compiling schemars v0.8.22
19292026-02-01T13:50:59.904Z Compiling nom v7.1.3
19302026-02-01T13:50:59.940Z Compiling serde_derive_internals v0.29.1
19312026-02-01T13:51:00.061Z Compiling libloading v0.8.5
19322026-02-01T13:51:00.088Z Compiling litemap v0.7.3
19332026-02-01T13:51:00.138Z Compiling writeable v0.5.5
19342026-02-01T13:51:00.398Z Compiling home v0.5.9
19352026-02-01T13:51:00.606Z Compiling bindgen v0.69.5
19362026-02-01T13:51:00.654Z Compiling paste v1.0.15
19372026-02-01T13:51:01.683Z Compiling itertools v0.12.1
19382026-02-01T13:51:01.906Z Compiling serde_derive v1.0.228
19392026-02-01T13:51:02.885Z Compiling zeroize_derive v1.4.2
19402026-02-01T13:51:03.636Z Compiling zerofrom-derive v0.1.4
19412026-02-01T13:51:03.808Z Compiling yoke-derive v0.7.4
19422026-02-01T13:51:03.992Z Compiling zerovec-derive v0.10.3
19432026-02-01T13:51:04.446Z Compiling displaydoc v0.2.5
19442026-02-01T13:51:05.275Z Compiling icu_provider_macros v1.5.0
19452026-02-01T13:51:05.696Z Compiling zeroize v1.8.1
19462026-02-01T13:51:05.782Z Compiling thiserror-impl v2.0.18
19472026-02-01T13:51:06.183Z Compiling zerocopy-derive v0.7.35
19482026-02-01T13:51:06.207Z Compiling tokio-macros v2.6.0
19492026-02-01T13:51:06.207Z Compiling regex v1.11.3
19502026-02-01T13:51:06.421Z Compiling zerofrom v0.1.4
19512026-02-01T13:51:06.499Z Compiling futures-macro v0.3.31
19522026-02-01T13:51:06.752Z Compiling yoke v0.7.4
19532026-02-01T13:51:07.298Z Compiling zerovec v0.10.4
19542026-02-01T13:51:08.319Z Compiling cexpr v0.6.0
19552026-02-01T13:51:08.546Z Compiling schemars_derive v0.8.22
19562026-02-01T13:51:08.688Z Compiling percent-encoding v2.3.2
19572026-02-01T13:51:08.733Z Compiling byteorder v1.5.0
19582026-02-01T13:51:08.934Z Compiling bitflags v2.9.4
19592026-02-01T13:51:09.040Z Compiling bytes v1.10.1
19602026-02-01T13:51:09.386Z Compiling tinystr v0.7.6
19612026-02-01T13:51:09.654Z Compiling allocator-api2 v0.2.21
19622026-02-01T13:51:09.835Z Compiling icu_locid v1.5.0
19632026-02-01T13:51:10.187Z Compiling rustc-hash v1.1.0
19642026-02-01T13:51:10.242Z Compiling lazycell v1.3.0
19652026-02-01T13:51:10.541Z Compiling cmake v0.1.51
19662026-02-01T13:51:10.819Z Compiling icu_locid_transform_data v1.5.0
19672026-02-01T13:51:10.882Z Compiling fs_extra v1.3.0
19682026-02-01T13:51:10.918Z Compiling dunce v1.0.5
19692026-02-01T13:51:10.970Z Compiling equivalent v1.0.2
19702026-02-01T13:51:11.156Z Compiling icu_provider v1.5.0
19712026-02-01T13:51:11.550Z Compiling icu_collections v1.5.0
19722026-02-01T13:51:11.601Z Compiling icu_properties_data v1.5.0
19732026-02-01T13:51:11.760Z Compiling crypto-common v0.1.6
19742026-02-01T13:51:11.964Z Compiling utf8_iter v1.0.4
19752026-02-01T13:51:12.010Z Compiling icu_locid_transform v1.5.0
19762026-02-01T13:51:12.111Z Compiling icu_normalizer_data v1.5.0
19772026-02-01T13:51:12.354Z Compiling pin-project-lite v0.2.14
19782026-02-01T13:51:12.532Z Compiling write16 v1.0.0
19792026-02-01T13:51:12.771Z Compiling which v4.4.2
19802026-02-01T13:51:12.819Z Compiling utf16_iter v1.0.5
19812026-02-01T13:51:13.354Z Compiling der_derive v0.7.3
19822026-02-01T13:51:13.535Z Compiling icu_properties v1.5.1
19832026-02-01T13:51:13.681Z Compiling rustversion v1.0.22
19842026-02-01T13:51:14.055Z Compiling const-oid v0.9.6
19852026-02-01T13:51:15.136Z Compiling ring v0.17.14
19862026-02-01T13:51:16.576Z Compiling form_urlencoded v1.2.2
19872026-02-01T13:51:17.285Z Compiling aws-lc-rs v1.12.4
19882026-02-01T13:51:17.383Z Compiling icu_normalizer v1.5.0
19892026-02-01T13:51:17.413Z Compiling fnv v1.0.7
19902026-02-01T13:51:17.436Z Compiling futures-core v0.3.31
19912026-02-01T13:51:17.585Z Compiling vcpkg v0.2.15
19922026-02-01T13:51:17.929Z Compiling block-buffer v0.10.4
19932026-02-01T13:51:18.423Z Compiling idna_adapter v1.2.0
19942026-02-01T13:51:18.520Z Compiling signal-hook-registry v1.4.2
19952026-02-01T13:51:18.717Z Compiling idna v1.0.3
19962026-02-01T13:51:18.793Z Compiling openssl-sys v0.9.109
19972026-02-01T13:51:18.952Z Compiling zerocopy v0.8.27
19982026-02-01T13:51:19.444Z Compiling url v2.5.4
19992026-02-01T13:51:19.812Z Compiling digest v0.10.7
20002026-02-01T13:51:19.944Z Compiling parking_lot v0.12.3
20012026-02-01T13:51:20.374Z Compiling hashbrown v0.16.1
20022026-02-01T13:51:21.132Z Compiling tracing-attributes v0.1.27
20032026-02-01T13:51:21.866Z Compiling mio v1.0.2
20042026-02-01T13:51:23.005Z Compiling zerocopy-derive v0.8.27
20052026-02-01T13:51:23.186Z Compiling aws-lc-sys v0.26.0
20062026-02-01T13:51:23.276Z Compiling httparse v1.9.5
20072026-02-01T13:51:23.423Z Compiling rustix v1.1.3
20082026-02-01T13:51:23.695Z Compiling indexmap v2.13.0
20092026-02-01T13:51:23.863Z Compiling socket2 v0.6.1
20102026-02-01T13:51:24.326Z Compiling iana-time-zone v0.1.63
20112026-02-01T13:51:24.454Z Compiling foldhash v0.1.5
20122026-02-01T13:51:24.661Z Compiling tokio v1.49.0
20132026-02-01T13:51:24.870Z Compiling hashbrown v0.15.4
20142026-02-01T13:51:24.980Z Compiling chrono v0.4.43
20152026-02-01T13:51:25.481Z Compiling zerocopy v0.7.35
20162026-02-01T13:51:25.817Z Compiling num-conv v0.1.0
20172026-02-01T13:51:26.045Z Compiling time-core v0.1.6
20182026-02-01T13:51:26.132Z Compiling futures-sink v0.3.31
20192026-02-01T13:51:26.377Z Compiling time-macros v0.2.24
20202026-02-01T13:51:26.430Z Compiling futures-channel v0.3.31
20212026-02-01T13:51:26.711Z Compiling uuid v1.19.0
20222026-02-01T13:51:27.109Z Compiling pin-utils v0.1.0
20232026-02-01T13:51:27.274Z Compiling futures-io v0.3.31
20242026-02-01T13:51:27.622Z Compiling openssl v0.10.73
20252026-02-01T13:51:27.659Z Compiling futures-task v0.3.31
20262026-02-01T13:51:28.029Z Compiling futures-util v0.3.31
20272026-02-01T13:51:28.925Z Compiling cpufeatures v0.2.14
20282026-02-01T13:51:29.384Z Compiling ppv-lite86 v0.2.20
20292026-02-01T13:51:29.557Z Compiling openssl-macros v0.1.1
20302026-02-01T13:51:30.216Z Compiling rustc_version v0.4.1
20312026-02-01T13:51:30.479Z Compiling ucd-trie v0.1.7
20322026-02-01T13:51:30.835Z Compiling rustls v0.23.19
20332026-02-01T13:51:30.948Z Compiling native-tls v0.2.12
20342026-02-01T13:51:31.210Z Compiling strsim v0.11.1
20352026-02-01T13:51:31.358Z Compiling pest v2.8.2
20362026-02-01T13:51:31.406Z Compiling hmac v0.12.1
20372026-02-01T13:51:31.537Z Compiling serde_tokenstream v0.2.2
20382026-02-01T13:51:31.817Z Compiling dyn-clone v1.0.20
20392026-02-01T13:51:32.314Z Compiling block-padding v0.3.3
20402026-02-01T13:51:32.694Z Compiling bzip2-sys v0.1.13+1.0.8
20412026-02-01T13:51:32.739Z Compiling cookie v0.18.1
20422026-02-01T13:51:33.072Z Compiling ident_case v1.0.1
20432026-02-01T13:51:33.201Z Compiling thiserror v1.0.69
20442026-02-01T13:51:33.719Z Compiling inout v0.1.3
20452026-02-01T13:51:33.980Z Compiling pest_meta v2.8.2
20462026-02-01T13:51:34.235Z Compiling http v1.4.0
20472026-02-01T13:51:35.231Z Compiling pest_generator v2.8.2
20482026-02-01T13:51:35.504Z Compiling base64 v0.22.1
20492026-02-01T13:51:36.401Z Compiling syn v1.0.109
20502026-02-01T13:51:37.034Z Compiling pest_derive v2.8.2
20512026-02-01T13:51:37.927Z Compiling cipher v0.4.4
20522026-02-01T13:51:38.023Z Compiling sha2 v0.10.9
20532026-02-01T13:51:38.451Z Compiling slog v2.8.2
20542026-02-01T13:51:40.756Z Compiling scroll_derive v0.13.1
20552026-02-01T13:51:40.925Z Compiling thiserror-impl v1.0.69
20562026-02-01T13:51:41.685Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20572026-02-01T13:51:42.383Z Compiling crossbeam-utils v0.8.21
20582026-02-01T13:51:42.861Z Compiling base64ct v1.6.0
20592026-02-01T13:51:43.022Z Compiling rustls-pki-types v1.10.0
20602026-02-01T13:51:43.405Z Compiling pem-rfc7468 v0.7.0
20612026-02-01T13:51:44.762Z Compiling litrs v0.4.1
20622026-02-01T13:51:44.953Z Compiling flagset v0.4.6
20632026-02-01T13:51:45.181Z Compiling der v0.7.10
20642026-02-01T13:51:45.613Z Compiling document-features v0.2.11
20652026-02-01T13:51:47.885Z Compiling tokio-util v0.7.15
20662026-02-01T13:51:48.105Z Compiling rand_core v0.9.3
20672026-02-01T13:51:48.288Z Compiling tracing-core v0.1.32
20682026-02-01T13:51:48.508Z Compiling untrusted v0.9.0
20692026-02-01T13:51:49.040Z Compiling powerfmt v0.2.0
20702026-02-01T13:51:49.413Z Compiling camino v1.2.2
20712026-02-01T13:51:49.583Z Compiling plain v0.2.3
20722026-02-01T13:51:49.806Z Compiling untrusted v0.7.1
20732026-02-01T13:51:50.101Z Compiling deranged v0.5.3
20742026-02-01T13:51:50.468Z Compiling tracing v0.1.40
20752026-02-01T13:51:52.096Z Compiling spki v0.7.3
20762026-02-01T13:51:52.412Z Compiling salsa20 v0.10.2
20772026-02-01T13:51:52.518Z Compiling http-body v1.0.1
20782026-02-01T13:51:52.656Z Compiling pbkdf2 v0.12.2
20792026-02-01T13:51:53.004Z Compiling num-bigint-dig v0.8.6
20802026-02-01T13:51:53.265Z Compiling num_threads v0.1.7
20812026-02-01T13:51:53.420Z Compiling atomic-waker v1.1.2
20822026-02-01T13:51:53.642Z Compiling time v0.3.43
20832026-02-01T13:51:53.725Z Compiling scrypt v0.11.0
20842026-02-01T13:51:54.481Z Compiling rand_chacha v0.9.0
20852026-02-01T13:51:54.906Z Compiling aes v0.8.4
20862026-02-01T13:51:54.978Z Compiling cbc v0.1.2
20872026-02-01T13:51:56.016Z Compiling ahash v0.8.12
20882026-02-01T13:51:56.064Z Compiling zstd-safe v7.2.3
20892026-02-01T13:51:56.342Z Compiling try-lock v0.2.5
20902026-02-01T13:51:56.389Z Compiling anyhow v1.0.99
20912026-02-01T13:51:56.429Z Compiling tower-service v0.3.3
20922026-02-01T13:51:56.577Z Compiling pretty-hex v0.4.1
20932026-02-01T13:51:56.681Z Compiling usdt-impl v0.6.0
20942026-02-01T13:51:56.853Z Compiling tower-layer v0.3.3
20952026-02-01T13:51:57.065Z Compiling want v0.3.1
20962026-02-01T13:51:57.434Z Compiling pkcs5 v0.7.1
20972026-02-01T13:51:58.847Z Compiling rand v0.9.2
20982026-02-01T13:51:59.245Z Compiling h2 v0.4.6
20992026-02-01T13:52:01.296Z Compiling scroll v0.13.0
21002026-02-01T13:52:01.721Z Compiling heapless v0.7.17
21012026-02-01T13:52:02.027Z Compiling ipnet v2.11.0
21022026-02-01T13:52:02.276Z Compiling scroll_derive v0.12.0
21032026-02-01T13:52:02.399Z Compiling async-trait v0.1.89
21042026-02-01T13:52:02.942Z Compiling clap_derive v4.5.47
21052026-02-01T13:52:03.001Z Compiling daft-derive v0.1.4
21062026-02-01T13:52:03.503Z Compiling adler2 v2.0.0
21072026-02-01T13:52:03.751Z Compiling foreign-types-shared v0.1.1
21082026-02-01T13:52:03.938Z Compiling fastrand v2.1.1
21092026-02-01T13:52:04.235Z Compiling openssl-probe v0.1.5
21102026-02-01T13:52:04.479Z Compiling signal-hook v0.3.18
21112026-02-01T13:52:04.511Z Compiling httpdate v1.0.3
21122026-02-01T13:52:04.635Z Compiling tempfile v3.24.0
21132026-02-01T13:52:04.824Z Compiling foreign-types v0.3.2
21142026-02-01T13:52:04.854Z Compiling miniz_oxide v0.8.5
21152026-02-01T13:52:05.409Z Compiling goblin v0.10.2
21162026-02-01T13:52:06.380Z Compiling pkcs8 v0.10.2
21172026-02-01T13:52:07.087Z Compiling hyper v1.8.1
21182026-02-01T13:52:08.083Z Compiling darling_core v0.20.10
21192026-02-01T13:52:14.189Z Compiling tinyvec_macros v0.1.1
21202026-02-01T13:52:14.347Z Compiling tinyvec v1.8.0
21212026-02-01T13:52:14.754Z Compiling darling_macro v0.20.10
21222026-02-01T13:52:15.644Z Compiling dof v0.4.0
21232026-02-01T13:52:16.218Z Compiling hyper-util v0.1.19
21242026-02-01T13:52:19.599Z Compiling dtrace-parser v0.3.0
21252026-02-01T13:52:19.858Z Compiling darling_core v0.21.0
21262026-02-01T13:52:21.030Z Compiling curve25519-dalek v4.1.3
21272026-02-01T13:52:21.416Z Compiling strum_macros v0.26.4
21282026-02-01T13:52:21.541Z Compiling hex v0.4.3
21292026-02-01T13:52:22.247Z Compiling thread-id v5.0.0
21302026-02-01T13:52:22.422Z Compiling memoffset v0.9.1
21312026-02-01T13:52:23.198Z Compiling utf8parse v0.2.2
21322026-02-01T13:52:23.426Z Compiling anstyle v1.0.11
21332026-02-01T13:52:24.247Z Compiling ref-cast v1.0.25
21342026-02-01T13:52:24.814Z Compiling smoltcp v0.9.1
21352026-02-01T13:52:24.894Z Compiling ryu v1.0.18
21362026-02-01T13:52:25.162Z Compiling darling_macro v0.21.0
21372026-02-01T13:52:26.066Z Compiling anstyle-parse v0.2.5
21382026-02-01T13:52:28.926Z Compiling darling v0.20.10
21392026-02-01T13:52:29.168Z Compiling http-body-util v0.1.3
21402026-02-01T13:52:30.981Z Compiling sync_wrapper v1.0.1
21412026-02-01T13:52:31.018Z Compiling erased-serde v0.3.31
21422026-02-01T13:52:31.166Z Compiling serde_spanned v0.6.9
21432026-02-01T13:52:31.420Z Compiling toml_datetime v0.6.11
21442026-02-01T13:52:32.285Z Compiling wait-timeout v0.2.0
21452026-02-01T13:52:32.496Z Compiling encoding_rs v0.8.34
21462026-02-01T13:52:32.724Z Compiling buf-list v1.0.3
21472026-02-01T13:52:33.229Z Compiling colorchoice v1.0.2
21482026-02-01T13:52:33.431Z Compiling is_terminal_polyfill v1.70.1
21492026-02-01T13:52:33.599Z Compiling anstyle-query v1.1.1
21502026-02-01T13:52:33.643Z Compiling gimli v0.31.1
21512026-02-01T13:52:34.227Z Compiling quick-error v1.2.3
21522026-02-01T13:52:34.415Z Compiling mime v0.3.17
21532026-02-01T13:52:34.472Z Compiling bit-vec v0.8.0
21542026-02-01T13:52:35.393Z Compiling cfg_aliases v0.2.1
21552026-02-01T13:52:35.542Z Compiling psl-types v2.0.11
21562026-02-01T13:52:35.599Z Compiling nix v0.29.0
21572026-02-01T13:52:35.834Z Compiling publicsuffix v2.3.0
21582026-02-01T13:52:36.757Z Compiling bit-set v0.8.0
21592026-02-01T13:52:37.195Z Compiling rusty-fork v0.3.0
21602026-02-01T13:52:37.724Z Compiling addr2line v0.24.2
21612026-02-01T13:52:37.859Z Compiling anstream v0.6.18
21622026-02-01T13:52:38.873Z Compiling serde_urlencoded v0.7.1
21632026-02-01T13:52:40.706Z Compiling tower v0.5.2
21642026-02-01T13:52:41.656Z Compiling derive_builder_core v0.20.2
21652026-02-01T13:52:41.987Z Compiling tokio-native-tls v0.3.1
21662026-02-01T13:52:42.339Z Compiling darling v0.21.0
21672026-02-01T13:52:42.481Z Compiling unicode-normalization v0.1.24
21682026-02-01T13:52:43.525Z Compiling rustls-native-certs v0.8.1
21692026-02-01T13:52:43.604Z Compiling hubpack_derive v0.1.1
21702026-02-01T13:52:43.654Z Compiling rand_xorshift v0.4.0
21712026-02-01T13:52:44.004Z Compiling webpki-roots v1.0.1
21722026-02-01T13:52:44.341Z Compiling ipnetwork v0.21.1
21732026-02-01T13:52:45.009Z Compiling openapiv3 v2.2.0
21742026-02-01T13:52:45.373Z Compiling signature v2.2.0
21752026-02-01T13:52:45.636Z Compiling strum_macros v0.27.2
21762026-02-01T13:52:47.123Z Compiling ref-cast-impl v1.0.25
21772026-02-01T13:52:47.678Z Compiling curve25519-dalek-derive v0.1.1
21782026-02-01T13:52:48.216Z Compiling object v0.36.5
21792026-02-01T13:52:48.609Z Compiling fs-err v3.1.1
21802026-02-01T13:52:48.709Z Compiling usdt-impl v0.5.0
21812026-02-01T13:52:48.927Z Compiling crc32fast v1.4.2
21822026-02-01T13:52:49.146Z Compiling unicode-properties v0.1.3
21832026-02-01T13:52:49.531Z Compiling siphasher v0.3.11
21842026-02-01T13:52:49.565Z Compiling iri-string v0.7.8
21852026-02-01T13:52:49.590Z Compiling rustc-demangle v0.1.24
21862026-02-01T13:52:49.972Z Compiling zlib-rs v0.5.1
21872026-02-01T13:52:50.373Z Compiling unarray v0.1.4
21882026-02-01T13:52:50.413Z Compiling unicode-bidi v0.3.17
21892026-02-01T13:52:51.494Z Compiling stringprep v0.1.5
21902026-02-01T13:52:52.992Z Compiling tower-http v0.6.6
21912026-02-01T13:52:54.170Z Compiling backtrace v0.3.74
21922026-02-01T13:52:54.623Z Compiling libz-rs-sys v0.5.1
21932026-02-01T13:52:54.855Z Compiling proptest v1.7.0
21942026-02-01T13:52:55.040Z Compiling phf_shared v0.11.2
21952026-02-01T13:52:56.016Z Compiling oxnet v0.1.4
21962026-02-01T13:52:56.195Z Compiling derive_builder_macro v0.20.2
21972026-02-01T13:52:56.688Z Compiling serde_with_macros v3.16.1
21982026-02-01T13:52:57.233Z Compiling hyper-tls v0.6.0
21992026-02-01T13:52:57.847Z Compiling cookie_store v0.21.1
22002026-02-01T13:52:58.982Z Compiling rustls-webpki v0.102.8
22012026-02-01T13:52:59.142Z Compiling usdt-attr-macro v0.6.0
22022026-02-01T13:52:59.684Z Compiling usdt-macro v0.6.0
22032026-02-01T13:53:00.829Z Compiling scroll v0.12.0
22042026-02-01T13:53:01.306Z Compiling terminal_size v0.4.0
22052026-02-01T13:53:01.717Z Compiling rand_chacha v0.3.1
22062026-02-01T13:53:02.367Z Compiling md-5 v0.10.6
22072026-02-01T13:53:02.644Z Compiling num-integer v0.1.46
22082026-02-01T13:53:02.717Z Compiling vergen-lib v0.1.6
22092026-02-01T13:53:02.907Z Compiling hash32 v0.2.1
22102026-02-01T13:53:03.052Z Compiling ff v0.13.0
22112026-02-01T13:53:03.287Z Compiling clap_lex v0.7.4
22122026-02-01T13:53:03.494Z Compiling fallible-iterator v0.2.0
22132026-02-01T13:53:03.796Z Compiling winnow v0.7.14
22142026-02-01T13:53:04.244Z Compiling base16ct v0.2.0
22152026-02-01T13:53:04.665Z Compiling sec1 v0.7.3
22162026-02-01T13:53:05.324Z Compiling clap_builder v4.5.48
22172026-02-01T13:53:07.640Z Compiling tokio-rustls v0.26.0
22182026-02-01T13:53:07.721Z Compiling postgres-protocol v0.6.8
22192026-02-01T13:53:08.742Z Compiling group v0.13.0
22202026-02-01T13:53:09.084Z Compiling num-iter v0.1.45
22212026-02-01T13:53:09.354Z Compiling rand v0.8.5
22222026-02-01T13:53:13.696Z Compiling goblin v0.8.2
22232026-02-01T13:53:13.884Z Compiling newtype-uuid v1.3.2
22242026-02-01T13:53:14.463Z Compiling derive_builder v0.20.2
22252026-02-01T13:53:14.557Z Compiling flate2 v1.1.2
22262026-02-01T13:53:15.920Z Compiling hkdf v0.12.4
22272026-02-01T13:53:15.959Z Compiling regress v0.10.4
22282026-02-01T13:53:16.184Z Compiling vergen v9.0.6
22292026-02-01T13:53:16.544Z Compiling crypto-bigint v0.5.5
22302026-02-01T13:53:16.598Z Compiling cargo-platform v0.1.8
22312026-02-01T13:53:17.199Z Compiling enum-as-inner v0.6.1
22322026-02-01T13:53:18.251Z Compiling serde_repr v0.1.19
22332026-02-01T13:53:19.819Z Compiling hyper-rustls v0.27.7
22342026-02-01T13:53:20.252Z Compiling bitflags v1.3.2
22352026-02-01T13:53:20.390Z Compiling reqwest v0.12.24
22362026-02-01T13:53:20.453Z Compiling bumpalo v3.16.0
22372026-02-01T13:53:20.868Z Compiling unicode-segmentation v1.12.0
22382026-02-01T13:53:21.667Z Compiling winnow v0.5.40
22392026-02-01T13:53:22.031Z Compiling lockfree-object-pool v0.1.6
22402026-02-01T13:53:22.406Z Compiling managed v0.8.0
22412026-02-01T13:53:22.909Z Compiling simd-adler32 v0.3.7
22422026-02-01T13:53:23.456Z Compiling zopfli v0.8.1
22432026-02-01T13:53:24.686Z Compiling toml_edit v0.19.15
22442026-02-01T13:53:26.599Z Compiling typify-impl v0.4.3
22452026-02-01T13:53:26.682Z Compiling elliptic-curve v0.13.8
22462026-02-01T13:53:27.399Z Compiling dof v0.3.0
22472026-02-01T13:53:27.438Z Compiling cargo_metadata v0.19.2
22482026-02-01T13:53:30.541Z Compiling zstd v0.13.3
22492026-02-01T13:53:30.766Z Compiling daft v0.1.4
22502026-02-01T13:53:31.032Z Compiling signal-hook-mio v0.2.4
22512026-02-01T13:53:31.335Z Compiling clap v4.5.48
22522026-02-01T13:53:31.573Z Compiling postgres-types v0.2.9
22532026-02-01T13:53:31.703Z Compiling dtrace-parser v0.2.0
22542026-02-01T13:53:32.553Z Compiling phf v0.11.2
22552026-02-01T13:53:32.588Z Compiling strum v0.27.2
22562026-02-01T13:53:32.868Z Compiling ed25519 v2.2.3
22572026-02-01T13:53:32.893Z Compiling hubpack v0.1.2
22582026-02-01T13:53:32.974Z Compiling bzip2 v0.4.4
22592026-02-01T13:53:33.025Z Compiling bzip2 v0.5.2
22602026-02-01T13:53:33.348Z Compiling pkcs1 v0.7.5
22612026-02-01T13:53:33.617Z Compiling rfc6979 v0.4.0
22622026-02-01T13:53:33.655Z Compiling float-cmp v0.10.0
22632026-02-01T13:53:33.916Z Compiling serde-big-array v0.5.1
22642026-02-01T13:53:34.075Z Compiling bstr v1.10.0
22652026-02-01T13:53:34.222Z Compiling structmeta-derive v0.3.0
22662026-02-01T13:53:34.380Z Compiling env_filter v0.1.2
22672026-02-01T13:53:34.542Z Compiling memmap2 v0.9.8
22682026-02-01T13:53:34.905Z Compiling thread-id v4.2.2
22692026-02-01T13:53:34.945Z Compiling socket2 v0.5.10
22702026-02-01T13:53:35.198Z Compiling toml_write v0.1.2
22712026-02-01T13:53:35.433Z Compiling predicates-core v1.0.8
22722026-02-01T13:53:35.765Z Compiling rustc-hash v2.1.1
22732026-02-01T13:53:35.826Z Compiling difflib v0.4.0
22742026-02-01T13:53:36.041Z Compiling jiff v0.2.15
22752026-02-01T13:53:36.092Z Compiling radium v0.7.0
22762026-02-01T13:53:36.843Z Compiling precomputed-hash v0.1.1
22772026-02-01T13:53:37.027Z Compiling normalize-line-endings v0.3.0
22782026-02-01T13:53:37.185Z Compiling foldhash v0.2.0
22792026-02-01T13:53:37.580Z Compiling fixedbitset v0.5.7
22802026-02-01T13:53:38.177Z Compiling whoami v1.5.2
22812026-02-01T13:53:38.312Z Compiling data-encoding v2.9.0
22822026-02-01T13:53:38.693Z Compiling fixedbitset v0.4.2
22832026-02-01T13:53:39.116Z Compiling keccak v0.1.5
22842026-02-01T13:53:39.393Z Compiling new_debug_unreachable v1.0.6
22852026-02-01T13:53:39.491Z Compiling static_assertions v1.1.0
22862026-02-01T13:53:39.530Z Compiling string_cache v0.8.9
22872026-02-01T13:53:39.616Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22882026-02-01T13:53:40.254Z Compiling sha3 v0.10.8
22892026-02-01T13:53:40.738Z Compiling petgraph v0.6.5
22902026-02-01T13:53:44.148Z Compiling zip v4.2.0
22912026-02-01T13:53:44.480Z Compiling hickory-proto v0.25.2
22922026-02-01T13:53:44.507Z Compiling toml_edit v0.22.27
22932026-02-01T13:53:45.014Z Compiling tokio-postgres v0.7.13
22942026-02-01T13:53:48.950Z Compiling petgraph v0.8.2
22952026-02-01T13:53:49.468Z Compiling iddqd v0.3.16
22962026-02-01T13:53:49.800Z Compiling predicates v3.1.3
22972026-02-01T13:53:51.169Z Compiling structmeta v0.3.0
22982026-02-01T13:53:52.328Z Compiling similar v2.7.0
22992026-02-01T13:53:52.982Z Compiling usdt v0.6.0
23002026-02-01T13:53:53.019Z Compiling env_logger v0.11.8
23012026-02-01T13:53:53.387Z Compiling typify-macro v0.4.3
23022026-02-01T13:53:53.755Z Compiling serde_with v3.16.1
23032026-02-01T13:53:53.918Z Compiling ecdsa v0.16.9
23042026-02-01T13:53:54.171Z Compiling rsa v0.9.8
23052026-02-01T13:53:55.969Z Compiling zip v0.6.6
23062026-02-01T13:53:56.395Z Compiling ed25519-dalek v2.1.1
23072026-02-01T13:53:57.278Z Compiling crossterm v0.28.1
23082026-02-01T13:53:57.819Z Compiling crossbeam-epoch v0.9.18
23092026-02-01T13:53:57.938Z Compiling toml v0.7.8
23102026-02-01T13:53:58.046Z Compiling heck v0.4.1
23112026-02-01T13:53:58.265Z Compiling strum v0.26.3
23122026-02-01T13:53:58.615Z Compiling tokio-stream v0.1.17
23132026-02-01T13:53:59.094Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23142026-02-01T13:53:59.398Z Compiling x509-cert v0.2.5
23152026-02-01T13:53:59.664Z Compiling sha1 v0.10.6
23162026-02-01T13:53:59.835Z Compiling itertools v0.13.0
23172026-02-01T13:54:00.084Z Compiling itertools v0.10.5
23182026-02-01T13:54:01.441Z Compiling winnow v0.6.26
23192026-02-01T13:54:02.328Z Compiling lalrpop-util v0.19.12
23202026-02-01T13:54:02.839Z Compiling maybe-uninit v2.0.0
23212026-02-01T13:54:02.927Z Compiling tap v1.0.1
23222026-02-01T13:54:03.131Z Compiling peg-runtime v0.8.5
23232026-02-01T13:54:03.421Z Compiling wyz v0.5.1
23242026-02-01T13:54:04.571Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23252026-02-01T13:54:09.239Z Compiling packed_struct v0.10.1
23262026-02-01T13:54:09.384Z Compiling funty v2.0.0
23272026-02-01T13:54:11.723Z Compiling bitvec v1.0.1
23282026-02-01T13:54:15.438Z Compiling packed_struct_codegen v0.10.1
23292026-02-01T13:54:15.844Z Compiling futures-executor v0.3.31
23302026-02-01T13:54:16.481Z Compiling zerocopy-derive v0.6.6
23312026-02-01T13:54:16.675Z Compiling bitfield-macros v0.19.2
23322026-02-01T13:54:17.188Z Compiling indexmap v1.9.3
23332026-02-01T13:54:17.240Z Compiling nodrop v0.1.14
23342026-02-01T13:54:17.404Z Compiling typeid v1.0.3
23352026-02-01T13:54:18.215Z Compiling crc-catalog v2.4.0
23362026-02-01T13:54:18.503Z Compiling crc v3.2.1
23372026-02-01T13:54:19.788Z Compiling bitfield v0.19.2
23382026-02-01T13:54:19.991Z Compiling zerocopy v0.6.6
23392026-02-01T13:54:20.310Z Compiling array-init v0.0.4
23402026-02-01T13:54:21.538Z Compiling futures v0.3.31
23412026-02-01T13:54:22.304Z Compiling smallvec v0.6.14
23422026-02-01T13:54:23.393Z Compiling typify v0.4.3
23432026-02-01T13:54:23.561Z Compiling derive-ex v0.1.8
23442026-02-01T13:54:24.573Z Compiling hashbrown v0.12.3
23452026-02-01T13:54:25.326Z Compiling base64 v0.21.7
23462026-02-01T13:54:25.469Z Compiling rustls v0.22.4
23472026-02-01T13:54:25.754Z Compiling unsafe-libyaml v0.2.11
23482026-02-01T13:54:26.210Z Compiling ron v0.8.1
23492026-02-01T13:54:26.292Z Compiling test-strategy v0.4.3
23502026-02-01T13:54:26.998Z Compiling serde_yaml v0.9.34+deprecated
23512026-02-01T13:54:30.593Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23522026-02-01T13:54:30.731Z Compiling progenitor-impl v0.11.2
23532026-02-01T13:54:31.112Z Compiling serde-hex v0.1.0
23542026-02-01T13:54:32.466Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23552026-02-01T13:54:35.206Z Compiling toml v0.8.23
23562026-02-01T13:54:36.315Z Compiling hashbrown v0.13.2
23572026-02-01T13:54:39.570Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23582026-02-01T13:54:39.648Z Compiling xattr v1.3.1
23592026-02-01T13:54:40.028Z Compiling pin-project-internal v1.1.6
23602026-02-01T13:54:40.424Z Compiling thread_local v1.1.8
23612026-02-01T13:54:41.069Z Compiling filetime v0.2.26
23622026-02-01T13:54:41.390Z Compiling multer v3.1.0
23632026-02-01T13:54:43.101Z Compiling same-file v1.0.6
23642026-02-01T13:54:43.209Z Compiling crc-any v2.5.0
23652026-02-01T13:54:43.388Z Compiling rayon-core v1.12.1
23662026-02-01T13:54:44.830Z Compiling slog-async v2.8.0
23672026-02-01T13:54:45.221Z Compiling match_cfg v0.1.0
23682026-02-01T13:54:45.339Z Compiling hostname v0.3.1
23692026-02-01T13:54:49.136Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23702026-02-01T13:54:49.442Z Compiling walkdir v2.5.0
23712026-02-01T13:54:50.691Z Compiling pin-project v1.1.6
23722026-02-01T13:54:50.939Z Compiling tar v0.4.44
23732026-02-01T13:54:55.411Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23742026-02-01T13:54:57.199Z Compiling object v0.30.4
23752026-02-01T13:54:57.237Z Compiling progenitor-macro v0.11.2
23762026-02-01T13:54:58.056Z Compiling erased-serde v0.4.6
23772026-02-01T13:54:58.586Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23782026-02-01T13:55:05.503Z Compiling progenitor-client v0.11.2
23792026-02-01T13:55:05.595Z Compiling toml_parser v1.0.6+spec-1.1.0
23802026-02-01T13:55:05.621Z Compiling crossbeam-channel v0.5.15
23812026-02-01T13:55:06.344Z Compiling slog-json v2.6.1
23822026-02-01T13:55:06.814Z Compiling snafu-derive v0.8.5
23832026-02-01T13:55:06.860Z Compiling async-stream-impl v0.3.6
23842026-02-01T13:55:07.814Z Compiling ordered-float v2.10.1
23852026-02-01T13:55:07.845Z Compiling toml_datetime v0.7.5+spec-1.1.0
23862026-02-01T13:55:08.110Z Compiling serde_spanned v1.0.4
23872026-02-01T13:55:08.359Z Compiling serde_path_to_error v0.1.20
23882026-02-01T13:55:08.582Z Compiling is-terminal v0.4.13
23892026-02-01T13:55:08.734Z Compiling fs-err v2.11.0
23902026-02-01T13:55:08.827Z Compiling dropshot v0.16.7
23912026-02-01T13:55:09.023Z Compiling term v1.1.0
23922026-02-01T13:55:09.117Z Compiling toml_writer v1.0.6+spec-1.1.0
23932026-02-01T13:55:09.215Z Compiling path-slash v0.1.5
23942026-02-01T13:55:09.459Z Compiling debug-ignore v1.0.5
23952026-02-01T13:55:09.603Z Compiling take_mut v0.2.2
23962026-02-01T13:55:10.046Z Compiling unicode-width v0.1.14
23972026-02-01T13:55:10.099Z Compiling snafu v0.8.5
23982026-02-01T13:55:10.580Z Compiling tabwriter v1.4.0
23992026-02-01T13:55:11.093Z Compiling slog-term v2.9.2
24002026-02-01T13:55:11.233Z Compiling toml v0.9.11+spec-1.1.0
24012026-02-01T13:55:12.266Z Compiling serde-value v0.7.0
24022026-02-01T13:55:12.479Z Compiling async-stream v0.3.6
24032026-02-01T13:55:12.818Z Compiling slog-bunyan v2.5.0
24042026-02-01T13:55:12.966Z Compiling progenitor v0.11.2
24052026-02-01T13:55:13.098Z Compiling tokio-rustls v0.25.0
24062026-02-01T13:55:13.189Z Compiling serde-untagged v0.1.7
24072026-02-01T13:55:13.496Z Compiling globset v0.4.15
24082026-02-01T13:55:13.529Z Compiling crossbeam-deque v0.8.5
24092026-02-01T13:55:13.557Z Compiling camino-tempfile v1.4.1
24102026-02-01T13:55:13.822Z Compiling parse-display-derive v0.10.0
24112026-02-01T13:55:13.913Z Compiling olpc-cjson v0.1.4
24122026-02-01T13:55:14.230Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
24132026-02-01T13:55:14.253Z Compiling waitgroup v0.1.2
24142026-02-01T13:55:14.533Z Compiling rustls-pemfile v2.2.0
24152026-02-01T13:55:14.983Z Compiling pem v3.0.5
24162026-02-01T13:55:15.342Z Compiling newtype-uuid-macros v0.1.0
24172026-02-01T13:55:16.174Z Compiling dropshot_endpoint v0.16.7
24182026-02-01T13:55:16.296Z Compiling serde_plain v1.0.2
24192026-02-01T13:55:16.473Z Compiling async-recursion v1.1.1
24202026-02-01T13:55:16.580Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24212026-02-01T13:55:16.770Z Compiling blake3 v1.5.4
24222026-02-01T13:55:17.147Z Compiling hostname v0.4.2
24232026-02-01T13:55:17.275Z Compiling instant v0.1.13
24242026-02-01T13:55:17.406Z Compiling half v2.4.1
24252026-02-01T13:55:17.457Z Compiling colored v3.0.0
24262026-02-01T13:55:17.531Z Compiling typed-path v0.9.3
24272026-02-01T13:55:17.988Z Compiling unicode-xid v0.2.6
24282026-02-01T13:55:18.210Z Compiling ciborium-io v0.2.2
24292026-02-01T13:55:18.366Z Compiling ciborium-ll v0.2.2
24302026-02-01T13:55:18.393Z Compiling cargo-util-schemas v0.8.2
24312026-02-01T13:55:18.574Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
24322026-02-01T13:55:18.815Z Compiling backoff v0.4.0
24332026-02-01T13:55:19.196Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24342026-02-01T13:55:19.451Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24352026-02-01T13:55:19.582Z Compiling parse-display v0.10.0
24362026-02-01T13:55:21.110Z Compiling tough v0.20.0
24372026-02-01T13:55:22.799Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24382026-02-01T13:55:23.160Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24392026-02-01T13:55:23.398Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24402026-02-01T13:55:23.566Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24412026-02-01T13:55:23.856Z Compiling itertools v0.14.0
24422026-02-01T13:55:25.344Z Compiling progenitor-client v0.10.0
24432026-02-01T13:55:26.153Z Compiling macaddr v1.0.1
24442026-02-01T13:55:26.631Z Compiling cargo-platform v0.2.0
24452026-02-01T13:55:26.796Z Compiling arrayvec v0.7.6
24462026-02-01T13:55:27.255Z Compiling constant_time_eq v0.3.1
24472026-02-01T13:55:27.452Z Compiling indent_write v2.2.0
24482026-02-01T13:55:27.608Z Compiling arrayref v0.3.9
24492026-02-01T13:55:27.702Z Compiling parse-size v1.1.0
24502026-02-01T13:55:28.005Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24512026-02-01T13:55:28.623Z Compiling cargo_metadata v0.21.0
24522026-02-01T13:55:29.274Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24532026-02-01T13:55:29.667Z Compiling ciborium v0.2.2
24542026-02-01T13:55:31.242Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24552026-02-01T13:55:34.612Z Compiling topological-sort v0.2.2
24562026-02-01T13:55:34.883Z Compiling display-error-chain v0.2.2
24572026-02-01T13:55:35.114Z Compiling omicron-zone-package v0.12.2
24582026-02-01T13:55:35.152Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24592026-02-01T13:55:37.280Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24602026-02-01T13:55:40.515Z Compiling shell-words v1.1.0
24612026-02-01T13:55:42.418Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24622026-02-01T13:55:58.028Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24632026-02-01T13:56:17.196Z Finished `release` profile [optimized] target(s) in 5m 29s
24642026-02-01T13:56:17.354Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24652026-02-01T13:56:17.435ZFeb 01 13:56:16.789 DEBG changing working directory to /work/oxidecomputer/omicron
24662026-02-01T13:56:17.610ZFeb 01 13:56:16.965 DEBG running: git rev-parse HEAD
24672026-02-01T13:56:17.635ZFeb 01 13:56:16.969 DEBG process exited with exit status: 0 (4.755486ms)
24682026-02-01T13:56:17.635ZFeb 01 13:56:16.970 INFO version: 18.0.0-0.ci+git980086d2f41
24692026-02-01T13:56:17.671ZFeb 01 13:56:17.026 INFO cloning helios to /work/oxidecomputer/helios
24702026-02-01T13:56:17.671ZFeb 01 13:56:17.026 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24712026-02-01T13:56:17.697ZCloning into '/work/oxidecomputer/helios'...
24722026-02-01T13:56:18.555ZFeb 01 13:56:17.910 DEBG process exited with exit status: 0 (883.735308ms)
24732026-02-01T13:56:18.555ZFeb 01 13:56:17.910 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24742026-02-01T13:56:18.579ZFeb 01 13:56:17.914 DEBG process exited with exit status: 0 (4.447366ms)
24752026-02-01T13:56:18.579ZFeb 01 13:56:17.914 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24762026-02-01T13:56:20.133ZFeb 01 13:56:19.487 DEBG process exited with exit status: 0 (1.572969406s)
24772026-02-01T13:56:20.133ZFeb 01 13:56:19.487 DEBG running: zfs list rpool/images/build/host
24782026-02-01T13:56:20.159ZNAME USED AVAIL REFER MOUNTPOINT
24792026-02-01T13:56:20.159Zrpool/images/build/host 96K 150G 96K /rpool/images/build/host
24802026-02-01T13:56:20.159ZFeb 01 13:56:19.495 DEBG process exited with exit status: 0 (7.140674ms)
24812026-02-01T13:56:20.159ZFeb 01 13:56:19.495 DEBG running: zfs list rpool/images/build/recovery
24822026-02-01T13:56:20.159ZNAME USED AVAIL REFER MOUNTPOINT
24832026-02-01T13:56:20.159Zrpool/images/build/recovery 96K 150G 96K /rpool/images/build/recovery
24842026-02-01T13:56:20.159ZFeb 01 13:56:19.500 DEBG process exited with exit status: 0 (5.840813ms)
24852026-02-01T13:56:20.159ZFeb 01 13:56:19.502 INFO [hubris-production] running task
24862026-02-01T13:56:20.160ZFeb 01 13:56:19.502 INFO [hubris-staging] running task
24872026-02-01T13:56:20.160ZFeb 01 13:56:19.502 INFO [incorp-manifest] running task
24882026-02-01T13:56:20.160ZFeb 01 13:56:19.503 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24892026-02-01T13:56:20.160ZFeb 01 13:56:19.503 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24902026-02-01T13:56:20.160ZFeb 01 13:56:19.504 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24912026-02-01T13:56:20.160ZFeb 01 13:56:19.506 INFO [incorp-create] running: pkgrepo create /work/incorporation
24922026-02-01T13:56:20.254Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24932026-02-01T13:56:20.577ZFeb 01 13:56:19.933 INFO [incorp-create] process exited with exit status: 0 (427.822769ms)
24942026-02-01T13:56:20.601ZFeb 01 13:56:19.933 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24952026-02-01T13:56:21.073Z[ omicron-package] Blocking waiting for file lock on package cache
24962026-02-01T13:56:21.097ZFeb 01 13:56:20.433 INFO [incorp-publisher] process exited with exit status: 0 (499.631048ms)
24972026-02-01T13:56:21.746Z[ omicron-package] Blocking waiting for file lock on package cache
24982026-02-01T13:56:23.217Z[ omicron-package] Compiling ring v0.17.14
24992026-02-01T13:56:23.421Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25002026-02-01T13:56:23.445Z[ omicron-package] Compiling itertools v0.14.0
25012026-02-01T13:56:23.557Z[ omicron-package] Compiling heapless v0.8.0
25022026-02-01T13:56:23.740Z[ omicron-package] Compiling hash32 v0.3.1
25032026-02-01T13:56:23.763Z[ omicron-package] Compiling smoltcp v0.11.0
25042026-02-01T13:56:23.763Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25052026-02-01T13:56:24.166ZFeb 01 13:56:23.521 INFO [hubris-production] task succeeded (4.019434979s)
25062026-02-01T13:56:24.608Z[ omicron-package] Compiling num_enum_derive v0.5.11
25072026-02-01T13:56:25.177Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25082026-02-01T13:56:25.271Z[ omicron-package] Compiling cobs v0.2.3
25092026-02-01T13:56:25.436Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25102026-02-01T13:56:26.439Z[ omicron-package] Compiling postcard v1.0.10
25112026-02-01T13:56:26.718Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25122026-02-01T13:56:26.868Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25132026-02-01T13:56:27.876Z[ omicron-package] Compiling proc-macro-error v1.0.4
25142026-02-01T13:56:28.439Z[ omicron-package] Compiling num_enum v0.5.11
25152026-02-01T13:56:28.570Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25162026-02-01T13:56:28.652Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25172026-02-01T13:56:29.194Z[ omicron-package] Compiling foreign-types v0.5.0
25182026-02-01T13:56:29.222Z[ omicron-package] Compiling ingot-macros v0.1.1
25192026-02-01T13:56:30.167Z[ omicron-package] Compiling rustls v0.23.19
25202026-02-01T13:56:30.468Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25212026-02-01T13:56:30.677Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25222026-02-01T13:56:30.819Z[ omicron-package] Compiling cstr-argument v0.1.2
25232026-02-01T13:56:31.062Z[ omicron-package] Compiling pretty-hex v0.2.1
25242026-02-01T13:56:31.481Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25252026-02-01T13:56:31.604Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25262026-02-01T13:56:32.031Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25272026-02-01T13:56:32.235Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25282026-02-01T13:56:32.744Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25292026-02-01T13:56:33.144Z[ omicron-package] Compiling rayon v1.10.0
25302026-02-01T13:56:33.325Z[ omicron-package] Compiling colored v2.2.0
25312026-02-01T13:56:34.275Z[ omicron-package] Compiling nix v0.30.1
25322026-02-01T13:56:34.503Z[ omicron-package] Compiling rustls-webpki v0.102.8
25332026-02-01T13:56:35.203Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25342026-02-01T13:56:35.852Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25352026-02-01T13:56:37.322Z[ omicron-package] Compiling ingot-types v0.1.2
25362026-02-01T13:56:37.598Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25372026-02-01T13:56:37.650Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
25382026-02-01T13:56:37.971Z[ omicron-package] Compiling num-derive v0.4.2
25392026-02-01T13:56:38.415Z[ omicron-package] Compiling ingot v0.1.1
25402026-02-01T13:56:38.489Z[ omicron-package] Compiling sigpipe v0.1.3
25412026-02-01T13:56:38.794Z[ omicron-package] Compiling glob v0.3.2
25422026-02-01T13:56:38.962Z[ omicron-package] Compiling libefi-sys v0.1.0
25432026-02-01T13:56:39.559Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-02-01T13:56:40.389Z[ omicron-package] Compiling rustls v0.22.4
25452026-02-01T13:56:40.447Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25462026-02-01T13:56:40.712Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
25472026-02-01T13:56:41.237Z[ omicron-package] Compiling zone v0.3.1
25482026-02-01T13:56:42.145Z[ omicron-package] Compiling usdt-macro v0.5.0
25492026-02-01T13:56:42.594Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25502026-02-01T13:56:43.910Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25512026-02-01T13:56:44.586Z[ omicron-package] Compiling tokio-rustls v0.26.0
25522026-02-01T13:56:45.174Z[ omicron-package] Compiling hyper-rustls v0.27.7
25532026-02-01T13:56:46.056Z[ omicron-package] Compiling reqwest v0.12.24
25542026-02-01T13:56:48.256Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25552026-02-01T13:56:48.908Z[ omicron-package] Compiling smf v0.2.3
25562026-02-01T13:56:49.101Z[ omicron-package] Compiling bitfield-struct v0.6.2
25572026-02-01T13:56:49.274Z[ omicron-package] Compiling memmap v0.7.0
25582026-02-01T13:56:50.285Z[ omicron-package] Compiling usdt v0.5.0
25592026-02-01T13:56:50.727Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-02-01T13:56:51.709Z[ omicron-package] Compiling unicode-width v0.2.0
25612026-02-01T13:56:51.815Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25622026-02-01T13:56:51.874Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25632026-02-01T13:56:51.960Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25642026-02-01T13:56:52.143Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25652026-02-01T13:56:52.463Z[ omicron-package] Compiling tokio-rustls v0.25.0
25662026-02-01T13:56:52.570Z[ omicron-package] Compiling console v0.16.0
25672026-02-01T13:56:52.850Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25682026-02-01T13:56:53.356Z[ omicron-package] Compiling dropshot v0.16.7
25692026-02-01T13:56:54.002Z[ omicron-package] Compiling gethostname v0.5.0
25702026-02-01T13:56:54.300Z[ omicron-package] Compiling unit-prefix v0.5.1
25712026-02-01T13:56:54.870Z[ omicron-package] Compiling indicatif v0.18.0
25722026-02-01T13:56:54.937Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25732026-02-01T13:56:55.477Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25742026-02-01T13:56:56.777Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25752026-02-01T13:56:57.440Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25762026-02-01T13:56:57.440Z[ helios-setup] --> src/main.rs:79:10
25772026-02-01T13:56:57.464Z[ helios-setup] |
25782026-02-01T13:56:57.464Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25792026-02-01T13:56:57.464Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25802026-02-01T13:56:57.464Z[ helios-setup] | |
25812026-02-01T13:56:57.464Z[ helios-setup] | the lifetime is elided here
25822026-02-01T13:56:57.464Z[ helios-setup] |
25832026-02-01T13:56:57.464Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25842026-02-01T13:56:57.464Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25852026-02-01T13:56:57.464Z[ helios-setup] help: use `'_` for type paths
25862026-02-01T13:56:57.464Z[ helios-setup] |
25872026-02-01T13:56:57.464Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25882026-02-01T13:56:57.464Z[ helios-setup] | ++++
25892026-02-01T13:56:57.464Z[ helios-setup]
25902026-02-01T13:56:58.785Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25912026-02-01T13:57:02.194Z[ omicron-package] Compiling progenitor-client v0.11.2
25922026-02-01T13:57:03.363Z[ omicron-package] Compiling progenitor v0.11.2
25932026-02-01T13:57:03.805Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
25942026-02-01T13:57:04.728ZFeb 01 13:57:04.084 INFO [hubris-staging] task succeeded (44.582072928s)
25952026-02-01T13:57:05.074Z[ helios-setup] Feb 01 13:57:04.429 INFO helios repository root is: /work/oxidecomputer/helios
25962026-02-01T13:57:05.098Z[ helios-setup] Feb 01 13:57:04.432 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
25972026-02-01T13:57:05.098Z[ helios-setup] Feb 01 13:57:04.432 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25982026-02-01T13:57:05.098Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25992026-02-01T13:57:05.122Z[ omicron-package] Compiling progenitor-client v0.10.0
26002026-02-01T13:57:05.953Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26012026-02-01T13:57:10.385Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26022026-02-01T13:57:11.745Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26032026-02-01T13:57:13.209ZFeb 01 13:57:12.565 DEBG process exited with exit status: 0 (53.061918018s)
26042026-02-01T13:57:13.233ZFeb 01 13:57:12.567 INFO [incorp-manifest] task succeeded (53.065531395s)
26052026-02-01T13:57:13.233ZFeb 01 13:57:12.567 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26062026-02-01T13:57:13.590ZFeb 01 13:57:12.945 INFO [incorp-fmt] process exited with exit status: 0 (377.6934ms)
26072026-02-01T13:57:13.614ZFeb 01 13:57:12.946 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26082026-02-01T13:57:14.133Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20260201T135713Z
26092026-02-01T13:57:14.133Z[ incorp-pkgsend] PUBLISHED
26102026-02-01T13:57:14.193ZFeb 01 13:57:13.547 INFO [incorp-pkgsend] process exited with exit status: 0 (601.426537ms)
26112026-02-01T13:57:14.217ZFeb 01 13:57:13.548 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26122026-02-01T13:57:14.526Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26132026-02-01T13:57:14.550Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26142026-02-01T13:57:14.581Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26152026-02-01T13:57:14.581Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26162026-02-01T13:57:14.605Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26172026-02-01T13:57:14.605Z[ helios-incorp]
26182026-02-01T13:57:14.605Z[ helios-incorp] Archiving packages ...
26192026-02-01T13:57:14.605Z[ helios-incorp] Packages to add: 1
26202026-02-01T13:57:14.605Z[ helios-incorp] Files to retrieve: 0
26212026-02-01T13:57:14.605Z[ helios-incorp] Estimated transfer size: 0.00 B
26222026-02-01T13:57:14.605Z[ helios-incorp]
26232026-02-01T13:57:14.605Z[ helios-incorp] Packages to archive:
26242026-02-01T13:57:14.605Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20260201T135713Z
26252026-02-01T13:57:14.605Z[ helios-incorp]
26262026-02-01T13:57:14.605Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26272026-02-01T13:57:14.606Z[ helios-incorp] Archiving: Completed 107.69 kB in 0.00 seconds
26282026-02-01T13:57:14.652ZFeb 01 13:57:14.007 INFO [helios-incorp] process exited with exit status: 0 (459.669048ms)
26292026-02-01T13:57:18.859Z[ helios-setup] Feb 01 13:57:18.215 INFO clone ok!, project: amd-firmware
26302026-02-01T13:57:18.883Z[ helios-setup] Feb 01 13:57:18.215 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
26312026-02-01T13:57:18.883Z[ helios-setup] Feb 01 13:57:18.215 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26322026-02-01T13:57:18.883Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26332026-02-01T13:57:19.825Z[ helios-setup] Feb 01 13:57:19.180 INFO clone ok!, project: phbl
26342026-02-01T13:57:19.849Z[ helios-setup] Feb 01 13:57:19.181 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
26352026-02-01T13:57:19.849Z[ helios-setup] Feb 01 13:57:19.181 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26362026-02-01T13:57:19.849Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26372026-02-01T13:57:20.600Z[ helios-setup] Feb 01 13:57:19.955 INFO clone ok!, project: bootserver
26382026-02-01T13:57:20.600Z[ helios-setup] Feb 01 13:57:19.956 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
26392026-02-01T13:57:20.601Z[ helios-setup] Feb 01 13:57:19.956 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26402026-02-01T13:57:20.625Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26412026-02-01T13:57:21.571Z[ helios-setup] Feb 01 13:57:20.926 INFO clone ok!, project: dmar-report
26422026-02-01T13:57:21.571Z[ helios-setup] Feb 01 13:57:20.927 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
26432026-02-01T13:57:21.595Z[ helios-setup] Feb 01 13:57:20.927 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26442026-02-01T13:57:21.595Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26452026-02-01T13:57:22.701Z[ helios-setup] Feb 01 13:57:22.056 INFO clone ok!, project: chelsio-t6-roms
26462026-02-01T13:57:22.701Z[ helios-setup] Feb 01 13:57:22.057 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26472026-02-01T13:57:22.727Z[ helios-setup] Feb 01 13:57:22.057 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
26482026-02-01T13:57:22.727Z[ helios-setup] Feb 01 13:57:22.057 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26492026-02-01T13:57:22.727Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26502026-02-01T13:57:23.265Z[ helios-setup] Feb 01 13:57:22.620 INFO clone ok!, project: pinprick
26512026-02-01T13:57:23.265Z[ helios-setup] Feb 01 13:57:22.620 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26522026-02-01T13:57:23.289Z[ helios-setup] Feb 01 13:57:22.621 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
26532026-02-01T13:57:23.289Z[ helios-setup] Feb 01 13:57:22.621 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
26542026-02-01T13:57:23.289Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26552026-02-01T13:57:24.474Z[ helios-setup] Feb 01 13:57:23.830 INFO clone ok!, project: amd-host-image-builder
26562026-02-01T13:57:24.474Z[ helios-setup] Feb 01 13:57:23.830 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
26572026-02-01T13:57:24.474Z[ helios-setup] Feb 01 13:57:23.830 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26582026-02-01T13:57:24.498Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26592026-02-01T13:57:25.200Z[ helios-setup] Feb 01 13:57:24.555 INFO clone ok!, project: image-builder
26602026-02-01T13:57:25.224Z[ helios-setup] Feb 01 13:57:24.555 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
26612026-02-01T13:57:25.224Z[ helios-setup] Feb 01 13:57:24.555 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26622026-02-01T13:57:25.224Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26632026-02-01T13:57:26.446Z[ helios-setup] Feb 01 13:57:25.802 INFO clone ok!, project: pilot
26642026-02-01T13:57:26.446Z[ helios-setup] Feb 01 13:57:25.802 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26652026-02-01T13:57:26.471Z[ helios-setup] Feb 01 13:57:25.802 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26662026-02-01T13:57:26.848Z[ helios-setup] Feb 01 13:57:26.203 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26672026-02-01T13:57:27.298Z[ helios-setup] Feb 01 13:57:26.653 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26682026-02-01T13:57:27.298Z[ helios-setup] Feb 01 13:57:26.653 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26692026-02-01T13:57:27.725Z[ helios-setup] Feb 01 13:57:27.080 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26702026-02-01T13:57:28.196Z[ helios-setup] Feb 01 13:57:27.552 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26712026-02-01T13:57:28.196Z[ helios-setup] Feb 01 13:57:27.552 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26722026-02-01T13:57:28.616Z[ helios-setup] Feb 01 13:57:27.971 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26732026-02-01T13:57:28.960Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26742026-02-01T13:57:29.092Z[ helios-setup] Feb 01 13:57:28.447 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26752026-02-01T13:57:29.092Z[ helios-setup] Feb 01 13:57:28.447 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26762026-02-01T13:57:29.116Z[ helios-setup] Feb 01 13:57:28.447 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26772026-02-01T13:57:29.116Z[ helios-setup] Feb 01 13:57:28.447 INFO ok!
26782026-02-01T13:57:29.116Z[ helios-setup] Feb 01 13:57:28.447 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26792026-02-01T13:57:29.116Z[ helios-setup] Feb 01 13:57:28.447 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26802026-02-01T13:57:29.116Z[ helios-setup] Feb 01 13:57:28.447 INFO ok!
26812026-02-01T13:57:29.116Z[ helios-setup] Feb 01 13:57:28.448 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26822026-02-01T13:57:29.116Z[ helios-setup] Feb 01 13:57:28.448 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26832026-02-01T13:57:29.116Z[ helios-setup] Feb 01 13:57:28.448 INFO ok!
26842026-02-01T13:57:29.116Z[ helios-setup] Feb 01 13:57:28.448 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
26852026-02-01T13:57:29.160Z[ helios-setup] Feb 01 13:57:28.516 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.93.0-x86_64-unknown-illumos (default)"
26862026-02-01T13:57:29.160Z[ helios-setup] Feb 01 13:57:28.516 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26872026-02-01T13:57:29.185Z[ helios-setup] Feb 01 13:57:28.516 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26882026-02-01T13:57:29.365Z[ helios-setup] Feb 01 13:57:28.720 INFO E| Downloading crates ...
26892026-02-01T13:57:29.410Z[ helios-setup] Feb 01 13:57:28.765 INFO E| Downloaded cpufeatures v0.2.5
26902026-02-01T13:57:29.462Z[ helios-setup] Feb 01 13:57:28.772 INFO E| Downloaded generic-array v0.14.6
26912026-02-01T13:57:29.487Z[ helios-setup] Feb 01 13:57:28.774 INFO E| Downloaded block-buffer v0.10.3
26922026-02-01T13:57:29.488Z[ helios-setup] Feb 01 13:57:28.776 INFO E| Downloaded unicode-width v0.1.10
26932026-02-01T13:57:29.488Z[ helios-setup] Feb 01 13:57:28.778 INFO E| Downloaded typenum v1.15.0
26942026-02-01T13:57:29.488Z[ helios-setup] Feb 01 13:57:28.781 INFO E| Downloaded miniz_oxide v0.6.2
26952026-02-01T13:57:29.488Z[ helios-setup] Feb 01 13:57:28.783 INFO E| Downloaded bytes v1.2.1
26962026-02-01T13:57:29.488Z[ helios-setup] Feb 01 13:57:28.787 INFO E| Downloaded anyhow v1.0.62
26972026-02-01T13:57:29.488Z[ helios-setup] Feb 01 13:57:28.791 INFO E| Downloaded flate2 v1.0.25
26982026-02-01T13:57:29.488Z[ helios-setup] Feb 01 13:57:28.797 INFO E| Downloaded digest v0.10.3
26992026-02-01T13:57:29.488Z[ helios-setup] Feb 01 13:57:28.799 INFO E| Downloaded sha2 v0.10.5
27002026-02-01T13:57:29.512Z[ helios-setup] Feb 01 13:57:28.861 INFO E| Compiling typenum v1.15.0
27012026-02-01T13:57:29.512Z[ helios-setup] Feb 01 13:57:28.861 INFO E| Compiling version_check v0.9.4
27022026-02-01T13:57:29.512Z[ helios-setup] Feb 01 13:57:28.861 INFO E| Compiling crc32fast v1.3.2
27032026-02-01T13:57:29.512Z[ helios-setup] Feb 01 13:57:28.861 INFO E| Compiling cfg-if v1.0.0
27042026-02-01T13:57:29.512Z[ helios-setup] Feb 01 13:57:28.861 INFO E| Compiling adler v1.0.2
27052026-02-01T13:57:29.512Z[ helios-setup] Feb 01 13:57:28.861 INFO E| Compiling anyhow v1.0.62
27062026-02-01T13:57:29.555Z[ helios-setup] Feb 01 13:57:28.911 INFO E| Compiling cpufeatures v0.2.5
27072026-02-01T13:57:29.585Z[ helios-setup] Feb 01 13:57:28.940 INFO E| Compiling unicode-width v0.1.10
27082026-02-01T13:57:30.124Z[ helios-setup] Feb 01 13:57:29.478 INFO E| Compiling miniz_oxide v0.6.2
27092026-02-01T13:57:30.252Z[ helios-setup] Feb 01 13:57:29.607 INFO E| Compiling getopts v0.2.21
27102026-02-01T13:57:30.293Z[ helios-setup] Feb 01 13:57:29.648 INFO E| Compiling bytes v1.2.1
27112026-02-01T13:57:30.293Z[ helios-setup] Feb 01 13:57:29.648 INFO E| Compiling bitflags v1.3.2
27122026-02-01T13:57:30.378Z[ helios-setup] Feb 01 13:57:29.733 INFO E| Compiling generic-array v0.14.6
27132026-02-01T13:57:31.007Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27142026-02-01T13:57:31.603Z[ helios-setup] Feb 01 13:57:30.958 INFO E| Compiling flate2 v1.0.25
27152026-02-01T13:57:34.068Z[ helios-setup] Feb 01 13:57:33.424 INFO E| Compiling block-buffer v0.10.3
27162026-02-01T13:57:34.068Z[ helios-setup] Feb 01 13:57:33.424 INFO E| Compiling crypto-common v0.1.6
27172026-02-01T13:57:34.281Z[ helios-setup] Feb 01 13:57:33.636 INFO E| Compiling digest v0.10.3
27182026-02-01T13:57:34.533Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27192026-02-01T13:57:34.649Z[ helios-setup] Feb 01 13:57:34.004 INFO E| Compiling sha2 v0.10.5
27202026-02-01T13:57:35.067Z[ helios-setup] Feb 01 13:57:34.423 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27212026-02-01T13:57:38.311Z[ helios-setup] Feb 01 13:57:37.667 INFO E| Finished `release` profile [optimized] target(s) in 9.08s
27222026-02-01T13:57:38.335Z[ helios-setup] Feb 01 13:57:37.681 INFO building project "bootserver" ok (9 seconds)
27232026-02-01T13:57:38.335Z[ helios-setup] Feb 01 13:57:37.681 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
27242026-02-01T13:57:38.391Z[ helios-setup] Feb 01 13:57:37.746 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.93.0-x86_64-unknown-illumos (default)"
27252026-02-01T13:57:38.415Z[ helios-setup] Feb 01 13:57:37.746 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
27262026-02-01T13:57:38.415Z[ helios-setup] Feb 01 13:57:37.746 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
27272026-02-01T13:57:38.616Z[ helios-setup] Feb 01 13:57:37.972 INFO E| Updating crates.io index
27282026-02-01T13:57:38.722Z[ helios-setup] Feb 01 13:57:38.077 INFO E| Downloading crates ...
27292026-02-01T13:57:38.854Z[ helios-setup] Feb 01 13:57:38.209 INFO E| Downloaded time-core v0.1.4
27302026-02-01T13:57:38.878Z[ helios-setup] Feb 01 13:57:38.213 INFO E| Downloaded time-macros v0.2.22
27312026-02-01T13:57:38.878Z[ helios-setup] Feb 01 13:57:38.217 INFO E| Downloaded unicode-ident v1.0.18
27322026-02-01T13:57:38.878Z[ helios-setup] Feb 01 13:57:38.221 INFO E| Downloaded serde_derive v1.0.219
27332026-02-01T13:57:38.878Z[ helios-setup] Feb 01 13:57:38.224 INFO E| Downloaded serde v1.0.219
27342026-02-01T13:57:38.878Z[ helios-setup] Feb 01 13:57:38.228 INFO E| Downloaded darling_core v0.20.11
27352026-02-01T13:57:38.902Z[ helios-setup] Feb 01 13:57:38.234 INFO E| Downloaded serde_with v3.12.0
27362026-02-01T13:57:38.902Z[ helios-setup] Feb 01 13:57:38.244 INFO E| Downloaded indexmap v2.9.0
27372026-02-01T13:57:38.902Z[ helios-setup] Feb 01 13:57:38.248 INFO E| Downloaded time v0.3.41
27382026-02-01T13:57:38.902Z[ helios-setup] Feb 01 13:57:38.256 INFO E| Downloaded serde_json v1.0.140
27392026-02-01T13:57:38.926Z[ helios-setup] Feb 01 13:57:38.264 INFO E| Downloaded hashbrown v0.15.3
27402026-02-01T13:57:38.926Z[ helios-setup] Feb 01 13:57:38.270 INFO E| Downloaded anyhow v1.0.98
27412026-02-01T13:57:38.926Z[ helios-setup] Feb 01 13:57:38.275 INFO E| Downloaded proc-macro2 v1.0.95
27422026-02-01T13:57:38.926Z[ helios-setup] Feb 01 13:57:38.278 INFO E| Downloaded chrono v0.4.41
27432026-02-01T13:57:38.950Z[ helios-setup] Feb 01 13:57:38.287 INFO E| Downloaded getrandom v0.3.3
27442026-02-01T13:57:38.950Z[ helios-setup] Feb 01 13:57:38.291 INFO E| Downloaded syn v2.0.101
27452026-02-01T13:57:38.950Z[ helios-setup] Feb 01 13:57:38.303 INFO E| Downloaded tempfile v3.20.0
27462026-02-01T13:57:38.974Z[ helios-setup] Feb 01 13:57:38.306 INFO E| Downloaded serde_with_macros v3.12.0
27472026-02-01T13:57:38.974Z[ helios-setup] Feb 01 13:57:38.308 INFO E| Downloaded deranged v0.4.0
27482026-02-01T13:57:38.975Z[ helios-setup] Feb 01 13:57:38.310 INFO E| Downloaded darling v0.20.11
27492026-02-01T13:57:38.975Z[ helios-setup] Feb 01 13:57:38.315 INFO E| Downloaded thiserror-impl v2.0.12
27502026-02-01T13:57:38.975Z[ helios-setup] Feb 01 13:57:38.317 INFO E| Downloaded thiserror v2.0.12
27512026-02-01T13:57:38.975Z[ helios-setup] Feb 01 13:57:38.323 INFO E| Downloaded rustix v1.0.7
27522026-02-01T13:57:38.998Z[ helios-setup] Feb 01 13:57:38.352 INFO E| Downloaded ryu v1.0.20
27532026-02-01T13:57:39.023Z[ helios-setup] Feb 01 13:57:38.355 INFO E| Downloaded fastrand v2.3.0
27542026-02-01T13:57:39.023Z[ helios-setup] Feb 01 13:57:38.357 INFO E| Downloaded darling_macro v0.20.11
27552026-02-01T13:57:39.023Z[ helios-setup] Feb 01 13:57:38.357 INFO E| Downloaded bitflags v2.9.1
27562026-02-01T13:57:39.023Z[ helios-setup] Feb 01 13:57:38.362 INFO E| Downloaded itoa v1.0.15
27572026-02-01T13:57:39.046Z[ helios-setup] Feb 01 13:57:38.389 INFO E| Downloaded libc v0.2.172
27582026-02-01T13:57:39.112Z[ helios-setup] Feb 01 13:57:38.468 INFO E| Compiling proc-macro2 v1.0.95
27592026-02-01T13:57:39.136Z[ helios-setup] Feb 01 13:57:38.473 INFO E| Compiling unicode-ident v1.0.18
27602026-02-01T13:57:39.136Z[ helios-setup] Feb 01 13:57:38.473 INFO E| Compiling libc v0.2.172
27612026-02-01T13:57:39.136Z[ helios-setup] Feb 01 13:57:38.473 INFO E| Compiling strsim v0.11.1
27622026-02-01T13:57:39.136Z[ helios-setup] Feb 01 13:57:38.473 INFO E| Compiling ident_case v1.0.1
27632026-02-01T13:57:39.136Z[ helios-setup] Feb 01 13:57:38.473 INFO E| Compiling fnv v1.0.7
27642026-02-01T13:57:39.136Z[ helios-setup] Feb 01 13:57:38.473 INFO E| Compiling serde v1.0.219
27652026-02-01T13:57:39.136Z[ helios-setup] Feb 01 13:57:38.473 INFO E| Compiling getrandom v0.3.3
27662026-02-01T13:57:39.442Z[ helios-setup] Feb 01 13:57:38.780 INFO E| Compiling rustix v1.0.7
27672026-02-01T13:57:39.706Z[ helios-setup] Feb 01 13:57:39.061 INFO E| Compiling cfg-if v1.0.0
27682026-02-01T13:57:39.806Z[ helios-setup] Feb 01 13:57:39.162 INFO E| Compiling serde_json v1.0.140
27692026-02-01T13:57:40.047Z[ helios-setup] Feb 01 13:57:39.402 INFO E| Compiling thiserror v2.0.12
27702026-02-01T13:57:40.230Z[ helios-setup] Feb 01 13:57:39.585 INFO E| Compiling anyhow v1.0.98
27712026-02-01T13:57:40.426Z[ helios-setup] Feb 01 13:57:39.782 INFO E| Compiling bitflags v2.9.1
27722026-02-01T13:57:40.619Z[ helios-setup] Feb 01 13:57:39.975 INFO E| Compiling ryu v1.0.20
27732026-02-01T13:57:40.672Z[ helios-setup] Feb 01 13:57:40.028 INFO E| Compiling memchr v2.7.4
27742026-02-01T13:57:40.857Z[ helios-setup] Feb 01 13:57:40.213 INFO E| Compiling fastrand v2.3.0
27752026-02-01T13:57:41.114Z[ helios-setup] Feb 01 13:57:40.469 INFO E| Compiling errno v0.3.12
27762026-02-01T13:57:41.500Z[ helios-setup] Feb 01 13:57:40.855 INFO E| Compiling once_cell v1.21.3
27772026-02-01T13:57:41.523Z[ helios-setup] Feb 01 13:57:40.865 INFO E| Compiling itoa v1.0.15
27782026-02-01T13:57:41.524Z[ helios-setup] Feb 01 13:57:40.875 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27792026-02-01T13:57:41.710Z[ helios-setup] Feb 01 13:57:41.065 INFO E| Compiling quote v1.0.40
27802026-02-01T13:57:42.075Z[ helios-setup] Feb 01 13:57:41.430 INFO E| Compiling syn v2.0.101
27812026-02-01T13:57:43.001Z[ helios-setup] Feb 01 13:57:42.355 INFO E| Compiling tempfile v3.20.0
27822026-02-01T13:57:46.798Z[ helios-setup] Feb 01 13:57:46.154 INFO E| Compiling darling_core v0.20.11
27832026-02-01T13:57:47.866Z[ helios-setup] Feb 01 13:57:47.222 INFO E| Compiling serde_derive v1.0.219
27842026-02-01T13:57:47.866Z[ helios-setup] Feb 01 13:57:47.222 INFO E| Compiling thiserror-impl v2.0.12
27852026-02-01T13:57:50.957Z[ helios-setup] Feb 01 13:57:50.313 INFO E| Compiling darling_macro v0.20.11
27862026-02-01T13:57:51.766Z[ helios-setup] Feb 01 13:57:51.122 INFO E| Compiling darling v0.20.11
27872026-02-01T13:57:51.880Z[ helios-setup] Feb 01 13:57:51.233 INFO E| Compiling serde_with_macros v3.12.0
27882026-02-01T13:57:52.691Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 32s
27892026-02-01T13:57:52.956Z[ omicron-package]
27902026-02-01T13:57:52.980Z[ omicron-package] real 1:32.722981838
27912026-02-01T13:57:52.981Z[ omicron-package] user 6:57.185497733
27922026-02-01T13:57:52.981Z[ omicron-package] sys 32.716080543
27932026-02-01T13:57:52.981Z[ omicron-package] trap 0.847905814
27942026-02-01T13:57:52.981Z[ omicron-package] tflt 0.316899517
27952026-02-01T13:57:52.981Z[ omicron-package] dflt 1.043644780
27962026-02-01T13:57:52.981Z[ omicron-package] kflt 0.001163699
27972026-02-01T13:57:52.981Z[ omicron-package] lock 27:27.268028800
27982026-02-01T13:57:52.981ZFeb 01 13:57:52.313 INFO [omicron-package] process exited with exit status: 0 (92.809478477s)
27992026-02-01T13:57:52.981Z[ omicron-package] slp 17:50.265326979
28002026-02-01T13:57:52.981Z[ omicron-package] lat 3:15.594747237
28012026-02-01T13:57:52.981Z[ omicron-package] stop 1:29.671751129
28022026-02-01T13:57:52.981ZFeb 01 13:57:52.314 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28032026-02-01T13:57:52.981ZFeb 01 13:57:52.314 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28042026-02-01T13:57:52.981Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28052026-02-01T13:57:52.981Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28062026-02-01T13:57:52.981Z[ recovery-target] Created new build target 'recovery' and set it as active
28072026-02-01T13:57:52.981Z[ host-target] Created new build target 'host' and set it as active
28082026-02-01T13:57:53.005ZFeb 01 13:57:52.337 INFO [recovery-target] process exited with exit status: 0 (23.027155ms)
28092026-02-01T13:57:53.005ZFeb 01 13:57:52.338 INFO [host-target] process exited with exit status: 0 (24.848467ms)
28102026-02-01T13:57:53.005ZFeb 01 13:57:52.339 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28112026-02-01T13:57:53.005Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28122026-02-01T13:57:55.707Z[ host-package] Compiling ring v0.17.14
28132026-02-01T13:57:55.886Z[ host-package] Compiling convert_case v0.4.0
28142026-02-01T13:57:55.924Z[ host-package] Compiling progenitor-impl v0.10.0
28152026-02-01T13:57:55.965Z[ host-package] Compiling secrecy v0.10.3
28162026-02-01T13:57:55.989Z[ host-package] Compiling is-terminal v0.4.13
28172026-02-01T13:57:56.053Z[ host-package] Compiling thread_local v1.1.8
28182026-02-01T13:57:56.283Z[ host-package] Compiling bytecount v0.6.8
28192026-02-01T13:57:56.366Z[ host-package] Compiling match_cfg v0.1.0
28202026-02-01T13:57:56.481Z[ host-package] Compiling multer v3.1.0
28212026-02-01T13:57:56.544Z[ host-package] Compiling derive_more v0.99.20
28222026-02-01T13:57:56.568Z[ host-package] Compiling hostname v0.3.1
28232026-02-01T13:57:56.617Z[ helios-setup] Feb 01 13:57:55.973 INFO E| Compiling serde_with v3.12.0
28242026-02-01T13:57:56.683Z[ host-package] Compiling slog-async v2.8.0
28252026-02-01T13:57:56.707Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
28262026-02-01T13:57:56.870Z[ host-package] Compiling crossbeam-channel v0.5.15
28272026-02-01T13:57:57.076Z[ host-package] Compiling slog-json v2.6.1
28282026-02-01T13:57:57.606Z[ host-package] Compiling futures-executor v0.3.31
28292026-02-01T13:57:58.194Z[ host-package] Compiling serde_spanned v1.0.4
28302026-02-01T13:57:58.247Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
28312026-02-01T13:57:58.271Z[ host-package] Compiling unicode-width v0.1.14
28322026-02-01T13:57:58.510Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
28332026-02-01T13:57:59.054Z[ host-package] Compiling term v1.1.0
28342026-02-01T13:57:59.100Z[ host-package] Compiling take_mut v0.2.2
28352026-02-01T13:57:59.157Z[ host-package] Compiling tabwriter v1.4.0
28362026-02-01T13:57:59.925Z[ host-package] Compiling slog-term v2.9.2
28372026-02-01T13:58:00.324Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
28382026-02-01T13:58:00.363Z[ host-package] Compiling futures v0.3.31
28392026-02-01T13:58:00.625Z[ host-package] Compiling rustls v0.23.19
28402026-02-01T13:58:00.733Z[ host-package] Compiling rustls v0.22.4
28412026-02-01T13:58:00.791Z[ host-package] Compiling slog-bunyan v2.5.0
28422026-02-01T13:58:01.130Z[ host-package] Compiling dropshot v0.16.7
28432026-02-01T13:58:01.171Z[ host-package] Compiling progenitor-macro v0.10.0
28442026-02-01T13:58:01.241Z[ host-package] Compiling async-stream v0.3.6
28452026-02-01T13:58:01.523Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
28462026-02-01T13:58:01.560Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
28472026-02-01T13:58:01.776Z[ host-package] Compiling waitgroup v0.1.2
28482026-02-01T13:58:01.835Z[ host-package] Compiling rustls-pemfile v2.2.0
28492026-02-01T13:58:02.187Z[ host-package] Compiling serde_path_to_error v0.1.20
28502026-02-01T13:58:02.256Z[ host-package] Compiling hostname v0.4.2
28512026-02-01T13:58:02.319Z[ host-package] Compiling instant v0.1.13
28522026-02-01T13:58:02.725Z[ host-package] Compiling colored v3.0.0
28532026-02-01T13:58:02.982Z[ host-package] Compiling debug-ignore v1.0.5
28542026-02-01T13:58:03.069Z[ host-package] Compiling swrite v0.1.0
28552026-02-01T13:58:03.337Z[ host-package] Compiling backoff v0.4.0
28562026-02-01T13:58:03.425Z[ host-package] Compiling rustls-webpki v0.102.8
28572026-02-01T13:58:03.562Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28582026-02-01T13:58:03.885Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28592026-02-01T13:58:04.022Z[ host-package] Compiling parse-display v0.10.0
28602026-02-01T13:58:04.594Z[ helios-setup] Feb 01 13:58:03.949 INFO E| Finished `release` profile [optimized] target(s) in 26.12s
28612026-02-01T13:58:04.626Z[ helios-setup] Feb 01 13:58:03.982 INFO building project "dmar-report" ok (26 seconds)
28622026-02-01T13:58:04.626Z[ helios-setup] Feb 01 13:58:03.982 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
28632026-02-01T13:58:04.703Z[ helios-setup] Feb 01 13:58:04.059 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.93.0-x86_64-unknown-illumos (default)"
28642026-02-01T13:58:04.703Z[ helios-setup] Feb 01 13:58:04.059 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28652026-02-01T13:58:04.728Z[ helios-setup] Feb 01 13:58:04.059 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28662026-02-01T13:58:04.809Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28672026-02-01T13:58:05.038Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28682026-02-01T13:58:05.085Z[ helios-setup] Feb 01 13:58:04.441 INFO E| Downloading crates ...
28692026-02-01T13:58:05.109Z[ host-package] Compiling password-hash v0.5.0
28702026-02-01T13:58:05.133Z[ helios-setup] Feb 01 13:58:04.485 INFO E| Downloaded miniz_oxide v0.8.8
28712026-02-01T13:58:05.172Z[ helios-setup] Feb 01 13:58:04.528 INFO E| Compiling adler2 v2.0.0
28722026-02-01T13:58:05.298Z[ helios-setup] Feb 01 13:58:04.654 INFO E| Compiling miniz_oxide v0.8.8
28732026-02-01T13:58:06.288Z[ host-package] Compiling blake2 v0.10.6
28742026-02-01T13:58:07.014Z[ host-package] Compiling universal-hash v0.5.1
28752026-02-01T13:58:07.224Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
28762026-02-01T13:58:07.250Z[ helios-setup] Feb 01 13:58:06.606 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28772026-02-01T13:58:07.284Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28782026-02-01T13:58:07.381Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28792026-02-01T13:58:07.973Z[ helios-setup] Feb 01 13:58:07.329 INFO E| Finished `release` profile [optimized] target(s) in 3.19s
28802026-02-01T13:58:07.997Z[ helios-setup] Feb 01 13:58:07.340 INFO building project "pinprick" ok (3 seconds)
28812026-02-01T13:58:07.997Z[ helios-setup] Feb 01 13:58:07.340 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28822026-02-01T13:58:08.053Z[ helios-setup] Feb 01 13:58:07.409 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.93.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
28832026-02-01T13:58:08.054Z[ helios-setup] Feb 01 13:58:07.409 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28842026-02-01T13:58:08.078Z[ helios-setup] Feb 01 13:58:07.409 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28852026-02-01T13:58:08.348Z[ helios-setup] Feb 01 13:58:07.703 INFO E| Updating crates.io index
28862026-02-01T13:58:08.375Z[ helios-setup] Feb 01 13:58:07.731 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28872026-02-01T13:58:09.110Z[ host-package] Compiling tokio-rustls v0.25.0
28882026-02-01T13:58:09.205Z[ host-package] Compiling macaddr v1.0.1
28892026-02-01T13:58:09.304Z[ helios-setup] Feb 01 13:58:08.660 INFO E| From https://github.com/oxidecomputer/amd-apcb
28902026-02-01T13:58:09.304Z[ helios-setup] Feb 01 13:58:08.660 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28912026-02-01T13:58:09.329Z[ helios-setup] Feb 01 13:58:08.683 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28922026-02-01T13:58:09.400Z[ host-package] Compiling derive-where v1.5.0
28932026-02-01T13:58:09.684Z[ host-package] Compiling opaque-debug v0.3.1
28942026-02-01T13:58:09.837Z[ host-package] Compiling poly1305 v0.8.0
28952026-02-01T13:58:10.037Z[ helios-setup] Feb 01 13:58:09.392 INFO E| From https://github.com/oxidecomputer/amd-efs
28962026-02-01T13:58:10.037Z[ helios-setup] Feb 01 13:58:09.392 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28972026-02-01T13:58:10.268Z[ helios-setup] Feb 01 13:58:09.623 INFO E| Downloading crates ...
28982026-02-01T13:58:10.331Z[ helios-setup] Feb 01 13:58:09.684 INFO E| Downloaded ansi_term v0.12.1
28992026-02-01T13:58:10.356Z[ helios-setup] Feb 01 13:58:09.688 INFO E| Downloaded cpufeatures v0.2.17
29002026-02-01T13:58:10.356Z[ helios-setup] Feb 01 13:58:09.690 INFO E| Downloaded scroll_derive v0.12.1
29012026-02-01T13:58:10.356Z[ helios-setup] Feb 01 13:58:09.709 INFO E| Downloaded vec_map v0.8.2
29022026-02-01T13:58:10.356Z[ helios-setup] Feb 01 13:58:09.711 INFO E| Downloaded structopt-derive v0.4.18
29032026-02-01T13:58:10.380Z[ helios-setup] Feb 01 13:58:09.713 INFO E| Downloaded textwrap v0.11.0
29042026-02-01T13:58:10.380Z[ helios-setup] Feb 01 13:58:09.716 INFO E| Downloaded rustversion v1.0.20
29052026-02-01T13:58:10.380Z[ helios-setup] Feb 01 13:58:09.720 INFO E| Downloaded strum_macros v0.27.1
29062026-02-01T13:58:10.380Z[ helios-setup] Feb 01 13:58:09.723 INFO E| Downloaded structopt v0.3.26
29072026-02-01T13:58:10.380Z[ helios-setup] Feb 01 13:58:09.731 INFO E| Downloaded typenum v1.18.0
29082026-02-01T13:58:10.380Z[ helios-setup] Feb 01 13:58:09.736 INFO E| Downloaded zerocopy-derive v0.8.25
29092026-02-01T13:58:10.405Z[ helios-setup] Feb 01 13:58:09.743 INFO E| Downloaded goblin v0.9.3
29102026-02-01T13:58:10.429Z[ helios-setup] Feb 01 13:58:09.750 INFO E| Downloaded pest v2.8.0
29112026-02-01T13:58:10.429Z[ helios-setup] Feb 01 13:58:09.757 INFO E| Downloaded pest_derive v2.8.0
29122026-02-01T13:58:10.429Z[ helios-setup] Feb 01 13:58:09.771 INFO E| Downloaded log v0.4.27
29132026-02-01T13:58:10.429Z[ helios-setup] Feb 01 13:58:09.773 INFO E| Downloaded modular-bitfield-impl v0.11.2
29142026-02-01T13:58:10.429Z[ helios-setup] Feb 01 13:58:09.775 INFO E| Downloaded clap v2.34.0
29152026-02-01T13:58:10.454Z[ helios-setup] Feb 01 13:58:09.792 INFO E| Downloaded zerocopy v0.8.25
29162026-02-01T13:58:10.478Z[ helios-setup] Feb 01 13:58:09.830 INFO E| Downloaded modular-bitfield v0.13.1
29172026-02-01T13:58:10.503Z[ helios-setup] Feb 01 13:58:09.839 INFO E| Downloaded bytesize v2.0.1
29182026-02-01T13:58:10.503Z[ helios-setup] Feb 01 13:58:09.842 INFO E| Downloaded strsim v0.8.0
29192026-02-01T13:58:10.503Z[ helios-setup] Feb 01 13:58:09.843 INFO E| Downloaded pest_generator v2.8.0
29202026-02-01T13:58:10.503Z[ helios-setup] Feb 01 13:58:09.845 INFO E| Downloaded parse_int v0.9.0
29212026-02-01T13:58:10.503Z[ helios-setup] Feb 01 13:58:09.846 INFO E| Downloaded four-cc v0.4.0
29222026-02-01T13:58:10.503Z[ helios-setup] Feb 01 13:58:09.847 INFO E| Downloaded fletcher v1.0.0
29232026-02-01T13:58:10.503Z[ helios-setup] Feb 01 13:58:09.848 INFO E| Downloaded unic-ucd-version v0.9.0
29242026-02-01T13:58:10.503Z[ helios-setup] Feb 01 13:58:09.849 INFO E| Downloaded unic-ucd-ident v0.9.0
29252026-02-01T13:58:10.503Z[ helios-setup] Feb 01 13:58:09.851 INFO E| Downloaded unic-common v0.9.0
29262026-02-01T13:58:10.503Z[ helios-setup] Feb 01 13:58:09.852 INFO E| Downloaded unic-char-range v0.9.0
29272026-02-01T13:58:10.503Z[ helios-setup] Feb 01 13:58:09.854 INFO E| Downloaded unic-char-property v0.9.0
29282026-02-01T13:58:10.503Z[ helios-setup] Feb 01 13:58:09.855 INFO E| Downloaded strum v0.27.1
29292026-02-01T13:58:10.503Z[ helios-setup] Feb 01 13:58:09.856 INFO E| Downloaded pest_meta v2.8.0
29302026-02-01T13:58:10.528Z[ helios-setup] Feb 01 13:58:09.859 INFO E| Downloaded modular-bitfield-impl v0.13.1
29312026-02-01T13:58:10.528Z[ helios-setup] Feb 01 13:58:09.861 INFO E| Downloaded modular-bitfield v0.11.2
29322026-02-01T13:58:10.528Z[ helios-setup] Feb 01 13:58:09.872 INFO E| Downloaded dyn-clone v1.0.19
29332026-02-01T13:58:10.600Z[ helios-setup] Feb 01 13:58:09.956 INFO E| Compiling proc-macro2 v1.0.95
29342026-02-01T13:58:10.600Z[ helios-setup] Feb 01 13:58:09.956 INFO E| Compiling unicode-ident v1.0.18
29352026-02-01T13:58:10.600Z[ helios-setup] Feb 01 13:58:09.956 INFO E| Compiling memchr v2.7.4
29362026-02-01T13:58:10.625Z[ helios-setup] Feb 01 13:58:09.956 INFO E| Compiling thiserror v2.0.12
29372026-02-01T13:58:10.625Z[ helios-setup] Feb 01 13:58:09.956 INFO E| Compiling autocfg v1.4.0
29382026-02-01T13:58:10.625Z[ helios-setup] Feb 01 13:58:09.956 INFO E| Compiling serde v1.0.219
29392026-02-01T13:58:10.625Z[ helios-setup] Feb 01 13:58:09.956 INFO E| Compiling syn v1.0.109
29402026-02-01T13:58:10.625Z[ helios-setup] Feb 01 13:58:09.956 INFO E| Compiling version_check v0.9.5
29412026-02-01T13:58:10.744Z[ host-package] Compiling tokio-rustls v0.26.0
29422026-02-01T13:58:11.263Z[ host-package] Compiling hyper-rustls v0.27.7
29432026-02-01T13:58:11.322Z[ helios-setup] Feb 01 13:58:10.678 INFO E| Compiling serde_json v1.0.140
29442026-02-01T13:58:11.663Z[ host-package] Compiling thiserror-no-std v2.0.2
29452026-02-01T13:58:11.982Z[ helios-setup] Feb 01 13:58:11.336 INFO E| Compiling itoa v1.0.15
29462026-02-01T13:58:12.239Z[ host-package] Compiling reqwest v0.12.24
29472026-02-01T13:58:12.293Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
29482026-02-01T13:58:12.317Z[ helios-setup] Feb 01 13:58:11.666 INFO E| Compiling schemars v0.8.22
29492026-02-01T13:58:12.342Z[ helios-setup] Feb 01 13:58:11.690 INFO E| Compiling ryu v1.0.20
29502026-02-01T13:58:12.366Z[ helios-setup] Feb 01 13:58:11.705 INFO E| Compiling proc-macro-error-attr v1.0.4
29512026-02-01T13:58:12.419Z[ host-package] Compiling argon2 v0.5.3
29522026-02-01T13:58:12.857Z[ helios-setup] Feb 01 13:58:12.213 INFO E| Compiling num-traits v0.2.19
29532026-02-01T13:58:12.959Z[ helios-setup] Feb 01 13:58:12.315 INFO E| Compiling memoffset v0.9.1
29542026-02-01T13:58:13.166Z[ helios-setup] Feb 01 13:58:12.522 INFO E| Compiling libc v0.2.172
29552026-02-01T13:58:13.200Z[ helios-setup] Feb 01 13:58:12.556 INFO E| Compiling static_assertions v1.1.0
29562026-02-01T13:58:13.250Z[ helios-setup] Feb 01 13:58:12.605 INFO E| Compiling paste v1.0.15
29572026-02-01T13:58:13.315Z[ helios-setup] Feb 01 13:58:12.671 INFO E| Compiling zerocopy v0.8.25
29582026-02-01T13:58:13.575Z[ helios-setup] Feb 01 13:58:12.931 INFO E| Compiling dyn-clone v1.0.19
29592026-02-01T13:58:13.599Z[ helios-setup] Feb 01 13:58:12.941 INFO E| Compiling rustversion v1.0.20
29602026-02-01T13:58:13.881Z[ helios-setup] Feb 01 13:58:13.236 INFO E| Compiling quote v1.0.40
29612026-02-01T13:58:13.928Z[ helios-setup] Feb 01 13:58:13.284 INFO E| Compiling ucd-trie v0.1.7
29622026-02-01T13:58:14.386Z[ helios-setup] Feb 01 13:58:13.742 INFO E| Compiling syn v2.0.101
29632026-02-01T13:58:14.919Z[ helios-setup] Feb 01 13:58:14.275 INFO E| Compiling proc-macro-error v1.0.4
29642026-02-01T13:58:14.984Z[ helios-setup] Feb 01 13:58:14.338 INFO E| Compiling once_cell v1.21.3
29652026-02-01T13:58:15.931Z[ helios-setup] Feb 01 13:58:15.287 INFO E| Compiling unicode-segmentation v1.12.0
29662026-02-01T13:58:16.182Z[ helios-setup] Feb 01 13:58:15.538 INFO E| Compiling heck v0.5.0
29672026-02-01T13:58:16.691Z[ helios-setup] Feb 01 13:58:16.046 INFO E| Compiling unicode-width v0.1.14
29682026-02-01T13:58:16.981Z[ host-package] Compiling chacha20 v0.9.1
29692026-02-01T13:58:17.181Z[ helios-setup] Feb 01 13:58:16.536 INFO E| Compiling atty v0.2.14
29702026-02-01T13:58:17.349Z[ helios-setup] Feb 01 13:58:16.705 INFO E| Compiling parse_int v0.9.0
29712026-02-01T13:58:17.379Z[ helios-setup] Feb 01 13:58:16.735 INFO E| Compiling heck v0.3.3
29722026-02-01T13:58:17.458Z[ helios-setup] Feb 01 13:58:16.814 INFO E| Compiling textwrap v0.11.0
29732026-02-01T13:58:17.491Z[ helios-setup] Feb 01 13:58:16.847 INFO E| Compiling unic-common v0.9.0
29742026-02-01T13:58:17.515Z[ helios-setup] Feb 01 13:58:16.870 INFO E| Compiling byteorder v1.5.0
29752026-02-01T13:58:17.603Z[ helios-setup] Feb 01 13:58:16.959 INFO E| Compiling ansi_term v0.12.1
29762026-02-01T13:58:17.822Z[ helios-setup] Feb 01 13:58:17.178 INFO E| Compiling strum v0.27.1
29772026-02-01T13:58:18.012Z[ host-package] Compiling num-rational v0.4.2
29782026-02-01T13:58:18.074Z[ helios-setup] Feb 01 13:58:17.430 INFO E| Compiling strsim v0.8.0
29792026-02-01T13:58:18.207Z[ helios-setup] Feb 01 13:58:17.562 INFO E| Compiling unic-char-range v0.9.0
29802026-02-01T13:58:18.304Z[ helios-setup] Feb 01 13:58:17.660 INFO E| Compiling fletcher v1.0.0
29812026-02-01T13:58:18.401Z[ helios-setup] Feb 01 13:58:17.757 INFO E| Compiling bitflags v1.3.2
29822026-02-01T13:58:18.426Z[ helios-setup] Feb 01 13:58:17.758 INFO E| Compiling vec_map v0.8.2
29832026-02-01T13:58:18.517Z[ helios-setup] Feb 01 13:58:17.872 INFO E| Compiling unic-ucd-version v0.9.0
29842026-02-01T13:58:18.798Z[ helios-setup] Feb 01 13:58:18.153 INFO E| Compiling unic-char-property v0.9.0
29852026-02-01T13:58:18.842Z[ helios-setup] Feb 01 13:58:18.198 INFO E| Compiling lazy_static v1.5.0
29862026-02-01T13:58:18.935Z[ helios-setup] Feb 01 13:58:18.291 INFO E| Compiling clap v2.34.0
29872026-02-01T13:58:18.960Z[ helios-setup] Feb 01 13:58:18.300 INFO E| Compiling plain v0.2.3
29882026-02-01T13:58:18.985Z[ helios-setup] Feb 01 13:58:18.329 INFO E| Compiling log v0.4.27
29892026-02-01T13:58:19.058Z[ host-package] Compiling aead v0.5.2
29902026-02-01T13:58:19.096Z[ helios-setup] Feb 01 13:58:18.452 INFO E| Compiling unic-ucd-ident v0.9.0
29912026-02-01T13:58:19.251Z[ helios-setup] Feb 01 13:58:18.607 INFO E| Compiling bytesize v2.0.1
29922026-02-01T13:58:19.701Z[ host-package] Compiling progenitor-client v0.11.2
29932026-02-01T13:58:19.872Z[ host-package] Compiling progenitor-client v0.10.0
29942026-02-01T13:58:20.453Z[ host-package] Compiling progenitor v0.11.2
29952026-02-01T13:58:20.536Z[ host-package] Compiling num-complex v0.4.6
29962026-02-01T13:58:20.796Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
29972026-02-01T13:58:21.921Z[ host-package] Compiling num v0.4.3
29982026-02-01T13:58:22.267Z[ host-package] Compiling chacha20poly1305 v0.10.1
29992026-02-01T13:58:22.999Z[ host-package] Compiling vsss-rs v3.3.4
30002026-02-01T13:58:23.063Z[ helios-setup] Feb 01 13:58:22.409 INFO E| Compiling serde_derive_internals v0.29.1
30012026-02-01T13:58:23.198Z[ helios-setup] Feb 01 13:58:22.553 INFO E| Compiling modular-bitfield-impl v0.11.2
30022026-02-01T13:58:23.198Z[ helios-setup] Feb 01 13:58:22.553 INFO E| Compiling structopt-derive v0.4.18
30032026-02-01T13:58:25.948Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30042026-02-01T13:58:26.062Z[ helios-setup] Feb 01 13:58:25.415 INFO E| Compiling thiserror-impl v2.0.12
30052026-02-01T13:58:26.062Z[ helios-setup] Feb 01 13:58:25.416 INFO E| Compiling serde_derive v1.0.219
30062026-02-01T13:58:26.062Z[ helios-setup] Feb 01 13:58:25.416 INFO E| Compiling schemars_derive v0.8.22
30072026-02-01T13:58:26.300Z[ helios-setup] Feb 01 13:58:25.656 INFO E| Compiling zerocopy-derive v0.8.25
30082026-02-01T13:58:26.380Z[ helios-setup] Feb 01 13:58:25.736 INFO E| Compiling num-derive v0.4.2
30092026-02-01T13:58:26.582Z[ helios-setup] Feb 01 13:58:25.938 INFO E| Compiling modular-bitfield-impl v0.13.1
30102026-02-01T13:58:26.606Z[ helios-setup] Feb 01 13:58:25.955 INFO E| Compiling modular-bitfield v0.11.2
30112026-02-01T13:58:28.192Z[ helios-setup] Feb 01 13:58:27.548 INFO E| Compiling strum_macros v0.27.1
30122026-02-01T13:58:29.402Z[ helios-setup] Feb 01 13:58:28.757 INFO E| Compiling scroll_derive v0.12.1
30132026-02-01T13:58:30.355Z[ helios-setup] Feb 01 13:58:29.711 INFO E| Compiling structopt v0.3.26
30142026-02-01T13:58:30.470Z[ helios-setup] Feb 01 13:58:29.826 INFO E| Compiling pest v2.8.0
30152026-02-01T13:58:30.708Z[ helios-setup] Feb 01 13:58:30.064 INFO E| Compiling modular-bitfield v0.13.1
30162026-02-01T13:58:31.668Z[ helios-setup] Feb 01 13:58:31.024 INFO E| Compiling scroll v0.12.0
30172026-02-01T13:58:32.013Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30182026-02-01T13:58:32.328Z[ helios-setup] Feb 01 13:58:31.684 INFO E| Compiling goblin v0.9.3
30192026-02-01T13:58:32.999Z[ host-package] Compiling console v0.15.10
30202026-02-01T13:58:33.138Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30212026-02-01T13:58:34.308Z[ helios-setup] Feb 01 13:58:33.664 INFO E| Compiling pest_meta v2.8.0
30222026-02-01T13:58:36.145Z[ helios-setup] Feb 01 13:58:35.501 INFO E| Compiling pest_generator v2.8.0
30232026-02-01T13:58:38.351Z[ helios-setup] Feb 01 13:58:37.706 INFO E| Compiling pest_derive v2.8.0
30242026-02-01T13:58:38.593Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30252026-02-01T13:58:40.139Z[ host-package] Compiling progenitor v0.10.0
30262026-02-01T13:58:40.482Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30272026-02-01T13:58:42.182Z[ helios-setup] Feb 01 13:58:41.537 INFO E| Compiling json5 v0.4.1
30282026-02-01T13:58:43.591Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30292026-02-01T13:58:44.387Z[ host-package] Compiling float-ord v0.3.2
30302026-02-01T13:58:45.291Z[ host-package] Compiling toml v0.8.23
30312026-02-01T13:58:45.330Z[ host-package] Compiling newline-converter v0.3.0
30322026-02-01T13:58:45.643Z[ host-package] Compiling atomicwrites v0.4.4
30332026-02-01T13:58:45.992Z[ helios-setup] Feb 01 13:58:45.348 INFO E| Compiling four-cc v0.4.0
30342026-02-01T13:58:45.992Z[ helios-setup] Feb 01 13:58:45.348 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30352026-02-01T13:58:46.250Z[ helios-setup] Feb 01 13:58:45.606 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30362026-02-01T13:58:46.291Z[ host-package] Compiling prettyplease v0.2.36
30372026-02-01T13:58:46.438Z[ host-package] Compiling slog-dtrace v0.3.0
30382026-02-01T13:58:51.798Z[ host-package] Compiling expectorate v1.2.0
30392026-02-01T13:58:52.319Z[ host-package] Compiling cancel-safe-futures v0.1.5
30402026-02-01T13:58:52.753Z[ host-package] Compiling owo-colors v4.2.2
30412026-02-01T13:58:53.589Z[ host-package] Compiling resolv-conf v0.7.0
30422026-02-01T13:58:55.053Z[ host-package] Compiling libsw-core v0.3.1
30432026-02-01T13:58:55.411Z[ host-package] Compiling libsw v3.5.0
30442026-02-01T13:58:57.089Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30452026-02-01T13:58:57.347Z[ host-package] Compiling linear-map v1.2.0
30462026-02-01T13:58:57.399Z[ host-package] Compiling linked-hash-map v0.5.6
30472026-02-01T13:58:57.824Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30482026-02-01T13:58:57.951Z[ host-package] Compiling lru-cache v0.1.2
30492026-02-01T13:58:58.375Z[ host-package] Compiling unicode-xid v0.2.6
30502026-02-01T13:58:58.539Z[ host-package] Compiling hickory-proto v0.24.4
30512026-02-01T13:58:58.641Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30522026-02-01T13:58:59.684Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30532026-02-01T13:59:04.232Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30542026-02-01T13:59:04.443Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30552026-02-01T13:59:08.131Z[ host-package] Compiling hickory-resolver v0.24.4
30562026-02-01T13:59:08.538Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30572026-02-01T13:59:11.759Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30582026-02-01T13:59:13.897Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30592026-02-01T13:59:13.990Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30602026-02-01T13:59:15.175Z[ host-package] Compiling convert_case v0.7.1
30612026-02-01T13:59:15.363Z[ host-package] Compiling qorb v0.4.1
30622026-02-01T13:59:16.008Z[ host-package] Compiling derive_more-impl v2.0.1
30632026-02-01T13:59:16.129Z[ host-package] warning: value assigned to `rack_uuid` is never read
30642026-02-01T13:59:16.129Z[ host-package] --> bootstore/src/schemes/v0/share_pkg.rs:34:9
30652026-02-01T13:59:16.129Z[ host-package] |
30662026-02-01T13:59:16.129Z[ host-package] 34 | pub rack_uuid: Uuid,
30672026-02-01T13:59:16.154Z[ host-package] | ^^^^^^^^^
30682026-02-01T13:59:16.154Z[ host-package] |
30692026-02-01T13:59:16.154Z[ host-package] = help: maybe it is overwritten before being read?
30702026-02-01T13:59:16.154Z[ host-package] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
30712026-02-01T13:59:16.154Z[ host-package]
30722026-02-01T13:59:16.154Z[ host-package] warning: value assigned to `share_digests` is never read
30732026-02-01T13:59:16.154Z[ host-package] --> bootstore/src/schemes/v0/share_pkg.rs:50:9
30742026-02-01T13:59:16.154Z[ host-package] |
30752026-02-01T13:59:16.154Z[ host-package] 50 | pub share_digests: BTreeSet<Sha3_256Digest>,
30762026-02-01T13:59:16.154Z[ host-package] | ^^^^^^^^^^^^^
30772026-02-01T13:59:16.154Z[ host-package] |
30782026-02-01T13:59:16.154Z[ host-package] = help: maybe it is overwritten before being read?
30792026-02-01T13:59:16.154Z[ host-package]
30802026-02-01T13:59:16.178Z[ host-package] warning: value assigned to `initial_membership` is never read
30812026-02-01T13:59:16.178Z[ host-package] --> bootstore/src/schemes/v0/share_pkg.rs:65:9
30822026-02-01T13:59:16.178Z[ host-package] |
30832026-02-01T13:59:16.178Z[ host-package] 65 | pub initial_membership: BTreeSet<Baseboard>,
30842026-02-01T13:59:16.178Z[ host-package] | ^^^^^^^^^^^^^^^^^^
30852026-02-01T13:59:16.178Z[ host-package] |
30862026-02-01T13:59:16.178Z[ host-package] = help: maybe it is overwritten before being read?
30872026-02-01T13:59:16.178Z[ host-package]
30882026-02-01T13:59:16.178Z[ host-package] warning: value assigned to `encrypted_shares` is never read
30892026-02-01T13:59:16.179Z[ host-package] --> bootstore/src/schemes/v0/share_pkg.rs:90:9
30902026-02-01T13:59:16.179Z[ host-package] |
30912026-02-01T13:59:16.179Z[ host-package] 90 | pub encrypted_shares: Vec<u8>,
30922026-02-01T13:59:16.179Z[ host-package] | ^^^^^^^^^^^^^^^^
30932026-02-01T13:59:16.179Z[ host-package] |
30942026-02-01T13:59:16.179Z[ host-package] = help: maybe it is overwritten before being read?
30952026-02-01T13:59:16.179Z[ host-package]
30962026-02-01T13:59:16.929Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30972026-02-01T13:59:17.335Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30982026-02-01T13:59:17.601Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30992026-02-01T13:59:18.030Z[ helios-setup] Feb 01 13:59:17.386 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31002026-02-01T13:59:26.685Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31012026-02-01T13:59:27.176Z[ helios-setup] Feb 01 13:59:26.532 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31022026-02-01T13:59:28.999Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31032026-02-01T13:59:30.399Z[ host-package] Compiling derive_more v2.0.1
31042026-02-01T13:59:30.600Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31052026-02-01T13:59:31.238Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31062026-02-01T13:59:31.762Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31072026-02-01T13:59:31.879Z[ host-package] Compiling vte_generate_state_changes v0.1.2
31082026-02-01T13:59:32.157Z[ host-package] Compiling termtree v0.5.1
31092026-02-01T13:59:32.479Z[ host-package] Compiling siphasher v1.0.1
31102026-02-01T13:59:32.526Z[ host-package] Compiling vte v0.11.1
31112026-02-01T13:59:33.010Z[ host-package] Compiling phf_shared v0.12.1
31122026-02-01T13:59:33.565Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31132026-02-01T13:59:34.151Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31142026-02-01T13:59:34.958Z[ host-package] warning: `bootstore` (lib) generated 4 warnings
31152026-02-01T13:59:34.985Z[ host-package] Compiling crossterm v0.29.0
31162026-02-01T13:59:36.460Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31172026-02-01T13:59:36.517Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31182026-02-01T13:59:37.507Z[ host-package] Compiling csv-core v0.1.11
31192026-02-01T13:59:38.517Z[ host-package] Compiling chrono-tz v0.10.4
31202026-02-01T13:59:38.973Z[ host-package] Compiling csv v1.3.1
31212026-02-01T13:59:39.392Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31222026-02-01T13:59:40.087Z[ host-package] Compiling strip-ansi-escapes v0.2.0
31232026-02-01T13:59:41.176Z[ host-package] Compiling phf v0.12.1
31242026-02-01T13:59:41.502Z[ host-package] Compiling const_format_proc_macros v0.2.34
31252026-02-01T13:59:41.715Z[ host-package] Compiling papergrid v0.11.0
31262026-02-01T13:59:42.788Z[ host-package] Compiling tabled_derive v0.7.0
31272026-02-01T13:59:43.566Z[ host-package] Compiling fd-lock v4.0.2
31282026-02-01T13:59:43.950Z[ host-package] Compiling peg-macros v0.8.5
31292026-02-01T13:59:44.056Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31302026-02-01T13:59:45.185Z[ host-package] Compiling nu-ansi-term v0.50.1
31312026-02-01T13:59:45.270Z[ host-package] Compiling highway v1.3.0
31322026-02-01T13:59:46.497Z[ host-package] Compiling tough v0.20.0
31332026-02-01T13:59:46.843Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31342026-02-01T13:59:46.995Z[ host-package] Compiling peg v0.8.5
31352026-02-01T13:59:47.184Z[ host-package] Compiling reedline v0.40.0
31362026-02-01T13:59:48.404Z[ host-package] Compiling tabled v0.15.0
31372026-02-01T13:59:48.570Z[ host-package] Compiling const_format v0.2.34
31382026-02-01T13:59:51.634Z[ helios-setup] Feb 01 13:59:50.991 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s
31392026-02-01T13:59:51.675Z[ helios-setup] Feb 01 13:59:51.031 INFO building project "amd-host-image-builder" ok (103 seconds)
31402026-02-01T13:59:51.675Z[ helios-setup] Feb 01 13:59:51.031 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
31412026-02-01T13:59:51.762Z[ helios-setup] Feb 01 13:59:51.118 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.93.0-x86_64-unknown-illumos (default)"
31422026-02-01T13:59:51.762Z[ helios-setup] Feb 01 13:59:51.118 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31432026-02-01T13:59:51.786Z[ helios-setup] Feb 01 13:59:51.118 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31442026-02-01T13:59:52.110Z[ helios-setup] Feb 01 13:59:51.466 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31452026-02-01T13:59:52.671Z[ helios-setup] Feb 01 13:59:52.027 INFO E| From https://github.com/jclulow/rust-jmclib
31462026-02-01T13:59:52.671Z[ helios-setup] Feb 01 13:59:52.027 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31472026-02-01T13:59:52.695Z[ helios-setup] Feb 01 13:59:52.044 INFO E| Updating crates.io index
31482026-02-01T13:59:52.798Z[ helios-setup] Feb 01 13:59:52.154 INFO E| Downloading crates ...
31492026-02-01T13:59:52.899Z[ helios-setup] Feb 01 13:59:52.255 INFO E| Downloaded opaque-debug v0.3.0
31502026-02-01T13:59:52.923Z[ helios-setup] Feb 01 13:59:52.258 INFO E| Downloaded walkdir v2.3.3
31512026-02-01T13:59:52.923Z[ helios-setup] Feb 01 13:59:52.260 INFO E| Downloaded uuid v0.8.2
31522026-02-01T13:59:52.923Z[ helios-setup] Feb 01 13:59:52.264 INFO E| Downloaded toml v0.5.11
31532026-02-01T13:59:52.923Z[ helios-setup] Feb 01 13:59:52.267 INFO E| Downloaded serde_derive v1.0.193
31542026-02-01T13:59:52.923Z[ helios-setup] Feb 01 13:59:52.270 INFO E| Downloaded serde v1.0.193
31552026-02-01T13:59:52.923Z[ helios-setup] Feb 01 13:59:52.273 INFO E| Downloaded getrandom v0.2.10
31562026-02-01T13:59:52.923Z[ helios-setup] Feb 01 13:59:52.277 INFO E| Downloaded unicode-ident v1.0.11
31572026-02-01T13:59:52.947Z[ helios-setup] Feb 01 13:59:52.280 INFO E| Downloaded serde_json v1.0.103
31582026-02-01T13:59:52.947Z[ helios-setup] Feb 01 13:59:52.287 INFO E| Downloaded typenum v1.16.0
31592026-02-01T13:59:52.947Z[ helios-setup] Feb 01 13:59:52.290 INFO E| Downloaded ryu v1.0.15
31602026-02-01T13:59:52.947Z[ helios-setup] Feb 01 13:59:52.293 INFO E| Downloaded quote v1.0.31
31612026-02-01T13:59:52.947Z[ helios-setup] Feb 01 13:59:52.295 INFO E| Downloaded proc-macro2 v1.0.66
31622026-02-01T13:59:52.947Z[ helios-setup] Feb 01 13:59:52.301 INFO E| Downloaded once_cell v1.18.0
31632026-02-01T13:59:52.947Z[ helios-setup] Feb 01 13:59:52.301 INFO E| Downloaded syn v2.0.32
31642026-02-01T13:59:52.971Z[ helios-setup] Feb 01 13:59:52.311 INFO E| Downloaded tempfile v3.7.0
31652026-02-01T13:59:52.971Z[ helios-setup] Feb 01 13:59:52.313 INFO E| Downloaded sha-1 v0.9.8
31662026-02-01T13:59:52.971Z[ helios-setup] Feb 01 13:59:52.315 INFO E| Downloaded libdevinfo-sys v1.0.0
31672026-02-01T13:59:52.971Z[ helios-setup] Feb 01 13:59:52.316 INFO E| Downloaded rustix v0.38.4
31682026-02-01T13:59:53.029Z[ helios-setup] Feb 01 13:59:52.385 INFO E| Downloaded glob v0.3.1
31692026-02-01T13:59:53.053Z[ helios-setup] Feb 01 13:59:52.387 INFO E| Downloaded fastrand v2.0.0
31702026-02-01T13:59:53.053Z[ helios-setup] Feb 01 13:59:52.388 INFO E| Downloaded cpufeatures v0.2.9
31712026-02-01T13:59:53.053Z[ helios-setup] Feb 01 13:59:52.390 INFO E| Downloaded bitflags v2.3.3
31722026-02-01T13:59:53.053Z[ helios-setup] Feb 01 13:59:52.393 INFO E| Downloaded anyhow v1.0.72
31732026-02-01T13:59:53.053Z[ helios-setup] Feb 01 13:59:52.397 INFO E| Downloaded md-5 v0.9.1
31742026-02-01T13:59:53.053Z[ helios-setup] Feb 01 13:59:52.398 INFO E| Downloaded itoa v1.0.9
31752026-02-01T13:59:53.053Z[ helios-setup] Feb 01 13:59:52.400 INFO E| Downloaded errno v0.3.1
31762026-02-01T13:59:53.053Z[ helios-setup] Feb 01 13:59:52.402 INFO E| Downloaded digest v0.9.0
31772026-02-01T13:59:53.053Z[ helios-setup] Feb 01 13:59:52.403 INFO E| Downloaded block-buffer v0.9.0
31782026-02-01T13:59:53.053Z[ helios-setup] Feb 01 13:59:52.405 INFO E| Downloaded libc v0.2.147
31792026-02-01T13:59:53.140Z[ helios-setup] Feb 01 13:59:52.497 INFO E| Compiling libc v0.2.147
31802026-02-01T13:59:53.140Z[ helios-setup] Feb 01 13:59:52.497 INFO E| Compiling proc-macro2 v1.0.66
31812026-02-01T13:59:53.164Z[ helios-setup] Feb 01 13:59:52.497 INFO E| Compiling unicode-ident v1.0.11
31822026-02-01T13:59:53.164Z[ helios-setup] Feb 01 13:59:52.498 INFO E| Compiling cfg-if v1.0.0
31832026-02-01T13:59:53.164Z[ helios-setup] Feb 01 13:59:52.498 INFO E| Compiling version_check v0.9.4
31842026-02-01T13:59:53.188Z[ helios-setup] Feb 01 13:59:52.533 INFO E| Compiling typenum v1.16.0
31852026-02-01T13:59:53.188Z[ helios-setup] Feb 01 13:59:52.533 INFO E| Compiling serde v1.0.193
31862026-02-01T13:59:53.189Z[ helios-setup] Feb 01 13:59:52.533 INFO E| Compiling time-core v0.1.2
31872026-02-01T13:59:53.331Z[ helios-setup] Feb 01 13:59:52.688 INFO E| Compiling itoa v1.0.9
31882026-02-01T13:59:53.572Z[ helios-setup] Feb 01 13:59:52.928 INFO E| Compiling rustix v0.38.4
31892026-02-01T13:59:53.715Z[ helios-setup] Feb 01 13:59:53.072 INFO E| Compiling powerfmt v0.2.0
31902026-02-01T13:59:53.950Z[ helios-setup] Feb 01 13:59:53.306 INFO E| Compiling slog v2.7.0
31912026-02-01T13:59:54.191Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31922026-02-01T13:59:54.441Z[ helios-setup] Feb 01 13:59:53.785 INFO E| Compiling num-conv v0.1.0
31932026-02-01T13:59:54.465Z[ helios-setup] Feb 01 13:59:53.807 INFO E| Compiling deranged v0.3.11
31942026-02-01T13:59:54.497Z[ helios-setup] Feb 01 13:59:53.854 INFO E| Compiling generic-array v0.14.7
31952026-02-01T13:59:55.016Z[ helios-setup] Feb 01 13:59:54.372 INFO E| Compiling time-macros v0.2.18
31962026-02-01T13:59:55.099Z[ helios-setup] Feb 01 13:59:54.456 INFO E| Compiling bitflags v2.3.3
31972026-02-01T13:59:55.200Z[ helios-setup] Feb 01 13:59:54.557 INFO E| Compiling num_threads v0.1.6
31982026-02-01T13:59:55.379Z[ helios-setup] Feb 01 13:59:54.735 INFO E| Compiling once_cell v1.18.0
31992026-02-01T13:59:55.856Z[ helios-setup] Feb 01 13:59:55.213 INFO E| Compiling quote v1.0.31
32002026-02-01T13:59:56.323Z[ helios-setup] Feb 01 13:59:55.680 INFO E| Compiling thread_local v1.1.7
32012026-02-01T13:59:56.604Z[ helios-setup] Feb 01 13:59:55.960 INFO E| Compiling syn v2.0.32
32022026-02-01T13:59:56.658Z[ helios-setup] Feb 01 13:59:56.015 INFO E| Compiling dirs-sys-next v0.1.2
32032026-02-01T13:59:57.028Z[ helios-setup] Feb 01 13:59:56.384 INFO E| Compiling errno v0.3.1
32042026-02-01T13:59:57.098Z[ helios-setup] Feb 01 13:59:56.454 INFO E| Compiling atty v0.2.14
32052026-02-01T13:59:57.328Z[ helios-setup] Feb 01 13:59:56.684 INFO E| Compiling dirs-next v2.0.0
32062026-02-01T13:59:57.352Z[ helios-setup] Feb 01 13:59:56.706 INFO E| Compiling serde_json v1.0.103
32072026-02-01T13:59:57.484Z[ helios-setup] Feb 01 13:59:56.841 INFO E| Compiling fastrand v2.0.0
32082026-02-01T13:59:57.851Z[ helios-setup] Feb 01 13:59:57.208 INFO E| Compiling term v0.7.0
32092026-02-01T13:59:58.067Z[ helios-setup] Feb 01 13:59:57.423 INFO E| Compiling block-buffer v0.9.0
32102026-02-01T13:59:58.150Z[ helios-setup] Feb 01 13:59:57.507 INFO E| Compiling digest v0.9.0
32112026-02-01T13:59:58.325Z[ helios-setup] Feb 01 13:59:57.681 INFO E| Compiling opaque-debug v0.3.0
32122026-02-01T13:59:58.360Z[ helios-setup] Feb 01 13:59:57.716 INFO E| Compiling anyhow v1.0.72
32132026-02-01T13:59:58.424Z[ helios-setup] Feb 01 13:59:57.781 INFO E| Compiling getrandom v0.2.10
32142026-02-01T13:59:58.698Z[ helios-setup] Feb 01 13:59:58.053 INFO E| Compiling ryu v1.0.15
32152026-02-01T13:59:58.808Z[ helios-setup] Feb 01 13:59:58.165 INFO E| Compiling cpufeatures v0.2.9
32162026-02-01T13:59:58.832Z[ helios-setup] Feb 01 13:59:58.171 INFO E| Compiling time v0.3.36
32172026-02-01T13:59:58.922Z[ helios-setup] Feb 01 13:59:58.279 INFO E| Compiling unicode-width v0.1.10
32182026-02-01T13:59:59.262Z[ helios-setup] Feb 01 13:59:58.618 INFO E| Compiling same-file v1.0.6
32192026-02-01T13:59:59.286Z[ helios-setup] Feb 01 13:59:58.627 INFO E| Compiling getopts v0.2.21
32202026-02-01T13:59:59.321Z[ helios-setup] Feb 01 13:59:58.678 INFO E| Compiling sha-1 v0.9.8
32212026-02-01T13:59:59.864Z[ helios-setup] Feb 01 13:59:59.221 INFO E| Compiling walkdir v2.3.3
32222026-02-01T13:59:59.922Z[ helios-setup] Feb 01 13:59:59.279 INFO E| Compiling md-5 v0.9.1
32232026-02-01T14:00:00.291Z[ helios-setup] Feb 01 13:59:59.647 INFO E| Compiling tempfile v3.7.0
32242026-02-01T14:00:00.464Z[ helios-setup] Feb 01 13:59:59.820 INFO E| Compiling glob v0.3.1
32252026-02-01T14:00:00.828Z[ helios-setup] Feb 01 14:00:00.184 INFO E| Compiling libdevinfo-sys v1.0.0
32262026-02-01T14:00:02.193Z[ helios-setup] Feb 01 14:00:01.549 INFO E| Compiling slog-term v2.9.0
32272026-02-01T14:00:02.845Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32282026-02-01T14:00:03.141Z[ helios-setup] Feb 01 14:00:02.497 INFO E| Compiling serde_derive v1.0.193
32292026-02-01T14:00:04.004Z[ host-package] Compiling bcs v0.1.6
32302026-02-01T14:00:04.752Z[ host-package] Compiling semver v0.1.20
32312026-02-01T14:00:05.325Z[ host-package] Compiling rustc_version v0.1.7
32322026-02-01T14:00:05.786Z[ host-package] Compiling newtype_derive v0.1.6
32332026-02-01T14:00:06.184Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32342026-02-01T14:00:06.737Z[ host-package] Compiling smawk v0.3.2
32352026-02-01T14:00:07.144Z[ host-package] Compiling unicode-linebreak v0.1.5
32362026-02-01T14:00:07.725Z[ host-package] Compiling humantime v2.2.0
32372026-02-01T14:00:07.832Z[ host-package] Compiling textwrap v0.16.2
32382026-02-01T14:00:08.679Z[ host-package] Compiling dropshot-api-manager-types v0.2.4
32392026-02-01T14:00:08.833Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32402026-02-01T14:00:09.853Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32412026-02-01T14:00:09.966Z[ host-package] Compiling steno v0.4.1
32422026-02-01T14:00:11.126Z[ host-package] Compiling utf-8 v0.7.6
32432026-02-01T14:00:11.567Z[ host-package] Compiling moka v0.12.10
32442026-02-01T14:00:11.651Z[ host-package] Compiling tagptr v0.2.0
32452026-02-01T14:00:11.808Z[ host-package] Compiling tungstenite v0.21.0
32462026-02-01T14:00:12.070Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32472026-02-01T14:00:12.226Z[ helios-setup] Feb 01 14:00:11.583 INFO E| Compiling toml v0.5.11
32482026-02-01T14:00:12.226Z[ helios-setup] Feb 01 14:00:11.583 INFO E| Compiling uuid v0.8.2
32492026-02-01T14:00:12.401Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32502026-02-01T14:00:13.630Z[ host-package] Compiling tokio-tungstenite v0.21.0
32512026-02-01T14:00:14.002Z[ helios-setup] Feb 01 14:00:13.358 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32522026-02-01T14:00:14.352Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32532026-02-01T14:00:15.314Z[ host-package] Compiling hickory-resolver v0.25.2
32542026-02-01T14:00:15.585Z[ helios-setup] Feb 01 14:00:14.941 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32552026-02-01T14:00:16.414Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
32562026-02-01T14:00:19.582Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32572026-02-01T14:00:24.529Z[ helios-setup] Feb 01 14:00:23.886 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.66s
32582026-02-01T14:00:24.557Z[ helios-setup] Feb 01 14:00:23.914 INFO building project "image-builder" ok (32 seconds)
32592026-02-01T14:00:24.557Z[ helios-setup] Feb 01 14:00:23.914 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
32602026-02-01T14:00:24.622Z[ helios-setup] Feb 01 14:00:23.978 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.93.0-x86_64-unknown-illumos (default)"
32612026-02-01T14:00:24.622Z[ helios-setup] Feb 01 14:00:23.979 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
32622026-02-01T14:00:24.646Z[ helios-setup] Feb 01 14:00:23.979 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
32632026-02-01T14:00:24.852Z[ helios-setup] Feb 01 14:00:24.209 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
32642026-02-01T14:00:25.308Z[ host-package] Compiling proc-macro-error2 v2.0.1
32652026-02-01T14:00:26.105Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32662026-02-01T14:00:27.946Z[ helios-setup] Feb 01 14:00:27.303 INFO E| From https://github.com/oxidecomputer/progenitor
32672026-02-01T14:00:27.946Z[ helios-setup] Feb 01 14:00:27.303 INFO E| * [new ref] 5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952 -> refs/commit/5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952
32682026-02-01T14:00:28.045Z[ helios-setup] Feb 01 14:00:27.402 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32692026-02-01T14:00:28.563Z[ helios-setup] Feb 01 14:00:27.919 INFO E| From https://github.com/jclulow/hiercmd
32702026-02-01T14:00:28.563Z[ helios-setup] Feb 01 14:00:27.919 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32712026-02-01T14:00:28.587Z[ helios-setup] Feb 01 14:00:27.936 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32722026-02-01T14:00:28.732Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32732026-02-01T14:00:29.134Z[ helios-setup] Feb 01 14:00:28.491 INFO E| From https://github.com/oxidecomputer/network-interface
32742026-02-01T14:00:29.134Z[ helios-setup] Feb 01 14:00:28.491 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32752026-02-01T14:00:29.161Z[ helios-setup] Feb 01 14:00:28.516 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32762026-02-01T14:00:29.185Z[ host-package] Compiling num-derive v0.3.3
32772026-02-01T14:00:29.597Z[ helios-setup] Feb 01 14:00:28.953 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32782026-02-01T14:00:29.597Z[ helios-setup] Feb 01 14:00:28.953 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32792026-02-01T14:00:29.623Z[ helios-setup] Feb 01 14:00:28.980 INFO E| Updating crates.io index
32802026-02-01T14:00:29.997Z[ helios-setup] Feb 01 14:00:29.354 INFO E| Downloading crates ...
32812026-02-01T14:00:30.182Z[ host-package] Compiling vergen-gitcl v1.0.8
32822026-02-01T14:00:30.305Z[ helios-setup] Feb 01 14:00:29.662 INFO E| Downloaded bitfield-macros v0.19.3
32832026-02-01T14:00:30.330Z[ helios-setup] Feb 01 14:00:29.663 INFO E| Downloaded bincode_derive v2.0.1
32842026-02-01T14:00:30.330Z[ helios-setup] Feb 01 14:00:29.670 INFO E| Downloaded autocfg v1.5.0
32852026-02-01T14:00:30.330Z[ helios-setup] Feb 01 14:00:29.677 INFO E| Downloaded flagset v0.4.7
32862026-02-01T14:00:30.330Z[ helios-setup] Feb 01 14:00:29.679 INFO E| Downloaded find-msvc-tools v0.1.4
32872026-02-01T14:00:30.330Z[ helios-setup] Feb 01 14:00:29.685 INFO E| Downloaded thread_local v1.1.9
32882026-02-01T14:00:30.355Z[ helios-setup] Feb 01 14:00:29.698 INFO E| Downloaded yoke-derive v0.8.1
32892026-02-01T14:00:30.355Z[ helios-setup] Feb 01 14:00:29.702 INFO E| Downloaded zerofrom-derive v0.1.6
32902026-02-01T14:00:30.355Z[ helios-setup] Feb 01 14:00:29.707 INFO E| Downloaded yoke v0.8.1
32912026-02-01T14:00:30.380Z[ helios-setup] Feb 01 14:00:29.712 INFO E| Downloaded zerovec-derive v0.11.2
32922026-02-01T14:00:30.380Z[ helios-setup] Feb 01 14:00:29.722 INFO E| Downloaded writeable v0.6.2
32932026-02-01T14:00:30.380Z[ helios-setup] Feb 01 14:00:29.735 INFO E| Downloaded zerotrie v0.2.3
32942026-02-01T14:00:30.404Z[ helios-setup] Feb 01 14:00:29.750 INFO E| Downloaded typenum v1.19.0
32952026-02-01T14:00:30.404Z[ helios-setup] Feb 01 14:00:29.757 INFO E| Downloaded term v1.2.0
32962026-02-01T14:00:30.428Z[ helios-setup] Feb 01 14:00:29.769 INFO E| Downloaded zerovec v0.11.5
32972026-02-01T14:00:30.428Z[ helios-setup] Feb 01 14:00:29.778 INFO E| Downloaded tokio-util v0.7.16
32982026-02-01T14:00:30.451Z[ helios-setup] Feb 01 14:00:29.790 INFO E| Downloaded num-bigint-dig v0.8.4
32992026-02-01T14:00:30.451Z[ helios-setup] Feb 01 14:00:29.796 INFO E| Downloaded hyper v1.7.0
33002026-02-01T14:00:30.475Z[ helios-setup] Feb 01 14:00:29.811 INFO E| Downloaded winnow v0.7.13
33012026-02-01T14:00:30.475Z[ helios-setup] Feb 01 14:00:29.823 INFO E| Downloaded regex v1.12.2
33022026-02-01T14:00:30.475Z[ host-package] Compiling dirs-sys-next v0.1.2
33032026-02-01T14:00:30.499Z[ helios-setup] Feb 01 14:00:29.833 INFO E| Downloaded unicode-width v0.2.2
33042026-02-01T14:00:30.499Z[ helios-setup] Feb 01 14:00:29.841 INFO E| Downloaded portable-atomic v1.11.1
33052026-02-01T14:00:30.499Z[ helios-setup] Feb 01 14:00:29.851 INFO E| Downloaded idna v1.1.0
33062026-02-01T14:00:30.523Z[ helios-setup] Feb 01 14:00:29.857 INFO E| Downloaded icu_properties_data v2.1.1
33072026-02-01T14:00:30.523Z[ helios-setup] Feb 01 14:00:29.876 INFO E| Downloaded h2 v0.4.12
33082026-02-01T14:00:30.547Z[ helios-setup] Feb 01 14:00:29.884 INFO E| Downloaded libm v0.2.15
33092026-02-01T14:00:30.547Z[ helios-setup] Feb 01 14:00:29.898 INFO E| Downloaded hashbrown v0.16.0
33102026-02-01T14:00:30.570Z[ helios-setup] Feb 01 14:00:29.905 INFO E| Downloaded rhai v1.23.6
33112026-02-01T14:00:30.570Z[ helios-setup] Feb 01 14:00:29.923 INFO E| Downloaded syn v2.0.108
33122026-02-01T14:00:30.594Z[ helios-setup] Feb 01 14:00:29.939 INFO E| Downloaded regress v0.10.5
33132026-02-01T14:00:30.594Z[ helios-setup] Feb 01 14:00:29.950 INFO E| Downloaded regex-syntax v0.8.8
33142026-02-01T14:00:30.618Z[ helios-setup] Feb 01 14:00:29.960 INFO E| Downloaded typify-impl v0.5.0
33152026-02-01T14:00:30.666Z[ helios-setup] Feb 01 14:00:30.023 INFO E| Downloaded mio v1.1.0
33162026-02-01T14:00:30.690Z[ helios-setup] Feb 01 14:00:30.031 INFO E| Downloaded hyper-util v0.1.17
33172026-02-01T14:00:30.690Z[ helios-setup] Feb 01 14:00:30.038 INFO E| Downloaded time v0.3.44
33182026-02-01T14:00:30.714Z[ helios-setup] Feb 01 14:00:30.052 INFO E| Downloaded rustix v1.1.2
33192026-02-01T14:00:30.737Z[ helios-setup] Feb 01 14:00:30.078 INFO E| Downloaded serde_json v1.0.145
33202026-02-01T14:00:30.737Z[ helios-setup] Feb 01 14:00:30.086 INFO E| Downloaded miniz_oxide v0.8.9
33212026-02-01T14:00:30.737Z[ helios-setup] Feb 01 14:00:30.090 INFO E| Downloaded icu_collections v2.1.1
33222026-02-01T14:00:30.762Z[ helios-setup] Feb 01 14:00:30.096 INFO E| Downloaded http v1.3.1
33232026-02-01T14:00:30.762Z[ helios-setup] Feb 01 14:00:30.101 INFO E| Downloaded rustls-pki-types v1.13.0
33242026-02-01T14:00:30.762Z[ helios-setup] Feb 01 14:00:30.107 INFO E| Downloaded log v0.4.28
33252026-02-01T14:00:30.762Z[ helios-setup] Feb 01 14:00:30.110 INFO E| Downloaded indexmap v2.12.0
33262026-02-01T14:00:30.762Z[ host-package] Compiling libscf-sys v1.1.0
33272026-02-01T14:00:30.762Z[ helios-setup] Feb 01 14:00:30.115 INFO E| Downloaded iddqd v0.3.14
33282026-02-01T14:00:30.786Z[ helios-setup] Feb 01 14:00:30.122 INFO E| Downloaded icu_provider v2.1.1
33292026-02-01T14:00:30.786Z[ helios-setup] Feb 01 14:00:30.125 INFO E| Downloaded regex-automata v0.4.13
33302026-02-01T14:00:30.809Z[ helios-setup] Feb 01 14:00:30.151 INFO E| Downloaded icu_properties v2.1.1
33312026-02-01T14:00:30.809Z[ helios-setup] Feb 01 14:00:30.151 INFO E| Downloaded icu_normalizer v2.1.1
33322026-02-01T14:00:30.809Z[ helios-setup] Feb 01 14:00:30.152 INFO E| Downloaded httparse v1.10.1
33332026-02-01T14:00:30.809Z[ helios-setup] Feb 01 14:00:30.155 INFO E| Downloaded tungstenite v0.28.0
33342026-02-01T14:00:30.810Z[ helios-setup] Feb 01 14:00:30.159 INFO E| Downloaded tokio v1.48.0
33352026-02-01T14:00:30.853Z[ helios-setup] Feb 01 14:00:30.209 INFO E| Downloaded toml_edit v0.23.7
33362026-02-01T14:00:30.876Z[ helios-setup] Feb 01 14:00:30.214 INFO E| Downloaded tempfile v3.23.0
33372026-02-01T14:00:30.876Z[ helios-setup] Feb 01 14:00:30.217 INFO E| Downloaded synstructure v0.13.2
33382026-02-01T14:00:30.876Z[ helios-setup] Feb 01 14:00:30.219 INFO E| Downloaded rhai_codegen v3.1.0
33392026-02-01T14:00:30.877Z[ helios-setup] Feb 01 14:00:30.228 INFO E| Downloaded proc-macro2 v1.0.103
33402026-02-01T14:00:30.877Z[ helios-setup] Feb 01 14:00:30.231 INFO E| Downloaded ppv-lite86 v0.2.21
33412026-02-01T14:00:30.877Z[ helios-setup] Feb 01 14:00:30.233 INFO E| Downloaded num_enum_derive v0.7.5
33422026-02-01T14:00:30.900Z[ helios-setup] Feb 01 14:00:30.234 INFO E| Downloaded libc v0.2.177
33432026-02-01T14:00:30.931Z[ helios-setup] Feb 01 14:00:30.263 INFO E| Downloaded encoding_rs v0.8.35
33442026-02-01T14:00:30.954Z[ host-package] Compiling maplit v1.0.2
33452026-02-01T14:00:30.954Z[ helios-setup] Feb 01 14:00:30.293 INFO E| Downloaded memchr v2.7.6
33462026-02-01T14:00:30.954Z[ helios-setup] Feb 01 14:00:30.299 INFO E| Downloaded icu_locale_core v2.1.1
33472026-02-01T14:00:30.955Z[ helios-setup] Feb 01 14:00:30.305 INFO E| Downloaded uuid v1.18.1
33482026-02-01T14:00:30.955Z[ helios-setup] Feb 01 14:00:30.308 INFO E| Downloaded url v2.5.7
33492026-02-01T14:00:30.979Z[ helios-setup] Feb 01 14:00:30.312 INFO E| Downloaded unicode-ident v1.0.22
33502026-02-01T14:00:30.979Z[ helios-setup] Feb 01 14:00:30.315 INFO E| Downloaded tracing-core v0.1.34
33512026-02-01T14:00:30.979Z[ helios-setup] Feb 01 14:00:30.318 INFO E| Downloaded tracing v0.1.41
33522026-02-01T14:00:30.979Z[ helios-setup] Feb 01 14:00:30.322 INFO E| Downloaded slab v0.4.11
33532026-02-01T14:00:30.979Z[ helios-setup] Feb 01 14:00:30.324 INFO E| Downloaded signal-hook-registry v1.4.6
33542026-02-01T14:00:30.979Z[ helios-setup] Feb 01 14:00:30.325 INFO E| Downloaded serde_spanned v1.0.3
33552026-02-01T14:00:30.979Z[ helios-setup] Feb 01 14:00:30.326 INFO E| Downloaded quote v1.0.41
33562026-02-01T14:00:30.979Z[ helios-setup] Feb 01 14:00:30.329 INFO E| Downloaded pkg-config v0.3.32
33572026-02-01T14:00:30.979Z[ helios-setup] Feb 01 14:00:30.330 INFO E| Downloaded pin-project-lite v0.2.16
33582026-02-01T14:00:31.003Z[ helios-setup] Feb 01 14:00:30.336 INFO E| Downloaded parking_lot_core v0.9.12
33592026-02-01T14:00:31.003Z[ helios-setup] Feb 01 14:00:30.338 INFO E| Downloaded parking_lot v0.12.5
33602026-02-01T14:00:31.003Z[ helios-setup] Feb 01 14:00:30.341 INFO E| Downloaded num_enum v0.7.5
33612026-02-01T14:00:31.003Z[ helios-setup] Feb 01 14:00:30.346 INFO E| Downloaded litemap v0.8.1
33622026-02-01T14:00:31.003Z[ helios-setup] Feb 01 14:00:30.349 INFO E| Downloaded icu_normalizer_data v2.1.1
33632026-02-01T14:00:31.003Z[ helios-setup] Feb 01 14:00:30.351 INFO E| Downloaded getopts v0.2.24
33642026-02-01T14:00:31.003Z[ helios-setup] Feb 01 14:00:30.353 INFO E| Downloaded typify v0.5.0
33652026-02-01T14:00:31.003Z[ helios-setup] Feb 01 14:00:30.357 INFO E| Downloaded smartstring v1.0.1
33662026-02-01T14:00:31.003Z[ helios-setup] Feb 01 14:00:30.360 INFO E| Downloaded lock_api v0.4.14
33672026-02-01T14:00:31.027Z[ helios-setup] Feb 01 14:00:30.361 INFO E| Downloaded libdevinfo-sys v1.1.0
33682026-02-01T14:00:31.027Z[ helios-setup] Feb 01 14:00:30.363 INFO E| Downloaded idna_adapter v1.2.1
33692026-02-01T14:00:31.027Z[ helios-setup] Feb 01 14:00:30.364 INFO E| Downloaded zeroize v1.8.2
33702026-02-01T14:00:31.027Z[ helios-setup] Feb 01 14:00:30.365 INFO E| Downloaded zerofrom v0.1.6
33712026-02-01T14:00:31.027Z[ helios-setup] Feb 01 14:00:30.366 INFO E| Downloaded virtue v0.0.18
33722026-02-01T14:00:31.027Z[ helios-setup] Feb 01 14:00:30.369 INFO E| Downloaded toml_parser v1.0.4
33732026-02-01T14:00:31.027Z[ helios-setup] Feb 01 14:00:30.372 INFO E| Downloaded toml v0.9.8
33742026-02-01T14:00:31.027Z[ host-package] Compiling crunchy v0.2.2
33752026-02-01T14:00:31.027Z[ helios-setup] Feb 01 14:00:30.380 INFO E| Downloaded stable_deref_trait v1.2.1
33762026-02-01T14:00:31.027Z[ helios-setup] Feb 01 14:00:30.381 INFO E| Downloaded is_terminal_polyfill v1.70.2
33772026-02-01T14:00:31.028Z[ helios-setup] Feb 01 14:00:30.382 INFO E| Downloaded tokio-tungstenite v0.28.0
33782026-02-01T14:00:31.065Z[ helios-setup] Feb 01 14:00:30.422 INFO E| Downloaded spin v0.5.2
33792026-02-01T14:00:31.089Z[ helios-setup] Feb 01 14:00:30.424 INFO E| Downloaded proc-macro-crate v3.4.0
33802026-02-01T14:00:31.089Z[ helios-setup] Feb 01 14:00:30.425 INFO E| Downloaded iana-time-zone v0.1.64
33812026-02-01T14:00:31.089Z[ helios-setup] Feb 01 14:00:30.429 INFO E| Downloaded anyhow v1.0.100
33822026-02-01T14:00:31.089Z[ helios-setup] Feb 01 14:00:30.434 INFO E| Downloaded anstyle-parse v0.2.7
33832026-02-01T14:00:31.089Z[ helios-setup] Feb 01 14:00:30.436 INFO E| Downloaded typify-macro v0.5.0
33842026-02-01T14:00:31.090Z[ helios-setup] Feb 01 14:00:30.438 INFO E| Downloaded toml_writer v1.0.4
33852026-02-01T14:00:31.090Z[ helios-setup] Feb 01 14:00:30.439 INFO E| Downloaded toml_datetime v0.7.3
33862026-02-01T14:00:31.090Z[ helios-setup] Feb 01 14:00:30.441 INFO E| Downloaded tls_codec_derive v0.4.2
33872026-02-01T14:00:31.090Z[ helios-setup] Feb 01 14:00:30.443 INFO E| Downloaded tls_codec v0.4.2
33882026-02-01T14:00:31.090Z[ helios-setup] Feb 01 14:00:30.446 INFO E| Downloaded potential_utf v0.1.4
33892026-02-01T14:00:31.114Z[ helios-setup] Feb 01 14:00:30.448 INFO E| Downloaded is-terminal v0.4.17
33902026-02-01T14:00:31.114Z[ helios-setup] Feb 01 14:00:30.449 INFO E| Downloaded hostname v0.4.1
33912026-02-01T14:00:31.114Z[ helios-setup] Feb 01 14:00:30.451 INFO E| Downloaded getrandom v0.2.16
33922026-02-01T14:00:31.114Z[ helios-setup] Feb 01 14:00:30.455 INFO E| Downloaded generic-array v0.14.9
33932026-02-01T14:00:31.114Z[ helios-setup] Feb 01 14:00:30.456 INFO E| Downloaded flate2 v1.1.5
33942026-02-01T14:00:31.114Z[ helios-setup] Feb 01 14:00:30.462 INFO E| Downloaded dropshot v0.16.4
33952026-02-01T14:00:31.138Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33962026-02-01T14:00:31.138Z[ helios-setup] Feb 01 14:00:30.491 INFO E| Downloaded clap_builder v4.5.51
33972026-02-01T14:00:31.162Z[ helios-setup] Feb 01 14:00:30.500 INFO E| Downloaded anstyle v1.0.13
33982026-02-01T14:00:31.162Z[ helios-setup] Feb 01 14:00:30.502 INFO E| Downloaded unty v0.0.4
33992026-02-01T14:00:31.162Z[ helios-setup] Feb 01 14:00:30.503 INFO E| Downloaded tinystr v0.8.2
34002026-02-01T14:00:31.162Z[ helios-setup] Feb 01 14:00:30.505 INFO E| Downloaded thiserror-impl v2.0.17
34012026-02-01T14:00:31.162Z[ helios-setup] Feb 01 14:00:30.507 INFO E| Downloaded thiserror v2.0.17
34022026-02-01T14:00:31.162Z[ helios-setup] Feb 01 14:00:30.514 INFO E| Downloaded thin-vec v0.2.14
34032026-02-01T14:00:31.162Z[ helios-setup] Feb 01 14:00:30.516 INFO E| Downloaded no-std-compat v0.4.1
34042026-02-01T14:00:31.162Z[ helios-setup] Feb 01 14:00:30.518 INFO E| Downloaded colorchoice v1.0.4
34052026-02-01T14:00:31.186Z[ helios-setup] Feb 01 14:00:30.519 INFO E| Downloaded clap v4.5.51
34062026-02-01T14:00:31.186Z[ helios-setup] Feb 01 14:00:30.530 INFO E| Downloaded chrono v0.4.42
34072026-02-01T14:00:31.186Z[ helios-setup] Feb 01 14:00:30.538 INFO E| Downloaded cc v1.2.44
34082026-02-01T14:00:31.186Z[ helios-setup] Feb 01 14:00:30.542 INFO E| Downloaded aho-corasick v1.1.4
34092026-02-01T14:00:31.210Z[ helios-setup] Feb 01 14:00:30.549 INFO E| Downloaded terminal_size v0.4.3
34102026-02-01T14:00:31.210Z[ helios-setup] Feb 01 14:00:30.550 INFO E| Downloaded sync_wrapper v1.0.2
34112026-02-01T14:00:31.210Z[ helios-setup] Feb 01 14:00:30.552 INFO E| Downloaded errno v0.3.14
34122026-02-01T14:00:31.210Z[ helios-setup] Feb 01 14:00:30.553 INFO E| Downloaded env_filter v0.1.4
34132026-02-01T14:00:31.210Z[ helios-setup] Feb 01 14:00:30.556 INFO E| Downloaded devinfo v0.1.0
34142026-02-01T14:00:31.210Z[ helios-setup] Feb 01 14:00:30.557 INFO E| Downloaded crc32fast v1.5.0
34152026-02-01T14:00:31.210Z[ helios-setup] Feb 01 14:00:30.560 INFO E| Downloaded dropshot_endpoint v0.16.4
34162026-02-01T14:00:31.210Z[ helios-setup] Feb 01 14:00:30.564 INFO E| Downloaded deranged v0.5.5
34172026-02-01T14:00:31.210Z[ helios-setup] Feb 01 14:00:30.566 INFO E| Downloaded const-random v0.1.18
34182026-02-01T14:00:31.235Z[ helios-setup] Feb 01 14:00:30.567 INFO E| Downloaded clap_lex v0.7.6
34192026-02-01T14:00:31.235Z[ helios-setup] Feb 01 14:00:30.569 INFO E| Downloaded clap_derive v4.5.49
34202026-02-01T14:00:31.235Z[ helios-setup] Feb 01 14:00:30.572 INFO E| Downloaded camino v1.2.1
34212026-02-01T14:00:31.235Z[ helios-setup] Feb 01 14:00:30.574 INFO E| Downloaded bincode v2.0.1
34222026-02-01T14:00:31.235Z[ helios-setup] Feb 01 14:00:30.580 INFO E| Downloaded base64ct v1.8.0
34232026-02-01T14:00:31.235Z[ helios-setup] Feb 01 14:00:30.583 INFO E| Downloaded anstyle-query v1.1.4
34242026-02-01T14:00:31.235Z[ helios-setup] Feb 01 14:00:30.584 INFO E| Downloaded anstream v0.6.21
34252026-02-01T14:00:31.235Z[ helios-setup] Feb 01 14:00:30.587 INFO E| Downloaded crunchy v0.2.4
34262026-02-01T14:00:31.235Z[ helios-setup] Feb 01 14:00:30.588 INFO E| Downloaded crc v3.3.0
34272026-02-01T14:00:31.235Z[ helios-setup] Feb 01 14:00:30.590 INFO E| Downloaded const-random-macro v0.1.16
34282026-02-01T14:00:31.235Z[ helios-setup] Feb 01 14:00:30.591 INFO E| Downloaded bitflags v2.10.0
34292026-02-01T14:00:31.259Z[ helios-setup] Feb 01 14:00:30.596 INFO E| Downloaded bitfield v0.19.3
34302026-02-01T14:00:31.259Z[ helios-setup] Feb 01 14:00:30.598 INFO E| Downloaded adler2 v2.0.1
34312026-02-01T14:00:31.396Z[ host-package] Compiling dirs-next v2.0.0
34322026-02-01T14:00:31.461Z[ helios-setup] Feb 01 14:00:30.817 INFO E| Compiling proc-macro2 v1.0.103
34332026-02-01T14:00:31.461Z[ helios-setup] Feb 01 14:00:30.817 INFO E| Compiling quote v1.0.41
34342026-02-01T14:00:31.461Z[ helios-setup] Feb 01 14:00:30.817 INFO E| Compiling unicode-ident v1.0.22
34352026-02-01T14:00:31.461Z[ helios-setup] Feb 01 14:00:30.817 INFO E| Compiling serde_core v1.0.228
34362026-02-01T14:00:31.462Z[ helios-setup] Feb 01 14:00:30.817 INFO E| Compiling libc v0.2.177
34372026-02-01T14:00:31.462Z[ helios-setup] Feb 01 14:00:30.817 INFO E| Compiling cfg-if v1.0.4
34382026-02-01T14:00:31.462Z[ helios-setup] Feb 01 14:00:30.817 INFO E| Compiling serde v1.0.228
34392026-02-01T14:00:31.462Z[ helios-setup] Feb 01 14:00:30.817 INFO E| Compiling autocfg v1.5.0
34402026-02-01T14:00:31.569Z[ host-package] Compiling dsl_auto_type v0.1.2
34412026-02-01T14:00:31.805Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34422026-02-01T14:00:32.329Z[ helios-setup] Feb 01 14:00:31.686 INFO E| Compiling version_check v0.9.5
34432026-02-01T14:00:32.576Z[ helios-setup] Feb 01 14:00:31.932 INFO E| Compiling memchr v2.7.6
34442026-02-01T14:00:32.749Z[ helios-setup] Feb 01 14:00:32.106 INFO E| Compiling itoa v1.0.15
34452026-02-01T14:00:32.995Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
34462026-02-01T14:00:33.710Z[ host-package] Compiling tiny-keccak v2.0.2
34472026-02-01T14:00:33.799Z[ host-package] Compiling r2d2 v0.8.10
34482026-02-01T14:00:33.866Z[ host-package] Compiling diesel_derives v2.2.3
34492026-02-01T14:00:33.890Z[ helios-setup] Feb 01 14:00:33.233 INFO E| Compiling serde_json v1.0.145
34502026-02-01T14:00:33.914Z[ helios-setup] Feb 01 14:00:33.265 INFO E| Compiling bytes v1.10.1
34512026-02-01T14:00:33.986Z[ helios-setup] Feb 01 14:00:33.343 INFO E| Compiling getrandom v0.3.4
34522026-02-01T14:00:34.448Z[ host-package] Compiling term v0.7.0
34532026-02-01T14:00:34.695Z[ helios-setup] Feb 01 14:00:34.052 INFO E| Compiling pin-project-lite v0.2.16
34542026-02-01T14:00:35.342Z[ helios-setup] Feb 01 14:00:34.698 INFO E| Compiling futures-core v0.3.31
34552026-02-01T14:00:35.614Z[ host-package] Compiling tabled_derive v0.11.0
34562026-02-01T14:00:35.795Z[ helios-setup] Feb 01 14:00:35.152 INFO E| Compiling equivalent v1.0.2
34572026-02-01T14:00:35.964Z[ helios-setup] Feb 01 14:00:35.321 INFO E| Compiling foldhash v0.2.0
34582026-02-01T14:00:36.251Z[ host-package] Compiling papergrid v0.17.0
34592026-02-01T14:00:36.431Z[ helios-setup] Feb 01 14:00:35.788 INFO E| Compiling allocator-api2 v0.2.21
34602026-02-01T14:00:36.486Z[ helios-setup] Feb 01 14:00:35.842 INFO E| Compiling libm v0.2.15
34612026-02-01T14:00:36.667Z[ helios-setup] Feb 01 14:00:36.024 INFO E| Compiling num-traits v0.2.19
34622026-02-01T14:00:37.088Z[ helios-setup] Feb 01 14:00:36.445 INFO E| Compiling const-oid v0.9.6
34632026-02-01T14:00:37.237Z[ helios-setup] Feb 01 14:00:36.593 INFO E| Compiling syn v2.0.108
34642026-02-01T14:00:37.368Z[ helios-setup] Feb 01 14:00:36.725 INFO E| Compiling futures-sink v0.3.31
34652026-02-01T14:00:37.543Z[ host-package] Compiling testing_table v0.3.0
34662026-02-01T14:00:37.725Z[ helios-setup] Feb 01 14:00:37.082 INFO E| Compiling hashbrown v0.16.0
34672026-02-01T14:00:38.004Z[ helios-setup] Feb 01 14:00:37.361 INFO E| Compiling parking_lot_core v0.9.12
34682026-02-01T14:00:38.307Z[ helios-setup] Feb 01 14:00:37.664 INFO E| Compiling typenum v1.19.0
34692026-02-01T14:00:38.493Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34702026-02-01T14:00:38.994Z[ helios-setup] Feb 01 14:00:38.351 INFO E| Compiling generic-array v0.14.9
34712026-02-01T14:00:39.018Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34722026-02-01T14:00:39.145Z[ host-package] Compiling arc-swap v1.7.1
34732026-02-01T14:00:39.621Z[ host-package] Compiling xshell-macros v0.2.7
34742026-02-01T14:00:39.683Z[ helios-setup] Feb 01 14:00:39.028 INFO E| Compiling scopeguard v1.2.0
34752026-02-01T14:00:40.096Z[ helios-setup] Feb 01 14:00:39.453 INFO E| Compiling lock_api v0.4.14
34762026-02-01T14:00:40.406Z[ host-package] Compiling bit-vec v0.6.3
34772026-02-01T14:00:41.021Z[ host-package] Compiling xshell v0.2.7
34782026-02-01T14:00:41.332Z[ host-package] Compiling tabled v0.20.0
34792026-02-01T14:00:42.326Z[ helios-setup] Feb 01 14:00:41.683 INFO E| Compiling thiserror v2.0.17
34802026-02-01T14:00:42.388Z[ helios-setup] Feb 01 14:00:41.744 INFO E| Compiling slab v0.4.11
34812026-02-01T14:00:43.461Z[ helios-setup] Feb 01 14:00:42.817 INFO E| Compiling futures-channel v0.3.31
34822026-02-01T14:00:43.577Z[ helios-setup] Feb 01 14:00:42.934 INFO E| Compiling signal-hook-registry v1.4.6
34832026-02-01T14:00:43.601Z[ helios-setup] Feb 01 14:00:42.935 INFO E| Compiling mio v1.1.0
34842026-02-01T14:00:44.014Z[ helios-setup] Feb 01 14:00:43.371 INFO E| Compiling socket2 v0.6.1
34852026-02-01T14:00:44.249Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34862026-02-01T14:00:44.505Z[ helios-setup] Feb 01 14:00:43.862 INFO E| Compiling ryu v1.0.20
34872026-02-01T14:00:44.716Z[ helios-setup] Feb 01 14:00:44.073 INFO E| Compiling zerocopy v0.8.27
34882026-02-01T14:00:45.036Z[ host-package] Compiling bit-set v0.5.3
34892026-02-01T14:00:45.627Z[ helios-setup] Feb 01 14:00:44.984 INFO E| Compiling portable-atomic v1.11.1
34902026-02-01T14:00:45.730Z[ host-package] Compiling slog-scope v4.4.0
34912026-02-01T14:00:45.973Z[ helios-setup] Feb 01 14:00:45.330 INFO E| Compiling rustversion v1.0.22
34922026-02-01T14:00:46.043Z[ helios-setup] Feb 01 14:00:45.398 INFO E| Compiling pin-utils v0.1.0
34932026-02-01T14:00:46.342Z[ helios-setup] Feb 01 14:00:45.699 INFO E| Compiling futures-io v0.3.31
34942026-02-01T14:00:46.598Z[ helios-setup] Feb 01 14:00:45.955 INFO E| Compiling futures-task v0.3.31
34952026-02-01T14:00:46.872Z[ helios-setup] Feb 01 14:00:46.229 INFO E| Compiling block-buffer v0.10.4
34962026-02-01T14:00:46.942Z[ helios-setup] Feb 01 14:00:46.298 INFO E| Compiling crypto-common v0.1.6
34972026-02-01T14:00:47.166Z[ helios-setup] Feb 01 14:00:46.522 INFO E| Compiling bitflags v2.10.0
34982026-02-01T14:00:47.263Z[ host-package] Compiling ascii-canvas v3.0.0
34992026-02-01T14:00:47.353Z[ helios-setup] Feb 01 14:00:46.710 INFO E| Compiling stable_deref_trait v1.2.1
35002026-02-01T14:00:47.449Z[ helios-setup] Feb 01 14:00:46.806 INFO E| Compiling fnv v1.0.7
35012026-02-01T14:00:47.954Z[ helios-setup] Feb 01 14:00:47.272 INFO E| Compiling log v0.4.28
35022026-02-01T14:00:48.148Z[ helios-setup] Feb 01 14:00:47.505 INFO E| Compiling http v1.3.1
35032026-02-01T14:00:48.681Z[ host-package] Compiling diesel v2.2.12
35042026-02-01T14:00:48.783Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35052026-02-01T14:00:48.960Z[ helios-setup] Feb 01 14:00:48.317 INFO E| Compiling digest v0.10.7
35062026-02-01T14:00:49.055Z[ helios-setup] Feb 01 14:00:48.412 INFO E| Compiling indexmap v2.12.0
35072026-02-01T14:00:49.150Z[ helios-setup] Feb 01 14:00:48.507 INFO E| Compiling heck v0.5.0
35082026-02-01T14:00:49.928Z[ helios-setup] Feb 01 14:00:49.285 INFO E| Compiling synstructure v0.13.2
35092026-02-01T14:00:50.241Z[ helios-setup] Feb 01 14:00:49.598 INFO E| Compiling once_cell v1.21.3
35102026-02-01T14:00:50.393Z[ helios-setup] Feb 01 14:00:49.748 INFO E| Compiling schemars v0.8.22
35112026-02-01T14:00:51.084Z[ helios-setup] Feb 01 14:00:50.441 INFO E| Compiling cpufeatures v0.2.17
35122026-02-01T14:00:51.326Z[ helios-setup] Feb 01 14:00:50.683 INFO E| Compiling slog v2.8.2
35132026-02-01T14:00:51.444Z[ helios-setup] Feb 01 14:00:50.800 INFO E| Compiling serde_derive_internals v0.29.1
35142026-02-01T14:00:51.696Z[ helios-setup] Feb 01 14:00:51.053 INFO E| Compiling iana-time-zone v0.1.64
35152026-02-01T14:00:52.714Z[ helios-setup] Feb 01 14:00:52.071 INFO E| Compiling shlex v1.3.0
35162026-02-01T14:00:52.788Z[ helios-setup] Feb 01 14:00:52.145 INFO E| Compiling httparse v1.10.1
35172026-02-01T14:00:53.721Z[ helios-setup] Feb 01 14:00:53.078 INFO E| Compiling zeroize v1.8.2
35182026-02-01T14:00:54.177Z[ helios-setup] Feb 01 14:00:53.534 INFO E| Compiling find-msvc-tools v0.1.4
35192026-02-01T14:00:54.252Z[ helios-setup] Feb 01 14:00:53.609 INFO E| Compiling serde_derive v1.0.228
35202026-02-01T14:00:54.387Z[ helios-setup] Feb 01 14:00:53.744 INFO E| Compiling tokio-macros v2.6.0
35212026-02-01T14:00:54.592Z[ helios-setup] Feb 01 14:00:53.949 INFO E| Compiling zerofrom-derive v0.1.6
35222026-02-01T14:00:54.778Z[ helios-setup] Feb 01 14:00:54.135 INFO E| Compiling futures-macro v0.3.31
35232026-02-01T14:00:54.953Z[ helios-setup] Feb 01 14:00:54.310 INFO E| Compiling thiserror-impl v2.0.17
35242026-02-01T14:00:55.084Z[ helios-setup] Feb 01 14:00:54.441 INFO E| Compiling zerocopy-derive v0.8.27
35252026-02-01T14:00:56.000Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35262026-02-01T14:00:56.125Z[ helios-setup] Feb 01 14:00:55.481 INFO E| Compiling yoke-derive v0.8.1
35272026-02-01T14:00:56.197Z[ helios-setup] Feb 01 14:00:55.553 INFO E| Compiling zerovec-derive v0.11.2
35282026-02-01T14:00:57.435Z[ host-package] Compiling ena v0.14.3
35292026-02-01T14:00:57.524Z[ helios-setup] Feb 01 14:00:56.881 INFO E| Compiling displaydoc v0.2.5
35302026-02-01T14:00:57.594Z[ helios-setup] Feb 01 14:00:56.951 INFO E| Compiling futures-util v0.3.31
35312026-02-01T14:00:58.274Z[ host-package] Compiling diff v0.1.13
35322026-02-01T14:00:58.955Z[ host-package] Compiling regex-syntax v0.6.29
35332026-02-01T14:00:59.443Z[ helios-setup] Feb 01 14:00:58.800 INFO E| Compiling zerofrom v0.1.6
35342026-02-01T14:00:59.479Z[ host-package] Compiling bindgen v0.71.1
35352026-02-01T14:00:59.550Z[ helios-setup] Feb 01 14:00:58.905 INFO E| Compiling schemars_derive v0.8.22
35362026-02-01T14:01:00.161Z[ helios-setup] Feb 01 14:00:59.518 INFO E| Compiling yoke v0.8.1
35372026-02-01T14:01:00.295Z[ helios-setup] Feb 01 14:00:59.639 INFO E| Compiling cc v1.2.44
35382026-02-01T14:01:00.431Z[ host-package] Compiling unicase v2.8.1
35392026-02-01T14:01:00.979Z[ helios-setup] Feb 01 14:01:00.336 INFO E| Compiling zerovec v0.11.5
35402026-02-01T14:01:01.626Z[ helios-setup] Feb 01 14:01:00.983 INFO E| Compiling anyhow v1.0.100
35412026-02-01T14:01:01.650Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35422026-02-01T14:01:03.606Z[ helios-setup] Feb 01 14:01:02.963 INFO E| Compiling tinystr v0.8.2
35432026-02-01T14:01:04.531Z[ helios-setup] Feb 01 14:01:03.888 INFO E| Compiling semver v1.0.27
35442026-02-01T14:01:04.555Z[ helios-setup] Feb 01 14:01:03.889 INFO E| Compiling getrandom v0.2.16
35452026-02-01T14:01:05.908Z[ helios-setup] Feb 01 14:01:05.263 INFO E| Compiling crc32fast v1.5.0
35462026-02-01T14:01:05.970Z[ host-package] Compiling lalrpop v0.19.12
35472026-02-01T14:01:05.994Z[ helios-setup] Feb 01 14:01:05.330 INFO E| Compiling num-conv v0.1.0
35482026-02-01T14:01:06.446Z[ helios-setup] Feb 01 14:01:05.803 INFO E| Compiling litemap v0.8.1
35492026-02-01T14:01:06.624Z[ helios-setup] Feb 01 14:01:05.981 INFO E| Compiling time-core v0.1.6
35502026-02-01T14:01:06.682Z[ host-package] Compiling slog-stdlog v4.1.1
35512026-02-01T14:01:06.763Z[ helios-setup] Feb 01 14:01:06.120 INFO E| Compiling powerfmt v0.2.0
35522026-02-01T14:01:07.235Z[ helios-setup] Feb 01 14:01:06.592 INFO E| Compiling smallvec v1.15.1
35532026-02-01T14:01:07.354Z[ helios-setup] Feb 01 14:01:06.710 INFO E| Compiling chrono v0.4.42
35542026-02-01T14:01:07.378Z[ helios-setup] Feb 01 14:01:06.712 INFO E| Compiling erased-serde v0.3.31
35552026-02-01T14:01:07.420Z[ helios-setup] Feb 01 14:01:06.777 INFO E| Compiling uuid v1.18.1
35562026-02-01T14:01:07.588Z[ helios-setup] Feb 01 14:01:06.945 INFO E| Compiling ppv-lite86 v0.2.21
35572026-02-01T14:01:07.882Z[ helios-setup] Feb 01 14:01:07.239 INFO E| Compiling writeable v0.6.2
35582026-02-01T14:01:08.160Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35592026-02-01T14:01:08.202Z[ helios-setup] Feb 01 14:01:07.560 INFO E| Compiling winnow v0.7.13
35602026-02-01T14:01:09.073Z[ helios-setup] Feb 01 14:01:08.430 INFO E| Compiling icu_locale_core v2.1.1
35612026-02-01T14:01:09.097Z[ helios-setup] Feb 01 14:01:08.431 INFO E| Compiling serde_tokenstream v0.2.2
35622026-02-01T14:01:09.254Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35632026-02-01T14:01:09.586Z[ helios-setup] Feb 01 14:01:08.943 INFO E| Compiling parking_lot v0.12.5
35642026-02-01T14:01:09.864Z[ helios-setup] Feb 01 14:01:09.221 INFO E| Compiling deranged v0.5.5
35652026-02-01T14:01:10.136Z[ helios-setup] Feb 01 14:01:09.493 INFO E| Compiling time-macros v0.2.24
35662026-02-01T14:01:10.663Z[ helios-setup] Feb 01 14:01:10.019 INFO E| Compiling tokio v1.48.0
35672026-02-01T14:01:11.043Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35682026-02-01T14:01:11.104Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35692026-02-01T14:01:12.128Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35702026-02-01T14:01:12.232Z[ host-package] Compiling crc8 v0.1.1
35712026-02-01T14:01:12.920Z[ host-package] Compiling slog-envlogger v2.2.0
35722026-02-01T14:01:14.405Z[ helios-setup] Feb 01 14:01:13.762 INFO E| Compiling toml_parser v1.0.4
35732026-02-01T14:01:14.512Z[ helios-setup] Feb 01 14:01:13.869 INFO E| Compiling potential_utf v0.1.4
35742026-02-01T14:01:14.870Z[ helios-setup] Feb 01 14:01:14.227 INFO E| Compiling zerotrie v0.2.3
35752026-02-01T14:01:15.390Z[ helios-setup] Feb 01 14:01:14.747 INFO E| Compiling toml_datetime v0.7.3
35762026-02-01T14:01:16.171Z[ helios-setup] Feb 01 14:01:15.528 INFO E| Compiling icu_normalizer_data v2.1.1
35772026-02-01T14:01:16.263Z[ helios-setup] Feb 01 14:01:15.620 INFO E| Compiling dyn-clone v1.0.20
35782026-02-01T14:01:16.449Z[ helios-setup] Feb 01 14:01:15.806 INFO E| Compiling unicode-width v0.2.2
35792026-02-01T14:01:16.635Z[ helios-setup] Feb 01 14:01:15.993 INFO E| Compiling icu_properties_data v2.1.1
35802026-02-01T14:01:16.635Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35812026-02-01T14:01:16.892Z[ helios-setup] Feb 01 14:01:16.249 INFO E| Compiling num_threads v0.1.7
35822026-02-01T14:01:17.365Z[ helios-setup] Feb 01 14:01:16.722 INFO E| Compiling time v0.3.44
35832026-02-01T14:01:17.540Z[ helios-setup] Feb 01 14:01:16.897 INFO E| Compiling toml_edit v0.23.7
35842026-02-01T14:01:17.664Z[ helios-setup] Feb 01 14:01:17.021 INFO E| Compiling icu_provider v2.1.1
35852026-02-01T14:01:17.834Z[ helios-setup] Feb 01 14:01:17.191 INFO E| Compiling icu_collections v2.1.1
35862026-02-01T14:01:18.250Z[ host-package] Compiling headers-core v0.3.0
35872026-02-01T14:01:19.032Z[ helios-setup] Feb 01 14:01:18.389 INFO E| Compiling regress v0.10.5
35882026-02-01T14:01:19.057Z[ host-package] Compiling libxml v0.3.3
35892026-02-01T14:01:19.340Z[ helios-setup] Feb 01 14:01:18.697 INFO E| Compiling sha2 v0.10.9
35902026-02-01T14:01:19.560Z[ helios-setup] Feb 01 14:01:18.916 INFO E| Compiling http-body v1.0.1
35912026-02-01T14:01:20.025Z[ host-package] Compiling headers v0.4.1
35922026-02-01T14:01:20.100Z[ helios-setup] Feb 01 14:01:19.457 INFO E| Compiling tracing-core v0.1.34
35932026-02-01T14:01:20.322Z[ helios-setup] Feb 01 14:01:19.680 INFO E| Compiling percent-encoding v2.3.2
35942026-02-01T14:01:22.088Z[ helios-setup] Feb 01 14:01:21.445 INFO E| Compiling atomic-waker v1.1.2
35952026-02-01T14:01:22.673Z[ helios-setup] Feb 01 14:01:22.030 INFO E| Compiling crunchy v0.2.4
35962026-02-01T14:01:23.087Z[ helios-setup] Feb 01 14:01:22.444 INFO E| Compiling tracing v0.1.41
35972026-02-01T14:01:23.286Z[ helios-setup] Feb 01 14:01:22.643 INFO E| Compiling proc-macro-crate v3.4.0
35982026-02-01T14:01:24.014Z[ helios-setup] Feb 01 14:01:23.371 INFO E| Compiling getopts v0.2.24
35992026-02-01T14:01:24.300Z[ helios-setup] Feb 01 14:01:23.657 INFO E| Compiling futures-executor v0.3.31
36002026-02-01T14:01:24.467Z[ helios-setup] Feb 01 14:01:23.824 INFO E| Compiling thread_local v1.1.9
36012026-02-01T14:01:25.178Z[ helios-setup] Feb 01 14:01:24.535 INFO E| Compiling typify-impl v0.5.0
36022026-02-01T14:01:25.353Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36032026-02-01T14:01:25.378Z[ helios-setup] Feb 01 14:01:24.726 INFO E| Compiling thiserror v1.0.69
36042026-02-01T14:01:25.467Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36052026-02-01T14:01:25.825Z[ helios-setup] Feb 01 14:01:25.182 INFO E| Compiling rustix v1.1.2
36062026-02-01T14:01:25.918Z[ helios-setup] Feb 01 14:01:25.275 INFO E| Compiling try-lock v0.2.5
36072026-02-01T14:01:26.225Z[ helios-setup] Feb 01 14:01:25.582 INFO E| Compiling tower-service v0.3.3
36082026-02-01T14:01:26.416Z[ helios-setup] Feb 01 14:01:25.773 INFO E| Compiling tiny-keccak v2.0.2
36092026-02-01T14:01:26.876Z[ helios-setup] Feb 01 14:01:26.233 INFO E| Compiling want v0.3.1
36102026-02-01T14:01:27.300Z[ helios-setup] Feb 01 14:01:26.657 INFO E| Compiling tokio-util v0.7.16
36112026-02-01T14:01:27.507Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36122026-02-01T14:01:27.859Z[ helios-setup] Feb 01 14:01:27.216 INFO E| Compiling num_enum_derive v0.7.5
36132026-02-01T14:01:28.034Z[ helios-setup] Feb 01 14:01:27.391 INFO E| Compiling futures v0.3.31
36142026-02-01T14:01:28.343Z[ host-package] Compiling strum_macros v0.24.3
36152026-02-01T14:01:28.367Z[ helios-setup] Feb 01 14:01:27.724 INFO E| Compiling icu_normalizer v2.1.1
36162026-02-01T14:01:28.444Z[ helios-setup] Feb 01 14:01:27.801 INFO E| Compiling icu_properties v2.1.1
36172026-02-01T14:01:30.167Z[ host-package] Compiling indoc v1.0.9
36182026-02-01T14:01:30.651Z[ helios-setup] Feb 01 14:01:30.009 INFO E| Compiling h2 v0.4.12
36192026-02-01T14:01:32.024Z[ host-package] Compiling samael v0.0.19
36202026-02-01T14:01:33.057Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36212026-02-01T14:01:33.168Z[ helios-setup] Feb 01 14:01:32.525 INFO E| Compiling form_urlencoded v1.2.2
36222026-02-01T14:01:33.327Z[ helios-setup] Feb 01 14:01:32.683 INFO E| Compiling thiserror-impl v1.0.69
36232026-02-01T14:01:33.914Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36242026-02-01T14:01:34.458Z[ helios-setup] Feb 01 14:01:33.815 INFO E| Compiling serde_spanned v1.0.3
36252026-02-01T14:01:35.332Z[ helios-setup] Feb 01 14:01:34.689 INFO E| Compiling is-terminal v0.4.17
36262026-02-01T14:01:35.627Z[ helios-setup] Feb 01 14:01:34.984 INFO E| Compiling errno v0.3.14
36272026-02-01T14:01:36.173Z[ helios-setup] Feb 01 14:01:35.531 INFO E| Compiling adler2 v2.0.1
36282026-02-01T14:01:36.254Z[ helios-setup] Feb 01 14:01:35.612 INFO E| Compiling httpdate v1.0.3
36292026-02-01T14:01:36.608Z[ helios-setup] Feb 01 14:01:35.965 INFO E| Compiling term v1.2.0
36302026-02-01T14:01:37.015Z[ helios-setup] Feb 01 14:01:36.372 INFO E| Compiling simd-adler32 v0.3.7
36312026-02-01T14:01:37.809Z[ helios-setup] Feb 01 14:01:37.166 INFO E| Compiling toml_writer v1.0.4
36322026-02-01T14:01:38.304Z[ host-package] Compiling derive_builder v0.20.2
36332026-02-01T14:01:38.492Z[ helios-setup] Feb 01 14:01:37.850 INFO E| Compiling toml v0.9.8
36342026-02-01T14:01:38.552Z[ host-package] Compiling polar-core v0.27.3
36352026-02-01T14:01:39.244Z[ helios-setup] Feb 01 14:01:38.602 INFO E| Compiling slog-term v2.9.2
36362026-02-01T14:01:39.329Z[ host-package] Compiling oso-derive v0.27.3
36372026-02-01T14:01:39.802Z[ helios-setup] Feb 01 14:01:39.160 INFO E| Compiling typify-macro v0.5.0
36382026-02-01T14:01:40.295Z[ helios-setup] Feb 01 14:01:39.652 INFO E| Compiling miniz_oxide v0.8.9
36392026-02-01T14:01:40.362Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
36402026-02-01T14:01:41.446Z[ host-package] Compiling quick-xml v0.37.2
36412026-02-01T14:01:42.936Z[ helios-setup] Feb 01 14:01:42.293 INFO E| Compiling hyper v1.7.0
36422026-02-01T14:01:43.078Z[ host-package] Compiling half v1.8.3
36432026-02-01T14:01:44.751Z[ host-package] Compiling serde_cbor v0.11.2
36442026-02-01T14:01:46.013Z[ helios-setup] Feb 01 14:01:45.370 INFO E| Compiling idna_adapter v1.2.1
36452026-02-01T14:01:47.351Z[ helios-setup] Feb 01 14:01:46.708 INFO E| Compiling num_enum v0.7.5
36462026-02-01T14:01:47.863Z[ helios-setup] Feb 01 14:01:47.220 INFO E| Compiling aho-corasick v1.1.4
36472026-02-01T14:01:48.193Z[ helios-setup] Feb 01 14:01:47.550 INFO E| Compiling rand_core v0.9.3
36482026-02-01T14:01:48.515Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36492026-02-01T14:01:49.154Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36502026-02-01T14:01:49.330Z[ helios-setup] Feb 01 14:01:48.687 INFO E| Compiling sync_wrapper v1.0.2
36512026-02-01T14:01:49.838Z[ helios-setup] Feb 01 14:01:49.195 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
36522026-02-01T14:01:50.815Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36532026-02-01T14:01:51.482Z[ helios-setup] Feb 01 14:01:50.839 INFO E| Compiling libdevinfo-sys v1.1.0
36542026-02-01T14:01:52.237Z[ helios-setup] Feb 01 14:01:51.594 INFO E| Compiling utf8_iter v1.0.4
36552026-02-01T14:01:53.019Z[ helios-setup] Feb 01 14:01:52.376 INFO E| Compiling base64 v0.22.1
36562026-02-01T14:01:53.558Z[ helios-setup] Feb 01 14:01:52.915 INFO E| Compiling tower-layer v0.3.3
36572026-02-01T14:01:53.613Z[ helios-setup] Feb 01 14:01:52.970 INFO E| Compiling base64ct v1.8.0
36582026-02-01T14:01:53.752Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36592026-02-01T14:01:54.842Z[ helios-setup] Feb 01 14:01:54.199 INFO E| Compiling ipnet v2.11.0
36602026-02-01T14:01:54.867Z[ helios-setup] Feb 01 14:01:54.200 INFO E| Compiling regex-syntax v0.8.8
36612026-02-01T14:01:55.108Z[ helios-setup] Feb 01 14:01:54.465 INFO E| Compiling pem-rfc7468 v0.7.0
36622026-02-01T14:01:55.756Z[ helios-setup] Feb 01 14:01:55.113 INFO E| Compiling tower v0.5.2
36632026-02-01T14:01:56.229Z[ helios-setup] Feb 01 14:01:55.586 INFO E| Compiling hyper-util v0.1.17
36642026-02-01T14:01:56.746Z[ helios-setup] Feb 01 14:01:56.104 INFO E| Compiling idna v1.1.0
36652026-02-01T14:01:57.503Z[ helios-setup] Feb 01 14:01:56.860 INFO E| Compiling devinfo v0.1.0
36662026-02-01T14:01:58.155Z[ helios-setup] Feb 01 14:01:57.512 INFO E| Compiling const-random-macro v0.1.16
36672026-02-01T14:01:58.873Z[ helios-setup] Feb 01 14:01:58.231 INFO E| Compiling rand_chacha v0.9.0
36682026-02-01T14:01:59.317Z[ helios-setup] Feb 01 14:01:58.674 INFO E| Compiling flate2 v1.1.5
36692026-02-01T14:01:59.775Z[ helios-setup] Feb 01 14:01:59.132 INFO E| Compiling serde_urlencoded v0.7.1
36702026-02-01T14:02:00.175Z[ helios-setup] Feb 01 14:01:59.532 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
36712026-02-01T14:02:00.248Z[ host-package] Compiling diesel-dtrace v0.4.2
36722026-02-01T14:02:01.242Z[ helios-setup] Feb 01 14:02:00.599 INFO E| Compiling regex-automata v0.4.13
36732026-02-01T14:02:01.539Z[ helios-setup] Feb 01 14:02:00.896 INFO E| Compiling http-body-util v0.1.3
36742026-02-01T14:02:01.646Z[ helios-setup] Feb 01 14:02:01.003 INFO E| Compiling ring v0.17.14
36752026-02-01T14:02:02.737Z[ helios-setup] Feb 01 14:02:02.094 INFO E| Compiling der_derive v0.7.3
36762026-02-01T14:02:03.037Z[ helios-setup] Feb 01 14:02:02.394 INFO E| Compiling sha1 v0.10.6
36772026-02-01T14:02:04.665Z[ helios-setup] Feb 01 14:02:04.022 INFO E| Compiling ahash v0.8.12
36782026-02-01T14:02:05.811Z[ helios-setup] Feb 01 14:02:05.168 INFO E| Compiling byteorder v1.5.0
36792026-02-01T14:02:06.917Z[ helios-setup] Feb 01 14:02:06.274 INFO E| Compiling iri-string v0.7.8
36802026-02-01T14:02:06.991Z[ helios-setup] Feb 01 14:02:06.344 INFO E| Compiling spin v0.9.8
36812026-02-01T14:02:07.837Z[ helios-setup] Feb 01 14:02:07.194 INFO E| Compiling utf8parse v0.2.2
36822026-02-01T14:02:08.318Z[ helios-setup] Feb 01 14:02:07.675 INFO E| Compiling flagset v0.4.7
36832026-02-01T14:02:08.935Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36842026-02-01T14:02:09.196Z[ helios-setup] Feb 01 14:02:08.553 INFO E| Compiling bitflags v1.3.2
36852026-02-01T14:02:12.188Z[ helios-setup] Feb 01 14:02:11.545 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
36862026-02-01T14:02:13.071Z[ helios-setup] Feb 01 14:02:12.428 INFO E| Compiling der v0.7.10
36872026-02-01T14:02:16.121Z[ helios-setup] Feb 01 14:02:15.479 INFO E| Compiling tower-http v0.6.6
36882026-02-01T14:02:18.962Z[ host-package] Compiling oso v0.27.3
36892026-02-01T14:02:19.773Z[ helios-setup] Feb 01 14:02:19.131 INFO E| Compiling regex v1.12.2
36902026-02-01T14:02:19.802Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36912026-02-01T14:02:20.458Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36922026-02-01T14:02:20.483Z[ helios-setup] Feb 01 14:02:19.835 INFO E| Compiling anstyle-parse v0.2.7
36932026-02-01T14:02:21.661Z[ helios-setup] Feb 01 14:02:21.019 INFO E| Compiling rand v0.9.2
36942026-02-01T14:02:22.404Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36952026-02-01T14:02:24.117Z[ helios-setup] Feb 01 14:02:23.475 INFO E| Compiling const-random v0.1.18
36962026-02-01T14:02:24.344Z[ host-package] Compiling bb8 v0.8.5
36972026-02-01T14:02:24.859Z[ host-package] Compiling trait-variant v0.1.2
36982026-02-01T14:02:25.086Z[ helios-setup] Feb 01 14:02:24.443 INFO E| Compiling url v2.5.7
36992026-02-01T14:02:25.478Z[ helios-setup] Feb 01 14:02:24.835 INFO E| Compiling typify v0.5.0
37002026-02-01T14:02:25.609Z[ host-package] Compiling async-bb8-diesel v0.2.1
37012026-02-01T14:02:25.944Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
37022026-02-01T14:02:25.986Z[ helios-setup] Feb 01 14:02:25.343 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37032026-02-01T14:02:26.209Z[ helios-setup] Feb 01 14:02:25.567 INFO E| Compiling openapiv3 v2.2.0
37042026-02-01T14:02:27.148Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37052026-02-01T14:02:27.258Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
37062026-02-01T14:02:28.157Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37072026-02-01T14:02:32.856Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37082026-02-01T14:02:33.542Z[ host-package] Compiling fxhash v0.2.1
37092026-02-01T14:02:33.617Z[ helios-setup] Feb 01 14:02:32.973 INFO E| Compiling rand_core v0.6.4
37102026-02-01T14:02:33.710Z[ helios-setup] Feb 01 14:02:33.068 INFO E| Compiling anstyle-query v1.1.4
37112026-02-01T14:02:34.322Z[ helios-setup] Feb 01 14:02:33.679 INFO E| Compiling radium v0.7.0
37122026-02-01T14:02:34.346Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
37132026-02-01T14:02:34.472Z[ helios-setup] Feb 01 14:02:33.829 INFO E| Compiling utf-8 v0.7.6
37142026-02-01T14:02:34.925Z[ host-package] Compiling typify-impl v0.2.0
37152026-02-01T14:02:35.047Z[ helios-setup] Feb 01 14:02:34.405 INFO E| Compiling subtle v2.6.1
37162026-02-01T14:02:35.232Z[ helios-setup] Feb 01 14:02:34.590 INFO E| Compiling unsafe-libyaml v0.2.11
37172026-02-01T14:02:35.507Z[ helios-setup] Feb 01 14:02:34.865 INFO E| Compiling data-encoding v2.9.0
37182026-02-01T14:02:35.833Z[ helios-setup] Feb 01 14:02:35.188 INFO E| Compiling syn v1.0.109
37192026-02-01T14:02:35.833Z[ helios-setup] Feb 01 14:02:35.189 INFO E| Compiling colorchoice v1.0.4
37202026-02-01T14:02:36.114Z[ host-package] Compiling kstat-rs v0.2.4
37212026-02-01T14:02:36.354Z[ helios-setup] Feb 01 14:02:35.712 INFO E| Compiling anstyle v1.0.13
37222026-02-01T14:02:37.452Z[ helios-setup] Feb 01 14:02:36.810 INFO E| Compiling is_terminal_polyfill v1.70.2
37232026-02-01T14:02:37.683Z[ helios-setup] Feb 01 14:02:37.041 INFO E| Compiling serde_yaml v0.9.34+deprecated
37242026-02-01T14:02:37.753Z[ host-package] Compiling libz-sys v1.1.20
37252026-02-01T14:02:37.909Z[ helios-setup] Feb 01 14:02:37.266 INFO E| Compiling anstream v0.6.21
37262026-02-01T14:02:38.268Z[ helios-setup] Feb 01 14:02:37.625 INFO E| Compiling tungstenite v0.28.0
37272026-02-01T14:02:38.502Z[ helios-setup] Feb 01 14:02:37.860 INFO E| Compiling progenitor-impl v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
37282026-02-01T14:02:39.227Z[ host-package] Compiling nonempty v0.12.0
37292026-02-01T14:02:39.762Z[ helios-setup] Feb 01 14:02:39.119 INFO E| Compiling reqwest v0.12.24
37302026-02-01T14:02:40.824Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37312026-02-01T14:02:43.127Z[ helios-setup] Feb 01 14:02:42.485 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37322026-02-01T14:02:43.485Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37332026-02-01T14:02:47.681Z[ helios-setup] Feb 01 14:02:47.039 INFO E| Compiling spki v0.7.3
37342026-02-01T14:02:48.223Z[ helios-setup] Feb 01 14:02:47.581 INFO E| Compiling terminal_size v0.4.3
37352026-02-01T14:02:48.963Z[ helios-setup] Feb 01 14:02:48.320 INFO E| Compiling rustls-pki-types v1.13.0
37362026-02-01T14:02:49.009Z[ helios-setup] Feb 01 14:02:48.367 INFO E| Compiling pkg-config v0.3.32
37372026-02-01T14:02:49.171Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37382026-02-01T14:02:49.287Z[ host-package] Compiling typify-macro v0.2.0
37392026-02-01T14:02:50.864Z[ helios-setup] Feb 01 14:02:50.222 INFO E| Compiling tap v1.0.1
37402026-02-01T14:02:51.337Z[ helios-setup] Feb 01 14:02:50.694 INFO E| Compiling crossbeam-utils v0.8.21
37412026-02-01T14:02:52.140Z[ helios-setup] Feb 01 14:02:51.497 INFO E| Compiling untrusted v0.9.0
37422026-02-01T14:02:52.260Z[ helios-setup] Feb 01 14:02:51.618 INFO E| Compiling maybe-uninit v2.0.0
37432026-02-01T14:02:52.472Z[ helios-setup] Feb 01 14:02:51.830 INFO E| Compiling wyz v0.5.1
37442026-02-01T14:02:53.338Z[ helios-setup] Feb 01 14:02:52.695 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
37452026-02-01T14:02:54.549Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37462026-02-01T14:02:54.815Z[ helios-setup] Feb 01 14:02:54.173 INFO E| Compiling progenitor-macro v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
37472026-02-01T14:02:56.923Z[ helios-setup] Feb 01 14:02:56.281 INFO E| Compiling progenitor-client v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
37482026-02-01T14:02:58.671Z[ helios-setup] Feb 01 14:02:58.029 INFO E| Compiling tokio-tungstenite v0.28.0
37492026-02-01T14:03:01.524Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
37502026-02-01T14:03:08.244Z[ helios-setup] Feb 01 14:03:07.601 INFO E| Compiling rand_chacha v0.3.1
37512026-02-01T14:03:10.128Z[ helios-setup] Feb 01 14:03:09.486 INFO E| Compiling num-integer v0.1.46
37522026-02-01T14:03:11.022Z[ host-package] Compiling nanorand v0.7.0
37532026-02-01T14:03:11.789Z[ host-package] Compiling parking_lot_core v0.8.6
37542026-02-01T14:03:12.284Z[ helios-setup] Feb 01 14:03:11.642 INFO E| Compiling smartstring v1.0.1
37552026-02-01T14:03:12.350Z[ host-package] Compiling mime_guess v2.0.5
37562026-02-01T14:03:12.630Z[ helios-setup] Feb 01 14:03:11.987 INFO E| Compiling virtue v0.0.18
37572026-02-01T14:03:12.681Z[ host-package] Compiling flume v0.11.1
37582026-02-01T14:03:13.003Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
37592026-02-01T14:03:13.684Z[ helios-setup] Feb 01 14:03:13.042 INFO E| Compiling funty v2.0.0
37602026-02-01T14:03:13.785Z[ helios-setup] Feb 01 14:03:13.142 INFO E| Compiling rustls v0.22.4
37612026-02-01T14:03:14.259Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37622026-02-01T14:03:14.589Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
37632026-02-01T14:03:14.872Z[ helios-setup] Feb 01 14:03:14.230 INFO E| Compiling num-bigint-dig v0.8.4
37642026-02-01T14:03:14.924Z[ helios-setup] Feb 01 14:03:14.282 INFO E| Compiling clap_lex v0.7.6
37652026-02-01T14:03:15.660Z[ helios-setup] Feb 01 14:03:15.018 INFO E| Compiling strsim v0.11.1
37662026-02-01T14:03:16.040Z[ host-package] Compiling salty v0.3.0
37672026-02-01T14:03:16.336Z[ helios-setup] Feb 01 14:03:15.694 INFO E| Compiling packed_struct v0.10.1
37682026-02-01T14:03:16.962Z[ helios-setup] Feb 01 14:03:16.320 INFO E| Compiling clap_builder v4.5.51
37692026-02-01T14:03:17.663Z[ helios-setup] Feb 01 14:03:17.020 INFO E| Compiling bitvec v1.0.1
37702026-02-01T14:03:18.025Z[ helios-setup] Feb 01 14:03:17.382 INFO E| Compiling bincode_derive v2.0.1
37712026-02-01T14:03:18.834Z[ helios-setup] Feb 01 14:03:18.192 INFO E| Compiling packed_struct_codegen v0.10.1
37722026-02-01T14:03:21.487Z[ helios-setup] Feb 01 14:03:20.845 INFO E| Compiling progenitor v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
37732026-02-01T14:03:22.162Z[ helios-setup] Feb 01 14:03:21.520 INFO E| Compiling num-iter v0.1.45
37742026-02-01T14:03:22.414Z[ helios-setup] Feb 01 14:03:21.772 INFO E| Compiling rand v0.8.5
37752026-02-01T14:03:22.465Z[ helios-setup] Feb 01 14:03:21.822 INFO E| Compiling rustls-webpki v0.102.8
37762026-02-01T14:03:24.131Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37772026-02-01T14:03:26.163Z[ helios-setup] Feb 01 14:03:25.521 INFO E| Compiling pkcs8 v0.10.2
37782026-02-01T14:03:26.919Z[ helios-setup] Feb 01 14:03:26.276 INFO E| Compiling lazy_static v1.5.0
37792026-02-01T14:03:27.350Z[ helios-setup] Feb 01 14:03:26.708 INFO E| Compiling zerocopy-derive v0.6.6
37802026-02-01T14:03:28.318Z[ helios-setup] Feb 01 14:03:27.676 INFO E| Compiling clap_derive v4.5.49
37812026-02-01T14:03:28.794Z[ host-package] Compiling tabled_derive v0.10.0
37822026-02-01T14:03:29.023Z[ helios-setup] Feb 01 14:03:28.381 INFO E| Compiling bitfield-macros v0.19.3
37832026-02-01T14:03:29.297Z[ helios-setup] Feb 01 14:03:28.655 INFO E| Compiling multer v3.1.0
37842026-02-01T14:03:30.351Z[ helios-setup] Feb 01 14:03:29.709 INFO E| Compiling indexmap v1.9.3
37852026-02-01T14:03:30.670Z[ helios-setup] Feb 01 14:03:30.027 INFO E| Compiling unty v0.0.4
37862026-02-01T14:03:31.178Z[ helios-setup] Feb 01 14:03:30.535 INFO E| Compiling match_cfg v0.1.0
37872026-02-01T14:03:31.336Z[ helios-setup] Feb 01 14:03:30.694 INFO E| Compiling static_assertions v1.1.0
37882026-02-01T14:03:31.515Z[ helios-setup] Feb 01 14:03:30.873 INFO E| Compiling crc-catalog v2.4.0
37892026-02-01T14:03:31.744Z[ helios-setup] Feb 01 14:03:31.102 INFO E| Compiling camino v1.2.1
37902026-02-01T14:03:31.796Z[ helios-setup] Feb 01 14:03:31.154 INFO E| Compiling slog-async v2.8.0
37912026-02-01T14:03:31.963Z[ helios-setup] Feb 01 14:03:31.321 INFO E| Compiling paste v1.0.15
37922026-02-01T14:03:32.312Z[ helios-setup] Feb 01 14:03:31.670 INFO E| Compiling nodrop v0.1.14
37932026-02-01T14:03:32.339Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37942026-02-01T14:03:32.956Z[ helios-setup] Feb 01 14:03:32.314 INFO E| Compiling array-init v0.0.4
37952026-02-01T14:03:33.048Z[ helios-setup] Feb 01 14:03:32.406 INFO E| Compiling crc v3.3.0
37962026-02-01T14:03:33.824Z[ helios-setup] Feb 01 14:03:33.182 INFO E| Compiling bitfield v0.19.3
37972026-02-01T14:03:34.115Z[ helios-setup] Feb 01 14:03:33.473 INFO E| Compiling hostname v0.3.1
37982026-02-01T14:03:34.767Z[ helios-setup] Feb 01 14:03:34.125 INFO E| Compiling clap v4.5.51
37992026-02-01T14:03:34.992Z[ helios-setup] Feb 01 14:03:34.350 INFO E| Compiling bincode v2.0.1
38002026-02-01T14:03:35.138Z[ helios-setup] Feb 01 14:03:34.496 INFO E| Compiling zerocopy v0.6.6
38012026-02-01T14:03:35.335Z[ helios-setup] Feb 01 14:03:34.693 INFO E| Compiling crossbeam-channel v0.5.15
38022026-02-01T14:03:35.433Z[ helios-setup] Feb 01 14:03:34.791 INFO E| Compiling pkcs1 v0.7.5
38032026-02-01T14:03:36.386Z[ helios-setup] Feb 01 14:03:35.743 INFO E| Compiling smallvec v0.6.14
38042026-02-01T14:03:39.481Z[ helios-setup] Feb 01 14:03:38.839 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
38052026-02-01T14:03:40.867Z[ helios-setup] Feb 01 14:03:40.225 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
38062026-02-01T14:03:42.613Z[ helios-setup] Feb 01 14:03:41.970 INFO E| Compiling signature v2.2.0
38072026-02-01T14:03:42.643Z[ host-package] Compiling ignore v0.4.23
38082026-02-01T14:03:43.331Z[ helios-setup] Feb 01 14:03:42.689 INFO E| Compiling slog-json v2.6.1
38092026-02-01T14:03:44.392Z[ helios-setup] Feb 01 14:03:43.749 INFO E| Compiling serde_spanned v0.6.9
38102026-02-01T14:03:44.448Z[ helios-setup] Feb 01 14:03:43.807 INFO E| Compiling toml_datetime v0.6.11
38112026-02-01T14:03:45.105Z[ helios-setup] Feb 01 14:03:44.463 INFO E| Compiling thin-vec v0.2.14
38122026-02-01T14:03:45.818Z[ helios-setup] Feb 01 14:03:45.176 INFO E| Compiling rhai_codegen v3.1.0
38132026-02-01T14:03:46.983Z[ helios-setup] Feb 01 14:03:46.341 INFO E| Compiling async-stream-impl v0.3.6
38142026-02-01T14:03:49.670Z[ helios-setup] Feb 01 14:03:49.028 INFO E| Compiling env_filter v0.1.4
38152026-02-01T14:03:50.449Z[ helios-setup] Feb 01 14:03:49.807 INFO E| Compiling dropshot v0.16.4
38162026-02-01T14:03:51.085Z[ helios-setup] Feb 01 14:03:50.443 INFO E| Compiling encoding_rs v0.8.35
38172026-02-01T14:03:51.357Z[ helios-setup] Feb 01 14:03:50.715 INFO E| Compiling winnow v0.5.40
38182026-02-01T14:03:52.020Z[ helios-setup] Feb 01 14:03:51.378 INFO E| Compiling hashbrown v0.12.3
38192026-02-01T14:03:52.595Z[ helios-setup] Feb 01 14:03:51.953 INFO E| Compiling mime v0.3.17
38202026-02-01T14:03:54.094Z[ helios-setup] Feb 01 14:03:53.452 INFO E| Compiling base64 v0.21.7
38212026-02-01T14:03:54.129Z[ helios-setup] Feb 01 14:03:53.487 INFO E| Compiling take_mut v0.2.2
38222026-02-01T14:03:54.870Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38232026-02-01T14:03:56.208Z[ host-package] Compiling papergrid v0.14.0
38242026-02-01T14:03:56.935Z[ helios-setup] Feb 01 14:03:56.293 INFO E| Compiling ron v0.8.1
38252026-02-01T14:03:58.928Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38262026-02-01T14:03:59.249Z[ host-package] Compiling castaway v0.2.3
38272026-02-01T14:03:59.674Z[ helios-setup] Feb 01 14:03:59.032 INFO E| Compiling toml_edit v0.19.15
38282026-02-01T14:04:00.146Z[ helios-setup] Feb 01 14:03:59.504 INFO E| Compiling env_logger v0.11.8
38292026-02-01T14:04:00.205Z[ host-package] Compiling nibble_vec v0.1.0
38302026-02-01T14:04:00.914Z[ host-package] Compiling atty v0.2.14
38312026-02-01T14:04:01.364Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38322026-02-01T14:04:02.021Z[ helios-setup] Feb 01 14:04:01.379 INFO E| Compiling rhai v1.23.6
38332026-02-01T14:04:02.390Z[ host-package] Compiling http-range v0.1.5
38342026-02-01T14:04:02.747Z[ helios-setup] Feb 01 14:04:02.105 INFO E| Compiling async-stream v0.3.6
38352026-02-01T14:04:03.480Z[ helios-setup] Feb 01 14:04:02.838 INFO E| Compiling tokio-rustls v0.25.0
38362026-02-01T14:04:03.573Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38372026-02-01T14:04:04.097Z[ host-package] Compiling endian-type v0.1.2
38382026-02-01T14:04:04.453Z[ helios-setup] Feb 01 14:04:03.812 INFO E| Compiling slog-bunyan v2.5.0
38392026-02-01T14:04:04.651Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38402026-02-01T14:04:04.981Z[ host-package] Compiling radix_trie v0.2.1
38412026-02-01T14:04:05.182Z[ helios-setup] Feb 01 14:04:04.540 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38422026-02-01T14:04:05.274Z[ helios-setup] Feb 01 14:04:04.632 INFO E| Compiling rsa v0.9.8
38432026-02-01T14:04:05.597Z[ helios-setup] Feb 01 14:04:04.955 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
38442026-02-01T14:04:06.643Z[ helios-setup] Feb 01 14:04:06.002 INFO E| Compiling serde-hex v0.1.0
38452026-02-01T14:04:07.014Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38462026-02-01T14:04:11.276Z[ host-package] Compiling tabled v0.18.0
38472026-02-01T14:04:11.309Z[ helios-setup] Feb 01 14:04:10.667 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
38482026-02-01T14:04:12.327Z[ helios-setup] Feb 01 14:04:11.686 INFO E| Compiling bzip2 v0.4.4
38492026-02-01T14:04:13.430Z[ helios-setup] Feb 01 14:04:12.788 INFO E| Compiling rustls-pemfile v2.2.0
38502026-02-01T14:04:14.440Z[ helios-setup] Feb 01 14:04:13.781 INFO E| Compiling x509-cert v0.2.5
38512026-02-01T14:04:14.871Z[ host-package] Compiling compact_str v0.8.0
38522026-02-01T14:04:15.190Z[ helios-setup] Feb 01 14:04:14.548 INFO E| Compiling hashbrown v0.13.2
38532026-02-01T14:04:15.604Z[ helios-setup] Feb 01 14:04:14.962 INFO E| Compiling waitgroup v0.1.2
38542026-02-01T14:04:15.960Z[ helios-setup] Feb 01 14:04:15.319 INFO E| Compiling dropshot_endpoint v0.16.4
38552026-02-01T14:04:16.333Z[ helios-setup] Feb 01 14:04:15.691 INFO E| Compiling async-trait v0.1.89
38562026-02-01T14:04:17.604Z[ helios-setup] Feb 01 14:04:16.962 INFO E| Compiling serde_path_to_error v0.1.20
38572026-02-01T14:04:17.941Z[ host-package] Compiling globwalk v0.9.1
38582026-02-01T14:04:18.972Z[ host-package] Compiling parking_lot v0.11.2
38592026-02-01T14:04:19.511Z[ helios-setup] Feb 01 14:04:18.870 INFO E| Compiling hostname v0.4.1
38602026-02-01T14:04:20.080Z[ helios-setup] Feb 01 14:04:19.438 INFO E| Compiling hex v0.4.3
38612026-02-01T14:04:20.169Z[ helios-setup] Feb 01 14:04:19.528 INFO E| Compiling crc-any v2.5.0
38622026-02-01T14:04:21.328Z[ helios-setup] Feb 01 14:04:20.686 INFO E| Compiling debug-ignore v1.0.5
38632026-02-01T14:04:21.701Z[ helios-setup] Feb 01 14:04:21.059 INFO E| Compiling rustc-hash v2.1.1
38642026-02-01T14:04:22.036Z[ helios-setup] Feb 01 14:04:21.394 INFO E| Compiling fastrand v2.3.0
38652026-02-01T14:04:22.225Z[ host-package] Compiling typify v0.2.0
38662026-02-01T14:04:22.249Z[ helios-setup] Feb 01 14:04:21.583 INFO E| Compiling iddqd v0.3.14
38672026-02-01T14:04:22.636Z[ host-package] Compiling predicates-tree v1.0.12
38682026-02-01T14:04:22.881Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38692026-02-01T14:04:23.029Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38702026-02-01T14:04:23.338Z[ helios-setup] Feb 01 14:04:22.696 INFO E| Compiling tempfile v3.23.0
38712026-02-01T14:04:24.490Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38722026-02-01T14:04:26.179Z[ host-package] Compiling unicode-truncate v1.1.0
38732026-02-01T14:04:26.621Z[ helios-setup] Feb 01 14:04:25.979 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38742026-02-01T14:04:27.541Z[ helios-setup] Feb 01 14:04:26.899 INFO E| Compiling object v0.30.4
38752026-02-01T14:04:28.291Z[ helios-setup] Feb 01 14:04:27.649 INFO E| Compiling zip v0.6.6
38762026-02-01T14:04:29.125Z[ host-package] Compiling primeorder v0.13.6
38772026-02-01T14:04:30.380Z[ host-package] Compiling prefix-trie v0.7.0
38782026-02-01T14:04:32.163Z[ helios-setup] Feb 01 14:04:31.522 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
38792026-02-01T14:04:32.393Z[ host-package] Compiling lru v0.12.5
38802026-02-01T14:04:32.581Z[ helios-setup] Feb 01 14:04:31.940 INFO E| Compiling toml v0.7.8
38812026-02-01T14:04:33.526Z[ host-package] Compiling vergen-git2 v1.0.7
38822026-02-01T14:04:34.338Z[ host-package] Compiling instability v0.3.2
38832026-02-01T14:04:34.458Z[ helios-setup] Feb 01 14:04:33.816 INFO E| Compiling unicode-linebreak v0.1.5
38842026-02-01T14:04:34.506Z[ host-package] Compiling cassowary v0.3.0
38852026-02-01T14:04:35.584Z[ helios-setup] Feb 01 14:04:34.943 INFO E| Compiling smawk v0.3.2
38862026-02-01T14:04:36.233Z[ helios-setup] Feb 01 14:04:35.591 INFO E| Compiling path-slash v0.1.5
38872026-02-01T14:04:36.327Z[ host-package] Compiling indoc v2.0.6
38882026-02-01T14:04:37.055Z[ helios-setup] Feb 01 14:04:36.414 INFO E| Compiling textwrap v0.16.2
38892026-02-01T14:04:37.204Z[ helios-setup] Feb 01 14:04:36.562 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
38902026-02-01T14:04:37.926Z[ host-package] Compiling ratatui v0.29.0
38912026-02-01T14:04:38.084Z[ helios-setup] Feb 01 14:04:37.442 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
38922026-02-01T14:04:40.889Z[ host-package] Compiling hickory-server v0.25.2
38932026-02-01T14:04:41.799Z[ helios-setup] Feb 01 14:04:41.158 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
38942026-02-01T14:04:43.153Z[ host-package] Compiling p384 v0.13.1
38952026-02-01T14:04:45.948Z[ helios-setup] Feb 01 14:04:45.306 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
38962026-02-01T14:04:51.606Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38972026-02-01T14:04:54.197Z[ host-package] Compiling camino-tempfile-ext v0.3.2
38982026-02-01T14:04:56.333Z[ host-package] Compiling progenitor-impl v0.8.0
38992026-02-01T14:04:59.387Z[ host-package] Compiling hyper-staticfile v0.10.1
39002026-02-01T14:05:00.732Z[ host-package] Compiling sled v0.34.7
39012026-02-01T14:05:04.604Z[ host-package] Compiling git2 v0.20.2
39022026-02-01T14:05:05.642Z[ host-package] Compiling hickory-client v0.25.2
39032026-02-01T14:05:07.599Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39042026-02-01T14:05:07.958Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
39052026-02-01T14:05:08.016Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
39062026-02-01T14:05:08.770Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39072026-02-01T14:05:09.033Z[ helios-setup] Feb 01 14:05:08.392 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
39082026-02-01T14:05:10.163Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
39092026-02-01T14:05:14.232Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
39102026-02-01T14:05:14.867Z[ host-package] Compiling rand_seeder v0.4.0
39112026-02-01T14:05:15.875Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
39122026-02-01T14:05:17.315Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
39132026-02-01T14:05:17.703Z[ host-package] Compiling lzma-sys v0.1.20
39142026-02-01T14:05:18.190Z[ host-package] Compiling rustls v0.21.12
39152026-02-01T14:05:18.313Z[ host-package] Compiling corncobs v0.1.4
39162026-02-01T14:05:19.104Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
39172026-02-01T14:05:19.297Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39182026-02-01T14:05:19.461Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39192026-02-01T14:05:20.460Z[ helios-setup] Feb 01 14:05:19.818 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
39202026-02-01T14:05:21.352Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39212026-02-01T14:05:22.322Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39222026-02-01T14:05:23.572Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
39232026-02-01T14:05:40.087Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39242026-02-01T14:05:40.329Z[ host-package] Compiling progenitor-macro v0.8.0
39252026-02-01T14:05:43.621Z[ helios-setup] Feb 01 14:05:42.980 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
39262026-02-01T14:05:46.824Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39272026-02-01T14:05:50.930Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
39282026-02-01T14:05:53.191Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39292026-02-01T14:05:58.014Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
39302026-02-01T14:06:00.016Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39312026-02-01T14:06:00.759Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39322026-02-01T14:06:01.582Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39332026-02-01T14:06:02.315Z[ host-package] Compiling progenitor-client v0.8.0
39342026-02-01T14:06:04.336Z[ host-package] Compiling sct v0.7.1
39352026-02-01T14:06:05.374Z[ host-package] Compiling rustls-webpki v0.101.7
39362026-02-01T14:06:10.764Z[ host-package] Compiling heck v0.3.3
39372026-02-01T14:06:11.156Z[ host-package] Compiling secrecy v0.8.0
39382026-02-01T14:06:11.472Z[ host-package] Compiling void v1.0.2
39392026-02-01T14:06:11.817Z[ host-package] Compiling lzss v0.8.2
39402026-02-01T14:06:12.894Z[ host-package] Compiling zone_cfg_derive v0.1.2
39412026-02-01T14:06:15.344Z[ host-package] Compiling progenitor v0.8.0
39422026-02-01T14:06:16.280Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
39432026-02-01T14:06:16.762Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39442026-02-01T14:06:26.608Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
39452026-02-01T14:06:28.814Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39462026-02-01T14:06:29.582Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
39472026-02-01T14:06:33.512Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39482026-02-01T14:06:35.965Z[ helios-setup] Feb 01 14:06:35.324 INFO E| Finished `release` profile [optimized] target(s) in 6m 11s
39492026-02-01T14:06:35.990Z[ helios-setup] Feb 01 14:06:35.329 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
39502026-02-01T14:06:35.990Z[ helios-setup] Feb 01 14:06:35.329 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39512026-02-01T14:06:36.095Z[ helios-setup] Feb 01 14:06:35.454 INFO building project "pilot" ok (371 seconds)
39522026-02-01T14:06:36.120Z[ helios-setup] rm -f helios-build
39532026-02-01T14:06:36.120Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
39542026-02-01T14:06:36.120Z[ helios-setup]
39552026-02-01T14:06:36.120Z[ helios-setup] Setup complete! ./helios-build is now available.
39562026-02-01T14:06:36.120Z[ helios-setup]
39572026-02-01T14:06:36.120Z[ helios-setup]
39582026-02-01T14:06:36.120Z[ helios-setup] real 10:15.960370590
39592026-02-01T14:06:36.120Z[ helios-setup] user 26:22.387308659
39602026-02-01T14:06:36.120Z[ helios-setup] sys 2:46.462540705
39612026-02-01T14:06:36.120Z[ helios-setup] trap 1.532166795
39622026-02-01T14:06:36.120Z[ helios-setup] tflt 3.469182859
39632026-02-01T14:06:36.120Z[ helios-setup] dflt 13.972108342
39642026-02-01T14:06:36.120Z[ helios-setup] kflt 0.041573247
39652026-02-01T14:06:36.120Z[ helios-setup] lock 3:11:10.359611653
39662026-02-01T14:06:36.120Z[ helios-setup] slp 2:38:47.213365618
39672026-02-01T14:06:36.120Z[ helios-setup] lat 31:11.022955223
39682026-02-01T14:06:36.120Z[ helios-setup] stop 6:25.545916543
39692026-02-01T14:06:36.121ZFeb 01 14:06:35.469 INFO [helios-setup] process exited with exit status: 0 (615.965102038s)
39702026-02-01T14:06:36.121ZFeb 01 14:06:35.469 INFO [helios-record] running task
39712026-02-01T14:06:36.121ZFeb 01 14:06:35.469 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
39722026-02-01T14:06:36.121ZFeb 01 14:06:35.476 DEBG process exited with exit status: 0 (6.959115ms)
39732026-02-01T14:06:36.121ZFeb 01 14:06:35.476 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
39742026-02-01T14:06:36.145ZFeb 01 14:06:35.483 DEBG process exited with exit status: 0 (6.465387ms)
39752026-02-01T14:06:36.145ZFeb 01 14:06:35.483 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
39762026-02-01T14:06:36.145ZFeb 01 14:06:35.488 DEBG process exited with exit status: 0 (5.036863ms)
39772026-02-01T14:06:36.145ZFeb 01 14:06:35.488 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
39782026-02-01T14:06:36.145ZFeb 01 14:06:35.493 DEBG process exited with exit status: 0 (4.625409ms)
39792026-02-01T14:06:36.145ZFeb 01 14:06:35.493 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
39802026-02-01T14:06:36.145ZFeb 01 14:06:35.497 DEBG process exited with exit status: 0 (4.757079ms)
39812026-02-01T14:06:36.145ZFeb 01 14:06:35.497 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
39822026-02-01T14:06:36.145ZFeb 01 14:06:35.502 DEBG process exited with exit status: 0 (5.032824ms)
39832026-02-01T14:06:36.145ZFeb 01 14:06:35.503 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
39842026-02-01T14:06:36.170ZFeb 01 14:06:35.507 DEBG process exited with exit status: 0 (4.789633ms)
39852026-02-01T14:06:36.170ZFeb 01 14:06:35.507 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
39862026-02-01T14:06:36.170ZFeb 01 14:06:35.512 DEBG process exited with exit status: 0 (4.860814ms)
39872026-02-01T14:06:36.170ZFeb 01 14:06:35.512 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
39882026-02-01T14:06:36.170ZFeb 01 14:06:35.517 DEBG process exited with exit status: 0 (4.812448ms)
39892026-02-01T14:06:36.170ZFeb 01 14:06:35.518 INFO [helios-record] task succeeded (48.481199ms)
39902026-02-01T14:06:36.387Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
39912026-02-01T14:06:36.728Z[ host-package] Compiling tungstenite v0.23.0
39922026-02-01T14:06:41.032Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39932026-02-01T14:06:41.385Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
39942026-02-01T14:06:41.424Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39952026-02-01T14:06:41.740Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39962026-02-01T14:06:41.786Z[ host-package] Compiling nix v0.27.1
39972026-02-01T14:06:41.841Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39982026-02-01T14:06:42.110Z[ host-package] Compiling serde_bytes v0.11.19
39992026-02-01T14:06:42.485Z[ host-package] Compiling base64 v0.13.1
40002026-02-01T14:06:42.622Z[ host-package] Compiling number_prefix v0.4.0
40012026-02-01T14:06:42.906Z[ host-package] Compiling indicatif v0.17.11
40022026-02-01T14:06:43.142Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
40032026-02-01T14:06:43.990Z[ host-package] Compiling ron v0.7.1
40042026-02-01T14:06:47.518Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40052026-02-01T14:06:47.995Z[ host-package] Compiling tokio-tungstenite v0.23.1
40062026-02-01T14:06:48.039Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
40072026-02-01T14:06:48.082Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
40082026-02-01T14:06:48.148Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
40092026-02-01T14:06:48.582Z[ host-package] Compiling xz2 v0.1.7
40102026-02-01T14:06:54.444Z[ host-package] Compiling tokio-rustls v0.24.1
40112026-02-01T14:06:54.921Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40122026-02-01T14:06:57.349Z[ host-package] Compiling zone v0.1.8
40132026-02-01T14:06:57.389Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
40142026-02-01T14:07:00.120Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
40152026-02-01T14:07:03.634Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
40162026-02-01T14:07:03.970Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
40172026-02-01T14:07:07.520Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
40182026-02-01T14:07:10.359Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40192026-02-01T14:07:11.673Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40202026-02-01T14:07:11.832Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
40212026-02-01T14:07:27.057Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
40222026-02-01T14:07:27.589Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40232026-02-01T14:07:33.367Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
40242026-02-01T14:07:34.296Z[ host-package] Compiling rustls-pemfile v1.0.4
40252026-02-01T14:07:34.990Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
40262026-02-01T14:07:37.533Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
40272026-02-01T14:07:37.949Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40282026-02-01T14:07:38.844Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40292026-02-01T14:07:40.224Z[ host-package] Compiling signal-hook-tokio v0.3.1
40302026-02-01T14:07:40.403Z[ host-package] Compiling twox-hash v2.1.0
40312026-02-01T14:07:40.514Z[ host-package] Compiling yasna v0.5.2
40322026-02-01T14:07:41.301Z[ host-package] Compiling is_ci v1.2.0
40332026-02-01T14:07:41.635Z[ host-package] Compiling supports-color v3.0.2
40342026-02-01T14:07:42.072Z[ host-package] Compiling rcgen v0.12.1
40352026-02-01T14:07:43.200Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40362026-02-01T14:07:50.690Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40372026-02-01T14:07:51.244Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40382026-02-01T14:08:05.349Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40392026-02-01T14:08:08.194Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
40402026-02-01T14:08:10.872Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
40412026-02-01T14:08:19.346Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40422026-02-01T14:08:28.336Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40432026-02-01T14:08:31.364Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40442026-02-01T14:08:33.388Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40452026-02-01T14:08:40.340Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
40462026-02-01T14:08:40.663Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
40472026-02-01T14:08:40.974Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
40482026-02-01T14:08:41.281Z[ host-package] Compiling fatfs v0.3.6
40492026-02-01T14:08:42.171Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
40502026-02-01T14:08:43.455Z[ host-package] Compiling rtoolbox v0.0.2
40512026-02-01T14:08:43.888Z[ host-package] Compiling subprocess v0.2.9
40522026-02-01T14:08:44.231Z[ host-package] Compiling seq-macro v0.3.6
40532026-02-01T14:08:45.016Z[ host-package] Compiling assert_matches v1.5.0
40542026-02-01T14:08:45.166Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40552026-02-01T14:08:49.564Z[ host-package] Compiling rpassword v7.4.0
40562026-02-01T14:08:50.128Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40572026-02-01T14:08:54.196Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40582026-02-01T14:08:58.371Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
40592026-02-01T14:08:58.571Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40602026-02-01T14:09:14.436Z[ host-package] Compiling tui-tree-widget v0.23.1
40612026-02-01T14:09:14.865Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40622026-02-01T14:09:17.223Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40632026-02-01T14:09:18.057Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40642026-02-01T14:09:22.666Z[ host-package] Compiling uzers v0.12.1
40652026-02-01T14:09:23.197Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
40662026-02-01T14:09:25.359Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
40672026-02-01T14:09:33.533Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
40682026-02-01T14:09:43.910Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40692026-02-01T14:09:54.636Z[ host-package] Compiling support-bundle-viewer v0.1.2
40702026-02-01T14:09:56.495Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40712026-02-01T14:09:57.979Z[ host-package] Compiling multimap v0.10.1
40722026-02-01T14:11:48.626Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
40732026-02-01T14:20:24.449Z[ host-package] Finished `release` profile [optimized] target(s) in 22m 31s
40742026-02-01T14:21:38.215ZFeb 01 14:21:37.579 INFO [host-package] process exited with exit status: 0 (1425.239716994s)
40752026-02-01T14:21:38.215ZFeb 01 14:21:37.579 INFO [host-stamp] running task
40762026-02-01T14:21:38.239ZFeb 01 14:21:37.580 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 18.0.0-0.ci+git980086d2f41
40772026-02-01T14:21:38.239ZFeb 01 14:21:37.580 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
40782026-02-01T14:21:38.239ZFeb 01 14:21:37.581 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 18.0.0-0.ci+git980086d2f41
40792026-02-01T14:21:38.239ZFeb 01 14:21:37.582 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 18.0.0-0.ci+git980086d2f41
40802026-02-01T14:21:38.239ZFeb 01 14:21:37.582 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 18.0.0-0.ci+git980086d2f41
40812026-02-01T14:21:38.239ZFeb 01 14:21:37.583 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 18.0.0-0.ci+git980086d2f41
40822026-02-01T14:21:38.239ZFeb 01 14:21:37.583 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 18.0.0-0.ci+git980086d2f41
40832026-02-01T14:21:38.239ZFeb 01 14:21:37.584 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 18.0.0-0.ci+git980086d2f41
40842026-02-01T14:21:38.239ZFeb 01 14:21:37.588 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 18.0.0-0.ci+git980086d2f41
40852026-02-01T14:21:38.239Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
40862026-02-01T14:21:38.239Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
40872026-02-01T14:21:38.239Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
40882026-02-01T14:21:38.239Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
40892026-02-01T14:21:38.239Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
40902026-02-01T14:21:38.239Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
40912026-02-01T14:21:38.239Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
40922026-02-01T14:21:38.269Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
40932026-02-01T14:21:38.269Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
40942026-02-01T14:21:38.269ZFeb 01 14:21:37.614 INFO [stamp-overlay] process exited with exit status: 0 (30.813706ms)
40952026-02-01T14:21:38.270Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
40962026-02-01T14:21:38.270Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
40972026-02-01T14:21:38.295ZFeb 01 14:21:37.631 INFO [stamp-oxlog] process exited with exit status: 0 (46.770306ms)
40982026-02-01T14:21:38.326Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
40992026-02-01T14:21:38.351ZFeb 01 14:21:37.698 INFO [stamp-crucible-utils] process exited with exit status: 0 (109.813738ms)
41002026-02-01T14:21:38.376Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
41012026-02-01T14:21:38.376ZFeb 01 14:21:37.734 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (154.354113ms)
41022026-02-01T14:21:38.603Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
41032026-02-01T14:21:38.627ZFeb 01 14:21:37.974 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (393.27564ms)
41042026-02-01T14:21:39.068Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
41052026-02-01T14:21:39.093ZFeb 01 14:21:38.439 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (857.705444ms)
41062026-02-01T14:21:39.944Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
41072026-02-01T14:21:39.968ZFeb 01 14:21:39.315 INFO [stamp-propolis-server] process exited with exit status: 0 (1.731550971s)
41082026-02-01T14:21:40.371Z[recovery-package] Compiling newtype-uuid v1.3.2
41092026-02-01T14:21:40.645Z[recovery-package] Compiling daft v0.1.4
41102026-02-01T14:21:41.098Z[recovery-package] Compiling iddqd v0.3.16
41112026-02-01T14:21:42.860Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
41122026-02-01T14:21:43.302Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
41132026-02-01T14:21:43.302Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
41142026-02-01T14:21:43.327Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41152026-02-01T14:21:43.385Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41162026-02-01T14:21:43.998Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
41172026-02-01T14:21:47.521Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
41182026-02-01T14:21:47.982ZFeb 01 14:21:46.893 INFO [stamp-switch-asic] process exited with exit status: 0 (9.310455283s)
41192026-02-01T14:21:47.982ZFeb 01 14:21:46.893 INFO [host-stamp] task succeeded (9.314402601s)
41202026-02-01T14:21:47.982ZFeb 01 14:21:46.893 INFO [host-proto] running task
41212026-02-01T14:21:48.327ZFeb 01 14:21:47.692 INFO [host-proto] task succeeded (798.713205ms)
41222026-02-01T14:21:48.327ZFeb 01 14:21:47.692 INFO [host-profile] running task
41232026-02-01T14:21:48.458ZFeb 01 14:21:47.692 INFO [host-profile] task succeeded (462.605µs)
41242026-02-01T14:21:48.458ZFeb 01 14:21:47.693 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/.tmpVmOk05/proto/host/root -N 'ci 980086d/${os_short_commit} 2026-02-01 13:56' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
41252026-02-01T14:21:48.458Z[ host-image] Feb 01 14:21:47.704 INFO Checking files for board 'gimlet'
41262026-02-01T14:21:48.459Z[ host-image] Feb 01 14:21:47.704 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
41272026-02-01T14:21:48.459Z[ host-image] Feb 01 14:21:47.704 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
41282026-02-01T14:21:48.459Z[ host-image] Feb 01 14:21:47.705 INFO Checking files for board 'cosmo-mbist'
41292026-02-01T14:21:48.459Z[ host-image] Feb 01 14:21:47.705 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
41302026-02-01T14:21:48.459Z[ host-image] Feb 01 14:21:47.705 INFO Checking files for board 'cosmo'
41312026-02-01T14:21:48.459Z[ host-image] Feb 01 14:21:47.705 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41322026-02-01T14:21:48.459Z[ host-image] Feb 01 14:21:47.705 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
41332026-02-01T14:21:48.459Z[ host-image] Feb 01 14:21:47.705 INFO Checking files for board 'cosmo-mbist-noaggr'
41342026-02-01T14:21:48.459Z[ host-image] Feb 01 14:21:47.705 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
41352026-02-01T14:21:48.483Z[ host-image] Feb 01 14:21:47.721 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpVmOk05/proto/host/root"
41362026-02-01T14:21:48.483Z[ host-image] Feb 01 14:21:47.721 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
41372026-02-01T14:21:48.483Z[ host-image] Feb 01 14:21:47.721 INFO image builder template: ramdisk-01-os...
41382026-02-01T14:21:48.483Z[ host-image] Feb 01 14:21:47.721 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/.tmpVmOk05/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
41392026-02-01T14:21:48.483Z[ host-image] Feb 01 14:21:47.756 INFO O| Feb 01 14:21:47.755 INFO CREATE DATASET: rpool/images/build/host/output
41402026-02-01T14:21:48.508Z[ host-image] Feb 01 14:21:47.865 INFO O| Feb 01 14:21:47.864 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
41412026-02-01T14:21:48.509Z[ host-image] Feb 01 14:21:47.871 INFO O| Feb 01 14:21:47.871 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
41422026-02-01T14:21:48.595Z[ host-image] Feb 01 14:21:47.960 INFO O| Feb 01 14:21:47.960 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
41432026-02-01T14:21:48.620Z[ host-image] Feb 01 14:21:47.984 INFO O| Feb 01 14:21:47.984 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
41442026-02-01T14:21:48.620Z[ host-image] Feb 01 14:21:47.984 INFO O| Feb 01 14:21:47.984 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
41452026-02-01T14:21:48.620Z[ host-image] Feb 01 14:21:47.984 INFO O| Feb 01 14:21:47.984 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
41462026-02-01T14:21:48.620Z[ host-image] Feb 01 14:21:47.984 INFO O| Feb 01 14:21:47.984 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
41472026-02-01T14:21:48.644Z[ host-image] Feb 01 14:21:47.992 INFO O| Feb 01 14:21:47.992 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
41482026-02-01T14:21:48.701Z[ host-image] Feb 01 14:21:48.066 INFO O| Feb 01 14:21:48.066 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41492026-02-01T14:21:48.725Z[ host-image] Feb 01 14:21:48.077 INFO O| Feb 01 14:21:48.077 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
41502026-02-01T14:21:49.145Z[ host-image] Feb 01 14:21:48.510 INFO O| Feb 01 14:21:48.510 INFO O| Caching catalogs ... Done
41512026-02-01T14:21:49.219Z[ host-image] Feb 01 14:21:48.584 INFO O| Feb 01 14:21:48.584 INFO STEP 0 (pkg_image_create) COMPLETE
41522026-02-01T14:21:49.243Z[ host-image] Feb 01 14:21:48.584 INFO O| Feb 01 14:21:48.584 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41532026-02-01T14:21:49.243Z[ host-image] Feb 01 14:21:48.596 INFO O| Feb 01 14:21:48.596 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"]
41542026-02-01T14:21:49.681Z[ host-image] Feb 01 14:21:49.046 INFO O| Feb 01 14:21:49.046 INFO STEP 1 (pkg_set_publisher) COMPLETE
41552026-02-01T14:21:49.681Z[ host-image] Feb 01 14:21:49.046 INFO O| Feb 01 14:21:49.046 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41562026-02-01T14:21:49.707Z[ host-image] Feb 01 14:21:49.046 INFO O| Feb 01 14:21:49.046 INFO skip step because feature "publisher_1_name" is not enabled
41572026-02-01T14:21:49.707Z[ host-image] Feb 01 14:21:49.046 INFO O| Feb 01 14:21:49.046 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41582026-02-01T14:21:49.707Z[ host-image] Feb 01 14:21:49.046 INFO O| Feb 01 14:21:49.046 INFO skip step because feature "publisher_2_name" is not enabled
41592026-02-01T14:21:49.707Z[ host-image] Feb 01 14:21:49.046 INFO O| Feb 01 14:21:49.046 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41602026-02-01T14:21:49.707Z[ host-image] Feb 01 14:21:49.046 INFO O| Feb 01 14:21:49.046 INFO skip step because feature "publisher_3_name" is not enabled
41612026-02-01T14:21:49.707Z[ host-image] Feb 01 14:21:49.046 INFO O| Feb 01 14:21:49.046 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41622026-02-01T14:21:50.119Z[ host-image] Feb 01 14:21:49.484 INFO O| Feb 01 14:21:49.484 INFO variant opensolaris.zone is already global
41632026-02-01T14:21:50.143Z[ host-image] Feb 01 14:21:49.484 INFO O| Feb 01 14:21:49.484 INFO STEP 5 (pkg_change_variant) COMPLETE
41642026-02-01T14:21:50.143Z[ host-image] Feb 01 14:21:49.484 INFO O| Feb 01 14:21:49.484 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41652026-02-01T14:21:50.525Z[ host-image] Feb 01 14:21:49.890 INFO O| Feb 01 14:21:49.890 INFO variant opensolaris.imagetype is full; changing to partial
41662026-02-01T14:21:50.551Z[ host-image] Feb 01 14:21:49.890 INFO O| Feb 01 14:21:49.890 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41672026-02-01T14:21:56.423Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
41682026-02-01T14:21:56.447Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
41692026-02-01T14:21:56.447Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41702026-02-01T14:21:56.447Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
41712026-02-01T14:22:01.790Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41722026-02-01T14:22:01.861Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41732026-02-01T14:22:03.538Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
41742026-02-01T14:22:03.747Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41752026-02-01T14:22:05.908Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
41762026-02-01T14:22:06.987Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41772026-02-01T14:22:21.890Z[ host-image] Feb 01 14:22:21.255 INFO O| Feb 01 14:22:21.254 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41782026-02-01T14:22:30.621Z[recovery-package] Finished `release` profile [optimized] target(s) in 52.11s
41792026-02-01T14:22:34.779Z[ host-image] Feb 01 14:22:34.143 INFO O| Feb 01 14:22:34.143 INFO O| Startup: Caching catalogs ... Done
41802026-02-01T14:22:34.866Z[ host-image] Feb 01 14:22:34.232 INFO O| Feb 01 14:22:34.232 INFO O| Planning: Planning completed in 0.00 seconds
41812026-02-01T14:22:34.890Z[ host-image] Feb 01 14:22:34.232 INFO O| Feb 01 14:22:34.232 INFO O| Planning: Consolidating action changes ... Done
41822026-02-01T14:22:34.890Z[ host-image] Feb 01 14:22:34.233 INFO O| Feb 01 14:22:34.232 INFO O| Planning: Evaluating mediators ... Done
41832026-02-01T14:22:34.890Z[ host-image] Feb 01 14:22:34.233 INFO O| Feb 01 14:22:34.233 INFO O| Planning: Planning completed in 0.00 seconds
41842026-02-01T14:22:34.890Z[ host-image] Feb 01 14:22:34.233 INFO O| Feb 01 14:22:34.233 INFO O| Variants/Facets to change: 1
41852026-02-01T14:22:34.890Z[ host-image] Feb 01 14:22:34.249 INFO O| Feb 01 14:22:34.249 INFO O| Done
41862026-02-01T14:22:34.890Z[ host-image] Feb 01 14:22:34.249 INFO O| Feb 01 14:22:34.249 INFO O| Done
41872026-02-01T14:22:35.119ZFeb 01 14:22:34.484 INFO [recovery-package] process exited with exit status: 0 (56.904624533s)
41882026-02-01T14:22:35.146ZFeb 01 14:22:34.484 INFO [recovery-stamp] running task
41892026-02-01T14:22:35.146ZFeb 01 14:22:34.485 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
41902026-02-01T14:22:35.146ZFeb 01 14:22:34.485 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 18.0.0-0.ci+git980086d2f41
41912026-02-01T14:22:35.146ZFeb 01 14:22:34.486 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 18.0.0-0.ci+git980086d2f41
41922026-02-01T14:22:35.146Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
41932026-02-01T14:22:35.146Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
41942026-02-01T14:22:35.323Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
41952026-02-01T14:22:35.348ZFeb 01 14:22:34.695 INFO [stamp-installinator] process exited with exit status: 0 (208.965197ms)
41962026-02-01T14:22:35.390Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
41972026-02-01T14:22:35.414ZFeb 01 14:22:34.761 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (276.247403ms)
41982026-02-01T14:22:35.414ZFeb 01 14:22:34.761 INFO [recovery-stamp] task succeeded (276.949792ms)
41992026-02-01T14:22:35.414ZFeb 01 14:22:34.761 INFO [recovery-proto] running task
42002026-02-01T14:22:35.414ZFeb 01 14:22:34.761 INFO [tuf-stamp] running task
42012026-02-01T14:22:35.414ZFeb 01 14:22:34.762 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 18.0.0-0.ci+git980086d2f41
42022026-02-01T14:22:35.414ZFeb 01 14:22:34.764 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 18.0.0-0.ci+git980086d2f41
42032026-02-01T14:22:35.414ZFeb 01 14:22:34.764 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 18.0.0-0.ci+git980086d2f41
42042026-02-01T14:22:35.414ZFeb 01 14:22:34.764 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 18.0.0-0.ci+git980086d2f41
42052026-02-01T14:22:35.414ZFeb 01 14:22:34.772 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 18.0.0-0.ci+git980086d2f41
42062026-02-01T14:22:35.414ZFeb 01 14:22:34.772 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 18.0.0-0.ci+git980086d2f41
42072026-02-01T14:22:35.414ZFeb 01 14:22:34.772 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 18.0.0-0.ci+git980086d2f41
42082026-02-01T14:22:35.414ZFeb 01 14:22:34.772 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 18.0.0-0.ci+git980086d2f41
42092026-02-01T14:22:35.414ZFeb 01 14:22:34.772 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 18.0.0-0.ci+git980086d2f41
42102026-02-01T14:22:35.414ZFeb 01 14:22:34.772 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 18.0.0-0.ci+git980086d2f41
42112026-02-01T14:22:35.415ZFeb 01 14:22:34.772 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 18.0.0-0.ci+git980086d2f41
42122026-02-01T14:22:35.415ZFeb 01 14:22:34.775 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 18.0.0-0.ci+git980086d2f41
42132026-02-01T14:22:35.439Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
42142026-02-01T14:22:35.439Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
42152026-02-01T14:22:35.439Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
42162026-02-01T14:22:35.439Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
42172026-02-01T14:22:35.439Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
42182026-02-01T14:22:35.440Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
42192026-02-01T14:22:35.440Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
42202026-02-01T14:22:35.440Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
42212026-02-01T14:22:35.440Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
42222026-02-01T14:22:35.440Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
42232026-02-01T14:22:35.440Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
42242026-02-01T14:22:35.440Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
42252026-02-01T14:22:35.560Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
42262026-02-01T14:22:35.618ZFeb 01 14:22:34.984 INFO [stamp-probe] process exited with exit status: 0 (217.023976ms)
42272026-02-01T14:22:35.740ZFeb 01 14:22:35.104 INFO [recovery-proto] task succeeded (343.198965ms)
42282026-02-01T14:22:35.740ZFeb 01 14:22:35.105 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/.tmpVmOk05/proto/recovery/root -N 'recovery 980086d/${os_short_commit} 2026-02-01 13:56' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
42292026-02-01T14:22:35.771Z[ recovery-image] Feb 01 14:22:35.136 INFO Checking files for board 'gimlet'
42302026-02-01T14:22:35.771Z[ recovery-image] Feb 01 14:22:35.137 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
42312026-02-01T14:22:35.795Z[ recovery-image] Feb 01 14:22:35.137 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
42322026-02-01T14:22:35.795Z[ recovery-image] Feb 01 14:22:35.137 INFO Checking files for board 'cosmo-mbist'
42332026-02-01T14:22:35.795Z[ recovery-image] Feb 01 14:22:35.137 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
42342026-02-01T14:22:35.795Z[ recovery-image] Feb 01 14:22:35.137 INFO Checking files for board 'cosmo'
42352026-02-01T14:22:35.795Z[ recovery-image] Feb 01 14:22:35.137 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
42362026-02-01T14:22:35.795Z[ recovery-image] Feb 01 14:22:35.137 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
42372026-02-01T14:22:35.795Z[ recovery-image] Feb 01 14:22:35.137 INFO Checking files for board 'cosmo-mbist-noaggr'
42382026-02-01T14:22:35.795Z[ recovery-image] Feb 01 14:22:35.137 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
42392026-02-01T14:22:35.795Z[ recovery-image] Feb 01 14:22:35.154 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpVmOk05/proto/recovery/root"
42402026-02-01T14:22:35.795Z[ recovery-image] Feb 01 14:22:35.155 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
42412026-02-01T14:22:35.795Z[ recovery-image] Feb 01 14:22:35.155 INFO image builder template: ramdisk-01-os...
42422026-02-01T14:22:35.795Z[ recovery-image] Feb 01 14:22:35.155 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/.tmpVmOk05/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@18.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
42432026-02-01T14:22:35.820Z[ recovery-image] Feb 01 14:22:35.181 INFO O| Feb 01 14:22:35.181 INFO CREATE DATASET: rpool/images/build/recovery/output
42442026-02-01T14:22:36.192Z[ recovery-image] Feb 01 14:22:35.525 INFO O| Feb 01 14:22:35.525 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42452026-02-01T14:22:36.192Z[ recovery-image] Feb 01 14:22:35.531 INFO O| Feb 01 14:22:35.531 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42462026-02-01T14:22:36.288Z[ recovery-image] Feb 01 14:22:35.653 INFO O| Feb 01 14:22:35.653 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
42472026-02-01T14:22:36.319Z[ recovery-image] Feb 01 14:22:35.684 INFO O| Feb 01 14:22:35.684 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42482026-02-01T14:22:36.319Z[ recovery-image] Feb 01 14:22:35.684 INFO O| Feb 01 14:22:35.684 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
42492026-02-01T14:22:36.347Z[ recovery-image] Feb 01 14:22:35.684 INFO O| Feb 01 14:22:35.684 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
42502026-02-01T14:22:36.347Z[ recovery-image] Feb 01 14:22:35.684 INFO O| Feb 01 14:22:35.684 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
42512026-02-01T14:22:36.347Z[ recovery-image] Feb 01 14:22:35.698 INFO O| Feb 01 14:22:35.697 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
42522026-02-01T14:22:36.476Z[ recovery-image] Feb 01 14:22:35.842 INFO O| Feb 01 14:22:35.841 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42532026-02-01T14:22:36.502Z[ recovery-image] Feb 01 14:22:35.856 INFO O| Feb 01 14:22:35.856 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42542026-02-01T14:22:36.787Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
42552026-02-01T14:22:36.822ZFeb 01 14:22:36.188 INFO [stamp-ntp] process exited with exit status: 0 (1.412804711s)
42562026-02-01T14:22:36.917Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
42572026-02-01T14:22:37.002Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
42582026-02-01T14:22:37.127Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
42592026-02-01T14:22:37.170ZFeb 01 14:22:36.536 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.771486849s)
42602026-02-01T14:22:37.259Z[ recovery-image] Feb 01 14:22:36.622 INFO O| Feb 01 14:22:36.621 INFO O| Caching catalogs ... Done
42612026-02-01T14:22:37.373Z[ recovery-image] Feb 01 14:22:36.739 INFO O| Feb 01 14:22:36.739 INFO STEP 0 (pkg_image_create) COMPLETE
42622026-02-01T14:22:37.374Z[ recovery-image] Feb 01 14:22:36.739 INFO O| Feb 01 14:22:36.739 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42632026-02-01T14:22:37.398Z[ recovery-image] Feb 01 14:22:36.755 INFO O| Feb 01 14:22: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"]
42642026-02-01T14:22:37.637Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
42652026-02-01T14:22:37.670Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
42662026-02-01T14:22:37.694Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
42672026-02-01T14:22:37.694ZFeb 01 14:22:37.047 INFO [stamp-internal-dns] process exited with exit status: 0 (2.277061793s)
42682026-02-01T14:22:37.718Z[ host-image] Feb 01 14:22:37.075 INFO O| Feb 01 14:22:37.075 INFO O| Done
42692026-02-01T14:22:37.718ZFeb 01 14:22:37.079 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.309890263s)
42702026-02-01T14:22:37.718ZFeb 01 14:22:37.079 INFO [stamp-external-dns] process exited with exit status: 0 (2.31246737s)
42712026-02-01T14:22:37.843Z[ host-image] Feb 01 14:22:37.208 INFO O| Feb 01 14:22:37.208 INFO O| Done
42722026-02-01T14:22:37.881Z[ host-image] Feb 01 14:22:37.210 INFO O| Feb 01 14:22:37.210 INFO O| Done
42732026-02-01T14:22:37.881Z[ host-image] Feb 01 14:22:37.210 INFO O| Feb 01 14:22:37.210 INFO O| Done
42742026-02-01T14:22:37.881Z[ host-image] Feb 01 14:22:37.212 INFO O| Feb 01 14:22:37.212 INFO O| Done
42752026-02-01T14:22:37.909Z[ recovery-image] Feb 01 14:22:37.246 INFO O| Feb 01 14:22:37.246 INFO STEP 1 (pkg_set_publisher) COMPLETE
42762026-02-01T14:22:37.909Z[ recovery-image] Feb 01 14:22:37.246 INFO O| Feb 01 14:22:37.246 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42772026-02-01T14:22:37.909Z[ recovery-image] Feb 01 14:22:37.246 INFO O| Feb 01 14:22:37.246 INFO skip step because feature "publisher_1_name" is not enabled
42782026-02-01T14:22:37.909Z[ recovery-image] Feb 01 14:22:37.246 INFO O| Feb 01 14:22:37.246 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42792026-02-01T14:22:37.909Z[ recovery-image] Feb 01 14:22:37.246 INFO O| Feb 01 14:22:37.246 INFO skip step because feature "publisher_2_name" is not enabled
42802026-02-01T14:22:37.909Z[ recovery-image] Feb 01 14:22:37.246 INFO O| Feb 01 14:22:37.246 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42812026-02-01T14:22:37.909Z[ recovery-image] Feb 01 14:22:37.246 INFO O| Feb 01 14:22:37.246 INFO skip step because feature "publisher_3_name" is not enabled
42822026-02-01T14:22:37.909Z[ recovery-image] Feb 01 14:22:37.246 INFO O| Feb 01 14:22:37.246 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42832026-02-01T14:22:37.990Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
42842026-02-01T14:22:38.015ZFeb 01 14:22:37.366 INFO [stamp-oximeter] process exited with exit status: 0 (2.598009276s)
42852026-02-01T14:22:38.330Z[ recovery-image] Feb 01 14:22:37.696 INFO O| Feb 01 14:22:37.695 INFO variant opensolaris.zone is already global
42862026-02-01T14:22:38.330Z[ recovery-image] Feb 01 14:22:37.696 INFO O| Feb 01 14:22:37.696 INFO STEP 5 (pkg_change_variant) COMPLETE
42872026-02-01T14:22:38.354Z[ recovery-image] Feb 01 14:22:37.696 INFO O| Feb 01 14:22:37.696 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42882026-02-01T14:22:38.782Z[ recovery-image] Feb 01 14:22:38.147 INFO O| Feb 01 14:22:38.147 INFO variant opensolaris.imagetype is full; changing to partial
42892026-02-01T14:22:38.782Z[ recovery-image] Feb 01 14:22:38.147 INFO O| Feb 01 14:22:38.147 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42902026-02-01T14:22:39.215Z[ host-image] Feb 01 14:22:38.580 INFO O| Feb 01 14:22:38.580 INFO STEP 6 (pkg_change_variant) COMPLETE
42912026-02-01T14:22:39.215Z[ host-image] Feb 01 14:22:38.580 INFO O| Feb 01 14:22:38.580 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42922026-02-01T14:22:39.215Z[ host-image] Feb 01 14:22:38.580 INFO O| Feb 01 14:22:38.580 INFO skip step because feature "debug_variant" is not enabled
42932026-02-01T14:22:39.242Z[ host-image] Feb 01 14:22:38.580 INFO O| Feb 01 14:22:38.580 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42942026-02-01T14:22:39.874Z[ host-image] Feb 01 14:22:39.240 INFO O| Feb 01 14:22:39.240 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42952026-02-01T14:22:41.352Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
42962026-02-01T14:22:41.376ZFeb 01 14:22:40.723 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.959059794s)
42972026-02-01T14:22:42.325Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
42982026-02-01T14:22:42.349ZFeb 01 14:22:41.704 INFO [stamp-nexus] process exited with exit status: 0 (6.938376709s)
42992026-02-01T14:22:44.870Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
43002026-02-01T14:22:44.942Z[verify-libraries] warning: value assigned to `rack_uuid` is never read
43012026-02-01T14:22:44.966Z[verify-libraries] --> bootstore/src/schemes/v0/share_pkg.rs:34:9
43022026-02-01T14:22:44.966Z[verify-libraries] |
43032026-02-01T14:22:44.966Z[verify-libraries] 34 | pub rack_uuid: Uuid,
43042026-02-01T14:22:44.966Z[verify-libraries] | ^^^^^^^^^
43052026-02-01T14:22:44.966Z[verify-libraries] |
43062026-02-01T14:22:44.966Z[verify-libraries] = help: maybe it is overwritten before being read?
43072026-02-01T14:22:44.966Z[verify-libraries] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
43082026-02-01T14:22:44.966Z[verify-libraries]
43092026-02-01T14:22:44.966Z[verify-libraries] warning: value assigned to `share_digests` is never read
43102026-02-01T14:22:44.966Z[verify-libraries] --> bootstore/src/schemes/v0/share_pkg.rs:50:9
43112026-02-01T14:22:44.966Z[verify-libraries] |
43122026-02-01T14:22:44.966Z[verify-libraries] 50 | pub share_digests: BTreeSet<Sha3_256Digest>,
43132026-02-01T14:22:44.966Z[verify-libraries] | ^^^^^^^^^^^^^
43142026-02-01T14:22:44.966Z[verify-libraries] |
43152026-02-01T14:22:44.966Z[verify-libraries] = help: maybe it is overwritten before being read?
43162026-02-01T14:22:44.966Z[verify-libraries]
43172026-02-01T14:22:44.966Z[verify-libraries] warning: value assigned to `initial_membership` is never read
43182026-02-01T14:22:44.966Z[verify-libraries] --> bootstore/src/schemes/v0/share_pkg.rs:65:9
43192026-02-01T14:22:44.966Z[verify-libraries] |
43202026-02-01T14:22:44.966Z[verify-libraries] 65 | pub initial_membership: BTreeSet<Baseboard>,
43212026-02-01T14:22:44.966Z[verify-libraries] | ^^^^^^^^^^^^^^^^^^
43222026-02-01T14:22:44.966Z[verify-libraries] |
43232026-02-01T14:22:44.966Z[verify-libraries] = help: maybe it is overwritten before being read?
43242026-02-01T14:22:44.966Z[verify-libraries]
43252026-02-01T14:22:44.966Z[verify-libraries] warning: value assigned to `encrypted_shares` is never read
43262026-02-01T14:22:44.967Z[verify-libraries] --> bootstore/src/schemes/v0/share_pkg.rs:90:9
43272026-02-01T14:22:44.967Z[verify-libraries] |
43282026-02-01T14:22:44.967Z[verify-libraries] 90 | pub encrypted_shares: Vec<u8>,
43292026-02-01T14:22:44.967Z[verify-libraries] | ^^^^^^^^^^^^^^^^
43302026-02-01T14:22:44.967Z[verify-libraries] |
43312026-02-01T14:22:44.967Z[verify-libraries] = help: maybe it is overwritten before being read?
43322026-02-01T14:22:44.967Z[verify-libraries]
43332026-02-01T14:22:44.967Z[verify-libraries] warning: `bootstore` (lib) generated 4 warnings
43342026-02-01T14:22:44.967Z[verify-libraries] Compiling cfg_aliases v0.1.1
43352026-02-01T14:22:44.996Z[verify-libraries] Compiling home v0.5.9
43362026-02-01T14:22:45.044Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43372026-02-01T14:22:45.075Z[verify-libraries] Compiling sqlparser_derive v0.2.2
43382026-02-01T14:22:45.104Z[verify-libraries] Compiling unicode_categories v0.1.1
43392026-02-01T14:22:45.166Z[verify-libraries] Compiling nix v0.28.0
43402026-02-01T14:22:45.208Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
43412026-02-01T14:22:45.232ZFeb 01 14:22:44.594 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.831528481s)
43422026-02-01T14:22:45.301Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43432026-02-01T14:22:45.357Z[verify-libraries] Compiling polyval v0.6.2
43442026-02-01T14:22:45.404Z[verify-libraries] Compiling ctr v0.9.2
43452026-02-01T14:22:45.581Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
43462026-02-01T14:22:45.605ZFeb 01 14:22:44.965 INFO [stamp-clickhouse_server] process exited with exit status: 0 (10.200603115s)
43472026-02-01T14:22:45.631Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
43482026-02-01T14:22:45.853Z[verify-libraries] Compiling sqlformat v0.3.5
43492026-02-01T14:22:45.949Z[verify-libraries] Compiling ghash v0.5.1
43502026-02-01T14:22:46.111Z[verify-libraries] Compiling ssh-encoding v0.2.0
43512026-02-01T14:22:46.155Z[verify-libraries] Compiling sqlparser v0.45.0
43522026-02-01T14:22:46.209Z[verify-libraries] Compiling aes-gcm v0.10.3
43532026-02-01T14:22:46.235Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
43542026-02-01T14:22:46.235ZFeb 01 14:22:45.601 INFO [stamp-clickhouse] process exited with exit status: 0 (10.828968273s)
43552026-02-01T14:22:46.235ZFeb 01 14:22:45.601 INFO [tuf-stamp] task succeeded (10.839611423s)
43562026-02-01T14:22:46.291Z[verify-libraries] Compiling blowfish v0.9.1
43572026-02-01T14:22:46.623Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
43582026-02-01T14:22:46.854Z[verify-libraries] Compiling ssh-cipher v0.2.0
43592026-02-01T14:22:47.226Z[verify-libraries] Compiling password-hash v0.4.2
43602026-02-01T14:22:47.303Z[verify-libraries] Compiling petname v2.0.2
43612026-02-01T14:22:47.828Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43622026-02-01T14:22:48.273Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43632026-02-01T14:22:49.155Z[verify-libraries] Compiling rustyline v14.0.0
43642026-02-01T14:22:49.258Z[verify-libraries] Compiling pbkdf2 v0.11.0
43652026-02-01T14:22:49.778Z[verify-libraries] Compiling ssh-key v0.6.6
43662026-02-01T14:22:50.501Z[verify-libraries] Compiling p256 v0.13.2
43672026-02-01T14:22:51.282Z[verify-libraries] Compiling p521 v0.13.3
43682026-02-01T14:22:52.852Z[verify-libraries] Compiling russh-cryptovec v0.7.3
43692026-02-01T14:22:53.419Z[verify-libraries] Compiling md5 v0.7.0
43702026-02-01T14:22:54.090Z[verify-libraries] Compiling russh-keys v0.45.0
43712026-02-01T14:22:55.319Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
43722026-02-01T14:22:55.790Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
43732026-02-01T14:22:56.262Z[verify-libraries] Compiling num-bigint v0.4.6
43742026-02-01T14:22:59.432Z[verify-libraries] Compiling des v0.8.1
43752026-02-01T14:23:00.035Z[verify-libraries] Compiling sapling-renderdag v0.1.0
43762026-02-01T14:23:00.838Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43772026-02-01T14:23:01.277Z[verify-libraries] Compiling hex-literal v0.4.1
43782026-02-01T14:23:01.597Z[verify-libraries] Compiling sync-ptr v0.1.4
43792026-02-01T14:23:01.804Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43802026-02-01T14:23:02.097Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43812026-02-01T14:23:04.864Z[verify-libraries] Compiling russh v0.45.0
43822026-02-01T14:23:05.734Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
43832026-02-01T14:23:14.404Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43842026-02-01T14:23:14.405Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43852026-02-01T14:23:18.035Z[ recovery-image] Feb 01 14:23:17.400 INFO O| Feb 01 14:23:17.400 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43862026-02-01T14:23:20.760Z[ host-image] Feb 01 14:23:20.126 INFO O| Feb 01 14:23:20.125 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43872026-02-01T14:23:26.076Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43882026-02-01T14:23:28.433Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43892026-02-01T14:23:34.170Z[ recovery-image] Feb 01 14:23:33.536 INFO O| Feb 01 14:23:33.535 INFO O| Startup: Caching catalogs ... Done
43902026-02-01T14:23:34.282Z[ recovery-image] Feb 01 14:23:33.648 INFO O| Feb 01 14:23:33.648 INFO O| Planning: Planning completed in 0.00 seconds
43912026-02-01T14:23:34.307Z[ recovery-image] Feb 01 14:23:33.649 INFO O| Feb 01 14:23:33.649 INFO O| Planning: Consolidating action changes ... Done
43922026-02-01T14:23:34.307Z[ recovery-image] Feb 01 14:23:33.649 INFO O| Feb 01 14:23:33.649 INFO O| Planning: Evaluating mediators ... Done
43932026-02-01T14:23:34.307Z[ recovery-image] Feb 01 14:23:33.649 INFO O| Feb 01 14:23:33.649 INFO O| Planning: Planning completed in 0.00 seconds
43942026-02-01T14:23:34.307Z[ recovery-image] Feb 01 14:23:33.650 INFO O| Feb 01 14:23:33.650 INFO O| Variants/Facets to change: 1
43952026-02-01T14:23:34.333Z[ recovery-image] Feb 01 14:23:33.690 INFO O| Feb 01 14:23:33.690 INFO O| Done
43962026-02-01T14:23:34.333Z[ recovery-image] Feb 01 14:23:33.690 INFO O| Feb 01 14:23:33.690 INFO O| Done
43972026-02-01T14:23:35.680Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43982026-02-01T14:23:36.653Z[ host-image] Feb 01 14:23:36.019 INFO O| Feb 01 14:23:36.019 INFO O| Startup: Caching catalogs ... Done
43992026-02-01T14:23:36.678Z[ recovery-image] Feb 01 14:23:36.026 INFO O| Feb 01 14:23:36.026 INFO O| Done
44002026-02-01T14:23:36.811Z[ host-image] Feb 01 14:23:36.176 INFO O| Feb 01 14:23:36.176 INFO O| Planning: Planning completed in 0.00 seconds
44012026-02-01T14:23:36.837Z[ host-image] Feb 01 14:23:36.177 INFO O| Feb 01 14:23:36.177 INFO O| Planning: Consolidating action changes ... Done
44022026-02-01T14:23:36.837Z[ host-image] Feb 01 14:23:36.177 INFO O| Feb 01 14:23:36.177 INFO O| Planning: Evaluating mediators ... Done
44032026-02-01T14:23:36.837Z[ host-image] Feb 01 14:23:36.178 INFO O| Feb 01 14:23:36.177 INFO O| Planning: Planning completed in 0.00 seconds
44042026-02-01T14:23:36.837Z[ host-image] Feb 01 14:23:36.178 INFO O| Feb 01 14:23:36.178 INFO O| Variants/Facets to change: 1
44052026-02-01T14:23:36.869Z[ host-image] Feb 01 14:23:36.212 INFO O| Feb 01 14:23:36.212 INFO O| Done
44062026-02-01T14:23:36.869Z[ host-image] Feb 01 14:23:36.213 INFO O| Feb 01 14:23:36.212 INFO O| Done
44072026-02-01T14:23:36.932Z[ recovery-image] Feb 01 14:23:36.246 INFO O| Feb 01 14:23:36.246 INFO O| Done
44082026-02-01T14:23:36.932Z[ recovery-image] Feb 01 14:23:36.248 INFO O| Feb 01 14:23:36.248 INFO O| Done
44092026-02-01T14:23:36.957Z[ recovery-image] Feb 01 14:23:36.248 INFO O| Feb 01 14:23:36.248 INFO O| Done
44102026-02-01T14:23:36.957Z[ recovery-image] Feb 01 14:23:36.249 INFO O| Feb 01 14:23:36.249 INFO O| Done
44112026-02-01T14:23:39.098Z[ recovery-image] Feb 01 14:23:38.463 INFO O| Feb 01 14:23:38.463 INFO STEP 6 (pkg_change_variant) COMPLETE
44122026-02-01T14:23:39.098Z[ recovery-image] Feb 01 14:23:38.463 INFO O| Feb 01 14:23:38.463 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44132026-02-01T14:23:39.123Z[ recovery-image] Feb 01 14:23:38.464 INFO O| Feb 01 14:23:38.463 INFO skip step because feature "debug_variant" is not enabled
44142026-02-01T14:23:39.124Z[ recovery-image] Feb 01 14:23:38.464 INFO O| Feb 01 14:23:38.463 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44152026-02-01T14:23:39.479Z[ host-image] Feb 01 14:23:38.845 INFO O| Feb 01 14:23:38.845 INFO O| Done
44162026-02-01T14:23:39.611Z[ host-image] Feb 01 14:23:38.977 INFO O| Feb 01 14:23:38.977 INFO O| Done
44172026-02-01T14:23:39.636Z[ host-image] Feb 01 14:23:38.978 INFO O| Feb 01 14:23:38.977 INFO O| Done
44182026-02-01T14:23:39.636Z[ host-image] Feb 01 14:23:38.978 INFO O| Feb 01 14:23:38.978 INFO O| Done
44192026-02-01T14:23:39.636Z[ host-image] Feb 01 14:23:38.979 INFO O| Feb 01 14:23:38.979 INFO O| Done
44202026-02-01T14:23:39.661Z[ recovery-image] Feb 01 14:23:39.003 INFO O| Feb 01 14:23:39.003 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
44212026-02-01T14:23:41.360Z[ host-image] Feb 01 14:23:40.725 INFO O| Feb 01 14:23:40.725 INFO STEP 8 (pkg_change_facet) COMPLETE
44222026-02-01T14:23:41.360Z[ host-image] Feb 01 14:23:40.725 INFO O| Feb 01 14:23:40.725 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44232026-02-01T14:23:41.360Z[ host-image] Feb 01 14:23:40.725 INFO O| Feb 01 14:23:40.725 INFO skip step because feature "recovery" is not enabled
44242026-02-01T14:23:41.385Z[ host-image] Feb 01 14:23:40.725 INFO O| Feb 01 14:23:40.725 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44252026-02-01T14:23:41.385Z[ host-image] Feb 01 14:23:40.725 INFO O| Feb 01 14:23:40.725 INFO skip step because feature "recovery" is not enabled
44262026-02-01T14:23:41.385Z[ host-image] Feb 01 14:23:40.725 INFO O| Feb 01 14:23:40.725 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44272026-02-01T14:23:41.385Z[ host-image] Feb 01 14:23:40.739 INFO O| Feb 01 14:23:40.739 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@18.0.0.0"]
44282026-02-01T14:23:46.622Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
44292026-02-01T14:23:47.851Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44302026-02-01T14:23:50.286Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
44312026-02-01T14:23:53.965Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44322026-02-01T14:23:54.115Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44332026-02-01T14:23:58.758Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44342026-02-01T14:23:59.585Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
44352026-02-01T14:24:03.385Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44362026-02-01T14:24:03.765Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44372026-02-01T14:24:08.464Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
44382026-02-01T14:24:10.933Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44392026-02-01T14:24:18.162Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
44402026-02-01T14:24:22.491Z[ recovery-image] Feb 01 14:24:21.858 INFO O| Feb 01 14:24:21.858 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44412026-02-01T14:24:23.934Z[ host-image] Feb 01 14:24:23.300 INFO O| Feb 01 14:24:23.300 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44422026-02-01T14:24:25.217Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
44432026-02-01T14:24:28.785Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44442026-02-01T14:24:36.754Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44452026-02-01T14:24:38.566Z[ recovery-image] Feb 01 14:24:37.931 INFO O| Feb 01 14:24:37.931 INFO O| Startup: Caching catalogs ... Done
44462026-02-01T14:24:38.670Z[ recovery-image] Feb 01 14:24:38.036 INFO O| Feb 01 14:24:38.036 INFO O| Planning: Planning completed in 0.00 seconds
44472026-02-01T14:24:38.694Z[ recovery-image] Feb 01 14:24:38.037 INFO O| Feb 01 14:24:38.037 INFO O| Planning: Consolidating action changes ... Done
44482026-02-01T14:24:38.694Z[ recovery-image] Feb 01 14:24:38.038 INFO O| Feb 01 14:24:38.037 INFO O| Planning: Evaluating mediators ... Done
44492026-02-01T14:24:38.694Z[ recovery-image] Feb 01 14:24:38.038 INFO O| Feb 01 14:24:38.038 INFO O| Planning: Planning completed in 0.00 seconds
44502026-02-01T14:24:38.694Z[ recovery-image] Feb 01 14:24:38.038 INFO O| Feb 01 14:24:38.038 INFO O| Variants/Facets to change: 1
44512026-02-01T14:24:38.735Z[ recovery-image] Feb 01 14:24:38.101 INFO O| Feb 01 14:24:38.101 INFO O| Done
44522026-02-01T14:24:38.759Z[ recovery-image] Feb 01 14:24:38.101 INFO O| Feb 01 14:24:38.101 INFO O| Done
44532026-02-01T14:24:40.061Z[ host-image] Feb 01 14:24:39.427 INFO O| Feb 01 14:24:39.427 INFO O| Startup: Caching catalogs ... Done
44542026-02-01T14:24:40.749Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44552026-02-01T14:24:41.352Z[ recovery-image] Feb 01 14:24:40.719 INFO O| Feb 01 14:24:40.718 INFO O| Done
44562026-02-01T14:24:41.483Z[ recovery-image] Feb 01 14:24:40.849 INFO O| Feb 01 14:24:40.849 INFO O| Done
44572026-02-01T14:24:41.507Z[ recovery-image] Feb 01 14:24:40.850 INFO O| Feb 01 14:24:40.850 INFO O| Done
44582026-02-01T14:24:41.507Z[ recovery-image] Feb 01 14:24:40.851 INFO O| Feb 01 14:24:40.851 INFO O| Done
44592026-02-01T14:24:41.507Z[ recovery-image] Feb 01 14:24:40.852 INFO O| Feb 01 14:24:40.852 INFO O| Done
44602026-02-01T14:24:43.687Z[ recovery-image] Feb 01 14:24:43.053 INFO O| Feb 01 14:24:43.053 INFO STEP 8 (pkg_change_facet) COMPLETE
44612026-02-01T14:24:43.687Z[ recovery-image] Feb 01 14:24:43.053 INFO O| Feb 01 14:24:43.053 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44622026-02-01T14:24:44.348Z[ recovery-image] Feb 01 14:24:43.714 INFO O| Feb 01 14:24:43.714 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
44632026-02-01T14:24:46.488Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44642026-02-01T14:24:49.922Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44652026-02-01T14:25:06.811Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44662026-02-01T14:25:26.758Z[ recovery-image] Feb 01 14:25:26.125 INFO O| Feb 01 14:25:26.124 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44672026-02-01T14:25:30.308Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44682026-02-01T14:25:32.735Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44692026-02-01T14:25:38.732Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44702026-02-01T14:25:42.708Z[ recovery-image] Feb 01 14:25:42.075 INFO O| Feb 01 14:25:42.075 INFO O| Startup: Caching catalogs ... Done
44712026-02-01T14:25:42.841Z[ recovery-image] Feb 01 14:25:42.207 INFO O| Feb 01 14:25:42.207 INFO O| Planning: Planning completed in 0.00 seconds
44722026-02-01T14:25:42.878Z[ recovery-image] Feb 01 14:25:42.208 INFO O| Feb 01 14:25:42.208 INFO O| Planning: Consolidating action changes ... Done
44732026-02-01T14:25:42.878Z[ recovery-image] Feb 01 14:25:42.208 INFO O| Feb 01 14:25:42.208 INFO O| Planning: Evaluating mediators ... Done
44742026-02-01T14:25:42.878Z[ recovery-image] Feb 01 14:25:42.209 INFO O| Feb 01 14:25:42.209 INFO O| Planning: Planning completed in 0.00 seconds
44752026-02-01T14:25:42.878Z[ recovery-image] Feb 01 14:25:42.209 INFO O| Feb 01 14:25:42.209 INFO O| Variants/Facets to change: 1
44762026-02-01T14:25:42.878Z[ recovery-image] Feb 01 14:25:42.227 INFO O| Feb 01 14:25:42.227 INFO O| Done
44772026-02-01T14:25:42.878Z[ recovery-image] Feb 01 14:25:42.227 INFO O| Feb 01 14:25:42.227 INFO O| Done
44782026-02-01T14:25:44.747Z[ recovery-image] Feb 01 14:25:44.114 INFO O| Feb 01 14:25:44.114 INFO O| Done
44792026-02-01T14:25:44.885Z[ recovery-image] Feb 01 14:25:44.252 INFO O| Feb 01 14:25:44.252 INFO O| Done
44802026-02-01T14:25:44.909Z[ recovery-image] Feb 01 14:25:44.253 INFO O| Feb 01 14:25:44.253 INFO O| Done
44812026-02-01T14:25:44.910Z[ recovery-image] Feb 01 14:25:44.253 INFO O| Feb 01 14:25:44.253 INFO O| Done
44822026-02-01T14:25:44.910Z[ recovery-image] Feb 01 14:25:44.254 INFO O| Feb 01 14:25:44.254 INFO O| Done
44832026-02-01T14:25:46.789Z[ recovery-image] Feb 01 14:25:46.156 INFO O| Feb 01 14:25:46.156 INFO STEP 9 (pkg_change_facet) COMPLETE
44842026-02-01T14:25:46.789Z[ recovery-image] Feb 01 14:25:46.156 INFO O| Feb 01 14:25:46.156 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44852026-02-01T14:25:47.358Z[ recovery-image] Feb 01 14:25:46.725 INFO O| Feb 01 14:25:46.725 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44862026-02-01T14:25:55.355Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44872026-02-01T14:25:55.747Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44882026-02-01T14:25:57.461Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44892026-02-01T14:26:01.983Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44902026-02-01T14:26:13.144Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44912026-02-01T14:26:19.304Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44922026-02-01T14:26:24.923Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44932026-02-01T14:26:27.422Z[ recovery-image] Feb 01 14:26:26.789 INFO O| Feb 01 14:26:26.789 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44942026-02-01T14:26:42.683Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44952026-02-01T14:26:44.336Z[ recovery-image] Feb 01 14:26:43.703 INFO O| Feb 01 14:26:43.703 INFO O| Startup: Caching catalogs ... Done
44962026-02-01T14:26:44.475Z[ recovery-image] Feb 01 14:26:43.842 INFO O| Feb 01 14:26:43.842 INFO O| Planning: Planning completed in 0.00 seconds
44972026-02-01T14:26:44.499Z[ recovery-image] Feb 01 14:26:43.843 INFO O| Feb 01 14:26:43.843 INFO O| Planning: Consolidating action changes ... Done
44982026-02-01T14:26:44.499Z[ recovery-image] Feb 01 14:26:43.843 INFO O| Feb 01 14:26:43.843 INFO O| Planning: Evaluating mediators ... Done
44992026-02-01T14:26:44.499Z[ recovery-image] Feb 01 14:26:43.844 INFO O| Feb 01 14:26:43.844 INFO O| Planning: Planning completed in 0.00 seconds
45002026-02-01T14:26:44.499Z[ recovery-image] Feb 01 14:26:43.844 INFO O| Feb 01 14:26:43.844 INFO O| Variants/Facets to change: 1
45012026-02-01T14:26:44.545Z[ recovery-image] Feb 01 14:26:43.912 INFO O| Feb 01 14:26:43.912 INFO O| Done
45022026-02-01T14:26:44.569Z[ recovery-image] Feb 01 14:26:43.912 INFO O| Feb 01 14:26:43.912 INFO O| Done
45032026-02-01T14:26:46.070Z[ recovery-image] Feb 01 14:26:45.437 INFO O| Feb 01 14:26:45.437 INFO O| Done
45042026-02-01T14:26:46.239Z[ recovery-image] Feb 01 14:26:45.606 INFO O| Feb 01 14:26:45.606 INFO O| Done
45052026-02-01T14:26:46.263Z[ recovery-image] Feb 01 14:26:45.608 INFO O| Feb 01 14:26:45.608 INFO O| Done
45062026-02-01T14:26:46.263Z[ recovery-image] Feb 01 14:26:45.608 INFO O| Feb 01 14:26:45.608 INFO O| Done
45072026-02-01T14:26:46.263Z[ recovery-image] Feb 01 14:26:45.610 INFO O| Feb 01 14:26:45.610 INFO O| Done
45082026-02-01T14:26:47.767Z[ recovery-image] Feb 01 14:26:47.134 INFO O| Feb 01 14:26:47.133 INFO STEP 10 (pkg_change_facet) COMPLETE
45092026-02-01T14:26:47.767Z[ recovery-image] Feb 01 14:26:47.134 INFO O| Feb 01 14:26:47.134 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45102026-02-01T14:26:47.791Z[ recovery-image] Feb 01 14:26:47.151 INFO O| Feb 01 14:26:47.151 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@18.0.0.0"]
45112026-02-01T14:26:56.264Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45122026-02-01T14:26:56.914Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45132026-02-01T14:26:57.553Z[verify-libraries] Compiling internet-checksum v0.2.1
45142026-02-01T14:26:57.847Z[verify-libraries] Compiling omicron-zone-package v0.12.2
45152026-02-01T14:27:18.332Z[ host-image] Feb 01 14:27:17.699 INFO O| Feb 01 14:27:17.699 INFO O| Planning: Solver setup ... Done
45162026-02-01T14:27:21.375Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
45172026-02-01T14:27:42.639Z[ recovery-image] Feb 01 14:27:42.001 INFO O| Feb 01 14:27:41.000 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45182026-02-01T14:27:48.960Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45192026-02-01T14:27:54.275Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45202026-02-01T14:27:59.845Z[ recovery-image] Feb 01 14:27:59.213 INFO O| Feb 01 14:27:59.212 INFO O| Startup: Caching catalogs ... Done
45212026-02-01T14:28:28.868Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45222026-02-01T14:28:39.868Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45232026-02-01T14:28:41.030Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45242026-02-01T14:28:42.479Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45252026-02-01T14:28:48.218Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45262026-02-01T14:29:02.037Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45272026-02-01T14:29:12.729Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45282026-02-01T14:30:06.746Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45292026-02-01T14:30:12.948Z[verify-libraries] Compiling yansi v1.0.1
45302026-02-01T14:30:14.149Z[verify-libraries] Compiling diff v0.1.13
45312026-02-01T14:30:15.541Z[verify-libraries] Compiling pretty_assertions v1.4.1
45322026-02-01T14:30:16.592Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45332026-02-01T14:30:22.924Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45342026-02-01T14:30:23.341Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45352026-02-01T14:30:23.883Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45362026-02-01T14:30:24.379Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
45372026-02-01T14:30:24.885Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
45382026-02-01T14:30:25.419Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45392026-02-01T14:30:33.678Z[verify-libraries] Compiling drift v0.1.3
45402026-02-01T14:30:35.503Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45412026-02-01T14:30:40.732Z[ recovery-image] Feb 01 14:30:40.100 INFO O| Feb 01 14:30:40.100 INFO O| Planning: Solver setup ... Done
45422026-02-01T14:30:40.899Z[verify-libraries] Compiling dropshot-api-manager v0.2.4
45432026-02-01T14:31:09.305Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45442026-02-01T14:31:11.250Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45452026-02-01T14:31:32.419Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45462026-02-01T14:31:32.827Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
45472026-02-01T14:31:38.316Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45482026-02-01T14:31:38.935Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45492026-02-01T14:31:52.860Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45502026-02-01T14:31:56.819Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
45512026-02-01T14:32:06.517Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
45522026-02-01T14:32:07.248Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
45532026-02-01T14:32:10.308Z[verify-libraries] Compiling termios v0.3.3
45542026-02-01T14:32:10.908Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45552026-02-01T14:32:13.459Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
45562026-02-01T14:32:20.030Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45572026-02-01T14:32:33.901Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45582026-02-01T14:32:34.936Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45592026-02-01T14:32:56.008Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
45602026-02-01T14:34:51.049Z[ host-image] Feb 01 14:34:50.419 INFO O| Feb 01 14:34:50.418 INFO O| Planning: Running solver ... Done
45612026-02-01T14:35:56.644Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45622026-02-01T14:35:58.337Z[ host-image] Feb 01 14:35:57.707 INFO O| Feb 01 14:35:57.707 INFO O| Planning: Finding local manifests ... Done
45632026-02-01T14:36:00.297Z[ host-image] Feb 01 14:35:59.667 INFO O| Feb 01 14:35:59.667 INFO O| Planning: Fetching manifests: 0/126 0% complete
45642026-02-01T14:36:05.309Z[ host-image] Feb 01 14:36:04.680 INFO O| Feb 01 14:36:04.680 INFO O| Planning: Fetching manifests: 58/126 46% complete
45652026-02-01T14:36:10.321Z[ host-image] Feb 01 14:36:09.691 INFO O| Feb 01 14:36:09.691 INFO O| Planning: Fetching manifests: 113/126 89% complete
45662026-02-01T14:36:11.250Z[ host-image] Feb 01 14:36:10.620 INFO O| Feb 01 14:36:10.620 INFO O| Planning: Fetching manifests: 126/126 100% complete
45672026-02-01T14:36:13.430Z[ host-image] Feb 01 14:36:12.801 INFO O| Feb 01 14:36:12.801 INFO O| Planning: Package planning ... Done
45682026-02-01T14:36:14.504Z[ host-image] Feb 01 14:36:13.875 INFO O| Feb 01 14:36:13.875 INFO O| Planning: Merging actions ... Done
45692026-02-01T14:36:14.759Z[ host-image] Feb 01 14:36:14.130 INFO O| Feb 01 14:36:14.130 INFO O| Planning: Checking for conflicting actions ... Done
45702026-02-01T14:36:15.014Z[ host-image] Feb 01 14:36:14.385 INFO O| Feb 01 14:36:14.385 INFO O| Planning: Consolidating action changes ... Done
45712026-02-01T14:36:15.440Z[ host-image] Feb 01 14:36:14.810 INFO O| Feb 01 14:36:14.810 INFO O| Planning: Evaluating mediators ... Done
45722026-02-01T14:36:19.043Z[ host-image] Feb 01 14:36:18.414 INFO O| Feb 01 14:36:18.414 INFO O| Planning: Planning completed in 698.80 seconds
45732026-02-01T14:36:19.073Z[ host-image] Feb 01 14:36:18.444 INFO O| Feb 01 14:36:18.444 INFO O| Packages to install: 126
45742026-02-01T14:36:19.097Z[ host-image] Feb 01 14:36:18.444 INFO O| Feb 01 14:36:18.444 INFO O| Mediators to change: 5
45752026-02-01T14:36:19.634Z[ host-image] Feb 01 14:36:18.444 INFO O| Feb 01 14:36:18.444 INFO O| Services to change: 6
45762026-02-01T14:36:20.484Z[ host-image] Feb 01 14:36:19.854 INFO O| Feb 01 14:36:19.854 INFO O| Download: 0/22925 items 0.0/209.3MB 0% complete
45772026-02-01T14:36:25.508Z[ host-image] Feb 01 14:36:24.879 INFO O| Feb 01 14:36:24.879 INFO O| Download: 1107/22925 items 5.9/209.3MB 2% complete (1.2M/s)
45782026-02-01T14:36:30.856Z[ host-image] Feb 01 14:36:30.227 INFO O| Feb 01 14:36:30.226 INFO O| Download: 1696/22925 items 11.4/209.3MB 5% complete (1.2M/s)
45792026-02-01T14:36:36.095Z[ host-image] Feb 01 14:36:35.466 INFO O| Feb 01 14:36:35.466 INFO O| Download: 2226/22925 items 24.4/209.3MB 11% complete (1.8M/s)
45802026-02-01T14:36:41.113Z[ host-image] Feb 01 14:36:40.484 INFO O| Feb 01 14:36:40.484 INFO O| Download: 3067/22925 items 34.1/209.3MB 16% complete (2.2M/s)
45812026-02-01T14:36:43.763Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
45822026-02-01T14:36:46.140Z[ host-image] Feb 01 14:36:45.511 INFO O| Feb 01 14:36:45.511 INFO O| Download: 4151/22925 items 40.7/209.3MB 19% complete (1.6M/s)
45832026-02-01T14:36:51.176Z[ host-image] Feb 01 14:36:50.548 INFO O| Feb 01 14:36:50.548 INFO O| Download: 4785/22925 items 44.9/209.3MB 21% complete (1.0M/s)
45842026-02-01T14:36:56.197Z[ host-image] Feb 01 14:36:55.569 INFO O| Feb 01 14:36:55.568 INFO O| Download: 5900/22925 items 46.7/209.3MB 22% complete (620k/s)
45852026-02-01T14:36:58.661Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45862026-02-01T14:37:01.198Z[ host-image] Feb 01 14:37:00.569 INFO O| Feb 01 14:37:00.568 INFO O| Download: 6938/22925 items 49.4/209.3MB 23% complete (554k/s)
45872026-02-01T14:37:06.212Z[ host-image] Feb 01 14:37:05.584 INFO O| Feb 01 14:37:05.583 INFO O| Download: 7968/22925 items 59.7/209.3MB 28% complete (1.3M/s)
45882026-02-01T14:37:11.255Z[ host-image] Feb 01 14:37:10.626 INFO O| Feb 01 14:37:10.626 INFO O| Download: 8398/22925 items 71.9/209.3MB 34% complete (2.2M/s)
45892026-02-01T14:37:13.300Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45902026-02-01T14:37:15.032Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
45912026-02-01T14:37:16.273Z[ host-image] Feb 01 14:37:15.644 INFO O| Feb 01 14:37:15.644 INFO O| Download: 9504/22925 items 85.3/209.3MB 40% complete (2.5M/s)
45922026-02-01T14:37:19.196Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
45932026-02-01T14:37:21.288Z[ host-image] Feb 01 14:37:20.659 INFO O| Feb 01 14:37:20.659 INFO O| Download: 10696/22925 items 92.5/209.3MB 44% complete (2.1M/s)
45942026-02-01T14:37:26.288Z[ host-image] Feb 01 14:37:25.660 INFO O| Feb 01 14:37:25.659 INFO O| Download: 11288/22925 items 97.4/209.3MB 46% complete (1.2M/s)
45952026-02-01T14:37:26.784Z[ recovery-image] Feb 01 14:37:26.155 INFO O| Feb 01 14:37:26.155 INFO O| Planning: Running solver ... Done
45962026-02-01T14:37:28.028Z[ recovery-image] Feb 01 14:37:27.399 INFO O| Feb 01 14:37:27.399 INFO O| Planning: Finding local manifests ... Done
45972026-02-01T14:37:28.275Z[ recovery-image] Feb 01 14:37:27.647 INFO O| Feb 01 14:37:27.641 INFO O| Planning: Fetching manifests: 0/126 0% complete
45982026-02-01T14:37:31.314Z[ host-image] Feb 01 14:37:30.685 INFO O| Feb 01 14:37:30.685 INFO O| Download: 12098/22925 items 103.3/209.3MB 49% complete (1.1M/s)
45992026-02-01T14:37:33.284Z[ recovery-image] Feb 01 14:37:32.656 INFO O| Feb 01 14:37:32.656 INFO O| Planning: Fetching manifests: 84/126 66% complete
46002026-02-01T14:37:35.016Z[ recovery-image] Feb 01 14:37:34.387 INFO O| Feb 01 14:37:34.386 INFO O| Planning: Fetching manifests: 126/126 100% complete
46012026-02-01T14:37:35.769Z[ recovery-image] Feb 01 14:37:35.141 INFO O| Feb 01 14:37:35.141 INFO O| Planning: Package planning ... Done
46022026-02-01T14:37:36.185Z[ recovery-image] Feb 01 14:37:35.557 INFO O| Feb 01 14:37:35.556 INFO O| Planning: Merging actions ... Done
46032026-02-01T14:37:36.300Z[ recovery-image] Feb 01 14:37:35.671 INFO O| Feb 01 14:37:35.671 INFO O| Planning: Checking for conflicting actions ... Done
46042026-02-01T14:37:36.324Z[ host-image] Feb 01 14:37:35.686 INFO O| Feb 01 14:37:35.686 INFO O| Download: 12751/22925 items 113.1/209.3MB 54% complete (1.6M/s)
46052026-02-01T14:37:36.424Z[ recovery-image] Feb 01 14:37:35.795 INFO O| Feb 01 14:37:35.795 INFO O| Planning: Consolidating action changes ... Done
46062026-02-01T14:37:36.730Z[ recovery-image] Feb 01 14:37:36.101 INFO O| Feb 01 14:37:36.101 INFO O| Planning: Evaluating mediators ... Done
46072026-02-01T14:37:40.642Z[ recovery-image] Feb 01 14:37:40.014 INFO O| Feb 01 14:37:40.014 INFO O| Planning: Planning completed in 580.66 seconds
46082026-02-01T14:37:40.670Z[ recovery-image] Feb 01 14:37:40.042 INFO O| Feb 01 14:37:40.042 INFO O| Packages to install: 126
46092026-02-01T14:37:40.694Z[ recovery-image] Feb 01 14:37:40.042 INFO O| Feb 01 14:37:40.042 INFO O| Mediators to change: 5
46102026-02-01T14:37:40.694Z[ recovery-image] Feb 01 14:37:40.042 INFO O| Feb 01 14:37:40.042 INFO O| Services to change: 5
46112026-02-01T14:37:40.763Z[ recovery-image] Feb 01 14:37:40.134 INFO O| Feb 01 14:37:40.134 INFO O| Download: 0/15969 items 0.0/185.9MB 0% complete
46122026-02-01T14:37:41.322Z[ host-image] Feb 01 14:37:40.694 INFO O| Feb 01 14:37:40.694 INFO O| Download: 13947/22925 items 113.7/209.3MB 54% complete (1.1M/s)
46132026-02-01T14:37:45.763Z[ recovery-image] Feb 01 14:37:45.134 INFO O| Feb 01 14:37:45.134 INFO O| Download: 1009/15969 items 7.9/185.9MB 4% complete (1.7M/s)
46142026-02-01T14:37:46.762Z[ host-image] Feb 01 14:37:46.133 INFO O| Feb 01 14:37:46.133 INFO O| Download: 14538/22925 items 115.9/209.3MB 55% complete (272k/s)
46152026-02-01T14:37:50.770Z[ recovery-image] Feb 01 14:37:50.141 INFO O| Feb 01 14:37:50.141 INFO O| Download: 1452/15969 items 21.0/185.9MB 11% complete (2.1M/s)
46162026-02-01T14:37:51.781Z[ host-image] Feb 01 14:37:51.153 INFO O| Feb 01 14:37:51.153 INFO O| Download: 15550/22925 items 126.9/209.3MB 60% complete (1.3M/s)
46172026-02-01T14:37:53.820Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
46182026-02-01T14:37:55.783Z[ recovery-image] Feb 01 14:37:55.155 INFO O| Feb 01 14:37:55.155 INFO O| Download: 2046/15969 items 31.2/185.9MB 16% complete (2.3M/s)
46192026-02-01T14:37:56.791Z[ host-image] Feb 01 14:37:56.162 INFO O| Feb 01 14:37:56.162 INFO O| Download: 16264/22925 items 134.7/209.3MB 64% complete (1.9M/s)
46202026-02-01T14:38:00.803Z[ recovery-image] Feb 01 14:38:00.174 INFO O| Feb 01 14:38:00.174 INFO O| Download: 2968/15969 items 37.2/185.9MB 20% complete (1.6M/s)
46212026-02-01T14:38:01.822Z[ host-image] Feb 01 14:38:01.193 INFO O| Feb 01 14:38:01.193 INFO O| Download: 17231/22925 items 146.2/209.3MB 69% complete (1.9M/s)
46222026-02-01T14:38:05.826Z[ recovery-image] Feb 01 14:38:05.198 INFO O| Feb 01 14:38:05.198 INFO O| Download: 3763/15969 items 40.4/185.9MB 21% complete (951k/s)
46232026-02-01T14:38:06.853Z[ host-image] Feb 01 14:38:06.225 INFO O| Feb 01 14:38:06.225 INFO O| Download: 18017/22925 items 162.9/209.3MB 77% complete (2.7M/s)
46242026-02-01T14:38:10.835Z[ recovery-image] Feb 01 14:38:10.207 INFO O| Feb 01 14:38:10.207 INFO O| Download: 4718/15969 items 43.3/185.9MB 23% complete (621k/s)
46252026-02-01T14:38:11.888Z[ host-image] Feb 01 14:38:11.260 INFO O| Feb 01 14:38:11.260 INFO O| Download: 19012/22925 items 169.7/209.3MB 81% complete (2.4M/s)
46262026-02-01T14:38:15.876Z[ recovery-image] Feb 01 14:38:15.248 INFO O| Feb 01 14:38:15.248 INFO O| Download: 5739/15969 items 44.9/185.9MB 24% complete (463k/s)
46272026-02-01T14:38:16.889Z[ host-image] Feb 01 14:38:16.260 INFO O| Feb 01 14:38:16.260 INFO O| Download: 20052/22925 items 173.2/209.3MB 82% complete (1.0M/s)
46282026-02-01T14:38:20.913Z[ recovery-image] Feb 01 14:38:20.255 INFO O| Feb 01 14:38:20.254 INFO O| Download: 6180/15969 items 57.0/185.9MB 30% complete (1.3M/s)
46292026-02-01T14:38:22.151Z[ host-image] Feb 01 14:38:21.522 INFO O| Feb 01 14:38:21.522 INFO O| Download: 20743/22925 items 176.9/209.3MB 84% complete (713k/s)
46302026-02-01T14:38:25.902Z[ recovery-image] Feb 01 14:38:25.274 INFO O| Feb 01 14:38:25.274 INFO O| Download: 7023/15969 items 71.7/185.9MB 38% complete (2.6M/s)
46312026-02-01T14:38:27.272Z[ host-image] Feb 01 14:38:26.643 INFO O| Feb 01 14:38:26.643 INFO O| Download: 21156/22925 items 183.4/209.3MB 87% complete (1.0M/s)
46322026-02-01T14:38:30.908Z[ recovery-image] Feb 01 14:38:30.280 INFO O| Feb 01 14:38:30.280 INFO O| Download: 7831/15969 items 78.0/185.9MB 41% complete (2.1M/s)
46332026-02-01T14:38:32.272Z[ host-image] Feb 01 14:38:31.644 INFO O| Feb 01 14:38:31.643 INFO O| Download: 22034/22925 items 202.0/209.3MB 96% complete (2.5M/s)
46342026-02-01T14:38:36.099Z[ recovery-image] Feb 01 14:38:35.470 INFO O| Feb 01 14:38:35.470 INFO O| Download: 8735/15969 items 85.0/185.9MB 45% complete (1.3M/s)
46352026-02-01T14:38:37.291Z[ host-image] Feb 01 14:38:36.663 INFO O| Feb 01 14:38:36.663 INFO O| Download: 22245/22925 items 206.5/209.3MB 98% complete (2.3M/s)
46362026-02-01T14:38:41.099Z[ recovery-image] Feb 01 14:38:40.470 INFO O| Feb 01 14:38:40.470 INFO O| Download: 9416/15969 items 96.3/185.9MB 51% complete (1.8M/s)
46372026-02-01T14:38:42.314Z[ host-image] Feb 01 14:38:41.686 INFO O| Feb 01 14:38:41.686 INFO O| Download: 22919/22925 items 209.2/209.3MB 99% complete (2.2M/s)
46382026-02-01T14:38:42.399Z[ host-image] Feb 01 14:38:41.771 INFO O| Feb 01 14:38:41.771 INFO O| Download: Completed 209.25 MB in 141.95 seconds (1.5M/s)
46392026-02-01T14:38:43.387Z[ host-image] Feb 01 14:38:42.759 INFO O| Feb 01 14:38:42.759 INFO O| Actions: 1/50884 actions (Installing new actions)
46402026-02-01T14:38:46.268Z[ recovery-image] Feb 01 14:38:45.639 INFO O| Feb 01 14:38:45.639 INFO O| Download: 10985/15969 items 97.4/185.9MB 52% complete (1.3M/s)
46412026-02-01T14:38:48.388Z[ host-image] Feb 01 14:38:47.759 INFO O| Feb 01 14:38:47.759 INFO O| Actions: 10546/50884 actions (Installing new actions)
46422026-02-01T14:38:51.303Z[ recovery-image] Feb 01 14:38:50.675 INFO O| Feb 01 14:38:50.674 INFO O| Download: 11495/15969 items 110.7/185.9MB 59% complete (1.4M/s)
46432026-02-01T14:38:53.387Z[ host-image] Feb 01 14:38:52.759 INFO O| Feb 01 14:38:52.759 INFO O| Actions: 17658/50884 actions (Installing new actions)
46442026-02-01T14:38:56.303Z[ recovery-image] Feb 01 14:38:55.676 INFO O| Feb 01 14:38:55.675 INFO O| Download: 12310/15969 items 144.7/185.9MB 77% complete (4.7M/s)
46452026-02-01T14:38:58.387Z[ host-image] Feb 01 14:38:57.760 INFO O| Feb 01 14:38:57.760 INFO O| Actions: 27126/50884 actions (Installing new actions)
46462026-02-01T14:39:01.304Z[ recovery-image] Feb 01 14:39:00.676 INFO O| Feb 01 14:39:00.675 INFO O| Download: 13454/15969 items 149.1/185.9MB 80% complete (3.8M/s)
46472026-02-01T14:39:01.508Z[ host-image] Feb 01 14:39:00.880 INFO O| Feb 01 14:39:00.880 INFO O| Actions: Completed 50884 actions in 18.12 seconds.
46482026-02-01T14:39:03.670Z[ host-image] Feb 01 14:39:03.042 INFO O| Feb 01 14:39:03.042 INFO O| Done
46492026-02-01T14:39:03.670Z[ host-image] Feb 01 14:39:03.042 INFO O| Feb 01 14:39:03.042 INFO O| Done
46502026-02-01T14:39:06.418Z[ recovery-image] Feb 01 14:39:05.790 INFO O| Feb 01 14:39:05.790 INFO O| Download: 14744/15969 items 154.5/185.9MB 83% complete (1003k/s)
46512026-02-01T14:39:11.418Z[ recovery-image] Feb 01 14:39:10.790 INFO O| Feb 01 14:39:10.790 INFO O| Download: 15226/15969 items 161.9/185.9MB 87% complete (1.3M/s)
46522026-02-01T14:39:16.643Z[ recovery-image] Feb 01 14:39:16.015 INFO O| Feb 01 14:39:16.015 INFO O| Download: 15737/15969 items 180.5/185.9MB 97% complete (2.6M/s)
46532026-02-01T14:39:20.221Z[ recovery-image] Feb 01 14:39:19.593 INFO O| Feb 01 14:39:19.593 INFO O| Download: Completed 185.87 MB in 99.46 seconds (1.9M/s)
46542026-02-01T14:39:21.006Z[ recovery-image] Feb 01 14:39:20.378 INFO O| Feb 01 14:39:20.378 INFO O| Actions: 1/26356 actions (Installing new actions)
46552026-02-01T14:39:26.011Z[ recovery-image] Feb 01 14:39:25.383 INFO O| Feb 01 14:39:25.383 INFO O| Actions: 11421/26356 actions (Installing new actions)
46562026-02-01T14:39:31.011Z[ recovery-image] Feb 01 14:39:30.383 INFO O| Feb 01 14:39:30.383 INFO O| Actions: 19787/26356 actions (Installing new actions)
46572026-02-01T14:39:33.571Z[ recovery-image] Feb 01 14:39:32.943 INFO O| Feb 01 14:39:32.943 INFO O| Actions: Completed 26356 actions in 12.56 seconds.
46582026-02-01T14:39:34.202Z[ recovery-image] Feb 01 14:39:33.574 INFO O| Feb 01 14:39:33.574 INFO O| Done
46592026-02-01T14:39:34.226Z[ recovery-image] Feb 01 14:39:33.574 INFO O| Feb 01 14:39:33.574 INFO O| Done
46602026-02-01T14:39:36.091Z[ recovery-image] Feb 01 14:39:35.463 INFO O| Feb 01 14:39:35.463 INFO O| Done
46612026-02-01T14:39:37.453Z[ recovery-image] Feb 01 14:39:36.825 INFO O| Feb 01 14:39:36.825 INFO O| Done
46622026-02-01T14:39:37.477Z[ recovery-image] Feb 01 14:39:36.843 INFO O| Feb 01 14:39:36.843 INFO O| Done
46632026-02-01T14:39:40.087Z[ recovery-image] Feb 01 14:39:39.460 INFO O| Feb 01 14:39:39.460 INFO O| Done
46642026-02-01T14:39:40.531Z[ recovery-image] Feb 01 14:39:39.904 INFO O| Feb 01 14:39:39.903 INFO O| Done
46652026-02-01T14:39:46.657Z[ recovery-image] Feb 01 14:39:46.029 INFO O| Feb 01 14:39:46.028 INFO STEP 11 (pkg_install) COMPLETE
46662026-02-01T14:39:46.681Z[ recovery-image] Feb 01 14:39:46.031 INFO O| Feb 01 14:39:46.029 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46672026-02-01T14:39:46.681Z[ recovery-image] Feb 01 14:39:46.031 INFO O| Feb 01 14:39:46.031 INFO skip step because feature "recovery" is enabled
46682026-02-01T14:39:46.681Z[ recovery-image] Feb 01 14:39:46.031 INFO O| Feb 01 14:39:46.031 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46692026-02-01T14:39:46.681Z[ recovery-image] Feb 01 14:39:46.031 INFO O| Feb 01 14:39:46.031 INFO skip step because feature "omicron1" is not enabled
46702026-02-01T14:39:46.681Z[ recovery-image] Feb 01 14:39:46.031 INFO O| Feb 01 14:39:46.031 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46712026-02-01T14:39:46.681Z[ recovery-image] Feb 01 14:39:46.052 INFO O| Feb 01 14:39:46.051 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
46722026-02-01T14:39:46.735Z[ host-image] Feb 01 14:39:46.107 INFO O| Feb 01 14:39:46.107 INFO O| Done
46732026-02-01T14:40:26.008Z[ recovery-image] Feb 01 14:40:25.380 INFO O| Feb 01 14:40:25.380 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46742026-02-01T14:40:35.667Z[ host-image] Feb 01 14:40:35.039 INFO O| Feb 01 14:40:35.039 INFO O| Done
46752026-02-01T14:40:35.726Z[ host-image] Feb 01 14:40:35.099 INFO O| Feb 01 14:40:35.099 INFO O| Done
46762026-02-01T14:40:40.135Z[ recovery-image] Feb 01 14:40:39.507 INFO O| Feb 01 14:40:39.507 INFO O| Startup: Caching catalogs ... Done
46772026-02-01T14:40:41.011Z[ host-image] Feb 01 14:40:40.383 INFO O| Feb 01 14:40:40.383 INFO O| Done
46782026-02-01T14:40:41.712Z[ host-image] Feb 01 14:40:41.085 INFO O| Feb 01 14:40:41.085 INFO O| Done
46792026-02-01T14:40:47.042Z[ host-image] Feb 01 14:40:46.414 INFO O| Feb 01 14:40:46.414 INFO STEP 11 (pkg_install) COMPLETE
46802026-02-01T14:40:47.042Z[ host-image] Feb 01 14:40:46.414 INFO O| Feb 01 14:40:46.414 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46812026-02-01T14:40:47.066Z[ host-image] Feb 01 14:40:46.434 INFO O| Feb 01 14:40:46.433 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"]
46822026-02-01T14:40:48.216Z[ recovery-image] Feb 01 14:40:47.588 INFO O| Feb 01 14:40:47.588 INFO O| Planning: Solver setup ... Done
46832026-02-01T14:40:48.240Z[ recovery-image] Feb 01 14:40:47.599 INFO O| Feb 01 14:40:47.598 INFO O| Planning: Running solver ... Done
46842026-02-01T14:40:48.350Z[ recovery-image] Feb 01 14:40:47.722 INFO O| Feb 01 14:40:47.722 INFO O| Planning: Finding local manifests ... Done
46852026-02-01T14:40:48.458Z[ recovery-image] Feb 01 14:40:47.830 INFO O| Feb 01 14:40:47.830 INFO O| Planning: Fetching manifests: 0/1 0% complete
46862026-02-01T14:40:48.499Z[ recovery-image] Feb 01 14:40:47.872 INFO O| Feb 01 14:40:47.871 INFO O| Planning: Fetching manifests: 1/1 100% complete
46872026-02-01T14:40:48.558Z[ recovery-image] Feb 01 14:40:47.931 INFO O| Feb 01 14:40:47.930 INFO O| Planning: Package planning ... Done
46882026-02-01T14:40:48.581Z[ recovery-image] Feb 01 14:40:47.932 INFO O| Feb 01 14:40:47.932 INFO O| Planning: Merging actions ... Done
46892026-02-01T14:40:48.608Z[ recovery-image] Feb 01 14:40:47.980 INFO O| Feb 01 14:40:47.980 INFO O| Planning: Checking for conflicting actions ... Done
46902026-02-01T14:40:48.631Z[ recovery-image] Feb 01 14:40:47.980 INFO O| Feb 01 14:40:47.980 INFO O| Planning: Consolidating action changes ... Done
46912026-02-01T14:40:48.932Z[ recovery-image] Feb 01 14:40:48.304 INFO O| Feb 01 14:40:48.304 INFO O| Planning: Evaluating mediators ... Done
46922026-02-01T14:40:48.956Z[ recovery-image] Feb 01 14:40:48.305 INFO O| Feb 01 14:40:48.305 INFO O| Planning: Planning completed in 8.66 seconds
46932026-02-01T14:40:48.956Z[ recovery-image] Feb 01 14:40:48.306 INFO O| Feb 01 14:40:48.306 INFO O| Packages to install: 1
46942026-02-01T14:40:48.956Z[ recovery-image] Feb 01 14:40:48.327 INFO O| Feb 01 14:40:48.327 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
46952026-02-01T14:40:51.890Z[ recovery-image] Feb 01 14:40:51.263 INFO O| Feb 01 14:40:51.262 INFO O| Download: Completed 12.26 MB in 2.94 seconds (4.2M/s)
46962026-02-01T14:40:52.072Z[ recovery-image] Feb 01 14:40:51.444 INFO O| Feb 01 14:40:51.444 INFO O| Actions: 1/22 actions (Installing new actions)
46972026-02-01T14:40:52.470Z[ recovery-image] Feb 01 14:40:51.843 INFO O| Feb 01 14:40:51.843 INFO O| Actions: Completed 22 actions in 0.40 seconds.
46982026-02-01T14:40:53.829Z[ recovery-image] Feb 01 14:40:53.202 INFO O| Feb 01 14:40:53.202 INFO O| Done
46992026-02-01T14:40:53.829Z[ recovery-image] Feb 01 14:40:53.202 INFO O| Feb 01 14:40:53.202 INFO O| Done
47002026-02-01T14:40:55.225Z[ recovery-image] Feb 01 14:40:54.598 INFO O| Feb 01 14:40:54.598 INFO O| Done
47012026-02-01T14:40:56.979Z[ recovery-image] Feb 01 14:40:56.352 INFO O| Feb 01 14:40:56.351 INFO O| Done
47022026-02-01T14:40:57.003Z[ recovery-image] Feb 01 14:40:56.372 INFO O| Feb 01 14:40:56.372 INFO O| Done
47032026-02-01T14:40:57.003Z[ recovery-image] Feb 01 14:40:56.373 INFO O| Feb 01 14:40:56.373 INFO O| Done
47042026-02-01T14:40:57.026Z[ recovery-image] Feb 01 14:40:56.392 INFO O| Feb 01 14:40:56.392 INFO O| Done
47052026-02-01T14:40:59.252Z[ recovery-image] Feb 01 14:40:58.624 INFO O| Feb 01 14:40:58.624 INFO STEP 14 (pkg_install) COMPLETE
47062026-02-01T14:40:59.276Z[ recovery-image] Feb 01 14:40:58.625 INFO O| Feb 01 14:40:58.624 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47072026-02-01T14:40:59.276Z[ recovery-image] Feb 01 14:40:58.625 INFO O| Feb 01 14:40:58.624 INFO skip step because feature "mbist" is not enabled
47082026-02-01T14:40:59.276Z[ recovery-image] Feb 01 14:40:58.625 INFO O| Feb 01 14:40:58.624 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47092026-02-01T14:40:59.276Z[ recovery-image] Feb 01 14:40:58.625 INFO O| Feb 01 14:40:58.624 INFO skip step because feature "mfg" is not enabled
47102026-02-01T14:40:59.276Z[ recovery-image] Feb 01 14:40:58.625 INFO O| Feb 01 14:40:58.624 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47112026-02-01T14:40:59.276Z[ recovery-image] Feb 01 14:40:58.625 INFO O| Feb 01 14:40:58.624 INFO skip step because feature "compliance" is not enabled
47122026-02-01T14:40:59.276Z[ recovery-image] Feb 01 14:40:58.625 INFO O| Feb 01 14:40:58.624 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47132026-02-01T14:40:59.276Z[ recovery-image] Feb 01 14:40:58.625 INFO O| Feb 01 14:40:58.624 INFO skip step because feature "stress" is not enabled
47142026-02-01T14:40:59.276Z[ recovery-image] Feb 01 14:40:58.625 INFO O| Feb 01 14:40:58.624 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47152026-02-01T14:40:59.276Z[ recovery-image] Feb 01 14:40:58.625 INFO O| Feb 01 14:40:58.624 INFO skip step because feature "compliance" is not enabled
47162026-02-01T14:40:59.276Z[ recovery-image] Feb 01 14:40:58.625 INFO O| Feb 01 14:40:58.624 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47172026-02-01T14:40:59.276Z[ recovery-image] Feb 01 14:40:58.625 INFO O| Feb 01 14:40:58.624 INFO skip step because feature "nfs" is not enabled
47182026-02-01T14:40:59.276Z[ recovery-image] Feb 01 14:40:58.625 INFO O| Feb 01 14:40:58.625 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
47192026-02-01T14:40:59.276Z[ recovery-image] Feb 01 14:40:58.625 INFO O| Feb 01 14:40:58.625 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
47202026-02-01T14:40:59.276Z[ recovery-image] Feb 01 14:40:58.649 INFO O| Feb 01 14:40:58.649 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
47212026-02-01T14:40:59.370Z[ recovery-image] Feb 01 14:40:58.743 INFO O| Feb 01 14:40:58.743 INFO completed processing sled/ramdisk-01-os
47222026-02-01T14:40:59.628Z[ recovery-image] Feb 01 14:40:59.001 INFO image builder template: ramdisk-02-trim...
47232026-02-01T14:40:59.652Z[ recovery-image] Feb 01 14:40:59.002 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/.tmpVmOk05/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@18.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
47242026-02-01T14:40:59.678Z[ recovery-image] Feb 01 14:40:59.049 INFO O| Feb 01 14:40:59.049 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47252026-02-01T14:40:59.702Z[ recovery-image] Feb 01 14:40:59.056 INFO O| Feb 01 14:40:59.056 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47262026-02-01T14:40:59.726Z[ recovery-image] Feb 01 14:40:59.095 INFO O| Feb 01 14:40:59.095 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
47272026-02-01T14:40:59.750Z[ recovery-image] Feb 01 14:40:59.120 INFO O| Feb 01 14:40:59.120 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47282026-02-01T14:40:59.750Z[ recovery-image] Feb 01 14:40:59.121 INFO O| Feb 01 14:40:59.121 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47292026-02-01T14:40:59.774Z[ recovery-image] Feb 01 14:40:59.127 INFO O| Feb 01 14:40:59.127 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47302026-02-01T14:40:59.774Z[ recovery-image] Feb 01 14:40:59.132 INFO O| Feb 01 14:40:59.132 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
47312026-02-01T14:40:59.774Z[ recovery-image] Feb 01 14:40:59.138 INFO O| Feb 01 14:40:59.138 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
47322026-02-01T14:41:00.113Z[ recovery-image] Feb 01 14:40:59.485 INFO O| Feb 01 14:40:59.485 INFO rolled back to input snapshot; work may begin
47332026-02-01T14:41:00.113Z[ recovery-image] Feb 01 14:40:59.485 INFO O| Feb 01 14:40:59.485 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47342026-02-01T14:41:00.137Z[ recovery-image] Feb 01 14:40:59.493 INFO O| Feb 01 14:40:59.492 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47352026-02-01T14:41:00.137Z[ recovery-image] Feb 01 14:40:59.508 INFO O| Feb 01 14:40:59.508 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
47362026-02-01T14:41:00.190Z[ recovery-image] Feb 01 14:40:59.563 INFO O| Feb 01 14:40:59.563 INFO STEP 0 (remove_files) COMPLETE
47372026-02-01T14:41:00.190Z[ recovery-image] Feb 01 14:40:59.563 INFO O| Feb 01 14:40:59.563 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47382026-02-01T14:41:00.214Z[ recovery-image] Feb 01 14:40:59.575 INFO O| Feb 01 14:40:59.575 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
47392026-02-01T14:41:00.214Z[ recovery-image] Feb 01 14:40:59.577 INFO O| Feb 01 14:40:59.577 INFO STEP 1 (remove_files) COMPLETE
47402026-02-01T14:41:00.214Z[ recovery-image] Feb 01 14:40:59.577 INFO O| Feb 01 14:40:59.577 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412026-02-01T14:41:00.238Z[ recovery-image] Feb 01 14:40:59.591 INFO O| Feb 01 14:40:59.591 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
47422026-02-01T14:41:00.238Z[ recovery-image] Feb 01 14:40:59.606 INFO O| Feb 01 14:40:59.606 INFO STEP 2 (remove_files) COMPLETE
47432026-02-01T14:41:00.238Z[ recovery-image] Feb 01 14:40:59.606 INFO O| Feb 01 14:40:59.606 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47442026-02-01T14:41:00.261Z[ recovery-image] Feb 01 14:40:59.620 INFO O| Feb 01 14:40:59.620 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
47452026-02-01T14:41:00.261Z[ recovery-image] Feb 01 14:40:59.622 INFO O| Feb 01 14:40:59.622 INFO STEP 3 (remove_files) COMPLETE
47462026-02-01T14:41:00.261Z[ recovery-image] Feb 01 14:40:59.622 INFO O| Feb 01 14:40:59.622 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47472026-02-01T14:41:00.285Z[ recovery-image] Feb 01 14:40:59.641 INFO O| Feb 01 14:40:59.641 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
47482026-02-01T14:41:00.285Z[ recovery-image] Feb 01 14:40:59.645 INFO O| Feb 01 14:40:59.645 INFO STEP 4 (remove_files) COMPLETE
47492026-02-01T14:41:00.285Z[ recovery-image] Feb 01 14:40:59.645 INFO O| Feb 01 14:40:59.645 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47502026-02-01T14:41:00.309Z[ recovery-image] Feb 01 14:40:59.660 INFO O| Feb 01 14:40:59.660 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
47512026-02-01T14:41:00.309Z[ recovery-image] Feb 01 14:40:59.660 INFO O| Feb 01 14:40:59.660 INFO STEP 5 (remove_files) COMPLETE
47522026-02-01T14:41:00.309Z[ recovery-image] Feb 01 14:40:59.660 INFO O| Feb 01 14:40:59.660 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47532026-02-01T14:41:00.309Z[ recovery-image] Feb 01 14:40:59.674 INFO O| Feb 01 14:40:59.674 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
47542026-02-01T14:41:00.333Z[ recovery-image] Feb 01 14:40:59.687 INFO O| Feb 01 14:40:59.687 INFO STEP 6 (remove_files) COMPLETE
47552026-02-01T14:41:00.333Z[ recovery-image] Feb 01 14:40:59.687 INFO O| Feb 01 14:40:59.687 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47562026-02-01T14:41:00.333Z[ recovery-image] Feb 01 14:40:59.687 INFO O| Feb 01 14:40:59.687 INFO skip step because feature "recovery" is enabled
47572026-02-01T14:41:00.333Z[ recovery-image] Feb 01 14:40:59.687 INFO O| Feb 01 14:40:59.687 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47582026-02-01T14:41:00.333Z[ recovery-image] Feb 01 14:40:59.687 INFO O| Feb 01 14:40:59.687 INFO skip step because feature "recovery" is enabled
47592026-02-01T14:41:00.333Z[ recovery-image] Feb 01 14:40:59.687 INFO O| Feb 01 14:40:59.687 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47602026-02-01T14:41:00.333Z[ recovery-image] Feb 01 14:40:59.687 INFO O| Feb 01 14:40:59.687 INFO skip step because feature "recovery" is enabled
47612026-02-01T14:41:00.333Z[ recovery-image] Feb 01 14:40:59.687 INFO O| Feb 01 14:40:59.687 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47622026-02-01T14:41:00.333Z[ recovery-image] Feb 01 14:40:59.701 INFO O| Feb 01 14:40:59.701 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
47632026-02-01T14:41:00.333Z[ recovery-image] Feb 01 14:40:59.705 INFO O| Feb 01 14:40:59.705 INFO STEP 10 (remove_files) COMPLETE
47642026-02-01T14:41:00.333Z[ recovery-image] Feb 01 14:40:59.705 INFO O| Feb 01 14:40:59.705 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47652026-02-01T14:41:00.357Z[ recovery-image] Feb 01 14:40:59.718 INFO O| Feb 01 14:40:59.718 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
47662026-02-01T14:41:00.357Z[ recovery-image] Feb 01 14:40:59.719 INFO O| Feb 01 14:40:59.719 INFO STEP 11 (remove_files) COMPLETE
47672026-02-01T14:41:00.357Z[ recovery-image] Feb 01 14:40:59.719 INFO O| Feb 01 14:40:59.719 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47682026-02-01T14:41:00.357Z[ recovery-image] Feb 01 14:40:59.729 INFO O| Feb 01 14:40:59.729 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
47692026-02-01T14:41:00.380Z[ recovery-image] Feb 01 14:40:59.731 INFO O| Feb 01 14:40:59.731 INFO STEP 12 (remove_files) COMPLETE
47702026-02-01T14:41:00.380Z[ recovery-image] Feb 01 14:40:59.731 INFO O| Feb 01 14:40:59.731 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47712026-02-01T14:41:00.511Z[ recovery-image] Feb 01 14:40:59.884 INFO O| Feb 01 14:40:59.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
47722026-02-01T14:41:00.535Z[ recovery-image] Feb 01 14:40:59.887 INFO O| Feb 01 14:40:59.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
47732026-02-01T14:41:00.535Z[ recovery-image] Feb 01 14:40:59.890 INFO O| Feb 01 14:40:59.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
47742026-02-01T14:41:00.570Z[ recovery-image] Feb 01 14:40:59.943 INFO O| Feb 01 14:40:59.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
47752026-02-01T14:41:00.673Z[ recovery-image] Feb 01 14:41:00.046 INFO O| Feb 01 14:41:00.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
47762026-02-01T14:41:00.697Z[ recovery-image] Feb 01 14:41:00.047 INFO O| Feb 01 14:41:00.047 INFO STEP 13 (remove_files) COMPLETE
47772026-02-01T14:41:00.697Z[ recovery-image] Feb 01 14:41:00.047 INFO O| Feb 01 14:41:00.047 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47782026-02-01T14:41:00.697Z[ recovery-image] Feb 01 14:41:00.059 INFO O| Feb 01 14:41:00.059 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
47792026-02-01T14:41:00.697Z[ recovery-image] Feb 01 14:41:00.060 INFO O| Feb 01 14:41:00.060 INFO STEP 14 (remove_files) COMPLETE
47802026-02-01T14:41:00.698Z[ recovery-image] Feb 01 14:41:00.060 INFO O| Feb 01 14:41:00.060 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47812026-02-01T14:41:00.698Z[ recovery-image] Feb 01 14:41:00.069 INFO O| Feb 01 14:41:00.069 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
47822026-02-01T14:41:00.721Z[ recovery-image] Feb 01 14:41:00.076 INFO O| Feb 01 14:41:00.076 INFO STEP 15 (remove_files) COMPLETE
47832026-02-01T14:41:00.721Z[ recovery-image] Feb 01 14:41:00.076 INFO O| Feb 01 14:41:00.076 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47842026-02-01T14:41:00.722Z[ recovery-image] Feb 01 14:41:00.086 INFO O| Feb 01 14:41:00.086 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
47852026-02-01T14:41:00.722Z[ recovery-image] Feb 01 14:41:00.086 INFO O| Feb 01 14:41:00.086 INFO STEP 16 (remove_files) COMPLETE
47862026-02-01T14:41:00.722Z[ recovery-image] Feb 01 14:41:00.086 INFO O| Feb 01 14:41:00.086 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47872026-02-01T14:41:00.745Z[ recovery-image] Feb 01 14:41:00.095 INFO O| Feb 01 14:41:00.095 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
47882026-02-01T14:41:00.745Z[ recovery-image] Feb 01 14:41:00.097 INFO O| Feb 01 14:41:00.097 INFO STEP 17 (remove_files) COMPLETE
47892026-02-01T14:41:00.745Z[ recovery-image] Feb 01 14:41:00.097 INFO O| Feb 01 14:41:00.097 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47902026-02-01T14:41:00.745Z[ recovery-image] Feb 01 14:41:00.106 INFO O| Feb 01 14:41:00.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
47912026-02-01T14:41:00.745Z[ recovery-image] Feb 01 14:41:00.106 INFO O| Feb 01 14:41:00.106 INFO STEP 18 (remove_files) COMPLETE
47922026-02-01T14:41:00.745Z[ recovery-image] Feb 01 14:41:00.106 INFO O| Feb 01 14:41:00.106 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47932026-02-01T14:41:00.745Z[ recovery-image] Feb 01 14:41:00.115 INFO O| Feb 01 14:41:00.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
47942026-02-01T14:41:00.746Z[ recovery-image] Feb 01 14:41:00.115 INFO O| Feb 01 14:41:00.115 INFO STEP 19 (remove_files) COMPLETE
47952026-02-01T14:41:00.746Z[ recovery-image] Feb 01 14:41:00.115 INFO O| Feb 01 14:41:00.115 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47962026-02-01T14:41:00.769Z[ recovery-image] Feb 01 14:41:00.125 INFO O| Feb 01 14:41:00.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
47972026-02-01T14:41:00.770Z[ recovery-image] Feb 01 14:41:00.125 INFO O| Feb 01 14:41:00.125 INFO STEP 20 (remove_files) COMPLETE
47982026-02-01T14:41:00.770Z[ recovery-image] Feb 01 14:41:00.125 INFO O| Feb 01 14:41:00.125 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47992026-02-01T14:41:00.770Z[ recovery-image] Feb 01 14:41:00.134 INFO O| Feb 01 14:41:00.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
48002026-02-01T14:41:00.770Z[ recovery-image] Feb 01 14:41:00.134 INFO O| Feb 01 14:41:00.134 INFO STEP 21 (remove_files) COMPLETE
48012026-02-01T14:41:00.770Z[ recovery-image] Feb 01 14:41:00.134 INFO O| Feb 01 14:41:00.134 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48022026-02-01T14:41:00.793Z[ recovery-image] Feb 01 14:41:00.144 INFO O| Feb 01 14:41:00.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
48032026-02-01T14:41:00.793Z[ recovery-image] Feb 01 14:41:00.144 INFO O| Feb 01 14:41:00.144 INFO STEP 22 (remove_files) COMPLETE
48042026-02-01T14:41:00.793Z[ recovery-image] Feb 01 14:41:00.144 INFO O| Feb 01 14:41:00.144 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48052026-02-01T14:41:00.793Z[ recovery-image] Feb 01 14:41:00.153 INFO O| Feb 01 14:41:00.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
48062026-02-01T14:41:00.793Z[ recovery-image] Feb 01 14:41:00.153 INFO O| Feb 01 14:41:00.153 INFO STEP 23 (remove_files) COMPLETE
48072026-02-01T14:41:00.793Z[ recovery-image] Feb 01 14:41:00.153 INFO O| Feb 01 14:41:00.153 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48082026-02-01T14:41:00.793Z[ recovery-image] Feb 01 14:41:00.163 INFO O| Feb 01 14:41:00.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
48092026-02-01T14:41:00.793Z[ recovery-image] Feb 01 14:41:00.163 INFO O| Feb 01 14:41:00.163 INFO STEP 24 (remove_files) COMPLETE
48102026-02-01T14:41:00.793Z[ recovery-image] Feb 01 14:41:00.163 INFO O| Feb 01 14:41:00.163 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48112026-02-01T14:41:00.817Z[ recovery-image] Feb 01 14:41:00.172 INFO O| Feb 01 14:41:00.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
48122026-02-01T14:41:00.817Z[ recovery-image] Feb 01 14:41:00.172 INFO O| Feb 01 14:41:00.172 INFO STEP 25 (remove_files) COMPLETE
48132026-02-01T14:41:00.817Z[ recovery-image] Feb 01 14:41:00.172 INFO O| Feb 01 14:41:00.172 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48142026-02-01T14:41:00.817Z[ recovery-image] Feb 01 14:41:00.182 INFO O| Feb 01 14:41:00.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
48152026-02-01T14:41:00.817Z[ recovery-image] Feb 01 14:41:00.182 INFO O| Feb 01 14:41:00.182 INFO STEP 26 (remove_files) COMPLETE
48162026-02-01T14:41:00.817Z[ recovery-image] Feb 01 14:41:00.182 INFO O| Feb 01 14:41:00.182 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48172026-02-01T14:41:00.841Z[ recovery-image] Feb 01 14:41:00.192 INFO O| Feb 01 14:41:00.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
48182026-02-01T14:41:00.842Z[ recovery-image] Feb 01 14:41:00.192 INFO O| Feb 01 14:41:00.192 INFO STEP 27 (remove_files) COMPLETE
48192026-02-01T14:41:00.842Z[ recovery-image] Feb 01 14:41:00.192 INFO O| Feb 01 14:41:00.192 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48202026-02-01T14:41:00.842Z[ recovery-image] Feb 01 14:41:00.202 INFO O| Feb 01 14:41:00.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
48212026-02-01T14:41:00.842Z[ recovery-image] Feb 01 14:41:00.202 INFO O| Feb 01 14:41:00.202 INFO STEP 28 (remove_files) COMPLETE
48222026-02-01T14:41:00.842Z[ recovery-image] Feb 01 14:41:00.202 INFO O| Feb 01 14:41:00.202 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48232026-02-01T14:41:00.842Z[ recovery-image] Feb 01 14:41:00.212 INFO O| Feb 01 14:41:00.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
48242026-02-01T14:41:00.842Z[ recovery-image] Feb 01 14:41:00.212 INFO O| Feb 01 14:41:00.212 INFO STEP 29 (remove_files) COMPLETE
48252026-02-01T14:41:00.842Z[ recovery-image] Feb 01 14:41:00.212 INFO O| Feb 01 14:41:00.212 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48262026-02-01T14:41:00.892Z[ recovery-image] Feb 01 14:41:00.265 INFO O| Feb 01 14:41:00.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
48272026-02-01T14:41:00.892Z[ recovery-image] Feb 01 14:41:00.265 INFO O| Feb 01 14:41:00.265 INFO STEP 30 (remove_files) COMPLETE
48282026-02-01T14:41:00.892Z[ recovery-image] Feb 01 14:41:00.265 INFO O| Feb 01 14:41:00.265 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48292026-02-01T14:41:00.916Z[ recovery-image] Feb 01 14:41:00.275 INFO O| Feb 01 14:41:00.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
48302026-02-01T14:41:00.916Z[ recovery-image] Feb 01 14:41:00.275 INFO O| Feb 01 14:41:00.275 INFO STEP 31 (remove_files) COMPLETE
48312026-02-01T14:41:00.916Z[ recovery-image] Feb 01 14:41:00.275 INFO O| Feb 01 14:41:00.275 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48322026-02-01T14:41:00.916Z[ recovery-image] Feb 01 14:41:00.285 INFO O| Feb 01 14:41:00.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
48332026-02-01T14:41:00.916Z[ recovery-image] Feb 01 14:41:00.285 INFO O| Feb 01 14:41:00.285 INFO STEP 32 (remove_files) COMPLETE
48342026-02-01T14:41:00.916Z[ recovery-image] Feb 01 14:41:00.285 INFO O| Feb 01 14:41:00.285 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48352026-02-01T14:41:00.940Z[ recovery-image] Feb 01 14:41:00.295 INFO O| Feb 01 14:41:00.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
48362026-02-01T14:41:00.940Z[ recovery-image] Feb 01 14:41:00.295 INFO O| Feb 01 14:41:00.295 INFO STEP 33 (remove_files) COMPLETE
48372026-02-01T14:41:00.940Z[ recovery-image] Feb 01 14:41:00.295 INFO O| Feb 01 14:41:00.295 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48382026-02-01T14:41:00.940Z[ recovery-image] Feb 01 14:41:00.305 INFO O| Feb 01 14:41:00.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
48392026-02-01T14:41:00.940Z[ recovery-image] Feb 01 14:41:00.305 INFO O| Feb 01 14:41:00.305 INFO STEP 34 (remove_files) COMPLETE
48402026-02-01T14:41:00.940Z[ recovery-image] Feb 01 14:41:00.305 INFO O| Feb 01 14:41:00.305 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48412026-02-01T14:41:00.964Z[ recovery-image] Feb 01 14:41:00.316 INFO O| Feb 01 14:41:00.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
48422026-02-01T14:41:00.964Z[ recovery-image] Feb 01 14:41:00.316 INFO O| Feb 01 14:41:00.316 INFO STEP 35 (remove_files) COMPLETE
48432026-02-01T14:41:00.964Z[ recovery-image] Feb 01 14:41:00.316 INFO O| Feb 01 14:41:00.316 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48442026-02-01T14:41:00.964Z[ recovery-image] Feb 01 14:41:00.326 INFO O| Feb 01 14:41:00.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
48452026-02-01T14:41:00.964Z[ recovery-image] Feb 01 14:41:00.326 INFO O| Feb 01 14:41:00.326 INFO STEP 36 (remove_files) COMPLETE
48462026-02-01T14:41:00.964Z[ recovery-image] Feb 01 14:41:00.326 INFO O| Feb 01 14:41:00.326 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48472026-02-01T14:41:00.988Z[ recovery-image] Feb 01 14:41:00.358 INFO O| Feb 01 14:41:00.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
48482026-02-01T14:41:00.988Z[ recovery-image] Feb 01 14:41:00.358 INFO O| Feb 01 14:41:00.358 INFO STEP 37 (remove_files) COMPLETE
48492026-02-01T14:41:00.988Z[ recovery-image] Feb 01 14:41:00.358 INFO O| Feb 01 14:41:00.358 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48502026-02-01T14:41:01.012Z[ recovery-image] Feb 01 14:41:00.368 INFO O| Feb 01 14:41:00.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
48512026-02-01T14:41:01.012Z[ recovery-image] Feb 01 14:41:00.368 INFO O| Feb 01 14:41:00.368 INFO STEP 38 (remove_files) COMPLETE
48522026-02-01T14:41:01.012Z[ recovery-image] Feb 01 14:41:00.368 INFO O| Feb 01 14:41:00.368 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48532026-02-01T14:41:01.012Z[ recovery-image] Feb 01 14:41:00.378 INFO O| Feb 01 14:41:00.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
48542026-02-01T14:41:01.012Z[ recovery-image] Feb 01 14:41:00.378 INFO O| Feb 01 14:41:00.378 INFO STEP 39 (remove_files) COMPLETE
48552026-02-01T14:41:01.012Z[ recovery-image] Feb 01 14:41:00.378 INFO O| Feb 01 14:41:00.378 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48562026-02-01T14:41:01.036Z[ recovery-image] Feb 01 14:41:00.388 INFO O| Feb 01 14:41:00.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
48572026-02-01T14:41:01.036Z[ recovery-image] Feb 01 14:41:00.388 INFO O| Feb 01 14:41:00.388 INFO STEP 40 (remove_files) COMPLETE
48582026-02-01T14:41:01.036Z[ recovery-image] Feb 01 14:41:00.388 INFO O| Feb 01 14:41:00.388 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48592026-02-01T14:41:01.036Z[ recovery-image] Feb 01 14:41:00.398 INFO O| Feb 01 14:41:00.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
48602026-02-01T14:41:01.036Z[ recovery-image] Feb 01 14:41:00.398 INFO O| Feb 01 14:41:00.398 INFO STEP 41 (remove_files) COMPLETE
48612026-02-01T14:41:01.036Z[ recovery-image] Feb 01 14:41:00.398 INFO O| Feb 01 14:41:00.398 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48622026-02-01T14:41:01.036Z[ recovery-image] Feb 01 14:41:00.408 INFO O| Feb 01 14:41:00.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
48632026-02-01T14:41:01.036Z[ recovery-image] Feb 01 14:41:00.408 INFO O| Feb 01 14:41:00.408 INFO STEP 42 (remove_files) COMPLETE
48642026-02-01T14:41:01.036Z[ recovery-image] Feb 01 14:41:00.408 INFO O| Feb 01 14:41:00.408 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48652026-02-01T14:41:01.060Z[ recovery-image] Feb 01 14:41:00.417 INFO O| Feb 01 14:41:00.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
48662026-02-01T14:41:01.060Z[ recovery-image] Feb 01 14:41:00.417 INFO O| Feb 01 14:41:00.417 INFO STEP 43 (remove_files) COMPLETE
48672026-02-01T14:41:01.060Z[ recovery-image] Feb 01 14:41:00.417 INFO O| Feb 01 14:41:00.417 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48682026-02-01T14:41:01.060Z[ recovery-image] Feb 01 14:41:00.427 INFO O| Feb 01 14:41:00.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
48692026-02-01T14:41:01.060Z[ recovery-image] Feb 01 14:41:00.427 INFO O| Feb 01 14:41:00.427 INFO STEP 44 (remove_files) COMPLETE
48702026-02-01T14:41:01.060Z[ recovery-image] Feb 01 14:41:00.427 INFO O| Feb 01 14:41:00.427 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48712026-02-01T14:41:01.084Z[ recovery-image] Feb 01 14:41:00.436 INFO O| Feb 01 14:41:00.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
48722026-02-01T14:41:01.084Z[ recovery-image] Feb 01 14:41:00.436 INFO O| Feb 01 14:41:00.436 INFO STEP 45 (remove_files) COMPLETE
48732026-02-01T14:41:01.084Z[ recovery-image] Feb 01 14:41:00.436 INFO O| Feb 01 14:41:00.436 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48742026-02-01T14:41:01.084Z[ recovery-image] Feb 01 14:41:00.445 INFO O| Feb 01 14:41:00.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
48752026-02-01T14:41:01.084Z[ recovery-image] Feb 01 14:41:00.445 INFO O| Feb 01 14:41:00.445 INFO STEP 46 (remove_files) COMPLETE
48762026-02-01T14:41:01.084Z[ recovery-image] Feb 01 14:41:00.445 INFO O| Feb 01 14:41:00.445 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48772026-02-01T14:41:01.084Z[ recovery-image] Feb 01 14:41:00.455 INFO O| Feb 01 14:41:00.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
48782026-02-01T14:41:01.084Z[ recovery-image] Feb 01 14:41:00.455 INFO O| Feb 01 14:41:00.455 INFO STEP 47 (remove_files) COMPLETE
48792026-02-01T14:41:01.084Z[ recovery-image] Feb 01 14:41:00.455 INFO O| Feb 01 14:41:00.455 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48802026-02-01T14:41:01.108Z[ recovery-image] Feb 01 14:41:00.464 INFO O| Feb 01 14:41:00.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
48812026-02-01T14:41:01.108Z[ recovery-image] Feb 01 14:41:00.464 INFO O| Feb 01 14:41:00.464 INFO STEP 48 (remove_files) COMPLETE
48822026-02-01T14:41:01.109Z[ recovery-image] Feb 01 14:41:00.464 INFO O| Feb 01 14:41:00.464 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48832026-02-01T14:41:01.109Z[ recovery-image] Feb 01 14:41:00.474 INFO O| Feb 01 14:41:00.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
48842026-02-01T14:41:01.109Z[ recovery-image] Feb 01 14:41:00.474 INFO O| Feb 01 14:41:00.474 INFO STEP 49 (remove_files) COMPLETE
48852026-02-01T14:41:01.109Z[ recovery-image] Feb 01 14:41:00.474 INFO O| Feb 01 14:41:00.474 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48862026-02-01T14:41:01.133Z[ recovery-image] Feb 01 14:41:00.483 INFO O| Feb 01 14:41:00.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
48872026-02-01T14:41:01.133Z[ recovery-image] Feb 01 14:41:00.483 INFO O| Feb 01 14:41:00.483 INFO STEP 50 (remove_files) COMPLETE
48882026-02-01T14:41:01.133Z[ recovery-image] Feb 01 14:41:00.483 INFO O| Feb 01 14:41:00.483 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48892026-02-01T14:41:01.133Z[ recovery-image] Feb 01 14:41:00.493 INFO O| Feb 01 14:41:00.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
48902026-02-01T14:41:01.133Z[ recovery-image] Feb 01 14:41:00.493 INFO O| Feb 01 14:41:00.493 INFO STEP 51 (remove_files) COMPLETE
48912026-02-01T14:41:01.133Z[ recovery-image] Feb 01 14:41:00.493 INFO O| Feb 01 14:41:00.493 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48922026-02-01T14:41:01.133Z[ recovery-image] Feb 01 14:41:00.502 INFO O| Feb 01 14:41:00.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
48932026-02-01T14:41:01.133Z[ recovery-image] Feb 01 14:41:00.502 INFO O| Feb 01 14:41:00.502 INFO STEP 52 (remove_files) COMPLETE
48942026-02-01T14:41:01.133Z[ recovery-image] Feb 01 14:41:00.502 INFO O| Feb 01 14:41:00.502 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48952026-02-01T14:41:01.156Z[ recovery-image] Feb 01 14:41:00.512 INFO O| Feb 01 14:41:00.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
48962026-02-01T14:41:01.156Z[ recovery-image] Feb 01 14:41:00.512 INFO O| Feb 01 14:41:00.512 INFO STEP 53 (remove_files) COMPLETE
48972026-02-01T14:41:01.156Z[ recovery-image] Feb 01 14:41:00.512 INFO O| Feb 01 14:41:00.512 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48982026-02-01T14:41:01.199Z[ recovery-image] Feb 01 14:41:00.572 INFO O| Feb 01 14:41:00.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
48992026-02-01T14:41:01.199Z[ recovery-image] Feb 01 14:41:00.572 INFO O| Feb 01 14:41:00.572 INFO STEP 54 (remove_files) COMPLETE
49002026-02-01T14:41:01.199Z[ recovery-image] Feb 01 14:41:00.572 INFO O| Feb 01 14:41:00.572 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49012026-02-01T14:41:01.223Z[ recovery-image] Feb 01 14:41:00.583 INFO O| Feb 01 14:41:00.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
49022026-02-01T14:41:01.223Z[ recovery-image] Feb 01 14:41:00.583 INFO O| Feb 01 14:41:00.583 INFO STEP 55 (remove_files) COMPLETE
49032026-02-01T14:41:01.223Z[ recovery-image] Feb 01 14:41:00.583 INFO O| Feb 01 14:41:00.583 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49042026-02-01T14:41:01.223Z[ recovery-image] Feb 01 14:41:00.593 INFO O| Feb 01 14:41:00.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
49052026-02-01T14:41:01.223Z[ recovery-image] Feb 01 14:41:00.593 INFO O| Feb 01 14:41:00.593 INFO STEP 56 (remove_files) COMPLETE
49062026-02-01T14:41:01.223Z[ recovery-image] Feb 01 14:41:00.593 INFO O| Feb 01 14:41:00.593 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49072026-02-01T14:41:01.247Z[ recovery-image] Feb 01 14:41:00.603 INFO O| Feb 01 14:41:00.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
49082026-02-01T14:41:01.247Z[ recovery-image] Feb 01 14:41:00.604 INFO O| Feb 01 14:41:00.604 INFO STEP 57 (remove_files) COMPLETE
49092026-02-01T14:41:01.247Z[ recovery-image] Feb 01 14:41:00.604 INFO O| Feb 01 14:41:00.604 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49102026-02-01T14:41:01.247Z[ recovery-image] Feb 01 14:41:00.614 INFO O| Feb 01 14:41:00.614 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
49112026-02-01T14:41:01.247Z[ recovery-image] Feb 01 14:41:00.614 INFO O| Feb 01 14:41:00.614 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
49122026-02-01T14:41:01.247Z[ recovery-image] Feb 01 14:41:00.615 INFO O| Feb 01 14:41:00.614 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
49132026-02-01T14:41:01.247Z[ recovery-image] Feb 01 14:41:00.615 INFO O| Feb 01 14:41:00.615 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
49142026-02-01T14:41:01.247Z[ recovery-image] Feb 01 14:41:00.615 INFO O| Feb 01 14:41:00.615 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
49152026-02-01T14:41:01.247Z[ recovery-image] Feb 01 14:41:00.615 INFO O| Feb 01 14:41:00.615 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
49162026-02-01T14:41:01.247Z[ recovery-image] Feb 01 14:41:00.615 INFO O| Feb 01 14:41:00.615 INFO ok!
49172026-02-01T14:41:01.248Z[ recovery-image] Feb 01 14:41:00.615 INFO O| Feb 01 14:41:00.615 INFO STEP 58 (ensure_file) COMPLETE
49182026-02-01T14:41:01.248Z[ recovery-image] Feb 01 14:41:00.615 INFO O| Feb 01 14:41:00.615 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49192026-02-01T14:41:01.272Z[ recovery-image] Feb 01 14:41:00.639 INFO O| Feb 01 14:41:00.639 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
49202026-02-01T14:41:01.272Z[ recovery-image] Feb 01 14:41:00.639 INFO O| Feb 01 14:41:00.639 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
49212026-02-01T14:41:01.272Z[ recovery-image] Feb 01 14:41:00.640 INFO O| Feb 01 14:41:00.640 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49222026-02-01T14:41:01.272Z[ recovery-image] Feb 01 14:41:00.640 INFO O| Feb 01 14:41:00.640 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49232026-02-01T14:41:01.272Z[ recovery-image] Feb 01 14:41:00.640 INFO O| Feb 01 14:41:00.640 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49242026-02-01T14:41:01.272Z[ recovery-image] Feb 01 14:41:00.640 INFO O| Feb 01 14:41:00.640 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49252026-02-01T14:41:01.272Z[ recovery-image] Feb 01 14:41:00.640 INFO O| Feb 01 14:41:00.640 INFO ok!
49262026-02-01T14:41:01.272Z[ recovery-image] Feb 01 14:41:00.640 INFO O| Feb 01 14:41:00.640 INFO STEP 59 (ensure_file) COMPLETE
49272026-02-01T14:41:01.272Z[ recovery-image] Feb 01 14:41:00.640 INFO O| Feb 01 14:41:00.640 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49282026-02-01T14:41:01.296Z[ recovery-image] Feb 01 14:41:00.658 INFO O| Feb 01 14:41:00.658 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
49292026-02-01T14:41:01.296Z[ recovery-image] Feb 01 14:41:00.658 INFO O| Feb 01 14:41:00.658 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
49302026-02-01T14:41:01.296Z[ recovery-image] Feb 01 14:41:00.658 INFO O| Feb 01 14:41:00.658 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
49312026-02-01T14:41:01.296Z[ recovery-image] Feb 01 14:41:00.658 INFO O| Feb 01 14:41:00.658 INFO ok!
49322026-02-01T14:41:01.296Z[ recovery-image] Feb 01 14:41:00.658 INFO O| Feb 01 14:41:00.658 INFO STEP 60 (ensure_file) COMPLETE
49332026-02-01T14:41:01.296Z[ recovery-image] Feb 01 14:41:00.658 INFO O| Feb 01 14:41:00.658 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49342026-02-01T14:41:01.320Z[ recovery-image] Feb 01 14:41:00.670 INFO O| Feb 01 14:41:00.670 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
49352026-02-01T14:41:01.320Z[ recovery-image] Feb 01 14:41:00.670 INFO O| Feb 01 14:41:00.670 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
49362026-02-01T14:41:01.320Z[ recovery-image] Feb 01 14:41:00.670 INFO O| Feb 01 14:41:00.670 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
49372026-02-01T14:41:01.320Z[ recovery-image] Feb 01 14:41:00.670 INFO O| Feb 01 14:41:00.670 INFO ok!
49382026-02-01T14:41:01.320Z[ recovery-image] Feb 01 14:41:00.670 INFO O| Feb 01 14:41:00.670 INFO STEP 61 (ensure_file) COMPLETE
49392026-02-01T14:41:01.320Z[ recovery-image] Feb 01 14:41:00.670 INFO O| Feb 01 14:41:00.670 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49402026-02-01T14:41:01.320Z[ recovery-image] Feb 01 14:41:00.687 INFO O| Feb 01 14:41:00.687 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
49412026-02-01T14:41:01.320Z[ recovery-image] Feb 01 14:41:00.687 INFO O| Feb 01 14:41:00.687 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
49422026-02-01T14:41:01.320Z[ recovery-image] Feb 01 14:41:00.687 INFO O| Feb 01 14:41:00.687 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
49432026-02-01T14:41:01.321Z[ recovery-image] Feb 01 14:41:00.687 INFO O| Feb 01 14:41:00.687 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
49442026-02-01T14:41:01.321Z[ recovery-image] Feb 01 14:41:00.687 INFO O| Feb 01 14:41:00.687 INFO ok!
49452026-02-01T14:41:01.321Z[ recovery-image] Feb 01 14:41:00.687 INFO O| Feb 01 14:41:00.687 INFO STEP 62 (ensure_file) COMPLETE
49462026-02-01T14:41:01.321Z[ recovery-image] Feb 01 14:41:00.687 INFO O| Feb 01 14:41:00.687 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49472026-02-01T14:41:01.345Z[ recovery-image] Feb 01 14:41:00.699 INFO O| Feb 01 14:41:00.698 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
49482026-02-01T14:41:01.345Z[ recovery-image] Feb 01 14:41:00.699 INFO O| Feb 01 14:41:00.698 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
49492026-02-01T14:41:01.345Z[ recovery-image] Feb 01 14:41:00.699 INFO O| Feb 01 14:41:00.699 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
49502026-02-01T14:41:01.345Z[ recovery-image] Feb 01 14:41:00.699 INFO O| Feb 01 14:41:00.699 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
49512026-02-01T14:41:01.345Z[ recovery-image] Feb 01 14:41:00.699 INFO O| Feb 01 14:41:00.699 INFO ok!
49522026-02-01T14:41:01.345Z[ recovery-image] Feb 01 14:41:00.699 INFO O| Feb 01 14:41:00.699 INFO STEP 63 (ensure_file) COMPLETE
49532026-02-01T14:41:01.345Z[ recovery-image] Feb 01 14:41:00.699 INFO O| Feb 01 14:41:00.699 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49542026-02-01T14:41:01.345Z[ recovery-image] Feb 01 14:41:00.716 INFO O| Feb 01 14:41:00.715 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
49552026-02-01T14:41:01.345Z[ recovery-image] Feb 01 14:41:00.716 INFO O| Feb 01 14:41:00.716 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
49562026-02-01T14:41:01.345Z[ recovery-image] Feb 01 14:41:00.716 INFO O| Feb 01 14:41:00.716 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
49572026-02-01T14:41:01.345Z[ recovery-image] Feb 01 14:41:00.716 INFO O| Feb 01 14:41:00.716 INFO ok!
49582026-02-01T14:41:01.345Z[ recovery-image] Feb 01 14:41:00.716 INFO O| Feb 01 14:41:00.716 INFO STEP 64 (assemble_files) COMPLETE
49592026-02-01T14:41:01.345Z[ recovery-image] Feb 01 14:41:00.716 INFO O| Feb 01 14:41:00.716 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49602026-02-01T14:41:01.369Z[ recovery-image] Feb 01 14:41:00.728 INFO O| Feb 01 14:41:00.727 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
49612026-02-01T14:41:01.369Z[ recovery-image] Feb 01 14:41:00.728 INFO O| Feb 01 14:41:00.727 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
49622026-02-01T14:41:01.369Z[ recovery-image] Feb 01 14:41:00.728 INFO O| Feb 01 14:41:00.728 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
49632026-02-01T14:41:01.369Z[ recovery-image] Feb 01 14:41:00.728 INFO O| Feb 01 14:41:00.728 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
49642026-02-01T14:41:01.369Z[ recovery-image] Feb 01 14:41:00.728 INFO O| Feb 01 14:41:00.728 INFO ok!
49652026-02-01T14:41:01.369Z[ recovery-image] Feb 01 14:41:00.728 INFO O| Feb 01 14:41:00.728 INFO STEP 65 (ensure_file) COMPLETE
49662026-02-01T14:41:01.369Z[ recovery-image] Feb 01 14:41:00.728 INFO O| Feb 01 14:41:00.728 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49672026-02-01T14:41:01.369Z[ recovery-image] Feb 01 14:41:00.728 INFO O| Feb 01 14:41:00.728 INFO skip step because feature "omicron1" is not enabled
49682026-02-01T14:41:01.369Z[ recovery-image] Feb 01 14:41:00.728 INFO O| Feb 01 14:41:00.728 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49692026-02-01T14:41:01.369Z[ recovery-image] Feb 01 14:41:00.728 INFO O| Feb 01 14:41:00.728 INFO skip step because feature "omicron1" is not enabled
49702026-02-01T14:41:01.369Z[ recovery-image] Feb 01 14:41:00.728 INFO O| Feb 01 14:41:00.728 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49712026-02-01T14:41:01.369Z[ recovery-image] Feb 01 14:41:00.728 INFO O| Feb 01 14:41:00.728 INFO skip step because feature "omicron1" is not enabled
49722026-02-01T14:41:01.369Z[ recovery-image] Feb 01 14:41:00.728 INFO O| Feb 01 14:41:00.728 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49732026-02-01T14:41:01.393Z[ recovery-image] Feb 01 14:41:00.747 INFO O| Feb 01 14:41:00.747 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
49742026-02-01T14:41:01.393Z[ recovery-image] Feb 01 14:41:00.747 INFO O| Feb 01 14:41:00.747 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
49752026-02-01T14:41:03.642Z[ recovery-image] Feb 01 14:41:03.015 INFO O| Feb 01 14:41:03.015 INFO STEP 69 (pack_tar) COMPLETE
49762026-02-01T14:41:03.642Z[ recovery-image] Feb 01 14:41:03.015 INFO O| Feb 01 14:41:03.015 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49772026-02-01T14:41:03.642Z[ recovery-image] Feb 01 14:41:03.015 INFO O| Feb 01 14:41:03.015 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
49782026-02-01T14:41:04.074Z[ recovery-image] Feb 01 14:41:03.446 INFO O| Feb 01 14:41:03.446 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49792026-02-01T14:41:04.144Z[ recovery-image] Feb 01 14:41:03.518 INFO O| Feb 01 14:41:03.517 INFO completed processing sled/ramdisk-02-trim
49802026-02-01T14:41:04.168Z[ recovery-image] Feb 01 14:41:03.521 INFO image builder template: ramdisk-03-recovery-trim...
49812026-02-01T14:41:04.168Z[ recovery-image] Feb 01 14:41:03.521 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/.tmpVmOk05/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@18.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-03-recovery-trim"], pwd: None
49822026-02-01T14:41:04.301Z[ recovery-image] Feb 01 14:41:03.673 INFO O| Feb 01 14:41:03.673 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49832026-02-01T14:41:04.325Z[ recovery-image] Feb 01 14:41:03.677 INFO O| Feb 01 14:41:03.677 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49842026-02-01T14:41:04.353Z[ recovery-image] Feb 01 14:41:03.726 INFO O| Feb 01 14:41:03.726 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
49852026-02-01T14:41:04.381Z[ recovery-image] Feb 01 14:41:03.754 INFO O| Feb 01 14:41:03.754 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49862026-02-01T14:41:04.430Z[ recovery-image] Feb 01 14:41:03.755 INFO O| Feb 01 14:41:03.754 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49872026-02-01T14:41:04.430Z[ recovery-image] Feb 01 14:41:03.763 INFO O| Feb 01 14:41:03.763 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
49882026-02-01T14:41:04.430Z[ recovery-image] Feb 01 14:41:03.767 INFO O| Feb 01 14:41:03.767 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49892026-02-01T14:41:04.430Z[ recovery-image] Feb 01 14:41:03.772 INFO O| Feb 01 14:41:03.772 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
49902026-02-01T14:41:04.642Z[ recovery-image] Feb 01 14:41:04.015 INFO O| Feb 01 14:41:04.015 INFO rolled back to input snapshot; work may begin
49912026-02-01T14:41:04.642Z[ recovery-image] Feb 01 14:41:04.015 INFO O| Feb 01 14:41:04.015 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49922026-02-01T14:41:04.667Z[ recovery-image] Feb 01 14:41:04.021 INFO O| Feb 01 14:41:04.020 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932026-02-01T14:41:04.667Z[ recovery-image] Feb 01 14:41:04.030 INFO O| Feb 01 14:41:04.030 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
49942026-02-01T14:41:04.667Z[ recovery-image] Feb 01 14:41:04.037 INFO O| Feb 01 14:41:04.037 INFO STEP 0 (remove_files) COMPLETE
49952026-02-01T14:41:04.667Z[ recovery-image] Feb 01 14:41:04.037 INFO O| Feb 01 14:41:04.037 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962026-02-01T14:41:04.691Z[ recovery-image] Feb 01 14:41:04.047 INFO O| Feb 01 14:41:04.047 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
49972026-02-01T14:41:04.738Z[ recovery-image] Feb 01 14:41:04.111 INFO O| Feb 01 14:41:04.111 INFO STEP 1 (remove_files) COMPLETE
49982026-02-01T14:41:04.738Z[ recovery-image] Feb 01 14:41:04.111 INFO O| Feb 01 14:41:04.111 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992026-02-01T14:41:04.763Z[ recovery-image] Feb 01 14:41:04.122 INFO O| Feb 01 14:41:04.122 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
50002026-02-01T14:41:04.787Z[ recovery-image] Feb 01 14:41:04.143 INFO O| Feb 01 14:41:04.143 INFO STEP 2 (remove_files) COMPLETE
50012026-02-01T14:41:04.787Z[ recovery-image] Feb 01 14:41:04.143 INFO O| Feb 01 14:41:04.143 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022026-02-01T14:41:04.787Z[ recovery-image] Feb 01 14:41:04.153 INFO O| Feb 01 14:41:04.153 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
50032026-02-01T14:41:04.871Z[ recovery-image] Feb 01 14:41:04.244 INFO O| Feb 01 14:41:04.243 INFO STEP 3 (remove_files) COMPLETE
50042026-02-01T14:41:04.871Z[ recovery-image] Feb 01 14:41:04.244 INFO O| Feb 01 14:41:04.244 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052026-02-01T14:41:04.896Z[ recovery-image] Feb 01 14:41:04.255 INFO O| Feb 01 14:41:04.255 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
50062026-02-01T14:41:04.939Z[ recovery-image] Feb 01 14:41:04.312 INFO O| Feb 01 14:41:04.312 INFO STEP 4 (remove_files) COMPLETE
50072026-02-01T14:41:04.939Z[ recovery-image] Feb 01 14:41:04.312 INFO O| Feb 01 14:41:04.312 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082026-02-01T14:41:04.971Z[ recovery-image] Feb 01 14:41:04.344 INFO O| Feb 01 14:41:04.344 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
50092026-02-01T14:41:04.996Z[ recovery-image] Feb 01 14:41:04.345 INFO O| Feb 01 14:41:04.345 INFO STEP 5 (remove_files) COMPLETE
50102026-02-01T14:41:04.996Z[ recovery-image] Feb 01 14:41:04.345 INFO O| Feb 01 14:41:04.345 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112026-02-01T14:41:04.996Z[ recovery-image] Feb 01 14:41:04.355 INFO O| Feb 01 14:41:04.355 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
50122026-02-01T14:41:05.021Z[ recovery-image] Feb 01 14:41:04.381 INFO O| Feb 01 14:41:04.381 INFO STEP 6 (remove_files) COMPLETE
50132026-02-01T14:41:05.021Z[ recovery-image] Feb 01 14:41:04.381 INFO O| Feb 01 14:41:04.381 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142026-02-01T14:41:05.021Z[ recovery-image] Feb 01 14:41:04.392 INFO O| Feb 01 14:41:04.392 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
50152026-02-01T14:41:05.046Z[ recovery-image] Feb 01 14:41:04.394 INFO O| Feb 01 14:41:04.394 INFO STEP 7 (remove_files) COMPLETE
50162026-02-01T14:41:05.046Z[ recovery-image] Feb 01 14:41:04.394 INFO O| Feb 01 14:41:04.394 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172026-02-01T14:41:05.046Z[ recovery-image] Feb 01 14:41:04.404 INFO O| Feb 01 14:41:04.404 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
50182026-02-01T14:41:05.046Z[ recovery-image] Feb 01 14:41:04.404 INFO O| Feb 01 14:41:04.404 INFO STEP 8 (remove_files) COMPLETE
50192026-02-01T14:41:05.046Z[ recovery-image] Feb 01 14:41:04.404 INFO O| Feb 01 14:41:04.404 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202026-02-01T14:41:05.046Z[ recovery-image] Feb 01 14:41:04.414 INFO O| Feb 01 14:41:04.414 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
50212026-02-01T14:41:05.046Z[ recovery-image] Feb 01 14:41:04.415 INFO O| Feb 01 14:41:04.415 INFO STEP 9 (remove_files) COMPLETE
50222026-02-01T14:41:05.046Z[ recovery-image] Feb 01 14:41:04.415 INFO O| Feb 01 14:41:04.415 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232026-02-01T14:41:05.070Z[ recovery-image] Feb 01 14:41:04.432 INFO O| Feb 01 14:41:04.432 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
50242026-02-01T14:41:05.321Z[ recovery-image] Feb 01 14:41:04.693 INFO O| Feb 01 14:41:04.693 INFO STEP 10 (remove_files) COMPLETE
50252026-02-01T14:41:05.321Z[ recovery-image] Feb 01 14:41:04.693 INFO O| Feb 01 14:41:04.693 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262026-02-01T14:41:05.346Z[ recovery-image] Feb 01 14:41:04.710 INFO O| Feb 01 14:41:04.710 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
50272026-02-01T14:41:05.346Z[ recovery-image] Feb 01 14:41:04.712 INFO O| Feb 01 14:41:04.712 INFO STEP 11 (remove_files) COMPLETE
50282026-02-01T14:41:05.346Z[ recovery-image] Feb 01 14:41:04.712 INFO O| Feb 01 14:41:04.712 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292026-02-01T14:41:05.370Z[ recovery-image] Feb 01 14:41:04.728 INFO O| Feb 01 14:41:04.728 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
50302026-02-01T14:41:05.370Z[ recovery-image] Feb 01 14:41:04.730 INFO O| Feb 01 14:41:04.730 INFO STEP 12 (remove_files) COMPLETE
50312026-02-01T14:41:05.370Z[ recovery-image] Feb 01 14:41:04.730 INFO O| Feb 01 14:41:04.730 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322026-02-01T14:41:05.370Z[ recovery-image] Feb 01 14:41:04.742 INFO O| Feb 01 14:41:04.742 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
50332026-02-01T14:41:05.370Z[ recovery-image] Feb 01 14:41:04.743 INFO O| Feb 01 14:41:04.743 INFO STEP 13 (remove_files) COMPLETE
50342026-02-01T14:41:05.370Z[ recovery-image] Feb 01 14:41:04.743 INFO O| Feb 01 14:41:04.743 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352026-02-01T14:41:05.395Z[ recovery-image] Feb 01 14:41:04.753 INFO O| Feb 01 14:41:04.753 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
50362026-02-01T14:41:05.395Z[ recovery-image] Feb 01 14:41:04.754 INFO O| Feb 01 14:41:04.754 INFO STEP 14 (remove_files) COMPLETE
50372026-02-01T14:41:05.395Z[ recovery-image] Feb 01 14:41:04.754 INFO O| Feb 01 14:41:04.754 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382026-02-01T14:41:05.395Z[ recovery-image] Feb 01 14:41:04.764 INFO O| Feb 01 14:41:04.764 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
50392026-02-01T14:41:05.420Z[ recovery-image] Feb 01 14:41:04.771 INFO O| Feb 01 14:41:04.771 INFO STEP 15 (remove_files) COMPLETE
50402026-02-01T14:41:05.420Z[ recovery-image] Feb 01 14:41:04.771 INFO O| Feb 01 14:41:04.771 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412026-02-01T14:41:05.420Z[ recovery-image] Feb 01 14:41:04.781 INFO O| Feb 01 14:41:04.780 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
50422026-02-01T14:41:05.420Z[ recovery-image] Feb 01 14:41:04.781 INFO O| Feb 01 14:41:04.781 INFO STEP 16 (remove_files) COMPLETE
50432026-02-01T14:41:05.420Z[ recovery-image] Feb 01 14:41:04.781 INFO O| Feb 01 14:41:04.781 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442026-02-01T14:41:05.420Z[ recovery-image] Feb 01 14:41:04.790 INFO O| Feb 01 14:41:04.790 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
50452026-02-01T14:41:05.420Z[ recovery-image] Feb 01 14:41:04.790 INFO O| Feb 01 14:41:04.790 INFO STEP 17 (remove_files) COMPLETE
50462026-02-01T14:41:05.420Z[ recovery-image] Feb 01 14:41:04.790 INFO O| Feb 01 14:41:04.790 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472026-02-01T14:41:05.445Z[ recovery-image] Feb 01 14:41:04.800 INFO O| Feb 01 14:41:04.800 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
50482026-02-01T14:41:05.540Z[ recovery-image] Feb 01 14:41:04.912 INFO O| Feb 01 14:41:04.912 INFO STEP 18 (remove_files) COMPLETE
50492026-02-01T14:41:05.540Z[ recovery-image] Feb 01 14:41:04.912 INFO O| Feb 01 14:41:04.912 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502026-02-01T14:41:05.564Z[ recovery-image] Feb 01 14:41:04.926 INFO O| Feb 01 14:41:04.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
50512026-02-01T14:41:05.589Z[ recovery-image] Feb 01 14:41:04.951 INFO O| Feb 01 14:41:04.951 INFO STEP 19 (remove_files) COMPLETE
50522026-02-01T14:41:05.589Z[ recovery-image] Feb 01 14:41:04.951 INFO O| Feb 01 14:41:04.951 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532026-02-01T14:41:05.589Z[ recovery-image] Feb 01 14:41:04.961 INFO O| Feb 01 14:41:04.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
50542026-02-01T14:41:05.629Z[ recovery-image] Feb 01 14:41:05.002 INFO O| Feb 01 14:41:05.002 INFO STEP 20 (remove_files) COMPLETE
50552026-02-01T14:41:05.629Z[ recovery-image] Feb 01 14:41:05.002 INFO O| Feb 01 14:41:05.002 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562026-02-01T14:41:05.654Z[ recovery-image] Feb 01 14:41:05.012 INFO O| Feb 01 14:41:05.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
50572026-02-01T14:41:05.654Z[ recovery-image] Feb 01 14:41:05.012 INFO O| Feb 01 14:41:05.012 INFO STEP 21 (remove_files) COMPLETE
50582026-02-01T14:41:05.654Z[ recovery-image] Feb 01 14:41:05.012 INFO O| Feb 01 14:41:05.012 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592026-02-01T14:41:05.654Z[ recovery-image] Feb 01 14:41:05.021 INFO O| Feb 01 14:41:05.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
50602026-02-01T14:41:05.654Z[ recovery-image] Feb 01 14:41:05.022 INFO O| Feb 01 14:41:05.021 INFO STEP 22 (remove_files) COMPLETE
50612026-02-01T14:41:05.654Z[ recovery-image] Feb 01 14:41:05.022 INFO O| Feb 01 14:41:05.021 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622026-02-01T14:41:05.704Z[ recovery-image] Feb 01 14:41:05.077 INFO O| Feb 01 14:41:05.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
50632026-02-01T14:41:05.729Z[ recovery-image] Feb 01 14:41:05.077 INFO O| Feb 01 14:41:05.077 INFO STEP 23 (remove_files) COMPLETE
50642026-02-01T14:41:05.729Z[ recovery-image] Feb 01 14:41:05.077 INFO O| Feb 01 14:41:05.077 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652026-02-01T14:41:05.753Z[ recovery-image] Feb 01 14:41:05.109 INFO O| Feb 01 14:41:05.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
50662026-02-01T14:41:05.753Z[ recovery-image] Feb 01 14:41:05.109 INFO O| Feb 01 14:41:05.109 INFO STEP 24 (remove_files) COMPLETE
50672026-02-01T14:41:05.753Z[ recovery-image] Feb 01 14:41:05.109 INFO O| Feb 01 14:41:05.109 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682026-02-01T14:41:05.753Z[ recovery-image] Feb 01 14:41:05.119 INFO O| Feb 01 14:41:05.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
50692026-02-01T14:41:05.753Z[ recovery-image] Feb 01 14:41:05.119 INFO O| Feb 01 14:41:05.119 INFO STEP 25 (remove_files) COMPLETE
50702026-02-01T14:41:05.753Z[ recovery-image] Feb 01 14:41:05.119 INFO O| Feb 01 14:41:05.119 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712026-02-01T14:41:05.778Z[ recovery-image] Feb 01 14:41:05.129 INFO O| Feb 01 14:41:05.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
50722026-02-01T14:41:05.778Z[ recovery-image] Feb 01 14:41:05.129 INFO O| Feb 01 14:41:05.129 INFO STEP 26 (remove_files) COMPLETE
50732026-02-01T14:41:05.778Z[ recovery-image] Feb 01 14:41:05.129 INFO O| Feb 01 14:41:05.129 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742026-02-01T14:41:05.778Z[ recovery-image] Feb 01 14:41:05.139 INFO O| Feb 01 14:41:05.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
50752026-02-01T14:41:05.778Z[ recovery-image] Feb 01 14:41:05.140 INFO O| Feb 01 14:41:05.139 INFO STEP 27 (remove_files) COMPLETE
50762026-02-01T14:41:05.778Z[ recovery-image] Feb 01 14:41:05.140 INFO O| Feb 01 14:41:05.139 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772026-02-01T14:41:05.803Z[ recovery-image] Feb 01 14:41:05.168 INFO O| Feb 01 14:41:05.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
50782026-02-01T14:41:05.803Z[ recovery-image] Feb 01 14:41:05.168 INFO O| Feb 01 14:41:05.168 INFO STEP 28 (remove_files) COMPLETE
50792026-02-01T14:41:05.803Z[ recovery-image] Feb 01 14:41:05.168 INFO O| Feb 01 14:41:05.168 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802026-02-01T14:41:05.828Z[ recovery-image] Feb 01 14:41:05.178 INFO O| Feb 01 14:41:05.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
50812026-02-01T14:41:05.828Z[ recovery-image] Feb 01 14:41:05.178 INFO O| Feb 01 14:41:05.178 INFO STEP 29 (remove_files) COMPLETE
50822026-02-01T14:41:05.828Z[ recovery-image] Feb 01 14:41:05.179 INFO O| Feb 01 14:41:05.178 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832026-02-01T14:41:05.828Z[ recovery-image] Feb 01 14:41:05.188 INFO O| Feb 01 14:41:05.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
50842026-02-01T14:41:05.828Z[ recovery-image] Feb 01 14:41:05.188 INFO O| Feb 01 14:41:05.188 INFO STEP 30 (remove_files) COMPLETE
50852026-02-01T14:41:05.828Z[ recovery-image] Feb 01 14:41:05.188 INFO O| Feb 01 14:41:05.188 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862026-02-01T14:41:05.828Z[ recovery-image] Feb 01 14:41:05.198 INFO O| Feb 01 14:41:05.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
50872026-02-01T14:41:05.828Z[ recovery-image] Feb 01 14:41:05.199 INFO O| Feb 01 14:41:05.199 INFO STEP 31 (remove_files) COMPLETE
50882026-02-01T14:41:05.828Z[ recovery-image] Feb 01 14:41:05.199 INFO O| Feb 01 14:41:05.199 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892026-02-01T14:41:05.852Z[ recovery-image] Feb 01 14:41:05.209 INFO O| Feb 01 14:41:05.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
50902026-02-01T14:41:05.853Z[ recovery-image] Feb 01 14:41:05.209 INFO O| Feb 01 14:41:05.209 INFO STEP 32 (remove_files) COMPLETE
50912026-02-01T14:41:05.853Z[ recovery-image] Feb 01 14:41:05.209 INFO O| Feb 01 14:41:05.209 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922026-02-01T14:41:05.853Z[ recovery-image] Feb 01 14:41:05.219 INFO O| Feb 01 14:41:05.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
50932026-02-01T14:41:05.853Z[ recovery-image] Feb 01 14:41:05.219 INFO O| Feb 01 14:41:05.219 INFO STEP 33 (remove_files) COMPLETE
50942026-02-01T14:41:05.853Z[ recovery-image] Feb 01 14:41:05.219 INFO O| Feb 01 14:41:05.219 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952026-02-01T14:41:05.877Z[ recovery-image] Feb 01 14:41:05.228 INFO O| Feb 01 14:41:05.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
50962026-02-01T14:41:05.877Z[ recovery-image] Feb 01 14:41:05.228 INFO O| Feb 01 14:41:05.228 INFO STEP 34 (remove_files) COMPLETE
50972026-02-01T14:41:05.877Z[ recovery-image] Feb 01 14:41:05.228 INFO O| Feb 01 14:41:05.228 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982026-02-01T14:41:05.877Z[ recovery-image] Feb 01 14:41:05.238 INFO O| Feb 01 14:41:05.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
50992026-02-01T14:41:05.877Z[ recovery-image] Feb 01 14:41:05.238 INFO O| Feb 01 14:41:05.238 INFO STEP 35 (remove_files) COMPLETE
51002026-02-01T14:41:05.877Z[ recovery-image] Feb 01 14:41:05.238 INFO O| Feb 01 14:41:05.238 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012026-02-01T14:41:05.877Z[ recovery-image] Feb 01 14:41:05.248 INFO O| Feb 01 14:41:05.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
51022026-02-01T14:41:05.877Z[ recovery-image] Feb 01 14:41:05.248 INFO O| Feb 01 14:41:05.248 INFO STEP 36 (remove_files) COMPLETE
51032026-02-01T14:41:05.877Z[ recovery-image] Feb 01 14:41:05.248 INFO O| Feb 01 14:41:05.248 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042026-02-01T14:41:05.902Z[ recovery-image] Feb 01 14:41:05.258 INFO O| Feb 01 14:41:05.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
51052026-02-01T14:41:05.902Z[ recovery-image] Feb 01 14:41:05.258 INFO O| Feb 01 14:41:05.258 INFO STEP 37 (remove_files) COMPLETE
51062026-02-01T14:41:05.902Z[ recovery-image] Feb 01 14:41:05.258 INFO O| Feb 01 14:41:05.258 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072026-02-01T14:41:05.902Z[ recovery-image] Feb 01 14:41:05.275 INFO O| Feb 01 14:41:05.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
51082026-02-01T14:41:05.902Z[ recovery-image] Feb 01 14:41:05.275 INFO O| Feb 01 14:41:05.275 INFO STEP 38 (remove_files) COMPLETE
51092026-02-01T14:41:05.902Z[ recovery-image] Feb 01 14:41:05.275 INFO O| Feb 01 14:41:05.275 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102026-02-01T14:41:05.926Z[ recovery-image] Feb 01 14:41:05.286 INFO O| Feb 01 14:41:05.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
51112026-02-01T14:41:05.926Z[ recovery-image] Feb 01 14:41:05.286 INFO O| Feb 01 14:41:05.286 INFO STEP 39 (remove_files) COMPLETE
51122026-02-01T14:41:05.926Z[ recovery-image] Feb 01 14:41:05.286 INFO O| Feb 01 14:41:05.286 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132026-02-01T14:41:05.926Z[ recovery-image] Feb 01 14:41:05.298 INFO O| Feb 01 14:41:05.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
51142026-02-01T14:41:05.926Z[ recovery-image] Feb 01 14:41:05.298 INFO O| Feb 01 14:41:05.298 INFO STEP 40 (remove_files) COMPLETE
51152026-02-01T14:41:05.927Z[ recovery-image] Feb 01 14:41:05.298 INFO O| Feb 01 14:41:05.298 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162026-02-01T14:41:05.951Z[ recovery-image] Feb 01 14:41:05.310 INFO O| Feb 01 14:41:05.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
51172026-02-01T14:41:05.951Z[ recovery-image] Feb 01 14:41:05.310 INFO O| Feb 01 14:41:05.310 INFO STEP 41 (remove_files) COMPLETE
51182026-02-01T14:41:05.951Z[ recovery-image] Feb 01 14:41:05.310 INFO O| Feb 01 14:41:05.310 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192026-02-01T14:41:05.951Z[ recovery-image] Feb 01 14:41:05.320 INFO O| Feb 01 14:41:05.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
51202026-02-01T14:41:05.951Z[ recovery-image] Feb 01 14:41:05.320 INFO O| Feb 01 14:41:05.320 INFO STEP 42 (remove_files) COMPLETE
51212026-02-01T14:41:05.951Z[ recovery-image] Feb 01 14:41:05.320 INFO O| Feb 01 14:41:05.320 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222026-02-01T14:41:05.982Z[ recovery-image] Feb 01 14:41:05.355 INFO O| Feb 01 14:41:05.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
51232026-02-01T14:41:05.982Z[ recovery-image] Feb 01 14:41:05.355 INFO O| Feb 01 14:41:05.355 INFO STEP 43 (remove_files) COMPLETE
51242026-02-01T14:41:05.982Z[ recovery-image] Feb 01 14:41:05.355 INFO O| Feb 01 14:41:05.355 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252026-02-01T14:41:06.012Z[ recovery-image] Feb 01 14:41:05.385 INFO O| Feb 01 14:41:05.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
51262026-02-01T14:41:06.012Z[ recovery-image] Feb 01 14:41:05.385 INFO O| Feb 01 14:41:05.385 INFO STEP 44 (remove_files) COMPLETE
51272026-02-01T14:41:06.037Z[ recovery-image] Feb 01 14:41:05.385 INFO O| Feb 01 14:41:05.385 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282026-02-01T14:41:06.061Z[ recovery-image] Feb 01 14:41:05.426 INFO O| Feb 01 14:41:05.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
51292026-02-01T14:41:06.085Z[ recovery-image] Feb 01 14:41:05.449 INFO O| Feb 01 14:41:05.449 INFO STEP 45 (remove_files) COMPLETE
51302026-02-01T14:41:06.085Z[ recovery-image] Feb 01 14:41:05.449 INFO O| Feb 01 14:41:05.449 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312026-02-01T14:41:06.110Z[ recovery-image] Feb 01 14:41:05.461 INFO O| Feb 01 14:41:05.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
51322026-02-01T14:41:06.110Z[ recovery-image] Feb 01 14:41:05.461 INFO O| Feb 01 14:41:05.461 INFO STEP 46 (remove_files) COMPLETE
51332026-02-01T14:41:06.110Z[ recovery-image] Feb 01 14:41:05.461 INFO O| Feb 01 14:41:05.461 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342026-02-01T14:41:06.110Z[ recovery-image] Feb 01 14:41:05.471 INFO O| Feb 01 14:41:05.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
51352026-02-01T14:41:06.110Z[ recovery-image] Feb 01 14:41:05.472 INFO O| Feb 01 14:41:05.472 INFO STEP 47 (remove_files) COMPLETE
51362026-02-01T14:41:06.110Z[ recovery-image] Feb 01 14:41:05.472 INFO O| Feb 01 14:41:05.472 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372026-02-01T14:41:06.110Z[ recovery-image] Feb 01 14:41:05.482 INFO O| Feb 01 14:41:05.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
51382026-02-01T14:41:06.110Z[ recovery-image] Feb 01 14:41:05.482 INFO O| Feb 01 14:41:05.482 INFO STEP 48 (remove_files) COMPLETE
51392026-02-01T14:41:06.110Z[ recovery-image] Feb 01 14:41:05.482 INFO O| Feb 01 14:41:05.482 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402026-02-01T14:41:06.135Z[ recovery-image] Feb 01 14:41:05.492 INFO O| Feb 01 14:41:05.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
51412026-02-01T14:41:06.135Z[ recovery-image] Feb 01 14:41:05.493 INFO O| Feb 01 14:41:05.493 INFO STEP 49 (remove_files) COMPLETE
51422026-02-01T14:41:06.135Z[ recovery-image] Feb 01 14:41:05.493 INFO O| Feb 01 14:41:05.493 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432026-02-01T14:41:06.135Z[ recovery-image] Feb 01 14:41:05.503 INFO O| Feb 01 14:41:05.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
51442026-02-01T14:41:06.135Z[ recovery-image] Feb 01 14:41:05.503 INFO O| Feb 01 14:41:05.503 INFO STEP 50 (remove_files) COMPLETE
51452026-02-01T14:41:06.135Z[ recovery-image] Feb 01 14:41:05.504 INFO O| Feb 01 14:41:05.503 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462026-02-01T14:41:06.160Z[ recovery-image] Feb 01 14:41:05.514 INFO O| Feb 01 14:41:05.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
51472026-02-01T14:41:06.160Z[ recovery-image] Feb 01 14:41:05.514 INFO O| Feb 01 14:41:05.514 INFO STEP 51 (remove_files) COMPLETE
51482026-02-01T14:41:06.160Z[ recovery-image] Feb 01 14:41:05.514 INFO O| Feb 01 14:41:05.514 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492026-02-01T14:41:06.160Z[ recovery-image] Feb 01 14:41:05.524 INFO O| Feb 01 14:41:05.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
51502026-02-01T14:41:06.160Z[ recovery-image] Feb 01 14:41:05.524 INFO O| Feb 01 14:41:05.524 INFO STEP 52 (remove_files) COMPLETE
51512026-02-01T14:41:06.160Z[ recovery-image] Feb 01 14:41:05.524 INFO O| Feb 01 14:41:05.524 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522026-02-01T14:41:06.184Z[ recovery-image] Feb 01 14:41:05.535 INFO O| Feb 01 14:41:05.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
51532026-02-01T14:41:06.184Z[ recovery-image] Feb 01 14:41:05.535 INFO O| Feb 01 14:41:05.535 INFO STEP 53 (remove_files) COMPLETE
51542026-02-01T14:41:06.184Z[ recovery-image] Feb 01 14:41:05.535 INFO O| Feb 01 14:41:05.535 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552026-02-01T14:41:06.184Z[ recovery-image] Feb 01 14:41:05.545 INFO O| Feb 01 14:41:05.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
51562026-02-01T14:41:06.184Z[ recovery-image] Feb 01 14:41:05.545 INFO O| Feb 01 14:41:05.545 INFO STEP 54 (remove_files) COMPLETE
51572026-02-01T14:41:06.184Z[ recovery-image] Feb 01 14:41:05.545 INFO O| Feb 01 14:41:05.545 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582026-02-01T14:41:06.184Z[ recovery-image] Feb 01 14:41:05.555 INFO O| Feb 01 14:41:05.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
51592026-02-01T14:41:06.184Z[ recovery-image] Feb 01 14:41:05.555 INFO O| Feb 01 14:41:05.555 INFO STEP 55 (remove_files) COMPLETE
51602026-02-01T14:41:06.184Z[ recovery-image] Feb 01 14:41:05.555 INFO O| Feb 01 14:41:05.555 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612026-02-01T14:41:06.209Z[ recovery-image] Feb 01 14:41:05.565 INFO O| Feb 01 14:41:05.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
51622026-02-01T14:41:06.209Z[ recovery-image] Feb 01 14:41:05.565 INFO O| Feb 01 14:41:05.565 INFO STEP 56 (remove_files) COMPLETE
51632026-02-01T14:41:06.209Z[ recovery-image] Feb 01 14:41:05.565 INFO O| Feb 01 14:41:05.565 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642026-02-01T14:41:06.209Z[ recovery-image] Feb 01 14:41:05.575 INFO O| Feb 01 14:41:05.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
51652026-02-01T14:41:06.209Z[ recovery-image] Feb 01 14:41:05.575 INFO O| Feb 01 14:41:05.575 INFO STEP 57 (remove_files) COMPLETE
51662026-02-01T14:41:06.209Z[ recovery-image] Feb 01 14:41:05.575 INFO O| Feb 01 14:41:05.575 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672026-02-01T14:41:06.234Z[ recovery-image] Feb 01 14:41:05.585 INFO O| Feb 01 14:41:05.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
51682026-02-01T14:41:06.234Z[ recovery-image] Feb 01 14:41:05.585 INFO O| Feb 01 14:41:05.585 INFO STEP 58 (remove_files) COMPLETE
51692026-02-01T14:41:06.234Z[ recovery-image] Feb 01 14:41:05.585 INFO O| Feb 01 14:41:05.585 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702026-02-01T14:41:06.234Z[ recovery-image] Feb 01 14:41:05.595 INFO O| Feb 01 14:41:05.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
51712026-02-01T14:41:06.234Z[ recovery-image] Feb 01 14:41:05.595 INFO O| Feb 01 14:41:05.595 INFO STEP 59 (remove_files) COMPLETE
51722026-02-01T14:41:06.234Z[ recovery-image] Feb 01 14:41:05.595 INFO O| Feb 01 14:41:05.595 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732026-02-01T14:41:06.234Z[ recovery-image] Feb 01 14:41:05.606 INFO O| Feb 01 14:41:05.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
51742026-02-01T14:41:06.234Z[ recovery-image] Feb 01 14:41:05.606 INFO O| Feb 01 14:41:05.606 INFO STEP 60 (remove_files) COMPLETE
51752026-02-01T14:41:06.234Z[ recovery-image] Feb 01 14:41:05.606 INFO O| Feb 01 14:41:05.606 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762026-02-01T14:41:06.259Z[ recovery-image] Feb 01 14:41:05.616 INFO O| Feb 01 14:41:05.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
51772026-02-01T14:41:06.259Z[ recovery-image] Feb 01 14:41:05.616 INFO O| Feb 01 14:41:05.616 INFO STEP 61 (remove_files) COMPLETE
51782026-02-01T14:41:06.259Z[ recovery-image] Feb 01 14:41:05.616 INFO O| Feb 01 14:41:05.616 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792026-02-01T14:41:06.259Z[ recovery-image] Feb 01 14:41:05.626 INFO O| Feb 01 14:41:05.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
51802026-02-01T14:41:06.259Z[ recovery-image] Feb 01 14:41:05.626 INFO O| Feb 01 14:41:05.626 INFO STEP 62 (remove_files) COMPLETE
51812026-02-01T14:41:06.259Z[ recovery-image] Feb 01 14:41:05.626 INFO O| Feb 01 14:41:05.626 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822026-02-01T14:41:06.283Z[ recovery-image] Feb 01 14:41:05.636 INFO O| Feb 01 14:41:05.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
51832026-02-01T14:41:06.283Z[ recovery-image] Feb 01 14:41:05.636 INFO O| Feb 01 14:41:05.636 INFO STEP 63 (remove_files) COMPLETE
51842026-02-01T14:41:06.283Z[ recovery-image] Feb 01 14:41:05.636 INFO O| Feb 01 14:41:05.636 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852026-02-01T14:41:06.283Z[ recovery-image] Feb 01 14:41:05.646 INFO O| Feb 01 14:41:05.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
51862026-02-01T14:41:06.283Z[ recovery-image] Feb 01 14:41:05.646 INFO O| Feb 01 14:41:05.646 INFO STEP 64 (remove_files) COMPLETE
51872026-02-01T14:41:06.283Z[ recovery-image] Feb 01 14:41:05.646 INFO O| Feb 01 14:41:05.646 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882026-02-01T14:41:06.284Z[ recovery-image] Feb 01 14:41:05.656 INFO O| Feb 01 14:41:05.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
51892026-02-01T14:41:06.308Z[ recovery-image] Feb 01 14:41:05.657 INFO O| Feb 01 14:41:05.656 INFO STEP 65 (remove_files) COMPLETE
51902026-02-01T14:41:06.308Z[ recovery-image] Feb 01 14:41:05.657 INFO O| Feb 01 14:41:05.657 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912026-02-01T14:41:06.308Z[ recovery-image] Feb 01 14:41:05.673 INFO O| Feb 01 14:41:05.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
51922026-02-01T14:41:06.308Z[ recovery-image] Feb 01 14:41:05.673 INFO O| Feb 01 14:41:05.673 INFO STEP 66 (remove_files) COMPLETE
51932026-02-01T14:41:06.308Z[ recovery-image] Feb 01 14:41:05.673 INFO O| Feb 01 14:41:05.673 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942026-02-01T14:41:06.333Z[ recovery-image] Feb 01 14:41:05.688 INFO O| Feb 01 14:41:05.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
51952026-02-01T14:41:06.333Z[ recovery-image] Feb 01 14:41:05.689 INFO O| Feb 01 14:41:05.689 INFO STEP 67 (remove_files) COMPLETE
51962026-02-01T14:41:06.333Z[ recovery-image] Feb 01 14:41:05.689 INFO O| Feb 01 14:41:05.689 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972026-02-01T14:41:06.333Z[ recovery-image] Feb 01 14:41:05.699 INFO O| Feb 01 14:41:05.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
51982026-02-01T14:41:06.333Z[ recovery-image] Feb 01 14:41:05.700 INFO O| Feb 01 14:41:05.700 INFO STEP 68 (remove_files) COMPLETE
51992026-02-01T14:41:06.333Z[ recovery-image] Feb 01 14:41:05.700 INFO O| Feb 01 14:41:05.700 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002026-02-01T14:41:06.357Z[ recovery-image] Feb 01 14:41:05.711 INFO O| Feb 01 14:41:05.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
52012026-02-01T14:41:06.357Z[ recovery-image] Feb 01 14:41:05.711 INFO O| Feb 01 14:41:05.711 INFO STEP 69 (remove_files) COMPLETE
52022026-02-01T14:41:06.357Z[ recovery-image] Feb 01 14:41:05.711 INFO O| Feb 01 14:41:05.711 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032026-02-01T14:41:06.358Z[ recovery-image] Feb 01 14:41:05.723 INFO O| Feb 01 14:41:05.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
52042026-02-01T14:41:06.358Z[ recovery-image] Feb 01 14:41:05.723 INFO O| Feb 01 14:41:05.723 INFO STEP 70 (remove_files) COMPLETE
52052026-02-01T14:41:06.358Z[ recovery-image] Feb 01 14:41:05.724 INFO O| Feb 01 14:41:05.723 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062026-02-01T14:41:06.382Z[ recovery-image] Feb 01 14:41:05.734 INFO O| Feb 01 14:41:05.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
52072026-02-01T14:41:06.382Z[ recovery-image] Feb 01 14:41:05.734 INFO O| Feb 01 14:41:05.734 INFO STEP 71 (remove_files) COMPLETE
52082026-02-01T14:41:06.382Z[ recovery-image] Feb 01 14:41:05.734 INFO O| Feb 01 14:41:05.734 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092026-02-01T14:41:06.382Z[ recovery-image] Feb 01 14:41:05.744 INFO O| Feb 01 14:41:05.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
52102026-02-01T14:41:06.382Z[ recovery-image] Feb 01 14:41:05.744 INFO O| Feb 01 14:41:05.744 INFO STEP 72 (remove_files) COMPLETE
52112026-02-01T14:41:06.382Z[ recovery-image] Feb 01 14:41:05.744 INFO O| Feb 01 14:41:05.744 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122026-02-01T14:41:06.382Z[ recovery-image] Feb 01 14:41:05.755 INFO O| Feb 01 14:41:05.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
52132026-02-01T14:41:06.382Z[ recovery-image] Feb 01 14:41:05.755 INFO O| Feb 01 14:41:05.755 INFO STEP 73 (remove_files) COMPLETE
52142026-02-01T14:41:06.382Z[ recovery-image] Feb 01 14:41:05.755 INFO O| Feb 01 14:41:05.755 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152026-02-01T14:41:06.407Z[ recovery-image] Feb 01 14:41:05.766 INFO O| Feb 01 14:41:05.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
52162026-02-01T14:41:06.407Z[ recovery-image] Feb 01 14:41:05.766 INFO O| Feb 01 14:41:05.766 INFO STEP 74 (remove_files) COMPLETE
52172026-02-01T14:41:06.407Z[ recovery-image] Feb 01 14:41:05.766 INFO O| Feb 01 14:41:05.766 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182026-02-01T14:41:06.407Z[ recovery-image] Feb 01 14:41:05.776 INFO O| Feb 01 14:41:05.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
52192026-02-01T14:41:06.407Z[ recovery-image] Feb 01 14:41:05.776 INFO O| Feb 01 14:41:05.776 INFO STEP 75 (remove_files) COMPLETE
52202026-02-01T14:41:06.407Z[ recovery-image] Feb 01 14:41:05.776 INFO O| Feb 01 14:41:05.776 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212026-02-01T14:41:06.432Z[ recovery-image] Feb 01 14:41:05.786 INFO O| Feb 01 14:41:05.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
52222026-02-01T14:41:06.432Z[ recovery-image] Feb 01 14:41:05.787 INFO O| Feb 01 14:41:05.786 INFO STEP 76 (remove_files) COMPLETE
52232026-02-01T14:41:06.432Z[ recovery-image] Feb 01 14:41:05.787 INFO O| Feb 01 14:41:05.787 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242026-02-01T14:41:06.432Z[ recovery-image] Feb 01 14:41:05.796 INFO O| Feb 01 14:41:05.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
52252026-02-01T14:41:06.432Z[ recovery-image] Feb 01 14:41:05.796 INFO O| Feb 01 14:41:05.796 INFO STEP 77 (remove_files) COMPLETE
52262026-02-01T14:41:06.432Z[ recovery-image] Feb 01 14:41:05.796 INFO O| Feb 01 14:41:05.796 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272026-02-01T14:41:06.456Z[ recovery-image] Feb 01 14:41:05.808 INFO O| Feb 01 14:41:05.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
52282026-02-01T14:41:06.456Z[ recovery-image] Feb 01 14:41:05.808 INFO O| Feb 01 14:41:05.808 INFO STEP 78 (remove_files) COMPLETE
52292026-02-01T14:41:06.456Z[ recovery-image] Feb 01 14:41:05.808 INFO O| Feb 01 14:41:05.808 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302026-02-01T14:41:06.456Z[ recovery-image] Feb 01 14:41:05.817 INFO O| Feb 01 14:41:05.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
52312026-02-01T14:41:06.456Z[ recovery-image] Feb 01 14:41:05.818 INFO O| Feb 01 14:41:05.818 INFO STEP 79 (remove_files) COMPLETE
52322026-02-01T14:41:06.456Z[ recovery-image] Feb 01 14:41:05.818 INFO O| Feb 01 14:41:05.818 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332026-02-01T14:41:06.456Z[ recovery-image] Feb 01 14:41:05.829 INFO O| Feb 01 14:41:05.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
52342026-02-01T14:41:06.456Z[ recovery-image] Feb 01 14:41:05.829 INFO O| Feb 01 14:41:05.829 INFO STEP 80 (remove_files) COMPLETE
52352026-02-01T14:41:06.456Z[ recovery-image] Feb 01 14:41:05.829 INFO O| Feb 01 14:41:05.829 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362026-02-01T14:41:06.481Z[ recovery-image] Feb 01 14:41:05.839 INFO O| Feb 01 14:41:05.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
52372026-02-01T14:41:06.481Z[ recovery-image] Feb 01 14:41:05.839 INFO O| Feb 01 14:41:05.839 INFO STEP 81 (remove_files) COMPLETE
52382026-02-01T14:41:06.481Z[ recovery-image] Feb 01 14:41:05.839 INFO O| Feb 01 14:41:05.839 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392026-02-01T14:41:06.481Z[ recovery-image] Feb 01 14:41:05.849 INFO O| Feb 01 14:41:05.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
52402026-02-01T14:41:06.481Z[ recovery-image] Feb 01 14:41:05.849 INFO O| Feb 01 14:41:05.849 INFO STEP 82 (remove_files) COMPLETE
52412026-02-01T14:41:06.481Z[ recovery-image] Feb 01 14:41:05.849 INFO O| Feb 01 14:41:05.849 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422026-02-01T14:41:06.505Z[ recovery-image] Feb 01 14:41:05.859 INFO O| Feb 01 14:41:05.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
52432026-02-01T14:41:06.506Z[ recovery-image] Feb 01 14:41:05.859 INFO O| Feb 01 14:41:05.859 INFO STEP 83 (remove_files) COMPLETE
52442026-02-01T14:41:06.506Z[ recovery-image] Feb 01 14:41:05.859 INFO O| Feb 01 14:41:05.859 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452026-02-01T14:41:06.506Z[ recovery-image] Feb 01 14:41:05.872 INFO O| Feb 01 14:41:05.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
52462026-02-01T14:41:06.506Z[ recovery-image] Feb 01 14:41:05.872 INFO O| Feb 01 14:41:05.872 INFO STEP 84 (remove_files) COMPLETE
52472026-02-01T14:41:06.506Z[ recovery-image] Feb 01 14:41:05.872 INFO O| Feb 01 14:41:05.872 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482026-02-01T14:41:06.530Z[ recovery-image] Feb 01 14:41:05.884 INFO O| Feb 01 14:41:05.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
52492026-02-01T14:41:06.530Z[ recovery-image] Feb 01 14:41:05.884 INFO O| Feb 01 14:41:05.884 INFO STEP 85 (remove_files) COMPLETE
52502026-02-01T14:41:06.530Z[ recovery-image] Feb 01 14:41:05.884 INFO O| Feb 01 14:41:05.884 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512026-02-01T14:41:06.530Z[ recovery-image] Feb 01 14:41:05.894 INFO O| Feb 01 14:41:05.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
52522026-02-01T14:41:06.530Z[ recovery-image] Feb 01 14:41:05.894 INFO O| Feb 01 14:41:05.894 INFO STEP 86 (remove_files) COMPLETE
52532026-02-01T14:41:06.530Z[ recovery-image] Feb 01 14:41:05.895 INFO O| Feb 01 14:41:05.894 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542026-02-01T14:41:06.555Z[ recovery-image] Feb 01 14:41:05.905 INFO O| Feb 01 14:41:05.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
52552026-02-01T14:41:06.555Z[ recovery-image] Feb 01 14:41:05.905 INFO O| Feb 01 14:41:05.905 INFO STEP 87 (remove_files) COMPLETE
52562026-02-01T14:41:06.555Z[ recovery-image] Feb 01 14:41:05.905 INFO O| Feb 01 14:41:05.905 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572026-02-01T14:41:06.555Z[ recovery-image] Feb 01 14:41:05.915 INFO O| Feb 01 14:41:05.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
52582026-02-01T14:41:06.555Z[ recovery-image] Feb 01 14:41:05.915 INFO O| Feb 01 14:41:05.915 INFO STEP 88 (remove_files) COMPLETE
52592026-02-01T14:41:06.555Z[ recovery-image] Feb 01 14:41:05.915 INFO O| Feb 01 14:41:05.915 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602026-02-01T14:41:06.555Z[ recovery-image] Feb 01 14:41:05.925 INFO O| Feb 01 14:41:05.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
52612026-02-01T14:41:06.555Z[ recovery-image] Feb 01 14:41:05.925 INFO O| Feb 01 14:41:05.925 INFO STEP 89 (remove_files) COMPLETE
52622026-02-01T14:41:06.555Z[ recovery-image] Feb 01 14:41:05.925 INFO O| Feb 01 14:41:05.925 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632026-02-01T14:41:06.580Z[ recovery-image] Feb 01 14:41:05.937 INFO O| Feb 01 14:41:05.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
52642026-02-01T14:41:06.580Z[ recovery-image] Feb 01 14:41:05.937 INFO O| Feb 01 14:41:05.937 INFO STEP 90 (remove_files) COMPLETE
52652026-02-01T14:41:06.580Z[ recovery-image] Feb 01 14:41:05.937 INFO O| Feb 01 14:41:05.937 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662026-02-01T14:41:06.580Z[ recovery-image] Feb 01 14:41:05.947 INFO O| Feb 01 14:41:05.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
52672026-02-01T14:41:06.580Z[ recovery-image] Feb 01 14:41:05.948 INFO O| Feb 01 14:41:05.948 INFO STEP 91 (remove_files) COMPLETE
52682026-02-01T14:41:06.580Z[ recovery-image] Feb 01 14:41:05.948 INFO O| Feb 01 14:41:05.948 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692026-02-01T14:41:06.605Z[ recovery-image] Feb 01 14:41:05.958 INFO O| Feb 01 14:41:05.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
52702026-02-01T14:41:06.605Z[ recovery-image] Feb 01 14:41:05.958 INFO O| Feb 01 14:41:05.958 INFO STEP 92 (remove_files) COMPLETE
52712026-02-01T14:41:06.605Z[ recovery-image] Feb 01 14:41:05.958 INFO O| Feb 01 14:41:05.958 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722026-02-01T14:41:06.605Z[ recovery-image] Feb 01 14:41:05.968 INFO O| Feb 01 14:41:05.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
52732026-02-01T14:41:06.605Z[ recovery-image] Feb 01 14:41:05.968 INFO O| Feb 01 14:41:05.968 INFO STEP 93 (remove_files) COMPLETE
52742026-02-01T14:41:06.605Z[ recovery-image] Feb 01 14:41:05.968 INFO O| Feb 01 14:41:05.968 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752026-02-01T14:41:06.629Z[ recovery-image] Feb 01 14:41:05.978 INFO O| Feb 01 14:41:05.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
52762026-02-01T14:41:06.629Z[ recovery-image] Feb 01 14:41:05.978 INFO O| Feb 01 14:41:05.978 INFO STEP 94 (remove_files) COMPLETE
52772026-02-01T14:41:06.629Z[ recovery-image] Feb 01 14:41:05.978 INFO O| Feb 01 14:41:05.978 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782026-02-01T14:41:06.629Z[ recovery-image] Feb 01 14:41:05.989 INFO O| Feb 01 14:41:05.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
52792026-02-01T14:41:06.629Z[ recovery-image] Feb 01 14:41:05.989 INFO O| Feb 01 14:41:05.989 INFO STEP 95 (remove_files) COMPLETE
52802026-02-01T14:41:06.629Z[ recovery-image] Feb 01 14:41:05.989 INFO O| Feb 01 14:41:05.989 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812026-02-01T14:41:06.630Z[ recovery-image] Feb 01 14:41:06.000 INFO O| Feb 01 14:41:06.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
52822026-02-01T14:41:06.630Z[ recovery-image] Feb 01 14:41:06.000 INFO O| Feb 01 14:41:06.000 INFO STEP 96 (remove_files) COMPLETE
52832026-02-01T14:41:06.630Z[ recovery-image] Feb 01 14:41:06.000 INFO O| Feb 01 14:41:06.000 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842026-02-01T14:41:06.654Z[ recovery-image] Feb 01 14:41:06.011 INFO O| Feb 01 14:41:06.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
52852026-02-01T14:41:06.654Z[ recovery-image] Feb 01 14:41:06.011 INFO O| Feb 01 14:41:06.011 INFO STEP 97 (remove_files) COMPLETE
52862026-02-01T14:41:06.654Z[ recovery-image] Feb 01 14:41:06.011 INFO O| Feb 01 14:41:06.011 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872026-02-01T14:41:06.654Z[ recovery-image] Feb 01 14:41:06.021 INFO O| Feb 01 14:41:06.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
52882026-02-01T14:41:06.654Z[ recovery-image] Feb 01 14:41:06.021 INFO O| Feb 01 14:41:06.021 INFO STEP 98 (remove_files) COMPLETE
52892026-02-01T14:41:06.654Z[ recovery-image] Feb 01 14:41:06.021 INFO O| Feb 01 14:41:06.021 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902026-02-01T14:41:06.679Z[ recovery-image] Feb 01 14:41:06.031 INFO O| Feb 01 14:41:06.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
52912026-02-01T14:41:06.679Z[ recovery-image] Feb 01 14:41:06.032 INFO O| Feb 01 14:41:06.032 INFO STEP 99 (remove_files) COMPLETE
52922026-02-01T14:41:06.679Z[ recovery-image] Feb 01 14:41:06.032 INFO O| Feb 01 14:41:06.032 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932026-02-01T14:41:06.679Z[ recovery-image] Feb 01 14:41:06.042 INFO O| Feb 01 14:41:06.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
52942026-02-01T14:41:06.679Z[ recovery-image] Feb 01 14:41:06.042 INFO O| Feb 01 14:41:06.042 INFO STEP 100 (remove_files) COMPLETE
52952026-02-01T14:41:06.679Z[ recovery-image] Feb 01 14:41:06.042 INFO O| Feb 01 14:41:06.042 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962026-02-01T14:41:06.704Z[ recovery-image] Feb 01 14:41:06.052 INFO O| Feb 01 14:41:06.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
52972026-02-01T14:41:06.704Z[ recovery-image] Feb 01 14:41:06.052 INFO O| Feb 01 14:41:06.052 INFO STEP 101 (remove_files) COMPLETE
52982026-02-01T14:41:06.704Z[ recovery-image] Feb 01 14:41:06.052 INFO O| Feb 01 14:41:06.052 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992026-02-01T14:41:06.704Z[ recovery-image] Feb 01 14:41:06.062 INFO O| Feb 01 14:41:06.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
53002026-02-01T14:41:06.704Z[ recovery-image] Feb 01 14:41:06.062 INFO O| Feb 01 14:41:06.062 INFO STEP 102 (remove_files) COMPLETE
53012026-02-01T14:41:06.704Z[ recovery-image] Feb 01 14:41:06.062 INFO O| Feb 01 14:41:06.062 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022026-02-01T14:41:06.704Z[ recovery-image] Feb 01 14:41:06.072 INFO O| Feb 01 14:41:06.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
53032026-02-01T14:41:06.704Z[ recovery-image] Feb 01 14:41:06.072 INFO O| Feb 01 14:41:06.072 INFO STEP 103 (remove_files) COMPLETE
53042026-02-01T14:41:06.704Z[ recovery-image] Feb 01 14:41:06.072 INFO O| Feb 01 14:41:06.072 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052026-02-01T14:41:06.728Z[ recovery-image] Feb 01 14:41:06.082 INFO O| Feb 01 14:41:06.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
53062026-02-01T14:41:06.729Z[ recovery-image] Feb 01 14:41:06.082 INFO O| Feb 01 14:41:06.082 INFO STEP 104 (remove_files) COMPLETE
53072026-02-01T14:41:06.729Z[ recovery-image] Feb 01 14:41:06.082 INFO O| Feb 01 14:41:06.082 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082026-02-01T14:41:06.729Z[ recovery-image] Feb 01 14:41:06.093 INFO O| Feb 01 14:41:06.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
53092026-02-01T14:41:06.729Z[ recovery-image] Feb 01 14:41:06.093 INFO O| Feb 01 14:41:06.093 INFO STEP 105 (remove_files) COMPLETE
53102026-02-01T14:41:06.729Z[ recovery-image] Feb 01 14:41:06.093 INFO O| Feb 01 14:41:06.093 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112026-02-01T14:41:06.753Z[ recovery-image] Feb 01 14:41:06.102 INFO O| Feb 01 14:41:06.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
53122026-02-01T14:41:06.754Z[ recovery-image] Feb 01 14:41:06.103 INFO O| Feb 01 14:41:06.103 INFO STEP 106 (remove_files) COMPLETE
53132026-02-01T14:41:06.754Z[ recovery-image] Feb 01 14:41:06.103 INFO O| Feb 01 14:41:06.103 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142026-02-01T14:41:06.754Z[ recovery-image] Feb 01 14:41:06.112 INFO O| Feb 01 14:41:06.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
53152026-02-01T14:41:06.754Z[ recovery-image] Feb 01 14:41:06.112 INFO O| Feb 01 14:41:06.112 INFO STEP 107 (remove_files) COMPLETE
53162026-02-01T14:41:06.754Z[ recovery-image] Feb 01 14:41:06.112 INFO O| Feb 01 14:41:06.112 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172026-02-01T14:41:06.754Z[ recovery-image] Feb 01 14:41:06.122 INFO O| Feb 01 14:41:06.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
53182026-02-01T14:41:06.754Z[ recovery-image] Feb 01 14:41:06.122 INFO O| Feb 01 14:41:06.122 INFO STEP 108 (remove_files) COMPLETE
53192026-02-01T14:41:06.754Z[ recovery-image] Feb 01 14:41:06.122 INFO O| Feb 01 14:41:06.122 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202026-02-01T14:41:06.778Z[ recovery-image] Feb 01 14:41:06.132 INFO O| Feb 01 14:41:06.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
53212026-02-01T14:41:06.778Z[ recovery-image] Feb 01 14:41:06.132 INFO O| Feb 01 14:41:06.132 INFO STEP 109 (remove_files) COMPLETE
53222026-02-01T14:41:06.778Z[ recovery-image] Feb 01 14:41:06.132 INFO O| Feb 01 14:41:06.132 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232026-02-01T14:41:06.778Z[ recovery-image] Feb 01 14:41:06.143 INFO O| Feb 01 14:41:06.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
53242026-02-01T14:41:06.778Z[ recovery-image] Feb 01 14:41:06.143 INFO O| Feb 01 14:41:06.143 INFO STEP 110 (remove_files) COMPLETE
53252026-02-01T14:41:06.778Z[ recovery-image] Feb 01 14:41:06.143 INFO O| Feb 01 14:41:06.143 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262026-02-01T14:41:06.803Z[ recovery-image] Feb 01 14:41:06.155 INFO O| Feb 01 14:41:06.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
53272026-02-01T14:41:06.804Z[ recovery-image] Feb 01 14:41:06.156 INFO O| Feb 01 14:41:06.156 INFO STEP 111 (remove_files) COMPLETE
53282026-02-01T14:41:06.804Z[ recovery-image] Feb 01 14:41:06.156 INFO O| Feb 01 14:41:06.156 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292026-02-01T14:41:06.804Z[ recovery-image] Feb 01 14:41:06.165 INFO O| Feb 01 14:41:06.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
53302026-02-01T14:41:06.804Z[ recovery-image] Feb 01 14:41:06.165 INFO O| Feb 01 14:41:06.165 INFO STEP 112 (remove_files) COMPLETE
53312026-02-01T14:41:06.804Z[ recovery-image] Feb 01 14:41:06.165 INFO O| Feb 01 14:41:06.165 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322026-02-01T14:41:06.828Z[ recovery-image] Feb 01 14:41:06.177 INFO O| Feb 01 14:41:06.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
53332026-02-01T14:41:06.828Z[ recovery-image] Feb 01 14:41:06.177 INFO O| Feb 01 14:41:06.177 INFO STEP 113 (remove_files) COMPLETE
53342026-02-01T14:41:06.828Z[ recovery-image] Feb 01 14:41:06.177 INFO O| Feb 01 14:41:06.177 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352026-02-01T14:41:06.828Z[ recovery-image] Feb 01 14:41:06.187 INFO O| Feb 01 14:41:06.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
53362026-02-01T14:41:06.828Z[ recovery-image] Feb 01 14:41:06.187 INFO O| Feb 01 14:41:06.187 INFO STEP 114 (remove_files) COMPLETE
53372026-02-01T14:41:06.828Z[ recovery-image] Feb 01 14:41:06.187 INFO O| Feb 01 14:41:06.187 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382026-02-01T14:41:06.828Z[ recovery-image] Feb 01 14:41:06.198 INFO O| Feb 01 14:41:06.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
53392026-02-01T14:41:06.828Z[ recovery-image] Feb 01 14:41:06.198 INFO O| Feb 01 14:41:06.198 INFO STEP 115 (remove_files) COMPLETE
53402026-02-01T14:41:06.828Z[ recovery-image] Feb 01 14:41:06.198 INFO O| Feb 01 14:41:06.198 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412026-02-01T14:41:06.853Z[ recovery-image] Feb 01 14:41:06.208 INFO O| Feb 01 14:41:06.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
53422026-02-01T14:41:06.853Z[ recovery-image] Feb 01 14:41:06.208 INFO O| Feb 01 14:41:06.208 INFO STEP 116 (remove_files) COMPLETE
53432026-02-01T14:41:06.853Z[ recovery-image] Feb 01 14:41:06.208 INFO O| Feb 01 14:41:06.208 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442026-02-01T14:41:06.853Z[ recovery-image] Feb 01 14:41:06.219 INFO O| Feb 01 14:41:06.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
53452026-02-01T14:41:06.853Z[ recovery-image] Feb 01 14:41:06.219 INFO O| Feb 01 14:41:06.219 INFO STEP 117 (remove_files) COMPLETE
53462026-02-01T14:41:06.853Z[ recovery-image] Feb 01 14:41:06.219 INFO O| Feb 01 14:41:06.219 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472026-02-01T14:41:06.877Z[ recovery-image] Feb 01 14:41:06.242 INFO O| Feb 01 14:41:06.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
53482026-02-01T14:41:06.877Z[ recovery-image] Feb 01 14:41:06.242 INFO O| Feb 01 14:41:06.242 INFO STEP 118 (remove_files) COMPLETE
53492026-02-01T14:41:06.877Z[ recovery-image] Feb 01 14:41:06.242 INFO O| Feb 01 14:41:06.242 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502026-02-01T14:41:06.902Z[ recovery-image] Feb 01 14:41:06.253 INFO O| Feb 01 14:41:06.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
53512026-02-01T14:41:06.902Z[ recovery-image] Feb 01 14:41:06.254 INFO O| Feb 01 14:41:06.253 INFO STEP 119 (remove_files) COMPLETE
53522026-02-01T14:41:06.902Z[ recovery-image] Feb 01 14:41:06.254 INFO O| Feb 01 14:41:06.254 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532026-02-01T14:41:06.902Z[ recovery-image] Feb 01 14:41:06.264 INFO O| Feb 01 14:41:06.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
53542026-02-01T14:41:06.902Z[ recovery-image] Feb 01 14:41:06.264 INFO O| Feb 01 14:41:06.264 INFO STEP 120 (remove_files) COMPLETE
53552026-02-01T14:41:06.902Z[ recovery-image] Feb 01 14:41:06.264 INFO O| Feb 01 14:41:06.264 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562026-02-01T14:41:06.902Z[ recovery-image] Feb 01 14:41:06.274 INFO O| Feb 01 14:41:06.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
53572026-02-01T14:41:06.902Z[ recovery-image] Feb 01 14:41:06.274 INFO O| Feb 01 14:41:06.274 INFO STEP 121 (remove_files) COMPLETE
53582026-02-01T14:41:06.902Z[ recovery-image] Feb 01 14:41:06.274 INFO O| Feb 01 14:41:06.274 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592026-02-01T14:41:06.930Z[ recovery-image] Feb 01 14:41:06.285 INFO O| Feb 01 14:41:06.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
53602026-02-01T14:41:06.930Z[ recovery-image] Feb 01 14:41:06.285 INFO O| Feb 01 14:41:06.285 INFO STEP 122 (remove_files) COMPLETE
53612026-02-01T14:41:06.930Z[ recovery-image] Feb 01 14:41:06.285 INFO O| Feb 01 14:41:06.285 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622026-02-01T14:41:06.930Z[ recovery-image] Feb 01 14:41:06.295 INFO O| Feb 01 14:41:06.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
53632026-02-01T14:41:06.930Z[ recovery-image] Feb 01 14:41:06.295 INFO O| Feb 01 14:41:06.295 INFO STEP 123 (remove_files) COMPLETE
53642026-02-01T14:41:06.930Z[ recovery-image] Feb 01 14:41:06.295 INFO O| Feb 01 14:41:06.295 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652026-02-01T14:41:06.956Z[ recovery-image] Feb 01 14:41:06.305 INFO O| Feb 01 14:41:06.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
53662026-02-01T14:41:06.956Z[ recovery-image] Feb 01 14:41:06.305 INFO O| Feb 01 14:41:06.305 INFO STEP 124 (remove_files) COMPLETE
53672026-02-01T14:41:06.956Z[ recovery-image] Feb 01 14:41:06.305 INFO O| Feb 01 14:41:06.305 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682026-02-01T14:41:06.956Z[ recovery-image] Feb 01 14:41:06.315 INFO O| Feb 01 14:41:06.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
53692026-02-01T14:41:06.956Z[ recovery-image] Feb 01 14:41:06.315 INFO O| Feb 01 14:41:06.315 INFO STEP 125 (remove_files) COMPLETE
53702026-02-01T14:41:06.956Z[ recovery-image] Feb 01 14:41:06.315 INFO O| Feb 01 14:41:06.315 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712026-02-01T14:41:06.956Z[ recovery-image] Feb 01 14:41:06.325 INFO O| Feb 01 14:41:06.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
53722026-02-01T14:41:06.956Z[ recovery-image] Feb 01 14:41:06.326 INFO O| Feb 01 14:41:06.325 INFO STEP 126 (remove_files) COMPLETE
53732026-02-01T14:41:06.956Z[ recovery-image] Feb 01 14:41:06.326 INFO O| Feb 01 14:41:06.326 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742026-02-01T14:41:06.981Z[ recovery-image] Feb 01 14:41:06.336 INFO O| Feb 01 14:41:06.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
53752026-02-01T14:41:06.981Z[ recovery-image] Feb 01 14:41:06.336 INFO O| Feb 01 14:41:06.336 INFO STEP 127 (remove_files) COMPLETE
53762026-02-01T14:41:06.981Z[ recovery-image] Feb 01 14:41:06.336 INFO O| Feb 01 14:41:06.336 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772026-02-01T14:41:06.981Z[ recovery-image] Feb 01 14:41:06.347 INFO O| Feb 01 14:41:06.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
53782026-02-01T14:41:06.981Z[ recovery-image] Feb 01 14:41:06.347 INFO O| Feb 01 14:41:06.347 INFO STEP 128 (remove_files) COMPLETE
53792026-02-01T14:41:06.981Z[ recovery-image] Feb 01 14:41:06.347 INFO O| Feb 01 14:41:06.347 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802026-02-01T14:41:07.005Z[ recovery-image] Feb 01 14:41:06.357 INFO O| Feb 01 14:41:06.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
53812026-02-01T14:41:07.005Z[ recovery-image] Feb 01 14:41:06.357 INFO O| Feb 01 14:41:06.357 INFO STEP 129 (remove_files) COMPLETE
53822026-02-01T14:41:07.005Z[ recovery-image] Feb 01 14:41:06.357 INFO O| Feb 01 14:41:06.357 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832026-02-01T14:41:07.005Z[ recovery-image] Feb 01 14:41:06.367 INFO O| Feb 01 14:41:06.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
53842026-02-01T14:41:07.005Z[ recovery-image] Feb 01 14:41:06.367 INFO O| Feb 01 14:41:06.367 INFO STEP 130 (remove_files) COMPLETE
53852026-02-01T14:41:07.005Z[ recovery-image] Feb 01 14:41:06.367 INFO O| Feb 01 14:41:06.367 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862026-02-01T14:41:07.005Z[ recovery-image] Feb 01 14:41:06.377 INFO O| Feb 01 14:41:06.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
53872026-02-01T14:41:07.005Z[ recovery-image] Feb 01 14:41:06.377 INFO O| Feb 01 14:41:06.377 INFO STEP 131 (remove_files) COMPLETE
53882026-02-01T14:41:07.005Z[ recovery-image] Feb 01 14:41:06.378 INFO O| Feb 01 14:41:06.377 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892026-02-01T14:41:07.030Z[ recovery-image] Feb 01 14:41:06.388 INFO O| Feb 01 14:41:06.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
53902026-02-01T14:41:07.030Z[ recovery-image] Feb 01 14:41:06.388 INFO O| Feb 01 14:41:06.388 INFO STEP 132 (remove_files) COMPLETE
53912026-02-01T14:41:07.030Z[ recovery-image] Feb 01 14:41:06.388 INFO O| Feb 01 14:41:06.388 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922026-02-01T14:41:07.030Z[ recovery-image] Feb 01 14:41:06.398 INFO O| Feb 01 14:41:06.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
53932026-02-01T14:41:07.030Z[ recovery-image] Feb 01 14:41:06.398 INFO O| Feb 01 14:41:06.398 INFO STEP 133 (remove_files) COMPLETE
53942026-02-01T14:41:07.030Z[ recovery-image] Feb 01 14:41:06.398 INFO O| Feb 01 14:41:06.398 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952026-02-01T14:41:07.055Z[ recovery-image] Feb 01 14:41:06.409 INFO O| Feb 01 14:41:06.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
53962026-02-01T14:41:07.055Z[ recovery-image] Feb 01 14:41:06.409 INFO O| Feb 01 14:41:06.409 INFO STEP 134 (remove_files) COMPLETE
53972026-02-01T14:41:07.055Z[ recovery-image] Feb 01 14:41:06.409 INFO O| Feb 01 14:41:06.409 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982026-02-01T14:41:07.055Z[ recovery-image] Feb 01 14:41:06.419 INFO O| Feb 01 14:41:06.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
53992026-02-01T14:41:07.055Z[ recovery-image] Feb 01 14:41:06.419 INFO O| Feb 01 14:41:06.419 INFO STEP 135 (remove_files) COMPLETE
54002026-02-01T14:41:07.055Z[ recovery-image] Feb 01 14:41:06.419 INFO O| Feb 01 14:41:06.419 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012026-02-01T14:41:07.080Z[ recovery-image] Feb 01 14:41:06.429 INFO O| Feb 01 14:41:06.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
54022026-02-01T14:41:07.080Z[ recovery-image] Feb 01 14:41:06.429 INFO O| Feb 01 14:41:06.429 INFO STEP 136 (remove_files) COMPLETE
54032026-02-01T14:41:07.080Z[ recovery-image] Feb 01 14:41:06.429 INFO O| Feb 01 14:41:06.429 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042026-02-01T14:41:07.080Z[ recovery-image] Feb 01 14:41:06.439 INFO O| Feb 01 14:41:06.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
54052026-02-01T14:41:07.080Z[ recovery-image] Feb 01 14:41:06.453 INFO O| Feb 01 14:41:06.453 INFO STEP 137 (remove_files) COMPLETE
54062026-02-01T14:41:07.080Z[ recovery-image] Feb 01 14:41:06.453 INFO O| Feb 01 14:41:06.453 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072026-02-01T14:41:07.105Z[ recovery-image] Feb 01 14:41:06.463 INFO O| Feb 01 14:41:06.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
54082026-02-01T14:41:07.129Z[ recovery-image] Feb 01 14:41:06.485 INFO O| Feb 01 14:41:06.485 INFO STEP 138 (remove_files) COMPLETE
54092026-02-01T14:41:07.129Z[ recovery-image] Feb 01 14:41:06.485 INFO O| Feb 01 14:41:06.485 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102026-02-01T14:41:07.129Z[ recovery-image] Feb 01 14:41:06.494 INFO O| Feb 01 14:41:06.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
54112026-02-01T14:41:07.129Z[ recovery-image] Feb 01 14:41:06.495 INFO O| Feb 01 14:41:06.495 INFO STEP 139 (remove_files) COMPLETE
54122026-02-01T14:41:07.129Z[ recovery-image] Feb 01 14:41:06.495 INFO O| Feb 01 14:41:06.495 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132026-02-01T14:41:07.154Z[ recovery-image] Feb 01 14:41:06.504 INFO O| Feb 01 14:41:06.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
54142026-02-01T14:41:07.154Z[ recovery-image] Feb 01 14:41:06.504 INFO O| Feb 01 14:41:06.504 INFO STEP 140 (remove_files) COMPLETE
54152026-02-01T14:41:07.154Z[ recovery-image] Feb 01 14:41:06.504 INFO O| Feb 01 14:41:06.504 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162026-02-01T14:41:07.154Z[ recovery-image] Feb 01 14:41:06.513 INFO O| Feb 01 14:41:06.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
54172026-02-01T14:41:07.179Z[ recovery-image] Feb 01 14:41:06.533 INFO O| Feb 01 14:41:06.533 INFO STEP 141 (remove_files) COMPLETE
54182026-02-01T14:41:07.179Z[ recovery-image] Feb 01 14:41:06.533 INFO O| Feb 01 14:41:06.533 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192026-02-01T14:41:07.179Z[ recovery-image] Feb 01 14:41:06.544 INFO O| Feb 01 14:41:06.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
54202026-02-01T14:41:07.203Z[ recovery-image] Feb 01 14:41:06.568 INFO O| Feb 01 14:41:06.568 INFO STEP 142 (remove_files) COMPLETE
54212026-02-01T14:41:07.204Z[ recovery-image] Feb 01 14:41:06.568 INFO O| Feb 01 14:41:06.568 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222026-02-01T14:41:07.228Z[ recovery-image] Feb 01 14:41:06.578 INFO O| Feb 01 14:41:06.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
54232026-02-01T14:41:07.228Z[ recovery-image] Feb 01 14:41:06.578 INFO O| Feb 01 14:41:06.578 INFO STEP 143 (remove_files) COMPLETE
54242026-02-01T14:41:07.228Z[ recovery-image] Feb 01 14:41:06.578 INFO O| Feb 01 14:41:06.578 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252026-02-01T14:41:07.228Z[ recovery-image] Feb 01 14:41:06.588 INFO O| Feb 01 14:41:06.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
54262026-02-01T14:41:07.228Z[ recovery-image] Feb 01 14:41:06.589 INFO O| Feb 01 14:41:06.589 INFO STEP 144 (remove_files) COMPLETE
54272026-02-01T14:41:07.228Z[ recovery-image] Feb 01 14:41:06.589 INFO O| Feb 01 14:41:06.589 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282026-02-01T14:41:07.228Z[ recovery-image] Feb 01 14:41:06.598 INFO O| Feb 01 14:41:06.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
54292026-02-01T14:41:07.228Z[ recovery-image] Feb 01 14:41:06.598 INFO O| Feb 01 14:41:06.598 INFO STEP 145 (remove_files) COMPLETE
54302026-02-01T14:41:07.228Z[ recovery-image] Feb 01 14:41:06.598 INFO O| Feb 01 14:41:06.598 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312026-02-01T14:41:07.253Z[ recovery-image] Feb 01 14:41:06.608 INFO O| Feb 01 14:41:06.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
54322026-02-01T14:41:07.253Z[ recovery-image] Feb 01 14:41:06.608 INFO O| Feb 01 14:41:06.608 INFO STEP 146 (remove_files) COMPLETE
54332026-02-01T14:41:07.253Z[ recovery-image] Feb 01 14:41:06.608 INFO O| Feb 01 14:41:06.608 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342026-02-01T14:41:07.253Z[ recovery-image] Feb 01 14:41:06.618 INFO O| Feb 01 14:41:06.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
54352026-02-01T14:41:07.253Z[ recovery-image] Feb 01 14:41:06.618 INFO O| Feb 01 14:41:06.618 INFO STEP 147 (remove_files) COMPLETE
54362026-02-01T14:41:07.253Z[ recovery-image] Feb 01 14:41:06.618 INFO O| Feb 01 14:41:06.618 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372026-02-01T14:41:07.277Z[ recovery-image] Feb 01 14:41:06.627 INFO O| Feb 01 14:41:06.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
54382026-02-01T14:41:07.277Z[ recovery-image] Feb 01 14:41:06.638 INFO O| Feb 01 14:41:06.638 INFO STEP 148 (remove_files) COMPLETE
54392026-02-01T14:41:07.277Z[ recovery-image] Feb 01 14:41:06.638 INFO O| Feb 01 14:41:06.638 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402026-02-01T14:41:07.302Z[ recovery-image] Feb 01 14:41:06.652 INFO O| Feb 01 14:41:06.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
54412026-02-01T14:41:07.302Z[ recovery-image] Feb 01 14:41:06.652 INFO O| Feb 01 14:41:06.652 INFO STEP 149 (remove_files) COMPLETE
54422026-02-01T14:41:07.302Z[ recovery-image] Feb 01 14:41:06.652 INFO O| Feb 01 14:41:06.652 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432026-02-01T14:41:07.302Z[ recovery-image] Feb 01 14:41:06.667 INFO O| Feb 01 14:41:06.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
54442026-02-01T14:41:07.302Z[ recovery-image] Feb 01 14:41:06.667 INFO O| Feb 01 14:41:06.667 INFO STEP 150 (remove_files) COMPLETE
54452026-02-01T14:41:07.302Z[ recovery-image] Feb 01 14:41:06.667 INFO O| Feb 01 14:41:06.667 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462026-02-01T14:41:07.327Z[ recovery-image] Feb 01 14:41:06.683 INFO O| Feb 01 14:41:06.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
54472026-02-01T14:41:07.327Z[ recovery-image] Feb 01 14:41:06.683 INFO O| Feb 01 14:41:06.683 INFO STEP 151 (remove_files) COMPLETE
54482026-02-01T14:41:07.327Z[ recovery-image] Feb 01 14:41:06.683 INFO O| Feb 01 14:41:06.683 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492026-02-01T14:41:07.327Z[ recovery-image] Feb 01 14:41:06.696 INFO O| Feb 01 14:41:06.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
54502026-02-01T14:41:07.327Z[ recovery-image] Feb 01 14:41:06.696 INFO O| Feb 01 14:41:06.696 INFO STEP 152 (remove_files) COMPLETE
54512026-02-01T14:41:07.327Z[ recovery-image] Feb 01 14:41:06.696 INFO O| Feb 01 14:41:06.696 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522026-02-01T14:41:07.351Z[ recovery-image] Feb 01 14:41:06.713 INFO O| Feb 01 14:41:06.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
54532026-02-01T14:41:07.351Z[ recovery-image] Feb 01 14:41:06.713 INFO O| Feb 01 14:41:06.713 INFO STEP 153 (remove_files) COMPLETE
54542026-02-01T14:41:07.351Z[ recovery-image] Feb 01 14:41:06.713 INFO O| Feb 01 14:41:06.713 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552026-02-01T14:41:07.376Z[ recovery-image] Feb 01 14:41:06.726 INFO O| Feb 01 14:41:06.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
54562026-02-01T14:41:07.376Z[ recovery-image] Feb 01 14:41:06.726 INFO O| Feb 01 14:41:06.726 INFO STEP 154 (remove_files) COMPLETE
54572026-02-01T14:41:07.376Z[ recovery-image] Feb 01 14:41:06.726 INFO O| Feb 01 14:41:06.726 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582026-02-01T14:41:07.376Z[ recovery-image] Feb 01 14:41:06.740 INFO O| Feb 01 14:41:06.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
54592026-02-01T14:41:07.376Z[ recovery-image] Feb 01 14:41:06.740 INFO O| Feb 01 14:41:06.740 INFO STEP 155 (remove_files) COMPLETE
54602026-02-01T14:41:07.376Z[ recovery-image] Feb 01 14:41:06.740 INFO O| Feb 01 14:41:06.740 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612026-02-01T14:41:07.400Z[ recovery-image] Feb 01 14:41:06.751 INFO O| Feb 01 14:41:06.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
54622026-02-01T14:41:07.401Z[ recovery-image] Feb 01 14:41:06.751 INFO O| Feb 01 14:41:06.751 INFO STEP 156 (remove_files) COMPLETE
54632026-02-01T14:41:07.401Z[ recovery-image] Feb 01 14:41:06.751 INFO O| Feb 01 14:41:06.751 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642026-02-01T14:41:07.401Z[ recovery-image] Feb 01 14:41:06.761 INFO O| Feb 01 14:41:06.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
54652026-02-01T14:41:07.401Z[ recovery-image] Feb 01 14:41:06.761 INFO O| Feb 01 14:41:06.761 INFO STEP 157 (remove_files) COMPLETE
54662026-02-01T14:41:07.401Z[ recovery-image] Feb 01 14:41:06.761 INFO O| Feb 01 14:41:06.761 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672026-02-01T14:41:07.425Z[ recovery-image] Feb 01 14:41:06.774 INFO O| Feb 01 14:41:06.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
54682026-02-01T14:41:07.425Z[ recovery-image] Feb 01 14:41:06.775 INFO O| Feb 01 14:41:06.774 INFO STEP 158 (remove_files) COMPLETE
54692026-02-01T14:41:07.425Z[ recovery-image] Feb 01 14:41:06.775 INFO O| Feb 01 14:41:06.775 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702026-02-01T14:41:07.425Z[ recovery-image] Feb 01 14:41:06.788 INFO O| Feb 01 14:41:06.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
54712026-02-01T14:41:07.425Z[ recovery-image] Feb 01 14:41:06.788 INFO O| Feb 01 14:41:06.788 INFO STEP 159 (remove_files) COMPLETE
54722026-02-01T14:41:07.425Z[ recovery-image] Feb 01 14:41:06.788 INFO O| Feb 01 14:41:06.788 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732026-02-01T14:41:07.450Z[ recovery-image] Feb 01 14:41:06.800 INFO O| Feb 01 14:41:06.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
54742026-02-01T14:41:07.450Z[ recovery-image] Feb 01 14:41:06.800 INFO O| Feb 01 14:41:06.800 INFO STEP 160 (remove_files) COMPLETE
54752026-02-01T14:41:07.450Z[ recovery-image] Feb 01 14:41:06.800 INFO O| Feb 01 14:41:06.800 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762026-02-01T14:41:07.450Z[ recovery-image] Feb 01 14:41:06.810 INFO O| Feb 01 14:41:06.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
54772026-02-01T14:41:07.450Z[ recovery-image] Feb 01 14:41:06.810 INFO O| Feb 01 14:41:06.810 INFO STEP 161 (remove_files) COMPLETE
54782026-02-01T14:41:07.450Z[ recovery-image] Feb 01 14:41:06.810 INFO O| Feb 01 14:41:06.810 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792026-02-01T14:41:07.450Z[ recovery-image] Feb 01 14:41:06.821 INFO O| Feb 01 14:41:06.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
54802026-02-01T14:41:07.450Z[ recovery-image] Feb 01 14:41:06.821 INFO O| Feb 01 14:41:06.821 INFO STEP 162 (remove_files) COMPLETE
54812026-02-01T14:41:07.450Z[ recovery-image] Feb 01 14:41:06.821 INFO O| Feb 01 14:41:06.821 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822026-02-01T14:41:07.475Z[ recovery-image] Feb 01 14:41:06.832 INFO O| Feb 01 14:41:06.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
54832026-02-01T14:41:07.475Z[ recovery-image] Feb 01 14:41:06.833 INFO O| Feb 01 14:41:06.832 INFO STEP 163 (remove_files) COMPLETE
54842026-02-01T14:41:07.475Z[ recovery-image] Feb 01 14:41:06.833 INFO O| Feb 01 14:41:06.832 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852026-02-01T14:41:07.475Z[ recovery-image] Feb 01 14:41:06.843 INFO O| Feb 01 14:41:06.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
54862026-02-01T14:41:07.475Z[ recovery-image] Feb 01 14:41:06.843 INFO O| Feb 01 14:41:06.843 INFO STEP 164 (remove_files) COMPLETE
54872026-02-01T14:41:07.475Z[ recovery-image] Feb 01 14:41:06.843 INFO O| Feb 01 14:41:06.843 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882026-02-01T14:41:07.500Z[ recovery-image] Feb 01 14:41:06.853 INFO O| Feb 01 14:41:06.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
54892026-02-01T14:41:07.501Z[ recovery-image] Feb 01 14:41:06.853 INFO O| Feb 01 14:41:06.853 INFO STEP 165 (remove_files) COMPLETE
54902026-02-01T14:41:07.501Z[ recovery-image] Feb 01 14:41:06.853 INFO O| Feb 01 14:41:06.853 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912026-02-01T14:41:07.501Z[ recovery-image] Feb 01 14:41:06.862 INFO O| Feb 01 14:41:06.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
54922026-02-01T14:41:07.501Z[ recovery-image] Feb 01 14:41:06.862 INFO O| Feb 01 14:41:06.862 INFO STEP 166 (remove_files) COMPLETE
54932026-02-01T14:41:07.501Z[ recovery-image] Feb 01 14:41:06.862 INFO O| Feb 01 14:41:06.862 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942026-02-01T14:41:07.501Z[ recovery-image] Feb 01 14:41:06.872 INFO O| Feb 01 14:41:06.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
54952026-02-01T14:41:07.501Z[ recovery-image] Feb 01 14:41:06.872 INFO O| Feb 01 14:41:06.872 INFO STEP 167 (remove_files) COMPLETE
54962026-02-01T14:41:07.501Z[ recovery-image] Feb 01 14:41:06.872 INFO O| Feb 01 14:41:06.872 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972026-02-01T14:41:07.526Z[ recovery-image] Feb 01 14:41:06.882 INFO O| Feb 01 14:41:06.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
54982026-02-01T14:41:07.526Z[ recovery-image] Feb 01 14:41:06.882 INFO O| Feb 01 14:41:06.882 INFO STEP 168 (remove_files) COMPLETE
54992026-02-01T14:41:07.526Z[ recovery-image] Feb 01 14:41:06.882 INFO O| Feb 01 14:41:06.882 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002026-02-01T14:41:07.526Z[ recovery-image] Feb 01 14:41:06.892 INFO O| Feb 01 14:41:06.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
55012026-02-01T14:41:07.526Z[ recovery-image] Feb 01 14:41:06.892 INFO O| Feb 01 14:41:06.892 INFO STEP 169 (remove_files) COMPLETE
55022026-02-01T14:41:07.526Z[ recovery-image] Feb 01 14:41:06.892 INFO O| Feb 01 14:41:06.892 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032026-02-01T14:41:07.551Z[ recovery-image] Feb 01 14:41:06.905 INFO O| Feb 01 14:41:06.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
55042026-02-01T14:41:07.551Z[ recovery-image] Feb 01 14:41:06.905 INFO O| Feb 01 14:41:06.905 INFO STEP 170 (remove_files) COMPLETE
55052026-02-01T14:41:07.551Z[ recovery-image] Feb 01 14:41:06.905 INFO O| Feb 01 14:41:06.905 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062026-02-01T14:41:07.551Z[ recovery-image] Feb 01 14:41:06.915 INFO O| Feb 01 14:41:06.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
55072026-02-01T14:41:07.551Z[ recovery-image] Feb 01 14:41:06.915 INFO O| Feb 01 14:41:06.915 INFO STEP 171 (remove_files) COMPLETE
55082026-02-01T14:41:07.551Z[ recovery-image] Feb 01 14:41:06.915 INFO O| Feb 01 14:41:06.915 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092026-02-01T14:41:07.576Z[ recovery-image] Feb 01 14:41:06.925 INFO O| Feb 01 14:41:06.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
55102026-02-01T14:41:07.576Z[ recovery-image] Feb 01 14:41:06.925 INFO O| Feb 01 14:41:06.925 INFO STEP 172 (remove_files) COMPLETE
55112026-02-01T14:41:07.576Z[ recovery-image] Feb 01 14:41:06.925 INFO O| Feb 01 14:41:06.925 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122026-02-01T14:41:07.576Z[ recovery-image] Feb 01 14:41:06.935 INFO O| Feb 01 14:41:06.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
55132026-02-01T14:41:07.576Z[ recovery-image] Feb 01 14:41:06.936 INFO O| Feb 01 14:41:06.936 INFO STEP 173 (remove_files) COMPLETE
55142026-02-01T14:41:07.576Z[ recovery-image] Feb 01 14:41:06.936 INFO O| Feb 01 14:41:06.936 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152026-02-01T14:41:07.576Z[ recovery-image] Feb 01 14:41:06.946 INFO O| Feb 01 14:41:06.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
55162026-02-01T14:41:07.576Z[ recovery-image] Feb 01 14:41:06.946 INFO O| Feb 01 14:41:06.946 INFO STEP 174 (remove_files) COMPLETE
55172026-02-01T14:41:07.576Z[ recovery-image] Feb 01 14:41:06.946 INFO O| Feb 01 14:41:06.946 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182026-02-01T14:41:07.600Z[ recovery-image] Feb 01 14:41:06.956 INFO O| Feb 01 14:41:06.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
55192026-02-01T14:41:07.601Z[ recovery-image] Feb 01 14:41:06.956 INFO O| Feb 01 14:41:06.956 INFO STEP 175 (remove_files) COMPLETE
55202026-02-01T14:41:07.601Z[ recovery-image] Feb 01 14:41:06.956 INFO O| Feb 01 14:41:06.956 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212026-02-01T14:41:07.601Z[ recovery-image] Feb 01 14:41:06.970 INFO O| Feb 01 14:41:06.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
55222026-02-01T14:41:07.601Z[ recovery-image] Feb 01 14:41:06.970 INFO O| Feb 01 14:41:06.970 INFO STEP 176 (remove_files) COMPLETE
55232026-02-01T14:41:07.601Z[ recovery-image] Feb 01 14:41:06.970 INFO O| Feb 01 14:41:06.970 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242026-02-01T14:41:07.625Z[ recovery-image] Feb 01 14:41:06.980 INFO O| Feb 01 14:41:06.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
55252026-02-01T14:41:07.625Z[ recovery-image] Feb 01 14:41:06.980 INFO O| Feb 01 14:41:06.980 INFO STEP 177 (remove_files) COMPLETE
55262026-02-01T14:41:07.625Z[ recovery-image] Feb 01 14:41:06.980 INFO O| Feb 01 14:41:06.980 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272026-02-01T14:41:07.625Z[ recovery-image] Feb 01 14:41:06.992 INFO O| Feb 01 14:41:06.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
55282026-02-01T14:41:07.625Z[ recovery-image] Feb 01 14:41:06.992 INFO O| Feb 01 14:41:06.992 INFO STEP 178 (remove_files) COMPLETE
55292026-02-01T14:41:07.625Z[ recovery-image] Feb 01 14:41:06.992 INFO O| Feb 01 14:41:06.992 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302026-02-01T14:41:07.650Z[ recovery-image] Feb 01 14:41:07.002 INFO O| Feb 01 14:41:07.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
55312026-02-01T14:41:07.650Z[ recovery-image] Feb 01 14:41:07.002 INFO O| Feb 01 14:41:07.002 INFO STEP 179 (remove_files) COMPLETE
55322026-02-01T14:41:07.650Z[ recovery-image] Feb 01 14:41:07.002 INFO O| Feb 01 14:41:07.002 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332026-02-01T14:41:07.650Z[ recovery-image] Feb 01 14:41:07.012 INFO O| Feb 01 14:41:07.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
55342026-02-01T14:41:07.650Z[ recovery-image] Feb 01 14:41:07.012 INFO O| Feb 01 14:41:07.012 INFO STEP 180 (remove_files) COMPLETE
55352026-02-01T14:41:07.650Z[ recovery-image] Feb 01 14:41:07.012 INFO O| Feb 01 14:41:07.012 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362026-02-01T14:41:07.650Z[ recovery-image] Feb 01 14:41:07.022 INFO O| Feb 01 14:41:07.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
55372026-02-01T14:41:07.650Z[ recovery-image] Feb 01 14:41:07.022 INFO O| Feb 01 14:41:07.022 INFO STEP 181 (remove_files) COMPLETE
55382026-02-01T14:41:07.650Z[ recovery-image] Feb 01 14:41:07.022 INFO O| Feb 01 14:41:07.022 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392026-02-01T14:41:07.675Z[ recovery-image] Feb 01 14:41:07.035 INFO O| Feb 01 14:41:07.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
55402026-02-01T14:41:07.675Z[ recovery-image] Feb 01 14:41:07.035 INFO O| Feb 01 14:41:07.035 INFO STEP 182 (remove_files) COMPLETE
55412026-02-01T14:41:07.675Z[ recovery-image] Feb 01 14:41:07.035 INFO O| Feb 01 14:41:07.035 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422026-02-01T14:41:07.675Z[ recovery-image] Feb 01 14:41:07.047 INFO O| Feb 01 14:41:07.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
55432026-02-01T14:41:07.675Z[ recovery-image] Feb 01 14:41:07.047 INFO O| Feb 01 14:41:07.047 INFO STEP 183 (remove_files) COMPLETE
55442026-02-01T14:41:07.675Z[ recovery-image] Feb 01 14:41:07.047 INFO O| Feb 01 14:41:07.047 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452026-02-01T14:41:07.700Z[ recovery-image] Feb 01 14:41:07.061 INFO O| Feb 01 14:41:07.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
55462026-02-01T14:41:07.700Z[ recovery-image] Feb 01 14:41:07.061 INFO O| Feb 01 14:41:07.061 INFO STEP 184 (remove_files) COMPLETE
55472026-02-01T14:41:07.700Z[ recovery-image] Feb 01 14:41:07.061 INFO O| Feb 01 14:41:07.061 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482026-02-01T14:41:07.724Z[ recovery-image] Feb 01 14:41:07.073 INFO O| Feb 01 14:41:07.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
55492026-02-01T14:41:07.724Z[ recovery-image] Feb 01 14:41:07.074 INFO O| Feb 01 14:41:07.074 INFO STEP 185 (remove_files) COMPLETE
55502026-02-01T14:41:07.724Z[ recovery-image] Feb 01 14:41:07.074 INFO O| Feb 01 14:41:07.074 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512026-02-01T14:41:07.724Z[ recovery-image] Feb 01 14:41:07.086 INFO O| Feb 01 14:41:07.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
55522026-02-01T14:41:07.724Z[ recovery-image] Feb 01 14:41:07.086 INFO O| Feb 01 14:41:07.086 INFO STEP 186 (remove_files) COMPLETE
55532026-02-01T14:41:07.724Z[ recovery-image] Feb 01 14:41:07.086 INFO O| Feb 01 14:41:07.086 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542026-02-01T14:41:07.724Z[ recovery-image] Feb 01 14:41:07.096 INFO O| Feb 01 14:41:07.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
55552026-02-01T14:41:07.724Z[ recovery-image] Feb 01 14:41:07.096 INFO O| Feb 01 14:41:07.096 INFO STEP 187 (remove_files) COMPLETE
55562026-02-01T14:41:07.724Z[ recovery-image] Feb 01 14:41:07.096 INFO O| Feb 01 14:41:07.096 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572026-02-01T14:41:07.749Z[ recovery-image] Feb 01 14:41:07.105 INFO O| Feb 01 14:41:07.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
55582026-02-01T14:41:07.749Z[ recovery-image] Feb 01 14:41:07.105 INFO O| Feb 01 14:41:07.105 INFO STEP 188 (remove_files) COMPLETE
55592026-02-01T14:41:07.749Z[ recovery-image] Feb 01 14:41:07.105 INFO O| Feb 01 14:41:07.105 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602026-02-01T14:41:07.749Z[ recovery-image] Feb 01 14:41:07.115 INFO O| Feb 01 14:41:07.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
55612026-02-01T14:41:07.750Z[ recovery-image] Feb 01 14:41:07.115 INFO O| Feb 01 14:41:07.115 INFO STEP 189 (remove_files) COMPLETE
55622026-02-01T14:41:07.750Z[ recovery-image] Feb 01 14:41:07.115 INFO O| Feb 01 14:41:07.115 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632026-02-01T14:41:07.774Z[ recovery-image] Feb 01 14:41:07.125 INFO O| Feb 01 14:41:07.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
55642026-02-01T14:41:07.774Z[ recovery-image] Feb 01 14:41:07.125 INFO O| Feb 01 14:41:07.125 INFO STEP 190 (remove_files) COMPLETE
55652026-02-01T14:41:07.774Z[ recovery-image] Feb 01 14:41:07.125 INFO O| Feb 01 14:41:07.125 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662026-02-01T14:41:07.774Z[ recovery-image] Feb 01 14:41:07.134 INFO O| Feb 01 14:41:07.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
55672026-02-01T14:41:07.774Z[ recovery-image] Feb 01 14:41:07.134 INFO O| Feb 01 14:41:07.134 INFO STEP 191 (remove_files) COMPLETE
55682026-02-01T14:41:07.774Z[ recovery-image] Feb 01 14:41:07.134 INFO O| Feb 01 14:41:07.134 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692026-02-01T14:41:07.774Z[ recovery-image] Feb 01 14:41:07.144 INFO O| Feb 01 14:41:07.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
55702026-02-01T14:41:07.774Z[ recovery-image] Feb 01 14:41:07.144 INFO O| Feb 01 14:41:07.144 INFO STEP 192 (remove_files) COMPLETE
55712026-02-01T14:41:07.774Z[ recovery-image] Feb 01 14:41:07.144 INFO O| Feb 01 14:41:07.144 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722026-02-01T14:41:07.799Z[ recovery-image] Feb 01 14:41:07.153 INFO O| Feb 01 14:41:07.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
55732026-02-01T14:41:07.799Z[ recovery-image] Feb 01 14:41:07.153 INFO O| Feb 01 14:41:07.153 INFO STEP 193 (remove_files) COMPLETE
55742026-02-01T14:41:07.799Z[ recovery-image] Feb 01 14:41:07.153 INFO O| Feb 01 14:41:07.153 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752026-02-01T14:41:07.799Z[ recovery-image] Feb 01 14:41:07.163 INFO O| Feb 01 14:41:07.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
55762026-02-01T14:41:07.799Z[ recovery-image] Feb 01 14:41:07.163 INFO O| Feb 01 14:41:07.163 INFO STEP 194 (remove_files) COMPLETE
55772026-02-01T14:41:07.799Z[ recovery-image] Feb 01 14:41:07.163 INFO O| Feb 01 14:41:07.163 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782026-02-01T14:41:07.824Z[ recovery-image] Feb 01 14:41:07.172 INFO O| Feb 01 14:41:07.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
55792026-02-01T14:41:07.824Z[ recovery-image] Feb 01 14:41:07.172 INFO O| Feb 01 14:41:07.172 INFO STEP 195 (remove_files) COMPLETE
55802026-02-01T14:41:07.824Z[ recovery-image] Feb 01 14:41:07.172 INFO O| Feb 01 14:41:07.172 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812026-02-01T14:41:07.824Z[ recovery-image] Feb 01 14:41:07.185 INFO O| Feb 01 14:41:07.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
55822026-02-01T14:41:07.824Z[ recovery-image] Feb 01 14:41:07.185 INFO O| Feb 01 14:41:07.185 INFO STEP 196 (remove_files) COMPLETE
55832026-02-01T14:41:07.824Z[ recovery-image] Feb 01 14:41:07.185 INFO O| Feb 01 14:41:07.185 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842026-02-01T14:41:07.824Z[ recovery-image] Feb 01 14:41:07.194 INFO O| Feb 01 14:41:07.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
55852026-02-01T14:41:07.824Z[ recovery-image] Feb 01 14:41:07.194 INFO O| Feb 01 14:41:07.194 INFO STEP 197 (remove_files) COMPLETE
55862026-02-01T14:41:07.824Z[ recovery-image] Feb 01 14:41:07.194 INFO O| Feb 01 14:41:07.194 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872026-02-01T14:41:07.849Z[ recovery-image] Feb 01 14:41:07.204 INFO O| Feb 01 14:41:07.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
55882026-02-01T14:41:07.849Z[ recovery-image] Feb 01 14:41:07.204 INFO O| Feb 01 14:41:07.204 INFO STEP 198 (remove_files) COMPLETE
55892026-02-01T14:41:07.849Z[ recovery-image] Feb 01 14:41:07.204 INFO O| Feb 01 14:41:07.204 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902026-02-01T14:41:07.849Z[ recovery-image] Feb 01 14:41:07.213 INFO O| Feb 01 14:41:07.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
55912026-02-01T14:41:07.849Z[ recovery-image] Feb 01 14:41:07.213 INFO O| Feb 01 14:41:07.213 INFO STEP 199 (remove_files) COMPLETE
55922026-02-01T14:41:07.849Z[ recovery-image] Feb 01 14:41:07.213 INFO O| Feb 01 14:41:07.213 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932026-02-01T14:41:07.874Z[ recovery-image] Feb 01 14:41:07.223 INFO O| Feb 01 14:41:07.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
55942026-02-01T14:41:07.874Z[ recovery-image] Feb 01 14:41:07.223 INFO O| Feb 01 14:41:07.223 INFO STEP 200 (remove_files) COMPLETE
55952026-02-01T14:41:07.874Z[ recovery-image] Feb 01 14:41:07.223 INFO O| Feb 01 14:41:07.223 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962026-02-01T14:41:07.874Z[ recovery-image] Feb 01 14:41:07.233 INFO O| Feb 01 14:41:07.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
55972026-02-01T14:41:07.874Z[ recovery-image] Feb 01 14:41:07.233 INFO O| Feb 01 14:41:07.233 INFO STEP 201 (remove_files) COMPLETE
55982026-02-01T14:41:07.874Z[ recovery-image] Feb 01 14:41:07.233 INFO O| Feb 01 14:41:07.233 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992026-02-01T14:41:07.874Z[ recovery-image] Feb 01 14:41:07.244 INFO O| Feb 01 14:41:07.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
56002026-02-01T14:41:07.874Z[ recovery-image] Feb 01 14:41:07.244 INFO O| Feb 01 14:41:07.244 INFO STEP 202 (remove_files) COMPLETE
56012026-02-01T14:41:07.874Z[ recovery-image] Feb 01 14:41:07.244 INFO O| Feb 01 14:41:07.244 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022026-02-01T14:41:07.899Z[ recovery-image] Feb 01 14:41:07.254 INFO O| Feb 01 14:41:07.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
56032026-02-01T14:41:07.899Z[ recovery-image] Feb 01 14:41:07.254 INFO O| Feb 01 14:41:07.254 INFO STEP 203 (remove_files) COMPLETE
56042026-02-01T14:41:07.899Z[ recovery-image] Feb 01 14:41:07.254 INFO O| Feb 01 14:41:07.254 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052026-02-01T14:41:07.899Z[ recovery-image] Feb 01 14:41:07.263 INFO O| Feb 01 14:41:07.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
56062026-02-01T14:41:07.899Z[ recovery-image] Feb 01 14:41:07.264 INFO O| Feb 01 14:41:07.264 INFO STEP 204 (remove_files) COMPLETE
56072026-02-01T14:41:07.899Z[ recovery-image] Feb 01 14:41:07.264 INFO O| Feb 01 14:41:07.264 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082026-02-01T14:41:07.924Z[ recovery-image] Feb 01 14:41:07.273 INFO O| Feb 01 14:41:07.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
56092026-02-01T14:41:07.924Z[ recovery-image] Feb 01 14:41:07.274 INFO O| Feb 01 14:41:07.273 INFO STEP 205 (remove_files) COMPLETE
56102026-02-01T14:41:07.924Z[ recovery-image] Feb 01 14:41:07.274 INFO O| Feb 01 14:41:07.273 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112026-02-01T14:41:07.924Z[ recovery-image] Feb 01 14:41:07.286 INFO O| Feb 01 14:41:07.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
56122026-02-01T14:41:07.924Z[ recovery-image] Feb 01 14:41:07.286 INFO O| Feb 01 14:41:07.286 INFO STEP 206 (remove_files) COMPLETE
56132026-02-01T14:41:07.924Z[ recovery-image] Feb 01 14:41:07.286 INFO O| Feb 01 14:41:07.286 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142026-02-01T14:41:07.924Z[ recovery-image] Feb 01 14:41:07.296 INFO O| Feb 01 14:41:07.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
56152026-02-01T14:41:07.924Z[ recovery-image] Feb 01 14:41:07.296 INFO O| Feb 01 14:41:07.296 INFO STEP 207 (remove_files) COMPLETE
56162026-02-01T14:41:07.924Z[ recovery-image] Feb 01 14:41:07.296 INFO O| Feb 01 14:41:07.296 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172026-02-01T14:41:07.948Z[ recovery-image] Feb 01 14:41:07.305 INFO O| Feb 01 14:41:07.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
56182026-02-01T14:41:07.948Z[ recovery-image] Feb 01 14:41:07.306 INFO O| Feb 01 14:41:07.305 INFO STEP 208 (remove_files) COMPLETE
56192026-02-01T14:41:07.949Z[ recovery-image] Feb 01 14:41:07.306 INFO O| Feb 01 14:41:07.305 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202026-02-01T14:41:07.949Z[ recovery-image] Feb 01 14:41:07.315 INFO O| Feb 01 14:41:07.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
56212026-02-01T14:41:07.949Z[ recovery-image] Feb 01 14:41:07.315 INFO O| Feb 01 14:41:07.315 INFO STEP 209 (remove_files) COMPLETE
56222026-02-01T14:41:07.949Z[ recovery-image] Feb 01 14:41:07.315 INFO O| Feb 01 14:41:07.315 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232026-02-01T14:41:07.973Z[ recovery-image] Feb 01 14:41:07.325 INFO O| Feb 01 14:41:07.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
56242026-02-01T14:41:07.973Z[ recovery-image] Feb 01 14:41:07.325 INFO O| Feb 01 14:41:07.325 INFO STEP 210 (remove_files) COMPLETE
56252026-02-01T14:41:07.973Z[ recovery-image] Feb 01 14:41:07.325 INFO O| Feb 01 14:41:07.325 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262026-02-01T14:41:07.997Z[ recovery-image] Feb 01 14:41:07.355 INFO O| Feb 01 14:41:07.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
56272026-02-01T14:41:07.997Z[ recovery-image] Feb 01 14:41:07.355 INFO O| Feb 01 14:41:07.355 INFO STEP 211 (remove_files) COMPLETE
56282026-02-01T14:41:07.998Z[ recovery-image] Feb 01 14:41:07.355 INFO O| Feb 01 14:41:07.355 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292026-02-01T14:41:07.998Z[ recovery-image] Feb 01 14:41:07.367 INFO O| Feb 01 14:41:07.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
56302026-02-01T14:41:07.998Z[ recovery-image] Feb 01 14:41:07.367 INFO O| Feb 01 14:41:07.367 INFO STEP 212 (remove_files) COMPLETE
56312026-02-01T14:41:07.998Z[ recovery-image] Feb 01 14:41:07.367 INFO O| Feb 01 14:41:07.367 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322026-02-01T14:41:08.022Z[ recovery-image] Feb 01 14:41:07.377 INFO O| Feb 01 14:41:07.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
56332026-02-01T14:41:08.022Z[ recovery-image] Feb 01 14:41:07.377 INFO O| Feb 01 14:41:07.377 INFO STEP 213 (remove_files) COMPLETE
56342026-02-01T14:41:08.022Z[ recovery-image] Feb 01 14:41:07.377 INFO O| Feb 01 14:41:07.377 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352026-02-01T14:41:08.022Z[ recovery-image] Feb 01 14:41:07.388 INFO O| Feb 01 14:41:07.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
56362026-02-01T14:41:08.022Z[ recovery-image] Feb 01 14:41:07.388 INFO O| Feb 01 14:41:07.388 INFO STEP 214 (remove_files) COMPLETE
56372026-02-01T14:41:08.022Z[ recovery-image] Feb 01 14:41:07.388 INFO O| Feb 01 14:41:07.388 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382026-02-01T14:41:08.047Z[ recovery-image] Feb 01 14:41:07.398 INFO O| Feb 01 14:41:07.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
56392026-02-01T14:41:08.047Z[ recovery-image] Feb 01 14:41:07.398 INFO O| Feb 01 14:41:07.398 INFO STEP 215 (remove_files) COMPLETE
56402026-02-01T14:41:08.047Z[ recovery-image] Feb 01 14:41:07.398 INFO O| Feb 01 14:41:07.398 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412026-02-01T14:41:08.047Z[ recovery-image] Feb 01 14:41:07.408 INFO O| Feb 01 14:41:07.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
56422026-02-01T14:41:08.047Z[ recovery-image] Feb 01 14:41:07.408 INFO O| Feb 01 14:41:07.408 INFO STEP 216 (remove_files) COMPLETE
56432026-02-01T14:41:08.047Z[ recovery-image] Feb 01 14:41:07.408 INFO O| Feb 01 14:41:07.408 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442026-02-01T14:41:08.047Z[ recovery-image] Feb 01 14:41:07.418 INFO O| Feb 01 14:41:07.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
56452026-02-01T14:41:08.047Z[ recovery-image] Feb 01 14:41:07.418 INFO O| Feb 01 14:41:07.418 INFO STEP 217 (remove_files) COMPLETE
56462026-02-01T14:41:08.047Z[ recovery-image] Feb 01 14:41:07.418 INFO O| Feb 01 14:41:07.418 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472026-02-01T14:41:08.072Z[ recovery-image] Feb 01 14:41:07.428 INFO O| Feb 01 14:41:07.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
56482026-02-01T14:41:08.072Z[ recovery-image] Feb 01 14:41:07.428 INFO O| Feb 01 14:41:07.428 INFO STEP 218 (remove_files) COMPLETE
56492026-02-01T14:41:08.072Z[ recovery-image] Feb 01 14:41:07.428 INFO O| Feb 01 14:41:07.428 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502026-02-01T14:41:08.072Z[ recovery-image] Feb 01 14:41:07.438 INFO O| Feb 01 14:41:07.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
56512026-02-01T14:41:08.072Z[ recovery-image] Feb 01 14:41:07.438 INFO O| Feb 01 14:41:07.438 INFO STEP 219 (remove_files) COMPLETE
56522026-02-01T14:41:08.072Z[ recovery-image] Feb 01 14:41:07.438 INFO O| Feb 01 14:41:07.438 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532026-02-01T14:41:08.096Z[ recovery-image] Feb 01 14:41:07.448 INFO O| Feb 01 14:41:07.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
56542026-02-01T14:41:08.096Z[ recovery-image] Feb 01 14:41:07.448 INFO O| Feb 01 14:41:07.448 INFO STEP 220 (remove_files) COMPLETE
56552026-02-01T14:41:08.096Z[ recovery-image] Feb 01 14:41:07.448 INFO O| Feb 01 14:41:07.448 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562026-02-01T14:41:08.097Z[ recovery-image] Feb 01 14:41:07.458 INFO O| Feb 01 14:41:07.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
56572026-02-01T14:41:08.121Z[ recovery-image] Feb 01 14:41:07.478 INFO O| Feb 01 14:41:07.478 INFO STEP 221 (remove_files) COMPLETE
56582026-02-01T14:41:08.121Z[ recovery-image] Feb 01 14:41:07.478 INFO O| Feb 01 14:41:07.478 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592026-02-01T14:41:08.121Z[ recovery-image] Feb 01 14:41:07.487 INFO O| Feb 01 14:41:07.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
56602026-02-01T14:41:08.121Z[ recovery-image] Feb 01 14:41:07.487 INFO O| Feb 01 14:41:07.487 INFO STEP 222 (remove_files) COMPLETE
56612026-02-01T14:41:08.121Z[ recovery-image] Feb 01 14:41:07.487 INFO O| Feb 01 14:41:07.487 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622026-02-01T14:41:08.146Z[ recovery-image] Feb 01 14:41:07.497 INFO O| Feb 01 14:41:07.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
56632026-02-01T14:41:08.146Z[ recovery-image] Feb 01 14:41:07.497 INFO O| Feb 01 14:41:07.497 INFO STEP 223 (remove_files) COMPLETE
56642026-02-01T14:41:08.146Z[ recovery-image] Feb 01 14:41:07.497 INFO O| Feb 01 14:41:07.497 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652026-02-01T14:41:08.170Z[ recovery-image] Feb 01 14:41:07.529 INFO O| Feb 01 14:41:07.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
56662026-02-01T14:41:08.170Z[ recovery-image] Feb 01 14:41:07.529 INFO O| Feb 01 14:41:07.529 INFO STEP 224 (remove_files) COMPLETE
56672026-02-01T14:41:08.170Z[ recovery-image] Feb 01 14:41:07.529 INFO O| Feb 01 14:41:07.529 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682026-02-01T14:41:08.170Z[ recovery-image] Feb 01 14:41:07.539 INFO O| Feb 01 14:41:07.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
56692026-02-01T14:41:08.171Z[ recovery-image] Feb 01 14:41:07.539 INFO O| Feb 01 14:41:07.539 INFO STEP 225 (remove_files) COMPLETE
56702026-02-01T14:41:08.171Z[ recovery-image] Feb 01 14:41:07.539 INFO O| Feb 01 14:41:07.539 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712026-02-01T14:41:08.195Z[ recovery-image] Feb 01 14:41:07.548 INFO O| Feb 01 14:41:07.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
56722026-02-01T14:41:08.195Z[ recovery-image] Feb 01 14:41:07.549 INFO O| Feb 01 14:41:07.548 INFO STEP 226 (remove_files) COMPLETE
56732026-02-01T14:41:08.195Z[ recovery-image] Feb 01 14:41:07.549 INFO O| Feb 01 14:41:07.549 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742026-02-01T14:41:08.195Z[ recovery-image] Feb 01 14:41:07.558 INFO O| Feb 01 14:41:07.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
56752026-02-01T14:41:08.195Z[ recovery-image] Feb 01 14:41:07.558 INFO O| Feb 01 14:41:07.558 INFO STEP 227 (remove_files) COMPLETE
56762026-02-01T14:41:08.195Z[ recovery-image] Feb 01 14:41:07.558 INFO O| Feb 01 14:41:07.558 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772026-02-01T14:41:08.220Z[ recovery-image] Feb 01 14:41:07.583 INFO O| Feb 01 14:41:07.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
56782026-02-01T14:41:08.220Z[ recovery-image] Feb 01 14:41:07.583 INFO O| Feb 01 14:41:07.583 INFO STEP 228 (remove_files) COMPLETE
56792026-02-01T14:41:08.220Z[ recovery-image] Feb 01 14:41:07.583 INFO O| Feb 01 14:41:07.583 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802026-02-01T14:41:08.220Z[ recovery-image] Feb 01 14:41:07.593 INFO O| Feb 01 14:41:07.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
56812026-02-01T14:41:08.220Z[ recovery-image] Feb 01 14:41:07.593 INFO O| Feb 01 14:41:07.593 INFO STEP 229 (remove_files) COMPLETE
56822026-02-01T14:41:08.220Z[ recovery-image] Feb 01 14:41:07.593 INFO O| Feb 01 14:41:07.593 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832026-02-01T14:41:08.245Z[ recovery-image] Feb 01 14:41:07.602 INFO O| Feb 01 14:41:07.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
56842026-02-01T14:41:08.245Z[ recovery-image] Feb 01 14:41:07.603 INFO O| Feb 01 14:41:07.602 INFO STEP 230 (remove_files) COMPLETE
56852026-02-01T14:41:08.245Z[ recovery-image] Feb 01 14:41:07.603 INFO O| Feb 01 14:41:07.603 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862026-02-01T14:41:08.245Z[ recovery-image] Feb 01 14:41:07.612 INFO O| Feb 01 14:41:07.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
56872026-02-01T14:41:08.245Z[ recovery-image] Feb 01 14:41:07.612 INFO O| Feb 01 14:41:07.612 INFO STEP 231 (remove_files) COMPLETE
56882026-02-01T14:41:08.245Z[ recovery-image] Feb 01 14:41:07.612 INFO O| Feb 01 14:41:07.612 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892026-02-01T14:41:08.270Z[ recovery-image] Feb 01 14:41:07.622 INFO O| Feb 01 14:41:07.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
56902026-02-01T14:41:08.270Z[ recovery-image] Feb 01 14:41:07.622 INFO O| Feb 01 14:41:07.622 INFO STEP 232 (remove_files) COMPLETE
56912026-02-01T14:41:08.270Z[ recovery-image] Feb 01 14:41:07.622 INFO O| Feb 01 14:41:07.622 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922026-02-01T14:41:08.270Z[ recovery-image] Feb 01 14:41:07.632 INFO O| Feb 01 14:41:07.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
56932026-02-01T14:41:08.270Z[ recovery-image] Feb 01 14:41:07.632 INFO O| Feb 01 14:41:07.632 INFO STEP 233 (remove_files) COMPLETE
56942026-02-01T14:41:08.270Z[ recovery-image] Feb 01 14:41:07.632 INFO O| Feb 01 14:41:07.632 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952026-02-01T14:41:08.295Z[ recovery-image] Feb 01 14:41:07.645 INFO O| Feb 01 14:41:07.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
56962026-02-01T14:41:08.295Z[ recovery-image] Feb 01 14:41:07.645 INFO O| Feb 01 14:41:07.645 INFO STEP 234 (remove_files) COMPLETE
56972026-02-01T14:41:08.295Z[ recovery-image] Feb 01 14:41:07.645 INFO O| Feb 01 14:41:07.645 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982026-02-01T14:41:08.295Z[ recovery-image] Feb 01 14:41:07.661 INFO O| Feb 01 14:41:07.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
56992026-02-01T14:41:08.295Z[ recovery-image] Feb 01 14:41:07.661 INFO O| Feb 01 14:41:07.661 INFO STEP 235 (remove_files) COMPLETE
57002026-02-01T14:41:08.295Z[ recovery-image] Feb 01 14:41:07.661 INFO O| Feb 01 14:41:07.661 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012026-02-01T14:41:08.320Z[ recovery-image] Feb 01 14:41:07.674 INFO O| Feb 01 14:41:07.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
57022026-02-01T14:41:08.320Z[ recovery-image] Feb 01 14:41:07.674 INFO O| Feb 01 14:41:07.674 INFO STEP 236 (remove_files) COMPLETE
57032026-02-01T14:41:08.320Z[ recovery-image] Feb 01 14:41:07.674 INFO O| Feb 01 14:41:07.674 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042026-02-01T14:41:08.320Z[ recovery-image] Feb 01 14:41:07.688 INFO O| Feb 01 14:41:07.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
57052026-02-01T14:41:08.320Z[ recovery-image] Feb 01 14:41:07.688 INFO O| Feb 01 14:41:07.688 INFO STEP 237 (remove_files) COMPLETE
57062026-02-01T14:41:08.320Z[ recovery-image] Feb 01 14:41:07.688 INFO O| Feb 01 14:41:07.688 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072026-02-01T14:41:08.344Z[ recovery-image] Feb 01 14:41:07.700 INFO O| Feb 01 14:41:07.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
57082026-02-01T14:41:08.344Z[ recovery-image] Feb 01 14:41:07.700 INFO O| Feb 01 14:41:07.700 INFO STEP 238 (remove_files) COMPLETE
57092026-02-01T14:41:08.344Z[ recovery-image] Feb 01 14:41:07.700 INFO O| Feb 01 14:41:07.700 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102026-02-01T14:41:08.344Z[ recovery-image] Feb 01 14:41:07.715 INFO O| Feb 01 14:41:07.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
57112026-02-01T14:41:08.344Z[ recovery-image] Feb 01 14:41:07.715 INFO O| Feb 01 14:41:07.715 INFO STEP 239 (remove_files) COMPLETE
57122026-02-01T14:41:08.344Z[ recovery-image] Feb 01 14:41:07.715 INFO O| Feb 01 14:41:07.715 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132026-02-01T14:41:08.369Z[ recovery-image] Feb 01 14:41:07.726 INFO O| Feb 01 14:41:07.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
57142026-02-01T14:41:08.369Z[ recovery-image] Feb 01 14:41:07.726 INFO O| Feb 01 14:41:07.726 INFO STEP 240 (remove_files) COMPLETE
57152026-02-01T14:41:08.369Z[ recovery-image] Feb 01 14:41:07.726 INFO O| Feb 01 14:41:07.726 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162026-02-01T14:41:08.369Z[ recovery-image] Feb 01 14:41:07.738 INFO O| Feb 01 14:41:07.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
57172026-02-01T14:41:08.369Z[ recovery-image] Feb 01 14:41:07.738 INFO O| Feb 01 14:41:07.738 INFO STEP 241 (remove_files) COMPLETE
57182026-02-01T14:41:08.369Z[ recovery-image] Feb 01 14:41:07.738 INFO O| Feb 01 14:41:07.738 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192026-02-01T14:41:08.393Z[ recovery-image] Feb 01 14:41:07.752 INFO O| Feb 01 14:41:07.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
57202026-02-01T14:41:08.393Z[ recovery-image] Feb 01 14:41:07.752 INFO O| Feb 01 14:41:07.752 INFO STEP 242 (remove_files) COMPLETE
57212026-02-01T14:41:08.393Z[ recovery-image] Feb 01 14:41:07.752 INFO O| Feb 01 14:41:07.752 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222026-02-01T14:41:08.418Z[ recovery-image] Feb 01 14:41:07.767 INFO O| Feb 01 14:41:07.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
57232026-02-01T14:41:08.418Z[ recovery-image] Feb 01 14:41:07.767 INFO O| Feb 01 14:41:07.767 INFO STEP 243 (remove_files) COMPLETE
57242026-02-01T14:41:08.418Z[ recovery-image] Feb 01 14:41:07.767 INFO O| Feb 01 14:41:07.767 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252026-02-01T14:41:08.418Z[ recovery-image] Feb 01 14:41:07.781 INFO O| Feb 01 14:41:07.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
57262026-02-01T14:41:08.418Z[ recovery-image] Feb 01 14:41:07.781 INFO O| Feb 01 14:41:07.781 INFO STEP 244 (remove_files) COMPLETE
57272026-02-01T14:41:08.418Z[ recovery-image] Feb 01 14:41:07.781 INFO O| Feb 01 14:41:07.781 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282026-02-01T14:41:08.443Z[ recovery-image] Feb 01 14:41:07.792 INFO O| Feb 01 14:41:07.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
57292026-02-01T14:41:08.443Z[ recovery-image] Feb 01 14:41:07.793 INFO O| Feb 01 14:41:07.792 INFO STEP 245 (remove_files) COMPLETE
57302026-02-01T14:41:08.443Z[ recovery-image] Feb 01 14:41:07.793 INFO O| Feb 01 14:41:07.793 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312026-02-01T14:41:08.443Z[ recovery-image] Feb 01 14:41:07.804 INFO O| Feb 01 14:41:07.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
57322026-02-01T14:41:08.443Z[ recovery-image] Feb 01 14:41:07.804 INFO O| Feb 01 14:41:07.804 INFO STEP 246 (remove_files) COMPLETE
57332026-02-01T14:41:08.443Z[ recovery-image] Feb 01 14:41:07.804 INFO O| Feb 01 14:41:07.804 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342026-02-01T14:41:08.443Z[ recovery-image] Feb 01 14:41:07.815 INFO O| Feb 01 14:41:07.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
57352026-02-01T14:41:08.443Z[ recovery-image] Feb 01 14:41:07.815 INFO O| Feb 01 14:41:07.815 INFO STEP 247 (remove_files) COMPLETE
57362026-02-01T14:41:08.443Z[ recovery-image] Feb 01 14:41:07.815 INFO O| Feb 01 14:41:07.815 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372026-02-01T14:41:08.468Z[ recovery-image] Feb 01 14:41:07.826 INFO O| Feb 01 14:41:07.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
57382026-02-01T14:41:08.468Z[ recovery-image] Feb 01 14:41:07.826 INFO O| Feb 01 14:41:07.826 INFO STEP 248 (remove_files) COMPLETE
57392026-02-01T14:41:08.468Z[ recovery-image] Feb 01 14:41:07.826 INFO O| Feb 01 14:41:07.826 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402026-02-01T14:41:08.468Z[ recovery-image] Feb 01 14:41:07.837 INFO O| Feb 01 14:41:07.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
57412026-02-01T14:41:08.468Z[ recovery-image] Feb 01 14:41:07.837 INFO O| Feb 01 14:41:07.837 INFO STEP 249 (remove_files) COMPLETE
57422026-02-01T14:41:08.468Z[ recovery-image] Feb 01 14:41:07.837 INFO O| Feb 01 14:41:07.837 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432026-02-01T14:41:08.493Z[ recovery-image] Feb 01 14:41:07.847 INFO O| Feb 01 14:41:07.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
57442026-02-01T14:41:08.493Z[ recovery-image] Feb 01 14:41:07.847 INFO O| Feb 01 14:41:07.847 INFO STEP 250 (remove_files) COMPLETE
57452026-02-01T14:41:08.493Z[ recovery-image] Feb 01 14:41:07.847 INFO O| Feb 01 14:41:07.847 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462026-02-01T14:41:08.493Z[ recovery-image] Feb 01 14:41:07.860 INFO O| Feb 01 14:41:07.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
57472026-02-01T14:41:08.493Z[ recovery-image] Feb 01 14:41:07.860 INFO O| Feb 01 14:41:07.860 INFO STEP 251 (remove_files) COMPLETE
57482026-02-01T14:41:08.493Z[ recovery-image] Feb 01 14:41:07.860 INFO O| Feb 01 14:41:07.860 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492026-02-01T14:41:08.517Z[ recovery-image] Feb 01 14:41:07.871 INFO O| Feb 01 14:41:07.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
57502026-02-01T14:41:08.517Z[ recovery-image] Feb 01 14:41:07.871 INFO O| Feb 01 14:41:07.871 INFO STEP 252 (remove_files) COMPLETE
57512026-02-01T14:41:08.517Z[ recovery-image] Feb 01 14:41:07.871 INFO O| Feb 01 14:41:07.871 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522026-02-01T14:41:08.517Z[ recovery-image] Feb 01 14:41:07.884 INFO O| Feb 01 14:41:07.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
57532026-02-01T14:41:08.517Z[ recovery-image] Feb 01 14:41:07.884 INFO O| Feb 01 14:41:07.884 INFO STEP 253 (remove_files) COMPLETE
57542026-02-01T14:41:08.517Z[ recovery-image] Feb 01 14:41:07.884 INFO O| Feb 01 14:41:07.884 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552026-02-01T14:41:08.542Z[ recovery-image] Feb 01 14:41:07.898 INFO O| Feb 01 14:41:07.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
57562026-02-01T14:41:08.542Z[ recovery-image] Feb 01 14:41:07.898 INFO O| Feb 01 14:41:07.898 INFO STEP 254 (remove_files) COMPLETE
57572026-02-01T14:41:08.542Z[ recovery-image] Feb 01 14:41:07.898 INFO O| Feb 01 14:41:07.898 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582026-02-01T14:41:08.542Z[ recovery-image] Feb 01 14:41:07.909 INFO O| Feb 01 14:41:07.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
57592026-02-01T14:41:08.542Z[ recovery-image] Feb 01 14:41:07.909 INFO O| Feb 01 14:41:07.909 INFO STEP 255 (remove_files) COMPLETE
57602026-02-01T14:41:08.542Z[ recovery-image] Feb 01 14:41:07.909 INFO O| Feb 01 14:41:07.909 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612026-02-01T14:41:08.568Z[ recovery-image] Feb 01 14:41:07.920 INFO O| Feb 01 14:41:07.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
57622026-02-01T14:41:08.568Z[ recovery-image] Feb 01 14:41:07.920 INFO O| Feb 01 14:41:07.920 INFO STEP 256 (remove_files) COMPLETE
57632026-02-01T14:41:08.568Z[ recovery-image] Feb 01 14:41:07.920 INFO O| Feb 01 14:41:07.920 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642026-02-01T14:41:08.568Z[ recovery-image] Feb 01 14:41:07.931 INFO O| Feb 01 14:41:07.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
57652026-02-01T14:41:08.568Z[ recovery-image] Feb 01 14:41:07.931 INFO O| Feb 01 14:41:07.931 INFO STEP 257 (remove_files) COMPLETE
57662026-02-01T14:41:08.568Z[ recovery-image] Feb 01 14:41:07.931 INFO O| Feb 01 14:41:07.931 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672026-02-01T14:41:08.593Z[ recovery-image] Feb 01 14:41:07.944 INFO O| Feb 01 14:41:07.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
57682026-02-01T14:41:08.593Z[ recovery-image] Feb 01 14:41:07.944 INFO O| Feb 01 14:41:07.944 INFO STEP 258 (remove_files) COMPLETE
57692026-02-01T14:41:08.593Z[ recovery-image] Feb 01 14:41:07.944 INFO O| Feb 01 14:41:07.944 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702026-02-01T14:41:08.593Z[ recovery-image] Feb 01 14:41:07.954 INFO O| Feb 01 14:41:07.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
57712026-02-01T14:41:08.593Z[ recovery-image] Feb 01 14:41:07.954 INFO O| Feb 01 14:41:07.954 INFO STEP 259 (remove_files) COMPLETE
57722026-02-01T14:41:08.593Z[ recovery-image] Feb 01 14:41:07.954 INFO O| Feb 01 14:41:07.954 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732026-02-01T14:41:08.618Z[ recovery-image] Feb 01 14:41:07.966 INFO O| Feb 01 14:41:07.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
57742026-02-01T14:41:08.618Z[ recovery-image] Feb 01 14:41:07.966 INFO O| Feb 01 14:41:07.966 INFO STEP 260 (remove_files) COMPLETE
57752026-02-01T14:41:08.618Z[ recovery-image] Feb 01 14:41:07.966 INFO O| Feb 01 14:41:07.966 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762026-02-01T14:41:08.618Z[ recovery-image] Feb 01 14:41:07.977 INFO O| Feb 01 14:41:07.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
57772026-02-01T14:41:08.618Z[ recovery-image] Feb 01 14:41:07.978 INFO O| Feb 01 14:41:07.978 INFO STEP 261 (remove_files) COMPLETE
57782026-02-01T14:41:08.618Z[ recovery-image] Feb 01 14:41:07.978 INFO O| Feb 01 14:41:07.978 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792026-02-01T14:41:08.618Z[ recovery-image] Feb 01 14:41:07.989 INFO O| Feb 01 14:41:07.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
57802026-02-01T14:41:08.618Z[ recovery-image] Feb 01 14:41:07.989 INFO O| Feb 01 14:41:07.989 INFO STEP 262 (remove_files) COMPLETE
57812026-02-01T14:41:08.618Z[ recovery-image] Feb 01 14:41:07.989 INFO O| Feb 01 14:41:07.989 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822026-02-01T14:41:08.643Z[ recovery-image] Feb 01 14:41:08.001 INFO O| Feb 01 14:41:08.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
57832026-02-01T14:41:08.643Z[ recovery-image] Feb 01 14:41:08.001 INFO O| Feb 01 14:41:08.001 INFO STEP 263 (remove_files) COMPLETE
57842026-02-01T14:41:08.643Z[ recovery-image] Feb 01 14:41:08.001 INFO O| Feb 01 14:41:08.001 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852026-02-01T14:41:08.643Z[ recovery-image] Feb 01 14:41:08.011 INFO O| Feb 01 14:41:08.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
57862026-02-01T14:41:08.643Z[ recovery-image] Feb 01 14:41:08.011 INFO O| Feb 01 14:41:08.011 INFO STEP 264 (remove_files) COMPLETE
57872026-02-01T14:41:08.643Z[ recovery-image] Feb 01 14:41:08.011 INFO O| Feb 01 14:41:08.011 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882026-02-01T14:41:08.668Z[ recovery-image] Feb 01 14:41:08.021 INFO O| Feb 01 14:41:08.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
57892026-02-01T14:41:08.668Z[ recovery-image] Feb 01 14:41:08.021 INFO O| Feb 01 14:41:08.021 INFO STEP 265 (remove_files) COMPLETE
57902026-02-01T14:41:08.668Z[ recovery-image] Feb 01 14:41:08.021 INFO O| Feb 01 14:41:08.021 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912026-02-01T14:41:08.668Z[ recovery-image] Feb 01 14:41:08.033 INFO O| Feb 01 14:41:08.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
57922026-02-01T14:41:08.668Z[ recovery-image] Feb 01 14:41:08.033 INFO O| Feb 01 14:41:08.033 INFO STEP 266 (remove_files) COMPLETE
57932026-02-01T14:41:08.668Z[ recovery-image] Feb 01 14:41:08.033 INFO O| Feb 01 14:41:08.033 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942026-02-01T14:41:08.693Z[ recovery-image] Feb 01 14:41:08.043 INFO O| Feb 01 14:41:08.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
57952026-02-01T14:41:08.693Z[ recovery-image] Feb 01 14:41:08.044 INFO O| Feb 01 14:41:08.044 INFO STEP 267 (remove_files) COMPLETE
57962026-02-01T14:41:08.693Z[ recovery-image] Feb 01 14:41:08.044 INFO O| Feb 01 14:41:08.044 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972026-02-01T14:41:08.693Z[ recovery-image] Feb 01 14:41:08.054 INFO O| Feb 01 14:41:08.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
57982026-02-01T14:41:08.693Z[ recovery-image] Feb 01 14:41:08.054 INFO O| Feb 01 14:41:08.054 INFO STEP 268 (remove_files) COMPLETE
57992026-02-01T14:41:08.693Z[ recovery-image] Feb 01 14:41:08.054 INFO O| Feb 01 14:41:08.054 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002026-02-01T14:41:08.693Z[ recovery-image] Feb 01 14:41:08.063 INFO O| Feb 01 14:41:08.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
58012026-02-01T14:41:08.693Z[ recovery-image] Feb 01 14:41:08.063 INFO O| Feb 01 14:41:08.063 INFO STEP 269 (remove_files) COMPLETE
58022026-02-01T14:41:08.693Z[ recovery-image] Feb 01 14:41:08.063 INFO O| Feb 01 14:41:08.063 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032026-02-01T14:41:08.717Z[ recovery-image] Feb 01 14:41:08.073 INFO O| Feb 01 14:41:08.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
58042026-02-01T14:41:08.718Z[ recovery-image] Feb 01 14:41:08.073 INFO O| Feb 01 14:41:08.073 INFO STEP 270 (remove_files) COMPLETE
58052026-02-01T14:41:08.718Z[ recovery-image] Feb 01 14:41:08.073 INFO O| Feb 01 14:41:08.073 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062026-02-01T14:41:08.718Z[ recovery-image] Feb 01 14:41:08.083 INFO O| Feb 01 14:41:08.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
58072026-02-01T14:41:08.718Z[ recovery-image] Feb 01 14:41:08.084 INFO O| Feb 01 14:41:08.083 INFO STEP 271 (remove_files) COMPLETE
58082026-02-01T14:41:08.718Z[ recovery-image] Feb 01 14:41:08.084 INFO O| Feb 01 14:41:08.083 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092026-02-01T14:41:08.742Z[ recovery-image] Feb 01 14:41:08.093 INFO O| Feb 01 14:41:08.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
58102026-02-01T14:41:08.742Z[ recovery-image] Feb 01 14:41:08.093 INFO O| Feb 01 14:41:08.093 INFO STEP 272 (remove_files) COMPLETE
58112026-02-01T14:41:08.742Z[ recovery-image] Feb 01 14:41:08.093 INFO O| Feb 01 14:41:08.093 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122026-02-01T14:41:08.742Z[ recovery-image] Feb 01 14:41:08.103 INFO O| Feb 01 14:41:08.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
58132026-02-01T14:41:08.742Z[ recovery-image] Feb 01 14:41:08.103 INFO O| Feb 01 14:41:08.103 INFO STEP 273 (remove_files) COMPLETE
58142026-02-01T14:41:08.742Z[ recovery-image] Feb 01 14:41:08.103 INFO O| Feb 01 14:41:08.103 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152026-02-01T14:41:08.767Z[ recovery-image] Feb 01 14:41:08.117 INFO O| Feb 01 14:41:08.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
58162026-02-01T14:41:08.767Z[ recovery-image] Feb 01 14:41:08.117 INFO O| Feb 01 14:41:08.117 INFO STEP 274 (remove_files) COMPLETE
58172026-02-01T14:41:08.767Z[ recovery-image] Feb 01 14:41:08.117 INFO O| Feb 01 14:41:08.117 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182026-02-01T14:41:08.767Z[ recovery-image] Feb 01 14:41:08.129 INFO O| Feb 01 14:41:08.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
58192026-02-01T14:41:08.767Z[ recovery-image] Feb 01 14:41:08.129 INFO O| Feb 01 14:41:08.129 INFO STEP 275 (remove_files) COMPLETE
58202026-02-01T14:41:08.767Z[ recovery-image] Feb 01 14:41:08.129 INFO O| Feb 01 14:41:08.129 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212026-02-01T14:41:08.767Z[ recovery-image] Feb 01 14:41:08.139 INFO O| Feb 01 14:41:08.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
58222026-02-01T14:41:08.767Z[ recovery-image] Feb 01 14:41:08.139 INFO O| Feb 01 14:41:08.139 INFO STEP 276 (remove_files) COMPLETE
58232026-02-01T14:41:08.767Z[ recovery-image] Feb 01 14:41:08.139 INFO O| Feb 01 14:41:08.139 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242026-02-01T14:41:08.792Z[ recovery-image] Feb 01 14:41:08.149 INFO O| Feb 01 14:41:08.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
58252026-02-01T14:41:08.792Z[ recovery-image] Feb 01 14:41:08.149 INFO O| Feb 01 14:41:08.149 INFO STEP 277 (remove_files) COMPLETE
58262026-02-01T14:41:08.792Z[ recovery-image] Feb 01 14:41:08.149 INFO O| Feb 01 14:41:08.149 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272026-02-01T14:41:08.792Z[ recovery-image] Feb 01 14:41:08.160 INFO O| Feb 01 14:41:08.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
58282026-02-01T14:41:08.792Z[ recovery-image] Feb 01 14:41:08.160 INFO O| Feb 01 14:41:08.160 INFO STEP 278 (remove_files) COMPLETE
58292026-02-01T14:41:08.792Z[ recovery-image] Feb 01 14:41:08.160 INFO O| Feb 01 14:41:08.160 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302026-02-01T14:41:08.816Z[ recovery-image] Feb 01 14:41:08.172 INFO O| Feb 01 14:41:08.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
58312026-02-01T14:41:08.816Z[ recovery-image] Feb 01 14:41:08.172 INFO O| Feb 01 14:41:08.172 INFO STEP 279 (remove_files) COMPLETE
58322026-02-01T14:41:08.817Z[ recovery-image] Feb 01 14:41:08.172 INFO O| Feb 01 14:41:08.172 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332026-02-01T14:41:08.817Z[ recovery-image] Feb 01 14:41:08.182 INFO O| Feb 01 14:41:08.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
58342026-02-01T14:41:08.817Z[ recovery-image] Feb 01 14:41:08.182 INFO O| Feb 01 14:41:08.182 INFO STEP 280 (remove_files) COMPLETE
58352026-02-01T14:41:08.817Z[ recovery-image] Feb 01 14:41:08.182 INFO O| Feb 01 14:41:08.182 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362026-02-01T14:41:08.841Z[ recovery-image] Feb 01 14:41:08.192 INFO O| Feb 01 14:41:08.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
58372026-02-01T14:41:08.841Z[ recovery-image] Feb 01 14:41:08.193 INFO O| Feb 01 14:41:08.193 INFO STEP 281 (remove_files) COMPLETE
58382026-02-01T14:41:08.841Z[ recovery-image] Feb 01 14:41:08.193 INFO O| Feb 01 14:41:08.193 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392026-02-01T14:41:08.841Z[ recovery-image] Feb 01 14:41:08.203 INFO O| Feb 01 14:41:08.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
58402026-02-01T14:41:08.841Z[ recovery-image] Feb 01 14:41:08.204 INFO O| Feb 01 14:41:08.203 INFO STEP 282 (remove_files) COMPLETE
58412026-02-01T14:41:08.841Z[ recovery-image] Feb 01 14:41:08.204 INFO O| Feb 01 14:41:08.203 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422026-02-01T14:41:08.841Z[ recovery-image] Feb 01 14:41:08.214 INFO O| Feb 01 14:41:08.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
58432026-02-01T14:41:08.841Z[ recovery-image] Feb 01 14:41:08.214 INFO O| Feb 01 14:41:08.214 INFO STEP 283 (remove_files) COMPLETE
58442026-02-01T14:41:08.841Z[ recovery-image] Feb 01 14:41:08.214 INFO O| Feb 01 14:41:08.214 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452026-02-01T14:41:08.866Z[ recovery-image] Feb 01 14:41:08.227 INFO O| Feb 01 14:41:08.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
58462026-02-01T14:41:08.866Z[ recovery-image] Feb 01 14:41:08.228 INFO O| Feb 01 14:41:08.228 INFO STEP 284 (remove_files) COMPLETE
58472026-02-01T14:41:08.866Z[ recovery-image] Feb 01 14:41:08.228 INFO O| Feb 01 14:41:08.228 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482026-02-01T14:41:08.866Z[ recovery-image] Feb 01 14:41:08.238 INFO O| Feb 01 14:41:08.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
58492026-02-01T14:41:08.866Z[ recovery-image] Feb 01 14:41:08.238 INFO O| Feb 01 14:41:08.238 INFO STEP 285 (remove_files) COMPLETE
58502026-02-01T14:41:08.866Z[ recovery-image] Feb 01 14:41:08.238 INFO O| Feb 01 14:41:08.238 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512026-02-01T14:41:08.891Z[ recovery-image] Feb 01 14:41:08.251 INFO O| Feb 01 14:41:08.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
58522026-02-01T14:41:08.891Z[ recovery-image] Feb 01 14:41:08.251 INFO O| Feb 01 14:41:08.251 INFO STEP 286 (remove_files) COMPLETE
58532026-02-01T14:41:08.891Z[ recovery-image] Feb 01 14:41:08.251 INFO O| Feb 01 14:41:08.251 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542026-02-01T14:41:08.891Z[ recovery-image] Feb 01 14:41:08.262 INFO O| Feb 01 14:41:08.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
58552026-02-01T14:41:08.891Z[ recovery-image] Feb 01 14:41:08.262 INFO O| Feb 01 14:41:08.262 INFO STEP 287 (remove_files) COMPLETE
58562026-02-01T14:41:08.891Z[ recovery-image] Feb 01 14:41:08.262 INFO O| Feb 01 14:41:08.262 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572026-02-01T14:41:08.915Z[ recovery-image] Feb 01 14:41:08.272 INFO O| Feb 01 14:41:08.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
58582026-02-01T14:41:08.915Z[ recovery-image] Feb 01 14:41:08.272 INFO O| Feb 01 14:41:08.272 INFO STEP 288 (remove_files) COMPLETE
58592026-02-01T14:41:08.915Z[ recovery-image] Feb 01 14:41:08.272 INFO O| Feb 01 14:41:08.272 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602026-02-01T14:41:08.915Z[ recovery-image] Feb 01 14:41:08.282 INFO O| Feb 01 14:41:08.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
58612026-02-01T14:41:08.915Z[ recovery-image] Feb 01 14:41:08.282 INFO O| Feb 01 14:41:08.282 INFO STEP 289 (remove_files) COMPLETE
58622026-02-01T14:41:08.915Z[ recovery-image] Feb 01 14:41:08.282 INFO O| Feb 01 14:41:08.282 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632026-02-01T14:41:08.940Z[ recovery-image] Feb 01 14:41:08.293 INFO O| Feb 01 14:41:08.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
58642026-02-01T14:41:08.940Z[ recovery-image] Feb 01 14:41:08.293 INFO O| Feb 01 14:41:08.293 INFO STEP 290 (remove_files) COMPLETE
58652026-02-01T14:41:08.940Z[ recovery-image] Feb 01 14:41:08.293 INFO O| Feb 01 14:41:08.293 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662026-02-01T14:41:08.940Z[ recovery-image] Feb 01 14:41:08.306 INFO O| Feb 01 14:41:08.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
58672026-02-01T14:41:08.940Z[ recovery-image] Feb 01 14:41:08.306 INFO O| Feb 01 14:41:08.306 INFO STEP 291 (remove_files) COMPLETE
58682026-02-01T14:41:08.940Z[ recovery-image] Feb 01 14:41:08.306 INFO O| Feb 01 14:41:08.306 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692026-02-01T14:41:08.964Z[ recovery-image] Feb 01 14:41:08.317 INFO O| Feb 01 14:41:08.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
58702026-02-01T14:41:08.964Z[ recovery-image] Feb 01 14:41:08.317 INFO O| Feb 01 14:41:08.317 INFO STEP 292 (remove_files) COMPLETE
58712026-02-01T14:41:08.964Z[ recovery-image] Feb 01 14:41:08.317 INFO O| Feb 01 14:41:08.317 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722026-02-01T14:41:08.964Z[ recovery-image] Feb 01 14:41:08.328 INFO O| Feb 01 14:41:08.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
58732026-02-01T14:41:08.964Z[ recovery-image] Feb 01 14:41:08.328 INFO O| Feb 01 14:41:08.328 INFO STEP 293 (remove_files) COMPLETE
58742026-02-01T14:41:08.965Z[ recovery-image] Feb 01 14:41:08.328 INFO O| Feb 01 14:41:08.328 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752026-02-01T14:41:08.989Z[ recovery-image] Feb 01 14:41:08.340 INFO O| Feb 01 14:41:08.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
58762026-02-01T14:41:08.989Z[ recovery-image] Feb 01 14:41:08.340 INFO O| Feb 01 14:41:08.340 INFO STEP 294 (remove_files) COMPLETE
58772026-02-01T14:41:08.989Z[ recovery-image] Feb 01 14:41:08.340 INFO O| Feb 01 14:41:08.340 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782026-02-01T14:41:08.989Z[ recovery-image] Feb 01 14:41:08.352 INFO O| Feb 01 14:41:08.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
58792026-02-01T14:41:08.989Z[ recovery-image] Feb 01 14:41:08.352 INFO O| Feb 01 14:41:08.352 INFO STEP 295 (remove_files) COMPLETE
58802026-02-01T14:41:08.989Z[ recovery-image] Feb 01 14:41:08.352 INFO O| Feb 01 14:41:08.352 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812026-02-01T14:41:09.014Z[ recovery-image] Feb 01 14:41:08.363 INFO O| Feb 01 14:41:08.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
58822026-02-01T14:41:09.014Z[ recovery-image] Feb 01 14:41:08.363 INFO O| Feb 01 14:41:08.363 INFO STEP 296 (remove_files) COMPLETE
58832026-02-01T14:41:09.014Z[ recovery-image] Feb 01 14:41:08.363 INFO O| Feb 01 14:41:08.363 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842026-02-01T14:41:09.014Z[ recovery-image] Feb 01 14:41:08.375 INFO O| Feb 01 14:41:08.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
58852026-02-01T14:41:09.014Z[ recovery-image] Feb 01 14:41:08.375 INFO O| Feb 01 14:41:08.375 INFO STEP 297 (remove_files) COMPLETE
58862026-02-01T14:41:09.014Z[ recovery-image] Feb 01 14:41:08.375 INFO O| Feb 01 14:41:08.375 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872026-02-01T14:41:09.014Z[ recovery-image] Feb 01 14:41:08.387 INFO O| Feb 01 14:41:08.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
58882026-02-01T14:41:09.014Z[ recovery-image] Feb 01 14:41:08.387 INFO O| Feb 01 14:41:08.387 INFO STEP 298 (remove_files) COMPLETE
58892026-02-01T14:41:09.039Z[ recovery-image] Feb 01 14:41:08.387 INFO O| Feb 01 14:41:08.387 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902026-02-01T14:41:09.039Z[ recovery-image] Feb 01 14:41:08.398 INFO O| Feb 01 14:41:08.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
58912026-02-01T14:41:09.039Z[ recovery-image] Feb 01 14:41:08.398 INFO O| Feb 01 14:41:08.398 INFO STEP 299 (remove_files) COMPLETE
58922026-02-01T14:41:09.039Z[ recovery-image] Feb 01 14:41:08.398 INFO O| Feb 01 14:41:08.398 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932026-02-01T14:41:09.039Z[ recovery-image] Feb 01 14:41:08.408 INFO O| Feb 01 14:41:08.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
58942026-02-01T14:41:09.039Z[ recovery-image] Feb 01 14:41:08.409 INFO O| Feb 01 14:41:08.408 INFO STEP 300 (remove_files) COMPLETE
58952026-02-01T14:41:09.039Z[ recovery-image] Feb 01 14:41:08.409 INFO O| Feb 01 14:41:08.409 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962026-02-01T14:41:09.064Z[ recovery-image] Feb 01 14:41:08.420 INFO O| Feb 01 14:41:08.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
58972026-02-01T14:41:09.064Z[ recovery-image] Feb 01 14:41:08.420 INFO O| Feb 01 14:41:08.420 INFO STEP 301 (remove_files) COMPLETE
58982026-02-01T14:41:09.064Z[ recovery-image] Feb 01 14:41:08.420 INFO O| Feb 01 14:41:08.420 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992026-02-01T14:41:09.064Z[ recovery-image] Feb 01 14:41:08.431 INFO O| Feb 01 14:41:08.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
59002026-02-01T14:41:09.064Z[ recovery-image] Feb 01 14:41:08.431 INFO O| Feb 01 14:41:08.431 INFO STEP 302 (remove_files) COMPLETE
59012026-02-01T14:41:09.064Z[ recovery-image] Feb 01 14:41:08.431 INFO O| Feb 01 14:41:08.431 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022026-02-01T14:41:09.089Z[ recovery-image] Feb 01 14:41:08.442 INFO O| Feb 01 14:41:08.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
59032026-02-01T14:41:09.089Z[ recovery-image] Feb 01 14:41:08.442 INFO O| Feb 01 14:41:08.442 INFO STEP 303 (remove_files) COMPLETE
59042026-02-01T14:41:09.089Z[ recovery-image] Feb 01 14:41:08.442 INFO O| Feb 01 14:41:08.442 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052026-02-01T14:41:09.089Z[ recovery-image] Feb 01 14:41:08.453 INFO O| Feb 01 14:41:08.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
59062026-02-01T14:41:09.089Z[ recovery-image] Feb 01 14:41:08.453 INFO O| Feb 01 14:41:08.453 INFO STEP 304 (remove_files) COMPLETE
59072026-02-01T14:41:09.089Z[ recovery-image] Feb 01 14:41:08.453 INFO O| Feb 01 14:41:08.453 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082026-02-01T14:41:09.113Z[ recovery-image] Feb 01 14:41:08.464 INFO O| Feb 01 14:41:08.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
59092026-02-01T14:41:09.113Z[ recovery-image] Feb 01 14:41:08.464 INFO O| Feb 01 14:41:08.464 INFO STEP 305 (remove_files) COMPLETE
59102026-02-01T14:41:09.113Z[ recovery-image] Feb 01 14:41:08.464 INFO O| Feb 01 14:41:08.464 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112026-02-01T14:41:09.113Z[ recovery-image] Feb 01 14:41:08.475 INFO O| Feb 01 14:41:08.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
59122026-02-01T14:41:09.113Z[ recovery-image] Feb 01 14:41:08.475 INFO O| Feb 01 14:41:08.475 INFO STEP 306 (remove_files) COMPLETE
59132026-02-01T14:41:09.113Z[ recovery-image] Feb 01 14:41:08.475 INFO O| Feb 01 14:41:08.475 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142026-02-01T14:41:09.138Z[ recovery-image] Feb 01 14:41:08.486 INFO O| Feb 01 14:41:08.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
59152026-02-01T14:41:09.138Z[ recovery-image] Feb 01 14:41:08.486 INFO O| Feb 01 14:41:08.486 INFO STEP 307 (remove_files) COMPLETE
59162026-02-01T14:41:09.138Z[ recovery-image] Feb 01 14:41:08.487 INFO O| Feb 01 14:41:08.486 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172026-02-01T14:41:09.138Z[ recovery-image] Feb 01 14:41:08.500 INFO O| Feb 01 14:41:08.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
59182026-02-01T14:41:09.138Z[ recovery-image] Feb 01 14:41:08.500 INFO O| Feb 01 14:41:08.500 INFO STEP 308 (remove_files) COMPLETE
59192026-02-01T14:41:09.138Z[ recovery-image] Feb 01 14:41:08.500 INFO O| Feb 01 14:41:08.500 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202026-02-01T14:41:09.163Z[ recovery-image] Feb 01 14:41:08.512 INFO O| Feb 01 14:41:08.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
59212026-02-01T14:41:09.163Z[ recovery-image] Feb 01 14:41:08.512 INFO O| Feb 01 14:41:08.512 INFO STEP 309 (remove_files) COMPLETE
59222026-02-01T14:41:09.163Z[ recovery-image] Feb 01 14:41:08.512 INFO O| Feb 01 14:41:08.512 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232026-02-01T14:41:09.163Z[ recovery-image] Feb 01 14:41:08.522 INFO O| Feb 01 14:41:08.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
59242026-02-01T14:41:09.163Z[ recovery-image] Feb 01 14:41:08.522 INFO O| Feb 01 14:41:08.522 INFO STEP 310 (remove_files) COMPLETE
59252026-02-01T14:41:09.163Z[ recovery-image] Feb 01 14:41:08.522 INFO O| Feb 01 14:41:08.522 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262026-02-01T14:41:09.163Z[ recovery-image] Feb 01 14:41:08.534 INFO O| Feb 01 14:41:08.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
59272026-02-01T14:41:09.163Z[ recovery-image] Feb 01 14:41:08.534 INFO O| Feb 01 14:41:08.534 INFO STEP 311 (remove_files) COMPLETE
59282026-02-01T14:41:09.163Z[ recovery-image] Feb 01 14:41:08.534 INFO O| Feb 01 14:41:08.534 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292026-02-01T14:41:09.188Z[ recovery-image] Feb 01 14:41:08.544 INFO O| Feb 01 14:41:08.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
59302026-02-01T14:41:09.188Z[ recovery-image] Feb 01 14:41:08.544 INFO O| Feb 01 14:41:08.544 INFO STEP 312 (remove_files) COMPLETE
59312026-02-01T14:41:09.188Z[ recovery-image] Feb 01 14:41:08.544 INFO O| Feb 01 14:41:08.544 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322026-02-01T14:41:09.188Z[ recovery-image] Feb 01 14:41:08.556 INFO O| Feb 01 14:41:08.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
59332026-02-01T14:41:09.188Z[ recovery-image] Feb 01 14:41:08.556 INFO O| Feb 01 14:41:08.556 INFO STEP 313 (remove_files) COMPLETE
59342026-02-01T14:41:09.188Z[ recovery-image] Feb 01 14:41:08.556 INFO O| Feb 01 14:41:08.556 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352026-02-01T14:41:09.212Z[ recovery-image] Feb 01 14:41:08.567 INFO O| Feb 01 14:41:08.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
59362026-02-01T14:41:09.212Z[ recovery-image] Feb 01 14:41:08.567 INFO O| Feb 01 14:41:08.567 INFO STEP 314 (remove_files) COMPLETE
59372026-02-01T14:41:09.212Z[ recovery-image] Feb 01 14:41:08.567 INFO O| Feb 01 14:41:08.567 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382026-02-01T14:41:09.212Z[ recovery-image] Feb 01 14:41:08.578 INFO O| Feb 01 14:41:08.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
59392026-02-01T14:41:09.212Z[ recovery-image] Feb 01 14:41:08.578 INFO O| Feb 01 14:41:08.578 INFO STEP 315 (remove_files) COMPLETE
59402026-02-01T14:41:09.212Z[ recovery-image] Feb 01 14:41:08.578 INFO O| Feb 01 14:41:08.578 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412026-02-01T14:41:09.237Z[ recovery-image] Feb 01 14:41:08.589 INFO O| Feb 01 14:41:08.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
59422026-02-01T14:41:09.237Z[ recovery-image] Feb 01 14:41:08.589 INFO O| Feb 01 14:41:08.589 INFO STEP 316 (remove_files) COMPLETE
59432026-02-01T14:41:09.237Z[ recovery-image] Feb 01 14:41:08.589 INFO O| Feb 01 14:41:08.589 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442026-02-01T14:41:09.237Z[ recovery-image] Feb 01 14:41:08.600 INFO O| Feb 01 14:41:08.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
59452026-02-01T14:41:09.237Z[ recovery-image] Feb 01 14:41:08.600 INFO O| Feb 01 14:41:08.600 INFO STEP 317 (remove_files) COMPLETE
59462026-02-01T14:41:09.238Z[ recovery-image] Feb 01 14:41:08.600 INFO O| Feb 01 14:41:08.600 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472026-02-01T14:41:09.262Z[ recovery-image] Feb 01 14:41:08.612 INFO O| Feb 01 14:41:08.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
59482026-02-01T14:41:09.262Z[ recovery-image] Feb 01 14:41:08.612 INFO O| Feb 01 14:41:08.612 INFO STEP 318 (remove_files) COMPLETE
59492026-02-01T14:41:09.262Z[ recovery-image] Feb 01 14:41:08.612 INFO O| Feb 01 14:41:08.612 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502026-02-01T14:41:09.262Z[ recovery-image] Feb 01 14:41:08.623 INFO O| Feb 01 14:41:08.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
59512026-02-01T14:41:09.262Z[ recovery-image] Feb 01 14:41:08.624 INFO O| Feb 01 14:41:08.623 INFO STEP 319 (remove_files) COMPLETE
59522026-02-01T14:41:09.262Z[ recovery-image] Feb 01 14:41:08.624 INFO O| Feb 01 14:41:08.624 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532026-02-01T14:41:09.262Z[ recovery-image] Feb 01 14:41:08.635 INFO O| Feb 01 14:41:08.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
59542026-02-01T14:41:09.262Z[ recovery-image] Feb 01 14:41:08.635 INFO O| Feb 01 14:41:08.635 INFO STEP 320 (remove_files) COMPLETE
59552026-02-01T14:41:09.287Z[ recovery-image] Feb 01 14:41:08.635 INFO O| Feb 01 14:41:08.635 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562026-02-01T14:41:09.287Z[ recovery-image] Feb 01 14:41:08.660 INFO O| Feb 01 14:41:08.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
59572026-02-01T14:41:09.287Z[ recovery-image] Feb 01 14:41:08.660 INFO O| Feb 01 14:41:08.660 INFO STEP 321 (remove_files) COMPLETE
59582026-02-01T14:41:09.287Z[ recovery-image] Feb 01 14:41:08.660 INFO O| Feb 01 14:41:08.660 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592026-02-01T14:41:09.312Z[ recovery-image] Feb 01 14:41:08.674 INFO O| Feb 01 14:41:08.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
59602026-02-01T14:41:09.312Z[ recovery-image] Feb 01 14:41:08.674 INFO O| Feb 01 14:41:08.674 INFO STEP 322 (remove_files) COMPLETE
59612026-02-01T14:41:09.312Z[ recovery-image] Feb 01 14:41:08.674 INFO O| Feb 01 14:41:08.674 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622026-02-01T14:41:09.337Z[ recovery-image] Feb 01 14:41:08.689 INFO O| Feb 01 14:41:08.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
59632026-02-01T14:41:09.337Z[ recovery-image] Feb 01 14:41:08.689 INFO O| Feb 01 14:41:08.689 INFO STEP 323 (remove_files) COMPLETE
59642026-02-01T14:41:09.337Z[ recovery-image] Feb 01 14:41:08.689 INFO O| Feb 01 14:41:08.689 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652026-02-01T14:41:09.337Z[ recovery-image] Feb 01 14:41:08.702 INFO O| Feb 01 14:41:08.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
59662026-02-01T14:41:09.337Z[ recovery-image] Feb 01 14:41:08.702 INFO O| Feb 01 14:41:08.702 INFO STEP 324 (remove_files) COMPLETE
59672026-02-01T14:41:09.337Z[ recovery-image] Feb 01 14:41:08.702 INFO O| Feb 01 14:41:08.702 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682026-02-01T14:41:09.362Z[ recovery-image] Feb 01 14:41:08.712 INFO O| Feb 01 14:41:08.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
59692026-02-01T14:41:09.362Z[ recovery-image] Feb 01 14:41:08.712 INFO O| Feb 01 14:41:08.712 INFO STEP 325 (remove_files) COMPLETE
59702026-02-01T14:41:09.362Z[ recovery-image] Feb 01 14:41:08.712 INFO O| Feb 01 14:41:08.712 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712026-02-01T14:41:09.362Z[ recovery-image] Feb 01 14:41:08.724 INFO O| Feb 01 14:41:08.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
59722026-02-01T14:41:09.362Z[ recovery-image] Feb 01 14:41:08.724 INFO O| Feb 01 14:41:08.724 INFO STEP 326 (remove_files) COMPLETE
59732026-02-01T14:41:09.362Z[ recovery-image] Feb 01 14:41:08.724 INFO O| Feb 01 14:41:08.724 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742026-02-01T14:41:09.362Z[ recovery-image] Feb 01 14:41:08.734 INFO O| Feb 01 14:41:08.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
59752026-02-01T14:41:09.387Z[ recovery-image] Feb 01 14:41:08.735 INFO O| Feb 01 14:41:08.735 INFO STEP 327 (remove_files) COMPLETE
59762026-02-01T14:41:09.387Z[ recovery-image] Feb 01 14:41:08.735 INFO O| Feb 01 14:41:08.735 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772026-02-01T14:41:09.387Z[ recovery-image] Feb 01 14:41:08.746 INFO O| Feb 01 14:41:08.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
59782026-02-01T14:41:09.387Z[ recovery-image] Feb 01 14:41:08.746 INFO O| Feb 01 14:41:08.746 INFO STEP 328 (remove_files) COMPLETE
59792026-02-01T14:41:09.387Z[ recovery-image] Feb 01 14:41:08.746 INFO O| Feb 01 14:41:08.746 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802026-02-01T14:41:09.387Z[ recovery-image] Feb 01 14:41:08.757 INFO O| Feb 01 14:41:08.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
59812026-02-01T14:41:09.387Z[ recovery-image] Feb 01 14:41:08.757 INFO O| Feb 01 14:41:08.757 INFO STEP 329 (remove_files) COMPLETE
59822026-02-01T14:41:09.387Z[ recovery-image] Feb 01 14:41:08.757 INFO O| Feb 01 14:41:08.757 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832026-02-01T14:41:09.412Z[ recovery-image] Feb 01 14:41:08.768 INFO O| Feb 01 14:41:08.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
59842026-02-01T14:41:09.412Z[ recovery-image] Feb 01 14:41:08.768 INFO O| Feb 01 14:41:08.768 INFO STEP 330 (remove_files) COMPLETE
59852026-02-01T14:41:09.412Z[ recovery-image] Feb 01 14:41:08.768 INFO O| Feb 01 14:41:08.768 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862026-02-01T14:41:09.446Z[ recovery-image] Feb 01 14:41:08.777 INFO O| Feb 01 14:41:08.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
59872026-02-01T14:41:09.446Z[ recovery-image] Feb 01 14:41:08.778 INFO O| Feb 01 14:41:08.777 INFO STEP 331 (remove_files) COMPLETE
59882026-02-01T14:41:09.446Z[ recovery-image] Feb 01 14:41:08.778 INFO O| Feb 01 14:41:08.778 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892026-02-01T14:41:09.446Z[ recovery-image] Feb 01 14:41:08.787 INFO O| Feb 01 14:41:08.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
59902026-02-01T14:41:09.446Z[ recovery-image] Feb 01 14:41:08.787 INFO O| Feb 01 14:41:08.787 INFO STEP 332 (remove_files) COMPLETE
59912026-02-01T14:41:09.446Z[ recovery-image] Feb 01 14:41:08.787 INFO O| Feb 01 14:41:08.787 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922026-02-01T14:41:09.446Z[ recovery-image] Feb 01 14:41:08.796 INFO O| Feb 01 14:41:08.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
59932026-02-01T14:41:09.446Z[ recovery-image] Feb 01 14:41:08.796 INFO O| Feb 01 14:41:08.796 INFO STEP 333 (remove_files) COMPLETE
59942026-02-01T14:41:09.446Z[ recovery-image] Feb 01 14:41:08.796 INFO O| Feb 01 14:41:08.796 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952026-02-01T14:41:09.446Z[ recovery-image] Feb 01 14:41:08.806 INFO O| Feb 01 14:41:08.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
59962026-02-01T14:41:09.446Z[ recovery-image] Feb 01 14:41:08.806 INFO O| Feb 01 14:41:08.806 INFO STEP 334 (remove_files) COMPLETE
59972026-02-01T14:41:09.446Z[ recovery-image] Feb 01 14:41:08.806 INFO O| Feb 01 14:41:08.806 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982026-02-01T14:41:09.446Z[ recovery-image] Feb 01 14:41:08.816 INFO O| Feb 01 14:41:08.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
59992026-02-01T14:41:09.446Z[ recovery-image] Feb 01 14:41:08.816 INFO O| Feb 01 14:41:08.816 INFO STEP 335 (remove_files) COMPLETE
60002026-02-01T14:41:09.446Z[ recovery-image] Feb 01 14:41:08.816 INFO O| Feb 01 14:41:08.816 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012026-02-01T14:41:09.470Z[ recovery-image] Feb 01 14:41:08.825 INFO O| Feb 01 14:41:08.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
60022026-02-01T14:41:09.470Z[ recovery-image] Feb 01 14:41:08.825 INFO O| Feb 01 14:41:08.825 INFO STEP 336 (remove_files) COMPLETE
60032026-02-01T14:41:09.470Z[ recovery-image] Feb 01 14:41:08.825 INFO O| Feb 01 14:41:08.825 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042026-02-01T14:41:09.471Z[ recovery-image] Feb 01 14:41:08.835 INFO O| Feb 01 14:41:08.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
60052026-02-01T14:41:09.471Z[ recovery-image] Feb 01 14:41:08.835 INFO O| Feb 01 14:41:08.835 INFO STEP 337 (remove_files) COMPLETE
60062026-02-01T14:41:09.471Z[ recovery-image] Feb 01 14:41:08.835 INFO O| Feb 01 14:41:08.835 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072026-02-01T14:41:09.495Z[ recovery-image] Feb 01 14:41:08.845 INFO O| Feb 01 14:41:08.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
60082026-02-01T14:41:09.495Z[ recovery-image] Feb 01 14:41:08.845 INFO O| Feb 01 14:41:08.845 INFO STEP 338 (remove_files) COMPLETE
60092026-02-01T14:41:09.495Z[ recovery-image] Feb 01 14:41:08.845 INFO O| Feb 01 14:41:08.845 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102026-02-01T14:41:09.495Z[ recovery-image] Feb 01 14:41:08.854 INFO O| Feb 01 14:41:08.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
60112026-02-01T14:41:09.495Z[ recovery-image] Feb 01 14:41:08.854 INFO O| Feb 01 14:41:08.854 INFO STEP 339 (remove_files) COMPLETE
60122026-02-01T14:41:09.495Z[ recovery-image] Feb 01 14:41:08.854 INFO O| Feb 01 14:41:08.854 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132026-02-01T14:41:09.495Z[ recovery-image] Feb 01 14:41:08.865 INFO O| Feb 01 14:41:08.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
60142026-02-01T14:41:09.495Z[ recovery-image] Feb 01 14:41:08.865 INFO O| Feb 01 14:41:08.865 INFO STEP 340 (remove_files) COMPLETE
60152026-02-01T14:41:09.495Z[ recovery-image] Feb 01 14:41:08.865 INFO O| Feb 01 14:41:08.865 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162026-02-01T14:41:09.519Z[ recovery-image] Feb 01 14:41:08.876 INFO O| Feb 01 14:41:08.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
60172026-02-01T14:41:09.519Z[ recovery-image] Feb 01 14:41:08.876 INFO O| Feb 01 14:41:08.876 INFO STEP 341 (remove_files) COMPLETE
60182026-02-01T14:41:09.519Z[ recovery-image] Feb 01 14:41:08.876 INFO O| Feb 01 14:41:08.876 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192026-02-01T14:41:09.519Z[ recovery-image] Feb 01 14:41:08.886 INFO O| Feb 01 14:41:08.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
60202026-02-01T14:41:09.519Z[ recovery-image] Feb 01 14:41:08.886 INFO O| Feb 01 14:41:08.886 INFO STEP 342 (remove_files) COMPLETE
60212026-02-01T14:41:09.519Z[ recovery-image] Feb 01 14:41:08.886 INFO O| Feb 01 14:41:08.886 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222026-02-01T14:41:09.543Z[ recovery-image] Feb 01 14:41:08.895 INFO O| Feb 01 14:41:08.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
60232026-02-01T14:41:09.543Z[ recovery-image] Feb 01 14:41:08.895 INFO O| Feb 01 14:41:08.895 INFO STEP 343 (remove_files) COMPLETE
60242026-02-01T14:41:09.543Z[ recovery-image] Feb 01 14:41:08.895 INFO O| Feb 01 14:41:08.895 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252026-02-01T14:41:09.543Z[ recovery-image] Feb 01 14:41:08.906 INFO O| Feb 01 14:41:08.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
60262026-02-01T14:41:09.543Z[ recovery-image] Feb 01 14:41:08.906 INFO O| Feb 01 14:41:08.906 INFO STEP 344 (remove_files) COMPLETE
60272026-02-01T14:41:09.543Z[ recovery-image] Feb 01 14:41:08.906 INFO O| Feb 01 14:41:08.906 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282026-02-01T14:41:09.567Z[ recovery-image] Feb 01 14:41:08.916 INFO O| Feb 01 14:41:08.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
60292026-02-01T14:41:09.567Z[ recovery-image] Feb 01 14:41:08.916 INFO O| Feb 01 14:41:08.916 INFO STEP 345 (remove_files) COMPLETE
60302026-02-01T14:41:09.567Z[ recovery-image] Feb 01 14:41:08.916 INFO O| Feb 01 14:41:08.916 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312026-02-01T14:41:09.567Z[ recovery-image] Feb 01 14:41:08.928 INFO O| Feb 01 14:41:08.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
60322026-02-01T14:41:09.567Z[ recovery-image] Feb 01 14:41:08.928 INFO O| Feb 01 14:41:08.928 INFO STEP 346 (remove_files) COMPLETE
60332026-02-01T14:41:09.567Z[ recovery-image] Feb 01 14:41:08.928 INFO O| Feb 01 14:41:08.928 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342026-02-01T14:41:09.567Z[ recovery-image] Feb 01 14:41:08.939 INFO O| Feb 01 14:41:08.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
60352026-02-01T14:41:09.567Z[ recovery-image] Feb 01 14:41:08.939 INFO O| Feb 01 14:41:08.939 INFO STEP 347 (remove_files) COMPLETE
60362026-02-01T14:41:09.567Z[ recovery-image] Feb 01 14:41:08.939 INFO O| Feb 01 14:41:08.939 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372026-02-01T14:41:09.591Z[ recovery-image] Feb 01 14:41:08.950 INFO O| Feb 01 14:41:08.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
60382026-02-01T14:41:09.591Z[ recovery-image] Feb 01 14:41:08.950 INFO O| Feb 01 14:41:08.950 INFO STEP 348 (remove_files) COMPLETE
60392026-02-01T14:41:09.591Z[ recovery-image] Feb 01 14:41:08.950 INFO O| Feb 01 14:41:08.950 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402026-02-01T14:41:09.591Z[ recovery-image] Feb 01 14:41:08.961 INFO O| Feb 01 14:41:08.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
60412026-02-01T14:41:09.592Z[ recovery-image] Feb 01 14:41:08.961 INFO O| Feb 01 14:41:08.961 INFO STEP 349 (remove_files) COMPLETE
60422026-02-01T14:41:09.592Z[ recovery-image] Feb 01 14:41:08.961 INFO O| Feb 01 14:41:08.961 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432026-02-01T14:41:09.615Z[ recovery-image] Feb 01 14:41:08.973 INFO O| Feb 01 14:41:08.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
60442026-02-01T14:41:09.615Z[ recovery-image] Feb 01 14:41:08.973 INFO O| Feb 01 14:41:08.973 INFO STEP 350 (remove_files) COMPLETE
60452026-02-01T14:41:09.615Z[ recovery-image] Feb 01 14:41:08.973 INFO O| Feb 01 14:41:08.973 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462026-02-01T14:41:09.649Z[ recovery-image] Feb 01 14:41:09.022 INFO O| Feb 01 14:41:09.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
60472026-02-01T14:41:09.649Z[ recovery-image] Feb 01 14:41:09.022 INFO O| Feb 01 14:41:09.022 INFO STEP 351 (remove_files) COMPLETE
60482026-02-01T14:41:09.649Z[ recovery-image] Feb 01 14:41:09.022 INFO O| Feb 01 14:41:09.022 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492026-02-01T14:41:09.673Z[ recovery-image] Feb 01 14:41:09.033 INFO O| Feb 01 14:41:09.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
60502026-02-01T14:41:09.673Z[ recovery-image] Feb 01 14:41:09.033 INFO O| Feb 01 14:41:09.033 INFO STEP 352 (remove_files) COMPLETE
60512026-02-01T14:41:09.673Z[ recovery-image] Feb 01 14:41:09.033 INFO O| Feb 01 14:41:09.033 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522026-02-01T14:41:09.673Z[ recovery-image] Feb 01 14:41:09.045 INFO O| Feb 01 14:41:09.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
60532026-02-01T14:41:09.673Z[ recovery-image] Feb 01 14:41:09.045 INFO O| Feb 01 14:41:09.045 INFO STEP 353 (remove_files) COMPLETE
60542026-02-01T14:41:09.673Z[ recovery-image] Feb 01 14:41:09.045 INFO O| Feb 01 14:41:09.045 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552026-02-01T14:41:09.697Z[ recovery-image] Feb 01 14:41:09.056 INFO O| Feb 01 14:41:09.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
60562026-02-01T14:41:09.697Z[ recovery-image] Feb 01 14:41:09.057 INFO O| Feb 01 14:41:09.057 INFO STEP 354 (remove_files) COMPLETE
60572026-02-01T14:41:09.697Z[ recovery-image] Feb 01 14:41:09.057 INFO O| Feb 01 14:41:09.057 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582026-02-01T14:41:09.697Z[ recovery-image] Feb 01 14:41:09.070 INFO O| Feb 01 14:41:09.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
60592026-02-01T14:41:09.697Z[ recovery-image] Feb 01 14:41:09.070 INFO O| Feb 01 14:41:09.070 INFO STEP 355 (remove_files) COMPLETE
60602026-02-01T14:41:09.721Z[ recovery-image] Feb 01 14:41:09.070 INFO O| Feb 01 14:41:09.070 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612026-02-01T14:41:09.721Z[ recovery-image] Feb 01 14:41:09.081 INFO O| Feb 01 14:41:09.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
60622026-02-01T14:41:09.721Z[ recovery-image] Feb 01 14:41:09.081 INFO O| Feb 01 14:41:09.081 INFO STEP 356 (remove_files) COMPLETE
60632026-02-01T14:41:09.721Z[ recovery-image] Feb 01 14:41:09.081 INFO O| Feb 01 14:41:09.081 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642026-02-01T14:41:09.721Z[ recovery-image] Feb 01 14:41:09.091 INFO O| Feb 01 14:41:09.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
60652026-02-01T14:41:09.721Z[ recovery-image] Feb 01 14:41:09.091 INFO O| Feb 01 14:41:09.091 INFO STEP 357 (remove_files) COMPLETE
60662026-02-01T14:41:09.721Z[ recovery-image] Feb 01 14:41:09.091 INFO O| Feb 01 14:41:09.091 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672026-02-01T14:41:09.745Z[ recovery-image] Feb 01 14:41:09.103 INFO O| Feb 01 14:41:09.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
60682026-02-01T14:41:09.745Z[ recovery-image] Feb 01 14:41:09.103 INFO O| Feb 01 14:41:09.103 INFO STEP 358 (remove_files) COMPLETE
60692026-02-01T14:41:09.745Z[ recovery-image] Feb 01 14:41:09.103 INFO O| Feb 01 14:41:09.103 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702026-02-01T14:41:09.745Z[ recovery-image] Feb 01 14:41:09.112 INFO O| Feb 01 14:41:09.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
60712026-02-01T14:41:09.745Z[ recovery-image] Feb 01 14:41:09.112 INFO O| Feb 01 14:41:09.112 INFO STEP 359 (remove_files) COMPLETE
60722026-02-01T14:41:09.745Z[ recovery-image] Feb 01 14:41:09.112 INFO O| Feb 01 14:41:09.112 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732026-02-01T14:41:09.775Z[ recovery-image] Feb 01 14:41:09.122 INFO O| Feb 01 14:41:09.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
60742026-02-01T14:41:09.775Z[ recovery-image] Feb 01 14:41:09.122 INFO O| Feb 01 14:41:09.122 INFO STEP 360 (remove_files) COMPLETE
60752026-02-01T14:41:09.775Z[ recovery-image] Feb 01 14:41:09.122 INFO O| Feb 01 14:41:09.122 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762026-02-01T14:41:09.775Z[ recovery-image] Feb 01 14:41:09.131 INFO O| Feb 01 14:41:09.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
60772026-02-01T14:41:09.775Z[ recovery-image] Feb 01 14:41:09.131 INFO O| Feb 01 14:41:09.131 INFO STEP 361 (remove_files) COMPLETE
60782026-02-01T14:41:09.775Z[ recovery-image] Feb 01 14:41:09.131 INFO O| Feb 01 14:41:09.131 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792026-02-01T14:41:09.799Z[ recovery-image] Feb 01 14:41:09.143 INFO O| Feb 01 14:41:09.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
60802026-02-01T14:41:09.799Z[ recovery-image] Feb 01 14:41:09.143 INFO O| Feb 01 14:41:09.143 INFO STEP 362 (remove_files) COMPLETE
60812026-02-01T14:41:09.799Z[ recovery-image] Feb 01 14:41:09.143 INFO O| Feb 01 14:41:09.143 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822026-02-01T14:41:09.799Z[ recovery-image] Feb 01 14:41:09.153 INFO O| Feb 01 14:41:09.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
60832026-02-01T14:41:09.799Z[ recovery-image] Feb 01 14:41:09.153 INFO O| Feb 01 14:41:09.153 INFO STEP 363 (remove_files) COMPLETE
60842026-02-01T14:41:09.799Z[ recovery-image] Feb 01 14:41:09.153 INFO O| Feb 01 14:41:09.153 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852026-02-01T14:41:09.799Z[ recovery-image] Feb 01 14:41:09.162 INFO O| Feb 01 14:41:09.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
60862026-02-01T14:41:09.799Z[ recovery-image] Feb 01 14:41:09.162 INFO O| Feb 01 14:41:09.162 INFO STEP 364 (remove_files) COMPLETE
60872026-02-01T14:41:09.799Z[ recovery-image] Feb 01 14:41:09.162 INFO O| Feb 01 14:41:09.162 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882026-02-01T14:41:09.823Z[ recovery-image] Feb 01 14:41:09.172 INFO O| Feb 01 14:41:09.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
60892026-02-01T14:41:09.823Z[ recovery-image] Feb 01 14:41:09.172 INFO O| Feb 01 14:41:09.172 INFO STEP 365 (remove_files) COMPLETE
60902026-02-01T14:41:09.823Z[ recovery-image] Feb 01 14:41:09.172 INFO O| Feb 01 14:41:09.172 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912026-02-01T14:41:09.823Z[ recovery-image] Feb 01 14:41:09.185 INFO O| Feb 01 14:41:09.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
60922026-02-01T14:41:09.823Z[ recovery-image] Feb 01 14:41:09.185 INFO O| Feb 01 14:41:09.185 INFO STEP 366 (remove_files) COMPLETE
60932026-02-01T14:41:09.823Z[ recovery-image] Feb 01 14:41:09.185 INFO O| Feb 01 14:41:09.185 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942026-02-01T14:41:09.823Z[ recovery-image] Feb 01 14:41:09.196 INFO O| Feb 01 14:41:09.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
60952026-02-01T14:41:09.823Z[ recovery-image] Feb 01 14:41:09.196 INFO O| Feb 01 14:41:09.196 INFO STEP 367 (remove_files) COMPLETE
60962026-02-01T14:41:09.823Z[ recovery-image] Feb 01 14:41:09.196 INFO O| Feb 01 14:41:09.196 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972026-02-01T14:41:09.848Z[ recovery-image] Feb 01 14:41:09.206 INFO O| Feb 01 14:41:09.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
60982026-02-01T14:41:09.848Z[ recovery-image] Feb 01 14:41:09.206 INFO O| Feb 01 14:41:09.206 INFO STEP 368 (remove_files) COMPLETE
60992026-02-01T14:41:09.848Z[ recovery-image] Feb 01 14:41:09.206 INFO O| Feb 01 14:41:09.206 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002026-02-01T14:41:09.848Z[ recovery-image] Feb 01 14:41:09.215 INFO O| Feb 01 14:41:09.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
61012026-02-01T14:41:09.848Z[ recovery-image] Feb 01 14:41:09.216 INFO O| Feb 01 14:41:09.216 INFO STEP 369 (remove_files) COMPLETE
61022026-02-01T14:41:09.848Z[ recovery-image] Feb 01 14:41:09.216 INFO O| Feb 01 14:41:09.216 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032026-02-01T14:41:09.871Z[ recovery-image] Feb 01 14:41:09.227 INFO O| Feb 01 14:41:09.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
61042026-02-01T14:41:09.871Z[ recovery-image] Feb 01 14:41:09.227 INFO O| Feb 01 14:41:09.227 INFO STEP 370 (remove_files) COMPLETE
61052026-02-01T14:41:09.871Z[ recovery-image] Feb 01 14:41:09.227 INFO O| Feb 01 14:41:09.227 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062026-02-01T14:41:09.872Z[ recovery-image] Feb 01 14:41:09.237 INFO O| Feb 01 14:41:09.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
61072026-02-01T14:41:09.872Z[ recovery-image] Feb 01 14:41:09.237 INFO O| Feb 01 14:41:09.237 INFO STEP 371 (remove_files) COMPLETE
61082026-02-01T14:41:09.872Z[ recovery-image] Feb 01 14:41:09.237 INFO O| Feb 01 14:41:09.237 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092026-02-01T14:41:09.896Z[ recovery-image] Feb 01 14:41:09.247 INFO O| Feb 01 14:41:09.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
61102026-02-01T14:41:09.896Z[ recovery-image] Feb 01 14:41:09.247 INFO O| Feb 01 14:41:09.247 INFO STEP 372 (remove_files) COMPLETE
61112026-02-01T14:41:09.896Z[ recovery-image] Feb 01 14:41:09.247 INFO O| Feb 01 14:41:09.247 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122026-02-01T14:41:09.896Z[ recovery-image] Feb 01 14:41:09.258 INFO O| Feb 01 14:41:09.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
61132026-02-01T14:41:09.896Z[ recovery-image] Feb 01 14:41:09.258 INFO O| Feb 01 14:41:09.258 INFO STEP 373 (remove_files) COMPLETE
61142026-02-01T14:41:09.896Z[ recovery-image] Feb 01 14:41:09.258 INFO O| Feb 01 14:41:09.258 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152026-02-01T14:41:09.896Z[ recovery-image] Feb 01 14:41:09.268 INFO O| Feb 01 14:41:09.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
61162026-02-01T14:41:09.896Z[ recovery-image] Feb 01 14:41:09.268 INFO O| Feb 01 14:41:09.268 INFO STEP 374 (remove_files) COMPLETE
61172026-02-01T14:41:09.896Z[ recovery-image] Feb 01 14:41:09.268 INFO O| Feb 01 14:41:09.268 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182026-02-01T14:41:09.920Z[ recovery-image] Feb 01 14:41:09.278 INFO O| Feb 01 14:41:09.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
61192026-02-01T14:41:09.920Z[ recovery-image] Feb 01 14:41:09.278 INFO O| Feb 01 14:41:09.278 INFO STEP 375 (remove_files) COMPLETE
61202026-02-01T14:41:09.920Z[ recovery-image] Feb 01 14:41:09.278 INFO O| Feb 01 14:41:09.278 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212026-02-01T14:41:09.920Z[ recovery-image] Feb 01 14:41:09.289 INFO O| Feb 01 14:41:09.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
61222026-02-01T14:41:09.920Z[ recovery-image] Feb 01 14:41:09.289 INFO O| Feb 01 14:41:09.289 INFO STEP 376 (remove_files) COMPLETE
61232026-02-01T14:41:09.920Z[ recovery-image] Feb 01 14:41:09.289 INFO O| Feb 01 14:41:09.289 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242026-02-01T14:41:09.944Z[ recovery-image] Feb 01 14:41:09.299 INFO O| Feb 01 14:41:09.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
61252026-02-01T14:41:09.944Z[ recovery-image] Feb 01 14:41:09.299 INFO O| Feb 01 14:41:09.299 INFO STEP 377 (remove_files) COMPLETE
61262026-02-01T14:41:09.944Z[ recovery-image] Feb 01 14:41:09.299 INFO O| Feb 01 14:41:09.299 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272026-02-01T14:41:09.944Z[ recovery-image] Feb 01 14:41:09.309 INFO O| Feb 01 14:41:09.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
61282026-02-01T14:41:09.944Z[ recovery-image] Feb 01 14:41:09.309 INFO O| Feb 01 14:41:09.309 INFO STEP 378 (remove_files) COMPLETE
61292026-02-01T14:41:09.944Z[ recovery-image] Feb 01 14:41:09.309 INFO O| Feb 01 14:41:09.309 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302026-02-01T14:41:09.968Z[ recovery-image] Feb 01 14:41:09.319 INFO O| Feb 01 14:41:09.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
61312026-02-01T14:41:09.968Z[ recovery-image] Feb 01 14:41:09.319 INFO O| Feb 01 14:41:09.319 INFO STEP 379 (remove_files) COMPLETE
61322026-02-01T14:41:09.968Z[ recovery-image] Feb 01 14:41:09.319 INFO O| Feb 01 14:41:09.319 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332026-02-01T14:41:09.968Z[ recovery-image] Feb 01 14:41:09.329 INFO O| Feb 01 14:41:09.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
61342026-02-01T14:41:09.968Z[ recovery-image] Feb 01 14:41:09.329 INFO O| Feb 01 14:41:09.329 INFO STEP 380 (remove_files) COMPLETE
61352026-02-01T14:41:09.968Z[ recovery-image] Feb 01 14:41:09.329 INFO O| Feb 01 14:41:09.329 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362026-02-01T14:41:09.968Z[ recovery-image] Feb 01 14:41:09.338 INFO O| Feb 01 14:41:09.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
61372026-02-01T14:41:09.968Z[ recovery-image] Feb 01 14:41:09.338 INFO O| Feb 01 14:41:09.338 INFO STEP 381 (remove_files) COMPLETE
61382026-02-01T14:41:09.968Z[ recovery-image] Feb 01 14:41:09.338 INFO O| Feb 01 14:41:09.338 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392026-02-01T14:41:09.992Z[ recovery-image] Feb 01 14:41:09.350 INFO O| Feb 01 14:41:09.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
61402026-02-01T14:41:09.992Z[ recovery-image] Feb 01 14:41:09.350 INFO O| Feb 01 14:41:09.350 INFO STEP 382 (remove_files) COMPLETE
61412026-02-01T14:41:09.992Z[ recovery-image] Feb 01 14:41:09.350 INFO O| Feb 01 14:41:09.350 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422026-02-01T14:41:09.992Z[ recovery-image] Feb 01 14:41:09.360 INFO O| Feb 01 14:41:09.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
61432026-02-01T14:41:09.992Z[ recovery-image] Feb 01 14:41:09.360 INFO O| Feb 01 14:41:09.360 INFO STEP 383 (remove_files) COMPLETE
61442026-02-01T14:41:09.992Z[ recovery-image] Feb 01 14:41:09.360 INFO O| Feb 01 14:41:09.360 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452026-02-01T14:41:10.016Z[ recovery-image] Feb 01 14:41:09.370 INFO O| Feb 01 14:41:09.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
61462026-02-01T14:41:10.016Z[ recovery-image] Feb 01 14:41:09.370 INFO O| Feb 01 14:41:09.370 INFO STEP 384 (remove_files) COMPLETE
61472026-02-01T14:41:10.016Z[ recovery-image] Feb 01 14:41:09.370 INFO O| Feb 01 14:41:09.370 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482026-02-01T14:41:10.016Z[ recovery-image] Feb 01 14:41:09.380 INFO O| Feb 01 14:41:09.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
61492026-02-01T14:41:10.016Z[ recovery-image] Feb 01 14:41:09.380 INFO O| Feb 01 14:41:09.380 INFO STEP 385 (remove_files) COMPLETE
61502026-02-01T14:41:10.016Z[ recovery-image] Feb 01 14:41:09.380 INFO O| Feb 01 14:41:09.380 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512026-02-01T14:41:10.040Z[ recovery-image] Feb 01 14:41:09.391 INFO O| Feb 01 14:41:09.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
61522026-02-01T14:41:10.041Z[ recovery-image] Feb 01 14:41:09.391 INFO O| Feb 01 14:41:09.391 INFO STEP 386 (remove_files) COMPLETE
61532026-02-01T14:41:10.041Z[ recovery-image] Feb 01 14:41:09.391 INFO O| Feb 01 14:41:09.391 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542026-02-01T14:41:10.041Z[ recovery-image] Feb 01 14:41:09.402 INFO O| Feb 01 14:41:09.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
61552026-02-01T14:41:10.041Z[ recovery-image] Feb 01 14:41:09.402 INFO O| Feb 01 14:41:09.402 INFO STEP 387 (remove_files) COMPLETE
61562026-02-01T14:41:10.041Z[ recovery-image] Feb 01 14:41:09.402 INFO O| Feb 01 14:41:09.402 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572026-02-01T14:41:10.041Z[ recovery-image] Feb 01 14:41:09.413 INFO O| Feb 01 14:41:09.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
61582026-02-01T14:41:10.041Z[ recovery-image] Feb 01 14:41:09.413 INFO O| Feb 01 14:41:09.413 INFO STEP 388 (remove_files) COMPLETE
61592026-02-01T14:41:10.041Z[ recovery-image] Feb 01 14:41:09.413 INFO O| Feb 01 14:41:09.413 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602026-02-01T14:41:10.065Z[ recovery-image] Feb 01 14:41:09.423 INFO O| Feb 01 14:41:09.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
61612026-02-01T14:41:10.065Z[ recovery-image] Feb 01 14:41:09.423 INFO O| Feb 01 14:41:09.423 INFO STEP 389 (remove_files) COMPLETE
61622026-02-01T14:41:10.065Z[ recovery-image] Feb 01 14:41:09.423 INFO O| Feb 01 14:41:09.423 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632026-02-01T14:41:10.065Z[ recovery-image] Feb 01 14:41:09.433 INFO O| Feb 01 14:41:09.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
61642026-02-01T14:41:10.065Z[ recovery-image] Feb 01 14:41:09.433 INFO O| Feb 01 14:41:09.433 INFO STEP 390 (remove_files) COMPLETE
61652026-02-01T14:41:10.065Z[ recovery-image] Feb 01 14:41:09.433 INFO O| Feb 01 14:41:09.433 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662026-02-01T14:41:10.089Z[ recovery-image] Feb 01 14:41:09.442 INFO O| Feb 01 14:41:09.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
61672026-02-01T14:41:10.089Z[ recovery-image] Feb 01 14:41:09.442 INFO O| Feb 01 14:41:09.442 INFO STEP 391 (remove_files) COMPLETE
61682026-02-01T14:41:10.089Z[ recovery-image] Feb 01 14:41:09.443 INFO O| Feb 01 14:41:09.442 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692026-02-01T14:41:10.089Z[ recovery-image] Feb 01 14:41:09.453 INFO O| Feb 01 14:41:09.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
61702026-02-01T14:41:10.089Z[ recovery-image] Feb 01 14:41:09.453 INFO O| Feb 01 14:41:09.453 INFO STEP 392 (remove_files) COMPLETE
61712026-02-01T14:41:10.089Z[ recovery-image] Feb 01 14:41:09.453 INFO O| Feb 01 14:41:09.453 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722026-02-01T14:41:10.113Z[ recovery-image] Feb 01 14:41:09.463 INFO O| Feb 01 14:41:09.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
61732026-02-01T14:41:10.113Z[ recovery-image] Feb 01 14:41:09.463 INFO O| Feb 01 14:41:09.463 INFO STEP 393 (remove_files) COMPLETE
61742026-02-01T14:41:10.113Z[ recovery-image] Feb 01 14:41:09.463 INFO O| Feb 01 14:41:09.463 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752026-02-01T14:41:10.113Z[ recovery-image] Feb 01 14:41:09.472 INFO O| Feb 01 14:41:09.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
61762026-02-01T14:41:10.113Z[ recovery-image] Feb 01 14:41:09.473 INFO O| Feb 01 14:41:09.473 INFO STEP 394 (remove_files) COMPLETE
61772026-02-01T14:41:10.113Z[ recovery-image] Feb 01 14:41:09.473 INFO O| Feb 01 14:41:09.473 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782026-02-01T14:41:10.113Z[ recovery-image] Feb 01 14:41:09.482 INFO O| Feb 01 14:41:09.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
61792026-02-01T14:41:10.113Z[ recovery-image] Feb 01 14:41:09.482 INFO O| Feb 01 14:41:09.482 INFO STEP 395 (remove_files) COMPLETE
61802026-02-01T14:41:10.113Z[ recovery-image] Feb 01 14:41:09.482 INFO O| Feb 01 14:41:09.482 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812026-02-01T14:41:10.137Z[ recovery-image] Feb 01 14:41:09.492 INFO O| Feb 01 14:41:09.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
61822026-02-01T14:41:10.137Z[ recovery-image] Feb 01 14:41:09.492 INFO O| Feb 01 14:41:09.492 INFO STEP 396 (remove_files) COMPLETE
61832026-02-01T14:41:10.137Z[ recovery-image] Feb 01 14:41:09.492 INFO O| Feb 01 14:41:09.492 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842026-02-01T14:41:10.137Z[ recovery-image] Feb 01 14:41:09.502 INFO O| Feb 01 14:41:09.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
61852026-02-01T14:41:10.137Z[ recovery-image] Feb 01 14:41:09.502 INFO O| Feb 01 14:41:09.502 INFO STEP 397 (remove_files) COMPLETE
61862026-02-01T14:41:10.137Z[ recovery-image] Feb 01 14:41:09.502 INFO O| Feb 01 14:41:09.502 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872026-02-01T14:41:10.161Z[ recovery-image] Feb 01 14:41:09.512 INFO O| Feb 01 14:41:09.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
61882026-02-01T14:41:10.161Z[ recovery-image] Feb 01 14:41:09.512 INFO O| Feb 01 14:41:09.512 INFO STEP 398 (remove_files) COMPLETE
61892026-02-01T14:41:10.161Z[ recovery-image] Feb 01 14:41:09.512 INFO O| Feb 01 14:41:09.512 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902026-02-01T14:41:10.161Z[ recovery-image] Feb 01 14:41:09.521 INFO O| Feb 01 14:41:09.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
61912026-02-01T14:41:10.161Z[ recovery-image] Feb 01 14:41:09.521 INFO O| Feb 01 14:41:09.521 INFO STEP 399 (remove_files) COMPLETE
61922026-02-01T14:41:10.161Z[ recovery-image] Feb 01 14:41:09.521 INFO O| Feb 01 14:41:09.521 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932026-02-01T14:41:10.161Z[ recovery-image] Feb 01 14:41:09.531 INFO O| Feb 01 14:41:09.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
61942026-02-01T14:41:10.161Z[ recovery-image] Feb 01 14:41:09.531 INFO O| Feb 01 14:41:09.531 INFO STEP 400 (remove_files) COMPLETE
61952026-02-01T14:41:10.161Z[ recovery-image] Feb 01 14:41:09.531 INFO O| Feb 01 14:41:09.531 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962026-02-01T14:41:10.185Z[ recovery-image] Feb 01 14:41:09.541 INFO O| Feb 01 14:41:09.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
61972026-02-01T14:41:10.185Z[ recovery-image] Feb 01 14:41:09.541 INFO O| Feb 01 14:41:09.541 INFO STEP 401 (remove_files) COMPLETE
61982026-02-01T14:41:10.185Z[ recovery-image] Feb 01 14:41:09.541 INFO O| Feb 01 14:41:09.541 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992026-02-01T14:41:10.185Z[ recovery-image] Feb 01 14:41:09.551 INFO O| Feb 01 14:41:09.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
62002026-02-01T14:41:10.185Z[ recovery-image] Feb 01 14:41:09.551 INFO O| Feb 01 14:41:09.551 INFO STEP 402 (remove_files) COMPLETE
62012026-02-01T14:41:10.185Z[ recovery-image] Feb 01 14:41:09.551 INFO O| Feb 01 14:41:09.551 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022026-02-01T14:41:10.209Z[ recovery-image] Feb 01 14:41:09.561 INFO O| Feb 01 14:41:09.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
62032026-02-01T14:41:10.209Z[ recovery-image] Feb 01 14:41:09.561 INFO O| Feb 01 14:41:09.561 INFO STEP 403 (remove_files) COMPLETE
62042026-02-01T14:41:10.209Z[ recovery-image] Feb 01 14:41:09.561 INFO O| Feb 01 14:41:09.561 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052026-02-01T14:41:10.209Z[ recovery-image] Feb 01 14:41:09.573 INFO O| Feb 01 14:41:09.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
62062026-02-01T14:41:10.209Z[ recovery-image] Feb 01 14:41:09.573 INFO O| Feb 01 14:41:09.573 INFO STEP 404 (remove_files) COMPLETE
62072026-02-01T14:41:10.209Z[ recovery-image] Feb 01 14:41:09.573 INFO O| Feb 01 14:41:09.573 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082026-02-01T14:41:10.233Z[ recovery-image] Feb 01 14:41:09.583 INFO O| Feb 01 14:41:09.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
62092026-02-01T14:41:10.233Z[ recovery-image] Feb 01 14:41:09.583 INFO O| Feb 01 14:41:09.583 INFO STEP 405 (remove_files) COMPLETE
62102026-02-01T14:41:10.233Z[ recovery-image] Feb 01 14:41:09.583 INFO O| Feb 01 14:41:09.583 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112026-02-01T14:41:10.233Z[ recovery-image] Feb 01 14:41:09.594 INFO O| Feb 01 14:41:09.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
62122026-02-01T14:41:10.233Z[ recovery-image] Feb 01 14:41:09.594 INFO O| Feb 01 14:41:09.594 INFO STEP 406 (remove_files) COMPLETE
62132026-02-01T14:41:10.233Z[ recovery-image] Feb 01 14:41:09.594 INFO O| Feb 01 14:41:09.594 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142026-02-01T14:41:10.233Z[ recovery-image] Feb 01 14:41:09.604 INFO O| Feb 01 14:41:09.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
62152026-02-01T14:41:10.233Z[ recovery-image] Feb 01 14:41:09.604 INFO O| Feb 01 14:41:09.604 INFO STEP 407 (remove_files) COMPLETE
62162026-02-01T14:41:10.233Z[ recovery-image] Feb 01 14:41:09.604 INFO O| Feb 01 14:41:09.604 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172026-02-01T14:41:10.257Z[ recovery-image] Feb 01 14:41:09.615 INFO O| Feb 01 14:41:09.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
62182026-02-01T14:41:10.257Z[ recovery-image] Feb 01 14:41:09.615 INFO O| Feb 01 14:41:09.615 INFO STEP 408 (remove_files) COMPLETE
62192026-02-01T14:41:10.257Z[ recovery-image] Feb 01 14:41:09.615 INFO O| Feb 01 14:41:09.615 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202026-02-01T14:41:10.257Z[ recovery-image] Feb 01 14:41:09.626 INFO O| Feb 01 14:41:09.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
62212026-02-01T14:41:10.257Z[ recovery-image] Feb 01 14:41:09.626 INFO O| Feb 01 14:41:09.626 INFO STEP 409 (remove_files) COMPLETE
62222026-02-01T14:41:10.257Z[ recovery-image] Feb 01 14:41:09.626 INFO O| Feb 01 14:41:09.626 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232026-02-01T14:41:10.281Z[ recovery-image] Feb 01 14:41:09.637 INFO O| Feb 01 14:41:09.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
62242026-02-01T14:41:10.281Z[ recovery-image] Feb 01 14:41:09.637 INFO O| Feb 01 14:41:09.637 INFO STEP 410 (remove_files) COMPLETE
62252026-02-01T14:41:10.281Z[ recovery-image] Feb 01 14:41:09.637 INFO O| Feb 01 14:41:09.637 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262026-02-01T14:41:10.304Z[ recovery-image] Feb 01 14:41:09.658 INFO O| Feb 01 14:41:09.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
62272026-02-01T14:41:10.304Z[ recovery-image] Feb 01 14:41:09.658 INFO O| Feb 01 14:41:09.658 INFO STEP 411 (remove_files) COMPLETE
62282026-02-01T14:41:10.304Z[ recovery-image] Feb 01 14:41:09.658 INFO O| Feb 01 14:41:09.658 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292026-02-01T14:41:10.304Z[ recovery-image] Feb 01 14:41:09.672 INFO O| Feb 01 14:41:09.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
62302026-02-01T14:41:10.304Z[ recovery-image] Feb 01 14:41:09.672 INFO O| Feb 01 14:41:09.672 INFO STEP 412 (remove_files) COMPLETE
62312026-02-01T14:41:10.305Z[ recovery-image] Feb 01 14:41:09.672 INFO O| Feb 01 14:41:09.672 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322026-02-01T14:41:10.328Z[ recovery-image] Feb 01 14:41:09.687 INFO O| Feb 01 14:41:09.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
62332026-02-01T14:41:10.329Z[ recovery-image] Feb 01 14:41:09.688 INFO O| Feb 01 14:41:09.688 INFO STEP 413 (remove_files) COMPLETE
62342026-02-01T14:41:10.329Z[ recovery-image] Feb 01 14:41:09.688 INFO O| Feb 01 14:41:09.688 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352026-02-01T14:41:10.352Z[ recovery-image] Feb 01 14:41:09.702 INFO O| Feb 01 14:41:09.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
62362026-02-01T14:41:10.352Z[ recovery-image] Feb 01 14:41:09.702 INFO O| Feb 01 14:41:09.702 INFO STEP 414 (remove_files) COMPLETE
62372026-02-01T14:41:10.352Z[ recovery-image] Feb 01 14:41:09.702 INFO O| Feb 01 14:41:09.702 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382026-02-01T14:41:10.352Z[ recovery-image] Feb 01 14:41:09.717 INFO O| Feb 01 14:41:09.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
62392026-02-01T14:41:10.352Z[ recovery-image] Feb 01 14:41:09.717 INFO O| Feb 01 14:41:09.717 INFO STEP 415 (remove_files) COMPLETE
62402026-02-01T14:41:10.352Z[ recovery-image] Feb 01 14:41:09.717 INFO O| Feb 01 14:41:09.717 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412026-02-01T14:41:10.376Z[ recovery-image] Feb 01 14:41:09.728 INFO O| Feb 01 14:41:09.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
62422026-02-01T14:41:10.376Z[ recovery-image] Feb 01 14:41:09.728 INFO O| Feb 01 14:41:09.728 INFO STEP 416 (remove_files) COMPLETE
62432026-02-01T14:41:10.376Z[ recovery-image] Feb 01 14:41:09.728 INFO O| Feb 01 14:41:09.728 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442026-02-01T14:41:10.376Z[ recovery-image] Feb 01 14:41:09.740 INFO O| Feb 01 14:41:09.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
62452026-02-01T14:41:10.376Z[ recovery-image] Feb 01 14:41:09.740 INFO O| Feb 01 14:41:09.740 INFO STEP 417 (remove_files) COMPLETE
62462026-02-01T14:41:10.376Z[ recovery-image] Feb 01 14:41:09.740 INFO O| Feb 01 14:41:09.740 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472026-02-01T14:41:10.400Z[ recovery-image] Feb 01 14:41:09.750 INFO O| Feb 01 14:41:09.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
62482026-02-01T14:41:10.400Z[ recovery-image] Feb 01 14:41:09.750 INFO O| Feb 01 14:41:09.750 INFO STEP 418 (remove_files) COMPLETE
62492026-02-01T14:41:10.400Z[ recovery-image] Feb 01 14:41:09.750 INFO O| Feb 01 14:41:09.750 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502026-02-01T14:41:10.400Z[ recovery-image] Feb 01 14:41:09.760 INFO O| Feb 01 14:41:09.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
62512026-02-01T14:41:10.400Z[ recovery-image] Feb 01 14:41:09.760 INFO O| Feb 01 14:41:09.760 INFO STEP 419 (remove_files) COMPLETE
62522026-02-01T14:41:10.400Z[ recovery-image] Feb 01 14:41:09.760 INFO O| Feb 01 14:41:09.760 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532026-02-01T14:41:10.400Z[ recovery-image] Feb 01 14:41:09.770 INFO O| Feb 01 14:41:09.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
62542026-02-01T14:41:10.401Z[ recovery-image] Feb 01 14:41:09.770 INFO O| Feb 01 14:41:09.770 INFO STEP 420 (remove_files) COMPLETE
62552026-02-01T14:41:10.401Z[ recovery-image] Feb 01 14:41:09.771 INFO O| Feb 01 14:41:09.770 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562026-02-01T14:41:10.425Z[ recovery-image] Feb 01 14:41:09.781 INFO O| Feb 01 14:41:09.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
62572026-02-01T14:41:10.425Z[ recovery-image] Feb 01 14:41:09.781 INFO O| Feb 01 14:41:09.781 INFO STEP 421 (remove_files) COMPLETE
62582026-02-01T14:41:10.425Z[ recovery-image] Feb 01 14:41:09.781 INFO O| Feb 01 14:41:09.781 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592026-02-01T14:41:10.425Z[ recovery-image] Feb 01 14:41:09.791 INFO O| Feb 01 14:41:09.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
62602026-02-01T14:41:10.425Z[ recovery-image] Feb 01 14:41:09.791 INFO O| Feb 01 14:41:09.791 INFO STEP 422 (remove_files) COMPLETE
62612026-02-01T14:41:10.425Z[ recovery-image] Feb 01 14:41:09.791 INFO O| Feb 01 14:41:09.791 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622026-02-01T14:41:10.449Z[ recovery-image] Feb 01 14:41:09.804 INFO O| Feb 01 14:41:09.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
62632026-02-01T14:41:10.449Z[ recovery-image] Feb 01 14:41:09.804 INFO O| Feb 01 14:41:09.804 INFO STEP 423 (remove_files) COMPLETE
62642026-02-01T14:41:10.449Z[ recovery-image] Feb 01 14:41:09.804 INFO O| Feb 01 14:41:09.804 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652026-02-01T14:41:10.449Z[ recovery-image] Feb 01 14:41:09.814 INFO O| Feb 01 14:41:09.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
62662026-02-01T14:41:10.449Z[ recovery-image] Feb 01 14:41:09.815 INFO O| Feb 01 14:41:09.815 INFO STEP 424 (remove_files) COMPLETE
62672026-02-01T14:41:10.449Z[ recovery-image] Feb 01 14:41:09.815 INFO O| Feb 01 14:41:09.815 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682026-02-01T14:41:10.473Z[ recovery-image] Feb 01 14:41:09.825 INFO O| Feb 01 14:41:09.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
62692026-02-01T14:41:10.473Z[ recovery-image] Feb 01 14:41:09.825 INFO O| Feb 01 14:41:09.825 INFO STEP 425 (remove_files) COMPLETE
62702026-02-01T14:41:10.473Z[ recovery-image] Feb 01 14:41:09.825 INFO O| Feb 01 14:41:09.825 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712026-02-01T14:41:10.473Z[ recovery-image] Feb 01 14:41:09.837 INFO O| Feb 01 14:41:09.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
62722026-02-01T14:41:10.473Z[ recovery-image] Feb 01 14:41:09.837 INFO O| Feb 01 14:41:09.837 INFO STEP 426 (remove_files) COMPLETE
62732026-02-01T14:41:10.473Z[ recovery-image] Feb 01 14:41:09.837 INFO O| Feb 01 14:41:09.837 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742026-02-01T14:41:10.497Z[ recovery-image] Feb 01 14:41:09.848 INFO O| Feb 01 14:41:09.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
62752026-02-01T14:41:10.497Z[ recovery-image] Feb 01 14:41:09.848 INFO O| Feb 01 14:41:09.848 INFO STEP 427 (remove_files) COMPLETE
62762026-02-01T14:41:10.497Z[ recovery-image] Feb 01 14:41:09.848 INFO O| Feb 01 14:41:09.848 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772026-02-01T14:41:10.497Z[ recovery-image] Feb 01 14:41:09.859 INFO O| Feb 01 14:41:09.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
62782026-02-01T14:41:10.497Z[ recovery-image] Feb 01 14:41:09.859 INFO O| Feb 01 14:41:09.859 INFO STEP 428 (remove_files) COMPLETE
62792026-02-01T14:41:10.497Z[ recovery-image] Feb 01 14:41:09.859 INFO O| Feb 01 14:41:09.859 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802026-02-01T14:41:10.521Z[ recovery-image] Feb 01 14:41:09.872 INFO O| Feb 01 14:41:09.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
62812026-02-01T14:41:10.521Z[ recovery-image] Feb 01 14:41:09.872 INFO O| Feb 01 14:41:09.872 INFO STEP 429 (remove_files) COMPLETE
62822026-02-01T14:41:10.521Z[ recovery-image] Feb 01 14:41:09.872 INFO O| Feb 01 14:41:09.872 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832026-02-01T14:41:10.521Z[ recovery-image] Feb 01 14:41:09.884 INFO O| Feb 01 14:41:09.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
62842026-02-01T14:41:10.521Z[ recovery-image] Feb 01 14:41:09.884 INFO O| Feb 01 14:41:09.884 INFO STEP 430 (remove_files) COMPLETE
62852026-02-01T14:41:10.521Z[ recovery-image] Feb 01 14:41:09.884 INFO O| Feb 01 14:41:09.884 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862026-02-01T14:41:10.545Z[ recovery-image] Feb 01 14:41:09.896 INFO O| Feb 01 14:41:09.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
62872026-02-01T14:41:10.545Z[ recovery-image] Feb 01 14:41:09.896 INFO O| Feb 01 14:41:09.896 INFO STEP 431 (remove_files) COMPLETE
62882026-02-01T14:41:10.545Z[ recovery-image] Feb 01 14:41:09.896 INFO O| Feb 01 14:41:09.896 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892026-02-01T14:41:10.545Z[ recovery-image] Feb 01 14:41:09.908 INFO O| Feb 01 14:41:09.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
62902026-02-01T14:41:10.545Z[ recovery-image] Feb 01 14:41:09.908 INFO O| Feb 01 14:41:09.908 INFO STEP 432 (remove_files) COMPLETE
62912026-02-01T14:41:10.545Z[ recovery-image] Feb 01 14:41:09.908 INFO O| Feb 01 14:41:09.908 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922026-02-01T14:41:10.569Z[ recovery-image] Feb 01 14:41:09.919 INFO O| Feb 01 14:41:09.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
62932026-02-01T14:41:10.569Z[ recovery-image] Feb 01 14:41:09.919 INFO O| Feb 01 14:41:09.919 INFO STEP 433 (remove_files) COMPLETE
62942026-02-01T14:41:10.569Z[ recovery-image] Feb 01 14:41:09.919 INFO O| Feb 01 14:41:09.919 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952026-02-01T14:41:10.569Z[ recovery-image] Feb 01 14:41:09.929 INFO O| Feb 01 14:41:09.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
62962026-02-01T14:41:10.569Z[ recovery-image] Feb 01 14:41:09.929 INFO O| Feb 01 14:41:09.929 INFO STEP 434 (remove_files) COMPLETE
62972026-02-01T14:41:10.569Z[ recovery-image] Feb 01 14:41:09.929 INFO O| Feb 01 14:41:09.929 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982026-02-01T14:41:10.569Z[ recovery-image] Feb 01 14:41:09.939 INFO O| Feb 01 14:41:09.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
62992026-02-01T14:41:10.569Z[ recovery-image] Feb 01 14:41:09.939 INFO O| Feb 01 14:41:09.939 INFO STEP 435 (remove_files) COMPLETE
63002026-02-01T14:41:10.569Z[ recovery-image] Feb 01 14:41:09.939 INFO O| Feb 01 14:41:09.939 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012026-02-01T14:41:10.593Z[ recovery-image] Feb 01 14:41:09.948 INFO O| Feb 01 14:41:09.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
63022026-02-01T14:41:10.593Z[ recovery-image] Feb 01 14:41:09.948 INFO O| Feb 01 14:41:09.948 INFO STEP 436 (remove_files) COMPLETE
63032026-02-01T14:41:10.593Z[ recovery-image] Feb 01 14:41:09.948 INFO O| Feb 01 14:41:09.948 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042026-02-01T14:41:10.593Z[ recovery-image] Feb 01 14:41:09.958 INFO O| Feb 01 14:41:09.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
63052026-02-01T14:41:10.593Z[ recovery-image] Feb 01 14:41:09.958 INFO O| Feb 01 14:41:09.958 INFO STEP 437 (remove_files) COMPLETE
63062026-02-01T14:41:10.593Z[ recovery-image] Feb 01 14:41:09.958 INFO O| Feb 01 14:41:09.958 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072026-02-01T14:41:10.618Z[ recovery-image] Feb 01 14:41:09.968 INFO O| Feb 01 14:41:09.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
63082026-02-01T14:41:10.618Z[ recovery-image] Feb 01 14:41:09.968 INFO O| Feb 01 14:41:09.968 INFO STEP 438 (remove_files) COMPLETE
63092026-02-01T14:41:10.618Z[ recovery-image] Feb 01 14:41:09.968 INFO O| Feb 01 14:41:09.968 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102026-02-01T14:41:10.618Z[ recovery-image] Feb 01 14:41:09.977 INFO O| Feb 01 14:41:09.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
63112026-02-01T14:41:10.618Z[ recovery-image] Feb 01 14:41:09.977 INFO O| Feb 01 14:41:09.977 INFO STEP 439 (remove_files) COMPLETE
63122026-02-01T14:41:10.618Z[ recovery-image] Feb 01 14:41:09.977 INFO O| Feb 01 14:41:09.977 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132026-02-01T14:41:10.618Z[ recovery-image] Feb 01 14:41:09.987 INFO O| Feb 01 14:41:09.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
63142026-02-01T14:41:10.618Z[ recovery-image] Feb 01 14:41:09.987 INFO O| Feb 01 14:41:09.987 INFO STEP 440 (remove_files) COMPLETE
63152026-02-01T14:41:10.618Z[ recovery-image] Feb 01 14:41:09.987 INFO O| Feb 01 14:41:09.987 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162026-02-01T14:41:10.642Z[ recovery-image] Feb 01 14:41:09.999 INFO O| Feb 01 14:41:09.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
63172026-02-01T14:41:10.642Z[ recovery-image] Feb 01 14:41:09.999 INFO O| Feb 01 14:41:09.999 INFO STEP 441 (remove_files) COMPLETE
63182026-02-01T14:41:10.642Z[ recovery-image] Feb 01 14:41:09.999 INFO O| Feb 01 14:41:09.999 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192026-02-01T14:41:10.642Z[ recovery-image] Feb 01 14:41:10.009 INFO O| Feb 01 14:41:10.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
63202026-02-01T14:41:10.642Z[ recovery-image] Feb 01 14:41:10.009 INFO O| Feb 01 14:41:10.009 INFO STEP 442 (remove_files) COMPLETE
63212026-02-01T14:41:10.642Z[ recovery-image] Feb 01 14:41:10.009 INFO O| Feb 01 14:41:10.009 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222026-02-01T14:41:10.666Z[ recovery-image] Feb 01 14:41:10.019 INFO O| Feb 01 14:41:10.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
63232026-02-01T14:41:10.666Z[ recovery-image] Feb 01 14:41:10.019 INFO O| Feb 01 14:41:10.019 INFO STEP 443 (remove_files) COMPLETE
63242026-02-01T14:41:10.667Z[ recovery-image] Feb 01 14:41:10.019 INFO O| Feb 01 14:41:10.019 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252026-02-01T14:41:10.667Z[ recovery-image] Feb 01 14:41:10.029 INFO O| Feb 01 14:41:10.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
63262026-02-01T14:41:10.667Z[ recovery-image] Feb 01 14:41:10.029 INFO O| Feb 01 14:41:10.029 INFO STEP 444 (remove_files) COMPLETE
63272026-02-01T14:41:10.667Z[ recovery-image] Feb 01 14:41:10.029 INFO O| Feb 01 14:41:10.029 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282026-02-01T14:41:10.667Z[ recovery-image] Feb 01 14:41:10.039 INFO O| Feb 01 14:41:10.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
63292026-02-01T14:41:10.667Z[ recovery-image] Feb 01 14:41:10.039 INFO O| Feb 01 14:41:10.039 INFO STEP 445 (remove_files) COMPLETE
63302026-02-01T14:41:10.667Z[ recovery-image] Feb 01 14:41:10.039 INFO O| Feb 01 14:41:10.039 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312026-02-01T14:41:10.691Z[ recovery-image] Feb 01 14:41:10.048 INFO O| Feb 01 14:41:10.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
63322026-02-01T14:41:10.691Z[ recovery-image] Feb 01 14:41:10.048 INFO O| Feb 01 14:41:10.048 INFO STEP 446 (remove_files) COMPLETE
63332026-02-01T14:41:10.691Z[ recovery-image] Feb 01 14:41:10.048 INFO O| Feb 01 14:41:10.048 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342026-02-01T14:41:10.692Z[ recovery-image] Feb 01 14:41:10.058 INFO O| Feb 01 14:41:10.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
63352026-02-01T14:41:10.692Z[ recovery-image] Feb 01 14:41:10.058 INFO O| Feb 01 14:41:10.058 INFO STEP 447 (remove_files) COMPLETE
63362026-02-01T14:41:10.692Z[ recovery-image] Feb 01 14:41:10.058 INFO O| Feb 01 14:41:10.058 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372026-02-01T14:41:10.716Z[ recovery-image] Feb 01 14:41:10.068 INFO O| Feb 01 14:41:10.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
63382026-02-01T14:41:10.716Z[ recovery-image] Feb 01 14:41:10.068 INFO O| Feb 01 14:41:10.068 INFO STEP 448 (remove_files) COMPLETE
63392026-02-01T14:41:10.716Z[ recovery-image] Feb 01 14:41:10.068 INFO O| Feb 01 14:41:10.068 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402026-02-01T14:41:10.716Z[ recovery-image] Feb 01 14:41:10.078 INFO O| Feb 01 14:41:10.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
63412026-02-01T14:41:10.716Z[ recovery-image] Feb 01 14:41:10.078 INFO O| Feb 01 14:41:10.078 INFO STEP 449 (remove_files) COMPLETE
63422026-02-01T14:41:10.716Z[ recovery-image] Feb 01 14:41:10.078 INFO O| Feb 01 14:41:10.078 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432026-02-01T14:41:10.716Z[ recovery-image] Feb 01 14:41:10.087 INFO O| Feb 01 14:41:10.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
63442026-02-01T14:41:10.716Z[ recovery-image] Feb 01 14:41:10.087 INFO O| Feb 01 14:41:10.087 INFO STEP 450 (remove_files) COMPLETE
63452026-02-01T14:41:10.716Z[ recovery-image] Feb 01 14:41:10.087 INFO O| Feb 01 14:41:10.087 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462026-02-01T14:41:10.740Z[ recovery-image] Feb 01 14:41:10.097 INFO O| Feb 01 14:41:10.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
63472026-02-01T14:41:10.740Z[ recovery-image] Feb 01 14:41:10.097 INFO O| Feb 01 14:41:10.097 INFO STEP 451 (remove_files) COMPLETE
63482026-02-01T14:41:10.740Z[ recovery-image] Feb 01 14:41:10.097 INFO O| Feb 01 14:41:10.097 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492026-02-01T14:41:10.740Z[ recovery-image] Feb 01 14:41:10.107 INFO O| Feb 01 14:41:10.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
63502026-02-01T14:41:10.740Z[ recovery-image] Feb 01 14:41:10.107 INFO O| Feb 01 14:41:10.107 INFO STEP 452 (remove_files) COMPLETE
63512026-02-01T14:41:10.740Z[ recovery-image] Feb 01 14:41:10.107 INFO O| Feb 01 14:41:10.107 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522026-02-01T14:41:10.764Z[ recovery-image] Feb 01 14:41:10.116 INFO O| Feb 01 14:41:10.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
63532026-02-01T14:41:10.764Z[ recovery-image] Feb 01 14:41:10.116 INFO O| Feb 01 14:41:10.116 INFO STEP 453 (remove_files) COMPLETE
63542026-02-01T14:41:10.764Z[ recovery-image] Feb 01 14:41:10.116 INFO O| Feb 01 14:41:10.116 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552026-02-01T14:41:10.764Z[ recovery-image] Feb 01 14:41:10.126 INFO O| Feb 01 14:41:10.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
63562026-02-01T14:41:10.764Z[ recovery-image] Feb 01 14:41:10.126 INFO O| Feb 01 14:41:10.126 INFO STEP 454 (remove_files) COMPLETE
63572026-02-01T14:41:10.764Z[ recovery-image] Feb 01 14:41:10.126 INFO O| Feb 01 14:41:10.126 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582026-02-01T14:41:10.788Z[ recovery-image] Feb 01 14:41:10.139 INFO O| Feb 01 14:41:10.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
63592026-02-01T14:41:10.788Z[ recovery-image] Feb 01 14:41:10.139 INFO O| Feb 01 14:41:10.139 INFO STEP 455 (remove_files) COMPLETE
63602026-02-01T14:41:10.788Z[ recovery-image] Feb 01 14:41:10.139 INFO O| Feb 01 14:41:10.139 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612026-02-01T14:41:10.788Z[ recovery-image] Feb 01 14:41:10.150 INFO O| Feb 01 14:41:10.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
63622026-02-01T14:41:10.788Z[ recovery-image] Feb 01 14:41:10.150 INFO O| Feb 01 14:41:10.150 INFO STEP 456 (remove_files) COMPLETE
63632026-02-01T14:41:10.788Z[ recovery-image] Feb 01 14:41:10.150 INFO O| Feb 01 14:41:10.150 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642026-02-01T14:41:10.788Z[ recovery-image] Feb 01 14:41:10.160 INFO O| Feb 01 14:41:10.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
63652026-02-01T14:41:10.788Z[ recovery-image] Feb 01 14:41:10.160 INFO O| Feb 01 14:41:10.160 INFO STEP 457 (remove_files) COMPLETE
63662026-02-01T14:41:10.788Z[ recovery-image] Feb 01 14:41:10.160 INFO O| Feb 01 14:41:10.160 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672026-02-01T14:41:10.812Z[ recovery-image] Feb 01 14:41:10.170 INFO O| Feb 01 14:41:10.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
63682026-02-01T14:41:10.812Z[ recovery-image] Feb 01 14:41:10.170 INFO O| Feb 01 14:41:10.170 INFO STEP 458 (remove_files) COMPLETE
63692026-02-01T14:41:10.812Z[ recovery-image] Feb 01 14:41:10.170 INFO O| Feb 01 14:41:10.170 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702026-02-01T14:41:10.812Z[ recovery-image] Feb 01 14:41:10.180 INFO O| Feb 01 14:41:10.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
63712026-02-01T14:41:10.812Z[ recovery-image] Feb 01 14:41:10.180 INFO O| Feb 01 14:41:10.180 INFO STEP 459 (remove_files) COMPLETE
63722026-02-01T14:41:10.812Z[ recovery-image] Feb 01 14:41:10.180 INFO O| Feb 01 14:41:10.180 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732026-02-01T14:41:10.836Z[ recovery-image] Feb 01 14:41:10.191 INFO O| Feb 01 14:41:10.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
63742026-02-01T14:41:10.836Z[ recovery-image] Feb 01 14:41:10.191 INFO O| Feb 01 14:41:10.191 INFO STEP 460 (remove_files) COMPLETE
63752026-02-01T14:41:10.836Z[ recovery-image] Feb 01 14:41:10.191 INFO O| Feb 01 14:41:10.191 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762026-02-01T14:41:10.836Z[ recovery-image] Feb 01 14:41:10.202 INFO O| Feb 01 14:41:10.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
63772026-02-01T14:41:10.836Z[ recovery-image] Feb 01 14:41:10.202 INFO O| Feb 01 14:41:10.202 INFO STEP 461 (remove_files) COMPLETE
63782026-02-01T14:41:10.836Z[ recovery-image] Feb 01 14:41:10.202 INFO O| Feb 01 14:41:10.202 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792026-02-01T14:41:10.860Z[ recovery-image] Feb 01 14:41:10.212 INFO O| Feb 01 14:41:10.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
63802026-02-01T14:41:10.860Z[ recovery-image] Feb 01 14:41:10.212 INFO O| Feb 01 14:41:10.212 INFO STEP 462 (remove_files) COMPLETE
63812026-02-01T14:41:10.860Z[ recovery-image] Feb 01 14:41:10.212 INFO O| Feb 01 14:41:10.212 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822026-02-01T14:41:10.860Z[ recovery-image] Feb 01 14:41:10.222 INFO O| Feb 01 14:41:10.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
63832026-02-01T14:41:10.860Z[ recovery-image] Feb 01 14:41:10.222 INFO O| Feb 01 14:41:10.222 INFO STEP 463 (remove_files) COMPLETE
63842026-02-01T14:41:10.860Z[ recovery-image] Feb 01 14:41:10.222 INFO O| Feb 01 14:41:10.222 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852026-02-01T14:41:10.860Z[ recovery-image] Feb 01 14:41:10.232 INFO O| Feb 01 14:41:10.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
63862026-02-01T14:41:10.860Z[ recovery-image] Feb 01 14:41:10.232 INFO O| Feb 01 14:41:10.232 INFO STEP 464 (remove_files) COMPLETE
63872026-02-01T14:41:10.860Z[ recovery-image] Feb 01 14:41:10.232 INFO O| Feb 01 14:41:10.232 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882026-02-01T14:41:10.884Z[ recovery-image] Feb 01 14:41:10.242 INFO O| Feb 01 14:41:10.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
63892026-02-01T14:41:10.884Z[ recovery-image] Feb 01 14:41:10.242 INFO O| Feb 01 14:41:10.242 INFO STEP 465 (remove_files) COMPLETE
63902026-02-01T14:41:10.884Z[ recovery-image] Feb 01 14:41:10.242 INFO O| Feb 01 14:41:10.242 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912026-02-01T14:41:10.884Z[ recovery-image] Feb 01 14:41:10.252 INFO O| Feb 01 14:41:10.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
63922026-02-01T14:41:10.884Z[ recovery-image] Feb 01 14:41:10.252 INFO O| Feb 01 14:41:10.252 INFO STEP 466 (remove_files) COMPLETE
63932026-02-01T14:41:10.884Z[ recovery-image] Feb 01 14:41:10.252 INFO O| Feb 01 14:41:10.252 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942026-02-01T14:41:10.908Z[ recovery-image] Feb 01 14:41:10.262 INFO O| Feb 01 14:41:10.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
63952026-02-01T14:41:10.908Z[ recovery-image] Feb 01 14:41:10.262 INFO O| Feb 01 14:41:10.262 INFO STEP 467 (remove_files) COMPLETE
63962026-02-01T14:41:10.908Z[ recovery-image] Feb 01 14:41:10.262 INFO O| Feb 01 14:41:10.262 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972026-02-01T14:41:10.908Z[ recovery-image] Feb 01 14:41:10.272 INFO O| Feb 01 14:41:10.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
63982026-02-01T14:41:10.908Z[ recovery-image] Feb 01 14:41:10.272 INFO O| Feb 01 14:41:10.272 INFO STEP 468 (remove_files) COMPLETE
63992026-02-01T14:41:10.908Z[ recovery-image] Feb 01 14:41:10.272 INFO O| Feb 01 14:41:10.272 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002026-02-01T14:41:10.932Z[ recovery-image] Feb 01 14:41:10.281 INFO O| Feb 01 14:41:10.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
64012026-02-01T14:41:10.932Z[ recovery-image] Feb 01 14:41:10.281 INFO O| Feb 01 14:41:10.281 INFO STEP 469 (remove_files) COMPLETE
64022026-02-01T14:41:10.932Z[ recovery-image] Feb 01 14:41:10.281 INFO O| Feb 01 14:41:10.281 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032026-02-01T14:41:10.932Z[ recovery-image] Feb 01 14:41:10.291 INFO O| Feb 01 14:41:10.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
64042026-02-01T14:41:10.932Z[ recovery-image] Feb 01 14:41:10.291 INFO O| Feb 01 14:41:10.291 INFO STEP 470 (remove_files) COMPLETE
64052026-02-01T14:41:10.932Z[ recovery-image] Feb 01 14:41:10.291 INFO O| Feb 01 14:41:10.291 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062026-02-01T14:41:10.932Z[ recovery-image] Feb 01 14:41:10.301 INFO O| Feb 01 14:41:10.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
64072026-02-01T14:41:10.932Z[ recovery-image] Feb 01 14:41:10.301 INFO O| Feb 01 14:41:10.301 INFO STEP 471 (remove_files) COMPLETE
64082026-02-01T14:41:10.932Z[ recovery-image] Feb 01 14:41:10.301 INFO O| Feb 01 14:41:10.301 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092026-02-01T14:41:10.956Z[ recovery-image] Feb 01 14:41:10.313 INFO O| Feb 01 14:41:10.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
64102026-02-01T14:41:10.956Z[ recovery-image] Feb 01 14:41:10.313 INFO O| Feb 01 14:41:10.313 INFO STEP 472 (remove_files) COMPLETE
64112026-02-01T14:41:10.956Z[ recovery-image] Feb 01 14:41:10.313 INFO O| Feb 01 14:41:10.313 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122026-02-01T14:41:10.956Z[ recovery-image] Feb 01 14:41:10.324 INFO O| Feb 01 14:41:10.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
64132026-02-01T14:41:10.956Z[ recovery-image] Feb 01 14:41:10.324 INFO O| Feb 01 14:41:10.324 INFO STEP 473 (remove_files) COMPLETE
64142026-02-01T14:41:10.956Z[ recovery-image] Feb 01 14:41:10.324 INFO O| Feb 01 14:41:10.324 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152026-02-01T14:41:10.980Z[ recovery-image] Feb 01 14:41:10.333 INFO O| Feb 01 14:41:10.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
64162026-02-01T14:41:10.980Z[ recovery-image] Feb 01 14:41:10.334 INFO O| Feb 01 14:41:10.334 INFO STEP 474 (remove_files) COMPLETE
64172026-02-01T14:41:10.980Z[ recovery-image] Feb 01 14:41:10.334 INFO O| Feb 01 14:41:10.334 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182026-02-01T14:41:10.980Z[ recovery-image] Feb 01 14:41:10.343 INFO O| Feb 01 14:41:10.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
64192026-02-01T14:41:10.980Z[ recovery-image] Feb 01 14:41:10.343 INFO O| Feb 01 14:41:10.343 INFO STEP 475 (remove_files) COMPLETE
64202026-02-01T14:41:10.980Z[ recovery-image] Feb 01 14:41:10.343 INFO O| Feb 01 14:41:10.343 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212026-02-01T14:41:11.004Z[ recovery-image] Feb 01 14:41:10.354 INFO O| Feb 01 14:41:10.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
64222026-02-01T14:41:11.004Z[ recovery-image] Feb 01 14:41:10.354 INFO O| Feb 01 14:41:10.354 INFO STEP 476 (remove_files) COMPLETE
64232026-02-01T14:41:11.004Z[ recovery-image] Feb 01 14:41:10.354 INFO O| Feb 01 14:41:10.354 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242026-02-01T14:41:11.004Z[ recovery-image] Feb 01 14:41:10.364 INFO O| Feb 01 14:41:10.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
64252026-02-01T14:41:11.004Z[ recovery-image] Feb 01 14:41:10.364 INFO O| Feb 01 14:41:10.364 INFO STEP 477 (remove_files) COMPLETE
64262026-02-01T14:41:11.004Z[ recovery-image] Feb 01 14:41:10.364 INFO O| Feb 01 14:41:10.364 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272026-02-01T14:41:11.004Z[ recovery-image] Feb 01 14:41:10.375 INFO O| Feb 01 14:41:10.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
64282026-02-01T14:41:11.004Z[ recovery-image] Feb 01 14:41:10.375 INFO O| Feb 01 14:41:10.375 INFO STEP 478 (remove_files) COMPLETE
64292026-02-01T14:41:11.004Z[ recovery-image] Feb 01 14:41:10.375 INFO O| Feb 01 14:41:10.375 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302026-02-01T14:41:11.028Z[ recovery-image] Feb 01 14:41:10.385 INFO O| Feb 01 14:41:10.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
64312026-02-01T14:41:11.028Z[ recovery-image] Feb 01 14:41:10.385 INFO O| Feb 01 14:41:10.385 INFO STEP 479 (remove_files) COMPLETE
64322026-02-01T14:41:11.028Z[ recovery-image] Feb 01 14:41:10.385 INFO O| Feb 01 14:41:10.385 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332026-02-01T14:41:11.028Z[ recovery-image] Feb 01 14:41:10.400 INFO O| Feb 01 14:41:10.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
64342026-02-01T14:41:11.028Z[ recovery-image] Feb 01 14:41:10.401 INFO O| Feb 01 14:41:10.400 INFO STEP 480 (remove_files) COMPLETE
64352026-02-01T14:41:11.028Z[ recovery-image] Feb 01 14:41:10.401 INFO O| Feb 01 14:41:10.401 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362026-02-01T14:41:11.052Z[ recovery-image] Feb 01 14:41:10.419 INFO O| Feb 01 14:41:10.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
64372026-02-01T14:41:11.052Z[ recovery-image] Feb 01 14:41:10.419 INFO O| Feb 01 14:41:10.419 INFO STEP 481 (remove_files) COMPLETE
64382026-02-01T14:41:11.052Z[ recovery-image] Feb 01 14:41:10.419 INFO O| Feb 01 14:41:10.419 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392026-02-01T14:41:11.076Z[ recovery-image] Feb 01 14:41:10.437 INFO O| Feb 01 14:41:10.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
64402026-02-01T14:41:11.076Z[ recovery-image] Feb 01 14:41:10.437 INFO O| Feb 01 14:41:10.437 INFO STEP 482 (remove_files) COMPLETE
64412026-02-01T14:41:11.076Z[ recovery-image] Feb 01 14:41:10.437 INFO O| Feb 01 14:41:10.437 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422026-02-01T14:41:11.101Z[ recovery-image] Feb 01 14:41:10.453 INFO O| Feb 01 14:41:10.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
64432026-02-01T14:41:11.101Z[ recovery-image] Feb 01 14:41:10.454 INFO O| Feb 01 14:41:10.454 INFO STEP 483 (remove_files) COMPLETE
64442026-02-01T14:41:11.101Z[ recovery-image] Feb 01 14:41:10.454 INFO O| Feb 01 14:41:10.454 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452026-02-01T14:41:11.101Z[ recovery-image] Feb 01 14:41:10.465 INFO O| Feb 01 14:41:10.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
64462026-02-01T14:41:11.101Z[ recovery-image] Feb 01 14:41:10.465 INFO O| Feb 01 14:41:10.465 INFO STEP 484 (remove_files) COMPLETE
64472026-02-01T14:41:11.101Z[ recovery-image] Feb 01 14:41:10.465 INFO O| Feb 01 14:41:10.465 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482026-02-01T14:41:11.124Z[ recovery-image] Feb 01 14:41:10.476 INFO O| Feb 01 14:41:10.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
64492026-02-01T14:41:11.124Z[ recovery-image] Feb 01 14:41:10.476 INFO O| Feb 01 14:41:10.476 INFO STEP 485 (remove_files) COMPLETE
64502026-02-01T14:41:11.124Z[ recovery-image] Feb 01 14:41:10.476 INFO O| Feb 01 14:41:10.476 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512026-02-01T14:41:11.124Z[ recovery-image] Feb 01 14:41:10.488 INFO O| Feb 01 14:41:10.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
64522026-02-01T14:41:11.125Z[ recovery-image] Feb 01 14:41:10.488 INFO O| Feb 01 14:41:10.488 INFO STEP 486 (remove_files) COMPLETE
64532026-02-01T14:41:11.125Z[ recovery-image] Feb 01 14:41:10.488 INFO O| Feb 01 14:41:10.488 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542026-02-01T14:41:11.148Z[ recovery-image] Feb 01 14:41:10.498 INFO O| Feb 01 14:41:10.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
64552026-02-01T14:41:11.148Z[ recovery-image] Feb 01 14:41:10.499 INFO O| Feb 01 14:41:10.498 INFO STEP 487 (remove_files) COMPLETE
64562026-02-01T14:41:11.148Z[ recovery-image] Feb 01 14:41:10.499 INFO O| Feb 01 14:41:10.499 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572026-02-01T14:41:11.148Z[ recovery-image] Feb 01 14:41:10.509 INFO O| Feb 01 14:41:10.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
64582026-02-01T14:41:11.149Z[ recovery-image] Feb 01 14:41:10.509 INFO O| Feb 01 14:41:10.509 INFO STEP 488 (remove_files) COMPLETE
64592026-02-01T14:41:11.149Z[ recovery-image] Feb 01 14:41:10.509 INFO O| Feb 01 14:41:10.509 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602026-02-01T14:41:11.149Z[ recovery-image] Feb 01 14:41:10.520 INFO O| Feb 01 14:41:10.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
64612026-02-01T14:41:11.149Z[ recovery-image] Feb 01 14:41:10.520 INFO O| Feb 01 14:41:10.520 INFO STEP 489 (remove_files) COMPLETE
64622026-02-01T14:41:11.149Z[ recovery-image] Feb 01 14:41:10.520 INFO O| Feb 01 14:41:10.520 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632026-02-01T14:41:11.172Z[ recovery-image] Feb 01 14:41:10.530 INFO O| Feb 01 14:41:10.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
64642026-02-01T14:41:11.172Z[ recovery-image] Feb 01 14:41:10.530 INFO O| Feb 01 14:41:10.530 INFO STEP 490 (remove_files) COMPLETE
64652026-02-01T14:41:11.172Z[ recovery-image] Feb 01 14:41:10.530 INFO O| Feb 01 14:41:10.530 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662026-02-01T14:41:11.172Z[ recovery-image] Feb 01 14:41:10.540 INFO O| Feb 01 14:41:10.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
64672026-02-01T14:41:11.172Z[ recovery-image] Feb 01 14:41:10.540 INFO O| Feb 01 14:41:10.540 INFO STEP 491 (remove_files) COMPLETE
64682026-02-01T14:41:11.172Z[ recovery-image] Feb 01 14:41:10.540 INFO O| Feb 01 14:41:10.540 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692026-02-01T14:41:11.196Z[ recovery-image] Feb 01 14:41:10.550 INFO O| Feb 01 14:41:10.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
64702026-02-01T14:41:11.196Z[ recovery-image] Feb 01 14:41:10.550 INFO O| Feb 01 14:41:10.550 INFO STEP 492 (remove_files) COMPLETE
64712026-02-01T14:41:11.196Z[ recovery-image] Feb 01 14:41:10.550 INFO O| Feb 01 14:41:10.550 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722026-02-01T14:41:11.196Z[ recovery-image] Feb 01 14:41:10.560 INFO O| Feb 01 14:41:10.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
64732026-02-01T14:41:11.196Z[ recovery-image] Feb 01 14:41:10.560 INFO O| Feb 01 14:41:10.560 INFO STEP 493 (remove_files) COMPLETE
64742026-02-01T14:41:11.196Z[ recovery-image] Feb 01 14:41:10.560 INFO O| Feb 01 14:41:10.560 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752026-02-01T14:41:11.220Z[ recovery-image] Feb 01 14:41:10.573 INFO O| Feb 01 14:41:10.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
64762026-02-01T14:41:11.220Z[ recovery-image] Feb 01 14:41:10.573 INFO O| Feb 01 14:41:10.573 INFO STEP 494 (remove_files) COMPLETE
64772026-02-01T14:41:11.220Z[ recovery-image] Feb 01 14:41:10.573 INFO O| Feb 01 14:41:10.573 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782026-02-01T14:41:11.220Z[ recovery-image] Feb 01 14:41:10.583 INFO O| Feb 01 14:41:10.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
64792026-02-01T14:41:11.220Z[ recovery-image] Feb 01 14:41:10.583 INFO O| Feb 01 14:41:10.583 INFO STEP 495 (remove_files) COMPLETE
64802026-02-01T14:41:11.220Z[ recovery-image] Feb 01 14:41:10.583 INFO O| Feb 01 14:41:10.583 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812026-02-01T14:41:11.245Z[ recovery-image] Feb 01 14:41:10.597 INFO O| Feb 01 14:41:10.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
64822026-02-01T14:41:11.245Z[ recovery-image] Feb 01 14:41:10.597 INFO O| Feb 01 14:41:10.597 INFO STEP 496 (remove_files) COMPLETE
64832026-02-01T14:41:11.245Z[ recovery-image] Feb 01 14:41:10.597 INFO O| Feb 01 14:41:10.597 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842026-02-01T14:41:11.245Z[ recovery-image] Feb 01 14:41:10.611 INFO O| Feb 01 14:41:10.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
64852026-02-01T14:41:11.245Z[ recovery-image] Feb 01 14:41:10.611 INFO O| Feb 01 14:41:10.611 INFO STEP 497 (remove_files) COMPLETE
64862026-02-01T14:41:11.245Z[ recovery-image] Feb 01 14:41:10.611 INFO O| Feb 01 14:41:10.611 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872026-02-01T14:41:11.269Z[ recovery-image] Feb 01 14:41:10.621 INFO O| Feb 01 14:41:10.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
64882026-02-01T14:41:11.269Z[ recovery-image] Feb 01 14:41:10.621 INFO O| Feb 01 14:41:10.621 INFO STEP 498 (remove_files) COMPLETE
64892026-02-01T14:41:11.269Z[ recovery-image] Feb 01 14:41:10.621 INFO O| Feb 01 14:41:10.621 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902026-02-01T14:41:11.269Z[ recovery-image] Feb 01 14:41:10.631 INFO O| Feb 01 14:41:10.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
64912026-02-01T14:41:11.269Z[ recovery-image] Feb 01 14:41:10.631 INFO O| Feb 01 14:41:10.631 INFO STEP 499 (remove_files) COMPLETE
64922026-02-01T14:41:11.269Z[ recovery-image] Feb 01 14:41:10.631 INFO O| Feb 01 14:41:10.631 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932026-02-01T14:41:11.293Z[ recovery-image] Feb 01 14:41:10.650 INFO O| Feb 01 14:41:10.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
64942026-02-01T14:41:11.293Z[ recovery-image] Feb 01 14:41:10.650 INFO O| Feb 01 14:41:10.650 INFO STEP 500 (remove_files) COMPLETE
64952026-02-01T14:41:11.293Z[ recovery-image] Feb 01 14:41:10.650 INFO O| Feb 01 14:41:10.650 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962026-02-01T14:41:11.293Z[ recovery-image] Feb 01 14:41:10.663 INFO O| Feb 01 14:41:10.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
64972026-02-01T14:41:11.293Z[ recovery-image] Feb 01 14:41:10.663 INFO O| Feb 01 14:41:10.663 INFO STEP 501 (remove_files) COMPLETE
64982026-02-01T14:41:11.293Z[ recovery-image] Feb 01 14:41:10.663 INFO O| Feb 01 14:41:10.663 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992026-02-01T14:41:11.321Z[ recovery-image] Feb 01 14:41:10.674 INFO O| Feb 01 14:41:10.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
65002026-02-01T14:41:11.321Z[ recovery-image] Feb 01 14:41:10.674 INFO O| Feb 01 14:41:10.674 INFO STEP 502 (remove_files) COMPLETE
65012026-02-01T14:41:11.321Z[ recovery-image] Feb 01 14:41:10.674 INFO O| Feb 01 14:41:10.674 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022026-02-01T14:41:11.321Z[ recovery-image] Feb 01 14:41:10.686 INFO O| Feb 01 14:41:10.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
65032026-02-01T14:41:11.321Z[ recovery-image] Feb 01 14:41:10.687 INFO O| Feb 01 14:41:10.687 INFO STEP 503 (remove_files) COMPLETE
65042026-02-01T14:41:11.322Z[ recovery-image] Feb 01 14:41:10.687 INFO O| Feb 01 14:41:10.687 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052026-02-01T14:41:11.346Z[ recovery-image] Feb 01 14:41:10.699 INFO O| Feb 01 14:41:10.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
65062026-02-01T14:41:11.346Z[ recovery-image] Feb 01 14:41:10.699 INFO O| Feb 01 14:41:10.699 INFO STEP 504 (remove_files) COMPLETE
65072026-02-01T14:41:11.346Z[ recovery-image] Feb 01 14:41:10.699 INFO O| Feb 01 14:41:10.699 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082026-02-01T14:41:11.346Z[ recovery-image] Feb 01 14:41:10.713 INFO O| Feb 01 14:41:10.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
65092026-02-01T14:41:11.346Z[ recovery-image] Feb 01 14:41:10.713 INFO O| Feb 01 14:41:10.713 INFO STEP 505 (remove_files) COMPLETE
65102026-02-01T14:41:11.346Z[ recovery-image] Feb 01 14:41:10.713 INFO O| Feb 01 14:41:10.713 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112026-02-01T14:41:11.370Z[ recovery-image] Feb 01 14:41:10.726 INFO O| Feb 01 14:41:10.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
65122026-02-01T14:41:11.370Z[ recovery-image] Feb 01 14:41:10.727 INFO O| Feb 01 14:41:10.727 INFO STEP 506 (remove_files) COMPLETE
65132026-02-01T14:41:11.370Z[ recovery-image] Feb 01 14:41:10.727 INFO O| Feb 01 14:41:10.727 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142026-02-01T14:41:11.370Z[ recovery-image] Feb 01 14:41:10.740 INFO O| Feb 01 14:41:10.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
65152026-02-01T14:41:11.370Z[ recovery-image] Feb 01 14:41:10.741 INFO O| Feb 01 14:41:10.740 INFO STEP 507 (remove_files) COMPLETE
65162026-02-01T14:41:11.370Z[ recovery-image] Feb 01 14:41:10.741 INFO O| Feb 01 14:41:10.741 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172026-02-01T14:41:11.394Z[ recovery-image] Feb 01 14:41:10.753 INFO O| Feb 01 14:41:10.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
65182026-02-01T14:41:11.394Z[ recovery-image] Feb 01 14:41:10.753 INFO O| Feb 01 14:41:10.753 INFO STEP 508 (remove_files) COMPLETE
65192026-02-01T14:41:11.394Z[ recovery-image] Feb 01 14:41:10.753 INFO O| Feb 01 14:41:10.753 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202026-02-01T14:41:11.394Z[ recovery-image] Feb 01 14:41:10.764 INFO O| Feb 01 14:41:10.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
65212026-02-01T14:41:11.395Z[ recovery-image] Feb 01 14:41:10.764 INFO O| Feb 01 14:41:10.764 INFO STEP 509 (remove_files) COMPLETE
65222026-02-01T14:41:11.395Z[ recovery-image] Feb 01 14:41:10.764 INFO O| Feb 01 14:41:10.764 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232026-02-01T14:41:11.418Z[ recovery-image] Feb 01 14:41:10.775 INFO O| Feb 01 14:41:10.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
65242026-02-01T14:41:11.418Z[ recovery-image] Feb 01 14:41:10.775 INFO O| Feb 01 14:41:10.775 INFO STEP 510 (remove_files) COMPLETE
65252026-02-01T14:41:11.418Z[ recovery-image] Feb 01 14:41:10.775 INFO O| Feb 01 14:41:10.775 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262026-02-01T14:41:11.418Z[ recovery-image] Feb 01 14:41:10.785 INFO O| Feb 01 14:41:10.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
65272026-02-01T14:41:11.418Z[ recovery-image] Feb 01 14:41:10.785 INFO O| Feb 01 14:41:10.785 INFO STEP 511 (remove_files) COMPLETE
65282026-02-01T14:41:11.418Z[ recovery-image] Feb 01 14:41:10.785 INFO O| Feb 01 14:41:10.785 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292026-02-01T14:41:11.442Z[ recovery-image] Feb 01 14:41:10.797 INFO O| Feb 01 14:41:10.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
65302026-02-01T14:41:11.443Z[ recovery-image] Feb 01 14:41:10.797 INFO O| Feb 01 14:41:10.797 INFO STEP 512 (remove_files) COMPLETE
65312026-02-01T14:41:11.443Z[ recovery-image] Feb 01 14:41:10.797 INFO O| Feb 01 14:41:10.797 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322026-02-01T14:41:11.443Z[ recovery-image] Feb 01 14:41:10.807 INFO O| Feb 01 14:41:10.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
65332026-02-01T14:41:11.443Z[ recovery-image] Feb 01 14:41:10.807 INFO O| Feb 01 14:41:10.807 INFO STEP 513 (remove_files) COMPLETE
65342026-02-01T14:41:11.443Z[ recovery-image] Feb 01 14:41:10.807 INFO O| Feb 01 14:41:10.807 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352026-02-01T14:41:11.467Z[ recovery-image] Feb 01 14:41:10.818 INFO O| Feb 01 14:41:10.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
65362026-02-01T14:41:11.467Z[ recovery-image] Feb 01 14:41:10.818 INFO O| Feb 01 14:41:10.818 INFO STEP 514 (remove_files) COMPLETE
65372026-02-01T14:41:11.467Z[ recovery-image] Feb 01 14:41:10.818 INFO O| Feb 01 14:41:10.818 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382026-02-01T14:41:11.467Z[ recovery-image] Feb 01 14:41:10.828 INFO O| Feb 01 14:41:10.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
65392026-02-01T14:41:11.467Z[ recovery-image] Feb 01 14:41:10.828 INFO O| Feb 01 14:41:10.828 INFO STEP 515 (remove_files) COMPLETE
65402026-02-01T14:41:11.467Z[ recovery-image] Feb 01 14:41:10.828 INFO O| Feb 01 14:41:10.828 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412026-02-01T14:41:11.467Z[ recovery-image] Feb 01 14:41:10.838 INFO O| Feb 01 14:41:10.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
65422026-02-01T14:41:11.467Z[ recovery-image] Feb 01 14:41:10.839 INFO O| Feb 01 14:41:10.838 INFO STEP 516 (remove_files) COMPLETE
65432026-02-01T14:41:11.467Z[ recovery-image] Feb 01 14:41:10.839 INFO O| Feb 01 14:41:10.838 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442026-02-01T14:41:11.491Z[ recovery-image] Feb 01 14:41:10.849 INFO O| Feb 01 14:41:10.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
65452026-02-01T14:41:11.491Z[ recovery-image] Feb 01 14:41:10.849 INFO O| Feb 01 14:41:10.849 INFO STEP 517 (remove_files) COMPLETE
65462026-02-01T14:41:11.491Z[ recovery-image] Feb 01 14:41:10.849 INFO O| Feb 01 14:41:10.849 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472026-02-01T14:41:11.491Z[ recovery-image] Feb 01 14:41:10.863 INFO O| Feb 01 14:41:10.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
65482026-02-01T14:41:11.491Z[ recovery-image] Feb 01 14:41:10.863 INFO O| Feb 01 14:41:10.863 INFO STEP 518 (remove_files) COMPLETE
65492026-02-01T14:41:11.491Z[ recovery-image] Feb 01 14:41:10.863 INFO O| Feb 01 14:41:10.863 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502026-02-01T14:41:11.514Z[ recovery-image] Feb 01 14:41:10.873 INFO O| Feb 01 14:41:10.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
65512026-02-01T14:41:11.514Z[ recovery-image] Feb 01 14:41:10.873 INFO O| Feb 01 14:41:10.873 INFO STEP 519 (remove_files) COMPLETE
65522026-02-01T14:41:11.514Z[ recovery-image] Feb 01 14:41:10.873 INFO O| Feb 01 14:41:10.873 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532026-02-01T14:41:11.514Z[ recovery-image] Feb 01 14:41:10.883 INFO O| Feb 01 14:41:10.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
65542026-02-01T14:41:11.515Z[ recovery-image] Feb 01 14:41:10.884 INFO O| Feb 01 14:41:10.883 INFO STEP 520 (remove_files) COMPLETE
65552026-02-01T14:41:11.515Z[ recovery-image] Feb 01 14:41:10.884 INFO O| Feb 01 14:41:10.884 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562026-02-01T14:41:11.538Z[ recovery-image] Feb 01 14:41:10.894 INFO O| Feb 01 14:41:10.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
65572026-02-01T14:41:11.538Z[ recovery-image] Feb 01 14:41:10.895 INFO O| Feb 01 14:41:10.895 INFO STEP 521 (remove_files) COMPLETE
65582026-02-01T14:41:11.538Z[ recovery-image] Feb 01 14:41:10.895 INFO O| Feb 01 14:41:10.895 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592026-02-01T14:41:11.538Z[ recovery-image] Feb 01 14:41:10.904 INFO O| Feb 01 14:41:10.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
65602026-02-01T14:41:11.538Z[ recovery-image] Feb 01 14:41:10.905 INFO O| Feb 01 14:41:10.905 INFO STEP 522 (remove_files) COMPLETE
65612026-02-01T14:41:11.538Z[ recovery-image] Feb 01 14:41:10.905 INFO O| Feb 01 14:41:10.905 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622026-02-01T14:41:11.562Z[ recovery-image] Feb 01 14:41:10.918 INFO O| Feb 01 14:41:10.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
65632026-02-01T14:41:11.562Z[ recovery-image] Feb 01 14:41:10.918 INFO O| Feb 01 14:41:10.918 INFO STEP 523 (remove_files) COMPLETE
65642026-02-01T14:41:11.562Z[ recovery-image] Feb 01 14:41:10.918 INFO O| Feb 01 14:41:10.918 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652026-02-01T14:41:11.562Z[ recovery-image] Feb 01 14:41:10.928 INFO O| Feb 01 14:41:10.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
65662026-02-01T14:41:11.562Z[ recovery-image] Feb 01 14:41:10.928 INFO O| Feb 01 14:41:10.928 INFO STEP 524 (remove_files) COMPLETE
65672026-02-01T14:41:11.562Z[ recovery-image] Feb 01 14:41:10.928 INFO O| Feb 01 14:41:10.928 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682026-02-01T14:41:11.586Z[ recovery-image] Feb 01 14:41:10.937 INFO O| Feb 01 14:41:10.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
65692026-02-01T14:41:11.586Z[ recovery-image] Feb 01 14:41:10.937 INFO O| Feb 01 14:41:10.937 INFO STEP 525 (remove_files) COMPLETE
65702026-02-01T14:41:11.586Z[ recovery-image] Feb 01 14:41:10.937 INFO O| Feb 01 14:41:10.937 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712026-02-01T14:41:11.586Z[ recovery-image] Feb 01 14:41:10.947 INFO O| Feb 01 14:41:10.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
65722026-02-01T14:41:11.586Z[ recovery-image] Feb 01 14:41:10.947 INFO O| Feb 01 14:41:10.947 INFO STEP 526 (remove_files) COMPLETE
65732026-02-01T14:41:11.586Z[ recovery-image] Feb 01 14:41:10.947 INFO O| Feb 01 14:41:10.947 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742026-02-01T14:41:11.586Z[ recovery-image] Feb 01 14:41:10.958 INFO O| Feb 01 14:41:10.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
65752026-02-01T14:41:11.586Z[ recovery-image] Feb 01 14:41:10.959 INFO O| Feb 01 14:41:10.959 INFO STEP 527 (remove_files) COMPLETE
65762026-02-01T14:41:11.586Z[ recovery-image] Feb 01 14:41:10.959 INFO O| Feb 01 14:41:10.959 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772026-02-01T14:41:11.610Z[ recovery-image] Feb 01 14:41:10.968 INFO O| Feb 01 14:41:10.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
65782026-02-01T14:41:11.610Z[ recovery-image] Feb 01 14:41:10.968 INFO O| Feb 01 14:41:10.968 INFO STEP 528 (remove_files) COMPLETE
65792026-02-01T14:41:11.610Z[ recovery-image] Feb 01 14:41:10.968 INFO O| Feb 01 14:41:10.968 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802026-02-01T14:41:11.610Z[ recovery-image] Feb 01 14:41:10.978 INFO O| Feb 01 14:41:10.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
65812026-02-01T14:41:11.610Z[ recovery-image] Feb 01 14:41:10.978 INFO O| Feb 01 14:41:10.978 INFO STEP 529 (remove_files) COMPLETE
65822026-02-01T14:41:11.610Z[ recovery-image] Feb 01 14:41:10.978 INFO O| Feb 01 14:41:10.978 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832026-02-01T14:41:11.634Z[ recovery-image] Feb 01 14:41:10.987 INFO O| Feb 01 14:41:10.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
65842026-02-01T14:41:11.634Z[ recovery-image] Feb 01 14:41:10.987 INFO O| Feb 01 14:41:10.987 INFO STEP 530 (remove_files) COMPLETE
65852026-02-01T14:41:11.634Z[ recovery-image] Feb 01 14:41:10.987 INFO O| Feb 01 14:41:10.987 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862026-02-01T14:41:11.634Z[ recovery-image] Feb 01 14:41:10.998 INFO O| Feb 01 14:41:10.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
65872026-02-01T14:41:11.634Z[ recovery-image] Feb 01 14:41:10.999 INFO O| Feb 01 14:41:10.999 INFO STEP 531 (remove_files) COMPLETE
65882026-02-01T14:41:11.634Z[ recovery-image] Feb 01 14:41:10.999 INFO O| Feb 01 14:41:10.999 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892026-02-01T14:41:11.658Z[ recovery-image] Feb 01 14:41:11.009 INFO O| Feb 01 14:41:11.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
65902026-02-01T14:41:11.658Z[ recovery-image] Feb 01 14:41:11.009 INFO O| Feb 01 14:41:11.009 INFO STEP 532 (remove_files) COMPLETE
65912026-02-01T14:41:11.658Z[ recovery-image] Feb 01 14:41:11.009 INFO O| Feb 01 14:41:11.009 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922026-02-01T14:41:11.658Z[ recovery-image] Feb 01 14:41:11.018 INFO O| Feb 01 14:41:11.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
65932026-02-01T14:41:11.658Z[ recovery-image] Feb 01 14:41:11.018 INFO O| Feb 01 14:41:11.018 INFO STEP 533 (remove_files) COMPLETE
65942026-02-01T14:41:11.658Z[ recovery-image] Feb 01 14:41:11.018 INFO O| Feb 01 14:41:11.018 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952026-02-01T14:41:11.658Z[ recovery-image] Feb 01 14:41:11.030 INFO O| Feb 01 14:41:11.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
65962026-02-01T14:41:11.658Z[ recovery-image] Feb 01 14:41:11.030 INFO O| Feb 01 14:41:11.030 INFO STEP 534 (remove_files) COMPLETE
65972026-02-01T14:41:11.658Z[ recovery-image] Feb 01 14:41:11.030 INFO O| Feb 01 14:41:11.030 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982026-02-01T14:41:11.682Z[ recovery-image] Feb 01 14:41:11.039 INFO O| Feb 01 14:41:11.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
65992026-02-01T14:41:11.682Z[ recovery-image] Feb 01 14:41:11.039 INFO O| Feb 01 14:41:11.039 INFO STEP 535 (remove_files) COMPLETE
66002026-02-01T14:41:11.682Z[ recovery-image] Feb 01 14:41:11.039 INFO O| Feb 01 14:41:11.039 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012026-02-01T14:41:11.682Z[ recovery-image] Feb 01 14:41:11.049 INFO O| Feb 01 14:41:11.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
66022026-02-01T14:41:11.682Z[ recovery-image] Feb 01 14:41:11.049 INFO O| Feb 01 14:41:11.049 INFO STEP 536 (remove_files) COMPLETE
66032026-02-01T14:41:11.682Z[ recovery-image] Feb 01 14:41:11.049 INFO O| Feb 01 14:41:11.049 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042026-02-01T14:41:11.706Z[ recovery-image] Feb 01 14:41:11.060 INFO O| Feb 01 14:41:11.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
66052026-02-01T14:41:11.706Z[ recovery-image] Feb 01 14:41:11.060 INFO O| Feb 01 14:41:11.060 INFO STEP 537 (remove_files) COMPLETE
66062026-02-01T14:41:11.706Z[ recovery-image] Feb 01 14:41:11.060 INFO O| Feb 01 14:41:11.060 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072026-02-01T14:41:11.706Z[ recovery-image] Feb 01 14:41:11.070 INFO O| Feb 01 14:41:11.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
66082026-02-01T14:41:11.706Z[ recovery-image] Feb 01 14:41:11.070 INFO O| Feb 01 14:41:11.070 INFO STEP 538 (remove_files) COMPLETE
66092026-02-01T14:41:11.706Z[ recovery-image] Feb 01 14:41:11.070 INFO O| Feb 01 14:41:11.070 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102026-02-01T14:41:11.730Z[ recovery-image] Feb 01 14:41:11.080 INFO O| Feb 01 14:41:11.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
66112026-02-01T14:41:11.731Z[ recovery-image] Feb 01 14:41:11.080 INFO O| Feb 01 14:41:11.080 INFO STEP 539 (remove_files) COMPLETE
66122026-02-01T14:41:11.731Z[ recovery-image] Feb 01 14:41:11.080 INFO O| Feb 01 14:41:11.080 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132026-02-01T14:41:11.731Z[ recovery-image] Feb 01 14:41:11.090 INFO O| Feb 01 14:41:11.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
66142026-02-01T14:41:11.731Z[ recovery-image] Feb 01 14:41:11.090 INFO O| Feb 01 14:41:11.090 INFO STEP 540 (remove_files) COMPLETE
66152026-02-01T14:41:11.731Z[ recovery-image] Feb 01 14:41:11.090 INFO O| Feb 01 14:41:11.090 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162026-02-01T14:41:11.731Z[ recovery-image] Feb 01 14:41:11.099 INFO O| Feb 01 14:41:11.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
66172026-02-01T14:41:11.731Z[ recovery-image] Feb 01 14:41:11.099 INFO O| Feb 01 14:41:11.099 INFO STEP 541 (remove_files) COMPLETE
66182026-02-01T14:41:11.731Z[ recovery-image] Feb 01 14:41:11.099 INFO O| Feb 01 14:41:11.099 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192026-02-01T14:41:11.755Z[ recovery-image] Feb 01 14:41:11.111 INFO O| Feb 01 14:41:11.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
66202026-02-01T14:41:11.755Z[ recovery-image] Feb 01 14:41:11.111 INFO O| Feb 01 14:41:11.111 INFO STEP 542 (remove_files) COMPLETE
66212026-02-01T14:41:11.755Z[ recovery-image] Feb 01 14:41:11.111 INFO O| Feb 01 14:41:11.111 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222026-02-01T14:41:11.755Z[ recovery-image] Feb 01 14:41:11.121 INFO O| Feb 01 14:41:11.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
66232026-02-01T14:41:11.755Z[ recovery-image] Feb 01 14:41:11.121 INFO O| Feb 01 14:41:11.121 INFO STEP 543 (remove_files) COMPLETE
66242026-02-01T14:41:11.755Z[ recovery-image] Feb 01 14:41:11.121 INFO O| Feb 01 14:41:11.121 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252026-02-01T14:41:11.779Z[ recovery-image] Feb 01 14:41:11.131 INFO O| Feb 01 14:41:11.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
66262026-02-01T14:41:11.779Z[ recovery-image] Feb 01 14:41:11.131 INFO O| Feb 01 14:41:11.131 INFO STEP 544 (remove_files) COMPLETE
66272026-02-01T14:41:11.779Z[ recovery-image] Feb 01 14:41:11.131 INFO O| Feb 01 14:41:11.131 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282026-02-01T14:41:11.779Z[ recovery-image] Feb 01 14:41:11.141 INFO O| Feb 01 14:41:11.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
66292026-02-01T14:41:11.779Z[ recovery-image] Feb 01 14:41:11.141 INFO O| Feb 01 14:41:11.141 INFO STEP 545 (remove_files) COMPLETE
66302026-02-01T14:41:11.779Z[ recovery-image] Feb 01 14:41:11.141 INFO O| Feb 01 14:41:11.141 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312026-02-01T14:41:11.779Z[ recovery-image] Feb 01 14:41:11.151 INFO O| Feb 01 14:41:11.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
66322026-02-01T14:41:11.779Z[ recovery-image] Feb 01 14:41:11.151 INFO O| Feb 01 14:41:11.151 INFO STEP 546 (remove_files) COMPLETE
66332026-02-01T14:41:11.779Z[ recovery-image] Feb 01 14:41:11.151 INFO O| Feb 01 14:41:11.151 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342026-02-01T14:41:11.803Z[ recovery-image] Feb 01 14:41:11.161 INFO O| Feb 01 14:41:11.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
66352026-02-01T14:41:11.803Z[ recovery-image] Feb 01 14:41:11.161 INFO O| Feb 01 14:41:11.161 INFO STEP 547 (remove_files) COMPLETE
66362026-02-01T14:41:11.803Z[ recovery-image] Feb 01 14:41:11.161 INFO O| Feb 01 14:41:11.161 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372026-02-01T14:41:11.803Z[ recovery-image] Feb 01 14:41:11.171 INFO O| Feb 01 14:41:11.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
66382026-02-01T14:41:11.803Z[ recovery-image] Feb 01 14:41:11.171 INFO O| Feb 01 14:41:11.171 INFO STEP 548 (remove_files) COMPLETE
66392026-02-01T14:41:11.803Z[ recovery-image] Feb 01 14:41:11.171 INFO O| Feb 01 14:41:11.171 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402026-02-01T14:41:11.827Z[ recovery-image] Feb 01 14:41:11.181 INFO O| Feb 01 14:41:11.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
66412026-02-01T14:41:11.827Z[ recovery-image] Feb 01 14:41:11.181 INFO O| Feb 01 14:41:11.181 INFO STEP 549 (remove_files) COMPLETE
66422026-02-01T14:41:11.827Z[ recovery-image] Feb 01 14:41:11.181 INFO O| Feb 01 14:41:11.181 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432026-02-01T14:41:11.827Z[ recovery-image] Feb 01 14:41:11.192 INFO O| Feb 01 14:41:11.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
66442026-02-01T14:41:11.827Z[ recovery-image] Feb 01 14:41:11.192 INFO O| Feb 01 14:41:11.192 INFO STEP 550 (remove_files) COMPLETE
66452026-02-01T14:41:11.827Z[ recovery-image] Feb 01 14:41:11.192 INFO O| Feb 01 14:41:11.192 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462026-02-01T14:41:11.851Z[ recovery-image] Feb 01 14:41:11.202 INFO O| Feb 01 14:41:11.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
66472026-02-01T14:41:11.851Z[ recovery-image] Feb 01 14:41:11.202 INFO O| Feb 01 14:41:11.202 INFO STEP 551 (remove_files) COMPLETE
66482026-02-01T14:41:11.851Z[ recovery-image] Feb 01 14:41:11.202 INFO O| Feb 01 14:41:11.202 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492026-02-01T14:41:11.851Z[ recovery-image] Feb 01 14:41:11.212 INFO O| Feb 01 14:41:11.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
66502026-02-01T14:41:11.851Z[ recovery-image] Feb 01 14:41:11.212 INFO O| Feb 01 14:41:11.212 INFO STEP 552 (remove_files) COMPLETE
66512026-02-01T14:41:11.851Z[ recovery-image] Feb 01 14:41:11.212 INFO O| Feb 01 14:41:11.212 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522026-02-01T14:41:11.851Z[ recovery-image] Feb 01 14:41:11.223 INFO O| Feb 01 14:41:11.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
66532026-02-01T14:41:11.851Z[ recovery-image] Feb 01 14:41:11.223 INFO O| Feb 01 14:41:11.223 INFO STEP 553 (remove_files) COMPLETE
66542026-02-01T14:41:11.851Z[ recovery-image] Feb 01 14:41:11.224 INFO O| Feb 01 14:41:11.223 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552026-02-01T14:41:11.875Z[ recovery-image] Feb 01 14:41:11.233 INFO O| Feb 01 14:41:11.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
66562026-02-01T14:41:11.875Z[ recovery-image] Feb 01 14:41:11.233 INFO O| Feb 01 14:41:11.233 INFO STEP 554 (remove_files) COMPLETE
66572026-02-01T14:41:11.875Z[ recovery-image] Feb 01 14:41:11.233 INFO O| Feb 01 14:41:11.233 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582026-02-01T14:41:11.875Z[ recovery-image] Feb 01 14:41:11.244 INFO O| Feb 01 14:41:11.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
66592026-02-01T14:41:11.875Z[ recovery-image] Feb 01 14:41:11.245 INFO O| Feb 01 14:41:11.245 INFO STEP 555 (remove_files) COMPLETE
66602026-02-01T14:41:11.875Z[ recovery-image] Feb 01 14:41:11.245 INFO O| Feb 01 14:41:11.245 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612026-02-01T14:41:11.898Z[ recovery-image] Feb 01 14:41:11.254 INFO O| Feb 01 14:41:11.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
66622026-02-01T14:41:11.898Z[ recovery-image] Feb 01 14:41:11.255 INFO O| Feb 01 14:41:11.255 INFO STEP 556 (remove_files) COMPLETE
66632026-02-01T14:41:11.898Z[ recovery-image] Feb 01 14:41:11.255 INFO O| Feb 01 14:41:11.255 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642026-02-01T14:41:11.898Z[ recovery-image] Feb 01 14:41:11.264 INFO O| Feb 01 14:41:11.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
66652026-02-01T14:41:11.898Z[ recovery-image] Feb 01 14:41:11.265 INFO O| Feb 01 14:41:11.264 INFO STEP 557 (remove_files) COMPLETE
66662026-02-01T14:41:11.898Z[ recovery-image] Feb 01 14:41:11.265 INFO O| Feb 01 14:41:11.264 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672026-02-01T14:41:11.922Z[ recovery-image] Feb 01 14:41:11.274 INFO O| Feb 01 14:41:11.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
66682026-02-01T14:41:11.922Z[ recovery-image] Feb 01 14:41:11.274 INFO O| Feb 01 14:41:11.274 INFO STEP 558 (remove_files) COMPLETE
66692026-02-01T14:41:11.922Z[ recovery-image] Feb 01 14:41:11.274 INFO O| Feb 01 14:41:11.274 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702026-02-01T14:41:11.922Z[ recovery-image] Feb 01 14:41:11.284 INFO O| Feb 01 14:41:11.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
66712026-02-01T14:41:11.922Z[ recovery-image] Feb 01 14:41:11.284 INFO O| Feb 01 14:41:11.284 INFO STEP 559 (remove_files) COMPLETE
66722026-02-01T14:41:11.922Z[ recovery-image] Feb 01 14:41:11.284 INFO O| Feb 01 14:41:11.284 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732026-02-01T14:41:11.922Z[ recovery-image] Feb 01 14:41:11.294 INFO O| Feb 01 14:41:11.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
66742026-02-01T14:41:11.922Z[ recovery-image] Feb 01 14:41:11.294 INFO O| Feb 01 14:41:11.294 INFO STEP 560 (remove_files) COMPLETE
66752026-02-01T14:41:11.922Z[ recovery-image] Feb 01 14:41:11.294 INFO O| Feb 01 14:41:11.294 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762026-02-01T14:41:11.946Z[ recovery-image] Feb 01 14:41:11.304 INFO O| Feb 01 14:41:11.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
66772026-02-01T14:41:11.946Z[ recovery-image] Feb 01 14:41:11.305 INFO O| Feb 01 14:41:11.304 INFO STEP 561 (remove_files) COMPLETE
66782026-02-01T14:41:11.946Z[ recovery-image] Feb 01 14:41:11.305 INFO O| Feb 01 14:41:11.304 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792026-02-01T14:41:11.946Z[ recovery-image] Feb 01 14:41:11.315 INFO O| Feb 01 14:41:11.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
66802026-02-01T14:41:11.946Z[ recovery-image] Feb 01 14:41:11.315 INFO O| Feb 01 14:41:11.315 INFO STEP 562 (remove_files) COMPLETE
66812026-02-01T14:41:11.947Z[ recovery-image] Feb 01 14:41:11.315 INFO O| Feb 01 14:41:11.315 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822026-02-01T14:41:11.970Z[ recovery-image] Feb 01 14:41:11.325 INFO O| Feb 01 14:41:11.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
66832026-02-01T14:41:11.971Z[ recovery-image] Feb 01 14:41:11.325 INFO O| Feb 01 14:41:11.325 INFO STEP 563 (remove_files) COMPLETE
66842026-02-01T14:41:11.971Z[ recovery-image] Feb 01 14:41:11.325 INFO O| Feb 01 14:41:11.325 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852026-02-01T14:41:11.971Z[ recovery-image] Feb 01 14:41:11.335 INFO O| Feb 01 14:41:11.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
66862026-02-01T14:41:11.971Z[ recovery-image] Feb 01 14:41:11.335 INFO O| Feb 01 14:41:11.335 INFO STEP 564 (remove_files) COMPLETE
66872026-02-01T14:41:11.971Z[ recovery-image] Feb 01 14:41:11.335 INFO O| Feb 01 14:41:11.335 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882026-02-01T14:41:11.994Z[ recovery-image] Feb 01 14:41:11.346 INFO O| Feb 01 14:41:11.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
66892026-02-01T14:41:11.994Z[ recovery-image] Feb 01 14:41:11.346 INFO O| Feb 01 14:41:11.346 INFO STEP 565 (remove_files) COMPLETE
66902026-02-01T14:41:11.994Z[ recovery-image] Feb 01 14:41:11.346 INFO O| Feb 01 14:41:11.346 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912026-02-01T14:41:11.995Z[ recovery-image] Feb 01 14:41:11.357 INFO O| Feb 01 14:41:11.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
66922026-02-01T14:41:11.995Z[ recovery-image] Feb 01 14:41:11.357 INFO O| Feb 01 14:41:11.357 INFO STEP 566 (remove_files) COMPLETE
66932026-02-01T14:41:11.995Z[ recovery-image] Feb 01 14:41:11.357 INFO O| Feb 01 14:41:11.357 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942026-02-01T14:41:12.019Z[ recovery-image] Feb 01 14:41:11.370 INFO O| Feb 01 14:41:11.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
66952026-02-01T14:41:12.019Z[ recovery-image] Feb 01 14:41:11.371 INFO O| Feb 01 14:41:11.370 INFO STEP 567 (remove_files) COMPLETE
66962026-02-01T14:41:12.019Z[ recovery-image] Feb 01 14:41:11.371 INFO O| Feb 01 14:41:11.371 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972026-02-01T14:41:12.019Z[ recovery-image] Feb 01 14:41:11.380 INFO O| Feb 01 14:41:11.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
66982026-02-01T14:41:12.019Z[ recovery-image] Feb 01 14:41:11.380 INFO O| Feb 01 14:41:11.380 INFO STEP 568 (remove_files) COMPLETE
66992026-02-01T14:41:12.019Z[ recovery-image] Feb 01 14:41:11.380 INFO O| Feb 01 14:41:11.380 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002026-02-01T14:41:12.019Z[ recovery-image] Feb 01 14:41:11.391 INFO O| Feb 01 14:41:11.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
67012026-02-01T14:41:12.019Z[ recovery-image] Feb 01 14:41:11.391 INFO O| Feb 01 14:41:11.391 INFO STEP 569 (remove_files) COMPLETE
67022026-02-01T14:41:12.019Z[ recovery-image] Feb 01 14:41:11.391 INFO O| Feb 01 14:41:11.391 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032026-02-01T14:41:12.043Z[ recovery-image] Feb 01 14:41:11.401 INFO O| Feb 01 14:41:11.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
67042026-02-01T14:41:12.043Z[ recovery-image] Feb 01 14:41:11.401 INFO O| Feb 01 14:41:11.401 INFO STEP 570 (remove_files) COMPLETE
67052026-02-01T14:41:12.043Z[ recovery-image] Feb 01 14:41:11.401 INFO O| Feb 01 14:41:11.401 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062026-02-01T14:41:12.043Z[ recovery-image] Feb 01 14:41:11.411 INFO O| Feb 01 14:41:11.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
67072026-02-01T14:41:12.043Z[ recovery-image] Feb 01 14:41:11.411 INFO O| Feb 01 14:41:11.411 INFO STEP 571 (remove_files) COMPLETE
67082026-02-01T14:41:12.043Z[ recovery-image] Feb 01 14:41:11.411 INFO O| Feb 01 14:41:11.411 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092026-02-01T14:41:12.067Z[ recovery-image] Feb 01 14:41:11.425 INFO O| Feb 01 14:41:11.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
67102026-02-01T14:41:12.067Z[ recovery-image] Feb 01 14:41:11.425 INFO O| Feb 01 14:41:11.425 INFO STEP 572 (remove_files) COMPLETE
67112026-02-01T14:41:12.067Z[ recovery-image] Feb 01 14:41:11.425 INFO O| Feb 01 14:41:11.425 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122026-02-01T14:41:12.067Z[ recovery-image] Feb 01 14:41:11.435 INFO O| Feb 01 14:41:11.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
67132026-02-01T14:41:12.067Z[ recovery-image] Feb 01 14:41:11.435 INFO O| Feb 01 14:41:11.435 INFO STEP 573 (remove_files) COMPLETE
67142026-02-01T14:41:12.067Z[ recovery-image] Feb 01 14:41:11.435 INFO O| Feb 01 14:41:11.435 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152026-02-01T14:41:12.091Z[ recovery-image] Feb 01 14:41:11.445 INFO O| Feb 01 14:41:11.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
67162026-02-01T14:41:12.091Z[ recovery-image] Feb 01 14:41:11.445 INFO O| Feb 01 14:41:11.445 INFO STEP 574 (remove_files) COMPLETE
67172026-02-01T14:41:12.091Z[ recovery-image] Feb 01 14:41:11.445 INFO O| Feb 01 14:41:11.445 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182026-02-01T14:41:12.091Z[ recovery-image] Feb 01 14:41:11.455 INFO O| Feb 01 14:41:11.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
67192026-02-01T14:41:12.091Z[ recovery-image] Feb 01 14:41:11.455 INFO O| Feb 01 14:41:11.455 INFO STEP 575 (remove_files) COMPLETE
67202026-02-01T14:41:12.091Z[ recovery-image] Feb 01 14:41:11.455 INFO O| Feb 01 14:41:11.455 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212026-02-01T14:41:12.115Z[ recovery-image] Feb 01 14:41:11.464 INFO O| Feb 01 14:41:11.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
67222026-02-01T14:41:12.115Z[ recovery-image] Feb 01 14:41:11.464 INFO O| Feb 01 14:41:11.464 INFO STEP 576 (remove_files) COMPLETE
67232026-02-01T14:41:12.116Z[ recovery-image] Feb 01 14:41:11.464 INFO O| Feb 01 14:41:11.464 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242026-02-01T14:41:12.116Z[ recovery-image] Feb 01 14:41:11.474 INFO O| Feb 01 14:41:11.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
67252026-02-01T14:41:12.116Z[ recovery-image] Feb 01 14:41:11.474 INFO O| Feb 01 14:41:11.474 INFO STEP 577 (remove_files) COMPLETE
67262026-02-01T14:41:12.116Z[ recovery-image] Feb 01 14:41:11.474 INFO O| Feb 01 14:41:11.474 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272026-02-01T14:41:12.116Z[ recovery-image] Feb 01 14:41:11.488 INFO O| Feb 01 14:41:11.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
67282026-02-01T14:41:12.116Z[ recovery-image] Feb 01 14:41:11.488 INFO O| Feb 01 14:41:11.488 INFO STEP 578 (remove_files) COMPLETE
67292026-02-01T14:41:12.116Z[ recovery-image] Feb 01 14:41:11.488 INFO O| Feb 01 14:41:11.488 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302026-02-01T14:41:12.139Z[ recovery-image] Feb 01 14:41:11.497 INFO O| Feb 01 14:41:11.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
67312026-02-01T14:41:12.139Z[ recovery-image] Feb 01 14:41:11.497 INFO O| Feb 01 14:41:11.497 INFO STEP 579 (remove_files) COMPLETE
67322026-02-01T14:41:12.140Z[ recovery-image] Feb 01 14:41:11.497 INFO O| Feb 01 14:41:11.497 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332026-02-01T14:41:12.140Z[ recovery-image] Feb 01 14:41:11.507 INFO O| Feb 01 14:41:11.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
67342026-02-01T14:41:12.140Z[ recovery-image] Feb 01 14:41:11.507 INFO O| Feb 01 14:41:11.507 INFO STEP 580 (remove_files) COMPLETE
67352026-02-01T14:41:12.140Z[ recovery-image] Feb 01 14:41:11.507 INFO O| Feb 01 14:41:11.507 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362026-02-01T14:41:12.163Z[ recovery-image] Feb 01 14:41:11.516 INFO O| Feb 01 14:41:11.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
67372026-02-01T14:41:12.163Z[ recovery-image] Feb 01 14:41:11.517 INFO O| Feb 01 14:41:11.516 INFO STEP 581 (remove_files) COMPLETE
67382026-02-01T14:41:12.163Z[ recovery-image] Feb 01 14:41:11.517 INFO O| Feb 01 14:41:11.517 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392026-02-01T14:41:12.187Z[ recovery-image] Feb 01 14:41:11.538 INFO O| Feb 01 14:41:11.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
67402026-02-01T14:41:12.188Z[ recovery-image] Feb 01 14:41:11.538 INFO O| Feb 01 14:41:11.538 INFO STEP 582 (remove_files) COMPLETE
67412026-02-01T14:41:12.188Z[ recovery-image] Feb 01 14:41:11.538 INFO O| Feb 01 14:41:11.538 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422026-02-01T14:41:12.188Z[ recovery-image] Feb 01 14:41:11.548 INFO O| Feb 01 14:41:11.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
67432026-02-01T14:41:12.188Z[ recovery-image] Feb 01 14:41:11.548 INFO O| Feb 01 14:41:11.548 INFO STEP 583 (remove_files) COMPLETE
67442026-02-01T14:41:12.188Z[ recovery-image] Feb 01 14:41:11.548 INFO O| Feb 01 14:41:11.548 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452026-02-01T14:41:12.188Z[ recovery-image] Feb 01 14:41:11.557 INFO O| Feb 01 14:41:11.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
67462026-02-01T14:41:12.188Z[ recovery-image] Feb 01 14:41:11.557 INFO O| Feb 01 14:41:11.557 INFO STEP 584 (remove_files) COMPLETE
67472026-02-01T14:41:12.188Z[ recovery-image] Feb 01 14:41:11.557 INFO O| Feb 01 14:41:11.557 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482026-02-01T14:41:12.211Z[ recovery-image] Feb 01 14:41:11.566 INFO O| Feb 01 14:41:11.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
67492026-02-01T14:41:12.211Z[ recovery-image] Feb 01 14:41:11.567 INFO O| Feb 01 14:41:11.566 INFO STEP 585 (remove_files) COMPLETE
67502026-02-01T14:41:12.212Z[ recovery-image] Feb 01 14:41:11.567 INFO O| Feb 01 14:41:11.566 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512026-02-01T14:41:12.212Z[ recovery-image] Feb 01 14:41:11.576 INFO O| Feb 01 14:41:11.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
67522026-02-01T14:41:12.212Z[ recovery-image] Feb 01 14:41:11.576 INFO O| Feb 01 14:41:11.576 INFO STEP 586 (remove_files) COMPLETE
67532026-02-01T14:41:12.212Z[ recovery-image] Feb 01 14:41:11.576 INFO O| Feb 01 14:41:11.576 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542026-02-01T14:41:12.258Z[ recovery-image] Feb 01 14:41:11.631 INFO O| Feb 01 14:41:11.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
67552026-02-01T14:41:12.258Z[ recovery-image] Feb 01 14:41:11.631 INFO O| Feb 01 14:41:11.631 INFO STEP 587 (remove_files) COMPLETE
67562026-02-01T14:41:12.258Z[ recovery-image] Feb 01 14:41:11.631 INFO O| Feb 01 14:41:11.631 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572026-02-01T14:41:12.282Z[ recovery-image] Feb 01 14:41:11.644 INFO O| Feb 01 14:41:11.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
67582026-02-01T14:41:12.282Z[ recovery-image] Feb 01 14:41:11.644 INFO O| Feb 01 14:41:11.644 INFO STEP 588 (remove_files) COMPLETE
67592026-02-01T14:41:12.282Z[ recovery-image] Feb 01 14:41:11.644 INFO O| Feb 01 14:41:11.644 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602026-02-01T14:41:12.306Z[ recovery-image] Feb 01 14:41:11.659 INFO O| Feb 01 14:41:11.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
67612026-02-01T14:41:12.306Z[ recovery-image] Feb 01 14:41:11.659 INFO O| Feb 01 14:41:11.659 INFO STEP 589 (remove_files) COMPLETE
67622026-02-01T14:41:12.306Z[ recovery-image] Feb 01 14:41:11.659 INFO O| Feb 01 14:41:11.659 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632026-02-01T14:41:12.306Z[ recovery-image] Feb 01 14:41:11.673 INFO O| Feb 01 14:41:11.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
67642026-02-01T14:41:12.306Z[ recovery-image] Feb 01 14:41:11.674 INFO O| Feb 01 14:41:11.673 INFO STEP 590 (remove_files) COMPLETE
67652026-02-01T14:41:12.307Z[ recovery-image] Feb 01 14:41:11.674 INFO O| Feb 01 14:41:11.674 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662026-02-01T14:41:12.330Z[ recovery-image] Feb 01 14:41:11.687 INFO O| Feb 01 14:41:11.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
67672026-02-01T14:41:12.331Z[ recovery-image] Feb 01 14:41:11.687 INFO O| Feb 01 14:41:11.687 INFO STEP 591 (remove_files) COMPLETE
67682026-02-01T14:41:12.331Z[ recovery-image] Feb 01 14:41:11.687 INFO O| Feb 01 14:41:11.687 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692026-02-01T14:41:12.331Z[ recovery-image] Feb 01 14:41:11.702 INFO O| Feb 01 14:41:11.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
67702026-02-01T14:41:12.331Z[ recovery-image] Feb 01 14:41:11.702 INFO O| Feb 01 14:41:11.702 INFO STEP 592 (remove_files) COMPLETE
67712026-02-01T14:41:12.331Z[ recovery-image] Feb 01 14:41:11.702 INFO O| Feb 01 14:41:11.702 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722026-02-01T14:41:12.355Z[ recovery-image] Feb 01 14:41:11.715 INFO O| Feb 01 14:41:11.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
67732026-02-01T14:41:12.355Z[ recovery-image] Feb 01 14:41:11.715 INFO O| Feb 01 14:41:11.715 INFO STEP 593 (remove_files) COMPLETE
67742026-02-01T14:41:12.355Z[ recovery-image] Feb 01 14:41:11.715 INFO O| Feb 01 14:41:11.715 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752026-02-01T14:41:12.378Z[ recovery-image] Feb 01 14:41:11.729 INFO O| Feb 01 14:41:11.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
67762026-02-01T14:41:12.378Z[ recovery-image] Feb 01 14:41:11.729 INFO O| Feb 01 14:41:11.729 INFO STEP 594 (remove_files) COMPLETE
67772026-02-01T14:41:12.378Z[ recovery-image] Feb 01 14:41:11.729 INFO O| Feb 01 14:41:11.729 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782026-02-01T14:41:12.378Z[ recovery-image] Feb 01 14:41:11.740 INFO O| Feb 01 14:41:11.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
67792026-02-01T14:41:12.378Z[ recovery-image] Feb 01 14:41:11.740 INFO O| Feb 01 14:41:11.740 INFO STEP 595 (remove_files) COMPLETE
67802026-02-01T14:41:12.378Z[ recovery-image] Feb 01 14:41:11.740 INFO O| Feb 01 14:41:11.740 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812026-02-01T14:41:12.402Z[ recovery-image] Feb 01 14:41:11.752 INFO O| Feb 01 14:41:11.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
67822026-02-01T14:41:12.402Z[ recovery-image] Feb 01 14:41:11.752 INFO O| Feb 01 14:41:11.752 INFO STEP 596 (remove_files) COMPLETE
67832026-02-01T14:41:12.403Z[ recovery-image] Feb 01 14:41:11.752 INFO O| Feb 01 14:41:11.752 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842026-02-01T14:41:12.403Z[ recovery-image] Feb 01 14:41:11.764 INFO O| Feb 01 14:41:11.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
67852026-02-01T14:41:12.403Z[ recovery-image] Feb 01 14:41:11.764 INFO O| Feb 01 14:41:11.764 INFO STEP 597 (remove_files) COMPLETE
67862026-02-01T14:41:12.403Z[ recovery-image] Feb 01 14:41:11.764 INFO O| Feb 01 14:41:11.764 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872026-02-01T14:41:12.403Z[ recovery-image] Feb 01 14:41:11.775 INFO O| Feb 01 14:41:11.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
67882026-02-01T14:41:12.403Z[ recovery-image] Feb 01 14:41:11.775 INFO O| Feb 01 14:41:11.775 INFO STEP 598 (remove_files) COMPLETE
67892026-02-01T14:41:12.403Z[ recovery-image] Feb 01 14:41:11.775 INFO O| Feb 01 14:41:11.775 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902026-02-01T14:41:12.427Z[ recovery-image] Feb 01 14:41:11.787 INFO O| Feb 01 14:41:11.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
67912026-02-01T14:41:12.427Z[ recovery-image] Feb 01 14:41:11.787 INFO O| Feb 01 14:41:11.787 INFO STEP 599 (remove_files) COMPLETE
67922026-02-01T14:41:12.427Z[ recovery-image] Feb 01 14:41:11.787 INFO O| Feb 01 14:41:11.787 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932026-02-01T14:41:12.427Z[ recovery-image] Feb 01 14:41:11.798 INFO O| Feb 01 14:41:11.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
67942026-02-01T14:41:12.427Z[ recovery-image] Feb 01 14:41:11.798 INFO O| Feb 01 14:41:11.798 INFO STEP 600 (remove_files) COMPLETE
67952026-02-01T14:41:12.427Z[ recovery-image] Feb 01 14:41:11.798 INFO O| Feb 01 14:41:11.798 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962026-02-01T14:41:12.451Z[ recovery-image] Feb 01 14:41:11.810 INFO O| Feb 01 14:41:11.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
67972026-02-01T14:41:12.451Z[ recovery-image] Feb 01 14:41:11.810 INFO O| Feb 01 14:41:11.810 INFO STEP 601 (remove_files) COMPLETE
67982026-02-01T14:41:12.451Z[ recovery-image] Feb 01 14:41:11.810 INFO O| Feb 01 14:41:11.810 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992026-02-01T14:41:12.451Z[ recovery-image] Feb 01 14:41:11.820 INFO O| Feb 01 14:41:11.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
68002026-02-01T14:41:12.451Z[ recovery-image] Feb 01 14:41:11.820 INFO O| Feb 01 14:41:11.820 INFO STEP 602 (remove_files) COMPLETE
68012026-02-01T14:41:12.451Z[ recovery-image] Feb 01 14:41:11.820 INFO O| Feb 01 14:41:11.820 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022026-02-01T14:41:12.475Z[ recovery-image] Feb 01 14:41:11.831 INFO O| Feb 01 14:41:11.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
68032026-02-01T14:41:12.475Z[ recovery-image] Feb 01 14:41:11.831 INFO O| Feb 01 14:41:11.831 INFO STEP 603 (remove_files) COMPLETE
68042026-02-01T14:41:12.475Z[ recovery-image] Feb 01 14:41:11.831 INFO O| Feb 01 14:41:11.831 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052026-02-01T14:41:12.475Z[ recovery-image] Feb 01 14:41:11.841 INFO O| Feb 01 14:41:11.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
68062026-02-01T14:41:12.475Z[ recovery-image] Feb 01 14:41:11.841 INFO O| Feb 01 14:41:11.841 INFO STEP 604 (remove_files) COMPLETE
68072026-02-01T14:41:12.475Z[ recovery-image] Feb 01 14:41:11.841 INFO O| Feb 01 14:41:11.841 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082026-02-01T14:41:12.499Z[ recovery-image] Feb 01 14:41:11.851 INFO O| Feb 01 14:41:11.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
68092026-02-01T14:41:12.499Z[ recovery-image] Feb 01 14:41:11.851 INFO O| Feb 01 14:41:11.851 INFO STEP 605 (remove_files) COMPLETE
68102026-02-01T14:41:12.499Z[ recovery-image] Feb 01 14:41:11.851 INFO O| Feb 01 14:41:11.851 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112026-02-01T14:41:12.499Z[ recovery-image] Feb 01 14:41:11.861 INFO O| Feb 01 14:41:11.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
68122026-02-01T14:41:12.499Z[ recovery-image] Feb 01 14:41:11.862 INFO O| Feb 01 14:41:11.862 INFO STEP 606 (remove_files) COMPLETE
68132026-02-01T14:41:12.499Z[ recovery-image] Feb 01 14:41:11.862 INFO O| Feb 01 14:41:11.862 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142026-02-01T14:41:12.523Z[ recovery-image] Feb 01 14:41:11.872 INFO O| Feb 01 14:41:11.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
68152026-02-01T14:41:12.523Z[ recovery-image] Feb 01 14:41:11.872 INFO O| Feb 01 14:41:11.872 INFO STEP 607 (remove_files) COMPLETE
68162026-02-01T14:41:12.523Z[ recovery-image] Feb 01 14:41:11.872 INFO O| Feb 01 14:41:11.872 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172026-02-01T14:41:12.523Z[ recovery-image] Feb 01 14:41:11.883 INFO O| Feb 01 14:41:11.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
68182026-02-01T14:41:12.524Z[ recovery-image] Feb 01 14:41:11.883 INFO O| Feb 01 14:41:11.883 INFO STEP 608 (remove_files) COMPLETE
68192026-02-01T14:41:12.524Z[ recovery-image] Feb 01 14:41:11.883 INFO O| Feb 01 14:41:11.883 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202026-02-01T14:41:12.524Z[ recovery-image] Feb 01 14:41:11.893 INFO O| Feb 01 14:41:11.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
68212026-02-01T14:41:12.524Z[ recovery-image] Feb 01 14:41:11.893 INFO O| Feb 01 14:41:11.893 INFO STEP 609 (remove_files) COMPLETE
68222026-02-01T14:41:12.524Z[ recovery-image] Feb 01 14:41:11.893 INFO O| Feb 01 14:41:11.893 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232026-02-01T14:41:12.547Z[ recovery-image] Feb 01 14:41:11.904 INFO O| Feb 01 14:41:11.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
68242026-02-01T14:41:12.547Z[ recovery-image] Feb 01 14:41:11.904 INFO O| Feb 01 14:41:11.904 INFO STEP 610 (remove_files) COMPLETE
68252026-02-01T14:41:12.547Z[ recovery-image] Feb 01 14:41:11.904 INFO O| Feb 01 14:41:11.904 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262026-02-01T14:41:12.547Z[ recovery-image] Feb 01 14:41:11.914 INFO O| Feb 01 14:41:11.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
68272026-02-01T14:41:12.547Z[ recovery-image] Feb 01 14:41:11.915 INFO O| Feb 01 14:41:11.915 INFO STEP 611 (remove_files) COMPLETE
68282026-02-01T14:41:12.547Z[ recovery-image] Feb 01 14:41:11.915 INFO O| Feb 01 14:41:11.915 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292026-02-01T14:41:12.571Z[ recovery-image] Feb 01 14:41:11.926 INFO O| Feb 01 14:41:11.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
68302026-02-01T14:41:12.571Z[ recovery-image] Feb 01 14:41:11.926 INFO O| Feb 01 14:41:11.926 INFO STEP 612 (remove_files) COMPLETE
68312026-02-01T14:41:12.571Z[ recovery-image] Feb 01 14:41:11.926 INFO O| Feb 01 14:41:11.926 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322026-02-01T14:41:12.572Z[ recovery-image] Feb 01 14:41:11.937 INFO O| Feb 01 14:41:11.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
68332026-02-01T14:41:12.572Z[ recovery-image] Feb 01 14:41:11.937 INFO O| Feb 01 14:41:11.937 INFO STEP 613 (remove_files) COMPLETE
68342026-02-01T14:41:12.572Z[ recovery-image] Feb 01 14:41:11.937 INFO O| Feb 01 14:41:11.937 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352026-02-01T14:41:12.595Z[ recovery-image] Feb 01 14:41:11.948 INFO O| Feb 01 14:41:11.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
68362026-02-01T14:41:12.595Z[ recovery-image] Feb 01 14:41:11.948 INFO O| Feb 01 14:41:11.948 INFO STEP 614 (remove_files) COMPLETE
68372026-02-01T14:41:12.595Z[ recovery-image] Feb 01 14:41:11.948 INFO O| Feb 01 14:41:11.948 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382026-02-01T14:41:12.595Z[ recovery-image] Feb 01 14:41:11.958 INFO O| Feb 01 14:41:11.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
68392026-02-01T14:41:12.595Z[ recovery-image] Feb 01 14:41:11.958 INFO O| Feb 01 14:41:11.958 INFO STEP 615 (remove_files) COMPLETE
68402026-02-01T14:41:12.595Z[ recovery-image] Feb 01 14:41:11.958 INFO O| Feb 01 14:41:11.958 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412026-02-01T14:41:12.595Z[ recovery-image] Feb 01 14:41:11.968 INFO O| Feb 01 14:41:11.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
68422026-02-01T14:41:12.596Z[ recovery-image] Feb 01 14:41:11.968 INFO O| Feb 01 14:41:11.968 INFO STEP 616 (remove_files) COMPLETE
68432026-02-01T14:41:12.596Z[ recovery-image] Feb 01 14:41:11.968 INFO O| Feb 01 14:41:11.968 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442026-02-01T14:41:12.620Z[ recovery-image] Feb 01 14:41:11.978 INFO O| Feb 01 14:41:11.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
68452026-02-01T14:41:12.620Z[ recovery-image] Feb 01 14:41:11.978 INFO O| Feb 01 14:41:11.978 INFO STEP 617 (remove_files) COMPLETE
68462026-02-01T14:41:12.620Z[ recovery-image] Feb 01 14:41:11.978 INFO O| Feb 01 14:41:11.978 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472026-02-01T14:41:12.620Z[ recovery-image] Feb 01 14:41:11.989 INFO O| Feb 01 14:41:11.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
68482026-02-01T14:41:12.620Z[ recovery-image] Feb 01 14:41:11.989 INFO O| Feb 01 14:41:11.989 INFO STEP 618 (remove_files) COMPLETE
68492026-02-01T14:41:12.620Z[ recovery-image] Feb 01 14:41:11.989 INFO O| Feb 01 14:41:11.989 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502026-02-01T14:41:12.644Z[ recovery-image] Feb 01 14:41:12.001 INFO O| Feb 01 14:41:12.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
68512026-02-01T14:41:12.644Z[ recovery-image] Feb 01 14:41:12.001 INFO O| Feb 01 14:41:12.001 INFO STEP 619 (remove_files) COMPLETE
68522026-02-01T14:41:12.644Z[ recovery-image] Feb 01 14:41:12.001 INFO O| Feb 01 14:41:12.001 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532026-02-01T14:41:12.644Z[ recovery-image] Feb 01 14:41:12.012 INFO O| Feb 01 14:41:12.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
68542026-02-01T14:41:12.644Z[ recovery-image] Feb 01 14:41:12.012 INFO O| Feb 01 14:41:12.012 INFO STEP 620 (remove_files) COMPLETE
68552026-02-01T14:41:12.644Z[ recovery-image] Feb 01 14:41:12.012 INFO O| Feb 01 14:41:12.012 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562026-02-01T14:41:12.667Z[ recovery-image] Feb 01 14:41:12.024 INFO O| Feb 01 14:41:12.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
68572026-02-01T14:41:12.668Z[ recovery-image] Feb 01 14:41:12.024 INFO O| Feb 01 14:41:12.024 INFO STEP 621 (remove_files) COMPLETE
68582026-02-01T14:41:12.668Z[ recovery-image] Feb 01 14:41:12.024 INFO O| Feb 01 14:41:12.024 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592026-02-01T14:41:12.668Z[ recovery-image] Feb 01 14:41:12.035 INFO O| Feb 01 14:41:12.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
68602026-02-01T14:41:12.668Z[ recovery-image] Feb 01 14:41:12.035 INFO O| Feb 01 14:41:12.035 INFO STEP 622 (remove_files) COMPLETE
68612026-02-01T14:41:12.668Z[ recovery-image] Feb 01 14:41:12.035 INFO O| Feb 01 14:41:12.035 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622026-02-01T14:41:12.692Z[ recovery-image] Feb 01 14:41:12.050 INFO O| Feb 01 14:41:12.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
68632026-02-01T14:41:12.692Z[ recovery-image] Feb 01 14:41:12.050 INFO O| Feb 01 14:41:12.050 INFO STEP 623 (remove_files) COMPLETE
68642026-02-01T14:41:12.692Z[ recovery-image] Feb 01 14:41:12.050 INFO O| Feb 01 14:41:12.050 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652026-02-01T14:41:12.692Z[ recovery-image] Feb 01 14:41:12.062 INFO O| Feb 01 14:41:12.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
68662026-02-01T14:41:12.692Z[ recovery-image] Feb 01 14:41:12.062 INFO O| Feb 01 14:41:12.062 INFO STEP 624 (remove_files) COMPLETE
68672026-02-01T14:41:12.692Z[ recovery-image] Feb 01 14:41:12.062 INFO O| Feb 01 14:41:12.062 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682026-02-01T14:41:12.716Z[ recovery-image] Feb 01 14:41:12.074 INFO O| Feb 01 14:41:12.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
68692026-02-01T14:41:12.716Z[ recovery-image] Feb 01 14:41:12.074 INFO O| Feb 01 14:41:12.074 INFO STEP 625 (remove_files) COMPLETE
68702026-02-01T14:41:12.716Z[ recovery-image] Feb 01 14:41:12.074 INFO O| Feb 01 14:41:12.074 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712026-02-01T14:41:12.716Z[ recovery-image] Feb 01 14:41:12.085 INFO O| Feb 01 14:41:12.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
68722026-02-01T14:41:12.716Z[ recovery-image] Feb 01 14:41:12.086 INFO O| Feb 01 14:41:12.086 INFO STEP 626 (remove_files) COMPLETE
68732026-02-01T14:41:12.716Z[ recovery-image] Feb 01 14:41:12.086 INFO O| Feb 01 14:41:12.086 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742026-02-01T14:41:12.740Z[ recovery-image] Feb 01 14:41:12.096 INFO O| Feb 01 14:41:12.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
68752026-02-01T14:41:12.740Z[ recovery-image] Feb 01 14:41:12.096 INFO O| Feb 01 14:41:12.096 INFO STEP 627 (remove_files) COMPLETE
68762026-02-01T14:41:12.740Z[ recovery-image] Feb 01 14:41:12.096 INFO O| Feb 01 14:41:12.096 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772026-02-01T14:41:12.740Z[ recovery-image] Feb 01 14:41:12.108 INFO O| Feb 01 14:41:12.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
68782026-02-01T14:41:12.740Z[ recovery-image] Feb 01 14:41:12.109 INFO O| Feb 01 14:41:12.109 INFO STEP 628 (remove_files) COMPLETE
68792026-02-01T14:41:12.740Z[ recovery-image] Feb 01 14:41:12.109 INFO O| Feb 01 14:41:12.109 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802026-02-01T14:41:12.763Z[ recovery-image] Feb 01 14:41:12.119 INFO O| Feb 01 14:41:12.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
68812026-02-01T14:41:12.763Z[ recovery-image] Feb 01 14:41:12.119 INFO O| Feb 01 14:41:12.119 INFO STEP 629 (remove_files) COMPLETE
68822026-02-01T14:41:12.763Z[ recovery-image] Feb 01 14:41:12.119 INFO O| Feb 01 14:41:12.119 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832026-02-01T14:41:12.763Z[ recovery-image] Feb 01 14:41:12.130 INFO O| Feb 01 14:41:12.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
68842026-02-01T14:41:12.763Z[ recovery-image] Feb 01 14:41:12.130 INFO O| Feb 01 14:41:12.130 INFO STEP 630 (remove_files) COMPLETE
68852026-02-01T14:41:12.764Z[ recovery-image] Feb 01 14:41:12.130 INFO O| Feb 01 14:41:12.130 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862026-02-01T14:41:12.788Z[ recovery-image] Feb 01 14:41:12.141 INFO O| Feb 01 14:41:12.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
68872026-02-01T14:41:12.788Z[ recovery-image] Feb 01 14:41:12.141 INFO O| Feb 01 14:41:12.141 INFO STEP 631 (remove_files) COMPLETE
68882026-02-01T14:41:12.788Z[ recovery-image] Feb 01 14:41:12.141 INFO O| Feb 01 14:41:12.141 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892026-02-01T14:41:12.788Z[ recovery-image] Feb 01 14:41:12.152 INFO O| Feb 01 14:41:12.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
68902026-02-01T14:41:12.788Z[ recovery-image] Feb 01 14:41:12.152 INFO O| Feb 01 14:41:12.152 INFO STEP 632 (remove_files) COMPLETE
68912026-02-01T14:41:12.788Z[ recovery-image] Feb 01 14:41:12.152 INFO O| Feb 01 14:41:12.152 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922026-02-01T14:41:12.812Z[ recovery-image] Feb 01 14:41:12.162 INFO O| Feb 01 14:41:12.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
68932026-02-01T14:41:12.812Z[ recovery-image] Feb 01 14:41:12.162 INFO O| Feb 01 14:41:12.162 INFO STEP 633 (remove_files) COMPLETE
68942026-02-01T14:41:12.812Z[ recovery-image] Feb 01 14:41:12.162 INFO O| Feb 01 14:41:12.162 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952026-02-01T14:41:12.812Z[ recovery-image] Feb 01 14:41:12.173 INFO O| Feb 01 14:41:12.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
68962026-02-01T14:41:12.812Z[ recovery-image] Feb 01 14:41:12.173 INFO O| Feb 01 14:41:12.173 INFO STEP 634 (remove_files) COMPLETE
68972026-02-01T14:41:12.812Z[ recovery-image] Feb 01 14:41:12.173 INFO O| Feb 01 14:41:12.173 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982026-02-01T14:41:12.812Z[ recovery-image] Feb 01 14:41:12.184 INFO O| Feb 01 14:41:12.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
68992026-02-01T14:41:12.812Z[ recovery-image] Feb 01 14:41:12.184 INFO O| Feb 01 14:41:12.184 INFO STEP 635 (remove_files) COMPLETE
69002026-02-01T14:41:12.812Z[ recovery-image] Feb 01 14:41:12.184 INFO O| Feb 01 14:41:12.184 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012026-02-01T14:41:12.836Z[ recovery-image] Feb 01 14:41:12.194 INFO O| Feb 01 14:41:12.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
69022026-02-01T14:41:12.836Z[ recovery-image] Feb 01 14:41:12.194 INFO O| Feb 01 14:41:12.194 INFO STEP 636 (remove_files) COMPLETE
69032026-02-01T14:41:12.836Z[ recovery-image] Feb 01 14:41:12.194 INFO O| Feb 01 14:41:12.194 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042026-02-01T14:41:12.836Z[ recovery-image] Feb 01 14:41:12.204 INFO O| Feb 01 14:41:12.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
69052026-02-01T14:41:12.836Z[ recovery-image] Feb 01 14:41:12.204 INFO O| Feb 01 14:41:12.204 INFO STEP 637 (remove_files) COMPLETE
69062026-02-01T14:41:12.836Z[ recovery-image] Feb 01 14:41:12.204 INFO O| Feb 01 14:41:12.204 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072026-02-01T14:41:12.860Z[ recovery-image] Feb 01 14:41:12.214 INFO O| Feb 01 14:41:12.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
69082026-02-01T14:41:12.860Z[ recovery-image] Feb 01 14:41:12.214 INFO O| Feb 01 14:41:12.214 INFO STEP 638 (remove_files) COMPLETE
69092026-02-01T14:41:12.861Z[ recovery-image] Feb 01 14:41:12.214 INFO O| Feb 01 14:41:12.214 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102026-02-01T14:41:12.861Z[ recovery-image] Feb 01 14:41:12.225 INFO O| Feb 01 14:41:12.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
69112026-02-01T14:41:12.861Z[ recovery-image] Feb 01 14:41:12.225 INFO O| Feb 01 14:41:12.225 INFO STEP 639 (remove_files) COMPLETE
69122026-02-01T14:41:12.861Z[ recovery-image] Feb 01 14:41:12.225 INFO O| Feb 01 14:41:12.225 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132026-02-01T14:41:12.884Z[ recovery-image] Feb 01 14:41:12.235 INFO O| Feb 01 14:41:12.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
69142026-02-01T14:41:12.884Z[ recovery-image] Feb 01 14:41:12.236 INFO O| Feb 01 14:41:12.236 INFO STEP 640 (remove_files) COMPLETE
69152026-02-01T14:41:12.884Z[ recovery-image] Feb 01 14:41:12.236 INFO O| Feb 01 14:41:12.236 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162026-02-01T14:41:12.884Z[ recovery-image] Feb 01 14:41:12.246 INFO O| Feb 01 14:41:12.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
69172026-02-01T14:41:12.884Z[ recovery-image] Feb 01 14:41:12.246 INFO O| Feb 01 14:41:12.246 INFO STEP 641 (remove_files) COMPLETE
69182026-02-01T14:41:12.884Z[ recovery-image] Feb 01 14:41:12.246 INFO O| Feb 01 14:41:12.246 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192026-02-01T14:41:12.884Z[ recovery-image] Feb 01 14:41:12.256 INFO O| Feb 01 14:41:12.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
69202026-02-01T14:41:12.885Z[ recovery-image] Feb 01 14:41:12.256 INFO O| Feb 01 14:41:12.256 INFO STEP 642 (remove_files) COMPLETE
69212026-02-01T14:41:12.885Z[ recovery-image] Feb 01 14:41:12.256 INFO O| Feb 01 14:41:12.256 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222026-02-01T14:41:12.909Z[ recovery-image] Feb 01 14:41:12.267 INFO O| Feb 01 14:41:12.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
69232026-02-01T14:41:12.909Z[ recovery-image] Feb 01 14:41:12.267 INFO O| Feb 01 14:41:12.267 INFO STEP 643 (remove_files) COMPLETE
69242026-02-01T14:41:12.909Z[ recovery-image] Feb 01 14:41:12.267 INFO O| Feb 01 14:41:12.267 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252026-02-01T14:41:12.909Z[ recovery-image] Feb 01 14:41:12.280 INFO O| Feb 01 14:41:12.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
69262026-02-01T14:41:12.909Z[ recovery-image] Feb 01 14:41:12.280 INFO O| Feb 01 14:41:12.280 INFO STEP 644 (remove_files) COMPLETE
69272026-02-01T14:41:12.909Z[ recovery-image] Feb 01 14:41:12.280 INFO O| Feb 01 14:41:12.280 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282026-02-01T14:41:12.932Z[ recovery-image] Feb 01 14:41:12.289 INFO O| Feb 01 14:41:12.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
69292026-02-01T14:41:12.932Z[ recovery-image] Feb 01 14:41:12.289 INFO O| Feb 01 14:41:12.289 INFO STEP 645 (remove_files) COMPLETE
69302026-02-01T14:41:12.932Z[ recovery-image] Feb 01 14:41:12.289 INFO O| Feb 01 14:41:12.289 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312026-02-01T14:41:12.932Z[ recovery-image] Feb 01 14:41:12.299 INFO O| Feb 01 14:41:12.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
69322026-02-01T14:41:12.932Z[ recovery-image] Feb 01 14:41:12.299 INFO O| Feb 01 14:41:12.299 INFO STEP 646 (remove_files) COMPLETE
69332026-02-01T14:41:12.932Z[ recovery-image] Feb 01 14:41:12.299 INFO O| Feb 01 14:41:12.299 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342026-02-01T14:41:12.957Z[ recovery-image] Feb 01 14:41:12.310 INFO O| Feb 01 14:41:12.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
69352026-02-01T14:41:12.957Z[ recovery-image] Feb 01 14:41:12.310 INFO O| Feb 01 14:41:12.310 INFO STEP 647 (remove_files) COMPLETE
69362026-02-01T14:41:12.957Z[ recovery-image] Feb 01 14:41:12.310 INFO O| Feb 01 14:41:12.310 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372026-02-01T14:41:12.957Z[ recovery-image] Feb 01 14:41:12.320 INFO O| Feb 01 14:41:12.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
69382026-02-01T14:41:12.957Z[ recovery-image] Feb 01 14:41:12.320 INFO O| Feb 01 14:41:12.320 INFO STEP 648 (remove_files) COMPLETE
69392026-02-01T14:41:12.957Z[ recovery-image] Feb 01 14:41:12.320 INFO O| Feb 01 14:41:12.320 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402026-02-01T14:41:12.981Z[ recovery-image] Feb 01 14:41:12.331 INFO O| Feb 01 14:41:12.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
69412026-02-01T14:41:12.981Z[ recovery-image] Feb 01 14:41:12.331 INFO O| Feb 01 14:41:12.331 INFO STEP 649 (remove_files) COMPLETE
69422026-02-01T14:41:12.981Z[ recovery-image] Feb 01 14:41:12.331 INFO O| Feb 01 14:41:12.331 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432026-02-01T14:41:12.981Z[ recovery-image] Feb 01 14:41:12.342 INFO O| Feb 01 14:41:12.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
69442026-02-01T14:41:12.981Z[ recovery-image] Feb 01 14:41:12.342 INFO O| Feb 01 14:41:12.342 INFO STEP 650 (remove_files) COMPLETE
69452026-02-01T14:41:12.981Z[ recovery-image] Feb 01 14:41:12.342 INFO O| Feb 01 14:41:12.342 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462026-02-01T14:41:12.981Z[ recovery-image] Feb 01 14:41:12.351 INFO O| Feb 01 14:41:12.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
69472026-02-01T14:41:12.981Z[ recovery-image] Feb 01 14:41:12.352 INFO O| Feb 01 14:41:12.351 INFO STEP 651 (remove_files) COMPLETE
69482026-02-01T14:41:12.981Z[ recovery-image] Feb 01 14:41:12.352 INFO O| Feb 01 14:41:12.351 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492026-02-01T14:41:13.005Z[ recovery-image] Feb 01 14:41:12.362 INFO O| Feb 01 14:41:12.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
69502026-02-01T14:41:13.005Z[ recovery-image] Feb 01 14:41:12.362 INFO O| Feb 01 14:41:12.362 INFO STEP 652 (remove_files) COMPLETE
69512026-02-01T14:41:13.005Z[ recovery-image] Feb 01 14:41:12.362 INFO O| Feb 01 14:41:12.362 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522026-02-01T14:41:13.005Z[ recovery-image] Feb 01 14:41:12.372 INFO O| Feb 01 14:41:12.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
69532026-02-01T14:41:13.005Z[ recovery-image] Feb 01 14:41:12.373 INFO O| Feb 01 14:41:12.373 INFO STEP 653 (remove_files) COMPLETE
69542026-02-01T14:41:13.005Z[ recovery-image] Feb 01 14:41:12.373 INFO O| Feb 01 14:41:12.373 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552026-02-01T14:41:13.029Z[ recovery-image] Feb 01 14:41:12.382 INFO O| Feb 01 14:41:12.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
69562026-02-01T14:41:13.029Z[ recovery-image] Feb 01 14:41:12.382 INFO O| Feb 01 14:41:12.382 INFO STEP 654 (remove_files) COMPLETE
69572026-02-01T14:41:13.029Z[ recovery-image] Feb 01 14:41:12.382 INFO O| Feb 01 14:41:12.382 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582026-02-01T14:41:13.029Z[ recovery-image] Feb 01 14:41:12.397 INFO O| Feb 01 14:41:12.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
69592026-02-01T14:41:13.029Z[ recovery-image] Feb 01 14:41:12.397 INFO O| Feb 01 14:41:12.397 INFO STEP 655 (remove_files) COMPLETE
69602026-02-01T14:41:13.029Z[ recovery-image] Feb 01 14:41:12.397 INFO O| Feb 01 14:41:12.397 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612026-02-01T14:41:13.053Z[ recovery-image] Feb 01 14:41:12.414 INFO O| Feb 01 14:41:12.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
69622026-02-01T14:41:13.053Z[ recovery-image] Feb 01 14:41:12.414 INFO O| Feb 01 14:41:12.414 INFO STEP 656 (remove_files) COMPLETE
69632026-02-01T14:41:13.053Z[ recovery-image] Feb 01 14:41:12.414 INFO O| Feb 01 14:41:12.414 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642026-02-01T14:41:13.077Z[ recovery-image] Feb 01 14:41:12.432 INFO O| Feb 01 14:41:12.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
69652026-02-01T14:41:13.077Z[ recovery-image] Feb 01 14:41:12.433 INFO O| Feb 01 14:41:12.432 INFO STEP 657 (remove_files) COMPLETE
69662026-02-01T14:41:13.077Z[ recovery-image] Feb 01 14:41:12.433 INFO O| Feb 01 14:41:12.433 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672026-02-01T14:41:13.102Z[ recovery-image] Feb 01 14:41:12.451 INFO O| Feb 01 14:41:12.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
69682026-02-01T14:41:13.102Z[ recovery-image] Feb 01 14:41:12.451 INFO O| Feb 01 14:41:12.451 INFO STEP 658 (remove_files) COMPLETE
69692026-02-01T14:41:13.102Z[ recovery-image] Feb 01 14:41:12.451 INFO O| Feb 01 14:41:12.451 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702026-02-01T14:41:13.102Z[ recovery-image] Feb 01 14:41:12.461 INFO O| Feb 01 14:41:12.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
69712026-02-01T14:41:13.102Z[ recovery-image] Feb 01 14:41:12.461 INFO O| Feb 01 14:41:12.461 INFO STEP 659 (remove_files) COMPLETE
69722026-02-01T14:41:13.102Z[ recovery-image] Feb 01 14:41:12.461 INFO O| Feb 01 14:41:12.461 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732026-02-01T14:41:13.102Z[ recovery-image] Feb 01 14:41:12.470 INFO O| Feb 01 14:41:12.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
69742026-02-01T14:41:13.102Z[ recovery-image] Feb 01 14:41:12.470 INFO O| Feb 01 14:41:12.470 INFO STEP 660 (remove_files) COMPLETE
69752026-02-01T14:41:13.102Z[ recovery-image] Feb 01 14:41:12.470 INFO O| Feb 01 14:41:12.470 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762026-02-01T14:41:13.126Z[ recovery-image] Feb 01 14:41:12.480 INFO O| Feb 01 14:41:12.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
69772026-02-01T14:41:13.126Z[ recovery-image] Feb 01 14:41:12.480 INFO O| Feb 01 14:41:12.480 INFO STEP 661 (remove_files) COMPLETE
69782026-02-01T14:41:13.126Z[ recovery-image] Feb 01 14:41:12.480 INFO O| Feb 01 14:41:12.480 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792026-02-01T14:41:13.126Z[ recovery-image] Feb 01 14:41:12.489 INFO O| Feb 01 14:41:12.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
69802026-02-01T14:41:13.126Z[ recovery-image] Feb 01 14:41:12.489 INFO O| Feb 01 14:41:12.489 INFO STEP 662 (remove_files) COMPLETE
69812026-02-01T14:41:13.126Z[ recovery-image] Feb 01 14:41:12.489 INFO O| Feb 01 14:41:12.489 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822026-02-01T14:41:13.126Z[ recovery-image] Feb 01 14:41:12.498 INFO O| Feb 01 14:41:12.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
69832026-02-01T14:41:13.126Z[ recovery-image] Feb 01 14:41:12.498 INFO O| Feb 01 14:41:12.498 INFO STEP 663 (remove_files) COMPLETE
69842026-02-01T14:41:13.126Z[ recovery-image] Feb 01 14:41:12.499 INFO O| Feb 01 14:41:12.498 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852026-02-01T14:41:13.150Z[ recovery-image] Feb 01 14:41:12.508 INFO O| Feb 01 14:41:12.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
69862026-02-01T14:41:13.150Z[ recovery-image] Feb 01 14:41:12.508 INFO O| Feb 01 14:41:12.508 INFO STEP 664 (remove_files) COMPLETE
69872026-02-01T14:41:13.150Z[ recovery-image] Feb 01 14:41:12.508 INFO O| Feb 01 14:41:12.508 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882026-02-01T14:41:13.150Z[ recovery-image] Feb 01 14:41:12.518 INFO O| Feb 01 14:41:12.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
69892026-02-01T14:41:13.150Z[ recovery-image] Feb 01 14:41:12.518 INFO O| Feb 01 14:41:12.518 INFO STEP 665 (remove_files) COMPLETE
69902026-02-01T14:41:13.150Z[ recovery-image] Feb 01 14:41:12.518 INFO O| Feb 01 14:41:12.518 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912026-02-01T14:41:13.173Z[ recovery-image] Feb 01 14:41:12.527 INFO O| Feb 01 14:41:12.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
69922026-02-01T14:41:13.173Z[ recovery-image] Feb 01 14:41:12.527 INFO O| Feb 01 14:41:12.527 INFO STEP 666 (remove_files) COMPLETE
69932026-02-01T14:41:13.174Z[ recovery-image] Feb 01 14:41:12.527 INFO O| Feb 01 14:41:12.527 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942026-02-01T14:41:13.174Z[ recovery-image] Feb 01 14:41:12.537 INFO O| Feb 01 14:41:12.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
69952026-02-01T14:41:13.174Z[ recovery-image] Feb 01 14:41:12.537 INFO O| Feb 01 14:41:12.537 INFO STEP 667 (remove_files) COMPLETE
69962026-02-01T14:41:13.174Z[ recovery-image] Feb 01 14:41:12.537 INFO O| Feb 01 14:41:12.537 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972026-02-01T14:41:13.174Z[ recovery-image] Feb 01 14:41:12.546 INFO O| Feb 01 14:41:12.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
69982026-02-01T14:41:13.174Z[ recovery-image] Feb 01 14:41:12.546 INFO O| Feb 01 14:41:12.546 INFO STEP 668 (remove_files) COMPLETE
69992026-02-01T14:41:13.174Z[ recovery-image] Feb 01 14:41:12.546 INFO O| Feb 01 14:41:12.546 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002026-02-01T14:41:13.198Z[ recovery-image] Feb 01 14:41:12.555 INFO O| Feb 01 14:41:12.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
70012026-02-01T14:41:13.198Z[ recovery-image] Feb 01 14:41:12.555 INFO O| Feb 01 14:41:12.555 INFO STEP 669 (remove_files) COMPLETE
70022026-02-01T14:41:13.198Z[ recovery-image] Feb 01 14:41:12.555 INFO O| Feb 01 14:41:12.555 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032026-02-01T14:41:13.198Z[ recovery-image] Feb 01 14:41:12.564 INFO O| Feb 01 14:41:12.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
70042026-02-01T14:41:13.198Z[ recovery-image] Feb 01 14:41:12.565 INFO O| Feb 01 14:41:12.564 INFO STEP 670 (remove_files) COMPLETE
70052026-02-01T14:41:13.198Z[ recovery-image] Feb 01 14:41:12.565 INFO O| Feb 01 14:41:12.564 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062026-02-01T14:41:13.221Z[ recovery-image] Feb 01 14:41:12.574 INFO O| Feb 01 14:41:12.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
70072026-02-01T14:41:13.222Z[ recovery-image] Feb 01 14:41:12.574 INFO O| Feb 01 14:41:12.574 INFO STEP 671 (remove_files) COMPLETE
70082026-02-01T14:41:13.222Z[ recovery-image] Feb 01 14:41:12.574 INFO O| Feb 01 14:41:12.574 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092026-02-01T14:41:13.222Z[ recovery-image] Feb 01 14:41:12.583 INFO O| Feb 01 14:41:12.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
70102026-02-01T14:41:13.222Z[ recovery-image] Feb 01 14:41:12.583 INFO O| Feb 01 14:41:12.583 INFO STEP 672 (remove_files) COMPLETE
70112026-02-01T14:41:13.222Z[ recovery-image] Feb 01 14:41:12.583 INFO O| Feb 01 14:41:12.583 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122026-02-01T14:41:13.222Z[ recovery-image] Feb 01 14:41:12.592 INFO O| Feb 01 14:41:12.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
70132026-02-01T14:41:13.222Z[ recovery-image] Feb 01 14:41:12.592 INFO O| Feb 01 14:41:12.592 INFO STEP 673 (remove_files) COMPLETE
70142026-02-01T14:41:13.222Z[ recovery-image] Feb 01 14:41:12.592 INFO O| Feb 01 14:41:12.592 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152026-02-01T14:41:13.245Z[ recovery-image] Feb 01 14:41:12.602 INFO O| Feb 01 14:41:12.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
70162026-02-01T14:41:13.245Z[ recovery-image] Feb 01 14:41:12.602 INFO O| Feb 01 14:41:12.602 INFO STEP 674 (remove_files) COMPLETE
70172026-02-01T14:41:13.246Z[ recovery-image] Feb 01 14:41:12.602 INFO O| Feb 01 14:41:12.602 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182026-02-01T14:41:13.246Z[ recovery-image] Feb 01 14:41:12.611 INFO O| Feb 01 14:41:12.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
70192026-02-01T14:41:13.246Z[ recovery-image] Feb 01 14:41:12.611 INFO O| Feb 01 14:41:12.611 INFO STEP 675 (remove_files) COMPLETE
70202026-02-01T14:41:13.246Z[ recovery-image] Feb 01 14:41:12.611 INFO O| Feb 01 14:41:12.611 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212026-02-01T14:41:13.270Z[ recovery-image] Feb 01 14:41:12.620 INFO O| Feb 01 14:41:12.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
70222026-02-01T14:41:13.270Z[ recovery-image] Feb 01 14:41:12.620 INFO O| Feb 01 14:41:12.620 INFO STEP 676 (remove_files) COMPLETE
70232026-02-01T14:41:13.270Z[ recovery-image] Feb 01 14:41:12.620 INFO O| Feb 01 14:41:12.620 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242026-02-01T14:41:13.270Z[ recovery-image] Feb 01 14:41:12.629 INFO O| Feb 01 14:41:12.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
70252026-02-01T14:41:13.270Z[ recovery-image] Feb 01 14:41:12.629 INFO O| Feb 01 14:41:12.629 INFO STEP 677 (remove_files) COMPLETE
70262026-02-01T14:41:13.270Z[ recovery-image] Feb 01 14:41:12.629 INFO O| Feb 01 14:41:12.629 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272026-02-01T14:41:13.270Z[ recovery-image] Feb 01 14:41:12.639 INFO O| Feb 01 14:41:12.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
70282026-02-01T14:41:13.270Z[ recovery-image] Feb 01 14:41:12.639 INFO O| Feb 01 14:41:12.639 INFO STEP 678 (remove_files) COMPLETE
70292026-02-01T14:41:13.270Z[ recovery-image] Feb 01 14:41:12.639 INFO O| Feb 01 14:41:12.639 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302026-02-01T14:41:13.294Z[ recovery-image] Feb 01 14:41:12.649 INFO O| Feb 01 14:41:12.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
70312026-02-01T14:41:13.294Z[ recovery-image] Feb 01 14:41:12.649 INFO O| Feb 01 14:41:12.649 INFO STEP 679 (remove_files) COMPLETE
70322026-02-01T14:41:13.294Z[ recovery-image] Feb 01 14:41:12.649 INFO O| Feb 01 14:41:12.649 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332026-02-01T14:41:13.294Z[ recovery-image] Feb 01 14:41:12.658 INFO O| Feb 01 14:41:12.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
70342026-02-01T14:41:13.294Z[ recovery-image] Feb 01 14:41:12.658 INFO O| Feb 01 14:41:12.658 INFO STEP 680 (remove_files) COMPLETE
70352026-02-01T14:41:13.294Z[ recovery-image] Feb 01 14:41:12.658 INFO O| Feb 01 14:41:12.658 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362026-02-01T14:41:13.318Z[ recovery-image] Feb 01 14:41:12.667 INFO O| Feb 01 14:41:12.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
70372026-02-01T14:41:13.318Z[ recovery-image] Feb 01 14:41:12.667 INFO O| Feb 01 14:41:12.667 INFO STEP 681 (remove_files) COMPLETE
70382026-02-01T14:41:13.318Z[ recovery-image] Feb 01 14:41:12.667 INFO O| Feb 01 14:41:12.667 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392026-02-01T14:41:13.318Z[ recovery-image] Feb 01 14:41:12.677 INFO O| Feb 01 14:41:12.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
70402026-02-01T14:41:13.318Z[ recovery-image] Feb 01 14:41:12.677 INFO O| Feb 01 14:41:12.677 INFO STEP 682 (remove_files) COMPLETE
70412026-02-01T14:41:13.318Z[ recovery-image] Feb 01 14:41:12.677 INFO O| Feb 01 14:41:12.677 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422026-02-01T14:41:13.318Z[ recovery-image] Feb 01 14:41:12.686 INFO O| Feb 01 14:41:12.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
70432026-02-01T14:41:13.318Z[ recovery-image] Feb 01 14:41:12.686 INFO O| Feb 01 14:41:12.686 INFO STEP 683 (remove_files) COMPLETE
70442026-02-01T14:41:13.318Z[ recovery-image] Feb 01 14:41:12.686 INFO O| Feb 01 14:41:12.686 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452026-02-01T14:41:13.342Z[ recovery-image] Feb 01 14:41:12.695 INFO O| Feb 01 14:41:12.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
70462026-02-01T14:41:13.342Z[ recovery-image] Feb 01 14:41:12.695 INFO O| Feb 01 14:41:12.695 INFO STEP 684 (remove_files) COMPLETE
70472026-02-01T14:41:13.342Z[ recovery-image] Feb 01 14:41:12.695 INFO O| Feb 01 14:41:12.695 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482026-02-01T14:41:13.342Z[ recovery-image] Feb 01 14:41:12.704 INFO O| Feb 01 14:41:12.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
70492026-02-01T14:41:13.342Z[ recovery-image] Feb 01 14:41:12.704 INFO O| Feb 01 14:41:12.704 INFO STEP 685 (remove_files) COMPLETE
70502026-02-01T14:41:13.342Z[ recovery-image] Feb 01 14:41:12.704 INFO O| Feb 01 14:41:12.704 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512026-02-01T14:41:13.342Z[ recovery-image] Feb 01 14:41:12.714 INFO O| Feb 01 14:41:12.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
70522026-02-01T14:41:13.342Z[ recovery-image] Feb 01 14:41:12.714 INFO O| Feb 01 14:41:12.714 INFO STEP 686 (remove_files) COMPLETE
70532026-02-01T14:41:13.342Z[ recovery-image] Feb 01 14:41:12.714 INFO O| Feb 01 14:41:12.714 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542026-02-01T14:41:13.366Z[ recovery-image] Feb 01 14:41:12.729 INFO O| Feb 01 14:41:12.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
70552026-02-01T14:41:13.366Z[ recovery-image] Feb 01 14:41:12.729 INFO O| Feb 01 14:41:12.729 INFO STEP 687 (remove_files) COMPLETE
70562026-02-01T14:41:13.366Z[ recovery-image] Feb 01 14:41:12.729 INFO O| Feb 01 14:41:12.729 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572026-02-01T14:41:13.390Z[ recovery-image] Feb 01 14:41:12.744 INFO O| Feb 01 14:41:12.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
70582026-02-01T14:41:13.390Z[ recovery-image] Feb 01 14:41:12.744 INFO O| Feb 01 14:41:12.744 INFO STEP 688 (remove_files) COMPLETE
70592026-02-01T14:41:13.390Z[ recovery-image] Feb 01 14:41:12.744 INFO O| Feb 01 14:41:12.744 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602026-02-01T14:41:13.390Z[ recovery-image] Feb 01 14:41:12.755 INFO O| Feb 01 14:41:12.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
70612026-02-01T14:41:13.390Z[ recovery-image] Feb 01 14:41:12.756 INFO O| Feb 01 14:41:12.756 INFO STEP 689 (remove_files) COMPLETE
70622026-02-01T14:41:13.390Z[ recovery-image] Feb 01 14:41:12.756 INFO O| Feb 01 14:41:12.756 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632026-02-01T14:41:13.414Z[ recovery-image] Feb 01 14:41:12.766 INFO O| Feb 01 14:41:12.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
70642026-02-01T14:41:13.414Z[ recovery-image] Feb 01 14:41:12.766 INFO O| Feb 01 14:41:12.766 INFO STEP 690 (remove_files) COMPLETE
70652026-02-01T14:41:13.414Z[ recovery-image] Feb 01 14:41:12.766 INFO O| Feb 01 14:41:12.766 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662026-02-01T14:41:13.414Z[ recovery-image] Feb 01 14:41:12.777 INFO O| Feb 01 14:41:12.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
70672026-02-01T14:41:13.414Z[ recovery-image] Feb 01 14:41:12.777 INFO O| Feb 01 14:41:12.777 INFO STEP 691 (remove_files) COMPLETE
70682026-02-01T14:41:13.414Z[ recovery-image] Feb 01 14:41:12.777 INFO O| Feb 01 14:41:12.777 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692026-02-01T14:41:13.414Z[ recovery-image] Feb 01 14:41:12.787 INFO O| Feb 01 14:41:12.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
70702026-02-01T14:41:13.414Z[ recovery-image] Feb 01 14:41:12.787 INFO O| Feb 01 14:41:12.787 INFO STEP 692 (remove_files) COMPLETE
70712026-02-01T14:41:13.414Z[ recovery-image] Feb 01 14:41:12.787 INFO O| Feb 01 14:41:12.787 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722026-02-01T14:41:13.438Z[ recovery-image] Feb 01 14:41:12.797 INFO O| Feb 01 14:41:12.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
70732026-02-01T14:41:13.438Z[ recovery-image] Feb 01 14:41:12.797 INFO O| Feb 01 14:41:12.797 INFO STEP 693 (remove_files) COMPLETE
70742026-02-01T14:41:13.438Z[ recovery-image] Feb 01 14:41:12.797 INFO O| Feb 01 14:41:12.797 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752026-02-01T14:41:13.438Z[ recovery-image] Feb 01 14:41:12.807 INFO O| Feb 01 14:41:12.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
70762026-02-01T14:41:13.438Z[ recovery-image] Feb 01 14:41:12.807 INFO O| Feb 01 14:41:12.807 INFO STEP 694 (remove_files) COMPLETE
70772026-02-01T14:41:13.438Z[ recovery-image] Feb 01 14:41:12.807 INFO O| Feb 01 14:41:12.807 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782026-02-01T14:41:13.462Z[ recovery-image] Feb 01 14:41:12.818 INFO O| Feb 01 14:41:12.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
70792026-02-01T14:41:13.462Z[ recovery-image] Feb 01 14:41:12.818 INFO O| Feb 01 14:41:12.818 INFO STEP 695 (remove_files) COMPLETE
70802026-02-01T14:41:13.462Z[ recovery-image] Feb 01 14:41:12.818 INFO O| Feb 01 14:41:12.818 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812026-02-01T14:41:13.462Z[ recovery-image] Feb 01 14:41:12.827 INFO O| Feb 01 14:41:12.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
70822026-02-01T14:41:13.462Z[ recovery-image] Feb 01 14:41:12.827 INFO O| Feb 01 14:41:12.827 INFO STEP 696 (remove_files) COMPLETE
70832026-02-01T14:41:13.462Z[ recovery-image] Feb 01 14:41:12.827 INFO O| Feb 01 14:41:12.827 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842026-02-01T14:41:13.486Z[ recovery-image] Feb 01 14:41:12.840 INFO O| Feb 01 14:41:12.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
70852026-02-01T14:41:13.486Z[ recovery-image] Feb 01 14:41:12.840 INFO O| Feb 01 14:41:12.840 INFO STEP 697 (remove_files) COMPLETE
70862026-02-01T14:41:13.486Z[ recovery-image] Feb 01 14:41:12.840 INFO O| Feb 01 14:41:12.840 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872026-02-01T14:41:13.486Z[ recovery-image] Feb 01 14:41:12.851 INFO O| Feb 01 14:41:12.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
70882026-02-01T14:41:13.486Z[ recovery-image] Feb 01 14:41:12.851 INFO O| Feb 01 14:41:12.851 INFO STEP 698 (remove_files) COMPLETE
70892026-02-01T14:41:13.486Z[ recovery-image] Feb 01 14:41:12.851 INFO O| Feb 01 14:41:12.851 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902026-02-01T14:41:13.510Z[ recovery-image] Feb 01 14:41:12.861 INFO O| Feb 01 14:41:12.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
70912026-02-01T14:41:13.510Z[ recovery-image] Feb 01 14:41:12.861 INFO O| Feb 01 14:41:12.861 INFO STEP 699 (remove_files) COMPLETE
70922026-02-01T14:41:13.510Z[ recovery-image] Feb 01 14:41:12.861 INFO O| Feb 01 14:41:12.861 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932026-02-01T14:41:13.510Z[ recovery-image] Feb 01 14:41:12.871 INFO O| Feb 01 14:41:12.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
70942026-02-01T14:41:13.510Z[ recovery-image] Feb 01 14:41:12.871 INFO O| Feb 01 14:41:12.871 INFO STEP 700 (remove_files) COMPLETE
70952026-02-01T14:41:13.510Z[ recovery-image] Feb 01 14:41:12.872 INFO O| Feb 01 14:41:12.871 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962026-02-01T14:41:13.510Z[ recovery-image] Feb 01 14:41:12.882 INFO O| Feb 01 14:41:12.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
70972026-02-01T14:41:13.510Z[ recovery-image] Feb 01 14:41:12.882 INFO O| Feb 01 14:41:12.882 INFO STEP 701 (remove_files) COMPLETE
70982026-02-01T14:41:13.510Z[ recovery-image] Feb 01 14:41:12.882 INFO O| Feb 01 14:41:12.882 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992026-02-01T14:41:13.534Z[ recovery-image] Feb 01 14:41:12.892 INFO O| Feb 01 14:41:12.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
71002026-02-01T14:41:13.534Z[ recovery-image] Feb 01 14:41:12.892 INFO O| Feb 01 14:41:12.892 INFO STEP 702 (remove_files) COMPLETE
71012026-02-01T14:41:13.534Z[ recovery-image] Feb 01 14:41:12.892 INFO O| Feb 01 14:41:12.892 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022026-02-01T14:41:13.534Z[ recovery-image] Feb 01 14:41:12.902 INFO O| Feb 01 14:41:12.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
71032026-02-01T14:41:13.534Z[ recovery-image] Feb 01 14:41:12.902 INFO O| Feb 01 14:41:12.902 INFO STEP 703 (remove_files) COMPLETE
71042026-02-01T14:41:13.535Z[ recovery-image] Feb 01 14:41:12.902 INFO O| Feb 01 14:41:12.902 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052026-02-01T14:41:13.558Z[ recovery-image] Feb 01 14:41:12.913 INFO O| Feb 01 14:41:12.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
71062026-02-01T14:41:13.558Z[ recovery-image] Feb 01 14:41:12.913 INFO O| Feb 01 14:41:12.913 INFO STEP 704 (remove_files) COMPLETE
71072026-02-01T14:41:13.558Z[ recovery-image] Feb 01 14:41:12.913 INFO O| Feb 01 14:41:12.913 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082026-02-01T14:41:13.558Z[ recovery-image] Feb 01 14:41:12.926 INFO O| Feb 01 14:41:12.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
71092026-02-01T14:41:13.558Z[ recovery-image] Feb 01 14:41:12.926 INFO O| Feb 01 14:41:12.926 INFO STEP 705 (remove_files) COMPLETE
71102026-02-01T14:41:13.558Z[ recovery-image] Feb 01 14:41:12.926 INFO O| Feb 01 14:41:12.926 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112026-02-01T14:41:13.582Z[ recovery-image] Feb 01 14:41:12.937 INFO O| Feb 01 14:41:12.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
71122026-02-01T14:41:13.582Z[ recovery-image] Feb 01 14:41:12.937 INFO O| Feb 01 14:41:12.937 INFO STEP 706 (remove_files) COMPLETE
71132026-02-01T14:41:13.582Z[ recovery-image] Feb 01 14:41:12.937 INFO O| Feb 01 14:41:12.937 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142026-02-01T14:41:13.582Z[ recovery-image] Feb 01 14:41:12.948 INFO O| Feb 01 14:41:12.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
71152026-02-01T14:41:13.582Z[ recovery-image] Feb 01 14:41:12.948 INFO O| Feb 01 14:41:12.948 INFO STEP 707 (remove_files) COMPLETE
71162026-02-01T14:41:13.582Z[ recovery-image] Feb 01 14:41:12.948 INFO O| Feb 01 14:41:12.948 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172026-02-01T14:41:13.606Z[ recovery-image] Feb 01 14:41:12.959 INFO O| Feb 01 14:41:12.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
71182026-02-01T14:41:13.606Z[ recovery-image] Feb 01 14:41:12.959 INFO O| Feb 01 14:41:12.959 INFO STEP 708 (remove_files) COMPLETE
71192026-02-01T14:41:13.606Z[ recovery-image] Feb 01 14:41:12.959 INFO O| Feb 01 14:41:12.959 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202026-02-01T14:41:13.606Z[ recovery-image] Feb 01 14:41:12.970 INFO O| Feb 01 14:41:12.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
71212026-02-01T14:41:13.606Z[ recovery-image] Feb 01 14:41:12.970 INFO O| Feb 01 14:41:12.970 INFO STEP 709 (remove_files) COMPLETE
71222026-02-01T14:41:13.606Z[ recovery-image] Feb 01 14:41:12.970 INFO O| Feb 01 14:41:12.970 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232026-02-01T14:41:13.630Z[ recovery-image] Feb 01 14:41:12.980 INFO O| Feb 01 14:41:12.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
71242026-02-01T14:41:13.630Z[ recovery-image] Feb 01 14:41:12.980 INFO O| Feb 01 14:41:12.980 INFO STEP 710 (remove_files) COMPLETE
71252026-02-01T14:41:13.630Z[ recovery-image] Feb 01 14:41:12.980 INFO O| Feb 01 14:41:12.980 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262026-02-01T14:41:13.630Z[ recovery-image] Feb 01 14:41:12.991 INFO O| Feb 01 14:41:12.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
71272026-02-01T14:41:13.631Z[ recovery-image] Feb 01 14:41:12.991 INFO O| Feb 01 14:41:12.991 INFO STEP 711 (remove_files) COMPLETE
71282026-02-01T14:41:13.631Z[ recovery-image] Feb 01 14:41:12.991 INFO O| Feb 01 14:41:12.991 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292026-02-01T14:41:13.631Z[ recovery-image] Feb 01 14:41:13.002 INFO O| Feb 01 14:41:13.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
71302026-02-01T14:41:13.631Z[ recovery-image] Feb 01 14:41:13.002 INFO O| Feb 01 14:41:13.002 INFO STEP 712 (remove_files) COMPLETE
71312026-02-01T14:41:13.631Z[ recovery-image] Feb 01 14:41:13.002 INFO O| Feb 01 14:41:13.002 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322026-02-01T14:41:13.654Z[ recovery-image] Feb 01 14:41:13.017 INFO O| Feb 01 14:41:13.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
71332026-02-01T14:41:13.655Z[ recovery-image] Feb 01 14:41:13.017 INFO O| Feb 01 14:41:13.017 INFO STEP 713 (remove_files) COMPLETE
71342026-02-01T14:41:13.655Z[ recovery-image] Feb 01 14:41:13.017 INFO O| Feb 01 14:41:13.017 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352026-02-01T14:41:13.678Z[ recovery-image] Feb 01 14:41:13.028 INFO O| Feb 01 14:41:13.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
71362026-02-01T14:41:13.678Z[ recovery-image] Feb 01 14:41:13.028 INFO O| Feb 01 14:41:13.028 INFO STEP 714 (remove_files) COMPLETE
71372026-02-01T14:41:13.678Z[ recovery-image] Feb 01 14:41:13.028 INFO O| Feb 01 14:41:13.028 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382026-02-01T14:41:13.678Z[ recovery-image] Feb 01 14:41:13.038 INFO O| Feb 01 14:41:13.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
71392026-02-01T14:41:13.678Z[ recovery-image] Feb 01 14:41:13.039 INFO O| Feb 01 14:41:13.039 INFO STEP 715 (remove_files) COMPLETE
71402026-02-01T14:41:13.678Z[ recovery-image] Feb 01 14:41:13.039 INFO O| Feb 01 14:41:13.039 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412026-02-01T14:41:13.678Z[ recovery-image] Feb 01 14:41:13.049 INFO O| Feb 01 14:41:13.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
71422026-02-01T14:41:13.678Z[ recovery-image] Feb 01 14:41:13.049 INFO O| Feb 01 14:41:13.049 INFO STEP 716 (remove_files) COMPLETE
71432026-02-01T14:41:13.678Z[ recovery-image] Feb 01 14:41:13.049 INFO O| Feb 01 14:41:13.049 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442026-02-01T14:41:13.703Z[ recovery-image] Feb 01 14:41:13.059 INFO O| Feb 01 14:41:13.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
71452026-02-01T14:41:13.703Z[ recovery-image] Feb 01 14:41:13.059 INFO O| Feb 01 14:41:13.059 INFO STEP 717 (remove_files) COMPLETE
71462026-02-01T14:41:13.703Z[ recovery-image] Feb 01 14:41:13.059 INFO O| Feb 01 14:41:13.059 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472026-02-01T14:41:13.703Z[ recovery-image] Feb 01 14:41:13.069 INFO O| Feb 01 14:41:13.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
71482026-02-01T14:41:13.703Z[ recovery-image] Feb 01 14:41:13.069 INFO O| Feb 01 14:41:13.069 INFO STEP 718 (remove_files) COMPLETE
71492026-02-01T14:41:13.703Z[ recovery-image] Feb 01 14:41:13.069 INFO O| Feb 01 14:41:13.069 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502026-02-01T14:41:13.727Z[ recovery-image] Feb 01 14:41:13.078 INFO O| Feb 01 14:41:13.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
71512026-02-01T14:41:13.727Z[ recovery-image] Feb 01 14:41:13.079 INFO O| Feb 01 14:41:13.079 INFO STEP 719 (remove_files) COMPLETE
71522026-02-01T14:41:13.727Z[ recovery-image] Feb 01 14:41:13.079 INFO O| Feb 01 14:41:13.079 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532026-02-01T14:41:13.727Z[ recovery-image] Feb 01 14:41:13.088 INFO O| Feb 01 14:41:13.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
71542026-02-01T14:41:13.727Z[ recovery-image] Feb 01 14:41:13.088 INFO O| Feb 01 14:41:13.088 INFO STEP 720 (remove_files) COMPLETE
71552026-02-01T14:41:13.727Z[ recovery-image] Feb 01 14:41:13.088 INFO O| Feb 01 14:41:13.088 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562026-02-01T14:41:13.727Z[ recovery-image] Feb 01 14:41:13.098 INFO O| Feb 01 14:41:13.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
71572026-02-01T14:41:13.727Z[ recovery-image] Feb 01 14:41:13.098 INFO O| Feb 01 14:41:13.098 INFO STEP 721 (remove_files) COMPLETE
71582026-02-01T14:41:13.727Z[ recovery-image] Feb 01 14:41:13.098 INFO O| Feb 01 14:41:13.098 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592026-02-01T14:41:13.751Z[ recovery-image] Feb 01 14:41:13.107 INFO O| Feb 01 14:41:13.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
71602026-02-01T14:41:13.751Z[ recovery-image] Feb 01 14:41:13.107 INFO O| Feb 01 14:41:13.107 INFO STEP 722 (remove_files) COMPLETE
71612026-02-01T14:41:13.751Z[ recovery-image] Feb 01 14:41:13.108 INFO O| Feb 01 14:41:13.107 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622026-02-01T14:41:13.751Z[ recovery-image] Feb 01 14:41:13.117 INFO O| Feb 01 14:41:13.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
71632026-02-01T14:41:13.751Z[ recovery-image] Feb 01 14:41:13.117 INFO O| Feb 01 14:41:13.117 INFO STEP 723 (remove_files) COMPLETE
71642026-02-01T14:41:13.751Z[ recovery-image] Feb 01 14:41:13.117 INFO O| Feb 01 14:41:13.117 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652026-02-01T14:41:13.775Z[ recovery-image] Feb 01 14:41:13.127 INFO O| Feb 01 14:41:13.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
71662026-02-01T14:41:13.775Z[ recovery-image] Feb 01 14:41:13.127 INFO O| Feb 01 14:41:13.127 INFO STEP 724 (remove_files) COMPLETE
71672026-02-01T14:41:13.775Z[ recovery-image] Feb 01 14:41:13.127 INFO O| Feb 01 14:41:13.127 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682026-02-01T14:41:13.775Z[ recovery-image] Feb 01 14:41:13.136 INFO O| Feb 01 14:41:13.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
71692026-02-01T14:41:13.775Z[ recovery-image] Feb 01 14:41:13.137 INFO O| Feb 01 14:41:13.137 INFO STEP 725 (remove_files) COMPLETE
71702026-02-01T14:41:13.775Z[ recovery-image] Feb 01 14:41:13.137 INFO O| Feb 01 14:41:13.137 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712026-02-01T14:41:13.798Z[ recovery-image] Feb 01 14:41:13.153 INFO O| Feb 01 14:41:13.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
71722026-02-01T14:41:13.799Z[ recovery-image] Feb 01 14:41:13.153 INFO O| Feb 01 14:41:13.153 INFO STEP 726 (remove_files) COMPLETE
71732026-02-01T14:41:13.799Z[ recovery-image] Feb 01 14:41:13.153 INFO O| Feb 01 14:41:13.153 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742026-02-01T14:41:13.799Z[ recovery-image] Feb 01 14:41:13.163 INFO O| Feb 01 14:41:13.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
71752026-02-01T14:41:13.799Z[ recovery-image] Feb 01 14:41:13.163 INFO O| Feb 01 14:41:13.163 INFO STEP 727 (remove_files) COMPLETE
71762026-02-01T14:41:13.799Z[ recovery-image] Feb 01 14:41:13.163 INFO O| Feb 01 14:41:13.163 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772026-02-01T14:41:13.823Z[ recovery-image] Feb 01 14:41:13.174 INFO O| Feb 01 14:41:13.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
71782026-02-01T14:41:13.823Z[ recovery-image] Feb 01 14:41:13.174 INFO O| Feb 01 14:41:13.174 INFO STEP 728 (remove_files) COMPLETE
71792026-02-01T14:41:13.823Z[ recovery-image] Feb 01 14:41:13.174 INFO O| Feb 01 14:41:13.174 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802026-02-01T14:41:13.823Z[ recovery-image] Feb 01 14:41:13.187 INFO O| Feb 01 14:41:13.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
71812026-02-01T14:41:13.823Z[ recovery-image] Feb 01 14:41:13.187 INFO O| Feb 01 14:41:13.187 INFO STEP 729 (remove_files) COMPLETE
71822026-02-01T14:41:13.823Z[ recovery-image] Feb 01 14:41:13.187 INFO O| Feb 01 14:41:13.187 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832026-02-01T14:41:13.847Z[ recovery-image] Feb 01 14:41:13.198 INFO O| Feb 01 14:41:13.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
71842026-02-01T14:41:13.847Z[ recovery-image] Feb 01 14:41:13.198 INFO O| Feb 01 14:41:13.198 INFO STEP 730 (remove_files) COMPLETE
71852026-02-01T14:41:13.847Z[ recovery-image] Feb 01 14:41:13.198 INFO O| Feb 01 14:41:13.198 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862026-02-01T14:41:13.847Z[ recovery-image] Feb 01 14:41:13.209 INFO O| Feb 01 14:41:13.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
71872026-02-01T14:41:13.847Z[ recovery-image] Feb 01 14:41:13.209 INFO O| Feb 01 14:41:13.209 INFO STEP 731 (remove_files) COMPLETE
71882026-02-01T14:41:13.847Z[ recovery-image] Feb 01 14:41:13.210 INFO O| Feb 01 14:41:13.209 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892026-02-01T14:41:13.871Z[ recovery-image] Feb 01 14:41:13.220 INFO O| Feb 01 14:41:13.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
71902026-02-01T14:41:13.871Z[ recovery-image] Feb 01 14:41:13.220 INFO O| Feb 01 14:41:13.220 INFO STEP 732 (remove_files) COMPLETE
71912026-02-01T14:41:13.871Z[ recovery-image] Feb 01 14:41:13.220 INFO O| Feb 01 14:41:13.220 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922026-02-01T14:41:13.871Z[ recovery-image] Feb 01 14:41:13.231 INFO O| Feb 01 14:41:13.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
71932026-02-01T14:41:13.871Z[ recovery-image] Feb 01 14:41:13.231 INFO O| Feb 01 14:41:13.231 INFO STEP 733 (remove_files) COMPLETE
71942026-02-01T14:41:13.871Z[ recovery-image] Feb 01 14:41:13.231 INFO O| Feb 01 14:41:13.231 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952026-02-01T14:41:13.871Z[ recovery-image] Feb 01 14:41:13.244 INFO O| Feb 01 14:41:13.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
71962026-02-01T14:41:13.871Z[ recovery-image] Feb 01 14:41:13.244 INFO O| Feb 01 14:41:13.244 INFO STEP 734 (remove_files) COMPLETE
71972026-02-01T14:41:13.871Z[ recovery-image] Feb 01 14:41:13.244 INFO O| Feb 01 14:41:13.244 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982026-02-01T14:41:13.895Z[ recovery-image] Feb 01 14:41:13.255 INFO O| Feb 01 14:41:13.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
71992026-02-01T14:41:13.895Z[ recovery-image] Feb 01 14:41:13.255 INFO O| Feb 01 14:41:13.255 INFO STEP 735 (remove_files) COMPLETE
72002026-02-01T14:41:13.895Z[ recovery-image] Feb 01 14:41:13.255 INFO O| Feb 01 14:41:13.255 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012026-02-01T14:41:13.895Z[ recovery-image] Feb 01 14:41:13.266 INFO O| Feb 01 14:41:13.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
72022026-02-01T14:41:13.895Z[ recovery-image] Feb 01 14:41:13.266 INFO O| Feb 01 14:41:13.266 INFO STEP 736 (remove_files) COMPLETE
72032026-02-01T14:41:13.895Z[ recovery-image] Feb 01 14:41:13.266 INFO O| Feb 01 14:41:13.266 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042026-02-01T14:41:13.919Z[ recovery-image] Feb 01 14:41:13.277 INFO O| Feb 01 14:41:13.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
72052026-02-01T14:41:13.919Z[ recovery-image] Feb 01 14:41:13.277 INFO O| Feb 01 14:41:13.277 INFO STEP 737 (remove_files) COMPLETE
72062026-02-01T14:41:13.919Z[ recovery-image] Feb 01 14:41:13.277 INFO O| Feb 01 14:41:13.277 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072026-02-01T14:41:13.919Z[ recovery-image] Feb 01 14:41:13.287 INFO O| Feb 01 14:41:13.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
72082026-02-01T14:41:13.919Z[ recovery-image] Feb 01 14:41:13.287 INFO O| Feb 01 14:41:13.287 INFO STEP 738 (remove_files) COMPLETE
72092026-02-01T14:41:13.919Z[ recovery-image] Feb 01 14:41:13.287 INFO O| Feb 01 14:41:13.287 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102026-02-01T14:41:13.943Z[ recovery-image] Feb 01 14:41:13.298 INFO O| Feb 01 14:41:13.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
72112026-02-01T14:41:13.943Z[ recovery-image] Feb 01 14:41:13.298 INFO O| Feb 01 14:41:13.298 INFO STEP 739 (remove_files) COMPLETE
72122026-02-01T14:41:13.943Z[ recovery-image] Feb 01 14:41:13.298 INFO O| Feb 01 14:41:13.298 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132026-02-01T14:41:13.943Z[ recovery-image] Feb 01 14:41:13.310 INFO O| Feb 01 14:41:13.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
72142026-02-01T14:41:13.943Z[ recovery-image] Feb 01 14:41:13.310 INFO O| Feb 01 14:41:13.310 INFO STEP 740 (remove_files) COMPLETE
72152026-02-01T14:41:13.943Z[ recovery-image] Feb 01 14:41:13.310 INFO O| Feb 01 14:41:13.310 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162026-02-01T14:41:13.966Z[ recovery-image] Feb 01 14:41:13.321 INFO O| Feb 01 14:41:13.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
72172026-02-01T14:41:13.966Z[ recovery-image] Feb 01 14:41:13.321 INFO O| Feb 01 14:41:13.321 INFO STEP 741 (remove_files) COMPLETE
72182026-02-01T14:41:13.966Z[ recovery-image] Feb 01 14:41:13.321 INFO O| Feb 01 14:41:13.321 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192026-02-01T14:41:13.966Z[ recovery-image] Feb 01 14:41:13.331 INFO O| Feb 01 14:41:13.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
72202026-02-01T14:41:13.967Z[ recovery-image] Feb 01 14:41:13.331 INFO O| Feb 01 14:41:13.331 INFO STEP 742 (remove_files) COMPLETE
72212026-02-01T14:41:13.967Z[ recovery-image] Feb 01 14:41:13.331 INFO O| Feb 01 14:41:13.331 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222026-02-01T14:41:13.990Z[ recovery-image] Feb 01 14:41:13.342 INFO O| Feb 01 14:41:13.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
72232026-02-01T14:41:13.990Z[ recovery-image] Feb 01 14:41:13.342 INFO O| Feb 01 14:41:13.342 INFO STEP 743 (remove_files) COMPLETE
72242026-02-01T14:41:13.990Z[ recovery-image] Feb 01 14:41:13.342 INFO O| Feb 01 14:41:13.342 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252026-02-01T14:41:13.990Z[ recovery-image] Feb 01 14:41:13.354 INFO O| Feb 01 14:41:13.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
72262026-02-01T14:41:13.990Z[ recovery-image] Feb 01 14:41:13.354 INFO O| Feb 01 14:41:13.354 INFO STEP 744 (remove_files) COMPLETE
72272026-02-01T14:41:13.990Z[ recovery-image] Feb 01 14:41:13.354 INFO O| Feb 01 14:41:13.354 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282026-02-01T14:41:14.014Z[ recovery-image] Feb 01 14:41:13.365 INFO O| Feb 01 14:41:13.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
72292026-02-01T14:41:14.014Z[ recovery-image] Feb 01 14:41:13.365 INFO O| Feb 01 14:41:13.365 INFO STEP 745 (remove_files) COMPLETE
72302026-02-01T14:41:14.014Z[ recovery-image] Feb 01 14:41:13.365 INFO O| Feb 01 14:41:13.365 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312026-02-01T14:41:14.014Z[ recovery-image] Feb 01 14:41:13.375 INFO O| Feb 01 14:41:13.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
72322026-02-01T14:41:14.014Z[ recovery-image] Feb 01 14:41:13.375 INFO O| Feb 01 14:41:13.375 INFO STEP 746 (remove_files) COMPLETE
72332026-02-01T14:41:14.014Z[ recovery-image] Feb 01 14:41:13.375 INFO O| Feb 01 14:41:13.375 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342026-02-01T14:41:14.014Z[ recovery-image] Feb 01 14:41:13.386 INFO O| Feb 01 14:41:13.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
72352026-02-01T14:41:14.014Z[ recovery-image] Feb 01 14:41:13.386 INFO O| Feb 01 14:41:13.386 INFO STEP 747 (remove_files) COMPLETE
72362026-02-01T14:41:14.014Z[ recovery-image] Feb 01 14:41:13.386 INFO O| Feb 01 14:41:13.386 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372026-02-01T14:41:14.038Z[ recovery-image] Feb 01 14:41:13.398 INFO O| Feb 01 14:41:13.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
72382026-02-01T14:41:14.038Z[ recovery-image] Feb 01 14:41:13.398 INFO O| Feb 01 14:41:13.398 INFO STEP 748 (remove_files) COMPLETE
72392026-02-01T14:41:14.039Z[ recovery-image] Feb 01 14:41:13.398 INFO O| Feb 01 14:41:13.398 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402026-02-01T14:41:14.039Z[ recovery-image] Feb 01 14:41:13.411 INFO O| Feb 01 14:41:13.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
72412026-02-01T14:41:14.039Z[ recovery-image] Feb 01 14:41:13.411 INFO O| Feb 01 14:41:13.411 INFO STEP 749 (remove_files) COMPLETE
72422026-02-01T14:41:14.039Z[ recovery-image] Feb 01 14:41:13.411 INFO O| Feb 01 14:41:13.411 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432026-02-01T14:41:14.062Z[ recovery-image] Feb 01 14:41:13.422 INFO O| Feb 01 14:41:13.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
72442026-02-01T14:41:14.062Z[ recovery-image] Feb 01 14:41:13.422 INFO O| Feb 01 14:41:13.422 INFO STEP 750 (remove_files) COMPLETE
72452026-02-01T14:41:14.062Z[ recovery-image] Feb 01 14:41:13.422 INFO O| Feb 01 14:41:13.422 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462026-02-01T14:41:14.062Z[ recovery-image] Feb 01 14:41:13.433 INFO O| Feb 01 14:41:13.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
72472026-02-01T14:41:14.062Z[ recovery-image] Feb 01 14:41:13.433 INFO O| Feb 01 14:41:13.433 INFO STEP 751 (remove_files) COMPLETE
72482026-02-01T14:41:14.062Z[ recovery-image] Feb 01 14:41:13.433 INFO O| Feb 01 14:41:13.433 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492026-02-01T14:41:14.086Z[ recovery-image] Feb 01 14:41:13.443 INFO O| Feb 01 14:41:13.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
72502026-02-01T14:41:14.086Z[ recovery-image] Feb 01 14:41:13.443 INFO O| Feb 01 14:41:13.443 INFO STEP 752 (remove_files) COMPLETE
72512026-02-01T14:41:14.086Z[ recovery-image] Feb 01 14:41:13.443 INFO O| Feb 01 14:41:13.443 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522026-02-01T14:41:14.086Z[ recovery-image] Feb 01 14:41:13.453 INFO O| Feb 01 14:41:13.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
72532026-02-01T14:41:14.086Z[ recovery-image] Feb 01 14:41:13.454 INFO O| Feb 01 14:41:13.453 INFO STEP 753 (remove_files) COMPLETE
72542026-02-01T14:41:14.086Z[ recovery-image] Feb 01 14:41:13.454 INFO O| Feb 01 14:41:13.454 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552026-02-01T14:41:14.110Z[ recovery-image] Feb 01 14:41:13.464 INFO O| Feb 01 14:41:13.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
72562026-02-01T14:41:14.110Z[ recovery-image] Feb 01 14:41:13.464 INFO O| Feb 01 14:41:13.464 INFO STEP 754 (remove_files) COMPLETE
72572026-02-01T14:41:14.110Z[ recovery-image] Feb 01 14:41:13.464 INFO O| Feb 01 14:41:13.464 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582026-02-01T14:41:14.110Z[ recovery-image] Feb 01 14:41:13.474 INFO O| Feb 01 14:41:13.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
72592026-02-01T14:41:14.110Z[ recovery-image] Feb 01 14:41:13.474 INFO O| Feb 01 14:41:13.474 INFO STEP 755 (remove_files) COMPLETE
72602026-02-01T14:41:14.110Z[ recovery-image] Feb 01 14:41:13.474 INFO O| Feb 01 14:41:13.474 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612026-02-01T14:41:14.134Z[ recovery-image] Feb 01 14:41:13.485 INFO O| Feb 01 14:41:13.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
72622026-02-01T14:41:14.134Z[ recovery-image] Feb 01 14:41:13.485 INFO O| Feb 01 14:41:13.485 INFO STEP 756 (remove_files) COMPLETE
72632026-02-01T14:41:14.134Z[ recovery-image] Feb 01 14:41:13.485 INFO O| Feb 01 14:41:13.485 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642026-02-01T14:41:14.134Z[ recovery-image] Feb 01 14:41:13.497 INFO O| Feb 01 14:41:13.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
72652026-02-01T14:41:14.134Z[ recovery-image] Feb 01 14:41:13.497 INFO O| Feb 01 14:41:13.497 INFO STEP 757 (remove_files) COMPLETE
72662026-02-01T14:41:14.134Z[ recovery-image] Feb 01 14:41:13.497 INFO O| Feb 01 14:41:13.497 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672026-02-01T14:41:14.158Z[ recovery-image] Feb 01 14:41:13.508 INFO O| Feb 01 14:41:13.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
72682026-02-01T14:41:14.158Z[ recovery-image] Feb 01 14:41:13.508 INFO O| Feb 01 14:41:13.508 INFO STEP 758 (remove_files) COMPLETE
72692026-02-01T14:41:14.158Z[ recovery-image] Feb 01 14:41:13.508 INFO O| Feb 01 14:41:13.508 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702026-02-01T14:41:14.158Z[ recovery-image] Feb 01 14:41:13.519 INFO O| Feb 01 14:41:13.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
72712026-02-01T14:41:14.158Z[ recovery-image] Feb 01 14:41:13.519 INFO O| Feb 01 14:41:13.519 INFO STEP 759 (remove_files) COMPLETE
72722026-02-01T14:41:14.158Z[ recovery-image] Feb 01 14:41:13.519 INFO O| Feb 01 14:41:13.519 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732026-02-01T14:41:14.158Z[ recovery-image] Feb 01 14:41:13.529 INFO O| Feb 01 14:41:13.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
72742026-02-01T14:41:14.158Z[ recovery-image] Feb 01 14:41:13.529 INFO O| Feb 01 14:41:13.529 INFO STEP 760 (remove_files) COMPLETE
72752026-02-01T14:41:14.158Z[ recovery-image] Feb 01 14:41:13.529 INFO O| Feb 01 14:41:13.529 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762026-02-01T14:41:14.182Z[ recovery-image] Feb 01 14:41:13.539 INFO O| Feb 01 14:41:13.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
72772026-02-01T14:41:14.182Z[ recovery-image] Feb 01 14:41:13.539 INFO O| Feb 01 14:41:13.539 INFO STEP 761 (remove_files) COMPLETE
72782026-02-01T14:41:14.182Z[ recovery-image] Feb 01 14:41:13.539 INFO O| Feb 01 14:41:13.539 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792026-02-01T14:41:14.182Z[ recovery-image] Feb 01 14:41:13.552 INFO O| Feb 01 14:41:13.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
72802026-02-01T14:41:14.182Z[ recovery-image] Feb 01 14:41:13.553 INFO O| Feb 01 14:41:13.553 INFO STEP 762 (remove_files) COMPLETE
72812026-02-01T14:41:14.183Z[ recovery-image] Feb 01 14:41:13.553 INFO O| Feb 01 14:41:13.553 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822026-02-01T14:41:14.206Z[ recovery-image] Feb 01 14:41:13.563 INFO O| Feb 01 14:41:13.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
72832026-02-01T14:41:14.206Z[ recovery-image] Feb 01 14:41:13.564 INFO O| Feb 01 14:41:13.564 INFO STEP 763 (remove_files) COMPLETE
72842026-02-01T14:41:14.206Z[ recovery-image] Feb 01 14:41:13.564 INFO O| Feb 01 14:41:13.564 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852026-02-01T14:41:14.206Z[ recovery-image] Feb 01 14:41:13.574 INFO O| Feb 01 14:41:13.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
72862026-02-01T14:41:14.206Z[ recovery-image] Feb 01 14:41:13.575 INFO O| Feb 01 14:41:13.574 INFO STEP 764 (remove_files) COMPLETE
72872026-02-01T14:41:14.206Z[ recovery-image] Feb 01 14:41:13.575 INFO O| Feb 01 14:41:13.574 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882026-02-01T14:41:14.230Z[ recovery-image] Feb 01 14:41:13.587 INFO O| Feb 01 14:41:13.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
72892026-02-01T14:41:14.230Z[ recovery-image] Feb 01 14:41:13.587 INFO O| Feb 01 14:41:13.587 INFO STEP 765 (remove_files) COMPLETE
72902026-02-01T14:41:14.230Z[ recovery-image] Feb 01 14:41:13.587 INFO O| Feb 01 14:41:13.587 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912026-02-01T14:41:14.230Z[ recovery-image] Feb 01 14:41:13.598 INFO O| Feb 01 14:41:13.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
72922026-02-01T14:41:14.230Z[ recovery-image] Feb 01 14:41:13.598 INFO O| Feb 01 14:41:13.598 INFO STEP 766 (remove_files) COMPLETE
72932026-02-01T14:41:14.230Z[ recovery-image] Feb 01 14:41:13.598 INFO O| Feb 01 14:41:13.598 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942026-02-01T14:41:14.322Z[ recovery-image] Feb 01 14:41:13.647 INFO O| Feb 01 14:41:13.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
72952026-02-01T14:41:14.323Z[ recovery-image] Feb 01 14:41:13.647 INFO O| Feb 01 14:41:13.647 INFO STEP 767 (remove_files) COMPLETE
72962026-02-01T14:41:14.323Z[ recovery-image] Feb 01 14:41:13.647 INFO O| Feb 01 14:41:13.647 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972026-02-01T14:41:14.352Z[ recovery-image] Feb 01 14:41:13.724 INFO O| Feb 01 14:41:13.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
72982026-02-01T14:41:14.352Z[ recovery-image] Feb 01 14:41:13.725 INFO O| Feb 01 14:41:13.724 INFO STEP 768 (remove_files) COMPLETE
72992026-02-01T14:41:14.375Z[ recovery-image] Feb 01 14:41:13.725 INFO O| Feb 01 14:41:13.724 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002026-02-01T14:41:14.375Z[ recovery-image] Feb 01 14:41:13.736 INFO O| Feb 01 14:41:13.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
73012026-02-01T14:41:14.375Z[ recovery-image] Feb 01 14:41:13.736 INFO O| Feb 01 14:41:13.736 INFO STEP 769 (remove_files) COMPLETE
73022026-02-01T14:41:14.375Z[ recovery-image] Feb 01 14:41:13.736 INFO O| Feb 01 14:41:13.736 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032026-02-01T14:41:14.400Z[ recovery-image] Feb 01 14:41:13.750 INFO O| Feb 01 14:41:13.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
73042026-02-01T14:41:14.400Z[ recovery-image] Feb 01 14:41:13.750 INFO O| Feb 01 14:41:13.750 INFO STEP 770 (remove_files) COMPLETE
73052026-02-01T14:41:14.400Z[ recovery-image] Feb 01 14:41:13.750 INFO O| Feb 01 14:41:13.750 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062026-02-01T14:41:14.401Z[ recovery-image] Feb 01 14:41:13.762 INFO O| Feb 01 14:41:13.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
73072026-02-01T14:41:14.401Z[ recovery-image] Feb 01 14:41:13.762 INFO O| Feb 01 14:41:13.762 INFO STEP 771 (remove_files) COMPLETE
73082026-02-01T14:41:14.401Z[ recovery-image] Feb 01 14:41:13.762 INFO O| Feb 01 14:41:13.762 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092026-02-01T14:41:14.426Z[ recovery-image] Feb 01 14:41:13.773 INFO O| Feb 01 14:41:13.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
73102026-02-01T14:41:14.427Z[ recovery-image] Feb 01 14:41:13.773 INFO O| Feb 01 14:41:13.773 INFO STEP 772 (remove_files) COMPLETE
73112026-02-01T14:41:14.427Z[ recovery-image] Feb 01 14:41:13.773 INFO O| Feb 01 14:41:13.773 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122026-02-01T14:41:14.427Z[ recovery-image] Feb 01 14:41:13.783 INFO O| Feb 01 14:41:13.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
73132026-02-01T14:41:14.427Z[ recovery-image] Feb 01 14:41:13.783 INFO O| Feb 01 14:41:13.783 INFO STEP 773 (remove_files) COMPLETE
73142026-02-01T14:41:14.427Z[ recovery-image] Feb 01 14:41:13.783 INFO O| Feb 01 14:41:13.783 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152026-02-01T14:41:14.427Z[ recovery-image] Feb 01 14:41:13.794 INFO O| Feb 01 14:41:13.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
73162026-02-01T14:41:14.427Z[ recovery-image] Feb 01 14:41:13.794 INFO O| Feb 01 14:41:13.794 INFO STEP 774 (remove_files) COMPLETE
73172026-02-01T14:41:14.427Z[ recovery-image] Feb 01 14:41:13.794 INFO O| Feb 01 14:41:13.794 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182026-02-01T14:41:14.451Z[ recovery-image] Feb 01 14:41:13.804 INFO O| Feb 01 14:41:13.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
73192026-02-01T14:41:14.451Z[ recovery-image] Feb 01 14:41:13.804 INFO O| Feb 01 14:41:13.804 INFO STEP 775 (remove_files) COMPLETE
73202026-02-01T14:41:14.451Z[ recovery-image] Feb 01 14:41:13.804 INFO O| Feb 01 14:41:13.804 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212026-02-01T14:41:14.451Z[ recovery-image] Feb 01 14:41:13.817 INFO O| Feb 01 14:41:13.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
73222026-02-01T14:41:14.451Z[ recovery-image] Feb 01 14:41:13.817 INFO O| Feb 01 14:41:13.817 INFO STEP 776 (remove_files) COMPLETE
73232026-02-01T14:41:14.451Z[ recovery-image] Feb 01 14:41:13.817 INFO O| Feb 01 14:41:13.817 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242026-02-01T14:41:14.487Z[ recovery-image] Feb 01 14:41:13.860 INFO O| Feb 01 14:41:13.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
73252026-02-01T14:41:14.487Z[ recovery-image] Feb 01 14:41:13.860 INFO O| Feb 01 14:41:13.860 INFO STEP 777 (remove_files) COMPLETE
73262026-02-01T14:41:14.512Z[ recovery-image] Feb 01 14:41:13.860 INFO O| Feb 01 14:41:13.860 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272026-02-01T14:41:14.512Z[ recovery-image] Feb 01 14:41:13.874 INFO O| Feb 01 14:41:13.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
73282026-02-01T14:41:14.512Z[ recovery-image] Feb 01 14:41:13.874 INFO O| Feb 01 14:41:13.874 INFO STEP 778 (remove_files) COMPLETE
73292026-02-01T14:41:14.512Z[ recovery-image] Feb 01 14:41:13.874 INFO O| Feb 01 14:41:13.874 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302026-02-01T14:41:14.536Z[ recovery-image] Feb 01 14:41:13.886 INFO O| Feb 01 14:41:13.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
73312026-02-01T14:41:14.536Z[ recovery-image] Feb 01 14:41:13.886 INFO O| Feb 01 14:41:13.886 INFO STEP 779 (remove_files) COMPLETE
73322026-02-01T14:41:14.536Z[ recovery-image] Feb 01 14:41:13.886 INFO O| Feb 01 14:41:13.886 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332026-02-01T14:41:14.536Z[ recovery-image] Feb 01 14:41:13.897 INFO O| Feb 01 14:41:13.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
73342026-02-01T14:41:14.536Z[ recovery-image] Feb 01 14:41:13.898 INFO O| Feb 01 14:41:13.898 INFO STEP 780 (remove_files) COMPLETE
73352026-02-01T14:41:14.536Z[ recovery-image] Feb 01 14:41:13.898 INFO O| Feb 01 14:41:13.898 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362026-02-01T14:41:14.561Z[ recovery-image] Feb 01 14:41:13.911 INFO O| Feb 01 14:41:13.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
73372026-02-01T14:41:14.561Z[ recovery-image] Feb 01 14:41:13.911 INFO O| Feb 01 14:41:13.911 INFO STEP 781 (remove_files) COMPLETE
73382026-02-01T14:41:14.561Z[ recovery-image] Feb 01 14:41:13.911 INFO O| Feb 01 14:41:13.911 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392026-02-01T14:41:14.561Z[ recovery-image] Feb 01 14:41:13.922 INFO O| Feb 01 14:41:13.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
73402026-02-01T14:41:14.561Z[ recovery-image] Feb 01 14:41:13.923 INFO O| Feb 01 14:41:13.922 INFO STEP 782 (remove_files) COMPLETE
73412026-02-01T14:41:14.561Z[ recovery-image] Feb 01 14:41:13.923 INFO O| Feb 01 14:41:13.922 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422026-02-01T14:41:14.561Z[ recovery-image] Feb 01 14:41:13.933 INFO O| Feb 01 14:41:13.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
73432026-02-01T14:41:14.561Z[ recovery-image] Feb 01 14:41:13.934 INFO O| Feb 01 14:41:13.933 INFO STEP 783 (remove_files) COMPLETE
73442026-02-01T14:41:14.561Z[ recovery-image] Feb 01 14:41:13.934 INFO O| Feb 01 14:41:13.934 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452026-02-01T14:41:14.586Z[ recovery-image] Feb 01 14:41:13.947 INFO O| Feb 01 14:41:13.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
73462026-02-01T14:41:14.586Z[ recovery-image] Feb 01 14:41:13.947 INFO O| Feb 01 14:41:13.947 INFO STEP 784 (remove_files) COMPLETE
73472026-02-01T14:41:14.586Z[ recovery-image] Feb 01 14:41:13.947 INFO O| Feb 01 14:41:13.947 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482026-02-01T14:41:14.586Z[ recovery-image] Feb 01 14:41:13.958 INFO O| Feb 01 14:41:13.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
73492026-02-01T14:41:14.586Z[ recovery-image] Feb 01 14:41:13.958 INFO O| Feb 01 14:41:13.958 INFO STEP 785 (remove_files) COMPLETE
73502026-02-01T14:41:14.586Z[ recovery-image] Feb 01 14:41:13.958 INFO O| Feb 01 14:41:13.958 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512026-02-01T14:41:14.611Z[ recovery-image] Feb 01 14:41:13.969 INFO O| Feb 01 14:41:13.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
73522026-02-01T14:41:14.611Z[ recovery-image] Feb 01 14:41:13.969 INFO O| Feb 01 14:41:13.969 INFO STEP 786 (remove_files) COMPLETE
73532026-02-01T14:41:14.611Z[ recovery-image] Feb 01 14:41:13.969 INFO O| Feb 01 14:41:13.969 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542026-02-01T14:41:14.635Z[ recovery-image] Feb 01 14:41:13.987 INFO O| Feb 01 14:41:13.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
73552026-02-01T14:41:14.635Z[ recovery-image] Feb 01 14:41:13.988 INFO O| Feb 01 14:41:13.988 INFO STEP 787 (remove_files) COMPLETE
73562026-02-01T14:41:14.635Z[ recovery-image] Feb 01 14:41:13.988 INFO O| Feb 01 14:41:13.988 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572026-02-01T14:41:14.635Z[ recovery-image] Feb 01 14:41:14.000 INFO O| Feb 01 14:41:14.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
73582026-02-01T14:41:14.635Z[ recovery-image] Feb 01 14:41:14.000 INFO O| Feb 01 14:41:14.000 INFO STEP 788 (remove_files) COMPLETE
73592026-02-01T14:41:14.635Z[ recovery-image] Feb 01 14:41:14.000 INFO O| Feb 01 14:41:14.000 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602026-02-01T14:41:14.660Z[ recovery-image] Feb 01 14:41:14.010 INFO O| Feb 01 14:41:14.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
73612026-02-01T14:41:14.660Z[ recovery-image] Feb 01 14:41:14.011 INFO O| Feb 01 14:41:14.010 INFO STEP 789 (remove_files) COMPLETE
73622026-02-01T14:41:14.660Z[ recovery-image] Feb 01 14:41:14.011 INFO O| Feb 01 14:41:14.011 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632026-02-01T14:41:14.660Z[ recovery-image] Feb 01 14:41:14.021 INFO O| Feb 01 14:41:14.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
73642026-02-01T14:41:14.660Z[ recovery-image] Feb 01 14:41:14.021 INFO O| Feb 01 14:41:14.021 INFO STEP 790 (remove_files) COMPLETE
73652026-02-01T14:41:14.660Z[ recovery-image] Feb 01 14:41:14.021 INFO O| Feb 01 14:41:14.021 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662026-02-01T14:41:14.685Z[ recovery-image] Feb 01 14:41:14.035 INFO O| Feb 01 14:41:14.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
73672026-02-01T14:41:14.685Z[ recovery-image] Feb 01 14:41:14.035 INFO O| Feb 01 14:41:14.035 INFO STEP 791 (remove_files) COMPLETE
73682026-02-01T14:41:14.685Z[ recovery-image] Feb 01 14:41:14.035 INFO O| Feb 01 14:41:14.035 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692026-02-01T14:41:14.685Z[ recovery-image] Feb 01 14:41:14.045 INFO O| Feb 01 14:41:14.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
73702026-02-01T14:41:14.685Z[ recovery-image] Feb 01 14:41:14.045 INFO O| Feb 01 14:41:14.045 INFO STEP 792 (remove_files) COMPLETE
73712026-02-01T14:41:14.685Z[ recovery-image] Feb 01 14:41:14.045 INFO O| Feb 01 14:41:14.045 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722026-02-01T14:41:14.685Z[ recovery-image] Feb 01 14:41:14.056 INFO O| Feb 01 14:41:14.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
73732026-02-01T14:41:14.685Z[ recovery-image] Feb 01 14:41:14.056 INFO O| Feb 01 14:41:14.056 INFO STEP 793 (remove_files) COMPLETE
73742026-02-01T14:41:14.685Z[ recovery-image] Feb 01 14:41:14.056 INFO O| Feb 01 14:41:14.056 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752026-02-01T14:41:14.710Z[ recovery-image] Feb 01 14:41:14.066 INFO O| Feb 01 14:41:14.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
73762026-02-01T14:41:14.710Z[ recovery-image] Feb 01 14:41:14.067 INFO O| Feb 01 14:41:14.067 INFO STEP 794 (remove_files) COMPLETE
73772026-02-01T14:41:14.710Z[ recovery-image] Feb 01 14:41:14.067 INFO O| Feb 01 14:41:14.067 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782026-02-01T14:41:14.710Z[ recovery-image] Feb 01 14:41:14.077 INFO O| Feb 01 14:41:14.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
73792026-02-01T14:41:14.710Z[ recovery-image] Feb 01 14:41:14.077 INFO O| Feb 01 14:41:14.077 INFO STEP 795 (remove_files) COMPLETE
73802026-02-01T14:41:14.710Z[ recovery-image] Feb 01 14:41:14.077 INFO O| Feb 01 14:41:14.077 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812026-02-01T14:41:14.734Z[ recovery-image] Feb 01 14:41:14.088 INFO O| Feb 01 14:41:14.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
73822026-02-01T14:41:14.734Z[ recovery-image] Feb 01 14:41:14.088 INFO O| Feb 01 14:41:14.088 INFO STEP 796 (remove_files) COMPLETE
73832026-02-01T14:41:14.734Z[ recovery-image] Feb 01 14:41:14.088 INFO O| Feb 01 14:41:14.088 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842026-02-01T14:41:14.734Z[ recovery-image] Feb 01 14:41:14.102 INFO O| Feb 01 14:41:14.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
73852026-02-01T14:41:14.734Z[ recovery-image] Feb 01 14:41:14.102 INFO O| Feb 01 14:41:14.102 INFO STEP 797 (remove_files) COMPLETE
73862026-02-01T14:41:14.735Z[ recovery-image] Feb 01 14:41:14.102 INFO O| Feb 01 14:41:14.102 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872026-02-01T14:41:14.759Z[ recovery-image] Feb 01 14:41:14.116 INFO O| Feb 01 14:41:14.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
73882026-02-01T14:41:14.759Z[ recovery-image] Feb 01 14:41:14.116 INFO O| Feb 01 14:41:14.116 INFO STEP 798 (remove_files) COMPLETE
73892026-02-01T14:41:14.759Z[ recovery-image] Feb 01 14:41:14.116 INFO O| Feb 01 14:41:14.116 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902026-02-01T14:41:14.759Z[ recovery-image] Feb 01 14:41:14.127 INFO O| Feb 01 14:41:14.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
73912026-02-01T14:41:14.759Z[ recovery-image] Feb 01 14:41:14.127 INFO O| Feb 01 14:41:14.127 INFO STEP 799 (remove_files) COMPLETE
73922026-02-01T14:41:14.759Z[ recovery-image] Feb 01 14:41:14.127 INFO O| Feb 01 14:41:14.127 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932026-02-01T14:41:14.784Z[ recovery-image] Feb 01 14:41:14.140 INFO O| Feb 01 14:41:14.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
73942026-02-01T14:41:14.784Z[ recovery-image] Feb 01 14:41:14.140 INFO O| Feb 01 14:41:14.140 INFO STEP 800 (remove_files) COMPLETE
73952026-02-01T14:41:14.784Z[ recovery-image] Feb 01 14:41:14.140 INFO O| Feb 01 14:41:14.140 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962026-02-01T14:41:14.784Z[ recovery-image] Feb 01 14:41:14.151 INFO O| Feb 01 14:41:14.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
73972026-02-01T14:41:14.784Z[ recovery-image] Feb 01 14:41:14.151 INFO O| Feb 01 14:41:14.151 INFO STEP 801 (remove_files) COMPLETE
73982026-02-01T14:41:14.784Z[ recovery-image] Feb 01 14:41:14.151 INFO O| Feb 01 14:41:14.151 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992026-02-01T14:41:14.808Z[ recovery-image] Feb 01 14:41:14.163 INFO O| Feb 01 14:41:14.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
74002026-02-01T14:41:14.808Z[ recovery-image] Feb 01 14:41:14.164 INFO O| Feb 01 14:41:14.163 INFO STEP 802 (remove_files) COMPLETE
74012026-02-01T14:41:14.808Z[ recovery-image] Feb 01 14:41:14.164 INFO O| Feb 01 14:41:14.164 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022026-02-01T14:41:14.809Z[ recovery-image] Feb 01 14:41:14.176 INFO O| Feb 01 14:41:14.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
74032026-02-01T14:41:14.809Z[ recovery-image] Feb 01 14:41:14.176 INFO O| Feb 01 14:41:14.176 INFO STEP 803 (remove_files) COMPLETE
74042026-02-01T14:41:14.809Z[ recovery-image] Feb 01 14:41:14.176 INFO O| Feb 01 14:41:14.176 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052026-02-01T14:41:14.833Z[ recovery-image] Feb 01 14:41:14.188 INFO O| Feb 01 14:41:14.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
74062026-02-01T14:41:14.833Z[ recovery-image] Feb 01 14:41:14.189 INFO O| Feb 01 14:41:14.189 INFO STEP 804 (remove_files) COMPLETE
74072026-02-01T14:41:14.833Z[ recovery-image] Feb 01 14:41:14.189 INFO O| Feb 01 14:41:14.189 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082026-02-01T14:41:14.833Z[ recovery-image] Feb 01 14:41:14.201 INFO O| Feb 01 14:41:14.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
74092026-02-01T14:41:14.833Z[ recovery-image] Feb 01 14:41:14.201 INFO O| Feb 01 14:41:14.201 INFO STEP 805 (remove_files) COMPLETE
74102026-02-01T14:41:14.833Z[ recovery-image] Feb 01 14:41:14.201 INFO O| Feb 01 14:41:14.201 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112026-02-01T14:41:14.857Z[ recovery-image] Feb 01 14:41:14.213 INFO O| Feb 01 14:41:14.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
74122026-02-01T14:41:14.857Z[ recovery-image] Feb 01 14:41:14.213 INFO O| Feb 01 14:41:14.213 INFO STEP 806 (remove_files) COMPLETE
74132026-02-01T14:41:14.857Z[ recovery-image] Feb 01 14:41:14.213 INFO O| Feb 01 14:41:14.213 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142026-02-01T14:41:14.857Z[ recovery-image] Feb 01 14:41:14.226 INFO O| Feb 01 14:41:14.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
74152026-02-01T14:41:14.857Z[ recovery-image] Feb 01 14:41:14.226 INFO O| Feb 01 14:41:14.226 INFO STEP 807 (remove_files) COMPLETE
74162026-02-01T14:41:14.857Z[ recovery-image] Feb 01 14:41:14.226 INFO O| Feb 01 14:41:14.226 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172026-02-01T14:41:14.882Z[ recovery-image] Feb 01 14:41:14.237 INFO O| Feb 01 14:41:14.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
74182026-02-01T14:41:14.882Z[ recovery-image] Feb 01 14:41:14.237 INFO O| Feb 01 14:41:14.237 INFO STEP 808 (remove_files) COMPLETE
74192026-02-01T14:41:14.882Z[ recovery-image] Feb 01 14:41:14.237 INFO O| Feb 01 14:41:14.237 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202026-02-01T14:41:14.882Z[ recovery-image] Feb 01 14:41:14.247 INFO O| Feb 01 14:41:14.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
74212026-02-01T14:41:14.882Z[ recovery-image] Feb 01 14:41:14.247 INFO O| Feb 01 14:41:14.247 INFO STEP 809 (remove_files) COMPLETE
74222026-02-01T14:41:14.882Z[ recovery-image] Feb 01 14:41:14.247 INFO O| Feb 01 14:41:14.247 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232026-02-01T14:41:14.906Z[ recovery-image] Feb 01 14:41:14.258 INFO O| Feb 01 14:41:14.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
74242026-02-01T14:41:14.906Z[ recovery-image] Feb 01 14:41:14.258 INFO O| Feb 01 14:41:14.258 INFO STEP 810 (remove_files) COMPLETE
74252026-02-01T14:41:14.906Z[ recovery-image] Feb 01 14:41:14.258 INFO O| Feb 01 14:41:14.258 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262026-02-01T14:41:14.906Z[ recovery-image] Feb 01 14:41:14.268 INFO O| Feb 01 14:41:14.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
74272026-02-01T14:41:14.906Z[ recovery-image] Feb 01 14:41:14.268 INFO O| Feb 01 14:41:14.268 INFO STEP 811 (remove_files) COMPLETE
74282026-02-01T14:41:14.906Z[ recovery-image] Feb 01 14:41:14.268 INFO O| Feb 01 14:41:14.268 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292026-02-01T14:41:14.907Z[ recovery-image] Feb 01 14:41:14.278 INFO O| Feb 01 14:41:14.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
74302026-02-01T14:41:14.907Z[ recovery-image] Feb 01 14:41:14.278 INFO O| Feb 01 14:41:14.278 INFO STEP 812 (remove_files) COMPLETE
74312026-02-01T14:41:14.907Z[ recovery-image] Feb 01 14:41:14.278 INFO O| Feb 01 14:41:14.278 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322026-02-01T14:41:14.931Z[ recovery-image] Feb 01 14:41:14.287 INFO O| Feb 01 14:41:14.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
74332026-02-01T14:41:14.931Z[ recovery-image] Feb 01 14:41:14.287 INFO O| Feb 01 14:41:14.287 INFO STEP 813 (remove_files) COMPLETE
74342026-02-01T14:41:14.931Z[ recovery-image] Feb 01 14:41:14.287 INFO O| Feb 01 14:41:14.287 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352026-02-01T14:41:14.931Z[ recovery-image] Feb 01 14:41:14.299 INFO O| Feb 01 14:41:14.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
74362026-02-01T14:41:14.931Z[ recovery-image] Feb 01 14:41:14.299 INFO O| Feb 01 14:41:14.299 INFO STEP 814 (remove_files) COMPLETE
74372026-02-01T14:41:14.931Z[ recovery-image] Feb 01 14:41:14.299 INFO O| Feb 01 14:41:14.299 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382026-02-01T14:41:14.955Z[ recovery-image] Feb 01 14:41:14.310 INFO O| Feb 01 14:41:14.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
74392026-02-01T14:41:14.956Z[ recovery-image] Feb 01 14:41:14.310 INFO O| Feb 01 14:41:14.310 INFO STEP 815 (remove_files) COMPLETE
74402026-02-01T14:41:14.956Z[ recovery-image] Feb 01 14:41:14.310 INFO O| Feb 01 14:41:14.310 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412026-02-01T14:41:14.956Z[ recovery-image] Feb 01 14:41:14.320 INFO O| Feb 01 14:41:14.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
74422026-02-01T14:41:14.956Z[ recovery-image] Feb 01 14:41:14.320 INFO O| Feb 01 14:41:14.320 INFO STEP 816 (remove_files) COMPLETE
74432026-02-01T14:41:14.956Z[ recovery-image] Feb 01 14:41:14.320 INFO O| Feb 01 14:41:14.320 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442026-02-01T14:41:14.980Z[ recovery-image] Feb 01 14:41:14.330 INFO O| Feb 01 14:41:14.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
74452026-02-01T14:41:14.980Z[ recovery-image] Feb 01 14:41:14.330 INFO O| Feb 01 14:41:14.330 INFO STEP 817 (remove_files) COMPLETE
74462026-02-01T14:41:14.980Z[ recovery-image] Feb 01 14:41:14.330 INFO O| Feb 01 14:41:14.330 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472026-02-01T14:41:14.980Z[ recovery-image] Feb 01 14:41:14.340 INFO O| Feb 01 14:41:14.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
74482026-02-01T14:41:14.980Z[ recovery-image] Feb 01 14:41:14.340 INFO O| Feb 01 14:41:14.340 INFO STEP 818 (remove_files) COMPLETE
74492026-02-01T14:41:14.980Z[ recovery-image] Feb 01 14:41:14.340 INFO O| Feb 01 14:41:14.340 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502026-02-01T14:41:14.980Z[ recovery-image] Feb 01 14:41:14.352 INFO O| Feb 01 14:41:14.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
74512026-02-01T14:41:14.981Z[ recovery-image] Feb 01 14:41:14.352 INFO O| Feb 01 14:41:14.352 INFO STEP 819 (remove_files) COMPLETE
74522026-02-01T14:41:14.981Z[ recovery-image] Feb 01 14:41:14.352 INFO O| Feb 01 14:41:14.352 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532026-02-01T14:41:15.005Z[ recovery-image] Feb 01 14:41:14.364 INFO O| Feb 01 14:41:14.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
74542026-02-01T14:41:15.005Z[ recovery-image] Feb 01 14:41:14.364 INFO O| Feb 01 14:41:14.364 INFO STEP 820 (remove_files) COMPLETE
74552026-02-01T14:41:15.005Z[ recovery-image] Feb 01 14:41:14.364 INFO O| Feb 01 14:41:14.364 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562026-02-01T14:41:15.005Z[ recovery-image] Feb 01 14:41:14.375 INFO O| Feb 01 14:41:14.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
74572026-02-01T14:41:15.005Z[ recovery-image] Feb 01 14:41:14.375 INFO O| Feb 01 14:41:14.375 INFO STEP 821 (remove_files) COMPLETE
74582026-02-01T14:41:15.005Z[ recovery-image] Feb 01 14:41:14.375 INFO O| Feb 01 14:41:14.375 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592026-02-01T14:41:15.030Z[ recovery-image] Feb 01 14:41:14.387 INFO O| Feb 01 14:41:14.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
74602026-02-01T14:41:15.030Z[ recovery-image] Feb 01 14:41:14.387 INFO O| Feb 01 14:41:14.387 INFO STEP 822 (remove_files) COMPLETE
74612026-02-01T14:41:15.030Z[ recovery-image] Feb 01 14:41:14.387 INFO O| Feb 01 14:41:14.387 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622026-02-01T14:41:15.030Z[ recovery-image] Feb 01 14:41:14.398 INFO O| Feb 01 14:41:14.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
74632026-02-01T14:41:15.030Z[ recovery-image] Feb 01 14:41:14.398 INFO O| Feb 01 14:41:14.398 INFO STEP 823 (remove_files) COMPLETE
74642026-02-01T14:41:15.030Z[ recovery-image] Feb 01 14:41:14.398 INFO O| Feb 01 14:41:14.398 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652026-02-01T14:41:15.055Z[ recovery-image] Feb 01 14:41:14.413 INFO O| Feb 01 14:41:14.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
74662026-02-01T14:41:15.055Z[ recovery-image] Feb 01 14:41:14.413 INFO O| Feb 01 14:41:14.413 INFO STEP 824 (remove_files) COMPLETE
74672026-02-01T14:41:15.055Z[ recovery-image] Feb 01 14:41:14.413 INFO O| Feb 01 14:41:14.413 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682026-02-01T14:41:15.079Z[ recovery-image] Feb 01 14:41:14.429 INFO O| Feb 01 14:41:14.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
74692026-02-01T14:41:15.079Z[ recovery-image] Feb 01 14:41:14.429 INFO O| Feb 01 14:41:14.429 INFO STEP 825 (remove_files) COMPLETE
74702026-02-01T14:41:15.079Z[ recovery-image] Feb 01 14:41:14.429 INFO O| Feb 01 14:41:14.429 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712026-02-01T14:41:15.079Z[ recovery-image] Feb 01 14:41:14.439 INFO O| Feb 01 14:41:14.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
74722026-02-01T14:41:15.079Z[ recovery-image] Feb 01 14:41:14.439 INFO O| Feb 01 14:41:14.439 INFO STEP 826 (remove_files) COMPLETE
74732026-02-01T14:41:15.079Z[ recovery-image] Feb 01 14:41:14.439 INFO O| Feb 01 14:41:14.439 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742026-02-01T14:41:15.079Z[ recovery-image] Feb 01 14:41:14.448 INFO O| Feb 01 14:41:14.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
74752026-02-01T14:41:15.079Z[ recovery-image] Feb 01 14:41:14.449 INFO O| Feb 01 14:41:14.449 INFO STEP 827 (remove_files) COMPLETE
74762026-02-01T14:41:15.079Z[ recovery-image] Feb 01 14:41:14.449 INFO O| Feb 01 14:41:14.449 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772026-02-01T14:41:15.104Z[ recovery-image] Feb 01 14:41:14.458 INFO O| Feb 01 14:41:14.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
74782026-02-01T14:41:15.104Z[ recovery-image] Feb 01 14:41:14.458 INFO O| Feb 01 14:41:14.458 INFO STEP 828 (remove_files) COMPLETE
74792026-02-01T14:41:15.104Z[ recovery-image] Feb 01 14:41:14.458 INFO O| Feb 01 14:41:14.458 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802026-02-01T14:41:15.104Z[ recovery-image] Feb 01 14:41:14.472 INFO O| Feb 01 14:41:14.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
74812026-02-01T14:41:15.104Z[ recovery-image] Feb 01 14:41:14.472 INFO O| Feb 01 14:41:14.472 INFO STEP 829 (remove_files) COMPLETE
74822026-02-01T14:41:15.104Z[ recovery-image] Feb 01 14:41:14.472 INFO O| Feb 01 14:41:14.472 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832026-02-01T14:41:15.128Z[ recovery-image] Feb 01 14:41:14.482 INFO O| Feb 01 14:41:14.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
74842026-02-01T14:41:15.129Z[ recovery-image] Feb 01 14:41:14.482 INFO O| Feb 01 14:41:14.482 INFO STEP 830 (remove_files) COMPLETE
74852026-02-01T14:41:15.129Z[ recovery-image] Feb 01 14:41:14.482 INFO O| Feb 01 14:41:14.482 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862026-02-01T14:41:15.129Z[ recovery-image] Feb 01 14:41:14.494 INFO O| Feb 01 14:41:14.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
74872026-02-01T14:41:15.129Z[ recovery-image] Feb 01 14:41:14.494 INFO O| Feb 01 14:41:14.494 INFO STEP 831 (remove_files) COMPLETE
74882026-02-01T14:41:15.129Z[ recovery-image] Feb 01 14:41:14.494 INFO O| Feb 01 14:41:14.494 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892026-02-01T14:41:15.153Z[ recovery-image] Feb 01 14:41:14.504 INFO O| Feb 01 14:41:14.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
74902026-02-01T14:41:15.153Z[ recovery-image] Feb 01 14:41:14.504 INFO O| Feb 01 14:41:14.504 INFO STEP 832 (remove_files) COMPLETE
74912026-02-01T14:41:15.153Z[ recovery-image] Feb 01 14:41:14.504 INFO O| Feb 01 14:41:14.504 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922026-02-01T14:41:15.153Z[ recovery-image] Feb 01 14:41:14.514 INFO O| Feb 01 14:41:14.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
74932026-02-01T14:41:15.153Z[ recovery-image] Feb 01 14:41:14.514 INFO O| Feb 01 14:41:14.514 INFO STEP 833 (remove_files) COMPLETE
74942026-02-01T14:41:15.153Z[ recovery-image] Feb 01 14:41:14.514 INFO O| Feb 01 14:41:14.514 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952026-02-01T14:41:15.153Z[ recovery-image] Feb 01 14:41:14.524 INFO O| Feb 01 14:41:14.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
74962026-02-01T14:41:15.154Z[ recovery-image] Feb 01 14:41:14.524 INFO O| Feb 01 14:41:14.524 INFO STEP 834 (remove_files) COMPLETE
74972026-02-01T14:41:15.154Z[ recovery-image] Feb 01 14:41:14.524 INFO O| Feb 01 14:41:14.524 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982026-02-01T14:41:15.178Z[ recovery-image] Feb 01 14:41:14.534 INFO O| Feb 01 14:41:14.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
74992026-02-01T14:41:15.178Z[ recovery-image] Feb 01 14:41:14.534 INFO O| Feb 01 14:41:14.534 INFO STEP 835 (remove_files) COMPLETE
75002026-02-01T14:41:15.178Z[ recovery-image] Feb 01 14:41:14.534 INFO O| Feb 01 14:41:14.534 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012026-02-01T14:41:15.178Z[ recovery-image] Feb 01 14:41:14.549 INFO O| Feb 01 14:41:14.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
75022026-02-01T14:41:15.178Z[ recovery-image] Feb 01 14:41:14.549 INFO O| Feb 01 14:41:14.549 INFO STEP 836 (remove_files) COMPLETE
75032026-02-01T14:41:15.178Z[ recovery-image] Feb 01 14:41:14.549 INFO O| Feb 01 14:41:14.549 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042026-02-01T14:41:15.203Z[ recovery-image] Feb 01 14:41:14.560 INFO O| Feb 01 14:41:14.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
75052026-02-01T14:41:15.203Z[ recovery-image] Feb 01 14:41:14.560 INFO O| Feb 01 14:41:14.560 INFO STEP 837 (remove_files) COMPLETE
75062026-02-01T14:41:15.203Z[ recovery-image] Feb 01 14:41:14.560 INFO O| Feb 01 14:41:14.560 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072026-02-01T14:41:15.203Z[ recovery-image] Feb 01 14:41:14.571 INFO O| Feb 01 14:41:14.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
75082026-02-01T14:41:15.203Z[ recovery-image] Feb 01 14:41:14.571 INFO O| Feb 01 14:41:14.571 INFO STEP 838 (remove_files) COMPLETE
75092026-02-01T14:41:15.203Z[ recovery-image] Feb 01 14:41:14.571 INFO O| Feb 01 14:41:14.571 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102026-02-01T14:41:15.228Z[ recovery-image] Feb 01 14:41:14.585 INFO O| Feb 01 14:41:14.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
75112026-02-01T14:41:15.228Z[ recovery-image] Feb 01 14:41:14.585 INFO O| Feb 01 14:41:14.585 INFO STEP 839 (remove_files) COMPLETE
75122026-02-01T14:41:15.228Z[ recovery-image] Feb 01 14:41:14.585 INFO O| Feb 01 14:41:14.585 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132026-02-01T14:41:15.228Z[ recovery-image] Feb 01 14:41:14.597 INFO O| Feb 01 14:41:14.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
75142026-02-01T14:41:15.228Z[ recovery-image] Feb 01 14:41:14.598 INFO O| Feb 01 14:41:14.598 INFO STEP 840 (remove_files) COMPLETE
75152026-02-01T14:41:15.228Z[ recovery-image] Feb 01 14:41:14.598 INFO O| Feb 01 14:41:14.598 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162026-02-01T14:41:15.252Z[ recovery-image] Feb 01 14:41:14.609 INFO O| Feb 01 14:41:14.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
75172026-02-01T14:41:15.252Z[ recovery-image] Feb 01 14:41:14.609 INFO O| Feb 01 14:41:14.609 INFO STEP 841 (remove_files) COMPLETE
75182026-02-01T14:41:15.252Z[ recovery-image] Feb 01 14:41:14.609 INFO O| Feb 01 14:41:14.609 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192026-02-01T14:41:15.252Z[ recovery-image] Feb 01 14:41:14.620 INFO O| Feb 01 14:41:14.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
75202026-02-01T14:41:15.252Z[ recovery-image] Feb 01 14:41:14.620 INFO O| Feb 01 14:41:14.620 INFO STEP 842 (remove_files) COMPLETE
75212026-02-01T14:41:15.252Z[ recovery-image] Feb 01 14:41:14.620 INFO O| Feb 01 14:41:14.620 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222026-02-01T14:41:15.277Z[ recovery-image] Feb 01 14:41:14.633 INFO O| Feb 01 14:41:14.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
75232026-02-01T14:41:15.277Z[ recovery-image] Feb 01 14:41:14.634 INFO O| Feb 01 14:41:14.634 INFO STEP 843 (remove_files) COMPLETE
75242026-02-01T14:41:15.277Z[ recovery-image] Feb 01 14:41:14.634 INFO O| Feb 01 14:41:14.634 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252026-02-01T14:41:15.302Z[ recovery-image] Feb 01 14:41:14.657 INFO O| Feb 01 14:41:14.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
75262026-02-01T14:41:15.302Z[ recovery-image] Feb 01 14:41:14.657 INFO O| Feb 01 14:41:14.657 INFO STEP 844 (remove_files) COMPLETE
75272026-02-01T14:41:15.302Z[ recovery-image] Feb 01 14:41:14.657 INFO O| Feb 01 14:41:14.657 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282026-02-01T14:41:15.302Z[ recovery-image] Feb 01 14:41:14.674 INFO O| Feb 01 14:41:14.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
75292026-02-01T14:41:15.302Z[ recovery-image] Feb 01 14:41:14.674 INFO O| Feb 01 14:41:14.674 INFO STEP 845 (remove_files) COMPLETE
75302026-02-01T14:41:15.302Z[ recovery-image] Feb 01 14:41:14.674 INFO O| Feb 01 14:41:14.674 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312026-02-01T14:41:15.326Z[ recovery-image] Feb 01 14:41:14.688 INFO O| Feb 01 14:41:14.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
75322026-02-01T14:41:15.326Z[ recovery-image] Feb 01 14:41:14.689 INFO O| Feb 01 14:41:14.689 INFO STEP 846 (remove_files) COMPLETE
75332026-02-01T14:41:15.326Z[ recovery-image] Feb 01 14:41:14.689 INFO O| Feb 01 14:41:14.689 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342026-02-01T14:41:15.351Z[ recovery-image] Feb 01 14:41:14.701 INFO O| Feb 01 14:41:14.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
75352026-02-01T14:41:15.351Z[ recovery-image] Feb 01 14:41:14.701 INFO O| Feb 01 14:41:14.701 INFO STEP 847 (remove_files) COMPLETE
75362026-02-01T14:41:15.351Z[ recovery-image] Feb 01 14:41:14.701 INFO O| Feb 01 14:41:14.701 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372026-02-01T14:41:15.351Z[ recovery-image] Feb 01 14:41:14.716 INFO O| Feb 01 14:41:14.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
75382026-02-01T14:41:15.351Z[ recovery-image] Feb 01 14:41:14.716 INFO O| Feb 01 14:41:14.716 INFO STEP 848 (remove_files) COMPLETE
75392026-02-01T14:41:15.351Z[ recovery-image] Feb 01 14:41:14.716 INFO O| Feb 01 14:41:14.716 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402026-02-01T14:41:15.376Z[ recovery-image] Feb 01 14:41:14.730 INFO O| Feb 01 14:41:14.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
75412026-02-01T14:41:15.376Z[ recovery-image] Feb 01 14:41:14.731 INFO O| Feb 01 14:41:14.731 INFO STEP 849 (remove_files) COMPLETE
75422026-02-01T14:41:15.376Z[ recovery-image] Feb 01 14:41:14.731 INFO O| Feb 01 14:41:14.731 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432026-02-01T14:41:15.376Z[ recovery-image] Feb 01 14:41:14.744 INFO O| Feb 01 14:41:14.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
75442026-02-01T14:41:15.376Z[ recovery-image] Feb 01 14:41:14.744 INFO O| Feb 01 14:41:14.744 INFO STEP 850 (remove_files) COMPLETE
75452026-02-01T14:41:15.376Z[ recovery-image] Feb 01 14:41:14.744 INFO O| Feb 01 14:41:14.744 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462026-02-01T14:41:15.400Z[ recovery-image] Feb 01 14:41:14.757 INFO O| Feb 01 14:41:14.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
75472026-02-01T14:41:15.400Z[ recovery-image] Feb 01 14:41:14.757 INFO O| Feb 01 14:41:14.757 INFO STEP 851 (remove_files) COMPLETE
75482026-02-01T14:41:15.400Z[ recovery-image] Feb 01 14:41:14.757 INFO O| Feb 01 14:41:14.757 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492026-02-01T14:41:15.400Z[ recovery-image] Feb 01 14:41:14.769 INFO O| Feb 01 14:41:14.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
75502026-02-01T14:41:15.401Z[ recovery-image] Feb 01 14:41:14.769 INFO O| Feb 01 14:41:14.769 INFO STEP 852 (remove_files) COMPLETE
75512026-02-01T14:41:15.401Z[ recovery-image] Feb 01 14:41:14.769 INFO O| Feb 01 14:41:14.769 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522026-02-01T14:41:15.425Z[ recovery-image] Feb 01 14:41:14.783 INFO O| Feb 01 14:41:14.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
75532026-02-01T14:41:15.425Z[ recovery-image] Feb 01 14:41:14.783 INFO O| Feb 01 14:41:14.783 INFO STEP 853 (remove_files) COMPLETE
75542026-02-01T14:41:15.425Z[ recovery-image] Feb 01 14:41:14.783 INFO O| Feb 01 14:41:14.783 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552026-02-01T14:41:15.425Z[ recovery-image] Feb 01 14:41:14.794 INFO O| Feb 01 14:41:14.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
75562026-02-01T14:41:15.425Z[ recovery-image] Feb 01 14:41:14.794 INFO O| Feb 01 14:41:14.794 INFO STEP 854 (remove_files) COMPLETE
75572026-02-01T14:41:15.425Z[ recovery-image] Feb 01 14:41:14.794 INFO O| Feb 01 14:41:14.794 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582026-02-01T14:41:15.450Z[ recovery-image] Feb 01 14:41:14.805 INFO O| Feb 01 14:41:14.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
75592026-02-01T14:41:15.450Z[ recovery-image] Feb 01 14:41:14.805 INFO O| Feb 01 14:41:14.805 INFO STEP 855 (remove_files) COMPLETE
75602026-02-01T14:41:15.450Z[ recovery-image] Feb 01 14:41:14.805 INFO O| Feb 01 14:41:14.805 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612026-02-01T14:41:15.450Z[ recovery-image] Feb 01 14:41:14.817 INFO O| Feb 01 14:41:14.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
75622026-02-01T14:41:15.450Z[ recovery-image] Feb 01 14:41:14.817 INFO O| Feb 01 14:41:14.817 INFO STEP 856 (remove_files) COMPLETE
75632026-02-01T14:41:15.450Z[ recovery-image] Feb 01 14:41:14.817 INFO O| Feb 01 14:41:14.817 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642026-02-01T14:41:15.475Z[ recovery-image] Feb 01 14:41:14.829 INFO O| Feb 01 14:41:14.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
75652026-02-01T14:41:15.475Z[ recovery-image] Feb 01 14:41:14.829 INFO O| Feb 01 14:41:14.829 INFO STEP 857 (remove_files) COMPLETE
75662026-02-01T14:41:15.475Z[ recovery-image] Feb 01 14:41:14.829 INFO O| Feb 01 14:41:14.829 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672026-02-01T14:41:15.475Z[ recovery-image] Feb 01 14:41:14.839 INFO O| Feb 01 14:41:14.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
75682026-02-01T14:41:15.475Z[ recovery-image] Feb 01 14:41:14.839 INFO O| Feb 01 14:41:14.839 INFO STEP 858 (remove_files) COMPLETE
75692026-02-01T14:41:15.475Z[ recovery-image] Feb 01 14:41:14.839 INFO O| Feb 01 14:41:14.839 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702026-02-01T14:41:15.500Z[ recovery-image] Feb 01 14:41:14.851 INFO O| Feb 01 14:41:14.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
75712026-02-01T14:41:15.500Z[ recovery-image] Feb 01 14:41:14.851 INFO O| Feb 01 14:41:14.851 INFO STEP 859 (remove_files) COMPLETE
75722026-02-01T14:41:15.500Z[ recovery-image] Feb 01 14:41:14.851 INFO O| Feb 01 14:41:14.851 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732026-02-01T14:41:15.500Z[ recovery-image] Feb 01 14:41:14.865 INFO O| Feb 01 14:41:14.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
75742026-02-01T14:41:15.500Z[ recovery-image] Feb 01 14:41:14.865 INFO O| Feb 01 14:41:14.865 INFO STEP 860 (remove_files) COMPLETE
75752026-02-01T14:41:15.500Z[ recovery-image] Feb 01 14:41:14.865 INFO O| Feb 01 14:41:14.865 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762026-02-01T14:41:15.524Z[ recovery-image] Feb 01 14:41:14.877 INFO O| Feb 01 14:41:14.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
75772026-02-01T14:41:15.524Z[ recovery-image] Feb 01 14:41:14.878 INFO O| Feb 01 14:41:14.878 INFO STEP 861 (remove_files) COMPLETE
75782026-02-01T14:41:15.524Z[ recovery-image] Feb 01 14:41:14.878 INFO O| Feb 01 14:41:14.878 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792026-02-01T14:41:15.524Z[ recovery-image] Feb 01 14:41:14.889 INFO O| Feb 01 14:41:14.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
75802026-02-01T14:41:15.524Z[ recovery-image] Feb 01 14:41:14.889 INFO O| Feb 01 14:41:14.889 INFO STEP 862 (remove_files) COMPLETE
75812026-02-01T14:41:15.524Z[ recovery-image] Feb 01 14:41:14.889 INFO O| Feb 01 14:41:14.889 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822026-02-01T14:41:15.549Z[ recovery-image] Feb 01 14:41:14.900 INFO O| Feb 01 14:41:14.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
75832026-02-01T14:41:15.549Z[ recovery-image] Feb 01 14:41:14.901 INFO O| Feb 01 14:41:14.901 INFO STEP 863 (remove_files) COMPLETE
75842026-02-01T14:41:15.549Z[ recovery-image] Feb 01 14:41:14.901 INFO O| Feb 01 14:41:14.901 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852026-02-01T14:41:15.549Z[ recovery-image] Feb 01 14:41:14.912 INFO O| Feb 01 14:41:14.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
75862026-02-01T14:41:15.549Z[ recovery-image] Feb 01 14:41:14.912 INFO O| Feb 01 14:41:14.912 INFO STEP 864 (remove_files) COMPLETE
75872026-02-01T14:41:15.549Z[ recovery-image] Feb 01 14:41:14.912 INFO O| Feb 01 14:41:14.912 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882026-02-01T14:41:15.573Z[ recovery-image] Feb 01 14:41:14.923 INFO O| Feb 01 14:41:14.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
75892026-02-01T14:41:15.574Z[ recovery-image] Feb 01 14:41:14.923 INFO O| Feb 01 14:41:14.923 INFO STEP 865 (remove_files) COMPLETE
75902026-02-01T14:41:15.574Z[ recovery-image] Feb 01 14:41:14.923 INFO O| Feb 01 14:41:14.923 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912026-02-01T14:41:15.574Z[ recovery-image] Feb 01 14:41:14.934 INFO O| Feb 01 14:41:14.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
75922026-02-01T14:41:15.574Z[ recovery-image] Feb 01 14:41:14.934 INFO O| Feb 01 14:41:14.934 INFO STEP 866 (remove_files) COMPLETE
75932026-02-01T14:41:15.574Z[ recovery-image] Feb 01 14:41:14.934 INFO O| Feb 01 14:41:14.934 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942026-02-01T14:41:15.574Z[ recovery-image] Feb 01 14:41:14.945 INFO O| Feb 01 14:41:14.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
75952026-02-01T14:41:15.574Z[ recovery-image] Feb 01 14:41:14.945 INFO O| Feb 01 14:41:14.945 INFO STEP 867 (remove_files) COMPLETE
75962026-02-01T14:41:15.574Z[ recovery-image] Feb 01 14:41:14.945 INFO O| Feb 01 14:41:14.945 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972026-02-01T14:41:15.598Z[ recovery-image] Feb 01 14:41:14.956 INFO O| Feb 01 14:41:14.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
75982026-02-01T14:41:15.598Z[ recovery-image] Feb 01 14:41:14.956 INFO O| Feb 01 14:41:14.956 INFO STEP 868 (remove_files) COMPLETE
75992026-02-01T14:41:15.598Z[ recovery-image] Feb 01 14:41:14.956 INFO O| Feb 01 14:41:14.956 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002026-02-01T14:41:15.598Z[ recovery-image] Feb 01 14:41:14.967 INFO O| Feb 01 14:41:14.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
76012026-02-01T14:41:15.598Z[ recovery-image] Feb 01 14:41:14.967 INFO O| Feb 01 14:41:14.967 INFO STEP 869 (remove_files) COMPLETE
76022026-02-01T14:41:15.599Z[ recovery-image] Feb 01 14:41:14.967 INFO O| Feb 01 14:41:14.967 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032026-02-01T14:41:15.623Z[ recovery-image] Feb 01 14:41:14.977 INFO O| Feb 01 14:41:14.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
76042026-02-01T14:41:15.623Z[ recovery-image] Feb 01 14:41:14.977 INFO O| Feb 01 14:41:14.977 INFO STEP 870 (remove_files) COMPLETE
76052026-02-01T14:41:15.623Z[ recovery-image] Feb 01 14:41:14.977 INFO O| Feb 01 14:41:14.977 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062026-02-01T14:41:15.623Z[ recovery-image] Feb 01 14:41:14.986 INFO O| Feb 01 14:41:14.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
76072026-02-01T14:41:15.623Z[ recovery-image] Feb 01 14:41:14.986 INFO O| Feb 01 14:41:14.986 INFO STEP 871 (remove_files) COMPLETE
76082026-02-01T14:41:15.623Z[ recovery-image] Feb 01 14:41:14.986 INFO O| Feb 01 14:41:14.986 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092026-02-01T14:41:15.623Z[ recovery-image] Feb 01 14:41:14.996 INFO O| Feb 01 14:41:14.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
76102026-02-01T14:41:15.648Z[ recovery-image] Feb 01 14:41:14.996 INFO O| Feb 01 14:41:14.996 INFO STEP 872 (remove_files) COMPLETE
76112026-02-01T14:41:15.648Z[ recovery-image] Feb 01 14:41:14.996 INFO O| Feb 01 14:41:14.996 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122026-02-01T14:41:15.648Z[ recovery-image] Feb 01 14:41:15.010 INFO O| Feb 01 14:41:15.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
76132026-02-01T14:41:15.648Z[ recovery-image] Feb 01 14:41:15.010 INFO O| Feb 01 14:41:15.010 INFO STEP 873 (remove_files) COMPLETE
76142026-02-01T14:41:15.648Z[ recovery-image] Feb 01 14:41:15.010 INFO O| Feb 01 14:41:15.010 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152026-02-01T14:41:15.648Z[ recovery-image] Feb 01 14:41:15.020 INFO O| Feb 01 14:41:15.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
76162026-02-01T14:41:15.648Z[ recovery-image] Feb 01 14:41:15.020 INFO O| Feb 01 14:41:15.020 INFO STEP 874 (remove_files) COMPLETE
76172026-02-01T14:41:15.648Z[ recovery-image] Feb 01 14:41:15.020 INFO O| Feb 01 14:41:15.020 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182026-02-01T14:41:15.672Z[ recovery-image] Feb 01 14:41:15.030 INFO O| Feb 01 14:41:15.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
76192026-02-01T14:41:15.672Z[ recovery-image] Feb 01 14:41:15.030 INFO O| Feb 01 14:41:15.030 INFO STEP 875 (remove_files) COMPLETE
76202026-02-01T14:41:15.672Z[ recovery-image] Feb 01 14:41:15.030 INFO O| Feb 01 14:41:15.030 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212026-02-01T14:41:15.672Z[ recovery-image] Feb 01 14:41:15.043 INFO O| Feb 01 14:41:15.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
76222026-02-01T14:41:15.672Z[ recovery-image] Feb 01 14:41:15.043 INFO O| Feb 01 14:41:15.043 INFO STEP 876 (remove_files) COMPLETE
76232026-02-01T14:41:15.672Z[ recovery-image] Feb 01 14:41:15.043 INFO O| Feb 01 14:41:15.043 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242026-02-01T14:41:15.697Z[ recovery-image] Feb 01 14:41:15.053 INFO O| Feb 01 14:41:15.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
76252026-02-01T14:41:15.697Z[ recovery-image] Feb 01 14:41:15.053 INFO O| Feb 01 14:41:15.053 INFO STEP 877 (remove_files) COMPLETE
76262026-02-01T14:41:15.697Z[ recovery-image] Feb 01 14:41:15.053 INFO O| Feb 01 14:41:15.053 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272026-02-01T14:41:15.697Z[ recovery-image] Feb 01 14:41:15.063 INFO O| Feb 01 14:41:15.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
76282026-02-01T14:41:15.697Z[ recovery-image] Feb 01 14:41:15.063 INFO O| Feb 01 14:41:15.063 INFO STEP 878 (remove_files) COMPLETE
76292026-02-01T14:41:15.697Z[ recovery-image] Feb 01 14:41:15.063 INFO O| Feb 01 14:41:15.063 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302026-02-01T14:41:15.722Z[ recovery-image] Feb 01 14:41:15.072 INFO O| Feb 01 14:41:15.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
76312026-02-01T14:41:15.722Z[ recovery-image] Feb 01 14:41:15.072 INFO O| Feb 01 14:41:15.072 INFO STEP 879 (remove_files) COMPLETE
76322026-02-01T14:41:15.722Z[ recovery-image] Feb 01 14:41:15.072 INFO O| Feb 01 14:41:15.072 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332026-02-01T14:41:15.722Z[ recovery-image] Feb 01 14:41:15.083 INFO O| Feb 01 14:41:15.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
76342026-02-01T14:41:15.722Z[ recovery-image] Feb 01 14:41:15.083 INFO O| Feb 01 14:41:15.083 INFO STEP 880 (remove_files) COMPLETE
76352026-02-01T14:41:15.722Z[ recovery-image] Feb 01 14:41:15.083 INFO O| Feb 01 14:41:15.083 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362026-02-01T14:41:15.722Z[ recovery-image] Feb 01 14:41:15.093 INFO O| Feb 01 14:41:15.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
76372026-02-01T14:41:15.722Z[ recovery-image] Feb 01 14:41:15.093 INFO O| Feb 01 14:41:15.093 INFO STEP 881 (remove_files) COMPLETE
76382026-02-01T14:41:15.722Z[ recovery-image] Feb 01 14:41:15.093 INFO O| Feb 01 14:41:15.093 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392026-02-01T14:41:15.747Z[ recovery-image] Feb 01 14:41:15.103 INFO O| Feb 01 14:41:15.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
76402026-02-01T14:41:15.747Z[ recovery-image] Feb 01 14:41:15.103 INFO O| Feb 01 14:41:15.103 INFO STEP 882 (remove_files) COMPLETE
76412026-02-01T14:41:15.747Z[ recovery-image] Feb 01 14:41:15.103 INFO O| Feb 01 14:41:15.103 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422026-02-01T14:41:15.747Z[ recovery-image] Feb 01 14:41:15.112 INFO O| Feb 01 14:41:15.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
76432026-02-01T14:41:15.747Z[ recovery-image] Feb 01 14:41:15.113 INFO O| Feb 01 14:41:15.113 INFO STEP 883 (remove_files) COMPLETE
76442026-02-01T14:41:15.747Z[ recovery-image] Feb 01 14:41:15.113 INFO O| Feb 01 14:41:15.113 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452026-02-01T14:41:15.772Z[ recovery-image] Feb 01 14:41:15.122 INFO O| Feb 01 14:41:15.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
76462026-02-01T14:41:15.772Z[ recovery-image] Feb 01 14:41:15.122 INFO O| Feb 01 14:41:15.122 INFO STEP 884 (remove_files) COMPLETE
76472026-02-01T14:41:15.772Z[ recovery-image] Feb 01 14:41:15.122 INFO O| Feb 01 14:41:15.122 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482026-02-01T14:41:15.772Z[ recovery-image] Feb 01 14:41:15.132 INFO O| Feb 01 14:41:15.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
76492026-02-01T14:41:15.772Z[ recovery-image] Feb 01 14:41:15.132 INFO O| Feb 01 14:41:15.132 INFO STEP 885 (remove_files) COMPLETE
76502026-02-01T14:41:15.772Z[ recovery-image] Feb 01 14:41:15.132 INFO O| Feb 01 14:41:15.132 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512026-02-01T14:41:15.772Z[ recovery-image] Feb 01 14:41:15.144 INFO O| Feb 01 14:41:15.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
76522026-02-01T14:41:15.772Z[ recovery-image] Feb 01 14:41:15.144 INFO O| Feb 01 14:41:15.144 INFO STEP 886 (remove_files) COMPLETE
76532026-02-01T14:41:15.772Z[ recovery-image] Feb 01 14:41:15.144 INFO O| Feb 01 14:41:15.144 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542026-02-01T14:41:15.804Z[ recovery-image] Feb 01 14:41:15.154 INFO O| Feb 01 14:41:15.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
76552026-02-01T14:41:15.804Z[ recovery-image] Feb 01 14:41:15.154 INFO O| Feb 01 14:41:15.154 INFO STEP 887 (remove_files) COMPLETE
76562026-02-01T14:41:15.804Z[ recovery-image] Feb 01 14:41:15.154 INFO O| Feb 01 14:41:15.154 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572026-02-01T14:41:15.804Z[ recovery-image] Feb 01 14:41:15.169 INFO O| Feb 01 14:41:15.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
76582026-02-01T14:41:15.804Z[ recovery-image] Feb 01 14:41:15.169 INFO O| Feb 01 14:41:15.169 INFO STEP 888 (remove_files) COMPLETE
76592026-02-01T14:41:15.804Z[ recovery-image] Feb 01 14:41:15.169 INFO O| Feb 01 14:41:15.169 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602026-02-01T14:41:15.830Z[ recovery-image] Feb 01 14:41:15.181 INFO O| Feb 01 14:41:15.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
76612026-02-01T14:41:15.830Z[ recovery-image] Feb 01 14:41:15.181 INFO O| Feb 01 14:41:15.181 INFO STEP 889 (remove_files) COMPLETE
76622026-02-01T14:41:15.830Z[ recovery-image] Feb 01 14:41:15.181 INFO O| Feb 01 14:41:15.181 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632026-02-01T14:41:15.830Z[ recovery-image] Feb 01 14:41:15.192 INFO O| Feb 01 14:41:15.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
76642026-02-01T14:41:15.830Z[ recovery-image] Feb 01 14:41:15.193 INFO O| Feb 01 14:41:15.193 INFO STEP 890 (remove_files) COMPLETE
76652026-02-01T14:41:15.830Z[ recovery-image] Feb 01 14:41:15.193 INFO O| Feb 01 14:41:15.193 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662026-02-01T14:41:15.854Z[ recovery-image] Feb 01 14:41:15.207 INFO O| Feb 01 14:41:15.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
76672026-02-01T14:41:15.855Z[ recovery-image] Feb 01 14:41:15.207 INFO O| Feb 01 14:41:15.207 INFO STEP 891 (remove_files) COMPLETE
76682026-02-01T14:41:15.855Z[ recovery-image] Feb 01 14:41:15.207 INFO O| Feb 01 14:41:15.207 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692026-02-01T14:41:15.855Z[ recovery-image] Feb 01 14:41:15.219 INFO O| Feb 01 14:41:15.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
76702026-02-01T14:41:15.855Z[ recovery-image] Feb 01 14:41:15.219 INFO O| Feb 01 14:41:15.219 INFO STEP 892 (remove_files) COMPLETE
76712026-02-01T14:41:15.855Z[ recovery-image] Feb 01 14:41:15.219 INFO O| Feb 01 14:41:15.219 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722026-02-01T14:41:15.879Z[ recovery-image] Feb 01 14:41:15.229 INFO O| Feb 01 14:41:15.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
76732026-02-01T14:41:15.879Z[ recovery-image] Feb 01 14:41:15.229 INFO O| Feb 01 14:41:15.229 INFO STEP 893 (remove_files) COMPLETE
76742026-02-01T14:41:15.879Z[ recovery-image] Feb 01 14:41:15.229 INFO O| Feb 01 14:41:15.229 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752026-02-01T14:41:15.879Z[ recovery-image] Feb 01 14:41:15.239 INFO O| Feb 01 14:41:15.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
76762026-02-01T14:41:15.879Z[ recovery-image] Feb 01 14:41:15.239 INFO O| Feb 01 14:41:15.239 INFO STEP 894 (remove_files) COMPLETE
76772026-02-01T14:41:15.879Z[ recovery-image] Feb 01 14:41:15.239 INFO O| Feb 01 14:41:15.239 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782026-02-01T14:41:15.879Z[ recovery-image] Feb 01 14:41:15.251 INFO O| Feb 01 14:41:15.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
76792026-02-01T14:41:15.879Z[ recovery-image] Feb 01 14:41:15.251 INFO O| Feb 01 14:41:15.251 INFO STEP 895 (remove_files) COMPLETE
76802026-02-01T14:41:15.879Z[ recovery-image] Feb 01 14:41:15.251 INFO O| Feb 01 14:41:15.251 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812026-02-01T14:41:15.904Z[ recovery-image] Feb 01 14:41:15.262 INFO O| Feb 01 14:41:15.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
76822026-02-01T14:41:15.904Z[ recovery-image] Feb 01 14:41:15.262 INFO O| Feb 01 14:41:15.262 INFO STEP 896 (remove_files) COMPLETE
76832026-02-01T14:41:15.904Z[ recovery-image] Feb 01 14:41:15.262 INFO O| Feb 01 14:41:15.262 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842026-02-01T14:41:15.904Z[ recovery-image] Feb 01 14:41:15.272 INFO O| Feb 01 14:41:15.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
76852026-02-01T14:41:15.904Z[ recovery-image] Feb 01 14:41:15.272 INFO O| Feb 01 14:41:15.272 INFO STEP 897 (remove_files) COMPLETE
76862026-02-01T14:41:15.904Z[ recovery-image] Feb 01 14:41:15.272 INFO O| Feb 01 14:41:15.272 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872026-02-01T14:41:15.928Z[ recovery-image] Feb 01 14:41:15.282 INFO O| Feb 01 14:41:15.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
76882026-02-01T14:41:15.928Z[ recovery-image] Feb 01 14:41:15.282 INFO O| Feb 01 14:41:15.282 INFO STEP 898 (remove_files) COMPLETE
76892026-02-01T14:41:15.928Z[ recovery-image] Feb 01 14:41:15.282 INFO O| Feb 01 14:41:15.282 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902026-02-01T14:41:15.928Z[ recovery-image] Feb 01 14:41:15.291 INFO O| Feb 01 14:41:15.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
76912026-02-01T14:41:15.928Z[ recovery-image] Feb 01 14:41:15.291 INFO O| Feb 01 14:41:15.291 INFO STEP 899 (remove_files) COMPLETE
76922026-02-01T14:41:15.928Z[ recovery-image] Feb 01 14:41:15.291 INFO O| Feb 01 14:41:15.291 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932026-02-01T14:41:15.928Z[ recovery-image] Feb 01 14:41:15.301 INFO O| Feb 01 14:41:15.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
76942026-02-01T14:41:15.928Z[ recovery-image] Feb 01 14:41:15.301 INFO O| Feb 01 14:41:15.301 INFO STEP 900 (remove_files) COMPLETE
76952026-02-01T14:41:15.928Z[ recovery-image] Feb 01 14:41:15.301 INFO O| Feb 01 14:41:15.301 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962026-02-01T14:41:15.953Z[ recovery-image] Feb 01 14:41:15.311 INFO O| Feb 01 14:41:15.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
76972026-02-01T14:41:15.953Z[ recovery-image] Feb 01 14:41:15.311 INFO O| Feb 01 14:41:15.311 INFO STEP 901 (remove_files) COMPLETE
76982026-02-01T14:41:15.953Z[ recovery-image] Feb 01 14:41:15.311 INFO O| Feb 01 14:41:15.311 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992026-02-01T14:41:15.953Z[ recovery-image] Feb 01 14:41:15.321 INFO O| Feb 01 14:41:15.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
77002026-02-01T14:41:15.953Z[ recovery-image] Feb 01 14:41:15.321 INFO O| Feb 01 14:41:15.321 INFO STEP 902 (remove_files) COMPLETE
77012026-02-01T14:41:15.953Z[ recovery-image] Feb 01 14:41:15.321 INFO O| Feb 01 14:41:15.321 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022026-02-01T14:41:15.978Z[ recovery-image] Feb 01 14:41:15.333 INFO O| Feb 01 14:41:15.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
77032026-02-01T14:41:15.978Z[ recovery-image] Feb 01 14:41:15.333 INFO O| Feb 01 14:41:15.333 INFO STEP 903 (remove_files) COMPLETE
77042026-02-01T14:41:15.978Z[ recovery-image] Feb 01 14:41:15.333 INFO O| Feb 01 14:41:15.333 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052026-02-01T14:41:15.978Z[ recovery-image] Feb 01 14:41:15.343 INFO O| Feb 01 14:41:15.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
77062026-02-01T14:41:15.978Z[ recovery-image] Feb 01 14:41:15.343 INFO O| Feb 01 14:41:15.343 INFO STEP 904 (remove_files) COMPLETE
77072026-02-01T14:41:15.978Z[ recovery-image] Feb 01 14:41:15.343 INFO O| Feb 01 14:41:15.343 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082026-02-01T14:41:16.003Z[ recovery-image] Feb 01 14:41:15.353 INFO O| Feb 01 14:41:15.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
77092026-02-01T14:41:16.003Z[ recovery-image] Feb 01 14:41:15.353 INFO O| Feb 01 14:41:15.353 INFO STEP 905 (remove_files) COMPLETE
77102026-02-01T14:41:16.003Z[ recovery-image] Feb 01 14:41:15.353 INFO O| Feb 01 14:41:15.353 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112026-02-01T14:41:16.003Z[ recovery-image] Feb 01 14:41:15.363 INFO O| Feb 01 14:41:15.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
77122026-02-01T14:41:16.003Z[ recovery-image] Feb 01 14:41:15.363 INFO O| Feb 01 14:41:15.363 INFO STEP 906 (remove_files) COMPLETE
77132026-02-01T14:41:16.003Z[ recovery-image] Feb 01 14:41:15.363 INFO O| Feb 01 14:41:15.363 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142026-02-01T14:41:16.003Z[ recovery-image] Feb 01 14:41:15.372 INFO O| Feb 01 14:41:15.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
77152026-02-01T14:41:16.003Z[ recovery-image] Feb 01 14:41:15.372 INFO O| Feb 01 14:41:15.372 INFO STEP 907 (remove_files) COMPLETE
77162026-02-01T14:41:16.003Z[ recovery-image] Feb 01 14:41:15.372 INFO O| Feb 01 14:41:15.372 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172026-02-01T14:41:16.027Z[ recovery-image] Feb 01 14:41:15.382 INFO O| Feb 01 14:41:15.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
77182026-02-01T14:41:16.027Z[ recovery-image] Feb 01 14:41:15.382 INFO O| Feb 01 14:41:15.382 INFO STEP 908 (remove_files) COMPLETE
77192026-02-01T14:41:16.027Z[ recovery-image] Feb 01 14:41:15.382 INFO O| Feb 01 14:41:15.382 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202026-02-01T14:41:16.027Z[ recovery-image] Feb 01 14:41:15.400 INFO O| Feb 01 14:41:15.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
77212026-02-01T14:41:16.027Z[ recovery-image] Feb 01 14:41:15.400 INFO O| Feb 01 14:41:15.400 INFO STEP 909 (remove_files) COMPLETE
77222026-02-01T14:41:16.028Z[ recovery-image] Feb 01 14:41:15.400 INFO O| Feb 01 14:41:15.400 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232026-02-01T14:41:16.052Z[ recovery-image] Feb 01 14:41:15.418 INFO O| Feb 01 14:41:15.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
77242026-02-01T14:41:16.052Z[ recovery-image] Feb 01 14:41:15.418 INFO O| Feb 01 14:41:15.418 INFO STEP 910 (remove_files) COMPLETE
77252026-02-01T14:41:16.052Z[ recovery-image] Feb 01 14:41:15.418 INFO O| Feb 01 14:41:15.418 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262026-02-01T14:41:16.076Z[ recovery-image] Feb 01 14:41:15.437 INFO O| Feb 01 14:41:15.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
77272026-02-01T14:41:16.076Z[ recovery-image] Feb 01 14:41:15.437 INFO O| Feb 01 14:41:15.437 INFO STEP 911 (remove_files) COMPLETE
77282026-02-01T14:41:16.076Z[ recovery-image] Feb 01 14:41:15.437 INFO O| Feb 01 14:41:15.437 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292026-02-01T14:41:16.101Z[ recovery-image] Feb 01 14:41:15.454 INFO O| Feb 01 14:41:15.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
77302026-02-01T14:41:16.101Z[ recovery-image] Feb 01 14:41:15.454 INFO O| Feb 01 14:41:15.454 INFO STEP 912 (remove_files) COMPLETE
77312026-02-01T14:41:16.101Z[ recovery-image] Feb 01 14:41:15.454 INFO O| Feb 01 14:41:15.454 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322026-02-01T14:41:16.101Z[ recovery-image] Feb 01 14:41:15.466 INFO O| Feb 01 14:41:15.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
77332026-02-01T14:41:16.101Z[ recovery-image] Feb 01 14:41:15.466 INFO O| Feb 01 14:41:15.466 INFO STEP 913 (remove_files) COMPLETE
77342026-02-01T14:41:16.101Z[ recovery-image] Feb 01 14:41:15.466 INFO O| Feb 01 14:41:15.466 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352026-02-01T14:41:16.125Z[ recovery-image] Feb 01 14:41:15.479 INFO O| Feb 01 14:41:15.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
77362026-02-01T14:41:16.126Z[ recovery-image] Feb 01 14:41:15.479 INFO O| Feb 01 14:41:15.479 INFO STEP 914 (remove_files) COMPLETE
77372026-02-01T14:41:16.126Z[ recovery-image] Feb 01 14:41:15.479 INFO O| Feb 01 14:41:15.479 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382026-02-01T14:41:16.126Z[ recovery-image] Feb 01 14:41:15.490 INFO O| Feb 01 14:41:15.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
77392026-02-01T14:41:16.126Z[ recovery-image] Feb 01 14:41:15.490 INFO O| Feb 01 14:41:15.490 INFO STEP 915 (remove_files) COMPLETE
77402026-02-01T14:41:16.126Z[ recovery-image] Feb 01 14:41:15.490 INFO O| Feb 01 14:41:15.490 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412026-02-01T14:41:16.150Z[ recovery-image] Feb 01 14:41:15.503 INFO O| Feb 01 14:41:15.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
77422026-02-01T14:41:16.150Z[ recovery-image] Feb 01 14:41:15.503 INFO O| Feb 01 14:41:15.503 INFO STEP 916 (remove_files) COMPLETE
77432026-02-01T14:41:16.150Z[ recovery-image] Feb 01 14:41:15.503 INFO O| Feb 01 14:41:15.503 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442026-02-01T14:41:16.150Z[ recovery-image] Feb 01 14:41:15.516 INFO O| Feb 01 14:41:15.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
77452026-02-01T14:41:16.150Z[ recovery-image] Feb 01 14:41:15.516 INFO O| Feb 01 14:41:15.516 INFO STEP 917 (remove_files) COMPLETE
77462026-02-01T14:41:16.150Z[ recovery-image] Feb 01 14:41:15.516 INFO O| Feb 01 14:41:15.516 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472026-02-01T14:41:16.175Z[ recovery-image] Feb 01 14:41:15.529 INFO O| Feb 01 14:41:15.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
77482026-02-01T14:41:16.175Z[ recovery-image] Feb 01 14:41:15.529 INFO O| Feb 01 14:41:15.529 INFO STEP 918 (remove_files) COMPLETE
77492026-02-01T14:41:16.175Z[ recovery-image] Feb 01 14:41:15.529 INFO O| Feb 01 14:41:15.529 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502026-02-01T14:41:16.175Z[ recovery-image] Feb 01 14:41:15.542 INFO O| Feb 01 14:41:15.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
77512026-02-01T14:41:16.175Z[ recovery-image] Feb 01 14:41:15.542 INFO O| Feb 01 14:41:15.542 INFO STEP 919 (remove_files) COMPLETE
77522026-02-01T14:41:16.175Z[ recovery-image] Feb 01 14:41:15.542 INFO O| Feb 01 14:41:15.542 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532026-02-01T14:41:16.199Z[ recovery-image] Feb 01 14:41:15.557 INFO O| Feb 01 14:41:15.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
77542026-02-01T14:41:16.199Z[ recovery-image] Feb 01 14:41:15.557 INFO O| Feb 01 14:41:15.557 INFO STEP 920 (remove_files) COMPLETE
77552026-02-01T14:41:16.199Z[ recovery-image] Feb 01 14:41:15.557 INFO O| Feb 01 14:41:15.557 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562026-02-01T14:41:16.199Z[ recovery-image] Feb 01 14:41:15.570 INFO O| Feb 01 14:41:15.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
77572026-02-01T14:41:16.199Z[ recovery-image] Feb 01 14:41:15.570 INFO O| Feb 01 14:41:15.570 INFO STEP 921 (remove_files) COMPLETE
77582026-02-01T14:41:16.199Z[ recovery-image] Feb 01 14:41:15.570 INFO O| Feb 01 14:41:15.570 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592026-02-01T14:41:16.224Z[ recovery-image] Feb 01 14:41:15.582 INFO O| Feb 01 14:41:15.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
77602026-02-01T14:41:16.224Z[ recovery-image] Feb 01 14:41:15.583 INFO O| Feb 01 14:41:15.582 INFO STEP 922 (remove_files) COMPLETE
77612026-02-01T14:41:16.224Z[ recovery-image] Feb 01 14:41:15.583 INFO O| Feb 01 14:41:15.583 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622026-02-01T14:41:16.224Z[ recovery-image] Feb 01 14:41:15.594 INFO O| Feb 01 14:41:15.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
77632026-02-01T14:41:16.224Z[ recovery-image] Feb 01 14:41:15.594 INFO O| Feb 01 14:41:15.594 INFO STEP 923 (remove_files) COMPLETE
77642026-02-01T14:41:16.224Z[ recovery-image] Feb 01 14:41:15.594 INFO O| Feb 01 14:41:15.594 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652026-02-01T14:41:16.248Z[ recovery-image] Feb 01 14:41:15.604 INFO O| Feb 01 14:41:15.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
77662026-02-01T14:41:16.248Z[ recovery-image] Feb 01 14:41:15.604 INFO O| Feb 01 14:41:15.604 INFO STEP 924 (remove_files) COMPLETE
77672026-02-01T14:41:16.248Z[ recovery-image] Feb 01 14:41:15.604 INFO O| Feb 01 14:41:15.604 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682026-02-01T14:41:16.248Z[ recovery-image] Feb 01 14:41:15.614 INFO O| Feb 01 14:41:15.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
77692026-02-01T14:41:16.249Z[ recovery-image] Feb 01 14:41:15.615 INFO O| Feb 01 14:41:15.615 INFO STEP 925 (remove_files) COMPLETE
77702026-02-01T14:41:16.249Z[ recovery-image] Feb 01 14:41:15.615 INFO O| Feb 01 14:41:15.615 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712026-02-01T14:41:16.273Z[ recovery-image] Feb 01 14:41:15.624 INFO O| Feb 01 14:41:15.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
77722026-02-01T14:41:16.273Z[ recovery-image] Feb 01 14:41:15.625 INFO O| Feb 01 14:41:15.624 INFO STEP 926 (remove_files) COMPLETE
77732026-02-01T14:41:16.273Z[ recovery-image] Feb 01 14:41:15.625 INFO O| Feb 01 14:41:15.625 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742026-02-01T14:41:16.273Z[ recovery-image] Feb 01 14:41:15.635 INFO O| Feb 01 14:41:15.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
77752026-02-01T14:41:16.273Z[ recovery-image] Feb 01 14:41:15.635 INFO O| Feb 01 14:41:15.635 INFO STEP 927 (remove_files) COMPLETE
77762026-02-01T14:41:16.273Z[ recovery-image] Feb 01 14:41:15.635 INFO O| Feb 01 14:41:15.635 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772026-02-01T14:41:16.298Z[ recovery-image] Feb 01 14:41:15.646 INFO O| Feb 01 14:41:15.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
77782026-02-01T14:41:16.298Z[ recovery-image] Feb 01 14:41:15.647 INFO O| Feb 01 14:41:15.647 INFO STEP 928 (remove_files) COMPLETE
77792026-02-01T14:41:16.299Z[ recovery-image] Feb 01 14:41:15.647 INFO O| Feb 01 14:41:15.647 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802026-02-01T14:41:16.299Z[ recovery-image] Feb 01 14:41:15.662 INFO O| Feb 01 14:41:15.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
77812026-02-01T14:41:16.299Z[ recovery-image] Feb 01 14:41:15.662 INFO O| Feb 01 14:41:15.662 INFO STEP 929 (remove_files) COMPLETE
77822026-02-01T14:41:16.299Z[ recovery-image] Feb 01 14:41:15.662 INFO O| Feb 01 14:41:15.662 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832026-02-01T14:41:16.323Z[ recovery-image] Feb 01 14:41:15.675 INFO O| Feb 01 14:41:15.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
77842026-02-01T14:41:16.323Z[ recovery-image] Feb 01 14:41:15.676 INFO O| Feb 01 14:41:15.675 INFO STEP 930 (remove_files) COMPLETE
77852026-02-01T14:41:16.323Z[ recovery-image] Feb 01 14:41:15.676 INFO O| Feb 01 14:41:15.676 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862026-02-01T14:41:16.323Z[ recovery-image] Feb 01 14:41:15.690 INFO O| Feb 01 14:41:15.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
77872026-02-01T14:41:16.323Z[ recovery-image] Feb 01 14:41:15.690 INFO O| Feb 01 14:41:15.690 INFO STEP 931 (remove_files) COMPLETE
77882026-02-01T14:41:16.323Z[ recovery-image] Feb 01 14:41:15.690 INFO O| Feb 01 14:41:15.690 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892026-02-01T14:41:16.351Z[ recovery-image] Feb 01 14:41:15.704 INFO O| Feb 01 14:41:15.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
77902026-02-01T14:41:16.352Z[ recovery-image] Feb 01 14:41:15.704 INFO O| Feb 01 14:41:15.704 INFO STEP 932 (remove_files) COMPLETE
77912026-02-01T14:41:16.352Z[ recovery-image] Feb 01 14:41:15.704 INFO O| Feb 01 14:41:15.704 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922026-02-01T14:41:16.352Z[ recovery-image] Feb 01 14:41:15.718 INFO O| Feb 01 14:41:15.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
77932026-02-01T14:41:16.352Z[ recovery-image] Feb 01 14:41:15.719 INFO O| Feb 01 14:41:15.718 INFO STEP 933 (remove_files) COMPLETE
77942026-02-01T14:41:16.352Z[ recovery-image] Feb 01 14:41:15.719 INFO O| Feb 01 14:41:15.719 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952026-02-01T14:41:16.376Z[ recovery-image] Feb 01 14:41:15.732 INFO O| Feb 01 14:41:15.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
77962026-02-01T14:41:16.376Z[ recovery-image] Feb 01 14:41:15.732 INFO O| Feb 01 14:41:15.732 INFO STEP 934 (remove_files) COMPLETE
77972026-02-01T14:41:16.376Z[ recovery-image] Feb 01 14:41:15.732 INFO O| Feb 01 14:41:15.732 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982026-02-01T14:41:16.376Z[ recovery-image] Feb 01 14:41:15.743 INFO O| Feb 01 14:41:15.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
77992026-02-01T14:41:16.376Z[ recovery-image] Feb 01 14:41:15.743 INFO O| Feb 01 14:41:15.743 INFO STEP 935 (remove_files) COMPLETE
78002026-02-01T14:41:16.376Z[ recovery-image] Feb 01 14:41:15.743 INFO O| Feb 01 14:41:15.743 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012026-02-01T14:41:16.401Z[ recovery-image] Feb 01 14:41:15.753 INFO O| Feb 01 14:41:15.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
78022026-02-01T14:41:16.401Z[ recovery-image] Feb 01 14:41:15.754 INFO O| Feb 01 14:41:15.754 INFO STEP 936 (remove_files) COMPLETE
78032026-02-01T14:41:16.401Z[ recovery-image] Feb 01 14:41:15.754 INFO O| Feb 01 14:41:15.754 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042026-02-01T14:41:16.401Z[ recovery-image] Feb 01 14:41:15.766 INFO O| Feb 01 14:41:15.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
78052026-02-01T14:41:16.401Z[ recovery-image] Feb 01 14:41:15.766 INFO O| Feb 01 14:41:15.766 INFO STEP 937 (remove_files) COMPLETE
78062026-02-01T14:41:16.401Z[ recovery-image] Feb 01 14:41:15.766 INFO O| Feb 01 14:41:15.766 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072026-02-01T14:41:16.426Z[ recovery-image] Feb 01 14:41:15.777 INFO O| Feb 01 14:41:15.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
78082026-02-01T14:41:16.426Z[ recovery-image] Feb 01 14:41:15.778 INFO O| Feb 01 14:41:15.777 INFO STEP 938 (remove_files) COMPLETE
78092026-02-01T14:41:16.426Z[ recovery-image] Feb 01 14:41:15.778 INFO O| Feb 01 14:41:15.777 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102026-02-01T14:41:16.426Z[ recovery-image] Feb 01 14:41:15.788 INFO O| Feb 01 14:41:15.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
78112026-02-01T14:41:16.426Z[ recovery-image] Feb 01 14:41:15.788 INFO O| Feb 01 14:41:15.788 INFO STEP 939 (remove_files) COMPLETE
78122026-02-01T14:41:16.426Z[ recovery-image] Feb 01 14:41:15.788 INFO O| Feb 01 14:41:15.788 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132026-02-01T14:41:16.450Z[ recovery-image] Feb 01 14:41:15.801 INFO O| Feb 01 14:41:15.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
78142026-02-01T14:41:16.450Z[ recovery-image] Feb 01 14:41:15.801 INFO O| Feb 01 14:41:15.801 INFO STEP 940 (remove_files) COMPLETE
78152026-02-01T14:41:16.450Z[ recovery-image] Feb 01 14:41:15.801 INFO O| Feb 01 14:41:15.801 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162026-02-01T14:41:16.450Z[ recovery-image] Feb 01 14:41:15.812 INFO O| Feb 01 14:41:15.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
78172026-02-01T14:41:16.450Z[ recovery-image] Feb 01 14:41:15.812 INFO O| Feb 01 14:41:15.812 INFO STEP 941 (remove_files) COMPLETE
78182026-02-01T14:41:16.450Z[ recovery-image] Feb 01 14:41:15.813 INFO O| Feb 01 14:41:15.812 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192026-02-01T14:41:16.475Z[ recovery-image] Feb 01 14:41:15.826 INFO O| Feb 01 14:41:15.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
78202026-02-01T14:41:16.476Z[ recovery-image] Feb 01 14:41:15.826 INFO O| Feb 01 14:41:15.826 INFO STEP 942 (remove_files) COMPLETE
78212026-02-01T14:41:16.476Z[ recovery-image] Feb 01 14:41:15.826 INFO O| Feb 01 14:41:15.826 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222026-02-01T14:41:16.476Z[ recovery-image] Feb 01 14:41:15.836 INFO O| Feb 01 14:41:15.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
78232026-02-01T14:41:16.476Z[ recovery-image] Feb 01 14:41:15.836 INFO O| Feb 01 14:41:15.836 INFO STEP 943 (remove_files) COMPLETE
78242026-02-01T14:41:16.476Z[ recovery-image] Feb 01 14:41:15.836 INFO O| Feb 01 14:41:15.836 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252026-02-01T14:41:16.476Z[ recovery-image] Feb 01 14:41:15.845 INFO O| Feb 01 14:41:15.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
78262026-02-01T14:41:16.476Z[ recovery-image] Feb 01 14:41:15.846 INFO O| Feb 01 14:41:15.845 INFO STEP 944 (remove_files) COMPLETE
78272026-02-01T14:41:16.476Z[ recovery-image] Feb 01 14:41:15.846 INFO O| Feb 01 14:41:15.846 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282026-02-01T14:41:16.500Z[ recovery-image] Feb 01 14:41:15.856 INFO O| Feb 01 14:41:15.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
78292026-02-01T14:41:16.500Z[ recovery-image] Feb 01 14:41:15.856 INFO O| Feb 01 14:41:15.856 INFO STEP 945 (remove_files) COMPLETE
78302026-02-01T14:41:16.500Z[ recovery-image] Feb 01 14:41:15.856 INFO O| Feb 01 14:41:15.856 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312026-02-01T14:41:16.500Z[ recovery-image] Feb 01 14:41:15.867 INFO O| Feb 01 14:41:15.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
78322026-02-01T14:41:16.500Z[ recovery-image] Feb 01 14:41:15.867 INFO O| Feb 01 14:41:15.867 INFO STEP 946 (remove_files) COMPLETE
78332026-02-01T14:41:16.500Z[ recovery-image] Feb 01 14:41:15.867 INFO O| Feb 01 14:41:15.867 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342026-02-01T14:41:16.525Z[ recovery-image] Feb 01 14:41:15.879 INFO O| Feb 01 14:41:15.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
78352026-02-01T14:41:16.525Z[ recovery-image] Feb 01 14:41:15.879 INFO O| Feb 01 14:41:15.879 INFO STEP 947 (remove_files) COMPLETE
78362026-02-01T14:41:16.525Z[ recovery-image] Feb 01 14:41:15.879 INFO O| Feb 01 14:41:15.879 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372026-02-01T14:41:16.525Z[ recovery-image] Feb 01 14:41:15.891 INFO O| Feb 01 14:41:15.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
78382026-02-01T14:41:16.525Z[ recovery-image] Feb 01 14:41:15.891 INFO O| Feb 01 14:41:15.891 INFO STEP 948 (remove_files) COMPLETE
78392026-02-01T14:41:16.525Z[ recovery-image] Feb 01 14:41:15.891 INFO O| Feb 01 14:41:15.891 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402026-02-01T14:41:16.550Z[ recovery-image] Feb 01 14:41:15.902 INFO O| Feb 01 14:41:15.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
78412026-02-01T14:41:16.550Z[ recovery-image] Feb 01 14:41:15.902 INFO O| Feb 01 14:41:15.902 INFO STEP 949 (remove_files) COMPLETE
78422026-02-01T14:41:16.550Z[ recovery-image] Feb 01 14:41:15.902 INFO O| Feb 01 14:41:15.902 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432026-02-01T14:41:16.550Z[ recovery-image] Feb 01 14:41:15.912 INFO O| Feb 01 14:41:15.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
78442026-02-01T14:41:16.550Z[ recovery-image] Feb 01 14:41:15.912 INFO O| Feb 01 14:41:15.912 INFO STEP 950 (remove_files) COMPLETE
78452026-02-01T14:41:16.550Z[ recovery-image] Feb 01 14:41:15.912 INFO O| Feb 01 14:41:15.912 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462026-02-01T14:41:16.550Z[ recovery-image] Feb 01 14:41:15.922 INFO O| Feb 01 14:41:15.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
78472026-02-01T14:41:16.550Z[ recovery-image] Feb 01 14:41:15.922 INFO O| Feb 01 14:41:15.922 INFO STEP 951 (remove_files) COMPLETE
78482026-02-01T14:41:16.550Z[ recovery-image] Feb 01 14:41:15.922 INFO O| Feb 01 14:41:15.922 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492026-02-01T14:41:16.575Z[ recovery-image] Feb 01 14:41:15.933 INFO O| Feb 01 14:41:15.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
78502026-02-01T14:41:16.575Z[ recovery-image] Feb 01 14:41:15.933 INFO O| Feb 01 14:41:15.933 INFO STEP 952 (remove_files) COMPLETE
78512026-02-01T14:41:16.575Z[ recovery-image] Feb 01 14:41:15.933 INFO O| Feb 01 14:41:15.933 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522026-02-01T14:41:16.575Z[ recovery-image] Feb 01 14:41:15.945 INFO O| Feb 01 14:41:15.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
78532026-02-01T14:41:16.575Z[ recovery-image] Feb 01 14:41:15.945 INFO O| Feb 01 14:41:15.945 INFO STEP 953 (remove_files) COMPLETE
78542026-02-01T14:41:16.575Z[ recovery-image] Feb 01 14:41:15.945 INFO O| Feb 01 14:41:15.945 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552026-02-01T14:41:16.599Z[ recovery-image] Feb 01 14:41:15.955 INFO O| Feb 01 14:41:15.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
78562026-02-01T14:41:16.599Z[ recovery-image] Feb 01 14:41:15.955 INFO O| Feb 01 14:41:15.955 INFO STEP 954 (remove_files) COMPLETE
78572026-02-01T14:41:16.599Z[ recovery-image] Feb 01 14:41:15.955 INFO O| Feb 01 14:41:15.955 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582026-02-01T14:41:16.599Z[ recovery-image] Feb 01 14:41:15.967 INFO O| Feb 01 14:41:15.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
78592026-02-01T14:41:16.599Z[ recovery-image] Feb 01 14:41:15.967 INFO O| Feb 01 14:41:15.967 INFO STEP 955 (remove_files) COMPLETE
78602026-02-01T14:41:16.599Z[ recovery-image] Feb 01 14:41:15.967 INFO O| Feb 01 14:41:15.967 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612026-02-01T14:41:16.624Z[ recovery-image] Feb 01 14:41:15.977 INFO O| Feb 01 14:41:15.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
78622026-02-01T14:41:16.624Z[ recovery-image] Feb 01 14:41:15.978 INFO O| Feb 01 14:41:15.977 INFO STEP 956 (remove_files) COMPLETE
78632026-02-01T14:41:16.624Z[ recovery-image] Feb 01 14:41:15.978 INFO O| Feb 01 14:41:15.978 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642026-02-01T14:41:16.624Z[ recovery-image] Feb 01 14:41:15.988 INFO O| Feb 01 14:41:15.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
78652026-02-01T14:41:16.624Z[ recovery-image] Feb 01 14:41:15.988 INFO O| Feb 01 14:41:15.988 INFO STEP 957 (remove_files) COMPLETE
78662026-02-01T14:41:16.624Z[ recovery-image] Feb 01 14:41:15.988 INFO O| Feb 01 14:41:15.988 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672026-02-01T14:41:16.648Z[ recovery-image] Feb 01 14:41:15.999 INFO O| Feb 01 14:41:15.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
78682026-02-01T14:41:16.648Z[ recovery-image] Feb 01 14:41:15.999 INFO O| Feb 01 14:41:15.999 INFO STEP 958 (remove_files) COMPLETE
78692026-02-01T14:41:16.648Z[ recovery-image] Feb 01 14:41:15.999 INFO O| Feb 01 14:41:15.999 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702026-02-01T14:41:16.648Z[ recovery-image] Feb 01 14:41:16.009 INFO O| Feb 01 14:41:16.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
78712026-02-01T14:41:16.648Z[ recovery-image] Feb 01 14:41:16.009 INFO O| Feb 01 14:41:16.009 INFO STEP 959 (remove_files) COMPLETE
78722026-02-01T14:41:16.648Z[ recovery-image] Feb 01 14:41:16.009 INFO O| Feb 01 14:41:16.009 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732026-02-01T14:41:16.649Z[ recovery-image] Feb 01 14:41:16.019 INFO O| Feb 01 14:41:16.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
78742026-02-01T14:41:16.649Z[ recovery-image] Feb 01 14:41:16.019 INFO O| Feb 01 14:41:16.019 INFO STEP 960 (remove_files) COMPLETE
78752026-02-01T14:41:16.649Z[ recovery-image] Feb 01 14:41:16.019 INFO O| Feb 01 14:41:16.019 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762026-02-01T14:41:16.673Z[ recovery-image] Feb 01 14:41:16.028 INFO O| Feb 01 14:41:16.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
78772026-02-01T14:41:16.673Z[ recovery-image] Feb 01 14:41:16.028 INFO O| Feb 01 14:41:16.028 INFO STEP 961 (remove_files) COMPLETE
78782026-02-01T14:41:16.673Z[ recovery-image] Feb 01 14:41:16.028 INFO O| Feb 01 14:41:16.028 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792026-02-01T14:41:16.673Z[ recovery-image] Feb 01 14:41:16.038 INFO O| Feb 01 14:41:16.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
78802026-02-01T14:41:16.673Z[ recovery-image] Feb 01 14:41:16.038 INFO O| Feb 01 14:41:16.038 INFO STEP 962 (remove_files) COMPLETE
78812026-02-01T14:41:16.673Z[ recovery-image] Feb 01 14:41:16.038 INFO O| Feb 01 14:41:16.038 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822026-02-01T14:41:16.698Z[ recovery-image] Feb 01 14:41:16.051 INFO O| Feb 01 14:41:16.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
78832026-02-01T14:41:16.698Z[ recovery-image] Feb 01 14:41:16.051 INFO O| Feb 01 14:41:16.051 INFO STEP 963 (remove_files) COMPLETE
78842026-02-01T14:41:16.698Z[ recovery-image] Feb 01 14:41:16.051 INFO O| Feb 01 14:41:16.051 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852026-02-01T14:41:16.698Z[ recovery-image] Feb 01 14:41:16.063 INFO O| Feb 01 14:41:16.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
78862026-02-01T14:41:16.698Z[ recovery-image] Feb 01 14:41:16.063 INFO O| Feb 01 14:41:16.063 INFO STEP 964 (remove_files) COMPLETE
78872026-02-01T14:41:16.698Z[ recovery-image] Feb 01 14:41:16.063 INFO O| Feb 01 14:41:16.063 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882026-02-01T14:41:16.722Z[ recovery-image] Feb 01 14:41:16.073 INFO O| Feb 01 14:41:16.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
78892026-02-01T14:41:16.722Z[ recovery-image] Feb 01 14:41:16.073 INFO O| Feb 01 14:41:16.073 INFO STEP 965 (remove_files) COMPLETE
78902026-02-01T14:41:16.722Z[ recovery-image] Feb 01 14:41:16.073 INFO O| Feb 01 14:41:16.073 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912026-02-01T14:41:16.722Z[ recovery-image] Feb 01 14:41:16.083 INFO O| Feb 01 14:41:16.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
78922026-02-01T14:41:16.722Z[ recovery-image] Feb 01 14:41:16.083 INFO O| Feb 01 14:41:16.083 INFO STEP 966 (remove_files) COMPLETE
78932026-02-01T14:41:16.722Z[ recovery-image] Feb 01 14:41:16.083 INFO O| Feb 01 14:41:16.083 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942026-02-01T14:41:16.722Z[ recovery-image] Feb 01 14:41:16.092 INFO O| Feb 01 14:41:16.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
78952026-02-01T14:41:16.722Z[ recovery-image] Feb 01 14:41:16.092 INFO O| Feb 01 14:41:16.092 INFO STEP 967 (remove_files) COMPLETE
78962026-02-01T14:41:16.722Z[ recovery-image] Feb 01 14:41:16.093 INFO O| Feb 01 14:41:16.092 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972026-02-01T14:41:16.747Z[ recovery-image] Feb 01 14:41:16.102 INFO O| Feb 01 14:41:16.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
78982026-02-01T14:41:16.747Z[ recovery-image] Feb 01 14:41:16.102 INFO O| Feb 01 14:41:16.102 INFO STEP 968 (remove_files) COMPLETE
78992026-02-01T14:41:16.747Z[ recovery-image] Feb 01 14:41:16.102 INFO O| Feb 01 14:41:16.102 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002026-02-01T14:41:16.747Z[ recovery-image] Feb 01 14:41:16.112 INFO O| Feb 01 14:41:16.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
79012026-02-01T14:41:16.748Z[ recovery-image] Feb 01 14:41:16.112 INFO O| Feb 01 14:41:16.112 INFO STEP 969 (remove_files) COMPLETE
79022026-02-01T14:41:16.748Z[ recovery-image] Feb 01 14:41:16.112 INFO O| Feb 01 14:41:16.112 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032026-02-01T14:41:16.772Z[ recovery-image] Feb 01 14:41:16.122 INFO O| Feb 01 14:41:16.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
79042026-02-01T14:41:16.772Z[ recovery-image] Feb 01 14:41:16.122 INFO O| Feb 01 14:41:16.122 INFO STEP 970 (remove_files) COMPLETE
79052026-02-01T14:41:16.772Z[ recovery-image] Feb 01 14:41:16.122 INFO O| Feb 01 14:41:16.122 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062026-02-01T14:41:16.772Z[ recovery-image] Feb 01 14:41:16.132 INFO O| Feb 01 14:41:16.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
79072026-02-01T14:41:16.772Z[ recovery-image] Feb 01 14:41:16.132 INFO O| Feb 01 14:41:16.132 INFO STEP 971 (remove_files) COMPLETE
79082026-02-01T14:41:16.772Z[ recovery-image] Feb 01 14:41:16.132 INFO O| Feb 01 14:41:16.132 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092026-02-01T14:41:16.772Z[ recovery-image] Feb 01 14:41:16.142 INFO O| Feb 01 14:41:16.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
79102026-02-01T14:41:16.772Z[ recovery-image] Feb 01 14:41:16.142 INFO O| Feb 01 14:41:16.142 INFO STEP 972 (remove_files) COMPLETE
79112026-02-01T14:41:16.772Z[ recovery-image] Feb 01 14:41:16.142 INFO O| Feb 01 14:41:16.142 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122026-02-01T14:41:16.797Z[ recovery-image] Feb 01 14:41:16.156 INFO O| Feb 01 14:41:16.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
79132026-02-01T14:41:16.797Z[ recovery-image] Feb 01 14:41:16.156 INFO O| Feb 01 14:41:16.156 INFO STEP 973 (remove_files) COMPLETE
79142026-02-01T14:41:16.797Z[ recovery-image] Feb 01 14:41:16.156 INFO O| Feb 01 14:41:16.156 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152026-02-01T14:41:16.797Z[ recovery-image] Feb 01 14:41:16.166 INFO O| Feb 01 14:41:16.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
79162026-02-01T14:41:16.797Z[ recovery-image] Feb 01 14:41:16.167 INFO O| Feb 01 14:41:16.166 INFO STEP 974 (remove_files) COMPLETE
79172026-02-01T14:41:16.797Z[ recovery-image] Feb 01 14:41:16.167 INFO O| Feb 01 14:41:16.166 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182026-02-01T14:41:16.822Z[ recovery-image] Feb 01 14:41:16.177 INFO O| Feb 01 14:41:16.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
79192026-02-01T14:41:16.822Z[ recovery-image] Feb 01 14:41:16.177 INFO O| Feb 01 14:41:16.177 INFO STEP 975 (remove_files) COMPLETE
79202026-02-01T14:41:16.822Z[ recovery-image] Feb 01 14:41:16.177 INFO O| Feb 01 14:41:16.177 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212026-02-01T14:41:16.822Z[ recovery-image] Feb 01 14:41:16.188 INFO O| Feb 01 14:41:16.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
79222026-02-01T14:41:16.822Z[ recovery-image] Feb 01 14:41:16.188 INFO O| Feb 01 14:41:16.188 INFO STEP 976 (remove_files) COMPLETE
79232026-02-01T14:41:16.822Z[ recovery-image] Feb 01 14:41:16.188 INFO O| Feb 01 14:41:16.188 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242026-02-01T14:41:16.847Z[ recovery-image] Feb 01 14:41:16.199 INFO O| Feb 01 14:41:16.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
79252026-02-01T14:41:16.847Z[ recovery-image] Feb 01 14:41:16.199 INFO O| Feb 01 14:41:16.199 INFO STEP 977 (remove_files) COMPLETE
79262026-02-01T14:41:16.847Z[ recovery-image] Feb 01 14:41:16.199 INFO O| Feb 01 14:41:16.199 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272026-02-01T14:41:16.847Z[ recovery-image] Feb 01 14:41:16.217 INFO O| Feb 01 14:41:16.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
79282026-02-01T14:41:16.847Z[ recovery-image] Feb 01 14:41:16.217 INFO O| Feb 01 14:41:16.217 INFO STEP 978 (remove_files) COMPLETE
79292026-02-01T14:41:16.847Z[ recovery-image] Feb 01 14:41:16.217 INFO O| Feb 01 14:41:16.217 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302026-02-01T14:41:16.872Z[ recovery-image] Feb 01 14:41:16.231 INFO O| Feb 01 14:41:16.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
79312026-02-01T14:41:16.872Z[ recovery-image] Feb 01 14:41:16.231 INFO O| Feb 01 14:41:16.231 INFO STEP 979 (remove_files) COMPLETE
79322026-02-01T14:41:16.872Z[ recovery-image] Feb 01 14:41:16.231 INFO O| Feb 01 14:41:16.231 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332026-02-01T14:41:16.872Z[ recovery-image] Feb 01 14:41:16.244 INFO O| Feb 01 14:41:16.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
79342026-02-01T14:41:16.872Z[ recovery-image] Feb 01 14:41:16.244 INFO O| Feb 01 14:41:16.244 INFO STEP 980 (remove_files) COMPLETE
79352026-02-01T14:41:16.872Z[ recovery-image] Feb 01 14:41:16.244 INFO O| Feb 01 14:41:16.244 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362026-02-01T14:41:16.896Z[ recovery-image] Feb 01 14:41:16.255 INFO O| Feb 01 14:41:16.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
79372026-02-01T14:41:16.896Z[ recovery-image] Feb 01 14:41:16.255 INFO O| Feb 01 14:41:16.255 INFO STEP 981 (remove_files) COMPLETE
79382026-02-01T14:41:16.896Z[ recovery-image] Feb 01 14:41:16.255 INFO O| Feb 01 14:41:16.255 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392026-02-01T14:41:16.896Z[ recovery-image] Feb 01 14:41:16.267 INFO O| Feb 01 14:41:16.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
79402026-02-01T14:41:16.896Z[ recovery-image] Feb 01 14:41:16.267 INFO O| Feb 01 14:41:16.267 INFO STEP 982 (remove_files) COMPLETE
79412026-02-01T14:41:16.896Z[ recovery-image] Feb 01 14:41:16.267 INFO O| Feb 01 14:41:16.267 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422026-02-01T14:41:16.921Z[ recovery-image] Feb 01 14:41:16.279 INFO O| Feb 01 14:41:16.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
79432026-02-01T14:41:16.921Z[ recovery-image] Feb 01 14:41:16.279 INFO O| Feb 01 14:41:16.279 INFO STEP 983 (remove_files) COMPLETE
79442026-02-01T14:41:16.921Z[ recovery-image] Feb 01 14:41:16.279 INFO O| Feb 01 14:41:16.279 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452026-02-01T14:41:16.921Z[ recovery-image] Feb 01 14:41:16.289 INFO O| Feb 01 14:41:16.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
79462026-02-01T14:41:16.921Z[ recovery-image] Feb 01 14:41:16.289 INFO O| Feb 01 14:41:16.289 INFO STEP 984 (remove_files) COMPLETE
79472026-02-01T14:41:16.921Z[ recovery-image] Feb 01 14:41:16.289 INFO O| Feb 01 14:41:16.289 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482026-02-01T14:41:16.945Z[ recovery-image] Feb 01 14:41:16.299 INFO O| Feb 01 14:41:16.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
79492026-02-01T14:41:16.945Z[ recovery-image] Feb 01 14:41:16.299 INFO O| Feb 01 14:41:16.299 INFO STEP 985 (remove_files) COMPLETE
79502026-02-01T14:41:16.945Z[ recovery-image] Feb 01 14:41:16.299 INFO O| Feb 01 14:41:16.299 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512026-02-01T14:41:16.945Z[ recovery-image] Feb 01 14:41:16.309 INFO O| Feb 01 14:41:16.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
79522026-02-01T14:41:16.945Z[ recovery-image] Feb 01 14:41:16.310 INFO O| Feb 01 14:41:16.310 INFO STEP 986 (remove_files) COMPLETE
79532026-02-01T14:41:16.945Z[ recovery-image] Feb 01 14:41:16.310 INFO O| Feb 01 14:41:16.310 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542026-02-01T14:41:16.970Z[ recovery-image] Feb 01 14:41:16.323 INFO O| Feb 01 14:41:16.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
79552026-02-01T14:41:16.970Z[ recovery-image] Feb 01 14:41:16.323 INFO O| Feb 01 14:41:16.323 INFO STEP 987 (remove_files) COMPLETE
79562026-02-01T14:41:16.970Z[ recovery-image] Feb 01 14:41:16.323 INFO O| Feb 01 14:41:16.323 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572026-02-01T14:41:16.970Z[ recovery-image] Feb 01 14:41:16.335 INFO O| Feb 01 14:41:16.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
79582026-02-01T14:41:16.970Z[ recovery-image] Feb 01 14:41:16.335 INFO O| Feb 01 14:41:16.335 INFO STEP 988 (remove_files) COMPLETE
79592026-02-01T14:41:16.970Z[ recovery-image] Feb 01 14:41:16.335 INFO O| Feb 01 14:41:16.335 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602026-02-01T14:41:16.995Z[ recovery-image] Feb 01 14:41:16.345 INFO O| Feb 01 14:41:16.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
79612026-02-01T14:41:16.995Z[ recovery-image] Feb 01 14:41:16.345 INFO O| Feb 01 14:41:16.345 INFO STEP 989 (remove_files) COMPLETE
79622026-02-01T14:41:16.995Z[ recovery-image] Feb 01 14:41:16.345 INFO O| Feb 01 14:41:16.345 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632026-02-01T14:41:16.995Z[ recovery-image] Feb 01 14:41:16.355 INFO O| Feb 01 14:41:16.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
79642026-02-01T14:41:16.995Z[ recovery-image] Feb 01 14:41:16.355 INFO O| Feb 01 14:41:16.355 INFO STEP 990 (remove_files) COMPLETE
79652026-02-01T14:41:16.995Z[ recovery-image] Feb 01 14:41:16.355 INFO O| Feb 01 14:41:16.355 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662026-02-01T14:41:16.995Z[ recovery-image] Feb 01 14:41:16.365 INFO O| Feb 01 14:41:16.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
79672026-02-01T14:41:16.995Z[ recovery-image] Feb 01 14:41:16.365 INFO O| Feb 01 14:41:16.365 INFO STEP 991 (remove_files) COMPLETE
79682026-02-01T14:41:16.995Z[ recovery-image] Feb 01 14:41:16.365 INFO O| Feb 01 14:41:16.365 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692026-02-01T14:41:17.020Z[ recovery-image] Feb 01 14:41:16.375 INFO O| Feb 01 14:41:16.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
79702026-02-01T14:41:17.020Z[ recovery-image] Feb 01 14:41:16.375 INFO O| Feb 01 14:41:16.375 INFO STEP 992 (remove_files) COMPLETE
79712026-02-01T14:41:17.020Z[ recovery-image] Feb 01 14:41:16.375 INFO O| Feb 01 14:41:16.375 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722026-02-01T14:41:17.020Z[ recovery-image] Feb 01 14:41:16.385 INFO O| Feb 01 14:41:16.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
79732026-02-01T14:41:17.020Z[ recovery-image] Feb 01 14:41:16.385 INFO O| Feb 01 14:41:16.385 INFO STEP 993 (remove_files) COMPLETE
79742026-02-01T14:41:17.020Z[ recovery-image] Feb 01 14:41:16.385 INFO O| Feb 01 14:41:16.385 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752026-02-01T14:41:17.045Z[ recovery-image] Feb 01 14:41:16.395 INFO O| Feb 01 14:41:16.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
79762026-02-01T14:41:17.045Z[ recovery-image] Feb 01 14:41:16.395 INFO O| Feb 01 14:41:16.395 INFO STEP 994 (remove_files) COMPLETE
79772026-02-01T14:41:17.045Z[ recovery-image] Feb 01 14:41:16.395 INFO O| Feb 01 14:41:16.395 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782026-02-01T14:41:17.045Z[ recovery-image] Feb 01 14:41:16.405 INFO O| Feb 01 14:41:16.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
79792026-02-01T14:41:17.045Z[ recovery-image] Feb 01 14:41:16.405 INFO O| Feb 01 14:41:16.405 INFO STEP 995 (remove_files) COMPLETE
79802026-02-01T14:41:17.045Z[ recovery-image] Feb 01 14:41:16.405 INFO O| Feb 01 14:41:16.405 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812026-02-01T14:41:17.045Z[ recovery-image] Feb 01 14:41:16.415 INFO O| Feb 01 14:41:16.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
79822026-02-01T14:41:17.045Z[ recovery-image] Feb 01 14:41:16.415 INFO O| Feb 01 14:41:16.415 INFO STEP 996 (remove_files) COMPLETE
79832026-02-01T14:41:17.045Z[ recovery-image] Feb 01 14:41:16.415 INFO O| Feb 01 14:41:16.415 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842026-02-01T14:41:17.070Z[ recovery-image] Feb 01 14:41:16.428 INFO O| Feb 01 14:41:16.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
79852026-02-01T14:41:17.070Z[ recovery-image] Feb 01 14:41:16.428 INFO O| Feb 01 14:41:16.428 INFO STEP 997 (remove_files) COMPLETE
79862026-02-01T14:41:17.070Z[ recovery-image] Feb 01 14:41:16.428 INFO O| Feb 01 14:41:16.428 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872026-02-01T14:41:17.070Z[ recovery-image] Feb 01 14:41:16.438 INFO O| Feb 01 14:41:16.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
79882026-02-01T14:41:17.070Z[ recovery-image] Feb 01 14:41:16.438 INFO O| Feb 01 14:41:16.438 INFO STEP 998 (remove_files) COMPLETE
79892026-02-01T14:41:17.070Z[ recovery-image] Feb 01 14:41:16.438 INFO O| Feb 01 14:41:16.438 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902026-02-01T14:41:17.095Z[ recovery-image] Feb 01 14:41:16.448 INFO O| Feb 01 14:41:16.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
79912026-02-01T14:41:17.095Z[ recovery-image] Feb 01 14:41:16.448 INFO O| Feb 01 14:41:16.448 INFO STEP 999 (remove_files) COMPLETE
79922026-02-01T14:41:17.095Z[ recovery-image] Feb 01 14:41:16.448 INFO O| Feb 01 14:41:16.448 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932026-02-01T14:41:17.095Z[ recovery-image] Feb 01 14:41:16.458 INFO O| Feb 01 14:41:16.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
79942026-02-01T14:41:17.095Z[ recovery-image] Feb 01 14:41:16.458 INFO O| Feb 01 14:41:16.458 INFO STEP 1000 (remove_files) COMPLETE
79952026-02-01T14:41:17.095Z[ recovery-image] Feb 01 14:41:16.458 INFO O| Feb 01 14:41:16.458 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962026-02-01T14:41:17.095Z[ recovery-image] Feb 01 14:41:16.468 INFO O| Feb 01 14:41:16.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
79972026-02-01T14:41:17.095Z[ recovery-image] Feb 01 14:41:16.468 INFO O| Feb 01 14:41:16.468 INFO STEP 1001 (remove_files) COMPLETE
79982026-02-01T14:41:17.095Z[ recovery-image] Feb 01 14:41:16.468 INFO O| Feb 01 14:41:16.468 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992026-02-01T14:41:17.120Z[ recovery-image] Feb 01 14:41:16.478 INFO O| Feb 01 14:41:16.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
80002026-02-01T14:41:17.120Z[ recovery-image] Feb 01 14:41:16.478 INFO O| Feb 01 14:41:16.478 INFO STEP 1002 (remove_files) COMPLETE
80012026-02-01T14:41:17.120Z[ recovery-image] Feb 01 14:41:16.478 INFO O| Feb 01 14:41:16.478 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022026-02-01T14:41:17.120Z[ recovery-image] Feb 01 14:41:16.488 INFO O| Feb 01 14:41:16.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
80032026-02-01T14:41:17.120Z[ recovery-image] Feb 01 14:41:16.488 INFO O| Feb 01 14:41:16.488 INFO STEP 1003 (remove_files) COMPLETE
80042026-02-01T14:41:17.120Z[ recovery-image] Feb 01 14:41:16.488 INFO O| Feb 01 14:41:16.488 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052026-02-01T14:41:17.144Z[ recovery-image] Feb 01 14:41:16.498 INFO O| Feb 01 14:41:16.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
80062026-02-01T14:41:17.144Z[ recovery-image] Feb 01 14:41:16.498 INFO O| Feb 01 14:41:16.498 INFO STEP 1004 (remove_files) COMPLETE
80072026-02-01T14:41:17.144Z[ recovery-image] Feb 01 14:41:16.498 INFO O| Feb 01 14:41:16.498 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082026-02-01T14:41:17.144Z[ recovery-image] Feb 01 14:41:16.508 INFO O| Feb 01 14:41:16.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
80092026-02-01T14:41:17.144Z[ recovery-image] Feb 01 14:41:16.508 INFO O| Feb 01 14:41:16.508 INFO STEP 1005 (remove_files) COMPLETE
80102026-02-01T14:41:17.145Z[ recovery-image] Feb 01 14:41:16.508 INFO O| Feb 01 14:41:16.508 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112026-02-01T14:41:17.169Z[ recovery-image] Feb 01 14:41:16.518 INFO O| Feb 01 14:41:16.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
80122026-02-01T14:41:17.169Z[ recovery-image] Feb 01 14:41:16.518 INFO O| Feb 01 14:41:16.518 INFO STEP 1006 (remove_files) COMPLETE
80132026-02-01T14:41:17.169Z[ recovery-image] Feb 01 14:41:16.518 INFO O| Feb 01 14:41:16.518 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142026-02-01T14:41:17.169Z[ recovery-image] Feb 01 14:41:16.527 INFO O| Feb 01 14:41:16.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
80152026-02-01T14:41:17.169Z[ recovery-image] Feb 01 14:41:16.528 INFO O| Feb 01 14:41:16.527 INFO STEP 1007 (remove_files) COMPLETE
80162026-02-01T14:41:17.169Z[ recovery-image] Feb 01 14:41:16.528 INFO O| Feb 01 14:41:16.527 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172026-02-01T14:41:17.169Z[ recovery-image] Feb 01 14:41:16.537 INFO O| Feb 01 14:41:16.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
80182026-02-01T14:41:17.169Z[ recovery-image] Feb 01 14:41:16.537 INFO O| Feb 01 14:41:16.537 INFO STEP 1008 (remove_files) COMPLETE
80192026-02-01T14:41:17.169Z[ recovery-image] Feb 01 14:41:16.537 INFO O| Feb 01 14:41:16.537 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202026-02-01T14:41:17.194Z[ recovery-image] Feb 01 14:41:16.547 INFO O| Feb 01 14:41:16.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
80212026-02-01T14:41:17.194Z[ recovery-image] Feb 01 14:41:16.547 INFO O| Feb 01 14:41:16.547 INFO STEP 1009 (remove_files) COMPLETE
80222026-02-01T14:41:17.194Z[ recovery-image] Feb 01 14:41:16.547 INFO O| Feb 01 14:41:16.547 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232026-02-01T14:41:17.194Z[ recovery-image] Feb 01 14:41:16.557 INFO O| Feb 01 14:41:16.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
80242026-02-01T14:41:17.194Z[ recovery-image] Feb 01 14:41:16.557 INFO O| Feb 01 14:41:16.557 INFO STEP 1010 (remove_files) COMPLETE
80252026-02-01T14:41:17.194Z[ recovery-image] Feb 01 14:41:16.557 INFO O| Feb 01 14:41:16.557 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262026-02-01T14:41:17.194Z[ recovery-image] Feb 01 14:41:16.567 INFO O| Feb 01 14:41:16.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
80272026-02-01T14:41:17.194Z[ recovery-image] Feb 01 14:41:16.567 INFO O| Feb 01 14:41:16.567 INFO STEP 1011 (remove_files) COMPLETE
80282026-02-01T14:41:17.194Z[ recovery-image] Feb 01 14:41:16.567 INFO O| Feb 01 14:41:16.567 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292026-02-01T14:41:17.220Z[ recovery-image] Feb 01 14:41:16.579 INFO O| Feb 01 14:41:16.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
80302026-02-01T14:41:17.220Z[ recovery-image] Feb 01 14:41:16.580 INFO O| Feb 01 14:41:16.580 INFO STEP 1012 (remove_files) COMPLETE
80312026-02-01T14:41:17.220Z[ recovery-image] Feb 01 14:41:16.580 INFO O| Feb 01 14:41:16.580 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322026-02-01T14:41:17.245Z[ recovery-image] Feb 01 14:41:16.594 INFO O| Feb 01 14:41:16.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
80332026-02-01T14:41:17.245Z[ recovery-image] Feb 01 14:41:16.594 INFO O| Feb 01 14:41:16.594 INFO STEP 1013 (remove_files) COMPLETE
80342026-02-01T14:41:17.245Z[ recovery-image] Feb 01 14:41:16.594 INFO O| Feb 01 14:41:16.594 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352026-02-01T14:41:17.245Z[ recovery-image] Feb 01 14:41:16.605 INFO O| Feb 01 14:41:16.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
80362026-02-01T14:41:17.245Z[ recovery-image] Feb 01 14:41:16.605 INFO O| Feb 01 14:41:16.605 INFO STEP 1014 (remove_files) COMPLETE
80372026-02-01T14:41:17.245Z[ recovery-image] Feb 01 14:41:16.605 INFO O| Feb 01 14:41:16.605 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382026-02-01T14:41:17.245Z[ recovery-image] Feb 01 14:41:16.615 INFO O| Feb 01 14:41:16.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
80392026-02-01T14:41:17.245Z[ recovery-image] Feb 01 14:41:16.615 INFO O| Feb 01 14:41:16.615 INFO STEP 1015 (remove_files) COMPLETE
80402026-02-01T14:41:17.245Z[ recovery-image] Feb 01 14:41:16.615 INFO O| Feb 01 14:41:16.615 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412026-02-01T14:41:17.269Z[ recovery-image] Feb 01 14:41:16.625 INFO O| Feb 01 14:41:16.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
80422026-02-01T14:41:17.269Z[ recovery-image] Feb 01 14:41:16.625 INFO O| Feb 01 14:41:16.625 INFO STEP 1016 (remove_files) COMPLETE
80432026-02-01T14:41:17.269Z[ recovery-image] Feb 01 14:41:16.625 INFO O| Feb 01 14:41:16.625 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442026-02-01T14:41:17.269Z[ recovery-image] Feb 01 14:41:16.636 INFO O| Feb 01 14:41:16.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
80452026-02-01T14:41:17.269Z[ recovery-image] Feb 01 14:41:16.636 INFO O| Feb 01 14:41:16.636 INFO STEP 1017 (remove_files) COMPLETE
80462026-02-01T14:41:17.269Z[ recovery-image] Feb 01 14:41:16.636 INFO O| Feb 01 14:41:16.636 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472026-02-01T14:41:17.294Z[ recovery-image] Feb 01 14:41:16.650 INFO O| Feb 01 14:41:16.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
80482026-02-01T14:41:17.294Z[ recovery-image] Feb 01 14:41:16.650 INFO O| Feb 01 14:41:16.650 INFO STEP 1018 (remove_files) COMPLETE
80492026-02-01T14:41:17.294Z[ recovery-image] Feb 01 14:41:16.650 INFO O| Feb 01 14:41:16.650 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80502026-02-01T14:41:17.294Z[ recovery-image] Feb 01 14:41:16.661 INFO O| Feb 01 14:41:16.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
80512026-02-01T14:41:17.294Z[ recovery-image] Feb 01 14:41:16.661 INFO O| Feb 01 14:41:16.661 INFO STEP 1019 (remove_files) COMPLETE
80522026-02-01T14:41:17.294Z[ recovery-image] Feb 01 14:41:16.661 INFO O| Feb 01 14:41:16.661 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532026-02-01T14:41:17.319Z[ recovery-image] Feb 01 14:41:16.672 INFO O| Feb 01 14:41:16.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
80542026-02-01T14:41:17.319Z[ recovery-image] Feb 01 14:41:16.672 INFO O| Feb 01 14:41:16.672 INFO STEP 1020 (remove_files) COMPLETE
80552026-02-01T14:41:17.319Z[ recovery-image] Feb 01 14:41:16.672 INFO O| Feb 01 14:41:16.672 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562026-02-01T14:41:17.319Z[ recovery-image] Feb 01 14:41:16.683 INFO O| Feb 01 14:41:16.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
80572026-02-01T14:41:17.319Z[ recovery-image] Feb 01 14:41:16.683 INFO O| Feb 01 14:41:16.683 INFO STEP 1021 (remove_files) COMPLETE
80582026-02-01T14:41:17.319Z[ recovery-image] Feb 01 14:41:16.683 INFO O| Feb 01 14:41:16.683 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80592026-02-01T14:41:17.344Z[ recovery-image] Feb 01 14:41:16.700 INFO O| Feb 01 14:41:16.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
80602026-02-01T14:41:17.344Z[ recovery-image] Feb 01 14:41:16.700 INFO O| Feb 01 14:41:16.700 INFO STEP 1022 (remove_files) COMPLETE
80612026-02-01T14:41:17.344Z[ recovery-image] Feb 01 14:41:16.700 INFO O| Feb 01 14:41:16.700 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622026-02-01T14:41:17.344Z[ recovery-image] Feb 01 14:41:16.716 INFO O| Feb 01 14:41:16.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
80632026-02-01T14:41:17.344Z[ recovery-image] Feb 01 14:41:16.717 INFO O| Feb 01 14:41:16.716 INFO STEP 1023 (remove_files) COMPLETE
80642026-02-01T14:41:17.368Z[ recovery-image] Feb 01 14:41:16.717 INFO O| Feb 01 14:41:16.717 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80652026-02-01T14:41:17.368Z[ recovery-image] Feb 01 14:41:16.729 INFO O| Feb 01 14:41:16.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
80662026-02-01T14:41:17.368Z[ recovery-image] Feb 01 14:41:16.729 INFO O| Feb 01 14:41:16.729 INFO STEP 1024 (remove_files) COMPLETE
80672026-02-01T14:41:17.368Z[ recovery-image] Feb 01 14:41:16.729 INFO O| Feb 01 14:41:16.729 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80682026-02-01T14:41:17.393Z[ recovery-image] Feb 01 14:41:16.742 INFO O| Feb 01 14:41:16.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
80692026-02-01T14:41:17.393Z[ recovery-image] Feb 01 14:41:16.742 INFO O| Feb 01 14:41:16.742 INFO STEP 1025 (remove_files) COMPLETE
80702026-02-01T14:41:17.393Z[ recovery-image] Feb 01 14:41:16.742 INFO O| Feb 01 14:41:16.742 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80712026-02-01T14:41:17.393Z[ recovery-image] Feb 01 14:41:16.753 INFO O| Feb 01 14:41:16.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
80722026-02-01T14:41:17.393Z[ recovery-image] Feb 01 14:41:16.753 INFO O| Feb 01 14:41:16.753 INFO STEP 1026 (remove_files) COMPLETE
80732026-02-01T14:41:17.393Z[ recovery-image] Feb 01 14:41:16.753 INFO O| Feb 01 14:41:16.753 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80742026-02-01T14:41:17.393Z[ recovery-image] Feb 01 14:41:16.764 INFO O| Feb 01 14:41:16.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
80752026-02-01T14:41:17.393Z[ recovery-image] Feb 01 14:41:16.764 INFO O| Feb 01 14:41:16.764 INFO STEP 1027 (remove_files) COMPLETE
80762026-02-01T14:41:17.393Z[ recovery-image] Feb 01 14:41:16.764 INFO O| Feb 01 14:41:16.764 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80772026-02-01T14:41:17.418Z[ recovery-image] Feb 01 14:41:16.774 INFO O| Feb 01 14:41:16.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
80782026-02-01T14:41:17.418Z[ recovery-image] Feb 01 14:41:16.774 INFO O| Feb 01 14:41:16.774 INFO STEP 1028 (remove_files) COMPLETE
80792026-02-01T14:41:17.418Z[ recovery-image] Feb 01 14:41:16.774 INFO O| Feb 01 14:41:16.774 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80802026-02-01T14:41:17.418Z[ recovery-image] Feb 01 14:41:16.784 INFO O| Feb 01 14:41:16.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
80812026-02-01T14:41:17.418Z[ recovery-image] Feb 01 14:41:16.784 INFO O| Feb 01 14:41:16.784 INFO STEP 1029 (remove_files) COMPLETE
80822026-02-01T14:41:17.418Z[ recovery-image] Feb 01 14:41:16.784 INFO O| Feb 01 14:41:16.784 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80832026-02-01T14:41:17.442Z[ recovery-image] Feb 01 14:41:16.794 INFO O| Feb 01 14:41:16.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
80842026-02-01T14:41:17.442Z[ recovery-image] Feb 01 14:41:16.794 INFO O| Feb 01 14:41:16.794 INFO STEP 1030 (remove_files) COMPLETE
80852026-02-01T14:41:17.443Z[ recovery-image] Feb 01 14:41:16.794 INFO O| Feb 01 14:41:16.794 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80862026-02-01T14:41:17.443Z[ recovery-image] Feb 01 14:41:16.803 INFO O| Feb 01 14:41:16.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
80872026-02-01T14:41:17.443Z[ recovery-image] Feb 01 14:41:16.803 INFO O| Feb 01 14:41:16.803 INFO STEP 1031 (remove_files) COMPLETE
80882026-02-01T14:41:17.443Z[ recovery-image] Feb 01 14:41:16.804 INFO O| Feb 01 14:41:16.803 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80892026-02-01T14:41:17.443Z[ recovery-image] Feb 01 14:41:16.813 INFO O| Feb 01 14:41:16.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
80902026-02-01T14:41:17.443Z[ recovery-image] Feb 01 14:41:16.813 INFO O| Feb 01 14:41:16.813 INFO STEP 1032 (remove_files) COMPLETE
80912026-02-01T14:41:17.443Z[ recovery-image] Feb 01 14:41:16.813 INFO O| Feb 01 14:41:16.813 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80922026-02-01T14:41:17.468Z[ recovery-image] Feb 01 14:41:16.825 INFO O| Feb 01 14:41:16.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
80932026-02-01T14:41:17.468Z[ recovery-image] Feb 01 14:41:16.825 INFO O| Feb 01 14:41:16.825 INFO STEP 1033 (remove_files) COMPLETE
80942026-02-01T14:41:17.468Z[ recovery-image] Feb 01 14:41:16.825 INFO O| Feb 01 14:41:16.825 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80952026-02-01T14:41:17.468Z[ recovery-image] Feb 01 14:41:16.835 INFO O| Feb 01 14:41:16.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
80962026-02-01T14:41:17.468Z[ recovery-image] Feb 01 14:41:16.836 INFO O| Feb 01 14:41:16.835 INFO STEP 1034 (remove_files) COMPLETE
80972026-02-01T14:41:17.468Z[ recovery-image] Feb 01 14:41:16.836 INFO O| Feb 01 14:41:16.835 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80982026-02-01T14:41:17.492Z[ recovery-image] Feb 01 14:41:16.845 INFO O| Feb 01 14:41:16.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
80992026-02-01T14:41:17.492Z[ recovery-image] Feb 01 14:41:16.845 INFO O| Feb 01 14:41:16.845 INFO STEP 1035 (remove_files) COMPLETE
81002026-02-01T14:41:17.492Z[ recovery-image] Feb 01 14:41:16.845 INFO O| Feb 01 14:41:16.845 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81012026-02-01T14:41:17.492Z[ recovery-image] Feb 01 14:41:16.855 INFO O| Feb 01 14:41:16.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
81022026-02-01T14:41:17.492Z[ recovery-image] Feb 01 14:41:16.855 INFO O| Feb 01 14:41:16.855 INFO STEP 1036 (remove_files) COMPLETE
81032026-02-01T14:41:17.492Z[ recovery-image] Feb 01 14:41:16.855 INFO O| Feb 01 14:41:16.855 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81042026-02-01T14:41:17.517Z[ recovery-image] Feb 01 14:41:16.866 INFO O| Feb 01 14:41:16.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
81052026-02-01T14:41:17.517Z[ recovery-image] Feb 01 14:41:16.866 INFO O| Feb 01 14:41:16.866 INFO STEP 1037 (remove_files) COMPLETE
81062026-02-01T14:41:17.517Z[ recovery-image] Feb 01 14:41:16.866 INFO O| Feb 01 14:41:16.866 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81072026-02-01T14:41:17.517Z[ recovery-image] Feb 01 14:41:16.876 INFO O| Feb 01 14:41:16.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
81082026-02-01T14:41:17.517Z[ recovery-image] Feb 01 14:41:16.876 INFO O| Feb 01 14:41:16.876 INFO STEP 1038 (remove_files) COMPLETE
81092026-02-01T14:41:17.517Z[ recovery-image] Feb 01 14:41:16.876 INFO O| Feb 01 14:41:16.876 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81102026-02-01T14:41:17.517Z[ recovery-image] Feb 01 14:41:16.889 INFO O| Feb 01 14:41:16.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
81112026-02-01T14:41:17.517Z[ recovery-image] Feb 01 14:41:16.889 INFO O| Feb 01 14:41:16.889 INFO STEP 1039 (remove_files) COMPLETE
81122026-02-01T14:41:17.517Z[ recovery-image] Feb 01 14:41:16.889 INFO O| Feb 01 14:41:16.889 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81132026-02-01T14:41:17.542Z[ recovery-image] Feb 01 14:41:16.902 INFO O| Feb 01 14:41:16.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
81142026-02-01T14:41:17.542Z[ recovery-image] Feb 01 14:41:16.902 INFO O| Feb 01 14:41:16.902 INFO STEP 1040 (remove_files) COMPLETE
81152026-02-01T14:41:17.542Z[ recovery-image] Feb 01 14:41:16.902 INFO O| Feb 01 14:41:16.902 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81162026-02-01T14:41:17.542Z[ recovery-image] Feb 01 14:41:16.912 INFO O| Feb 01 14:41:16.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
81172026-02-01T14:41:17.542Z[ recovery-image] Feb 01 14:41:16.912 INFO O| Feb 01 14:41:16.912 INFO STEP 1041 (remove_files) COMPLETE
81182026-02-01T14:41:17.542Z[ recovery-image] Feb 01 14:41:16.912 INFO O| Feb 01 14:41:16.912 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81192026-02-01T14:41:17.567Z[ recovery-image] Feb 01 14:41:16.922 INFO O| Feb 01 14:41:16.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
81202026-02-01T14:41:17.567Z[ recovery-image] Feb 01 14:41:16.922 INFO O| Feb 01 14:41:16.922 INFO STEP 1042 (remove_files) COMPLETE
81212026-02-01T14:41:17.567Z[ recovery-image] Feb 01 14:41:16.922 INFO O| Feb 01 14:41:16.922 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81222026-02-01T14:41:17.567Z[ recovery-image] Feb 01 14:41:16.931 INFO O| Feb 01 14:41:16.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
81232026-02-01T14:41:17.567Z[ recovery-image] Feb 01 14:41:16.932 INFO O| Feb 01 14:41:16.931 INFO STEP 1043 (remove_files) COMPLETE
81242026-02-01T14:41:17.567Z[ recovery-image] Feb 01 14:41:16.932 INFO O| Feb 01 14:41:16.932 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81252026-02-01T14:41:17.591Z[ recovery-image] Feb 01 14:41:16.943 INFO O| Feb 01 14:41:16.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
81262026-02-01T14:41:17.591Z[ recovery-image] Feb 01 14:41:16.943 INFO O| Feb 01 14:41:16.943 INFO STEP 1044 (remove_files) COMPLETE
81272026-02-01T14:41:17.591Z[ recovery-image] Feb 01 14:41:16.943 INFO O| Feb 01 14:41:16.943 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81282026-02-01T14:41:17.591Z[ recovery-image] Feb 01 14:41:16.953 INFO O| Feb 01 14:41:16.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
81292026-02-01T14:41:17.591Z[ recovery-image] Feb 01 14:41:16.953 INFO O| Feb 01 14:41:16.953 INFO STEP 1045 (remove_files) COMPLETE
81302026-02-01T14:41:17.592Z[ recovery-image] Feb 01 14:41:16.953 INFO O| Feb 01 14:41:16.953 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81312026-02-01T14:41:17.616Z[ recovery-image] Feb 01 14:41:16.967 INFO O| Feb 01 14:41:16.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
81322026-02-01T14:41:17.616Z[ recovery-image] Feb 01 14:41:16.967 INFO O| Feb 01 14:41:16.967 INFO STEP 1046 (remove_files) COMPLETE
81332026-02-01T14:41:17.616Z[ recovery-image] Feb 01 14:41:16.967 INFO O| Feb 01 14:41:16.967 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81342026-02-01T14:41:17.616Z[ recovery-image] Feb 01 14:41:16.977 INFO O| Feb 01 14:41:16.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
81352026-02-01T14:41:17.616Z[ recovery-image] Feb 01 14:41:16.977 INFO O| Feb 01 14:41:16.977 INFO STEP 1047 (remove_files) COMPLETE
81362026-02-01T14:41:17.616Z[ recovery-image] Feb 01 14:41:16.977 INFO O| Feb 01 14:41:16.977 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81372026-02-01T14:41:17.616Z[ recovery-image] Feb 01 14:41:16.987 INFO O| Feb 01 14:41:16.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
81382026-02-01T14:41:17.616Z[ recovery-image] Feb 01 14:41:16.987 INFO O| Feb 01 14:41:16.987 INFO STEP 1048 (remove_files) COMPLETE
81392026-02-01T14:41:17.616Z[ recovery-image] Feb 01 14:41:16.987 INFO O| Feb 01 14:41:16.987 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81402026-02-01T14:41:17.641Z[ recovery-image] Feb 01 14:41:16.997 INFO O| Feb 01 14:41:16.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
81412026-02-01T14:41:17.641Z[ recovery-image] Feb 01 14:41:16.997 INFO O| Feb 01 14:41:16.997 INFO STEP 1049 (remove_files) COMPLETE
81422026-02-01T14:41:17.641Z[ recovery-image] Feb 01 14:41:16.997 INFO O| Feb 01 14:41:16.997 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81432026-02-01T14:41:17.641Z[ recovery-image] Feb 01 14:41:17.008 INFO O| Feb 01 14:41:17.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
81442026-02-01T14:41:17.641Z[ recovery-image] Feb 01 14:41:17.008 INFO O| Feb 01 14:41:17.008 INFO STEP 1050 (remove_files) COMPLETE
81452026-02-01T14:41:17.641Z[ recovery-image] Feb 01 14:41:17.008 INFO O| Feb 01 14:41:17.008 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81462026-02-01T14:41:17.665Z[ recovery-image] Feb 01 14:41:17.017 INFO O| Feb 01 14:41:17.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
81472026-02-01T14:41:17.665Z[ recovery-image] Feb 01 14:41:17.018 INFO O| Feb 01 14:41:17.017 INFO STEP 1051 (remove_files) COMPLETE
81482026-02-01T14:41:17.666Z[ recovery-image] Feb 01 14:41:17.018 INFO O| Feb 01 14:41:17.018 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81492026-02-01T14:41:17.666Z[ recovery-image] Feb 01 14:41:17.027 INFO O| Feb 01 14:41:17.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
81502026-02-01T14:41:17.666Z[ recovery-image] Feb 01 14:41:17.027 INFO O| Feb 01 14:41:17.027 INFO STEP 1052 (remove_files) COMPLETE
81512026-02-01T14:41:17.666Z[ recovery-image] Feb 01 14:41:17.028 INFO O| Feb 01 14:41:17.027 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81522026-02-01T14:41:17.666Z[ recovery-image] Feb 01 14:41:17.038 INFO O| Feb 01 14:41:17.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
81532026-02-01T14:41:17.666Z[ recovery-image] Feb 01 14:41:17.038 INFO O| Feb 01 14:41:17.038 INFO STEP 1053 (remove_files) COMPLETE
81542026-02-01T14:41:17.666Z[ recovery-image] Feb 01 14:41:17.038 INFO O| Feb 01 14:41:17.038 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81552026-02-01T14:41:17.690Z[ recovery-image] Feb 01 14:41:17.047 INFO O| Feb 01 14:41:17.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
81562026-02-01T14:41:17.690Z[ recovery-image] Feb 01 14:41:17.048 INFO O| Feb 01 14:41:17.047 INFO STEP 1054 (remove_files) COMPLETE
81572026-02-01T14:41:17.690Z[ recovery-image] Feb 01 14:41:17.048 INFO O| Feb 01 14:41:17.048 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81582026-02-01T14:41:17.690Z[ recovery-image] Feb 01 14:41:17.057 INFO O| Feb 01 14:41:17.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
81592026-02-01T14:41:17.690Z[ recovery-image] Feb 01 14:41:17.058 INFO O| Feb 01 14:41:17.057 INFO STEP 1055 (remove_files) COMPLETE
81602026-02-01T14:41:17.690Z[ recovery-image] Feb 01 14:41:17.058 INFO O| Feb 01 14:41:17.057 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81612026-02-01T14:41:17.715Z[ recovery-image] Feb 01 14:41:17.072 INFO O| Feb 01 14:41:17.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
81622026-02-01T14:41:17.715Z[ recovery-image] Feb 01 14:41:17.072 INFO O| Feb 01 14:41:17.072 INFO STEP 1056 (remove_files) COMPLETE
81632026-02-01T14:41:17.715Z[ recovery-image] Feb 01 14:41:17.072 INFO O| Feb 01 14:41:17.072 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81642026-02-01T14:41:17.715Z[ recovery-image] Feb 01 14:41:17.084 INFO O| Feb 01 14:41:17.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
81652026-02-01T14:41:17.715Z[ recovery-image] Feb 01 14:41:17.084 INFO O| Feb 01 14:41:17.084 INFO STEP 1057 (remove_files) COMPLETE
81662026-02-01T14:41:17.715Z[ recovery-image] Feb 01 14:41:17.084 INFO O| Feb 01 14:41:17.084 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81672026-02-01T14:41:17.740Z[ recovery-image] Feb 01 14:41:17.095 INFO O| Feb 01 14:41:17.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
81682026-02-01T14:41:17.740Z[ recovery-image] Feb 01 14:41:17.095 INFO O| Feb 01 14:41:17.095 INFO STEP 1058 (remove_files) COMPLETE
81692026-02-01T14:41:17.740Z[ recovery-image] Feb 01 14:41:17.095 INFO O| Feb 01 14:41:17.095 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81702026-02-01T14:41:17.740Z[ recovery-image] Feb 01 14:41:17.106 INFO O| Feb 01 14:41:17.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
81712026-02-01T14:41:17.740Z[ recovery-image] Feb 01 14:41:17.106 INFO O| Feb 01 14:41:17.106 INFO STEP 1059 (remove_files) COMPLETE
81722026-02-01T14:41:17.740Z[ recovery-image] Feb 01 14:41:17.106 INFO O| Feb 01 14:41:17.106 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81732026-02-01T14:41:17.764Z[ recovery-image] Feb 01 14:41:17.117 INFO O| Feb 01 14:41:17.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
81742026-02-01T14:41:17.764Z[ recovery-image] Feb 01 14:41:17.117 INFO O| Feb 01 14:41:17.117 INFO STEP 1060 (remove_files) COMPLETE
81752026-02-01T14:41:17.764Z[ recovery-image] Feb 01 14:41:17.117 INFO O| Feb 01 14:41:17.117 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81762026-02-01T14:41:17.765Z[ recovery-image] Feb 01 14:41:17.127 INFO O| Feb 01 14:41:17.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
81772026-02-01T14:41:17.765Z[ recovery-image] Feb 01 14:41:17.127 INFO O| Feb 01 14:41:17.127 INFO STEP 1061 (remove_files) COMPLETE
81782026-02-01T14:41:17.765Z[ recovery-image] Feb 01 14:41:17.127 INFO O| Feb 01 14:41:17.127 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81792026-02-01T14:41:17.765Z[ recovery-image] Feb 01 14:41:17.137 INFO O| Feb 01 14:41:17.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
81802026-02-01T14:41:17.765Z[ recovery-image] Feb 01 14:41:17.137 INFO O| Feb 01 14:41:17.137 INFO STEP 1062 (remove_files) COMPLETE
81812026-02-01T14:41:17.765Z[ recovery-image] Feb 01 14:41:17.137 INFO O| Feb 01 14:41:17.137 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81822026-02-01T14:41:17.789Z[ recovery-image] Feb 01 14:41:17.148 INFO O| Feb 01 14:41:17.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
81832026-02-01T14:41:17.789Z[ recovery-image] Feb 01 14:41:17.149 INFO O| Feb 01 14:41:17.148 INFO STEP 1063 (remove_files) COMPLETE
81842026-02-01T14:41:17.789Z[ recovery-image] Feb 01 14:41:17.149 INFO O| Feb 01 14:41:17.149 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81852026-02-01T14:41:17.789Z[ recovery-image] Feb 01 14:41:17.159 INFO O| Feb 01 14:41:17.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
81862026-02-01T14:41:17.789Z[ recovery-image] Feb 01 14:41:17.160 INFO O| Feb 01 14:41:17.159 INFO STEP 1064 (remove_files) COMPLETE
81872026-02-01T14:41:17.789Z[ recovery-image] Feb 01 14:41:17.160 INFO O| Feb 01 14:41:17.160 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81882026-02-01T14:41:17.814Z[ recovery-image] Feb 01 14:41:17.170 INFO O| Feb 01 14:41:17.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
81892026-02-01T14:41:17.814Z[ recovery-image] Feb 01 14:41:17.170 INFO O| Feb 01 14:41:17.170 INFO STEP 1065 (remove_files) COMPLETE
81902026-02-01T14:41:17.814Z[ recovery-image] Feb 01 14:41:17.170 INFO O| Feb 01 14:41:17.170 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81912026-02-01T14:41:17.814Z[ recovery-image] Feb 01 14:41:17.180 INFO O| Feb 01 14:41:17.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
81922026-02-01T14:41:17.814Z[ recovery-image] Feb 01 14:41:17.180 INFO O| Feb 01 14:41:17.180 INFO STEP 1066 (remove_files) COMPLETE
81932026-02-01T14:41:17.814Z[ recovery-image] Feb 01 14:41:17.180 INFO O| Feb 01 14:41:17.180 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81942026-02-01T14:41:17.839Z[ recovery-image] Feb 01 14:41:17.191 INFO O| Feb 01 14:41:17.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
81952026-02-01T14:41:17.839Z[ recovery-image] Feb 01 14:41:17.191 INFO O| Feb 01 14:41:17.191 INFO STEP 1067 (remove_files) COMPLETE
81962026-02-01T14:41:17.839Z[ recovery-image] Feb 01 14:41:17.191 INFO O| Feb 01 14:41:17.191 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81972026-02-01T14:41:17.839Z[ recovery-image] Feb 01 14:41:17.205 INFO O| Feb 01 14:41:17.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
81982026-02-01T14:41:17.839Z[ recovery-image] Feb 01 14:41:17.205 INFO O| Feb 01 14:41:17.205 INFO STEP 1068 (remove_files) COMPLETE
81992026-02-01T14:41:17.839Z[ recovery-image] Feb 01 14:41:17.205 INFO O| Feb 01 14:41:17.205 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82002026-02-01T14:41:17.864Z[ recovery-image] Feb 01 14:41:17.216 INFO O| Feb 01 14:41:17.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
82012026-02-01T14:41:17.864Z[ recovery-image] Feb 01 14:41:17.216 INFO O| Feb 01 14:41:17.216 INFO STEP 1069 (remove_files) COMPLETE
82022026-02-01T14:41:17.864Z[ recovery-image] Feb 01 14:41:17.216 INFO O| Feb 01 14:41:17.216 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82032026-02-01T14:41:17.864Z[ recovery-image] Feb 01 14:41:17.227 INFO O| Feb 01 14:41:17.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
82042026-02-01T14:41:17.864Z[ recovery-image] Feb 01 14:41:17.228 INFO O| Feb 01 14:41:17.227 INFO STEP 1070 (remove_files) COMPLETE
82052026-02-01T14:41:17.864Z[ recovery-image] Feb 01 14:41:17.228 INFO O| Feb 01 14:41:17.227 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82062026-02-01T14:41:17.888Z[ recovery-image] Feb 01 14:41:17.239 INFO O| Feb 01 14:41:17.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
82072026-02-01T14:41:17.888Z[ recovery-image] Feb 01 14:41:17.239 INFO O| Feb 01 14:41:17.239 INFO STEP 1071 (remove_files) COMPLETE
82082026-02-01T14:41:17.888Z[ recovery-image] Feb 01 14:41:17.239 INFO O| Feb 01 14:41:17.239 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82092026-02-01T14:41:17.888Z[ recovery-image] Feb 01 14:41:17.250 INFO O| Feb 01 14:41:17.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
82102026-02-01T14:41:17.888Z[ recovery-image] Feb 01 14:41:17.250 INFO O| Feb 01 14:41:17.250 INFO STEP 1072 (remove_files) COMPLETE
82112026-02-01T14:41:17.888Z[ recovery-image] Feb 01 14:41:17.250 INFO O| Feb 01 14:41:17.250 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82122026-02-01T14:41:17.888Z[ recovery-image] Feb 01 14:41:17.260 INFO O| Feb 01 14:41:17.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
82132026-02-01T14:41:17.888Z[ recovery-image] Feb 01 14:41:17.260 INFO O| Feb 01 14:41:17.260 INFO STEP 1073 (remove_files) COMPLETE
82142026-02-01T14:41:17.888Z[ recovery-image] Feb 01 14:41:17.260 INFO O| Feb 01 14:41:17.260 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82152026-02-01T14:41:17.913Z[ recovery-image] Feb 01 14:41:17.270 INFO O| Feb 01 14:41:17.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
82162026-02-01T14:41:17.913Z[ recovery-image] Feb 01 14:41:17.270 INFO O| Feb 01 14:41:17.270 INFO STEP 1074 (remove_files) COMPLETE
82172026-02-01T14:41:17.913Z[ recovery-image] Feb 01 14:41:17.270 INFO O| Feb 01 14:41:17.270 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82182026-02-01T14:41:17.913Z[ recovery-image] Feb 01 14:41:17.282 INFO O| Feb 01 14:41:17.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
82192026-02-01T14:41:17.913Z[ recovery-image] Feb 01 14:41:17.282 INFO O| Feb 01 14:41:17.282 INFO STEP 1075 (remove_files) COMPLETE
82202026-02-01T14:41:17.913Z[ recovery-image] Feb 01 14:41:17.282 INFO O| Feb 01 14:41:17.282 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82212026-02-01T14:41:17.937Z[ recovery-image] Feb 01 14:41:17.296 INFO O| Feb 01 14:41:17.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
82222026-02-01T14:41:17.938Z[ recovery-image] Feb 01 14:41:17.296 INFO O| Feb 01 14:41:17.296 INFO STEP 1076 (remove_files) COMPLETE
82232026-02-01T14:41:17.938Z[ recovery-image] Feb 01 14:41:17.296 INFO O| Feb 01 14:41:17.296 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82242026-02-01T14:41:17.938Z[ recovery-image] Feb 01 14:41:17.308 INFO O| Feb 01 14:41:17.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
82252026-02-01T14:41:17.938Z[ recovery-image] Feb 01 14:41:17.308 INFO O| Feb 01 14:41:17.308 INFO STEP 1077 (remove_files) COMPLETE
82262026-02-01T14:41:17.938Z[ recovery-image] Feb 01 14:41:17.308 INFO O| Feb 01 14:41:17.308 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82272026-02-01T14:41:17.962Z[ recovery-image] Feb 01 14:41:17.318 INFO O| Feb 01 14:41:17.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
82282026-02-01T14:41:17.962Z[ recovery-image] Feb 01 14:41:17.319 INFO O| Feb 01 14:41:17.319 INFO STEP 1078 (remove_files) COMPLETE
82292026-02-01T14:41:17.962Z[ recovery-image] Feb 01 14:41:17.319 INFO O| Feb 01 14:41:17.319 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82302026-02-01T14:41:17.962Z[ recovery-image] Feb 01 14:41:17.329 INFO O| Feb 01 14:41:17.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
82312026-02-01T14:41:17.962Z[ recovery-image] Feb 01 14:41:17.329 INFO O| Feb 01 14:41:17.329 INFO STEP 1079 (remove_files) COMPLETE
82322026-02-01T14:41:17.962Z[ recovery-image] Feb 01 14:41:17.329 INFO O| Feb 01 14:41:17.329 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82332026-02-01T14:41:17.987Z[ recovery-image] Feb 01 14:41:17.341 INFO O| Feb 01 14:41:17.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
82342026-02-01T14:41:17.987Z[ recovery-image] Feb 01 14:41:17.341 INFO O| Feb 01 14:41:17.341 INFO STEP 1080 (remove_files) COMPLETE
82352026-02-01T14:41:17.987Z[ recovery-image] Feb 01 14:41:17.341 INFO O| Feb 01 14:41:17.341 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82362026-02-01T14:41:17.987Z[ recovery-image] Feb 01 14:41:17.354 INFO O| Feb 01 14:41:17.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
82372026-02-01T14:41:17.987Z[ recovery-image] Feb 01 14:41:17.354 INFO O| Feb 01 14:41:17.354 INFO STEP 1081 (remove_files) COMPLETE
82382026-02-01T14:41:17.987Z[ recovery-image] Feb 01 14:41:17.355 INFO O| Feb 01 14:41:17.354 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82392026-02-01T14:41:18.011Z[ recovery-image] Feb 01 14:41:17.365 INFO O| Feb 01 14:41:17.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
82402026-02-01T14:41:18.011Z[ recovery-image] Feb 01 14:41:17.365 INFO O| Feb 01 14:41:17.365 INFO STEP 1082 (remove_files) COMPLETE
82412026-02-01T14:41:18.011Z[ recovery-image] Feb 01 14:41:17.365 INFO O| Feb 01 14:41:17.365 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82422026-02-01T14:41:18.011Z[ recovery-image] Feb 01 14:41:17.375 INFO O| Feb 01 14:41:17.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
82432026-02-01T14:41:18.012Z[ recovery-image] Feb 01 14:41:17.376 INFO O| Feb 01 14:41:17.375 INFO STEP 1083 (remove_files) COMPLETE
82442026-02-01T14:41:18.012Z[ recovery-image] Feb 01 14:41:17.376 INFO O| Feb 01 14:41:17.376 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82452026-02-01T14:41:18.036Z[ recovery-image] Feb 01 14:41:17.388 INFO O| Feb 01 14:41:17.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
82462026-02-01T14:41:18.036Z[ recovery-image] Feb 01 14:41:17.388 INFO O| Feb 01 14:41:17.388 INFO STEP 1084 (remove_files) COMPLETE
82472026-02-01T14:41:18.036Z[ recovery-image] Feb 01 14:41:17.388 INFO O| Feb 01 14:41:17.388 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82482026-02-01T14:41:18.036Z[ recovery-image] Feb 01 14:41:17.401 INFO O| Feb 01 14:41:17.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
82492026-02-01T14:41:18.060Z[ recovery-image] Feb 01 14:41:17.426 INFO O| Feb 01 14:41:17.426 INFO STEP 1085 (remove_files) COMPLETE
82502026-02-01T14:41:18.061Z[ recovery-image] Feb 01 14:41:17.426 INFO O| Feb 01 14:41:17.426 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82512026-02-01T14:41:18.085Z[ recovery-image] Feb 01 14:41:17.436 INFO O| Feb 01 14:41:17.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
82522026-02-01T14:41:18.085Z[ recovery-image] Feb 01 14:41:17.436 INFO O| Feb 01 14:41:17.436 INFO STEP 1086 (remove_files) COMPLETE
82532026-02-01T14:41:18.085Z[ recovery-image] Feb 01 14:41:17.436 INFO O| Feb 01 14:41:17.436 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82542026-02-01T14:41:18.085Z[ recovery-image] Feb 01 14:41:17.446 INFO O| Feb 01 14:41:17.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
82552026-02-01T14:41:18.085Z[ recovery-image] Feb 01 14:41:17.446 INFO O| Feb 01 14:41:17.446 INFO STEP 1087 (remove_files) COMPLETE
82562026-02-01T14:41:18.085Z[ recovery-image] Feb 01 14:41:17.446 INFO O| Feb 01 14:41:17.446 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82572026-02-01T14:41:18.085Z[ recovery-image] Feb 01 14:41:17.455 INFO O| Feb 01 14:41:17.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
82582026-02-01T14:41:18.085Z[ recovery-image] Feb 01 14:41:17.455 INFO O| Feb 01 14:41:17.455 INFO STEP 1088 (remove_files) COMPLETE
82592026-02-01T14:41:18.085Z[ recovery-image] Feb 01 14:41:17.455 INFO O| Feb 01 14:41:17.455 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82602026-02-01T14:41:18.110Z[ recovery-image] Feb 01 14:41:17.464 INFO O| Feb 01 14:41:17.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
82612026-02-01T14:41:18.110Z[ recovery-image] Feb 01 14:41:17.464 INFO O| Feb 01 14:41:17.464 INFO STEP 1089 (remove_files) COMPLETE
82622026-02-01T14:41:18.110Z[ recovery-image] Feb 01 14:41:17.464 INFO O| Feb 01 14:41:17.464 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82632026-02-01T14:41:18.110Z[ recovery-image] Feb 01 14:41:17.481 INFO O| Feb 01 14:41:17.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
82642026-02-01T14:41:18.110Z[ recovery-image] Feb 01 14:41:17.482 INFO O| Feb 01 14:41:17.482 INFO STEP 1090 (remove_files) COMPLETE
82652026-02-01T14:41:18.110Z[ recovery-image] Feb 01 14:41:17.482 INFO O| Feb 01 14:41:17.482 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82662026-02-01T14:41:18.134Z[ recovery-image] Feb 01 14:41:17.491 INFO O| Feb 01 14:41:17.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
82672026-02-01T14:41:18.135Z[ recovery-image] Feb 01 14:41:17.492 INFO O| Feb 01 14:41:17.491 INFO STEP 1091 (remove_files) COMPLETE
82682026-02-01T14:41:18.135Z[ recovery-image] Feb 01 14:41:17.492 INFO O| Feb 01 14:41:17.491 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82692026-02-01T14:41:18.135Z[ recovery-image] Feb 01 14:41:17.501 INFO O| Feb 01 14:41:17.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
82702026-02-01T14:41:18.135Z[ recovery-image] Feb 01 14:41:17.501 INFO O| Feb 01 14:41:17.501 INFO STEP 1092 (remove_files) COMPLETE
82712026-02-01T14:41:18.135Z[ recovery-image] Feb 01 14:41:17.501 INFO O| Feb 01 14:41:17.501 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82722026-02-01T14:41:18.159Z[ recovery-image] Feb 01 14:41:17.511 INFO O| Feb 01 14:41:17.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
82732026-02-01T14:41:18.159Z[ recovery-image] Feb 01 14:41:17.511 INFO O| Feb 01 14:41:17.511 INFO STEP 1093 (remove_files) COMPLETE
82742026-02-01T14:41:18.159Z[ recovery-image] Feb 01 14:41:17.511 INFO O| Feb 01 14:41:17.511 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82752026-02-01T14:41:18.159Z[ recovery-image] Feb 01 14:41:17.522 INFO O| Feb 01 14:41:17.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
82762026-02-01T14:41:18.159Z[ recovery-image] Feb 01 14:41:17.522 INFO O| Feb 01 14:41:17.522 INFO STEP 1094 (remove_files) COMPLETE
82772026-02-01T14:41:18.159Z[ recovery-image] Feb 01 14:41:17.522 INFO O| Feb 01 14:41:17.522 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82782026-02-01T14:41:18.159Z[ recovery-image] Feb 01 14:41:17.532 INFO O| Feb 01 14:41:17.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
82792026-02-01T14:41:18.159Z[ recovery-image] Feb 01 14:41:17.532 INFO O| Feb 01 14:41:17.532 INFO STEP 1095 (remove_files) COMPLETE
82802026-02-01T14:41:18.159Z[ recovery-image] Feb 01 14:41:17.532 INFO O| Feb 01 14:41:17.532 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82812026-02-01T14:41:18.184Z[ recovery-image] Feb 01 14:41:17.541 INFO O| Feb 01 14:41:17.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
82822026-02-01T14:41:18.184Z[ recovery-image] Feb 01 14:41:17.541 INFO O| Feb 01 14:41:17.541 INFO STEP 1096 (remove_files) COMPLETE
82832026-02-01T14:41:18.184Z[ recovery-image] Feb 01 14:41:17.541 INFO O| Feb 01 14:41:17.541 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82842026-02-01T14:41:18.184Z[ recovery-image] Feb 01 14:41:17.551 INFO O| Feb 01 14:41:17.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
82852026-02-01T14:41:18.184Z[ recovery-image] Feb 01 14:41:17.551 INFO O| Feb 01 14:41:17.551 INFO STEP 1097 (remove_files) COMPLETE
82862026-02-01T14:41:18.184Z[ recovery-image] Feb 01 14:41:17.551 INFO O| Feb 01 14:41:17.551 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82872026-02-01T14:41:18.209Z[ recovery-image] Feb 01 14:41:17.567 INFO O| Feb 01 14:41:17.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
82882026-02-01T14:41:18.209Z[ recovery-image] Feb 01 14:41:17.568 INFO O| Feb 01 14:41:17.567 INFO STEP 1098 (remove_files) COMPLETE
82892026-02-01T14:41:18.209Z[ recovery-image] Feb 01 14:41:17.568 INFO O| Feb 01 14:41:17.568 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82902026-02-01T14:41:18.234Z[ recovery-image] Feb 01 14:41:17.596 INFO O| Feb 01 14:41:17.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
82912026-02-01T14:41:18.234Z[ recovery-image] Feb 01 14:41:17.596 INFO O| Feb 01 14:41:17.596 INFO STEP 1099 (remove_files) COMPLETE
82922026-02-01T14:41:18.234Z[ recovery-image] Feb 01 14:41:17.596 INFO O| Feb 01 14:41:17.596 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82932026-02-01T14:41:18.234Z[ recovery-image] Feb 01 14:41:17.606 INFO O| Feb 01 14:41:17.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
82942026-02-01T14:41:18.234Z[ recovery-image] Feb 01 14:41:17.606 INFO O| Feb 01 14:41:17.606 INFO STEP 1100 (remove_files) COMPLETE
82952026-02-01T14:41:18.234Z[ recovery-image] Feb 01 14:41:17.606 INFO O| Feb 01 14:41:17.606 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82962026-02-01T14:41:18.258Z[ recovery-image] Feb 01 14:41:17.615 INFO O| Feb 01 14:41:17.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
82972026-02-01T14:41:18.258Z[ recovery-image] Feb 01 14:41:17.615 INFO O| Feb 01 14:41:17.615 INFO STEP 1101 (remove_files) COMPLETE
82982026-02-01T14:41:18.258Z[ recovery-image] Feb 01 14:41:17.615 INFO O| Feb 01 14:41:17.615 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82992026-02-01T14:41:18.258Z[ recovery-image] Feb 01 14:41:17.625 INFO O| Feb 01 14:41:17.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
83002026-02-01T14:41:18.258Z[ recovery-image] Feb 01 14:41:17.625 INFO O| Feb 01 14:41:17.625 INFO STEP 1102 (remove_files) COMPLETE
83012026-02-01T14:41:18.258Z[ recovery-image] Feb 01 14:41:17.625 INFO O| Feb 01 14:41:17.625 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83022026-02-01T14:41:18.283Z[ recovery-image] Feb 01 14:41:17.634 INFO O| Feb 01 14:41:17.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
83032026-02-01T14:41:18.283Z[ recovery-image] Feb 01 14:41:17.634 INFO O| Feb 01 14:41:17.634 INFO STEP 1103 (remove_files) COMPLETE
83042026-02-01T14:41:18.283Z[ recovery-image] Feb 01 14:41:17.634 INFO O| Feb 01 14:41:17.634 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83052026-02-01T14:41:18.283Z[ recovery-image] Feb 01 14:41:17.647 INFO O| Feb 01 14:41:17.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
83062026-02-01T14:41:18.283Z[ recovery-image] Feb 01 14:41:17.647 INFO O| Feb 01 14:41:17.647 INFO STEP 1104 (remove_files) COMPLETE
83072026-02-01T14:41:18.283Z[ recovery-image] Feb 01 14:41:17.647 INFO O| Feb 01 14:41:17.647 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83082026-02-01T14:41:18.307Z[ recovery-image] Feb 01 14:41:17.666 INFO O| Feb 01 14:41:17.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
83092026-02-01T14:41:18.307Z[ recovery-image] Feb 01 14:41:17.666 INFO O| Feb 01 14:41:17.666 INFO STEP 1105 (remove_files) COMPLETE
83102026-02-01T14:41:18.307Z[ recovery-image] Feb 01 14:41:17.666 INFO O| Feb 01 14:41:17.666 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83112026-02-01T14:41:18.332Z[ recovery-image] Feb 01 14:41:17.681 INFO O| Feb 01 14:41:17.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
83122026-02-01T14:41:18.332Z[ recovery-image] Feb 01 14:41:17.681 INFO O| Feb 01 14:41:17.681 INFO STEP 1106 (remove_files) COMPLETE
83132026-02-01T14:41:18.332Z[ recovery-image] Feb 01 14:41:17.681 INFO O| Feb 01 14:41:17.681 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83142026-02-01T14:41:18.332Z[ recovery-image] Feb 01 14:41:17.694 INFO O| Feb 01 14:41:17.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
83152026-02-01T14:41:18.332Z[ recovery-image] Feb 01 14:41:17.694 INFO O| Feb 01 14:41:17.694 INFO STEP 1107 (remove_files) COMPLETE
83162026-02-01T14:41:18.332Z[ recovery-image] Feb 01 14:41:17.694 INFO O| Feb 01 14:41:17.694 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83172026-02-01T14:41:18.332Z[ recovery-image] Feb 01 14:41:17.704 INFO O| Feb 01 14:41:17.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
83182026-02-01T14:41:18.332Z[ recovery-image] Feb 01 14:41:17.704 INFO O| Feb 01 14:41:17.704 INFO STEP 1108 (remove_files) COMPLETE
83192026-02-01T14:41:18.332Z[ recovery-image] Feb 01 14:41:17.704 INFO O| Feb 01 14:41:17.704 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83202026-02-01T14:41:18.356Z[ recovery-image] Feb 01 14:41:17.717 INFO O| Feb 01 14:41:17.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
83212026-02-01T14:41:18.356Z[ recovery-image] Feb 01 14:41:17.717 INFO O| Feb 01 14:41:17.717 INFO STEP 1109 (remove_files) COMPLETE
83222026-02-01T14:41:18.357Z[ recovery-image] Feb 01 14:41:17.717 INFO O| Feb 01 14:41:17.717 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83232026-02-01T14:41:18.381Z[ recovery-image] Feb 01 14:41:17.731 INFO O| Feb 01 14:41:17.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
83242026-02-01T14:41:18.381Z[ recovery-image] Feb 01 14:41:17.731 INFO O| Feb 01 14:41:17.731 INFO STEP 1110 (remove_files) COMPLETE
83252026-02-01T14:41:18.381Z[ recovery-image] Feb 01 14:41:17.731 INFO O| Feb 01 14:41:17.731 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83262026-02-01T14:41:18.381Z[ recovery-image] Feb 01 14:41:17.742 INFO O| Feb 01 14:41:17.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
83272026-02-01T14:41:18.381Z[ recovery-image] Feb 01 14:41:17.742 INFO O| Feb 01 14:41:17.742 INFO STEP 1111 (remove_files) COMPLETE
83282026-02-01T14:41:18.381Z[ recovery-image] Feb 01 14:41:17.742 INFO O| Feb 01 14:41:17.742 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83292026-02-01T14:41:18.381Z[ recovery-image] Feb 01 14:41:17.752 INFO O| Feb 01 14:41:17.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
83302026-02-01T14:41:18.381Z[ recovery-image] Feb 01 14:41:17.752 INFO O| Feb 01 14:41:17.752 INFO STEP 1112 (remove_files) COMPLETE
83312026-02-01T14:41:18.381Z[ recovery-image] Feb 01 14:41:17.752 INFO O| Feb 01 14:41:17.752 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83322026-02-01T14:41:18.406Z[ recovery-image] Feb 01 14:41:17.762 INFO O| Feb 01 14:41:17.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
83332026-02-01T14:41:18.406Z[ recovery-image] Feb 01 14:41:17.762 INFO O| Feb 01 14:41:17.762 INFO STEP 1113 (remove_files) COMPLETE
83342026-02-01T14:41:18.406Z[ recovery-image] Feb 01 14:41:17.762 INFO O| Feb 01 14:41:17.762 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83352026-02-01T14:41:18.406Z[ recovery-image] Feb 01 14:41:17.775 INFO O| Feb 01 14:41:17.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
83362026-02-01T14:41:18.406Z[ recovery-image] Feb 01 14:41:17.775 INFO O| Feb 01 14:41:17.775 INFO STEP 1114 (remove_files) COMPLETE
83372026-02-01T14:41:18.406Z[ recovery-image] Feb 01 14:41:17.775 INFO O| Feb 01 14:41:17.775 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83382026-02-01T14:41:18.431Z[ recovery-image] Feb 01 14:41:17.785 INFO O| Feb 01 14:41:17.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
83392026-02-01T14:41:18.431Z[ recovery-image] Feb 01 14:41:17.785 INFO O| Feb 01 14:41:17.785 INFO STEP 1115 (remove_files) COMPLETE
83402026-02-01T14:41:18.431Z[ recovery-image] Feb 01 14:41:17.785 INFO O| Feb 01 14:41:17.785 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83412026-02-01T14:41:18.431Z[ recovery-image] Feb 01 14:41:17.796 INFO O| Feb 01 14:41:17.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
83422026-02-01T14:41:18.431Z[ recovery-image] Feb 01 14:41:17.796 INFO O| Feb 01 14:41:17.796 INFO STEP 1116 (remove_files) COMPLETE
83432026-02-01T14:41:18.431Z[ recovery-image] Feb 01 14:41:17.796 INFO O| Feb 01 14:41:17.796 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83442026-02-01T14:41:18.455Z[ recovery-image] Feb 01 14:41:17.807 INFO O| Feb 01 14:41:17.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
83452026-02-01T14:41:18.455Z[ recovery-image] Feb 01 14:41:17.807 INFO O| Feb 01 14:41:17.807 INFO STEP 1117 (remove_files) COMPLETE
83462026-02-01T14:41:18.455Z[ recovery-image] Feb 01 14:41:17.807 INFO O| Feb 01 14:41:17.807 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83472026-02-01T14:41:18.455Z[ recovery-image] Feb 01 14:41:17.817 INFO O| Feb 01 14:41:17.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
83482026-02-01T14:41:18.455Z[ recovery-image] Feb 01 14:41:17.817 INFO O| Feb 01 14:41:17.817 INFO STEP 1118 (remove_files) COMPLETE
83492026-02-01T14:41:18.455Z[ recovery-image] Feb 01 14:41:17.817 INFO O| Feb 01 14:41:17.817 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83502026-02-01T14:41:18.480Z[ recovery-image] Feb 01 14:41:17.829 INFO O| Feb 01 14:41:17.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
83512026-02-01T14:41:18.480Z[ recovery-image] Feb 01 14:41:17.829 INFO O| Feb 01 14:41:17.829 INFO STEP 1119 (remove_files) COMPLETE
83522026-02-01T14:41:18.480Z[ recovery-image] Feb 01 14:41:17.829 INFO O| Feb 01 14:41:17.829 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83532026-02-01T14:41:18.480Z[ recovery-image] Feb 01 14:41:17.840 INFO O| Feb 01 14:41:17.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
83542026-02-01T14:41:18.480Z[ recovery-image] Feb 01 14:41:17.840 INFO O| Feb 01 14:41:17.840 INFO STEP 1120 (remove_files) COMPLETE
83552026-02-01T14:41:18.480Z[ recovery-image] Feb 01 14:41:17.840 INFO O| Feb 01 14:41:17.840 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83562026-02-01T14:41:18.480Z[ recovery-image] Feb 01 14:41:17.850 INFO O| Feb 01 14:41:17.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
83572026-02-01T14:41:18.480Z[ recovery-image] Feb 01 14:41:17.850 INFO O| Feb 01 14:41:17.850 INFO STEP 1121 (remove_files) COMPLETE
83582026-02-01T14:41:18.480Z[ recovery-image] Feb 01 14:41:17.850 INFO O| Feb 01 14:41:17.850 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83592026-02-01T14:41:18.505Z[ recovery-image] Feb 01 14:41:17.859 INFO O| Feb 01 14:41:17.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
83602026-02-01T14:41:18.505Z[ recovery-image] Feb 01 14:41:17.860 INFO O| Feb 01 14:41:17.859 INFO STEP 1122 (remove_files) COMPLETE
83612026-02-01T14:41:18.505Z[ recovery-image] Feb 01 14:41:17.860 INFO O| Feb 01 14:41:17.860 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83622026-02-01T14:41:18.505Z[ recovery-image] Feb 01 14:41:17.871 INFO O| Feb 01 14:41:17.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
83632026-02-01T14:41:18.505Z[ recovery-image] Feb 01 14:41:17.871 INFO O| Feb 01 14:41:17.871 INFO STEP 1123 (remove_files) COMPLETE
83642026-02-01T14:41:18.505Z[ recovery-image] Feb 01 14:41:17.871 INFO O| Feb 01 14:41:17.871 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83652026-02-01T14:41:18.529Z[ recovery-image] Feb 01 14:41:17.883 INFO O| Feb 01 14:41:17.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
83662026-02-01T14:41:18.529Z[ recovery-image] Feb 01 14:41:17.883 INFO O| Feb 01 14:41:17.883 INFO STEP 1124 (remove_files) COMPLETE
83672026-02-01T14:41:18.529Z[ recovery-image] Feb 01 14:41:17.883 INFO O| Feb 01 14:41:17.883 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83682026-02-01T14:41:18.529Z[ recovery-image] Feb 01 14:41:17.894 INFO O| Feb 01 14:41:17.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
83692026-02-01T14:41:18.529Z[ recovery-image] Feb 01 14:41:17.894 INFO O| Feb 01 14:41:17.894 INFO STEP 1125 (remove_files) COMPLETE
83702026-02-01T14:41:18.529Z[ recovery-image] Feb 01 14:41:17.894 INFO O| Feb 01 14:41:17.894 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83712026-02-01T14:41:18.554Z[ recovery-image] Feb 01 14:41:17.905 INFO O| Feb 01 14:41:17.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
83722026-02-01T14:41:18.554Z[ recovery-image] Feb 01 14:41:17.905 INFO O| Feb 01 14:41:17.905 INFO STEP 1126 (remove_files) COMPLETE
83732026-02-01T14:41:18.554Z[ recovery-image] Feb 01 14:41:17.905 INFO O| Feb 01 14:41:17.905 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83742026-02-01T14:41:18.554Z[ recovery-image] Feb 01 14:41:17.917 INFO O| Feb 01 14:41:17.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
83752026-02-01T14:41:18.554Z[ recovery-image] Feb 01 14:41:17.917 INFO O| Feb 01 14:41:17.917 INFO STEP 1127 (remove_files) COMPLETE
83762026-02-01T14:41:18.554Z[ recovery-image] Feb 01 14:41:17.917 INFO O| Feb 01 14:41:17.917 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83772026-02-01T14:41:18.578Z[ recovery-image] Feb 01 14:41:17.928 INFO O| Feb 01 14:41:17.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
83782026-02-01T14:41:18.579Z[ recovery-image] Feb 01 14:41:17.928 INFO O| Feb 01 14:41:17.928 INFO STEP 1128 (remove_files) COMPLETE
83792026-02-01T14:41:18.579Z[ recovery-image] Feb 01 14:41:17.928 INFO O| Feb 01 14:41:17.928 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83802026-02-01T14:41:18.579Z[ recovery-image] Feb 01 14:41:17.939 INFO O| Feb 01 14:41:17.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
83812026-02-01T14:41:18.579Z[ recovery-image] Feb 01 14:41:17.940 INFO O| Feb 01 14:41:17.940 INFO STEP 1129 (remove_files) COMPLETE
83822026-02-01T14:41:18.579Z[ recovery-image] Feb 01 14:41:17.940 INFO O| Feb 01 14:41:17.940 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83832026-02-01T14:41:18.579Z[ recovery-image] Feb 01 14:41:17.951 INFO O| Feb 01 14:41:17.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
83842026-02-01T14:41:18.579Z[ recovery-image] Feb 01 14:41:17.951 INFO O| Feb 01 14:41:17.951 INFO STEP 1130 (remove_files) COMPLETE
83852026-02-01T14:41:18.579Z[ recovery-image] Feb 01 14:41:17.951 INFO O| Feb 01 14:41:17.951 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83862026-02-01T14:41:18.603Z[ recovery-image] Feb 01 14:41:17.962 INFO O| Feb 01 14:41:17.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
83872026-02-01T14:41:18.603Z[ recovery-image] Feb 01 14:41:17.962 INFO O| Feb 01 14:41:17.962 INFO STEP 1131 (remove_files) COMPLETE
83882026-02-01T14:41:18.603Z[ recovery-image] Feb 01 14:41:17.962 INFO O| Feb 01 14:41:17.962 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83892026-02-01T14:41:18.603Z[ recovery-image] Feb 01 14:41:17.972 INFO O| Feb 01 14:41:17.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
83902026-02-01T14:41:18.603Z[ recovery-image] Feb 01 14:41:17.972 INFO O| Feb 01 14:41:17.972 INFO STEP 1132 (remove_files) COMPLETE
83912026-02-01T14:41:18.603Z[ recovery-image] Feb 01 14:41:17.972 INFO O| Feb 01 14:41:17.972 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83922026-02-01T14:41:18.628Z[ recovery-image] Feb 01 14:41:17.982 INFO O| Feb 01 14:41:17.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
83932026-02-01T14:41:18.628Z[ recovery-image] Feb 01 14:41:17.983 INFO O| Feb 01 14:41:17.983 INFO STEP 1133 (remove_files) COMPLETE
83942026-02-01T14:41:18.628Z[ recovery-image] Feb 01 14:41:17.983 INFO O| Feb 01 14:41:17.983 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83952026-02-01T14:41:18.628Z[ recovery-image] Feb 01 14:41:17.992 INFO O| Feb 01 14:41:17.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
83962026-02-01T14:41:18.628Z[ recovery-image] Feb 01 14:41:17.992 INFO O| Feb 01 14:41:17.992 INFO STEP 1134 (remove_files) COMPLETE
83972026-02-01T14:41:18.628Z[ recovery-image] Feb 01 14:41:17.992 INFO O| Feb 01 14:41:17.992 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83982026-02-01T14:41:18.653Z[ recovery-image] Feb 01 14:41:18.002 INFO O| Feb 01 14:41:18.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
83992026-02-01T14:41:18.653Z[ recovery-image] Feb 01 14:41:18.002 INFO O| Feb 01 14:41:18.002 INFO STEP 1135 (remove_files) COMPLETE
84002026-02-01T14:41:18.653Z[ recovery-image] Feb 01 14:41:18.002 INFO O| Feb 01 14:41:18.002 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84012026-02-01T14:41:18.653Z[ recovery-image] Feb 01 14:41:18.012 INFO O| Feb 01 14:41:18.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
84022026-02-01T14:41:18.653Z[ recovery-image] Feb 01 14:41:18.012 INFO O| Feb 01 14:41:18.012 INFO STEP 1136 (remove_files) COMPLETE
84032026-02-01T14:41:18.653Z[ recovery-image] Feb 01 14:41:18.012 INFO O| Feb 01 14:41:18.012 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84042026-02-01T14:41:18.653Z[ recovery-image] Feb 01 14:41:18.022 INFO O| Feb 01 14:41:18.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
84052026-02-01T14:41:18.653Z[ recovery-image] Feb 01 14:41:18.022 INFO O| Feb 01 14:41:18.022 INFO STEP 1137 (remove_files) COMPLETE
84062026-02-01T14:41:18.653Z[ recovery-image] Feb 01 14:41:18.022 INFO O| Feb 01 14:41:18.022 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84072026-02-01T14:41:18.678Z[ recovery-image] Feb 01 14:41:18.033 INFO O| Feb 01 14:41:18.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
84082026-02-01T14:41:18.678Z[ recovery-image] Feb 01 14:41:18.033 INFO O| Feb 01 14:41:18.033 INFO STEP 1138 (remove_files) COMPLETE
84092026-02-01T14:41:18.678Z[ recovery-image] Feb 01 14:41:18.033 INFO O| Feb 01 14:41:18.033 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84102026-02-01T14:41:18.678Z[ recovery-image] Feb 01 14:41:18.043 INFO O| Feb 01 14:41:18.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
84112026-02-01T14:41:18.678Z[ recovery-image] Feb 01 14:41:18.043 INFO O| Feb 01 14:41:18.043 INFO STEP 1139 (remove_files) COMPLETE
84122026-02-01T14:41:18.678Z[ recovery-image] Feb 01 14:41:18.043 INFO O| Feb 01 14:41:18.043 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84132026-02-01T14:41:18.703Z[ recovery-image] Feb 01 14:41:18.053 INFO O| Feb 01 14:41:18.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
84142026-02-01T14:41:18.703Z[ recovery-image] Feb 01 14:41:18.053 INFO O| Feb 01 14:41:18.053 INFO STEP 1140 (remove_files) COMPLETE
84152026-02-01T14:41:18.703Z[ recovery-image] Feb 01 14:41:18.053 INFO O| Feb 01 14:41:18.053 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84162026-02-01T14:41:18.703Z[ recovery-image] Feb 01 14:41:18.064 INFO O| Feb 01 14:41:18.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
84172026-02-01T14:41:18.703Z[ recovery-image] Feb 01 14:41:18.064 INFO O| Feb 01 14:41:18.064 INFO STEP 1141 (remove_files) COMPLETE
84182026-02-01T14:41:18.703Z[ recovery-image] Feb 01 14:41:18.064 INFO O| Feb 01 14:41:18.064 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84192026-02-01T14:41:18.703Z[ recovery-image] Feb 01 14:41:18.075 INFO O| Feb 01 14:41:18.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
84202026-02-01T14:41:18.703Z[ recovery-image] Feb 01 14:41:18.076 INFO O| Feb 01 14:41:18.076 INFO STEP 1142 (remove_files) COMPLETE
84212026-02-01T14:41:18.727Z[ recovery-image] Feb 01 14:41:18.076 INFO O| Feb 01 14:41:18.076 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84222026-02-01T14:41:18.728Z[ recovery-image] Feb 01 14:41:18.088 INFO O| Feb 01 14:41:18.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
84232026-02-01T14:41:18.728Z[ recovery-image] Feb 01 14:41:18.088 INFO O| Feb 01 14:41:18.088 INFO STEP 1143 (remove_files) COMPLETE
84242026-02-01T14:41:18.728Z[ recovery-image] Feb 01 14:41:18.088 INFO O| Feb 01 14:41:18.088 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84252026-02-01T14:41:18.728Z[ recovery-image] Feb 01 14:41:18.098 INFO O| Feb 01 14:41:18.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
84262026-02-01T14:41:18.728Z[ recovery-image] Feb 01 14:41:18.098 INFO O| Feb 01 14:41:18.098 INFO STEP 1144 (remove_files) COMPLETE
84272026-02-01T14:41:18.728Z[ recovery-image] Feb 01 14:41:18.098 INFO O| Feb 01 14:41:18.098 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84282026-02-01T14:41:18.752Z[ recovery-image] Feb 01 14:41:18.109 INFO O| Feb 01 14:41:18.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
84292026-02-01T14:41:18.752Z[ recovery-image] Feb 01 14:41:18.109 INFO O| Feb 01 14:41:18.109 INFO STEP 1145 (remove_files) COMPLETE
84302026-02-01T14:41:18.752Z[ recovery-image] Feb 01 14:41:18.109 INFO O| Feb 01 14:41:18.109 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84312026-02-01T14:41:18.752Z[ recovery-image] Feb 01 14:41:18.120 INFO O| Feb 01 14:41:18.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
84322026-02-01T14:41:18.752Z[ recovery-image] Feb 01 14:41:18.120 INFO O| Feb 01 14:41:18.120 INFO STEP 1146 (remove_files) COMPLETE
84332026-02-01T14:41:18.752Z[ recovery-image] Feb 01 14:41:18.120 INFO O| Feb 01 14:41:18.120 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84342026-02-01T14:41:18.777Z[ recovery-image] Feb 01 14:41:18.134 INFO O| Feb 01 14:41:18.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
84352026-02-01T14:41:18.777Z[ recovery-image] Feb 01 14:41:18.134 INFO O| Feb 01 14:41:18.134 INFO STEP 1147 (remove_files) COMPLETE
84362026-02-01T14:41:18.777Z[ recovery-image] Feb 01 14:41:18.134 INFO O| Feb 01 14:41:18.134 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84372026-02-01T14:41:18.777Z[ recovery-image] Feb 01 14:41:18.145 INFO O| Feb 01 14:41:18.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
84382026-02-01T14:41:18.777Z[ recovery-image] Feb 01 14:41:18.145 INFO O| Feb 01 14:41:18.145 INFO STEP 1148 (remove_files) COMPLETE
84392026-02-01T14:41:18.777Z[ recovery-image] Feb 01 14:41:18.145 INFO O| Feb 01 14:41:18.145 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84402026-02-01T14:41:18.801Z[ recovery-image] Feb 01 14:41:18.156 INFO O| Feb 01 14:41:18.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
84412026-02-01T14:41:18.802Z[ recovery-image] Feb 01 14:41:18.156 INFO O| Feb 01 14:41:18.156 INFO STEP 1149 (remove_files) COMPLETE
84422026-02-01T14:41:18.802Z[ recovery-image] Feb 01 14:41:18.156 INFO O| Feb 01 14:41:18.156 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84432026-02-01T14:41:18.802Z[ recovery-image] Feb 01 14:41:18.167 INFO O| Feb 01 14:41:18.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
84442026-02-01T14:41:18.802Z[ recovery-image] Feb 01 14:41:18.167 INFO O| Feb 01 14:41:18.167 INFO STEP 1150 (remove_files) COMPLETE
84452026-02-01T14:41:18.802Z[ recovery-image] Feb 01 14:41:18.167 INFO O| Feb 01 14:41:18.167 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84462026-02-01T14:41:18.826Z[ recovery-image] Feb 01 14:41:18.177 INFO O| Feb 01 14:41:18.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
84472026-02-01T14:41:18.826Z[ recovery-image] Feb 01 14:41:18.177 INFO O| Feb 01 14:41:18.177 INFO STEP 1151 (remove_files) COMPLETE
84482026-02-01T14:41:18.826Z[ recovery-image] Feb 01 14:41:18.177 INFO O| Feb 01 14:41:18.177 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84492026-02-01T14:41:18.826Z[ recovery-image] Feb 01 14:41:18.187 INFO O| Feb 01 14:41:18.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
84502026-02-01T14:41:18.826Z[ recovery-image] Feb 01 14:41:18.187 INFO O| Feb 01 14:41:18.187 INFO STEP 1152 (remove_files) COMPLETE
84512026-02-01T14:41:18.826Z[ recovery-image] Feb 01 14:41:18.187 INFO O| Feb 01 14:41:18.187 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84522026-02-01T14:41:18.826Z[ recovery-image] Feb 01 14:41:18.197 INFO O| Feb 01 14:41:18.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
84532026-02-01T14:41:18.826Z[ recovery-image] Feb 01 14:41:18.197 INFO O| Feb 01 14:41:18.197 INFO STEP 1153 (remove_files) COMPLETE
84542026-02-01T14:41:18.826Z[ recovery-image] Feb 01 14:41:18.197 INFO O| Feb 01 14:41:18.197 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84552026-02-01T14:41:18.851Z[ recovery-image] Feb 01 14:41:18.208 INFO O| Feb 01 14:41:18.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
84562026-02-01T14:41:18.851Z[ recovery-image] Feb 01 14:41:18.208 INFO O| Feb 01 14:41:18.208 INFO STEP 1154 (remove_files) COMPLETE
84572026-02-01T14:41:18.851Z[ recovery-image] Feb 01 14:41:18.208 INFO O| Feb 01 14:41:18.208 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84582026-02-01T14:41:18.851Z[ recovery-image] Feb 01 14:41:18.219 INFO O| Feb 01 14:41:18.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
84592026-02-01T14:41:18.851Z[ recovery-image] Feb 01 14:41:18.219 INFO O| Feb 01 14:41:18.219 INFO STEP 1155 (remove_files) COMPLETE
84602026-02-01T14:41:18.851Z[ recovery-image] Feb 01 14:41:18.219 INFO O| Feb 01 14:41:18.219 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84612026-02-01T14:41:18.875Z[ recovery-image] Feb 01 14:41:18.230 INFO O| Feb 01 14:41:18.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
84622026-02-01T14:41:18.876Z[ recovery-image] Feb 01 14:41:18.230 INFO O| Feb 01 14:41:18.230 INFO STEP 1156 (remove_files) COMPLETE
84632026-02-01T14:41:18.876Z[ recovery-image] Feb 01 14:41:18.230 INFO O| Feb 01 14:41:18.230 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84642026-02-01T14:41:18.876Z[ recovery-image] Feb 01 14:41:18.240 INFO O| Feb 01 14:41:18.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
84652026-02-01T14:41:18.876Z[ recovery-image] Feb 01 14:41:18.241 INFO O| Feb 01 14:41:18.240 INFO STEP 1157 (remove_files) COMPLETE
84662026-02-01T14:41:18.876Z[ recovery-image] Feb 01 14:41:18.241 INFO O| Feb 01 14:41:18.241 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84672026-02-01T14:41:18.900Z[ recovery-image] Feb 01 14:41:18.252 INFO O| Feb 01 14:41:18.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
84682026-02-01T14:41:18.900Z[ recovery-image] Feb 01 14:41:18.252 INFO O| Feb 01 14:41:18.252 INFO STEP 1158 (remove_files) COMPLETE
84692026-02-01T14:41:18.900Z[ recovery-image] Feb 01 14:41:18.252 INFO O| Feb 01 14:41:18.252 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84702026-02-01T14:41:18.901Z[ recovery-image] Feb 01 14:41:18.263 INFO O| Feb 01 14:41:18.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
84712026-02-01T14:41:18.901Z[ recovery-image] Feb 01 14:41:18.263 INFO O| Feb 01 14:41:18.263 INFO STEP 1159 (remove_files) COMPLETE
84722026-02-01T14:41:18.901Z[ recovery-image] Feb 01 14:41:18.263 INFO O| Feb 01 14:41:18.263 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84732026-02-01T14:41:18.925Z[ recovery-image] Feb 01 14:41:18.276 INFO O| Feb 01 14:41:18.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
84742026-02-01T14:41:18.925Z[ recovery-image] Feb 01 14:41:18.276 INFO O| Feb 01 14:41:18.276 INFO STEP 1160 (remove_files) COMPLETE
84752026-02-01T14:41:18.925Z[ recovery-image] Feb 01 14:41:18.276 INFO O| Feb 01 14:41:18.276 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84762026-02-01T14:41:18.925Z[ recovery-image] Feb 01 14:41:18.286 INFO O| Feb 01 14:41:18.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
84772026-02-01T14:41:18.925Z[ recovery-image] Feb 01 14:41:18.287 INFO O| Feb 01 14:41:18.287 INFO STEP 1161 (remove_files) COMPLETE
84782026-02-01T14:41:18.925Z[ recovery-image] Feb 01 14:41:18.287 INFO O| Feb 01 14:41:18.287 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84792026-02-01T14:41:18.925Z[ recovery-image] Feb 01 14:41:18.297 INFO O| Feb 01 14:41:18.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
84802026-02-01T14:41:18.925Z[ recovery-image] Feb 01 14:41:18.297 INFO O| Feb 01 14:41:18.297 INFO STEP 1162 (remove_files) COMPLETE
84812026-02-01T14:41:18.925Z[ recovery-image] Feb 01 14:41:18.297 INFO O| Feb 01 14:41:18.297 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84822026-02-01T14:41:18.950Z[ recovery-image] Feb 01 14:41:18.307 INFO O| Feb 01 14:41:18.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
84832026-02-01T14:41:18.950Z[ recovery-image] Feb 01 14:41:18.307 INFO O| Feb 01 14:41:18.307 INFO STEP 1163 (remove_files) COMPLETE
84842026-02-01T14:41:18.950Z[ recovery-image] Feb 01 14:41:18.307 INFO O| Feb 01 14:41:18.307 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84852026-02-01T14:41:18.950Z[ recovery-image] Feb 01 14:41:18.317 INFO O| Feb 01 14:41:18.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
84862026-02-01T14:41:18.950Z[ recovery-image] Feb 01 14:41:18.317 INFO O| Feb 01 14:41:18.317 INFO STEP 1164 (remove_files) COMPLETE
84872026-02-01T14:41:18.950Z[ recovery-image] Feb 01 14:41:18.317 INFO O| Feb 01 14:41:18.317 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84882026-02-01T14:41:18.975Z[ recovery-image] Feb 01 14:41:18.328 INFO O| Feb 01 14:41:18.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
84892026-02-01T14:41:18.975Z[ recovery-image] Feb 01 14:41:18.328 INFO O| Feb 01 14:41:18.328 INFO STEP 1165 (remove_files) COMPLETE
84902026-02-01T14:41:18.975Z[ recovery-image] Feb 01 14:41:18.328 INFO O| Feb 01 14:41:18.328 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
84912026-02-01T14:41:18.975Z[ recovery-image] Feb 01 14:41:18.343 INFO O| Feb 01 14:41:18.343 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
84922026-02-01T14:41:18.975Z[ recovery-image] Feb 01 14:41:18.343 INFO O| Feb 01 14:41:18.343 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
84932026-02-01T14:41:20.163Z[ recovery-image] Feb 01 14:41:19.536 INFO O| Feb 01 14:41:19.536 INFO STEP 1166 (pack_tar) COMPLETE
84942026-02-01T14:41:20.163Z[ recovery-image] Feb 01 14:41:19.536 INFO O| Feb 01 14:41:19.536 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
84952026-02-01T14:41:20.188Z[ recovery-image] Feb 01 14:41:19.536 INFO O| Feb 01 14:41:19.536 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
84962026-02-01T14:41:20.303Z[ recovery-image] Feb 01 14:41:19.676 INFO O| Feb 01 14:41:19.676 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
84972026-02-01T14:41:20.422Z[ recovery-image] Feb 01 14:41:19.786 INFO O| Feb 01 14:41:19.786 INFO completed processing sled/ramdisk-03-recovery-trim
84982026-02-01T14:41:20.422Z[ recovery-image] Feb 01 14:41:19.792 INFO image builder template: zfs-recovery...
84992026-02-01T14:41:20.422Z[ recovery-image] Feb 01 14:41:19.793 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/.tmpVmOk05/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@18.0.0.0", "-F", "optever=0.39.455", "-n", "zfs-recovery"], pwd: None
85002026-02-01T14:41:20.471Z[ recovery-image] Feb 01 14:41:19.840 INFO O| Feb 01 14:41:19.840 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
85012026-02-01T14:41:20.496Z[ recovery-image] Feb 01 14:41:19.846 INFO O| Feb 01 14:41:19.846 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
85022026-02-01T14:41:20.577Z[ recovery-image] Feb 01 14:41:19.950 INFO O| Feb 01 14:41:19.950 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
85032026-02-01T14:41:20.603Z[ recovery-image] Feb 01 14:41:19.976 INFO O| Feb 01 14:41:19.976 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
85042026-02-01T14:41:20.603Z[ recovery-image] Feb 01 14:41:19.976 INFO O| Feb 01 14:41:19.976 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
85052026-02-01T14:41:20.627Z[ recovery-image] Feb 01 14:41:19.981 INFO O| Feb 01 14:41:19.981 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
85062026-02-01T14:41:20.651Z[ recovery-image] Feb 01 14:41:20.015 INFO O| Feb 01 14:41:20.015 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
85072026-02-01T14:41:20.676Z[ recovery-image] Feb 01 14:41:20.034 INFO O| Feb 01 14:41:20.034 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
85082026-02-01T14:41:20.676Z[ recovery-image] Feb 01 14:41:20.045 INFO O| Feb 01 14:41:20.045 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
85092026-02-01T14:41:20.700Z[ recovery-image] Feb 01 14:41:20.051 INFO O| Feb 01 14:41:20.050 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
85102026-02-01T14:41:20.700Z[ recovery-image] Feb 01 14:41:20.055 INFO O| Feb 01 14:41:20.055 INFO no lofi found
85112026-02-01T14:41:20.700Z[ recovery-image] Feb 01 14:41:20.055 INFO O| Feb 01 14:41:20.055 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
85122026-02-01T14:41:20.700Z[ recovery-image] Feb 01 14:41:20.055 INFO O| Feb 01 14:41:20.055 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
85132026-02-01T14:41:25.629Z[ recovery-image] Feb 01 14:41:25.002 INFO O| Feb 01 14:41:25.001 INFO lofi device = /dev/dsk/c3t1d0p0
85142026-02-01T14:41:25.629Z[ recovery-image] Feb 01 14:41:25.002 INFO O| Feb 01 14:41:25.002 INFO pool device = /dev/dsk/c3t1d0p0
85152026-02-01T14:41:25.654Z[ recovery-image] Feb 01 14:41:25.002 INFO O| Feb 01 14:41:25.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"]
85162026-02-01T14:41:25.739Z[ host-image] Feb 01 14:41:25.112 INFO O| Feb 01 14:41:25.112 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
85172026-02-01T14:41:25.893Z[ recovery-image] Feb 01 14:41:25.266 INFO O| Feb 01 14:41:25.266 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85182026-02-01T14:41:25.893Z[ recovery-image] Feb 01 14:41:25.266 INFO O| Feb 01 14:41:25.266 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
85192026-02-01T14:41:25.932Z[ recovery-image] Feb 01 14:41:25.305 INFO O| Feb 01 14:41:25.305 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
85202026-02-01T14:41:26.253Z[ recovery-image] Feb 01 14:41:25.626 INFO O| Feb 01 14:41:25.626 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
85212026-02-01T14:41:26.312Z[ recovery-image] Feb 01 14:41:25.685 INFO O| Feb 01 14:41:25.684 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
85222026-02-01T14:41:26.347Z[ recovery-image] Feb 01 14:41:25.720 INFO O| Feb 01 14:41:25.719 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
85232026-02-01T14:41:26.371Z[ recovery-image] Feb 01 14:41:25.741 INFO O| Feb 01 14:41:25.741 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
85242026-02-01T14:41:26.423Z[ recovery-image] Feb 01 14:41:25.796 INFO O| Feb 01 14:41:25.795 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
85252026-02-01T14:41:26.447Z[ recovery-image] Feb 01 14:41:25.796 INFO O| Feb 01 14:41:25.796 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
85262026-02-01T14:41:26.447Z[ recovery-image] Feb 01 14:41:25.796 INFO O| Feb 01 14:41:25.796 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
85272026-02-01T14:41:26.447Z[ recovery-image] Feb 01 14:41:25.811 INFO O| Feb 01 14:41:25.811 INFO boot environment UUID: b0e2dfc7-8d19-4fab-917d-fd5aa33cb608
85282026-02-01T14:41:26.447Z[ recovery-image] Feb 01 14:41:25.811 INFO O| Feb 01 14:41:25.811 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = b0e2dfc7-8d19-4fab-917d-fd5aa33cb608
85292026-02-01T14:41:26.472Z[ recovery-image] Feb 01 14:41:25.832 INFO O| Feb 01 14:41:25.832 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
85302026-02-01T14:41:26.496Z[ recovery-image] Feb 01 14:41:25.860 INFO O| Feb 01 14:41:25.860 INFO STEP 0 (create_be) COMPLETE
85312026-02-01T14:41:26.496Z[ recovery-image] Feb 01 14:41:25.860 INFO O| Feb 01 14:41:25.860 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85322026-02-01T14:41:26.520Z[ recovery-image] Feb 01 14:41:25.880 INFO O| Feb 01 14:41:25.880 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"]
85332026-02-01T14:41:35.662Z[ recovery-image] Feb 01 14:41:35.035 INFO O| Feb 01 14:41:35.035 INFO STEP 1 (unpack_tar) COMPLETE
85342026-02-01T14:41:35.662Z[ recovery-image] Feb 01 14:41:35.035 INFO O| Feb 01 14:41:35.035 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85352026-02-01T14:41:35.686Z[ recovery-image] Feb 01 14:41:35.050 INFO O| Feb 01 14:41:35.050 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
85362026-02-01T14:41:37.599Z[ recovery-image] Feb 01 14:41:36.972 INFO O| Feb 01 14:41:36.972 INFO STEP 2 (devfsadm) COMPLETE
85372026-02-01T14:41:37.600Z[ recovery-image] Feb 01 14:41:36.972 INFO O| Feb 01 14:41:36.972 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85382026-02-01T14:41:37.624Z[ recovery-image] Feb 01 14:41:36.988 INFO O| Feb 01 14:41:36.988 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85392026-02-01T14:41:37.624Z[ recovery-image] Feb 01 14:41:36.988 INFO O| Feb 01 14:41:36.988 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85402026-02-01T14:41:37.624Z[ recovery-image] Feb 01 14:41:36.988 INFO O| Feb 01 14:41:36.988 INFO STEP 3 (ensure_dir) COMPLETE
85412026-02-01T14:41:37.624Z[ recovery-image] Feb 01 14:41:36.988 INFO O| Feb 01 14:41:36.988 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85422026-02-01T14:41:37.649Z[ recovery-image] Feb 01 14:41:37.003 INFO O| Feb 01 14:41:37.003 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85432026-02-01T14:41:37.649Z[ recovery-image] Feb 01 14:41:37.003 INFO O| Feb 01 14:41:37.003 INFO STEP 4 (ensure_dir) COMPLETE
85442026-02-01T14:41:37.649Z[ recovery-image] Feb 01 14:41:37.003 INFO O| Feb 01 14:41:37.003 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85452026-02-01T14:41:37.649Z[ recovery-image] Feb 01 14:41:37.016 INFO O| Feb 01 14:41:37.016 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85462026-02-01T14:41:37.649Z[ recovery-image] Feb 01 14:41:37.016 INFO O| Feb 01 14:41:37.016 INFO STEP 5 (ensure_dir) COMPLETE
85472026-02-01T14:41:37.649Z[ recovery-image] Feb 01 14:41:37.016 INFO O| Feb 01 14:41:37.016 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85482026-02-01T14:41:37.673Z[ recovery-image] Feb 01 14:41:37.030 INFO O| Feb 01 14:41:37.030 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85492026-02-01T14:41:37.673Z[ recovery-image] Feb 01 14:41:37.030 INFO O| Feb 01 14:41:37.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85502026-02-01T14:41:37.673Z[ recovery-image] Feb 01 14:41:37.030 INFO O| Feb 01 14:41:37.030 INFO STEP 6 (ensure_dir) COMPLETE
85512026-02-01T14:41:37.673Z[ recovery-image] Feb 01 14:41:37.030 INFO O| Feb 01 14:41:37.030 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85522026-02-01T14:41:37.673Z[ recovery-image] Feb 01 14:41:37.040 INFO O| Feb 01 14:41:37.040 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85532026-02-01T14:41:37.673Z[ recovery-image] Feb 01 14:41:37.040 INFO O| Feb 01 14:41:37.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85542026-02-01T14:41:37.673Z[ recovery-image] Feb 01 14:41:37.040 INFO O| Feb 01 14:41:37.040 INFO STEP 7 (ensure_dir) COMPLETE
85552026-02-01T14:41:37.673Z[ recovery-image] Feb 01 14:41:37.040 INFO O| Feb 01 14:41:37.040 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85562026-02-01T14:41:37.698Z[ recovery-image] Feb 01 14:41:37.050 INFO O| Feb 01 14:41:37.050 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
85572026-02-01T14:41:37.698Z[ recovery-image] Feb 01 14:41:37.050 INFO O| Feb 01 14:41:37.050 INFO STEP 8 (remove_files) COMPLETE
85582026-02-01T14:41:37.698Z[ recovery-image] Feb 01 14:41:37.050 INFO O| Feb 01 14:41:37.050 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85592026-02-01T14:41:37.698Z[ recovery-image] Feb 01 14:41:37.061 INFO O| Feb 01 14:41:37.060 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
85602026-02-01T14:41:37.698Z[ recovery-image] Feb 01 14:41:37.062 INFO O| Feb 01 14:41:37.062 INFO STEP 9 (remove_files) COMPLETE
85612026-02-01T14:41:37.698Z[ recovery-image] Feb 01 14:41:37.062 INFO O| Feb 01 14:41:37.062 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85622026-02-01T14:41:37.723Z[ recovery-image] Feb 01 14:41:37.073 INFO O| Feb 01 14:41:37.073 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
85632026-02-01T14:41:37.723Z[ recovery-image] Feb 01 14:41:37.074 INFO O| Feb 01 14:41:37.074 INFO STEP 10 (remove_files) COMPLETE
85642026-02-01T14:41:37.723Z[ recovery-image] Feb 01 14:41:37.074 INFO O| Feb 01 14:41:37.074 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85652026-02-01T14:41:37.723Z[ recovery-image] Feb 01 14:41:37.083 INFO O| Feb 01 14:41:37.083 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
85662026-02-01T14:41:37.723Z[ recovery-image] Feb 01 14:41:37.083 INFO O| Feb 01 14:41:37.083 INFO STEP 11 (remove_files) COMPLETE
85672026-02-01T14:41:37.723Z[ recovery-image] Feb 01 14:41:37.083 INFO O| Feb 01 14:41:37.083 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85682026-02-01T14:41:37.723Z[ recovery-image] Feb 01 14:41:37.094 INFO O| Feb 01 14:41:37.094 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
85692026-02-01T14:41:37.723Z[ recovery-image] Feb 01 14:41:37.094 INFO O| Feb 01 14:41:37.094 INFO STEP 12 (remove_files) COMPLETE
85702026-02-01T14:41:37.723Z[ recovery-image] Feb 01 14:41:37.094 INFO O| Feb 01 14:41:37.094 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85712026-02-01T14:41:37.748Z[ recovery-image] Feb 01 14:41:37.106 INFO O| Feb 01 14:41:37.106 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85722026-02-01T14:41:37.748Z[ recovery-image] Feb 01 14:41:37.106 INFO O| Feb 01 14:41:37.106 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85732026-02-01T14:41:37.748Z[ recovery-image] Feb 01 14:41:37.106 INFO O| Feb 01 14:41:37.106 INFO STEP 13 (ensure_dir) COMPLETE
85742026-02-01T14:41:37.748Z[ recovery-image] Feb 01 14:41:37.106 INFO O| Feb 01 14:41:37.106 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85752026-02-01T14:41:37.748Z[ recovery-image] Feb 01 14:41:37.117 INFO O| Feb 01 14:41:37.117 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85762026-02-01T14:41:37.748Z[ recovery-image] Feb 01 14:41:37.117 INFO O| Feb 01 14:41:37.117 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85772026-02-01T14:41:37.748Z[ recovery-image] Feb 01 14:41:37.117 INFO O| Feb 01 14:41:37.117 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85782026-02-01T14:41:37.748Z[ recovery-image] Feb 01 14:41:37.117 INFO O| Feb 01 14:41:37.117 INFO STEP 14 (ensure_dir) COMPLETE
85792026-02-01T14:41:37.748Z[ recovery-image] Feb 01 14:41:37.117 INFO O| Feb 01 14:41:37.117 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85802026-02-01T14:41:37.772Z[ recovery-image] Feb 01 14:41:37.128 INFO O| Feb 01 14:41:37.128 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85812026-02-01T14:41:37.772Z[ recovery-image] Feb 01 14:41:37.128 INFO O| Feb 01 14:41:37.128 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85822026-02-01T14:41:37.772Z[ recovery-image] Feb 01 14:41:37.128 INFO O| Feb 01 14:41:37.128 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85832026-02-01T14:41:37.772Z[ recovery-image] Feb 01 14:41:37.128 INFO O| Feb 01 14:41:37.128 INFO STEP 15 (ensure_dir) COMPLETE
85842026-02-01T14:41:37.772Z[ recovery-image] Feb 01 14:41:37.128 INFO O| Feb 01 14:41:37.128 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85852026-02-01T14:41:37.772Z[ recovery-image] Feb 01 14:41:37.138 INFO O| Feb 01 14:41:37.137 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85862026-02-01T14:41:37.773Z[ recovery-image] Feb 01 14:41:37.138 INFO O| Feb 01 14:41:37.138 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85872026-02-01T14:41:37.773Z[ recovery-image] Feb 01 14:41:37.138 INFO O| Feb 01 14:41:37.138 INFO STEP 16 (ensure_dir) COMPLETE
85882026-02-01T14:41:37.773Z[ recovery-image] Feb 01 14:41:37.138 INFO O| Feb 01 14:41:37.138 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85892026-02-01T14:41:37.797Z[ recovery-image] Feb 01 14:41:37.148 INFO O| Feb 01 14:41:37.148 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85902026-02-01T14:41:37.797Z[ recovery-image] Feb 01 14:41:37.148 INFO O| Feb 01 14:41:37.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85912026-02-01T14:41:37.797Z[ recovery-image] Feb 01 14:41:37.148 INFO O| Feb 01 14:41:37.148 INFO STEP 17 (ensure_dir) COMPLETE
85922026-02-01T14:41:37.797Z[ recovery-image] Feb 01 14:41:37.148 INFO O| Feb 01 14:41:37.148 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85932026-02-01T14:41:37.797Z[ recovery-image] Feb 01 14:41:37.160 INFO O| Feb 01 14:41:37.160 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
85942026-02-01T14:41:37.797Z[ recovery-image] Feb 01 14:41:37.160 INFO O| Feb 01 14:41:37.160 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
85952026-02-01T14:41:37.797Z[ recovery-image] Feb 01 14:41:37.160 INFO O| Feb 01 14:41:37.160 INFO ok!
85962026-02-01T14:41:37.797Z[ recovery-image] Feb 01 14:41:37.160 INFO O| Feb 01 14:41:37.160 INFO STEP 18 (ensure_symlink) COMPLETE
85972026-02-01T14:41:37.797Z[ recovery-image] Feb 01 14:41:37.160 INFO O| Feb 01 14:41:37.160 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85982026-02-01T14:41:37.822Z[ recovery-image] Feb 01 14:41:37.172 INFO O| Feb 01 14:41:37.172 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
85992026-02-01T14:41:37.822Z[ recovery-image] Feb 01 14:41:37.172 INFO O| Feb 01 14:41:37.172 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
86002026-02-01T14:41:37.822Z[ recovery-image] Feb 01 14:41:37.172 INFO O| Feb 01 14:41:37.172 INFO ok!
86012026-02-01T14:41:37.822Z[ recovery-image] Feb 01 14:41:37.172 INFO O| Feb 01 14:41:37.172 INFO STEP 19 (ensure_file) COMPLETE
86022026-02-01T14:41:37.822Z[ recovery-image] Feb 01 14:41:37.172 INFO O| Feb 01 14:41:37.172 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86032026-02-01T14:41:37.822Z[ recovery-image] Feb 01 14:41:37.184 INFO O| Feb 01 14:41:37.184 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
86042026-02-01T14:41:37.822Z[ recovery-image] Feb 01 14:41:37.184 INFO O| Feb 01 14:41:37.184 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
86052026-02-01T14:41:37.822Z[ recovery-image] Feb 01 14:41:37.184 INFO O| Feb 01 14:41:37.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
86062026-02-01T14:41:37.822Z[ recovery-image] Feb 01 14:41:37.184 INFO O| Feb 01 14:41:37.184 INFO ok!
86072026-02-01T14:41:37.822Z[ recovery-image] Feb 01 14:41:37.184 INFO O| Feb 01 14:41:37.184 INFO STEP 20 (ensure_symlink) COMPLETE
86082026-02-01T14:41:37.822Z[ recovery-image] Feb 01 14:41:37.184 INFO O| Feb 01 14:41:37.184 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86092026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.195 INFO O| Feb 01 14:41:37.195 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
86102026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.196 INFO O| Feb 01 14:41:37.195 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
86112026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.196 INFO O| Feb 01 14:41:37.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
86122026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.196 INFO O| Feb 01 14:41:37.196 INFO ok!
86132026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.196 INFO O| Feb 01 14:41:37.196 INFO STEP 21 (ensure_symlink) COMPLETE
86142026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.196 INFO O| Feb 01 14:41:37.196 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86152026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.206 INFO O| Feb 01 14:41:37.205 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
86162026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.206 INFO O| Feb 01 14:41:37.205 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
86172026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.206 INFO O| Feb 01 14:41:37.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
86182026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.206 INFO O| Feb 01 14:41:37.206 INFO ok!
86192026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.206 INFO O| Feb 01 14:41:37.206 INFO STEP 22 (ensure_symlink) COMPLETE
86202026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.206 INFO O| Feb 01 14:41:37.206 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86212026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.216 INFO O| Feb 01 14:41:37.216 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
86222026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.216 INFO O| Feb 01 14:41:37.216 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
86232026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.216 INFO O| Feb 01 14:41:37.216 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
86242026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.216 INFO O| Feb 01 14:41:37.216 INFO ok!
86252026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.216 INFO O| Feb 01 14:41:37.216 INFO STEP 23 (ensure_symlink) COMPLETE
86262026-02-01T14:41:37.847Z[ recovery-image] Feb 01 14:41:37.216 INFO O| Feb 01 14:41:37.216 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86272026-02-01T14:41:37.872Z[ recovery-image] Feb 01 14:41:37.228 INFO O| Feb 01 14:41:37.227 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
86282026-02-01T14:41:37.872Z[ recovery-image] Feb 01 14:41:37.228 INFO O| Feb 01 14:41:37.228 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 ...
86292026-02-01T14:41:37.872Z[ recovery-image] Feb 01 14:41:37.228 INFO O| Feb 01 14:41:37.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
86302026-02-01T14:41:37.872Z[ recovery-image] Feb 01 14:41:37.228 INFO O| Feb 01 14:41:37.228 INFO ok!
86312026-02-01T14:41:37.872Z[ recovery-image] Feb 01 14:41:37.228 INFO O| Feb 01 14:41:37.228 INFO STEP 24 (ensure_file) COMPLETE
86322026-02-01T14:41:37.872Z[ recovery-image] Feb 01 14:41:37.228 INFO O| Feb 01 14:41:37.228 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
86332026-02-01T14:41:37.872Z[ recovery-image] Feb 01 14:41:37.238 INFO O| Feb 01 14:41:37.238 INFO updating shadow file
86342026-02-01T14:41:37.872Z[ recovery-image] Feb 01 14:41:37.238 INFO O| Feb 01 14:41:37.238 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86352026-02-01T14:41:37.872Z[ recovery-image] Feb 01 14:41:37.238 INFO O| Feb 01 14:41:37.238 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86362026-02-01T14:41:37.872Z[ recovery-image] Feb 01 14:41:37.238 INFO O| Feb 01 14:41:37.238 INFO STEP 25 (shadow) COMPLETE
86372026-02-01T14:41:37.872Z[ recovery-image] Feb 01 14:41:37.238 INFO O| Feb 01 14:41:37.238 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86382026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.249 INFO O| Feb 01 14:41:37.249 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
86392026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.249 INFO O| Feb 01 14:41:37.249 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
86402026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.249 INFO O| Feb 01 14:41:37.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
86412026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.249 INFO O| Feb 01 14:41:37.249 INFO ok!
86422026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.249 INFO O| Feb 01 14:41:37.249 INFO STEP 26 (ensure_file) COMPLETE
86432026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.249 INFO O| Feb 01 14:41:37.249 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86442026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.259 INFO O| Feb 01 14:41:37.259 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
86452026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.259 INFO O| Feb 01 14:41:37.259 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
86462026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.259 INFO O| Feb 01 14:41:37.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
86472026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.259 INFO O| Feb 01 14:41:37.259 INFO ok!
86482026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.259 INFO O| Feb 01 14:41:37.259 INFO STEP 27 (ensure_file) COMPLETE
86492026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.259 INFO O| Feb 01 14:41:37.259 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86502026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.270 INFO O| Feb 01 14:41:37.270 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
86512026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.270 INFO O| Feb 01 14:41:37.270 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
86522026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.270 INFO O| Feb 01 14:41:37.270 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
86532026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.270 INFO O| Feb 01 14:41:37.270 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
86542026-02-01T14:41:37.897Z[ recovery-image] Feb 01 14:41:37.270 INFO O| Feb 01 14:41:37.270 INFO ok!
86552026-02-01T14:41:37.922Z[ recovery-image] Feb 01 14:41:37.270 INFO O| Feb 01 14:41:37.270 INFO STEP 28 (ensure_file) COMPLETE
86562026-02-01T14:41:37.922Z[ recovery-image] Feb 01 14:41:37.270 INFO O| Feb 01 14:41:37.270 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86572026-02-01T14:41:37.922Z[ recovery-image] Feb 01 14:41:37.282 INFO O| Feb 01 14:41:37.281 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
86582026-02-01T14:41:37.922Z[ recovery-image] Feb 01 14:41:37.282 INFO O| Feb 01 14:41:37.281 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
86592026-02-01T14:41:37.922Z[ recovery-image] Feb 01 14:41:37.282 INFO O| Feb 01 14:41:37.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
86602026-02-01T14:41:37.922Z[ recovery-image] Feb 01 14:41:37.282 INFO O| Feb 01 14:41:37.282 INFO ok!
86612026-02-01T14:41:37.922Z[ recovery-image] Feb 01 14:41:37.282 INFO O| Feb 01 14:41:37.282 INFO STEP 29 (ensure_file) COMPLETE
86622026-02-01T14:41:37.922Z[ recovery-image] Feb 01 14:41:37.282 INFO O| Feb 01 14:41:37.282 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
86632026-02-01T14:41:37.922Z[ recovery-image] Feb 01 14:41:37.291 INFO O| Feb 01 14:41:37.291 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
86642026-02-01T14:41:37.922Z[ recovery-image] Feb 01 14:41:37.291 INFO O| Feb 01 14:41:37.291 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
86652026-02-01T14:41:37.922Z[ recovery-image] Feb 01 14:41:37.291 INFO O| Feb 01 14:41:37.291 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
86662026-02-01T14:41:37.922Z[ recovery-image] Feb 01 14:41:37.291 INFO O| Feb 01 14:41:37.291 INFO STEP 30 (ensure_dir) COMPLETE
86672026-02-01T14:41:37.922Z[ recovery-image] Feb 01 14:41:37.291 INFO O| Feb 01 14:41:37.291 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86682026-02-01T14:41:37.947Z[ recovery-image] Feb 01 14:41:37.300 INFO O| Feb 01 14:41:37.300 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
86692026-02-01T14:41:37.947Z[ recovery-image] Feb 01 14:41:37.300 INFO O| Feb 01 14:41:37.300 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 ...
86702026-02-01T14:41:37.947Z[ recovery-image] Feb 01 14:41:37.301 INFO O| Feb 01 14:41:37.301 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
86712026-02-01T14:41:37.947Z[ recovery-image] Feb 01 14:41:37.301 INFO O| Feb 01 14:41:37.301 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
86722026-02-01T14:41:37.947Z[ recovery-image] Feb 01 14:41:37.301 INFO O| Feb 01 14:41:37.301 INFO ok!
86732026-02-01T14:41:37.947Z[ recovery-image] Feb 01 14:41:37.301 INFO O| Feb 01 14:41:37.301 INFO STEP 31 (ensure_file) COMPLETE
86742026-02-01T14:41:37.947Z[ recovery-image] Feb 01 14:41:37.301 INFO O| Feb 01 14:41:37.301 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
86752026-02-01T14:41:37.947Z[ recovery-image] Feb 01 14:41:37.311 INFO O| Feb 01 14:41:37.311 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86762026-02-01T14:41:37.947Z[ recovery-image] Feb 01 14:41:37.311 INFO O| Feb 01 14:41:37.311 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86772026-02-01T14:41:37.947Z[ recovery-image] Feb 01 14:41:37.311 INFO O| Feb 01 14:41:37.311 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86782026-02-01T14:41:37.947Z[ recovery-image] Feb 01 14:41:37.311 INFO O| Feb 01 14:41:37.311 INFO STEP 32 (ensure_dir) COMPLETE
86792026-02-01T14:41:37.947Z[ recovery-image] Feb 01 14:41:37.311 INFO O| Feb 01 14:41:37.311 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86802026-02-01T14:41:37.972Z[ recovery-image] Feb 01 14:41:37.321 INFO O| Feb 01 14:41:37.321 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
86812026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.321 INFO O| Feb 01 14:41:37.321 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 ...
86822026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.321 INFO O| Feb 01 14:41:37.321 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
86832026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.321 INFO O| Feb 01 14:41:37.321 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
86842026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.321 INFO O| Feb 01 14:41:37.321 INFO ok!
86852026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.321 INFO O| Feb 01 14:41:37.321 INFO STEP 33 (ensure_file) COMPLETE
86862026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.321 INFO O| Feb 01 14:41:37.321 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86872026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.331 INFO O| Feb 01 14:41:37.331 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
86882026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.331 INFO O| Feb 01 14:41:37.331 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
86892026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.331 INFO O| Feb 01 14:41:37.331 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
86902026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.331 INFO O| Feb 01 14:41:37.331 INFO ok!
86912026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.331 INFO O| Feb 01 14:41:37.331 INFO STEP 34 (ensure_file) COMPLETE
86922026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.331 INFO O| Feb 01 14:41:37.331 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86932026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.341 INFO O| Feb 01 14:41:37.341 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
86942026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.341 INFO O| Feb 01 14:41:37.341 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
86952026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.341 INFO O| Feb 01 14:41:37.341 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
86962026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.341 INFO O| Feb 01 14:41:37.341 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
86972026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.341 INFO O| Feb 01 14:41:37.341 INFO ok!
86982026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.341 INFO O| Feb 01 14:41:37.341 INFO STEP 35 (ensure_file) COMPLETE
86992026-02-01T14:41:37.973Z[ recovery-image] Feb 01 14:41:37.341 INFO O| Feb 01 14:41:37.341 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87002026-02-01T14:41:37.998Z[ recovery-image] Feb 01 14:41:37.353 INFO O| Feb 01 14:41:37.353 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
87012026-02-01T14:41:37.998Z[ recovery-image] Feb 01 14:41:37.353 INFO O| Feb 01 14:41:37.353 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
87022026-02-01T14:41:37.998Z[ recovery-image] Feb 01 14:41:37.354 INFO O| Feb 01 14:41:37.353 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
87032026-02-01T14:41:37.998Z[ recovery-image] Feb 01 14:41:37.354 INFO O| Feb 01 14:41:37.353 INFO ok!
87042026-02-01T14:41:37.998Z[ recovery-image] Feb 01 14:41:37.354 INFO O| Feb 01 14:41:37.354 INFO STEP 36 (ensure_file) COMPLETE
87052026-02-01T14:41:37.998Z[ recovery-image] Feb 01 14:41:37.354 INFO O| Feb 01 14:41:37.354 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87062026-02-01T14:41:37.998Z[ recovery-image] Feb 01 14:41:37.364 INFO O| Feb 01 14:41:37.364 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87072026-02-01T14:41:37.998Z[ recovery-image] Feb 01 14:41:37.364 INFO O| Feb 01 14:41:37.364 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
87082026-02-01T14:41:37.998Z[ recovery-image] Feb 01 14:41:37.364 INFO O| Feb 01 14:41:37.364 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
87092026-02-01T14:41:37.998Z[ recovery-image] Feb 01 14:41:37.365 INFO O| Feb 01 14:41:37.364 INFO ok!
87102026-02-01T14:41:37.998Z[ recovery-image] Feb 01 14:41:37.365 INFO O| Feb 01 14:41:37.364 INFO STEP 37 (ensure_file) COMPLETE
87112026-02-01T14:41:37.998Z[ recovery-image] Feb 01 14:41:37.365 INFO O| Feb 01 14:41:37.364 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87122026-02-01T14:41:38.023Z[ recovery-image] Feb 01 14:41:37.375 INFO O| Feb 01 14:41:37.375 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
87132026-02-01T14:41:38.023Z[ recovery-image] Feb 01 14:41:37.375 INFO O| Feb 01 14:41:37.375 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
87142026-02-01T14:41:38.023Z[ recovery-image] Feb 01 14:41:37.375 INFO O| Feb 01 14:41:37.375 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
87152026-02-01T14:41:38.023Z[ recovery-image] Feb 01 14:41:37.375 INFO O| Feb 01 14:41:37.375 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
87162026-02-01T14:41:38.023Z[ recovery-image] Feb 01 14:41:37.375 INFO O| Feb 01 14:41:37.375 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
87172026-02-01T14:41:38.023Z[ recovery-image] Feb 01 14:41:37.375 INFO O| Feb 01 14:41:37.375 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
87182026-02-01T14:41:38.023Z[ recovery-image] Feb 01 14:41:37.375 INFO O| Feb 01 14:41:37.375 INFO ok!
87192026-02-01T14:41:38.023Z[ recovery-image] Feb 01 14:41:37.375 INFO O| Feb 01 14:41:37.375 INFO STEP 38 (ensure_file) COMPLETE
87202026-02-01T14:41:38.023Z[ recovery-image] Feb 01 14:41:37.375 INFO O| Feb 01 14:41:37.375 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87212026-02-01T14:41:38.023Z[ recovery-image] Feb 01 14:41:37.385 INFO O| Feb 01 14:41:37.385 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
87222026-02-01T14:41:38.023Z[ recovery-image] Feb 01 14:41:37.385 INFO O| Feb 01 14:41:37.385 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
87232026-02-01T14:41:38.023Z[ recovery-image] Feb 01 14:41:37.385 INFO O| Feb 01 14:41:37.385 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
87242026-02-01T14:41:38.023Z[ recovery-image] Feb 01 14:41:37.385 INFO O| Feb 01 14:41:37.385 INFO STEP 39 (ensure_dir) COMPLETE
87252026-02-01T14:41:38.023Z[ recovery-image] Feb 01 14:41:37.385 INFO O| Feb 01 14:41:37.385 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87262026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.396 INFO O| Feb 01 14:41:37.396 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
87272026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.396 INFO O| Feb 01 14:41:37.396 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 ...
87282026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.396 INFO O| Feb 01 14:41:37.396 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
87292026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.396 INFO O| Feb 01 14:41:37.396 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
87302026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.396 INFO O| Feb 01 14:41:37.396 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
87312026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.396 INFO O| Feb 01 14:41:37.396 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
87322026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.396 INFO O| Feb 01 14:41:37.396 INFO ok!
87332026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.396 INFO O| Feb 01 14:41:37.396 INFO STEP 40 (ensure_file) COMPLETE
87342026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.396 INFO O| Feb 01 14:41:37.396 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87352026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.406 INFO O| Feb 01 14:41:37.406 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
87362026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.406 INFO O| Feb 01 14:41:37.406 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 ...
87372026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.406 INFO O| Feb 01 14:41:37.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87382026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.406 INFO O| Feb 01 14:41:37.406 INFO ok!
87392026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.406 INFO O| Feb 01 14:41:37.406 INFO STEP 41 (ensure_symlink) COMPLETE
87402026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.406 INFO O| Feb 01 14:41:37.406 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87412026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.417 INFO O| Feb 01 14:41:37.417 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
87422026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.417 INFO O| Feb 01 14:41:37.417 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
87432026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.417 INFO O| Feb 01 14:41:37.417 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
87442026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.417 INFO O| Feb 01 14:41:37.417 INFO ok!
87452026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.417 INFO O| Feb 01 14:41:37.417 INFO STEP 42 (ensure_symlink) COMPLETE
87462026-02-01T14:41:38.053Z[ recovery-image] Feb 01 14:41:37.417 INFO O| Feb 01 14:41:37.417 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87472026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.427 INFO O| Feb 01 14:41:37.427 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
87482026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.427 INFO O| Feb 01 14:41:37.427 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
87492026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.428 INFO O| Feb 01 14:41:37.428 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87502026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.428 INFO O| Feb 01 14:41:37.428 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87512026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.428 INFO O| Feb 01 14:41:37.428 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87522026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.428 INFO O| Feb 01 14:41:37.428 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87532026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.428 INFO O| Feb 01 14:41:37.428 INFO ok!
87542026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.428 INFO O| Feb 01 14:41:37.428 INFO STEP 43 (ensure_file) COMPLETE
87552026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.428 INFO O| Feb 01 14:41:37.428 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87562026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.438 INFO O| Feb 01 14:41:37.438 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
87572026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.438 INFO O| Feb 01 14:41:37.438 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 ...
87582026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.438 INFO O| Feb 01 14:41:37.438 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
87592026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.438 INFO O| Feb 01 14:41:37.438 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
87602026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.438 INFO O| Feb 01 14:41:37.438 INFO ok!
87612026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.438 INFO O| Feb 01 14:41:37.438 INFO STEP 44 (ensure_file) COMPLETE
87622026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.438 INFO O| Feb 01 14:41:37.438 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87632026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.448 INFO O| Feb 01 14:41:37.448 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
87642026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.448 INFO O| Feb 01 14:41:37.448 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
87652026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.449 INFO O| Feb 01 14:41:37.448 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
87662026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.449 INFO O| Feb 01 14:41:37.448 INFO ok!
87672026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.449 INFO O| Feb 01 14:41:37.448 INFO STEP 45 (ensure_file) COMPLETE
87682026-02-01T14:41:38.079Z[ recovery-image] Feb 01 14:41:37.449 INFO O| Feb 01 14:41:37.449 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
87692026-02-01T14:41:38.104Z[ recovery-image] Feb 01 14:41:37.458 INFO O| Feb 01 14:41:37.458 INFO updating shadow file
87702026-02-01T14:41:38.104Z[ recovery-image] Feb 01 14:41:37.459 INFO O| Feb 01 14:41:37.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
87712026-02-01T14:41:38.104Z[ recovery-image] Feb 01 14:41:37.459 INFO O| Feb 01 14:41:37.459 INFO STEP 46 (shadow) COMPLETE
87722026-02-01T14:41:38.104Z[ recovery-image] Feb 01 14:41:37.459 INFO O| Feb 01 14:41:37.459 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
87732026-02-01T14:41:38.104Z[ recovery-image] Feb 01 14:41:37.469 INFO O| Feb 01 14:41:37.469 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
87742026-02-01T14:41:38.104Z[ recovery-image] Feb 01 14:41:37.469 INFO O| Feb 01 14:41:37.469 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
87752026-02-01T14:41:38.104Z[ recovery-image] Feb 01 14:41:37.469 INFO O| Feb 01 14:41:37.469 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
87762026-02-01T14:41:38.104Z[ recovery-image] Feb 01 14:41:37.469 INFO O| Feb 01 14:41:37.469 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
87772026-02-01T14:41:38.104Z[ recovery-image] Feb 01 14:41:37.469 INFO O| Feb 01 14:41:37.469 INFO ok!
87782026-02-01T14:41:38.104Z[ recovery-image] Feb 01 14:41:37.469 INFO O| Feb 01 14:41:37.469 INFO STEP 47 (ensure_file) COMPLETE
87792026-02-01T14:41:38.104Z[ recovery-image] Feb 01 14:41:37.469 INFO O| Feb 01 14:41:37.469 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87802026-02-01T14:41:38.129Z[ recovery-image] Feb 01 14:41:37.479 INFO O| Feb 01 14:41:37.479 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
87812026-02-01T14:41:38.129Z[ recovery-image] Feb 01 14:41:37.479 INFO O| Feb 01 14:41:37.479 INFO STEP 48 (ensure_dir) COMPLETE
87822026-02-01T14:41:38.129Z[ recovery-image] Feb 01 14:41:37.479 INFO O| Feb 01 14:41:37.479 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87832026-02-01T14:41:38.129Z[ recovery-image] Feb 01 14:41:37.489 INFO O| Feb 01 14:41:37.489 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
87842026-02-01T14:41:38.129Z[ recovery-image] Feb 01 14:41:37.489 INFO O| Feb 01 14:41:37.489 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
87852026-02-01T14:41:38.129Z[ recovery-image] Feb 01 14:41:37.489 INFO O| Feb 01 14:41:37.489 INFO STEP 49 (ensure_dir) COMPLETE
87862026-02-01T14:41:38.129Z[ recovery-image] Feb 01 14:41:37.489 INFO O| Feb 01 14:41:37.489 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87872026-02-01T14:41:38.129Z[ recovery-image] Feb 01 14:41:37.499 INFO O| Feb 01 14:41:37.499 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
87882026-02-01T14:41:38.129Z[ recovery-image] Feb 01 14:41:37.499 INFO O| Feb 01 14:41:37.499 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
87892026-02-01T14:41:38.129Z[ recovery-image] Feb 01 14:41:37.499 INFO O| Feb 01 14:41:37.499 INFO STEP 50 (ensure_dir) COMPLETE
87902026-02-01T14:41:38.129Z[ recovery-image] Feb 01 14:41:37.499 INFO O| Feb 01 14:41:37.499 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87912026-02-01T14:41:38.153Z[ recovery-image] Feb 01 14:41:37.509 INFO O| Feb 01 14:41:37.509 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
87922026-02-01T14:41:38.154Z[ recovery-image] Feb 01 14:41:37.509 INFO O| Feb 01 14:41:37.509 INFO copying /tmp/.tmpVmOk05/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
87932026-02-01T14:41:38.296Z[ recovery-image] Feb 01 14:41:37.669 INFO O| Feb 01 14:41:37.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
87942026-02-01T14:41:38.296Z[ recovery-image] Feb 01 14:41:37.669 INFO O| Feb 01 14:41:37.669 INFO ok!
87952026-02-01T14:41:38.296Z[ recovery-image] Feb 01 14:41:37.669 INFO O| Feb 01 14:41:37.669 INFO STEP 51 (ensure_file) COMPLETE
87962026-02-01T14:41:38.321Z[ recovery-image] Feb 01 14:41:37.669 INFO O| Feb 01 14:41:37.669 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87972026-02-01T14:41:38.321Z[ recovery-image] Feb 01 14:41:37.682 INFO O| Feb 01 14:41:37.682 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
87982026-02-01T14:41:38.321Z[ recovery-image] Feb 01 14:41:37.683 INFO O| Feb 01 14:41:37.683 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
87992026-02-01T14:41:38.321Z[ recovery-image] Feb 01 14:41:37.683 INFO O| Feb 01 14:41:37.683 INFO STEP 52 (ensure_dir) COMPLETE
88002026-02-01T14:41:38.321Z[ recovery-image] Feb 01 14:41:37.683 INFO O| Feb 01 14:41:37.683 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88012026-02-01T14:41:38.321Z[ recovery-image] Feb 01 14:41:37.693 INFO O| Feb 01 14:41:37.693 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
88022026-02-01T14:41:38.322Z[ recovery-image] Feb 01 14:41:37.693 INFO O| Feb 01 14:41:37.693 INFO copying /tmp/.tmpVmOk05/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
88032026-02-01T14:41:38.322Z[ recovery-image] Feb 01 14:41:37.693 INFO O| Feb 01 14:41:37.693 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
88042026-02-01T14:41:38.322Z[ recovery-image] Feb 01 14:41:37.693 INFO O| Feb 01 14:41:37.693 INFO ok!
88052026-02-01T14:41:38.322Z[ recovery-image] Feb 01 14:41:37.693 INFO O| Feb 01 14:41:37.693 INFO STEP 53 (ensure_file) COMPLETE
88062026-02-01T14:41:38.322Z[ recovery-image] Feb 01 14:41:37.693 INFO O| Feb 01 14:41:37.693 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88072026-02-01T14:41:38.346Z[ recovery-image] Feb 01 14:41:37.706 INFO O| Feb 01 14:41:37.706 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
88082026-02-01T14:41:38.346Z[ recovery-image] Feb 01 14:41:37.706 INFO O| Feb 01 14:41:37.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
88092026-02-01T14:41:38.346Z[ recovery-image] Feb 01 14:41:37.706 INFO O| Feb 01 14:41:37.706 INFO STEP 54 (ensure_dir) COMPLETE
88102026-02-01T14:41:38.346Z[ recovery-image] Feb 01 14:41:37.706 INFO O| Feb 01 14:41:37.706 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88112026-02-01T14:41:38.346Z[ recovery-image] Feb 01 14:41:37.717 INFO O| Feb 01 14:41:37.717 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
88122026-02-01T14:41:38.346Z[ recovery-image] Feb 01 14:41:37.717 INFO O| Feb 01 14:41:37.717 INFO copying /tmp/.tmpVmOk05/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
88132026-02-01T14:41:40.718Z[ recovery-image] Feb 01 14:41:40.091 INFO O| Feb 01 14:41:40.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
88142026-02-01T14:41:40.718Z[ recovery-image] Feb 01 14:41:40.091 INFO O| Feb 01 14:41:40.091 INFO ok!
88152026-02-01T14:41:40.743Z[ recovery-image] Feb 01 14:41:40.091 INFO O| Feb 01 14:41:40.091 INFO STEP 55 (ensure_file) COMPLETE
88162026-02-01T14:41:40.743Z[ recovery-image] Feb 01 14:41:40.091 INFO O| Feb 01 14:41:40.091 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88172026-02-01T14:41:40.743Z[ recovery-image] Feb 01 14:41:40.105 INFO O| Feb 01 14:41:40.105 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
88182026-02-01T14:41:40.743Z[ recovery-image] Feb 01 14:41:40.105 INFO O| Feb 01 14:41:40.105 INFO copying /tmp/.tmpVmOk05/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
88192026-02-01T14:41:41.939Z[ host-image] Feb 01 14:41:41.312 INFO O| Feb 01 14:41:41.312 INFO O| Startup: Caching catalogs ... Done
88202026-02-01T14:41:43.383Z[ recovery-image] Feb 01 14:41:42.756 INFO O| Feb 01 14:41:42.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
88212026-02-01T14:41:43.383Z[ recovery-image] Feb 01 14:41:42.756 INFO O| Feb 01 14:41:42.756 INFO ok!
88222026-02-01T14:41:43.408Z[ recovery-image] Feb 01 14:41:42.756 INFO O| Feb 01 14:41:42.756 INFO STEP 56 (ensure_file) COMPLETE
88232026-02-01T14:41:43.408Z[ recovery-image] Feb 01 14:41:42.756 INFO O| Feb 01 14:41:42.756 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88242026-02-01T14:41:43.408Z[ recovery-image] Feb 01 14:41:42.767 INFO O| Feb 01 14:41:42.767 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
88252026-02-01T14:41:43.408Z[ recovery-image] Feb 01 14:41:42.767 INFO O| Feb 01 14:41:42.767 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
88262026-02-01T14:41:43.408Z[ recovery-image] Feb 01 14:41:42.767 INFO O| Feb 01 14:41:42.767 INFO STEP 57 (ensure_dir) COMPLETE
88272026-02-01T14:41:43.408Z[ recovery-image] Feb 01 14:41:42.767 INFO O| Feb 01 14:41:42.767 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88282026-02-01T14:41:43.408Z[ recovery-image] Feb 01 14:41:42.777 INFO O| Feb 01 14:41:42.777 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
88292026-02-01T14:41:43.408Z[ recovery-image] Feb 01 14:41:42.777 INFO O| Feb 01 14:41:42.777 INFO copying /tmp/.tmpVmOk05/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 ...
88302026-02-01T14:41:43.408Z[ recovery-image] Feb 01 14:41:42.777 INFO O| Feb 01 14:41:42.777 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
88312026-02-01T14:41:43.408Z[ recovery-image] Feb 01 14:41:42.777 INFO O| Feb 01 14:41:42.777 INFO ok!
88322026-02-01T14:41:43.408Z[ recovery-image] Feb 01 14:41:42.777 INFO O| Feb 01 14:41:42.777 INFO STEP 58 (ensure_file) COMPLETE
88332026-02-01T14:41:43.408Z[ recovery-image] Feb 01 14:41:42.777 INFO O| Feb 01 14:41:42.777 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88342026-02-01T14:41:43.432Z[ recovery-image] Feb 01 14:41:42.792 INFO O| Feb 01 14:41:42.792 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
88352026-02-01T14:41:43.432Z[ recovery-image] Feb 01 14:41:42.792 INFO O| Feb 01 14:41:42.792 INFO copying /tmp/.tmpVmOk05/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 ...
88362026-02-01T14:41:43.432Z[ recovery-image] Feb 01 14:41:42.792 INFO O| Feb 01 14:41:42.792 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
88372026-02-01T14:41:43.432Z[ recovery-image] Feb 01 14:41:42.792 INFO O| Feb 01 14:41:42.792 INFO ok!
88382026-02-01T14:41:43.432Z[ recovery-image] Feb 01 14:41:42.792 INFO O| Feb 01 14:41:42.792 INFO STEP 59 (ensure_file) COMPLETE
88392026-02-01T14:41:43.432Z[ recovery-image] Feb 01 14:41:42.792 INFO O| Feb 01 14:41:42.792 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88402026-02-01T14:41:43.432Z[ recovery-image] Feb 01 14:41:42.804 INFO O| Feb 01 14:41:42.804 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
88412026-02-01T14:41:43.432Z[ recovery-image] Feb 01 14:41:42.804 INFO O| Feb 01 14:41:42.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
88422026-02-01T14:41:43.432Z[ recovery-image] Feb 01 14:41:42.804 INFO O| Feb 01 14:41:42.804 INFO STEP 60 (ensure_dir) COMPLETE
88432026-02-01T14:41:43.432Z[ recovery-image] Feb 01 14:41:42.804 INFO O| Feb 01 14:41:42.804 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88442026-02-01T14:41:43.456Z[ recovery-image] Feb 01 14:41:42.814 INFO O| Feb 01 14:41:42.814 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
88452026-02-01T14:41:43.456Z[ recovery-image] Feb 01 14:41:42.814 INFO O| Feb 01 14:41:42.814 INFO copying /tmp/.tmpVmOk05/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 ...
88462026-02-01T14:41:43.456Z[ recovery-image] Feb 01 14:41:42.814 INFO O| Feb 01 14:41:42.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
88472026-02-01T14:41:43.457Z[ recovery-image] Feb 01 14:41:42.814 INFO O| Feb 01 14:41:42.814 INFO ok!
88482026-02-01T14:41:43.457Z[ recovery-image] Feb 01 14:41:42.814 INFO O| Feb 01 14:41:42.814 INFO STEP 61 (ensure_file) COMPLETE
88492026-02-01T14:41:43.457Z[ recovery-image] Feb 01 14:41:42.814 INFO O| Feb 01 14:41:42.814 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88502026-02-01T14:41:43.457Z[ recovery-image] Feb 01 14:41:42.829 INFO O| Feb 01 14:41:42.829 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
88512026-02-01T14:41:43.457Z[ recovery-image] Feb 01 14:41:42.829 INFO O| Feb 01 14:41:42.829 INFO copying /tmp/.tmpVmOk05/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 ...
88522026-02-01T14:41:43.481Z[ recovery-image] Feb 01 14:41:42.830 INFO O| Feb 01 14:41:42.829 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
88532026-02-01T14:41:43.481Z[ recovery-image] Feb 01 14:41:42.830 INFO O| Feb 01 14:41:42.830 INFO ok!
88542026-02-01T14:41:43.481Z[ recovery-image] Feb 01 14:41:42.830 INFO O| Feb 01 14:41:42.830 INFO STEP 62 (ensure_file) COMPLETE
88552026-02-01T14:41:43.481Z[ recovery-image] Feb 01 14:41:42.830 INFO O| Feb 01 14:41:42.830 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88562026-02-01T14:41:43.481Z[ recovery-image] Feb 01 14:41:42.841 INFO O| Feb 01 14:41:42.841 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
88572026-02-01T14:41:43.481Z[ recovery-image] Feb 01 14:41:42.841 INFO O| Feb 01 14:41:42.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
88582026-02-01T14:41:43.481Z[ recovery-image] Feb 01 14:41:42.841 INFO O| Feb 01 14:41:42.841 INFO STEP 63 (ensure_dir) COMPLETE
88592026-02-01T14:41:43.481Z[ recovery-image] Feb 01 14:41:42.841 INFO O| Feb 01 14:41:42.841 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88602026-02-01T14:41:43.481Z[ recovery-image] Feb 01 14:41:42.853 INFO O| Feb 01 14:41:42.853 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
88612026-02-01T14:41:43.481Z[ recovery-image] Feb 01 14:41:42.853 INFO O| Feb 01 14:41:42.853 INFO copying /tmp/.tmpVmOk05/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 ...
88622026-02-01T14:41:43.481Z[ recovery-image] Feb 01 14:41:42.853 INFO O| Feb 01 14:41:42.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
88632026-02-01T14:41:43.481Z[ recovery-image] Feb 01 14:41:42.853 INFO O| Feb 01 14:41:42.853 INFO ok!
88642026-02-01T14:41:43.481Z[ recovery-image] Feb 01 14:41:42.853 INFO O| Feb 01 14:41:42.853 INFO STEP 64 (ensure_file) COMPLETE
88652026-02-01T14:41:43.481Z[ recovery-image] Feb 01 14:41:42.853 INFO O| Feb 01 14:41:42.853 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88662026-02-01T14:41:43.505Z[ recovery-image] Feb 01 14:41:42.864 INFO O| Feb 01 14:41:42.864 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
88672026-02-01T14:41:43.505Z[ recovery-image] Feb 01 14:41:42.864 INFO O| Feb 01 14:41:42.864 INFO copying /tmp/.tmpVmOk05/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
88682026-02-01T14:41:43.505Z[ recovery-image] Feb 01 14:41:42.864 INFO O| Feb 01 14:41:42.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
88692026-02-01T14:41:43.505Z[ recovery-image] Feb 01 14:41:42.864 INFO O| Feb 01 14:41:42.864 INFO ok!
88702026-02-01T14:41:43.505Z[ recovery-image] Feb 01 14:41:42.864 INFO O| Feb 01 14:41:42.864 INFO STEP 65 (ensure_file) COMPLETE
88712026-02-01T14:41:43.505Z[ recovery-image] Feb 01 14:41:42.864 INFO O| Feb 01 14:41:42.864 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88722026-02-01T14:41:43.505Z[ recovery-image] Feb 01 14:41:42.874 INFO O| Feb 01 14:41:42.874 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
88732026-02-01T14:41:43.506Z[ recovery-image] Feb 01 14:41:42.874 INFO O| Feb 01 14:41:42.874 INFO STEP 66 (ensure_dir) COMPLETE
88742026-02-01T14:41:43.506Z[ recovery-image] Feb 01 14:41:42.874 INFO O| Feb 01 14:41:42.874 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88752026-02-01T14:41:43.530Z[ recovery-image] Feb 01 14:41:42.886 INFO O| Feb 01 14:41:42.886 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
88762026-02-01T14:41:43.530Z[ recovery-image] Feb 01 14:41:42.886 INFO O| Feb 01 14:41:42.886 INFO STEP 67 (ensure_dir) COMPLETE
88772026-02-01T14:41:43.530Z[ recovery-image] Feb 01 14:41:42.886 INFO O| Feb 01 14:41:42.886 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88782026-02-01T14:41:43.530Z[ recovery-image] Feb 01 14:41:42.896 INFO O| Feb 01 14:41:42.896 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
88792026-02-01T14:41:43.530Z[ recovery-image] Feb 01 14:41:42.896 INFO O| Feb 01 14:41:42.896 INFO STEP 68 (ensure_dir) COMPLETE
88802026-02-01T14:41:43.530Z[ recovery-image] Feb 01 14:41:42.896 INFO O| Feb 01 14:41:42.896 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88812026-02-01T14:41:43.554Z[ recovery-image] Feb 01 14:41:42.908 INFO O| Feb 01 14:41:42.908 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
88822026-02-01T14:41:43.554Z[ recovery-image] Feb 01 14:41:42.908 INFO O| Feb 01 14:41:42.908 INFO STEP 69 (ensure_dir) COMPLETE
88832026-02-01T14:41:43.554Z[ recovery-image] Feb 01 14:41:42.908 INFO O| Feb 01 14:41:42.908 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88842026-02-01T14:41:43.554Z[ recovery-image] Feb 01 14:41:42.918 INFO O| Feb 01 14:41:42.918 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
88852026-02-01T14:41:43.554Z[ recovery-image] Feb 01 14:41:42.918 INFO O| Feb 01 14:41:42.918 INFO copying /tmp/.tmpVmOk05/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
88862026-02-01T14:41:43.554Z[ recovery-image] Feb 01 14:41:42.918 INFO O| Feb 01 14:41:42.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
88872026-02-01T14:41:43.554Z[ recovery-image] Feb 01 14:41:42.918 INFO O| Feb 01 14:41:42.918 INFO ok!
88882026-02-01T14:41:43.554Z[ recovery-image] Feb 01 14:41:42.918 INFO O| Feb 01 14:41:42.918 INFO STEP 70 (ensure_file) COMPLETE
88892026-02-01T14:41:43.554Z[ recovery-image] Feb 01 14:41:42.918 INFO O| Feb 01 14:41:42.918 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88902026-02-01T14:41:43.578Z[ recovery-image] Feb 01 14:41:42.930 INFO O| Feb 01 14:41:42.930 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
88912026-02-01T14:41:43.578Z[ recovery-image] Feb 01 14:41:42.930 INFO O| Feb 01 14:41:42.930 INFO STEP 71 (remove_files) COMPLETE
88922026-02-01T14:41:43.578Z[ recovery-image] Feb 01 14:41:42.930 INFO O| Feb 01 14:41:42.930 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88932026-02-01T14:41:43.578Z[ recovery-image] Feb 01 14:41:42.941 INFO O| Feb 01 14:41:42.941 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
88942026-02-01T14:41:43.578Z[ recovery-image] Feb 01 14:41:42.941 INFO O| Feb 01 14:41:42.941 INFO STEP 72 (remove_files) COMPLETE
88952026-02-01T14:41:43.578Z[ recovery-image] Feb 01 14:41:42.941 INFO O| Feb 01 14:41:42.941 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88962026-02-01T14:41:43.602Z[ recovery-image] Feb 01 14:41:42.954 INFO O| Feb 01 14:41:42.954 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
88972026-02-01T14:41:43.602Z[ recovery-image] Feb 01 14:41:42.954 INFO O| Feb 01 14:41:42.954 INFO STEP 73 (remove_files) COMPLETE
88982026-02-01T14:41:43.602Z[ recovery-image] Feb 01 14:41:42.954 INFO O| Feb 01 14:41:42.954 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88992026-02-01T14:41:43.602Z[ recovery-image] Feb 01 14:41:42.967 INFO O| Feb 01 14:41:42.967 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
89002026-02-01T14:41:43.602Z[ recovery-image] Feb 01 14:41:42.967 INFO O| Feb 01 14:41:42.967 INFO STEP 74 (remove_files) COMPLETE
89012026-02-01T14:41:43.602Z[ recovery-image] Feb 01 14:41:42.967 INFO O| Feb 01 14:41:42.967 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89022026-02-01T14:41:43.626Z[ recovery-image] Feb 01 14:41:42.978 INFO O| Feb 01 14:41:42.978 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
89032026-02-01T14:41:43.626Z[ recovery-image] Feb 01 14:41:42.978 INFO O| Feb 01 14:41:42.978 INFO STEP 75 (remove_files) COMPLETE
89042026-02-01T14:41:43.626Z[ recovery-image] Feb 01 14:41:42.978 INFO O| Feb 01 14:41:42.978 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89052026-02-01T14:41:43.626Z[ recovery-image] Feb 01 14:41:42.990 INFO O| Feb 01 14:41:42.990 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
89062026-02-01T14:41:43.626Z[ recovery-image] Feb 01 14:41:42.990 INFO O| Feb 01 14:41:42.990 INFO STEP 76 (remove_files) COMPLETE
89072026-02-01T14:41:43.626Z[ recovery-image] Feb 01 14:41:42.990 INFO O| Feb 01 14:41:42.990 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89082026-02-01T14:41:43.651Z[ recovery-image] Feb 01 14:41:43.001 INFO O| Feb 01 14:41:43.001 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
89092026-02-01T14:41:43.651Z[ recovery-image] Feb 01 14:41:43.001 INFO O| Feb 01 14:41:43.001 INFO STEP 77 (remove_files) COMPLETE
89102026-02-01T14:41:43.651Z[ recovery-image] Feb 01 14:41:43.001 INFO O| Feb 01 14:41:43.001 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89112026-02-01T14:41:43.651Z[ recovery-image] Feb 01 14:41:43.011 INFO O| Feb 01 14:41:43.011 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
89122026-02-01T14:41:43.651Z[ recovery-image] Feb 01 14:41:43.011 INFO O| Feb 01 14:41:43.011 INFO STEP 78 (remove_files) COMPLETE
89132026-02-01T14:41:43.651Z[ recovery-image] Feb 01 14:41:43.011 INFO O| Feb 01 14:41:43.011 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89142026-02-01T14:41:43.651Z[ recovery-image] Feb 01 14:41:43.021 INFO O| Feb 01 14:41:43.021 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
89152026-02-01T14:41:43.651Z[ recovery-image] Feb 01 14:41:43.021 INFO O| Feb 01 14:41:43.021 INFO STEP 79 (remove_files) COMPLETE
89162026-02-01T14:41:43.651Z[ recovery-image] Feb 01 14:41:43.021 INFO O| Feb 01 14:41:43.021 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89172026-02-01T14:41:43.675Z[ recovery-image] Feb 01 14:41:43.031 INFO O| Feb 01 14:41:43.031 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
89182026-02-01T14:41:43.675Z[ recovery-image] Feb 01 14:41:43.032 INFO O| Feb 01 14:41:43.031 INFO STEP 80 (remove_files) COMPLETE
89192026-02-01T14:41:43.675Z[ recovery-image] Feb 01 14:41:43.032 INFO O| Feb 01 14:41:43.031 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89202026-02-01T14:41:43.675Z[ recovery-image] Feb 01 14:41:43.044 INFO O| Feb 01 14:41:43.044 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
89212026-02-01T14:41:43.675Z[ recovery-image] Feb 01 14:41:43.044 INFO O| Feb 01 14:41:43.044 INFO STEP 81 (remove_files) COMPLETE
89222026-02-01T14:41:43.675Z[ recovery-image] Feb 01 14:41:43.044 INFO O| Feb 01 14:41:43.044 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89232026-02-01T14:41:43.699Z[ recovery-image] Feb 01 14:41:43.058 INFO O| Feb 01 14:41:43.058 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
89242026-02-01T14:41:43.699Z[ recovery-image] Feb 01 14:41:43.058 INFO O| Feb 01 14:41:43.058 INFO STEP 82 (remove_files) COMPLETE
89252026-02-01T14:41:43.699Z[ recovery-image] Feb 01 14:41:43.058 INFO O| Feb 01 14:41:43.058 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89262026-02-01T14:41:43.699Z[ recovery-image] Feb 01 14:41:43.069 INFO O| Feb 01 14:41:43.069 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
89272026-02-01T14:41:43.699Z[ recovery-image] Feb 01 14:41:43.069 INFO O| Feb 01 14:41:43.069 INFO STEP 83 (remove_files) COMPLETE
89282026-02-01T14:41:43.699Z[ recovery-image] Feb 01 14:41:43.069 INFO O| Feb 01 14:41:43.069 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89292026-02-01T14:41:43.723Z[ recovery-image] Feb 01 14:41:43.080 INFO O| Feb 01 14:41:43.080 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
89302026-02-01T14:41:43.723Z[ recovery-image] Feb 01 14:41:43.080 INFO O| Feb 01 14:41:43.080 INFO STEP 84 (remove_files) COMPLETE
89312026-02-01T14:41:43.723Z[ recovery-image] Feb 01 14:41:43.080 INFO O| Feb 01 14:41:43.080 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89322026-02-01T14:41:43.723Z[ recovery-image] Feb 01 14:41:43.091 INFO O| Feb 01 14:41:43.091 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
89332026-02-01T14:41:43.723Z[ recovery-image] Feb 01 14:41:43.091 INFO O| Feb 01 14:41:43.091 INFO STEP 85 (remove_files) COMPLETE
89342026-02-01T14:41:43.723Z[ recovery-image] Feb 01 14:41:43.091 INFO O| Feb 01 14:41:43.091 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89352026-02-01T14:41:43.747Z[ recovery-image] Feb 01 14:41:43.103 INFO O| Feb 01 14:41:43.103 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
89362026-02-01T14:41:43.747Z[ recovery-image] Feb 01 14:41:43.103 INFO O| Feb 01 14:41:43.103 INFO STEP 86 (remove_files) COMPLETE
89372026-02-01T14:41:43.747Z[ recovery-image] Feb 01 14:41:43.103 INFO O| Feb 01 14:41:43.103 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89382026-02-01T14:41:43.747Z[ recovery-image] Feb 01 14:41:43.114 INFO O| Feb 01 14:41:43.114 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
89392026-02-01T14:41:43.747Z[ recovery-image] Feb 01 14:41:43.114 INFO O| Feb 01 14:41:43.114 INFO STEP 87 (remove_files) COMPLETE
89402026-02-01T14:41:43.747Z[ recovery-image] Feb 01 14:41:43.114 INFO O| Feb 01 14:41:43.114 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89412026-02-01T14:41:43.771Z[ recovery-image] Feb 01 14:41:43.126 INFO O| Feb 01 14:41:43.126 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
89422026-02-01T14:41:43.772Z[ recovery-image] Feb 01 14:41:43.127 INFO O| Feb 01 14:41:43.126 INFO STEP 88 (remove_files) COMPLETE
89432026-02-01T14:41:43.772Z[ recovery-image] Feb 01 14:41:43.127 INFO O| Feb 01 14:41:43.126 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89442026-02-01T14:41:43.772Z[ recovery-image] Feb 01 14:41:43.139 INFO O| Feb 01 14:41:43.139 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
89452026-02-01T14:41:43.772Z[ recovery-image] Feb 01 14:41:43.139 INFO O| Feb 01 14:41:43.139 INFO STEP 89 (remove_files) COMPLETE
89462026-02-01T14:41:43.772Z[ recovery-image] Feb 01 14:41:43.139 INFO O| Feb 01 14:41:43.139 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89472026-02-01T14:41:43.796Z[ recovery-image] Feb 01 14:41:43.150 INFO O| Feb 01 14:41:43.150 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
89482026-02-01T14:41:43.796Z[ recovery-image] Feb 01 14:41:43.150 INFO O| Feb 01 14:41:43.150 INFO STEP 90 (remove_files) COMPLETE
89492026-02-01T14:41:43.796Z[ recovery-image] Feb 01 14:41:43.150 INFO O| Feb 01 14:41:43.150 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89502026-02-01T14:41:43.796Z[ recovery-image] Feb 01 14:41:43.161 INFO O| Feb 01 14:41:43.160 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
89512026-02-01T14:41:43.796Z[ recovery-image] Feb 01 14:41:43.161 INFO O| Feb 01 14:41:43.161 INFO STEP 91 (remove_files) COMPLETE
89522026-02-01T14:41:43.796Z[ recovery-image] Feb 01 14:41:43.161 INFO O| Feb 01 14:41:43.161 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89532026-02-01T14:41:43.820Z[ recovery-image] Feb 01 14:41:43.171 INFO O| Feb 01 14:41:43.171 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
89542026-02-01T14:41:43.820Z[ recovery-image] Feb 01 14:41:43.172 INFO O| Feb 01 14:41:43.171 INFO STEP 92 (remove_files) COMPLETE
89552026-02-01T14:41:43.820Z[ recovery-image] Feb 01 14:41:43.172 INFO O| Feb 01 14:41:43.171 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89562026-02-01T14:41:43.820Z[ recovery-image] Feb 01 14:41:43.185 INFO O| Feb 01 14:41:43.184 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
89572026-02-01T14:41:43.820Z[ recovery-image] Feb 01 14:41:43.185 INFO O| Feb 01 14:41:43.185 INFO STEP 93 (remove_files) COMPLETE
89582026-02-01T14:41:43.820Z[ recovery-image] Feb 01 14:41:43.185 INFO O| Feb 01 14:41:43.185 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89592026-02-01T14:41:43.844Z[ recovery-image] Feb 01 14:41:43.196 INFO O| Feb 01 14:41:43.196 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
89602026-02-01T14:41:43.844Z[ recovery-image] Feb 01 14:41:43.196 INFO O| Feb 01 14:41:43.196 INFO STEP 94 (remove_files) COMPLETE
89612026-02-01T14:41:43.844Z[ recovery-image] Feb 01 14:41:43.196 INFO O| Feb 01 14:41:43.196 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89622026-02-01T14:41:43.844Z[ recovery-image] Feb 01 14:41:43.207 INFO O| Feb 01 14:41:43.207 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
89632026-02-01T14:41:43.844Z[ recovery-image] Feb 01 14:41:43.207 INFO O| Feb 01 14:41:43.207 INFO STEP 95 (remove_files) COMPLETE
89642026-02-01T14:41:43.844Z[ recovery-image] Feb 01 14:41:43.207 INFO O| Feb 01 14:41:43.207 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89652026-02-01T14:41:43.868Z[ recovery-image] Feb 01 14:41:43.219 INFO O| Feb 01 14:41:43.219 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
89662026-02-01T14:41:43.868Z[ recovery-image] Feb 01 14:41:43.220 INFO O| Feb 01 14:41:43.220 INFO STEP 96 (remove_files) COMPLETE
89672026-02-01T14:41:43.868Z[ recovery-image] Feb 01 14:41:43.220 INFO O| Feb 01 14:41:43.220 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89682026-02-01T14:41:43.868Z[ recovery-image] Feb 01 14:41:43.231 INFO O| Feb 01 14:41:43.231 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
89692026-02-01T14:41:43.868Z[ recovery-image] Feb 01 14:41:43.231 INFO O| Feb 01 14:41:43.231 INFO STEP 97 (remove_files) COMPLETE
89702026-02-01T14:41:43.868Z[ recovery-image] Feb 01 14:41:43.231 INFO O| Feb 01 14:41:43.231 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89712026-02-01T14:41:43.892Z[ recovery-image] Feb 01 14:41:43.246 INFO O| Feb 01 14:41:43.246 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
89722026-02-01T14:41:43.893Z[ recovery-image] Feb 01 14:41:43.246 INFO O| Feb 01 14:41:43.246 INFO STEP 98 (remove_files) COMPLETE
89732026-02-01T14:41:43.893Z[ recovery-image] Feb 01 14:41:43.246 INFO O| Feb 01 14:41:43.246 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89742026-02-01T14:41:43.893Z[ recovery-image] Feb 01 14:41:43.258 INFO O| Feb 01 14:41:43.258 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
89752026-02-01T14:41:43.893Z[ recovery-image] Feb 01 14:41:43.258 INFO O| Feb 01 14:41:43.258 INFO STEP 99 (remove_files) COMPLETE
89762026-02-01T14:41:43.893Z[ recovery-image] Feb 01 14:41:43.258 INFO O| Feb 01 14:41:43.258 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89772026-02-01T14:41:43.917Z[ recovery-image] Feb 01 14:41:43.278 INFO O| Feb 01 14:41:43.278 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
89782026-02-01T14:41:43.917Z[ recovery-image] Feb 01 14:41:43.279 INFO O| Feb 01 14:41:43.278 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
89792026-02-01T14:41:50.945Z[ host-image] Feb 01 14:41:50.318 INFO O| Feb 01 14:41:50.317 INFO O| Planning: Solver setup ... Done
89802026-02-01T14:41:50.969Z[ host-image] Feb 01 14:41:50.326 INFO O| Feb 01 14:41:50.326 INFO O| Planning: Running solver ... Done
89812026-02-01T14:41:51.047Z[ recovery-image] Feb 01 14:41:50.420 INFO O| Feb 01 14:41:50.419 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
89822026-02-01T14:41:51.047Z[ recovery-image] Feb 01 14:41:50.420 INFO O| Feb 01 14:41:50.420 INFO E| svccfg: Loaded 68 smf(7) service descriptions
89832026-02-01T14:41:51.071Z[ recovery-image] Feb 01 14:41:50.437 INFO O| Feb 01 14:41:50.437 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
89842026-02-01T14:41:51.095Z[ host-image] Feb 01 14:41:50.449 INFO O| Feb 01 14:41:50.449 INFO O| Planning: Finding local manifests ... Done
89852026-02-01T14:41:51.154Z[ host-image] Feb 01 14:41:50.527 INFO O| Feb 01 14:41:50.527 INFO O| Planning: Fetching manifests: 0/6 0% complete
89862026-02-01T14:41:51.217Z[ recovery-image] Feb 01 14:41:50.590 INFO O| Feb 01 14:41:50.590 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
89872026-02-01T14:41:51.305Z[ recovery-image] Feb 01 14:41:50.677 INFO O| Feb 01 14:41:50.677 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
89882026-02-01T14:41:51.375Z[ host-image] Feb 01 14:41:50.748 INFO O| Feb 01 14:41:50.748 INFO O| Planning: Fetching manifests: 6/6 100% complete
89892026-02-01T14:41:51.405Z[ host-image] Feb 01 14:41:50.778 INFO O| Feb 01 14:41:50.778 INFO O| Planning: Package planning ... Done
89902026-02-01T14:41:51.429Z[ recovery-image] Feb 01 14:41:50.780 INFO O| Feb 01 14:41:50.780 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
89912026-02-01T14:41:51.429Z[ recovery-image] Feb 01 14:41:50.780 INFO O| Feb 01 14:41:50.780 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 ...
89922026-02-01T14:41:51.429Z[ recovery-image] Feb 01 14:41:50.782 INFO O| Feb 01 14:41:50.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
89932026-02-01T14:41:51.429Z[ recovery-image] Feb 01 14:41:50.782 INFO O| Feb 01 14:41:50.782 INFO ok!
89942026-02-01T14:41:51.429Z[ recovery-image] Feb 01 14:41:50.782 INFO O| Feb 01 14:41:50.782 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
89952026-02-01T14:41:51.429Z[ recovery-image] Feb 01 14:41:50.782 INFO O| Feb 01 14:41:50.782 INFO STEP 100 (seed_smf) COMPLETE
89962026-02-01T14:41:51.429Z[ recovery-image] Feb 01 14:41:50.782 INFO O| Feb 01 14:41:50.782 INFO steps complete; finalising image!
89972026-02-01T14:41:51.429Z[ recovery-image] Feb 01 14:41:50.782 INFO O| Feb 01 14:41:50.782 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
89982026-02-01T14:41:51.429Z[ host-image] Feb 01 14:41:50.783 INFO O| Feb 01 14:41:50.783 INFO O| Planning: Merging actions ... Done
89992026-02-01T14:41:51.491Z[ recovery-image] Feb 01 14:41:50.864 INFO O| Feb 01 14:41:50.864 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Sun Feb 1 14:41:50 2026)
90002026-02-01T14:41:51.515Z[ host-image] Feb 01 14:41:50.887 INFO O| Feb 01 14:41:50.887 INFO O| Planning: Checking for conflicting actions ... Done
90012026-02-01T14:41:51.539Z[ host-image] Feb 01 14:41:50.889 INFO O| Feb 01 14:41:50.889 INFO O| Planning: Consolidating action changes ... Done
90022026-02-01T14:41:51.701Z[ recovery-image] Feb 01 14:41:51.073 INFO O| Feb 01 14:41:51.073 INFO trim TEMPORARY-sled-zfs-recovery: (57% trimmed, started at Sun Feb 1 14:41:50 2026)
90032026-02-01T14:41:51.837Z[ host-image] Feb 01 14:41:51.210 INFO O| Feb 01 14:41:51.210 INFO O| Planning: Evaluating mediators ... Done
90042026-02-01T14:41:51.861Z[ host-image] Feb 01 14:41:51.213 INFO O| Feb 01 14:41:51.212 INFO O| Planning: Planning completed in 9.76 seconds
90052026-02-01T14:41:51.861Z[ host-image] Feb 01 14:41:51.213 INFO O| Feb 01 14:41:51.213 INFO O| Packages to install: 6
90062026-02-01T14:41:51.861Z[ host-image] Feb 01 14:41:51.214 INFO O| Feb 01 14:41:51.214 INFO O| Services to change: 2
90072026-02-01T14:41:51.885Z[ host-image] Feb 01 14:41:51.237 INFO O| Feb 01 14:41:51.237 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
90082026-02-01T14:41:51.923Z[ recovery-image] Feb 01 14:41:51.296 INFO O| Feb 01 14:41:51.296 INFO temporary pool has 420M used, 1.34G avail, 1.00x compressratio
90092026-02-01T14:41:51.923Z[ recovery-image] Feb 01 14:41:51.296 INFO O| Feb 01 14:41:51.296 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
90102026-02-01T14:41:52.213Z[ recovery-image] Feb 01 14:41:51.585 INFO O| Feb 01 14:41:51.585 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
90112026-02-01T14:41:52.213Z[ recovery-image] Feb 01 14:41:51.586 INFO O| Feb 01 14:41:51.585 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
90122026-02-01T14:41:54.469Z[ host-image] Feb 01 14:41:53.842 INFO O| Feb 01 14:41:53.842 INFO O| Download: Completed 1.75 MB in 2.61 seconds (685k/s)
90132026-02-01T14:41:54.513Z[ host-image] Feb 01 14:41:53.886 INFO O| Feb 01 14:41:53.886 INFO O| Actions: 1/390 actions (Installing new actions)
90142026-02-01T14:41:54.887Z[ host-image] Feb 01 14:41:54.260 INFO O| Feb 01 14:41:54.260 INFO O| Actions: Completed 390 actions in 0.37 seconds.
90152026-02-01T14:41:56.159Z[ recovery-image] Feb 01 14:41:55.532 INFO O| Feb 01 14:41:55.532 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
90162026-02-01T14:41:56.159Z[ recovery-image] Feb 01 14:41:55.532 INFO O| Feb 01 14:41:55.532 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
90172026-02-01T14:41:56.183Z[ recovery-image] Feb 01 14:41:55.532 INFO O| Feb 01 14:41:55.532 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
90182026-02-01T14:41:56.183Z[ recovery-image] Feb 01 14:41:55.532 INFO O| Feb 01 14:41:55.532 INFO completed processing sled/zfs-recovery
90192026-02-01T14:41:56.183Z[ recovery-image] Feb 01 14:41:55.532 INFO O| Feb 01 14:41:55.532 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
90202026-02-01T14:41:56.207Z[ host-image] Feb 01 14:41:55.580 INFO O| Feb 01 14:41:55.580 INFO O| Done
90212026-02-01T14:41:56.208Z[ host-image] Feb 01 14:41:55.580 INFO O| Feb 01 14:41:55.580 INFO O| Done
90222026-02-01T14:41:56.359Z[ recovery-image] Feb 01 14:41:55.732 INFO O| Feb 01 14:41:55.732 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
90232026-02-01T14:41:56.415Z[ recovery-image] Feb 01 14:41:55.788 INFO BUILD STRING "heads/stlouis-0-g741ecc3e58\n"
90242026-02-01T14:41:56.439Z[ recovery-image] Feb 01 14:41:55.789 INFO expanded image name: "recovery 980086d/${os_short_commit} 2026-02-01 13:56" -> "recovery 980086d/741ecc3 2026-02-01 13:56"
90252026-02-01T14:41:56.439Z[ recovery-image] Feb 01 14:41:55.789 INFO output artefacts stored in: "/work/os-recovery"
90262026-02-01T14:41:56.439Z[ recovery-image] Feb 01 14:41:55.790 INFO collecting git info from project "bootserver"...
90272026-02-01T14:41:56.463Z[ recovery-image] Feb 01 14:41:55.816 INFO collecting git info from project "pilot"...
90282026-02-01T14:41:56.486Z[ recovery-image] Feb 01 14:41:55.854 INFO collecting git info from project "amd-host-image-builder"...
90292026-02-01T14:41:56.568Z[ recovery-image] Feb 01 14:41:55.941 INFO collecting git info from project "phbl"...
90302026-02-01T14:41:56.592Z[ recovery-image] Feb 01 14:41:55.957 INFO collecting git info from project "pinprick"...
90312026-02-01T14:41:56.616Z[ recovery-image] Feb 01 14:41:55.969 INFO collecting git info from project "image-builder"...
90322026-02-01T14:41:56.616Z[ recovery-image] Feb 01 14:41:55.982 INFO collecting git info from project "chelsio-t6-roms"...
90332026-02-01T14:41:56.650Z[ recovery-image] Feb 01 14:41:56.023 INFO collecting git info from project "dmar-report"...
90342026-02-01T14:41:56.674Z[ recovery-image] Feb 01 14:41:56.044 INFO collecting git info from project "amd-firmware"...
90352026-02-01T14:41:57.517Z[ host-image] Feb 01 14:41:56.890 INFO O| Feb 01 14:41:56.890 INFO O| Done
90362026-02-01T14:41:57.863Z[ recovery-image] Feb 01 14:41:57.236 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
90372026-02-01T14:41:58.314Z[ recovery-image] Feb 01 14:41:57.687 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
90382026-02-01T14:41:58.758Z[ recovery-image] Feb 01 14:41:58.131 INFO creating Oxide boot image...
90392026-02-01T14:41:58.783Z[ recovery-image] Feb 01 14:41:58.132 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 980086d/741ecc3 2026-02-01 13:56", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
90402026-02-01T14:41:59.009Z[ host-image] Feb 01 14:41:58.382 INFO O| Feb 01 14:41:58.382 INFO O| Done
90412026-02-01T14:41:59.039Z[ host-image] Feb 01 14:41:58.412 INFO O| Feb 01 14:41:58.412 INFO O| Done
90422026-02-01T14:41:59.039Z[ host-image] Feb 01 14:41:58.412 INFO O| Feb 01 14:41:58.412 INFO O| Done
90432026-02-01T14:41:59.066Z[ host-image] Feb 01 14:41:58.440 INFO O| Feb 01 14:41:58.439 INFO O| Done
90442026-02-01T14:42:00.448Z[ host-image] Feb 01 14:41:59.820 INFO O| Feb 01 14:41:59.820 INFO STEP 12 (pkg_install) COMPLETE
90452026-02-01T14:42:00.448Z[ host-image] Feb 01 14:41:59.820 INFO O| Feb 01 14:41:59.820 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90462026-02-01T14:42:00.472Z[ host-image] Feb 01 14:41:59.831 INFO O| Feb 01 14:41:59.831 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
90472026-02-01T14:42:29.590Z[ host-image] Feb 01 14:42:28.963 INFO O| Feb 01 14:42:28.962 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
90482026-02-01T14:42:40.812Z[ host-image] Feb 01 14:42:40.185 INFO O| Feb 01 14:42:40.185 INFO O| Startup: Caching catalogs ... Done
90492026-02-01T14:42:46.910Z[ host-image] Feb 01 14:42:46.283 INFO O| Feb 01 14:42:46.283 INFO O| Planning: Solver setup ... Done
90502026-02-01T14:42:46.935Z[ host-image] Feb 01 14:42:46.292 INFO O| Feb 01 14:42:46.291 INFO O| Planning: Running solver ... Done
90512026-02-01T14:42:47.042Z[ host-image] Feb 01 14:42:46.415 INFO O| Feb 01 14:42:46.415 INFO O| Planning: Finding local manifests ... Done
90522026-02-01T14:42:47.119Z[ host-image] Feb 01 14:42:46.492 INFO O| Feb 01 14:42:46.492 INFO O| Planning: Fetching manifests: 0/6 0% complete
90532026-02-01T14:42:47.477Z[ host-image] Feb 01 14:42:46.850 INFO O| Feb 01 14:42:46.849 INFO O| Planning: Fetching manifests: 6/6 100% complete
90542026-02-01T14:42:47.514Z[ host-image] Feb 01 14:42:46.887 INFO O| Feb 01 14:42:46.887 INFO O| Planning: Package planning ... Done
90552026-02-01T14:42:47.538Z[ host-image] Feb 01 14:42:46.909 INFO O| Feb 01 14:42:46.909 INFO O| Planning: Merging actions ... Done
90562026-02-01T14:42:47.611Z[ host-image] Feb 01 14:42:46.985 INFO O| Feb 01 14:42:46.985 INFO O| Planning: Checking for conflicting actions ... Done
90572026-02-01T14:42:47.636Z[ host-image] Feb 01 14:42:46.989 INFO O| Feb 01 14:42:46.989 INFO O| Planning: Consolidating action changes ... Done
90582026-02-01T14:42:47.828Z[ host-image] Feb 01 14:42:47.201 INFO O| Feb 01 14:42:47.201 INFO O| Planning: Evaluating mediators ... Done
90592026-02-01T14:42:47.852Z[ host-image] Feb 01 14:42:47.205 INFO O| Feb 01 14:42:47.205 INFO O| Planning: Planning completed in 6.92 seconds
90602026-02-01T14:42:47.852Z[ host-image] Feb 01 14:42:47.206 INFO O| Feb 01 14:42:47.206 INFO O| Packages to install: 6
90612026-02-01T14:42:47.852Z[ host-image] Feb 01 14:42:47.206 INFO O| Feb 01 14:42:47.206 INFO O| Mediators to change: 1
90622026-02-01T14:42:47.852Z[ host-image] Feb 01 14:42:47.206 INFO O| Feb 01 14:42:47.206 INFO O| Services to change: 1
90632026-02-01T14:42:47.876Z[ host-image] Feb 01 14:42:47.228 INFO O| Feb 01 14:42:47.228 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
90642026-02-01T14:42:50.786Z[ host-image] Feb 01 14:42:50.159 INFO O| Feb 01 14:42:50.159 INFO O| Download: Completed 7.71 MB in 2.93 seconds (2.6M/s)
90652026-02-01T14:42:50.859Z[ host-image] Feb 01 14:42:50.233 INFO O| Feb 01 14:42:50.232 INFO O| Actions: 1/1361 actions (Installing new actions)
90662026-02-01T14:42:51.323Z[ host-image] Feb 01 14:42:50.696 INFO O| Feb 01 14:42:50.696 INFO O| Actions: Completed 1361 actions in 0.46 seconds.
90672026-02-01T14:42:52.640Z[ host-image] Feb 01 14:42:52.013 INFO O| Feb 01 14:42:52.013 INFO O| Done
90682026-02-01T14:42:52.640Z[ host-image] Feb 01 14:42:52.013 INFO O| Feb 01 14:42:52.013 INFO O| Done
90692026-02-01T14:42:53.920Z[ host-image] Feb 01 14:42:53.293 INFO O| Feb 01 14:42:53.293 INFO O| Done
90702026-02-01T14:42:55.434Z[ host-image] Feb 01 14:42:54.807 INFO O| Feb 01 14:42:54.807 INFO O| Done
90712026-02-01T14:42:55.463Z[ host-image] Feb 01 14:42:54.837 INFO O| Feb 01 14:42:54.837 INFO O| Done
90722026-02-01T14:42:55.487Z[ host-image] Feb 01 14:42:54.837 INFO O| Feb 01 14:42:54.837 INFO O| Done
90732026-02-01T14:42:55.520Z[ host-image] Feb 01 14:42:54.894 INFO O| Feb 01 14:42:54.894 INFO O| Done
90742026-02-01T14:42:57.544Z[ host-image] Feb 01 14:42:56.917 INFO O| Feb 01 14:42:56.917 INFO STEP 13 (pkg_install) COMPLETE
90752026-02-01T14:42:57.544Z[ host-image] Feb 01 14:42:56.917 INFO O| Feb 01 14:42:56.917 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90762026-02-01T14:42:57.568Z[ host-image] Feb 01 14:42:56.931 INFO O| Feb 01 14:42:56.931 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
90772026-02-01T14:43:02.342Z[ recovery-image] Feb 01 14:43:01.715 INFO O| ok, image written!
90782026-02-01T14:43:02.342Z[ recovery-image] Feb 01 14:43:01.715 INFO O| ok, boot_image_csum file written!
90792026-02-01T14:43:02.365Z[ recovery-image] Feb 01 14:43:01.725 INFO creating boot archive (CPIO)...
90802026-02-01T14:43:02.366Z[ recovery-image] Feb 01 14:43:01.725 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
90812026-02-01T14:43:02.389Z[ recovery-image] Feb 01 14:43:01.739 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90822026-02-01T14:43:02.389Z[ recovery-image] Feb 01 14:43:01.739 INFO E| + outfile=/work/os-recovery/cpio
90832026-02-01T14:43:02.389Z[ recovery-image] Feb 01 14:43:01.739 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90842026-02-01T14:43:02.389Z[ recovery-image] Feb 01 14:43:01.742 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90852026-02-01T14:43:02.389Z[ recovery-image] Feb 01 14:43:01.742 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90862026-02-01T14:43:02.426Z[ recovery-image] Feb 01 14:43:01.800 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90872026-02-01T14:43:02.426Z[ recovery-image] Feb 01 14:43:01.800 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90882026-02-01T14:43:02.450Z[ recovery-image] Feb 01 14:43:01.811 INFO creating compressed cpio/unix for dev loaders...
90892026-02-01T14:43:02.450Z[ recovery-image] Feb 01 14:43:01.811 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/amd64/unix' >'/work/os-recovery/unix.z'"], pwd: None
90902026-02-01T14:43:02.896Z[ recovery-image] Feb 01 14:43:02.269 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
90912026-02-01T14:43:09.717Z[ recovery-image] Feb 01 14:43:09.091 INFO creating reset image...
90922026-02-01T14:43:09.717Z[ recovery-image] Feb 01 14:43:09.091 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90932026-02-01T14:43:34.742Z[ host-image] Feb 01 14:43:34.115 INFO O| Feb 01 14:43:34.115 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
90942026-02-01T14:43:51.127Z[ host-image] Feb 01 14:43:50.501 INFO O| Feb 01 14:43:50.500 INFO O| Startup: Caching catalogs ... Done
90952026-02-01T14:43:59.803Z[ host-image] Feb 01 14:43:59.176 INFO O| Feb 01 14:43:59.176 INFO O| Planning: Solver setup ... Done
90962026-02-01T14:43:59.827Z[ host-image] Feb 01 14:43:59.186 INFO O| Feb 01 14:43:59.186 INFO O| Planning: Running solver ... Done
90972026-02-01T14:43:59.959Z[ host-image] Feb 01 14:43:59.332 INFO O| Feb 01 14:43:59.332 INFO O| Planning: Finding local manifests ... Done
90982026-02-01T14:44:00.070Z[ host-image] Feb 01 14:43:59.444 INFO O| Feb 01 14:43:59.444 INFO O| Planning: Fetching manifests: 0/1 0% complete
90992026-02-01T14:44:00.098Z[ host-image] Feb 01 14:43:59.472 INFO O| Feb 01 14:43:59.472 INFO O| Planning: Fetching manifests: 1/1 100% complete
91002026-02-01T14:44:00.122Z[ host-image] Feb 01 14:43:59.495 INFO O| Feb 01 14:43:59.495 INFO O| Planning: Package planning ... Done
91012026-02-01T14:44:00.122Z[ host-image] Feb 01 14:43:59.496 INFO O| Feb 01 14:43:59.496 INFO O| Planning: Merging actions ... Done
91022026-02-01T14:44:00.198Z[ host-image] Feb 01 14:43:59.572 INFO O| Feb 01 14:43:59.572 INFO O| Planning: Checking for conflicting actions ... Done
91032026-02-01T14:44:00.222Z[ host-image] Feb 01 14:43:59.573 INFO O| Feb 01 14:43:59.573 INFO O| Planning: Consolidating action changes ... Done
91042026-02-01T14:44:00.475Z[ host-image] Feb 01 14:43:59.848 INFO O| Feb 01 14:43:59.848 INFO O| Planning: Evaluating mediators ... Done
91052026-02-01T14:44:00.499Z[ host-image] Feb 01 14:43:59.849 INFO O| Feb 01 14:43:59.849 INFO O| Planning: Planning completed in 9.24 seconds
91062026-02-01T14:44:00.499Z[ host-image] Feb 01 14:43:59.850 INFO O| Feb 01 14:43:59.850 INFO O| Packages to install: 1
91072026-02-01T14:44:00.522Z[ host-image] Feb 01 14:43:59.883 INFO O| Feb 01 14:43:59.883 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
91082026-02-01T14:44:01.208Z[ host-image] Feb 01 14:44:00.581 INFO O| Feb 01 14:44:00.581 INFO O| Download: Completed 12.26 MB in 0.70 seconds (17.6M/s)
91092026-02-01T14:44:01.274Z[ host-image] Feb 01 14:44:00.648 INFO O| Feb 01 14:44:00.648 INFO O| Actions: 1/22 actions (Installing new actions)
91102026-02-01T14:44:01.853Z[ host-image] Feb 01 14:44:01.227 INFO O| Feb 01 14:44:01.227 INFO O| Actions: Completed 22 actions in 0.58 seconds.
91112026-02-01T14:44:03.659Z[ host-image] Feb 01 14:44:03.032 INFO O| Feb 01 14:44:03.032 INFO O| Done
91122026-02-01T14:44:03.659Z[ host-image] Feb 01 14:44:03.032 INFO O| Feb 01 14:44:03.032 INFO O| Done
91132026-02-01T14:44:05.514Z[ host-image] Feb 01 14:44:04.888 INFO O| Feb 01 14:44:04.888 INFO O| Done
91142026-02-01T14:44:07.711Z[ host-image] Feb 01 14:44:07.085 INFO O| Feb 01 14:44:07.085 INFO O| Done
91152026-02-01T14:44:07.747Z[ host-image] Feb 01 14:44:07.121 INFO O| Feb 01 14:44:07.121 INFO O| Done
91162026-02-01T14:44:07.771Z[ host-image] Feb 01 14:44:07.121 INFO O| Feb 01 14:44:07.121 INFO O| Done
91172026-02-01T14:44:07.794Z[ host-image] Feb 01 14:44:07.154 INFO O| Feb 01 14:44:07.154 INFO O| Done
91182026-02-01T14:44:10.039Z[ host-image] Feb 01 14:44:09.413 INFO O| Feb 01 14:44:09.413 INFO STEP 14 (pkg_install) COMPLETE
91192026-02-01T14:44:10.039Z[ host-image] Feb 01 14:44:09.413 INFO O| Feb 01 14:44:09.413 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91202026-02-01T14:44:10.040Z[ host-image] Feb 01 14:44:09.413 INFO O| Feb 01 14:44:09.413 INFO skip step because feature "mbist" is not enabled
91212026-02-01T14:44:10.064Z[ host-image] Feb 01 14:44:09.413 INFO O| Feb 01 14:44:09.413 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91222026-02-01T14:44:10.064Z[ host-image] Feb 01 14:44:09.413 INFO O| Feb 01 14:44:09.413 INFO skip step because feature "mfg" is not enabled
91232026-02-01T14:44:10.064Z[ host-image] Feb 01 14:44:09.413 INFO O| Feb 01 14:44:09.413 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91242026-02-01T14:44:10.064Z[ host-image] Feb 01 14:44:09.413 INFO O| Feb 01 14:44:09.413 INFO skip step because feature "compliance" is not enabled
91252026-02-01T14:44:10.064Z[ host-image] Feb 01 14:44:09.413 INFO O| Feb 01 14:44:09.413 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91262026-02-01T14:44:10.064Z[ host-image] Feb 01 14:44:09.413 INFO O| Feb 01 14:44:09.413 INFO skip step because feature "stress" is not enabled
91272026-02-01T14:44:10.064Z[ host-image] Feb 01 14:44:09.413 INFO O| Feb 01 14:44:09.413 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91282026-02-01T14:44:10.064Z[ host-image] Feb 01 14:44:09.413 INFO O| Feb 01 14:44:09.413 INFO skip step because feature "compliance" is not enabled
91292026-02-01T14:44:10.064Z[ host-image] Feb 01 14:44:09.413 INFO O| Feb 01 14:44:09.413 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91302026-02-01T14:44:10.064Z[ host-image] Feb 01 14:44:09.413 INFO O| Feb 01 14:44:09.413 INFO skip step because feature "nfs" is not enabled
91312026-02-01T14:44:10.064Z[ host-image] Feb 01 14:44:09.413 INFO O| Feb 01 14:44:09.413 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
91322026-02-01T14:44:10.064Z[ host-image] Feb 01 14:44:09.413 INFO O| Feb 01 14:44:09.413 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91332026-02-01T14:44:10.277Z[ host-image] Feb 01 14:44:09.651 INFO O| Feb 01 14:44:09.651 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
91342026-02-01T14:44:10.359Z[ host-image] Feb 01 14:44:09.732 INFO O| Feb 01 14:44:09.732 INFO completed processing sled/ramdisk-01-os
91352026-02-01T14:44:10.626Z[ host-image] Feb 01 14:44:10.000 INFO omicron1 baseline generation...
91362026-02-01T14:44:10.626Z[ host-image] Feb 01 14:44:10.000 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
91372026-02-01T14:44:11.030Z[ recovery-image] Feb 01 14:44:10.403 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-01-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
91382026-02-01T14:44:11.054Z[ recovery-image] Feb 01 14:44:10.403 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")
91392026-02-01T14:44:11.403Z[ recovery-image] Feb 01 14:44:10.777 INFO E| Updating crates.io index
91402026-02-01T14:44:11.650Z[ host-image] Feb 01 14:44:11.024 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23743:20260129T215615Z
91412026-02-01T14:44:11.988Z[ recovery-image] Feb 01 14:44:11.362 INFO E| Downloading crates ...
91422026-02-01T14:44:12.287Z[ recovery-image] Feb 01 14:44:11.661 INFO E| Downloaded anstyle-query v1.1.5
91432026-02-01T14:44:12.311Z[ recovery-image] Feb 01 14:44:11.668 INFO E| Downloaded quote v1.0.43
91442026-02-01T14:44:12.311Z[ recovery-image] Feb 01 14:44:11.672 INFO E| Downloaded shared_child v1.1.1
91452026-02-01T14:44:12.311Z[ recovery-image] Feb 01 14:44:11.673 INFO E| Downloaded sigchld v0.2.4
91462026-02-01T14:44:12.311Z[ recovery-image] Feb 01 14:44:11.675 INFO E| Downloaded signal-hook-registry v1.4.8
91472026-02-01T14:44:12.311Z[ recovery-image] Feb 01 14:44:11.677 INFO E| Downloaded shared_thread v0.2.0
91482026-02-01T14:44:12.311Z[ recovery-image] Feb 01 14:44:11.678 INFO E| Downloaded os_pipe v1.2.3
91492026-02-01T14:44:12.311Z[ recovery-image] Feb 01 14:44:11.681 INFO E| Downloaded duct v1.1.1
91502026-02-01T14:44:12.311Z[ recovery-image] Feb 01 14:44:11.684 INFO E| Downloaded clap_lex v0.7.7
91512026-02-01T14:44:12.335Z[ recovery-image] Feb 01 14:44:11.686 INFO E| Downloaded proc-macro2 v1.0.105
91522026-02-01T14:44:12.335Z[ recovery-image] Feb 01 14:44:11.689 INFO E| Downloaded clap v4.5.54
91532026-02-01T14:44:12.335Z[ recovery-image] Feb 01 14:44:11.700 INFO E| Downloaded clap_builder v4.5.54
91542026-02-01T14:44:12.408Z[ recovery-image] Feb 01 14:44:11.782 INFO E| Compiling libc v0.2.180
91552026-02-01T14:44:12.408Z[ recovery-image] Feb 01 14:44:11.782 INFO E| Compiling proc-macro2 v1.0.105
91562026-02-01T14:44:12.408Z[ recovery-image] Feb 01 14:44:11.782 INFO E| Compiling unicode-ident v1.0.22
91572026-02-01T14:44:12.432Z[ recovery-image] Feb 01 14:44:11.782 INFO E| Compiling signal-hook v0.3.18
91582026-02-01T14:44:12.432Z[ recovery-image] Feb 01 14:44:11.782 INFO E| Compiling quote v1.0.43
91592026-02-01T14:44:12.432Z[ recovery-image] Feb 01 14:44:11.782 INFO E| Compiling utf8parse v0.2.2
91602026-02-01T14:44:12.432Z[ recovery-image] Feb 01 14:44:11.782 INFO E| Compiling is_terminal_polyfill v1.70.2
91612026-02-01T14:44:12.432Z[ recovery-image] Feb 01 14:44:11.783 INFO E| Compiling anstyle-query v1.1.5
91622026-02-01T14:44:13.293Z[ recovery-image] Feb 01 14:44:12.667 INFO E| Compiling anstyle v1.0.13
91632026-02-01T14:44:13.293Z[ recovery-image] Feb 01 14:44:12.667 INFO E| Compiling colorchoice v1.0.4
91642026-02-01T14:44:13.317Z[ recovery-image] Feb 01 14:44:12.672 INFO E| Compiling strsim v0.11.1
91652026-02-01T14:44:13.546Z[ recovery-image] Feb 01 14:44:12.920 INFO E| Compiling anstyle-parse v0.2.7
91662026-02-01T14:44:13.701Z[ recovery-image] Feb 01 14:44:13.075 INFO E| Compiling clap_lex v0.7.7
91672026-02-01T14:44:13.807Z[ recovery-image] Feb 01 14:44:13.181 INFO E| Compiling heck v0.5.0
91682026-02-01T14:44:14.052Z[ recovery-image] Feb 01 14:44:13.425 INFO E| Compiling anstream v0.6.21
91692026-02-01T14:44:14.178Z[ recovery-image] Feb 01 14:44:13.552 INFO E| Compiling shared_thread v0.2.0
91702026-02-01T14:44:14.817Z[ recovery-image] Feb 01 14:44:14.191 INFO E| Compiling errno v0.3.14
91712026-02-01T14:44:14.817Z[ recovery-image] Feb 01 14:44:14.191 INFO E| Compiling os_pipe v1.2.3
91722026-02-01T14:44:14.854Z[ recovery-image] Feb 01 14:44:14.228 INFO E| Compiling clap_builder v4.5.54
91732026-02-01T14:44:15.107Z[ recovery-image] Feb 01 14:44:14.481 INFO E| Compiling signal-hook-registry v1.4.8
91742026-02-01T14:44:15.751Z[ recovery-image] Feb 01 14:44:15.125 INFO E| Compiling sigchld v0.2.4
91752026-02-01T14:44:15.964Z[ recovery-image] Feb 01 14:44:15.338 INFO E| Compiling shared_child v1.1.1
91762026-02-01T14:44:16.264Z[ recovery-image] Feb 01 14:44:15.638 INFO E| Compiling duct v1.1.1
91772026-02-01T14:44:16.295Z[ recovery-image] Feb 01 14:44:15.669 INFO E| Compiling syn v2.0.114
91782026-02-01T14:44:24.534Z[ recovery-image] Feb 01 14:44:23.908 INFO E| Compiling clap_derive v4.5.49
91792026-02-01T14:44:28.278Z[ recovery-image] Feb 01 14:44:27.652 INFO E| Compiling clap v4.5.54
91802026-02-01T14:44:28.533Z[ recovery-image] Feb 01 14:44:27.907 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
91812026-02-01T14:44:30.796Z[ recovery-image] Feb 01 14:44:30.170 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.67s
91822026-02-01T14:44:30.820Z[ recovery-image] Feb 01 14:44:30.182 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
91832026-02-01T14:44:31.337Z[ recovery-image] Feb 01 14:44:30.711 INFO E| Downloading crates ...
91842026-02-01T14:44:31.377Z[ recovery-image] Feb 01 14:44:30.752 INFO E| Downloaded bit_field v0.10.3
91852026-02-01T14:44:31.401Z[ recovery-image] Feb 01 14:44:30.757 INFO E| Downloaded bitstruct v0.1.1
91862026-02-01T14:44:31.401Z[ recovery-image] Feb 01 14:44:30.759 INFO E| Downloaded cpio_reader v0.1.2
91872026-02-01T14:44:31.401Z[ recovery-image] Feb 01 14:44:30.761 INFO E| Downloaded bitstruct_derive v0.1.0
91882026-02-01T14:44:31.401Z[ recovery-image] Feb 01 14:44:30.763 INFO E| Downloaded raw-cpuid v10.7.0
91892026-02-01T14:44:31.426Z[ recovery-image] Feb 01 14:44:30.780 INFO E| Downloaded goblin v0.10.4
91902026-02-01T14:44:31.426Z[ recovery-image] Feb 01 14:44:30.789 INFO E| Downloaded miniz_oxide v0.9.0
91912026-02-01T14:44:31.450Z[ recovery-image] Feb 01 14:44:30.825 INFO E| Downloaded x86 v0.52.0
91922026-02-01T14:44:31.544Z[ recovery-image] Feb 01 14:44:30.918 INFO E| Updating crates.io index
91932026-02-01T14:44:32.118Z[ recovery-image] Feb 01 14:44:31.492 INFO E| Downloading crates ...
91942026-02-01T14:44:32.188Z[ recovery-image] Feb 01 14:44:31.562 INFO E| Downloaded rustc-demangle v0.1.26
91952026-02-01T14:44:32.212Z[ recovery-image] Feb 01 14:44:31.565 INFO E| Downloaded rustc-literal-escaper v0.0.7
91962026-02-01T14:44:32.236Z[ recovery-image] Feb 01 14:44:31.597 INFO E| Downloaded libc v0.2.178
91972026-02-01T14:44:32.393Z[ recovery-image] Feb 01 14:44:31.767 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-01-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
91982026-02-01T14:44:32.393Z[ recovery-image] Feb 01 14:44:31.767 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-01-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
91992026-02-01T14:44:32.417Z[ recovery-image] Feb 01 14:44:31.767 INFO E| Compiling proc-macro2 v1.0.105
92002026-02-01T14:44:32.417Z[ recovery-image] Feb 01 14:44:31.767 INFO E| Compiling quote v1.0.43
92012026-02-01T14:44:32.417Z[ recovery-image] Feb 01 14:44:31.767 INFO E| Compiling unicode-ident v1.0.22
92022026-02-01T14:44:32.417Z[ recovery-image] Feb 01 14:44:31.767 INFO E| Compiling syn v1.0.109
92032026-02-01T14:44:32.417Z[ recovery-image] Feb 01 14:44:31.767 INFO E| Compiling x86 v0.52.0
92042026-02-01T14:44:32.417Z[ recovery-image] Feb 01 14:44:31.767 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
92052026-02-01T14:44:32.978Z[ recovery-image] Feb 01 14:44:32.352 INFO E| Compiling seq-macro v0.3.6
92062026-02-01T14:44:35.207Z[ recovery-image] Feb 01 14:44:34.581 INFO E| Compiling syn v2.0.114
92072026-02-01T14:44:40.678Z[ recovery-image] Feb 01 14:44:40.052 INFO E| Compiling scroll_derive v0.13.1
92082026-02-01T14:44:45.453Z[ recovery-image] Feb 01 14:44:44.827 INFO E| Compiling bitstruct_derive v0.1.0
92092026-02-01T14:45:11.586Z[ recovery-image] Feb 01 14:45:10.960 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-01-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
92102026-02-01T14:45:18.436Z[ recovery-image] Feb 01 14:45:17.810 INFO E| Compiling bitflags v1.3.2
92112026-02-01T14:45:18.436Z[ recovery-image] Feb 01 14:45:17.810 INFO E| Compiling bit_field v0.10.3
92122026-02-01T14:45:18.460Z[ recovery-image] Feb 01 14:45:17.810 INFO E| Compiling log v0.4.29
92132026-02-01T14:45:18.460Z[ recovery-image] Feb 01 14:45:17.810 INFO E| Compiling scroll v0.13.0
92142026-02-01T14:45:18.460Z[ recovery-image] Feb 01 14:45:17.811 INFO E| Compiling adler2 v2.0.1
92152026-02-01T14:45:18.460Z[ recovery-image] Feb 01 14:45:17.811 INFO E| Compiling plain v0.2.3
92162026-02-01T14:45:18.460Z[ recovery-image] Feb 01 14:45:17.811 INFO E| Compiling bitflags v2.10.0
92172026-02-01T14:45:18.606Z[ recovery-image] Feb 01 14:45:17.981 INFO E| Compiling raw-cpuid v10.7.0
92182026-02-01T14:45:18.974Z[ recovery-image] Feb 01 14:45:18.349 INFO E| Compiling miniz_oxide v0.9.0
92192026-02-01T14:45:19.086Z[ recovery-image] Feb 01 14:45:18.460 INFO E| Compiling cpio_reader v0.1.2
92202026-02-01T14:45:19.302Z[ recovery-image] Feb 01 14:45:18.676 INFO E| Compiling goblin v0.10.4
92212026-02-01T14:45:19.423Z[ recovery-image] Feb 01 14:45:18.777 INFO E| Compiling static_assertions v1.1.0
92222026-02-01T14:45:19.423Z[ recovery-image] Feb 01 14:45:18.789 INFO E| Compiling bitstruct v0.1.1
92232026-02-01T14:45:26.407Z[ recovery-image] Feb 01 14:45:25.781 INFO E| warning: direct cast of function item into an integer
92242026-02-01T14:45:26.407Z[ recovery-image] Feb 01 14:45:25.781 INFO E| --> src/idt.rs:275:34
92252026-02-01T14:45:26.431Z[ recovery-image] Feb 01 14:45:25.781 INFO E| |
92262026-02-01T14:45:26.431Z[ recovery-image] Feb 01 14:45:25.781 INFO E| 275 | frame.rip = crate::phbl::dnr as usize as u64;
92272026-02-01T14:45:26.431Z[ recovery-image] Feb 01 14:45:25.781 INFO E| | ^^^^^^^^
92282026-02-01T14:45:26.431Z[ recovery-image] Feb 01 14:45:25.781 INFO E| |
92292026-02-01T14:45:26.431Z[ recovery-image] Feb 01 14:45:25.781 INFO E| = note: `#[warn(function_casts_as_integer)]` on by default
92302026-02-01T14:45:26.431Z[ recovery-image] Feb 01 14:45:25.781 INFO E| help: first cast to a pointer `as *const ()`
92312026-02-01T14:45:26.431Z[ recovery-image] Feb 01 14:45:25.781 INFO E| |
92322026-02-01T14:45:26.431Z[ recovery-image] Feb 01 14:45:25.781 INFO E| 275 | frame.rip = crate::phbl::dnr as *const () as usize as u64;
92332026-02-01T14:45:26.431Z[ recovery-image] Feb 01 14:45:25.781 INFO E| | ++++++++++++
92342026-02-01T14:45:28.785Z[ recovery-image] Feb 01 14:45:28.159 INFO E| warning: `phbl` (bin "phbl") generated 1 warning (run `cargo fix --bin "phbl" -p phbl` to apply 1 suggestion)
92352026-02-01T14:45:28.785Z[ recovery-image] Feb 01 14:45:28.159 INFO E| Finished `release` profile [optimized] target(s) in 57.94s
92362026-02-01T14:45:28.812Z[ recovery-image] Feb 01 14:45:28.186 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
92372026-02-01T14:45:28.884Z[ recovery-image] Feb 01 14:45:28.258 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.93.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
92382026-02-01T14:45:28.884Z[ recovery-image] Feb 01 14:45:28.258 INFO building ROM for gimlet
92392026-02-01T14:45:28.884Z[ recovery-image] Feb 01 14:45:28.258 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")
92402026-02-01T14:45:31.343Z[ recovery-image] Feb 01 14:45:30.717 INFO E| Downloading crates ...
92412026-02-01T14:45:31.476Z[ recovery-image] Feb 01 14:45:30.850 INFO E| Downloaded serde_spanned v0.6.8
92422026-02-01T14:45:31.540Z[ recovery-image] Feb 01 14:45:30.915 INFO E| Downloaded toml_datetime v0.6.9
92432026-02-01T14:45:31.564Z[ recovery-image] Feb 01 14:45:30.917 INFO E| Downloaded toml_write v0.1.1
92442026-02-01T14:45:31.564Z[ recovery-image] Feb 01 14:45:30.919 INFO E| Downloaded clap v4.5.37
92452026-02-01T14:45:31.564Z[ recovery-image] Feb 01 14:45:30.929 INFO E| Downloaded anstyle-parse v0.2.6
92462026-02-01T14:45:31.564Z[ recovery-image] Feb 01 14:45:30.931 INFO E| Downloaded toml_edit v0.22.26
92472026-02-01T14:45:31.613Z[ recovery-image] Feb 01 14:45:30.988 INFO E| Downloaded toml v0.8.22
92482026-02-01T14:45:31.650Z[ recovery-image] Feb 01 14:45:31.025 INFO E| Downloaded cc v1.2.20
92492026-02-01T14:45:31.674Z[ recovery-image] Feb 01 14:45:31.028 INFO E| Downloaded shared_child v1.0.1
92502026-02-01T14:45:31.674Z[ recovery-image] Feb 01 14:45:31.030 INFO E| Downloaded winnow v0.7.7
92512026-02-01T14:45:31.674Z[ recovery-image] Feb 01 14:45:31.039 INFO E| Downloaded clap_builder v4.5.37
92522026-02-01T14:45:31.674Z[ recovery-image] Feb 01 14:45:31.046 INFO E| Downloaded clap_derive v4.5.32
92532026-02-01T14:45:31.674Z[ recovery-image] Feb 01 14:45:31.048 INFO E| Downloaded anstyle-query v1.1.2
92542026-02-01T14:45:31.698Z[ recovery-image] Feb 01 14:45:31.049 INFO E| Downloaded os_pipe v1.2.1
92552026-02-01T14:45:31.698Z[ recovery-image] Feb 01 14:45:31.054 INFO E| Downloaded duct v0.13.7
92562026-02-01T14:45:31.698Z[ recovery-image] Feb 01 14:45:31.056 INFO E| Downloaded colorchoice v1.0.3
92572026-02-01T14:45:31.698Z[ recovery-image] Feb 01 14:45:31.057 INFO E| Downloaded anstyle v1.0.10
92582026-02-01T14:45:32.298Z[ recovery-image] Feb 01 14:45:31.672 INFO E| Compiling libc v0.2.172
92592026-02-01T14:45:32.298Z[ recovery-image] Feb 01 14:45:31.672 INFO E| Compiling utf8parse v0.2.2
92602026-02-01T14:45:32.323Z[ recovery-image] Feb 01 14:45:31.673 INFO E| Compiling colorchoice v1.0.3
92612026-02-01T14:45:32.323Z[ recovery-image] Feb 01 14:45:31.673 INFO E| Compiling hashbrown v0.15.2
92622026-02-01T14:45:32.323Z[ recovery-image] Feb 01 14:45:31.673 INFO E| Compiling anstyle v1.0.10
92632026-02-01T14:45:32.323Z[ recovery-image] Feb 01 14:45:31.673 INFO E| Compiling is_terminal_polyfill v1.70.1
92642026-02-01T14:45:32.323Z[ recovery-image] Feb 01 14:45:31.673 INFO E| Compiling once_cell v1.21.3
92652026-02-01T14:45:32.323Z[ recovery-image] Feb 01 14:45:31.673 INFO E| Compiling syn v2.0.101
92662026-02-01T14:45:32.948Z[ recovery-image] Feb 01 14:45:32.322 INFO E| Compiling anstyle-parse v0.2.6
92672026-02-01T14:45:33.089Z[ recovery-image] Feb 01 14:45:32.463 INFO E| Compiling anstyle-query v1.1.2
92682026-02-01T14:45:33.305Z[ recovery-image] Feb 01 14:45:32.680 INFO E| Compiling shlex v1.3.0
92692026-02-01T14:45:33.348Z[ recovery-image] Feb 01 14:45:32.722 INFO E| Compiling equivalent v1.0.2
92702026-02-01T14:45:33.407Z[ recovery-image] Feb 01 14:45:32.782 INFO E| Compiling anstream v0.6.18
92712026-02-01T14:45:33.573Z[ recovery-image] Feb 01 14:45:32.947 INFO E| Compiling strsim v0.11.1
92722026-02-01T14:45:33.836Z[ recovery-image] Feb 01 14:45:33.211 INFO E| Compiling cc v1.2.20
92732026-02-01T14:45:34.006Z[ recovery-image] Feb 01 14:45:33.380 INFO E| Compiling winnow v0.7.7
92742026-02-01T14:45:34.109Z[ recovery-image] Feb 01 14:45:33.484 INFO E| Compiling toml_write v0.1.1
92752026-02-01T14:45:34.982Z[ recovery-image] Feb 01 14:45:34.356 INFO E| Compiling shared_child v1.0.1
92762026-02-01T14:45:35.054Z[ recovery-image] Feb 01 14:45:34.428 INFO E| Compiling os_pipe v1.2.1
92772026-02-01T14:45:35.230Z[ recovery-image] Feb 01 14:45:34.605 INFO E| Compiling indexmap v2.9.0
92782026-02-01T14:45:35.304Z[ recovery-image] Feb 01 14:45:34.679 INFO E| Compiling clap_lex v0.7.4
92792026-02-01T14:45:35.449Z[ recovery-image] Feb 01 14:45:34.823 INFO E| Compiling duct v0.13.7
92802026-02-01T14:45:35.657Z[ recovery-image] Feb 01 14:45:35.031 INFO E| Compiling anyhow v1.0.98
92812026-02-01T14:45:35.892Z[ recovery-image] Feb 01 14:45:35.266 INFO E| Compiling clap_builder v4.5.37
92822026-02-01T14:45:38.056Z[ recovery-image] Feb 01 14:45:37.430 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
92832026-02-01T14:45:43.399Z[ recovery-image] Feb 01 14:45:42.774 INFO E| Compiling serde_derive v1.0.219
92842026-02-01T14:45:43.400Z[ recovery-image] Feb 01 14:45:42.774 INFO E| Compiling clap_derive v4.5.32
92852026-02-01T14:45:44.105Z[ host-image] Feb 01 14:45:43.479 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23743:20260129T215648Z
92862026-02-01T14:45:44.105Z[ host-image] Feb 01 14:45:43.479 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23743:20260129T215648Z
92872026-02-01T14:45:44.105Z[ host-image] Feb 01 14:45:43.479 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
92882026-02-01T14:45:44.151Z[ host-image] Feb 01 14:45:43.480 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
92892026-02-01T14:45:44.151Z[ host-image] Feb 01 14:45:43.480 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
92902026-02-01T14:45:44.151Z[ host-image] Feb 01 14:45:43.480 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
92912026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.480 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
92922026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.480 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
92932026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.481 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@18.0.0.0:20260201T135713Z
92942026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.481 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
92952026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.481 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
92962026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.481 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23743:20260129T215648Z
92972026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.482 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23743:20260129T215649Z
92982026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.482 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23743:20260129T215649Z
92992026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.482 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23743:20260129T215649Z
93002026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.482 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
93012026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.483 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23743:20260129T215649Z
93022026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.483 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23743:20260129T215650Z
93032026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.483 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23743:20260129T215650Z
93042026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.483 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23743:20260129T215650Z
93052026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.483 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23743:20260129T215651Z
93062026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.483 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23743:20260129T215651Z
93072026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.483 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23743:20260129T215651Z
93082026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.483 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23743:20260129T215652Z
93092026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.484 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23743:20260129T215652Z
93102026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.484 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23743:20260129T215652Z
93112026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.484 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23743:20260129T215653Z
93122026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.484 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23743:20260129T215654Z
93132026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.484 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23743:20260129T215655Z
93142026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.484 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23743:20260129T215656Z
93152026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.484 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
93162026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.484 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23743:20260129T215657Z
93172026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.484 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23743:20260129T215659Z
93182026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.484 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23743:20260129T215700Z
93192026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.484 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23743:20260129T215701Z
93202026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.485 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23743:20260129T215702Z
93212026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.485 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23743:20260129T215702Z
93222026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.489 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
93232026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.489 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23743:20260129T215702Z
93242026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.489 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
93252026-02-01T14:45:44.152Z[ host-image] Feb 01 14:45:43.489 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
93262026-02-01T14:45:44.153Z[ host-image] Feb 01 14:45:43.489 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
93272026-02-01T14:45:44.153Z[ host-image] Feb 01 14:45:43.490 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23743:20260129T215702Z
93282026-02-01T14:45:44.153Z[ host-image] Feb 01 14:45:43.490 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
93292026-02-01T14:45:44.153Z[ host-image] Feb 01 14:45:43.490 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
93302026-02-01T14:45:44.153Z[ host-image] Feb 01 14:45:43.490 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
93312026-02-01T14:45:44.153Z[ host-image] Feb 01 14:45:43.490 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
93322026-02-01T14:45:44.153Z[ host-image] Feb 01 14:45:43.496 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
93332026-02-01T14:45:44.153Z[ host-image] Feb 01 14:45:43.496 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
93342026-02-01T14:45:44.153Z[ host-image] Feb 01 14:45:43.496 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
93352026-02-01T14:45:44.153Z[ host-image] Feb 01 14:45:43.497 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
93362026-02-01T14:45:44.153Z[ host-image] Feb 01 14:45:43.497 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
93372026-02-01T14:45:44.153Z[ host-image] Feb 01 14:45:43.497 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
93382026-02-01T14:45:44.177Z[ host-image] Feb 01 14:45:43.513 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
93392026-02-01T14:45:44.177Z[ host-image] Feb 01 14:45:43.513 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
93402026-02-01T14:45:44.177Z[ host-image] Feb 01 14:45:43.513 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
93412026-02-01T14:45:44.177Z[ host-image] Feb 01 14:45:43.514 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23743:20260129T215704Z
93422026-02-01T14:45:44.177Z[ host-image] Feb 01 14:45:43.514 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23743:20260129T215710Z
93432026-02-01T14:45:44.177Z[ host-image] Feb 01 14:45:43.514 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
93442026-02-01T14:45:44.177Z[ host-image] Feb 01 14:45:43.514 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23743:20260129T215710Z
93452026-02-01T14:45:44.177Z[ host-image] Feb 01 14:45:43.514 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
93462026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.514 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
93472026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.514 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
93482026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.514 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
93492026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.514 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23743:20260129T215710Z
93502026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.514 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
93512026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.516 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
93522026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.516 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
93532026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.516 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
93542026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.516 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23743:20260129T215711Z
93552026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.516 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
93562026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.522 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
93572026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.522 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23743:20260129T215711Z
93582026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.523 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23743:20260129T215711Z
93592026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.523 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23743:20260129T215711Z
93602026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.523 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
93612026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.523 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23743:20260129T215713Z
93622026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.524 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23743:20260129T215713Z
93632026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.524 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23743:20260129T215713Z
93642026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.524 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23743:20260129T215713Z
93652026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.525 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
93662026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.526 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23743:20260129T215714Z
93672026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.526 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23743:20260129T215715Z
93682026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.526 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
93692026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.526 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23743:20260129T215715Z
93702026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.526 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23743:20260129T215715Z
93712026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.526 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23743:20260129T215715Z
93722026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.526 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23743:20260129T215715Z
93732026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.530 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23743:20260129T215715Z
93742026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.530 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
93752026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.531 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23743:20260129T215716Z
93762026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.531 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23743:20260129T215716Z
93772026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.532 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23743:20260129T215716Z
93782026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.532 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23743:20260129T215716Z
93792026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.532 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23743:20260129T215716Z
93802026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.532 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23743:20260129T215717Z
93812026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.532 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23743:20260129T215717Z
93822026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.537 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23743:20260129T215718Z
93832026-02-01T14:45:44.178Z[ host-image] Feb 01 14:45:43.537 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23743:20260129T215717Z
93842026-02-01T14:45:44.179Z[ host-image] Feb 01 14:45:43.537 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23743:20260129T215717Z
93852026-02-01T14:45:44.179Z[ host-image] Feb 01 14:45:43.538 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23743:20260129T215718Z
93862026-02-01T14:45:44.179Z[ host-image] Feb 01 14:45:43.538 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23743:20260129T215718Z
93872026-02-01T14:45:44.179Z[ host-image] Feb 01 14:45:43.551 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23743:20260129T215721Z
93882026-02-01T14:45:44.179Z[ host-image] Feb 01 14:45:43.551 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23743:20260129T215718Z
93892026-02-01T14:45:44.179Z[ host-image] Feb 01 14:45:43.551 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23743:20260129T215718Z
93902026-02-01T14:45:44.179Z[ host-image] Feb 01 14:45:43.552 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
93912026-02-01T14:45:44.203Z[ host-image] Feb 01 14:45:43.552 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
93922026-02-01T14:45:44.203Z[ host-image] Feb 01 14:45:43.566 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23743:20260129T215718Z
93932026-02-01T14:45:44.203Z[ host-image] Feb 01 14:45:43.566 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
93942026-02-01T14:45:44.203Z[ host-image] Feb 01 14:45:43.566 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23743:20260129T215719Z
93952026-02-01T14:45:44.203Z[ host-image] Feb 01 14:45:43.566 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23743:20260129T215719Z
93962026-02-01T14:45:44.203Z[ host-image] Feb 01 14:45:43.567 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23743:20260129T215719Z
93972026-02-01T14:45:44.204Z[ host-image] Feb 01 14:45:43.567 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
93982026-02-01T14:45:44.204Z[ host-image] Feb 01 14:45:43.567 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
93992026-02-01T14:45:44.204Z[ host-image] Feb 01 14:45:43.567 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23743:20260129T215720Z
94002026-02-01T14:45:44.204Z[ host-image] Feb 01 14:45:43.567 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23743:20260129T215720Z
94012026-02-01T14:45:44.204Z[ host-image] Feb 01 14:45:43.567 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23743:20260129T215720Z
94022026-02-01T14:45:44.204Z[ host-image] Feb 01 14:45:43.568 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23743:20260129T215720Z
94032026-02-01T14:45:44.204Z[ host-image] Feb 01 14:45:43.568 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23743:20260129T215721Z
94042026-02-01T14:45:44.204Z[ host-image] Feb 01 14:45:43.568 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23743:20260129T215721Z
94052026-02-01T14:45:44.204Z[ host-image] Feb 01 14:45:43.569 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
94062026-02-01T14:45:44.204Z[ host-image] Feb 01 14:45:43.569 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23743:20260129T215721Z
94072026-02-01T14:45:44.228Z[ host-image] Feb 01 14:45:43.592 INFO O| install = pkg://helios-dev/system/microcode/intel@20251111-2.0.23743:20260129T215721Z
94082026-02-01T14:45:44.228Z[ host-image] Feb 01 14:45:43.592 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23743:20260129T215722Z
94092026-02-01T14:45:44.228Z[ host-image] Feb 01 14:45:43.593 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23743:20260129T215723Z
94102026-02-01T14:45:44.228Z[ host-image] Feb 01 14:45:43.593 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23743:20260129T215722Z
94112026-02-01T14:45:44.228Z[ host-image] Feb 01 14:45:43.593 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23743:20260129T215722Z
94122026-02-01T14:45:44.228Z[ host-image] Feb 01 14:45:43.593 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
94132026-02-01T14:45:44.228Z[ host-image] Feb 01 14:45:43.593 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
94142026-02-01T14:45:44.228Z[ host-image] Feb 01 14:45:43.594 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23743:20260129T215725Z
94152026-02-01T14:45:44.228Z[ host-image] Feb 01 14:45:43.594 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23743:20260129T215725Z
94162026-02-01T14:45:44.228Z[ host-image] Feb 01 14:45:43.594 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
94172026-02-01T14:45:44.229Z[ host-image] Feb 01 14:45:43.594 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
94182026-02-01T14:45:44.229Z[ host-image] Feb 01 14:45:43.594 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
94192026-02-01T14:45:44.229Z[ host-image] Feb 01 14:45:43.594 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
94202026-02-01T14:45:44.229Z[ host-image] Feb 01 14:45:43.594 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
94212026-02-01T14:45:44.229Z[ host-image] Feb 01 14:45:43.595 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
94222026-02-01T14:45:44.229Z[ host-image] Feb 01 14:45:43.596 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
94232026-02-01T14:45:44.229Z[ host-image] Feb 01 14:45:43.597 INFO O| tempdir @ "/tmp/.tmpt7eGLu/tmp"
94242026-02-01T14:45:44.229Z[ host-image] Feb 01 14:45:43.597 INFO O| image root @ "/tmp/.tmpt7eGLu/tmp/root"
94252026-02-01T14:45:44.229Z[ host-image] Feb 01 14:45:43.597 INFO O| creating image...
94262026-02-01T14:45:45.132Z[ host-image] Feb 01 14:45:44.507 INFO O| copying publishers...
94272026-02-01T14:45:48.055Z[ recovery-image] Feb 01 14:45:47.429 INFO E| Compiling clap v4.5.37
94282026-02-01T14:45:50.637Z[ recovery-image] Feb 01 14:45:50.012 INFO E| Compiling serde v1.0.219
94292026-02-01T14:45:55.180Z[ recovery-image] Feb 01 14:45:54.554 INFO E| Compiling toml_datetime v0.6.9
94302026-02-01T14:45:55.180Z[ recovery-image] Feb 01 14:45:54.554 INFO E| Compiling serde_spanned v0.6.8
94312026-02-01T14:45:55.554Z[ recovery-image] Feb 01 14:45:54.929 INFO E| Compiling toml_edit v0.22.26
94322026-02-01T14:45:58.749Z[ recovery-image] Feb 01 14:45:58.124 INFO E| Compiling toml v0.8.22
94332026-02-01T14:46:04.504Z[ recovery-image] Feb 01 14:46:03.878 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.22s
94342026-02-01T14:46:04.528Z[ recovery-image] Feb 01 14:46:03.892 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`
94352026-02-01T14:46:04.552Z[ recovery-image] Feb 01 14:46:03.917 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
94362026-02-01T14:46:04.729Z[ recovery-image] Feb 01 14:46:04.103 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
94372026-02-01T14:46:04.753Z[ recovery-image] Feb 01 14:46:04.109 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`
94382026-02-01T14:46:05.007Z[ recovery-image] Feb 01 14:46:04.382 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
94392026-02-01T14:46:05.007Z[ recovery-image] Feb 01 14:46:04.382 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
94402026-02-01T14:46:05.007Z[ recovery-image] Feb 01 14:46:04.382 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
94412026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.382 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
94422026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.382 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
94432026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.382 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
94442026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.382 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
94452026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.383 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
94462026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.383 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
94472026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.383 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
94482026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.383 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
94492026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.383 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
94502026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.383 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
94512026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.383 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
94522026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.384 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
94532026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.384 INFO O| Info: ABL version: 0x100f5010
94542026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.384 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
94552026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.384 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
94562026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.384 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
94572026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.384 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
94582026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.384 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
94592026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.384 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
94602026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.385 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
94612026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.385 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
94622026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.385 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
94632026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.385 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
94642026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.385 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
94652026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.385 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
94662026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.385 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
94672026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.385 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
94682026-02-01T14:46:05.032Z[ recovery-image] Feb 01 14:46:04.385 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
94692026-02-01T14:46:05.033Z[ recovery-image] Feb 01 14:46:04.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
94702026-02-01T14:46:05.033Z[ recovery-image] Feb 01 14:46:04.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
94712026-02-01T14:46:05.033Z[ recovery-image] Feb 01 14:46:04.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
94722026-02-01T14:46:05.033Z[ recovery-image] Feb 01 14:46:04.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
94732026-02-01T14:46:05.064Z[ recovery-image] Feb 01 14:46:04.438 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
94742026-02-01T14:46:05.064Z[ recovery-image] Feb 01 14:46:04.438 INFO building ROM for cosmo
94752026-02-01T14:46:05.088Z[ recovery-image] Feb 01 14:46:04.439 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")
94762026-02-01T14:46:05.253Z[ recovery-image] Feb 01 14:46:04.628 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
94772026-02-01T14:46:05.277Z[ recovery-image] Feb 01 14:46:04.635 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`
94782026-02-01T14:46:05.390Z[ recovery-image] Feb 01 14:46:04.765 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
94792026-02-01T14:46:05.579Z[ recovery-image] Feb 01 14:46:04.953 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
94802026-02-01T14:46:05.603Z[ recovery-image] Feb 01 14:46:04.978 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`
94812026-02-01T14:46:06.099Z[ recovery-image] Feb 01 14:46:05.474 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
94822026-02-01T14:46:06.099Z[ recovery-image] Feb 01 14:46:05.474 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
94832026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.474 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
94842026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.474 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
94852026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.474 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
94862026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.474 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
94872026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.474 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
94882026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.474 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
94892026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.474 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
94902026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.474 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
94912026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
94922026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
94932026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
94942026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
94952026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
94962026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
94972026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
94982026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
94992026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
95002026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
95012026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
95022026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
95032026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
95042026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
95052026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
95062026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
95072026-02-01T14:46:06.173Z[ recovery-image] Feb 01 14:46:05.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
95082026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
95092026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
95102026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
95112026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
95122026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
95132026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
95142026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
95152026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
95162026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
95172026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
95182026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
95192026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
95202026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
95212026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
95222026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
95232026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
95242026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
95252026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
95262026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
95272026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
95282026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
95292026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
95302026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
95312026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
95322026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
95332026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
95342026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.480 INFO O| Info: ABL version: 0x1007f011
95352026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.480 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
95362026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.480 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
95372026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.480 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
95382026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.481 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
95392026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.481 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
95402026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.481 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
95412026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.481 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
95422026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.481 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
95432026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.481 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
95442026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.481 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
95452026-02-01T14:46:06.174Z[ recovery-image] Feb 01 14:46:05.482 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
95462026-02-01T14:46:06.175Z[ recovery-image] Feb 01 14:46:05.482 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
95472026-02-01T14:46:06.175Z[ recovery-image] Feb 01 14:46:05.482 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
95482026-02-01T14:46:06.175Z[ recovery-image] Feb 01 14:46:05.482 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
95492026-02-01T14:46:06.175Z[ recovery-image] Feb 01 14:46:05.482 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
95502026-02-01T14:46:06.175Z[ recovery-image] Feb 01 14:46:05.482 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
95512026-02-01T14:46:06.175Z[ recovery-image] Feb 01 14:46:05.482 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
95522026-02-01T14:46:06.175Z[ recovery-image] Feb 01 14:46:05.482 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
95532026-02-01T14:46:06.175Z[ recovery-image] Feb 01 14:46:05.482 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
95542026-02-01T14:46:06.175Z[ recovery-image] Feb 01 14:46:05.483 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
95552026-02-01T14:46:06.175Z[ recovery-image] Feb 01 14:46:05.483 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
95562026-02-01T14:46:06.175Z[ recovery-image] Feb 01 14:46:05.483 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
95572026-02-01T14:46:06.199Z[ recovery-image] Feb 01 14:46:05.572 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
95582026-02-01T14:46:06.199Z[ recovery-image] Feb 01 14:46:05.572 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
95592026-02-01T14:46:08.862Z[ recovery-image] Feb 01 14:46:08.236 INFO image complete! materials are in "/work/os-recovery"
95602026-02-01T14:46:09.627Z[ recovery-image]
95612026-02-01T14:46:09.651Z[ recovery-image] real 23:33.111548503
95622026-02-01T14:46:09.651Z[ recovery-image] user 16:20.876915278
95632026-02-01T14:46:09.651Z[ recovery-image] sys 1:40.932601975
95642026-02-01T14:46:09.651Z[ recovery-image] trap 0.925847132
95652026-02-01T14:46:09.651Z[ recovery-image] tflt 1.672497606
95662026-02-01T14:46:09.651Z[ recovery-image] dflt 5.608701578
95672026-02-01T14:46:09.651Z[ recovery-image] kflt 0.018801624
95682026-02-01T14:46:09.651Z[ recovery-image] lock 1:01:54.404001728
95692026-02-01T14:46:10.625Z[ recovery-image] slp 2:18:18.184404224
95702026-02-01T14:46:10.625Z[ recovery-image] lat 8:04.332040137
95712026-02-01T14:46:10.649Z[ recovery-image] stop 15.562418470
95722026-02-01T14:46:11.629ZFeb 01 14:46:11.003 INFO [recovery-image] process exited with exit status: 0 (1414.897304625s)
95732026-02-01T14:46:31.824Z[ host-image] Feb 01 14:46:31.198 INFO O| adding properties...
95742026-02-01T14:46:32.944Z[ host-image] Feb 01 14:46:32.318 INFO O| installing packages...
95752026-02-01T14:47:09.708Z[ host-image] Feb 01 14:47:09.084 INFO O| seeding SMF database...
95762026-02-01T14:47:17.569Z[ host-image] Feb 01 14:47:16.944 INFO O| configuring SMF profile...
95772026-02-01T14:47:17.569Z[ host-image] Feb 01 14:47:16.944 INFO O| modifying shadow(5)...
95782026-02-01T14:47:17.593Z[ host-image] Feb 01 14:47:16.944 INFO O| loading user and group database...
95792026-02-01T14:47:17.593Z[ host-image] Feb 01 14:47:16.944 INFO O| loading facet selections...
95802026-02-01T14:47:18.101Z[ host-image] Feb 01 14:47:17.475 INFO O| devel -> true
95812026-02-01T14:47:18.101Z[ host-image] Feb 01 14:47:17.476 INFO O| doc.man -> true
95822026-02-01T14:47:18.125Z[ host-image] Feb 01 14:47:17.476 INFO O| version-lock.shell/ksh93 -> true
95832026-02-01T14:47:18.125Z[ host-image] Feb 01 14:47:17.476 INFO O| version-lock.system/data/hardware-registry -> true
95842026-02-01T14:47:18.125Z[ host-image] Feb 01 14:47:17.476 INFO O| version-lock.system/data/zoneinfo -> true
95852026-02-01T14:47:18.125Z[ host-image] Feb 01 14:47:17.476 INFO O| version-lock.system/microcode/amd -> true
95862026-02-01T14:47:18.125Z[ host-image] Feb 01 14:47:17.476 INFO O| version-lock.system/microcode/intel -> true
95872026-02-01T14:47:18.125Z[ host-image] Feb 01 14:47:17.476 INFO O| version-lock.system/microcode/oxide -> true
95882026-02-01T14:47:18.125Z[ host-image] Feb 01 14:47:17.476 INFO O| assessing packaged files...
95892026-02-01T14:47:21.159Z[ host-image] Feb 01 14:47:20.534 INFO O| creating archive...
95902026-02-01T14:47:21.194Z[ host-image] Feb 01 14:47:20.569 INFO O| missing from packaging:
95912026-02-01T14:47:21.194Z[ host-image] Feb 01 14:47:20.569 INFO O| "etc/.pwd.lock"
95922026-02-01T14:47:21.218Z[ host-image] Feb 01 14:47:20.569 INFO O| "etc/bash"
95932026-02-01T14:47:21.218Z[ host-image] Feb 01 14:47:20.575 INFO O| "etc/svc/profile/generic.xml"
95942026-02-01T14:47:21.218Z[ host-image] Feb 01 14:47:20.575 INFO O| "etc/svc/profile/inetd_services.xml"
95952026-02-01T14:47:21.218Z[ host-image] Feb 01 14:47:20.575 INFO O| "etc/svc/profile/name_service.xml"
95962026-02-01T14:47:21.218Z[ host-image] Feb 01 14:47:20.575 INFO O| "etc/svc/profile/platform.xml"
95972026-02-01T14:47:21.218Z[ host-image] Feb 01 14:47:20.575 INFO O| "etc/svc/profile/platform_omicron1.xml"
95982026-02-01T14:47:21.218Z[ host-image] Feb 01 14:47:20.576 INFO O| "etc/svc/repository.db"
95992026-02-01T14:47:21.218Z[ host-image] Feb 01 14:47:20.585 INFO O| "opt/ooce/share"
96002026-02-01T14:47:21.218Z[ host-image] Feb 01 14:47:20.585 INFO O| "opt/ooce/share/man"
96012026-02-01T14:47:21.218Z[ host-image] Feb 01 14:47:20.586 INFO O| "opt/ooce/share/man/man1"
96022026-02-01T14:47:21.242Z[ host-image] Feb 01 14:47:20.596 INFO O| finishing archive...
96032026-02-01T14:47:24.570Z[ host-image] Feb 01 14:47:23.945 INFO O| creating gzonly manifest...
96042026-02-01T14:47:24.594Z[ host-image] Feb 01 14:47:23.953 INFO O| ok
96052026-02-01T14:47:24.765Z[ host-image] Feb 01 14:47:24.140 INFO image builder template: ramdisk-02-trim...
96062026-02-01T14:47:24.765Z[ host-image] Feb 01 14:47:24.140 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/.tmpVmOk05/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
96072026-02-01T14:47:24.789Z[ host-image] Feb 01 14:47:24.163 INFO O| Feb 01 14:47:24.163 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96082026-02-01T14:47:24.813Z[ host-image] Feb 01 14:47:24.167 INFO O| Feb 01 14:47:24.167 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96092026-02-01T14:47:24.837Z[ host-image] Feb 01 14:47:24.202 INFO O| Feb 01 14:47:24.202 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
96102026-02-01T14:47:24.861Z[ host-image] Feb 01 14:47:24.226 INFO O| Feb 01 14:47:24.226 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
96112026-02-01T14:47:24.861Z[ host-image] Feb 01 14:47:24.226 INFO O| Feb 01 14:47:24.226 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
96122026-02-01T14:47:24.861Z[ host-image] Feb 01 14:47:24.231 INFO O| Feb 01 14:47:24.231 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96132026-02-01T14:47:24.861Z[ host-image] Feb 01 14:47:24.234 INFO O| Feb 01 14:47:24.234 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
96142026-02-01T14:47:24.885Z[ host-image] Feb 01 14:47:24.239 INFO O| Feb 01 14:47:24.239 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
96152026-02-01T14:47:24.988Z[ host-image] Feb 01 14:47:24.363 INFO O| Feb 01 14:47:24.363 INFO rolled back to input snapshot; work may begin
96162026-02-01T14:47:24.988Z[ host-image] Feb 01 14:47:24.363 INFO O| Feb 01 14:47:24.363 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
96172026-02-01T14:47:25.012Z[ host-image] Feb 01 14:47:24.370 INFO O| Feb 01 14:47:24.369 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-02-01T14:47:25.012Z[ host-image] Feb 01 14:47:24.379 INFO O| Feb 01 14:47:24.379 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
96192026-02-01T14:47:25.065Z[ host-image] Feb 01 14:47:24.440 INFO O| Feb 01 14:47:24.440 INFO STEP 0 (remove_files) COMPLETE
96202026-02-01T14:47:25.065Z[ host-image] Feb 01 14:47:24.440 INFO O| Feb 01 14:47:24.440 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-02-01T14:47:25.089Z[ host-image] Feb 01 14:47:24.453 INFO O| Feb 01 14:47:24.453 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
96222026-02-01T14:47:25.089Z[ host-image] Feb 01 14:47:24.455 INFO O| Feb 01 14:47:24.455 INFO STEP 1 (remove_files) COMPLETE
96232026-02-01T14:47:25.089Z[ host-image] Feb 01 14:47:24.455 INFO O| Feb 01 14:47:24.455 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-02-01T14:47:25.113Z[ host-image] Feb 01 14:47:24.467 INFO O| Feb 01 14:47:24.467 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
96252026-02-01T14:47:25.113Z[ host-image] Feb 01 14:47:24.484 INFO O| Feb 01 14:47:24.484 INFO STEP 2 (remove_files) COMPLETE
96262026-02-01T14:47:25.113Z[ host-image] Feb 01 14:47:24.484 INFO O| Feb 01 14:47:24.484 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-02-01T14:47:25.137Z[ host-image] Feb 01 14:47:24.494 INFO O| Feb 01 14:47:24.494 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
96282026-02-01T14:47:25.137Z[ host-image] Feb 01 14:47:24.496 INFO O| Feb 01 14:47:24.496 INFO STEP 3 (remove_files) COMPLETE
96292026-02-01T14:47:25.137Z[ host-image] Feb 01 14:47:24.496 INFO O| Feb 01 14:47:24.496 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-02-01T14:47:25.137Z[ host-image] Feb 01 14:47:24.507 INFO O| Feb 01 14:47:24.507 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
96312026-02-01T14:47:25.137Z[ host-image] Feb 01 14:47:24.511 INFO O| Feb 01 14:47:24.511 INFO STEP 4 (remove_files) COMPLETE
96322026-02-01T14:47:25.137Z[ host-image] Feb 01 14:47:24.511 INFO O| Feb 01 14:47:24.511 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-02-01T14:47:25.161Z[ host-image] Feb 01 14:47:24.521 INFO O| Feb 01 14:47:24.521 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
96342026-02-01T14:47:25.161Z[ host-image] Feb 01 14:47:24.524 INFO O| Feb 01 14:47:24.524 INFO STEP 5 (remove_files) COMPLETE
96352026-02-01T14:47:25.161Z[ host-image] Feb 01 14:47:24.524 INFO O| Feb 01 14:47:24.524 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-02-01T14:47:25.161Z[ host-image] Feb 01 14:47:24.534 INFO O| Feb 01 14:47:24.534 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
96372026-02-01T14:47:25.185Z[ host-image] Feb 01 14:47:24.546 INFO O| Feb 01 14:47:24.546 INFO STEP 6 (remove_files) COMPLETE
96382026-02-01T14:47:25.185Z[ host-image] Feb 01 14:47:24.546 INFO O| Feb 01 14:47:24.546 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-02-01T14:47:25.185Z[ host-image] Feb 01 14:47:24.556 INFO O| Feb 01 14:47:24.556 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
96402026-02-01T14:47:25.209Z[ host-image] Feb 01 14:47:24.573 INFO O| Feb 01 14:47:24.573 INFO STEP 7 (remove_files) COMPLETE
96412026-02-01T14:47:25.209Z[ host-image] Feb 01 14:47:24.573 INFO O| Feb 01 14:47:24.573 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-02-01T14:47:25.209Z[ host-image] Feb 01 14:47:24.582 INFO O| Feb 01 14:47:24.582 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
96432026-02-01T14:47:25.304Z[ host-image] Feb 01 14:47:24.678 INFO O| Feb 01 14:47:24.678 INFO STEP 8 (remove_files) COMPLETE
96442026-02-01T14:47:25.304Z[ host-image] Feb 01 14:47:24.678 INFO O| Feb 01 14:47:24.678 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-02-01T14:47:25.328Z[ host-image] Feb 01 14:47:24.687 INFO O| Feb 01 14:47:24.687 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
96462026-02-01T14:47:25.412Z[ host-image] Feb 01 14:47:24.787 INFO O| Feb 01 14:47:24.787 INFO STEP 9 (remove_files) COMPLETE
96472026-02-01T14:47:25.412Z[ host-image] Feb 01 14:47:24.787 INFO O| Feb 01 14:47:24.787 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-02-01T14:47:25.436Z[ host-image] Feb 01 14:47:24.797 INFO O| Feb 01 14:47:24.797 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
96492026-02-01T14:47:25.436Z[ host-image] Feb 01 14:47:24.802 INFO O| Feb 01 14:47:24.802 INFO STEP 10 (remove_files) COMPLETE
96502026-02-01T14:47:25.436Z[ host-image] Feb 01 14:47:24.802 INFO O| Feb 01 14:47:24.802 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-02-01T14:47:25.436Z[ host-image] Feb 01 14:47:24.811 INFO O| Feb 01 14:47:24.811 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
96522026-02-01T14:47:25.460Z[ host-image] Feb 01 14:47:24.812 INFO O| Feb 01 14:47:24.812 INFO STEP 11 (remove_files) COMPLETE
96532026-02-01T14:47:25.460Z[ host-image] Feb 01 14:47:24.812 INFO O| Feb 01 14:47:24.812 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-02-01T14:47:25.460Z[ host-image] Feb 01 14:47:24.820 INFO O| Feb 01 14:47:24.820 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
96552026-02-01T14:47:25.460Z[ host-image] Feb 01 14:47:24.822 INFO O| Feb 01 14:47:24.822 INFO STEP 12 (remove_files) COMPLETE
96562026-02-01T14:47:25.460Z[ host-image] Feb 01 14:47:24.822 INFO O| Feb 01 14:47:24.822 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.842 INFO O| Feb 01 14:47:24.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
96582026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.842 INFO O| Feb 01 14:47:24.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
96592026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.842 INFO O| Feb 01 14:47:24.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
96602026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.843 INFO O| Feb 01 14:47:24.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
96612026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.843 INFO O| Feb 01 14:47:24.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
96622026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.843 INFO O| Feb 01 14:47:24.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
96632026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.843 INFO O| Feb 01 14:47:24.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
96642026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.843 INFO O| Feb 01 14:47:24.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
96652026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.843 INFO O| Feb 01 14:47:24.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
96662026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.843 INFO O| Feb 01 14:47:24.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
96672026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.843 INFO O| Feb 01 14:47:24.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
96682026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.843 INFO O| Feb 01 14:47:24.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
96692026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.844 INFO O| Feb 01 14:47:24.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
96702026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.844 INFO O| Feb 01 14:47:24.844 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
96712026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.845 INFO O| Feb 01 14:47:24.844 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
96722026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.845 INFO O| Feb 01 14:47:24.845 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
96732026-02-01T14:47:25.484Z[ host-image] Feb 01 14:47:24.845 INFO O| Feb 01 14:47:24.845 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
96742026-02-01T14:47:25.523Z[ host-image] Feb 01 14:47:24.898 INFO O| Feb 01 14:47:24.898 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
96752026-02-01T14:47:25.547Z[ host-image] Feb 01 14:47:24.901 INFO O| Feb 01 14:47:24.901 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
96762026-02-01T14:47:25.547Z[ host-image] Feb 01 14:47:24.905 INFO O| Feb 01 14:47:24.905 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
96772026-02-01T14:47:25.547Z[ host-image] Feb 01 14:47:24.909 INFO O| Feb 01 14:47:24.909 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
96782026-02-01T14:47:25.825Z[ host-image] Feb 01 14:47:25.200 INFO O| Feb 01 14:47:25.200 INFO STEP 13 (remove_files) COMPLETE
96792026-02-01T14:47:25.825Z[ host-image] Feb 01 14:47:25.200 INFO O| Feb 01 14:47:25.200 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96802026-02-01T14:47:25.850Z[ host-image] Feb 01 14:47:25.211 INFO O| Feb 01 14:47:25.211 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
96812026-02-01T14:47:25.850Z[ host-image] Feb 01 14:47:25.213 INFO O| Feb 01 14:47:25.212 INFO STEP 14 (remove_files) COMPLETE
96822026-02-01T14:47:25.850Z[ host-image] Feb 01 14:47:25.213 INFO O| Feb 01 14:47:25.212 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96832026-02-01T14:47:25.850Z[ host-image] Feb 01 14:47:25.222 INFO O| Feb 01 14:47:25.222 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
96842026-02-01T14:47:25.873Z[ host-image] Feb 01 14:47:25.230 INFO O| Feb 01 14:47:25.230 INFO STEP 15 (remove_files) COMPLETE
96852026-02-01T14:47:25.873Z[ host-image] Feb 01 14:47:25.230 INFO O| Feb 01 14:47:25.230 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96862026-02-01T14:47:25.873Z[ host-image] Feb 01 14:47:25.239 INFO O| Feb 01 14:47:25.239 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
96872026-02-01T14:47:25.874Z[ host-image] Feb 01 14:47:25.240 INFO O| Feb 01 14:47:25.239 INFO STEP 16 (remove_files) COMPLETE
96882026-02-01T14:47:25.874Z[ host-image] Feb 01 14:47:25.240 INFO O| Feb 01 14:47:25.239 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96892026-02-01T14:47:25.874Z[ host-image] Feb 01 14:47:25.248 INFO O| Feb 01 14:47:25.247 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
96902026-02-01T14:47:25.898Z[ host-image] Feb 01 14:47:25.249 INFO O| Feb 01 14:47:25.249 INFO STEP 17 (remove_files) COMPLETE
96912026-02-01T14:47:25.898Z[ host-image] Feb 01 14:47:25.249 INFO O| Feb 01 14:47:25.249 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96922026-02-01T14:47:25.898Z[ host-image] Feb 01 14:47:25.258 INFO O| Feb 01 14:47:25.258 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
96932026-02-01T14:47:25.898Z[ host-image] Feb 01 14:47:25.258 INFO O| Feb 01 14:47:25.258 INFO STEP 18 (remove_files) COMPLETE
96942026-02-01T14:47:25.898Z[ host-image] Feb 01 14:47:25.258 INFO O| Feb 01 14:47:25.258 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96952026-02-01T14:47:25.898Z[ host-image] Feb 01 14:47:25.266 INFO O| Feb 01 14:47:25.266 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
96962026-02-01T14:47:25.898Z[ host-image] Feb 01 14:47:25.266 INFO O| Feb 01 14:47:25.266 INFO STEP 19 (remove_files) COMPLETE
96972026-02-01T14:47:25.898Z[ host-image] Feb 01 14:47:25.266 INFO O| Feb 01 14:47:25.266 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96982026-02-01T14:47:25.922Z[ host-image] Feb 01 14:47:25.274 INFO O| Feb 01 14:47:25.274 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
96992026-02-01T14:47:25.922Z[ host-image] Feb 01 14:47:25.274 INFO O| Feb 01 14:47:25.274 INFO STEP 20 (remove_files) COMPLETE
97002026-02-01T14:47:25.922Z[ host-image] Feb 01 14:47:25.274 INFO O| Feb 01 14:47:25.274 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97012026-02-01T14:47:25.922Z[ host-image] Feb 01 14:47:25.282 INFO O| Feb 01 14:47:25.282 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
97022026-02-01T14:47:25.922Z[ host-image] Feb 01 14:47:25.282 INFO O| Feb 01 14:47:25.282 INFO STEP 21 (remove_files) COMPLETE
97032026-02-01T14:47:25.922Z[ host-image] Feb 01 14:47:25.282 INFO O| Feb 01 14:47:25.282 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97042026-02-01T14:47:25.922Z[ host-image] Feb 01 14:47:25.290 INFO O| Feb 01 14:47:25.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
97052026-02-01T14:47:25.922Z[ host-image] Feb 01 14:47:25.290 INFO O| Feb 01 14:47:25.290 INFO STEP 22 (remove_files) COMPLETE
97062026-02-01T14:47:25.922Z[ host-image] Feb 01 14:47:25.290 INFO O| Feb 01 14:47:25.290 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97072026-02-01T14:47:25.946Z[ host-image] Feb 01 14:47:25.299 INFO O| Feb 01 14:47:25.299 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
97082026-02-01T14:47:25.946Z[ host-image] Feb 01 14:47:25.299 INFO O| Feb 01 14:47:25.299 INFO STEP 23 (remove_files) COMPLETE
97092026-02-01T14:47:25.946Z[ host-image] Feb 01 14:47:25.299 INFO O| Feb 01 14:47:25.299 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97102026-02-01T14:47:25.946Z[ host-image] Feb 01 14:47:25.307 INFO O| Feb 01 14:47:25.307 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
97112026-02-01T14:47:25.946Z[ host-image] Feb 01 14:47:25.307 INFO O| Feb 01 14:47:25.307 INFO STEP 24 (remove_files) COMPLETE
97122026-02-01T14:47:25.946Z[ host-image] Feb 01 14:47:25.307 INFO O| Feb 01 14:47:25.307 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97132026-02-01T14:47:25.946Z[ host-image] Feb 01 14:47:25.315 INFO O| Feb 01 14:47:25.315 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
97142026-02-01T14:47:25.946Z[ host-image] Feb 01 14:47:25.315 INFO O| Feb 01 14:47:25.315 INFO STEP 25 (remove_files) COMPLETE
97152026-02-01T14:47:25.946Z[ host-image] Feb 01 14:47:25.315 INFO O| Feb 01 14:47:25.315 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97162026-02-01T14:47:25.970Z[ host-image] Feb 01 14:47:25.323 INFO O| Feb 01 14:47:25.323 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
97172026-02-01T14:47:25.970Z[ host-image] Feb 01 14:47:25.323 INFO O| Feb 01 14:47:25.323 INFO STEP 26 (remove_files) COMPLETE
97182026-02-01T14:47:25.970Z[ host-image] Feb 01 14:47:25.323 INFO O| Feb 01 14:47:25.323 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97192026-02-01T14:47:25.970Z[ host-image] Feb 01 14:47:25.332 INFO O| Feb 01 14:47:25.331 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
97202026-02-01T14:47:25.971Z[ host-image] Feb 01 14:47:25.332 INFO O| Feb 01 14:47:25.332 INFO STEP 27 (remove_files) COMPLETE
97212026-02-01T14:47:25.971Z[ host-image] Feb 01 14:47:25.332 INFO O| Feb 01 14:47:25.332 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97222026-02-01T14:47:25.971Z[ host-image] Feb 01 14:47:25.340 INFO O| Feb 01 14:47:25.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
97232026-02-01T14:47:25.971Z[ host-image] Feb 01 14:47:25.340 INFO O| Feb 01 14:47:25.340 INFO STEP 28 (remove_files) COMPLETE
97242026-02-01T14:47:25.971Z[ host-image] Feb 01 14:47:25.340 INFO O| Feb 01 14:47:25.340 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97252026-02-01T14:47:25.994Z[ host-image] Feb 01 14:47:25.348 INFO O| Feb 01 14:47:25.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
97262026-02-01T14:47:25.995Z[ host-image] Feb 01 14:47:25.348 INFO O| Feb 01 14:47:25.348 INFO STEP 29 (remove_files) COMPLETE
97272026-02-01T14:47:25.995Z[ host-image] Feb 01 14:47:25.348 INFO O| Feb 01 14:47:25.348 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97282026-02-01T14:47:25.995Z[ host-image] Feb 01 14:47:25.356 INFO O| Feb 01 14:47:25.356 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
97292026-02-01T14:47:25.995Z[ host-image] Feb 01 14:47:25.356 INFO O| Feb 01 14:47:25.356 INFO STEP 30 (remove_files) COMPLETE
97302026-02-01T14:47:25.995Z[ host-image] Feb 01 14:47:25.356 INFO O| Feb 01 14:47:25.356 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97312026-02-01T14:47:25.995Z[ host-image] Feb 01 14:47:25.366 INFO O| Feb 01 14:47:25.366 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
97322026-02-01T14:47:25.995Z[ host-image] Feb 01 14:47:25.366 INFO O| Feb 01 14:47:25.366 INFO STEP 31 (remove_files) COMPLETE
97332026-02-01T14:47:25.995Z[ host-image] Feb 01 14:47:25.366 INFO O| Feb 01 14:47:25.366 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97342026-02-01T14:47:26.019Z[ host-image] Feb 01 14:47:25.376 INFO O| Feb 01 14:47:25.376 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
97352026-02-01T14:47:26.019Z[ host-image] Feb 01 14:47:25.376 INFO O| Feb 01 14:47:25.376 INFO STEP 32 (remove_files) COMPLETE
97362026-02-01T14:47:26.019Z[ host-image] Feb 01 14:47:25.376 INFO O| Feb 01 14:47:25.376 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97372026-02-01T14:47:26.019Z[ host-image] Feb 01 14:47:25.387 INFO O| Feb 01 14:47:25.387 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
97382026-02-01T14:47:26.019Z[ host-image] Feb 01 14:47:25.387 INFO O| Feb 01 14:47:25.387 INFO STEP 33 (remove_files) COMPLETE
97392026-02-01T14:47:26.019Z[ host-image] Feb 01 14:47:25.388 INFO O| Feb 01 14:47:25.387 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97402026-02-01T14:47:26.044Z[ host-image] Feb 01 14:47:25.397 INFO O| Feb 01 14:47:25.397 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
97412026-02-01T14:47:26.044Z[ host-image] Feb 01 14:47:25.397 INFO O| Feb 01 14:47:25.397 INFO STEP 34 (remove_files) COMPLETE
97422026-02-01T14:47:26.044Z[ host-image] Feb 01 14:47:25.397 INFO O| Feb 01 14:47:25.397 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97432026-02-01T14:47:26.044Z[ host-image] Feb 01 14:47:25.407 INFO O| Feb 01 14:47:25.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
97442026-02-01T14:47:26.044Z[ host-image] Feb 01 14:47:25.407 INFO O| Feb 01 14:47:25.407 INFO STEP 35 (remove_files) COMPLETE
97452026-02-01T14:47:26.044Z[ host-image] Feb 01 14:47:25.407 INFO O| Feb 01 14:47:25.407 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97462026-02-01T14:47:26.044Z[ host-image] Feb 01 14:47:25.416 INFO O| Feb 01 14:47:25.416 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
97472026-02-01T14:47:26.044Z[ host-image] Feb 01 14:47:25.416 INFO O| Feb 01 14:47:25.416 INFO STEP 36 (remove_files) COMPLETE
97482026-02-01T14:47:26.044Z[ host-image] Feb 01 14:47:25.416 INFO O| Feb 01 14:47:25.416 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97492026-02-01T14:47:26.068Z[ host-image] Feb 01 14:47:25.425 INFO O| Feb 01 14:47:25.425 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
97502026-02-01T14:47:26.068Z[ host-image] Feb 01 14:47:25.425 INFO O| Feb 01 14:47:25.425 INFO STEP 37 (remove_files) COMPLETE
97512026-02-01T14:47:26.068Z[ host-image] Feb 01 14:47:25.425 INFO O| Feb 01 14:47:25.425 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97522026-02-01T14:47:26.068Z[ host-image] Feb 01 14:47:25.433 INFO O| Feb 01 14:47:25.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
97532026-02-01T14:47:26.068Z[ host-image] Feb 01 14:47:25.434 INFO O| Feb 01 14:47:25.433 INFO STEP 38 (remove_files) COMPLETE
97542026-02-01T14:47:26.068Z[ host-image] Feb 01 14:47:25.434 INFO O| Feb 01 14:47:25.434 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97552026-02-01T14:47:26.068Z[ host-image] Feb 01 14:47:25.441 INFO O| Feb 01 14:47:25.441 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
97562026-02-01T14:47:26.068Z[ host-image] Feb 01 14:47:25.441 INFO O| Feb 01 14:47:25.441 INFO STEP 39 (remove_files) COMPLETE
97572026-02-01T14:47:26.068Z[ host-image] Feb 01 14:47:25.441 INFO O| Feb 01 14:47:25.441 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97582026-02-01T14:47:26.093Z[ host-image] Feb 01 14:47:25.450 INFO O| Feb 01 14:47:25.450 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
97592026-02-01T14:47:26.093Z[ host-image] Feb 01 14:47:25.450 INFO O| Feb 01 14:47:25.450 INFO STEP 40 (remove_files) COMPLETE
97602026-02-01T14:47:26.093Z[ host-image] Feb 01 14:47:25.450 INFO O| Feb 01 14:47:25.450 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97612026-02-01T14:47:26.093Z[ host-image] Feb 01 14:47:25.458 INFO O| Feb 01 14:47:25.458 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
97622026-02-01T14:47:26.093Z[ host-image] Feb 01 14:47:25.458 INFO O| Feb 01 14:47:25.458 INFO STEP 41 (remove_files) COMPLETE
97632026-02-01T14:47:26.093Z[ host-image] Feb 01 14:47:25.458 INFO O| Feb 01 14:47:25.458 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97642026-02-01T14:47:26.093Z[ host-image] Feb 01 14:47:25.466 INFO O| Feb 01 14:47:25.466 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
97652026-02-01T14:47:26.093Z[ host-image] Feb 01 14:47:25.466 INFO O| Feb 01 14:47:25.466 INFO STEP 42 (remove_files) COMPLETE
97662026-02-01T14:47:26.093Z[ host-image] Feb 01 14:47:25.466 INFO O| Feb 01 14:47:25.466 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97672026-02-01T14:47:26.117Z[ host-image] Feb 01 14:47:25.476 INFO O| Feb 01 14:47:25.476 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
97682026-02-01T14:47:26.117Z[ host-image] Feb 01 14:47:25.476 INFO O| Feb 01 14:47:25.476 INFO STEP 43 (remove_files) COMPLETE
97692026-02-01T14:47:26.117Z[ host-image] Feb 01 14:47:25.476 INFO O| Feb 01 14:47:25.476 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97702026-02-01T14:47:26.117Z[ host-image] Feb 01 14:47:25.485 INFO O| Feb 01 14:47:25.485 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
97712026-02-01T14:47:26.117Z[ host-image] Feb 01 14:47:25.485 INFO O| Feb 01 14:47:25.485 INFO STEP 44 (remove_files) COMPLETE
97722026-02-01T14:47:26.117Z[ host-image] Feb 01 14:47:25.485 INFO O| Feb 01 14:47:25.485 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97732026-02-01T14:47:26.141Z[ host-image] Feb 01 14:47:25.493 INFO O| Feb 01 14:47:25.493 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
97742026-02-01T14:47:26.141Z[ host-image] Feb 01 14:47:25.493 INFO O| Feb 01 14:47:25.493 INFO STEP 45 (remove_files) COMPLETE
97752026-02-01T14:47:26.141Z[ host-image] Feb 01 14:47:25.493 INFO O| Feb 01 14:47:25.493 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97762026-02-01T14:47:26.141Z[ host-image] Feb 01 14:47:25.503 INFO O| Feb 01 14:47:25.503 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
97772026-02-01T14:47:26.141Z[ host-image] Feb 01 14:47:25.503 INFO O| Feb 01 14:47:25.503 INFO STEP 46 (remove_files) COMPLETE
97782026-02-01T14:47:26.141Z[ host-image] Feb 01 14:47:25.503 INFO O| Feb 01 14:47:25.503 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97792026-02-01T14:47:26.142Z[ host-image] Feb 01 14:47:25.512 INFO O| Feb 01 14:47:25.512 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
97802026-02-01T14:47:26.142Z[ host-image] Feb 01 14:47:25.513 INFO O| Feb 01 14:47:25.513 INFO STEP 47 (remove_files) COMPLETE
97812026-02-01T14:47:26.142Z[ host-image] Feb 01 14:47:25.513 INFO O| Feb 01 14:47:25.513 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97822026-02-01T14:47:26.166Z[ host-image] Feb 01 14:47:25.523 INFO O| Feb 01 14:47:25.522 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
97832026-02-01T14:47:26.166Z[ host-image] Feb 01 14:47:25.523 INFO O| Feb 01 14:47:25.523 INFO STEP 48 (remove_files) COMPLETE
97842026-02-01T14:47:26.166Z[ host-image] Feb 01 14:47:25.523 INFO O| Feb 01 14:47:25.523 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97852026-02-01T14:47:26.166Z[ host-image] Feb 01 14:47:25.533 INFO O| Feb 01 14:47:25.533 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
97862026-02-01T14:47:26.166Z[ host-image] Feb 01 14:47:25.533 INFO O| Feb 01 14:47:25.533 INFO STEP 49 (remove_files) COMPLETE
97872026-02-01T14:47:26.166Z[ host-image] Feb 01 14:47:25.533 INFO O| Feb 01 14:47:25.533 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97882026-02-01T14:47:26.190Z[ host-image] Feb 01 14:47:25.541 INFO O| Feb 01 14:47:25.541 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
97892026-02-01T14:47:26.190Z[ host-image] Feb 01 14:47:25.541 INFO O| Feb 01 14:47:25.541 INFO STEP 50 (remove_files) COMPLETE
97902026-02-01T14:47:26.190Z[ host-image] Feb 01 14:47:25.541 INFO O| Feb 01 14:47:25.541 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97912026-02-01T14:47:26.190Z[ host-image] Feb 01 14:47:25.549 INFO O| Feb 01 14:47:25.549 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
97922026-02-01T14:47:26.190Z[ host-image] Feb 01 14:47:25.550 INFO O| Feb 01 14:47:25.550 INFO STEP 51 (remove_files) COMPLETE
97932026-02-01T14:47:26.190Z[ host-image] Feb 01 14:47:25.550 INFO O| Feb 01 14:47:25.550 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97942026-02-01T14:47:26.190Z[ host-image] Feb 01 14:47:25.558 INFO O| Feb 01 14:47:25.557 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
97952026-02-01T14:47:26.190Z[ host-image] Feb 01 14:47:25.558 INFO O| Feb 01 14:47:25.558 INFO STEP 52 (remove_files) COMPLETE
97962026-02-01T14:47:26.191Z[ host-image] Feb 01 14:47:25.558 INFO O| Feb 01 14:47:25.558 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97972026-02-01T14:47:26.215Z[ host-image] Feb 01 14:47:25.566 INFO O| Feb 01 14:47:25.566 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
97982026-02-01T14:47:26.215Z[ host-image] Feb 01 14:47:25.566 INFO O| Feb 01 14:47:25.566 INFO STEP 53 (remove_files) COMPLETE
97992026-02-01T14:47:26.215Z[ host-image] Feb 01 14:47:25.566 INFO O| Feb 01 14:47:25.566 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98002026-02-01T14:47:26.215Z[ host-image] Feb 01 14:47:25.576 INFO O| Feb 01 14:47:25.576 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
98012026-02-01T14:47:26.215Z[ host-image] Feb 01 14:47:25.576 INFO O| Feb 01 14:47:25.576 INFO STEP 54 (remove_files) COMPLETE
98022026-02-01T14:47:26.215Z[ host-image] Feb 01 14:47:25.576 INFO O| Feb 01 14:47:25.576 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98032026-02-01T14:47:26.215Z[ host-image] Feb 01 14:47:25.586 INFO O| Feb 01 14:47:25.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
98042026-02-01T14:47:26.215Z[ host-image] Feb 01 14:47:25.586 INFO O| Feb 01 14:47:25.586 INFO STEP 55 (remove_files) COMPLETE
98052026-02-01T14:47:26.215Z[ host-image] Feb 01 14:47:25.586 INFO O| Feb 01 14:47:25.586 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98062026-02-01T14:47:26.239Z[ host-image] Feb 01 14:47:25.596 INFO O| Feb 01 14:47:25.596 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
98072026-02-01T14:47:26.239Z[ host-image] Feb 01 14:47:25.596 INFO O| Feb 01 14:47:25.596 INFO STEP 56 (remove_files) COMPLETE
98082026-02-01T14:47:26.239Z[ host-image] Feb 01 14:47:25.596 INFO O| Feb 01 14:47:25.596 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98092026-02-01T14:47:26.239Z[ host-image] Feb 01 14:47:25.605 INFO O| Feb 01 14:47:25.605 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
98102026-02-01T14:47:26.239Z[ host-image] Feb 01 14:47:25.605 INFO O| Feb 01 14:47:25.605 INFO STEP 57 (remove_files) COMPLETE
98112026-02-01T14:47:26.239Z[ host-image] Feb 01 14:47:25.605 INFO O| Feb 01 14:47:25.605 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98122026-02-01T14:47:26.240Z[ host-image] Feb 01 14:47:25.614 INFO O| Feb 01 14:47:25.614 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
98132026-02-01T14:47:26.240Z[ host-image] Feb 01 14:47:25.614 INFO O| Feb 01 14:47:25.614 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
98142026-02-01T14:47:26.240Z[ host-image] Feb 01 14:47:25.614 INFO O| Feb 01 14:47:25.614 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
98152026-02-01T14:47:26.263Z[ host-image] Feb 01 14:47:25.615 INFO O| Feb 01 14:47:25.615 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
98162026-02-01T14:47:26.263Z[ host-image] Feb 01 14:47:25.615 INFO O| Feb 01 14:47:25.615 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
98172026-02-01T14:47:26.263Z[ host-image] Feb 01 14:47:25.615 INFO O| Feb 01 14:47:25.615 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
98182026-02-01T14:47:26.263Z[ host-image] Feb 01 14:47:25.615 INFO O| Feb 01 14:47:25.615 INFO ok!
98192026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.615 INFO O| Feb 01 14:47:25.615 INFO STEP 58 (ensure_file) COMPLETE
98202026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.615 INFO O| Feb 01 14:47:25.615 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98212026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.624 INFO O| Feb 01 14:47:25.624 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
98222026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.624 INFO O| Feb 01 14:47:25.624 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
98232026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.624 INFO O| Feb 01 14:47:25.624 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
98242026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.624 INFO O| Feb 01 14:47:25.624 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
98252026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.624 INFO O| Feb 01 14:47:25.624 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
98262026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.624 INFO O| Feb 01 14:47:25.624 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
98272026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.624 INFO O| Feb 01 14:47:25.624 INFO ok!
98282026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.624 INFO O| Feb 01 14:47:25.624 INFO STEP 59 (ensure_file) COMPLETE
98292026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.624 INFO O| Feb 01 14:47:25.624 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98302026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.634 INFO O| Feb 01 14:47:25.634 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
98312026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.634 INFO O| Feb 01 14:47:25.634 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
98322026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.634 INFO O| Feb 01 14:47:25.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
98332026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.634 INFO O| Feb 01 14:47:25.634 INFO ok!
98342026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.634 INFO O| Feb 01 14:47:25.634 INFO STEP 60 (ensure_file) COMPLETE
98352026-02-01T14:47:26.264Z[ host-image] Feb 01 14:47:25.634 INFO O| Feb 01 14:47:25.634 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98362026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.643 INFO O| Feb 01 14:47:25.643 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
98372026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.643 INFO O| Feb 01 14:47:25.643 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
98382026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.643 INFO O| Feb 01 14:47:25.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
98392026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.643 INFO O| Feb 01 14:47:25.643 INFO ok!
98402026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.643 INFO O| Feb 01 14:47:25.643 INFO STEP 61 (ensure_file) COMPLETE
98412026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.643 INFO O| Feb 01 14:47:25.643 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98422026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.651 INFO O| Feb 01 14:47:25.651 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
98432026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.651 INFO O| Feb 01 14:47:25.651 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
98442026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.651 INFO O| Feb 01 14:47:25.651 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
98452026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.651 INFO O| Feb 01 14:47:25.651 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
98462026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.651 INFO O| Feb 01 14:47:25.651 INFO ok!
98472026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.651 INFO O| Feb 01 14:47:25.651 INFO STEP 62 (ensure_file) COMPLETE
98482026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.651 INFO O| Feb 01 14:47:25.651 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98492026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.659 INFO O| Feb 01 14:47:25.659 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
98502026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.659 INFO O| Feb 01 14:47:25.659 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
98512026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.659 INFO O| Feb 01 14:47:25.659 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
98522026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.659 INFO O| Feb 01 14:47:25.659 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
98532026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.659 INFO O| Feb 01 14:47:25.659 INFO ok!
98542026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.659 INFO O| Feb 01 14:47:25.659 INFO STEP 63 (ensure_file) COMPLETE
98552026-02-01T14:47:26.289Z[ host-image] Feb 01 14:47:25.659 INFO O| Feb 01 14:47:25.659 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98562026-02-01T14:47:26.313Z[ host-image] Feb 01 14:47:25.672 INFO O| Feb 01 14:47:25.672 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
98572026-02-01T14:47:26.313Z[ host-image] Feb 01 14:47:25.672 INFO O| Feb 01 14:47:25.672 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
98582026-02-01T14:47:26.313Z[ host-image] Feb 01 14:47:25.672 INFO O| Feb 01 14:47:25.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
98592026-02-01T14:47:26.314Z[ host-image] Feb 01 14:47:25.672 INFO O| Feb 01 14:47:25.672 INFO ok!
98602026-02-01T14:47:26.314Z[ host-image] Feb 01 14:47:25.672 INFO O| Feb 01 14:47:25.672 INFO STEP 64 (assemble_files) COMPLETE
98612026-02-01T14:47:26.314Z[ host-image] Feb 01 14:47:25.672 INFO O| Feb 01 14:47:25.672 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98622026-02-01T14:47:26.314Z[ host-image] Feb 01 14:47:25.682 INFO O| Feb 01 14:47:25.682 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
98632026-02-01T14:47:26.314Z[ host-image] Feb 01 14:47:25.682 INFO O| Feb 01 14:47:25.682 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
98642026-02-01T14:47:26.314Z[ host-image] Feb 01 14:47:25.682 INFO O| Feb 01 14:47:25.682 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
98652026-02-01T14:47:26.314Z[ host-image] Feb 01 14:47:25.682 INFO O| Feb 01 14:47:25.682 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
98662026-02-01T14:47:26.314Z[ host-image] Feb 01 14:47:25.682 INFO O| Feb 01 14:47:25.682 INFO ok!
98672026-02-01T14:47:26.314Z[ host-image] Feb 01 14:47:25.682 INFO O| Feb 01 14:47:25.682 INFO STEP 65 (ensure_file) COMPLETE
98682026-02-01T14:47:26.314Z[ host-image] Feb 01 14:47:25.682 INFO O| Feb 01 14:47:25.682 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98692026-02-01T14:47:26.338Z[ host-image] Feb 01 14:47:25.693 INFO O| Feb 01 14:47:25.693 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
98702026-02-01T14:47:26.338Z[ host-image] Feb 01 14:47:25.693 INFO O| Feb 01 14:47:25.693 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
98712026-02-01T14:47:26.338Z[ host-image] Feb 01 14:47:25.693 INFO O| Feb 01 14:47:25.693 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
98722026-02-01T14:47:26.338Z[ host-image] Feb 01 14:47:25.693 INFO O| Feb 01 14:47:25.693 INFO STEP 66 (ensure_dir) COMPLETE
98732026-02-01T14:47:26.338Z[ host-image] Feb 01 14:47:25.693 INFO O| Feb 01 14:47:25.693 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98742026-02-01T14:47:26.338Z[ host-image] Feb 01 14:47:25.706 INFO O| Feb 01 14:47:25.706 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
98752026-02-01T14:47:26.338Z[ host-image] Feb 01 14:47:25.706 INFO O| Feb 01 14:47:25.706 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 ...
98762026-02-01T14:47:26.362Z[ host-image] Feb 01 14:47:25.714 INFO O| Feb 01 14:47:25.714 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
98772026-02-01T14:47:26.362Z[ host-image] Feb 01 14:47:25.714 INFO O| Feb 01 14:47:25.714 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
98782026-02-01T14:47:26.362Z[ host-image] Feb 01 14:47:25.714 INFO O| Feb 01 14:47:25.714 INFO ok!
98792026-02-01T14:47:26.362Z[ host-image] Feb 01 14:47:25.714 INFO O| Feb 01 14:47:25.714 INFO STEP 67 (ensure_file) COMPLETE
98802026-02-01T14:47:26.362Z[ host-image] Feb 01 14:47:25.714 INFO O| Feb 01 14:47:25.714 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98812026-02-01T14:47:26.362Z[ host-image] Feb 01 14:47:25.724 INFO O| Feb 01 14:47:25.724 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
98822026-02-01T14:47:26.362Z[ host-image] Feb 01 14:47:25.724 INFO O| Feb 01 14:47:25.724 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 ...
98832026-02-01T14:47:26.362Z[ host-image] Feb 01 14:47:25.724 INFO O| Feb 01 14:47:25.724 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
98842026-02-01T14:47:26.362Z[ host-image] Feb 01 14:47:25.724 INFO O| Feb 01 14:47:25.724 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
98852026-02-01T14:47:26.362Z[ host-image] Feb 01 14:47:25.724 INFO O| Feb 01 14:47:25.724 INFO ok!
98862026-02-01T14:47:26.362Z[ host-image] Feb 01 14:47:25.724 INFO O| Feb 01 14:47:25.724 INFO STEP 68 (ensure_file) COMPLETE
98872026-02-01T14:47:26.362Z[ host-image] Feb 01 14:47:25.724 INFO O| Feb 01 14:47:25.724 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98882026-02-01T14:47:26.386Z[ host-image] Feb 01 14:47:25.738 INFO O| Feb 01 14:47:25.738 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
98892026-02-01T14:47:26.387Z[ host-image] Feb 01 14:47:25.738 INFO O| Feb 01 14:47:25.738 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
98902026-02-01T14:47:28.726Z[ host-image] Feb 01 14:47:28.098 INFO O| Feb 01 14:47:28.098 INFO STEP 69 (pack_tar) COMPLETE
98912026-02-01T14:47:28.726Z[ host-image] Feb 01 14:47:28.098 INFO O| Feb 01 14:47:28.098 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
98922026-02-01T14:47:28.726Z[ host-image] Feb 01 14:47:28.098 INFO O| Feb 01 14:47:28.098 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
98932026-02-01T14:47:28.972Z[ host-image] Feb 01 14:47:28.348 INFO O| Feb 01 14:47:28.348 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98942026-02-01T14:47:29.023Z[ host-image] Feb 01 14:47:28.398 INFO O| Feb 01 14:47:28.398 INFO completed processing sled/ramdisk-02-trim
98952026-02-01T14:47:29.048Z[ host-image] Feb 01 14:47:28.401 INFO image builder template: zfs...
98962026-02-01T14:47:29.048Z[ host-image] Feb 01 14:47:28.401 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/.tmpVmOk05/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "zfs"], pwd: None
98972026-02-01T14:47:29.048Z[ host-image] Feb 01 14:47:28.420 INFO O| Feb 01 14:47:28.420 INFO skip include "stress" because feature "stress" is not enabled
98982026-02-01T14:47:29.048Z[ host-image] Feb 01 14:47:28.420 INFO O| Feb 01 14:47:28.420 INFO skip include "stress" because feature "compliance" is not enabled
98992026-02-01T14:47:29.084Z[ host-image] Feb 01 14:47:28.460 INFO O| Feb 01 14:47:28.460 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
99002026-02-01T14:47:29.108Z[ host-image] Feb 01 14:47:28.465 INFO O| Feb 01 14:47:28.465 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
99012026-02-01T14:47:29.132Z[ host-image] Feb 01 14:47:28.500 INFO O| Feb 01 14:47:28.500 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
99022026-02-01T14:47:29.156Z[ host-image] Feb 01 14:47:28.527 INFO O| Feb 01 14:47:28.527 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
99032026-02-01T14:47:29.156Z[ host-image] Feb 01 14:47:28.527 INFO O| Feb 01 14:47:28.527 INFO work dataset: rpool/images/build/host/work/sled/zfs
99042026-02-01T14:47:29.180Z[ host-image] Feb 01 14:47:28.533 INFO O| Feb 01 14:47:28.533 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
99052026-02-01T14:47:29.204Z[ host-image] Feb 01 14:47:28.568 INFO O| Feb 01 14:47:28.568 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
99062026-02-01T14:47:29.228Z[ host-image] Feb 01 14:47:28.585 INFO O| Feb 01 14:47:28.585 INFO DESTROY POOL: TEMPORARY-sled-zfs
99072026-02-01T14:47:29.228Z[ host-image] Feb 01 14:47:28.596 INFO O| Feb 01 14:47:28.596 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
99082026-02-01T14:47:29.228Z[ host-image] Feb 01 14:47:28.601 INFO O| Feb 01 14:47:28.601 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
99092026-02-01T14:47:29.228Z[ host-image] Feb 01 14:47:28.601 INFO O| Feb 01 14:47:28.601 INFO no lofi found
99102026-02-01T14:47:29.228Z[ host-image] Feb 01 14:47:28.601 INFO O| Feb 01 14:47:28.601 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
99112026-02-01T14:47:29.228Z[ host-image] Feb 01 14:47:28.602 INFO O| Feb 01 14:47:28.601 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
99122026-02-01T14:47:30.626Z[ host-image] Feb 01 14:47:30.001 INFO O| Feb 01 14:47:30.001 INFO lofi device = /dev/dsk/c3t1d0p0
99132026-02-01T14:47:30.650Z[ host-image] Feb 01 14:47:30.001 INFO O| Feb 01 14:47:30.001 INFO pool device = /dev/dsk/c3t1d0p0
99142026-02-01T14:47:30.650Z[ host-image] Feb 01 14:47:30.001 INFO O| Feb 01 14:47:30.001 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/c3t1d0p0"]
99152026-02-01T14:47:30.723Z[ host-image] Feb 01 14:47:30.099 INFO O| Feb 01 14:47:30.099 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99162026-02-01T14:47:30.723Z[ host-image] Feb 01 14:47:30.099 INFO O| Feb 01 14:47:30.099 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
99172026-02-01T14:47:30.754Z[ host-image] Feb 01 14:47:30.129 INFO O| Feb 01 14:47:30.129 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
99182026-02-01T14:47:30.826Z[ host-image] Feb 01 14:47:30.202 INFO O| Feb 01 14:47:30.202 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
99192026-02-01T14:47:30.868Z[ host-image] Feb 01 14:47:30.243 INFO O| Feb 01 14:47:30.243 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
99202026-02-01T14:47:30.892Z[ host-image] Feb 01 14:47:30.261 INFO O| Feb 01 14:47:30.261 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
99212026-02-01T14:47:30.916Z[ host-image] Feb 01 14:47:30.275 INFO O| Feb 01 14:47:30.274 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
99222026-02-01T14:47:30.947Z[ host-image] Feb 01 14:47:30.322 INFO O| Feb 01 14:47:30.322 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
99232026-02-01T14:47:30.949Z[ host-image] Feb 01 14:47:30.323 INFO O| Feb 01 14:47:30.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
99242026-02-01T14:47:30.973Z[ host-image] Feb 01 14:47:30.323 INFO O| Feb 01 14:47:30.323 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
99252026-02-01T14:47:30.973Z[ host-image] Feb 01 14:47:30.330 INFO O| Feb 01 14:47:30.330 INFO boot environment UUID: 84213abf-1ece-48d6-addc-37391ed15b32
99262026-02-01T14:47:30.973Z[ host-image] Feb 01 14:47:30.330 INFO O| Feb 01 14:47:30.330 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 84213abf-1ece-48d6-addc-37391ed15b32
99272026-02-01T14:47:30.973Z[ host-image] Feb 01 14:47:30.345 INFO O| Feb 01 14:47:30.345 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
99282026-02-01T14:47:30.997Z[ host-image] Feb 01 14:47:30.357 INFO O| Feb 01 14:47:30.357 INFO STEP 0 (create_be) COMPLETE
99292026-02-01T14:47:30.997Z[ host-image] Feb 01 14:47:30.357 INFO O| Feb 01 14:47:30.357 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99302026-02-01T14:47:30.997Z[ host-image] Feb 01 14:47:30.372 INFO O| Feb 01 14:47:30.372 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
99312026-02-01T14:47:49.168Z[verify-libraries] Finished `release` profile [optimized] target(s) in 25m 07s
99322026-02-01T14:47:50.619ZFeb 01 14:47:49.995 INFO [verify-libraries] process exited with exit status: 0 (1515.509911652s)
99332026-02-01T14:47:51.444Z[ host-image] Feb 01 14:47:50.820 INFO O| Feb 01 14:47:50.820 INFO STEP 1 (unpack_tar) COMPLETE
99342026-02-01T14:47:51.444Z[ host-image] Feb 01 14:47:50.820 INFO O| Feb 01 14:47:50.820 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99352026-02-01T14:47:51.468Z[ host-image] Feb 01 14:47:50.834 INFO O| Feb 01 14:47:50.833 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
99362026-02-01T14:47:51.703Z[ host-image] Feb 01 14:47:51.079 INFO O| Feb 01 14:47:51.078 INFO STEP 2 (devfsadm) COMPLETE
99372026-02-01T14:47:51.703Z[ host-image] Feb 01 14:47:51.079 INFO O| Feb 01 14:47:51.078 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99382026-02-01T14:47:51.727Z[ host-image] Feb 01 14:47:51.091 INFO O| Feb 01 14:47:51.091 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
99392026-02-01T14:47:51.727Z[ host-image] Feb 01 14:47:51.091 INFO O| Feb 01 14:47:51.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
99402026-02-01T14:47:51.727Z[ host-image] Feb 01 14:47:51.091 INFO O| Feb 01 14:47:51.091 INFO STEP 3 (ensure_dir) COMPLETE
99412026-02-01T14:47:51.728Z[ host-image] Feb 01 14:47:51.091 INFO O| Feb 01 14:47:51.091 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99422026-02-01T14:47:51.728Z[ host-image] Feb 01 14:47:51.102 INFO O| Feb 01 14:47:51.102 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
99432026-02-01T14:47:51.728Z[ host-image] Feb 01 14:47:51.102 INFO O| Feb 01 14:47:51.102 INFO STEP 4 (ensure_dir) COMPLETE
99442026-02-01T14:47:51.728Z[ host-image] Feb 01 14:47:51.102 INFO O| Feb 01 14:47:51.102 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99452026-02-01T14:47:51.751Z[ host-image] Feb 01 14:47:51.114 INFO O| Feb 01 14:47:51.114 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99462026-02-01T14:47:51.752Z[ host-image] Feb 01 14:47:51.114 INFO O| Feb 01 14:47:51.114 INFO STEP 5 (ensure_dir) COMPLETE
99472026-02-01T14:47:51.752Z[ host-image] Feb 01 14:47:51.114 INFO O| Feb 01 14:47:51.114 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99482026-02-01T14:47:51.752Z[ host-image] Feb 01 14:47:51.123 INFO O| Feb 01 14:47:51.123 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99492026-02-01T14:47:51.752Z[ host-image] Feb 01 14:47:51.123 INFO O| Feb 01 14:47:51.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99502026-02-01T14:47:51.752Z[ host-image] Feb 01 14:47:51.123 INFO O| Feb 01 14:47:51.123 INFO STEP 6 (ensure_dir) COMPLETE
99512026-02-01T14:47:51.752Z[ host-image] Feb 01 14:47:51.123 INFO O| Feb 01 14:47:51.123 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99522026-02-01T14:47:51.775Z[ host-image] Feb 01 14:47:51.135 INFO O| Feb 01 14:47:51.135 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99532026-02-01T14:47:51.775Z[ host-image] Feb 01 14:47:51.135 INFO O| Feb 01 14:47:51.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99542026-02-01T14:47:51.775Z[ host-image] Feb 01 14:47:51.135 INFO O| Feb 01 14:47:51.135 INFO STEP 7 (ensure_dir) COMPLETE
99552026-02-01T14:47:51.775Z[ host-image] Feb 01 14:47:51.135 INFO O| Feb 01 14:47:51.135 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99562026-02-01T14:47:51.775Z[ host-image] Feb 01 14:47:51.145 INFO O| Feb 01 14:47:51.145 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
99572026-02-01T14:47:51.776Z[ host-image] Feb 01 14:47:51.145 INFO O| Feb 01 14:47:51.145 INFO STEP 8 (remove_files) COMPLETE
99582026-02-01T14:47:51.776Z[ host-image] Feb 01 14:47:51.145 INFO O| Feb 01 14:47:51.145 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99592026-02-01T14:47:51.800Z[ host-image] Feb 01 14:47:51.154 INFO O| Feb 01 14:47:51.154 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
99602026-02-01T14:47:51.800Z[ host-image] Feb 01 14:47:51.156 INFO O| Feb 01 14:47:51.156 INFO STEP 9 (remove_files) COMPLETE
99612026-02-01T14:47:51.800Z[ host-image] Feb 01 14:47:51.156 INFO O| Feb 01 14:47:51.156 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99622026-02-01T14:47:51.800Z[ host-image] Feb 01 14:47:51.166 INFO O| Feb 01 14:47:51.166 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
99632026-02-01T14:47:51.800Z[ host-image] Feb 01 14:47:51.167 INFO O| Feb 01 14:47:51.167 INFO STEP 10 (remove_files) COMPLETE
99642026-02-01T14:47:51.800Z[ host-image] Feb 01 14:47:51.167 INFO O| Feb 01 14:47:51.167 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99652026-02-01T14:47:51.824Z[ host-image] Feb 01 14:47:51.176 INFO O| Feb 01 14:47:51.176 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
99662026-02-01T14:47:51.824Z[ host-image] Feb 01 14:47:51.176 INFO O| Feb 01 14:47:51.176 INFO STEP 11 (remove_files) COMPLETE
99672026-02-01T14:47:51.824Z[ host-image] Feb 01 14:47:51.176 INFO O| Feb 01 14:47:51.176 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99682026-02-01T14:47:51.824Z[ host-image] Feb 01 14:47:51.186 INFO O| Feb 01 14:47:51.186 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
99692026-02-01T14:47:51.824Z[ host-image] Feb 01 14:47:51.186 INFO O| Feb 01 14:47:51.186 INFO STEP 12 (remove_files) COMPLETE
99702026-02-01T14:47:51.824Z[ host-image] Feb 01 14:47:51.186 INFO O| Feb 01 14:47:51.186 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99712026-02-01T14:47:51.824Z[ host-image] Feb 01 14:47:51.197 INFO O| Feb 01 14:47:51.197 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
99722026-02-01T14:47:51.824Z[ host-image] Feb 01 14:47:51.197 INFO O| Feb 01 14:47:51.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
99732026-02-01T14:47:51.824Z[ host-image] Feb 01 14:47:51.197 INFO O| Feb 01 14:47:51.197 INFO STEP 13 (ensure_dir) COMPLETE
99742026-02-01T14:47:51.824Z[ host-image] Feb 01 14:47:51.197 INFO O| Feb 01 14:47:51.197 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99752026-02-01T14:47:51.848Z[ host-image] Feb 01 14:47:51.207 INFO O| Feb 01 14:47:51.207 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
99762026-02-01T14:47:51.848Z[ host-image] Feb 01 14:47:51.207 INFO O| Feb 01 14:47:51.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
99772026-02-01T14:47:51.848Z[ host-image] Feb 01 14:47:51.207 INFO O| Feb 01 14:47:51.207 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
99782026-02-01T14:47:51.848Z[ host-image] Feb 01 14:47:51.207 INFO O| Feb 01 14:47:51.207 INFO STEP 14 (ensure_dir) COMPLETE
99792026-02-01T14:47:51.848Z[ host-image] Feb 01 14:47:51.207 INFO O| Feb 01 14:47:51.207 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99802026-02-01T14:47:51.848Z[ host-image] Feb 01 14:47:51.216 INFO O| Feb 01 14:47:51.216 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99812026-02-01T14:47:51.848Z[ host-image] Feb 01 14:47:51.216 INFO O| Feb 01 14:47:51.216 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99822026-02-01T14:47:51.848Z[ host-image] Feb 01 14:47:51.216 INFO O| Feb 01 14:47:51.216 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99832026-02-01T14:47:51.849Z[ host-image] Feb 01 14:47:51.216 INFO O| Feb 01 14:47:51.216 INFO STEP 15 (ensure_dir) COMPLETE
99842026-02-01T14:47:51.849Z[ host-image] Feb 01 14:47:51.216 INFO O| Feb 01 14:47:51.216 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99852026-02-01T14:47:51.872Z[ host-image] Feb 01 14:47:51.225 INFO O| Feb 01 14:47:51.225 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99862026-02-01T14:47:51.873Z[ host-image] Feb 01 14:47:51.225 INFO O| Feb 01 14:47:51.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99872026-02-01T14:47:51.873Z[ host-image] Feb 01 14:47:51.225 INFO O| Feb 01 14:47:51.225 INFO STEP 16 (ensure_dir) COMPLETE
99882026-02-01T14:47:51.873Z[ host-image] Feb 01 14:47:51.225 INFO O| Feb 01 14:47:51.225 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99892026-02-01T14:47:51.873Z[ host-image] Feb 01 14:47:51.234 INFO O| Feb 01 14:47:51.234 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99902026-02-01T14:47:51.873Z[ host-image] Feb 01 14:47:51.234 INFO O| Feb 01 14:47:51.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99912026-02-01T14:47:51.873Z[ host-image] Feb 01 14:47:51.234 INFO O| Feb 01 14:47:51.234 INFO STEP 17 (ensure_dir) COMPLETE
99922026-02-01T14:47:51.873Z[ host-image] Feb 01 14:47:51.234 INFO O| Feb 01 14:47:51.234 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99932026-02-01T14:47:51.873Z[ host-image] Feb 01 14:47:51.243 INFO O| Feb 01 14:47:51.243 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
99942026-02-01T14:47:51.873Z[ host-image] Feb 01 14:47:51.243 INFO O| Feb 01 14:47:51.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
99952026-02-01T14:47:51.873Z[ host-image] Feb 01 14:47:51.243 INFO O| Feb 01 14:47:51.243 INFO ok!
99962026-02-01T14:47:51.873Z[ host-image] Feb 01 14:47:51.243 INFO O| Feb 01 14:47:51.243 INFO STEP 18 (ensure_symlink) COMPLETE
99972026-02-01T14:47:51.873Z[ host-image] Feb 01 14:47:51.243 INFO O| Feb 01 14:47:51.243 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99982026-02-01T14:47:51.897Z[ host-image] Feb 01 14:47:51.252 INFO O| Feb 01 14:47:51.252 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
99992026-02-01T14:47:51.897Z[ host-image] Feb 01 14:47:51.252 INFO O| Feb 01 14:47:51.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
100002026-02-01T14:47:51.897Z[ host-image] Feb 01 14:47:51.252 INFO O| Feb 01 14:47:51.252 INFO ok!
100012026-02-01T14:47:51.897Z[ host-image] Feb 01 14:47:51.252 INFO O| Feb 01 14:47:51.252 INFO STEP 19 (ensure_file) COMPLETE
100022026-02-01T14:47:51.897Z[ host-image] Feb 01 14:47:51.252 INFO O| Feb 01 14:47:51.252 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
100032026-02-01T14:47:51.897Z[ host-image] Feb 01 14:47:51.261 INFO O| Feb 01 14:47:51.261 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
100042026-02-01T14:47:51.897Z[ host-image] Feb 01 14:47:51.261 INFO O| Feb 01 14:47:51.261 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
100052026-02-01T14:47:51.897Z[ host-image] Feb 01 14:47:51.261 INFO O| Feb 01 14:47:51.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
100062026-02-01T14:47:51.897Z[ host-image] Feb 01 14:47:51.261 INFO O| Feb 01 14:47:51.261 INFO ok!
100072026-02-01T14:47:51.897Z[ host-image] Feb 01 14:47:51.261 INFO O| Feb 01 14:47:51.261 INFO STEP 20 (ensure_symlink) COMPLETE
100082026-02-01T14:47:51.897Z[ host-image] Feb 01 14:47:51.261 INFO O| Feb 01 14:47:51.261 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
100092026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.273 INFO O| Feb 01 14:47:51.273 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
100102026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.273 INFO O| Feb 01 14:47:51.273 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
100112026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.273 INFO O| Feb 01 14:47:51.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
100122026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.273 INFO O| Feb 01 14:47:51.273 INFO ok!
100132026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.273 INFO O| Feb 01 14:47:51.273 INFO STEP 21 (ensure_symlink) COMPLETE
100142026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.273 INFO O| Feb 01 14:47:51.273 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
100152026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.282 INFO O| Feb 01 14:47:51.282 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
100162026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.282 INFO O| Feb 01 14:47:51.282 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
100172026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.282 INFO O| Feb 01 14:47:51.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
100182026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.282 INFO O| Feb 01 14:47:51.282 INFO ok!
100192026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.282 INFO O| Feb 01 14:47:51.282 INFO STEP 22 (ensure_symlink) COMPLETE
100202026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.282 INFO O| Feb 01 14:47:51.282 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
100212026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.292 INFO O| Feb 01 14:47:51.292 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
100222026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.292 INFO O| Feb 01 14:47:51.292 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
100232026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.292 INFO O| Feb 01 14:47:51.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
100242026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.292 INFO O| Feb 01 14:47:51.292 INFO ok!
100252026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.292 INFO O| Feb 01 14:47:51.292 INFO STEP 23 (ensure_symlink) COMPLETE
100262026-02-01T14:47:51.922Z[ host-image] Feb 01 14:47:51.292 INFO O| Feb 01 14:47:51.292 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100272026-02-01T14:47:51.946Z[ host-image] Feb 01 14:47:51.301 INFO O| Feb 01 14:47:51.301 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
100282026-02-01T14:47:51.946Z[ host-image] Feb 01 14:47:51.302 INFO O| Feb 01 14:47:51.301 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
100292026-02-01T14:47:51.946Z[ host-image] Feb 01 14:47:51.302 INFO O| Feb 01 14:47:51.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
100302026-02-01T14:47:51.946Z[ host-image] Feb 01 14:47:51.302 INFO O| Feb 01 14:47:51.302 INFO ok!
100312026-02-01T14:47:51.946Z[ host-image] Feb 01 14:47:51.302 INFO O| Feb 01 14:47:51.302 INFO STEP 24 (ensure_file) COMPLETE
100322026-02-01T14:47:51.946Z[ host-image] Feb 01 14:47:51.302 INFO O| Feb 01 14:47:51.302 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
100332026-02-01T14:47:51.946Z[ host-image] Feb 01 14:47:51.311 INFO O| Feb 01 14:47:51.311 INFO updating shadow file
100342026-02-01T14:47:51.946Z[ host-image] Feb 01 14:47:51.311 INFO O| Feb 01 14:47:51.311 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100352026-02-01T14:47:51.946Z[ host-image] Feb 01 14:47:51.311 INFO O| Feb 01 14:47:51.311 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100362026-02-01T14:47:51.946Z[ host-image] Feb 01 14:47:51.311 INFO O| Feb 01 14:47:51.311 INFO STEP 25 (shadow) COMPLETE
100372026-02-01T14:47:51.946Z[ host-image] Feb 01 14:47:51.311 INFO O| Feb 01 14:47:51.311 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100382026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.323 INFO O| Feb 01 14:47:51.323 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
100392026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.323 INFO O| Feb 01 14:47:51.323 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
100402026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.323 INFO O| Feb 01 14:47:51.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
100412026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.323 INFO O| Feb 01 14:47:51.323 INFO ok!
100422026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.323 INFO O| Feb 01 14:47:51.323 INFO STEP 26 (ensure_file) COMPLETE
100432026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.323 INFO O| Feb 01 14:47:51.323 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100442026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.333 INFO O| Feb 01 14:47:51.333 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
100452026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.333 INFO O| Feb 01 14:47:51.333 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
100462026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.333 INFO O| Feb 01 14:47:51.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
100472026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.333 INFO O| Feb 01 14:47:51.333 INFO ok!
100482026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.333 INFO O| Feb 01 14:47:51.333 INFO STEP 27 (ensure_file) COMPLETE
100492026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.333 INFO O| Feb 01 14:47:51.333 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100502026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.344 INFO O| Feb 01 14:47:51.344 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
100512026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.344 INFO O| Feb 01 14:47:51.344 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
100522026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.344 INFO O| Feb 01 14:47:51.344 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
100532026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.344 INFO O| Feb 01 14:47:51.344 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
100542026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.344 INFO O| Feb 01 14:47:51.344 INFO ok!
100552026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.344 INFO O| Feb 01 14:47:51.344 INFO STEP 28 (ensure_file) COMPLETE
100562026-02-01T14:47:51.971Z[ host-image] Feb 01 14:47:51.344 INFO O| Feb 01 14:47:51.344 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100572026-02-01T14:47:51.996Z[ host-image] Feb 01 14:47:51.355 INFO O| Feb 01 14:47:51.355 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
100582026-02-01T14:47:51.996Z[ host-image] Feb 01 14:47:51.355 INFO O| Feb 01 14:47:51.355 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
100592026-02-01T14:47:51.996Z[ host-image] Feb 01 14:47:51.355 INFO O| Feb 01 14:47:51.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
100602026-02-01T14:47:51.996Z[ host-image] Feb 01 14:47:51.355 INFO O| Feb 01 14:47:51.355 INFO ok!
100612026-02-01T14:47:51.996Z[ host-image] Feb 01 14:47:51.355 INFO O| Feb 01 14:47:51.355 INFO STEP 29 (ensure_file) COMPLETE
100622026-02-01T14:47:51.996Z[ host-image] Feb 01 14:47:51.355 INFO O| Feb 01 14:47:51.355 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
100632026-02-01T14:47:51.996Z[ host-image] Feb 01 14:47:51.364 INFO O| Feb 01 14:47:51.364 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
100642026-02-01T14:47:51.996Z[ host-image] Feb 01 14:47:51.364 INFO O| Feb 01 14:47:51.364 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
100652026-02-01T14:47:51.996Z[ host-image] Feb 01 14:47:51.364 INFO O| Feb 01 14:47:51.364 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
100662026-02-01T14:47:51.996Z[ host-image] Feb 01 14:47:51.364 INFO O| Feb 01 14:47:51.364 INFO STEP 30 (ensure_dir) COMPLETE
100672026-02-01T14:47:51.996Z[ host-image] Feb 01 14:47:51.364 INFO O| Feb 01 14:47:51.364 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100682026-02-01T14:47:52.020Z[ host-image] Feb 01 14:47:51.374 INFO O| Feb 01 14:47:51.374 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
100692026-02-01T14:47:52.020Z[ host-image] Feb 01 14:47:51.374 INFO O| Feb 01 14:47:51.374 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
100702026-02-01T14:47:52.020Z[ host-image] Feb 01 14:47:51.374 INFO O| Feb 01 14:47:51.374 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
100712026-02-01T14:47:52.020Z[ host-image] Feb 01 14:47:51.374 INFO O| Feb 01 14:47:51.374 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
100722026-02-01T14:47:52.020Z[ host-image] Feb 01 14:47:51.374 INFO O| Feb 01 14:47:51.374 INFO ok!
100732026-02-01T14:47:52.020Z[ host-image] Feb 01 14:47:51.374 INFO O| Feb 01 14:47:51.374 INFO STEP 31 (ensure_file) COMPLETE
100742026-02-01T14:47:52.020Z[ host-image] Feb 01 14:47:51.374 INFO O| Feb 01 14:47:51.374 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
100752026-02-01T14:47:52.021Z[ host-image] Feb 01 14:47:51.383 INFO O| Feb 01 14:47:51.383 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
100762026-02-01T14:47:52.021Z[ host-image] Feb 01 14:47:51.383 INFO O| Feb 01 14:47:51.383 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
100772026-02-01T14:47:52.021Z[ host-image] Feb 01 14:47:51.383 INFO O| Feb 01 14:47:51.383 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
100782026-02-01T14:47:52.021Z[ host-image] Feb 01 14:47:51.383 INFO O| Feb 01 14:47:51.383 INFO STEP 32 (ensure_dir) COMPLETE
100792026-02-01T14:47:52.021Z[ host-image] Feb 01 14:47:51.383 INFO O| Feb 01 14:47:51.383 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100802026-02-01T14:47:52.021Z[ host-image] Feb 01 14:47:51.393 INFO O| Feb 01 14:47:51.393 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
100812026-02-01T14:47:52.021Z[ host-image] Feb 01 14:47:51.393 INFO O| Feb 01 14:47:51.393 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 ...
100822026-02-01T14:47:52.021Z[ host-image] Feb 01 14:47:51.393 INFO O| Feb 01 14:47:51.393 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
100832026-02-01T14:47:52.021Z[ host-image] Feb 01 14:47:51.393 INFO O| Feb 01 14:47:51.393 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
100842026-02-01T14:47:52.021Z[ host-image] Feb 01 14:47:51.393 INFO O| Feb 01 14:47:51.393 INFO ok!
100852026-02-01T14:47:52.021Z[ host-image] Feb 01 14:47:51.393 INFO O| Feb 01 14:47:51.393 INFO STEP 33 (ensure_file) COMPLETE
100862026-02-01T14:47:52.021Z[ host-image] Feb 01 14:47:51.393 INFO O| Feb 01 14:47:51.393 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100872026-02-01T14:47:52.045Z[ host-image] Feb 01 14:47:51.403 INFO O| Feb 01 14:47:51.402 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
100882026-02-01T14:47:52.045Z[ host-image] Feb 01 14:47:51.403 INFO O| Feb 01 14:47:51.403 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
100892026-02-01T14:47:52.045Z[ host-image] Feb 01 14:47:51.403 INFO O| Feb 01 14:47:51.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
100902026-02-01T14:47:52.045Z[ host-image] Feb 01 14:47:51.403 INFO O| Feb 01 14:47:51.403 INFO ok!
100912026-02-01T14:47:52.045Z[ host-image] Feb 01 14:47:51.403 INFO O| Feb 01 14:47:51.403 INFO STEP 34 (ensure_file) COMPLETE
100922026-02-01T14:47:52.045Z[ host-image] Feb 01 14:47:51.403 INFO O| Feb 01 14:47:51.403 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100932026-02-01T14:47:52.045Z[ host-image] Feb 01 14:47:51.412 INFO O| Feb 01 14:47:51.412 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
100942026-02-01T14:47:52.045Z[ host-image] Feb 01 14:47:51.412 INFO O| Feb 01 14:47:51.412 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
100952026-02-01T14:47:52.045Z[ host-image] Feb 01 14:47:51.413 INFO O| Feb 01 14:47:51.413 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100962026-02-01T14:47:52.045Z[ host-image] Feb 01 14:47:51.413 INFO O| Feb 01 14:47:51.413 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100972026-02-01T14:47:52.045Z[ host-image] Feb 01 14:47:51.413 INFO O| Feb 01 14:47:51.413 INFO ok!
100982026-02-01T14:47:52.045Z[ host-image] Feb 01 14:47:51.413 INFO O| Feb 01 14:47:51.413 INFO STEP 35 (ensure_file) COMPLETE
100992026-02-01T14:47:52.045Z[ host-image] Feb 01 14:47:51.413 INFO O| Feb 01 14:47:51.413 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101002026-02-01T14:47:52.070Z[ host-image] Feb 01 14:47:51.424 INFO O| Feb 01 14:47:51.424 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
101012026-02-01T14:47:52.070Z[ host-image] Feb 01 14:47:51.424 INFO O| Feb 01 14:47:51.424 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
101022026-02-01T14:47:52.070Z[ host-image] Feb 01 14:47:51.425 INFO O| Feb 01 14:47:51.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
101032026-02-01T14:47:52.070Z[ host-image] Feb 01 14:47:51.425 INFO O| Feb 01 14:47:51.425 INFO ok!
101042026-02-01T14:47:52.070Z[ host-image] Feb 01 14:47:51.425 INFO O| Feb 01 14:47:51.425 INFO STEP 36 (ensure_file) COMPLETE
101052026-02-01T14:47:52.070Z[ host-image] Feb 01 14:47:51.425 INFO O| Feb 01 14:47:51.425 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101062026-02-01T14:47:52.070Z[ host-image] Feb 01 14:47:51.434 INFO O| Feb 01 14:47:51.434 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
101072026-02-01T14:47:52.070Z[ host-image] Feb 01 14:47:51.434 INFO O| Feb 01 14:47:51.434 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
101082026-02-01T14:47:52.070Z[ host-image] Feb 01 14:47:51.434 INFO O| Feb 01 14:47:51.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
101092026-02-01T14:47:52.070Z[ host-image] Feb 01 14:47:51.434 INFO O| Feb 01 14:47:51.434 INFO ok!
101102026-02-01T14:47:52.070Z[ host-image] Feb 01 14:47:51.434 INFO O| Feb 01 14:47:51.434 INFO STEP 37 (ensure_file) COMPLETE
101112026-02-01T14:47:52.070Z[ host-image] Feb 01 14:47:51.434 INFO O| Feb 01 14:47:51.434 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101122026-02-01T14:47:52.094Z[ host-image] Feb 01 14:47:51.445 INFO O| Feb 01 14:47:51.445 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
101132026-02-01T14:47:52.094Z[ host-image] Feb 01 14:47:51.445 INFO O| Feb 01 14:47:51.445 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
101142026-02-01T14:47:52.094Z[ host-image] Feb 01 14:47:51.445 INFO O| Feb 01 14:47:51.445 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
101152026-02-01T14:47:52.094Z[ host-image] Feb 01 14:47:51.445 INFO O| Feb 01 14:47:51.445 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
101162026-02-01T14:47:52.094Z[ host-image] Feb 01 14:47:51.445 INFO O| Feb 01 14:47:51.445 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
101172026-02-01T14:47:52.094Z[ host-image] Feb 01 14:47:51.445 INFO O| Feb 01 14:47:51.445 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
101182026-02-01T14:47:52.094Z[ host-image] Feb 01 14:47:51.445 INFO O| Feb 01 14:47:51.445 INFO ok!
101192026-02-01T14:47:52.094Z[ host-image] Feb 01 14:47:51.445 INFO O| Feb 01 14:47:51.445 INFO STEP 38 (ensure_file) COMPLETE
101202026-02-01T14:47:52.094Z[ host-image] Feb 01 14:47:51.445 INFO O| Feb 01 14:47:51.445 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
101212026-02-01T14:47:52.094Z[ host-image] Feb 01 14:47:51.455 INFO O| Feb 01 14:47:51.455 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
101222026-02-01T14:47:52.094Z[ host-image] Feb 01 14:47:51.455 INFO O| Feb 01 14:47:51.455 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
101232026-02-01T14:47:52.094Z[ host-image] Feb 01 14:47:51.455 INFO O| Feb 01 14:47:51.455 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
101242026-02-01T14:47:52.094Z[ host-image] Feb 01 14:47:51.455 INFO O| Feb 01 14:47:51.455 INFO STEP 39 (ensure_dir) COMPLETE
101252026-02-01T14:47:52.094Z[ host-image] Feb 01 14:47:51.455 INFO O| Feb 01 14:47:51.455 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
101262026-02-01T14:47:52.095Z[ host-image] Feb 01 14:47:51.464 INFO O| Feb 01 14:47:51.464 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
101272026-02-01T14:47:52.095Z[ host-image] Feb 01 14:47:51.464 INFO O| Feb 01 14:47:51.464 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 ...
101282026-02-01T14:47:52.095Z[ host-image] Feb 01 14:47:51.465 INFO O| Feb 01 14:47:51.465 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
101292026-02-01T14:47:52.095Z[ host-image] Feb 01 14:47:51.465 INFO O| Feb 01 14:47:51.465 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
101302026-02-01T14:47:52.095Z[ host-image] Feb 01 14:47:51.465 INFO O| Feb 01 14:47:51.465 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
101312026-02-01T14:47:52.095Z[ host-image] Feb 01 14:47:51.465 INFO O| Feb 01 14:47:51.465 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
101322026-02-01T14:47:52.095Z[ host-image] Feb 01 14:47:51.465 INFO O| Feb 01 14:47:51.465 INFO ok!
101332026-02-01T14:47:52.095Z[ host-image] Feb 01 14:47:51.465 INFO O| Feb 01 14:47:51.465 INFO STEP 40 (ensure_file) COMPLETE
101342026-02-01T14:47:52.095Z[ host-image] Feb 01 14:47:51.465 INFO O| Feb 01 14:47:51.465 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
101352026-02-01T14:47:52.119Z[ host-image] Feb 01 14:47:51.476 INFO O| Feb 01 14:47:51.476 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
101362026-02-01T14:47:52.119Z[ host-image] Feb 01 14:47:51.476 INFO O| Feb 01 14:47:51.476 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 ...
101372026-02-01T14:47:52.119Z[ host-image] Feb 01 14:47:51.476 INFO O| Feb 01 14:47:51.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
101382026-02-01T14:47:52.119Z[ host-image] Feb 01 14:47:51.476 INFO O| Feb 01 14:47:51.476 INFO ok!
101392026-02-01T14:47:52.119Z[ host-image] Feb 01 14:47:51.476 INFO O| Feb 01 14:47:51.476 INFO STEP 41 (ensure_symlink) COMPLETE
101402026-02-01T14:47:52.119Z[ host-image] Feb 01 14:47:51.476 INFO O| Feb 01 14:47:51.476 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
101412026-02-01T14:47:52.119Z[ host-image] Feb 01 14:47:51.486 INFO O| Feb 01 14:47:51.486 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
101422026-02-01T14:47:52.119Z[ host-image] Feb 01 14:47:51.486 INFO O| Feb 01 14:47:51.486 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
101432026-02-01T14:47:52.119Z[ host-image] Feb 01 14:47:51.486 INFO O| Feb 01 14:47:51.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
101442026-02-01T14:47:52.119Z[ host-image] Feb 01 14:47:51.487 INFO O| Feb 01 14:47:51.486 INFO ok!
101452026-02-01T14:47:52.119Z[ host-image] Feb 01 14:47:51.487 INFO O| Feb 01 14:47:51.486 INFO STEP 42 (ensure_symlink) COMPLETE
101462026-02-01T14:47:52.119Z[ host-image] Feb 01 14:47:51.487 INFO O| Feb 01 14:47:51.486 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101472026-02-01T14:47:52.143Z[ host-image] Feb 01 14:47:51.497 INFO O| Feb 01 14:47:51.497 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
101482026-02-01T14:47:52.144Z[ host-image] Feb 01 14:47:51.497 INFO O| Feb 01 14:47:51.497 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
101492026-02-01T14:47:52.144Z[ host-image] Feb 01 14:47:51.497 INFO O| Feb 01 14:47:51.497 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
101502026-02-01T14:47:52.144Z[ host-image] Feb 01 14:47:51.497 INFO O| Feb 01 14:47:51.497 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
101512026-02-01T14:47:52.144Z[ host-image] Feb 01 14:47:51.497 INFO O| Feb 01 14:47:51.497 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
101522026-02-01T14:47:52.144Z[ host-image] Feb 01 14:47:51.497 INFO O| Feb 01 14:47:51.497 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
101532026-02-01T14:47:52.144Z[ host-image] Feb 01 14:47:51.497 INFO O| Feb 01 14:47:51.497 INFO ok!
101542026-02-01T14:47:52.144Z[ host-image] Feb 01 14:47:51.497 INFO O| Feb 01 14:47:51.497 INFO STEP 43 (ensure_file) COMPLETE
101552026-02-01T14:47:52.144Z[ host-image] Feb 01 14:47:51.497 INFO O| Feb 01 14:47:51.497 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101562026-02-01T14:47:52.144Z[ host-image] Feb 01 14:47:51.507 INFO O| Feb 01 14:47:51.507 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
101572026-02-01T14:47:52.144Z[ host-image] Feb 01 14:47:51.507 INFO O| Feb 01 14:47:51.507 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 ...
101582026-02-01T14:47:52.144Z[ host-image] Feb 01 14:47:51.508 INFO O| Feb 01 14:47:51.508 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
101592026-02-01T14:47:52.144Z[ host-image] Feb 01 14:47:51.508 INFO O| Feb 01 14:47:51.508 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
101602026-02-01T14:47:52.144Z[ host-image] Feb 01 14:47:51.508 INFO O| Feb 01 14:47:51.508 INFO ok!
101612026-02-01T14:47:52.144Z[ host-image] Feb 01 14:47:51.508 INFO O| Feb 01 14:47:51.508 INFO STEP 44 (ensure_file) COMPLETE
101622026-02-01T14:47:52.144Z[ host-image] Feb 01 14:47:51.508 INFO O| Feb 01 14:47:51.508 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101632026-02-01T14:47:52.168Z[ host-image] Feb 01 14:47:51.521 INFO O| Feb 01 14:47:51.521 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
101642026-02-01T14:47:52.168Z[ host-image] Feb 01 14:47:51.521 INFO O| Feb 01 14:47:51.521 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
101652026-02-01T14:47:52.168Z[ host-image] Feb 01 14:47:51.521 INFO O| Feb 01 14:47:51.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
101662026-02-01T14:47:52.168Z[ host-image] Feb 01 14:47:51.521 INFO O| Feb 01 14:47:51.521 INFO ok!
101672026-02-01T14:47:52.168Z[ host-image] Feb 01 14:47:51.522 INFO O| Feb 01 14:47:51.521 INFO STEP 45 (ensure_file) COMPLETE
101682026-02-01T14:47:52.168Z[ host-image] Feb 01 14:47:51.522 INFO O| Feb 01 14:47:51.521 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
101692026-02-01T14:47:52.168Z[ host-image] Feb 01 14:47:51.534 INFO O| Feb 01 14:47:51.534 INFO updating shadow file
101702026-02-01T14:47:52.168Z[ host-image] Feb 01 14:47:51.534 INFO O| Feb 01 14:47:51.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
101712026-02-01T14:47:52.168Z[ host-image] Feb 01 14:47:51.534 INFO O| Feb 01 14:47:51.534 INFO STEP 46 (shadow) COMPLETE
101722026-02-01T14:47:52.168Z[ host-image] Feb 01 14:47:51.534 INFO O| Feb 01 14:47:51.534 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
101732026-02-01T14:47:52.192Z[ host-image] Feb 01 14:47:51.544 INFO O| Feb 01 14:47:51.544 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
101742026-02-01T14:47:52.192Z[ host-image] Feb 01 14:47:51.544 INFO O| Feb 01 14:47:51.544 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
101752026-02-01T14:47:52.192Z[ host-image] Feb 01 14:47:51.544 INFO O| Feb 01 14:47:51.544 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
101762026-02-01T14:47:52.193Z[ host-image] Feb 01 14:47:51.544 INFO O| Feb 01 14:47:51.544 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
101772026-02-01T14:47:52.193Z[ host-image] Feb 01 14:47:51.544 INFO O| Feb 01 14:47:51.544 INFO ok!
101782026-02-01T14:47:52.193Z[ host-image] Feb 01 14:47:51.544 INFO O| Feb 01 14:47:51.544 INFO STEP 47 (ensure_file) COMPLETE
101792026-02-01T14:47:52.193Z[ host-image] Feb 01 14:47:51.544 INFO O| Feb 01 14:47:51.544 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101802026-02-01T14:47:52.193Z[ host-image] Feb 01 14:47:51.544 INFO O| Feb 01 14:47:51.544 INFO skip step because feature "mfg" is not enabled
101812026-02-01T14:47:52.193Z[ host-image] Feb 01 14:47:51.544 INFO O| Feb 01 14:47:51.544 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101822026-02-01T14:47:52.193Z[ host-image] Feb 01 14:47:51.544 INFO O| Feb 01 14:47:51.544 INFO skip step because feature "mfg" is not enabled
101832026-02-01T14:47:52.193Z[ host-image] Feb 01 14:47:51.544 INFO O| Feb 01 14:47:51.544 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101842026-02-01T14:47:52.193Z[ host-image] Feb 01 14:47:51.555 INFO O| Feb 01 14:47:51.554 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
101852026-02-01T14:47:52.193Z[ host-image] Feb 01 14:47:51.555 INFO O| Feb 01 14:47:51.555 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
101862026-02-01T14:47:52.904Z[ host-image] Feb 01 14:47:52.280 INFO O| Feb 01 14:47:52.279 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101872026-02-01T14:47:52.904Z[ host-image] Feb 01 14:47:52.280 INFO O| Feb 01 14:47:52.280 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101882026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.280 INFO O| Feb 01 14:47:52.280 INFO ok!
101892026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.280 INFO O| Feb 01 14:47:52.280 INFO STEP 50 (ensure_file) COMPLETE
101902026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.280 INFO O| Feb 01 14:47:52.280 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101912026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.280 INFO O| Feb 01 14:47:52.280 INFO skip step because feature "compliance" is not enabled
101922026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.280 INFO O| Feb 01 14:47:52.280 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101932026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.293 INFO O| Feb 01 14:47:52.292 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
101942026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.293 INFO O| Feb 01 14:47:52.292 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
101952026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.293 INFO O| Feb 01 14:47:52.293 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101962026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.293 INFO O| Feb 01 14:47:52.293 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101972026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.293 INFO O| Feb 01 14:47:52.293 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101982026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.293 INFO O| Feb 01 14:47:52.293 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101992026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.293 INFO O| Feb 01 14:47:52.293 INFO ok!
102002026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.293 INFO O| Feb 01 14:47:52.293 INFO STEP 52 (ensure_file) COMPLETE
102012026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.293 INFO O| Feb 01 14:47:52.293 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102022026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.303 INFO O| Feb 01 14:47:52.303 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
102032026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.303 INFO O| Feb 01 14:47:52.303 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 ...
102042026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.304 INFO O| Feb 01 14:47:52.304 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
102052026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.304 INFO O| Feb 01 14:47:52.304 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
102062026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.304 INFO O| Feb 01 14:47:52.304 INFO ok!
102072026-02-01T14:47:52.929Z[ host-image] Feb 01 14:47:52.304 INFO O| Feb 01 14:47:52.304 INFO STEP 53 (ensure_file) COMPLETE
102082026-02-01T14:47:52.954Z[ host-image] Feb 01 14:47:52.304 INFO O| Feb 01 14:47:52.304 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102092026-02-01T14:47:52.954Z[ host-image] Feb 01 14:47:52.316 INFO O| Feb 01 14:47:52.316 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
102102026-02-01T14:47:52.954Z[ host-image] Feb 01 14:47:52.316 INFO O| Feb 01 14:47:52.316 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 ...
102112026-02-01T14:47:52.954Z[ host-image] Feb 01 14:47:52.317 INFO O| Feb 01 14:47:52.317 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
102122026-02-01T14:47:52.954Z[ host-image] Feb 01 14:47:52.317 INFO O| Feb 01 14:47:52.317 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
102132026-02-01T14:47:52.954Z[ host-image] Feb 01 14:47:52.317 INFO O| Feb 01 14:47:52.317 INFO ok!
102142026-02-01T14:47:52.954Z[ host-image] Feb 01 14:47:52.317 INFO O| Feb 01 14:47:52.317 INFO STEP 54 (ensure_file) COMPLETE
102152026-02-01T14:47:52.954Z[ host-image] Feb 01 14:47:52.317 INFO O| Feb 01 14:47:52.317 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102162026-02-01T14:47:52.954Z[ host-image] Feb 01 14:47:52.327 INFO O| Feb 01 14:47:52.327 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
102172026-02-01T14:47:52.954Z[ host-image] Feb 01 14:47:52.327 INFO O| Feb 01 14:47:52.327 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 ...
102182026-02-01T14:47:52.954Z[ host-image] Feb 01 14:47:52.327 INFO O| Feb 01 14:47:52.327 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
102192026-02-01T14:47:52.954Z[ host-image] Feb 01 14:47:52.327 INFO O| Feb 01 14:47:52.327 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
102202026-02-01T14:47:52.954Z[ host-image] Feb 01 14:47:52.327 INFO O| Feb 01 14:47:52.327 INFO ok!
102212026-02-01T14:47:52.954Z[ host-image] Feb 01 14:47:52.327 INFO O| Feb 01 14:47:52.327 INFO STEP 55 (ensure_file) COMPLETE
102222026-02-01T14:47:52.954Z[ host-image] Feb 01 14:47:52.327 INFO O| Feb 01 14:47:52.327 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102232026-02-01T14:47:52.978Z[ host-image] Feb 01 14:47:52.337 INFO O| Feb 01 14:47:52.337 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
102242026-02-01T14:47:52.978Z[ host-image] Feb 01 14:47:52.337 INFO O| Feb 01 14:47:52.337 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 ...
102252026-02-01T14:47:52.978Z[ host-image] Feb 01 14:47:52.337 INFO O| Feb 01 14:47:52.337 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
102262026-02-01T14:47:52.978Z[ host-image] Feb 01 14:47:52.337 INFO O| Feb 01 14:47:52.337 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
102272026-02-01T14:47:52.978Z[ host-image] Feb 01 14:47:52.337 INFO O| Feb 01 14:47:52.337 INFO ok!
102282026-02-01T14:47:52.978Z[ host-image] Feb 01 14:47:52.337 INFO O| Feb 01 14:47:52.337 INFO STEP 56 (ensure_file) COMPLETE
102292026-02-01T14:47:52.978Z[ host-image] Feb 01 14:47:52.337 INFO O| Feb 01 14:47:52.337 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102302026-02-01T14:47:52.978Z[ host-image] Feb 01 14:47:52.348 INFO O| Feb 01 14:47:52.348 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
102312026-02-01T14:47:52.978Z[ host-image] Feb 01 14:47:52.348 INFO O| Feb 01 14:47:52.348 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 ...
102322026-02-01T14:47:52.978Z[ host-image] Feb 01 14:47:52.348 INFO O| Feb 01 14:47:52.348 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
102332026-02-01T14:47:52.978Z[ host-image] Feb 01 14:47:52.348 INFO O| Feb 01 14:47:52.348 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
102342026-02-01T14:47:52.978Z[ host-image] Feb 01 14:47:52.348 INFO O| Feb 01 14:47:52.348 INFO ok!
102352026-02-01T14:47:52.978Z[ host-image] Feb 01 14:47:52.348 INFO O| Feb 01 14:47:52.348 INFO STEP 57 (ensure_file) COMPLETE
102362026-02-01T14:47:52.978Z[ host-image] Feb 01 14:47:52.349 INFO O| Feb 01 14:47:52.348 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102372026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.363 INFO O| Feb 01 14:47:52.363 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
102382026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.363 INFO O| Feb 01 14:47:52.363 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 ...
102392026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.363 INFO O| Feb 01 14:47:52.363 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
102402026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.363 INFO O| Feb 01 14:47:52.363 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
102412026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.363 INFO O| Feb 01 14:47:52.363 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
102422026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.363 INFO O| Feb 01 14:47:52.363 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
102432026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.363 INFO O| Feb 01 14:47:52.363 INFO ok!
102442026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.364 INFO O| Feb 01 14:47:52.364 INFO STEP 58 (ensure_file) COMPLETE
102452026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.364 INFO O| Feb 01 14:47:52.364 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102462026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.375 INFO O| Feb 01 14:47:52.375 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
102472026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.375 INFO O| Feb 01 14:47:52.375 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 ...
102482026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.375 INFO O| Feb 01 14:47:52.375 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
102492026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.375 INFO O| Feb 01 14:47:52.375 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
102502026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.375 INFO O| Feb 01 14:47:52.375 INFO ok!
102512026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.375 INFO O| Feb 01 14:47:52.375 INFO STEP 59 (ensure_file) COMPLETE
102522026-02-01T14:47:53.003Z[ host-image] Feb 01 14:47:52.375 INFO O| Feb 01 14:47:52.375 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102532026-02-01T14:47:53.027Z[ host-image] Feb 01 14:47:52.385 INFO O| Feb 01 14:47:52.385 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
102542026-02-01T14:47:53.027Z[ host-image] Feb 01 14:47:52.385 INFO O| Feb 01 14:47:52.385 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
102552026-02-01T14:47:53.027Z[ host-image] Feb 01 14:47:52.385 INFO O| Feb 01 14:47:52.385 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
102562026-02-01T14:47:53.027Z[ host-image] Feb 01 14:47:52.385 INFO O| Feb 01 14:47:52.385 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
102572026-02-01T14:47:53.027Z[ host-image] Feb 01 14:47:52.385 INFO O| Feb 01 14:47:52.385 INFO ok!
102582026-02-01T14:47:53.027Z[ host-image] Feb 01 14:47:52.385 INFO O| Feb 01 14:47:52.385 INFO STEP 60 (ensure_file) COMPLETE
102592026-02-01T14:47:53.027Z[ host-image] Feb 01 14:47:52.385 INFO O| Feb 01 14:47:52.385 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102602026-02-01T14:47:53.027Z[ host-image] Feb 01 14:47:52.396 INFO O| Feb 01 14:47:52.396 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
102612026-02-01T14:47:53.028Z[ host-image] Feb 01 14:47:52.396 INFO O| Feb 01 14:47:52.396 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 ...
102622026-02-01T14:47:53.028Z[ host-image] Feb 01 14:47:52.396 INFO O| Feb 01 14:47:52.396 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
102632026-02-01T14:47:53.028Z[ host-image] Feb 01 14:47:52.396 INFO O| Feb 01 14:47:52.396 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
102642026-02-01T14:47:53.028Z[ host-image] Feb 01 14:47:52.396 INFO O| Feb 01 14:47:52.396 INFO ok!
102652026-02-01T14:47:53.028Z[ host-image] Feb 01 14:47:52.396 INFO O| Feb 01 14:47:52.396 INFO STEP 61 (ensure_file) COMPLETE
102662026-02-01T14:47:53.028Z[ host-image] Feb 01 14:47:52.396 INFO O| Feb 01 14:47:52.396 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102672026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.407 INFO O| Feb 01 14:47:52.407 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
102682026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.407 INFO O| Feb 01 14:47:52.407 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
102692026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.407 INFO O| Feb 01 14:47:52.407 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102702026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.407 INFO O| Feb 01 14:47:52.407 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102712026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.407 INFO O| Feb 01 14:47:52.407 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102722026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.407 INFO O| Feb 01 14:47:52.407 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102732026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.407 INFO O| Feb 01 14:47:52.407 INFO ok!
102742026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.407 INFO O| Feb 01 14:47:52.407 INFO STEP 62 (ensure_file) COMPLETE
102752026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.407 INFO O| Feb 01 14:47:52.407 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102762026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.416 INFO O| Feb 01 14:47:52.416 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
102772026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.416 INFO O| Feb 01 14:47:52.416 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 ...
102782026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.417 INFO O| Feb 01 14:47:52.417 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
102792026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.417 INFO O| Feb 01 14:47:52.417 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
102802026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.417 INFO O| Feb 01 14:47:52.417 INFO ok!
102812026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.417 INFO O| Feb 01 14:47:52.417 INFO STEP 63 (ensure_file) COMPLETE
102822026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.417 INFO O| Feb 01 14:47:52.417 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102832026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.426 INFO O| Feb 01 14:47:52.426 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
102842026-02-01T14:47:53.052Z[ host-image] Feb 01 14:47:52.426 INFO O| Feb 01 14:47:52.426 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 ...
102852026-02-01T14:47:53.053Z[ host-image] Feb 01 14:47:52.426 INFO O| Feb 01 14:47:52.426 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
102862026-02-01T14:47:53.053Z[ host-image] Feb 01 14:47:52.427 INFO O| Feb 01 14:47:52.426 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
102872026-02-01T14:47:53.053Z[ host-image] Feb 01 14:47:52.427 INFO O| Feb 01 14:47:52.426 INFO ok!
102882026-02-01T14:47:53.053Z[ host-image] Feb 01 14:47:52.427 INFO O| Feb 01 14:47:52.426 INFO STEP 64 (ensure_file) COMPLETE
102892026-02-01T14:47:53.053Z[ host-image] Feb 01 14:47:52.427 INFO O| Feb 01 14:47:52.427 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102902026-02-01T14:47:53.077Z[ host-image] Feb 01 14:47:52.437 INFO O| Feb 01 14:47:52.436 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
102912026-02-01T14:47:53.077Z[ host-image] Feb 01 14:47:52.437 INFO O| Feb 01 14:47:52.437 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 ...
102922026-02-01T14:47:53.077Z[ host-image] Feb 01 14:47:52.437 INFO O| Feb 01 14:47:52.437 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
102932026-02-01T14:47:53.077Z[ host-image] Feb 01 14:47:52.437 INFO O| Feb 01 14:47:52.437 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
102942026-02-01T14:47:53.077Z[ host-image] Feb 01 14:47:52.437 INFO O| Feb 01 14:47:52.437 INFO ok!
102952026-02-01T14:47:53.077Z[ host-image] Feb 01 14:47:52.437 INFO O| Feb 01 14:47:52.437 INFO STEP 65 (ensure_file) COMPLETE
102962026-02-01T14:47:53.077Z[ host-image] Feb 01 14:47:52.437 INFO O| Feb 01 14:47:52.437 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102972026-02-01T14:47:53.077Z[ host-image] Feb 01 14:47:52.437 INFO O| Feb 01 14:47:52.437 INFO skip step because feature "mbist" is not enabled
102982026-02-01T14:47:53.077Z[ host-image] Feb 01 14:47:52.437 INFO O| Feb 01 14:47:52.437 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-02-01T14:47:53.077Z[ host-image] Feb 01 14:47:52.447 INFO O| Feb 01 14:47:52.447 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
103002026-02-01T14:47:53.077Z[ host-image] Feb 01 14:47:52.447 INFO O| Feb 01 14:47:52.447 INFO STEP 67 (ensure_dir) COMPLETE
103012026-02-01T14:47:53.077Z[ host-image] Feb 01 14:47:52.447 INFO O| Feb 01 14:47:52.447 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103022026-02-01T14:47:53.101Z[ host-image] Feb 01 14:47:52.456 INFO O| Feb 01 14:47:52.456 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
103032026-02-01T14:47:53.102Z[ host-image] Feb 01 14:47:52.456 INFO O| Feb 01 14:47:52.456 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
103042026-02-01T14:47:53.102Z[ host-image] Feb 01 14:47:52.456 INFO O| Feb 01 14:47:52.456 INFO STEP 68 (ensure_dir) COMPLETE
103052026-02-01T14:47:53.102Z[ host-image] Feb 01 14:47:52.456 INFO O| Feb 01 14:47:52.456 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-02-01T14:47:53.102Z[ host-image] Feb 01 14:47:52.466 INFO O| Feb 01 14:47:52.466 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
103072026-02-01T14:47:53.102Z[ host-image] Feb 01 14:47:52.466 INFO O| Feb 01 14:47:52.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
103082026-02-01T14:47:53.102Z[ host-image] Feb 01 14:47:52.466 INFO O| Feb 01 14:47:52.466 INFO STEP 69 (ensure_dir) COMPLETE
103092026-02-01T14:47:53.102Z[ host-image] Feb 01 14:47:52.466 INFO O| Feb 01 14:47:52.466 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-02-01T14:47:53.102Z[ host-image] Feb 01 14:47:52.475 INFO O| Feb 01 14:47:52.475 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
103112026-02-01T14:47:53.102Z[ host-image] Feb 01 14:47:52.475 INFO O| Feb 01 14:47:52.475 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
103122026-02-01T14:47:53.893Z[ host-image] Feb 01 14:47:53.268 INFO O| Feb 01 14:47:53.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
103132026-02-01T14:47:53.893Z[ host-image] Feb 01 14:47:53.268 INFO O| Feb 01 14:47:53.268 INFO ok!
103142026-02-01T14:47:53.893Z[ host-image] Feb 01 14:47:53.268 INFO O| Feb 01 14:47:53.268 INFO STEP 70 (ensure_file) COMPLETE
103152026-02-01T14:47:53.917Z[ host-image] Feb 01 14:47:53.268 INFO O| Feb 01 14:47:53.268 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103162026-02-01T14:47:53.917Z[ host-image] Feb 01 14:47:53.279 INFO O| Feb 01 14:47:53.279 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
103172026-02-01T14:47:53.917Z[ host-image] Feb 01 14:47:53.279 INFO O| Feb 01 14:47:53.279 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
103182026-02-01T14:47:55.408Z[ host-image] Feb 01 14:47:54.784 INFO O| Feb 01 14:47:54.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
103192026-02-01T14:47:55.408Z[ host-image] Feb 01 14:47:54.784 INFO O| Feb 01 14:47:54.783 INFO ok!
103202026-02-01T14:47:55.408Z[ host-image] Feb 01 14:47:54.784 INFO O| Feb 01 14:47:54.783 INFO STEP 71 (ensure_file) COMPLETE
103212026-02-01T14:47:55.432Z[ host-image] Feb 01 14:47:54.784 INFO O| Feb 01 14:47:54.783 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103222026-02-01T14:47:55.432Z[ host-image] Feb 01 14:47:54.793 INFO O| Feb 01 14:47:54.793 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
103232026-02-01T14:47:55.432Z[ host-image] Feb 01 14:47:54.793 INFO O| Feb 01 14:47:54.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
103242026-02-01T14:47:55.432Z[ host-image] Feb 01 14:47:54.793 INFO O| Feb 01 14:47:54.793 INFO STEP 72 (ensure_dir) COMPLETE
103252026-02-01T14:47:55.432Z[ host-image] Feb 01 14:47:54.793 INFO O| Feb 01 14:47:54.793 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103262026-02-01T14:47:55.432Z[ host-image] Feb 01 14:47:54.802 INFO O| Feb 01 14:47:54.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
103272026-02-01T14:47:55.433Z[ host-image] Feb 01 14:47:54.802 INFO O| Feb 01 14:47:54.802 INFO copying /tmp/.tmpVmOk05/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 ...
103282026-02-01T14:47:55.433Z[ host-image] Feb 01 14:47:54.802 INFO O| Feb 01 14:47:54.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
103292026-02-01T14:47:55.433Z[ host-image] Feb 01 14:47:54.802 INFO O| Feb 01 14:47:54.802 INFO ok!
103302026-02-01T14:47:55.433Z[ host-image] Feb 01 14:47:54.802 INFO O| Feb 01 14:47:54.802 INFO STEP 73 (ensure_file) COMPLETE
103312026-02-01T14:47:55.433Z[ host-image] Feb 01 14:47:54.802 INFO O| Feb 01 14:47:54.802 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103322026-02-01T14:47:55.457Z[ host-image] Feb 01 14:47:54.811 INFO O| Feb 01 14:47:54.811 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
103332026-02-01T14:47:55.457Z[ host-image] Feb 01 14:47:54.811 INFO O| Feb 01 14:47:54.811 INFO copying /tmp/.tmpVmOk05/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 ...
103342026-02-01T14:47:55.457Z[ host-image] Feb 01 14:47:54.811 INFO O| Feb 01 14:47:54.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
103352026-02-01T14:47:55.457Z[ host-image] Feb 01 14:47:54.811 INFO O| Feb 01 14:47:54.811 INFO ok!
103362026-02-01T14:47:55.457Z[ host-image] Feb 01 14:47:54.811 INFO O| Feb 01 14:47:54.811 INFO STEP 74 (ensure_file) COMPLETE
103372026-02-01T14:47:55.457Z[ host-image] Feb 01 14:47:54.811 INFO O| Feb 01 14:47:54.811 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-02-01T14:47:55.457Z[ host-image] Feb 01 14:47:54.820 INFO O| Feb 01 14:47:54.820 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
103392026-02-01T14:47:55.457Z[ host-image] Feb 01 14:47:54.820 INFO O| Feb 01 14:47:54.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
103402026-02-01T14:47:55.457Z[ host-image] Feb 01 14:47:54.820 INFO O| Feb 01 14:47:54.820 INFO STEP 75 (ensure_dir) COMPLETE
103412026-02-01T14:47:55.457Z[ host-image] Feb 01 14:47:54.820 INFO O| Feb 01 14:47:54.820 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-02-01T14:47:55.457Z[ host-image] Feb 01 14:47:54.829 INFO O| Feb 01 14:47:54.829 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
103432026-02-01T14:47:55.457Z[ host-image] Feb 01 14:47:54.830 INFO O| Feb 01 14:47:54.829 INFO copying /tmp/.tmpVmOk05/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 ...
103442026-02-01T14:47:55.457Z[ host-image] Feb 01 14:47:54.830 INFO O| Feb 01 14:47:54.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
103452026-02-01T14:47:55.457Z[ host-image] Feb 01 14:47:54.830 INFO O| Feb 01 14:47:54.829 INFO ok!
103462026-02-01T14:47:55.458Z[ host-image] Feb 01 14:47:54.830 INFO O| Feb 01 14:47:54.829 INFO STEP 76 (ensure_file) COMPLETE
103472026-02-01T14:47:55.458Z[ host-image] Feb 01 14:47:54.830 INFO O| Feb 01 14:47:54.829 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103482026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.839 INFO O| Feb 01 14:47:54.839 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
103492026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.839 INFO O| Feb 01 14:47:54.839 INFO copying /tmp/.tmpVmOk05/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 ...
103502026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.839 INFO O| Feb 01 14:47:54.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
103512026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.839 INFO O| Feb 01 14:47:54.839 INFO ok!
103522026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.839 INFO O| Feb 01 14:47:54.839 INFO STEP 77 (ensure_file) COMPLETE
103532026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.839 INFO O| Feb 01 14:47:54.839 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103542026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.848 INFO O| Feb 01 14:47:54.848 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
103552026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.848 INFO O| Feb 01 14:47:54.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
103562026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.848 INFO O| Feb 01 14:47:54.848 INFO STEP 78 (ensure_dir) COMPLETE
103572026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.848 INFO O| Feb 01 14:47:54.848 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.857 INFO O| Feb 01 14:47:54.857 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
103592026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.857 INFO O| Feb 01 14:47:54.857 INFO copying /tmp/.tmpVmOk05/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 ...
103602026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.857 INFO O| Feb 01 14:47:54.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
103612026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.857 INFO O| Feb 01 14:47:54.857 INFO ok!
103622026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.857 INFO O| Feb 01 14:47:54.857 INFO STEP 79 (ensure_file) COMPLETE
103632026-02-01T14:47:55.482Z[ host-image] Feb 01 14:47:54.857 INFO O| Feb 01 14:47:54.857 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-02-01T14:47:55.506Z[ host-image] Feb 01 14:47:54.866 INFO O| Feb 01 14:47:54.866 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
103652026-02-01T14:47:55.506Z[ host-image] Feb 01 14:47:54.866 INFO O| Feb 01 14:47:54.866 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
103662026-02-01T14:47:55.506Z[ host-image] Feb 01 14:47:54.866 INFO O| Feb 01 14:47:54.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
103672026-02-01T14:47:55.506Z[ host-image] Feb 01 14:47:54.866 INFO O| Feb 01 14:47:54.866 INFO ok!
103682026-02-01T14:47:55.506Z[ host-image] Feb 01 14:47:54.866 INFO O| Feb 01 14:47:54.866 INFO STEP 80 (ensure_file) COMPLETE
103692026-02-01T14:47:55.506Z[ host-image] Feb 01 14:47:54.866 INFO O| Feb 01 14:47:54.866 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-02-01T14:47:55.506Z[ host-image] Feb 01 14:47:54.875 INFO O| Feb 01 14:47:54.875 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
103712026-02-01T14:47:55.506Z[ host-image] Feb 01 14:47:54.875 INFO O| Feb 01 14:47:54.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
103722026-02-01T14:47:55.506Z[ host-image] Feb 01 14:47:54.875 INFO O| Feb 01 14:47:54.875 INFO STEP 81 (ensure_dir) COMPLETE
103732026-02-01T14:47:55.506Z[ host-image] Feb 01 14:47:54.875 INFO O| Feb 01 14:47:54.875 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103742026-02-01T14:47:55.530Z[ host-image] Feb 01 14:47:54.884 INFO O| Feb 01 14:47:54.884 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
103752026-02-01T14:47:55.530Z[ host-image] Feb 01 14:47:54.884 INFO O| Feb 01 14:47:54.884 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
103762026-02-01T14:47:56.254Z[ host-image] Feb 01 14:47:55.629 INFO O| Feb 01 14:47:55.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
103772026-02-01T14:47:56.254Z[ host-image] Feb 01 14:47:55.629 INFO O| Feb 01 14:47:55.629 INFO ok!
103782026-02-01T14:47:56.254Z[ host-image] Feb 01 14:47:55.629 INFO O| Feb 01 14:47:55.629 INFO STEP 82 (ensure_file) COMPLETE
103792026-02-01T14:47:56.278Z[ host-image] Feb 01 14:47:55.629 INFO O| Feb 01 14:47:55.629 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-02-01T14:47:56.278Z[ host-image] Feb 01 14:47:55.643 INFO O| Feb 01 14:47:55.643 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
103812026-02-01T14:47:56.278Z[ host-image] Feb 01 14:47:55.643 INFO O| Feb 01 14:47:55.643 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
103822026-02-01T14:47:57.504Z[ host-image] Feb 01 14:47:56.880 INFO O| Feb 01 14:47:56.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
103832026-02-01T14:47:57.504Z[ host-image] Feb 01 14:47:56.880 INFO O| Feb 01 14:47:56.880 INFO ok!
103842026-02-01T14:47:57.504Z[ host-image] Feb 01 14:47:56.880 INFO O| Feb 01 14:47:56.880 INFO STEP 83 (ensure_file) COMPLETE
103852026-02-01T14:47:57.529Z[ host-image] Feb 01 14:47:56.880 INFO O| Feb 01 14:47:56.880 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-02-01T14:47:57.529Z[ host-image] Feb 01 14:47:56.891 INFO O| Feb 01 14:47:56.891 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
103872026-02-01T14:47:57.529Z[ host-image] Feb 01 14:47:56.891 INFO O| Feb 01 14:47:56.891 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
103882026-02-01T14:48:00.141Z[ host-image] Feb 01 14:47:59.516 INFO O| Feb 01 14:47:59.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
103892026-02-01T14:48:00.141Z[ host-image] Feb 01 14:47:59.516 INFO O| Feb 01 14:47:59.516 INFO ok!
103902026-02-01T14:48:00.165Z[ host-image] Feb 01 14:47:59.516 INFO O| Feb 01 14:47:59.516 INFO STEP 84 (ensure_file) COMPLETE
103912026-02-01T14:48:00.165Z[ host-image] Feb 01 14:47:59.516 INFO O| Feb 01 14:47:59.516 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-02-01T14:48:00.165Z[ host-image] Feb 01 14:47:59.529 INFO O| Feb 01 14:47:59.529 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103932026-02-01T14:48:00.165Z[ host-image] Feb 01 14:47:59.529 INFO O| Feb 01 14:47:59.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103942026-02-01T14:48:00.165Z[ host-image] Feb 01 14:47:59.529 INFO O| Feb 01 14:47:59.529 INFO STEP 85 (ensure_dir) COMPLETE
103952026-02-01T14:48:00.165Z[ host-image] Feb 01 14:47:59.529 INFO O| Feb 01 14:47:59.529 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103962026-02-01T14:48:00.165Z[ host-image] Feb 01 14:47:59.539 INFO O| Feb 01 14:47:59.539 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103972026-02-01T14:48:00.165Z[ host-image] Feb 01 14:47:59.539 INFO O| Feb 01 14:47:59.539 INFO copying /tmp/.tmpVmOk05/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 ...
103982026-02-01T14:48:00.165Z[ host-image] Feb 01 14:47:59.539 INFO O| Feb 01 14:47:59.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103992026-02-01T14:48:00.165Z[ host-image] Feb 01 14:47:59.539 INFO O| Feb 01 14:47:59.539 INFO ok!
104002026-02-01T14:48:00.165Z[ host-image] Feb 01 14:47:59.539 INFO O| Feb 01 14:47:59.539 INFO STEP 86 (ensure_file) COMPLETE
104012026-02-01T14:48:00.165Z[ host-image] Feb 01 14:47:59.539 INFO O| Feb 01 14:47:59.539 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104022026-02-01T14:48:00.190Z[ host-image] Feb 01 14:47:59.549 INFO O| Feb 01 14:47:59.549 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
104032026-02-01T14:48:00.190Z[ host-image] Feb 01 14:47:59.549 INFO O| Feb 01 14:47:59.549 INFO copying /tmp/.tmpVmOk05/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 ...
104042026-02-01T14:48:00.190Z[ host-image] Feb 01 14:47:59.549 INFO O| Feb 01 14:47:59.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
104052026-02-01T14:48:00.190Z[ host-image] Feb 01 14:47:59.549 INFO O| Feb 01 14:47:59.549 INFO ok!
104062026-02-01T14:48:00.190Z[ host-image] Feb 01 14:47:59.549 INFO O| Feb 01 14:47:59.549 INFO STEP 87 (ensure_file) COMPLETE
104072026-02-01T14:48:00.190Z[ host-image] Feb 01 14:47:59.549 INFO O| Feb 01 14:47:59.549 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104082026-02-01T14:48:00.190Z[ host-image] Feb 01 14:47:59.559 INFO O| Feb 01 14:47:59.559 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
104092026-02-01T14:48:00.190Z[ host-image] Feb 01 14:47:59.559 INFO O| Feb 01 14:47:59.559 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
104102026-02-01T14:48:00.190Z[ host-image] Feb 01 14:47:59.559 INFO O| Feb 01 14:47:59.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
104112026-02-01T14:48:00.190Z[ host-image] Feb 01 14:47:59.559 INFO O| Feb 01 14:47:59.559 INFO ok!
104122026-02-01T14:48:00.190Z[ host-image] Feb 01 14:47:59.559 INFO O| Feb 01 14:47:59.559 INFO STEP 88 (ensure_file) COMPLETE
104132026-02-01T14:48:00.190Z[ host-image] Feb 01 14:47:59.559 INFO O| Feb 01 14:47:59.559 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-02-01T14:48:00.214Z[ host-image] Feb 01 14:47:59.571 INFO O| Feb 01 14:47:59.571 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
104152026-02-01T14:48:00.214Z[ host-image] Feb 01 14:47:59.571 INFO O| Feb 01 14:47:59.571 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
104162026-02-01T14:48:00.214Z[ host-image] Feb 01 14:47:59.572 INFO O| Feb 01 14:47:59.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
104172026-02-01T14:48:00.214Z[ host-image] Feb 01 14:47:59.572 INFO O| Feb 01 14:47:59.571 INFO ok!
104182026-02-01T14:48:00.214Z[ host-image] Feb 01 14:47:59.572 INFO O| Feb 01 14:47:59.571 INFO STEP 89 (ensure_file) COMPLETE
104192026-02-01T14:48:00.214Z[ host-image] Feb 01 14:47:59.572 INFO O| Feb 01 14:47:59.571 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-02-01T14:48:00.214Z[ host-image] Feb 01 14:47:59.581 INFO O| Feb 01 14:47:59.581 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
104212026-02-01T14:48:00.214Z[ host-image] Feb 01 14:47:59.581 INFO O| Feb 01 14:47:59.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
104222026-02-01T14:48:00.214Z[ host-image] Feb 01 14:47:59.581 INFO O| Feb 01 14:47:59.581 INFO STEP 90 (ensure_dir) COMPLETE
104232026-02-01T14:48:00.214Z[ host-image] Feb 01 14:47:59.581 INFO O| Feb 01 14:47:59.581 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-02-01T14:48:00.238Z[ host-image] Feb 01 14:47:59.592 INFO O| Feb 01 14:47:59.592 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
104252026-02-01T14:48:00.238Z[ host-image] Feb 01 14:47:59.592 INFO O| Feb 01 14:47:59.592 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
104262026-02-01T14:48:00.238Z[ host-image] Feb 01 14:47:59.604 INFO O| Feb 01 14:47:59.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
104272026-02-01T14:48:00.238Z[ host-image] Feb 01 14:47:59.604 INFO O| Feb 01 14:47:59.604 INFO ok!
104282026-02-01T14:48:00.238Z[ host-image] Feb 01 14:47:59.604 INFO O| Feb 01 14:47:59.604 INFO STEP 91 (ensure_file) COMPLETE
104292026-02-01T14:48:00.238Z[ host-image] Feb 01 14:47:59.604 INFO O| Feb 01 14:47:59.604 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104302026-02-01T14:48:00.262Z[ host-image] Feb 01 14:47:59.615 INFO O| Feb 01 14:47:59.615 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
104312026-02-01T14:48:00.262Z[ host-image] Feb 01 14:47:59.615 INFO O| Feb 01 14:47:59.615 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
104322026-02-01T14:48:00.262Z[ host-image] Feb 01 14:47:59.615 INFO O| Feb 01 14:47:59.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
104332026-02-01T14:48:00.262Z[ host-image] Feb 01 14:47:59.615 INFO O| Feb 01 14:47:59.615 INFO ok!
104342026-02-01T14:48:00.262Z[ host-image] Feb 01 14:47:59.615 INFO O| Feb 01 14:47:59.615 INFO STEP 92 (ensure_file) COMPLETE
104352026-02-01T14:48:00.263Z[ host-image] Feb 01 14:47:59.615 INFO O| Feb 01 14:47:59.615 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104362026-02-01T14:48:00.263Z[ host-image] Feb 01 14:47:59.625 INFO O| Feb 01 14:47:59.625 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
104372026-02-01T14:48:00.263Z[ host-image] Feb 01 14:47:59.625 INFO O| Feb 01 14:47:59.625 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
104382026-02-01T14:48:01.387Z[ host-image] Feb 01 14:48:00.762 INFO O| Feb 01 14:48:00.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
104392026-02-01T14:48:01.387Z[ host-image] Feb 01 14:48:00.762 INFO O| Feb 01 14:48:00.762 INFO ok!
104402026-02-01T14:48:01.412Z[ host-image] Feb 01 14:48:00.762 INFO O| Feb 01 14:48:00.762 INFO STEP 93 (ensure_file) COMPLETE
104412026-02-01T14:48:01.412Z[ host-image] Feb 01 14:48:00.762 INFO O| Feb 01 14:48:00.762 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104422026-02-01T14:48:01.412Z[ host-image] Feb 01 14:48:00.773 INFO O| Feb 01 14:48:00.773 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
104432026-02-01T14:48:01.412Z[ host-image] Feb 01 14:48:00.774 INFO O| Feb 01 14:48:00.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
104442026-02-01T14:48:01.412Z[ host-image] Feb 01 14:48:00.774 INFO O| Feb 01 14:48:00.774 INFO STEP 94 (ensure_dir) COMPLETE
104452026-02-01T14:48:01.412Z[ host-image] Feb 01 14:48:00.774 INFO O| Feb 01 14:48:00.774 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-02-01T14:48:01.412Z[ host-image] Feb 01 14:48:00.786 INFO O| Feb 01 14:48:00.786 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
104472026-02-01T14:48:01.412Z[ host-image] Feb 01 14:48:00.786 INFO O| Feb 01 14:48:00.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
104482026-02-01T14:48:01.412Z[ host-image] Feb 01 14:48:00.786 INFO O| Feb 01 14:48:00.786 INFO STEP 95 (ensure_dir) COMPLETE
104492026-02-01T14:48:01.412Z[ host-image] Feb 01 14:48:00.786 INFO O| Feb 01 14:48:00.786 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-02-01T14:48:01.436Z[ host-image] Feb 01 14:48:00.796 INFO O| Feb 01 14:48:00.796 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
104512026-02-01T14:48:01.436Z[ host-image] Feb 01 14:48:00.796 INFO O| Feb 01 14:48:00.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
104522026-02-01T14:48:01.436Z[ host-image] Feb 01 14:48:00.796 INFO O| Feb 01 14:48:00.796 INFO STEP 96 (ensure_dir) COMPLETE
104532026-02-01T14:48:01.436Z[ host-image] Feb 01 14:48:00.796 INFO O| Feb 01 14:48:00.796 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104542026-02-01T14:48:01.436Z[ host-image] Feb 01 14:48:00.805 INFO O| Feb 01 14:48:00.805 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
104552026-02-01T14:48:01.436Z[ host-image] Feb 01 14:48:00.805 INFO O| Feb 01 14:48:00.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
104562026-02-01T14:48:01.436Z[ host-image] Feb 01 14:48:00.805 INFO O| Feb 01 14:48:00.805 INFO STEP 97 (ensure_dir) COMPLETE
104572026-02-01T14:48:01.436Z[ host-image] Feb 01 14:48:00.805 INFO O| Feb 01 14:48:00.805 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-02-01T14:48:01.460Z[ host-image] Feb 01 14:48:00.814 INFO O| Feb 01 14:48:00.814 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
104592026-02-01T14:48:01.460Z[ host-image] Feb 01 14:48:00.814 INFO O| Feb 01 14:48:00.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
104602026-02-01T14:48:01.460Z[ host-image] Feb 01 14:48:00.814 INFO O| Feb 01 14:48:00.814 INFO STEP 98 (ensure_dir) COMPLETE
104612026-02-01T14:48:01.460Z[ host-image] Feb 01 14:48:00.814 INFO O| Feb 01 14:48:00.814 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104622026-02-01T14:48:01.460Z[ host-image] Feb 01 14:48:00.824 INFO O| Feb 01 14:48:00.824 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
104632026-02-01T14:48:01.460Z[ host-image] Feb 01 14:48:00.824 INFO O| Feb 01 14:48:00.824 INFO copying /tmp/.tmpVmOk05/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 ...
104642026-02-01T14:48:01.460Z[ host-image] Feb 01 14:48:00.824 INFO O| Feb 01 14:48:00.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
104652026-02-01T14:48:01.460Z[ host-image] Feb 01 14:48:00.824 INFO O| Feb 01 14:48:00.824 INFO ok!
104662026-02-01T14:48:01.460Z[ host-image] Feb 01 14:48:00.824 INFO O| Feb 01 14:48:00.824 INFO STEP 99 (ensure_file) COMPLETE
104672026-02-01T14:48:01.461Z[ host-image] Feb 01 14:48:00.824 INFO O| Feb 01 14:48:00.824 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-02-01T14:48:01.461Z[ host-image] Feb 01 14:48:00.834 INFO O| Feb 01 14:48:00.834 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
104692026-02-01T14:48:01.461Z[ host-image] Feb 01 14:48:00.834 INFO O| Feb 01 14:48:00.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
104702026-02-01T14:48:01.461Z[ host-image] Feb 01 14:48:00.834 INFO O| Feb 01 14:48:00.834 INFO STEP 100 (ensure_dir) COMPLETE
104712026-02-01T14:48:01.461Z[ host-image] Feb 01 14:48:00.834 INFO O| Feb 01 14:48:00.834 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104722026-02-01T14:48:01.485Z[ host-image] Feb 01 14:48:00.844 INFO O| Feb 01 14:48:00.844 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
104732026-02-01T14:48:01.485Z[ host-image] Feb 01 14:48:00.844 INFO O| Feb 01 14:48:00.844 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
104742026-02-01T14:48:01.877Z[ host-image] Feb 01 14:48:01.253 INFO O| Feb 01 14:48:01.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
104752026-02-01T14:48:01.877Z[ host-image] Feb 01 14:48:01.253 INFO O| Feb 01 14:48:01.253 INFO ok!
104762026-02-01T14:48:01.902Z[ host-image] Feb 01 14:48:01.253 INFO O| Feb 01 14:48:01.253 INFO STEP 101 (ensure_file) COMPLETE
104772026-02-01T14:48:01.902Z[ host-image] Feb 01 14:48:01.253 INFO O| Feb 01 14:48:01.253 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-02-01T14:48:01.902Z[ host-image] Feb 01 14:48:01.264 INFO O| Feb 01 14:48:01.264 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
104792026-02-01T14:48:01.902Z[ host-image] Feb 01 14:48:01.264 INFO O| Feb 01 14:48:01.264 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
104802026-02-01T14:48:01.902Z[ host-image] Feb 01 14:48:01.264 INFO O| Feb 01 14:48:01.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
104812026-02-01T14:48:01.902Z[ host-image] Feb 01 14:48:01.264 INFO O| Feb 01 14:48:01.264 INFO ok!
104822026-02-01T14:48:01.902Z[ host-image] Feb 01 14:48:01.264 INFO O| Feb 01 14:48:01.264 INFO STEP 102 (ensure_file) COMPLETE
104832026-02-01T14:48:01.902Z[ host-image] Feb 01 14:48:01.264 INFO O| Feb 01 14:48:01.264 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-02-01T14:48:01.902Z[ host-image] Feb 01 14:48:01.273 INFO O| Feb 01 14:48:01.273 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
104852026-02-01T14:48:01.902Z[ host-image] Feb 01 14:48:01.273 INFO O| Feb 01 14:48:01.273 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
104862026-02-01T14:48:01.933Z[ host-image] Feb 01 14:48:01.309 INFO O| Feb 01 14:48:01.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
104872026-02-01T14:48:01.933Z[ host-image] Feb 01 14:48:01.309 INFO O| Feb 01 14:48:01.308 INFO ok!
104882026-02-01T14:48:01.957Z[ host-image] Feb 01 14:48:01.309 INFO O| Feb 01 14:48:01.308 INFO STEP 103 (ensure_file) COMPLETE
104892026-02-01T14:48:01.957Z[ host-image] Feb 01 14:48:01.309 INFO O| Feb 01 14:48:01.308 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104902026-02-01T14:48:01.957Z[ host-image] Feb 01 14:48:01.318 INFO O| Feb 01 14:48:01.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104912026-02-01T14:48:01.957Z[ host-image] Feb 01 14:48:01.318 INFO O| Feb 01 14:48:01.318 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104922026-02-01T14:48:01.957Z[ host-image] Feb 01 14:48:01.318 INFO O| Feb 01 14:48:01.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104932026-02-01T14:48:01.957Z[ host-image] Feb 01 14:48:01.318 INFO O| Feb 01 14:48:01.318 INFO ok!
104942026-02-01T14:48:01.957Z[ host-image] Feb 01 14:48:01.318 INFO O| Feb 01 14:48:01.318 INFO STEP 104 (ensure_file) COMPLETE
104952026-02-01T14:48:01.957Z[ host-image] Feb 01 14:48:01.318 INFO O| Feb 01 14:48:01.318 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104962026-02-01T14:48:01.957Z[ host-image] Feb 01 14:48:01.328 INFO O| Feb 01 14:48:01.328 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104972026-02-01T14:48:01.957Z[ host-image] Feb 01 14:48:01.329 INFO O| Feb 01 14:48:01.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104982026-02-01T14:48:01.957Z[ host-image] Feb 01 14:48:01.329 INFO O| Feb 01 14:48:01.328 INFO STEP 105 (ensure_dir) COMPLETE
104992026-02-01T14:48:01.957Z[ host-image] Feb 01 14:48:01.329 INFO O| Feb 01 14:48:01.329 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105002026-02-01T14:48:01.981Z[ host-image] Feb 01 14:48:01.338 INFO O| Feb 01 14:48:01.338 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
105012026-02-01T14:48:01.981Z[ host-image] Feb 01 14:48:01.338 INFO O| Feb 01 14:48:01.338 INFO copying /tmp/.tmpVmOk05/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 ...
105022026-02-01T14:48:02.654Z[ host-image] Feb 01 14:48:02.029 INFO O| Feb 01 14:48:02.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
105032026-02-01T14:48:02.654Z[ host-image] Feb 01 14:48:02.029 INFO O| Feb 01 14:48:02.029 INFO ok!
105042026-02-01T14:48:02.678Z[ host-image] Feb 01 14:48:02.029 INFO O| Feb 01 14:48:02.029 INFO STEP 106 (ensure_file) COMPLETE
105052026-02-01T14:48:02.678Z[ host-image] Feb 01 14:48:02.029 INFO O| Feb 01 14:48:02.029 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-02-01T14:48:02.678Z[ host-image] Feb 01 14:48:02.040 INFO O| Feb 01 14:48:02.040 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
105072026-02-01T14:48:02.678Z[ host-image] Feb 01 14:48:02.040 INFO O| Feb 01 14:48:02.040 INFO copying /tmp/.tmpVmOk05/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 ...
105082026-02-01T14:48:02.678Z[ host-image] Feb 01 14:48:02.041 INFO O| Feb 01 14:48:02.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
105092026-02-01T14:48:02.678Z[ host-image] Feb 01 14:48:02.041 INFO O| Feb 01 14:48:02.041 INFO ok!
105102026-02-01T14:48:02.678Z[ host-image] Feb 01 14:48:02.041 INFO O| Feb 01 14:48:02.041 INFO STEP 107 (ensure_file) COMPLETE
105112026-02-01T14:48:02.678Z[ host-image] Feb 01 14:48:02.041 INFO O| Feb 01 14:48:02.041 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-02-01T14:48:02.678Z[ host-image] Feb 01 14:48:02.050 INFO O| Feb 01 14:48:02.050 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
105132026-02-01T14:48:02.678Z[ host-image] Feb 01 14:48:02.050 INFO O| Feb 01 14:48:02.050 INFO copying /tmp/.tmpVmOk05/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 ...
105142026-02-01T14:48:02.678Z[ host-image] Feb 01 14:48:02.050 INFO O| Feb 01 14:48:02.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
105152026-02-01T14:48:02.678Z[ host-image] Feb 01 14:48:02.050 INFO O| Feb 01 14:48:02.050 INFO ok!
105162026-02-01T14:48:02.678Z[ host-image] Feb 01 14:48:02.050 INFO O| Feb 01 14:48:02.050 INFO STEP 108 (ensure_file) COMPLETE
105172026-02-01T14:48:02.678Z[ host-image] Feb 01 14:48:02.050 INFO O| Feb 01 14:48:02.050 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-02-01T14:48:02.703Z[ host-image] Feb 01 14:48:02.059 INFO O| Feb 01 14:48:02.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
105192026-02-01T14:48:02.703Z[ host-image] Feb 01 14:48:02.059 INFO O| Feb 01 14:48:02.059 INFO copying /tmp/.tmpVmOk05/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 ...
105202026-02-01T14:48:02.703Z[ host-image] Feb 01 14:48:02.059 INFO O| Feb 01 14:48:02.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
105212026-02-01T14:48:02.703Z[ host-image] Feb 01 14:48:02.059 INFO O| Feb 01 14:48:02.059 INFO ok!
105222026-02-01T14:48:02.703Z[ host-image] Feb 01 14:48:02.059 INFO O| Feb 01 14:48:02.059 INFO STEP 109 (ensure_file) COMPLETE
105232026-02-01T14:48:02.703Z[ host-image] Feb 01 14:48:02.059 INFO O| Feb 01 14:48:02.059 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-02-01T14:48:02.703Z[ host-image] Feb 01 14:48:02.071 INFO O| Feb 01 14:48:02.071 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
105252026-02-01T14:48:02.703Z[ host-image] Feb 01 14:48:02.071 INFO O| Feb 01 14:48:02.071 INFO copying /tmp/.tmpVmOk05/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 ...
105262026-02-01T14:48:02.703Z[ host-image] Feb 01 14:48:02.071 INFO O| Feb 01 14:48:02.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
105272026-02-01T14:48:02.703Z[ host-image] Feb 01 14:48:02.071 INFO O| Feb 01 14:48:02.071 INFO ok!
105282026-02-01T14:48:02.703Z[ host-image] Feb 01 14:48:02.071 INFO O| Feb 01 14:48:02.071 INFO STEP 110 (ensure_file) COMPLETE
105292026-02-01T14:48:02.703Z[ host-image] Feb 01 14:48:02.071 INFO O| Feb 01 14:48:02.071 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105302026-02-01T14:48:02.727Z[ host-image] Feb 01 14:48:02.080 INFO O| Feb 01 14:48:02.080 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
105312026-02-01T14:48:02.727Z[ host-image] Feb 01 14:48:02.080 INFO O| Feb 01 14:48:02.080 INFO copying /tmp/.tmpVmOk05/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 ...
105322026-02-01T14:48:02.727Z[ host-image] Feb 01 14:48:02.080 INFO O| Feb 01 14:48:02.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
105332026-02-01T14:48:02.727Z[ host-image] Feb 01 14:48:02.080 INFO O| Feb 01 14:48:02.080 INFO ok!
105342026-02-01T14:48:02.727Z[ host-image] Feb 01 14:48:02.080 INFO O| Feb 01 14:48:02.080 INFO STEP 111 (ensure_file) COMPLETE
105352026-02-01T14:48:02.727Z[ host-image] Feb 01 14:48:02.080 INFO O| Feb 01 14:48:02.080 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-02-01T14:48:02.727Z[ host-image] Feb 01 14:48:02.089 INFO O| Feb 01 14:48:02.089 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
105372026-02-01T14:48:02.727Z[ host-image] Feb 01 14:48:02.089 INFO O| Feb 01 14:48:02.089 INFO copying /tmp/.tmpVmOk05/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 ...
105382026-02-01T14:48:02.727Z[ host-image] Feb 01 14:48:02.089 INFO O| Feb 01 14:48:02.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
105392026-02-01T14:48:02.728Z[ host-image] Feb 01 14:48:02.089 INFO O| Feb 01 14:48:02.089 INFO ok!
105402026-02-01T14:48:02.728Z[ host-image] Feb 01 14:48:02.089 INFO O| Feb 01 14:48:02.089 INFO STEP 112 (ensure_file) COMPLETE
105412026-02-01T14:48:02.728Z[ host-image] Feb 01 14:48:02.089 INFO O| Feb 01 14:48:02.089 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-02-01T14:48:02.728Z[ host-image] Feb 01 14:48:02.101 INFO O| Feb 01 14:48:02.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
105432026-02-01T14:48:02.728Z[ host-image] Feb 01 14:48:02.101 INFO O| Feb 01 14:48:02.101 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
105442026-02-01T14:48:02.728Z[ host-image] Feb 01 14:48:02.101 INFO O| Feb 01 14:48:02.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
105452026-02-01T14:48:02.728Z[ host-image] Feb 01 14:48:02.102 INFO O| Feb 01 14:48:02.101 INFO ok!
105462026-02-01T14:48:02.728Z[ host-image] Feb 01 14:48:02.102 INFO O| Feb 01 14:48:02.101 INFO STEP 113 (ensure_file) COMPLETE
105472026-02-01T14:48:02.728Z[ host-image] Feb 01 14:48:02.102 INFO O| Feb 01 14:48:02.101 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105482026-02-01T14:48:02.752Z[ host-image] Feb 01 14:48:02.112 INFO O| Feb 01 14:48:02.112 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
105492026-02-01T14:48:02.752Z[ host-image] Feb 01 14:48:02.112 INFO O| Feb 01 14:48:02.112 INFO copying /tmp/.tmpVmOk05/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 ...
105502026-02-01T14:48:02.752Z[ host-image] Feb 01 14:48:02.112 INFO O| Feb 01 14:48:02.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
105512026-02-01T14:48:02.752Z[ host-image] Feb 01 14:48:02.112 INFO O| Feb 01 14:48:02.112 INFO ok!
105522026-02-01T14:48:02.752Z[ host-image] Feb 01 14:48:02.112 INFO O| Feb 01 14:48:02.112 INFO STEP 114 (ensure_file) COMPLETE
105532026-02-01T14:48:02.752Z[ host-image] Feb 01 14:48:02.112 INFO O| Feb 01 14:48:02.112 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105542026-02-01T14:48:02.752Z[ host-image] Feb 01 14:48:02.123 INFO O| Feb 01 14:48:02.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
105552026-02-01T14:48:02.752Z[ host-image] Feb 01 14:48:02.123 INFO O| Feb 01 14:48:02.123 INFO copying /tmp/.tmpVmOk05/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 ...
105562026-02-01T14:48:02.752Z[ host-image] Feb 01 14:48:02.123 INFO O| Feb 01 14:48:02.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
105572026-02-01T14:48:02.752Z[ host-image] Feb 01 14:48:02.123 INFO O| Feb 01 14:48:02.123 INFO ok!
105582026-02-01T14:48:02.752Z[ host-image] Feb 01 14:48:02.123 INFO O| Feb 01 14:48:02.123 INFO STEP 115 (ensure_file) COMPLETE
105592026-02-01T14:48:02.752Z[ host-image] Feb 01 14:48:02.123 INFO O| Feb 01 14:48:02.123 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105602026-02-01T14:48:02.776Z[ host-image] Feb 01 14:48:02.133 INFO O| Feb 01 14:48:02.133 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
105612026-02-01T14:48:02.776Z[ host-image] Feb 01 14:48:02.134 INFO O| Feb 01 14:48:02.133 INFO copying /tmp/.tmpVmOk05/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 ...
105622026-02-01T14:48:02.776Z[ host-image] Feb 01 14:48:02.134 INFO O| Feb 01 14:48:02.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
105632026-02-01T14:48:02.776Z[ host-image] Feb 01 14:48:02.134 INFO O| Feb 01 14:48:02.134 INFO ok!
105642026-02-01T14:48:02.776Z[ host-image] Feb 01 14:48:02.134 INFO O| Feb 01 14:48:02.134 INFO STEP 116 (ensure_file) COMPLETE
105652026-02-01T14:48:02.776Z[ host-image] Feb 01 14:48:02.134 INFO O| Feb 01 14:48:02.134 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-02-01T14:48:02.776Z[ host-image] Feb 01 14:48:02.144 INFO O| Feb 01 14:48:02.144 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
105672026-02-01T14:48:02.776Z[ host-image] Feb 01 14:48:02.144 INFO O| Feb 01 14:48:02.144 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
105682026-02-01T14:48:02.776Z[ host-image] Feb 01 14:48:02.144 INFO O| Feb 01 14:48:02.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
105692026-02-01T14:48:02.776Z[ host-image] Feb 01 14:48:02.144 INFO O| Feb 01 14:48:02.144 INFO ok!
105702026-02-01T14:48:02.776Z[ host-image] Feb 01 14:48:02.144 INFO O| Feb 01 14:48:02.144 INFO STEP 117 (ensure_file) COMPLETE
105712026-02-01T14:48:02.777Z[ host-image] Feb 01 14:48:02.144 INFO O| Feb 01 14:48:02.144 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.155 INFO O| Feb 01 14:48:02.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
105732026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.155 INFO O| Feb 01 14:48:02.155 INFO copying /tmp/.tmpVmOk05/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 ...
105742026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.155 INFO O| Feb 01 14:48:02.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
105752026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.155 INFO O| Feb 01 14:48:02.155 INFO ok!
105762026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.155 INFO O| Feb 01 14:48:02.155 INFO STEP 118 (ensure_file) COMPLETE
105772026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.155 INFO O| Feb 01 14:48:02.155 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105782026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.165 INFO O| Feb 01 14:48:02.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
105792026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.165 INFO O| Feb 01 14:48:02.165 INFO copying /tmp/.tmpVmOk05/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 ...
105802026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.165 INFO O| Feb 01 14:48:02.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
105812026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.165 INFO O| Feb 01 14:48:02.165 INFO ok!
105822026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.165 INFO O| Feb 01 14:48:02.165 INFO STEP 119 (ensure_file) COMPLETE
105832026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.165 INFO O| Feb 01 14:48:02.165 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.175 INFO O| Feb 01 14:48:02.175 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
105852026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.175 INFO O| Feb 01 14:48:02.175 INFO copying /tmp/.tmpVmOk05/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 ...
105862026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.176 INFO O| Feb 01 14:48:02.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105872026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.176 INFO O| Feb 01 14:48:02.176 INFO ok!
105882026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.176 INFO O| Feb 01 14:48:02.176 INFO STEP 120 (ensure_file) COMPLETE
105892026-02-01T14:48:02.801Z[ host-image] Feb 01 14:48:02.176 INFO O| Feb 01 14:48:02.176 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-02-01T14:48:02.826Z[ host-image] Feb 01 14:48:02.185 INFO O| Feb 01 14:48:02.185 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105912026-02-01T14:48:02.826Z[ host-image] Feb 01 14:48:02.185 INFO O| Feb 01 14:48:02.185 INFO copying /tmp/.tmpVmOk05/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 ...
105922026-02-01T14:48:02.826Z[ host-image] Feb 01 14:48:02.185 INFO O| Feb 01 14:48:02.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105932026-02-01T14:48:02.826Z[ host-image] Feb 01 14:48:02.185 INFO O| Feb 01 14:48:02.185 INFO ok!
105942026-02-01T14:48:02.826Z[ host-image] Feb 01 14:48:02.185 INFO O| Feb 01 14:48:02.185 INFO STEP 121 (ensure_file) COMPLETE
105952026-02-01T14:48:02.826Z[ host-image] Feb 01 14:48:02.185 INFO O| Feb 01 14:48:02.185 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105962026-02-01T14:48:02.826Z[ host-image] Feb 01 14:48:02.195 INFO O| Feb 01 14:48:02.195 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105972026-02-01T14:48:02.826Z[ host-image] Feb 01 14:48:02.195 INFO O| Feb 01 14:48:02.195 INFO copying /tmp/.tmpVmOk05/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 ...
105982026-02-01T14:48:02.826Z[ host-image] Feb 01 14:48:02.195 INFO O| Feb 01 14:48:02.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105992026-02-01T14:48:02.826Z[ host-image] Feb 01 14:48:02.195 INFO O| Feb 01 14:48:02.195 INFO ok!
106002026-02-01T14:48:02.826Z[ host-image] Feb 01 14:48:02.195 INFO O| Feb 01 14:48:02.195 INFO STEP 122 (ensure_file) COMPLETE
106012026-02-01T14:48:02.826Z[ host-image] Feb 01 14:48:02.195 INFO O| Feb 01 14:48:02.195 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106022026-02-01T14:48:02.850Z[ host-image] Feb 01 14:48:02.205 INFO O| Feb 01 14:48:02.205 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
106032026-02-01T14:48:02.850Z[ host-image] Feb 01 14:48:02.205 INFO O| Feb 01 14:48:02.205 INFO copying /tmp/.tmpVmOk05/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 ...
106042026-02-01T14:48:02.850Z[ host-image] Feb 01 14:48:02.206 INFO O| Feb 01 14:48:02.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
106052026-02-01T14:48:02.850Z[ host-image] Feb 01 14:48:02.206 INFO O| Feb 01 14:48:02.206 INFO ok!
106062026-02-01T14:48:02.850Z[ host-image] Feb 01 14:48:02.206 INFO O| Feb 01 14:48:02.206 INFO STEP 123 (ensure_file) COMPLETE
106072026-02-01T14:48:02.850Z[ host-image] Feb 01 14:48:02.206 INFO O| Feb 01 14:48:02.206 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106082026-02-01T14:48:02.850Z[ host-image] Feb 01 14:48:02.218 INFO O| Feb 01 14:48:02.218 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
106092026-02-01T14:48:02.850Z[ host-image] Feb 01 14:48:02.218 INFO O| Feb 01 14:48:02.218 INFO copying /tmp/.tmpVmOk05/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 ...
106102026-02-01T14:48:02.850Z[ host-image] Feb 01 14:48:02.218 INFO O| Feb 01 14:48:02.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
106112026-02-01T14:48:02.850Z[ host-image] Feb 01 14:48:02.218 INFO O| Feb 01 14:48:02.218 INFO ok!
106122026-02-01T14:48:02.850Z[ host-image] Feb 01 14:48:02.218 INFO O| Feb 01 14:48:02.218 INFO STEP 124 (ensure_file) COMPLETE
106132026-02-01T14:48:02.850Z[ host-image] Feb 01 14:48:02.218 INFO O| Feb 01 14:48:02.218 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106142026-02-01T14:48:02.874Z[ host-image] Feb 01 14:48:02.229 INFO O| Feb 01 14:48:02.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
106152026-02-01T14:48:02.874Z[ host-image] Feb 01 14:48:02.229 INFO O| Feb 01 14:48:02.229 INFO copying /tmp/.tmpVmOk05/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 ...
106162026-02-01T14:48:02.874Z[ host-image] Feb 01 14:48:02.229 INFO O| Feb 01 14:48:02.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
106172026-02-01T14:48:02.874Z[ host-image] Feb 01 14:48:02.229 INFO O| Feb 01 14:48:02.229 INFO ok!
106182026-02-01T14:48:02.874Z[ host-image] Feb 01 14:48:02.229 INFO O| Feb 01 14:48:02.229 INFO STEP 125 (ensure_file) COMPLETE
106192026-02-01T14:48:02.874Z[ host-image] Feb 01 14:48:02.229 INFO O| Feb 01 14:48:02.229 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106202026-02-01T14:48:02.874Z[ host-image] Feb 01 14:48:02.238 INFO O| Feb 01 14:48:02.238 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
106212026-02-01T14:48:02.874Z[ host-image] Feb 01 14:48:02.238 INFO O| Feb 01 14:48:02.238 INFO copying /tmp/.tmpVmOk05/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 ...
106222026-02-01T14:48:02.874Z[ host-image] Feb 01 14:48:02.238 INFO O| Feb 01 14:48:02.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
106232026-02-01T14:48:02.875Z[ host-image] Feb 01 14:48:02.238 INFO O| Feb 01 14:48:02.238 INFO ok!
106242026-02-01T14:48:02.875Z[ host-image] Feb 01 14:48:02.238 INFO O| Feb 01 14:48:02.238 INFO STEP 126 (ensure_file) COMPLETE
106252026-02-01T14:48:02.875Z[ host-image] Feb 01 14:48:02.238 INFO O| Feb 01 14:48:02.238 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-02-01T14:48:02.875Z[ host-image] Feb 01 14:48:02.249 INFO O| Feb 01 14:48:02.249 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
106272026-02-01T14:48:02.875Z[ host-image] Feb 01 14:48:02.249 INFO O| Feb 01 14:48:02.249 INFO copying /tmp/.tmpVmOk05/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 ...
106282026-02-01T14:48:02.875Z[ host-image] Feb 01 14:48:02.249 INFO O| Feb 01 14:48:02.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
106292026-02-01T14:48:02.875Z[ host-image] Feb 01 14:48:02.249 INFO O| Feb 01 14:48:02.249 INFO ok!
106302026-02-01T14:48:02.875Z[ host-image] Feb 01 14:48:02.249 INFO O| Feb 01 14:48:02.249 INFO STEP 127 (ensure_file) COMPLETE
106312026-02-01T14:48:02.875Z[ host-image] Feb 01 14:48:02.249 INFO O| Feb 01 14:48:02.249 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106322026-02-01T14:48:02.899Z[ host-image] Feb 01 14:48:02.261 INFO O| Feb 01 14:48:02.261 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
106332026-02-01T14:48:02.899Z[ host-image] Feb 01 14:48:02.261 INFO O| Feb 01 14:48:02.261 INFO copying /tmp/.tmpVmOk05/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 ...
106342026-02-01T14:48:02.899Z[ host-image] Feb 01 14:48:02.261 INFO O| Feb 01 14:48:02.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
106352026-02-01T14:48:02.899Z[ host-image] Feb 01 14:48:02.261 INFO O| Feb 01 14:48:02.261 INFO ok!
106362026-02-01T14:48:02.899Z[ host-image] Feb 01 14:48:02.261 INFO O| Feb 01 14:48:02.261 INFO STEP 128 (ensure_file) COMPLETE
106372026-02-01T14:48:02.899Z[ host-image] Feb 01 14:48:02.261 INFO O| Feb 01 14:48:02.261 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106382026-02-01T14:48:02.899Z[ host-image] Feb 01 14:48:02.271 INFO O| Feb 01 14:48:02.271 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
106392026-02-01T14:48:02.899Z[ host-image] Feb 01 14:48:02.271 INFO O| Feb 01 14:48:02.271 INFO copying /tmp/.tmpVmOk05/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 ...
106402026-02-01T14:48:02.899Z[ host-image] Feb 01 14:48:02.271 INFO O| Feb 01 14:48:02.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
106412026-02-01T14:48:02.899Z[ host-image] Feb 01 14:48:02.271 INFO O| Feb 01 14:48:02.271 INFO ok!
106422026-02-01T14:48:02.899Z[ host-image] Feb 01 14:48:02.271 INFO O| Feb 01 14:48:02.271 INFO STEP 129 (ensure_file) COMPLETE
106432026-02-01T14:48:02.899Z[ host-image] Feb 01 14:48:02.271 INFO O| Feb 01 14:48:02.271 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106442026-02-01T14:48:02.928Z[ host-image] Feb 01 14:48:02.284 INFO O| Feb 01 14:48:02.284 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
106452026-02-01T14:48:02.928Z[ host-image] Feb 01 14:48:02.284 INFO O| Feb 01 14:48:02.284 INFO copying /tmp/.tmpVmOk05/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 ...
106462026-02-01T14:48:02.928Z[ host-image] Feb 01 14:48:02.284 INFO O| Feb 01 14:48:02.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
106472026-02-01T14:48:02.928Z[ host-image] Feb 01 14:48:02.284 INFO O| Feb 01 14:48:02.284 INFO ok!
106482026-02-01T14:48:02.928Z[ host-image] Feb 01 14:48:02.284 INFO O| Feb 01 14:48:02.284 INFO STEP 130 (ensure_file) COMPLETE
106492026-02-01T14:48:02.928Z[ host-image] Feb 01 14:48:02.284 INFO O| Feb 01 14:48:02.284 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106502026-02-01T14:48:02.928Z[ host-image] Feb 01 14:48:02.294 INFO O| Feb 01 14:48:02.294 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
106512026-02-01T14:48:02.928Z[ host-image] Feb 01 14:48:02.294 INFO O| Feb 01 14:48:02.294 INFO copying /tmp/.tmpVmOk05/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 ...
106522026-02-01T14:48:02.928Z[ host-image] Feb 01 14:48:02.294 INFO O| Feb 01 14:48:02.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
106532026-02-01T14:48:02.928Z[ host-image] Feb 01 14:48:02.294 INFO O| Feb 01 14:48:02.294 INFO ok!
106542026-02-01T14:48:02.928Z[ host-image] Feb 01 14:48:02.294 INFO O| Feb 01 14:48:02.294 INFO STEP 131 (ensure_file) COMPLETE
106552026-02-01T14:48:02.928Z[ host-image] Feb 01 14:48:02.295 INFO O| Feb 01 14:48:02.294 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106562026-02-01T14:48:02.953Z[ host-image] Feb 01 14:48:02.305 INFO O| Feb 01 14:48:02.305 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
106572026-02-01T14:48:02.953Z[ host-image] Feb 01 14:48:02.305 INFO O| Feb 01 14:48:02.305 INFO copying /tmp/.tmpVmOk05/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 ...
106582026-02-01T14:48:02.953Z[ host-image] Feb 01 14:48:02.305 INFO O| Feb 01 14:48:02.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
106592026-02-01T14:48:02.953Z[ host-image] Feb 01 14:48:02.305 INFO O| Feb 01 14:48:02.305 INFO ok!
106602026-02-01T14:48:02.953Z[ host-image] Feb 01 14:48:02.305 INFO O| Feb 01 14:48:02.305 INFO STEP 132 (ensure_file) COMPLETE
106612026-02-01T14:48:02.953Z[ host-image] Feb 01 14:48:02.305 INFO O| Feb 01 14:48:02.305 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106622026-02-01T14:48:02.953Z[ host-image] Feb 01 14:48:02.317 INFO O| Feb 01 14:48:02.317 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
106632026-02-01T14:48:02.954Z[ host-image] Feb 01 14:48:02.317 INFO O| Feb 01 14:48:02.317 INFO copying /tmp/.tmpVmOk05/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 ...
106642026-02-01T14:48:02.954Z[ host-image] Feb 01 14:48:02.317 INFO O| Feb 01 14:48:02.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
106652026-02-01T14:48:02.954Z[ host-image] Feb 01 14:48:02.317 INFO O| Feb 01 14:48:02.317 INFO ok!
106662026-02-01T14:48:02.954Z[ host-image] Feb 01 14:48:02.317 INFO O| Feb 01 14:48:02.317 INFO STEP 133 (ensure_file) COMPLETE
106672026-02-01T14:48:02.954Z[ host-image] Feb 01 14:48:02.317 INFO O| Feb 01 14:48:02.317 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106682026-02-01T14:48:02.954Z[ host-image] Feb 01 14:48:02.327 INFO O| Feb 01 14:48:02.327 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
106692026-02-01T14:48:02.954Z[ host-image] Feb 01 14:48:02.327 INFO O| Feb 01 14:48:02.327 INFO copying /tmp/.tmpVmOk05/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 ...
106702026-02-01T14:48:02.954Z[ host-image] Feb 01 14:48:02.327 INFO O| Feb 01 14:48:02.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
106712026-02-01T14:48:02.954Z[ host-image] Feb 01 14:48:02.327 INFO O| Feb 01 14:48:02.327 INFO ok!
106722026-02-01T14:48:02.954Z[ host-image] Feb 01 14:48:02.327 INFO O| Feb 01 14:48:02.327 INFO STEP 134 (ensure_file) COMPLETE
106732026-02-01T14:48:02.954Z[ host-image] Feb 01 14:48:02.327 INFO O| Feb 01 14:48:02.327 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106742026-02-01T14:48:02.978Z[ host-image] Feb 01 14:48:02.338 INFO O| Feb 01 14:48:02.338 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
106752026-02-01T14:48:02.978Z[ host-image] Feb 01 14:48:02.338 INFO O| Feb 01 14:48:02.338 INFO copying /tmp/.tmpVmOk05/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 ...
106762026-02-01T14:48:02.978Z[ host-image] Feb 01 14:48:02.338 INFO O| Feb 01 14:48:02.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
106772026-02-01T14:48:02.978Z[ host-image] Feb 01 14:48:02.338 INFO O| Feb 01 14:48:02.338 INFO ok!
106782026-02-01T14:48:02.978Z[ host-image] Feb 01 14:48:02.338 INFO O| Feb 01 14:48:02.338 INFO STEP 135 (ensure_file) COMPLETE
106792026-02-01T14:48:02.978Z[ host-image] Feb 01 14:48:02.338 INFO O| Feb 01 14:48:02.338 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106802026-02-01T14:48:02.978Z[ host-image] Feb 01 14:48:02.348 INFO O| Feb 01 14:48:02.348 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
106812026-02-01T14:48:02.978Z[ host-image] Feb 01 14:48:02.348 INFO O| Feb 01 14:48:02.348 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
106822026-02-01T14:48:02.978Z[ host-image] Feb 01 14:48:02.349 INFO O| Feb 01 14:48:02.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
106832026-02-01T14:48:02.978Z[ host-image] Feb 01 14:48:02.349 INFO O| Feb 01 14:48:02.349 INFO ok!
106842026-02-01T14:48:02.978Z[ host-image] Feb 01 14:48:02.349 INFO O| Feb 01 14:48:02.349 INFO STEP 136 (ensure_file) COMPLETE
106852026-02-01T14:48:02.978Z[ host-image] Feb 01 14:48:02.349 INFO O| Feb 01 14:48:02.349 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106862026-02-01T14:48:03.002Z[ host-image] Feb 01 14:48:02.358 INFO O| Feb 01 14:48:02.358 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106872026-02-01T14:48:03.002Z[ host-image] Feb 01 14:48:02.358 INFO O| Feb 01 14:48:02.358 INFO copying /tmp/.tmpVmOk05/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 ...
106882026-02-01T14:48:03.003Z[ host-image] Feb 01 14:48:02.358 INFO O| Feb 01 14:48:02.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106892026-02-01T14:48:03.003Z[ host-image] Feb 01 14:48:02.358 INFO O| Feb 01 14:48:02.358 INFO ok!
106902026-02-01T14:48:03.003Z[ host-image] Feb 01 14:48:02.358 INFO O| Feb 01 14:48:02.358 INFO STEP 137 (ensure_file) COMPLETE
106912026-02-01T14:48:03.003Z[ host-image] Feb 01 14:48:02.358 INFO O| Feb 01 14:48:02.358 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106922026-02-01T14:48:03.003Z[ host-image] Feb 01 14:48:02.367 INFO O| Feb 01 14:48:02.367 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106932026-02-01T14:48:03.003Z[ host-image] Feb 01 14:48:02.367 INFO O| Feb 01 14:48:02.367 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106942026-02-01T14:48:03.003Z[ host-image] Feb 01 14:48:02.367 INFO O| Feb 01 14:48:02.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106952026-02-01T14:48:03.003Z[ host-image] Feb 01 14:48:02.367 INFO O| Feb 01 14:48:02.367 INFO ok!
106962026-02-01T14:48:03.003Z[ host-image] Feb 01 14:48:02.367 INFO O| Feb 01 14:48:02.367 INFO STEP 138 (ensure_file) COMPLETE
106972026-02-01T14:48:03.003Z[ host-image] Feb 01 14:48:02.367 INFO O| Feb 01 14:48:02.367 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106982026-02-01T14:48:03.003Z[ host-image] Feb 01 14:48:02.377 INFO O| Feb 01 14:48:02.377 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106992026-02-01T14:48:03.003Z[ host-image] Feb 01 14:48:02.377 INFO O| Feb 01 14:48:02.377 INFO copying /tmp/.tmpVmOk05/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
107002026-02-01T14:48:09.003Z[ host-image] Feb 01 14:48:08.378 INFO O| Feb 01 14:48:08.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
107012026-02-01T14:48:09.003Z[ host-image] Feb 01 14:48:08.378 INFO O| Feb 01 14:48:08.378 INFO ok!
107022026-02-01T14:48:09.027Z[ host-image] Feb 01 14:48:08.378 INFO O| Feb 01 14:48:08.378 INFO STEP 139 (ensure_file) COMPLETE
107032026-02-01T14:48:09.027Z[ host-image] Feb 01 14:48:08.378 INFO O| Feb 01 14:48:08.378 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107042026-02-01T14:48:09.027Z[ host-image] Feb 01 14:48:08.389 INFO O| Feb 01 14:48:08.389 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
107052026-02-01T14:48:09.027Z[ host-image] Feb 01 14:48:08.389 INFO O| Feb 01 14:48:08.389 INFO STEP 140 (ensure_dir) COMPLETE
107062026-02-01T14:48:09.027Z[ host-image] Feb 01 14:48:08.389 INFO O| Feb 01 14:48:08.389 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107072026-02-01T14:48:09.027Z[ host-image] Feb 01 14:48:08.398 INFO O| Feb 01 14:48:08.398 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
107082026-02-01T14:48:09.027Z[ host-image] Feb 01 14:48:08.398 INFO O| Feb 01 14:48:08.398 INFO STEP 141 (ensure_dir) COMPLETE
107092026-02-01T14:48:09.027Z[ host-image] Feb 01 14:48:08.398 INFO O| Feb 01 14:48:08.398 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107102026-02-01T14:48:09.052Z[ host-image] Feb 01 14:48:08.406 INFO O| Feb 01 14:48:08.406 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
107112026-02-01T14:48:09.052Z[ host-image] Feb 01 14:48:08.406 INFO O| Feb 01 14:48:08.406 INFO STEP 142 (ensure_dir) COMPLETE
107122026-02-01T14:48:09.052Z[ host-image] Feb 01 14:48:08.406 INFO O| Feb 01 14:48:08.406 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107132026-02-01T14:48:09.052Z[ host-image] Feb 01 14:48:08.418 INFO O| Feb 01 14:48:08.418 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
107142026-02-01T14:48:09.052Z[ host-image] Feb 01 14:48:08.418 INFO O| Feb 01 14:48:08.418 INFO STEP 143 (ensure_dir) COMPLETE
107152026-02-01T14:48:09.052Z[ host-image] Feb 01 14:48:08.418 INFO O| Feb 01 14:48:08.418 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107162026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.428 INFO O| Feb 01 14:48:08.428 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
107172026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.428 INFO O| Feb 01 14:48:08.428 INFO copying /tmp/.tmpVmOk05/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 ...
107182026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.428 INFO O| Feb 01 14:48:08.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
107192026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.428 INFO O| Feb 01 14:48:08.428 INFO ok!
107202026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.428 INFO O| Feb 01 14:48:08.428 INFO STEP 144 (ensure_file) COMPLETE
107212026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.428 INFO O| Feb 01 14:48:08.428 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107222026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.437 INFO O| Feb 01 14:48:08.437 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
107232026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.437 INFO O| Feb 01 14:48:08.437 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
107242026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.437 INFO O| Feb 01 14:48:08.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
107252026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.437 INFO O| Feb 01 14:48:08.437 INFO STEP 145 (ensure_dir) COMPLETE
107262026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.437 INFO O| Feb 01 14:48:08.437 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107272026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.446 INFO O| Feb 01 14:48:08.446 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
107282026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.446 INFO O| Feb 01 14:48:08.446 INFO copying /tmp/.tmpVmOk05/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
107292026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.446 INFO O| Feb 01 14:48:08.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
107302026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.446 INFO O| Feb 01 14:48:08.446 INFO ok!
107312026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.446 INFO O| Feb 01 14:48:08.446 INFO STEP 146 (ensure_file) COMPLETE
107322026-02-01T14:48:09.076Z[ host-image] Feb 01 14:48:08.446 INFO O| Feb 01 14:48:08.446 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107332026-02-01T14:48:09.100Z[ host-image] Feb 01 14:48:08.458 INFO O| Feb 01 14:48:08.458 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
107342026-02-01T14:48:09.100Z[ host-image] Feb 01 14:48:08.458 INFO O| Feb 01 14:48:08.458 INFO STEP 147 (remove_files) COMPLETE
107352026-02-01T14:48:09.100Z[ host-image] Feb 01 14:48:08.458 INFO O| Feb 01 14:48:08.458 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107362026-02-01T14:48:09.100Z[ host-image] Feb 01 14:48:08.468 INFO O| Feb 01 14:48:08.468 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
107372026-02-01T14:48:09.100Z[ host-image] Feb 01 14:48:08.468 INFO O| Feb 01 14:48:08.468 INFO STEP 148 (remove_files) COMPLETE
107382026-02-01T14:48:09.100Z[ host-image] Feb 01 14:48:08.468 INFO O| Feb 01 14:48:08.468 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107392026-02-01T14:48:09.125Z[ host-image] Feb 01 14:48:08.477 INFO O| Feb 01 14:48:08.477 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
107402026-02-01T14:48:09.125Z[ host-image] Feb 01 14:48:08.478 INFO O| Feb 01 14:48:08.477 INFO STEP 149 (remove_files) COMPLETE
107412026-02-01T14:48:09.125Z[ host-image] Feb 01 14:48:08.478 INFO O| Feb 01 14:48:08.478 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107422026-02-01T14:48:09.125Z[ host-image] Feb 01 14:48:08.487 INFO O| Feb 01 14:48:08.487 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
107432026-02-01T14:48:09.125Z[ host-image] Feb 01 14:48:08.487 INFO O| Feb 01 14:48:08.487 INFO STEP 150 (remove_files) COMPLETE
107442026-02-01T14:48:09.125Z[ host-image] Feb 01 14:48:08.487 INFO O| Feb 01 14:48:08.487 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107452026-02-01T14:48:09.125Z[ host-image] Feb 01 14:48:08.496 INFO O| Feb 01 14:48:08.496 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
107462026-02-01T14:48:09.125Z[ host-image] Feb 01 14:48:08.496 INFO O| Feb 01 14:48:08.496 INFO STEP 151 (remove_files) COMPLETE
107472026-02-01T14:48:09.125Z[ host-image] Feb 01 14:48:08.496 INFO O| Feb 01 14:48:08.496 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107482026-02-01T14:48:09.150Z[ host-image] Feb 01 14:48:08.505 INFO O| Feb 01 14:48:08.505 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
107492026-02-01T14:48:09.150Z[ host-image] Feb 01 14:48:08.505 INFO O| Feb 01 14:48:08.505 INFO STEP 152 (remove_files) COMPLETE
107502026-02-01T14:48:09.150Z[ host-image] Feb 01 14:48:08.505 INFO O| Feb 01 14:48:08.505 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107512026-02-01T14:48:09.150Z[ host-image] Feb 01 14:48:08.515 INFO O| Feb 01 14:48:08.515 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
107522026-02-01T14:48:09.150Z[ host-image] Feb 01 14:48:08.515 INFO O| Feb 01 14:48:08.515 INFO STEP 153 (remove_files) COMPLETE
107532026-02-01T14:48:09.150Z[ host-image] Feb 01 14:48:08.515 INFO O| Feb 01 14:48:08.515 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107542026-02-01T14:48:09.174Z[ host-image] Feb 01 14:48:08.525 INFO O| Feb 01 14:48:08.525 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
107552026-02-01T14:48:09.174Z[ host-image] Feb 01 14:48:08.526 INFO O| Feb 01 14:48:08.525 INFO STEP 154 (remove_files) COMPLETE
107562026-02-01T14:48:09.174Z[ host-image] Feb 01 14:48:08.526 INFO O| Feb 01 14:48:08.526 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107572026-02-01T14:48:09.174Z[ host-image] Feb 01 14:48:08.537 INFO O| Feb 01 14:48:08.537 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
107582026-02-01T14:48:09.174Z[ host-image] Feb 01 14:48:08.537 INFO O| Feb 01 14:48:08.537 INFO STEP 155 (remove_files) COMPLETE
107592026-02-01T14:48:09.174Z[ host-image] Feb 01 14:48:08.537 INFO O| Feb 01 14:48:08.537 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107602026-02-01T14:48:09.174Z[ host-image] Feb 01 14:48:08.547 INFO O| Feb 01 14:48:08.547 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
107612026-02-01T14:48:09.174Z[ host-image] Feb 01 14:48:08.548 INFO O| Feb 01 14:48:08.547 INFO STEP 156 (remove_files) COMPLETE
107622026-02-01T14:48:09.174Z[ host-image] Feb 01 14:48:08.548 INFO O| Feb 01 14:48:08.547 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107632026-02-01T14:48:09.198Z[ host-image] Feb 01 14:48:08.557 INFO O| Feb 01 14:48:08.557 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
107642026-02-01T14:48:09.198Z[ host-image] Feb 01 14:48:08.557 INFO O| Feb 01 14:48:08.557 INFO STEP 157 (remove_files) COMPLETE
107652026-02-01T14:48:09.198Z[ host-image] Feb 01 14:48:08.558 INFO O| Feb 01 14:48:08.557 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107662026-02-01T14:48:09.199Z[ host-image] Feb 01 14:48:08.567 INFO O| Feb 01 14:48:08.566 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
107672026-02-01T14:48:09.199Z[ host-image] Feb 01 14:48:08.567 INFO O| Feb 01 14:48:08.566 INFO STEP 158 (remove_files) COMPLETE
107682026-02-01T14:48:09.199Z[ host-image] Feb 01 14:48:08.567 INFO O| Feb 01 14:48:08.566 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107692026-02-01T14:48:09.223Z[ host-image] Feb 01 14:48:08.575 INFO O| Feb 01 14:48:08.575 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107702026-02-01T14:48:09.223Z[ host-image] Feb 01 14:48:08.575 INFO O| Feb 01 14:48:08.575 INFO STEP 159 (remove_files) COMPLETE
107712026-02-01T14:48:09.223Z[ host-image] Feb 01 14:48:08.575 INFO O| Feb 01 14:48:08.575 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107722026-02-01T14:48:09.223Z[ host-image] Feb 01 14:48:08.583 INFO O| Feb 01 14:48:08.583 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107732026-02-01T14:48:09.223Z[ host-image] Feb 01 14:48:08.583 INFO O| Feb 01 14:48:08.583 INFO STEP 160 (remove_files) COMPLETE
107742026-02-01T14:48:09.224Z[ host-image] Feb 01 14:48:08.583 INFO O| Feb 01 14:48:08.583 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107752026-02-01T14:48:09.224Z[ host-image] Feb 01 14:48:08.591 INFO O| Feb 01 14:48:08.591 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107762026-02-01T14:48:09.224Z[ host-image] Feb 01 14:48:08.591 INFO O| Feb 01 14:48:08.591 INFO STEP 161 (remove_files) COMPLETE
107772026-02-01T14:48:09.224Z[ host-image] Feb 01 14:48:08.591 INFO O| Feb 01 14:48:08.591 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107782026-02-01T14:48:09.250Z[ host-image] Feb 01 14:48:08.600 INFO O| Feb 01 14:48:08.600 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107792026-02-01T14:48:09.250Z[ host-image] Feb 01 14:48:08.600 INFO O| Feb 01 14:48:08.600 INFO STEP 162 (remove_files) COMPLETE
107802026-02-01T14:48:09.250Z[ host-image] Feb 01 14:48:08.600 INFO O| Feb 01 14:48:08.600 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107812026-02-01T14:48:09.250Z[ host-image] Feb 01 14:48:08.609 INFO O| Feb 01 14:48:08.609 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107822026-02-01T14:48:09.250Z[ host-image] Feb 01 14:48:08.609 INFO O| Feb 01 14:48:08.609 INFO STEP 163 (remove_files) COMPLETE
107832026-02-01T14:48:09.250Z[ host-image] Feb 01 14:48:08.609 INFO O| Feb 01 14:48:08.609 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107842026-02-01T14:48:09.250Z[ host-image] Feb 01 14:48:08.617 INFO O| Feb 01 14:48:08.617 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107852026-02-01T14:48:09.250Z[ host-image] Feb 01 14:48:08.618 INFO O| Feb 01 14:48:08.617 INFO STEP 164 (remove_files) COMPLETE
107862026-02-01T14:48:09.250Z[ host-image] Feb 01 14:48:08.618 INFO O| Feb 01 14:48:08.617 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107872026-02-01T14:48:09.274Z[ host-image] Feb 01 14:48:08.626 INFO O| Feb 01 14:48:08.626 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107882026-02-01T14:48:09.274Z[ host-image] Feb 01 14:48:08.626 INFO O| Feb 01 14:48:08.626 INFO STEP 165 (remove_files) COMPLETE
107892026-02-01T14:48:09.274Z[ host-image] Feb 01 14:48:08.626 INFO O| Feb 01 14:48:08.626 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107902026-02-01T14:48:09.274Z[ host-image] Feb 01 14:48:08.635 INFO O| Feb 01 14:48:08.635 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107912026-02-01T14:48:09.274Z[ host-image] Feb 01 14:48:08.635 INFO O| Feb 01 14:48:08.635 INFO STEP 166 (remove_files) COMPLETE
107922026-02-01T14:48:09.274Z[ host-image] Feb 01 14:48:08.635 INFO O| Feb 01 14:48:08.635 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107932026-02-01T14:48:09.274Z[ host-image] Feb 01 14:48:08.644 INFO O| Feb 01 14:48:08.644 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107942026-02-01T14:48:09.274Z[ host-image] Feb 01 14:48:08.644 INFO O| Feb 01 14:48:08.644 INFO STEP 167 (remove_files) COMPLETE
107952026-02-01T14:48:09.274Z[ host-image] Feb 01 14:48:08.644 INFO O| Feb 01 14:48:08.644 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107962026-02-01T14:48:09.299Z[ host-image] Feb 01 14:48:08.654 INFO O| Feb 01 14:48:08.654 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107972026-02-01T14:48:09.299Z[ host-image] Feb 01 14:48:08.654 INFO O| Feb 01 14:48:08.654 INFO STEP 168 (remove_files) COMPLETE
107982026-02-01T14:48:09.299Z[ host-image] Feb 01 14:48:08.654 INFO O| Feb 01 14:48:08.654 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107992026-02-01T14:48:09.299Z[ host-image] Feb 01 14:48:08.663 INFO O| Feb 01 14:48:08.663 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
108002026-02-01T14:48:09.299Z[ host-image] Feb 01 14:48:08.663 INFO O| Feb 01 14:48:08.663 INFO STEP 169 (remove_files) COMPLETE
108012026-02-01T14:48:09.299Z[ host-image] Feb 01 14:48:08.663 INFO O| Feb 01 14:48:08.663 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108022026-02-01T14:48:09.299Z[ host-image] Feb 01 14:48:08.671 INFO O| Feb 01 14:48:08.671 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
108032026-02-01T14:48:09.299Z[ host-image] Feb 01 14:48:08.671 INFO O| Feb 01 14:48:08.671 INFO STEP 170 (remove_files) COMPLETE
108042026-02-01T14:48:09.299Z[ host-image] Feb 01 14:48:08.671 INFO O| Feb 01 14:48:08.671 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108052026-02-01T14:48:09.323Z[ host-image] Feb 01 14:48:08.679 INFO O| Feb 01 14:48:08.679 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
108062026-02-01T14:48:09.323Z[ host-image] Feb 01 14:48:08.679 INFO O| Feb 01 14:48:08.679 INFO STEP 171 (remove_files) COMPLETE
108072026-02-01T14:48:09.323Z[ host-image] Feb 01 14:48:08.679 INFO O| Feb 01 14:48:08.679 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108082026-02-01T14:48:09.323Z[ host-image] Feb 01 14:48:08.687 INFO O| Feb 01 14:48:08.687 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
108092026-02-01T14:48:09.323Z[ host-image] Feb 01 14:48:08.688 INFO O| Feb 01 14:48:08.687 INFO STEP 172 (remove_files) COMPLETE
108102026-02-01T14:48:09.323Z[ host-image] Feb 01 14:48:08.688 INFO O| Feb 01 14:48:08.687 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108112026-02-01T14:48:09.323Z[ host-image] Feb 01 14:48:08.695 INFO O| Feb 01 14:48:08.695 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
108122026-02-01T14:48:09.323Z[ host-image] Feb 01 14:48:08.696 INFO O| Feb 01 14:48:08.695 INFO STEP 173 (remove_files) COMPLETE
108132026-02-01T14:48:09.324Z[ host-image] Feb 01 14:48:08.696 INFO O| Feb 01 14:48:08.695 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108142026-02-01T14:48:09.348Z[ host-image] Feb 01 14:48:08.704 INFO O| Feb 01 14:48:08.704 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
108152026-02-01T14:48:09.348Z[ host-image] Feb 01 14:48:08.704 INFO O| Feb 01 14:48:08.704 INFO STEP 174 (remove_files) COMPLETE
108162026-02-01T14:48:09.348Z[ host-image] Feb 01 14:48:08.704 INFO O| Feb 01 14:48:08.704 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108172026-02-01T14:48:09.348Z[ host-image] Feb 01 14:48:08.713 INFO O| Feb 01 14:48:08.712 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
108182026-02-01T14:48:09.348Z[ host-image] Feb 01 14:48:08.713 INFO O| Feb 01 14:48:08.712 INFO STEP 175 (remove_files) COMPLETE
108192026-02-01T14:48:09.348Z[ host-image] Feb 01 14:48:08.713 INFO O| Feb 01 14:48:08.712 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
108202026-02-01T14:48:09.373Z[ host-image] Feb 01 14:48:08.725 INFO O| Feb 01 14:48:08.725 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
108212026-02-01T14:48:09.374Z[ host-image] Feb 01 14:48:08.726 INFO O| Feb 01 14:48:08.725 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "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_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
108222026-02-01T14:48:14.805Z[ host-image] Feb 01 14:48:14.180 INFO O| Feb 01 14:48:14.180 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
108232026-02-01T14:48:14.805Z[ host-image] Feb 01 14:48:14.180 INFO O| Feb 01 14:48:14.180 INFO E| svccfg: Loaded 79 smf(7) service descriptions
108242026-02-01T14:48:14.829Z[ host-image] Feb 01 14:48:14.198 INFO O| Feb 01 14:48:14.198 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_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
108252026-02-01T14:48:14.975Z[ host-image] Feb 01 14:48:14.351 INFO O| Feb 01 14:48:14.351 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
108262026-02-01T14:48:15.055Z[ host-image] Feb 01 14:48:14.430 INFO O| Feb 01 14:48:14.430 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
108272026-02-01T14:48:15.156Z[ host-image] Feb 01 14:48:14.531 INFO O| Feb 01 14:48:14.531 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
108282026-02-01T14:48:15.156Z[ host-image] Feb 01 14:48:14.531 INFO O| Feb 01 14:48:14.531 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
108292026-02-01T14:48:15.181Z[ host-image] Feb 01 14:48:14.534 INFO O| Feb 01 14:48:14.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
108302026-02-01T14:48:15.181Z[ host-image] Feb 01 14:48:14.534 INFO O| Feb 01 14:48:14.534 INFO ok!
108312026-02-01T14:48:15.181Z[ host-image] Feb 01 14:48:14.534 INFO O| Feb 01 14:48:14.534 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
108322026-02-01T14:48:15.181Z[ host-image] Feb 01 14:48:14.534 INFO O| Feb 01 14:48:14.534 INFO STEP 176 (seed_smf) COMPLETE
108332026-02-01T14:48:15.181Z[ host-image] Feb 01 14:48:14.534 INFO O| Feb 01 14:48:14.534 INFO steps complete; finalising image!
108342026-02-01T14:48:15.181Z[ host-image] Feb 01 14:48:14.534 INFO O| Feb 01 14:48:14.534 INFO TRIM POOL: TEMPORARY-sled-zfs
108352026-02-01T14:48:15.323Z[ host-image] Feb 01 14:48:14.698 INFO O| Feb 01 14:48:14.698 INFO trim TEMPORARY-sled-zfs: (4% trimmed, started at Sun Feb 1 14:48:14 2026)
108362026-02-01T14:48:15.541Z[ host-image] Feb 01 14:48:14.917 INFO O| Feb 01 14:48:14.917 INFO temporary pool has 803M used, 93.1M avail, 1.81x compressratio
108372026-02-01T14:48:15.541Z[ host-image] Feb 01 14:48:14.917 INFO O| Feb 01 14:48:14.917 INFO EXPORT POOL: TEMPORARY-sled-zfs
108382026-02-01T14:48:15.943Z[ host-image] Feb 01 14:48:15.319 INFO O| Feb 01 14:48:15.319 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
108392026-02-01T14:48:15.943Z[ host-image] Feb 01 14:48:15.319 INFO O| Feb 01 14:48:15.319 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
108402026-02-01T14:48:17.163Z[ host-image] Feb 01 14:48:16.539 INFO O| Feb 01 14:48:16.539 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
108412026-02-01T14:48:17.163Z[ host-image] Feb 01 14:48:16.539 INFO O| Feb 01 14:48:16.539 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
108422026-02-01T14:48:17.187Z[ host-image] Feb 01 14:48:16.539 INFO O| Feb 01 14:48:16.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
108432026-02-01T14:48:17.187Z[ host-image] Feb 01 14:48:16.539 INFO O| Feb 01 14:48:16.539 INFO completed processing sled/zfs
108442026-02-01T14:48:17.187Z[ host-image] Feb 01 14:48:16.539 INFO O| Feb 01 14:48:16.539 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
108452026-02-01T14:48:18.006Z[ host-image] Feb 01 14:48:17.382 INFO O| Feb 01 14:48:17.382 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108462026-02-01T14:48:18.064Z[ host-image] Feb 01 14:48:17.440 INFO BUILD STRING "heads/stlouis-0-g741ecc3e58\n"
108472026-02-01T14:48:18.065Z[ host-image] Feb 01 14:48:17.440 INFO expanded image name: "ci 980086d/${os_short_commit} 2026-02-01 13:56" -> "ci 980086d/741ecc3 2026-02-01 13:56"
108482026-02-01T14:48:18.089Z[ host-image] Feb 01 14:48:17.440 INFO output artefacts stored in: "/work/os-host"
108492026-02-01T14:48:18.089Z[ host-image] Feb 01 14:48:17.441 INFO collecting git info from project "bootserver"...
108502026-02-01T14:48:18.089Z[ host-image] Feb 01 14:48:17.449 INFO collecting git info from project "pilot"...
108512026-02-01T14:48:18.089Z[ host-image] Feb 01 14:48:17.458 INFO collecting git info from project "amd-host-image-builder"...
108522026-02-01T14:48:18.113Z[ host-image] Feb 01 14:48:17.465 INFO collecting git info from project "phbl"...
108532026-02-01T14:48:18.113Z[ host-image] Feb 01 14:48:17.472 INFO collecting git info from project "pinprick"...
108542026-02-01T14:48:18.113Z[ host-image] Feb 01 14:48:17.480 INFO collecting git info from project "image-builder"...
108552026-02-01T14:48:18.113Z[ host-image] Feb 01 14:48:17.486 INFO collecting git info from project "chelsio-t6-roms"...
108562026-02-01T14:48:18.137Z[ host-image] Feb 01 14:48:17.492 INFO collecting git info from project "dmar-report"...
108572026-02-01T14:48:18.137Z[ host-image] Feb 01 14:48:17.498 INFO collecting git info from project "amd-firmware"...
108582026-02-01T14:48:18.162Z[ host-image] Feb 01 14:48:17.516 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108592026-02-01T14:48:18.606Z[ host-image] Feb 01 14:48:17.981 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108602026-02-01T14:48:19.054Z[ host-image] Feb 01 14:48:18.429 INFO creating Oxide boot image...
108612026-02-01T14:48:19.078Z[ host-image] Feb 01 14:48:18.429 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 980086d/741ecc3 2026-02-01 13:56", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108622026-02-01T14:48:20.409Z[ host-image] Feb 01 14:48:19.785 INFO O| ok, image written!
108632026-02-01T14:48:20.409Z[ host-image] Feb 01 14:48:19.785 INFO O| ok, boot_image_csum file written!
108642026-02-01T14:48:20.434Z[ host-image] Feb 01 14:48:19.789 INFO creating boot archive (CPIO)...
108652026-02-01T14:48:20.434Z[ host-image] Feb 01 14:48:19.789 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
108662026-02-01T14:48:20.434Z[ host-image] Feb 01 14:48:19.795 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108672026-02-01T14:48:20.434Z[ host-image] Feb 01 14:48:19.795 INFO E| + outfile=/work/os-host/cpio
108682026-02-01T14:48:20.434Z[ host-image] Feb 01 14:48:19.795 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108692026-02-01T14:48:20.434Z[ host-image] Feb 01 14:48:19.798 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108702026-02-01T14:48:20.434Z[ host-image] Feb 01 14:48:19.798 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108712026-02-01T14:48:20.477Z[ host-image] Feb 01 14:48:19.853 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108722026-02-01T14:48:20.477Z[ host-image] Feb 01 14:48:19.853 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108732026-02-01T14:48:20.501Z[ host-image] Feb 01 14:48:19.863 INFO creating compressed cpio/unix for dev loaders...
108742026-02-01T14:48:20.501Z[ host-image] Feb 01 14:48:19.863 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
108752026-02-01T14:48:20.831Z[ host-image] Feb 01 14:48:20.207 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108762026-02-01T14:48:26.022Z[ host-image] Feb 01 14:48:25.398 INFO creating reset image...
108772026-02-01T14:48:26.022Z[ host-image] Feb 01 14:48:25.398 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
108782026-02-01T14:48:26.095Z[ host-image] Feb 01 14:48:25.471 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-01-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
108792026-02-01T14:48:26.095Z[ host-image] Feb 01 14:48:25.471 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")
108802026-02-01T14:48:26.226Z[ host-image] Feb 01 14:48:25.602 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108812026-02-01T14:48:26.250Z[ host-image] Feb 01 14:48:25.604 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108822026-02-01T14:48:26.615Z[ host-image] Feb 01 14:48:25.990 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-01-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
108832026-02-01T14:48:26.615Z[ host-image] Feb 01 14:48:25.990 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-01-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
108842026-02-01T14:48:26.615Z[ host-image] Feb 01 14:48:25.990 INFO E| Compiling proc-macro2 v1.0.105
108852026-02-01T14:48:26.639Z[ host-image] Feb 01 14:48:25.990 INFO E| Compiling unicode-ident v1.0.22
108862026-02-01T14:48:26.639Z[ host-image] Feb 01 14:48:25.990 INFO E| Compiling quote v1.0.43
108872026-02-01T14:48:26.639Z[ host-image] Feb 01 14:48:25.991 INFO E| Compiling syn v1.0.109
108882026-02-01T14:48:26.639Z[ host-image] Feb 01 14:48:25.991 INFO E| Compiling x86 v0.52.0
108892026-02-01T14:48:26.639Z[ host-image] Feb 01 14:48:25.991 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108902026-02-01T14:48:26.855Z[ host-image] Feb 01 14:48:26.231 INFO E| Compiling seq-macro v0.3.6
108912026-02-01T14:48:28.215Z[ host-image] Feb 01 14:48:27.590 INFO E| Compiling syn v2.0.114
108922026-02-01T14:48:30.969Z[ host-image] Feb 01 14:48:30.345 INFO E| Compiling scroll_derive v0.13.1
108932026-02-01T14:48:33.345Z[ host-image] Feb 01 14:48:32.720 INFO E| Compiling bitstruct_derive v0.1.0
108942026-02-01T14:48:51.800Z[ host-image] Feb 01 14:48:51.176 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-01-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
108952026-02-01T14:48:55.837Z[ host-image] Feb 01 14:48:55.213 INFO E| Compiling bitflags v1.3.2
108962026-02-01T14:48:55.861Z[ host-image] Feb 01 14:48:55.213 INFO E| Compiling plain v0.2.3
108972026-02-01T14:48:55.861Z[ host-image] Feb 01 14:48:55.213 INFO E| Compiling bit_field v0.10.3
108982026-02-01T14:48:55.861Z[ host-image] Feb 01 14:48:55.213 INFO E| Compiling bitflags v2.10.0
108992026-02-01T14:48:55.861Z[ host-image] Feb 01 14:48:55.213 INFO E| Compiling log v0.4.29
109002026-02-01T14:48:55.861Z[ host-image] Feb 01 14:48:55.214 INFO E| Compiling adler2 v2.0.1
109012026-02-01T14:48:55.861Z[ host-image] Feb 01 14:48:55.214 INFO E| Compiling scroll v0.13.0
109022026-02-01T14:48:55.962Z[ host-image] Feb 01 14:48:55.338 INFO E| Compiling raw-cpuid v10.7.0
109032026-02-01T14:48:56.040Z[ host-image] Feb 01 14:48:55.415 INFO E| Compiling miniz_oxide v0.9.0
109042026-02-01T14:48:56.155Z[ host-image] Feb 01 14:48:55.531 INFO E| Compiling cpio_reader v0.1.2
109052026-02-01T14:48:56.181Z[ host-image] Feb 01 14:48:55.541 INFO E| Compiling bitstruct v0.1.1
109062026-02-01T14:48:56.242Z[ host-image] Feb 01 14:48:55.618 INFO E| Compiling static_assertions v1.1.0
109072026-02-01T14:48:56.318Z[ host-image] Feb 01 14:48:55.694 INFO E| Compiling goblin v0.10.4
109082026-02-01T14:49:00.416Z[ host-image] Feb 01 14:48:59.790 INFO E| warning: direct cast of function item into an integer
109092026-02-01T14:49:00.416Z[ host-image] Feb 01 14:48:59.791 INFO E| --> src/idt.rs:275:34
109102026-02-01T14:49:00.440Z[ host-image] Feb 01 14:48:59.791 INFO E| |
109112026-02-01T14:49:00.440Z[ host-image] Feb 01 14:48:59.791 INFO E| 275 | frame.rip = crate::phbl::dnr as usize as u64;
109122026-02-01T14:49:00.440Z[ host-image] Feb 01 14:48:59.791 INFO E| | ^^^^^^^^
109132026-02-01T14:49:00.440Z[ host-image] Feb 01 14:48:59.791 INFO E| |
109142026-02-01T14:49:00.440Z[ host-image] Feb 01 14:48:59.791 INFO E| = note: `#[warn(function_casts_as_integer)]` on by default
109152026-02-01T14:49:00.440Z[ host-image] Feb 01 14:48:59.791 INFO E| help: first cast to a pointer `as *const ()`
109162026-02-01T14:49:00.440Z[ host-image] Feb 01 14:48:59.791 INFO E| |
109172026-02-01T14:49:00.441Z[ host-image] Feb 01 14:48:59.791 INFO E| 275 | frame.rip = crate::phbl::dnr as *const () as usize as u64;
109182026-02-01T14:49:00.441Z[ host-image] Feb 01 14:48:59.791 INFO E| | ++++++++++++
109192026-02-01T14:49:01.665Z[ host-image] Feb 01 14:49:01.041 INFO E| warning: `phbl` (bin "phbl") generated 1 warning (run `cargo fix --bin "phbl" -p phbl` to apply 1 suggestion)
109202026-02-01T14:49:01.665Z[ host-image] Feb 01 14:49:01.041 INFO E| Finished `release` profile [optimized] target(s) in 35.42s
109212026-02-01T14:49:01.690Z[ host-image] Feb 01 14:49:01.060 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
109222026-02-01T14:49:01.745Z[ host-image] Feb 01 14:49:01.121 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.93.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
109232026-02-01T14:49:01.745Z[ host-image] Feb 01 14:49:01.121 INFO building ROM for gimlet
109242026-02-01T14:49:01.745Z[ host-image] Feb 01 14:49:01.121 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")
109252026-02-01T14:49:01.920Z[ host-image] Feb 01 14:49:01.296 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
109262026-02-01T14:49:01.944Z[ host-image] Feb 01 14:49:01.303 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`
109272026-02-01T14:49:01.969Z[ host-image] Feb 01 14:49:01.321 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
109282026-02-01T14:49:02.066Z[ host-image] Feb 01 14:49:01.442 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
109292026-02-01T14:49:02.091Z[ host-image] Feb 01 14:49:01.447 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`
109302026-02-01T14:49:02.289Z[ host-image] Feb 01 14:49:01.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
109312026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
109322026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
109332026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
109342026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
109352026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
109362026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
109372026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
109382026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
109392026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
109402026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
109412026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
109422026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.666 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
109432026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.666 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
109442026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.666 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
109452026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.666 INFO O| Info: ABL version: 0x100f5010
109462026-02-01T14:49:02.313Z[ host-image] Feb 01 14:49:01.667 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
109472026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109482026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109492026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109502026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109512026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109522026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109532026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109542026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109552026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109562026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109572026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109582026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109592026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109602026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109612026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109622026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109632026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109642026-02-01T14:49:02.314Z[ host-image] Feb 01 14:49:01.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109652026-02-01T14:49:02.339Z[ host-image] Feb 01 14:49:01.714 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109662026-02-01T14:49:02.339Z[ host-image] Feb 01 14:49:01.714 INFO building ROM for cosmo
109672026-02-01T14:49:02.339Z[ host-image] Feb 01 14:49:01.714 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")
109682026-02-01T14:49:02.479Z[ host-image] Feb 01 14:49:01.855 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
109692026-02-01T14:49:02.504Z[ host-image] Feb 01 14:49:01.859 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`
109702026-02-01T14:49:02.504Z[ host-image] Feb 01 14:49:01.873 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
109712026-02-01T14:49:02.606Z[ host-image] Feb 01 14:49:01.982 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
109722026-02-01T14:49:02.630Z[ host-image] Feb 01 14:49:01.986 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`
109732026-02-01T14:49:02.969Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
109742026-02-01T14:49:02.969Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
109752026-02-01T14:49:02.969Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
109762026-02-01T14:49:02.969Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
109772026-02-01T14:49:02.969Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109782026-02-01T14:49:02.969Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109792026-02-01T14:49:02.969Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109802026-02-01T14:49:02.969Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
109812026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
109822026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
109832026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
109842026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109852026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109862026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109872026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109882026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109892026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
109902026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109912026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
109922026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
109932026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109942026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109952026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
109962026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109972026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
109982026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
109992026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
110002026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110012026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
110022026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110032026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
110042026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
110052026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
110062026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110072026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
110082026-02-01T14:49:02.995Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
110092026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
110102026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
110112026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
110122026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
110132026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
110142026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
110152026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
110162026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
110172026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
110182026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110192026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
110202026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
110212026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
110222026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
110232026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
110242026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
110252026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
110262026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.348 INFO O| Info: ABL version: 0x1007f011
110272026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.348 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
110282026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.348 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
110292026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
110302026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110312026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110322026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110332026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110342026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110352026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110362026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110372026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110382026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110392026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110402026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110412026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110422026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110432026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110442026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110452026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110462026-02-01T14:49:02.996Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110472026-02-01T14:49:02.997Z[ host-image] Feb 01 14:49:02.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110482026-02-01T14:49:02.997Z[ host-image] Feb 01 14:49:02.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110492026-02-01T14:49:03.024Z[ host-image] Feb 01 14:49:02.400 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110502026-02-01T14:49:03.024Z[ host-image] Feb 01 14:49:02.400 INFO finishing image archive at "/work/os-host/os.tar.gz"...
110512026-02-01T14:49:16.653Z[ host-image] Feb 01 14:49:16.029 INFO image complete! materials are in "/work/os-host"
110522026-02-01T14:49:17.627Z[ host-image]
110532026-02-01T14:49:17.651Z[ host-image] real 27:28.333933049
110542026-02-01T14:49:17.651Z[ host-image] user 16:37.314924139
110552026-02-01T14:49:17.651Z[ host-image] sys 1:48.597291413
110562026-02-01T14:49:17.651Z[ host-image] trap 0.897490115
110572026-02-01T14:49:17.651Z[ host-image] tflt 0.148285492
110582026-02-01T14:49:17.651Z[ host-image] dflt 11.971661026
110592026-02-01T14:49:17.652Z[ host-image] kflt 0.019238907
110602026-02-01T14:49:17.652Z[ host-image] lock 33:10.013006540
110612026-02-01T14:49:17.652Z[ host-image] slp 2:39:53.320132056
110622026-02-01T14:49:17.652ZFeb 01 14:49:17.004 INFO [host-image] process exited with exit status: 0 (1649.311174069s)
110632026-02-01T14:49:17.652Z[ host-image] lat 7:47.143576043
110642026-02-01T14:49:17.652Z[ host-image] stop 2.883482194
110652026-02-01T14:49:17.652ZFeb 01 14:49:17.005 INFO [tuf-repo] running task
110662026-02-01T14:49:44.207ZFeb 01 14:49:43.583 INFO assembling repository in `/tmp/tufaceousiRrYEH`, component: OmicronRepoAssembler
110672026-02-01T14:49:52.595ZFeb 01 14:49:51.972 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
110682026-02-01T14:49:52.935ZFeb 01 14:49:52.312 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
110692026-02-01T14:50:27.799ZFeb 01 14:50:27.176 INFO extracting uploaded archive to /tmp/.tmpVveYE8
110702026-02-01T14:50:31.471ZFeb 01 14:50:30.848 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.sZHAwx
110712026-02-01T14:50:31.584ZFeb 01 14:50:30.961 INFO added artifact, length: 6507436, hash: e4cce66084f099e6506c99e018ca20491111c622f25249321d293a31b63254e5, version: 1.0.58, kind: gimlet_sp, name: cosmo-a
110722026-02-01T14:50:31.815ZFeb 01 14:50:31.192 INFO added artifact, length: 6507328, hash: d06cf801b6ef119ee005313a3f920b482fd771a6a94ceff4ac53d95870e7e068, version: 1.0.58, kind: gimlet_sp, name: cosmo-b
110732026-02-01T14:50:32.020ZFeb 01 14:50:31.397 INFO added artifact, length: 5474999, hash: 443404abfcc30462425df9c71d4435c44fa2cb1b82d814999e39d29ce4e1c658, version: 1.0.58, kind: gimlet_sp, name: gimlet-b
110742026-02-01T14:50:32.217ZFeb 01 14:50:31.593 INFO added artifact, length: 5477235, hash: 7dad7a70f0048be78ace484de2a71fdbd5fcb0c503fe4385fe7809304552ee0d, version: 1.0.58, kind: gimlet_sp, name: gimlet-c
110752026-02-01T14:50:32.417ZFeb 01 14:50:31.794 INFO added artifact, length: 5465917, hash: 34e948af4e1e3ef0148d662f79d55e3fe02833129060d4c31a3db1da17f5a25a, version: 1.0.58, kind: gimlet_sp, name: gimlet-d
110762026-02-01T14:50:32.622ZFeb 01 14:50:31.999 INFO added artifact, length: 5465953, hash: 595b409d1d106ce3fb05d32ed7209618d089b1d2007b4138b435375abeacb49b, version: 1.0.58, kind: gimlet_sp, name: gimlet-e
110772026-02-01T14:50:32.819ZFeb 01 14:50:32.196 INFO added artifact, length: 5465974, hash: 0e3b73b53cbde05ab1287f75932f713e8fbc8f7b283b1f3b0f640f33271eb8e2, version: 1.0.58, kind: gimlet_sp, name: gimlet-f
110782026-02-01T14:50:33.046ZFeb 01 14:50:32.423 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
110792026-02-01T14:50:33.046ZFeb 01 14:50:32.423 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
110802026-02-01T14:50:33.178ZFeb 01 14:50:32.554 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
110812026-02-01T14:50:33.178ZFeb 01 14:50:32.554 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
110822026-02-01T14:50:33.316ZFeb 01 14:50:32.693 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110832026-02-01T14:50:33.316ZFeb 01 14:50:32.693 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110842026-02-01T14:50:33.452ZFeb 01 14:50:32.829 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
110852026-02-01T14:50:33.452ZFeb 01 14:50:32.829 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
110862026-02-01T14:50:33.587ZFeb 01 14:50:32.964 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110872026-02-01T14:50:33.587ZFeb 01 14:50:32.964 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110882026-02-01T14:50:33.717ZFeb 01 14:50:33.094 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
110892026-02-01T14:50:33.717ZFeb 01 14:50:33.094 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
110902026-02-01T14:50:33.850ZFeb 01 14:50:33.226 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
110912026-02-01T14:50:33.850ZFeb 01 14:50:33.227 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
110922026-02-01T14:50:33.874ZFeb 01 14:50:33.229 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
110932026-02-01T14:50:33.875ZFeb 01 14:50:33.230 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
110942026-02-01T14:50:33.875ZFeb 01 14:50:33.232 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
110952026-02-01T14:50:33.875ZFeb 01 14:50:33.233 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
110962026-02-01T14:50:33.875ZFeb 01 14:50:33.235 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
110972026-02-01T14:50:45.517ZFeb 01 14:50:44.893 INFO added artifact, length: 33554432, hash: e0f1a8b22d844e72300802ec8ce67a6a08811d7a312c180ca09c766f7ec2d8b7, version: 18.0.0-0.ci+git980086d2f41, kind: gimlet_host_phase_1, name: host
110982026-02-01T14:50:45.517ZFeb 01 14:50:44.893 INFO added artifact, length: 33554432, hash: e7720cd1dcc3b54f3acf4347c32cce470e1260a25cff6fedab1fa665da087424, version: 18.0.0-0.ci+git980086d2f41, kind: cosmo_host_phase_1, name: host
110992026-02-01T14:50:45.517ZFeb 01 14:50:44.893 INFO added artifact, length: 1101008896, hash: c54a541b5dce107a035886937c1d4c1a0577a0b40962d90a8476c5addc43b8c6, version: 18.0.0-0.ci+git980086d2f41, kind: host_phase_2, name: host
111002026-02-01T14:50:47.759ZFeb 01 14:50:47.135 INFO added artifact, length: 33554432, hash: 35fb49f13c88da68b3d2b8255ff6daf87d7d4c520d34d832c37b57256ed40b97, version: 18.0.0-0.ci+git980086d2f41, kind: gimlet_trampoline_phase_1, name: trampoline
111012026-02-01T14:50:47.759ZFeb 01 14:50:47.135 INFO added artifact, length: 33554432, hash: 5abdcfe7ab896780fbee992e335fe3203c4c9a2b89863b72b0b11d502d858800, version: 18.0.0-0.ci+git980086d2f41, kind: cosmo_trampoline_phase_1, name: trampoline
111022026-02-01T14:50:47.759ZFeb 01 14:50:47.135 INFO added artifact, length: 144115359, hash: 4def58f9fd6a73cd8a7f6df062619c1a989e24fbfea9ffe2e1f0ff35b9f6a5d0, version: 18.0.0-0.ci+git980086d2f41, kind: trampoline_phase_2, name: trampoline
111032026-02-01T14:50:52.103ZFeb 01 14:50:51.479 INFO added artifact, length: 305802126, hash: f85ebc1f49514e6e8c600e6922fdf3f3fe0ebe029544578ad7ce0cbc2bbcac1f, version: 18.0.0-0.ci+git980086d2f41, kind: zone, name: clickhouse_keeper
111042026-02-01T14:50:56.653ZFeb 01 14:50:56.030 INFO added artifact, length: 322910265, hash: 41c70b0dbf1dc230691870a8e5378b18efa77c2a84d3e91c09dba4441b50c1e7, version: 18.0.0-0.ci+git980086d2f41, kind: zone, name: clickhouse_server
111052026-02-01T14:51:01.210ZFeb 01 14:51:00.586 INFO added artifact, length: 322910376, hash: 348c2176fd5539978372ec7c8e5752aed90e4c02b4d9cce5101772605092e5b3, version: 18.0.0-0.ci+git980086d2f41, kind: zone, name: clickhouse
111062026-02-01T14:51:03.521ZFeb 01 14:51:02.898 INFO added artifact, length: 167936100, hash: 7aebdedf21513ba21e160f2bc96613c6671fc5b3452899bea1dfa98e325cbb57, version: 18.0.0-0.ci+git980086d2f41, kind: zone, name: cockroachdb
111072026-02-01T14:51:04.101ZFeb 01 14:51:03.478 INFO added artifact, length: 42149471, hash: 2c235d82faa051ab9ba3474f3c374d3fab1f7c15d130100e14219b54a7faa2df, version: 18.0.0-0.ci+git980086d2f41, kind: zone, name: crucible-pantry-zone
111082026-02-01T14:51:04.899ZFeb 01 14:51:04.275 INFO added artifact, length: 56626942, hash: 4593c29f94e88b0734bca929008847d92f3b5565ef02f093548f13aaa19946b4, version: 18.0.0-0.ci+git980086d2f41, kind: zone, name: crucible-zone
111092026-02-01T14:51:05.580ZFeb 01 14:51:04.956 INFO added artifact, length: 48366457, hash: 6f905eee9d31d35e20fd0aa9bbcc9684b21fe64605c27b256bc6a37d867c92a0, version: 18.0.0-0.ci+git980086d2f41, kind: zone, name: external-dns
111102026-02-01T14:51:06.251ZFeb 01 14:51:05.628 INFO added artifact, length: 48366055, hash: 2c6db4a9323796d80ddf9d5b6fe395dba1ef931ba7b5af7625466f81c2f65ca1, version: 18.0.0-0.ci+git980086d2f41, kind: zone, name: internal-dns
111112026-02-01T14:51:09.270ZFeb 01 14:51:08.646 INFO added artifact, length: 211085151, hash: e271a3911c3ea1f96ea7da42e61a71dd7272556b152a5c71cecc8fb9fd577e91, version: 18.0.0-0.ci+git980086d2f41, kind: zone, name: nexus
111122026-02-01T14:51:09.677ZFeb 01 14:51:09.053 INFO added artifact, length: 28905601, hash: a0fcc92e23ba7d499336160f519fc2bac89ad8ad211d8cbe09c638a0b421690e, version: 18.0.0-0.ci+git980086d2f41, kind: zone, name: ntp
111132026-02-01T14:51:10.599ZFeb 01 14:51:09.975 INFO added artifact, length: 64504712, hash: 26c9718910947809349e27375453021c5b5b536f7475034e23d7c2b3abbd1552, version: 18.0.0-0.ci+git980086d2f41, kind: zone, name: oximeter
111142026-02-01T14:51:10.642ZFeb 01 14:51:10.019 INFO added artifact, length: 3109590, hash: cf5ceb1840e9c52bb47dc5390370cab3331190c4e1fdac0ad60594b6bff03328, version: 18.0.0-0.ci+git980086d2f41, kind: zone, name: probe
111152026-02-01T14:51:10.667ZFeb 01 14:51:10.020 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
111162026-02-01T14:51:10.667ZFeb 01 14:51:10.020 INFO added artifact, length: 829, hash: 87db387d906ff96c24491e2d5e630565dab99b08f6ff8561dc5380b3f0e52be3, version: 1.0.58, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.58
111172026-02-01T14:51:10.667ZFeb 01 14:51:10.021 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
111182026-02-01T14:51:10.721ZFeb 01 14:51:10.097 INFO added artifact, length: 4131512, hash: e5aafb8910ec158e88bcfea15104eb690214b512692413ce0abb2592401f106d, version: 1.0.58, kind: psc_sp, name: psc-b
111192026-02-01T14:51:10.789ZFeb 01 14:51:10.166 INFO added artifact, length: 4134832, hash: 1ace8a47f887c0b982ffb536f0ff8dea2a11114efee5565a1df9b39e7e206d5b, version: 1.0.58, kind: psc_sp, name: psc-c
111202026-02-01T14:51:10.918ZFeb 01 14:51:10.294 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
111212026-02-01T14:51:10.918ZFeb 01 14:51:10.295 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
111222026-02-01T14:51:11.060ZFeb 01 14:51:10.436 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
111232026-02-01T14:51:11.060ZFeb 01 14:51:10.436 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
111242026-02-01T14:51:11.198ZFeb 01 14:51:10.575 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
111252026-02-01T14:51:11.198ZFeb 01 14:51:10.575 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
111262026-02-01T14:51:11.332ZFeb 01 14:51:10.709 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
111272026-02-01T14:51:11.356ZFeb 01 14:51:10.709 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
111282026-02-01T14:51:11.356ZFeb 01 14:51:10.711 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
111292026-02-01T14:51:11.357ZFeb 01 14:51:10.713 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
111302026-02-01T14:51:11.357ZFeb 01 14:51:10.715 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
111312026-02-01T14:51:11.465ZFeb 01 14:51:10.842 INFO added artifact, length: 6944467, hash: a5d4dbba7416745dd637bd8287ba89dae7af1ce47800261fee641ec9feaebee7, version: 1.0.58, kind: switch_sp, name: sidecar-b
111322026-02-01T14:51:11.712ZFeb 01 14:51:11.089 INFO added artifact, length: 6961173, hash: 4066246bc86a30dfe943471af1f57686eea8460082656daf16c0d787bdfb7077, version: 1.0.58, kind: switch_sp, name: sidecar-c
111332026-02-01T14:51:11.958ZFeb 01 14:51:11.335 INFO added artifact, length: 6961246, hash: 6a4fd1ca2319902f1f903f7b31a31af6e545abae5f147e740195bc0cd1f86852, version: 1.0.58, kind: switch_sp, name: sidecar-d
111342026-02-01T14:51:12.209ZFeb 01 14:51:11.585 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
111352026-02-01T14:51:12.209ZFeb 01 14:51:11.585 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
111362026-02-01T14:51:12.334ZFeb 01 14:51:11.711 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
111372026-02-01T14:51:12.334ZFeb 01 14:51:11.711 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
111382026-02-01T14:51:12.460ZFeb 01 14:51:11.837 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
111392026-02-01T14:51:12.460ZFeb 01 14:51:11.837 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
111402026-02-01T14:51:12.588ZFeb 01 14:51:11.965 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
111412026-02-01T14:51:12.613ZFeb 01 14:51:11.965 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
111422026-02-01T14:51:12.613ZFeb 01 14:51:11.967 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
111432026-02-01T14:51:12.613ZFeb 01 14:51:11.969 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
111442026-02-01T14:51:12.613ZFeb 01 14:51:11.971 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
111452026-02-01T14:51:12.613ZFeb 01 14:51:11.971 INFO added artifact, length: 924, hash: 16b64418322b168b45b26e9498f722110f11f075b14614a4d1fc50f03bae5702, version: 18.0.0-0.ci+git980086d2f41, kind: installinator_document, name: installinator_document
111462026-02-01T14:51:13.305ZFeb 01 14:51:12.682 INFO extracting uploaded archive to /tmp/.tmplKpTZE
111472026-02-01T14:51:17.167ZFeb 01 14:51:16.544 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.kR1SHA
111482026-02-01T14:51:17.269ZFeb 01 14:51:16.646 INFO added artifact, length: 6507436, hash: e4cce66084f099e6506c99e018ca20491111c622f25249321d293a31b63254e5, version: 1.0.58, kind: gimlet_sp, name: cosmo-a
111492026-02-01T14:51:17.496ZFeb 01 14:51:16.873 INFO added artifact, length: 6507328, hash: d06cf801b6ef119ee005313a3f920b482fd771a6a94ceff4ac53d95870e7e068, version: 1.0.58, kind: gimlet_sp, name: cosmo-b
111502026-02-01T14:51:17.713ZFeb 01 14:51:17.090 INFO added artifact, length: 5474999, hash: 443404abfcc30462425df9c71d4435c44fa2cb1b82d814999e39d29ce4e1c658, version: 1.0.58, kind: gimlet_sp, name: gimlet-b
111512026-02-01T14:51:17.915ZFeb 01 14:51:17.292 INFO added artifact, length: 5477235, hash: 7dad7a70f0048be78ace484de2a71fdbd5fcb0c503fe4385fe7809304552ee0d, version: 1.0.58, kind: gimlet_sp, name: gimlet-c
111522026-02-01T14:51:18.101ZFeb 01 14:51:17.478 INFO added artifact, length: 5465917, hash: 34e948af4e1e3ef0148d662f79d55e3fe02833129060d4c31a3db1da17f5a25a, version: 1.0.58, kind: gimlet_sp, name: gimlet-d
111532026-02-01T14:51:18.300ZFeb 01 14:51:17.677 INFO added artifact, length: 5465953, hash: 595b409d1d106ce3fb05d32ed7209618d089b1d2007b4138b435375abeacb49b, version: 1.0.58, kind: gimlet_sp, name: gimlet-e
111542026-02-01T14:51:18.486ZFeb 01 14:51:17.863 INFO added artifact, length: 5465974, hash: 0e3b73b53cbde05ab1287f75932f713e8fbc8f7b283b1f3b0f640f33271eb8e2, version: 1.0.58, kind: gimlet_sp, name: gimlet-f
111552026-02-01T14:51:18.716ZFeb 01 14:51:18.094 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
111562026-02-01T14:51:18.717ZFeb 01 14:51:18.094 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
111572026-02-01T14:51:18.834ZFeb 01 14:51:18.210 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
111582026-02-01T14:51:18.834ZFeb 01 14:51:18.210 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
111592026-02-01T14:51:18.960ZFeb 01 14:51:18.337 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111602026-02-01T14:51:18.960ZFeb 01 14:51:18.337 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111612026-02-01T14:51:19.085ZFeb 01 14:51:18.462 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
111622026-02-01T14:51:19.085ZFeb 01 14:51:18.462 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
111632026-02-01T14:51:19.217ZFeb 01 14:51:18.593 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
111642026-02-01T14:51:19.217ZFeb 01 14:51:18.593 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
111652026-02-01T14:51:19.333ZFeb 01 14:51:18.710 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
111662026-02-01T14:51:19.333ZFeb 01 14:51:18.710 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
111672026-02-01T14:51:19.459ZFeb 01 14:51:18.836 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
111682026-02-01T14:51:19.459ZFeb 01 14:51:18.837 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
111692026-02-01T14:51:19.484ZFeb 01 14:51:18.838 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
111702026-02-01T14:51:19.484ZFeb 01 14:51:18.840 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
111712026-02-01T14:51:19.484ZFeb 01 14:51:18.841 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
111722026-02-01T14:51:19.484ZFeb 01 14:51:18.843 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
111732026-02-01T14:51:19.484ZFeb 01 14:51:18.844 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
111742026-02-01T14:51:31.151ZFeb 01 14:51:30.528 INFO added artifact, length: 33554432, hash: e0f1a8b22d844e72300802ec8ce67a6a08811d7a312c180ca09c766f7ec2d8b7, version: 18.0.0-0.ci+git980086d2f41, kind: gimlet_host_phase_1, name: host
111752026-02-01T14:51:31.151ZFeb 01 14:51:30.528 INFO added artifact, length: 33554432, hash: e7720cd1dcc3b54f3acf4347c32cce470e1260a25cff6fedab1fa665da087424, version: 18.0.0-0.ci+git980086d2f41, kind: cosmo_host_phase_1, name: host
111762026-02-01T14:51:31.176ZFeb 01 14:51:30.528 INFO added artifact, length: 1101008896, hash: c54a541b5dce107a035886937c1d4c1a0577a0b40962d90a8476c5addc43b8c6, version: 18.0.0-0.ci+git980086d2f41, kind: host_phase_2, name: host
111772026-02-01T14:51:33.288ZFeb 01 14:51:32.664 INFO added artifact, length: 33554432, hash: 35fb49f13c88da68b3d2b8255ff6daf87d7d4c520d34d832c37b57256ed40b97, version: 18.0.0-0.ci+git980086d2f41, kind: gimlet_trampoline_phase_1, name: trampoline
111782026-02-01T14:51:33.288ZFeb 01 14:51:32.664 INFO added artifact, length: 33554432, hash: 5abdcfe7ab896780fbee992e335fe3203c4c9a2b89863b72b0b11d502d858800, version: 18.0.0-0.ci+git980086d2f41, kind: cosmo_trampoline_phase_1, name: trampoline
111792026-02-01T14:51:33.288ZFeb 01 14:51:32.664 INFO added artifact, length: 144115359, hash: 4def58f9fd6a73cd8a7f6df062619c1a989e24fbfea9ffe2e1f0ff35b9f6a5d0, version: 18.0.0-0.ci+git980086d2f41, kind: trampoline_phase_2, name: trampoline
111802026-02-01T14:51:55.481ZFeb 01 14:51:54.858 INFO added artifact, length: 1679614570, hash: 6b97c22a07ffe07e282c30592f5ae41f74acb0087ffa7ff6b527712e67650cb6, version: 18.0.0-0.ci+git980086d2f41, kind: control_plane, name: control-plane
111812026-02-01T14:51:55.506ZFeb 01 14:51:54.859 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
111822026-02-01T14:51:55.506ZFeb 01 14:51:54.859 INFO added artifact, length: 829, hash: 87db387d906ff96c24491e2d5e630565dab99b08f6ff8561dc5380b3f0e52be3, version: 1.0.58, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.58
111832026-02-01T14:51:55.506ZFeb 01 14:51:54.860 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
111842026-02-01T14:51:55.558ZFeb 01 14:51:54.935 INFO added artifact, length: 4131512, hash: e5aafb8910ec158e88bcfea15104eb690214b512692413ce0abb2592401f106d, version: 1.0.58, kind: psc_sp, name: psc-b
111852026-02-01T14:51:55.633ZFeb 01 14:51:55.011 INFO added artifact, length: 4134832, hash: 1ace8a47f887c0b982ffb536f0ff8dea2a11114efee5565a1df9b39e7e206d5b, version: 1.0.58, kind: psc_sp, name: psc-c
111862026-02-01T14:51:55.757ZFeb 01 14:51:55.134 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
111872026-02-01T14:51:55.757ZFeb 01 14:51:55.134 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
111882026-02-01T14:51:55.878ZFeb 01 14:51:55.255 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
111892026-02-01T14:51:55.878ZFeb 01 14:51:55.256 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
111902026-02-01T14:51:56.017ZFeb 01 14:51:55.394 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
111912026-02-01T14:51:56.017ZFeb 01 14:51:55.394 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
111922026-02-01T14:51:56.144ZFeb 01 14:51:55.521 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
111932026-02-01T14:51:56.144ZFeb 01 14:51:55.521 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
111942026-02-01T14:51:56.168ZFeb 01 14:51:55.523 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
111952026-02-01T14:51:56.168ZFeb 01 14:51:55.524 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
111962026-02-01T14:51:56.168ZFeb 01 14:51:55.526 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
111972026-02-01T14:51:56.267ZFeb 01 14:51:55.645 INFO added artifact, length: 6944467, hash: a5d4dbba7416745dd637bd8287ba89dae7af1ce47800261fee641ec9feaebee7, version: 1.0.58, kind: switch_sp, name: sidecar-b
111982026-02-01T14:51:56.500ZFeb 01 14:51:55.878 INFO added artifact, length: 6961173, hash: 4066246bc86a30dfe943471af1f57686eea8460082656daf16c0d787bdfb7077, version: 1.0.58, kind: switch_sp, name: sidecar-c
111992026-02-01T14:51:56.740ZFeb 01 14:51:56.118 INFO added artifact, length: 6961246, hash: 6a4fd1ca2319902f1f903f7b31a31af6e545abae5f147e740195bc0cd1f86852, version: 1.0.58, kind: switch_sp, name: sidecar-d
112002026-02-01T14:51:56.991ZFeb 01 14:51:56.369 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112012026-02-01T14:51:56.991ZFeb 01 14:51:56.369 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112022026-02-01T14:51:57.127ZFeb 01 14:51:56.505 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112032026-02-01T14:51:57.127ZFeb 01 14:51:56.505 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112042026-02-01T14:51:57.266ZFeb 01 14:51:56.643 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112052026-02-01T14:51:57.266ZFeb 01 14:51:56.643 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112062026-02-01T14:51:57.400ZFeb 01 14:51:56.777 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112072026-02-01T14:51:57.400ZFeb 01 14:51:56.777 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112082026-02-01T14:51:57.424ZFeb 01 14:51:56.779 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112092026-02-01T14:51:57.424ZFeb 01 14:51:56.780 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112102026-02-01T14:51:57.424ZFeb 01 14:51:56.782 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112112026-02-01T14:51:57.424ZFeb 01 14:51:56.782 INFO added artifact, length: 924, hash: 16b64418322b168b45b26e9498f722110f11f075b14614a4d1fc50f03bae5702, version: 18.0.0-0.ci+git980086d2f41, kind: installinator_document, name: installinator_document
112122026-02-01T14:51:58.124ZFeb 01 14:51:57.501 INFO [tuf-repo] task succeeded (160.495963911s)
112132026-02-01T14:51:58.124ZFeb 01 14:51:57.501 INFO all jobs completed in 3337.999195551s
112142026-02-01T14:52:01.624Zprocess exited: duration 4109258 ms, exit code 0
 
112152026-02-01T14:52:01.711Zfound 41 output files
112162026-02-01T14:52:01.711Zuploading: /work/manifest.toml (17174 bytes)
112172026-02-01T14:52:02.853Zuploaded: /work/manifest.toml
112182026-02-01T14:52:02.853Zuploading: /work/repo.zip (2913570971 bytes)
112192026-02-01T14:55:57.569Zuploaded: /work/repo.zip
112202026-02-01T14:55:57.569Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112212026-02-01T14:55:58.624Zuploaded: /work/repo.zip.sha256.txt
112222026-02-01T14:55:58.624Zuploading: /work/helios.json (647 bytes)
112232026-02-01T14:55:59.717Zuploaded: /work/helios.json
112242026-02-01T14:55:59.717Zuploading: /work/incorporation.p5m (100324 bytes)
112252026-02-01T14:56:00.919Zuploaded: /work/incorporation.p5m
112262026-02-01T14:56:00.919Zuploading: /work/incorporation.p5p (122880 bytes)
112272026-02-01T14:56:02.122Zuploaded: /work/incorporation.p5p
112282026-02-01T14:56:02.122Zuploading: /work/helios-incorp.log (526 bytes)
112292026-02-01T14:56:03.215Zuploaded: /work/helios-incorp.log
112302026-02-01T14:56:03.215Zuploading: /work/helios-setup.log (73070 bytes)
112312026-02-01T14:56:04.418Zuploaded: /work/helios-setup.log
112322026-02-01T14:56:04.418Zuploading: /work/host-image.log (235502 bytes)
112332026-02-01T14:56:05.620Zuploaded: /work/host-image.log
112342026-02-01T14:56:05.620Zuploading: /work/host-package.log (34284 bytes)
112352026-02-01T14:56:06.780Zuploaded: /work/host-package.log
112362026-02-01T14:56:06.780Zuploading: /work/host-target.log (101 bytes)
112372026-02-01T14:56:07.873Zuploaded: /work/host-target.log
112382026-02-01T14:56:07.873Zuploading: /work/incorp-create.log (0 bytes)
112392026-02-01T14:56:08.943Zuploaded: /work/incorp-create.log
112402026-02-01T14:56:08.943Zuploading: /work/incorp-fmt.log (0 bytes)
112412026-02-01T14:56:10.014Zuploaded: /work/incorp-fmt.log
112422026-02-01T14:56:10.014Zuploading: /work/incorp-pkgsend.log (108 bytes)
112432026-02-01T14:56:11.107Zuploaded: /work/incorp-pkgsend.log
112442026-02-01T14:56:11.107Zuploading: /work/incorp-publisher.log (0 bytes)
112452026-02-01T14:56:12.177Zuploaded: /work/incorp-publisher.log
112462026-02-01T14:56:12.201Zuploading: /work/omicron-package.log (6649 bytes)
112472026-02-01T14:56:13.293Zuploaded: /work/omicron-package.log
112482026-02-01T14:56:13.293Zuploading: /work/recovery-image.log (604545 bytes)
112492026-02-01T14:56:14.545Zuploaded: /work/recovery-image.log
112502026-02-01T14:56:14.546Zuploading: /work/recovery-package.log (1771 bytes)
112512026-02-01T14:56:15.639Zuploaded: /work/recovery-package.log
112522026-02-01T14:56:15.639Zuploading: /work/recovery-target.log (98 bytes)
112532026-02-01T14:56:16.732Zuploaded: /work/recovery-target.log
112542026-02-01T14:56:16.755Zuploading: /work/stamp-clickhouse.log (117 bytes)
112552026-02-01T14:56:17.825Zuploaded: /work/stamp-clickhouse.log
112562026-02-01T14:56:17.825Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112572026-02-01T14:56:18.917Zuploaded: /work/stamp-clickhouse_keeper.log
112582026-02-01T14:56:18.941Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112592026-02-01T14:56:20.010Zuploaded: /work/stamp-clickhouse_server.log
112602026-02-01T14:56:20.010Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112612026-02-01T14:56:21.103Zuploaded: /work/stamp-cockroachdb.log
112622026-02-01T14:56:21.103Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112632026-02-01T14:56:22.196Zuploaded: /work/stamp-crucible-pantry-zone.log
112642026-02-01T14:56:22.220Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112652026-02-01T14:56:23.291Zuploaded: /work/stamp-crucible-utils.log
112662026-02-01T14:56:23.291Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112672026-02-01T14:56:24.384Zuploaded: /work/stamp-crucible-zone.log
112682026-02-01T14:56:24.433Zuploading: /work/stamp-external-dns.log (119 bytes)
112692026-02-01T14:56:25.481Zuploaded: /work/stamp-external-dns.log
112702026-02-01T14:56:25.481Zuploading: /work/stamp-installinator.log (103 bytes)
112712026-02-01T14:56:26.575Zuploaded: /work/stamp-installinator.log
112722026-02-01T14:56:26.575Zuploading: /work/stamp-internal-dns.log (119 bytes)
112732026-02-01T14:56:27.669Zuploaded: /work/stamp-internal-dns.log
112742026-02-01T14:56:27.669Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112752026-02-01T14:56:28.763Zuploaded: /work/stamp-mg-ddm-gz.log
112762026-02-01T14:56:28.763Zuploading: /work/stamp-nexus.log (112 bytes)
112772026-02-01T14:56:29.856Zuploaded: /work/stamp-nexus.log
112782026-02-01T14:56:29.856Zuploading: /work/stamp-ntp.log (110 bytes)
112792026-02-01T14:56:30.949Zuploaded: /work/stamp-ntp.log
112802026-02-01T14:56:30.949Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112812026-02-01T14:56:32.043Zuploaded: /work/stamp-omicron-sled-agent.log
112822026-02-01T14:56:32.043Zuploading: /work/stamp-overlay.log (114 bytes)
112832026-02-01T14:56:33.136Zuploaded: /work/stamp-overlay.log
112842026-02-01T14:56:33.136Zuploading: /work/stamp-oximeter.log (115 bytes)
112852026-02-01T14:56:34.228Zuploaded: /work/stamp-oximeter.log
112862026-02-01T14:56:34.229Zuploading: /work/stamp-oxlog.log (109 bytes)
112872026-02-01T14:56:35.320Zuploaded: /work/stamp-oxlog.log
112882026-02-01T14:56:35.320Zuploading: /work/stamp-probe.log (112 bytes)
112892026-02-01T14:56:36.413Zuploaded: /work/stamp-probe.log
112902026-02-01T14:56:36.413Zuploading: /work/stamp-propolis-server.log (122 bytes)
112912026-02-01T14:56:37.505Zuploaded: /work/stamp-propolis-server.log
112922026-02-01T14:56:37.505Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112932026-02-01T14:56:38.599Zuploaded: /work/stamp-pumpkind-gz.log
112942026-02-01T14:56:38.599Zuploading: /work/stamp-switch-asic.log (118 bytes)
112952026-02-01T14:56:39.692Zuploaded: /work/stamp-switch-asic.log
112962026-02-01T14:56:39.692Zuploading: /work/verify-libraries.log (12994 bytes)
112972026-02-01T14:56:40.829Zuploaded: /work/verify-libraries.log