01KJKA6TGX7W2FVGH8P6F4G3CH: 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: 01KJKA75S6R65XNGKM2D6MCM0W

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-28T23:44:52.199Zjob assigned to worker 01KJKA77GQA9P5NK7XFXBPV9EB [factory gimlet-EVT22200007-propolis, EVT22200007/59757] (queued for 27 s)
 
22026-02-28T23:45:00.836Zstarting task 0: "setup"
32026-02-28T23:45:00.860Z++ uname -s
42026-02-28T23:45:00.860Z+ kern=SunOS
52026-02-28T23:45:00.860Z+ build_user=build
62026-02-28T23:45:00.860Z+ build_uid=12345
72026-02-28T23:45:00.860Z+ work_dir=/work
82026-02-28T23:45:00.860Z+ input_dir=/input
92026-02-28T23:45:00.860Z+ [[ 0 == 12345 ]]
102026-02-28T23:45:00.860Z+ case "$kern" in
112026-02-28T23:45:00.861Z+ groupadd -g 12345 build
122026-02-28T23:45:00.861Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-28T23:45:02.857Z+ zfs create -o mountpoint=/work rpool/work
142026-02-28T23:45:03.334Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-28T23:45:03.334Z+ home_fs=zfs
162026-02-28T23:45:03.334Z+ [[ zfs == autofs ]]
172026-02-28T23:45:03.334Z+ mkdir -p /home/build
182026-02-28T23:45:03.334Z+ chown build:build /home/build /work
192026-02-28T23:45:04.899Z+ chmod 0700 /home/build /work
202026-02-28T23:45:04.925Zprocess exited: duration 4070 ms, exit code 0
 
212026-02-28T23:45:04.976Zstarting task 1: "rust-toolchain"
222026-02-28T23:45:05.001Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-28T23:45:05.001Z * rust toolchain channel = "1.91.1"
242026-02-28T23:45:05.001Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-02-28T23:45:05.001Z * rust toolchain profile = "default"
262026-02-28T23:45:05.001Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-28T23:45:05.001Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-28T23:45:05.001Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-28T23:45:05.001Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-28T23:45:05.123Zinfo: downloading installer
312026-02-28T23:45:06.515Zwarn: It looks like you have an existing installation of Rust at:
322026-02-28T23:45:06.515Zwarn: /opt/ooce/bin
332026-02-28T23:45:06.515Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-28T23:45:06.515Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-28T23:45:06.515Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-28T23:45:06.515Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-28T23:45:06.515Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-28T23:45:06.515Zerror: cannot install while Rust is installed
392026-02-28T23:45:06.515Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-28T23:45:06.541Zinfo: profile set to 'default'
412026-02-28T23:45:06.541Zinfo: default host triple is x86_64-unknown-illumos
422026-02-28T23:45:06.541Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-28T23:45:06.669Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-28T23:45:06.669Zinfo: downloading component 'cargo'
452026-02-28T23:45:06.928Zinfo: downloading component 'clippy'
462026-02-28T23:45:07.043Zinfo: downloading component 'rust-docs'
472026-02-28T23:45:07.445Zinfo: downloading component 'rust-std'
482026-02-28T23:45:08.167Zinfo: downloading component 'rustc'
492026-02-28T23:45:12.705Zinfo: downloading component 'rustfmt'
502026-02-28T23:45:12.796Zinfo: installing component 'cargo'
512026-02-28T23:45:13.982Zinfo: installing component 'clippy'
522026-02-28T23:45:14.435Zinfo: installing component 'rust-docs'
532026-02-28T23:45:17.876Zinfo: installing component 'rust-std'
542026-02-28T23:45:20.066Zinfo: installing component 'rustc'
552026-02-28T23:45:28.192Zinfo: installing component 'rustfmt'
562026-02-28T23:45:28.601Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-28T23:45:28.601Z
582026-02-28T23:45:28.773Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-28T23:45:28.773Z
602026-02-28T23:45:28.799Z
612026-02-28T23:45:28.800ZRust is installed now. Great!
622026-02-28T23:45:28.800Z
632026-02-28T23:45:28.800ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-28T23:45:28.800Zenvironment variable. This has not been done automatically.
652026-02-28T23:45:28.800Z
662026-02-28T23:45:28.800ZTo configure your current shell, you need to source
672026-02-28T23:45:28.800Zthe corresponding env file under $HOME/.cargo.
682026-02-28T23:45:28.800Z
692026-02-28T23:45:28.800ZThis is usually done by running one of the following (note the leading DOT):
702026-02-28T23:45:28.800Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-28T23:45:28.800Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-28T23:45:28.800Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-28T23:45:28.902Z+ rustup --version
742026-02-28T23:45:28.926Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-28T23:45:28.926Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-28T23:45:29.055Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-28T23:45:29.079Z+ cargo --version
782026-02-28T23:45:29.165Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-28T23:45:29.190Z+ rustc --version
802026-02-28T23:45:29.261Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-28T23:45:29.286Zprocess exited: duration 24291 ms, exit code 0
 
822026-02-28T23:45:29.337Zstarting task 2: "authentication"
832026-02-28T23:45:29.393Zprocess exited: duration 57 ms, exit code 0
 
842026-02-28T23:45:29.441Zstarting task 3: "clone repository"
852026-02-28T23:45:29.466Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-28T23:45:29.466Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-28T23:45:29.490ZCloning into '/work/oxidecomputer/omicron'...
882026-02-28T23:45:45.591Z+ cd /work/oxidecomputer/omicron
892026-02-28T23:45:45.591Z+ git fetch origin ac5ccbc67567ebd033de0b8627f30d8b5a07ce03
902026-02-28T23:45:46.002ZFrom https://github.com/oxidecomputer/omicron
912026-02-28T23:45:46.002Z * branch ac5ccbc67567ebd033de0b8627f30d8b5a07ce03 -> FETCH_HEAD
922026-02-28T23:45:46.026Z+ [[ -n sunshowers/spr/dropshot-apis-update-dropshot-api-manager-to-050 ]]
932026-02-28T23:45:46.026Z++ git branch --show-current
942026-02-28T23:45:46.026Z+ current=main
952026-02-28T23:45:46.026Z+ [[ main != sunshowers/spr/dropshot-apis-update-dropshot-api-manager-to-050 ]]
962026-02-28T23:45:46.026Z+ git branch -f sunshowers/spr/dropshot-apis-update-dropshot-api-manager-to-050 ac5ccbc67567ebd033de0b8627f30d8b5a07ce03
972026-02-28T23:45:46.026Z+ git checkout -f sunshowers/spr/dropshot-apis-update-dropshot-api-manager-to-050
982026-02-28T23:45:46.429ZSwitched to branch 'sunshowers/spr/dropshot-apis-update-dropshot-api-manager-to-050'
992026-02-28T23:45:46.453Z+ git reset --hard ac5ccbc67567ebd033de0b8627f30d8b5a07ce03
1002026-02-28T23:45:46.478ZHEAD is now at ac5ccbc67 update to 0.5.2 with parallel drop
1012026-02-28T23:45:46.478Zprocess exited: duration 17018 ms, exit code 0
 
1022026-02-28T23:45:46.527Zstarting task 4: "build"
1032026-02-28T23:45:46.552Z+ source .github/buildomat/ci-env.sh
1042026-02-28T23:45:46.552Z++ export CARGO_TERM_COLOR=always
1052026-02-28T23:45:46.552Z++ CARGO_TERM_COLOR=always
1062026-02-28T23:45:46.552Z+ cargo --version
1072026-02-28T23:45:46.637Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-28T23:45:46.662Z+ rustc --version
1092026-02-28T23:45:46.736Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-28T23:45:46.761Z+ cargo tree --locked
1112026-02-28T23:45:47.142Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-28T23:45:47.533Z Updating crates.io index
1132026-02-28T23:45:47.557Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-02-28T23:45:47.877Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-02-28T23:45:48.393Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162026-02-28T23:45:48.756Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1172026-02-28T23:45:49.135Z Updating git repository `https://github.com/oxidecomputer/propolis`
1182026-02-28T23:45:50.670Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-02-28T23:45:53.426Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-02-28T23:45:54.700Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-02-28T23:45:55.246Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222026-02-28T23:45:56.136Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1232026-02-28T23:45:56.849Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1242026-02-28T23:45:58.060Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-28T23:45:58.500Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-28T23:45:59.005Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-28T23:45:59.420Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-28T23:46:00.386Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-28T23:46:01.010Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-28T23:46:01.418Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-28T23:46:01.782Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-28T23:46:02.250Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-28T23:46:02.700Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-28T23:46:03.006Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-28T23:46:03.352Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-02-28T23:46:03.914Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-02-28T23:46:04.374Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-02-28T23:46:04.997Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-02-28T23:46:05.376Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-02-28T23:46:06.046Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-02-28T23:46:06.436Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-02-28T23:46:07.236Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1432026-02-28T23:46:07.796Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-02-28T23:46:08.196Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-02-28T23:46:08.687Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-02-28T23:46:09.081Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-02-28T23:46:09.556Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-02-28T23:46:09.950Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-02-28T23:46:10.362Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-02-28T23:46:10.713Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-02-28T23:46:11.366Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-02-28T23:46:25.890Z Downloading crates ...
1532026-02-28T23:46:26.011Z Downloaded async-bb8-diesel v0.2.1
1542026-02-28T23:46:26.036Z Downloaded bzip2-sys v0.1.13+1.0.8
1552026-02-28T23:46:26.061Z Downloaded constant_time_eq v0.3.1
1562026-02-28T23:46:26.061Z Downloaded derive_more v2.0.1
1572026-02-28T23:46:26.085Z Downloaded ecdsa v0.16.9
1582026-02-28T23:46:26.110Z Downloaded float-ord v0.3.2
1592026-02-28T23:46:26.110Z Downloaded errno v0.3.12
1602026-02-28T23:46:26.110Z Downloaded ff v0.13.0
1612026-02-28T23:46:26.134Z Downloaded flume v0.11.1
1622026-02-28T23:46:26.134Z Downloaded foreign-types-shared v0.1.1
1632026-02-28T23:46:26.159Z Downloaded icu_normalizer_data v1.5.0
1642026-02-28T23:46:26.159Z Downloaded globwalk v0.9.1
1652026-02-28T23:46:26.183Z Downloaded is_ci v1.2.0
1662026-02-28T23:46:26.183Z Downloaded ingot-macros v0.1.1
1672026-02-28T23:46:26.184Z Downloaded ident_case v1.0.1
1682026-02-28T23:46:26.208Z Downloaded itoa v1.0.11
1692026-02-28T23:46:26.208Z Downloaded libscf-sys v1.1.0
1702026-02-28T23:46:26.208Z Downloaded nonempty v0.12.0
1712026-02-28T23:46:26.209Z Downloaded maplit v1.0.2
1722026-02-28T23:46:26.234Z Downloaded oxnet v0.1.4
1732026-02-28T23:46:26.234Z Downloaded md5 v0.7.0
1742026-02-28T23:46:26.234Z Downloaded phf v0.11.2
1752026-02-28T23:46:26.259Z Downloaded num-iter v0.1.45
1762026-02-28T23:46:26.259Z Downloaded number_prefix v0.4.0
1772026-02-28T23:46:26.259Z Downloaded proc-macro-error-attr v1.0.4
1782026-02-28T23:46:26.259Z Downloaded parse-size v1.1.0
1792026-02-28T23:46:26.284Z Downloaded pin-utils v0.1.0
1802026-02-28T23:46:26.284Z Downloaded radium v0.7.0
1812026-02-28T23:46:26.285Z Downloaded phf_shared v0.12.1
1822026-02-28T23:46:26.285Z Downloaded predicates-tree v1.0.12
1832026-02-28T23:46:26.310Z Downloaded russh-cryptovec v0.7.3
1842026-02-28T23:46:26.310Z Downloaded progenitor-client v0.11.2
1852026-02-28T23:46:26.310Z Downloaded progenitor-client v0.10.0
1862026-02-28T23:46:26.310Z Downloaded progenitor-macro v0.8.0
1872026-02-28T23:46:26.334Z Downloaded psl-types v2.0.11
1882026-02-28T23:46:26.335Z Downloaded scroll v0.13.0
1892026-02-28T23:46:26.335Z Downloaded rtoolbox v0.0.2
1902026-02-28T23:46:26.335Z Downloaded rustc_version v0.1.7
1912026-02-28T23:46:26.335Z Downloaded rustc_version v0.4.1
1922026-02-28T23:46:26.359Z Downloaded ref-cast-impl v1.0.25
1932026-02-28T23:46:26.359Z Downloaded scheduled-thread-pool v0.2.7
1942026-02-28T23:46:26.359Z Downloaded serde_spanned v1.0.4
1952026-02-28T23:46:26.359Z Downloaded serde_spanned v0.6.9
1962026-02-28T23:46:26.359Z Downloaded shell-words v1.1.0
1972026-02-28T23:46:26.359Z Downloaded signal-hook-mio v0.2.4
1982026-02-28T23:46:26.385Z Downloaded slog-envlogger v2.2.0
1992026-02-28T23:46:26.385Z Downloaded ssh-cipher v0.2.0
2002026-02-28T23:46:26.385Z Downloaded structmeta-derive v0.3.0
2012026-02-28T23:46:26.385Z Downloaded siphasher v1.0.1
2022026-02-28T23:46:26.385Z Downloaded subtle v2.6.1
2032026-02-28T23:46:26.410Z Downloaded swrite v0.1.0
2042026-02-28T23:46:26.411Z Downloaded target-triple v0.1.3
2052026-02-28T23:46:26.411Z Downloaded sync_wrapper v1.0.1
2062026-02-28T23:46:26.411Z Downloaded signal-hook v0.3.18
2072026-02-28T23:46:26.411Z Downloaded tagptr v0.2.0
2082026-02-28T23:46:26.436Z Downloaded tls_codec_derive v0.4.1
2092026-02-28T23:46:26.436Z Downloaded testing_table v0.3.0
2102026-02-28T23:46:26.436Z Downloaded tempfile v3.24.0
2112026-02-28T23:46:26.436Z Downloaded unarray v0.1.4
2122026-02-28T23:46:26.436Z Downloaded time-core v0.1.8
2132026-02-28T23:46:26.460Z Downloaded tower-service v0.3.3
2142026-02-28T23:46:26.460Z Downloaded usdt v0.5.0
2152026-02-28T23:46:26.460Z Downloaded toml_datetime v0.6.11
2162026-02-28T23:46:26.460Z Downloaded tower-layer v0.3.3
2172026-02-28T23:46:26.460Z Downloaded tokio-rustls v0.25.0
2182026-02-28T23:46:26.460Z Downloaded unicode-truncate v1.1.0
2192026-02-28T23:46:26.460Z Downloaded xshell v0.2.7
2202026-02-28T23:46:26.460Z Downloaded toml_write v0.1.2
2212026-02-28T23:46:26.460Z Downloaded unit-prefix v0.5.1
2222026-02-28T23:46:26.486Z Downloaded typify-macro v0.6.1
2232026-02-28T23:46:26.486Z Downloaded term v1.1.0
2242026-02-28T23:46:26.486Z Downloaded value-bag v1.12.0
2252026-02-28T23:46:26.486Z Downloaded zerovec-derive v0.10.3
2262026-02-28T23:46:26.486Z Downloaded utf-8 v0.7.6
2272026-02-28T23:46:26.486Z Downloaded rpassword v7.4.0
2282026-02-28T23:46:26.511Z Downloaded zerofrom-derive v0.1.4
2292026-02-28T23:46:26.511Z Downloaded typify v0.4.3
2302026-02-28T23:46:26.511Z Downloaded zone_cfg_derive v0.1.2
2312026-02-28T23:46:26.511Z Downloaded zone v0.3.1
2322026-02-28T23:46:26.511Z Downloaded zone_cfg_derive v0.3.0
2332026-02-28T23:46:26.512Z Downloaded wyz v0.5.1
2342026-02-28T23:46:26.512Z Downloaded zmij v1.0.15
2352026-02-28T23:46:26.512Z Downloaded zeroize_derive v1.4.2
2362026-02-28T23:46:26.512Z Downloaded vsss-rs v3.3.4
2372026-02-28T23:46:26.512Z Downloaded zerocopy-derive v0.7.35
2382026-02-28T23:46:26.537Z Downloaded yasna v0.5.2
2392026-02-28T23:46:26.537Z Downloaded zstd-safe v7.2.3
2402026-02-28T23:46:26.537Z Downloaded zeroize v1.8.1
2412026-02-28T23:46:26.537Z Downloaded zstd v0.13.3
2422026-02-28T23:46:26.537Z Downloaded zip v4.2.0
2432026-02-28T23:46:26.562Z Downloaded vergen-gitcl v1.0.8
2442026-02-28T23:46:26.562Z Downloaded time v0.3.47
2452026-02-28T23:46:26.562Z Downloaded zerovec v0.10.4
2462026-02-28T23:46:26.586Z Downloaded zopfli v0.8.1
2472026-02-28T23:46:26.586Z Downloaded petgraph v0.6.5
2482026-02-28T23:46:26.612Z Downloaded zerocopy-derive v0.8.27
2492026-02-28T23:46:26.637Z Downloaded vcpkg v0.2.15
2502026-02-28T23:46:26.691Z Downloaded webpki-roots v1.0.1
2512026-02-28T23:46:26.715Z Downloaded unicode-width v0.2.0
2522026-02-28T23:46:26.715Z Downloaded dropshot v0.16.7
2532026-02-28T23:46:26.739Z Downloaded zerocopy v0.7.35
2542026-02-28T23:46:26.764Z Downloaded tabled v0.15.0
2552026-02-28T23:46:26.764Z Downloaded zlib-rs v0.5.1
2562026-02-28T23:46:26.788Z Downloaded winnow v0.7.14
2572026-02-28T23:46:26.788Z Downloaded petgraph v0.8.2
2582026-02-28T23:46:26.812Z Downloaded tabled v0.18.0
2592026-02-28T23:46:26.836Z Downloaded syn v2.0.117
2602026-02-28T23:46:26.836Z Downloaded zerocopy v0.8.27
2612026-02-28T23:46:26.860Z Downloaded typify-impl v0.6.1
2622026-02-28T23:46:26.860Z Downloaded typify-impl v0.4.3
2632026-02-28T23:46:26.885Z Downloaded typify-impl v0.2.0
2642026-02-28T23:46:26.909Z Downloaded rustix v0.38.37
2652026-02-28T23:46:26.933Z Downloaded smoltcp v0.9.1
2662026-02-28T23:46:26.933Z Downloaded sqlparser v0.61.0
2672026-02-28T23:46:26.958Z Downloaded tabled v0.20.0
2682026-02-28T23:46:26.982Z Downloaded zerocopy-derive v0.6.6
2692026-02-28T23:46:26.982Z Downloaded ratatui v0.29.0
2702026-02-28T23:46:27.006Z Downloaded nix v0.30.1
2712026-02-28T23:46:27.030Z Downloaded nix v0.28.0
2722026-02-28T23:46:27.031Z Downloaded jiff v0.2.15
2732026-02-28T23:46:27.055Z Downloaded object v0.36.5
2742026-02-28T23:46:27.079Z Downloaded diesel v2.2.12
2752026-02-28T23:46:27.104Z Downloaded tower-http v0.6.8
2762026-02-28T23:46:27.104Z Downloaded polar-core v0.27.3
2772026-02-28T23:46:27.129Z Downloaded nix v0.29.0
2782026-02-28T23:46:27.129Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
2792026-02-28T23:46:27.154Z Downloaded libgit2-sys v0.18.2+1.9.1
2802026-02-28T23:46:27.209Z Downloaded tokio v1.49.0
2812026-02-28T23:46:27.255Z Downloaded csv v1.3.1
2822026-02-28T23:46:27.279Z Downloaded libz-sys v1.1.20
2832026-02-28T23:46:27.303Z Downloaded unicode-width v0.1.14
2842026-02-28T23:46:27.327Z Downloaded unicode-normalization v0.1.24
2852026-02-28T23:46:27.327Z Downloaded openssl v0.10.73
2862026-02-28T23:46:27.327Z Downloaded nix v0.27.1
2872026-02-28T23:46:27.351Z Downloaded tokio-util v0.7.15
2882026-02-28T23:46:27.352Z Downloaded sled v0.34.7
2892026-02-28T23:46:27.352Z Downloaded rustls-webpki v0.102.8
2902026-02-28T23:46:27.376Z Downloaded sha3 v0.10.8
2912026-02-28T23:46:27.400Z Downloaded object v0.30.4
2922026-02-28T23:46:27.400Z Downloaded unicode-segmentation v1.12.0
2932026-02-28T23:46:27.400Z Downloaded rustls-webpki v0.101.7
2942026-02-28T23:46:27.425Z Downloaded proptest v1.7.0
2952026-02-28T23:46:27.425Z Downloaded portable-atomic v1.11.0
2962026-02-28T23:46:27.449Z Downloaded rayon v1.10.0
2972026-02-28T23:46:27.449Z Downloaded tracing v0.1.40
2982026-02-28T23:46:27.449Z Downloaded serde_json v1.0.149
2992026-02-28T23:46:27.473Z Downloaded reqwest v0.13.2
3002026-02-28T23:46:27.473Z Downloaded zerocopy v0.6.6
3012026-02-28T23:46:27.473Z Downloaded winnow v0.6.26
3022026-02-28T23:46:27.473Z Downloaded winnow v0.5.40
3032026-02-28T23:46:27.498Z Downloaded typenum v1.17.0
3042026-02-28T23:46:27.498Z Downloaded rustix v1.1.3
3052026-02-28T23:46:27.522Z Downloaded ring v0.17.14
3062026-02-28T23:46:27.566Z Downloaded x509-cert v0.2.5
3072026-02-28T23:46:27.591Z Downloaded vte v0.11.1
3082026-02-28T23:46:27.591Z Downloaded tar v0.4.44
3092026-02-28T23:46:27.591Z Downloaded ssh-key v0.6.6
3102026-02-28T23:46:27.591Z Downloaded rustls v0.22.4
3112026-02-28T23:46:27.615Z Downloaded unicode-ident v1.0.24
3122026-02-28T23:46:27.615Z Downloaded httpmock v0.8.0-alpha.1
3132026-02-28T23:46:27.639Z Downloaded tough v0.20.0
3142026-02-28T23:46:27.663Z Downloaded yansi v1.0.1
3152026-02-28T23:46:27.663Z Downloaded unicode-bidi v0.3.17
3162026-02-28T23:46:27.663Z Downloaded rustls v0.23.37
3172026-02-28T23:46:27.688Z Downloaded regex-syntax v0.8.5
3182026-02-28T23:46:27.688Z Downloaded regex-automata v0.4.14
3192026-02-28T23:46:27.712Z Downloaded zip v0.6.6
3202026-02-28T23:46:27.712Z Downloaded unicode_categories v0.1.1
3212026-02-28T23:46:27.712Z Downloaded typed-path v0.9.3
3222026-02-28T23:46:27.736Z Downloaded smoltcp v0.11.0
3232026-02-28T23:46:27.736Z Downloaded regress v0.10.5
3242026-02-28T23:46:27.760Z Downloaded xz2 v0.1.7
3252026-02-28T23:46:27.760Z Downloaded usdt-impl v0.5.0
3262026-02-28T23:46:27.760Z Downloaded url v2.5.4
3272026-02-28T23:46:27.760Z Downloaded unsafe-libyaml v0.2.11
3282026-02-28T23:46:27.760Z Downloaded tower v0.5.2
3292026-02-28T23:46:27.785Z Downloaded textwrap v0.16.2
3302026-02-28T23:46:27.785Z Downloaded wait-timeout v0.2.0
3312026-02-28T23:46:27.785Z Downloaded vergen-lib v0.1.6
3322026-02-28T23:46:27.785Z Downloaded uuid v1.19.0
3332026-02-28T23:46:27.785Z Downloaded icu_properties_data v1.5.0
3342026-02-28T23:46:27.810Z Downloaded unicode-properties v0.1.3
3352026-02-28T23:46:27.810Z Downloaded yoke-derive v0.7.4
3362026-02-28T23:46:27.810Z Downloaded toml v0.7.8
3372026-02-28T23:46:27.810Z Downloaded yoke v0.7.4
3382026-02-28T23:46:27.810Z Downloaded usdt-impl v0.6.0
3392026-02-28T23:46:27.810Z Downloaded writeable v0.5.5
3402026-02-28T23:46:27.810Z Downloaded vergen v9.0.6
3412026-02-28T23:46:27.810Z Downloaded syn v1.0.109
3422026-02-28T23:46:27.834Z Downloaded whoami v1.5.2
3432026-02-28T23:46:27.834Z Downloaded typify v0.6.1
3442026-02-28T23:46:27.834Z Downloaded toml_parser v1.0.6+spec-1.1.0
3452026-02-28T23:46:27.835Z Downloaded tokio-rustls v0.26.0
3462026-02-28T23:46:27.835Z Downloaded zone v0.1.8
3472026-02-28T23:46:27.835Z Downloaded zerofrom v0.1.4
3482026-02-28T23:46:27.835Z Downloaded walkdir v2.5.0
3492026-02-28T23:46:27.835Z Downloaded vergen-git2 v1.0.7
3502026-02-28T23:46:27.859Z Downloaded uzers v0.12.1
3512026-02-28T23:46:27.859Z Downloaded textwrap v0.15.2
3522026-02-28T23:46:27.859Z Downloaded term v0.7.0
3532026-02-28T23:46:27.859Z Downloaded tinyvec v1.8.0
3542026-02-28T23:46:27.859Z Downloaded xshell-macros v0.2.7
3552026-02-28T23:46:27.859Z Downloaded xattr v1.3.1
3562026-02-28T23:46:27.859Z Downloaded write16 v1.0.0
3572026-02-28T23:46:27.859Z Downloaded want v0.3.1
3582026-02-28T23:46:27.859Z Downloaded waitgroup v0.1.2
3592026-02-28T23:46:27.859Z Downloaded void v1.0.2
3602026-02-28T23:46:27.859Z Downloaded utf8parse v0.2.2
3612026-02-28T23:46:27.859Z Downloaded utf16_iter v1.0.5
3622026-02-28T23:46:27.859Z Downloaded usdt-macro v0.6.0
3632026-02-28T23:46:27.883Z Downloaded usdt-macro v0.5.0
3642026-02-28T23:46:27.884Z Downloaded tungstenite v0.23.0
3652026-02-28T23:46:27.884Z Downloaded tracing-core v0.1.32
3662026-02-28T23:46:27.884Z Downloaded toml_edit v0.19.15
3672026-02-28T23:46:27.908Z Downloaded regex-syntax v0.6.29
3682026-02-28T23:46:27.908Z Downloaded twox-hash v2.1.0
3692026-02-28T23:46:27.908Z Downloaded tungstenite v0.21.0
3702026-02-28T23:46:27.908Z Downloaded toml_edit v0.22.27
3712026-02-28T23:46:27.933Z Downloaded tokio-postgres v0.7.13
3722026-02-28T23:46:27.933Z Downloaded vte_generate_state_changes v0.1.2
3732026-02-28T23:46:27.933Z Downloaded version_check v0.9.5
3742026-02-28T23:46:27.933Z Downloaded usdt-attr-macro v0.5.0
3752026-02-28T23:46:27.933Z Downloaded usdt v0.6.0
3762026-02-28T23:46:27.933Z Downloaded untrusted v0.9.0
3772026-02-28T23:46:27.933Z Downloaded untrusted v0.7.1
3782026-02-28T23:46:27.933Z Downloaded universal-hash v0.5.1
3792026-02-28T23:46:27.933Z Downloaded unicase v2.8.1
3802026-02-28T23:46:27.933Z Downloaded ucd-trie v0.1.7
3812026-02-28T23:46:27.933Z Downloaded typify v0.2.0
3822026-02-28T23:46:27.933Z Downloaded tui-tree-widget v0.23.1
3832026-02-28T23:46:27.933Z Downloaded trybuild v1.0.106
3842026-02-28T23:46:27.958Z Downloaded tracing-attributes v0.1.27
3852026-02-28T23:46:27.958Z Downloaded tokio-stream v0.1.17
3862026-02-28T23:46:27.958Z Downloaded utf8_iter v1.0.4
3872026-02-28T23:46:27.958Z Downloaded usdt-attr-macro v0.6.0
3882026-02-28T23:46:27.958Z Downloaded unicode-xid v0.2.6
3892026-02-28T23:46:27.958Z Downloaded typify-macro v0.4.3
3902026-02-28T23:46:27.958Z Downloaded typify-macro v0.2.0
3912026-02-28T23:46:27.958Z Downloaded toml v0.9.11+spec-1.1.0
3922026-02-28T23:46:27.958Z Downloaded tls_codec v0.4.1
3932026-02-28T23:46:27.958Z Downloaded rustls-webpki v0.103.9
3942026-02-28T23:46:27.982Z Downloaded pest v2.8.2
3952026-02-28T23:46:27.982Z Downloaded toml v0.8.23
3962026-02-28T23:46:27.982Z Downloaded tokio-tungstenite v0.23.1
3972026-02-28T23:46:27.982Z Downloaded tokio-tungstenite v0.21.0
3982026-02-28T23:46:27.982Z Downloaded thiserror v1.0.69
3992026-02-28T23:46:27.982Z Downloaded unicode-linebreak v0.1.5
4002026-02-28T23:46:27.982Z Downloaded trait-variant v0.1.2
4012026-02-28T23:46:28.007Z Downloaded tinystr v0.7.6
4022026-02-28T23:46:28.007Z Downloaded try-lock v0.2.5
4032026-02-28T23:46:28.007Z Downloaded toml_writer v1.0.6+spec-1.1.0
4042026-02-28T23:46:28.007Z Downloaded typeid v1.0.3
4052026-02-28T23:46:28.007Z Downloaded topological-sort v0.2.2
4062026-02-28T23:46:28.007Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4072026-02-28T23:46:28.007Z Downloaded tokio-rustls v0.24.1
4082026-02-28T23:46:28.007Z Downloaded tokio-dtrace v0.1.0
4092026-02-28T23:46:28.007Z Downloaded thiserror v2.0.18
4102026-02-28T23:46:28.007Z Downloaded tokio-native-tls v0.3.1
4112026-02-28T23:46:28.007Z Downloaded tokio-macros v2.6.0
4122026-02-28T23:46:28.007Z Downloaded tinytemplate v1.2.1
4132026-02-28T23:46:28.032Z Downloaded tiny-keccak v2.0.2
4142026-02-28T23:46:28.032Z Downloaded thiserror-impl v2.0.18
4152026-02-28T23:46:28.032Z Downloaded tinyvec_macros v0.1.1
4162026-02-28T23:46:28.032Z Downloaded time-macros v0.2.27
4172026-02-28T23:46:28.032Z Downloaded thread_local v1.1.8
4182026-02-28T23:46:28.032Z Downloaded thiserror-no-std v2.0.2
4192026-02-28T23:46:28.032Z Downloaded thiserror-impl v1.0.69
4202026-02-28T23:46:28.032Z Downloaded subprocess v0.2.9
4212026-02-28T23:46:28.032Z Downloaded radix_trie v0.2.1
4222026-02-28T23:46:28.057Z Downloaded thread-id v5.0.0
4232026-02-28T23:46:28.057Z Downloaded thiserror-impl-no-std v2.0.2
4242026-02-28T23:46:28.057Z Downloaded serde_with v3.16.1
4252026-02-28T23:46:28.057Z Downloaded quinn-proto v0.11.13
4262026-02-28T23:46:28.081Z Downloaded thread-id v4.2.2
4272026-02-28T23:46:28.081Z Downloaded strum_macros v0.24.3
4282026-02-28T23:46:28.081Z Downloaded serde_derive v1.0.228
4292026-02-28T23:46:28.081Z Downloaded rsa v0.9.8
4302026-02-28T23:46:28.081Z Downloaded ron v0.8.1
4312026-02-28T23:46:28.081Z Downloaded curve25519-dalek v4.1.3
4322026-02-28T23:46:28.106Z Downloaded test-strategy v0.4.3
4332026-02-28T23:46:28.106Z Downloaded terminal_size v0.4.0
4342026-02-28T23:46:28.106Z Downloaded sync-ptr v0.1.4
4352026-02-28T23:46:28.106Z Downloaded support-bundle-viewer v0.1.2
4362026-02-28T23:46:28.106Z Downloaded socket2 v0.6.1
4372026-02-28T23:46:28.106Z Downloaded rustls v0.21.12
4382026-02-28T23:46:28.130Z Downloaded hyper v1.8.1
4392026-02-28T23:46:28.130Z Downloaded target-spec v3.5.0
4402026-02-28T23:46:28.130Z Downloaded steno v0.4.1
4412026-02-28T23:46:28.130Z Downloaded regex v1.12.3
4422026-02-28T23:46:28.155Z Downloaded reedline v0.40.0
4432026-02-28T23:46:28.155Z Downloaded lzma-sys v0.1.20
4442026-02-28T23:46:28.179Z Downloaded termios v0.3.3
4452026-02-28T23:46:28.179Z Downloaded terminal_size v0.1.17
4462026-02-28T23:46:28.179Z Downloaded termcolor v1.4.1
4472026-02-28T23:46:28.203Z Downloaded target-lexicon v0.13.2
4482026-02-28T23:46:28.203Z Downloaded supports-color v3.0.2
4492026-02-28T23:46:28.203Z Downloaded spin v0.9.8
4502026-02-28T23:46:28.203Z Downloaded salty v0.3.0
4512026-02-28T23:46:28.203Z Downloaded quick-xml v0.37.2
4522026-02-28T23:46:28.203Z Downloaded termtree v0.5.1
4532026-02-28T23:46:28.203Z Downloaded tap v1.0.1
4542026-02-28T23:46:28.228Z Downloaded take_mut v0.2.2
4552026-02-28T23:46:28.228Z Downloaded tabled_derive v0.11.0
4562026-02-28T23:46:28.228Z Downloaded tabled_derive v0.10.0
4572026-02-28T23:46:28.228Z Downloaded strum v0.27.2
4582026-02-28T23:46:28.228Z Downloaded serde_core v1.0.228
4592026-02-28T23:46:28.228Z Downloaded serde_cbor v0.11.2
4602026-02-28T23:46:28.228Z Downloaded rustyline v14.0.0
4612026-02-28T23:46:28.228Z Downloaded rstest_macros v0.25.0
4622026-02-28T23:46:28.228Z Downloaded rstest v0.25.0
4632026-02-28T23:46:28.252Z Downloaded reqwest v0.12.28
4642026-02-28T23:46:28.252Z Downloaded qorb v0.4.1
4652026-02-28T23:46:28.252Z Downloaded tabwriter v1.4.0
4662026-02-28T23:46:28.252Z Downloaded tabled_derive v0.7.0
4672026-02-28T23:46:28.252Z Downloaded synstructure v0.13.1
4682026-02-28T23:46:28.252Z Downloaded spki v0.7.3
4692026-02-28T23:46:28.253Z Downloaded socket2 v0.5.10
4702026-02-28T23:46:28.277Z Downloaded snafu v0.8.5
4712026-02-28T23:46:28.277Z Downloaded smallvec v1.15.1
4722026-02-28T23:46:28.277Z Downloaded slog-dtrace v0.3.0
4732026-02-28T23:46:28.277Z Downloaded schemars v1.0.4
4742026-02-28T23:46:28.301Z Downloaded schemars v0.8.22
4752026-02-28T23:46:28.301Z Downloaded samael v0.0.19
4762026-02-28T23:46:28.301Z Downloaded publicsuffix v2.3.0
4772026-02-28T23:46:28.326Z Downloaded itertools v0.14.0
4782026-02-28T23:46:28.326Z Downloaded itertools v0.13.0
4792026-02-28T23:46:28.326Z Downloaded hashbrown v0.16.1
4802026-02-28T23:46:28.326Z Downloaded schemars v0.9.0
4812026-02-28T23:46:28.350Z Downloaded rustls-platform-verifier v0.6.2
4822026-02-28T23:46:28.350Z Downloaded rayon-core v1.12.1
4832026-02-28T23:46:28.350Z Downloaded rand_distr v0.5.1
4842026-02-28T23:46:28.374Z Downloaded petname v2.0.2
4852026-02-28T23:46:28.374Z Downloaded supports-hyperlinks v2.1.0
4862026-02-28T23:46:28.374Z Downloaded strum_macros v0.27.2
4872026-02-28T23:46:28.374Z Downloaded strum v0.26.3
4882026-02-28T23:46:28.374Z Downloaded strsim v0.11.1
4892026-02-28T23:46:28.374Z Downloaded sqlformat v0.3.5
4902026-02-28T23:46:28.374Z Downloaded smf v0.2.3
4912026-02-28T23:46:28.375Z Downloaded smallvec v0.6.14
4922026-02-28T23:46:28.375Z Downloaded slog-json v2.6.1
4932026-02-28T23:46:28.375Z Downloaded similar v2.7.0
4942026-02-28T23:46:28.399Z Downloaded russh v0.45.0
4952026-02-28T23:46:28.399Z Downloaded rand v0.9.2
4962026-02-28T23:46:28.399Z Downloaded supports-unicode v2.1.0
4972026-02-28T23:46:28.399Z Downloaded supports-color v2.1.0
4982026-02-28T23:46:28.399Z Downloaded stringmetrics v2.2.2
4992026-02-28T23:46:28.399Z Downloaded slog-term v2.9.2
5002026-02-28T23:46:28.399Z Downloaded slog v2.8.2
5012026-02-28T23:46:28.424Z Downloaded serde_yaml v0.9.34+deprecated
5022026-02-28T23:46:28.424Z Downloaded strum_macros v0.26.4
5032026-02-28T23:46:28.424Z Downloaded stringprep v0.1.5
5042026-02-28T23:46:28.424Z Downloaded string_cache v0.8.9
5052026-02-28T23:46:28.424Z Downloaded static_assertions v1.1.0
5062026-02-28T23:46:28.424Z Downloaded stacker v0.1.23
5072026-02-28T23:46:28.424Z Downloaded snafu-derive v0.8.5
5082026-02-28T23:46:28.424Z Downloaded serde_with_macros v3.16.1
5092026-02-28T23:46:28.424Z Downloaded semver v1.0.27
5102026-02-28T23:46:28.424Z Downloaded rcgen v0.12.1
5112026-02-28T23:46:28.424Z Downloaded itertools v0.12.1
5122026-02-28T23:46:28.449Z Downloaded structmeta v0.3.0
5132026-02-28T23:46:28.449Z Downloaded stable_deref_trait v1.2.0
5142026-02-28T23:46:28.449Z Downloaded ssh-encoding v0.2.0
5152026-02-28T23:46:28.449Z Downloaded slog-stdlog v4.1.1
5162026-02-28T23:46:28.449Z Downloaded slog-scope v4.4.0
5172026-02-28T23:46:28.449Z Downloaded slog-async v2.8.0
5182026-02-28T23:46:28.449Z Downloaded slab v0.4.9
5192026-02-28T23:46:28.449Z Downloaded similar-asserts v1.7.0
5202026-02-28T23:46:28.449Z Downloaded scroll v0.12.0
5212026-02-28T23:46:28.449Z Downloaded sigpipe v0.1.3
5222026-02-28T23:46:28.473Z Downloaded serde-untagged v0.1.7
5232026-02-28T23:46:28.473Z Downloaded ryu v1.0.18
5242026-02-28T23:46:28.473Z Downloaded rustls-pki-types v1.14.0
5252026-02-28T23:46:28.473Z Downloaded quinn v0.11.9
5262026-02-28T23:46:28.499Z Downloaded libxml v0.3.3
5272026-02-28T23:46:28.499Z Downloaded strip-ansi-escapes v0.2.0
5282026-02-28T23:46:28.499Z Downloaded sqlparser_derive v0.5.0
5292026-02-28T23:46:28.499Z Downloaded siphasher v0.3.11
5302026-02-28T23:46:28.499Z Downloaded simd-adler32 v0.3.7
5312026-02-28T23:46:28.499Z Downloaded signal-hook-registry v1.4.2
5322026-02-28T23:46:28.499Z Downloaded sha2 v0.10.9
5332026-02-28T23:46:28.499Z Downloaded sha1 v0.10.6
5342026-02-28T23:46:28.499Z Downloaded serde_urlencoded v0.7.1
5352026-02-28T23:46:28.499Z Downloaded serde_tokenstream v0.2.3
5362026-02-28T23:46:28.499Z Downloaded serde-hex v0.1.0
5372026-02-28T23:46:28.499Z Downloaded serde v1.0.228
5382026-02-28T23:46:28.524Z Downloaded sct v0.7.1
5392026-02-28T23:46:28.524Z Downloaded encoding_rs v0.8.34
5402026-02-28T23:46:28.550Z Downloaded smawk v0.3.2
5412026-02-28T23:46:28.550Z Downloaded signature v2.2.0
5422026-02-28T23:46:28.550Z Downloaded shlex v1.3.0
5432026-02-28T23:46:28.550Z Downloaded serde_regex v1.1.0
5442026-02-28T23:46:28.550Z Downloaded serde_path_to_error v0.1.20
5452026-02-28T23:46:28.550Z Downloaded serde_derive_internals v0.29.1
5462026-02-28T23:46:28.550Z Downloaded serde-big-array v0.5.1
5472026-02-28T23:46:28.550Z Downloaded seq-macro v0.3.6
5482026-02-28T23:46:28.550Z Downloaded semver v0.1.20
5492026-02-28T23:46:28.550Z Downloaded secrecy v0.10.3
5502026-02-28T23:46:28.550Z Downloaded schemars_derive v0.8.22
5512026-02-28T23:46:28.550Z Downloaded rusty-fork v0.3.0
5522026-02-28T23:46:28.575Z Downloaded russh-keys v0.45.0
5532026-02-28T23:46:28.575Z Downloaded ron v0.7.1
5542026-02-28T23:46:28.575Z Downloaded slog-bunyan v2.5.0
5552026-02-28T23:46:28.575Z Downloaded signal-hook-tokio v0.3.1
5562026-02-28T23:46:28.575Z Downloaded serde_repr v0.1.19
5572026-02-28T23:46:28.575Z Downloaded serde_bytes v0.11.19
5582026-02-28T23:46:28.575Z Downloaded serde-value v0.7.0
5592026-02-28T23:46:28.575Z Downloaded secrecy v0.8.0
5602026-02-28T23:46:28.575Z Downloaded sec1 v0.7.3
5612026-02-28T23:46:28.575Z Downloaded scroll_derive v0.12.0
5622026-02-28T23:46:28.575Z Downloaded scopeguard v1.2.0
5632026-02-28T23:46:28.575Z Downloaded progenitor-impl v0.13.0
5642026-02-28T23:46:28.600Z Downloaded proc-macro2 v1.0.106
5652026-02-28T23:46:28.600Z Downloaded rustversion v1.0.22
5662026-02-28T23:46:28.600Z Downloaded rustls-pemfile v2.2.0
5672026-02-28T23:46:28.600Z Downloaded rustls-pemfile v1.0.4
5682026-02-28T23:46:28.600Z Downloaded rand v0.8.5
5692026-02-28T23:46:28.600Z Downloaded pretty_assertions v1.4.1
5702026-02-28T23:46:28.600Z Downloaded scrypt v0.11.0
5712026-02-28T23:46:28.600Z Downloaded rustls-native-certs v0.8.1
5722026-02-28T23:46:28.600Z Downloaded rustc-demangle v0.1.24
5732026-02-28T23:46:28.600Z Downloaded rust-argon2 v2.1.0
5742026-02-28T23:46:28.626Z Downloaded libm v0.2.8
5752026-02-28T23:46:28.626Z Downloaded iddqd v0.3.16
5762026-02-28T23:46:28.626Z Downloaded serde_plain v1.0.2
5772026-02-28T23:46:28.626Z Downloaded salsa20 v0.10.2
5782026-02-28T23:46:28.626Z Downloaded resolv-conf v0.7.0
5792026-02-28T23:46:28.626Z Downloaded quinn-udp v0.5.5
5802026-02-28T23:46:28.652Z Downloaded prefix-trie v0.7.0
5812026-02-28T23:46:28.652Z Downloaded scroll_derive v0.13.1
5822026-02-28T23:46:28.652Z Downloaded same-file v1.0.6
5832026-02-28T23:46:28.652Z Downloaded rand_core v0.9.3
5842026-02-28T23:46:28.652Z Downloaded papergrid v0.17.0
5852026-02-28T23:46:28.652Z Downloaded sapling-renderdag v0.1.0
5862026-02-28T23:46:28.652Z Downloaded rfc6979 v0.4.0
5872026-02-28T23:46:28.652Z Downloaded quote v1.0.44
5882026-02-28T23:46:28.652Z Downloaded progenitor-impl v0.10.0
5892026-02-28T23:46:28.652Z Downloaded polling v3.7.3
5902026-02-28T23:46:28.676Z Downloaded memchr v2.7.4
5912026-02-28T23:46:28.676Z Downloaded rustc-hash v2.1.1
5922026-02-28T23:46:28.676Z Downloaded relative-path v1.9.3
5932026-02-28T23:46:28.676Z Downloaded rand_core v0.6.4
5942026-02-28T23:46:28.676Z Downloaded rand_chacha v0.9.0
5952026-02-28T23:46:28.677Z Downloaded rand_chacha v0.3.1
5962026-02-28T23:46:28.677Z Downloaded aws-lc-sys v0.37.1
5972026-02-28T23:46:28.977Z Downloaded r2d2 v0.8.10
5982026-02-28T23:46:29.002Z Downloaded quick-error v1.2.3
5992026-02-28T23:46:29.002Z Downloaded progenitor v0.13.0
6002026-02-28T23:46:29.002Z Downloaded progenitor v0.11.2
6012026-02-28T23:46:29.002Z Downloaded openssl-sys v0.9.109
6022026-02-28T23:46:29.002Z Downloaded openapiv3 v2.2.0
6032026-02-28T23:46:29.027Z Downloaded object v0.37.3
6042026-02-28T23:46:29.027Z Downloaded recursive v0.1.1
6052026-02-28T23:46:29.027Z Downloaded psm v0.1.30
6062026-02-28T23:46:29.027Z Downloaded parking_lot v0.12.3
6072026-02-28T23:46:29.027Z Downloaded ref-cast v1.0.25
6082026-02-28T23:46:29.027Z Downloaded rand_xorshift v0.4.0
6092026-02-28T23:46:29.051Z Downloaded rand_seeder v0.4.0
6102026-02-28T23:46:29.052Z Downloaded progenitor-impl v0.11.2
6112026-02-28T23:46:29.052Z Downloaded progenitor-client v0.13.0
6122026-02-28T23:46:29.052Z Downloaded progenitor v0.10.0
6132026-02-28T23:46:29.052Z Downloaded proc-macro-crate v3.2.0
6142026-02-28T23:46:29.052Z Downloaded pkcs1 v0.7.5
6152026-02-28T23:46:29.052Z Downloaded oso v0.27.3
6162026-02-28T23:46:29.052Z Downloaded recursive-proc-macro-impl v0.1.1
6172026-02-28T23:46:29.052Z Downloaded progenitor-macro v0.11.2
6182026-02-28T23:46:29.052Z Downloaded proc-macro-error2 v2.0.1
6192026-02-28T23:46:29.052Z Downloaded num-traits v0.2.19
6202026-02-28T23:46:29.052Z Downloaded memmap2 v0.9.8
6212026-02-28T23:46:29.076Z Downloaded libc v0.2.180
6222026-02-28T23:46:29.101Z Downloaded progenitor-macro v0.13.0
6232026-02-28T23:46:29.101Z Downloaded progenitor-macro v0.10.0
6242026-02-28T23:46:29.101Z Downloaded progenitor-impl v0.8.0
6252026-02-28T23:46:29.101Z Downloaded progenitor-extras v0.1.0
6262026-02-28T23:46:29.101Z Downloaded proc-macro-crate v1.3.1
6272026-02-28T23:46:29.125Z Downloaded primeorder v0.13.6
6282026-02-28T23:46:29.125Z Downloaded predicates-core v1.0.8
6292026-02-28T23:46:29.125Z Downloaded predicates v3.1.3
6302026-02-28T23:46:29.125Z Downloaded precomputed-hash v0.1.1
6312026-02-28T23:46:29.125Z Downloaded postgres-types v0.2.9
6322026-02-28T23:46:29.125Z Downloaded postcard v1.0.10
6332026-02-28T23:46:29.125Z Downloaded pkcs8 v0.10.2
6342026-02-28T23:46:29.125Z Downloaded pem v3.0.5
6352026-02-28T23:46:29.125Z Downloaded parking_lot v0.11.2
6362026-02-28T23:46:29.125Z Downloaded p384 v0.13.1
6372026-02-28T23:46:29.150Z Downloaded progenitor v0.8.0
6382026-02-28T23:46:29.150Z Downloaded proc-macro-error v1.0.4
6392026-02-28T23:46:29.150Z Downloaded jiff-static v0.2.15
6402026-02-28T23:46:29.150Z Downloaded progenitor-client v0.8.0
6412026-02-28T23:46:29.150Z Downloaded proc-macro-error-attr2 v2.0.0
6422026-02-28T23:46:29.150Z Downloaded pretty-hex v0.4.1
6432026-02-28T23:46:29.150Z Downloaded pretty-hex v0.2.1
6442026-02-28T23:46:29.150Z Downloaded postgres-protocol v0.6.8
6452026-02-28T23:46:29.150Z Downloaded polyval v0.6.2
6462026-02-28T23:46:29.150Z Downloaded pin-project v1.1.6
6472026-02-28T23:46:29.176Z Downloaded p521 v0.13.3
6482026-02-28T23:46:29.176Z Downloaded pin-project-lite v0.2.14
6492026-02-28T23:46:29.176Z Downloaded phf_shared v0.11.2
6502026-02-28T23:46:29.176Z Downloaded pbkdf2 v0.11.0
6512026-02-28T23:46:29.176Z Downloaded parking_lot_core v0.8.6
6522026-02-28T23:46:29.176Z Downloaded ppv-lite86 v0.2.20
6532026-02-28T23:46:29.176Z Downloaded powerfmt v0.2.0
6542026-02-28T23:46:29.176Z Downloaded poly1305 v0.8.0
6552026-02-28T23:46:29.202Z Downloaded plotters-svg v0.3.7
6562026-02-28T23:46:29.202Z Downloaded plain v0.2.3
6572026-02-28T23:46:29.202Z Downloaded pkg-config v0.3.31
6582026-02-28T23:46:29.202Z Downloaded pkcs5 v0.7.1
6592026-02-28T23:46:29.202Z Downloaded pin-project-internal v1.1.6
6602026-02-28T23:46:29.202Z Downloaded pem-rfc7468 v0.7.0
6612026-02-28T23:46:29.202Z Downloaded peg-macros v0.8.5
6622026-02-28T23:46:29.202Z Downloaded peg v0.8.5
6632026-02-28T23:46:29.202Z Downloaded path-tree v0.8.1
6642026-02-28T23:46:29.202Z Downloaded password-hash v0.5.0
6652026-02-28T23:46:29.202Z Downloaded parking_lot_core v0.9.10
6662026-02-28T23:46:29.202Z Downloaded nom v7.1.3
6672026-02-28T23:46:29.227Z Downloaded heapless v0.8.0
6682026-02-28T23:46:29.227Z Downloaded crossterm v0.29.0
6692026-02-28T23:46:29.227Z Downloaded plotters-backend v0.3.7
6702026-02-28T23:46:29.227Z Downloaded pest_meta v2.8.2
6712026-02-28T23:46:29.227Z Downloaded pest_generator v2.8.2
6722026-02-28T23:46:29.227Z Downloaded pest_derive v2.8.2
6732026-02-28T23:46:29.227Z Downloaded paste v1.0.15
6742026-02-28T23:46:29.251Z Downloaded papergrid v0.14.0
6752026-02-28T23:46:29.251Z Downloaded papergrid v0.11.0
6762026-02-28T23:46:29.251Z Downloaded p256 v0.13.2
6772026-02-28T23:46:29.251Z Downloaded num-bigint-dig v0.8.6
6782026-02-28T23:46:29.251Z Downloaded moka v0.12.10
6792026-02-28T23:46:29.275Z Downloaded phf v0.12.1
6802026-02-28T23:46:29.275Z Downloaded password-hash v0.4.2
6812026-02-28T23:46:29.275Z Downloaded partial-io v0.5.4
6822026-02-28T23:46:29.275Z Downloaded parse-display-derive v0.10.0
6832026-02-28T23:46:29.276Z Downloaded oxide-tokio-rt v0.1.2
6842026-02-28T23:46:29.276Z Downloaded owo-colors v3.5.0
6852026-02-28T23:46:29.276Z Downloaded num-bigint v0.4.6
6862026-02-28T23:46:29.300Z Downloaded knuffel v3.2.0
6872026-02-28T23:46:29.300Z Downloaded dropshot-api-manager v0.5.2
6882026-02-28T23:46:29.300Z Downloaded prettyplease v0.2.36
6892026-02-28T23:46:29.300Z Downloaded plotters v0.3.7
6902026-02-28T23:46:29.300Z Downloaded piper v0.2.4
6912026-02-28T23:46:29.324Z Downloaded percent-encoding v2.3.2
6922026-02-28T23:46:29.324Z Downloaded pbkdf2 v0.12.2
6932026-02-28T23:46:29.324Z Downloaded pathdiff v0.2.3
6942026-02-28T23:46:29.324Z Downloaded path-slash v0.1.5
6952026-02-28T23:46:29.325Z Downloaded packed_struct v0.10.1
6962026-02-28T23:46:29.325Z Downloaded ordered-float v2.10.1
6972026-02-28T23:46:29.325Z Downloaded num_enum v0.5.11
6982026-02-28T23:46:29.325Z Downloaded num-integer v0.1.46
6992026-02-28T23:46:29.325Z Downloaded minimal-lexical v0.2.1
7002026-02-28T23:46:29.325Z Downloaded peg-runtime v0.8.5
7012026-02-28T23:46:29.325Z Downloaded packed_struct_codegen v0.10.1
7022026-02-28T23:46:29.349Z Downloaded owo-colors v4.2.3
7032026-02-28T23:46:29.349Z Downloaded oso-derive v0.27.3
7042026-02-28T23:46:29.349Z Downloaded opaque-debug v0.3.1
7052026-02-28T23:46:29.349Z Downloaded omicron-zone-package v0.12.2
7062026-02-28T23:46:29.349Z Downloaded num-rational v0.4.2
7072026-02-28T23:46:29.349Z Downloaded der v0.7.10
7082026-02-28T23:46:29.349Z Downloaded parse-display v0.10.0
7092026-02-28T23:46:29.349Z Downloaded parking v2.2.1
7102026-02-28T23:46:29.349Z Downloaded once_cell v1.21.3
7112026-02-28T23:46:29.349Z Downloaded nu-ansi-term v0.50.1
7122026-02-28T23:46:29.373Z Downloaded mio v1.0.2
7132026-02-28T23:46:29.374Z Downloaded heapless v0.7.17
7142026-02-28T23:46:29.374Z Downloaded headers v0.4.1
7152026-02-28T23:46:29.374Z Downloaded darling_core v0.21.0
7162026-02-28T23:46:29.374Z Downloaded openssl-probe v0.1.5
7172026-02-28T23:46:29.374Z Downloaded openssl-macros v0.1.1
7182026-02-28T23:46:29.398Z Downloaded oorandom v11.1.4
7192026-02-28T23:46:29.398Z Downloaded olpc-cjson v0.1.4
7202026-02-28T23:46:29.398Z Downloaded num-derive v0.3.3
7212026-02-28T23:46:29.398Z Downloaded num-conv v0.2.0
7222026-02-28T23:46:29.398Z Downloaded num v0.4.3
7232026-02-28T23:46:29.398Z Downloaded newline-converter v0.3.0
7242026-02-28T23:46:29.398Z Downloaded native-tls v0.2.12
7252026-02-28T23:46:29.398Z Downloaded nanorand v0.7.0
7262026-02-28T23:46:29.398Z Downloaded miette-derive v5.10.0
7272026-02-28T23:46:29.398Z Downloaded num_threads v0.1.7
7282026-02-28T23:46:29.398Z Downloaded num_enum_derive v0.5.11
7292026-02-28T23:46:29.398Z Downloaded num-derive v0.4.2
7302026-02-28T23:46:29.398Z Downloaded num-complex v0.4.6
7312026-02-28T23:46:29.399Z Downloaded normalize-line-endings v0.3.0
7322026-02-28T23:46:29.399Z Downloaded nodrop v0.1.14
7332026-02-28T23:46:29.399Z Downloaded newtype-uuid-macros v0.1.0
7342026-02-28T23:46:29.399Z Downloaded new_debug_unreachable v1.0.6
7352026-02-28T23:46:29.399Z Downloaded multimap v0.10.1
7362026-02-28T23:46:29.423Z Downloaded miniz_oxide v0.8.5
7372026-02-28T23:46:29.423Z Downloaded mime_guess v2.0.5
7382026-02-28T23:46:29.423Z Downloaded mime v0.3.17
7392026-02-28T23:46:29.423Z Downloaded memmap v0.7.0
7402026-02-28T23:46:29.423Z Downloaded libsw v3.5.0
7412026-02-28T23:46:29.423Z Downloaded lalrpop v0.19.12
7422026-02-28T23:46:29.423Z Downloaded icu_provider v1.5.0
7432026-02-28T23:46:29.448Z Downloaded nibble_vec v0.1.0
7442026-02-28T23:46:29.448Z Downloaded nested v0.1.1
7452026-02-28T23:46:29.448Z Downloaded multer v3.1.0
7462026-02-28T23:46:29.448Z Downloaded memoffset v0.9.1
7472026-02-28T23:46:29.448Z Downloaded hickory-proto v0.24.4
7482026-02-28T23:46:29.473Z Downloaded newtype_derive v0.1.6
7492026-02-28T23:46:29.473Z Downloaded maybe-uninit v2.0.0
7502026-02-28T23:46:29.473Z Downloaded managed v0.8.0
7512026-02-28T23:46:29.473Z Downloaded macaddr v1.0.1
7522026-02-28T23:46:29.473Z Downloaded lru-cache v0.1.2
7532026-02-28T23:46:29.473Z Downloaded log v0.4.29
7542026-02-28T23:46:29.473Z Downloaded litrs v0.4.1
7552026-02-28T23:46:29.473Z Downloaded litemap v0.7.3
7562026-02-28T23:46:29.473Z Downloaded libz-rs-sys v0.5.1
7572026-02-28T23:46:29.473Z Downloaded libtest-mimic v0.8.1
7582026-02-28T23:46:29.473Z Downloaded libloading v0.8.5
7592026-02-28T23:46:29.473Z Downloaded darling_core v0.20.10
7602026-02-28T23:46:29.498Z Downloaded crossterm v0.28.1
7612026-02-28T23:46:29.498Z Downloaded const_format v0.2.34
7622026-02-28T23:46:29.498Z Downloaded md-5 v0.10.6
7632026-02-28T23:46:29.498Z Downloaded match_cfg v0.1.0
7642026-02-28T23:46:29.498Z Downloaded lzss v0.8.2
7652026-02-28T23:46:29.498Z Downloaded lru-slab v0.1.2
7662026-02-28T23:46:29.498Z Downloaded lru v0.12.5
7672026-02-28T23:46:29.498Z Downloaded lockfree-object-pool v0.1.6
7682026-02-28T23:46:29.523Z Downloaded lock_api v0.4.12
7692026-02-28T23:46:29.523Z Downloaded linked-hash-map v0.5.6
7702026-02-28T23:46:29.523Z Downloaded libsw-core v0.3.1
7712026-02-28T23:46:29.523Z Downloaded jobserver v0.1.32
7722026-02-28T23:46:29.523Z Downloaded iri-string v0.7.8
7732026-02-28T23:46:29.523Z Downloaded hickory-client v0.25.2
7742026-02-28T23:46:29.523Z Downloaded goblin v0.10.2
7752026-02-28T23:46:29.547Z Downloaded git2 v0.20.2
7762026-02-28T23:46:29.547Z Downloaded gimli v0.31.1
7772026-02-28T23:46:29.547Z Downloaded diff v0.1.13
7782026-02-28T23:46:29.571Z Downloaded diesel_derives v2.2.3
7792026-02-28T23:46:29.571Z Downloaded derive_more-impl v2.0.1
7802026-02-28T23:46:29.571Z Downloaded derive_more v0.99.20
7812026-02-28T23:46:29.572Z Downloaded linear-map v1.2.0
7822026-02-28T23:46:29.572Z Downloaded lazy_static v1.5.0
7832026-02-28T23:46:29.572Z Downloaded kv-log-macro v1.0.7
7842026-02-28T23:46:29.572Z Downloaded itertools v0.10.5
7852026-02-28T23:46:29.596Z Downloaded idna v1.0.3
7862026-02-28T23:46:29.596Z Downloaded hkdf v0.12.4
7872026-02-28T23:46:29.596Z Downloaded goblin v0.8.2
7882026-02-28T23:46:29.596Z Downloaded crc-any v2.5.0
7892026-02-28T23:46:29.596Z Downloaded const-oid v0.9.6
7902026-02-28T23:46:29.596Z Downloaded libefi-sys v0.1.0
7912026-02-28T23:46:29.596Z Downloaded lalrpop-util v0.19.12
7922026-02-28T23:46:29.621Z Downloaded kstat-rs v0.2.4
7932026-02-28T23:46:29.621Z Downloaded indicatif v0.18.0
7942026-02-28T23:46:29.621Z Downloaded indexmap v2.13.0
7952026-02-28T23:46:29.621Z Downloaded hyper-util v0.1.19
7962026-02-28T23:46:29.621Z Downloaded hickory-server v0.25.2
7972026-02-28T23:46:29.621Z Downloaded displaydoc v0.2.5
7982026-02-28T23:46:29.646Z Downloaded des v0.8.1
7992026-02-28T23:46:29.646Z Downloaded darling v0.21.0
8002026-02-28T23:46:29.646Z Downloaded clap_builder v4.5.48
8012026-02-28T23:46:29.646Z Downloaded newtype-uuid v1.3.2
8022026-02-28T23:46:29.646Z Downloaded miette v5.10.0
8032026-02-28T23:46:29.670Z Downloaded knuffel-derive v3.2.0
8042026-02-28T23:46:29.670Z Downloaded keccak v0.1.5
8052026-02-28T23:46:29.670Z Downloaded indoc v2.0.6
8062026-02-28T23:46:29.670Z Downloaded indexmap v1.9.3
8072026-02-28T23:46:29.670Z Downloaded icu_collections v1.5.0
8082026-02-28T23:46:29.670Z Downloaded httptest v0.16.3
8092026-02-28T23:46:29.670Z Downloaded hashbrown v0.15.4
8102026-02-28T23:46:29.694Z Downloaded hashbrown v0.14.5
8112026-02-28T23:46:29.694Z Downloaded hashbrown v0.12.3
8122026-02-28T23:46:29.694Z Downloaded h2 v0.4.6
8132026-02-28T23:46:29.694Z Downloaded guppy v0.17.20
8142026-02-28T23:46:29.720Z Downloaded derive_builder v0.20.2
8152026-02-28T23:46:29.720Z Downloaded cookie v0.18.1
8162026-02-28T23:46:29.720Z Downloaded is-terminal v0.4.13
8172026-02-28T23:46:29.720Z Downloaded ipnetwork v0.21.1
8182026-02-28T23:46:29.720Z Downloaded ipnet v2.11.0
8192026-02-28T23:46:29.720Z Downloaded instability v0.3.2
8202026-02-28T23:46:29.720Z Downloaded ingot-types v0.1.2
8212026-02-28T23:46:29.720Z Downloaded ingot v0.1.1
8222026-02-28T23:46:29.720Z Downloaded indoc v1.0.9
8232026-02-28T23:46:29.744Z Downloaded humantime v2.2.0
8242026-02-28T23:46:29.745Z Downloaded hickory-resolver v0.25.2
8252026-02-28T23:46:29.745Z Downloaded hickory-proto v0.25.2
8262026-02-28T23:46:29.769Z Downloaded hex-literal v0.4.1
8272026-02-28T23:46:29.769Z Downloaded hashbrown v0.13.2
8282026-02-28T23:46:29.769Z Downloaded foldhash v0.2.0
8292026-02-28T23:46:29.769Z Downloaded const_format_proc_macros v0.2.34
8302026-02-28T23:46:29.769Z Downloaded console v0.15.10
8312026-02-28T23:46:29.769Z Downloaded is_terminal_polyfill v1.70.1
8322026-02-28T23:46:29.769Z Downloaded internet-checksum v0.2.1
8332026-02-28T23:46:29.769Z Downloaded instant v0.1.13
8342026-02-28T23:46:29.769Z Downloaded inout v0.1.3
8352026-02-28T23:46:29.769Z Downloaded indent_write v2.2.0
8362026-02-28T23:46:29.769Z Downloaded impl-trait-for-tuples v0.2.2
8372026-02-28T23:46:29.769Z Downloaded idna_adapter v1.2.0
8382026-02-28T23:46:29.794Z Downloaded icu_provider_macros v1.5.0
8392026-02-28T23:46:29.794Z Downloaded icu_properties v1.5.1
8402026-02-28T23:46:29.794Z Downloaded icu_normalizer v1.5.0
8412026-02-28T23:46:29.794Z Downloaded icu_locid_transform_data v1.5.0
8422026-02-28T23:46:29.794Z Downloaded hickory-resolver v0.24.4
8432026-02-28T23:46:29.794Z Downloaded futures-util v0.3.31
8442026-02-28T23:46:29.818Z Downloaded dropshot-api-manager-types v0.5.2
8452026-02-28T23:46:29.818Z Downloaded display-error-chain v0.2.2
8462026-02-28T23:46:29.818Z Downloaded digest v0.10.7
8472026-02-28T23:46:29.818Z Downloaded deranged v0.5.3
8482026-02-28T23:46:29.818Z Downloaded criterion v0.7.0
8492026-02-28T23:46:29.818Z Downloaded cookie_store v0.22.1
8502026-02-28T23:46:29.818Z Downloaded console v0.16.0
8512026-02-28T23:46:29.843Z Downloaded icu_locid v1.5.0
8522026-02-28T23:46:29.843Z Downloaded iana-time-zone v0.1.63
8532026-02-28T23:46:29.843Z Downloaded hyper-tls v0.6.0
8542026-02-28T23:46:29.843Z Downloaded hyper-staticfile v0.10.1
8552026-02-28T23:46:29.843Z Downloaded hubpack_derive v0.1.1
8562026-02-28T23:46:29.843Z Downloaded hubpack v0.1.2
8572026-02-28T23:46:29.843Z Downloaded httparse v1.9.5
8582026-02-28T23:46:29.843Z Downloaded hmac v0.12.1
8592026-02-28T23:46:29.843Z Downloaded half v2.4.1
8602026-02-28T23:46:29.843Z Downloaded foldhash v0.1.5
8612026-02-28T23:46:29.843Z Downloaded derive-where v1.5.0
8622026-02-28T23:46:29.868Z Downloaded corncobs v0.1.4
8632026-02-28T23:46:29.868Z Downloaded icu_locid_transform v1.5.0
8642026-02-28T23:46:29.869Z Downloaded httpdate v1.0.3
8652026-02-28T23:46:29.869Z Downloaded http-range v0.1.5
8662026-02-28T23:46:29.869Z Downloaded http-body-util v0.1.3
8672026-02-28T23:46:29.869Z Downloaded hostname v0.4.2
8682026-02-28T23:46:29.869Z Downloaded hostname v0.3.1
8692026-02-28T23:46:29.869Z Downloaded home v0.5.9
8702026-02-28T23:46:29.869Z Downloaded highway v1.3.0
8712026-02-28T23:46:29.869Z Downloaded heck v0.5.0
8722026-02-28T23:46:29.869Z Downloaded heck v0.3.3
8732026-02-28T23:46:29.869Z Downloaded headers-core v0.3.0
8742026-02-28T23:46:29.869Z Downloaded half v1.8.3
8752026-02-28T23:46:29.895Z Downloaded group v0.13.0
8762026-02-28T23:46:29.895Z Downloaded getrandom v0.3.4
8772026-02-28T23:46:29.895Z Downloaded generic-array v0.14.7
8782026-02-28T23:46:29.895Z Downloaded escape8259 v0.5.3
8792026-02-28T23:46:29.895Z Downloaded diesel-dtrace v0.4.2
8802026-02-28T23:46:29.895Z Downloaded data-encoding v2.9.0
8812026-02-28T23:46:29.895Z Downloaded daft-derive v0.1.4
8822026-02-28T23:46:29.895Z Downloaded daft v0.1.4
8832026-02-28T23:46:29.895Z Downloaded convert_case v0.7.1
8842026-02-28T23:46:29.895Z Downloaded indicatif v0.17.11
8852026-02-28T23:46:29.920Z Downloaded ignore v0.4.23
8862026-02-28T23:46:29.920Z Downloaded http-body v1.0.1
8872026-02-28T23:46:29.920Z Downloaded hex v0.4.3
8882026-02-28T23:46:29.921Z Downloaded heck v0.4.1
8892026-02-28T23:46:29.921Z Downloaded hash32 v0.3.1
8902026-02-28T23:46:29.921Z Downloaded hash32 v0.2.1
8912026-02-28T23:46:29.921Z Downloaded guppy-workspace-hack v0.1.0
8922026-02-28T23:46:29.921Z Downloaded globset v0.4.15
8932026-02-28T23:46:29.921Z Downloaded glob v0.3.2
8942026-02-28T23:46:29.921Z Downloaded git-stub-vcs v0.1.0
8952026-02-28T23:46:29.921Z Downloaded ghash v0.5.1
8962026-02-28T23:46:29.921Z Downloaded getrandom v0.2.15
8972026-02-28T23:46:29.921Z Downloaded gethostname v0.5.0
8982026-02-28T23:46:29.921Z Downloaded fxhash v0.2.1
8992026-02-28T23:46:29.921Z Downloaded futures-sink v0.3.31
9002026-02-28T23:46:29.921Z Downloaded futures-macro v0.3.31
9012026-02-28T23:46:29.921Z Downloaded futures-executor v0.3.31
9022026-02-28T23:46:29.945Z Downloaded futures v0.3.31
9032026-02-28T23:46:29.945Z Downloaded form_urlencoded v1.2.2
9042026-02-28T23:46:29.947Z Downloaded fnv v1.0.7
9052026-02-28T23:46:29.947Z Downloaded dirs-next v2.0.0
9062026-02-28T23:46:29.947Z Downloaded crc v3.2.1
9072026-02-28T23:46:29.947Z Downloaded git-stub v1.0.0
9082026-02-28T23:46:29.947Z Downloaded futures-timer v3.0.3
9092026-02-28T23:46:29.947Z Downloaded futures-lite v2.3.0
9102026-02-28T23:46:29.947Z Downloaded futures-channel v0.3.31
9112026-02-28T23:46:29.947Z Downloaded funty v2.0.0
9122026-02-28T23:46:29.947Z Downloaded fs_extra v1.3.0
9132026-02-28T23:46:29.947Z Downloaded fs-err v2.11.0
9142026-02-28T23:46:29.971Z Downloaded foreign-types-shared v0.3.1
9152026-02-28T23:46:29.971Z Downloaded foreign-types-macros v0.2.3
9162026-02-28T23:46:29.971Z Downloaded foreign-types v0.3.2
9172026-02-28T23:46:29.971Z Downloaded drift v0.1.3
9182026-02-28T23:46:29.971Z Downloaded document-features v0.2.11
9192026-02-28T23:46:29.971Z Downloaded derive_builder_core v0.20.2
9202026-02-28T23:46:29.971Z Downloaded derive-ex v0.1.8
9212026-02-28T23:46:29.972Z Downloaded der_derive v0.7.3
9222026-02-28T23:46:29.972Z Downloaded defmt-macros v0.3.9
9232026-02-28T23:46:29.972Z Downloaded defmt v0.3.8
9242026-02-28T23:46:29.972Z Downloaded datatest-stable v0.3.2
9252026-02-28T23:46:29.996Z Downloaded crypto-bigint v0.5.5
9262026-02-28T23:46:29.996Z Downloaded crc32fast v1.4.2
9272026-02-28T23:46:29.996Z Downloaded convert_case v0.4.0
9282026-02-28T23:46:29.996Z Downloaded hyper-rustls v0.27.7
9292026-02-28T23:46:29.996Z Downloaded http v1.4.0
9302026-02-28T23:46:29.996Z Downloaded futures-task v0.3.31
9312026-02-28T23:46:29.996Z Downloaded futures-io v0.3.31
9322026-02-28T23:46:30.021Z Downloaded futures-core v0.3.32
9332026-02-28T23:46:30.021Z Downloaded fs-err v3.1.1
9342026-02-28T23:46:30.021Z Downloaded flate2 v1.1.2
9352026-02-28T23:46:30.021Z Downloaded expectorate v1.2.0
9362026-02-28T23:46:30.021Z Downloaded dof v0.4.0
9372026-02-28T23:46:30.021Z Downloaded dof v0.3.0
9382026-02-28T23:46:30.021Z Downloaded diesel_table_macro_syntax v0.2.0
9392026-02-28T23:46:30.021Z Downloaded defmt-parser v0.3.4
9402026-02-28T23:46:30.021Z Downloaded debug-ignore v1.0.5
9412026-02-28T23:46:30.021Z Downloaded darling_macro v0.21.0
9422026-02-28T23:46:30.021Z Downloaded csv-core v0.1.11
9432026-02-28T23:46:30.022Z Downloaded crc-catalog v2.4.0
9442026-02-28T23:46:30.022Z Downloaded cpufeatures v0.2.14
9452026-02-28T23:46:30.022Z Downloaded foreign-types v0.5.0
9462026-02-28T23:46:30.022Z Downloaded fixedbitset v0.5.7
9472026-02-28T23:46:30.046Z Downloaded find-msvc-tools v0.1.9
9482026-02-28T23:46:30.046Z Downloaded filetime v0.2.26
9492026-02-28T23:46:30.046Z Downloaded fancy-regex v0.14.0
9502026-02-28T23:46:30.046Z Downloaded event-listener v5.3.1
9512026-02-28T23:46:30.046Z Downloaded erased-serde v0.4.6
9522026-02-28T23:46:30.046Z Downloaded endian-type v0.1.2
9532026-02-28T23:46:30.046Z Downloaded either v1.15.0
9542026-02-28T23:46:30.046Z Downloaded ed25519 v2.2.3
9552026-02-28T23:46:30.046Z Downloaded doc-comment v0.3.3
9562026-02-28T23:46:30.046Z Downloaded dirs-sys-next v0.1.2
9572026-02-28T23:46:30.046Z Downloaded difflib v0.4.0
9582026-02-28T23:46:30.046Z Downloaded derive_builder_macro v0.20.2
9592026-02-28T23:46:30.047Z Downloaded darling_macro v0.20.10
9602026-02-28T23:46:30.047Z Downloaded darling v0.20.10
9612026-02-28T23:46:30.071Z Downloaded crossbeam-epoch v0.9.18
9622026-02-28T23:46:30.071Z Downloaded colored v2.2.0
9632026-02-28T23:46:30.071Z Downloaded clap_derive v4.5.47
9642026-02-28T23:46:30.071Z Downloaded chrono v0.4.43
9652026-02-28T23:46:30.071Z Downloaded blake3 v1.5.4
9662026-02-28T23:46:30.096Z Downloaded bindgen v0.71.1
9672026-02-28T23:46:30.096Z Downloaded async-std v1.13.0
9682026-02-28T23:46:30.120Z Downloaded float-cmp v0.10.0
9692026-02-28T23:46:30.120Z Downloaded flagset v0.4.6
9702026-02-28T23:46:30.120Z Downloaded fixedbitset v0.4.2
9712026-02-28T23:46:30.120Z Downloaded fatfs v0.3.6
9722026-02-28T23:46:30.120Z Downloaded equivalent v1.0.2
9732026-02-28T23:46:30.120Z Downloaded ed25519-dalek v2.1.1
9742026-02-28T23:46:30.145Z Downloaded colorchoice v1.0.2
9752026-02-28T23:46:30.145Z Downloaded bitvec v1.0.1
9762026-02-28T23:46:30.145Z Downloaded aho-corasick v1.1.3
9772026-02-28T23:46:30.169Z Downloaded fd-lock v4.0.2
9782026-02-28T23:46:30.169Z Downloaded fastrand v2.1.1
9792026-02-28T23:46:30.169Z Downloaded fallible-iterator v0.2.0
9802026-02-28T23:46:30.169Z Downloaded event-listener v2.5.3
9812026-02-28T23:46:30.169Z Downloaded ena v0.14.3
9822026-02-28T23:46:30.169Z Downloaded elliptic-curve v0.13.8
9832026-02-28T23:46:30.169Z Downloaded dropshot_endpoint v0.16.7
9842026-02-28T23:46:30.169Z Downloaded crypto-common v0.1.6
9852026-02-28T23:46:30.169Z Downloaded crossbeam-utils v0.8.21
9862026-02-28T23:46:30.194Z Downloaded crossbeam-channel v0.5.15
9872026-02-28T23:46:30.194Z Downloaded cobs v0.2.3
9882026-02-28T23:46:30.194Z Downloaded clang-sys v1.8.1
9892026-02-28T23:46:30.194Z Downloaded chacha20poly1305 v0.10.1
9902026-02-28T23:46:30.194Z Downloaded cfg_aliases v0.1.1
9912026-02-28T23:46:30.194Z Downloaded bumpalo v3.16.0
9922026-02-28T23:46:30.194Z Downloaded bstr v1.10.0
9932026-02-28T23:46:30.218Z Downloaded erased-serde v0.3.31
9942026-02-28T23:46:30.218Z Downloaded env_logger v0.11.8
9952026-02-28T23:46:30.218Z Downloaded enum-as-inner v0.6.1
9962026-02-28T23:46:30.218Z Downloaded embedded-io v0.6.1
9972026-02-28T23:46:30.218Z Downloaded embedded-io v0.4.0
9982026-02-28T23:46:30.218Z Downloaded dyn-clone v1.0.20
9992026-02-28T23:46:30.218Z Downloaded dtrace-parser v0.3.0
10002026-02-28T23:46:30.218Z Downloaded dtrace-parser v0.2.0
10012026-02-28T23:46:30.218Z Downloaded curve25519-dalek-derive v0.1.1
10022026-02-28T23:46:30.218Z Downloaded crucible-workspace-hack v0.1.0
10032026-02-28T23:46:30.218Z Downloaded crossbeam-deque v0.8.5
10042026-02-28T23:46:30.218Z Downloaded crc8 v0.1.1
10052026-02-28T23:46:30.218Z Downloaded colored v3.0.0
10062026-02-28T23:46:30.218Z Downloaded cmake v0.1.57
10072026-02-28T23:46:30.243Z Downloaded clap v4.5.48
10082026-02-28T23:46:30.243Z Downloaded cfg-expr v0.20.1
10092026-02-28T23:46:30.243Z Downloaded bzip2 v0.5.2
10102026-02-28T23:46:30.243Z Downloaded bzip2 v0.4.4
10112026-02-28T23:46:30.243Z Downloaded bit-vec v0.8.0
10122026-02-28T23:46:30.243Z Downloaded backoff v0.4.0
10132026-02-28T23:46:30.243Z Downloaded async-io v2.3.4
10142026-02-28T23:46:30.268Z Downloaded allocator-api2 v0.2.21
10152026-02-28T23:46:30.268Z Downloaded event-listener-strategy v0.5.2
10162026-02-28T23:46:30.268Z Downloaded env_filter v0.1.2
10172026-02-28T23:46:30.268Z Downloaded dunce v1.0.5
10182026-02-28T23:46:30.268Z Downloaded dsl_auto_type v0.1.2
10192026-02-28T23:46:30.268Z Downloaded ctr v0.9.2
10202026-02-28T23:46:30.268Z Downloaded cstr-argument v0.1.2
10212026-02-28T23:46:30.268Z Downloaded crunchy v0.2.2
10222026-02-28T23:46:30.268Z Downloaded critical-section v1.1.3
10232026-02-28T23:46:30.268Z Downloaded criterion-plot v0.6.0
10242026-02-28T23:46:30.268Z Downloaded compact_str v0.8.0
10252026-02-28T23:46:30.268Z Downloaded clap_lex v0.7.4
10262026-02-28T23:46:30.268Z Downloaded ciborium-ll v0.2.2
10272026-02-28T23:46:30.268Z Downloaded chumsky v0.9.3
10282026-02-28T23:46:30.293Z Downloaded chrono-tz v0.10.4
10292026-02-28T23:46:30.293Z Downloaded cfg-if v1.0.4
10302026-02-28T23:46:30.293Z Downloaded cexpr v0.6.0
10312026-02-28T23:46:30.293Z Downloaded cc v1.2.56
10322026-02-28T23:46:30.317Z Downloaded cargo_metadata v0.19.2
10332026-02-28T23:46:30.318Z Downloaded cargo-platform v0.1.8
10342026-02-28T23:46:30.318Z Downloaded bytes v1.11.1
10352026-02-28T23:46:30.318Z Downloaded byteorder v1.5.0
10362026-02-28T23:46:30.318Z Downloaded block-padding v0.3.3
10372026-02-28T23:46:30.318Z Downloaded blake2b_simd v1.0.2
10382026-02-28T23:46:30.318Z Downloaded bitfield-struct v0.6.2
10392026-02-28T23:46:30.318Z Downloaded bit-vec v0.6.3
10402026-02-28T23:46:30.318Z Downloaded bit-set v0.8.0
10412026-02-28T23:46:30.318Z Downloaded bcs v0.1.6
10422026-02-28T23:46:30.318Z Downloaded base64ct v1.6.0
10432026-02-28T23:46:30.318Z Downloaded base16ct v0.2.0
10442026-02-28T23:46:30.318Z Downloaded atty v0.2.14
10452026-02-28T23:46:30.342Z Downloaded async-task v4.7.1
10462026-02-28T23:46:30.342Z Downloaded async-object-pool v0.1.5
10472026-02-28T23:46:30.342Z Downloaded arrayvec v0.7.6
10482026-02-28T23:46:30.342Z Downloaded array-init v0.0.4
10492026-02-28T23:46:30.342Z Downloaded cipher v0.4.4
10502026-02-28T23:46:30.342Z Downloaded ciborium v0.2.2
10512026-02-28T23:46:30.342Z Downloaded cfg_aliases v0.2.1
10522026-02-28T23:46:30.342Z Downloaded cbc v0.1.2
10532026-02-28T23:46:30.342Z Downloaded castaway v0.2.3
10542026-02-28T23:46:30.342Z Downloaded cargo_metadata v0.21.0
10552026-02-28T23:46:30.342Z Downloaded cargo-util-schemas v0.8.2
10562026-02-28T23:46:30.342Z Downloaded cargo-platform v0.2.0
10572026-02-28T23:46:30.342Z Downloaded cancel-safe-futures v0.1.5
10582026-02-28T23:46:30.367Z Downloaded camino-tempfile v1.4.1
10592026-02-28T23:46:30.367Z Downloaded buf-list v1.0.3
10602026-02-28T23:46:30.367Z Downloaded blocking v1.6.1
10612026-02-28T23:46:30.367Z Downloaded bitflags v1.3.2
10622026-02-28T23:46:30.367Z Downloaded bitfield-macros v0.19.2
10632026-02-28T23:46:30.367Z Downloaded bitfield v0.19.2
10642026-02-28T23:46:30.367Z Downloaded base64 v0.22.1
10652026-02-28T23:46:30.367Z Downloaded base64 v0.21.7
10662026-02-28T23:46:30.367Z Downloaded backtrace-ext v0.2.1
10672026-02-28T23:46:30.367Z Downloaded async-lock v3.4.0
10682026-02-28T23:46:30.391Z Downloaded async-global-executor v2.4.1
10692026-02-28T23:46:30.391Z Downloaded arrayref v0.3.9
10702026-02-28T23:46:30.391Z Downloaded ar_archive_writer v0.5.1
10712026-02-28T23:46:30.391Z Downloaded aes-gcm v0.10.3
10722026-02-28T23:46:30.391Z Downloaded concurrent-queue v2.5.0
10732026-02-28T23:46:30.391Z Downloaded ciborium-io v0.2.2
10742026-02-28T23:46:30.391Z Downloaded cast v0.3.0
10752026-02-28T23:46:30.391Z Downloaded cassowary v0.3.0
10762026-02-28T23:46:30.392Z Downloaded camino-tempfile-ext v0.3.2
10772026-02-28T23:46:30.392Z Downloaded camino v1.2.2
10782026-02-28T23:46:30.392Z Downloaded blowfish v0.9.1
10792026-02-28T23:46:30.392Z Downloaded bitflags v2.9.4
10802026-02-28T23:46:30.416Z Downloaded backtrace v0.3.74
10812026-02-28T23:46:30.416Z Downloaded atomic-waker v1.1.2
10822026-02-28T23:46:30.416Z Downloaded async-trait v0.1.89
10832026-02-28T23:46:30.416Z Downloaded assert_matches v1.5.0
10842026-02-28T23:46:30.416Z Downloaded argon2 v0.5.3
10852026-02-28T23:46:30.416Z Downloaded approx v0.5.1
10862026-02-28T23:46:30.416Z Downloaded anyhow v1.0.99
10872026-02-28T23:46:30.416Z Downloaded anstyle-query v1.1.1
10882026-02-28T23:46:30.416Z Downloaded anstyle-parse v0.2.5
10892026-02-28T23:46:30.440Z Downloaded anstyle v1.0.11
10902026-02-28T23:46:30.441Z Downloaded anstream v0.6.18
10912026-02-28T23:46:30.441Z Downloaded anes v0.1.6
10922026-02-28T23:46:30.441Z Downloaded ahash v0.8.12
10932026-02-28T23:46:30.441Z Downloaded chacha20 v0.9.1
10942026-02-28T23:46:30.441Z Downloaded block-buffer v0.10.4
10952026-02-28T23:46:30.441Z Downloaded blake2 v0.10.6
10962026-02-28T23:46:30.441Z Downloaded bit-set v0.5.3
10972026-02-28T23:46:30.441Z Downloaded bcrypt-pbkdf v0.10.0
10982026-02-28T23:46:30.441Z Downloaded bb8 v0.8.5
10992026-02-28T23:46:30.441Z Downloaded base64 v0.13.1
11002026-02-28T23:46:30.466Z Downloaded backon v1.6.0
11012026-02-28T23:46:30.466Z Downloaded autocfg v1.4.0
11022026-02-28T23:46:30.466Z Downloaded atomicwrites v0.4.4
11032026-02-28T23:46:30.466Z Downloaded async-stream-impl v0.3.6
11042026-02-28T23:46:30.466Z Downloaded async-stream v0.3.6
11052026-02-28T23:46:30.466Z Downloaded async-signal v0.2.10
11062026-02-28T23:46:30.466Z Downloaded async-recursion v1.1.1
11072026-02-28T23:46:30.466Z Downloaded async-process v2.3.0
11082026-02-28T23:46:30.466Z Downloaded async-executor v1.13.1
11092026-02-28T23:46:30.466Z Downloaded async-channel v2.3.1
11102026-02-28T23:46:30.466Z Downloaded async-channel v1.9.0
11112026-02-28T23:46:30.466Z Downloaded async-attributes v1.1.2
11122026-02-28T23:46:30.466Z Downloaded assert_cmd v2.0.17
11132026-02-28T23:46:30.491Z Downloaded assert-json-diff v2.0.2
11142026-02-28T23:46:30.491Z Downloaded aes v0.8.4
11152026-02-28T23:46:30.491Z Downloaded aead v0.5.2
11162026-02-28T23:46:30.491Z Downloaded bytecount v0.6.8
11172026-02-28T23:46:30.491Z Downloaded aws-lc-rs v1.16.0
11182026-02-28T23:46:30.491Z Downloaded arc-swap v1.7.1
11192026-02-28T23:46:30.515Z Downloaded adler2 v2.0.0
11202026-02-28T23:46:30.515Z Downloaded addr2line v0.24.2
11212026-02-28T23:46:30.515Z Downloaded ascii-canvas v3.0.0
11222026-02-28T23:46:30.874Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11232026-02-28T23:46:48.648Z Startup: Refreshing catalog 'helios-dev' ... Done
11242026-02-28T23:47:01.634Z Startup: Caching catalogs ... Done
11252026-02-28T23:47:31.026ZPlanning: Solver setup ... Done (27.094s)
11262026-02-28T23:47:31.220ZPlanning: Running solver ... Done (0.193s)
11272026-02-28T23:47:31.387ZPlanning: Finding local manifests ... Done (0.002s)
11282026-02-28T23:47:31.469ZPlanning: Fetching manifests: 0/4 0% complete
11292026-02-28T23:47:31.933ZPlanning: Fetching manifests: 4/4 100% complete
11302026-02-28T23:47:31.992ZPlanning: Package planning ... Done (0.059s)
11312026-02-28T23:47:32.052ZPlanning: Merging actions ... Done (0.059s)
11322026-02-28T23:47:32.379ZPlanning: Checking for conflicting actions ... Done (0.327s)
11332026-02-28T23:47:32.403ZPlanning: Consolidating action changes ... Done (0.013s)
11342026-02-28T23:47:33.040ZPlanning: Evaluating mediators ... Done (0.647s)
11352026-02-28T23:47:33.070ZPlanning: Planning completed in 31.30 seconds
11362026-02-28T23:47:33.094Z Packages to install: 4
11372026-02-28T23:47:33.094Z Mediators to change: 2
11382026-02-28T23:47:33.094Z Services to change: 1
11392026-02-28T23:47:33.094Z Estimated space available: 154.46 GB
11402026-02-28T23:47:33.094ZEstimated space to be consumed: 1.81 GB
11412026-02-28T23:47:33.094Z Create boot environment: No
11422026-02-28T23:47:33.094ZCreate backup boot environment: No
11432026-02-28T23:47:33.094Z Rebuild boot archive: No
11442026-02-28T23:47:33.094Z
11452026-02-28T23:47:33.094ZChanged mediators:
11462026-02-28T23:47:33.094Z mediator clang:
11472026-02-28T23:47:33.094Z version: None -> 15 (system default)
11482026-02-28T23:47:33.094Z
11492026-02-28T23:47:33.094Z mediator llvm:
11502026-02-28T23:47:33.094Z version: 14 (system default) -> 15 (system default)
11512026-02-28T23:47:33.094Z
11522026-02-28T23:47:33.094ZChanged packages:
11532026-02-28T23:47:33.094Zhelios-dev
11542026-02-28T23:47:33.094Z developer/build-essential
11552026-02-28T23:47:33.094Z None -> 11-2.0
11562026-02-28T23:47:33.094Z library/libxmlsec1
11572026-02-28T23:47:33.094Z None -> 1.2.35-2.0
11582026-02-28T23:47:33.094Z ooce/developer/clang-15
11592026-02-28T23:47:33.094Z None -> 15.0.7-2.0
11602026-02-28T23:47:33.094Z ooce/developer/llvm-15
11612026-02-28T23:47:33.094Z None -> 15.0.7-2.0
11622026-02-28T23:47:33.095Z
11632026-02-28T23:47:33.095ZServices:
11642026-02-28T23:47:33.095Z restart_fmri:
11652026-02-28T23:47:33.095Z svc:/system/update-man-index:default
11662026-02-28T23:47:33.131Z
11672026-02-28T23:47:33.131ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11682026-02-28T23:47:38.133ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (17.1M/s)
11692026-02-28T23:47:43.139ZDownload: 3247/3290 items 170.5/212.6MB 80% complete (17.2M/s)
11702026-02-28T23:47:48.139ZDownload: 3288/3290 items 211.4/212.6MB 99% complete (12.8M/s)
11712026-02-28T23:47:48.413ZDownload: Completed 212.60 MB in 15.28 seconds (13.9M/s)
11722026-02-28T23:47:48.581Z Actions: 1/3689 actions (Installing new actions)
11732026-02-28T23:47:54.015Z Actions: 3028/3689 actions (Installing new actions)
11742026-02-28T23:47:54.245Z Actions: Completed 3689 actions in 5.66 seconds.
11752026-02-28T23:47:54.907Z Done (0.641s)
11762026-02-28T23:47:54.907Z Done (0.000s)
11772026-02-28T23:47:56.223Z Done (1.338s)
11782026-02-28T23:48:01.176Z Done (4.702s)
11792026-02-28T23:48:01.275Z Done (0.018s)
11802026-02-28T23:48:01.275Z Done (0.000s)
11812026-02-28T23:48:01.441Z Done (0.000s)
11822026-02-28T23:48:02.496ZPlanning: Evaluating mediator changes ... Done
11832026-02-28T23:48:02.762ZPlanning: Checking for conflicting actions ... Done
11842026-02-28T23:48:02.794ZPlanning: Consolidating action changes ... Done
11852026-02-28T23:48:03.110ZPlanning: Evaluating mediators ... Done
11862026-02-28T23:48:03.139ZPlanning: Planning completed in 0.61 seconds
11872026-02-28T23:48:03.173Z Mediators to change: 2
11882026-02-28T23:48:03.173Z Create boot environment: No
11892026-02-28T23:48:03.173ZCreate backup boot environment: No
11902026-02-28T23:48:03.226Z Done
11912026-02-28T23:48:03.237Z Done
11922026-02-28T23:48:04.268Z Done
11932026-02-28T23:48:08.676Z Done
11942026-02-28T23:48:08.770Z Done
11952026-02-28T23:48:08.770Z Done
11962026-02-28T23:48:08.824Z Done
11972026-02-28T23:48:09.561ZPlanning: Evaluating mediator changes ... Done
11982026-02-28T23:48:09.588ZPlanning: Merging actions ... Done
11992026-02-28T23:48:09.786ZPlanning: Checking for conflicting actions ... Done
12002026-02-28T23:48:09.811ZPlanning: Consolidating action changes ... Done
12012026-02-28T23:48:10.106ZPlanning: Evaluating mediators ... Done
12022026-02-28T23:48:10.170ZPlanning: Planning completed in 0.90 seconds
12032026-02-28T23:48:10.210Z Packages to change: 1
12042026-02-28T23:48:10.210Z Mediators to change: 1
12052026-02-28T23:48:10.210Z Services to change: 1
12062026-02-28T23:48:10.210Z Create boot environment: No
12072026-02-28T23:48:10.210ZCreate backup boot environment: Yes
12082026-02-28T23:48:12.190Z Actions: 1/6 actions (Updating modified actions)
12092026-02-28T23:48:12.215Z Actions: Completed 6 actions in 0.00 seconds.
12102026-02-28T23:48:12.215Z Done
12112026-02-28T23:48:12.215Z Done
12122026-02-28T23:48:12.460Z Done
12132026-02-28T23:48:16.913Z Done
12142026-02-28T23:48:17.009Z Done
12152026-02-28T23:48:17.009Z Done
12162026-02-28T23:48:17.133Z Done
12172026-02-28T23:48:17.713ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12182026-02-28T23:48:17.713Zclang system 15 system
12192026-02-28T23:48:17.713Zcsh system system illumos
12202026-02-28T23:48:17.713Zctags system system illumos
12212026-02-28T23:48:17.713Zfile system system illumos
12222026-02-28T23:48:17.713Zgcc vendor 12 vendor
12232026-02-28T23:48:17.713Zgcc system 10 system
12242026-02-28T23:48:17.713Zgcc system 7 system
12252026-02-28T23:48:17.713Zgo system 1.20 system
12262026-02-28T23:48:17.713Zgo system 1.19 system
12272026-02-28T23:48:17.713Zllvm system 15 system
12282026-02-28T23:48:17.713Zllvm system 14 system
12292026-02-28T23:48:17.713Zmariadb system 10.6 system
12302026-02-28T23:48:17.713Zmta vendor vendor dma
12312026-02-28T23:48:17.713Zopenjdk system 17 system
12322026-02-28T23:48:17.713Zopenjdk system 11 system
12332026-02-28T23:48:17.713Zopenjdk system 1.8 system
12342026-02-28T23:48:17.713Zopenssl vendor 3 vendor
12352026-02-28T23:48:17.713Zperl system 5.36 system
12362026-02-28T23:48:17.713Zpostgresql system 15 system
12372026-02-28T23:48:17.713Zpostgresql system 13 system
12382026-02-28T23:48:17.714Zpython vendor 3 vendor
12392026-02-28T23:48:17.714Zpython system 2 system
12402026-02-28T23:48:17.714Zpython3 system 3.11 system
12412026-02-28T23:48:17.714Zruby system 3.0 system
12422026-02-28T23:48:17.714Zwords vendor vendor american-english
12432026-02-28T23:48:17.714Zwords system system australian-english
12442026-02-28T23:48:17.714Zwords system system british-english
12452026-02-28T23:48:17.714Zwords system system canadian-english
12462026-02-28T23:48:17.714Zwords system system french
12472026-02-28T23:48:17.714Zwords system system italian
12482026-02-28T23:48:17.714Zwords system system ngerman
12492026-02-28T23:48:17.714Zwords system system ogerman
12502026-02-28T23:48:17.714Zwords system system spanish
12512026-02-28T23:48:18.136ZPUBLISHER TYPE STATUS P LOCATION
12522026-02-28T23:48:18.136Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12532026-02-28T23:48:26.043ZFMRI IFO
12542026-02-28T23:48:26.043Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12552026-02-28T23:48:26.043Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12562026-02-28T23:48:26.043Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12572026-02-28T23:48:26.043Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12582026-02-28T23:48:26.043Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12592026-02-28T23:48:26.043Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12602026-02-28T23:48:26.043Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12612026-02-28T23:48:26.043Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12622026-02-28T23:48:26.043Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12632026-02-28T23:48:26.043Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12642026-02-28T23:48:26.043Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12652026-02-28T23:48:26.043Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12662026-02-28T23:48:26.043Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12672026-02-28T23:48:26.043Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12682026-02-28T23:48:26.043Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12692026-02-28T23:48:26.043Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12702026-02-28T23:48:28.122Z Downloading crates ...
12712026-02-28T23:48:28.232Z Downloaded cargo_toml v0.21.0
12722026-02-28T23:48:28.328Z Compiling proc-macro2 v1.0.106
12732026-02-28T23:48:28.353Z Compiling quote v1.0.44
12742026-02-28T23:48:28.353Z Compiling unicode-ident v1.0.24
12752026-02-28T23:48:28.353Z Compiling serde_core v1.0.228
12762026-02-28T23:48:28.353Z Compiling version_check v0.9.5
12772026-02-28T23:48:28.353Z Compiling serde v1.0.228
12782026-02-28T23:48:28.353Z Compiling libc v0.2.180
12792026-02-28T23:48:28.377Z Compiling memchr v2.7.4
12802026-02-28T23:48:28.639Z Compiling thiserror v2.0.18
12812026-02-28T23:48:28.991Z Compiling stable_deref_trait v1.2.0
12822026-02-28T23:48:29.024Z Compiling zmij v1.0.15
12832026-02-28T23:48:29.119Z Compiling ucd-trie v0.1.7
12842026-02-28T23:48:29.575Z Compiling autocfg v1.4.0
12852026-02-28T23:48:29.600Z Compiling itoa v1.0.11
12862026-02-28T23:48:29.624Z Compiling litemap v0.7.3
12872026-02-28T23:48:29.771Z Compiling thiserror v1.0.69
12882026-02-28T23:48:29.891Z Compiling writeable v0.5.5
12892026-02-28T23:48:30.047Z Compiling icu_locid_transform_data v1.5.0
12902026-02-28T23:48:30.151Z Compiling byteorder v1.5.0
12912026-02-28T23:48:30.397Z Compiling errno v0.3.12
12922026-02-28T23:48:30.545Z Compiling bitflags v2.9.4
12932026-02-28T23:48:30.634Z Compiling serde_json v1.0.149
12942026-02-28T23:48:30.907Z Compiling syn v2.0.117
12952026-02-28T23:48:30.934Z Compiling icu_properties_data v1.5.0
12962026-02-28T23:48:30.958Z Compiling num-traits v0.2.19
12972026-02-28T23:48:30.987Z Compiling typeid v1.0.3
12982026-02-28T23:48:31.191Z Compiling icu_normalizer_data v1.5.0
12992026-02-28T23:48:31.271Z Compiling write16 v1.0.0
13002026-02-28T23:48:31.300Z Compiling hashbrown v0.16.1
13012026-02-28T23:48:31.324Z Compiling utf16_iter v1.0.5
13022026-02-28T23:48:31.416Z Compiling utf8_iter v1.0.4
13032026-02-28T23:48:31.441Z Compiling smallvec v1.15.1
13042026-02-28T23:48:31.441Z Compiling rustix v0.38.37
13052026-02-28T23:48:31.515Z Compiling equivalent v1.0.2
13062026-02-28T23:48:31.858Z Compiling usdt-impl v0.5.0
13072026-02-28T23:48:31.999Z Compiling proc-macro-error-attr v1.0.4
13082026-02-28T23:48:32.269Z Compiling toml_write v0.1.2
13092026-02-28T23:48:32.296Z Compiling syn v1.0.109
13102026-02-28T23:48:32.376Z Compiling winnow v0.7.14
13112026-02-28T23:48:32.526Z Compiling indexmap v2.13.0
13122026-02-28T23:48:32.648Z Compiling thread-id v4.2.2
13132026-02-28T23:48:33.361Z Compiling proc-macro-error v1.0.4
13142026-02-28T23:48:33.631Z Compiling getrandom v0.3.4
13152026-02-28T23:48:33.855Z Compiling camino v1.2.2
13162026-02-28T23:48:34.028Z Compiling plain v0.2.3
13172026-02-28T23:48:34.353Z Compiling rustix v1.1.3
13182026-02-28T23:48:34.377Z Compiling percent-encoding v2.3.2
13192026-02-28T23:48:34.438Z Compiling utf8parse v0.2.2
13202026-02-28T23:48:34.602Z Compiling log v0.4.29
13212026-02-28T23:48:34.682Z Compiling form_urlencoded v1.2.2
13222026-02-28T23:48:34.860Z Compiling anstyle-parse v0.2.5
13232026-02-28T23:48:34.988Z Compiling ordered-float v2.10.1
13242026-02-28T23:48:35.012Z Compiling terminal_size v0.4.0
13252026-02-28T23:48:35.385Z Compiling pretty-hex v0.4.1
13262026-02-28T23:48:35.554Z Compiling anstyle v1.0.11
13272026-02-28T23:48:35.590Z Compiling colorchoice v1.0.2
13282026-02-28T23:48:35.621Z Compiling cfg-if v1.0.4
13292026-02-28T23:48:35.708Z Compiling anstyle-query v1.1.1
13302026-02-28T23:48:35.732Z Compiling is_terminal_polyfill v1.70.1
13312026-02-28T23:48:35.910Z Compiling anstream v0.6.18
13322026-02-28T23:48:36.031Z Compiling semver v1.0.27
13332026-02-28T23:48:36.348Z Compiling fs-err v3.1.1
13342026-02-28T23:48:36.620Z Compiling once_cell v1.21.3
13352026-02-28T23:48:36.645Z Compiling clap_lex v0.7.4
13362026-02-28T23:48:36.679Z Compiling heck v0.5.0
13372026-02-28T23:48:36.807Z Compiling bytecount v0.6.8
13382026-02-28T23:48:37.011Z Compiling fnv v1.0.7
13392026-02-28T23:48:37.035Z Compiling fastrand v2.1.1
13402026-02-28T23:48:37.150Z Compiling unicode-width v0.1.14
13412026-02-28T23:48:37.188Z Compiling strsim v0.11.1
13422026-02-28T23:48:37.239Z Compiling unicode-xid v0.2.6
13432026-02-28T23:48:37.446Z Compiling synstructure v0.13.1
13442026-02-28T23:48:37.595Z Compiling heck v0.4.1
13452026-02-28T23:48:37.664Z Compiling anyhow v1.0.99
13462026-02-28T23:48:37.925Z Compiling papergrid v0.11.0
13472026-02-28T23:48:38.015Z Compiling clap_builder v4.5.48
13482026-02-28T23:48:38.512Z Compiling tempfile v3.24.0
13492026-02-28T23:48:38.749Z Compiling memmap v0.7.0
13502026-02-28T23:48:38.775Z Compiling smawk v0.3.2
13512026-02-28T23:48:39.011Z Compiling unicode-width v0.2.0
13522026-02-28T23:48:39.055Z Compiling unicode-linebreak v0.1.5
13532026-02-28T23:48:39.269Z Compiling camino-tempfile v1.4.1
13542026-02-28T23:48:39.498Z Compiling textwrap v0.16.2
13552026-02-28T23:48:40.054Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13562026-02-28T23:48:40.245Z Compiling tabled_derive v0.7.0
13572026-02-28T23:48:40.363Z Compiling swrite v0.1.0
13582026-02-28T23:48:40.969Z Compiling serde_derive v1.0.228
13592026-02-28T23:48:40.969Z Compiling zerofrom-derive v0.1.4
13602026-02-28T23:48:40.969Z Compiling yoke-derive v0.7.4
13612026-02-28T23:48:41.069Z Compiling thiserror-impl v2.0.18
13622026-02-28T23:48:41.205Z Compiling zerovec-derive v0.10.3
13632026-02-28T23:48:41.570Z Compiling displaydoc v0.2.5
13642026-02-28T23:48:43.022Z Compiling thiserror-impl v1.0.69
13652026-02-28T23:48:43.437Z Compiling icu_provider_macros v1.5.0
13662026-02-28T23:48:43.490Z Compiling zerocopy-derive v0.7.35
13672026-02-28T23:48:43.942Z Compiling zerofrom v0.1.4
13682026-02-28T23:48:44.014Z Compiling pest v2.8.2
13692026-02-28T23:48:44.188Z Compiling yoke v0.7.4
13702026-02-28T23:48:44.437Z Compiling scroll_derive v0.12.0
13712026-02-28T23:48:44.556Z Compiling zerovec v0.10.4
13722026-02-28T23:48:44.758Z Compiling clap_derive v4.5.47
13732026-02-28T23:48:45.164Z Compiling zerocopy v0.7.35
13742026-02-28T23:48:45.538Z Compiling scroll v0.12.0
13752026-02-28T23:48:45.632Z Compiling tabled v0.15.0
13762026-02-28T23:48:46.010Z Compiling goblin v0.8.2
13772026-02-28T23:48:46.092Z Compiling tinystr v0.7.6
13782026-02-28T23:48:46.346Z Compiling pest_meta v2.8.2
13792026-02-28T23:48:46.392Z Compiling icu_locid v1.5.0
13802026-02-28T23:48:46.453Z Compiling icu_collections v1.5.0
13812026-02-28T23:48:47.618Z Compiling icu_provider v1.5.0
13822026-02-28T23:48:47.725Z Compiling pest_generator v2.8.2
13832026-02-28T23:48:47.842Z Compiling toml_datetime v0.6.11
13842026-02-28T23:48:48.171Z Compiling serde_spanned v0.6.9
13852026-02-28T23:48:48.196Z Compiling dof v0.3.0
13862026-02-28T23:48:48.284Z Compiling icu_locid_transform v1.5.0
13872026-02-28T23:48:48.386Z Compiling toml_edit v0.22.27
13882026-02-28T23:48:48.461Z Compiling serde_tokenstream v0.2.3
13892026-02-28T23:48:48.948Z Compiling erased-serde v0.4.6
13902026-02-28T23:48:49.023Z Compiling serde-value v0.7.0
13912026-02-28T23:48:49.100Z Compiling cargo-platform v0.2.0
13922026-02-28T23:48:49.569Z Compiling icu_properties v1.5.1
13932026-02-28T23:48:49.754Z Compiling clap v4.5.48
13942026-02-28T23:48:49.872Z Compiling serde-untagged v0.1.7
13952026-02-28T23:48:49.944Z Compiling macaddr v1.0.1
13962026-02-28T23:48:50.151Z Compiling pest_derive v2.8.2
13972026-02-28T23:48:50.791Z Compiling dtrace-parser v0.2.0
13982026-02-28T23:48:51.247Z Compiling toml v0.8.23
13992026-02-28T23:48:52.368Z Compiling cargo_toml v0.21.0
14002026-02-28T23:48:52.659Z Compiling usdt-macro v0.5.0
14012026-02-28T23:48:52.726Z Compiling usdt-attr-macro v0.5.0
14022026-02-28T23:48:52.966Z Compiling icu_normalizer v1.5.0
14032026-02-28T23:48:53.708Z Compiling idna_adapter v1.2.0
14042026-02-28T23:48:53.762Z Compiling usdt v0.5.0
14052026-02-28T23:48:53.863Z Compiling idna v1.0.3
14062026-02-28T23:48:54.379Z Compiling url v2.5.4
14072026-02-28T23:48:55.138Z Compiling cargo-util-schemas v0.8.2
14082026-02-28T23:48:56.866Z Compiling cargo_metadata v0.21.0
14092026-02-28T23:48:58.996Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14102026-02-28T23:49:03.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.04s
14112026-02-28T23:49:03.171Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
14122026-02-28T23:49:04.596Z Compiling shlex v1.3.0
14132026-02-28T23:49:04.596Z Compiling find-msvc-tools v0.1.9
14142026-02-28T23:49:04.620Z Compiling value-bag v1.12.0
14152026-02-28T23:49:04.620Z Compiling smallvec v1.15.1
14162026-02-28T23:49:04.620Z Compiling typenum v1.17.0
14172026-02-28T23:49:04.620Z Compiling syn v2.0.117
14182026-02-28T23:49:04.620Z Compiling getrandom v0.2.15
14192026-02-28T23:49:04.620Z Compiling jobserver v0.1.32
14202026-02-28T23:49:04.951Z Compiling generic-array v0.14.7
14212026-02-28T23:49:05.041Z Compiling rand_core v0.6.4
14222026-02-28T23:49:05.111Z Compiling cc v1.2.56
14232026-02-28T23:49:05.140Z Compiling log v0.4.29
14242026-02-28T23:49:05.181Z Compiling lock_api v0.4.12
14252026-02-28T23:49:05.330Z Compiling scopeguard v1.2.0
14262026-02-28T23:49:05.405Z Compiling subtle v2.6.1
14272026-02-28T23:49:05.499Z Compiling portable-atomic v1.11.0
14282026-02-28T23:49:05.555Z Compiling critical-section v1.1.3
14292026-02-28T23:49:05.712Z Compiling const-oid v0.9.6
14302026-02-28T23:49:05.744Z Compiling serde_json v1.0.149
14312026-02-28T23:49:05.785Z Compiling pkg-config v0.3.31
14322026-02-28T23:49:06.018Z Compiling pin-project-lite v0.2.14
14332026-02-28T23:49:06.067Z Compiling getrandom v0.3.4
14342026-02-28T23:49:06.164Z Compiling parking_lot_core v0.9.10
14352026-02-28T23:49:06.883Z Compiling signal-hook-registry v1.4.2
14362026-02-28T23:49:07.070Z Compiling libm v0.2.8
14372026-02-28T23:49:07.306Z Compiling allocator-api2 v0.2.21
14382026-02-28T23:49:07.431Z Compiling once_cell v1.21.3
14392026-02-28T23:49:07.545Z Compiling parking_lot v0.12.3
14402026-02-28T23:49:07.575Z Compiling mio v1.0.2
14412026-02-28T23:49:07.695Z Compiling num-traits v0.2.19
14422026-02-28T23:49:07.812Z Compiling futures-core v0.3.32
14432026-02-28T23:49:08.045Z Compiling percent-encoding v2.3.2
14442026-02-28T23:49:08.231Z Compiling socket2 v0.6.1
14452026-02-28T23:49:08.257Z Compiling slab v0.4.9
14462026-02-28T23:49:08.307Z Compiling futures-sink v0.3.31
14472026-02-28T23:49:08.357Z Compiling cpufeatures v0.2.14
14482026-02-28T23:49:08.472Z Compiling foldhash v0.2.0
14492026-02-28T23:49:08.496Z Compiling futures-channel v0.3.31
14502026-02-28T23:49:08.524Z Compiling futures-io v0.3.31
14512026-02-28T23:49:08.789Z Compiling hashbrown v0.16.1
14522026-02-28T23:49:08.879Z Compiling pin-utils v0.1.0
14532026-02-28T23:49:08.942Z Compiling futures-task v0.3.31
14542026-02-28T23:49:08.990Z Compiling rustversion v1.0.22
14552026-02-28T23:49:09.030Z Compiling form_urlencoded v1.2.2
14562026-02-28T23:49:09.118Z Compiling cmake v0.1.57
14572026-02-28T23:49:09.142Z Compiling dunce v1.0.5
14582026-02-28T23:49:09.229Z Compiling base64ct v1.6.0
14592026-02-28T23:49:09.291Z Compiling ident_case v1.0.1
14602026-02-28T23:49:09.329Z Compiling fs_extra v1.3.0
14612026-02-28T23:49:09.478Z Compiling flagset v0.4.6
14622026-02-28T23:49:09.720Z Compiling pem-rfc7468 v0.7.0
14632026-02-28T23:49:09.767Z Compiling foldhash v0.1.5
14642026-02-28T23:49:09.799Z Compiling rand_core v0.9.3
14652026-02-28T23:49:09.894Z Compiling indexmap v2.13.0
14662026-02-28T23:49:09.976Z Compiling aws-lc-sys v0.37.1
14672026-02-28T23:49:10.066Z Compiling hashbrown v0.15.4
14682026-02-28T23:49:10.229Z Compiling iana-time-zone v0.1.63
14692026-02-28T23:49:10.310Z Compiling ring v0.17.14
14702026-02-28T23:49:10.345Z Compiling rustc_version v0.4.1
14712026-02-28T23:49:10.600Z Compiling uuid v1.19.0
14722026-02-28T23:49:10.779Z Compiling spin v0.9.8
14732026-02-28T23:49:11.001Z Compiling synstructure v0.13.1
14742026-02-28T23:49:11.186Z Compiling aws-lc-rs v1.16.0
14752026-02-28T23:49:11.225Z Compiling vcpkg v0.2.15
14762026-02-28T23:49:11.350Z Compiling regex-syntax v0.8.5
14772026-02-28T23:49:11.374Z Compiling zerocopy v0.8.27
14782026-02-28T23:49:12.021Z Compiling tracing-core v0.1.32
14792026-02-28T23:49:12.264Z Compiling serde_derive_internals v0.29.1
14802026-02-28T23:49:12.407Z Compiling untrusted v0.9.0
14812026-02-28T23:49:12.600Z Compiling schemars v0.8.22
14822026-02-28T23:49:12.928Z Compiling openssl-sys v0.9.109
14832026-02-28T23:49:12.956Z Compiling base64 v0.22.1
14842026-02-28T23:49:13.222Z Compiling openssl-probe v0.1.5
14852026-02-28T23:49:13.530Z Compiling adler2 v2.0.0
14862026-02-28T23:49:13.570Z Compiling rustix v1.1.3
14872026-02-28T23:49:13.749Z Compiling httparse v1.9.5
14882026-02-28T23:49:14.028Z Compiling rustix v0.38.37
14892026-02-28T23:49:14.252Z Compiling untrusted v0.7.1
14902026-02-28T23:49:14.449Z Compiling miniz_oxide v0.8.5
14912026-02-28T23:49:14.506Z Compiling darling_core v0.20.10
14922026-02-28T23:49:14.643Z Compiling tower-service v0.3.3
14932026-02-28T23:49:14.791Z Compiling dyn-clone v1.0.20
14942026-02-28T23:49:14.870Z Compiling rustls v0.23.37
14952026-02-28T23:49:15.031Z Compiling tower-layer v0.3.3
14962026-02-28T23:49:15.151Z Compiling tinyvec_macros v0.1.1
14972026-02-28T23:49:15.240Z Compiling serde_derive v1.0.228
14982026-02-28T23:49:15.267Z Compiling zeroize_derive v1.4.2
14992026-02-28T23:49:15.315Z Compiling zerofrom-derive v0.1.4
15002026-02-28T23:49:15.721Z Compiling yoke-derive v0.7.4
15012026-02-28T23:49:16.430Z Compiling zeroize v1.8.1
15022026-02-28T23:49:16.794Z Compiling zerovec-derive v0.10.3
15032026-02-28T23:49:17.113Z Compiling displaydoc v0.2.5
15042026-02-28T23:49:18.066Z Compiling crypto-common v0.1.6
15052026-02-28T23:49:18.200Z Compiling block-buffer v0.10.4
15062026-02-28T23:49:18.256Z Compiling zerofrom v0.1.4
15072026-02-28T23:49:18.314Z Compiling icu_provider_macros v1.5.0
15082026-02-28T23:49:18.486Z Compiling yoke v0.7.4
15092026-02-28T23:49:18.510Z Compiling digest v0.10.7
15102026-02-28T23:49:18.550Z Compiling zerocopy-derive v0.7.35
15112026-02-28T23:49:18.859Z Compiling tokio-macros v2.6.0
15122026-02-28T23:49:18.947Z Compiling zerovec v0.10.4
15132026-02-28T23:49:18.976Z Compiling hmac v0.12.1
15142026-02-28T23:49:19.229Z Compiling thiserror-impl v2.0.18
15152026-02-28T23:49:19.254Z Compiling futures-macro v0.3.31
15162026-02-28T23:49:19.692Z Compiling block-padding v0.3.3
15172026-02-28T23:49:19.943Z Compiling inout v0.1.3
15182026-02-28T23:49:20.218Z Compiling cipher v0.4.4
15192026-02-28T23:49:20.266Z Compiling zerocopy v0.7.35
15202026-02-28T23:49:20.294Z Compiling sha2 v0.10.9
15212026-02-28T23:49:20.321Z Compiling der_derive v0.7.3
15222026-02-28T23:49:20.734Z Compiling tinystr v0.7.6
15232026-02-28T23:49:20.758Z Compiling icu_collections v1.5.0
15242026-02-28T23:49:20.787Z Compiling futures-util v0.3.31
15252026-02-28T23:49:21.131Z Compiling icu_locid v1.5.0
15262026-02-28T23:49:21.412Z Compiling serde v1.0.228
15272026-02-28T23:49:21.503Z Compiling ppv-lite86 v0.2.20
15282026-02-28T23:49:22.008Z Compiling thiserror v2.0.18
15292026-02-28T23:49:22.253Z Compiling icu_provider v1.5.0
15302026-02-28T23:49:22.278Z Compiling der v0.7.10
15312026-02-28T23:49:22.313Z Compiling pest v2.8.2
15322026-02-28T23:49:22.656Z Compiling bytes v1.11.1
15332026-02-28T23:49:23.008Z Compiling bitflags v2.9.4
15342026-02-28T23:49:23.145Z Compiling icu_locid_transform v1.5.0
15352026-02-28T23:49:23.371Z Compiling chrono v0.4.43
15362026-02-28T23:49:23.417Z Compiling salsa20 v0.10.2
15372026-02-28T23:49:23.693Z Compiling pbkdf2 v0.12.2
15382026-02-28T23:49:23.914Z Compiling tokio v1.49.0
15392026-02-28T23:49:24.053Z Compiling http v1.4.0
15402026-02-28T23:49:24.935Z Compiling icu_properties v1.5.1
15412026-02-28T23:49:25.140Z Compiling spki v0.7.3
15422026-02-28T23:49:25.200Z Compiling pest_meta v2.8.2
15432026-02-28T23:49:25.511Z Compiling scrypt v0.11.0
15442026-02-28T23:49:25.842Z Compiling rand_chacha v0.9.0
15452026-02-28T23:49:26.042Z Compiling aes v0.8.4
15462026-02-28T23:49:26.129Z Compiling cbc v0.1.2
15472026-02-28T23:49:26.383Z Compiling rustls-pki-types v1.14.0
15482026-02-28T23:49:26.442Z Compiling zerocopy-derive v0.8.27
15492026-02-28T23:49:27.386Z Compiling tracing-attributes v0.1.27
15502026-02-28T23:49:27.410Z Compiling pkcs5 v0.7.1
15512026-02-28T23:49:28.361Z Compiling pest_generator v2.8.2
15522026-02-28T23:49:28.388Z Compiling icu_normalizer v1.5.0
15532026-02-28T23:49:29.114Z Compiling rand v0.9.2
15542026-02-28T23:49:29.204Z Compiling idna_adapter v1.2.0
15552026-02-28T23:49:29.435Z Compiling idna v1.0.3
15562026-02-28T23:49:29.879Z Compiling http-body v1.0.1
15572026-02-28T23:49:29.908Z Compiling pest_derive v2.8.2
15582026-02-28T23:49:30.082Z Compiling url v2.5.4
15592026-02-28T23:49:30.138Z Compiling tracing v0.1.40
15602026-02-28T23:49:30.608Z Compiling pkcs8 v0.10.2
15612026-02-28T23:49:30.746Z Compiling scroll_derive v0.13.1
15622026-02-28T23:49:30.847Z Compiling schemars_derive v0.8.22
15632026-02-28T23:49:31.200Z Compiling try-lock v0.2.5
15642026-02-28T23:49:31.372Z Compiling atomic-waker v1.1.2
15652026-02-28T23:49:31.560Z Compiling want v0.3.1
15662026-02-28T23:49:32.278Z Compiling tokio-util v0.7.15
15672026-02-28T23:49:32.465Z Compiling scroll v0.13.0
15682026-02-28T23:49:33.015Z Compiling ipnet v2.11.0
15692026-02-28T23:49:34.060Z Compiling h2 v0.4.6
15702026-02-28T23:49:34.347Z Compiling darling_macro v0.20.10
15712026-02-28T23:49:34.381Z Compiling tinyvec v1.8.0
15722026-02-28T23:49:35.195Z Compiling lazy_static v1.5.0
15732026-02-28T23:49:35.219Z Compiling bzip2-sys v0.1.13+1.0.8
15742026-02-28T23:49:35.345Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15752026-02-28T23:49:35.662Z Compiling aho-corasick v1.1.3
15762026-02-28T23:49:35.842Z Compiling num-conv v0.2.0
15772026-02-28T23:49:36.025Z Compiling time-core v0.1.8
15782026-02-28T23:49:36.049Z Compiling openssl v0.10.73
15792026-02-28T23:49:36.083Z Compiling powerfmt v0.2.0
15802026-02-28T23:49:36.312Z Compiling foreign-types-shared v0.1.1
15812026-02-28T23:49:36.437Z Compiling httpdate v1.0.3
15822026-02-28T23:49:36.463Z Compiling foreign-types v0.3.2
15832026-02-28T23:49:36.487Z Compiling deranged v0.5.3
15842026-02-28T23:49:36.525Z Compiling time-macros v0.2.27
15852026-02-28T23:49:36.627Z Compiling tempfile v3.24.0
15862026-02-28T23:49:37.415Z Compiling darling v0.20.10
15872026-02-28T23:49:37.556Z Compiling regex-automata v0.4.14
15882026-02-28T23:49:38.237Z Compiling goblin v0.10.2
15892026-02-28T23:49:38.808Z Compiling openssl-macros v0.1.1
15902026-02-28T23:49:39.443Z Compiling wait-timeout v0.2.0
15912026-02-28T23:49:39.518Z Compiling syn v1.0.109
15922026-02-28T23:49:39.917Z Compiling usdt-impl v0.6.0
15932026-02-28T23:49:39.977Z Compiling bit-vec v0.8.0
15942026-02-28T23:49:40.075Z Compiling gimli v0.31.1
15952026-02-28T23:49:40.255Z Compiling native-tls v0.2.12
15962026-02-28T23:49:40.394Z Compiling num_threads v0.1.7
15972026-02-28T23:49:40.549Z Compiling hyper v1.8.1
15982026-02-28T23:49:40.603Z Compiling crossbeam-utils v0.8.21
15992026-02-28T23:49:41.095Z Compiling quick-error v1.2.3
16002026-02-28T23:49:41.262Z Compiling rusty-fork v0.3.0
16012026-02-28T23:49:41.914Z Compiling time v0.3.47
16022026-02-28T23:49:42.727Z Compiling hyper-util v0.1.19
16032026-02-28T23:49:43.782Z Compiling addr2line v0.24.2
16042026-02-28T23:49:44.180Z Compiling bit-set v0.8.0
16052026-02-28T23:49:44.400Z Compiling dof v0.4.0
16062026-02-28T23:49:45.584Z Compiling derive_builder_core v0.20.2
16072026-02-28T23:49:46.339Z Compiling unicode-normalization v0.1.24
16082026-02-28T23:49:46.447Z Compiling dtrace-parser v0.3.0
16092026-02-28T23:49:46.610Z Compiling rustls-native-certs v0.8.1
16102026-02-28T23:49:47.143Z Compiling signature v2.2.0
16112026-02-28T23:49:47.284Z Compiling thiserror-impl v1.0.69
16122026-02-28T23:49:47.424Z Compiling scroll_derive v0.12.0
16132026-02-28T23:49:47.453Z Compiling heapless v0.7.17
16142026-02-28T23:49:47.864Z Compiling darling_core v0.21.0
16152026-02-28T23:49:47.891Z Compiling slog v2.8.2
16162026-02-28T23:49:48.096Z Compiling rand_xorshift v0.4.0
16172026-02-28T23:49:48.208Z Compiling sync_wrapper v1.0.1
16182026-02-28T23:49:48.374Z Compiling thread-id v5.0.0
16192026-02-28T23:49:48.398Z Compiling object v0.36.5
16202026-02-28T23:49:48.510Z Compiling cookie v0.18.1
16212026-02-28T23:49:48.588Z Compiling crc32fast v1.4.2
16222026-02-28T23:49:48.723Z Compiling unarray v0.1.4
16232026-02-28T23:49:48.807Z Compiling siphasher v0.3.11
16242026-02-28T23:49:48.911Z Compiling rustc-demangle v0.1.24
16252026-02-28T23:49:48.935Z Compiling zlib-rs v0.5.1
16262026-02-28T23:49:49.181Z Compiling signal-hook v0.3.18
16272026-02-28T23:49:49.450Z Compiling unicode-properties v0.1.3
16282026-02-28T23:49:49.713Z Compiling zstd-safe v7.2.3
16292026-02-28T23:49:49.790Z Compiling paste v1.0.15
16302026-02-28T23:49:49.869Z Compiling unicode-bidi v0.3.17
16312026-02-28T23:49:50.046Z Compiling anyhow v1.0.99
16322026-02-28T23:49:50.398Z Compiling thiserror v1.0.69
16332026-02-28T23:49:50.555Z Compiling stringprep v0.1.5
16342026-02-28T23:49:51.047Z Compiling phf_shared v0.11.2
16352026-02-28T23:49:51.193Z Compiling proptest v1.7.0
16362026-02-28T23:49:51.466Z Compiling scroll v0.12.0
16372026-02-28T23:49:51.672Z Compiling tower v0.5.2
16382026-02-28T23:49:52.110Z Compiling derive_builder_macro v0.20.2
16392026-02-28T23:49:52.825Z Compiling ipnetwork v0.21.1
16402026-02-28T23:49:53.331Z Compiling darling_macro v0.21.0
16412026-02-28T23:49:53.566Z Compiling http-body-util v0.1.3
16422026-02-28T23:49:53.645Z Compiling webpki-roots v1.0.1
16432026-02-28T23:49:53.851Z Compiling toml_datetime v0.6.11
16442026-02-28T23:49:54.005Z Compiling serde_spanned v0.6.9
16452026-02-28T23:49:54.099Z Compiling serde_tokenstream v0.2.3
16462026-02-28T23:49:54.245Z Compiling erased-serde v0.3.31
16472026-02-28T23:49:54.318Z Compiling rand_chacha v0.3.1
16482026-02-28T23:49:54.669Z Compiling backtrace v0.3.74
16492026-02-28T23:49:54.911Z Compiling libz-rs-sys v0.5.1
16502026-02-28T23:49:55.199Z Compiling md-5 v0.10.6
16512026-02-28T23:49:55.436Z Compiling curve25519-dalek v4.1.3
16522026-02-28T23:49:55.493Z Compiling vergen-lib v0.1.6
16532026-02-28T23:49:55.741Z Compiling num-integer v0.1.46
16542026-02-28T23:49:55.840Z Compiling hash32 v0.2.1
16552026-02-28T23:49:55.980Z Compiling ff v0.13.0
16562026-02-28T23:49:56.074Z Compiling memoffset v0.9.1
16572026-02-28T23:49:56.181Z Compiling psl-types v2.0.11
16582026-02-28T23:49:56.209Z Compiling ref-cast v1.0.25
16592026-02-28T23:49:56.388Z Compiling smoltcp v0.9.1
16602026-02-28T23:49:56.412Z Compiling iri-string v0.7.8
16612026-02-28T23:49:56.412Z Compiling ryu v1.0.18
16622026-02-28T23:49:56.729Z Compiling litrs v0.4.1
16632026-02-28T23:49:56.765Z Compiling cfg_aliases v0.2.1
16642026-02-28T23:49:56.885Z Compiling num-bigint-dig v0.8.6
16652026-02-28T23:49:56.975Z Compiling fallible-iterator v0.2.0
16662026-02-28T23:49:57.235Z Compiling base16ct v0.2.0
16672026-02-28T23:49:57.321Z Compiling nix v0.29.0
16682026-02-28T23:49:57.546Z Compiling sec1 v0.7.3
16692026-02-28T23:49:57.675Z Compiling postgres-protocol v0.6.8
16702026-02-28T23:49:57.777Z Compiling document-features v0.2.11
16712026-02-28T23:49:58.071Z Compiling serde_urlencoded v0.7.1
16722026-02-28T23:49:58.116Z Compiling newtype-uuid v1.3.2
16732026-02-28T23:49:58.696Z Compiling publicsuffix v2.3.0
16742026-02-28T23:49:58.722Z Compiling num-iter v0.1.45
16752026-02-28T23:49:58.746Z Compiling group v0.13.0
16762026-02-28T23:49:59.040Z Compiling tower-http v0.6.8
16772026-02-28T23:49:59.691Z Compiling flate2 v1.1.2
16782026-02-28T23:49:59.755Z Compiling rand v0.8.5
16792026-02-28T23:49:59.815Z Compiling darling v0.21.0
16802026-02-28T23:49:59.855Z Compiling oxnet v0.1.4
16812026-02-28T23:49:59.894Z Compiling derive_builder v0.20.2
16822026-02-28T23:49:59.956Z Compiling goblin v0.8.2
16832026-02-28T23:50:00.629Z Compiling tokio-native-tls v0.3.1
16842026-02-28T23:50:01.466Z Compiling regex v1.12.3
16852026-02-28T23:50:01.512Z Compiling terminal_size v0.4.0
16862026-02-28T23:50:01.545Z Compiling cargo-platform v0.1.8
16872026-02-28T23:50:01.744Z Compiling hkdf v0.12.4
16882026-02-28T23:50:01.886Z Compiling crypto-bigint v0.5.5
16892026-02-28T23:50:02.018Z Compiling ref-cast-impl v1.0.25
16902026-02-28T23:50:02.063Z Compiling strum_macros v0.27.2
16912026-02-28T23:50:02.393Z Compiling daft-derive v0.1.4
16922026-02-28T23:50:02.877Z Compiling hubpack_derive v0.1.1
16932026-02-28T23:50:03.011Z Compiling async-trait v0.1.89
16942026-02-28T23:50:03.607Z Compiling curve25519-dalek-derive v0.1.1
16952026-02-28T23:50:03.698Z Compiling vergen v9.0.6
16962026-02-28T23:50:03.973Z Compiling ahash v0.8.12
16972026-02-28T23:50:04.316Z Compiling fs-err v3.1.1
16982026-02-28T23:50:04.614Z Compiling buf-list v1.0.3
16992026-02-28T23:50:04.821Z Compiling winnow v0.5.40
17002026-02-28T23:50:05.075Z Compiling simd-adler32 v0.3.7
17012026-02-28T23:50:05.188Z Compiling unicode-segmentation v1.12.0
17022026-02-28T23:50:05.562Z Compiling bitflags v1.3.2
17032026-02-28T23:50:05.690Z Compiling bumpalo v3.16.0
17042026-02-28T23:50:05.944Z Compiling managed v0.8.0
17052026-02-28T23:50:06.169Z Compiling lockfree-object-pool v0.1.6
17062026-02-28T23:50:06.237Z Compiling either v1.15.0
17072026-02-28T23:50:06.392Z Compiling clap_builder v4.5.48
17082026-02-28T23:50:06.465Z Compiling zopfli v0.8.1
17092026-02-28T23:50:06.887Z Compiling strum v0.27.2
17102026-02-28T23:50:07.254Z Compiling dof v0.3.0
17112026-02-28T23:50:07.918Z Compiling toml_edit v0.19.15
17122026-02-28T23:50:08.308Z Compiling elliptic-curve v0.13.8
17132026-02-28T23:50:08.679Z Compiling daft v0.1.4
17142026-02-28T23:50:08.894Z Compiling hubpack v0.1.2
17152026-02-28T23:50:09.245Z Compiling cargo_metadata v0.19.2
17162026-02-28T23:50:09.310Z Compiling signal-hook-mio v0.2.4
17172026-02-28T23:50:09.493Z Compiling cookie_store v0.22.1
17182026-02-28T23:50:10.864Z Compiling hyper-tls v0.6.0
17192026-02-28T23:50:11.237Z Compiling zstd v0.13.3
17202026-02-28T23:50:12.261Z Compiling serde_with_macros v3.16.1
17212026-02-28T23:50:12.572Z Compiling postgres-types v0.2.9
17222026-02-28T23:50:13.158Z Compiling usdt-attr-macro v0.6.0
17232026-02-28T23:50:13.663Z Compiling usdt-macro v0.6.0
17242026-02-28T23:50:13.800Z Compiling phf v0.11.2
17252026-02-28T23:50:14.083Z Compiling dtrace-parser v0.2.0
17262026-02-28T23:50:14.179Z Compiling ed25519 v2.2.3
17272026-02-28T23:50:14.346Z Compiling bzip2 v0.5.2
17282026-02-28T23:50:14.456Z Compiling bzip2 v0.4.4
17292026-02-28T23:50:14.540Z Compiling bstr v1.10.0
17302026-02-28T23:50:14.699Z Compiling pkcs1 v0.7.5
17312026-02-28T23:50:14.836Z Compiling serde-big-array v0.5.1
17322026-02-28T23:50:14.866Z Compiling hex v0.4.3
17332026-02-28T23:50:15.066Z Compiling rfc6979 v0.4.0
17342026-02-28T23:50:15.261Z Compiling serde_repr v0.1.19
17352026-02-28T23:50:15.401Z Compiling enum-as-inner v0.6.1
17362026-02-28T23:50:15.508Z Compiling strum_macros v0.26.4
17372026-02-28T23:50:15.886Z Compiling clap_derive v4.5.47
17382026-02-28T23:50:15.988Z Compiling float-cmp v0.10.0
17392026-02-28T23:50:16.044Z Compiling env_filter v0.1.2
17402026-02-28T23:50:16.191Z Compiling memmap2 v0.9.8
17412026-02-28T23:50:16.227Z Compiling socket2 v0.5.10
17422026-02-28T23:50:16.257Z Compiling encoding_rs v0.8.34
17432026-02-28T23:50:16.577Z Compiling jiff v0.2.15
17442026-02-28T23:50:16.602Z Compiling normalize-line-endings v0.3.0
17452026-02-28T23:50:16.748Z Compiling predicates-core v1.0.8
17462026-02-28T23:50:17.060Z Compiling whoami v1.5.2
17472026-02-28T23:50:17.134Z Compiling fixedbitset v0.4.2
17482026-02-28T23:50:17.534Z Compiling mime v0.3.17
17492026-02-28T23:50:17.623Z Compiling keccak v0.1.5
17502026-02-28T23:50:18.006Z Compiling new_debug_unreachable v1.0.6
17512026-02-28T23:50:18.118Z Compiling precomputed-hash v0.1.1
17522026-02-28T23:50:18.254Z Compiling difflib v0.4.0
17532026-02-28T23:50:19.021Z Compiling fixedbitset v0.5.7
17542026-02-28T23:50:19.212Z Compiling data-encoding v2.9.0
17552026-02-28T23:50:19.262Z Compiling static_assertions v1.1.0
17562026-02-28T23:50:19.379Z Compiling rustc-hash v2.1.1
17572026-02-28T23:50:19.404Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17582026-02-28T23:50:19.429Z Compiling clap v4.5.48
17592026-02-28T23:50:19.567Z Compiling iddqd v0.3.16
17602026-02-28T23:50:19.593Z Compiling petgraph v0.8.2
17612026-02-28T23:50:19.617Z Compiling toml_edit v0.22.27
17622026-02-28T23:50:20.661Z Compiling hickory-proto v0.25.2
17632026-02-28T23:50:20.737Z Compiling strum v0.26.3
17642026-02-28T23:50:20.935Z Compiling predicates v3.1.3
17652026-02-28T23:50:21.964Z Compiling string_cache v0.8.9
17662026-02-28T23:50:22.243Z Compiling sha3 v0.10.8
17672026-02-28T23:50:22.397Z Compiling tokio-postgres v0.7.13
17682026-02-28T23:50:23.130Z Compiling zip v4.2.0
17692026-02-28T23:50:23.613Z Compiling petgraph v0.6.5
17702026-02-28T23:50:25.025Z Compiling usdt v0.6.0
17712026-02-28T23:50:25.340Z Compiling env_logger v0.11.8
17722026-02-28T23:50:25.446Z Compiling usdt-impl v0.5.0
17732026-02-28T23:50:25.471Z Compiling similar v2.7.0
17742026-02-28T23:50:25.996Z Compiling serde_with v3.16.1
17752026-02-28T23:50:26.582Z Compiling ecdsa v0.16.9
17762026-02-28T23:50:26.860Z Compiling rsa v0.9.8
17772026-02-28T23:50:26.884Z Compiling zip v0.6.6
17782026-02-28T23:50:26.884Z Compiling ed25519-dalek v2.1.1
17792026-02-28T23:50:28.040Z Compiling toml v0.7.8
17802026-02-28T23:50:28.082Z Compiling crossterm v0.28.1
17812026-02-28T23:50:29.206Z Compiling itertools v0.13.0
17822026-02-28T23:50:29.277Z Compiling itertools v0.10.5
17832026-02-28T23:50:29.435Z Compiling heck v0.4.1
17842026-02-28T23:50:29.824Z Compiling crossbeam-epoch v0.9.18
17852026-02-28T23:50:29.851Z Compiling tokio-stream v0.1.17
17862026-02-28T23:50:30.474Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17872026-02-28T23:50:30.766Z Compiling x509-cert v0.2.5
17882026-02-28T23:50:30.839Z Compiling openapiv3 v2.2.0
17892026-02-28T23:50:30.866Z Compiling sha1 v0.10.6
17902026-02-28T23:50:30.891Z Compiling winnow v0.6.26
17912026-02-28T23:50:31.229Z Compiling peg-runtime v0.8.5
17922026-02-28T23:50:31.541Z Compiling lalrpop-util v0.19.12
17932026-02-28T23:50:31.746Z Compiling thread_local v1.1.8
17942026-02-28T23:50:31.783Z Compiling slog-async v2.8.0
17952026-02-28T23:50:31.886Z Compiling crossbeam-channel v0.5.15
17962026-02-28T23:50:32.205Z Compiling xattr v1.3.1
17972026-02-28T23:50:32.325Z Compiling futures-executor v0.3.31
17982026-02-28T23:50:32.457Z Compiling is-terminal v0.4.13
17992026-02-28T23:50:32.586Z Compiling filetime v0.2.26
18002026-02-28T23:50:32.756Z Compiling take_mut v0.2.2
18012026-02-28T23:50:32.780Z Compiling term v1.1.0
18022026-02-28T23:50:32.859Z Compiling tar v0.4.44
18032026-02-28T23:50:33.363Z Compiling slog-term v2.9.2
18042026-02-28T23:50:33.749Z Compiling futures v0.3.31
18052026-02-28T23:50:42.593Z Compiling rustls-webpki v0.103.9
18062026-02-28T23:50:48.827Z Compiling tokio-rustls v0.26.0
18072026-02-28T23:50:48.827Z Compiling rustls-platform-verifier v0.6.2
18082026-02-28T23:50:49.164Z Compiling hyper-rustls v0.27.7
18092026-02-28T23:50:49.502Z Compiling reqwest v0.13.2
18102026-02-28T23:50:49.526Z Compiling reqwest v0.12.28
18112026-02-28T23:50:54.153Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-02-28T23:50:54.537Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-02-28T23:51:00.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
18142026-02-28T23:51:00.193Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18152026-02-28T23:51:00.263ZFeb 28 23:51:00.201 INFO Starting download, target: Cockroach
18162026-02-28T23:51:00.263ZFeb 28 23:51:00.202 INFO Starting download, target: Console
18172026-02-28T23:51:00.263ZFeb 28 23:51:00.202 INFO Starting download, target: Clickhouse
18182026-02-28T23:51:00.263ZFeb 28 23:51:00.202 INFO Starting download, target: DendriteStub
18192026-02-28T23:51:00.263ZFeb 28 23:51:00.202 INFO Starting download, target: MaghemiteMgd
18202026-02-28T23:51:00.263ZFeb 28 23:51:00.202 INFO Starting download, target: TransceiverControl
18212026-02-28T23:51:00.288ZFeb 28 23:51:00.203 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18222026-02-28T23:51:00.288ZFeb 28 23:51:00.203 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18232026-02-28T23:51:00.288ZFeb 28 23:51:00.203 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18242026-02-28T23:51:00.288ZFeb 28 23:51:00.203 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18252026-02-28T23:51:00.288ZFeb 28 23:51:00.204 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18262026-02-28T23:51:00.288ZFeb 28 23:51:00.204 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18272026-02-28T23:51:00.708ZFeb 28 23:51:00.644 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18282026-02-28T23:51:01.124ZFeb 28 23:51:01.053 INFO Download complete, target: Console
18292026-02-28T23:51:03.454ZFeb 28 23:51:03.392 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18302026-02-28T23:51:03.862ZFeb 28 23:51:03.801 INFO Download complete, target: TransceiverControl
18312026-02-28T23:51:08.606ZFeb 28 23:51:08.544 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18322026-02-28T23:51:08.906ZFeb 28 23:51:08.844 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18332026-02-28T23:51:10.577ZFeb 28 23:51:10.516 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18342026-02-28T23:51:10.577ZFeb 28 23:51:10.516 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18352026-02-28T23:51:13.462ZFeb 28 23:51:13.398 INFO Download complete, target: MaghemiteMgd
18362026-02-28T23:51:13.486ZFeb 28 23:51:13.403 INFO Download complete, target: DendriteStub
18372026-02-28T23:51:19.562ZFeb 28 23:51:19.501 INFO Checking that binary works, target: Cockroach
18382026-02-28T23:51:19.773ZFeb 28 23:51:19.713 INFO Download complete, target: Cockroach
18392026-02-28T23:51:23.448ZFeb 28 23:51:23.388 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18402026-02-28T23:51:35.173ZFeb 28 23:51:35.113 INFO Checking that binary works, target: Clickhouse
18412026-02-28T23:51:35.372ZFeb 28 23:51:35.313 INFO Download complete, target: Clickhouse
18422026-02-28T23:51:35.397ZAll prerequisites installed successfully
18432026-02-28T23:51:35.397Z
18442026-02-28T23:51:35.397Zreal 5:04.520186078
18452026-02-28T23:51:35.397Zuser 15:32.607569698
18462026-02-28T23:51:35.397Zsys 2:32.196885480
18472026-02-28T23:51:35.397Ztrap 0.560271867
18482026-02-28T23:51:35.397Ztflt 0.367163218
18492026-02-28T23:51:35.397Zdflt 0.767560421
18502026-02-28T23:51:35.397Zkflt 0.009289788
18512026-02-28T23:51:35.397Zlock 43:27.400523214
18522026-02-28T23:51:35.397Zslp 57:55.203823472
18532026-02-28T23:51:35.397Zlat 1:09.886169987
18542026-02-28T23:51:35.397Zstop 2:32.100249269
18552026-02-28T23:51:35.397Z+ source ./tools/include/force-git-over-https.sh
18562026-02-28T23:51:35.397Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18572026-02-28T23:51:35.397Z++ (( i = 0 ))
18582026-02-28T23:51:35.397Z++ (( i < 5 ))
18592026-02-28T23:51:35.397Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18602026-02-28T23:51:35.397Z++ (( i++ ))
18612026-02-28T23:51:35.397Z++ (( i < 5 ))
18622026-02-28T23:51:35.397Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18632026-02-28T23:51:35.397Z++ (( i++ ))
18642026-02-28T23:51:35.397Z++ (( i < 5 ))
18652026-02-28T23:51:35.397Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18662026-02-28T23:51:35.422Z++ (( i++ ))
18672026-02-28T23:51:35.422Z++ (( i < 5 ))
18682026-02-28T23:51:35.422Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18692026-02-28T23:51:35.422Z++ (( i++ ))
18702026-02-28T23:51:35.422Z++ (( i < 5 ))
18712026-02-28T23:51:35.422Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18722026-02-28T23:51:35.422Z++ (( i++ ))
18732026-02-28T23:51:35.422Z++ (( i < 5 ))
18742026-02-28T23:51:35.422Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18752026-02-28T23:51:35.422Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18762026-02-28T23:51:35.422Z+ rc=0
18772026-02-28T23:51:35.422Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18782026-02-28T23:52:29.847Z+ case $rc in
18792026-02-28T23:52:29.847Z+ pfexec zfs create -p rpool/images/build/host
18802026-02-28T23:52:29.941Z+ pfexec zfs create -p rpool/images/build/recovery
18812026-02-28T23:52:29.973Z+ cargo xtask releng --output-dir /work --mkincorp
18822026-02-28T23:52:31.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
18832026-02-28T23:52:31.267Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18842026-02-28T23:52:32.891Z Compiling proc-macro2 v1.0.106
18852026-02-28T23:52:32.891Z Compiling quote v1.0.44
18862026-02-28T23:52:32.891Z Compiling unicode-ident v1.0.24
18872026-02-28T23:52:32.915Z Compiling libc v0.2.180
18882026-02-28T23:52:32.915Z Compiling serde_core v1.0.228
18892026-02-28T23:52:32.915Z Compiling serde v1.0.228
18902026-02-28T23:52:32.915Z Compiling autocfg v1.4.0
18912026-02-28T23:52:32.915Z Compiling cfg-if v1.0.4
18922026-02-28T23:52:33.164Z Compiling version_check v0.9.5
18932026-02-28T23:52:33.463Z Compiling shlex v1.3.0
18942026-02-28T23:52:33.656Z Compiling find-msvc-tools v0.1.9
18952026-02-28T23:52:33.810Z Compiling lock_api v0.4.12
18962026-02-28T23:52:33.834Z Compiling typenum v1.17.0
18972026-02-28T23:52:34.069Z Compiling generic-array v0.14.7
18982026-02-28T23:52:34.181Z Compiling portable-atomic v1.11.0
18992026-02-28T23:52:34.392Z Compiling memchr v2.7.4
19002026-02-28T23:52:34.566Z Compiling zmij v1.0.15
19012026-02-28T23:52:34.773Z Compiling jobserver v0.1.32
19022026-02-28T23:52:35.252Z Compiling cc v1.2.56
19032026-02-28T23:52:35.304Z Compiling getrandom v0.3.4
19042026-02-28T23:52:35.457Z Compiling syn v2.0.117
19052026-02-28T23:52:35.485Z Compiling serde_json v1.0.149
19062026-02-28T23:52:35.800Z Compiling libm v0.2.8
19072026-02-28T23:52:35.850Z Compiling num-traits v0.2.19
19082026-02-28T23:52:36.119Z Compiling parking_lot_core v0.9.10
19092026-02-28T23:52:36.148Z Compiling getrandom v0.2.15
19102026-02-28T23:52:36.182Z Compiling smallvec v1.15.1
19112026-02-28T23:52:36.501Z Compiling pkg-config v0.3.31
19122026-02-28T23:52:36.541Z Compiling value-bag v1.12.0
19132026-02-28T23:52:36.965Z Compiling itoa v1.0.11
19142026-02-28T23:52:37.214Z Compiling log v0.4.29
19152026-02-28T23:52:37.273Z Compiling scopeguard v1.2.0
19162026-02-28T23:52:37.645Z Compiling slab v0.4.9
19172026-02-28T23:52:37.971Z Compiling subtle v2.6.1
19182026-02-28T23:52:38.072Z Compiling critical-section v1.1.3
19192026-02-28T23:52:38.100Z Compiling rand_core v0.6.4
19202026-02-28T23:52:38.290Z Compiling thiserror v2.0.18
19212026-02-28T23:52:38.695Z Compiling stable_deref_trait v1.2.0
19222026-02-28T23:52:38.921Z Compiling byteorder v1.5.0
19232026-02-28T23:52:39.195Z Compiling once_cell v1.21.3
19242026-02-28T23:52:39.450Z Compiling ring v0.17.14
19252026-02-28T23:52:39.474Z Compiling cmake v0.1.57
19262026-02-28T23:52:39.721Z Compiling fs_extra v1.3.0
19272026-02-28T23:52:39.757Z Compiling dunce v1.0.5
19282026-02-28T23:52:40.023Z Compiling heck v0.5.0
19292026-02-28T23:52:40.243Z Compiling semver v1.0.27
19302026-02-28T23:52:40.297Z Compiling aws-lc-sys v0.37.1
19312026-02-28T23:52:40.511Z Compiling pin-project-lite v0.2.14
19322026-02-28T23:52:40.586Z Compiling allocator-api2 v0.2.21
19332026-02-28T23:52:40.716Z Compiling equivalent v1.0.2
19342026-02-28T23:52:40.853Z Compiling writeable v0.5.5
19352026-02-28T23:52:40.904Z Compiling const-oid v0.9.6
19362026-02-28T23:52:41.479Z Compiling litemap v0.7.3
19372026-02-28T23:52:41.839Z Compiling rustversion v1.0.22
19382026-02-28T23:52:41.892Z Compiling percent-encoding v2.3.2
19392026-02-28T23:52:41.916Z Compiling fnv v1.0.7
19402026-02-28T23:52:42.014Z Compiling synstructure v0.13.1
19412026-02-28T23:52:42.646Z Compiling icu_locid_transform_data v1.5.0
19422026-02-28T23:52:43.057Z Compiling icu_properties_data v1.5.0
19432026-02-28T23:52:43.104Z Compiling zerocopy v0.8.27
19442026-02-28T23:52:43.289Z Compiling aws-lc-rs v1.16.0
19452026-02-28T23:52:43.491Z Compiling futures-core v0.3.32
19462026-02-28T23:52:43.831Z Compiling signal-hook-registry v1.4.2
19472026-02-28T23:52:43.920Z Compiling utf16_iter v1.0.5
19482026-02-28T23:52:43.945Z Compiling foldhash v0.2.0
19492026-02-28T23:52:44.010Z Compiling icu_normalizer_data v1.5.0
19502026-02-28T23:52:44.149Z Compiling utf8_iter v1.0.4
19512026-02-28T23:52:44.263Z Compiling write16 v1.0.0
19522026-02-28T23:52:44.442Z Compiling hashbrown v0.16.1
19532026-02-28T23:52:44.516Z Compiling parking_lot v0.12.3
19542026-02-28T23:52:44.554Z Compiling mio v1.0.2
19552026-02-28T23:52:44.586Z Compiling httparse v1.9.5
19562026-02-28T23:52:44.975Z Compiling serde_derive v1.0.228
19572026-02-28T23:52:45.186Z Compiling zeroize_derive v1.4.2
19582026-02-28T23:52:45.271Z Compiling zerofrom-derive v0.1.4
19592026-02-28T23:52:45.985Z Compiling yoke-derive v0.7.4
19602026-02-28T23:52:46.222Z Compiling zerovec-derive v0.10.3
19612026-02-28T23:52:46.276Z Compiling zeroize v1.8.1
19622026-02-28T23:52:46.312Z Compiling displaydoc v0.2.5
19632026-02-28T23:52:46.312Z Compiling icu_provider_macros v1.5.0
19642026-02-28T23:52:46.730Z Compiling zerocopy-derive v0.7.35
19652026-02-28T23:52:46.849Z Compiling tokio-macros v2.6.0
19662026-02-28T23:52:47.275Z Compiling futures-macro v0.3.31
19672026-02-28T23:52:47.754Z Compiling thiserror-impl v2.0.18
19682026-02-28T23:52:48.354Z Compiling zerofrom v0.1.4
19692026-02-28T23:52:48.389Z Compiling der_derive v0.7.3
19702026-02-28T23:52:48.653Z Compiling yoke v0.7.4
19712026-02-28T23:52:48.883Z Compiling tracing-attributes v0.1.27
19722026-02-28T23:52:49.169Z Compiling zerovec v0.10.4
19732026-02-28T23:52:49.212Z Compiling crypto-common v0.1.6
19742026-02-28T23:52:49.498Z Compiling block-buffer v0.10.4
19752026-02-28T23:52:49.695Z Compiling zerocopy-derive v0.8.27
19762026-02-28T23:52:49.803Z Compiling digest v0.10.7
19772026-02-28T23:52:50.261Z Compiling vcpkg v0.2.15
19782026-02-28T23:52:50.380Z Compiling rustix v1.1.3
19792026-02-28T23:52:50.440Z Compiling schemars v0.8.22
19802026-02-28T23:52:50.971Z Compiling serde_derive_internals v0.29.1
19812026-02-28T23:52:51.433Z Compiling tinystr v0.7.6
19822026-02-28T23:52:51.573Z Compiling icu_collections v1.5.0
19832026-02-28T23:52:51.878Z Compiling bytes v1.11.1
19842026-02-28T23:52:52.057Z Compiling bitflags v2.9.4
19852026-02-28T23:52:52.138Z Compiling icu_locid v1.5.0
19862026-02-28T23:52:52.373Z Compiling openssl-sys v0.9.109
19872026-02-28T23:52:52.828Z Compiling rustix v0.38.37
19882026-02-28T23:52:53.272Z Compiling schemars_derive v0.8.22
19892026-02-28T23:52:53.427Z Compiling icu_provider v1.5.0
19902026-02-28T23:52:53.521Z Compiling form_urlencoded v1.2.2
19912026-02-28T23:52:53.703Z Compiling socket2 v0.6.1
19922026-02-28T23:52:53.856Z Compiling errno v0.3.12
19932026-02-28T23:52:54.215Z Compiling icu_locid_transform v1.5.0
19942026-02-28T23:52:54.508Z Compiling tokio v1.49.0
19952026-02-28T23:52:55.099Z Compiling zerocopy v0.7.35
19962026-02-28T23:52:55.293Z Compiling indexmap v2.13.0
19972026-02-28T23:52:55.696Z Compiling icu_properties v1.5.1
19982026-02-28T23:52:56.704Z Compiling rustls v0.23.37
19992026-02-28T23:52:57.050Z Compiling futures-sink v0.3.31
20002026-02-28T23:52:57.282Z Compiling futures-channel v0.3.31
20012026-02-28T23:52:58.140Z Compiling futures-io v0.3.31
20022026-02-28T23:52:58.414Z Compiling cpufeatures v0.2.14
20032026-02-28T23:52:58.539Z Compiling futures-task v0.3.31
20042026-02-28T23:52:58.593Z Compiling pin-utils v0.1.0
20052026-02-28T23:52:58.840Z Compiling futures-util v0.3.31
20062026-02-28T23:52:59.109Z Compiling ppv-lite86 v0.2.20
20072026-02-28T23:52:59.915Z Compiling icu_normalizer v1.5.0
20082026-02-28T23:53:00.520Z Compiling rustc_version v0.4.1
20092026-02-28T23:53:00.798Z Compiling strsim v0.11.1
20102026-02-28T23:53:01.200Z Compiling idna_adapter v1.2.0
20112026-02-28T23:53:01.508Z Compiling idna v1.0.3
20122026-02-28T23:53:01.738Z Compiling ucd-trie v0.1.7
20132026-02-28T23:53:02.339Z Compiling url v2.5.4
20142026-02-28T23:53:03.186Z Compiling pest v2.8.2
20152026-02-28T23:53:04.705Z Compiling hmac v0.12.1
20162026-02-28T23:53:05.398Z Compiling openssl v0.10.73
20172026-02-28T23:53:06.285Z Compiling pest_meta v2.8.2
20182026-02-28T23:53:06.330Z Compiling block-padding v0.3.3
20192026-02-28T23:53:06.379Z Compiling bzip2-sys v0.1.13+1.0.8
20202026-02-28T23:53:06.711Z Compiling ident_case v1.0.1
20212026-02-28T23:53:06.937Z Compiling iana-time-zone v0.1.63
20222026-02-28T23:53:06.961Z Compiling thiserror v1.0.69
20232026-02-28T23:53:07.284Z Compiling chrono v0.4.43
20242026-02-28T23:53:07.627Z Compiling pest_generator v2.8.2
20252026-02-28T23:53:07.691Z Compiling inout v0.1.3
20262026-02-28T23:53:08.333Z Compiling rustls-pki-types v1.14.0
20272026-02-28T23:53:08.556Z Compiling openssl-macros v0.1.1
20282026-02-28T23:53:09.267Z Compiling spin v0.9.8
20292026-02-28T23:53:09.614Z Compiling native-tls v0.2.12
20302026-02-28T23:53:09.761Z Compiling time-core v0.1.8
20312026-02-28T23:53:10.167Z Compiling syn v1.0.109
20322026-02-28T23:53:10.210Z Compiling num-conv v0.2.0
20332026-02-28T23:53:10.568Z Compiling time-macros v0.2.27
20342026-02-28T23:53:10.635Z Compiling pest_derive v2.8.2
20352026-02-28T23:53:11.001Z Compiling cipher v0.4.4
20362026-02-28T23:53:11.394Z Compiling sha2 v0.10.9
20372026-02-28T23:53:12.527Z Compiling thiserror-impl v1.0.69
20382026-02-28T23:53:12.686Z Compiling scroll_derive v0.13.1
20392026-02-28T23:53:12.904Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20402026-02-28T23:53:13.549Z Compiling base64 v0.22.1
20412026-02-28T23:53:13.952Z Compiling crossbeam-utils v0.8.21
20422026-02-28T23:53:14.119Z Compiling base64ct v1.6.0
20432026-02-28T23:53:14.500Z Compiling foldhash v0.1.5
20442026-02-28T23:53:14.633Z Compiling pem-rfc7468 v0.7.0
20452026-02-28T23:53:14.755Z Compiling hashbrown v0.15.4
20462026-02-28T23:53:14.963Z Compiling http v1.4.0
20472026-02-28T23:53:15.209Z Compiling slog v2.8.2
20482026-02-28T23:53:15.446Z Compiling uuid v1.19.0
20492026-02-28T23:53:16.642Z Compiling regex-syntax v0.8.5
20502026-02-28T23:53:16.818Z Compiling untrusted v0.9.0
20512026-02-28T23:53:17.079Z Compiling flagset v0.4.6
20522026-02-28T23:53:17.433Z Compiling der v0.7.10
20532026-02-28T23:53:19.647Z Compiling rand_core v0.9.3
20542026-02-28T23:53:20.121Z Compiling plain v0.2.3
20552026-02-28T23:53:20.160Z Compiling camino v1.2.2
20562026-02-28T23:53:20.344Z Compiling paste v1.0.15
20572026-02-28T23:53:21.993Z Compiling spki v0.7.3
20582026-02-28T23:53:22.329Z Compiling tokio-util v0.7.15
20592026-02-28T23:53:24.130Z Compiling salsa20 v0.10.2
20602026-02-28T23:53:24.379Z Compiling pbkdf2 v0.12.2
20612026-02-28T23:53:25.620Z Compiling tracing-core v0.1.32
20622026-02-28T23:53:26.794Z Compiling num-bigint-dig v0.8.6
20632026-02-28T23:53:27.152Z Compiling dyn-clone v1.0.20
20642026-02-28T23:53:27.370Z Compiling tracing v0.1.40
20652026-02-28T23:53:27.708Z Compiling scrypt v0.11.0
20662026-02-28T23:53:28.517Z Compiling rand_chacha v0.9.0
20672026-02-28T23:53:28.970Z Compiling http-body v1.0.1
20682026-02-28T23:53:29.344Z Compiling aes v0.8.4
20692026-02-28T23:53:29.457Z Compiling cbc v0.1.2
20702026-02-28T23:53:30.588Z Compiling cookie v0.18.1
20712026-02-28T23:53:30.908Z Compiling ahash v0.8.12
20722026-02-28T23:53:31.000Z Compiling atomic-waker v1.1.2
20732026-02-28T23:53:31.228Z Compiling pretty-hex v0.4.1
20742026-02-28T23:53:31.269Z Compiling zstd-safe v7.2.3
20752026-02-28T23:53:31.476Z Compiling anyhow v1.0.99
20762026-02-28T23:53:31.501Z Compiling usdt-impl v0.6.0
20772026-02-28T23:53:31.610Z Compiling fastrand v2.1.1
20782026-02-28T23:53:33.264Z Compiling pkcs5 v0.7.1
20792026-02-28T23:53:34.396Z Compiling rand v0.9.2
20802026-02-28T23:53:35.828Z Compiling scroll v0.13.0
20812026-02-28T23:53:35.862Z Compiling lazy_static v1.5.0
20822026-02-28T23:53:36.039Z Compiling heapless v0.7.17
20832026-02-28T23:53:36.242Z Compiling serde_tokenstream v0.2.3
20842026-02-28T23:53:36.322Z Compiling async-trait v0.1.89
20852026-02-28T23:53:36.393Z Compiling scroll_derive v0.12.0
20862026-02-28T23:53:36.461Z Compiling daft-derive v0.1.4
20872026-02-28T23:53:36.779Z Compiling clap_derive v4.5.47
20882026-02-28T23:53:37.470Z Compiling aho-corasick v1.1.3
20892026-02-28T23:53:37.631Z Compiling try-lock v0.2.5
20902026-02-28T23:53:37.776Z Compiling adler2 v2.0.0
20912026-02-28T23:53:37.842Z Compiling tower-service v0.3.3
20922026-02-28T23:53:37.999Z Compiling untrusted v0.7.1
20932026-02-28T23:53:38.023Z Compiling openssl-probe v0.1.5
20942026-02-28T23:53:38.121Z Compiling tower-layer v0.3.3
20952026-02-28T23:53:38.581Z Compiling signal-hook v0.3.18
20962026-02-28T23:53:38.902Z Compiling miniz_oxide v0.8.5
20972026-02-28T23:53:39.232Z Compiling want v0.3.1
20982026-02-28T23:53:39.564Z Compiling regex-automata v0.4.14
20992026-02-28T23:53:40.141Z Compiling goblin v0.10.2
21002026-02-28T23:53:42.180Z Compiling tempfile v3.24.0
21012026-02-28T23:53:42.353Z Compiling pkcs8 v0.10.2
21022026-02-28T23:53:42.801Z Compiling h2 v0.4.6
21032026-02-28T23:53:42.896Z Compiling darling_core v0.20.10
21042026-02-28T23:53:43.006Z Compiling ipnet v2.11.0
21052026-02-28T23:53:44.397Z Compiling httpdate v1.0.3
21062026-02-28T23:53:45.268Z Compiling tinyvec_macros v0.1.1
21072026-02-28T23:53:47.248Z Compiling darling_macro v0.20.10
21082026-02-28T23:53:47.501Z Compiling dof v0.4.0
21092026-02-28T23:53:48.079Z Compiling tinyvec v1.8.0
21102026-02-28T23:53:49.459Z Compiling dtrace-parser v0.3.0
21112026-02-28T23:53:49.510Z Compiling darling_core v0.21.0
21122026-02-28T23:53:50.908Z Compiling hyper v1.8.1
21132026-02-28T23:53:51.159Z Compiling curve25519-dalek v4.1.3
21142026-02-28T23:53:51.635Z Compiling hex v0.4.3
21152026-02-28T23:53:52.261Z Compiling strum_macros v0.26.4
21162026-02-28T23:53:52.520Z Compiling thread-id v5.0.0
21172026-02-28T23:53:52.651Z Compiling memoffset v0.9.1
21182026-02-28T23:53:53.463Z Compiling anstyle v1.0.11
21192026-02-28T23:53:53.960Z Compiling utf8parse v0.2.2
21202026-02-28T23:53:54.037Z Compiling smoltcp v0.9.1
21212026-02-28T23:53:54.174Z Compiling foreign-types-shared v0.1.1
21222026-02-28T23:53:54.316Z Compiling litrs v0.4.1
21232026-02-28T23:53:54.401Z Compiling ref-cast v1.0.25
21242026-02-28T23:53:55.422Z Compiling document-features v0.2.11
21252026-02-28T23:53:55.582Z Compiling darling_macro v0.21.0
21262026-02-28T23:53:55.954Z Compiling foreign-types v0.3.2
21272026-02-28T23:53:56.080Z Compiling anstyle-parse v0.2.5
21282026-02-28T23:53:56.323Z Compiling hyper-util v0.1.19
21292026-02-28T23:53:57.631Z Compiling darling v0.20.10
21302026-02-28T23:53:59.477Z Compiling toml_datetime v0.6.11
21312026-02-28T23:53:59.664Z Compiling serde_spanned v0.6.9
21322026-02-28T23:54:00.002Z Compiling wait-timeout v0.2.0
21332026-02-28T23:54:00.036Z Compiling anstyle-query v1.1.1
21342026-02-28T23:54:00.183Z Compiling buf-list v1.0.3
21352026-02-28T23:54:00.208Z Compiling gimli v0.31.1
21362026-02-28T23:54:00.437Z Compiling quick-error v1.2.3
21372026-02-28T23:54:00.511Z Compiling is_terminal_polyfill v1.70.1
21382026-02-28T23:54:00.608Z Compiling cfg_aliases v0.2.1
21392026-02-28T23:54:00.706Z Compiling powerfmt v0.2.0
21402026-02-28T23:54:01.301Z Compiling colorchoice v1.0.2
21412026-02-28T23:54:01.336Z Compiling bit-vec v0.8.0
21422026-02-28T23:54:01.504Z Compiling anstream v0.6.18
21432026-02-28T23:54:01.855Z Compiling bit-set v0.8.0
21442026-02-28T23:54:02.169Z Compiling deranged v0.5.3
21452026-02-28T23:54:02.847Z Compiling nix v0.29.0
21462026-02-28T23:54:03.226Z Compiling rusty-fork v0.3.0
21472026-02-28T23:54:04.317Z Compiling addr2line v0.24.2
21482026-02-28T23:54:04.979Z Compiling derive_builder_core v0.20.2
21492026-02-28T23:54:05.115Z Compiling darling v0.21.0
21502026-02-28T23:54:05.246Z Compiling unicode-normalization v0.1.24
21512026-02-28T23:54:06.139Z Compiling regex v1.12.3
21522026-02-28T23:54:06.970Z Compiling rustls-native-certs v0.8.1
21532026-02-28T23:54:07.529Z Compiling http-body-util v0.1.3
21542026-02-28T23:54:07.966Z Compiling hubpack_derive v0.1.1
21552026-02-28T23:54:08.090Z Compiling rand_xorshift v0.4.0
21562026-02-28T23:54:08.546Z Compiling sync_wrapper v1.0.1
21572026-02-28T23:54:08.711Z Compiling erased-serde v0.3.31
21582026-02-28T23:54:08.738Z Compiling signature v2.2.0
21592026-02-28T23:54:08.766Z Compiling strum_macros v0.27.2
21602026-02-28T23:54:08.794Z Compiling curve25519-dalek-derive v0.1.1
21612026-02-28T23:54:09.031Z Compiling ref-cast-impl v1.0.25
21622026-02-28T23:54:10.023Z Compiling object v0.36.5
21632026-02-28T23:54:10.210Z Compiling usdt-impl v0.5.0
21642026-02-28T23:54:10.253Z Compiling fs-err v3.1.1
21652026-02-28T23:54:10.585Z Compiling crc32fast v1.4.2
21662026-02-28T23:54:11.031Z Compiling num_threads v0.1.7
21672026-02-28T23:54:11.227Z Compiling siphasher v0.3.11
21682026-02-28T23:54:11.318Z Compiling ryu v1.0.18
21692026-02-28T23:54:11.392Z Compiling zlib-rs v0.5.1
21702026-02-28T23:54:12.272Z Compiling unarray v0.1.4
21712026-02-28T23:54:12.477Z Compiling unicode-bidi v0.3.17
21722026-02-28T23:54:12.553Z Compiling unicode-properties v0.1.3
21732026-02-28T23:54:12.777Z Compiling rustc-demangle v0.1.24
21742026-02-28T23:54:13.223Z Compiling time v0.3.47
21752026-02-28T23:54:13.481Z Compiling stringprep v0.1.5
21762026-02-28T23:54:14.051Z Compiling proptest v1.7.0
21772026-02-28T23:54:15.945Z Compiling libz-rs-sys v0.5.1
21782026-02-28T23:54:16.273Z Compiling backtrace v0.3.74
21792026-02-28T23:54:16.636Z Compiling serde_urlencoded v0.7.1
21802026-02-28T23:54:17.241Z Compiling phf_shared v0.11.2
21812026-02-28T23:54:19.254Z Compiling tower v0.5.2
21822026-02-28T23:54:21.479Z Compiling derive_builder_macro v0.20.2
21832026-02-28T23:54:21.599Z Compiling serde_with_macros v3.16.1
21842026-02-28T23:54:21.782Z Compiling usdt-macro v0.6.0
21852026-02-28T23:54:22.178Z Compiling usdt-attr-macro v0.6.0
21862026-02-28T23:54:22.820Z Compiling ipnetwork v0.21.1
21872026-02-28T23:54:23.095Z Compiling scroll v0.12.0
21882026-02-28T23:54:23.605Z Compiling terminal_size v0.4.0
21892026-02-28T23:54:23.853Z Compiling webpki-roots v1.0.1
21902026-02-28T23:54:24.081Z Compiling rand_chacha v0.3.1
21912026-02-28T23:54:24.158Z Compiling num-integer v0.1.46
21922026-02-28T23:54:25.019Z Compiling md-5 v0.10.6
21932026-02-28T23:54:25.307Z Compiling vergen-lib v0.1.6
21942026-02-28T23:54:25.564Z Compiling hash32 v0.2.1
21952026-02-28T23:54:25.630Z Compiling ff v0.13.0
21962026-02-28T23:54:25.903Z Compiling fallible-iterator v0.2.0
21972026-02-28T23:54:25.940Z Compiling iri-string v0.7.8
21982026-02-28T23:54:26.509Z Compiling psl-types v2.0.11
21992026-02-28T23:54:27.368Z Compiling winnow v0.7.14
22002026-02-28T23:54:29.606Z Compiling clap_lex v0.7.4
22012026-02-28T23:54:30.617Z Compiling base16ct v0.2.0
22022026-02-28T23:54:31.222Z Compiling sec1 v0.7.3
22032026-02-28T23:54:31.736Z Compiling clap_builder v4.5.48
22042026-02-28T23:54:34.089Z Compiling tower-http v0.6.8
22052026-02-28T23:54:35.487Z Compiling publicsuffix v2.3.0
22062026-02-28T23:54:35.824Z Compiling postgres-protocol v0.6.8
22072026-02-28T23:54:36.793Z Compiling group v0.13.0
22082026-02-28T23:54:36.963Z Compiling rand v0.8.5
22092026-02-28T23:54:37.202Z Compiling num-iter v0.1.45
22102026-02-28T23:54:37.490Z Compiling rustls-webpki v0.103.9
22112026-02-28T23:54:39.159Z Compiling goblin v0.8.2
22122026-02-28T23:54:39.567Z Compiling oxnet v0.1.4
22132026-02-28T23:54:40.336Z Compiling derive_builder v0.20.2
22142026-02-28T23:54:40.519Z Compiling tokio-native-tls v0.3.1
22152026-02-28T23:54:40.838Z Compiling newtype-uuid v1.3.2
22162026-02-28T23:54:40.937Z Compiling flate2 v1.1.2
22172026-02-28T23:54:42.960Z Compiling hkdf v0.12.4
22182026-02-28T23:54:43.176Z Compiling cargo-platform v0.1.8
22192026-02-28T23:54:43.602Z Compiling crypto-bigint v0.5.5
22202026-02-28T23:54:45.823Z Compiling tokio-rustls v0.26.0
22212026-02-28T23:54:46.389Z Compiling hyper-rustls v0.27.7
22222026-02-28T23:54:46.494Z Compiling serde_repr v0.1.19
22232026-02-28T23:54:46.639Z Compiling enum-as-inner v0.6.1
22242026-02-28T23:54:46.986Z Compiling vergen v9.0.6
22252026-02-28T23:54:47.555Z Compiling encoding_rs v0.8.34
22262026-02-28T23:54:47.602Z Compiling winnow v0.5.40
22272026-02-28T23:54:48.100Z Compiling unicode-segmentation v1.12.0
22282026-02-28T23:54:48.803Z Compiling simd-adler32 v0.3.7
22292026-02-28T23:54:49.029Z Compiling bitflags v1.3.2
22302026-02-28T23:54:49.215Z Compiling bumpalo v3.16.0
22312026-02-28T23:54:49.329Z Compiling managed v0.8.0
22322026-02-28T23:54:49.380Z Compiling lockfree-object-pool v0.1.6
22332026-02-28T23:54:49.637Z Compiling mime v0.3.17
22342026-02-28T23:54:49.725Z Compiling either v1.15.0
22352026-02-28T23:54:49.798Z Compiling zopfli v0.8.1
22362026-02-28T23:54:50.720Z Compiling toml_edit v0.19.15
22372026-02-28T23:54:52.175Z Compiling elliptic-curve v0.13.8
22382026-02-28T23:54:52.804Z Compiling rustls-platform-verifier v0.6.2
22392026-02-28T23:54:53.218Z Compiling dof v0.3.0
22402026-02-28T23:54:53.356Z Compiling cargo_metadata v0.19.2
22412026-02-28T23:54:55.896Z Compiling daft v0.1.4
22422026-02-28T23:54:55.927Z Compiling zstd v0.13.3
22432026-02-28T23:54:56.170Z Compiling hyper-tls v0.6.0
22442026-02-28T23:54:56.431Z Compiling signal-hook-mio v0.2.4
22452026-02-28T23:54:56.514Z Compiling cookie_store v0.22.1
22462026-02-28T23:54:56.659Z Compiling postgres-types v0.2.9
22472026-02-28T23:54:57.066Z Compiling clap v4.5.48
22482026-02-28T23:54:57.564Z Compiling dtrace-parser v0.2.0
22492026-02-28T23:54:57.627Z Compiling phf v0.11.2
22502026-02-28T23:54:57.738Z Compiling strum v0.27.2
22512026-02-28T23:54:57.964Z Compiling ed25519 v2.2.3
22522026-02-28T23:54:58.019Z Compiling hubpack v0.1.2
22532026-02-28T23:54:58.060Z Compiling bzip2 v0.5.2
22542026-02-28T23:54:58.118Z Compiling bzip2 v0.4.4
22552026-02-28T23:54:58.447Z Compiling bstr v1.10.0
22562026-02-28T23:54:58.447Z Compiling pkcs1 v0.7.5
22572026-02-28T23:54:58.703Z Compiling rfc6979 v0.4.0
22582026-02-28T23:54:58.727Z Compiling float-cmp v0.10.0
22592026-02-28T23:54:58.752Z Compiling serde-big-array v0.5.1
22602026-02-28T23:54:59.005Z Compiling structmeta-derive v0.3.0
22612026-02-28T23:54:59.029Z Compiling env_filter v0.1.2
22622026-02-28T23:54:59.187Z Compiling socket2 v0.5.10
22632026-02-28T23:54:59.451Z Compiling memmap2 v0.9.8
22642026-02-28T23:54:59.565Z Compiling thread-id v4.2.2
22652026-02-28T23:54:59.921Z Compiling jiff v0.2.15
22662026-02-28T23:54:59.959Z Compiling predicates-core v1.0.8
22672026-02-28T23:55:00.001Z Compiling new_debug_unreachable v1.0.6
22682026-02-28T23:55:00.140Z Compiling rustc-hash v2.1.1
22692026-02-28T23:55:00.297Z Compiling toml_write v0.1.2
22702026-02-28T23:55:00.389Z Compiling difflib v0.4.0
22712026-02-28T23:55:01.104Z Compiling whoami v1.5.2
22722026-02-28T23:55:01.129Z Compiling precomputed-hash v0.1.1
22732026-02-28T23:55:01.735Z Compiling fixedbitset v0.4.2
22742026-02-28T23:55:01.807Z Compiling data-encoding v2.9.0
22752026-02-28T23:55:02.213Z Compiling static_assertions v1.1.0
22762026-02-28T23:55:02.401Z Compiling normalize-line-endings v0.3.0
22772026-02-28T23:55:02.599Z Compiling keccak v0.1.5
22782026-02-28T23:55:02.650Z Compiling radium v0.7.0
22792026-02-28T23:55:03.057Z Compiling fixedbitset v0.5.7
22802026-02-28T23:55:03.678Z Compiling petgraph v0.8.2
22812026-02-28T23:55:04.781Z Compiling toml_edit v0.22.27
22822026-02-28T23:55:08.593Z Compiling zip v4.2.0
22832026-02-28T23:55:08.778Z Compiling sha3 v0.10.8
22842026-02-28T23:55:08.778Z Compiling predicates v3.1.3
22852026-02-28T23:55:08.855Z Compiling hickory-proto v0.25.2
22862026-02-28T23:55:09.303Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22872026-02-28T23:55:10.117Z Compiling petgraph v0.6.5
22882026-02-28T23:55:10.340Z Compiling reqwest v0.12.28
22892026-02-28T23:55:10.821Z Compiling tokio-postgres v0.7.13
22902026-02-28T23:55:13.464Z Compiling string_cache v0.8.9
22912026-02-28T23:55:13.828Z Compiling structmeta v0.3.0
22922026-02-28T23:55:14.279Z Compiling iddqd v0.3.16
22932026-02-28T23:55:17.202Z Compiling usdt v0.6.0
22942026-02-28T23:55:17.717Z Compiling similar v2.7.0
22952026-02-28T23:55:18.041Z Compiling serde_with v3.16.1
22962026-02-28T23:55:18.756Z Compiling env_logger v0.11.8
22972026-02-28T23:55:18.783Z Compiling ecdsa v0.16.9
22982026-02-28T23:55:18.837Z Compiling rsa v0.9.8
22992026-02-28T23:55:20.833Z Compiling zip v0.6.6
23002026-02-28T23:55:20.833Z Compiling ed25519-dalek v2.1.1
23012026-02-28T23:55:22.233Z Compiling reqwest v0.13.2
23022026-02-28T23:55:22.296Z Compiling crossterm v0.28.1
23032026-02-28T23:55:22.377Z Compiling crossbeam-epoch v0.9.18
23042026-02-28T23:55:22.900Z Compiling toml v0.7.8
23052026-02-28T23:55:23.112Z Compiling itertools v0.13.0
23062026-02-28T23:55:23.137Z Compiling itertools v0.10.5
23072026-02-28T23:55:24.043Z Compiling heck v0.4.1
23082026-02-28T23:55:24.449Z Compiling strum v0.26.3
23092026-02-28T23:55:25.211Z Compiling tokio-stream v0.1.17
23102026-02-28T23:55:25.554Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23112026-02-28T23:55:26.012Z Compiling x509-cert v0.2.5
23122026-02-28T23:55:26.158Z Compiling openapiv3 v2.2.0
23132026-02-28T23:55:26.648Z Compiling sha1 v0.10.6
23142026-02-28T23:55:28.032Z Compiling winnow v0.6.26
23152026-02-28T23:55:29.450Z Compiling tap v1.0.1
23162026-02-28T23:55:29.507Z Compiling maybe-uninit v2.0.0
23172026-02-28T23:55:29.625Z Compiling peg-runtime v0.8.5
23182026-02-28T23:55:29.960Z Compiling lalrpop-util v0.19.12
23192026-02-28T23:55:30.184Z Compiling wyz v0.5.1
23202026-02-28T23:55:30.994Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23212026-02-28T23:55:41.782Z Compiling packed_struct v0.10.1
23222026-02-28T23:55:42.250Z Compiling funty v2.0.0
23232026-02-28T23:55:48.327Z Compiling bitvec v1.0.1
23242026-02-28T23:55:52.675Z Compiling packed_struct_codegen v0.10.1
23252026-02-28T23:55:52.844Z Compiling futures-executor v0.3.31
23262026-02-28T23:55:53.607Z Compiling zerocopy-derive v0.6.6
23272026-02-28T23:55:53.827Z Compiling bitfield-macros v0.19.2
23282026-02-28T23:55:55.434Z Compiling indexmap v1.9.3
23292026-02-28T23:55:55.792Z Compiling nodrop v0.1.14
23302026-02-28T23:55:55.965Z Compiling typeid v1.0.3
23312026-02-28T23:55:56.132Z Compiling crc-catalog v2.4.0
23322026-02-28T23:55:56.356Z Compiling crc v3.2.1
23332026-02-28T23:55:56.640Z Compiling array-init v0.0.4
23342026-02-28T23:55:56.819Z Compiling zerocopy v0.6.6
23352026-02-28T23:55:58.472Z Compiling bitfield v0.19.2
23362026-02-28T23:55:58.911Z Compiling futures v0.3.31
23372026-02-28T23:55:59.053Z Compiling smallvec v0.6.14
23382026-02-28T23:56:00.931Z Compiling derive-ex v0.1.8
23392026-02-28T23:56:03.869Z Compiling base64 v0.21.7
23402026-02-28T23:56:03.948Z Compiling hashbrown v0.12.3
23412026-02-28T23:56:04.615Z Compiling rustls v0.22.4
23422026-02-28T23:56:05.128Z Compiling ron v0.8.1
23432026-02-28T23:56:07.358Z Compiling test-strategy v0.4.3
23442026-02-28T23:56:10.001Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23452026-02-28T23:56:11.474Z Compiling serde-hex v0.1.0
23462026-02-28T23:56:13.278Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23472026-02-28T23:56:16.578Z Compiling toml v0.8.23
23482026-02-28T23:56:16.630Z Compiling hashbrown v0.13.2
23492026-02-28T23:56:19.588Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23502026-02-28T23:56:19.829Z Compiling xattr v1.3.1
23512026-02-28T23:56:19.923Z Compiling rustls-webpki v0.102.8
23522026-02-28T23:56:21.415Z Compiling pin-project-internal v1.1.6
23532026-02-28T23:56:22.351Z Compiling thread_local v1.1.8
23542026-02-28T23:56:22.929Z Compiling filetime v0.2.26
23552026-02-28T23:56:23.313Z Compiling multer v3.1.0
23562026-02-28T23:56:23.355Z Compiling match_cfg v0.1.0
23572026-02-28T23:56:23.886Z Compiling rayon-core v1.12.1
23582026-02-28T23:56:25.684Z Compiling crc-any v2.5.0
23592026-02-28T23:56:25.790Z Compiling same-file v1.0.6
23602026-02-28T23:56:25.932Z Compiling slog-async v2.8.0
23612026-02-28T23:56:26.586Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23622026-02-28T23:56:27.029Z Compiling walkdir v2.5.0
23632026-02-28T23:56:32.570Z Compiling hostname v0.3.1
23642026-02-28T23:56:35.244Z Compiling pin-project v1.1.6
23652026-02-28T23:56:35.404Z Compiling tar v0.4.44
23662026-02-28T23:56:37.381Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23672026-02-28T23:56:40.041Z Compiling object v0.30.4
23682026-02-28T23:56:40.331Z Compiling erased-serde v0.4.6
23692026-02-28T23:56:40.356Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23702026-02-28T23:56:41.581Z Compiling toml_parser v1.0.6+spec-1.1.0
23712026-02-28T23:56:41.673Z Compiling crossbeam-channel v0.5.15
23722026-02-28T23:56:42.924Z Compiling slog-json v2.6.1
23732026-02-28T23:56:43.786Z Compiling snafu-derive v0.8.5
23742026-02-28T23:56:44.221Z Compiling async-stream-impl v0.3.6
23752026-02-28T23:56:44.548Z Compiling ordered-float v2.10.1
23762026-02-28T23:56:45.133Z Compiling toml_datetime v0.7.5+spec-1.1.0
23772026-02-28T23:56:45.175Z Compiling serde_spanned v1.0.4
23782026-02-28T23:56:45.438Z Compiling serde_path_to_error v0.1.20
23792026-02-28T23:56:46.376Z Compiling is-terminal v0.4.13
23802026-02-28T23:56:46.400Z Compiling dropshot v0.16.7
23812026-02-28T23:56:46.542Z Compiling fs-err v2.11.0
23822026-02-28T23:56:46.725Z Compiling term v1.1.0
23832026-02-28T23:56:47.305Z Compiling path-slash v0.1.5
23842026-02-28T23:56:47.529Z Compiling toml_writer v1.0.6+spec-1.1.0
23852026-02-28T23:56:47.556Z Compiling take_mut v0.2.2
23862026-02-28T23:56:47.768Z Compiling debug-ignore v1.0.5
23872026-02-28T23:56:47.955Z Compiling toml v0.9.11+spec-1.1.0
23882026-02-28T23:56:48.159Z Compiling slog-term v2.9.2
23892026-02-28T23:56:49.576Z Compiling snafu v0.8.5
23902026-02-28T23:56:50.387Z Compiling async-stream v0.3.6
23912026-02-28T23:56:50.433Z Compiling serde-value v0.7.0
23922026-02-28T23:56:50.464Z Compiling slog-bunyan v2.5.0
23932026-02-28T23:56:50.713Z Compiling serde-untagged v0.1.7
23942026-02-28T23:56:50.751Z Compiling tokio-rustls v0.25.0
23952026-02-28T23:56:50.820Z Compiling globset v0.4.15
23962026-02-28T23:56:51.211Z Compiling crossbeam-deque v0.8.5
23972026-02-28T23:56:51.402Z Compiling camino-tempfile v1.4.1
23982026-02-28T23:56:51.589Z Compiling parse-display-derive v0.10.0
23992026-02-28T23:56:51.768Z Compiling olpc-cjson v0.1.4
24002026-02-28T23:56:52.123Z Compiling newtype-uuid-macros v0.1.0
24012026-02-28T23:56:52.147Z Compiling dropshot_endpoint v0.16.7
24022026-02-28T23:56:52.892Z Compiling waitgroup v0.1.2
24032026-02-28T23:56:53.140Z Compiling pem v3.0.5
24042026-02-28T23:56:53.386Z Compiling rustls-pemfile v2.2.0
24052026-02-28T23:56:53.872Z Compiling serde_plain v1.0.2
24062026-02-28T23:56:54.364Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24072026-02-28T23:56:54.389Z Compiling async-recursion v1.1.1
24082026-02-28T23:56:54.430Z Compiling blake3 v1.5.4
24092026-02-28T23:56:54.952Z Compiling hostname v0.4.2
24102026-02-28T23:56:55.000Z Compiling half v2.4.1
24112026-02-28T23:56:55.251Z Compiling instant v0.1.13
24122026-02-28T23:56:55.280Z Compiling ciborium-io v0.2.2
24132026-02-28T23:56:55.441Z Compiling unicode-xid v0.2.6
24142026-02-28T23:56:55.466Z Compiling typed-path v0.9.3
24152026-02-28T23:56:55.491Z Compiling backoff v0.4.0
24162026-02-28T23:56:55.651Z Compiling cargo-util-schemas v0.8.2
24172026-02-28T23:56:55.678Z Compiling ciborium-ll v0.2.2
24182026-02-28T23:56:55.972Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24192026-02-28T23:56:56.139Z Compiling parse-display v0.10.0
24202026-02-28T23:56:56.212Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24212026-02-28T23:56:56.681Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24222026-02-28T23:56:57.745Z Compiling tough v0.20.0
24232026-02-28T23:56:57.933Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24242026-02-28T23:56:59.261Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24252026-02-28T23:56:59.285Z Compiling progenitor-client v0.13.0
24262026-02-28T23:56:59.739Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24272026-02-28T23:57:00.191Z Compiling itertools v0.14.0
24282026-02-28T23:57:00.226Z Compiling progenitor-client v0.10.0
24292026-02-28T23:57:00.762Z Compiling backon v1.6.0
24302026-02-28T23:57:01.056Z Compiling macaddr v1.0.1
24312026-02-28T23:57:01.209Z Compiling cargo-platform v0.2.0
24322026-02-28T23:57:01.319Z Compiling regress v0.10.5
24332026-02-28T23:57:01.572Z Compiling constant_time_eq v0.3.1
24342026-02-28T23:57:01.772Z Compiling arrayvec v0.7.6
24352026-02-28T23:57:02.207Z Compiling indent_write v2.2.0
24362026-02-28T23:57:02.238Z Compiling parse-size v1.1.0
24372026-02-28T23:57:02.461Z Compiling arrayref v0.3.9
24382026-02-28T23:57:02.592Z Compiling cargo_metadata v0.21.0
24392026-02-28T23:57:03.225Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24402026-02-28T23:57:04.464Z Compiling ciborium v0.2.2
24412026-02-28T23:57:05.989Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24422026-02-28T23:57:06.190Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24432026-02-28T23:57:09.632Z Compiling display-error-chain v0.2.2
24442026-02-28T23:57:09.858Z Compiling topological-sort v0.2.2
24452026-02-28T23:57:10.147Z Compiling omicron-zone-package v0.12.2
24462026-02-28T23:57:10.400Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24472026-02-28T23:57:11.635Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24482026-02-28T23:57:15.018Z Compiling shell-words v1.1.0
24492026-02-28T23:57:18.061Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24502026-02-28T23:57:31.288Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24512026-02-28T23:57:49.975Z Finished `release` profile [optimized] target(s) in 5m 18s
24522026-02-28T23:57:50.144Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24532026-02-28T23:57:50.221ZFeb 28 23:57:50.184 DEBG changing working directory to /work/oxidecomputer/omicron
24542026-02-28T23:57:50.400ZFeb 28 23:57:50.364 DEBG running: git rev-parse HEAD
24552026-02-28T23:57:50.425ZFeb 28 23:57:50.369 DEBG process exited with exit status: 0 (4.58039ms)
24562026-02-28T23:57:50.425ZFeb 28 23:57:50.369 INFO version: 19.0.0-0.ci+gitac5ccbc6756
24572026-02-28T23:57:50.425ZFeb 28 23:57:50.386 INFO cloning helios to /work/oxidecomputer/helios
24582026-02-28T23:57:50.425ZFeb 28 23:57:50.386 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24592026-02-28T23:57:50.425ZCloning into '/work/oxidecomputer/helios'...
24602026-02-28T23:57:51.063ZFeb 28 23:57:51.027 DEBG process exited with exit status: 0 (641.096231ms)
24612026-02-28T23:57:51.063ZFeb 28 23:57:51.027 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24622026-02-28T23:57:51.087ZFeb 28 23:57:51.031 DEBG process exited with exit status: 0 (4.761888ms)
24632026-02-28T23:57:51.087ZFeb 28 23:57:51.032 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24642026-02-28T23:57:52.792ZFeb 28 23:57:52.756 DEBG process exited with exit status: 0 (1.724488189s)
24652026-02-28T23:57:52.792ZFeb 28 23:57:52.756 DEBG running: zfs list rpool/images/build/host
24662026-02-28T23:57:52.817ZNAME USED AVAIL REFER MOUNTPOINT
24672026-02-28T23:57:52.817Zrpool/images/build/host 96K 150G 96K /rpool/images/build/host
24682026-02-28T23:57:52.817ZFeb 28 23:57:52.764 DEBG process exited with exit status: 0 (7.048617ms)
24692026-02-28T23:57:52.817ZFeb 28 23:57:52.764 DEBG running: zfs list rpool/images/build/recovery
24702026-02-28T23:57:52.817ZNAME USED AVAIL REFER MOUNTPOINT
24712026-02-28T23:57:52.817Zrpool/images/build/recovery 96K 150G 96K /rpool/images/build/recovery
24722026-02-28T23:57:52.817ZFeb 28 23:57:52.771 DEBG process exited with exit status: 0 (8.22104ms)
24732026-02-28T23:57:52.817ZFeb 28 23:57:52.773 INFO [hubris-production] running task
24742026-02-28T23:57:52.817ZFeb 28 23:57:52.773 INFO [incorp-manifest] running task
24752026-02-28T23:57:52.817ZFeb 28 23:57:52.773 INFO [hubris-staging] running task
24762026-02-28T23:57:52.817ZFeb 28 23:57:52.773 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24772026-02-28T23:57:52.817ZFeb 28 23:57:52.774 INFO [incorp-create] running: pkgrepo create /work/incorporation
24782026-02-28T23:57:52.817ZFeb 28 23:57:52.775 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24792026-02-28T23:57:52.818ZFeb 28 23:57:52.776 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24802026-02-28T23:57:52.931Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24812026-02-28T23:57:53.230ZFeb 28 23:57:53.194 INFO [incorp-create] process exited with exit status: 0 (420.387777ms)
24822026-02-28T23:57:53.255ZFeb 28 23:57:53.195 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24832026-02-28T23:57:53.634ZFeb 28 23:57:53.597 INFO [incorp-publisher] process exited with exit status: 0 (402.066899ms)
24842026-02-28T23:57:53.928Z[ omicron-package] Blocking waiting for file lock on package cache
24852026-02-28T23:57:54.596Z[ omicron-package] Blocking waiting for file lock on package cache
24862026-02-28T23:57:56.107Z[ omicron-package] Compiling ring v0.17.14
24872026-02-28T23:57:56.236Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24882026-02-28T23:57:56.236Z[ omicron-package] Compiling itertools v0.14.0
24892026-02-28T23:57:56.261Z[ omicron-package] Compiling heapless v0.8.0
24902026-02-28T23:57:56.261Z[ omicron-package] Compiling hash32 v0.3.1
24912026-02-28T23:57:56.261Z[ omicron-package] Compiling smoltcp v0.11.0
24922026-02-28T23:57:56.261Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24932026-02-28T23:57:57.088Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24942026-02-28T23:57:57.709Z[ omicron-package] Compiling num_enum_derive v0.5.11
24952026-02-28T23:57:57.844Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24962026-02-28T23:57:58.209Z[ omicron-package] Compiling cobs v0.2.3
24972026-02-28T23:57:58.670Z[ omicron-package] Compiling postcard v1.0.10
24982026-02-28T23:57:59.213Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24992026-02-28T23:57:59.559Z[ omicron-package] Compiling proc-macro-error v1.0.4
25002026-02-28T23:58:00.469Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25012026-02-28T23:58:00.538ZFeb 28 23:58:00.502 INFO [hubris-production] task succeeded (7.729690077s)
25022026-02-28T23:58:00.712Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25032026-02-28T23:58:01.180Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25042026-02-28T23:58:01.406Z[ omicron-package] Compiling num_enum v0.5.11
25052026-02-28T23:58:01.663Z[ omicron-package] Compiling unicode-width v0.1.14
25062026-02-28T23:58:01.954Z[ omicron-package] Compiling ingot-macros v0.1.1
25072026-02-28T23:58:02.742Z[ omicron-package] Compiling rustls v0.23.37
25082026-02-28T23:58:02.858Z[ omicron-package] Compiling foreign-types v0.5.0
25092026-02-28T23:58:03.366Z[ omicron-package] Compiling tabwriter v1.4.0
25102026-02-28T23:58:03.700Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25112026-02-28T23:58:04.071Z[ omicron-package] Compiling cstr-argument v0.1.2
25122026-02-28T23:58:04.322Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25132026-02-28T23:58:04.780Z[ omicron-package] Compiling pretty-hex v0.2.1
25142026-02-28T23:58:05.326Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25152026-02-28T23:58:05.656Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25162026-02-28T23:58:05.859Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25172026-02-28T23:58:06.050Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25182026-02-28T23:58:06.214Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25192026-02-28T23:58:07.020Z[ omicron-package] Compiling rayon v1.10.0
25202026-02-28T23:58:07.200Z[ omicron-package] Compiling rustls-webpki v0.103.9
25212026-02-28T23:58:07.771Z[ omicron-package] Compiling colored v2.2.0
25222026-02-28T23:58:07.977Z[ omicron-package] Compiling nix v0.30.1
25232026-02-28T23:58:08.723Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25242026-02-28T23:58:10.007Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25252026-02-28T23:58:10.703Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25262026-02-28T23:58:10.844Z[ omicron-package] Compiling ingot-types v0.1.2
25272026-02-28T23:58:11.715Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25282026-02-28T23:58:12.089Z[ omicron-package] Compiling ingot v0.1.1
25292026-02-28T23:58:12.176Z[ omicron-package] Compiling itertools v0.12.1
25302026-02-28T23:58:12.646Z[ omicron-package] Compiling secrecy v0.10.3
25312026-02-28T23:58:12.762Z[ omicron-package] Compiling sigpipe v0.1.3
25322026-02-28T23:58:12.972Z[ omicron-package] Compiling num-derive v0.4.2
25332026-02-28T23:58:13.328Z[ omicron-package] Compiling rustls v0.22.4
25342026-02-28T23:58:13.453Z[ omicron-package] Compiling glob v0.3.2
25352026-02-28T23:58:14.035Z[ omicron-package] Compiling libefi-sys v0.1.0
25362026-02-28T23:58:14.811Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25372026-02-28T23:58:15.701Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25382026-02-28T23:58:15.891Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25392026-02-28T23:58:16.836Z[ omicron-package] Compiling zone v0.3.1
25402026-02-28T23:58:18.420Z[ omicron-package] Compiling rustls-webpki v0.102.8
25412026-02-28T23:58:18.475Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25422026-02-28T23:58:20.812Z[ omicron-package] Compiling tokio-rustls v0.26.0
25432026-02-28T23:58:21.521Z[ omicron-package] Compiling hyper-rustls v0.27.7
25442026-02-28T23:58:22.500Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25452026-02-28T23:58:23.017Z[ omicron-package] Compiling reqwest v0.12.28
25462026-02-28T23:58:23.257Z[ omicron-package] Compiling reqwest v0.13.2
25472026-02-28T23:58:24.476Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25482026-02-28T23:58:25.356Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25492026-02-28T23:58:25.594Z[ omicron-package] Compiling usdt-macro v0.5.0
25502026-02-28T23:58:26.043Z[ omicron-package] Compiling smf v0.2.3
25512026-02-28T23:58:26.457Z[ omicron-package] Compiling memmap v0.7.0
25522026-02-28T23:58:27.020Z[ omicron-package] Compiling bitfield-struct v0.6.2
25532026-02-28T23:58:27.694Z[ omicron-package] Compiling usdt v0.5.0
25542026-02-28T23:58:28.464Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25552026-02-28T23:58:29.188Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25562026-02-28T23:58:29.514Z[ omicron-package] Compiling unicode-width v0.2.0
25572026-02-28T23:58:30.198Z[ omicron-package] Compiling tokio-rustls v0.25.0
25582026-02-28T23:58:30.330Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-02-28T23:58:30.741Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-02-28T23:58:30.817Z[ omicron-package] Compiling dropshot v0.16.7
25612026-02-28T23:58:31.057Z[ omicron-package] Compiling console v0.16.0
25622026-02-28T23:58:31.244Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25632026-02-28T23:58:31.244Z[ helios-setup] --> src/main.rs:79:10
25642026-02-28T23:58:31.269Z[ helios-setup] |
25652026-02-28T23:58:31.269Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25662026-02-28T23:58:31.269Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25672026-02-28T23:58:31.269Z[ helios-setup] | |
25682026-02-28T23:58:31.269Z[ helios-setup] | the lifetime is elided here
25692026-02-28T23:58:31.269Z[ helios-setup] |
25702026-02-28T23:58:31.269Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25712026-02-28T23:58:31.269Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25722026-02-28T23:58:31.269Z[ helios-setup] help: use `'_` for type paths
25732026-02-28T23:58:31.269Z[ helios-setup] |
25742026-02-28T23:58:31.269Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25752026-02-28T23:58:31.269Z[ helios-setup] | ++++
25762026-02-28T23:58:31.269Z[ helios-setup]
25772026-02-28T23:58:33.420Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25782026-02-28T23:58:34.978Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25792026-02-28T23:58:35.403Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25802026-02-28T23:58:35.964Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25812026-02-28T23:58:36.244Z[ omicron-package] Compiling gethostname v0.5.0
25822026-02-28T23:58:36.631Z[ omicron-package] Compiling unit-prefix v0.5.1
25832026-02-28T23:58:36.669Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25842026-02-28T23:58:36.988Z[ omicron-package] Compiling indicatif v0.18.0
25852026-02-28T23:58:37.645Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25862026-02-28T23:58:38.177Z[ omicron-package] Compiling progenitor-client v0.13.0
25872026-02-28T23:58:38.456Z[ helios-setup] Feb 28 23:58:38.421 INFO helios repository root is: /work/oxidecomputer/helios
25882026-02-28T23:58:38.481Z[ helios-setup] Feb 28 23:58:38.423 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
25892026-02-28T23:58:38.481Z[ helios-setup] Feb 28 23:58:38.423 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
25902026-02-28T23:58:38.481Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25912026-02-28T23:58:39.391Z[ omicron-package] Compiling progenitor-client v0.10.0
25922026-02-28T23:58:39.847Z[ helios-setup] Feb 28 23:58:39.814 INFO clone ok!, project: amd-host-image-builder
25932026-02-28T23:58:39.872Z[ helios-setup] Feb 28 23:58:39.814 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
25942026-02-28T23:58:39.872Z[ helios-setup] Feb 28 23:58:39.814 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25952026-02-28T23:58:39.872Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25962026-02-28T23:58:40.593Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25972026-02-28T23:58:40.618ZFeb 28 23:58:40.586 INFO [hubris-staging] task succeeded (47.813071959s)
25982026-02-28T23:58:41.141Z[ helios-setup] Feb 28 23:58:41.108 INFO clone ok!, project: chelsio-t6-roms
25992026-02-28T23:58:41.165Z[ helios-setup] Feb 28 23:58:41.108 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
26002026-02-28T23:58:41.166Z[ helios-setup] Feb 28 23:58:41.108 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26012026-02-28T23:58:41.166Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26022026-02-28T23:58:42.193Z[ helios-setup] Feb 28 23:58:42.160 INFO clone ok!, project: dmar-report
26032026-02-28T23:58:42.218Z[ helios-setup] Feb 28 23:58:42.160 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
26042026-02-28T23:58:42.218Z[ helios-setup] Feb 28 23:58:42.160 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26052026-02-28T23:58:42.218Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26062026-02-28T23:58:42.884Z[ helios-setup] Feb 28 23:58:42.851 INFO clone ok!, project: pinprick
26072026-02-28T23:58:42.884Z[ helios-setup] Feb 28 23:58:42.851 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26082026-02-28T23:58:42.909Z[ helios-setup] Feb 28 23:58:42.851 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26092026-02-28T23:58:42.909Z[ helios-setup] Feb 28 23:58:42.851 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
26102026-02-28T23:58:42.909Z[ helios-setup] Feb 28 23:58:42.852 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26112026-02-28T23:58:42.909Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26122026-02-28T23:58:42.993Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26132026-02-28T23:58:43.354Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142026-02-28T23:58:43.953Z[ helios-setup] Feb 28 23:58:43.920 INFO clone ok!, project: phbl
26152026-02-28T23:58:43.977Z[ helios-setup] Feb 28 23:58:43.920 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
26162026-02-28T23:58:43.977Z[ helios-setup] Feb 28 23:58:43.920 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26172026-02-28T23:58:43.977Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26182026-02-28T23:58:44.794Z[ helios-setup] Feb 28 23:58:44.761 INFO clone ok!, project: bootserver
26192026-02-28T23:58:44.794Z[ helios-setup] Feb 28 23:58:44.761 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
26202026-02-28T23:58:44.819Z[ helios-setup] Feb 28 23:58:44.761 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26212026-02-28T23:58:44.819Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26222026-02-28T23:58:45.991Z[ helios-setup] Feb 28 23:58:45.959 INFO clone ok!, project: pilot
26232026-02-28T23:58:45.992Z[ helios-setup] Feb 28 23:58:45.959 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
26242026-02-28T23:58:46.016Z[ helios-setup] Feb 28 23:58:45.959 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26252026-02-28T23:58:46.016Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26262026-02-28T23:58:46.813Z[ helios-setup] Feb 28 23:58:46.780 INFO clone ok!, project: image-builder
26272026-02-28T23:58:46.837Z[ helios-setup] Feb 28 23:58:46.780 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
26282026-02-28T23:58:46.837Z[ helios-setup] Feb 28 23:58:46.780 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26292026-02-28T23:58:46.837Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26302026-02-28T23:58:48.169Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26312026-02-28T23:58:49.449ZFeb 28 23:58:49.417 DEBG process exited with exit status: 0 (56.643165608s)
26322026-02-28T23:58:49.473ZFeb 28 23:58:49.419 INFO [incorp-manifest] task succeeded (56.646389069s)
26332026-02-28T23:58:49.473ZFeb 28 23:58:49.419 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26342026-02-28T23:58:49.815ZFeb 28 23:58:49.782 INFO [incorp-fmt] process exited with exit status: 0 (363.009455ms)
26352026-02-28T23:58:49.839ZFeb 28 23:58:49.783 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26362026-02-28T23:58:50.349Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260228T235850Z
26372026-02-28T23:58:50.349Z[ incorp-pkgsend] PUBLISHED
26382026-02-28T23:58:50.412ZFeb 28 23:58:50.379 INFO [incorp-pkgsend] process exited with exit status: 0 (596.625655ms)
26392026-02-28T23:58:50.436ZFeb 28 23:58:50.380 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26402026-02-28T23:58:50.853Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26412026-02-28T23:58:50.877Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26422026-02-28T23:58:50.908Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26432026-02-28T23:58:50.908Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26442026-02-28T23:58:50.933Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26452026-02-28T23:58:50.933Z[ helios-incorp]
26462026-02-28T23:58:50.933Z[ helios-incorp] Archiving packages ...
26472026-02-28T23:58:50.933Z[ helios-incorp] Packages to add: 1
26482026-02-28T23:58:50.933Z[ helios-incorp] Files to retrieve: 0
26492026-02-28T23:58:50.933Z[ helios-incorp] Estimated transfer size: 0.00 B
26502026-02-28T23:58:50.933Z[ helios-incorp]
26512026-02-28T23:58:50.933Z[ helios-incorp] Packages to archive:
26522026-02-28T23:58:50.933Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260228T235850Z
26532026-02-28T23:58:50.933Z[ helios-incorp]
26542026-02-28T23:58:50.933Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26552026-02-28T23:58:50.933Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26562026-02-28T23:58:51.029ZFeb 28 23:58:50.996 INFO [helios-incorp] process exited with exit status: 0 (616.187083ms)
26572026-02-28T23:58:56.959Z[ helios-setup] Feb 28 23:58:56.926 INFO clone ok!, project: amd-firmware
26582026-02-28T23:58:56.959Z[ helios-setup] Feb 28 23:58:56.927 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26592026-02-28T23:58:56.983Z[ helios-setup] Feb 28 23:58:56.927 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26602026-02-28T23:58:57.468Z[ helios-setup] Feb 28 23:58:57.436 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26612026-02-28T23:58:57.885Z[ helios-setup] Feb 28 23:58:57.853 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26622026-02-28T23:58:57.885Z[ helios-setup] Feb 28 23:58:57.853 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26632026-02-28T23:58:58.324Z[ helios-setup] Feb 28 23:58:58.291 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26642026-02-28T23:58:58.818Z[ helios-setup] Feb 28 23:58:58.786 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26652026-02-28T23:58:58.818Z[ helios-setup] Feb 28 23:58:58.786 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26662026-02-28T23:58:59.269Z[ helios-setup] Feb 28 23:58:59.237 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26672026-02-28T23:58:59.641Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26682026-02-28T23:58:59.848Z[ helios-setup] Feb 28 23:58:59.816 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26692026-02-28T23:58:59.873Z[ helios-setup] Feb 28 23:58:59.816 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26702026-02-28T23:58:59.873Z[ helios-setup] Feb 28 23:58:59.816 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26712026-02-28T23:58:59.873Z[ helios-setup] Feb 28 23:58:59.816 INFO ok!
26722026-02-28T23:58:59.873Z[ helios-setup] Feb 28 23:58:59.817 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26732026-02-28T23:58:59.873Z[ helios-setup] Feb 28 23:58:59.817 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26742026-02-28T23:58:59.873Z[ helios-setup] Feb 28 23:58:59.817 INFO ok!
26752026-02-28T23:58:59.873Z[ helios-setup] Feb 28 23:58:59.817 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26762026-02-28T23:58:59.873Z[ helios-setup] Feb 28 23:58:59.817 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26772026-02-28T23:58:59.873Z[ helios-setup] Feb 28 23:58:59.817 INFO ok!
26782026-02-28T23:58:59.873Z[ helios-setup] Feb 28 23:58:59.817 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26792026-02-28T23:59:00.015Z[ helios-setup] Feb 28 23:58:59.983 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.91.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
26802026-02-28T23:59:00.016Z[ helios-setup] Feb 28 23:58:59.983 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26812026-02-28T23:59:00.016Z[ helios-setup] Feb 28 23:58:59.983 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26822026-02-28T23:59:00.435Z[ helios-setup] Feb 28 23:59:00.402 INFO E| Updating crates.io index
26832026-02-28T23:59:00.569Z[ helios-setup] Feb 28 23:59:00.537 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26842026-02-28T23:59:01.196Z[ helios-setup] Feb 28 23:59:01.164 INFO E| From https://github.com/oxidecomputer/amd-apcb
26852026-02-28T23:59:01.196Z[ helios-setup] Feb 28 23:59:01.164 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
26862026-02-28T23:59:01.221Z[ helios-setup] Feb 28 23:59:01.186 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
26872026-02-28T23:59:01.758Z[ helios-setup] Feb 28 23:59:01.725 INFO E| From https://github.com/oxidecomputer/amd-efs
26882026-02-28T23:59:01.758Z[ helios-setup] Feb 28 23:59:01.726 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
26892026-02-28T23:59:01.996Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26902026-02-28T23:59:02.085Z[ helios-setup] Feb 28 23:59:02.053 INFO E| Downloading crates ...
26912026-02-28T23:59:02.253Z[ helios-setup] Feb 28 23:59:02.221 INFO E| Downloaded unicode-ident v1.0.18
26922026-02-28T23:59:02.278Z[ helios-setup] Feb 28 23:59:02.226 INFO E| Downloaded vec_map v0.8.2
26932026-02-28T23:59:02.278Z[ helios-setup] Feb 28 23:59:02.227 INFO E| Downloaded unic-ucd-version v0.9.0
26942026-02-28T23:59:02.278Z[ helios-setup] Feb 28 23:59:02.229 INFO E| Downloaded thiserror-impl v2.0.12
26952026-02-28T23:59:02.278Z[ helios-setup] Feb 28 23:59:02.231 INFO E| Downloaded strum_macros v0.27.1
26962026-02-28T23:59:02.278Z[ helios-setup] Feb 28 23:59:02.235 INFO E| Downloaded strum v0.27.1
26972026-02-28T23:59:02.278Z[ helios-setup] Feb 28 23:59:02.237 INFO E| Downloaded ryu v1.0.20
26982026-02-28T23:59:02.278Z[ helios-setup] Feb 28 23:59:02.241 INFO E| Downloaded pest_generator v2.8.0
26992026-02-28T23:59:02.278Z[ helios-setup] Feb 28 23:59:02.244 INFO E| Downloaded serde_derive v1.0.219
27002026-02-28T23:59:02.303Z[ helios-setup] Feb 28 23:59:02.247 INFO E| Downloaded zerocopy-derive v0.8.25
27012026-02-28T23:59:02.303Z[ helios-setup] Feb 28 23:59:02.256 INFO E| Downloaded typenum v1.18.0
27022026-02-28T23:59:02.303Z[ helios-setup] Feb 28 23:59:02.260 INFO E| Downloaded serde_json v1.0.140
27032026-02-28T23:59:02.303Z[ helios-setup] Feb 28 23:59:02.268 INFO E| Downloaded pest v2.8.0
27042026-02-28T23:59:02.327Z[ helios-setup] Feb 28 23:59:02.274 INFO E| Downloaded serde v1.0.219
27052026-02-28T23:59:02.327Z[ helios-setup] Feb 28 23:59:02.278 INFO E| Downloaded goblin v0.9.3
27062026-02-28T23:59:02.327Z[ helios-setup] Feb 28 23:59:02.285 INFO E| Downloaded proc-macro2 v1.0.95
27072026-02-28T23:59:02.327Z[ helios-setup] Feb 28 23:59:02.288 INFO E| Downloaded pest_derive v2.8.0
27082026-02-28T23:59:02.327Z[ helios-setup] Feb 28 23:59:02.292 INFO E| Downloaded syn v2.0.101
27092026-02-28T23:59:02.352Z[ helios-setup] Feb 28 23:59:02.305 INFO E| Downloaded log v0.4.27
27102026-02-28T23:59:02.352Z[ helios-setup] Feb 28 23:59:02.308 INFO E| Downloaded zerocopy v0.8.25
27112026-02-28T23:59:02.376Z[ helios-setup] Feb 28 23:59:02.340 INFO E| Downloaded structopt v0.3.26
27122026-02-28T23:59:02.400Z[ helios-setup] Feb 28 23:59:02.349 INFO E| Downloaded quote v1.0.40
27132026-02-28T23:59:02.474Z[ helios-setup] Feb 28 23:59:02.442 INFO E| Downloaded pest_meta v2.8.0
27142026-02-28T23:59:02.499Z[ helios-setup] Feb 28 23:59:02.445 INFO E| Downloaded modular-bitfield v0.11.2
27152026-02-28T23:59:02.499Z[ helios-setup] Feb 28 23:59:02.457 INFO E| Downloaded ansi_term v0.12.1
27162026-02-28T23:59:02.499Z[ helios-setup] Feb 28 23:59:02.460 INFO E| Downloaded modular-bitfield-impl v0.13.1
27172026-02-28T23:59:02.499Z[ helios-setup] Feb 28 23:59:02.462 INFO E| Downloaded modular-bitfield-impl v0.11.2
27182026-02-28T23:59:02.499Z[ helios-setup] Feb 28 23:59:02.463 INFO E| Downloaded unic-char-property v0.9.0
27192026-02-28T23:59:02.499Z[ helios-setup] Feb 28 23:59:02.465 INFO E| Downloaded thiserror v2.0.12
27202026-02-28T23:59:02.523Z[ helios-setup] Feb 28 23:59:02.472 INFO E| Downloaded textwrap v0.11.0
27212026-02-28T23:59:02.523Z[ helios-setup] Feb 28 23:59:02.474 INFO E| Downloaded structopt-derive v0.4.18
27222026-02-28T23:59:02.524Z[ helios-setup] Feb 28 23:59:02.476 INFO E| Downloaded strsim v0.8.0
27232026-02-28T23:59:02.524Z[ helios-setup] Feb 28 23:59:02.477 INFO E| Downloaded parse_int v0.9.0
27242026-02-28T23:59:02.524Z[ helios-setup] Feb 28 23:59:02.479 INFO E| Downloaded modular-bitfield v0.13.1
27252026-02-28T23:59:02.524Z[ helios-setup] Feb 28 23:59:02.489 INFO E| Downloaded itoa v1.0.15
27262026-02-28T23:59:02.524Z[ helios-setup] Feb 28 23:59:02.491 INFO E| Downloaded four-cc v0.4.0
27272026-02-28T23:59:02.548Z[ helios-setup] Feb 28 23:59:02.492 INFO E| Downloaded fletcher v1.0.0
27282026-02-28T23:59:02.548Z[ helios-setup] Feb 28 23:59:02.494 INFO E| Downloaded dyn-clone v1.0.19
27292026-02-28T23:59:02.548Z[ helios-setup] Feb 28 23:59:02.496 INFO E| Downloaded cpufeatures v0.2.17
27302026-02-28T23:59:02.548Z[ helios-setup] Feb 28 23:59:02.497 INFO E| Downloaded clap v2.34.0
27312026-02-28T23:59:02.548Z[ helios-setup] Feb 28 23:59:02.505 INFO E| Downloaded bytesize v2.0.1
27322026-02-28T23:59:02.548Z[ helios-setup] Feb 28 23:59:02.507 INFO E| Downloaded unic-ucd-ident v0.9.0
27332026-02-28T23:59:02.573Z[ helios-setup] Feb 28 23:59:02.542 INFO E| Downloaded unic-common v0.9.0
27342026-02-28T23:59:02.598Z[ helios-setup] Feb 28 23:59:02.543 INFO E| Downloaded unic-char-range v0.9.0
27352026-02-28T23:59:02.598Z[ helios-setup] Feb 28 23:59:02.545 INFO E| Downloaded scroll_derive v0.12.1
27362026-02-28T23:59:02.598Z[ helios-setup] Feb 28 23:59:02.546 INFO E| Downloaded rustversion v1.0.20
27372026-02-28T23:59:02.598Z[ helios-setup] Feb 28 23:59:02.549 INFO E| Downloaded libc v0.2.172
27382026-02-28T23:59:02.691Z[ helios-setup] Feb 28 23:59:02.659 INFO E| Compiling proc-macro2 v1.0.95
27392026-02-28T23:59:02.691Z[ helios-setup] Feb 28 23:59:02.659 INFO E| Compiling unicode-ident v1.0.18
27402026-02-28T23:59:02.691Z[ helios-setup] Feb 28 23:59:02.659 INFO E| Compiling memchr v2.7.4
27412026-02-28T23:59:02.715Z[ helios-setup] Feb 28 23:59:02.659 INFO E| Compiling thiserror v2.0.12
27422026-02-28T23:59:02.715Z[ helios-setup] Feb 28 23:59:02.659 INFO E| Compiling autocfg v1.4.0
27432026-02-28T23:59:02.715Z[ helios-setup] Feb 28 23:59:02.659 INFO E| Compiling serde v1.0.219
27442026-02-28T23:59:02.715Z[ helios-setup] Feb 28 23:59:02.659 INFO E| Compiling syn v1.0.109
27452026-02-28T23:59:02.715Z[ helios-setup] Feb 28 23:59:02.659 INFO E| Compiling version_check v0.9.5
27462026-02-28T23:59:03.158Z[ helios-setup] Feb 28 23:59:03.126 INFO E| Compiling serde_json v1.0.140
27472026-02-28T23:59:03.884Z[ helios-setup] Feb 28 23:59:03.852 INFO E| Compiling itoa v1.0.15
27482026-02-28T23:59:03.921Z[ helios-setup] Feb 28 23:59:03.888 INFO E| Compiling schemars v0.8.22
27492026-02-28T23:59:03.946Z[ helios-setup] Feb 28 23:59:03.910 INFO E| Compiling num-traits v0.2.19
27502026-02-28T23:59:04.039Z[ helios-setup] Feb 28 23:59:04.007 INFO E| Compiling ryu v1.0.20
27512026-02-28T23:59:04.310Z[ helios-setup] Feb 28 23:59:04.279 INFO E| Compiling memoffset v0.9.1
27522026-02-28T23:59:04.335Z[ helios-setup] Feb 28 23:59:04.301 INFO E| Compiling proc-macro-error-attr v1.0.4
27532026-02-28T23:59:04.752Z[ helios-setup] Feb 28 23:59:04.721 INFO E| Compiling static_assertions v1.1.0
27542026-02-28T23:59:04.865Z[ helios-setup] Feb 28 23:59:04.833 INFO E| Compiling dyn-clone v1.0.19
27552026-02-28T23:59:04.890Z[ helios-setup] Feb 28 23:59:04.841 INFO E| Compiling rustversion v1.0.20
27562026-02-28T23:59:05.071Z[ helios-setup] Feb 28 23:59:05.039 INFO E| Compiling libc v0.2.172
27572026-02-28T23:59:05.152Z[ helios-setup] Feb 28 23:59:05.120 INFO E| Compiling zerocopy v0.8.25
27582026-02-28T23:59:05.252Z[ helios-setup] Feb 28 23:59:05.220 INFO E| Compiling paste v1.0.15
27592026-02-28T23:59:05.279Z[ helios-setup] Feb 28 23:59:05.248 INFO E| Compiling ucd-trie v0.1.7
27602026-02-28T23:59:05.867Z[ helios-setup] Feb 28 23:59:05.835 INFO E| Compiling proc-macro-error v1.0.4
27612026-02-28T23:59:06.217Z[ helios-setup] Feb 28 23:59:06.185 INFO E| Compiling once_cell v1.21.3
27622026-02-28T23:59:06.250Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27632026-02-28T23:59:06.380Z[ helios-setup] Feb 28 23:59:06.349 INFO E| Compiling quote v1.0.40
27642026-02-28T23:59:06.897Z[ helios-setup] Feb 28 23:59:06.866 INFO E| Compiling unicode-width v0.1.14
27652026-02-28T23:59:07.067Z[ helios-setup] Feb 28 23:59:07.035 INFO E| Compiling heck v0.5.0
27662026-02-28T23:59:07.120Z[ helios-setup] Feb 28 23:59:07.089 INFO E| Compiling syn v2.0.101
27672026-02-28T23:59:07.771Z[ helios-setup] Feb 28 23:59:07.739 INFO E| Compiling unicode-segmentation v1.12.0
27682026-02-28T23:59:08.150Z[ helios-setup] Feb 28 23:59:08.119 INFO E| Compiling atty v0.2.14
27692026-02-28T23:59:08.433Z[ helios-setup] Feb 28 23:59:08.401 INFO E| Compiling parse_int v0.9.0
27702026-02-28T23:59:08.659Z[ helios-setup] Feb 28 23:59:08.627 INFO E| Compiling textwrap v0.11.0
27712026-02-28T23:59:08.739Z[ helios-setup] Feb 28 23:59:08.708 INFO E| Compiling unic-common v0.9.0
27722026-02-28T23:59:08.779Z[ helios-setup] Feb 28 23:59:08.746 INFO E| Compiling byteorder v1.5.0
27732026-02-28T23:59:08.779Z[ helios-setup] Feb 28 23:59:08.746 INFO E| Compiling fletcher v1.0.0
27742026-02-28T23:59:09.051Z[ helios-setup] Feb 28 23:59:09.020 INFO E| Compiling heck v0.3.3
27752026-02-28T23:59:09.270Z[ helios-setup] Feb 28 23:59:09.239 INFO E| Compiling ansi_term v0.12.1
27762026-02-28T23:59:09.373Z[ helios-setup] Feb 28 23:59:09.341 INFO E| Compiling strsim v0.8.0
27772026-02-28T23:59:09.437Z[ helios-setup] Feb 28 23:59:09.406 INFO E| Compiling bitflags v1.3.2
27782026-02-28T23:59:09.672Z[ helios-setup] Feb 28 23:59:09.641 INFO E| Compiling unic-char-range v0.9.0
27792026-02-28T23:59:09.705Z[ helios-setup] Feb 28 23:59:09.674 INFO E| Compiling vec_map v0.8.2
27802026-02-28T23:59:09.729Z[ helios-setup] Feb 28 23:59:09.675 INFO E| Compiling strum v0.27.1
27812026-02-28T23:59:09.758Z[ helios-setup] Feb 28 23:59:09.727 INFO E| Compiling unic-ucd-version v0.9.0
27822026-02-28T23:59:09.909Z[ helios-setup] Feb 28 23:59:09.878 INFO E| Compiling plain v0.2.3
27832026-02-28T23:59:10.218Z[ helios-setup] Feb 28 23:59:10.187 INFO E| Compiling log v0.4.27
27842026-02-28T23:59:10.444Z[ helios-setup] Feb 28 23:59:10.412 INFO E| Compiling unic-char-property v0.9.0
27852026-02-28T23:59:10.494Z[ helios-setup] Feb 28 23:59:10.463 INFO E| Compiling clap v2.34.0
27862026-02-28T23:59:10.620Z[ helios-setup] Feb 28 23:59:10.588 INFO E| Compiling lazy_static v1.5.0
27872026-02-28T23:59:10.676Z[ helios-setup] Feb 28 23:59:10.645 INFO E| Compiling bytesize v2.0.1
27882026-02-28T23:59:10.739Z[ helios-setup] Feb 28 23:59:10.707 INFO E| Compiling unic-ucd-ident v0.9.0
27892026-02-28T23:59:15.729Z[ helios-setup] Feb 28 23:59:15.698 INFO E| Compiling serde_derive_internals v0.29.1
27902026-02-28T23:59:16.703Z[ helios-setup] Feb 28 23:59:16.672 INFO E| Compiling modular-bitfield-impl v0.11.2
27912026-02-28T23:59:16.989Z[ helios-setup] Feb 28 23:59:16.958 INFO E| Compiling structopt-derive v0.4.18
27922026-02-28T23:59:18.851Z[ helios-setup] Feb 28 23:59:18.821 INFO E| Compiling thiserror-impl v2.0.12
27932026-02-28T23:59:18.934Z[ helios-setup] Feb 28 23:59:18.904 INFO E| Compiling serde_derive v1.0.219
27942026-02-28T23:59:18.959Z[ helios-setup] Feb 28 23:59:18.916 INFO E| Compiling schemars_derive v0.8.22
27952026-02-28T23:59:19.022Z[ helios-setup] Feb 28 23:59:18.992 INFO E| Compiling zerocopy-derive v0.8.25
27962026-02-28T23:59:19.085Z[ helios-setup] Feb 28 23:59:19.054 INFO E| Compiling num-derive v0.4.2
27972026-02-28T23:59:19.914Z[ helios-setup] Feb 28 23:59:19.884 INFO E| Compiling modular-bitfield-impl v0.13.1
27982026-02-28T23:59:20.276Z[ helios-setup] Feb 28 23:59:20.245 INFO E| Compiling modular-bitfield v0.11.2
27992026-02-28T23:59:20.668Z[ helios-setup] Feb 28 23:59:20.638 INFO E| Compiling scroll_derive v0.12.1
28002026-02-28T23:59:21.632Z[ helios-setup] Feb 28 23:59:21.601 INFO E| Compiling strum_macros v0.27.1
28012026-02-28T23:59:22.183Z[ helios-setup] Feb 28 23:59:22.153 INFO E| Compiling structopt v0.3.26
28022026-02-28T23:59:22.747Z[ helios-setup] Feb 28 23:59:22.716 INFO E| Compiling scroll v0.12.0
28032026-02-28T23:59:22.984Z[ helios-setup] Feb 28 23:59:22.953 INFO E| Compiling pest v2.8.0
28042026-02-28T23:59:23.105Z[ helios-setup] Feb 28 23:59:23.074 INFO E| Compiling modular-bitfield v0.13.1
28052026-02-28T23:59:23.135Z[ helios-setup] Feb 28 23:59:23.105 INFO E| Compiling goblin v0.9.3
28062026-02-28T23:59:25.252Z[ helios-setup] Feb 28 23:59:25.221 INFO E| Compiling pest_meta v2.8.0
28072026-02-28T23:59:26.490Z[ helios-setup] Feb 28 23:59:26.460 INFO E| Compiling pest_generator v2.8.0
28082026-02-28T23:59:28.000Z[ helios-setup] Feb 28 23:59:27.969 INFO E| Compiling pest_derive v2.8.0
28092026-02-28T23:59:30.442Z[ helios-setup] Feb 28 23:59:30.412 INFO E| Compiling json5 v0.4.1
28102026-02-28T23:59:34.259Z[ helios-setup] Feb 28 23:59:34.228 INFO E| Compiling four-cc v0.4.0
28112026-02-28T23:59:34.259Z[ helios-setup] Feb 28 23:59:34.228 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28122026-02-28T23:59:34.445Z[ helios-setup] Feb 28 23:59:34.415 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28132026-02-28T23:59:35.392Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 42s
28142026-02-28T23:59:35.665Z[ omicron-package]
28152026-02-28T23:59:35.665Z[ omicron-package] real 1:42.779588360
28162026-02-28T23:59:35.665Z[ omicron-package] user 7:52.021146693
28172026-02-28T23:59:35.689Z[ omicron-package] sys 34.336152671
28182026-02-28T23:59:35.689Z[ omicron-package] trap 0.988089867
28192026-02-28T23:59:35.689Z[ omicron-package] tflt 1.005322082
28202026-02-28T23:59:35.689Z[ omicron-package] dflt 0.893038014
28212026-02-28T23:59:35.689Z[ omicron-package] kflt 0.002638028
28222026-02-28T23:59:35.689Z[ omicron-package] lock 30:28.560318817
28232026-02-28T23:59:35.689Z[ omicron-package] slp 35:08.096468716
28242026-02-28T23:59:35.690Z[ omicron-package] lat 4:22.662164334
28252026-02-28T23:59:35.690Z[ omicron-package] stop 1:35.024454049
28262026-02-28T23:59:35.690ZFeb 28 23:59:35.636 INFO [omicron-package] process exited with exit status: 0 (102.860252772s)
28272026-02-28T23:59:35.690ZFeb 28 23:59:35.636 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28282026-02-28T23:59:35.690ZFeb 28 23:59:35.637 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28292026-02-28T23:59:35.690Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28302026-02-28T23:59:35.690Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28312026-02-28T23:59:35.690Z[ recovery-target] Created new build target 'recovery' and set it as active
28322026-02-28T23:59:35.690Z[ host-target] Created new build target 'host' and set it as active
28332026-02-28T23:59:35.714ZFeb 28 23:59:35.663 INFO [recovery-target] process exited with exit status: 0 (26.661621ms)
28342026-02-28T23:59:35.714ZFeb 28 23:59:35.663 INFO [host-target] process exited with exit status: 0 (26.106943ms)
28352026-02-28T23:59:35.714ZFeb 28 23:59:35.664 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28362026-02-28T23:59:35.714Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28372026-02-28T23:59:38.542Z[ host-package] Compiling ring v0.17.14
28382026-02-28T23:59:38.675Z[ host-package] Compiling regress v0.10.5
28392026-02-28T23:59:38.700Z[ host-package] Compiling heck v0.5.0
28402026-02-28T23:59:38.700Z[ host-package] Compiling unsafe-libyaml v0.2.11
28412026-02-28T23:59:38.792Z[ host-package] Compiling convert_case v0.4.0
28422026-02-28T23:59:38.832Z[ host-package] Compiling is-terminal v0.4.13
28432026-02-28T23:59:38.832Z[ host-package] Compiling prettyplease v0.2.36
28442026-02-28T23:59:39.017Z[ host-package] Compiling typify-impl v0.6.1
28452026-02-28T23:59:39.274Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28462026-02-28T23:59:39.511Z[ host-package] Compiling derive_more v0.99.20
28472026-02-28T23:59:39.820Z[ host-package] Compiling universal-hash v0.5.1
28482026-02-28T23:59:40.167Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28492026-02-28T23:59:40.249Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28502026-02-28T23:59:42.853Z[ host-package] Compiling typify-impl v0.4.3
28512026-02-28T23:59:42.886Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28522026-02-28T23:59:43.145Z[ host-package] Compiling opaque-debug v0.3.1
28532026-02-28T23:59:43.293Z[ host-package] Compiling rustls v0.23.37
28542026-02-28T23:59:43.390Z[ host-package] Compiling poly1305 v0.8.0
28552026-02-28T23:59:44.239Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28562026-02-28T23:59:44.856Z[ host-package] Compiling thiserror-no-std v2.0.2
28572026-02-28T23:59:45.074Z[ host-package] Compiling chacha20 v0.9.1
28582026-02-28T23:59:45.580Z[ host-package] Compiling password-hash v0.5.0
28592026-02-28T23:59:47.106Z[ host-package] Compiling rustls-webpki v0.103.9
28602026-02-28T23:59:47.399Z[ host-package] Compiling blake2 v0.10.6
28612026-02-28T23:59:48.790Z[ host-package] Compiling aead v0.5.2
28622026-02-28T23:59:49.138Z[ host-package] Compiling swrite v0.1.0
28632026-02-28T23:59:49.332Z[ host-package] Compiling chacha20poly1305 v0.10.1
28642026-02-28T23:59:49.639Z[ host-package] Compiling argon2 v0.5.3
28652026-02-28T23:59:50.644Z[ host-package] Compiling rustls v0.22.4
28662026-02-28T23:59:50.741Z[ host-package] Compiling typify-macro v0.6.1
28672026-02-28T23:59:51.069Z[ host-package] Compiling typify-macro v0.4.3
28682026-02-28T23:59:51.700Z[ host-package] Compiling rustls-webpki v0.102.8
28692026-02-28T23:59:57.698Z[ host-package] Compiling tokio-rustls v0.26.0
28702026-02-28T23:59:57.854Z[ host-package] Compiling rustls-platform-verifier v0.6.2
28712026-02-28T23:59:58.391Z[ host-package] Compiling typify v0.6.1
28722026-02-28T23:59:58.514Z[ host-package] Compiling hyper-rustls v0.27.7
28732026-02-28T23:59:58.662Z[ host-package] Compiling progenitor-impl v0.13.0
28742026-02-28T23:59:59.131Z[ host-package] Compiling reqwest v0.12.28
28752026-02-28T23:59:59.179Z[ host-package] Compiling reqwest v0.13.2
28762026-03-01T00:00:07.426Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772026-03-01T00:00:08.440Z[ helios-setup] Mar 01 00:00:08.412 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
28782026-03-01T00:00:08.577Z[ host-package] Compiling tokio-rustls v0.25.0
28792026-03-01T00:00:09.179Z[ host-package] Compiling dropshot v0.16.7
28802026-03-01T00:00:18.401Z[ helios-setup] Mar 01 00:00:18.373 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28812026-03-01T00:00:25.746Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28822026-03-01T00:00:26.383Z[ host-package] Compiling progenitor-client v0.13.0
28832026-03-01T00:00:27.481Z[ host-package] Compiling progenitor-client v0.10.0
28842026-03-01T00:00:28.611Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28852026-03-01T00:00:34.574Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28862026-03-01T00:00:39.795Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
28872026-03-01T00:00:39.848Z[ host-package] Compiling progenitor-macro v0.13.0
28882026-03-01T00:00:40.130Z[ host-package] Compiling typify v0.4.3
28892026-03-01T00:00:40.354Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28902026-03-01T00:00:41.680Z[ host-package] Compiling vsss-rs v3.3.4
28912026-03-01T00:00:42.900Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28922026-03-01T00:00:46.085Z[ host-package] Compiling thread_local v1.1.8
28932026-03-01T00:00:46.157Z[ host-package] Compiling bytecount v0.6.8
28942026-03-01T00:00:46.314Z[ helios-setup] Mar 01 00:00:46.288 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s
28952026-03-01T00:00:46.366Z[ helios-setup] Mar 01 00:00:46.341 INFO building project "amd-host-image-builder" ok (106 seconds)
28962026-03-01T00:00:46.366Z[ helios-setup] Mar 01 00:00:46.341 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
28972026-03-01T00:00:46.475Z[ helios-setup] Mar 01 00:00:46.449 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
28982026-03-01T00:00:46.475Z[ helios-setup] Mar 01 00:00:46.449 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
28992026-03-01T00:00:46.500Z[ helios-setup] Mar 01 00:00:46.449 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
29002026-03-01T00:00:46.610Z[ host-package] Compiling match_cfg v0.1.0
29012026-03-01T00:00:46.810Z[ host-package] Compiling hostname v0.3.1
29022026-03-01T00:00:46.859Z[ helios-setup] Mar 01 00:00:46.833 INFO E| Downloading crates ...
29032026-03-01T00:00:46.954Z[ helios-setup] Mar 01 00:00:46.929 INFO E| Downloaded anyhow v1.0.98
29042026-03-01T00:00:46.980Z[ helios-setup] Mar 01 00:00:46.937 INFO E| Downloaded deranged v0.4.0
29052026-03-01T00:00:46.980Z[ helios-setup] Mar 01 00:00:46.941 INFO E| Downloaded fastrand v2.3.0
29062026-03-01T00:00:46.980Z[ helios-setup] Mar 01 00:00:46.944 INFO E| Downloaded time-macros v0.2.22
29072026-03-01T00:00:46.980Z[ helios-setup] Mar 01 00:00:46.948 INFO E| Downloaded time v0.3.41
29082026-03-01T00:00:47.004Z[ helios-setup] Mar 01 00:00:46.962 INFO E| Downloaded getrandom v0.3.3
29092026-03-01T00:00:47.004Z[ helios-setup] Mar 01 00:00:46.968 INFO E| Downloaded tempfile v3.20.0
29102026-03-01T00:00:47.004Z[ helios-setup] Mar 01 00:00:46.971 INFO E| Downloaded darling v0.20.11
29112026-03-01T00:00:47.005Z[ helios-setup] Mar 01 00:00:46.978 INFO E| Downloaded bitflags v2.9.1
29122026-03-01T00:00:47.030Z[ helios-setup] Mar 01 00:00:46.983 INFO E| Downloaded serde_with v3.12.0
29132026-03-01T00:00:47.030Z[ helios-setup] Mar 01 00:00:46.993 INFO E| Downloaded hashbrown v0.15.3
29142026-03-01T00:00:47.030Z[ helios-setup] Mar 01 00:00:46.999 INFO E| Downloaded indexmap v2.9.0
29152026-03-01T00:00:47.030Z[ helios-setup] Mar 01 00:00:47.003 INFO E| Downloaded darling_core v0.20.11
29162026-03-01T00:00:47.054Z[ helios-setup] Mar 01 00:00:47.009 INFO E| Downloaded serde_with_macros v3.12.0
29172026-03-01T00:00:47.054Z[ helios-setup] Mar 01 00:00:47.012 INFO E| Downloaded time-core v0.1.4
29182026-03-01T00:00:47.054Z[ helios-setup] Mar 01 00:00:47.013 INFO E| Downloaded rustix v1.0.7
29192026-03-01T00:00:47.079Z[ helios-setup] Mar 01 00:00:47.041 INFO E| Downloaded chrono v0.4.41
29202026-03-01T00:00:47.079Z[ helios-setup] Mar 01 00:00:47.049 INFO E| Downloaded darling_macro v0.20.11
29212026-03-01T00:00:47.129Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29222026-03-01T00:00:47.153Z[ helios-setup] Mar 01 00:00:47.121 INFO E| Compiling proc-macro2 v1.0.95
29232026-03-01T00:00:47.153Z[ helios-setup] Mar 01 00:00:47.122 INFO E| Compiling unicode-ident v1.0.18
29242026-03-01T00:00:47.153Z[ helios-setup] Mar 01 00:00:47.122 INFO E| Compiling libc v0.2.172
29252026-03-01T00:00:47.153Z[ helios-setup] Mar 01 00:00:47.122 INFO E| Compiling strsim v0.11.1
29262026-03-01T00:00:47.153Z[ helios-setup] Mar 01 00:00:47.122 INFO E| Compiling fnv v1.0.7
29272026-03-01T00:00:47.153Z[ helios-setup] Mar 01 00:00:47.122 INFO E| Compiling ident_case v1.0.1
29282026-03-01T00:00:47.153Z[ helios-setup] Mar 01 00:00:47.122 INFO E| Compiling serde v1.0.219
29292026-03-01T00:00:47.153Z[ helios-setup] Mar 01 00:00:47.122 INFO E| Compiling getrandom v0.3.3
29302026-03-01T00:00:47.731Z[ helios-setup] Mar 01 00:00:47.706 INFO E| Compiling rustix v1.0.7
29312026-03-01T00:00:47.755Z[ helios-setup] Mar 01 00:00:47.706 INFO E| Compiling cfg-if v1.0.0
29322026-03-01T00:00:47.836Z[ helios-setup] Mar 01 00:00:47.810 INFO E| Compiling bitflags v2.9.1
29332026-03-01T00:00:48.056Z[ helios-setup] Mar 01 00:00:48.031 INFO E| Compiling anyhow v1.0.98
29342026-03-01T00:00:48.541Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29352026-03-01T00:00:48.813Z[ helios-setup] Mar 01 00:00:48.788 INFO E| Compiling serde_json v1.0.140
29362026-03-01T00:00:48.839Z[ helios-setup] Mar 01 00:00:48.813 INFO E| Compiling thiserror v2.0.12
29372026-03-01T00:00:48.914Z[ helios-setup] Mar 01 00:00:48.889 INFO E| Compiling once_cell v1.21.3
29382026-03-01T00:00:49.192Z[ helios-setup] Mar 01 00:00:49.167 INFO E| Compiling errno v0.3.12
29392026-03-01T00:00:49.713Z[ helios-setup] Mar 01 00:00:49.688 INFO E| Compiling itoa v1.0.15
29402026-03-01T00:00:49.805Z[ helios-setup] Mar 01 00:00:49.779 INFO E| Compiling memchr v2.7.4
29412026-03-01T00:00:50.173Z[ helios-setup] Mar 01 00:00:50.148 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
29422026-03-01T00:00:50.197Z[ helios-setup] Mar 01 00:00:50.161 INFO E| Compiling ryu v1.0.20
29432026-03-01T00:00:50.536Z[ helios-setup] Mar 01 00:00:50.511 INFO E| Compiling fastrand v2.3.0
29442026-03-01T00:00:51.084Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29452026-03-01T00:00:51.253Z[ helios-setup] Mar 01 00:00:51.228 INFO E| Compiling quote v1.0.40
29462026-03-01T00:00:51.492Z[ host-package] Compiling progenitor v0.13.0
29472026-03-01T00:00:52.065Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29482026-03-01T00:00:52.103Z[ helios-setup] Mar 01 00:00:52.078 INFO E| Compiling syn v2.0.101
29492026-03-01T00:00:52.660Z[ helios-setup] Mar 01 00:00:52.635 INFO E| Compiling tempfile v3.20.0
29502026-03-01T00:00:52.725Z[ host-package] Compiling multer v3.1.0
29512026-03-01T00:00:52.808Z[ host-package] Compiling slog-async v2.8.0
29522026-03-01T00:00:52.975Z[ host-package] Compiling crossbeam-channel v0.5.15
29532026-03-01T00:00:53.000Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
29542026-03-01T00:00:53.756Z[ host-package] Compiling slog-json v2.6.1
29552026-03-01T00:00:54.236Z[ host-package] Compiling futures-executor v0.3.31
29562026-03-01T00:00:54.340Z[ host-package] Compiling serde_spanned v1.0.4
29572026-03-01T00:00:54.678Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
29582026-03-01T00:00:54.728Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
29592026-03-01T00:00:54.794Z[ host-package] Compiling take_mut v0.2.2
29602026-03-01T00:00:55.062Z[ host-package] Compiling term v1.1.0
29612026-03-01T00:00:55.286Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
29622026-03-01T00:00:56.248Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29632026-03-01T00:00:56.338Z[ host-package] Compiling slog-term v2.9.2
29642026-03-01T00:00:56.395Z[ host-package] Compiling futures v0.3.31
29652026-03-01T00:00:56.579Z[ host-package] Compiling slog-bunyan v2.5.0
29662026-03-01T00:00:57.704Z[ host-package] Compiling async-stream v0.3.6
29672026-03-01T00:00:58.018Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
29682026-03-01T00:00:58.114Z[ host-package] Compiling waitgroup v0.1.2
29692026-03-01T00:00:58.311Z[ host-package] Compiling rustls-pemfile v2.2.0
29702026-03-01T00:00:58.358Z[ host-package] Compiling serde_path_to_error v0.1.20
29712026-03-01T00:00:58.438Z[ helios-setup] Mar 01 00:00:58.413 INFO E| Compiling darling_core v0.20.11
29722026-03-01T00:00:58.462Z[ host-package] Compiling hostname v0.4.2
29732026-03-01T00:00:58.747Z[ host-package] Compiling instant v0.1.13
29742026-03-01T00:00:58.931Z[ host-package] Compiling debug-ignore v1.0.5
29752026-03-01T00:00:59.237Z[ host-package] Compiling backoff v0.4.0
29762026-03-01T00:00:59.417Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
29772026-03-01T00:01:00.408Z[ helios-setup] Mar 01 00:01:00.383 INFO E| Compiling serde_derive v1.0.219
29782026-03-01T00:01:00.408Z[ helios-setup] Mar 01 00:01:00.383 INFO E| Compiling thiserror-impl v2.0.12
29792026-03-01T00:01:01.738Z[ host-package] Compiling parse-display v0.10.0
29802026-03-01T00:01:02.538Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29812026-03-01T00:01:02.639Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29822026-03-01T00:01:03.066Z[ host-package] Compiling backon v1.6.0
29832026-03-01T00:01:03.160Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
29842026-03-01T00:01:03.523Z[ helios-setup] Mar 01 00:01:03.498 INFO E| Compiling darling_macro v0.20.11
29852026-03-01T00:01:03.773Z[ host-package] Compiling macaddr v1.0.1
29862026-03-01T00:01:04.345Z[ host-package] Compiling derive-where v1.5.0
29872026-03-01T00:01:04.538Z[ host-package] Compiling num-rational v0.4.2
29882026-03-01T00:01:04.755Z[ helios-setup] Mar 01 00:01:04.731 INFO E| Compiling darling v0.20.11
29892026-03-01T00:01:04.891Z[ helios-setup] Mar 01 00:01:04.866 INFO E| Compiling serde_with_macros v3.12.0
29902026-03-01T00:01:06.909Z[ host-package] Compiling num-complex v0.4.6
29912026-03-01T00:01:08.350Z[ host-package] Compiling num v0.4.3
29922026-03-01T00:01:08.564Z[ host-package] Compiling console v0.15.10
29932026-03-01T00:01:08.674Z[ host-package] Compiling float-ord v0.3.2
29942026-03-01T00:01:09.434Z[ host-package] Compiling progenitor-impl v0.11.2
29952026-03-01T00:01:11.433Z[ host-package] Compiling toml v0.8.23
29962026-03-01T00:01:12.265Z[ helios-setup] Mar 01 00:01:12.240 INFO E| Compiling serde_with v3.12.0
29972026-03-01T00:01:13.000Z[ host-package] Compiling progenitor-client v0.11.2
29982026-03-01T00:01:14.100Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29992026-03-01T00:01:14.424Z[ host-package] Compiling newline-converter v0.3.0
30002026-03-01T00:01:14.758Z[ host-package] Compiling atomicwrites v0.4.4
30012026-03-01T00:01:15.140Z[ host-package] Compiling progenitor-macro v0.11.2
30022026-03-01T00:01:15.842Z[ host-package] Compiling slog-dtrace v0.3.0
30032026-03-01T00:01:15.921Z[ host-package] Compiling expectorate v1.2.0
30042026-03-01T00:01:16.549Z[ host-package] Compiling owo-colors v4.2.3
30052026-03-01T00:01:17.133Z[ host-package] Compiling cancel-safe-futures v0.1.5
30062026-03-01T00:01:19.497Z[ host-package] Compiling resolv-conf v0.7.0
30072026-03-01T00:01:21.501Z[ host-package] Compiling libsw-core v0.3.1
30082026-03-01T00:01:21.789Z[ helios-setup] Mar 01 00:01:21.766 INFO E| Finished `release` profile [optimized] target(s) in 35.21s
30092026-03-01T00:01:21.818Z[ helios-setup] Mar 01 00:01:21.794 INFO building project "dmar-report" ok (35 seconds)
30102026-03-01T00:01:21.818Z[ helios-setup] Mar 01 00:01:21.794 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
30112026-03-01T00:01:21.862Z[ host-package] Compiling libsw v3.5.0
30122026-03-01T00:01:21.910Z[ helios-setup] Mar 01 00:01:21.887 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
30132026-03-01T00:01:21.910Z[ helios-setup] Mar 01 00:01:21.887 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30142026-03-01T00:01:21.934Z[ helios-setup] Mar 01 00:01:21.887 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30152026-03-01T00:01:22.270Z[ helios-setup] Mar 01 00:01:22.246 INFO E| Downloading crates ...
30162026-03-01T00:01:22.349Z[ helios-setup] Mar 01 00:01:22.325 INFO E| Downloaded miniz_oxide v0.8.8
30172026-03-01T00:01:22.408Z[ helios-setup] Mar 01 00:01:22.385 INFO E| Compiling adler2 v2.0.0
30182026-03-01T00:01:22.577Z[ helios-setup] Mar 01 00:01:22.554 INFO E| Compiling miniz_oxide v0.8.8
30192026-03-01T00:01:23.108Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30202026-03-01T00:01:23.450Z[ host-package] Compiling linear-map v1.2.0
30212026-03-01T00:01:23.982Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30222026-03-01T00:01:24.089Z[ host-package] Compiling minimal-lexical v0.2.1
30232026-03-01T00:01:24.578Z[ host-package] Compiling linked-hash-map v0.5.6
30242026-03-01T00:01:24.756Z[ host-package] Compiling nom v7.1.3
30252026-03-01T00:01:24.781Z[ helios-setup] Mar 01 00:01:24.752 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30262026-03-01T00:01:25.136Z[ host-package] Compiling lru-cache v0.1.2
30272026-03-01T00:01:25.486Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30282026-03-01T00:01:25.730Z[ helios-setup] Mar 01 00:01:25.707 INFO E| Finished `release` profile [optimized] target(s) in 3.72s
30292026-03-01T00:01:25.755Z[ helios-setup] Mar 01 00:01:25.720 INFO building project "pinprick" ok (3 seconds)
30302026-03-01T00:01:25.755Z[ helios-setup] Mar 01 00:01:25.720 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
30312026-03-01T00:01:25.835Z[ helios-setup] Mar 01 00:01:25.812 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
30322026-03-01T00:01:25.836Z[ helios-setup] Mar 01 00:01:25.812 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30332026-03-01T00:01:25.836Z[ helios-setup] Mar 01 00:01:25.812 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30342026-03-01T00:01:26.134Z[ helios-setup] Mar 01 00:01:26.110 INFO E| Downloading crates ...
30352026-03-01T00:01:26.187Z[ host-package] Compiling progenitor v0.11.2
30362026-03-01T00:01:26.249Z[ helios-setup] Mar 01 00:01:26.226 INFO E| Downloaded unicode-width v0.1.10
30372026-03-01T00:01:26.274Z[ helios-setup] Mar 01 00:01:26.228 INFO E| Downloaded typenum v1.15.0
30382026-03-01T00:01:26.274Z[ helios-setup] Mar 01 00:01:26.231 INFO E| Downloaded sha2 v0.10.5
30392026-03-01T00:01:26.274Z[ helios-setup] Mar 01 00:01:26.234 INFO E| Downloaded miniz_oxide v0.6.2
30402026-03-01T00:01:26.274Z[ helios-setup] Mar 01 00:01:26.236 INFO E| Downloaded flate2 v1.0.25
30412026-03-01T00:01:26.274Z[ helios-setup] Mar 01 00:01:26.242 INFO E| Downloaded bytes v1.2.1
30422026-03-01T00:01:26.274Z[ helios-setup] Mar 01 00:01:26.246 INFO E| Downloaded digest v0.10.3
30432026-03-01T00:01:26.274Z[ helios-setup] Mar 01 00:01:26.247 INFO E| Downloaded generic-array v0.14.6
30442026-03-01T00:01:26.274Z[ helios-setup] Mar 01 00:01:26.249 INFO E| Downloaded cpufeatures v0.2.5
30452026-03-01T00:01:26.274Z[ helios-setup] Mar 01 00:01:26.250 INFO E| Downloaded block-buffer v0.10.3
30462026-03-01T00:01:26.299Z[ helios-setup] Mar 01 00:01:26.252 INFO E| Downloaded anyhow v1.0.62
30472026-03-01T00:01:26.339Z[ helios-setup] Mar 01 00:01:26.316 INFO E| Compiling typenum v1.15.0
30482026-03-01T00:01:26.339Z[ helios-setup] Mar 01 00:01:26.316 INFO E| Compiling version_check v0.9.4
30492026-03-01T00:01:26.364Z[ helios-setup] Mar 01 00:01:26.316 INFO E| Compiling cfg-if v1.0.0
30502026-03-01T00:01:26.364Z[ helios-setup] Mar 01 00:01:26.316 INFO E| Compiling crc32fast v1.3.2
30512026-03-01T00:01:26.364Z[ helios-setup] Mar 01 00:01:26.316 INFO E| Compiling adler v1.0.2
30522026-03-01T00:01:26.364Z[ helios-setup] Mar 01 00:01:26.316 INFO E| Compiling anyhow v1.0.62
30532026-03-01T00:01:26.364Z[ helios-setup] Mar 01 00:01:26.316 INFO E| Compiling unicode-width v0.1.10
30542026-03-01T00:01:26.364Z[ helios-setup] Mar 01 00:01:26.316 INFO E| Compiling cpufeatures v0.2.5
30552026-03-01T00:01:26.534Z[ host-package] Compiling unicode-xid v0.2.6
30562026-03-01T00:01:26.665Z[ helios-setup] Mar 01 00:01:26.642 INFO E| Compiling bitflags v1.3.2
30572026-03-01T00:01:26.928Z[ helios-setup] Mar 01 00:01:26.905 INFO E| Compiling generic-array v0.14.6
30582026-03-01T00:01:26.953Z[ helios-setup] Mar 01 00:01:26.919 INFO E| Compiling getopts v0.2.21
30592026-03-01T00:01:26.953Z[ helios-setup] Mar 01 00:01:26.930 INFO E| Compiling bytes v1.2.1
30602026-03-01T00:01:26.978Z[ helios-setup] Mar 01 00:01:26.947 INFO E| Compiling miniz_oxide v0.6.2
30612026-03-01T00:01:27.123Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30622026-03-01T00:01:28.565Z[ helios-setup] Mar 01 00:01:28.542 INFO E| Compiling flate2 v1.0.25
30632026-03-01T00:01:29.278Z[ host-package] Compiling hickory-proto v0.24.4
30642026-03-01T00:01:29.959Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30652026-03-01T00:01:31.671Z[ helios-setup] Mar 01 00:01:31.648 INFO E| Compiling crypto-common v0.1.6
30662026-03-01T00:01:31.671Z[ helios-setup] Mar 01 00:01:31.648 INFO E| Compiling block-buffer v0.10.3
30672026-03-01T00:01:31.912Z[ helios-setup] Mar 01 00:01:31.889 INFO E| Compiling digest v0.10.3
30682026-03-01T00:01:32.322Z[ helios-setup] Mar 01 00:01:32.299 INFO E| Compiling sha2 v0.10.5
30692026-03-01T00:01:32.778Z[ helios-setup] Mar 01 00:01:32.756 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30702026-03-01T00:01:34.036Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30712026-03-01T00:01:36.729Z[ helios-setup] Mar 01 00:01:36.705 INFO E| Finished `release` profile [optimized] target(s) in 10.74s
30722026-03-01T00:01:36.754Z[ helios-setup] Mar 01 00:01:36.721 INFO building project "bootserver" ok (10 seconds)
30732026-03-01T00:01:36.754Z[ helios-setup] Mar 01 00:01:36.721 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
30742026-03-01T00:01:36.856Z[ helios-setup] Mar 01 00:01:36.832 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
30752026-03-01T00:01:36.856Z[ helios-setup] Mar 01 00:01:36.832 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30762026-03-01T00:01:36.882Z[ helios-setup] Mar 01 00:01:36.832 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30772026-03-01T00:01:37.165Z[ helios-setup] Mar 01 00:01:37.142 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30782026-03-01T00:01:37.701Z[ helios-setup] Mar 01 00:01:37.678 INFO E| From https://github.com/jclulow/hiercmd
30792026-03-01T00:01:37.701Z[ helios-setup] Mar 01 00:01:37.678 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
30802026-03-01T00:01:37.727Z[ helios-setup] Mar 01 00:01:37.700 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
30812026-03-01T00:01:38.180Z[ helios-setup] Mar 01 00:01:38.157 INFO E| From https://github.com/oxidecomputer/network-interface
30822026-03-01T00:01:38.181Z[ helios-setup] Mar 01 00:01:38.157 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
30832026-03-01T00:01:38.214Z[ helios-setup] Mar 01 00:01:38.177 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30842026-03-01T00:01:38.632Z[ helios-setup] Mar 01 00:01:38.609 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30852026-03-01T00:01:38.632Z[ helios-setup] Mar 01 00:01:38.609 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30862026-03-01T00:01:38.676Z[ helios-setup] Mar 01 00:01:38.654 INFO E| Updating crates.io index
30872026-03-01T00:01:38.934Z[ helios-setup] Mar 01 00:01:38.911 INFO E| Downloading crates ...
30882026-03-01T00:01:39.046Z[ helios-setup] Mar 01 00:01:39.024 INFO E| Downloaded toml_writer v1.0.4
30892026-03-01T00:01:39.071Z[ helios-setup] Mar 01 00:01:39.027 INFO E| Downloaded cc v1.2.44
30902026-03-01T00:01:39.071Z[ helios-setup] Mar 01 00:01:39.032 INFO E| Downloaded bitflags v2.10.0
30912026-03-01T00:01:39.071Z[ helios-setup] Mar 01 00:01:39.037 INFO E| Downloaded winnow v0.7.13
30922026-03-01T00:01:39.098Z[ helios-setup] Mar 01 00:01:39.050 INFO E| Downloaded term v1.2.0
30932026-03-01T00:01:39.123Z[ helios-setup] Mar 01 00:01:39.081 INFO E| Downloaded toml_parser v1.0.4
30942026-03-01T00:01:39.123Z[ helios-setup] Mar 01 00:01:39.085 INFO E| Downloaded zeroize v1.8.2
30952026-03-01T00:01:39.123Z[ helios-setup] Mar 01 00:01:39.089 INFO E| Downloaded thread_local v1.1.9
30962026-03-01T00:01:39.123Z[ helios-setup] Mar 01 00:01:39.091 INFO E| Downloaded thiserror-impl v2.0.17
30972026-03-01T00:01:39.123Z[ helios-setup] Mar 01 00:01:39.094 INFO E| Downloaded thiserror v2.0.17
30982026-03-01T00:01:39.148Z[ helios-setup] Mar 01 00:01:39.103 INFO E| Downloaded typenum v1.19.0
30992026-03-01T00:01:39.148Z[ helios-setup] Mar 01 00:01:39.107 INFO E| Downloaded unicode-ident v1.0.22
31002026-03-01T00:01:39.148Z[ helios-setup] Mar 01 00:01:39.112 INFO E| Downloaded uuid v1.18.1
31012026-03-01T00:01:39.148Z[ helios-setup] Mar 01 00:01:39.116 INFO E| Downloaded miniz_oxide v0.8.9
31022026-03-01T00:01:39.148Z[ helios-setup] Mar 01 00:01:39.120 INFO E| Downloaded num-bigint-dig v0.8.4
31032026-03-01T00:01:39.148Z[ helios-setup] Mar 01 00:01:39.126 INFO E| Downloaded mio v1.1.0
31042026-03-01T00:01:39.173Z[ helios-setup] Mar 01 00:01:39.133 INFO E| Downloaded clap_builder v4.5.51
31052026-03-01T00:01:39.173Z[ helios-setup] Mar 01 00:01:39.140 INFO E| Downloaded time v0.3.44
31062026-03-01T00:01:39.173Z[ helios-setup] Mar 01 00:01:39.149 INFO E| Downloaded hashbrown v0.16.0
31072026-03-01T00:01:39.198Z[ helios-setup] Mar 01 00:01:39.156 INFO E| Downloaded indexmap v2.12.0
31082026-03-01T00:01:39.198Z[ helios-setup] Mar 01 00:01:39.161 INFO E| Downloaded toml_edit v0.23.7
31092026-03-01T00:01:39.198Z[ helios-setup] Mar 01 00:01:39.165 INFO E| Downloaded toml v0.9.8
31102026-03-01T00:01:39.198Z[ helios-setup] Mar 01 00:01:39.170 INFO E| Downloaded memchr v2.7.6
31112026-03-01T00:01:39.198Z[ helios-setup] Mar 01 00:01:39.176 INFO E| Downloaded iana-time-zone v0.1.64
31122026-03-01T00:01:39.223Z[ helios-setup] Mar 01 00:01:39.179 INFO E| Downloaded tls_codec v0.4.2
31132026-03-01T00:01:39.223Z[ helios-setup] Mar 01 00:01:39.181 INFO E| Downloaded unicode-width v0.2.2
31142026-03-01T00:01:39.223Z[ helios-setup] Mar 01 00:01:39.188 INFO E| Downloaded parking_lot v0.12.5
31152026-03-01T00:01:39.223Z[ helios-setup] Mar 01 00:01:39.192 INFO E| Downloaded syn v2.0.108
31162026-03-01T00:01:39.248Z[ helios-setup] Mar 01 00:01:39.206 INFO E| Downloaded rustix v1.1.2
31172026-03-01T00:01:39.273Z[ helios-setup] Mar 01 00:01:39.240 INFO E| Downloaded flate2 v1.1.5
31182026-03-01T00:01:39.273Z[ helios-setup] Mar 01 00:01:39.246 INFO E| Downloaded anyhow v1.0.100
31192026-03-01T00:01:39.298Z[ helios-setup] Mar 01 00:01:39.251 INFO E| Downloaded toml_datetime v0.7.3
31202026-03-01T00:01:39.298Z[ helios-setup] Mar 01 00:01:39.253 INFO E| Downloaded time-macros v0.2.24
31212026-03-01T00:01:39.298Z[ helios-setup] Mar 01 00:01:39.256 INFO E| Downloaded signal-hook-registry v1.4.6
31222026-03-01T00:01:39.298Z[ helios-setup] Mar 01 00:01:39.257 INFO E| Downloaded quote v1.0.41
31232026-03-01T00:01:39.298Z[ helios-setup] Mar 01 00:01:39.260 INFO E| Downloaded proc-macro2 v1.0.103
31242026-03-01T00:01:39.298Z[ helios-setup] Mar 01 00:01:39.263 INFO E| Downloaded pin-project-lite v0.2.16
31252026-03-01T00:01:39.298Z[ helios-setup] Mar 01 00:01:39.270 INFO E| Downloaded num_enum_derive v0.7.5
31262026-03-01T00:01:39.298Z[ helios-setup] Mar 01 00:01:39.271 INFO E| Downloaded ppv-lite86 v0.2.21
31272026-03-01T00:01:39.298Z[ helios-setup] Mar 01 00:01:39.273 INFO E| Downloaded proc-macro-crate v3.4.0
31282026-03-01T00:01:39.298Z[ helios-setup] Mar 01 00:01:39.274 INFO E| Downloaded parking_lot_core v0.9.12
31292026-03-01T00:01:39.323Z[ helios-setup] Mar 01 00:01:39.277 INFO E| Downloaded num_enum v0.7.5
31302026-03-01T00:01:39.323Z[ helios-setup] Mar 01 00:01:39.283 INFO E| Downloaded chrono v0.4.42
31312026-03-01T00:01:39.323Z[ helios-setup] Mar 01 00:01:39.292 INFO E| Downloaded bitfield v0.19.3
31322026-03-01T00:01:39.323Z[ helios-setup] Mar 01 00:01:39.294 INFO E| Downloaded tls_codec_derive v0.4.2
31332026-03-01T00:01:39.323Z[ helios-setup] Mar 01 00:01:39.296 INFO E| Downloaded time-core v0.1.6
31342026-03-01T00:01:39.323Z[ helios-setup] Mar 01 00:01:39.298 INFO E| Downloaded terminal_size v0.4.3
31352026-03-01T00:01:39.323Z[ helios-setup] Mar 01 00:01:39.299 INFO E| Downloaded slab v0.4.11
31362026-03-01T00:01:39.323Z[ helios-setup] Mar 01 00:01:39.301 INFO E| Downloaded serde_spanned v1.0.3
31372026-03-01T00:01:39.348Z[ helios-setup] Mar 01 00:01:39.304 INFO E| Downloaded libc v0.2.177
31382026-03-01T00:01:39.373Z[ helios-setup] Mar 01 00:01:39.336 INFO E| Downloaded pkg-config v0.3.32
31392026-03-01T00:01:39.373Z[ helios-setup] Mar 01 00:01:39.338 INFO E| Downloaded log v0.4.28
31402026-03-01T00:01:39.373Z[ helios-setup] Mar 01 00:01:39.342 INFO E| Downloaded is-terminal v0.4.17
31412026-03-01T00:01:39.373Z[ helios-setup] Mar 01 00:01:39.343 INFO E| Downloaded iddqd v0.3.14
31422026-03-01T00:01:39.373Z[ helios-setup] Mar 01 00:01:39.351 INFO E| Downloaded generic-array v0.14.9
31432026-03-01T00:01:39.398Z[ helios-setup] Mar 01 00:01:39.353 INFO E| Downloaded env_filter v0.1.4
31442026-03-01T00:01:39.398Z[ helios-setup] Mar 01 00:01:39.355 INFO E| Downloaded crc v3.3.0
31452026-03-01T00:01:39.398Z[ helios-setup] Mar 01 00:01:39.357 INFO E| Downloaded tokio v1.48.0
31462026-03-01T00:01:39.427Z[ helios-setup] Mar 01 00:01:39.405 INFO E| Downloaded colorchoice v1.0.4
31472026-03-01T00:01:39.452Z[ helios-setup] Mar 01 00:01:39.406 INFO E| Downloaded anstyle-query v1.1.4
31482026-03-01T00:01:39.452Z[ helios-setup] Mar 01 00:01:39.408 INFO E| Downloaded anstyle v1.0.13
31492026-03-01T00:01:39.452Z[ helios-setup] Mar 01 00:01:39.410 INFO E| Downloaded serde_json v1.0.145
31502026-03-01T00:01:39.452Z[ helios-setup] Mar 01 00:01:39.419 INFO E| Downloaded libm v0.2.15
31512026-03-01T00:01:39.478Z[ helios-setup] Mar 01 00:01:39.433 INFO E| Downloaded getrandom v0.2.16
31522026-03-01T00:01:39.478Z[ helios-setup] Mar 01 00:01:39.436 INFO E| Downloaded flagset v0.4.7
31532026-03-01T00:01:39.478Z[ helios-setup] Mar 01 00:01:39.438 INFO E| Downloaded find-msvc-tools v0.1.4
31542026-03-01T00:01:39.478Z[ helios-setup] Mar 01 00:01:39.440 INFO E| Downloaded devinfo v0.1.0
31552026-03-01T00:01:39.478Z[ helios-setup] Mar 01 00:01:39.442 INFO E| Downloaded crc32fast v1.5.0
31562026-03-01T00:01:39.478Z[ helios-setup] Mar 01 00:01:39.445 INFO E| Downloaded clap v4.5.51
31572026-03-01T00:01:39.503Z[ helios-setup] Mar 01 00:01:39.457 INFO E| Downloaded anstyle-parse v0.2.7
31582026-03-01T00:01:39.503Z[ helios-setup] Mar 01 00:01:39.459 INFO E| Downloaded lock_api v0.4.14
31592026-03-01T00:01:39.503Z[ helios-setup] Mar 01 00:01:39.461 INFO E| Downloaded libdevinfo-sys v1.1.0
31602026-03-01T00:01:39.503Z[ helios-setup] Mar 01 00:01:39.462 INFO E| Downloaded is_terminal_polyfill v1.70.2
31612026-03-01T00:01:39.503Z[ helios-setup] Mar 01 00:01:39.463 INFO E| Downloaded getopts v0.2.24
31622026-03-01T00:01:39.503Z[ helios-setup] Mar 01 00:01:39.465 INFO E| Downloaded futures-core v0.3.31
31632026-03-01T00:01:39.503Z[ helios-setup] Mar 01 00:01:39.466 INFO E| Downloaded errno v0.3.14
31642026-03-01T00:01:39.503Z[ helios-setup] Mar 01 00:01:39.468 INFO E| Downloaded deranged v0.5.5
31652026-03-01T00:01:39.503Z[ helios-setup] Mar 01 00:01:39.470 INFO E| Downloaded bitfield-macros v0.19.3
31662026-03-01T00:01:39.503Z[ helios-setup] Mar 01 00:01:39.470 INFO E| Downloaded clap_lex v0.7.6
31672026-03-01T00:01:39.503Z[ helios-setup] Mar 01 00:01:39.472 INFO E| Downloaded bytes v1.10.1
31682026-03-01T00:01:39.503Z[ helios-setup] Mar 01 00:01:39.476 INFO E| Downloaded anstream v0.6.21
31692026-03-01T00:01:39.503Z[ helios-setup] Mar 01 00:01:39.479 INFO E| Downloaded adler2 v2.0.1
31702026-03-01T00:01:39.503Z[ helios-setup] Mar 01 00:01:39.480 INFO E| Downloaded clap_derive v4.5.49
31712026-03-01T00:01:39.528Z[ helios-setup] Mar 01 00:01:39.483 INFO E| Downloaded base64ct v1.8.0
31722026-03-01T00:01:39.529Z[ helios-setup] Mar 01 00:01:39.486 INFO E| Downloaded autocfg v1.5.0
31732026-03-01T00:01:39.681Z[ helios-setup] Mar 01 00:01:39.658 INFO E| Compiling proc-macro2 v1.0.103
31742026-03-01T00:01:39.681Z[ helios-setup] Mar 01 00:01:39.659 INFO E| Compiling quote v1.0.41
31752026-03-01T00:01:39.706Z[ helios-setup] Mar 01 00:01:39.659 INFO E| Compiling unicode-ident v1.0.22
31762026-03-01T00:01:39.706Z[ helios-setup] Mar 01 00:01:39.659 INFO E| Compiling libc v0.2.177
31772026-03-01T00:01:39.706Z[ helios-setup] Mar 01 00:01:39.659 INFO E| Compiling serde_core v1.0.228
31782026-03-01T00:01:39.706Z[ helios-setup] Mar 01 00:01:39.659 INFO E| Compiling cfg-if v1.0.4
31792026-03-01T00:01:39.706Z[ helios-setup] Mar 01 00:01:39.659 INFO E| Compiling serde v1.0.228
31802026-03-01T00:01:39.706Z[ helios-setup] Mar 01 00:01:39.659 INFO E| Compiling version_check v0.9.5
31812026-03-01T00:01:39.736Z[ host-package] Compiling hickory-resolver v0.24.4
31822026-03-01T00:01:40.374Z[ helios-setup] Mar 01 00:01:40.352 INFO E| Compiling autocfg v1.5.0
31832026-03-01T00:01:40.533Z[ helios-setup] Mar 01 00:01:40.510 INFO E| Compiling const-oid v0.9.6
31842026-03-01T00:01:40.628Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31852026-03-01T00:01:40.960Z[ helios-setup] Mar 01 00:01:40.938 INFO E| Compiling typenum v1.19.0
31862026-03-01T00:01:42.055Z[ helios-setup] Mar 01 00:01:41.007 INFO E| Compiling generic-array v0.14.9
31872026-03-01T00:01:42.081Z[ helios-setup] Mar 01 00:01:41.322 INFO E| Compiling libm v0.2.15
31882026-03-01T00:01:42.081Z[ helios-setup] Mar 01 00:01:41.822 INFO E| Compiling num-traits v0.2.19
31892026-03-01T00:01:42.242Z[ helios-setup] Mar 01 00:01:42.220 INFO E| Compiling zerocopy v0.8.27
31902026-03-01T00:01:43.707Z[ helios-setup] Mar 01 00:01:43.685 INFO E| Compiling rustversion v1.0.22
31912026-03-01T00:01:43.732Z[ helios-setup] Mar 01 00:01:43.701 INFO E| Compiling zeroize v1.8.2
31922026-03-01T00:01:44.244Z[ helios-setup] Mar 01 00:01:44.222 INFO E| Compiling base64ct v1.8.0
31932026-03-01T00:01:44.505Z[ helios-setup] Mar 01 00:01:44.483 INFO E| Compiling smallvec v1.15.1
31942026-03-01T00:01:44.749Z[ host-package] Compiling convert_case v0.7.1
31952026-03-01T00:01:44.964Z[ helios-setup] Mar 01 00:01:44.942 INFO E| Compiling getrandom v0.2.16
31962026-03-01T00:01:45.199Z[ helios-setup] Mar 01 00:01:45.177 INFO E| Compiling syn v2.0.108
31972026-03-01T00:01:45.675Z[ helios-setup] Mar 01 00:01:45.653 INFO E| Compiling pem-rfc7468 v0.7.0
31982026-03-01T00:01:45.724Z[ helios-setup] Mar 01 00:01:45.702 INFO E| Compiling equivalent v1.0.2
31992026-03-01T00:01:45.767Z[ helios-setup] Mar 01 00:01:45.745 INFO E| Compiling rustix v1.1.2
32002026-03-01T00:01:45.961Z[ helios-setup] Mar 01 00:01:45.939 INFO E| Compiling winnow v0.7.13
32012026-03-01T00:01:46.021Z[ host-package] Compiling derive_more-impl v2.0.1
32022026-03-01T00:01:47.739Z[ helios-setup] Mar 01 00:01:47.717 INFO E| Compiling block-buffer v0.10.4
32032026-03-01T00:01:47.826Z[ helios-setup] Mar 01 00:01:47.804 INFO E| Compiling crypto-common v0.1.6
32042026-03-01T00:01:48.281Z[ helios-setup] Mar 01 00:01:48.259 INFO E| Compiling digest v0.10.7
32052026-03-01T00:01:48.561Z[ helios-setup] Mar 01 00:01:48.540 INFO E| Compiling crc32fast v1.5.0
32062026-03-01T00:01:48.706Z[ helios-setup] Mar 01 00:01:48.684 INFO E| Compiling memchr v2.7.6
32072026-03-01T00:01:48.730Z[ helios-setup] Mar 01 00:01:48.687 INFO E| Compiling byteorder v1.5.0
32082026-03-01T00:01:48.953Z[ host-package] Compiling qorb v0.4.1
32092026-03-01T00:01:49.716Z[ helios-setup] Mar 01 00:01:49.694 INFO E| Compiling bitflags v2.10.0
32102026-03-01T00:01:49.742Z[ helios-setup] Mar 01 00:01:49.720 INFO E| Compiling utf8parse v0.2.2
32112026-03-01T00:01:49.974Z[ helios-setup] Mar 01 00:01:49.949 INFO E| Compiling anyhow v1.0.100
32122026-03-01T00:01:50.242Z[ helios-setup] Mar 01 00:01:50.219 INFO E| Compiling hashbrown v0.16.0
32132026-03-01T00:01:50.321Z[ helios-setup] Mar 01 00:01:50.299 INFO E| Compiling flagset v0.4.7
32142026-03-01T00:01:50.864Z[ helios-setup] Mar 01 00:01:50.843 INFO E| Compiling anstyle-parse v0.2.7
32152026-03-01T00:01:51.200Z[ helios-setup] Mar 01 00:01:51.179 INFO E| Compiling rand_core v0.6.4
32162026-03-01T00:01:51.778Z[ helios-setup] Mar 01 00:01:51.757 INFO E| Compiling toml_parser v1.0.4
32172026-03-01T00:01:51.870Z[ helios-setup] Mar 01 00:01:51.848 INFO E| Compiling errno v0.3.14
32182026-03-01T00:01:51.962Z[ helios-setup] Mar 01 00:01:51.940 INFO E| Compiling colorchoice v1.0.4
32192026-03-01T00:01:52.121Z[ helios-setup] Mar 01 00:01:52.099 INFO E| Compiling indexmap v2.12.0
32202026-03-01T00:01:52.342Z[ helios-setup] Mar 01 00:01:52.320 INFO E| Compiling syn v1.0.109
32212026-03-01T00:01:52.481Z[ helios-setup] Mar 01 00:01:52.460 INFO E| Compiling cpufeatures v0.2.17
32222026-03-01T00:01:52.659Z[ helios-setup] Mar 01 00:01:52.638 INFO E| Compiling find-msvc-tools v0.1.4
32232026-03-01T00:01:52.727Z[ helios-setup] Mar 01 00:01:52.706 INFO E| Compiling allocator-api2 v0.2.21
32242026-03-01T00:01:52.799Z[ helios-setup] Mar 01 00:01:52.777 INFO E| Compiling radium v0.7.0
32252026-03-01T00:01:52.885Z[ helios-setup] Mar 01 00:01:52.864 INFO E| Compiling anstyle v1.0.13
32262026-03-01T00:01:53.642Z[ helios-setup] Mar 01 00:01:53.620 INFO E| Compiling is_terminal_polyfill v1.70.2
32272026-03-01T00:01:53.744Z[ helios-setup] Mar 01 00:01:53.722 INFO E| Compiling anstyle-query v1.1.4
32282026-03-01T00:01:53.908Z[ helios-setup] Mar 01 00:01:53.886 INFO E| Compiling toml_datetime v0.7.3
32292026-03-01T00:01:54.003Z[ helios-setup] Mar 01 00:01:53.982 INFO E| Compiling shlex v1.3.0
32302026-03-01T00:01:54.090Z[ helios-setup] Mar 01 00:01:54.069 INFO E| Compiling anstream v0.6.21
32312026-03-01T00:01:54.321Z[ helios-setup] Mar 01 00:01:54.300 INFO E| Compiling sha2 v0.10.9
32322026-03-01T00:01:54.762Z[ helios-setup] Mar 01 00:01:54.740 INFO E| Compiling toml_edit v0.23.7
32332026-03-01T00:01:54.794Z[ helios-setup] Mar 01 00:01:54.773 INFO E| Compiling cc v1.2.44
32342026-03-01T00:01:56.423Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32352026-03-01T00:01:56.698Z[ helios-setup] Mar 01 00:01:56.677 INFO E| Compiling slog v2.8.2
32362026-03-01T00:01:56.924Z[ helios-setup] Mar 01 00:01:56.902 INFO E| Compiling tap v1.0.1
32372026-03-01T00:01:57.100Z[ helios-setup] Mar 01 00:01:57.079 INFO E| Compiling futures-sink v0.3.31
32382026-03-01T00:01:57.426Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-03-01T00:01:57.578Z[ helios-setup] Mar 01 00:01:57.557 INFO E| Compiling maybe-uninit v2.0.0
32402026-03-01T00:01:57.645Z[ helios-setup] Mar 01 00:01:57.624 INFO E| Compiling pkg-config v0.3.32
32412026-03-01T00:01:57.717Z[ helios-setup] Mar 01 00:01:57.695 INFO E| Compiling parking_lot_core v0.9.12
32422026-03-01T00:01:58.351Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32432026-03-01T00:01:58.489Z[ helios-setup] Mar 01 00:01:58.468 INFO E| Compiling pin-project-lite v0.2.16
32442026-03-01T00:01:58.614Z[ helios-setup] Mar 01 00:01:58.593 INFO E| Compiling futures-core v0.3.31
32452026-03-01T00:01:58.769Z[ helios-setup] Mar 01 00:01:58.748 INFO E| Compiling unicode-width v0.2.2
32462026-03-01T00:01:58.942Z[ helios-setup] Mar 01 00:01:58.921 INFO E| Compiling futures-channel v0.3.31
32472026-03-01T00:01:59.259Z[ host-package] Compiling derive_more v2.0.1
32482026-03-01T00:01:59.431Z[ helios-setup] Mar 01 00:01:59.410 INFO E| Compiling wyz v0.5.1
32492026-03-01T00:01:59.431Z[ helios-setup] Mar 01 00:01:59.410 INFO E| Compiling proc-macro-crate v3.4.0
32502026-03-01T00:01:59.582Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-03-01T00:01:59.657Z[ helios-setup] Mar 01 00:01:59.637 INFO E| Compiling getopts v0.2.24
32522026-03-01T00:01:59.682Z[ helios-setup] Mar 01 00:01:59.640 INFO E| Compiling terminal_size v0.4.3
32532026-03-01T00:01:59.840Z[ helios-setup] Mar 01 00:01:59.819 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
32542026-03-01T00:02:00.284Z[ helios-setup] Mar 01 00:02:00.263 INFO E| Compiling num-integer v0.1.46
32552026-03-01T00:02:00.308Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32562026-03-01T00:02:00.573Z[ helios-setup] Mar 01 00:02:00.552 INFO E| Compiling ahash v0.8.12
32572026-03-01T00:02:00.649Z[ helios-setup] Mar 01 00:02:00.628 INFO E| Compiling heck v0.5.0
32582026-03-01T00:02:00.674Z[ host-package] Compiling vte_generate_state_changes v0.1.2
32592026-03-01T00:02:00.997Z[ host-package] Compiling termtree v0.5.1
32602026-03-01T00:02:01.190Z[ helios-setup] Mar 01 00:02:01.169 INFO E| Compiling num-bigint-dig v0.8.4
32612026-03-01T00:02:01.256Z[ helios-setup] Mar 01 00:02:01.235 INFO E| Compiling strsim v0.11.1
32622026-03-01T00:02:01.354Z[ helios-setup] Mar 01 00:02:01.333 INFO E| Compiling serde_derive v1.0.228
32632026-03-01T00:02:01.684Z[ helios-setup] Mar 01 00:02:01.663 INFO E| Compiling zerocopy-derive v0.8.27
32642026-03-01T00:02:01.781Z[ helios-setup] Mar 01 00:02:01.760 INFO E| Compiling der_derive v0.7.3
32652026-03-01T00:02:01.880Z[ helios-setup] Mar 01 00:02:01.859 INFO E| Compiling futures-macro v0.3.31
32662026-03-01T00:02:01.915Z[ host-package] Compiling siphasher v1.0.1
32672026-03-01T00:02:02.015Z[ host-package] Compiling vte v0.11.1
32682026-03-01T00:02:02.253Z[ helios-setup] Mar 01 00:02:02.232 INFO E| Compiling clap_lex v0.7.6
32692026-03-01T00:02:02.803Z[ host-package] Compiling phf_shared v0.12.1
32702026-03-01T00:02:02.940Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32712026-03-01T00:02:03.661Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32722026-03-01T00:02:03.685Z[ helios-setup] Mar 01 00:02:03.642 INFO E| Compiling thiserror v1.0.69
32732026-03-01T00:02:03.777Z[ host-package] Compiling crossterm v0.29.0
32742026-03-01T00:02:04.128Z[ helios-setup] Mar 01 00:02:04.107 INFO E| Compiling spin v0.9.8
32752026-03-01T00:02:04.452Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32762026-03-01T00:02:04.488Z[ helios-setup] Mar 01 00:02:04.467 INFO E| Compiling bytes v1.10.1
32772026-03-01T00:02:04.719Z[ helios-setup] Mar 01 00:02:04.699 INFO E| Compiling itoa v1.0.15
32782026-03-01T00:02:05.181Z[ helios-setup] Mar 01 00:02:05.160 INFO E| Compiling num-conv v0.1.0
32792026-03-01T00:02:05.428Z[ helios-setup] Mar 01 00:02:05.407 INFO E| Compiling futures-io v0.3.31
32802026-03-01T00:02:05.662Z[ helios-setup] Mar 01 00:02:05.631 INFO E| Compiling der v0.7.10
32812026-03-01T00:02:05.694Z[ helios-setup] Mar 01 00:02:05.673 INFO E| Compiling futures-task v0.3.31
32822026-03-01T00:02:05.890Z[ helios-setup] Mar 01 00:02:05.870 INFO E| Compiling getrandom v0.3.4
32832026-03-01T00:02:06.282Z[ helios-setup] Mar 01 00:02:06.261 INFO E| Compiling funty v2.0.0
32842026-03-01T00:02:06.333Z[ helios-setup] Mar 01 00:02:06.312 INFO E| Compiling packed_struct v0.10.1
32852026-03-01T00:02:07.142Z[ helios-setup] Mar 01 00:02:07.121 INFO E| Compiling scopeguard v1.2.0
32862026-03-01T00:02:07.243Z[ helios-setup] Mar 01 00:02:07.222 INFO E| Compiling slab v0.4.11
32872026-03-01T00:02:07.542Z[ helios-setup] Mar 01 00:02:07.521 INFO E| Compiling pin-utils v0.1.0
32882026-03-01T00:02:07.790Z[ helios-setup] Mar 01 00:02:07.769 INFO E| Compiling time-core v0.1.6
32892026-03-01T00:02:08.091Z[ helios-setup] Mar 01 00:02:08.070 INFO E| Compiling powerfmt v0.2.0
32902026-03-01T00:02:08.210Z[ helios-setup] Mar 01 00:02:08.189 INFO E| Compiling bitvec v1.0.1
32912026-03-01T00:02:08.535Z[ helios-setup] Mar 01 00:02:08.514 INFO E| Compiling time-macros v0.2.24
32922026-03-01T00:02:09.269Z[ helios-setup] Mar 01 00:02:09.248 INFO E| Compiling deranged v0.5.5
32932026-03-01T00:02:10.890Z[ helios-setup] Mar 01 00:02:10.869 INFO E| Compiling spki v0.7.3
32942026-03-01T00:02:12.233Z[ helios-setup] Mar 01 00:02:12.212 INFO E| Compiling pkcs8 v0.10.2
32952026-03-01T00:02:12.771Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32962026-03-01T00:02:12.937Z[ host-package] Compiling csv-core v0.1.11
32972026-03-01T00:02:13.138Z[ helios-setup] Mar 01 00:02:13.117 INFO E| Compiling packed_struct_codegen v0.10.1
32982026-03-01T00:02:13.590Z[ helios-setup] Mar 01 00:02:13.569 INFO E| Compiling futures-util v0.3.31
32992026-03-01T00:02:14.605Z[ host-package] Compiling highway v1.3.0
33002026-03-01T00:02:14.698Z[ helios-setup] Mar 01 00:02:14.678 INFO E| Compiling ppv-lite86 v0.2.21
33012026-03-01T00:02:14.724Z[ host-package] Compiling chrono-tz v0.10.4
33022026-03-01T00:02:15.205Z[ host-package] Compiling tough v0.20.0
33032026-03-01T00:02:15.293Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33042026-03-01T00:02:15.507Z[ helios-setup] Mar 01 00:02:15.481 INFO E| Compiling erased-serde v0.3.31
33052026-03-01T00:02:15.693Z[ helios-setup] Mar 01 00:02:15.673 INFO E| Compiling lock_api v0.4.14
33062026-03-01T00:02:16.323Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33072026-03-01T00:02:16.380Z[ helios-setup] Mar 01 00:02:16.359 INFO E| Compiling rand_chacha v0.3.1
33082026-03-01T00:02:16.511Z[ host-package] Compiling csv v1.3.1
33092026-03-01T00:02:16.536Z[ helios-setup] Mar 01 00:02:16.502 INFO E| Compiling lazy_static v1.5.0
33102026-03-01T00:02:16.646Z[ helios-setup] Mar 01 00:02:16.626 INFO E| Compiling clap_builder v4.5.51
33112026-03-01T00:02:16.793Z[ helios-setup] Mar 01 00:02:16.773 INFO E| Compiling clap_derive v4.5.49
33122026-03-01T00:02:16.818Z[ host-package] Compiling strip-ansi-escapes v0.2.0
33132026-03-01T00:02:16.926Z[ helios-setup] Mar 01 00:02:16.906 INFO E| Compiling bitfield-macros v0.19.3
33142026-03-01T00:02:16.999Z[ helios-setup] Mar 01 00:02:16.979 INFO E| Compiling thiserror-impl v1.0.69
33152026-03-01T00:02:17.597Z[ helios-setup] Mar 01 00:02:17.577 INFO E| Compiling rand v0.8.5
33162026-03-01T00:02:18.283Z[ host-package] Compiling phf v0.12.1
33172026-03-01T00:02:18.724Z[ helios-setup] Mar 01 00:02:18.703 INFO E| Compiling num_enum_derive v0.7.5
33182026-03-01T00:02:19.366Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33192026-03-01T00:02:19.740Z[ helios-setup] Mar 01 00:02:19.720 INFO E| Compiling zerocopy-derive v0.6.6
33202026-03-01T00:02:19.829Z[ helios-setup] Mar 01 00:02:19.810 INFO E| Compiling num-iter v0.1.45
33212026-03-01T00:02:20.147Z[ host-package] Compiling const_format_proc_macros v0.2.34
33222026-03-01T00:02:21.196Z[ helios-setup] Mar 01 00:02:21.176 INFO E| Compiling indexmap v1.9.3
33232026-03-01T00:02:21.367Z[ host-package] Compiling papergrid v0.11.0
33242026-03-01T00:02:22.110Z[ helios-setup] Mar 01 00:02:22.090 INFO E| Compiling thiserror v2.0.17
33252026-03-01T00:02:22.661Z[ helios-setup] Mar 01 00:02:22.641 INFO E| Compiling log v0.4.28
33262026-03-01T00:02:22.890Z[ host-package] Compiling tabled_derive v0.7.0
33272026-03-01T00:02:23.255Z[ helios-setup] Mar 01 00:02:23.235 INFO E| Compiling nodrop v0.1.14
33282026-03-01T00:02:23.578Z[ helios-setup] Mar 01 00:02:23.558 INFO E| Compiling once_cell v1.21.3
33292026-03-01T00:02:23.631Z[ helios-setup] Mar 01 00:02:23.611 INFO E| Compiling adler2 v2.0.1
33302026-03-01T00:02:23.707Z[ helios-setup] Mar 01 00:02:23.687 INFO E| Compiling crc-catalog v2.4.0
33312026-03-01T00:02:23.732Z[ host-package] Compiling fd-lock v4.0.2
33322026-03-01T00:02:23.794Z[ helios-setup] Mar 01 00:02:23.774 INFO E| Compiling simd-adler32 v0.3.7
33332026-03-01T00:02:24.152Z[ helios-setup] Mar 01 00:02:24.133 INFO E| Compiling serde_json v1.0.145
33342026-03-01T00:02:24.491Z[ host-package] Compiling peg-macros v0.8.5
33352026-03-01T00:02:24.684Z[ helios-setup] Mar 01 00:02:24.665 INFO E| Compiling iana-time-zone v0.1.64
33362026-03-01T00:02:24.845Z[ helios-setup] Mar 01 00:02:24.825 INFO E| Compiling time v0.3.44
33372026-03-01T00:02:24.992Z[ helios-setup] Mar 01 00:02:24.972 INFO E| Compiling miniz_oxide v0.8.9
33382026-03-01T00:02:25.364Z[ helios-setup] Mar 01 00:02:25.344 INFO E| Compiling chrono v0.4.42
33392026-03-01T00:02:26.119Z[ helios-setup] Mar 01 00:02:26.100 INFO E| Compiling clap v4.5.51
33402026-03-01T00:02:26.397Z[ host-package] Compiling nu-ansi-term v0.50.1
33412026-03-01T00:02:27.116Z[ helios-setup] Mar 01 00:02:27.097 INFO E| Compiling crc v3.3.0
33422026-03-01T00:02:27.700Z[ helios-setup] Mar 01 00:02:27.680 INFO E| Compiling futures-executor v0.3.31
33432026-03-01T00:02:28.467Z[ host-package] Compiling reedline v0.40.0
33442026-03-01T00:02:28.798Z[ helios-setup] Mar 01 00:02:28.779 INFO E| Compiling array-init v0.0.4
33452026-03-01T00:02:29.126Z[ helios-setup] Mar 01 00:02:29.106 INFO E| Compiling zerocopy v0.6.6
33462026-03-01T00:02:29.378Z[ host-package] Compiling peg v0.8.5
33472026-03-01T00:02:29.473Z[ helios-setup] Mar 01 00:02:29.454 INFO E| Compiling env_filter v0.1.4
33482026-03-01T00:02:29.712Z[ host-package] Compiling tabled v0.15.0
33492026-03-01T00:02:30.546Z[ host-package] Compiling const_format v0.2.34
33502026-03-01T00:02:30.835Z[ helios-setup] Mar 01 00:02:30.815 INFO E| Compiling num_enum v0.7.5
33512026-03-01T00:02:30.952Z[ helios-setup] Mar 01 00:02:30.933 INFO E| Compiling parking_lot v0.12.5
33522026-03-01T00:02:31.293Z[ helios-setup] Mar 01 00:02:31.274 INFO E| Compiling smallvec v0.6.14
33532026-03-01T00:02:32.035Z[ helios-setup] Mar 01 00:02:32.016 INFO E| Compiling bitfield v0.19.3
33542026-03-01T00:02:33.480Z[ helios-setup] Mar 01 00:02:33.460 INFO E| Compiling toml_datetime v0.6.11
33552026-03-01T00:02:33.758Z[ helios-setup] Mar 01 00:02:33.739 INFO E| Compiling serde_spanned v0.6.9
33562026-03-01T00:02:33.807Z[ helios-setup] Mar 01 00:02:33.788 INFO E| Compiling pkcs1 v0.7.5
33572026-03-01T00:02:34.376Z[ helios-setup] Mar 01 00:02:34.356 INFO E| Compiling thiserror-impl v2.0.17
33582026-03-01T00:02:34.681Z[ helios-setup] Mar 01 00:02:34.662 INFO E| Compiling tokio-macros v2.6.0
33592026-03-01T00:02:37.320Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33602026-03-01T00:02:37.904Z[ helios-setup] Mar 01 00:02:37.885 INFO E| Compiling signature v2.2.0
33612026-03-01T00:02:38.495Z[ helios-setup] Mar 01 00:02:38.457 INFO E| Compiling serde_spanned v1.0.3
33622026-03-01T00:02:38.771Z[ helios-setup] Mar 01 00:02:38.752 INFO E| Compiling socket2 v0.6.1
33632026-03-01T00:02:39.056Z[ helios-setup] Mar 01 00:02:39.037 INFO E| Compiling signal-hook-registry v1.4.6
33642026-03-01T00:02:39.212Z[ helios-setup] Mar 01 00:02:39.192 INFO E| Compiling mio v1.1.0
33652026-03-01T00:02:39.387Z[ helios-setup] Mar 01 00:02:39.368 INFO E| Compiling is-terminal v0.4.17
33662026-03-01T00:02:39.693Z[ helios-setup] Mar 01 00:02:39.675 INFO E| Compiling thread_local v1.1.9
33672026-03-01T00:02:39.767Z[ helios-setup] Mar 01 00:02:39.748 INFO E| Compiling term v1.2.0
33682026-03-01T00:02:40.271Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33692026-03-01T00:02:40.477Z[ helios-setup] Mar 01 00:02:40.458 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33702026-03-01T00:02:41.392Z[ helios-setup] Mar 01 00:02:41.373 INFO E| Compiling toml_writer v1.0.4
33712026-03-01T00:02:41.504Z[ host-package] Compiling bcs v0.1.6
33722026-03-01T00:02:41.569Z[ helios-setup] Mar 01 00:02:41.550 INFO E| Compiling libdevinfo-sys v1.1.0
33732026-03-01T00:02:41.841Z[ helios-setup] Mar 01 00:02:41.822 INFO E| Compiling ryu v1.0.20
33742026-03-01T00:02:41.969Z[ helios-setup] Mar 01 00:02:41.951 INFO E| Compiling winnow v0.5.40
33752026-03-01T00:02:42.024Z[ helios-setup] Mar 01 00:02:42.005 INFO E| Compiling base64 v0.21.7
33762026-03-01T00:02:42.163Z[ helios-setup] Mar 01 00:02:42.145 INFO E| Compiling subtle v2.6.1
33772026-03-01T00:02:42.587Z[ helios-setup] Mar 01 00:02:42.568 INFO E| Compiling hashbrown v0.12.3
33782026-03-01T00:02:42.920Z[ helios-setup] Mar 01 00:02:42.901 INFO E| Compiling ron v0.8.1
33792026-03-01T00:02:43.106Z[ helios-setup] Mar 01 00:02:43.087 INFO E| Compiling rsa v0.9.8
33802026-03-01T00:02:43.553Z[ host-package] Compiling semver v0.1.20
33812026-03-01T00:02:44.795Z[ host-package] Compiling rustc_version v0.1.7
33822026-03-01T00:02:45.661Z[ host-package] Compiling newtype_derive v0.1.6
33832026-03-01T00:02:46.477Z[ helios-setup] Mar 01 00:02:46.459 INFO E| Compiling toml v0.9.8
33842026-03-01T00:02:46.760Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33852026-03-01T00:02:47.441Z[ helios-setup] Mar 01 00:02:47.422 INFO E| Compiling devinfo v0.1.0
33862026-03-01T00:02:47.709Z[ host-package] Compiling humantime v2.2.0
33872026-03-01T00:02:49.130Z[ helios-setup] Mar 01 00:02:49.111 INFO E| Compiling toml_edit v0.19.15
33882026-03-01T00:02:49.663Z[ host-package] Compiling smawk v0.3.2
33892026-03-01T00:02:49.786Z[ host-package] Compiling unicode-linebreak v0.1.5
33902026-03-01T00:02:50.402Z[ helios-setup] Mar 01 00:02:50.384 INFO E| Compiling slog-term v2.9.2
33912026-03-01T00:02:50.543Z[ helios-setup] Mar 01 00:02:50.525 INFO E| Compiling tokio v1.48.0
33922026-03-01T00:02:50.665Z[ host-package] Compiling dropshot-api-manager-types v0.5.2
33932026-03-01T00:02:51.303Z[ host-package] Compiling textwrap v0.16.2
33942026-03-01T00:02:51.669Z[ helios-setup] Mar 01 00:02:51.651 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33952026-03-01T00:02:53.213Z[ helios-setup] Mar 01 00:02:53.195 INFO E| Compiling uuid v1.18.1
33962026-03-01T00:02:54.175Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33972026-03-01T00:02:54.281Z[ helios-setup] Mar 01 00:02:54.263 INFO E| Compiling serde-hex v0.1.0
33982026-03-01T00:02:55.344Z[ helios-setup] Mar 01 00:02:55.327 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33992026-03-01T00:02:56.162Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34002026-03-01T00:02:56.414Z[ helios-setup] Mar 01 00:02:56.397 INFO E| Compiling env_logger v0.11.8
34012026-03-01T00:02:56.506Z[ helios-setup] Mar 01 00:02:56.489 INFO E| Compiling bzip2 v0.4.4
34022026-03-01T00:02:56.535Z[ host-package] Compiling colored v3.0.0
34032026-03-01T00:02:57.346Z[ helios-setup] Mar 01 00:02:57.328 INFO E| Compiling futures v0.3.31
34042026-03-01T00:02:57.683Z[ helios-setup] Mar 01 00:02:57.665 INFO E| Compiling hashbrown v0.13.2
34052026-03-01T00:02:57.836Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34062026-03-01T00:02:58.381Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34072026-03-01T00:02:58.564Z[ host-package] Compiling utf-8 v0.7.6
34082026-03-01T00:02:58.775Z[ host-package] Compiling steno v0.4.1
34092026-03-01T00:02:59.233Z[ helios-setup] Mar 01 00:02:59.215 INFO E| Compiling flate2 v1.1.5
34102026-03-01T00:02:59.700Z[ helios-setup] Mar 01 00:02:59.683 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34112026-03-01T00:02:59.725Z[ host-package] Compiling moka v0.12.10
34122026-03-01T00:03:00.810Z[ host-package] Compiling tagptr v0.2.0
34132026-03-01T00:03:01.011Z[ host-package] Compiling tungstenite v0.21.0
34142026-03-01T00:03:01.944Z[ helios-setup] Mar 01 00:03:01.926 INFO E| Compiling x509-cert v0.2.5
34152026-03-01T00:03:02.552Z[ helios-setup] Mar 01 00:03:02.534 INFO E| Compiling foldhash v0.2.0
34162026-03-01T00:03:03.118Z[ helios-setup] Mar 01 00:03:03.100 INFO E| Compiling rustc-hash v2.1.1
34172026-03-01T00:03:03.647Z[ helios-setup] Mar 01 00:03:03.629 INFO E| Compiling crc-any v2.5.0
34182026-03-01T00:03:03.786Z[ helios-setup] Mar 01 00:03:03.769 INFO E| Compiling bitflags v1.3.2
34192026-03-01T00:03:03.829Z[ helios-setup] Mar 01 00:03:03.812 INFO E| Compiling hex v0.4.3
34202026-03-01T00:03:04.353Z[ helios-setup] Mar 01 00:03:04.336 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34212026-03-01T00:03:04.545Z[ helios-setup] Mar 01 00:03:04.528 INFO E| Compiling iddqd v0.3.14
34222026-03-01T00:03:04.895Z[ helios-setup] Mar 01 00:03:04.878 INFO E| Compiling object v0.30.4
34232026-03-01T00:03:05.200Z[ helios-setup] Mar 01 00:03:05.183 INFO E| Compiling zip v0.6.6
34242026-03-01T00:03:06.906Z[ helios-setup] Mar 01 00:03:06.889 INFO E| Compiling toml v0.7.8
34252026-03-01T00:03:07.898Z[ host-package] Compiling hickory-resolver v0.25.2
34262026-03-01T00:03:08.127Z[ host-package] Compiling tokio-tungstenite v0.21.0
34272026-03-01T00:03:08.933Z[ host-package] Compiling progenitor-impl v0.10.0
34282026-03-01T00:03:09.411Z[ helios-setup] Mar 01 00:03:09.394 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34292026-03-01T00:03:09.551Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34302026-03-01T00:03:10.399Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34312026-03-01T00:03:11.922Z[ host-package] Compiling proc-macro-error2 v2.0.1
34322026-03-01T00:03:12.154Z[ helios-setup] Mar 01 00:03:12.137 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34332026-03-01T00:03:12.179Z[ helios-setup] Mar 01 00:03:12.157 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34342026-03-01T00:03:12.699Z[ helios-setup] Mar 01 00:03:12.682 INFO E| Compiling path-slash v0.1.5
34352026-03-01T00:03:13.162Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34362026-03-01T00:03:13.487Z[ helios-setup] Mar 01 00:03:13.470 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34372026-03-01T00:03:14.225Z[ helios-setup] Mar 01 00:03:14.208 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34382026-03-01T00:03:18.701Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34392026-03-01T00:03:20.715Z[ helios-setup] Mar 01 00:03:20.699 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34402026-03-01T00:03:32.734Z[ host-package] Compiling progenitor-macro v0.10.0
34412026-03-01T00:03:34.615Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34422026-03-01T00:03:36.907Z[ host-package] Compiling num-derive v0.3.3
34432026-03-01T00:03:36.979Z[ helios-setup] Mar 01 00:03:36.964 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34442026-03-01T00:03:38.756Z[ host-package] Compiling libscf-sys v1.1.0
34452026-03-01T00:03:39.039Z[ host-package] Compiling vergen-gitcl v1.0.8
34462026-03-01T00:03:39.468Z[ host-package] Compiling dirs-sys-next v0.1.2
34472026-03-01T00:03:40.021Z[ host-package] Compiling crunchy v0.2.2
34482026-03-01T00:03:40.582Z[ host-package] Compiling glob v0.3.2
34492026-03-01T00:03:40.649Z[ host-package] Compiling maplit v1.0.2
34502026-03-01T00:03:40.967Z[ host-package] Compiling dirs-next v2.0.0
34512026-03-01T00:03:41.276Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34522026-03-01T00:03:41.466Z[ host-package] Compiling clang-sys v1.8.1
34532026-03-01T00:03:41.841Z[ host-package] Compiling dsl_auto_type v0.1.2
34542026-03-01T00:03:42.107Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34552026-03-01T00:03:42.903Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
34562026-03-01T00:03:43.081Z[ host-package] Compiling tiny-keccak v2.0.2
34572026-03-01T00:03:43.225Z[ host-package] Compiling r2d2 v0.8.10
34582026-03-01T00:03:43.467Z[ host-package] Compiling diesel_derives v2.2.3
34592026-03-01T00:03:43.792Z[ host-package] Compiling term v0.7.0
34602026-03-01T00:03:44.154Z[ host-package] Compiling tabled_derive v0.11.0
34612026-03-01T00:03:44.556Z[ host-package] Compiling progenitor v0.10.0
34622026-03-01T00:03:44.940Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34632026-03-01T00:03:45.113Z[ host-package] Compiling papergrid v0.17.0
34642026-03-01T00:03:45.177Z[ host-package] Compiling testing_table v0.3.0
34652026-03-01T00:03:46.190Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34662026-03-01T00:03:47.432Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34672026-03-01T00:03:48.429Z[ host-package] Compiling bit-vec v0.6.3
34682026-03-01T00:03:49.398Z[ host-package] Compiling xshell-macros v0.2.7
34692026-03-01T00:03:50.679Z[ host-package] Compiling arc-swap v1.7.1
34702026-03-01T00:03:51.038Z[ host-package] Compiling xshell v0.2.7
34712026-03-01T00:03:51.709Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34722026-03-01T00:03:55.157Z[ host-package] Compiling slog-scope v4.4.0
34732026-03-01T00:03:56.339Z[ host-package] Compiling diesel v2.2.12
34742026-03-01T00:03:57.238Z[ host-package] Compiling tabled v0.20.0
34752026-03-01T00:03:58.955Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34762026-03-01T00:04:01.656Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34772026-03-01T00:04:03.931Z[ host-package] Compiling bit-set v0.5.3
34782026-03-01T00:04:04.432Z[ host-package] Compiling ascii-canvas v3.0.0
34792026-03-01T00:04:04.958Z[ helios-setup] Mar 01 00:04:04.944 INFO E| Finished `release` profile [optimized] target(s) in 2m 28s
34802026-03-01T00:04:04.982Z[ helios-setup] Mar 01 00:04:04.944 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
34812026-03-01T00:04:04.983Z[ helios-setup] Mar 01 00:04:04.947 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34822026-03-01T00:04:05.034Z[ helios-setup] Mar 01 00:04:05.020 INFO building project "pilot" ok (148 seconds)
34832026-03-01T00:04:05.059Z[ helios-setup] Mar 01 00:04:05.020 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
34842026-03-01T00:04:05.132Z[ helios-setup] Mar 01 00:04:05.118 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
34852026-03-01T00:04:05.132Z[ helios-setup] Mar 01 00:04:05.118 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
34862026-03-01T00:04:05.157Z[ helios-setup] Mar 01 00:04:05.118 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
34872026-03-01T00:04:05.386Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34882026-03-01T00:04:05.418Z[ helios-setup] Mar 01 00:04:05.403 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
34892026-03-01T00:04:05.837Z[ helios-setup] Mar 01 00:04:05.824 INFO E| From https://github.com/jclulow/rust-jmclib
34902026-03-01T00:04:05.838Z[ helios-setup] Mar 01 00:04:05.824 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34912026-03-01T00:04:05.862Z[ helios-setup] Mar 01 00:04:05.846 INFO E| Updating crates.io index
34922026-03-01T00:04:05.938Z[ helios-setup] Mar 01 00:04:05.925 INFO E| Downloading crates ...
34932026-03-01T00:04:06.097Z[ helios-setup] Mar 01 00:04:06.083 INFO E| Downloaded walkdir v2.3.3
34942026-03-01T00:04:06.122Z[ helios-setup] Mar 01 00:04:06.087 INFO E| Downloaded opaque-debug v0.3.0
34952026-03-01T00:04:06.122Z[ helios-setup] Mar 01 00:04:06.089 INFO E| Downloaded errno v0.3.1
34962026-03-01T00:04:06.122Z[ helios-setup] Mar 01 00:04:06.091 INFO E| Downloaded cpufeatures v0.2.9
34972026-03-01T00:04:06.122Z[ helios-setup] Mar 01 00:04:06.093 INFO E| Downloaded fastrand v2.0.0
34982026-03-01T00:04:06.122Z[ helios-setup] Mar 01 00:04:06.095 INFO E| Downloaded once_cell v1.18.0
34992026-03-01T00:04:06.122Z[ helios-setup] Mar 01 00:04:06.099 INFO E| Downloaded unicode-ident v1.0.11
35002026-03-01T00:04:06.122Z[ helios-setup] Mar 01 00:04:06.103 INFO E| Downloaded uuid v0.8.2
35012026-03-01T00:04:06.122Z[ helios-setup] Mar 01 00:04:06.108 INFO E| Downloaded toml v0.5.11
35022026-03-01T00:04:06.147Z[ helios-setup] Mar 01 00:04:06.111 INFO E| Downloaded serde_derive v1.0.193
35032026-03-01T00:04:06.147Z[ helios-setup] Mar 01 00:04:06.114 INFO E| Downloaded serde_json v1.0.103
35042026-03-01T00:04:06.147Z[ helios-setup] Mar 01 00:04:06.123 INFO E| Downloaded serde v1.0.193
35052026-03-01T00:04:06.147Z[ helios-setup] Mar 01 00:04:06.127 INFO E| Downloaded proc-macro2 v1.0.66
35062026-03-01T00:04:06.148Z[ helios-setup] Mar 01 00:04:06.130 INFO E| Downloaded typenum v1.16.0
35072026-03-01T00:04:06.148Z[ helios-setup] Mar 01 00:04:06.132 INFO E| Downloaded ryu v1.0.15
35082026-03-01T00:04:06.172Z[ helios-setup] Mar 01 00:04:06.136 INFO E| Downloaded glob v0.3.1
35092026-03-01T00:04:06.172Z[ helios-setup] Mar 01 00:04:06.138 INFO E| Downloaded getrandom v0.2.10
35102026-03-01T00:04:06.172Z[ helios-setup] Mar 01 00:04:06.142 INFO E| Downloaded md-5 v0.9.1
35112026-03-01T00:04:06.172Z[ helios-setup] Mar 01 00:04:06.144 INFO E| Downloaded syn v2.0.32
35122026-03-01T00:04:06.172Z[ helios-setup] Mar 01 00:04:06.156 INFO E| Downloaded block-buffer v0.9.0
35132026-03-01T00:04:06.173Z[ helios-setup] Mar 01 00:04:06.157 INFO E| Downloaded bitflags v2.3.3
35142026-03-01T00:04:06.198Z[ helios-setup] Mar 01 00:04:06.160 INFO E| Downloaded anyhow v1.0.72
35152026-03-01T00:04:06.198Z[ helios-setup] Mar 01 00:04:06.166 INFO E| Downloaded tempfile v3.7.0
35162026-03-01T00:04:06.198Z[ helios-setup] Mar 01 00:04:06.169 INFO E| Downloaded rustix v0.38.4
35172026-03-01T00:04:06.223Z[ helios-setup] Mar 01 00:04:06.196 INFO E| Downloaded sha-1 v0.9.8
35182026-03-01T00:04:06.223Z[ helios-setup] Mar 01 00:04:06.198 INFO E| Downloaded quote v1.0.31
35192026-03-01T00:04:06.223Z[ helios-setup] Mar 01 00:04:06.201 INFO E| Downloaded libdevinfo-sys v1.0.0
35202026-03-01T00:04:06.223Z[ helios-setup] Mar 01 00:04:06.202 INFO E| Downloaded itoa v1.0.9
35212026-03-01T00:04:06.223Z[ helios-setup] Mar 01 00:04:06.204 INFO E| Downloaded digest v0.9.0
35222026-03-01T00:04:06.223Z[ helios-setup] Mar 01 00:04:06.206 INFO E| Downloaded libc v0.2.147
35232026-03-01T00:04:06.341Z[ helios-setup] Mar 01 00:04:06.327 INFO E| Compiling libc v0.2.147
35242026-03-01T00:04:06.365Z[ helios-setup] Mar 01 00:04:06.327 INFO E| Compiling proc-macro2 v1.0.66
35252026-03-01T00:04:06.365Z[ helios-setup] Mar 01 00:04:06.327 INFO E| Compiling unicode-ident v1.0.11
35262026-03-01T00:04:06.365Z[ helios-setup] Mar 01 00:04:06.327 INFO E| Compiling cfg-if v1.0.0
35272026-03-01T00:04:06.366Z[ helios-setup] Mar 01 00:04:06.327 INFO E| Compiling version_check v0.9.4
35282026-03-01T00:04:06.366Z[ helios-setup] Mar 01 00:04:06.328 INFO E| Compiling typenum v1.16.0
35292026-03-01T00:04:06.366Z[ helios-setup] Mar 01 00:04:06.328 INFO E| Compiling serde v1.0.193
35302026-03-01T00:04:06.366Z[ helios-setup] Mar 01 00:04:06.328 INFO E| Compiling slog v2.7.0
35312026-03-01T00:04:06.688Z[ helios-setup] Mar 01 00:04:06.675 INFO E| Compiling num-conv v0.1.0
35322026-03-01T00:04:07.221Z[ helios-setup] Mar 01 00:04:07.207 INFO E| Compiling time-core v0.1.2
35332026-03-01T00:04:07.246Z[ helios-setup] Mar 01 00:04:07.217 INFO E| Compiling powerfmt v0.2.0
35342026-03-01T00:04:07.552Z[ helios-setup] Mar 01 00:04:07.539 INFO E| Compiling itoa v1.0.9
35352026-03-01T00:04:07.711Z[ helios-setup] Mar 01 00:04:07.698 INFO E| Compiling rustix v0.38.4
35362026-03-01T00:04:07.836Z[ helios-setup] Mar 01 00:04:07.823 INFO E| Compiling deranged v0.3.11
35372026-03-01T00:04:07.866Z[ helios-setup] Mar 01 00:04:07.853 INFO E| Compiling time-macros v0.2.18
35382026-03-01T00:04:07.918Z[ helios-setup] Mar 01 00:04:07.905 INFO E| Compiling generic-array v0.14.7
35392026-03-01T00:04:08.322Z[ helios-setup] Mar 01 00:04:08.308 INFO E| Compiling bitflags v2.3.3
35402026-03-01T00:04:08.665Z[ helios-setup] Mar 01 00:04:08.652 INFO E| Compiling quote v1.0.31
35412026-03-01T00:04:09.237Z[ helios-setup] Mar 01 00:04:09.224 INFO E| Compiling num_threads v0.1.6
35422026-03-01T00:04:09.344Z[ helios-setup] Mar 01 00:04:09.331 INFO E| Compiling syn v2.0.32
35432026-03-01T00:04:09.466Z[ helios-setup] Mar 01 00:04:09.452 INFO E| Compiling once_cell v1.18.0
35442026-03-01T00:04:09.749Z[ helios-setup] Mar 01 00:04:09.736 INFO E| Compiling anyhow v1.0.72
35452026-03-01T00:04:10.193Z[ helios-setup] Mar 01 00:04:10.180 INFO E| Compiling dirs-sys-next v0.1.2
35462026-03-01T00:04:10.420Z[ helios-setup] Mar 01 00:04:10.407 INFO E| Compiling errno v0.3.1
35472026-03-01T00:04:10.729Z[ helios-setup] Mar 01 00:04:10.716 INFO E| Compiling dirs-next v2.0.0
35482026-03-01T00:04:10.791Z[ helios-setup] Mar 01 00:04:10.764 INFO E| Compiling thread_local v1.1.7
35492026-03-01T00:04:10.905Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35502026-03-01T00:04:11.213Z[ helios-setup] Mar 01 00:04:11.200 INFO E| Compiling term v0.7.0
35512026-03-01T00:04:11.418Z[ helios-setup] Mar 01 00:04:11.404 INFO E| Compiling atty v0.2.14
35522026-03-01T00:04:11.448Z[ helios-setup] Mar 01 00:04:11.435 INFO E| Compiling fastrand v2.0.0
35532026-03-01T00:04:11.710Z[ helios-setup] Mar 01 00:04:11.697 INFO E| Compiling opaque-debug v0.3.0
35542026-03-01T00:04:11.764Z[ helios-setup] Mar 01 00:04:11.751 INFO E| Compiling serde_json v1.0.103
35552026-03-01T00:04:12.420Z[ helios-setup] Mar 01 00:04:12.401 INFO E| Compiling digest v0.9.0
35562026-03-01T00:04:12.445Z[ helios-setup] Mar 01 00:04:12.425 INFO E| Compiling time v0.3.36
35572026-03-01T00:04:12.583Z[ helios-setup] Mar 01 00:04:12.570 INFO E| Compiling block-buffer v0.9.0
35582026-03-01T00:04:12.664Z[ host-package] Compiling ena v0.14.3
35592026-03-01T00:04:12.751Z[ helios-setup] Mar 01 00:04:12.738 INFO E| Compiling getrandom v0.2.10
35602026-03-01T00:04:12.915Z[ helios-setup] Mar 01 00:04:12.903 INFO E| Compiling cpufeatures v0.2.9
35612026-03-01T00:04:13.006Z[ helios-setup] Mar 01 00:04:12.993 INFO E| Compiling ryu v1.0.15
35622026-03-01T00:04:13.170Z[ helios-setup] Mar 01 00:04:13.157 INFO E| Compiling unicode-width v0.1.10
35632026-03-01T00:04:13.203Z[ helios-setup] Mar 01 00:04:13.190 INFO E| Compiling same-file v1.0.6
35642026-03-01T00:04:13.583Z[ helios-setup] Mar 01 00:04:13.570 INFO E| Compiling tempfile v3.7.0
35652026-03-01T00:04:13.607Z[ helios-setup] Mar 01 00:04:13.592 INFO E| Compiling getopts v0.2.21
35662026-03-01T00:04:13.608Z[ helios-setup] Mar 01 00:04:13.592 INFO E| Compiling sha-1 v0.9.8
35672026-03-01T00:04:13.636Z[ host-package] Compiling libloading v0.8.5
35682026-03-01T00:04:13.810Z[ helios-setup] Mar 01 00:04:13.797 INFO E| Compiling walkdir v2.3.3
35692026-03-01T00:04:13.965Z[ helios-setup] Mar 01 00:04:13.952 INFO E| Compiling md-5 v0.9.1
35702026-03-01T00:04:14.636Z[ host-package] Compiling unicase v2.8.1
35712026-03-01T00:04:14.736Z[ helios-setup] Mar 01 00:04:14.723 INFO E| Compiling glob v0.3.1
35722026-03-01T00:04:14.843Z[ helios-setup] Mar 01 00:04:14.830 INFO E| Compiling libdevinfo-sys v1.0.0
35732026-03-01T00:04:15.756Z[ helios-setup] Mar 01 00:04:15.743 INFO E| Compiling slog-term v2.9.0
35742026-03-01T00:04:15.901Z[ host-package] Compiling regex-syntax v0.6.29
35752026-03-01T00:04:16.288Z[ helios-setup] Mar 01 00:04:16.275 INFO E| Compiling serde_derive v1.0.193
35762026-03-01T00:04:18.280Z[ host-package] Compiling bindgen v0.71.1
35772026-03-01T00:04:18.798Z[ host-package] Compiling diff v0.1.13
35782026-03-01T00:04:19.340Z[ host-package] Compiling lalrpop v0.19.12
35792026-03-01T00:04:21.010Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35802026-03-01T00:04:26.194Z[ helios-setup] Mar 01 00:04:26.182 INFO E| Compiling toml v0.5.11
35812026-03-01T00:04:26.194Z[ helios-setup] Mar 01 00:04:26.182 INFO E| Compiling uuid v0.8.2
35822026-03-01T00:04:27.954Z[ helios-setup] Mar 01 00:04:27.942 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
35832026-03-01T00:04:28.997Z[ host-package] Compiling slog-stdlog v4.1.1
35842026-03-01T00:04:29.644Z[ helios-setup] Mar 01 00:04:29.631 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
35852026-03-01T00:04:30.185Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35862026-03-01T00:04:30.363Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35872026-03-01T00:04:33.138Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35882026-03-01T00:04:34.349Z[ host-package] Compiling cexpr v0.6.0
35892026-03-01T00:04:35.998Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35902026-03-01T00:04:36.386Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35912026-03-01T00:04:36.695Z[ host-package] Compiling crc8 v0.1.1
35922026-03-01T00:04:38.745Z[ helios-setup] Mar 01 00:04:38.733 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.50s
35932026-03-01T00:04:38.774Z[ helios-setup] Mar 01 00:04:38.762 INFO building project "image-builder" ok (33 seconds)
35942026-03-01T00:04:38.798Z[ helios-setup] rm -f helios-build
35952026-03-01T00:04:38.798Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35962026-03-01T00:04:38.798Z[ helios-setup]
35972026-03-01T00:04:38.799Z[ helios-setup] Setup complete! ./helios-build is now available.
35982026-03-01T00:04:38.799Z[ helios-setup]
35992026-03-01T00:04:38.799Z[ helios-setup]
36002026-03-01T00:04:38.799Z[ helios-setup] real 6:45.997077134
36012026-03-01T00:04:38.799Z[ helios-setup] user 14:14.089021356
36022026-03-01T00:04:38.799Z[ helios-setup] sys 1:56.787489130
36032026-03-01T00:04:38.799Z[ helios-setup] trap 0.995402784
36042026-03-01T00:04:38.799Z[ helios-setup] tflt 2.488584459
36052026-03-01T00:04:38.799Z[ helios-setup] dflt 10.018147518
36062026-03-01T00:04:38.799Z[ helios-setup] kflt 0.000725978
36072026-03-01T00:04:38.799Z[ helios-setup] lock 1:15:24.839802530
36082026-03-01T00:04:38.799Z[ helios-setup] slp 1:52:38.302164602
36092026-03-01T00:04:38.799Z[ helios-setup] lat 16:16.908935177
36102026-03-01T00:04:38.799Z[ helios-setup] stop 2:38.979734752
36112026-03-01T00:04:38.799ZMar 01 00:04:38.778 INFO [helios-setup] process exited with exit status: 0 (406.002344981s)
36122026-03-01T00:04:38.799ZMar 01 00:04:38.778 INFO [helios-record] running task
36132026-03-01T00:04:38.799ZMar 01 00:04:38.778 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36142026-03-01T00:04:38.799ZMar 01 00:04:38.784 DEBG process exited with exit status: 0 (5.90412ms)
36152026-03-01T00:04:38.799ZMar 01 00:04:38.784 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36162026-03-01T00:04:38.824ZMar 01 00:04:38.791 DEBG process exited with exit status: 0 (7.11961ms)
36172026-03-01T00:04:38.824ZMar 01 00:04:38.791 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36182026-03-01T00:04:38.824ZMar 01 00:04:38.797 DEBG process exited with exit status: 0 (6.115209ms)
36192026-03-01T00:04:38.824ZMar 01 00:04:38.797 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36202026-03-01T00:04:38.824ZMar 01 00:04:38.803 DEBG process exited with exit status: 0 (5.669603ms)
36212026-03-01T00:04:38.824ZMar 01 00:04:38.803 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36222026-03-01T00:04:38.824ZMar 01 00:04:38.808 DEBG process exited with exit status: 0 (5.521613ms)
36232026-03-01T00:04:38.824ZMar 01 00:04:38.808 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36242026-03-01T00:04:38.849ZMar 01 00:04:38.814 DEBG process exited with exit status: 0 (5.503636ms)
36252026-03-01T00:04:38.849ZMar 01 00:04:38.814 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36262026-03-01T00:04:38.849ZMar 01 00:04:38.820 DEBG process exited with exit status: 0 (5.623981ms)
36272026-03-01T00:04:38.849ZMar 01 00:04:38.820 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36282026-03-01T00:04:38.849ZMar 01 00:04:38.825 DEBG process exited with exit status: 0 (5.430477ms)
36292026-03-01T00:04:38.849ZMar 01 00:04:38.825 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36302026-03-01T00:04:38.849ZMar 01 00:04:38.831 DEBG process exited with exit status: 0 (5.344303ms)
36312026-03-01T00:04:38.849ZMar 01 00:04:38.831 INFO [helios-record] task succeeded (53.388522ms)
36322026-03-01T00:04:39.720Z[ host-package] Compiling polar-core v0.27.3
36332026-03-01T00:04:39.864Z[ host-package] Compiling slog-envlogger v2.2.0
36342026-03-01T00:04:40.904Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36352026-03-01T00:04:41.676Z[ host-package] Compiling headers-core v0.3.0
36362026-03-01T00:04:41.908Z[ host-package] Compiling libxml v0.3.3
36372026-03-01T00:04:42.208Z[ host-package] Compiling headers v0.4.1
36382026-03-01T00:04:45.271Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36392026-03-01T00:04:45.803Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36402026-03-01T00:04:46.150Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36412026-03-01T00:04:46.645Z[ host-package] Compiling strum_macros v0.24.3
36422026-03-01T00:04:46.872Z[ host-package] Compiling indoc v1.0.9
36432026-03-01T00:04:47.589Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36442026-03-01T00:04:47.929Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36452026-03-01T00:04:47.961Z[ host-package] Compiling samael v0.0.19
36462026-03-01T00:04:48.973Z[ host-package] Compiling derive_builder v0.20.2
36472026-03-01T00:04:49.215Z[ host-package] Compiling oso-derive v0.27.3
36482026-03-01T00:04:50.053Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
36492026-03-01T00:04:51.443Z[ host-package] Compiling quick-xml v0.37.2
36502026-03-01T00:04:52.033Z[ host-package] Compiling half v1.8.3
36512026-03-01T00:04:52.133Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36522026-03-01T00:04:52.840Z[ host-package] Compiling serde_cbor v0.11.2
36532026-03-01T00:04:53.134Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36542026-03-01T00:04:54.361Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36552026-03-01T00:04:54.640Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36562026-03-01T00:04:54.785Z[ host-package] Compiling diesel-dtrace v0.4.2
36572026-03-01T00:04:55.290Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36582026-03-01T00:04:59.426Z[ host-package] Compiling oso v0.27.3
36592026-03-01T00:05:09.137Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36602026-03-01T00:05:09.458Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36612026-03-01T00:05:10.198Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36622026-03-01T00:05:11.188Z[ host-package] Compiling bb8 v0.8.5
36632026-03-01T00:05:11.802Z[ host-package] Compiling trait-variant v0.1.2
36642026-03-01T00:05:12.039Z[ host-package] Compiling async-bb8-diesel v0.2.1
36652026-03-01T00:05:12.255Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36662026-03-01T00:05:12.687Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36672026-03-01T00:05:12.723Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
36682026-03-01T00:05:12.772Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36692026-03-01T00:05:13.118Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36702026-03-01T00:05:13.473Z[ host-package] Compiling fxhash v0.2.1
36712026-03-01T00:05:13.729Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36722026-03-01T00:05:14.185Z[ host-package] Compiling typify-impl v0.2.0
36732026-03-01T00:05:15.383Z[ host-package] Compiling kstat-rs v0.2.4
36742026-03-01T00:05:16.215Z[ host-package] Compiling libz-sys v1.1.20
36752026-03-01T00:05:16.599Z[ host-package] Compiling nonempty v0.12.0
36762026-03-01T00:05:16.870Z[ host-package] Compiling salty v0.3.0
36772026-03-01T00:05:17.116Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36782026-03-01T00:05:17.843Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36792026-03-01T00:05:21.726Z[ host-package] Compiling typify-macro v0.2.0
36802026-03-01T00:05:24.422Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36812026-03-01T00:05:25.102Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36822026-03-01T00:05:29.272Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36832026-03-01T00:05:33.565Z[ host-package] Compiling nanorand v0.7.0
36842026-03-01T00:05:34.235Z[ host-package] Compiling parking_lot_core v0.8.6
36852026-03-01T00:05:35.040Z[ host-package] Compiling mime_guess v2.0.5
36862026-03-01T00:05:36.002Z[ host-package] Compiling flume v0.11.1
36872026-03-01T00:05:36.765Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36882026-03-01T00:05:37.094Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36892026-03-01T00:05:39.148Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36902026-03-01T00:05:41.817Z[ host-package] Compiling git-stub v1.0.0
36912026-03-01T00:05:42.611Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36922026-03-01T00:05:43.865Z[ host-package] Compiling git-stub-vcs v0.1.0
36932026-03-01T00:05:44.536Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36942026-03-01T00:05:52.285Z[ host-package] Compiling tabled_derive v0.10.0
36952026-03-01T00:05:54.134Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36962026-03-01T00:05:57.510Z[ host-package] Compiling ignore v0.4.23
36972026-03-01T00:05:59.939Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36982026-03-01T00:06:02.255Z[ host-package] Compiling papergrid v0.14.0
36992026-03-01T00:06:03.584Z[ host-package] Compiling primeorder v0.13.6
37002026-03-01T00:06:04.129Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37012026-03-01T00:06:06.521Z[ host-package] Compiling castaway v0.2.3
37022026-03-01T00:06:06.751Z[ host-package] Compiling nibble_vec v0.1.0
37032026-03-01T00:06:06.784Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37042026-03-01T00:06:06.880Z[ host-package] Compiling atty v0.2.14
37052026-03-01T00:06:07.041Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37062026-03-01T00:06:07.094Z[ host-package] Compiling http-range v0.1.5
37072026-03-01T00:06:07.151Z[ host-package] Compiling endian-type v0.1.2
37082026-03-01T00:06:07.439Z[ host-package] Compiling radix_trie v0.2.1
37092026-03-01T00:06:07.602Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37102026-03-01T00:06:07.642Z[ host-package] Compiling compact_str v0.8.0
37112026-03-01T00:06:08.253Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37122026-03-01T00:06:09.703Z[ host-package] Compiling tabled v0.18.0
37132026-03-01T00:06:12.442Z[ host-package] Compiling p384 v0.13.1
37142026-03-01T00:06:13.152Z[ host-package] Compiling globwalk v0.9.1
37152026-03-01T00:06:14.297Z[ host-package] Compiling parking_lot v0.11.2
37162026-03-01T00:06:14.830Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37172026-03-01T00:06:15.542Z[ host-package] Compiling typify v0.2.0
37182026-03-01T00:06:15.749Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37192026-03-01T00:06:16.054Z[ host-package] Compiling predicates-tree v1.0.12
37202026-03-01T00:06:16.290Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37212026-03-01T00:06:16.857Z[ host-package] Compiling unicode-truncate v1.1.0
37222026-03-01T00:06:17.195Z[ host-package] Compiling prefix-trie v0.7.0
37232026-03-01T00:06:18.115Z[ host-package] Compiling lru v0.12.5
37242026-03-01T00:06:18.483Z[ host-package] Compiling vergen-git2 v1.0.7
37252026-03-01T00:06:18.823Z[ host-package] Compiling instability v0.3.2
37262026-03-01T00:06:19.354Z[ host-package] Compiling cassowary v0.3.0
37272026-03-01T00:06:19.621Z[ host-package] Compiling indoc v2.0.6
37282026-03-01T00:06:20.450Z[ host-package] Compiling ratatui v0.29.0
37292026-03-01T00:06:22.444Z[ host-package] Compiling hickory-server v0.25.2
37302026-03-01T00:06:22.558Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37312026-03-01T00:06:23.716Z[ host-package] Compiling progenitor-impl v0.8.0
37322026-03-01T00:06:25.686Z[ host-package] Compiling sled v0.34.7
37332026-03-01T00:06:28.247Z[ host-package] Compiling git2 v0.20.2
37342026-03-01T00:06:32.367Z[ host-package] Compiling hyper-staticfile v0.10.1
37352026-03-01T00:06:35.010Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37362026-03-01T00:06:36.687Z[ host-package] Compiling hickory-client v0.25.2
37372026-03-01T00:06:38.750Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37382026-03-01T00:06:39.429Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37392026-03-01T00:06:39.875Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37402026-03-01T00:06:39.967Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37412026-03-01T00:06:41.291Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37422026-03-01T00:06:45.068Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37432026-03-01T00:06:46.548Z[ host-package] Compiling rand_seeder v0.4.0
37442026-03-01T00:06:46.978Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37452026-03-01T00:06:47.483Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37462026-03-01T00:06:47.803Z[ host-package] Compiling lzma-sys v0.1.20
37472026-03-01T00:06:47.875Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37482026-03-01T00:06:48.239Z[ host-package] Compiling corncobs v0.1.4
37492026-03-01T00:06:48.436Z[ host-package] Compiling rustls v0.21.12
37502026-03-01T00:06:48.643Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37512026-03-01T00:06:48.961Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37522026-03-01T00:06:49.265Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37532026-03-01T00:06:50.131Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37542026-03-01T00:06:50.408Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37552026-03-01T00:06:53.529Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37562026-03-01T00:07:00.714Z[ host-package] Compiling progenitor-macro v0.8.0
37572026-03-01T00:07:01.734Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37582026-03-01T00:07:07.548Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37592026-03-01T00:07:08.549Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37602026-03-01T00:07:09.307Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37612026-03-01T00:07:09.636Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37622026-03-01T00:07:10.009Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37632026-03-01T00:07:10.336Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37642026-03-01T00:07:13.495Z[ host-package] Compiling progenitor-client v0.8.0
37652026-03-01T00:07:14.349Z[ host-package] Compiling sct v0.7.1
37662026-03-01T00:07:14.785Z[ host-package] Compiling rustls-webpki v0.101.7
37672026-03-01T00:07:17.460Z[ host-package] Compiling heck v0.3.3
37682026-03-01T00:07:17.798Z[ host-package] Compiling secrecy v0.8.0
37692026-03-01T00:07:17.836Z[ host-package] Compiling void v1.0.2
37702026-03-01T00:07:18.094Z[ host-package] Compiling lzss v0.8.2
37712026-03-01T00:07:18.534Z[ host-package] Compiling zone_cfg_derive v0.1.2
37722026-03-01T00:07:20.208Z[ host-package] Compiling progenitor v0.8.0
37732026-03-01T00:07:20.472Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37742026-03-01T00:07:26.211Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37752026-03-01T00:07:26.955Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37762026-03-01T00:07:28.128Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37772026-03-01T00:07:29.021Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37782026-03-01T00:07:30.354Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37792026-03-01T00:07:31.141Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37802026-03-01T00:07:31.770Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37812026-03-01T00:07:32.135Z[ host-package] Compiling tungstenite v0.23.0
37822026-03-01T00:07:36.402Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37832026-03-01T00:07:36.485Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37842026-03-01T00:07:36.734Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37852026-03-01T00:07:36.828Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37862026-03-01T00:07:37.108Z[ host-package] Compiling nix v0.27.1
37872026-03-01T00:07:37.159Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37882026-03-01T00:07:37.766Z[ host-package] Compiling serde_bytes v0.11.19
37892026-03-01T00:07:38.277Z[ host-package] Compiling number_prefix v0.4.0
37902026-03-01T00:07:38.554Z[ host-package] Compiling base64 v0.13.1
37912026-03-01T00:07:39.198Z[ host-package] Compiling ron v0.7.1
37922026-03-01T00:07:39.407Z[ host-package] Compiling indicatif v0.17.11
37932026-03-01T00:07:39.457Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37942026-03-01T00:07:42.089Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37952026-03-01T00:07:42.945Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
37962026-03-01T00:07:43.152Z[ host-package] Compiling tokio-tungstenite v0.23.1
37972026-03-01T00:07:43.748Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37982026-03-01T00:07:54.017Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37992026-03-01T00:07:54.442Z[ host-package] Compiling xz2 v0.1.7
38002026-03-01T00:07:55.122Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38012026-03-01T00:08:03.429Z[ host-package] Compiling tokio-rustls v0.24.1
38022026-03-01T00:08:03.899Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38032026-03-01T00:08:09.050Z[ host-package] Compiling zone v0.1.8
38042026-03-01T00:08:11.224Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38052026-03-01T00:08:11.827Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38062026-03-01T00:08:15.862Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
38072026-03-01T00:08:17.931Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38082026-03-01T00:08:18.534Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38092026-03-01T00:08:18.927Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38102026-03-01T00:08:20.515Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38112026-03-01T00:08:21.500Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38122026-03-01T00:08:26.273Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38132026-03-01T00:08:32.195Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38142026-03-01T00:08:36.388Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38152026-03-01T00:08:38.136Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38162026-03-01T00:08:39.790Z[ host-package] Compiling rustls-pemfile v1.0.4
38172026-03-01T00:08:40.479Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38182026-03-01T00:08:43.085Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38192026-03-01T00:08:43.208Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38202026-03-01T00:08:43.412Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38212026-03-01T00:08:44.140Z[ host-package] Compiling signal-hook-tokio v0.3.1
38222026-03-01T00:08:44.473Z[ host-package] Compiling yasna v0.5.2
38232026-03-01T00:08:44.868Z[ host-package] Compiling twox-hash v2.1.0
38242026-03-01T00:08:45.253Z[ host-package] Compiling is_ci v1.2.0
38252026-03-01T00:08:45.617Z[ host-package] Compiling rcgen v0.12.1
38262026-03-01T00:08:45.893Z[ host-package] Compiling supports-color v3.0.2
38272026-03-01T00:08:46.326Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38282026-03-01T00:08:47.328Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38292026-03-01T00:08:54.583Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38302026-03-01T00:08:54.761Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38312026-03-01T00:08:58.907Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38322026-03-01T00:09:20.819Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
38332026-03-01T00:09:23.925Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38342026-03-01T00:09:28.013Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38352026-03-01T00:09:29.641Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38362026-03-01T00:09:40.343Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38372026-03-01T00:09:42.786Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38382026-03-01T00:09:43.104Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38392026-03-01T00:09:43.422Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38402026-03-01T00:09:43.794Z[ host-package] Compiling progenitor-extras v0.1.0
38412026-03-01T00:09:44.191Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38422026-03-01T00:09:44.486Z[ host-package] Compiling fatfs v0.3.6
38432026-03-01T00:09:46.830Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38442026-03-01T00:09:47.545Z[ host-package] Compiling subprocess v0.2.9
38452026-03-01T00:09:51.359Z[ host-package] Compiling rtoolbox v0.0.2
38462026-03-01T00:09:51.788Z[ host-package] Compiling seq-macro v0.3.6
38472026-03-01T00:09:52.595Z[ host-package] Compiling assert_matches v1.5.0
38482026-03-01T00:09:54.157Z[ host-package] Compiling rpassword v7.4.0
38492026-03-01T00:09:54.605Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38502026-03-01T00:09:59.498Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38512026-03-01T00:10:04.173Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38522026-03-01T00:10:16.941Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38532026-03-01T00:10:17.143Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38542026-03-01T00:10:21.616Z[ host-package] Compiling tui-tree-widget v0.23.1
38552026-03-01T00:10:22.084Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38562026-03-01T00:10:24.586Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38572026-03-01T00:10:25.342Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38582026-03-01T00:10:30.112Z[ host-package] Compiling uzers v0.12.1
38592026-03-01T00:10:30.843Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38602026-03-01T00:10:32.757Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38612026-03-01T00:10:39.801Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38622026-03-01T00:10:48.549Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38632026-03-01T00:11:01.805Z[ host-package] Compiling support-bundle-viewer v0.1.2
38642026-03-01T00:11:05.274Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38652026-03-01T00:11:06.065Z[ host-package] Compiling multimap v0.10.1
38662026-03-01T00:13:06.200Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38672026-03-01T00:23:15.448Z[ host-package] Finished `release` profile [optimized] target(s) in 23m 39s
38682026-03-01T00:24:48.128ZMar 01 00:24:48.191 INFO [host-package] process exited with exit status: 0 (1512.527441519s)
38692026-03-01T00:24:48.129ZMar 01 00:24:48.191 INFO [host-stamp] running task
38702026-03-01T00:24:48.153ZMar 01 00:24:48.193 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38712026-03-01T00:24:48.153ZMar 01 00:24:48.193 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 19.0.0-0.ci+gitac5ccbc6756
38722026-03-01T00:24:48.153ZMar 01 00:24:48.194 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 19.0.0-0.ci+gitac5ccbc6756
38732026-03-01T00:24:48.153ZMar 01 00:24:48.194 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 19.0.0-0.ci+gitac5ccbc6756
38742026-03-01T00:24:48.153ZMar 01 00:24:48.195 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 19.0.0-0.ci+gitac5ccbc6756
38752026-03-01T00:24:48.153ZMar 01 00:24:48.195 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 19.0.0-0.ci+gitac5ccbc6756
38762026-03-01T00:24:48.153ZMar 01 00:24:48.196 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 19.0.0-0.ci+gitac5ccbc6756
38772026-03-01T00:24:48.153ZMar 01 00:24:48.197 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 19.0.0-0.ci+gitac5ccbc6756
38782026-03-01T00:24:48.153ZMar 01 00:24:48.198 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 19.0.0-0.ci+gitac5ccbc6756
38792026-03-01T00:24:48.153Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38802026-03-01T00:24:48.153Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38812026-03-01T00:24:48.153Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38822026-03-01T00:24:48.153Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38832026-03-01T00:24:48.153Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38842026-03-01T00:24:48.178Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38852026-03-01T00:24:48.178Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38862026-03-01T00:24:48.178Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38872026-03-01T00:24:48.178Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38882026-03-01T00:24:48.178Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38892026-03-01T00:24:48.203ZMar 01 00:24:48.244 INFO [stamp-oxlog] process exited with exit status: 0 (47.068999ms)
38902026-03-01T00:24:48.203Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38912026-03-01T00:24:48.203ZMar 01 00:24:48.251 INFO [stamp-overlay] process exited with exit status: 0 (55.176147ms)
38922026-03-01T00:24:48.242Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38932026-03-01T00:24:48.266ZMar 01 00:24:48.312 INFO [stamp-crucible-utils] process exited with exit status: 0 (117.227427ms)
38942026-03-01T00:24:48.291Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38952026-03-01T00:24:48.315ZMar 01 00:24:48.355 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (162.705733ms)
38962026-03-01T00:24:48.538Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38972026-03-01T00:24:48.562ZMar 01 00:24:48.607 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (412.823914ms)
38982026-03-01T00:24:49.017Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38992026-03-01T00:24:49.041ZMar 01 00:24:49.085 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (887.445953ms)
39002026-03-01T00:24:49.831Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39012026-03-01T00:24:49.856ZMar 01 00:24:49.900 INFO [stamp-propolis-server] process exited with exit status: 0 (1.703722953s)
39022026-03-01T00:24:50.086Z[recovery-package] Compiling newtype-uuid v1.3.2
39032026-03-01T00:24:50.341Z[recovery-package] Compiling daft v0.1.4
39042026-03-01T00:24:50.763Z[recovery-package] Compiling iddqd v0.3.16
39052026-03-01T00:24:52.774Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39062026-03-01T00:24:53.273Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
39072026-03-01T00:24:53.297Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39082026-03-01T00:24:53.298Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39092026-03-01T00:24:53.298Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
39102026-03-01T00:24:53.378Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39112026-03-01T00:24:54.022Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39122026-03-01T00:24:58.240Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39132026-03-01T00:24:58.264ZMar 01 00:24:58.309 INFO [stamp-switch-asic] process exited with exit status: 0 (10.114122965s)
39142026-03-01T00:24:58.264ZMar 01 00:24:58.310 INFO [host-stamp] task succeeded (10.118438005s)
39152026-03-01T00:24:58.264ZMar 01 00:24:58.310 INFO [host-proto] running task
39162026-03-01T00:24:59.260ZMar 01 00:24:59.323 INFO [host-proto] task succeeded (1.013655766s)
39172026-03-01T00:24:59.260ZMar 01 00:24:59.323 INFO [host-profile] running task
39182026-03-01T00:24:59.285ZMar 01 00:24:59.324 INFO [host-profile] task succeeded (553.204µs)
39192026-03-01T00:24:59.285ZMar 01 00:24:59.324 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/.tmpCa7auJ/proto/host/root -N 'ci ac5ccbc/${os_short_commit} 2026-02-28 23:57' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
39202026-03-01T00:24:59.285Z[ host-image] Mar 01 00:24:59.336 INFO Checking files for board 'cosmo-mbist'
39212026-03-01T00:24:59.285Z[ host-image] Mar 01 00:24:59.337 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39222026-03-01T00:24:59.285Z[ host-image] Mar 01 00:24:59.337 INFO Checking files for board 'gimlet'
39232026-03-01T00:24:59.285Z[ host-image] Mar 01 00:24:59.337 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39242026-03-01T00:24:59.285Z[ host-image] Mar 01 00:24:59.337 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39252026-03-01T00:24:59.285Z[ host-image] Mar 01 00:24:59.337 INFO Checking files for board 'cosmo'
39262026-03-01T00:24:59.285Z[ host-image] Mar 01 00:24:59.337 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39272026-03-01T00:24:59.285Z[ host-image] Mar 01 00:24:59.337 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39282026-03-01T00:24:59.285Z[ host-image] Mar 01 00:24:59.337 INFO Checking files for board 'cosmo-mbist-noaggr'
39292026-03-01T00:24:59.285Z[ host-image] Mar 01 00:24:59.337 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39302026-03-01T00:24:59.309Z[ host-image] Mar 01 00:24:59.357 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpCa7auJ/proto/host/root"
39312026-03-01T00:24:59.309Z[ host-image] Mar 01 00:24:59.357 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39322026-03-01T00:24:59.309Z[ host-image] Mar 01 00:24:59.358 INFO image builder template: ramdisk-01-os...
39332026-03-01T00:24:59.310Z[ host-image] Mar 01 00:24:59.358 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/.tmpCa7auJ/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@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39342026-03-01T00:24:59.334Z[ host-image] Mar 01 00:24:59.384 INFO O| Mar 01 00:24:59.384 INFO CREATE DATASET: rpool/images/build/host/output
39352026-03-01T00:24:59.374Z[ host-image] Mar 01 00:24:59.437 INFO O| Mar 01 00:24:59.437 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39362026-03-01T00:24:59.398Z[ host-image] Mar 01 00:24:59.443 INFO O| Mar 01 00:24:59.443 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39372026-03-01T00:24:59.479Z[ host-image] Mar 01 00:24:59.541 INFO O| Mar 01 00:24:59.541 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39382026-03-01T00:24:59.506Z[ host-image] Mar 01 00:24:59.569 INFO O| Mar 01 00:24:59.569 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39392026-03-01T00:24:59.506Z[ host-image] Mar 01 00:24:59.569 INFO O| Mar 01 00:24:59.569 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39402026-03-01T00:24:59.530Z[ host-image] Mar 01 00:24:59.570 INFO O| Mar 01 00:24:59.570 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39412026-03-01T00:24:59.530Z[ host-image] Mar 01 00:24:59.570 INFO O| Mar 01 00:24:59.570 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39422026-03-01T00:24:59.530Z[ host-image] Mar 01 00:24:59.581 INFO O| Mar 01 00:24:59.581 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39432026-03-01T00:24:59.599Z[ host-image] Mar 01 00:24:59.662 INFO O| Mar 01 00:24:59.662 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39442026-03-01T00:24:59.624Z[ host-image] Mar 01 00:24:59.677 INFO O| Mar 01 00:24:59.676 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39452026-03-01T00:25:00.061Z[ host-image] Mar 01 00:25:00.124 INFO O| Mar 01 00:25:00.124 INFO O| Caching catalogs ... Done
39462026-03-01T00:25:00.139Z[ host-image] Mar 01 00:25:00.202 INFO O| Mar 01 00:25:00.202 INFO STEP 0 (pkg_image_create) COMPLETE
39472026-03-01T00:25:00.139Z[ host-image] Mar 01 00:25:00.202 INFO O| Mar 01 00:25:00.202 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39482026-03-01T00:25:00.163Z[ host-image] Mar 01 00:25:00.217 INFO O| Mar 01 00:25:00.217 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"]
39492026-03-01T00:25:00.590Z[ host-image] Mar 01 00:25:00.653 INFO O| Mar 01 00:25:00.653 INFO STEP 1 (pkg_set_publisher) COMPLETE
39502026-03-01T00:25:00.590Z[ host-image] Mar 01 00:25:00.653 INFO O| Mar 01 00:25:00.653 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39512026-03-01T00:25:00.615Z[ host-image] Mar 01 00:25:00.653 INFO O| Mar 01 00:25:00.653 INFO skip step because feature "publisher_1_name" is not enabled
39522026-03-01T00:25:00.615Z[ host-image] Mar 01 00:25:00.653 INFO O| Mar 01 00:25:00.653 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39532026-03-01T00:25:00.615Z[ host-image] Mar 01 00:25:00.653 INFO O| Mar 01 00:25:00.653 INFO skip step because feature "publisher_2_name" is not enabled
39542026-03-01T00:25:00.615Z[ host-image] Mar 01 00:25:00.653 INFO O| Mar 01 00:25:00.653 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39552026-03-01T00:25:00.615Z[ host-image] Mar 01 00:25:00.653 INFO O| Mar 01 00:25:00.653 INFO skip step because feature "publisher_3_name" is not enabled
39562026-03-01T00:25:00.615Z[ host-image] Mar 01 00:25:00.653 INFO O| Mar 01 00:25:00.653 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39572026-03-01T00:25:01.023Z[ host-image] Mar 01 00:25:01.086 INFO O| Mar 01 00:25:01.086 INFO variant opensolaris.zone is already global
39582026-03-01T00:25:01.023Z[ host-image] Mar 01 00:25:01.086 INFO O| Mar 01 00:25:01.086 INFO STEP 5 (pkg_change_variant) COMPLETE
39592026-03-01T00:25:01.048Z[ host-image] Mar 01 00:25:01.086 INFO O| Mar 01 00:25:01.086 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39602026-03-01T00:25:01.464Z[ host-image] Mar 01 00:25:01.528 INFO O| Mar 01 00:25:01.527 INFO variant opensolaris.imagetype is full; changing to partial
39612026-03-01T00:25:01.464Z[ host-image] Mar 01 00:25:01.528 INFO O| Mar 01 00:25:01.528 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39622026-03-01T00:25:04.355Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39632026-03-01T00:25:04.356Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39642026-03-01T00:25:04.381Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39652026-03-01T00:25:04.381Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39662026-03-01T00:25:09.448Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39672026-03-01T00:25:09.472Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39682026-03-01T00:25:11.745Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39692026-03-01T00:25:11.841Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39702026-03-01T00:25:13.788Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39712026-03-01T00:25:14.963Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39722026-03-01T00:25:35.621Z[ host-image] Mar 01 00:25:35.687 INFO O| Mar 01 00:25:35.687 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39732026-03-01T00:25:40.026Z[recovery-package] Finished `release` profile [optimized] target(s) in 51.57s
39742026-03-01T00:25:44.811ZMar 01 00:25:44.877 INFO [recovery-package] process exited with exit status: 0 (56.684147297s)
39752026-03-01T00:25:44.811ZMar 01 00:25:44.877 INFO [recovery-stamp] running task
39762026-03-01T00:25:44.835ZMar 01 00:25:44.877 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39772026-03-01T00:25:44.836ZMar 01 00:25:44.878 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 19.0.0-0.ci+gitac5ccbc6756
39782026-03-01T00:25:44.836ZMar 01 00:25:44.878 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+gitac5ccbc6756
39792026-03-01T00:25:44.836Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39802026-03-01T00:25:44.836Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39812026-03-01T00:25:44.972Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39822026-03-01T00:25:44.997ZMar 01 00:25:45.044 INFO [stamp-installinator] process exited with exit status: 0 (165.780542ms)
39832026-03-01T00:25:45.049Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39842026-03-01T00:25:45.074ZMar 01 00:25:45.122 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (244.045227ms)
39852026-03-01T00:25:45.074ZMar 01 00:25:45.122 INFO [recovery-stamp] task succeeded (244.683404ms)
39862026-03-01T00:25:45.074ZMar 01 00:25:45.122 INFO [recovery-proto] running task
39872026-03-01T00:25:45.074ZMar 01 00:25:45.122 INFO [tuf-stamp] running task
39882026-03-01T00:25:45.074ZMar 01 00:25:45.123 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 19.0.0-0.ci+gitac5ccbc6756
39892026-03-01T00:25:45.074ZMar 01 00:25:45.124 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 19.0.0-0.ci+gitac5ccbc6756
39902026-03-01T00:25:45.074ZMar 01 00:25:45.124 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 19.0.0-0.ci+gitac5ccbc6756
39912026-03-01T00:25:45.074ZMar 01 00:25:45.125 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 19.0.0-0.ci+gitac5ccbc6756
39922026-03-01T00:25:45.074ZMar 01 00:25:45.125 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 19.0.0-0.ci+gitac5ccbc6756
39932026-03-01T00:25:45.074ZMar 01 00:25:45.130 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 19.0.0-0.ci+gitac5ccbc6756
39942026-03-01T00:25:45.074ZMar 01 00:25:45.130 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 19.0.0-0.ci+gitac5ccbc6756
39952026-03-01T00:25:45.074ZMar 01 00:25:45.130 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 19.0.0-0.ci+gitac5ccbc6756
39962026-03-01T00:25:45.074ZMar 01 00:25:45.134 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 19.0.0-0.ci+gitac5ccbc6756
39972026-03-01T00:25:45.074ZMar 01 00:25:45.134 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 19.0.0-0.ci+gitac5ccbc6756
39982026-03-01T00:25:45.074ZMar 01 00:25:45.136 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 19.0.0-0.ci+gitac5ccbc6756
39992026-03-01T00:25:45.099Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-03-01T00:25:45.099ZMar 01 00:25:45.142 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 19.0.0-0.ci+gitac5ccbc6756
40012026-03-01T00:25:45.099Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-03-01T00:25:45.099Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-03-01T00:25:45.099Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-03-01T00:25:45.099Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-03-01T00:25:45.099Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40062026-03-01T00:25:45.099Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40072026-03-01T00:25:45.099Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40082026-03-01T00:25:45.099Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40092026-03-01T00:25:45.099Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40102026-03-01T00:25:45.099Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40112026-03-01T00:25:45.099Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40122026-03-01T00:25:45.241Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40132026-03-01T00:25:45.280ZMar 01 00:25:45.347 INFO [stamp-probe] process exited with exit status: 0 (216.323783ms)
40142026-03-01T00:25:45.304ZMar 01 00:25:45.355 INFO [recovery-proto] task succeeded (232.983364ms)
40152026-03-01T00:25:45.304ZMar 01 00:25:45.355 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/.tmpCa7auJ/proto/recovery/root -N 'recovery ac5ccbc/${os_short_commit} 2026-02-28 23:57' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
40162026-03-01T00:25:45.329Z[ recovery-image] Mar 01 00:25:45.396 INFO Checking files for board 'cosmo'
40172026-03-01T00:25:45.330Z[ recovery-image] Mar 01 00:25:45.396 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40182026-03-01T00:25:45.354Z[ recovery-image] Mar 01 00:25:45.396 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
40192026-03-01T00:25:45.354Z[ recovery-image] Mar 01 00:25:45.396 INFO Checking files for board 'gimlet'
40202026-03-01T00:25:45.354Z[ recovery-image] Mar 01 00:25:45.396 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40212026-03-01T00:25:45.354Z[ recovery-image] Mar 01 00:25:45.396 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40222026-03-01T00:25:45.354Z[ recovery-image] Mar 01 00:25:45.396 INFO Checking files for board 'cosmo-mbist'
40232026-03-01T00:25:45.354Z[ recovery-image] Mar 01 00:25:45.396 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
40242026-03-01T00:25:45.354Z[ recovery-image] Mar 01 00:25:45.396 INFO Checking files for board 'cosmo-mbist-noaggr'
40252026-03-01T00:25:45.354Z[ recovery-image] Mar 01 00:25:45.396 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
40262026-03-01T00:25:45.354Z[ recovery-image] Mar 01 00:25:45.410 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpCa7auJ/proto/recovery/root"
40272026-03-01T00:25:45.354Z[ recovery-image] Mar 01 00:25:45.410 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40282026-03-01T00:25:45.354Z[ recovery-image] Mar 01 00:25:45.410 INFO image builder template: ramdisk-01-os...
40292026-03-01T00:25:45.354Z[ recovery-image] Mar 01 00:25:45.410 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/.tmpCa7auJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40302026-03-01T00:25:45.379Z[ recovery-image] Mar 01 00:25:45.434 INFO O| Mar 01 00:25:45.434 INFO CREATE DATASET: rpool/images/build/recovery/output
40312026-03-01T00:25:45.579Z[ recovery-image] Mar 01 00:25:45.646 INFO O| Mar 01 00:25:45.646 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40322026-03-01T00:25:45.604Z[ recovery-image] Mar 01 00:25:45.653 INFO O| Mar 01 00:25:45.652 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40332026-03-01T00:25:45.710Z[ recovery-image] Mar 01 00:25:45.767 INFO O| Mar 01 00:25:45.767 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40342026-03-01T00:25:45.734Z[ recovery-image] Mar 01 00:25:45.796 INFO O| Mar 01 00:25:45.796 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40352026-03-01T00:25:45.734Z[ recovery-image] Mar 01 00:25:45.796 INFO O| Mar 01 00:25:45.796 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40362026-03-01T00:25:45.734Z[ recovery-image] Mar 01 00:25:45.796 INFO O| Mar 01 00:25:45.796 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40372026-03-01T00:25:45.734Z[ recovery-image] Mar 01 00:25:45.796 INFO O| Mar 01 00:25:45.796 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40382026-03-01T00:25:45.759Z[ recovery-image] Mar 01 00:25:45.806 INFO O| Mar 01 00:25:45.806 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40392026-03-01T00:25:45.837Z[ recovery-image] Mar 01 00:25:45.903 INFO O| Mar 01 00:25:45.903 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40402026-03-01T00:25:45.862Z[ recovery-image] Mar 01 00:25:45.917 INFO O| Mar 01 00:25:45.917 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40412026-03-01T00:25:46.589Z[ recovery-image] Mar 01 00:25:46.656 INFO O| Mar 01 00:25:46.655 INFO O| Caching catalogs ... Done
40422026-03-01T00:25:46.614Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
40432026-03-01T00:25:46.638Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40442026-03-01T00:25:46.666ZMar 01 00:25:46.732 INFO [stamp-ntp] process exited with exit status: 0 (1.608039745s)
40452026-03-01T00:25:46.690Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40462026-03-01T00:25:46.839Z[ recovery-image] Mar 01 00:25:46.906 INFO O| Mar 01 00:25:46.905 INFO STEP 0 (pkg_image_create) COMPLETE
40472026-03-01T00:25:46.839Z[ recovery-image] Mar 01 00:25:46.906 INFO O| Mar 01 00:25:46.905 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482026-03-01T00:25:46.864Z[ recovery-image] Mar 01 00:25:46.921 INFO O| Mar 01 00:25:46.921 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"]
40492026-03-01T00:25:47.161Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40502026-03-01T00:25:47.185ZMar 01 00:25:47.233 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.10872607s)
40512026-03-01T00:25:47.363Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40522026-03-01T00:25:47.465ZMar 01 00:25:47.532 INFO [stamp-external-dns] process exited with exit status: 0 (2.40573683s)
40532026-03-01T00:25:47.490Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40542026-03-01T00:25:47.514Z[ recovery-image] Mar 01 00:25:47.567 INFO O| Mar 01 00:25:47.567 INFO STEP 1 (pkg_set_publisher) COMPLETE
40552026-03-01T00:25:47.514Z[ recovery-image] Mar 01 00:25:47.568 INFO O| Mar 01 00:25:47.567 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40562026-03-01T00:25:47.514Z[ recovery-image] Mar 01 00:25:47.568 INFO O| Mar 01 00:25:47.567 INFO skip step because feature "publisher_1_name" is not enabled
40572026-03-01T00:25:47.515Z[ recovery-image] Mar 01 00:25:47.568 INFO O| Mar 01 00:25:47.567 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40582026-03-01T00:25:47.515Z[ recovery-image] Mar 01 00:25:47.568 INFO O| Mar 01 00:25:47.567 INFO skip step because feature "publisher_2_name" is not enabled
40592026-03-01T00:25:47.515Z[ recovery-image] Mar 01 00:25:47.568 INFO O| Mar 01 00:25:47.567 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40602026-03-01T00:25:47.515Z[ recovery-image] Mar 01 00:25:47.568 INFO O| Mar 01 00:25:47.567 INFO skip step because feature "publisher_3_name" is not enabled
40612026-03-01T00:25:47.515Z[ recovery-image] Mar 01 00:25:47.568 INFO O| Mar 01 00:25:47.567 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40622026-03-01T00:25:47.515ZMar 01 00:25:47.578 INFO [stamp-internal-dns] process exited with exit status: 0 (2.442251637s)
40632026-03-01T00:25:47.852Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40642026-03-01T00:25:47.897ZMar 01 00:25:47.964 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.840245879s)
40652026-03-01T00:25:47.964Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40662026-03-01T00:25:47.990Z[ recovery-image] Mar 01 00:25:48.057 INFO O| Mar 01 00:25:48.057 INFO variant opensolaris.zone is already global
40672026-03-01T00:25:48.015Z[ recovery-image] Mar 01 00:25:48.057 INFO O| Mar 01 00:25:48.057 INFO STEP 5 (pkg_change_variant) COMPLETE
40682026-03-01T00:25:48.015Z[ recovery-image] Mar 01 00:25:48.057 INFO O| Mar 01 00:25:48.057 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40692026-03-01T00:25:48.015ZMar 01 00:25:48.062 INFO [stamp-oximeter] process exited with exit status: 0 (2.936579649s)
40702026-03-01T00:25:48.466Z[ recovery-image] Mar 01 00:25:48.532 INFO O| Mar 01 00:25:48.532 INFO variant opensolaris.imagetype is full; changing to partial
40712026-03-01T00:25:48.466Z[ recovery-image] Mar 01 00:25:48.532 INFO O| Mar 01 00:25:48.532 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40722026-03-01T00:25:51.372Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40732026-03-01T00:25:51.397ZMar 01 00:25:51.445 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.313140671s)
40742026-03-01T00:25:51.609Z[ host-image] Mar 01 00:25:51.676 INFO O| Mar 01 00:25:51.676 INFO O| Startup: Caching catalogs ... Done
40752026-03-01T00:25:51.709Z[ host-image] Mar 01 00:25:51.775 INFO O| Mar 01 00:25:51.774 INFO O| Planning: Planning completed in 0.00 seconds
40762026-03-01T00:25:51.709Z[ host-image] Mar 01 00:25:51.775 INFO O| Mar 01 00:25:51.775 INFO O| Planning: Consolidating action changes ... Done
40772026-03-01T00:25:51.733Z[ host-image] Mar 01 00:25:51.775 INFO O| Mar 01 00:25:51.775 INFO O| Planning: Evaluating mediators ... Done
40782026-03-01T00:25:51.734Z[ host-image] Mar 01 00:25:51.776 INFO O| Mar 01 00:25:51.776 INFO O| Planning: Planning completed in 0.00 seconds
40792026-03-01T00:25:51.734Z[ host-image] Mar 01 00:25:51.776 INFO O| Mar 01 00:25:51.776 INFO O| Variants/Facets to change: 1
40802026-03-01T00:25:51.758Z[ host-image] Mar 01 00:25:51.802 INFO O| Mar 01 00:25:51.802 INFO O| Done
40812026-03-01T00:25:51.758Z[ host-image] Mar 01 00:25:51.803 INFO O| Mar 01 00:25:51.802 INFO O| Done
40822026-03-01T00:25:52.611Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40832026-03-01T00:25:52.636ZMar 01 00:25:52.688 INFO [stamp-nexus] process exited with exit status: 0 (7.546213116s)
40842026-03-01T00:25:54.513Z[ host-image] Mar 01 00:25:54.580 INFO O| Mar 01 00:25:54.580 INFO O| Done
40852026-03-01T00:25:54.538Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40862026-03-01T00:25:54.604Z[verify-libraries] Compiling object v0.37.3
40872026-03-01T00:25:54.639Z[ host-image] Mar 01 00:25:54.706 INFO O| Mar 01 00:25:54.705 INFO O| Done
40882026-03-01T00:25:54.663Z[ host-image] Mar 01 00:25:54.707 INFO O| Mar 01 00:25:54.707 INFO O| Done
40892026-03-01T00:25:54.663Z[ host-image] Mar 01 00:25:54.707 INFO O| Mar 01 00:25:54.707 INFO O| Done
40902026-03-01T00:25:54.663Z[ host-image] Mar 01 00:25:54.709 INFO O| Mar 01 00:25:54.709 INFO O| Done
40912026-03-01T00:25:54.663Z[verify-libraries] Compiling stacker v0.1.23
40922026-03-01T00:25:54.663Z[verify-libraries] Compiling cfg_aliases v0.1.1
40932026-03-01T00:25:54.663Z[verify-libraries] Compiling home v0.5.9
40942026-03-01T00:25:54.773Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40952026-03-01T00:25:54.797Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40962026-03-01T00:25:54.797Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40972026-03-01T00:25:55.048Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40982026-03-01T00:25:55.113ZMar 01 00:25:55.181 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.057511783s)
40992026-03-01T00:25:55.201Z[verify-libraries] Compiling nix v0.28.0
41002026-03-01T00:25:55.323Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41012026-03-01T00:25:55.348ZMar 01 00:25:55.397 INFO [stamp-clickhouse] process exited with exit status: 0 (10.262629068s)
41022026-03-01T00:25:55.491Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41032026-03-01T00:25:55.516ZMar 01 00:25:55.566 INFO [stamp-clickhouse_server] process exited with exit status: 0 (10.439552238s)
41042026-03-01T00:25:55.516ZMar 01 00:25:55.566 INFO [tuf-stamp] task succeeded (10.444104801s)
41052026-03-01T00:25:55.588Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41062026-03-01T00:25:55.745Z[verify-libraries] Compiling unicode_categories v0.1.1
41072026-03-01T00:25:55.815Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41082026-03-01T00:25:56.109Z[verify-libraries] Compiling polyval v0.6.2
41092026-03-01T00:25:56.285Z[verify-libraries] Compiling sqlformat v0.3.5
41102026-03-01T00:25:56.515Z[ host-image] Mar 01 00:25:56.576 INFO O| Mar 01 00:25:56.575 INFO STEP 6 (pkg_change_variant) COMPLETE
41112026-03-01T00:25:56.515Z[ host-image] Mar 01 00:25:56.576 INFO O| Mar 01 00:25:56.575 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41122026-03-01T00:25:56.515Z[ host-image] Mar 01 00:25:56.576 INFO O| Mar 01 00:25:56.575 INFO skip step because feature "debug_variant" is not enabled
41132026-03-01T00:25:56.515Z[ host-image] Mar 01 00:25:56.576 INFO O| Mar 01 00:25:56.575 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41142026-03-01T00:25:56.659Z[verify-libraries] Compiling ghash v0.5.1
41152026-03-01T00:25:56.736Z[verify-libraries] Compiling ctr v0.9.2
41162026-03-01T00:25:56.892Z[verify-libraries] Compiling ssh-encoding v0.2.0
41172026-03-01T00:25:57.061Z[ host-image] Mar 01 00:25:57.128 INFO O| Mar 01 00:25:57.128 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41182026-03-01T00:25:57.102Z[verify-libraries] Compiling blowfish v0.9.1
41192026-03-01T00:25:57.261Z[verify-libraries] Compiling aes-gcm v0.10.3
41202026-03-01T00:25:57.650Z[verify-libraries] Compiling ssh-cipher v0.2.0
41212026-03-01T00:25:57.684Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41222026-03-01T00:25:57.751Z[verify-libraries] Compiling password-hash v0.4.2
41232026-03-01T00:25:58.205Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41242026-03-01T00:25:58.336Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41252026-03-01T00:25:58.867Z[verify-libraries] Compiling petname v2.0.2
41262026-03-01T00:25:59.790Z[verify-libraries] Compiling rustyline v14.0.0
41272026-03-01T00:26:00.152Z[verify-libraries] Compiling pbkdf2 v0.11.0
41282026-03-01T00:26:00.805Z[verify-libraries] Compiling ssh-key v0.6.6
41292026-03-01T00:26:01.200Z[verify-libraries] Compiling p521 v0.13.3
41302026-03-01T00:26:02.141Z[verify-libraries] Compiling p256 v0.13.2
41312026-03-01T00:26:03.782Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41322026-03-01T00:26:04.159Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41332026-03-01T00:26:04.534Z[verify-libraries] Compiling md5 v0.7.0
41342026-03-01T00:26:05.201Z[verify-libraries] Compiling russh-keys v0.45.0
41352026-03-01T00:26:05.759Z[verify-libraries] Compiling psm v0.1.30
41362026-03-01T00:26:05.849Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41372026-03-01T00:26:06.300Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41382026-03-01T00:26:06.877Z[verify-libraries] Compiling num-bigint v0.4.6
41392026-03-01T00:26:08.618Z[verify-libraries] Compiling recursive v0.1.1
41402026-03-01T00:26:08.887Z[verify-libraries] Compiling sqlparser v0.61.0
41412026-03-01T00:26:08.941Z[verify-libraries] Compiling des v0.8.1
41422026-03-01T00:26:09.505Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41432026-03-01T00:26:09.706Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41442026-03-01T00:26:10.709Z[verify-libraries] Compiling sync-ptr v0.1.4
41452026-03-01T00:26:10.752Z[verify-libraries] Compiling hex-literal v0.4.1
41462026-03-01T00:26:11.005Z[verify-libraries] Compiling russh v0.45.0
41472026-03-01T00:26:11.115Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41482026-03-01T00:26:11.769Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41492026-03-01T00:26:15.866Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41502026-03-01T00:26:16.609Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41512026-03-01T00:26:17.826Z[verify-libraries] Compiling internet-checksum v0.2.1
41522026-03-01T00:26:18.183Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41532026-03-01T00:26:19.525Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41542026-03-01T00:26:24.191Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
41552026-03-01T00:26:29.758Z[ recovery-image] Mar 01 00:26:29.827 INFO O| Mar 01 00:26:29.827 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41562026-03-01T00:26:32.969Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41572026-03-01T00:26:37.748Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41582026-03-01T00:26:42.248Z[ host-image] Mar 01 00:26:42.317 INFO O| Mar 01 00:26:42.317 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41592026-03-01T00:26:44.616Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41602026-03-01T00:26:46.524Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41612026-03-01T00:26:47.849Z[ recovery-image] Mar 01 00:26:47.919 INFO O| Mar 01 00:26:47.919 INFO O| Startup: Caching catalogs ... Done
41622026-03-01T00:26:47.984Z[ recovery-image] Mar 01 00:26:48.054 INFO O| Mar 01 00:26:48.054 INFO O| Planning: Planning completed in 0.00 seconds
41632026-03-01T00:26:48.009Z[ recovery-image] Mar 01 00:26:48.055 INFO O| Mar 01 00:26:48.055 INFO O| Planning: Consolidating action changes ... Done
41642026-03-01T00:26:48.009Z[ recovery-image] Mar 01 00:26:48.055 INFO O| Mar 01 00:26:48.055 INFO O| Planning: Evaluating mediators ... Done
41652026-03-01T00:26:48.009Z[ recovery-image] Mar 01 00:26:48.055 INFO O| Mar 01 00:26:48.055 INFO O| Planning: Planning completed in 0.00 seconds
41662026-03-01T00:26:48.009Z[ recovery-image] Mar 01 00:26:48.056 INFO O| Mar 01 00:26:48.056 INFO O| Variants/Facets to change: 1
41672026-03-01T00:26:48.009Z[ recovery-image] Mar 01 00:26:48.073 INFO O| Mar 01 00:26:48.073 INFO O| Done
41682026-03-01T00:26:48.009Z[ recovery-image] Mar 01 00:26:48.073 INFO O| Mar 01 00:26:48.073 INFO O| Done
41692026-03-01T00:26:50.584Z[ recovery-image] Mar 01 00:26:50.654 INFO O| Mar 01 00:26:50.654 INFO O| Done
41702026-03-01T00:26:50.777Z[ recovery-image] Mar 01 00:26:50.847 INFO O| Mar 01 00:26:50.847 INFO O| Done
41712026-03-01T00:26:50.802Z[ recovery-image] Mar 01 00:26:50.849 INFO O| Mar 01 00:26:50.849 INFO O| Done
41722026-03-01T00:26:50.802Z[ recovery-image] Mar 01 00:26:50.849 INFO O| Mar 01 00:26:50.849 INFO O| Done
41732026-03-01T00:26:50.802Z[ recovery-image] Mar 01 00:26:50.850 INFO O| Mar 01 00:26:50.850 INFO O| Done
41742026-03-01T00:26:52.775Z[ recovery-image] Mar 01 00:26:52.845 INFO O| Mar 01 00:26:52.845 INFO STEP 6 (pkg_change_variant) COMPLETE
41752026-03-01T00:26:52.775Z[ recovery-image] Mar 01 00:26:52.845 INFO O| Mar 01 00:26:52.845 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41762026-03-01T00:26:52.799Z[ recovery-image] Mar 01 00:26:52.845 INFO O| Mar 01 00:26:52.845 INFO skip step because feature "debug_variant" is not enabled
41772026-03-01T00:26:52.799Z[ recovery-image] Mar 01 00:26:52.845 INFO O| Mar 01 00:26:52.845 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41782026-03-01T00:26:53.355Z[ recovery-image] Mar 01 00:26:53.425 INFO O| Mar 01 00:26:53.425 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41792026-03-01T00:26:59.710Z[ host-image] Mar 01 00:26:59.780 INFO O| Mar 01 00:26:59.780 INFO O| Startup: Caching catalogs ... Done
41802026-03-01T00:26:59.812Z[ host-image] Mar 01 00:26:59.883 INFO O| Mar 01 00:26:59.883 INFO O| Planning: Planning completed in 0.00 seconds
41812026-03-01T00:26:59.842Z[ host-image] Mar 01 00:26:59.884 INFO O| Mar 01 00:26:59.884 INFO O| Planning: Consolidating action changes ... Done
41822026-03-01T00:26:59.842Z[ host-image] Mar 01 00:26:59.884 INFO O| Mar 01 00:26:59.884 INFO O| Planning: Evaluating mediators ... Done
41832026-03-01T00:26:59.842Z[ host-image] Mar 01 00:26:59.885 INFO O| Mar 01 00:26:59.885 INFO O| Planning: Planning completed in 0.00 seconds
41842026-03-01T00:26:59.842Z[ host-image] Mar 01 00:26:59.885 INFO O| Mar 01 00:26:59.885 INFO O| Variants/Facets to change: 1
41852026-03-01T00:26:59.842Z[ host-image] Mar 01 00:26:59.902 INFO O| Mar 01 00:26:59.902 INFO O| Done
41862026-03-01T00:26:59.842Z[ host-image] Mar 01 00:26:59.902 INFO O| Mar 01 00:26:59.902 INFO O| Done
41872026-03-01T00:27:01.764Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41882026-03-01T00:27:02.291Z[ host-image] Mar 01 00:27:02.361 INFO O| Mar 01 00:27:02.361 INFO O| Done
41892026-03-01T00:27:02.418Z[ host-image] Mar 01 00:27:02.489 INFO O| Mar 01 00:27:02.489 INFO O| Done
41902026-03-01T00:27:02.443Z[ host-image] Mar 01 00:27:02.490 INFO O| Mar 01 00:27:02.490 INFO O| Done
41912026-03-01T00:27:02.443Z[ host-image] Mar 01 00:27:02.490 INFO O| Mar 01 00:27:02.490 INFO O| Done
41922026-03-01T00:27:02.443Z[ host-image] Mar 01 00:27:02.492 INFO O| Mar 01 00:27:02.492 INFO O| Done
41932026-03-01T00:27:04.451Z[ host-image] Mar 01 00:27:04.522 INFO O| Mar 01 00:27:04.522 INFO STEP 8 (pkg_change_facet) COMPLETE
41942026-03-01T00:27:04.451Z[ host-image] Mar 01 00:27:04.522 INFO O| Mar 01 00:27:04.522 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41952026-03-01T00:27:04.477Z[ host-image] Mar 01 00:27:04.522 INFO O| Mar 01 00:27:04.522 INFO skip step because feature "recovery" is not enabled
41962026-03-01T00:27:04.477Z[ host-image] Mar 01 00:27:04.522 INFO O| Mar 01 00:27:04.522 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41972026-03-01T00:27:04.477Z[ host-image] Mar 01 00:27:04.522 INFO O| Mar 01 00:27:04.522 INFO skip step because feature "recovery" is not enabled
41982026-03-01T00:27:04.477Z[ host-image] Mar 01 00:27:04.522 INFO O| Mar 01 00:27:04.522 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41992026-03-01T00:27:04.477Z[ host-image] Mar 01 00:27:04.541 INFO O| Mar 01 00:27:04.541 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@19.0.0.0"]
42002026-03-01T00:27:16.305Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42012026-03-01T00:27:26.059Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
42022026-03-01T00:27:28.677Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
42032026-03-01T00:27:30.605Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
42042026-03-01T00:27:35.428Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42052026-03-01T00:27:36.017Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
42062026-03-01T00:27:37.994Z[ recovery-image] Mar 01 00:27:38.067 INFO O| Mar 01 00:27:38.066 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42072026-03-01T00:27:38.947Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42082026-03-01T00:27:40.635Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42092026-03-01T00:27:46.688Z[ host-image] Mar 01 00:27:46.761 INFO O| Mar 01 00:27:46.761 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42102026-03-01T00:27:49.836Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42112026-03-01T00:27:51.428Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42122026-03-01T00:27:56.222Z[ recovery-image] Mar 01 00:27:56.297 INFO O| Mar 01 00:27:56.296 INFO O| Startup: Caching catalogs ... Done
42132026-03-01T00:27:56.353Z[ recovery-image] Mar 01 00:27:56.427 INFO O| Mar 01 00:27:56.427 INFO O| Planning: Planning completed in 0.00 seconds
42142026-03-01T00:27:56.378Z[ recovery-image] Mar 01 00:27:56.428 INFO O| Mar 01 00:27:56.428 INFO O| Planning: Consolidating action changes ... Done
42152026-03-01T00:27:56.378Z[ recovery-image] Mar 01 00:27:56.428 INFO O| Mar 01 00:27:56.428 INFO O| Planning: Evaluating mediators ... Done
42162026-03-01T00:27:56.378Z[ recovery-image] Mar 01 00:27:56.429 INFO O| Mar 01 00:27:56.429 INFO O| Planning: Planning completed in 0.00 seconds
42172026-03-01T00:27:56.378Z[ recovery-image] Mar 01 00:27:56.429 INFO O| Mar 01 00:27:56.429 INFO O| Variants/Facets to change: 1
42182026-03-01T00:27:56.416Z[ recovery-image] Mar 01 00:27:56.490 INFO O| Mar 01 00:27:56.490 INFO O| Done
42192026-03-01T00:27:56.440Z[ recovery-image] Mar 01 00:27:56.490 INFO O| Mar 01 00:27:56.490 INFO O| Done
42202026-03-01T00:27:58.939Z[ recovery-image] Mar 01 00:27:59.013 INFO O| Mar 01 00:27:59.013 INFO O| Done
42212026-03-01T00:27:59.023Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42222026-03-01T00:27:59.086Z[ recovery-image] Mar 01 00:27:59.161 INFO O| Mar 01 00:27:59.161 INFO O| Done
42232026-03-01T00:27:59.112Z[ recovery-image] Mar 01 00:27:59.161 INFO O| Mar 01 00:27:59.161 INFO O| Done
42242026-03-01T00:27:59.112Z[ recovery-image] Mar 01 00:27:59.161 INFO O| Mar 01 00:27:59.161 INFO O| Done
42252026-03-01T00:27:59.112Z[ recovery-image] Mar 01 00:27:59.163 INFO O| Mar 01 00:27:59.163 INFO O| Done
42262026-03-01T00:28:01.208Z[ recovery-image] Mar 01 00:28:01.282 INFO O| Mar 01 00:28:01.282 INFO STEP 8 (pkg_change_facet) COMPLETE
42272026-03-01T00:28:01.208Z[ recovery-image] Mar 01 00:28:01.282 INFO O| Mar 01 00:28:01.282 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42282026-03-01T00:28:01.764Z[ recovery-image] Mar 01 00:28:01.839 INFO O| Mar 01 00:28:01.839 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42292026-03-01T00:28:02.292Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42302026-03-01T00:28:04.660Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42312026-03-01T00:28:05.481Z[ host-image] Mar 01 00:28:05.555 INFO O| Mar 01 00:28:05.555 INFO O| Startup: Caching catalogs ... Done
42322026-03-01T00:28:07.041Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42332026-03-01T00:28:18.292Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42342026-03-01T00:28:50.067Z[ recovery-image] Mar 01 00:28:50.144 INFO O| Mar 01 00:28:50.144 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42352026-03-01T00:28:53.783Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42362026-03-01T00:29:07.344Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42372026-03-01T00:29:08.174Z[ recovery-image] Mar 01 00:29:08.252 INFO O| Mar 01 00:29:08.252 INFO O| Startup: Caching catalogs ... Done
42382026-03-01T00:29:08.294Z[ recovery-image] Mar 01 00:29:08.372 INFO O| Mar 01 00:29:08.372 INFO O| Planning: Planning completed in 0.02 seconds
42392026-03-01T00:29:08.319Z[ recovery-image] Mar 01 00:29:08.373 INFO O| Mar 01 00:29:08.373 INFO O| Planning: Consolidating action changes ... Done
42402026-03-01T00:29:08.319Z[ recovery-image] Mar 01 00:29:08.373 INFO O| Mar 01 00:29:08.373 INFO O| Planning: Evaluating mediators ... Done
42412026-03-01T00:29:08.319Z[ recovery-image] Mar 01 00:29:08.374 INFO O| Mar 01 00:29:08.374 INFO O| Planning: Planning completed in 0.02 seconds
42422026-03-01T00:29:08.319Z[ recovery-image] Mar 01 00:29:08.374 INFO O| Mar 01 00:29:08.374 INFO O| Variants/Facets to change: 1
42432026-03-01T00:29:08.344Z[ recovery-image] Mar 01 00:29:08.413 INFO O| Mar 01 00:29:08.413 INFO O| Done
42442026-03-01T00:29:08.344Z[ recovery-image] Mar 01 00:29:08.413 INFO O| Mar 01 00:29:08.413 INFO O| Done
42452026-03-01T00:29:09.428Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42462026-03-01T00:29:10.417Z[ recovery-image] Mar 01 00:29:10.495 INFO O| Mar 01 00:29:10.495 INFO O| Done
42472026-03-01T00:29:10.544Z[ recovery-image] Mar 01 00:29:10.622 INFO O| Mar 01 00:29:10.622 INFO O| Done
42482026-03-01T00:29:10.571Z[ recovery-image] Mar 01 00:29:10.623 INFO O| Mar 01 00:29:10.623 INFO O| Done
42492026-03-01T00:29:10.571Z[ recovery-image] Mar 01 00:29:10.623 INFO O| Mar 01 00:29:10.623 INFO O| Done
42502026-03-01T00:29:10.571Z[ recovery-image] Mar 01 00:29:10.625 INFO O| Mar 01 00:29:10.625 INFO O| Done
42512026-03-01T00:29:12.363Z[ recovery-image] Mar 01 00:29:12.442 INFO O| Mar 01 00:29:12.442 INFO STEP 9 (pkg_change_facet) COMPLETE
42522026-03-01T00:29:12.363Z[ recovery-image] Mar 01 00:29:12.442 INFO O| Mar 01 00:29:12.442 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42532026-03-01T00:29:12.906Z[ recovery-image] Mar 01 00:29:12.985 INFO O| Mar 01 00:29:12.985 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42542026-03-01T00:29:21.600Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42552026-03-01T00:29:23.694Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42562026-03-01T00:29:44.583Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42572026-03-01T00:29:47.709Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42582026-03-01T00:29:53.451Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42592026-03-01T00:29:59.110Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42602026-03-01T00:30:03.197Z[ recovery-image] Mar 01 00:30:03.278 INFO O| Mar 01 00:30:03.278 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42612026-03-01T00:30:08.611Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42622026-03-01T00:30:23.430Z[ recovery-image] Mar 01 00:30:23.513 INFO O| Mar 01 00:30:23.513 INFO O| Startup: Caching catalogs ... Done
42632026-03-01T00:30:23.700Z[ recovery-image] Mar 01 00:30:23.783 INFO O| Mar 01 00:30:23.783 INFO O| Planning: Planning completed in 0.00 seconds
42642026-03-01T00:30:23.725Z[ recovery-image] Mar 01 00:30:23.784 INFO O| Mar 01 00:30:23.784 INFO O| Planning: Consolidating action changes ... Done
42652026-03-01T00:30:23.725Z[ recovery-image] Mar 01 00:30:23.784 INFO O| Mar 01 00:30:23.784 INFO O| Planning: Evaluating mediators ... Done
42662026-03-01T00:30:23.725Z[ recovery-image] Mar 01 00:30:23.785 INFO O| Mar 01 00:30:23.785 INFO O| Planning: Planning completed in 0.00 seconds
42672026-03-01T00:30:23.725Z[ recovery-image] Mar 01 00:30:23.785 INFO O| Mar 01 00:30:23.785 INFO O| Variants/Facets to change: 1
42682026-03-01T00:30:24.138Z[ recovery-image] Mar 01 00:30:24.221 INFO O| Mar 01 00:30:24.220 INFO O| Done
42692026-03-01T00:30:24.138Z[ recovery-image] Mar 01 00:30:24.221 INFO O| Mar 01 00:30:24.220 INFO O| Done
42702026-03-01T00:30:27.195Z[ recovery-image] Mar 01 00:30:27.278 INFO O| Mar 01 00:30:27.278 INFO O| Done
42712026-03-01T00:30:27.440Z[ recovery-image] Mar 01 00:30:27.523 INFO O| Mar 01 00:30:27.523 INFO O| Done
42722026-03-01T00:30:27.465Z[ recovery-image] Mar 01 00:30:27.525 INFO O| Mar 01 00:30:27.525 INFO O| Done
42732026-03-01T00:30:27.465Z[ recovery-image] Mar 01 00:30:27.525 INFO O| Mar 01 00:30:27.525 INFO O| Done
42742026-03-01T00:30:27.465Z[ recovery-image] Mar 01 00:30:27.528 INFO O| Mar 01 00:30:27.527 INFO O| Done
42752026-03-01T00:30:29.508Z[ recovery-image] Mar 01 00:30:29.591 INFO O| Mar 01 00:30:29.591 INFO STEP 10 (pkg_change_facet) COMPLETE
42762026-03-01T00:30:29.508Z[ recovery-image] Mar 01 00:30:29.591 INFO O| Mar 01 00:30:29.591 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42772026-03-01T00:30:29.539Z[ recovery-image] Mar 01 00:30:29.622 INFO O| Mar 01 00:30:29.622 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@19.0.0.0"]
42782026-03-01T00:30:38.496Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42792026-03-01T00:30:39.558Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42802026-03-01T00:30:43.333Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42812026-03-01T00:30:59.971Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42822026-03-01T00:31:00.001Z[ host-image] Mar 01 00:31:00.086 INFO O| Mar 01 00:31:00.084 INFO O| Planning: Solver setup ... Done
42832026-03-01T00:31:03.601Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42842026-03-01T00:31:15.071Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42852026-03-01T00:31:19.219Z[ recovery-image] Mar 01 00:31:19.305 INFO O| Mar 01 00:31:19.305 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42862026-03-01T00:31:37.119Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42872026-03-01T00:31:38.763Z[ recovery-image] Mar 01 00:31:38.850 INFO O| Mar 01 00:31:38.850 INFO O| Startup: Caching catalogs ... Done
42882026-03-01T00:31:52.617Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42892026-03-01T00:31:52.739Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42902026-03-01T00:32:02.131Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42912026-03-01T00:32:03.115Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42922026-03-01T00:32:11.224Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42932026-03-01T00:32:22.410Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42942026-03-01T00:32:23.693Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42952026-03-01T00:32:34.657Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42962026-03-01T00:32:36.893Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42972026-03-01T00:32:54.313Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42982026-03-01T00:33:36.521Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42992026-03-01T00:33:47.061Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43002026-03-01T00:33:56.665Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43012026-03-01T00:33:58.428Z[verify-libraries] Compiling git-stub v1.0.0
43022026-03-01T00:33:59.599Z[verify-libraries] Compiling yansi v1.0.1
43032026-03-01T00:34:00.987Z[verify-libraries] Compiling diff v0.1.13
43042026-03-01T00:34:02.303Z[verify-libraries] Compiling pretty_assertions v1.4.1
43052026-03-01T00:34:03.618Z[verify-libraries] Compiling git-stub-vcs v0.1.0
43062026-03-01T00:34:05.625Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43072026-03-01T00:34:08.507Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43082026-03-01T00:34:09.096Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43092026-03-01T00:34:09.584Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
43102026-03-01T00:34:10.188Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43112026-03-01T00:34:10.645Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43122026-03-01T00:34:11.113Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43132026-03-01T00:34:18.142Z[verify-libraries] Compiling drift v0.1.3
43142026-03-01T00:34:38.573Z[ recovery-image] Mar 01 00:34:38.671 INFO O| Mar 01 00:34:38.671 INFO O| Planning: Solver setup ... Done
43152026-03-01T00:34:40.956Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43162026-03-01T00:34:46.223Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43172026-03-01T00:34:48.461Z[verify-libraries] Compiling dropshot-api-manager v0.5.2
43182026-03-01T00:34:49.245Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43192026-03-01T00:35:19.329Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43202026-03-01T00:35:26.433Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43212026-03-01T00:35:35.334Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43222026-03-01T00:35:42.033Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43232026-03-01T00:36:10.167Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43242026-03-01T00:36:14.144Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43252026-03-01T00:36:18.217Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43262026-03-01T00:36:19.554Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43272026-03-01T00:36:26.552Z[verify-libraries] Compiling termios v0.3.3
43282026-03-01T00:36:27.158Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43292026-03-01T00:36:29.102Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43302026-03-01T00:36:45.531Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43312026-03-01T00:36:51.294Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43322026-03-01T00:36:52.918Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43332026-03-01T00:37:04.815Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43342026-03-01T00:38:59.722Z[ host-image] Mar 01 00:38:59.837 INFO O| Mar 01 00:38:59.837 INFO O| Planning: Running solver ... Done
43352026-03-01T00:39:01.456Z[ host-image] Mar 01 00:39:01.571 INFO O| Mar 01 00:39:01.571 INFO O| Planning: Finding local manifests ... Done
43362026-03-01T00:39:01.738Z[ host-image] Mar 01 00:39:01.853 INFO O| Mar 01 00:39:01.853 INFO O| Planning: Fetching manifests: 0/126 0% complete
43372026-03-01T00:39:06.763Z[ host-image] Mar 01 00:39:06.878 INFO O| Mar 01 00:39:06.878 INFO O| Planning: Fetching manifests: 79/126 62% complete
43382026-03-01T00:39:09.980Z[ host-image] Mar 01 00:39:10.095 INFO O| Mar 01 00:39:10.095 INFO O| Planning: Fetching manifests: 126/126 100% complete
43392026-03-01T00:39:11.289Z[ host-image] Mar 01 00:39:11.404 INFO O| Mar 01 00:39:11.404 INFO O| Planning: Package planning ... Done
43402026-03-01T00:39:13.454Z[ host-image] Mar 01 00:39:13.570 INFO O| Mar 01 00:39:13.570 INFO O| Planning: Merging actions ... Done
43412026-03-01T00:39:15.600Z[ host-image] Mar 01 00:39:15.716 INFO O| Mar 01 00:39:15.716 INFO O| Planning: Checking for conflicting actions ... Done
43422026-03-01T00:39:16.650Z[ host-image] Mar 01 00:39:16.766 INFO O| Mar 01 00:39:16.766 INFO O| Planning: Consolidating action changes ... Done
43432026-03-01T00:39:17.415Z[ host-image] Mar 01 00:39:17.531 INFO O| Mar 01 00:39:17.531 INFO O| Planning: Evaluating mediators ... Done
43442026-03-01T00:39:22.353Z[ host-image] Mar 01 00:39:22.453 INFO O| Mar 01 00:39:22.453 INFO O| Planning: Planning completed in 676.58 seconds
43452026-03-01T00:39:22.353Z[ host-image] Mar 01 00:39:22.457 INFO O| Mar 01 00:39:22.457 INFO O| Packages to install: 126
43462026-03-01T00:39:22.378Z[ host-image] Mar 01 00:39:22.457 INFO O| Mar 01 00:39:22.457 INFO O| Mediators to change: 5
43472026-03-01T00:39:22.378Z[ host-image] Mar 01 00:39:22.457 INFO O| Mar 01 00:39:22.457 INFO O| Services to change: 6
43482026-03-01T00:39:22.474Z[ host-image] Mar 01 00:39:22.587 INFO O| Mar 01 00:39:22.587 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43492026-03-01T00:39:27.496Z[ host-image] Mar 01 00:39:27.613 INFO O| Mar 01 00:39:27.613 INFO O| Download: 1132/22925 items 7.5/210.6MB 3% complete (1.5M/s)
43502026-03-01T00:39:32.619Z[ host-image] Mar 01 00:39:32.736 INFO O| Mar 01 00:39:32.736 INFO O| Download: 1681/22925 items 11.0/210.6MB 5% complete (1.2M/s)
43512026-03-01T00:39:37.701Z[ host-image] Mar 01 00:39:37.817 INFO O| Mar 01 00:39:37.817 INFO O| Download: 2098/22925 items 23.5/210.6MB 11% complete (1.6M/s)
43522026-03-01T00:39:42.700Z[ host-image] Mar 01 00:39:42.817 INFO O| Mar 01 00:39:42.817 INFO O| Download: 2619/22925 items 31.1/210.6MB 14% complete (2.0M/s)
43532026-03-01T00:39:47.699Z[ host-image] Mar 01 00:39:47.817 INFO O| Mar 01 00:39:47.817 INFO O| Download: 4013/22925 items 40.4/210.6MB 19% complete (1.7M/s)
43542026-03-01T00:39:53.265Z[ host-image] Mar 01 00:39:53.383 INFO O| Mar 01 00:39:53.382 INFO O| Download: 4731/22925 items 43.6/210.6MB 20% complete (1.3M/s)
43552026-03-01T00:39:58.419Z[ host-image] Mar 01 00:39:58.537 INFO O| Mar 01 00:39:58.537 INFO O| Download: 5820/22925 items 46.7/210.6MB 22% complete (629k/s)
43562026-03-01T00:40:03.434Z[ host-image] Mar 01 00:40:03.553 INFO O| Mar 01 00:40:03.553 INFO O| Download: 6858/22925 items 48.7/210.6MB 23% complete (483k/s)
43572026-03-01T00:40:08.446Z[ host-image] Mar 01 00:40:08.565 INFO O| Mar 01 00:40:08.565 INFO O| Download: 7671/22925 items 58.8/210.6MB 27% complete (1.2M/s)
43582026-03-01T00:40:13.684Z[ host-image] Mar 01 00:40:13.803 INFO O| Mar 01 00:40:13.803 INFO O| Download: 8346/22925 items 65.8/210.6MB 31% complete (1.6M/s)
43592026-03-01T00:40:18.055Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43602026-03-01T00:40:18.688Z[ host-image] Mar 01 00:40:18.808 INFO O| Mar 01 00:40:18.808 INFO O| Download: 9405/22925 items 84.8/210.6MB 40% complete (2.5M/s)
43612026-03-01T00:40:23.694Z[ host-image] Mar 01 00:40:23.814 INFO O| Mar 01 00:40:23.814 INFO O| Download: 10473/22925 items 92.7/210.6MB 43% complete (2.7M/s)
43622026-03-01T00:40:26.148Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43632026-03-01T00:40:28.891Z[ host-image] Mar 01 00:40:29.011 INFO O| Mar 01 00:40:29.011 INFO O| Download: 11216/22925 items 97.9/210.6MB 46% complete (1.5M/s)
43642026-03-01T00:40:34.081Z[ host-image] Mar 01 00:40:34.202 INFO O| Mar 01 00:40:34.202 INFO O| Download: 12056/22925 items 102.9/210.6MB 48% complete (991k/s)
43652026-03-01T00:40:39.086Z[ host-image] Mar 01 00:40:39.207 INFO O| Mar 01 00:40:39.207 INFO O| Download: 12467/22925 items 114.4/210.6MB 54% complete (1.6M/s)
43662026-03-01T00:40:44.089Z[ host-image] Mar 01 00:40:44.210 INFO O| Mar 01 00:40:44.210 INFO O| Download: 13752/22925 items 115.0/210.6MB 54% complete (1.2M/s)
43672026-03-01T00:40:49.098Z[ host-image] Mar 01 00:40:49.219 INFO O| Mar 01 00:40:49.219 INFO O| Download: 14571/22925 items 119.6/210.6MB 56% complete (465k/s)
43682026-03-01T00:40:54.098Z[ host-image] Mar 01 00:40:54.219 INFO O| Mar 01 00:40:54.219 INFO O| Download: 15435/22925 items 129.6/210.6MB 61% complete (1.4M/s)
43692026-03-01T00:40:59.106Z[ host-image] Mar 01 00:40:59.228 INFO O| Mar 01 00:40:59.228 INFO O| Download: 16162/22925 items 137.4/210.6MB 65% complete (1.8M/s)
43702026-03-01T00:41:04.130Z[ host-image] Mar 01 00:41:04.251 INFO O| Mar 01 00:41:04.251 INFO O| Download: 17122/22925 items 150.2/210.6MB 71% complete (2.1M/s)
43712026-03-01T00:41:04.413Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43722026-03-01T00:41:09.152Z[ host-image] Mar 01 00:41:09.275 INFO O| Mar 01 00:41:09.275 INFO O| Download: 18005/22925 items 163.6/210.6MB 77% complete (2.4M/s)
43732026-03-01T00:41:14.320Z[ host-image] Mar 01 00:41:14.443 INFO O| Mar 01 00:41:14.443 INFO O| Download: 19073/22925 items 171.0/210.6MB 81% complete (2.1M/s)
43742026-03-01T00:41:19.407Z[ host-image] Mar 01 00:41:19.531 INFO O| Mar 01 00:41:19.531 INFO O| Download: 20181/22925 items 174.9/210.6MB 83% complete (1.1M/s)
43752026-03-01T00:41:24.569Z[ host-image] Mar 01 00:41:24.692 INFO O| Mar 01 00:41:24.692 INFO O| Download: 20930/22925 items 182.6/210.6MB 86% complete (1.1M/s)
43762026-03-01T00:41:26.998Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43772026-03-01T00:41:29.568Z[ host-image] Mar 01 00:41:29.692 INFO O| Mar 01 00:41:29.692 INFO O| Download: 21678/22925 items 188.9/210.6MB 89% complete (1.3M/s)
43782026-03-01T00:41:31.224Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43792026-03-01T00:41:34.918Z[ host-image] Mar 01 00:41:35.042 INFO O| Mar 01 00:41:35.042 INFO O| Download: 22155/22925 items 204.5/210.6MB 97% complete (2.3M/s)
43802026-03-01T00:41:36.266Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43812026-03-01T00:41:39.566Z[ host-image] Mar 01 00:41:39.690 INFO O| Mar 01 00:41:39.690 INFO O| Download: Completed 210.65 MB in 137.10 seconds (1.5M/s)
43822026-03-01T00:41:40.999Z[ host-image] Mar 01 00:41:41.124 INFO O| Mar 01 00:41:41.124 INFO O| Actions: 1/50885 actions (Installing new actions)
43832026-03-01T00:41:41.339Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43842026-03-01T00:41:46.017Z[ host-image] Mar 01 00:41:46.142 INFO O| Mar 01 00:41:46.142 INFO O| Actions: 7953/50885 actions (Installing new actions)
43852026-03-01T00:41:51.032Z[ host-image] Mar 01 00:41:51.157 INFO O| Mar 01 00:41:51.157 INFO O| Actions: 10601/50885 actions (Installing new actions)
43862026-03-01T00:41:56.054Z[ host-image] Mar 01 00:41:56.179 INFO O| Mar 01 00:41:56.179 INFO O| Actions: 12293/50885 actions (Installing new actions)
43872026-03-01T00:42:01.054Z[ host-image] Mar 01 00:42:01.180 INFO O| Mar 01 00:42:01.180 INFO O| Actions: 13477/50885 actions (Installing new actions)
43882026-03-01T00:42:06.086Z[ host-image] Mar 01 00:42:06.213 INFO O| Mar 01 00:42:06.212 INFO O| Actions: 17864/50885 actions (Installing new actions)
43892026-03-01T00:42:11.087Z[ host-image] Mar 01 00:42:11.214 INFO O| Mar 01 00:42:11.214 INFO O| Actions: 21912/50885 actions (Installing new actions)
43902026-03-01T00:42:13.555Z[ recovery-image] Mar 01 00:42:13.682 INFO O| Mar 01 00:42:13.682 INFO O| Planning: Running solver ... Done
43912026-03-01T00:42:14.827Z[ recovery-image] Mar 01 00:42:14.953 INFO O| Mar 01 00:42:14.953 INFO O| Planning: Finding local manifests ... Done
43922026-03-01T00:42:15.009Z[ recovery-image] Mar 01 00:42:15.136 INFO O| Mar 01 00:42:15.136 INFO O| Planning: Fetching manifests: 0/126 0% complete
43932026-03-01T00:42:16.088Z[ host-image] Mar 01 00:42:16.215 INFO O| Mar 01 00:42:16.215 INFO O| Actions: 25876/50885 actions (Installing new actions)
43942026-03-01T00:42:20.010Z[ recovery-image] Mar 01 00:42:20.137 INFO O| Mar 01 00:42:20.137 INFO O| Planning: Fetching manifests: 94/126 74% complete
43952026-03-01T00:42:20.491Z[ host-image] Mar 01 00:42:20.618 INFO O| Mar 01 00:42:20.618 INFO O| Actions: Completed 50885 actions in 39.49 seconds.
43962026-03-01T00:42:21.388Z[ host-image] Mar 01 00:42:21.515 INFO O| Mar 01 00:42:21.515 INFO O| Done
43972026-03-01T00:42:21.388Z[ host-image] Mar 01 00:42:21.515 INFO O| Mar 01 00:42:21.515 INFO O| Done
43982026-03-01T00:42:22.009Z[ recovery-image] Mar 01 00:42:22.136 INFO O| Mar 01 00:42:22.135 INFO O| Planning: Fetching manifests: 126/126 100% complete
43992026-03-01T00:42:22.831Z[ recovery-image] Mar 01 00:42:22.958 INFO O| Mar 01 00:42:22.958 INFO O| Planning: Package planning ... Done
44002026-03-01T00:42:23.530Z[ host-image] Mar 01 00:42:23.658 INFO O| Mar 01 00:42:23.657 INFO O| Done
44012026-03-01T00:42:24.065Z[ recovery-image] Mar 01 00:42:24.192 INFO O| Mar 01 00:42:24.192 INFO O| Planning: Merging actions ... Done
44022026-03-01T00:42:24.197Z[ recovery-image] Mar 01 00:42:24.324 INFO O| Mar 01 00:42:24.324 INFO O| Planning: Checking for conflicting actions ... Done
44032026-03-01T00:42:24.295Z[ recovery-image] Mar 01 00:42:24.423 INFO O| Mar 01 00:42:24.422 INFO O| Planning: Consolidating action changes ... Done
44042026-03-01T00:42:24.609Z[ recovery-image] Mar 01 00:42:24.737 INFO O| Mar 01 00:42:24.737 INFO O| Planning: Evaluating mediators ... Done
44052026-03-01T00:42:26.209Z[ host-image] Mar 01 00:42:26.336 INFO O| Mar 01 00:42:26.336 INFO O| Done
44062026-03-01T00:42:26.258Z[ host-image] Mar 01 00:42:26.386 INFO O| Mar 01 00:42:26.386 INFO O| Done
44072026-03-01T00:42:28.690Z[ recovery-image] Mar 01 00:42:28.818 INFO O| Mar 01 00:42:28.818 INFO O| Planning: Planning completed in 649.86 seconds
44082026-03-01T00:42:28.714Z[ recovery-image] Mar 01 00:42:28.821 INFO O| Mar 01 00:42:28.821 INFO O| Packages to install: 126
44092026-03-01T00:42:28.715Z[ recovery-image] Mar 01 00:42:28.821 INFO O| Mar 01 00:42:28.821 INFO O| Mediators to change: 5
44102026-03-01T00:42:28.715Z[ recovery-image] Mar 01 00:42:28.821 INFO O| Mar 01 00:42:28.821 INFO O| Services to change: 5
44112026-03-01T00:42:28.781Z[ recovery-image] Mar 01 00:42:28.909 INFO O| Mar 01 00:42:28.908 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
44122026-03-01T00:42:30.931Z[ host-image] Mar 01 00:42:31.059 INFO O| Mar 01 00:42:31.059 INFO O| Done
44132026-03-01T00:42:31.629Z[ host-image] Mar 01 00:42:31.757 INFO O| Mar 01 00:42:31.756 INFO O| Done
44142026-03-01T00:42:33.898Z[ recovery-image] Mar 01 00:42:34.027 INFO O| Mar 01 00:42:34.027 INFO O| Download: 1074/15969 items 9.0/187.3MB 4% complete (1.9M/s)
44152026-03-01T00:42:36.097Z[ host-image] Mar 01 00:42:36.225 INFO O| Mar 01 00:42:36.225 INFO STEP 11 (pkg_install) COMPLETE
44162026-03-01T00:42:36.097Z[ host-image] Mar 01 00:42:36.225 INFO O| Mar 01 00:42:36.225 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44172026-03-01T00:42:36.124Z[ host-image] Mar 01 00:42:36.252 INFO O| Mar 01 00:42:36.252 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"]
44182026-03-01T00:42:38.939Z[ recovery-image] Mar 01 00:42:39.067 INFO O| Mar 01 00:42:39.067 INFO O| Download: 1467/15969 items 21.5/187.3MB 11% complete (2.2M/s)
44192026-03-01T00:42:43.960Z[ recovery-image] Mar 01 00:42:44.089 INFO O| Mar 01 00:42:44.089 INFO O| Download: 1983/15969 items 29.9/187.3MB 15% complete (2.1M/s)
44202026-03-01T00:42:49.006Z[ recovery-image] Mar 01 00:42:49.135 INFO O| Mar 01 00:42:49.135 INFO O| Download: 3226/15969 items 37.8/187.3MB 20% complete (1.6M/s)
44212026-03-01T00:42:54.012Z[ recovery-image] Mar 01 00:42:54.141 INFO O| Mar 01 00:42:54.141 INFO O| Download: 4000/15969 items 42.9/187.3MB 22% complete (1.3M/s)
44222026-03-01T00:42:59.012Z[ recovery-image] Mar 01 00:42:59.141 INFO O| Mar 01 00:42:59.141 INFO O| Download: 5207/15969 items 43.6/187.3MB 23% complete (598k/s)
44232026-03-01T00:43:04.047Z[ recovery-image] Mar 01 00:43:04.177 INFO O| Mar 01 00:43:04.177 INFO O| Download: 5947/15969 items 52.9/187.3MB 28% complete (995k/s)
44242026-03-01T00:43:09.050Z[ recovery-image] Mar 01 00:43:09.180 INFO O| Mar 01 00:43:09.180 INFO O| Download: 6435/15969 items 67.6/187.3MB 36% complete (2.4M/s)
44252026-03-01T00:43:14.051Z[ recovery-image] Mar 01 00:43:14.182 INFO O| Mar 01 00:43:14.182 INFO O| Download: 7945/15969 items 80.5/187.3MB 42% complete (2.8M/s)
44262026-03-01T00:43:15.055Z[ host-image] Mar 01 00:43:15.186 INFO O| Mar 01 00:43:15.185 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44272026-03-01T00:43:19.338Z[ recovery-image] Mar 01 00:43:19.469 INFO O| Mar 01 00:43:19.469 INFO O| Download: 8846/15969 items 89.0/187.3MB 47% complete (2.1M/s)
44282026-03-01T00:43:24.347Z[ recovery-image] Mar 01 00:43:24.478 INFO O| Mar 01 00:43:24.478 INFO O| Download: 9460/15969 items 97.7/187.3MB 52% complete (1.7M/s)
44292026-03-01T00:43:29.176Z[ host-image] Mar 01 00:43:29.308 INFO O| Mar 01 00:43:29.307 INFO O| Startup: Caching catalogs ... Done
44302026-03-01T00:43:29.377Z[ recovery-image] Mar 01 00:43:29.508 INFO O| Mar 01 00:43:29.508 INFO O| Download: 10640/15969 items 98.3/187.3MB 52% complete (952k/s)
44312026-03-01T00:43:34.414Z[ recovery-image] Mar 01 00:43:34.546 INFO O| Mar 01 00:43:34.546 INFO O| Download: 11266/15969 items 107.4/187.3MB 57% complete (933k/s)
44322026-03-01T00:43:39.418Z[ recovery-image] Mar 01 00:43:39.550 INFO O| Mar 01 00:43:39.550 INFO O| Download: 12001/15969 items 133.7/187.3MB 71% complete (3.6M/s)
44332026-03-01T00:43:39.453Z[ host-image] Mar 01 00:43:39.584 INFO O| Mar 01 00:43:39.584 INFO O| Planning: Solver setup ... Done
44342026-03-01T00:43:39.477Z[ host-image] Mar 01 00:43:39.594 INFO O| Mar 01 00:43:39.594 INFO O| Planning: Running solver ... Done
44352026-03-01T00:43:39.614Z[ host-image] Mar 01 00:43:39.746 INFO O| Mar 01 00:43:39.746 INFO O| Planning: Finding local manifests ... Done
44362026-03-01T00:43:39.720Z[ host-image] Mar 01 00:43:39.852 INFO O| Mar 01 00:43:39.852 INFO O| Planning: Fetching manifests: 0/6 0% complete
44372026-03-01T00:43:40.086Z[ host-image] Mar 01 00:43:40.218 INFO O| Mar 01 00:43:40.218 INFO O| Planning: Fetching manifests: 6/6 100% complete
44382026-03-01T00:43:40.119Z[ host-image] Mar 01 00:43:40.251 INFO O| Mar 01 00:43:40.251 INFO O| Planning: Package planning ... Done
44392026-03-01T00:43:40.143Z[ host-image] Mar 01 00:43:40.257 INFO O| Mar 01 00:43:40.257 INFO O| Planning: Merging actions ... Done
44402026-03-01T00:43:40.212Z[ host-image] Mar 01 00:43:40.344 INFO O| Mar 01 00:43:40.344 INFO O| Planning: Checking for conflicting actions ... Done
44412026-03-01T00:43:40.236Z[ host-image] Mar 01 00:43:40.346 INFO O| Mar 01 00:43:40.346 INFO O| Planning: Consolidating action changes ... Done
44422026-03-01T00:43:41.287Z[ host-image] Mar 01 00:43:41.419 INFO O| Mar 01 00:43:41.419 INFO O| Planning: Evaluating mediators ... Done
44432026-03-01T00:43:41.312Z[ host-image] Mar 01 00:43:41.430 INFO O| Mar 01 00:43:41.430 INFO O| Planning: Planning completed in 11.97 seconds
44442026-03-01T00:43:41.312Z[ host-image] Mar 01 00:43:41.431 INFO O| Mar 01 00:43:41.431 INFO O| Packages to install: 6
44452026-03-01T00:43:41.312Z[ host-image] Mar 01 00:43:41.431 INFO O| Mar 01 00:43:41.431 INFO O| Services to change: 2
44462026-03-01T00:43:41.348Z[ host-image] Mar 01 00:43:41.480 INFO O| Mar 01 00:43:41.480 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44472026-03-01T00:43:44.420Z[ recovery-image] Mar 01 00:43:44.552 INFO O| Mar 01 00:43:44.552 INFO O| Download: 13095/15969 items 149.1/187.3MB 79% complete (4.5M/s)
44482026-03-01T00:43:45.919Z[ host-image] Mar 01 00:43:46.052 INFO O| Mar 01 00:43:46.052 INFO O| Download: Completed 1.75 MB in 4.57 seconds (390k/s)
44492026-03-01T00:43:45.961Z[ host-image] Mar 01 00:43:46.094 INFO O| Mar 01 00:43:46.094 INFO O| Actions: 1/390 actions (Installing new actions)
44502026-03-01T00:43:46.260Z[ host-image] Mar 01 00:43:46.392 INFO O| Mar 01 00:43:46.392 INFO O| Actions: Completed 390 actions in 0.30 seconds.
44512026-03-01T00:43:46.865Z[ host-image] Mar 01 00:43:46.997 INFO O| Mar 01 00:43:46.997 INFO O| Done
44522026-03-01T00:43:46.865Z[ host-image] Mar 01 00:43:46.997 INFO O| Mar 01 00:43:46.997 INFO O| Done
44532026-03-01T00:43:48.237Z[ host-image] Mar 01 00:43:48.369 INFO O| Mar 01 00:43:48.369 INFO O| Done
44542026-03-01T00:43:49.424Z[ recovery-image] Mar 01 00:43:49.557 INFO O| Mar 01 00:43:49.557 INFO O| Download: 14131/15969 items 152.5/187.3MB 81% complete (1.9M/s)
44552026-03-01T00:43:49.900Z[ host-image] Mar 01 00:43:50.033 INFO O| Mar 01 00:43:50.033 INFO O| Done
44562026-03-01T00:43:49.933Z[ host-image] Mar 01 00:43:50.066 INFO O| Mar 01 00:43:50.065 INFO O| Done
44572026-03-01T00:43:49.957Z[ host-image] Mar 01 00:43:50.066 INFO O| Mar 01 00:43:50.066 INFO O| Done
44582026-03-01T00:43:49.982Z[ host-image] Mar 01 00:43:50.097 INFO O| Mar 01 00:43:50.097 INFO O| Done
44592026-03-01T00:43:51.830Z[ host-image] Mar 01 00:43:51.963 INFO O| Mar 01 00:43:51.963 INFO STEP 12 (pkg_install) COMPLETE
44602026-03-01T00:43:51.830Z[ host-image] Mar 01 00:43:51.963 INFO O| Mar 01 00:43:51.963 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44612026-03-01T00:43:51.855Z[ host-image] Mar 01 00:43:51.978 INFO O| Mar 01 00:43:51.977 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44622026-03-01T00:43:54.458Z[ recovery-image] Mar 01 00:43:54.591 INFO O| Mar 01 00:43:54.591 INFO O| Download: 14818/15969 items 160.6/187.3MB 85% complete (1.0M/s)
44632026-03-01T00:43:59.488Z[ recovery-image] Mar 01 00:43:59.622 INFO O| Mar 01 00:43:59.622 INFO O| Download: 15524/15969 items 176.7/187.3MB 94% complete (2.4M/s)
44642026-03-01T00:44:04.492Z[ recovery-image] Mar 01 00:44:04.626 INFO O| Mar 01 00:44:04.626 INFO O| Download: 15825/15969 items 185.3/187.3MB 98% complete (2.5M/s)
44652026-03-01T00:44:06.242Z[ recovery-image] Mar 01 00:44:06.375 INFO O| Mar 01 00:44:06.375 INFO O| Download: Completed 187.26 MB in 97.47 seconds (1.9M/s)
44662026-03-01T00:44:06.925Z[ recovery-image] Mar 01 00:44:07.058 INFO O| Mar 01 00:44:07.058 INFO O| Actions: 1/26357 actions (Installing new actions)
44672026-03-01T00:44:11.925Z[ recovery-image] Mar 01 00:44:12.059 INFO O| Mar 01 00:44:12.059 INFO O| Actions: 12118/26357 actions (Installing new actions)
44682026-03-01T00:44:16.925Z[ recovery-image] Mar 01 00:44:17.060 INFO O| Mar 01 00:44:17.060 INFO O| Actions: 18713/26357 actions (Installing new actions)
44692026-03-01T00:44:20.414Z[ recovery-image] Mar 01 00:44:20.548 INFO O| Mar 01 00:44:20.548 INFO O| Actions: Completed 26357 actions in 13.49 seconds.
44702026-03-01T00:44:21.369Z[ recovery-image] Mar 01 00:44:21.504 INFO O| Mar 01 00:44:21.503 INFO O| Done
44712026-03-01T00:44:21.369Z[ recovery-image] Mar 01 00:44:21.504 INFO O| Mar 01 00:44:21.504 INFO O| Done
44722026-03-01T00:44:23.571Z[ recovery-image] Mar 01 00:44:23.705 INFO O| Mar 01 00:44:23.705 INFO O| Done
44732026-03-01T00:44:25.173Z[ recovery-image] Mar 01 00:44:25.308 INFO O| Mar 01 00:44:25.307 INFO O| Done
44742026-03-01T00:44:25.197Z[ recovery-image] Mar 01 00:44:25.325 INFO O| Mar 01 00:44:25.325 INFO O| Done
44752026-03-01T00:44:29.051Z[ recovery-image] Mar 01 00:44:29.185 INFO O| Mar 01 00:44:29.185 INFO O| Done
44762026-03-01T00:44:29.679Z[ recovery-image] Mar 01 00:44:29.814 INFO O| Mar 01 00:44:29.814 INFO O| Done
44772026-03-01T00:44:32.089Z[ host-image] Mar 01 00:44:32.224 INFO O| Mar 01 00:44:32.224 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44782026-03-01T00:44:33.823Z[ recovery-image] Mar 01 00:44:33.959 INFO O| Mar 01 00:44:33.959 INFO STEP 11 (pkg_install) COMPLETE
44792026-03-01T00:44:33.848Z[ recovery-image] Mar 01 00:44:33.959 INFO O| Mar 01 00:44:33.959 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44802026-03-01T00:44:33.848Z[ recovery-image] Mar 01 00:44:33.959 INFO O| Mar 01 00:44:33.959 INFO skip step because feature "recovery" is enabled
44812026-03-01T00:44:33.848Z[ recovery-image] Mar 01 00:44:33.959 INFO O| Mar 01 00:44:33.959 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44822026-03-01T00:44:33.848Z[ recovery-image] Mar 01 00:44:33.959 INFO O| Mar 01 00:44:33.959 INFO skip step because feature "omicron1" is not enabled
44832026-03-01T00:44:33.848Z[ recovery-image] Mar 01 00:44:33.959 INFO O| Mar 01 00:44:33.959 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44842026-03-01T00:44:33.848Z[ recovery-image] Mar 01 00:44:33.973 INFO O| Mar 01 00:44:33.973 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44852026-03-01T00:44:48.293Z[ host-image] Mar 01 00:44:48.429 INFO O| Mar 01 00:44:48.429 INFO O| Startup: Caching catalogs ... Done
44862026-03-01T00:44:56.575Z[ host-image] Mar 01 00:44:56.712 INFO O| Mar 01 00:44:56.712 INFO O| Planning: Solver setup ... Done
44872026-03-01T00:44:56.600Z[ host-image] Mar 01 00:44:56.721 INFO O| Mar 01 00:44:56.721 INFO O| Planning: Running solver ... Done
44882026-03-01T00:44:56.734Z[ host-image] Mar 01 00:44:56.871 INFO O| Mar 01 00:44:56.871 INFO O| Planning: Finding local manifests ... Done
44892026-03-01T00:44:56.854Z[ host-image] Mar 01 00:44:56.991 INFO O| Mar 01 00:44:56.991 INFO O| Planning: Fetching manifests: 0/6 0% complete
44902026-03-01T00:44:57.303Z[ host-image] Mar 01 00:44:57.440 INFO O| Mar 01 00:44:57.439 INFO O| Planning: Fetching manifests: 6/6 100% complete
44912026-03-01T00:44:57.343Z[ host-image] Mar 01 00:44:57.480 INFO O| Mar 01 00:44:57.479 INFO O| Planning: Package planning ... Done
44922026-03-01T00:44:57.367Z[ host-image] Mar 01 00:44:57.501 INFO O| Mar 01 00:44:57.501 INFO O| Planning: Merging actions ... Done
44932026-03-01T00:44:57.443Z[ host-image] Mar 01 00:44:57.580 INFO O| Mar 01 00:44:57.580 INFO O| Planning: Checking for conflicting actions ... Done
44942026-03-01T00:44:57.467Z[ host-image] Mar 01 00:44:57.602 INFO O| Mar 01 00:44:57.602 INFO O| Planning: Consolidating action changes ... Done
44952026-03-01T00:44:57.960Z[ host-image] Mar 01 00:44:58.097 INFO O| Mar 01 00:44:58.097 INFO O| Planning: Evaluating mediators ... Done
44962026-03-01T00:44:57.985Z[ host-image] Mar 01 00:44:58.102 INFO O| Mar 01 00:44:58.102 INFO O| Planning: Planning completed in 9.55 seconds
44972026-03-01T00:44:57.985Z[ host-image] Mar 01 00:44:58.102 INFO O| Mar 01 00:44:58.102 INFO O| Packages to install: 6
44982026-03-01T00:44:57.985Z[ host-image] Mar 01 00:44:58.102 INFO O| Mar 01 00:44:58.102 INFO O| Mediators to change: 1
44992026-03-01T00:44:57.985Z[ host-image] Mar 01 00:44:58.102 INFO O| Mar 01 00:44:58.102 INFO O| Services to change: 1
45002026-03-01T00:44:58.010Z[ host-image] Mar 01 00:44:58.126 INFO O| Mar 01 00:44:58.126 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
45012026-03-01T00:45:03.060Z[ host-image] Mar 01 00:45:03.197 INFO O| Mar 01 00:45:03.197 INFO O| Download: 1115/1140 items 6.6/7.7MB 85% complete (1.2M/s)
45022026-03-01T00:45:03.313Z[ host-image] Mar 01 00:45:03.450 INFO O| Mar 01 00:45:03.450 INFO O| Download: Completed 7.71 MB in 5.32 seconds (1.4M/s)
45032026-03-01T00:45:03.446Z[ host-image] Mar 01 00:45:03.583 INFO O| Mar 01 00:45:03.583 INFO O| Actions: 1/1361 actions (Installing new actions)
45042026-03-01T00:45:04.039Z[ host-image] Mar 01 00:45:04.176 INFO O| Mar 01 00:45:04.175 INFO O| Actions: Completed 1361 actions in 0.59 seconds.
45052026-03-01T00:45:04.810Z[ host-image] Mar 01 00:45:04.947 INFO O| Mar 01 00:45:04.947 INFO O| Done
45062026-03-01T00:45:04.810Z[ host-image] Mar 01 00:45:04.947 INFO O| Mar 01 00:45:04.947 INFO O| Done
45072026-03-01T00:45:06.457Z[ host-image] Mar 01 00:45:06.594 INFO O| Mar 01 00:45:06.594 INFO O| Done
45082026-03-01T00:45:08.501Z[ host-image] Mar 01 00:45:08.638 INFO O| Mar 01 00:45:08.638 INFO O| Done
45092026-03-01T00:45:08.530Z[ host-image] Mar 01 00:45:08.668 INFO O| Mar 01 00:45:08.668 INFO O| Done
45102026-03-01T00:45:08.530Z[ host-image] Mar 01 00:45:08.668 INFO O| Mar 01 00:45:08.668 INFO O| Done
45112026-03-01T00:45:08.582Z[ host-image] Mar 01 00:45:08.720 INFO O| Mar 01 00:45:08.719 INFO O| Done
45122026-03-01T00:45:10.528Z[ host-image] Mar 01 00:45:10.665 INFO O| Mar 01 00:45:10.665 INFO STEP 13 (pkg_install) COMPLETE
45132026-03-01T00:45:10.528Z[ host-image] Mar 01 00:45:10.665 INFO O| Mar 01 00:45:10.665 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45142026-03-01T00:45:10.553Z[ host-image] Mar 01 00:45:10.676 INFO O| Mar 01 00:45:10.676 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
45152026-03-01T00:45:12.982Z[ recovery-image] Mar 01 00:45:13.120 INFO O| Mar 01 00:45:13.120 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45162026-03-01T00:45:29.167Z[ recovery-image] Mar 01 00:45:29.305 INFO O| Mar 01 00:45:29.305 INFO O| Startup: Caching catalogs ... Done
45172026-03-01T00:45:38.181Z[ recovery-image] Mar 01 00:45:38.320 INFO O| Mar 01 00:45:38.320 INFO O| Planning: Solver setup ... Done
45182026-03-01T00:45:38.206Z[ recovery-image] Mar 01 00:45:38.329 INFO O| Mar 01 00:45:38.329 INFO O| Planning: Running solver ... Done
45192026-03-01T00:45:38.341Z[ recovery-image] Mar 01 00:45:38.480 INFO O| Mar 01 00:45:38.480 INFO O| Planning: Finding local manifests ... Done
45202026-03-01T00:45:38.579Z[ recovery-image] Mar 01 00:45:38.718 INFO O| Mar 01 00:45:38.718 INFO O| Planning: Fetching manifests: 0/1 0% complete
45212026-03-01T00:45:38.608Z[ recovery-image] Mar 01 00:45:38.747 INFO O| Mar 01 00:45:38.747 INFO O| Planning: Fetching manifests: 1/1 100% complete
45222026-03-01T00:45:38.632Z[ recovery-image] Mar 01 00:45:38.772 INFO O| Mar 01 00:45:38.772 INFO O| Planning: Package planning ... Done
45232026-03-01T00:45:38.657Z[ recovery-image] Mar 01 00:45:38.773 INFO O| Mar 01 00:45:38.772 INFO O| Planning: Merging actions ... Done
45242026-03-01T00:45:38.681Z[ recovery-image] Mar 01 00:45:38.808 INFO O| Mar 01 00:45:38.808 INFO O| Planning: Checking for conflicting actions ... Done
45252026-03-01T00:45:38.681Z[ recovery-image] Mar 01 00:45:38.808 INFO O| Mar 01 00:45:38.808 INFO O| Planning: Consolidating action changes ... Done
45262026-03-01T00:45:38.883Z[ recovery-image] Mar 01 00:45:39.023 INFO O| Mar 01 00:45:39.022 INFO O| Planning: Evaluating mediators ... Done
45272026-03-01T00:45:38.908Z[ recovery-image] Mar 01 00:45:39.023 INFO O| Mar 01 00:45:39.023 INFO O| Planning: Planning completed in 9.58 seconds
45282026-03-01T00:45:38.908Z[ recovery-image] Mar 01 00:45:39.024 INFO O| Mar 01 00:45:39.024 INFO O| Packages to install: 1
45292026-03-01T00:45:38.908Z[ recovery-image] Mar 01 00:45:39.045 INFO O| Mar 01 00:45:39.045 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
45302026-03-01T00:45:39.582Z[ recovery-image] Mar 01 00:45:39.722 INFO O| Mar 01 00:45:39.722 INFO O| Download: Completed 12.26 MB in 0.68 seconds (18.1M/s)
45312026-03-01T00:45:39.671Z[ recovery-image] Mar 01 00:45:39.811 INFO O| Mar 01 00:45:39.811 INFO O| Actions: 1/22 actions (Installing new actions)
45322026-03-01T00:45:40.065Z[ recovery-image] Mar 01 00:45:40.204 INFO O| Mar 01 00:45:40.204 INFO O| Actions: Completed 22 actions in 0.39 seconds.
45332026-03-01T00:45:40.759Z[ recovery-image] Mar 01 00:45:40.898 INFO O| Mar 01 00:45:40.898 INFO O| Done
45342026-03-01T00:45:40.759Z[ recovery-image] Mar 01 00:45:40.898 INFO O| Mar 01 00:45:40.898 INFO O| Done
45352026-03-01T00:45:42.322Z[ recovery-image] Mar 01 00:45:42.462 INFO O| Mar 01 00:45:42.461 INFO O| Done
45362026-03-01T00:45:43.857Z[ recovery-image] Mar 01 00:45:43.996 INFO O| Mar 01 00:45:43.996 INFO O| Done
45372026-03-01T00:45:43.886Z[ recovery-image] Mar 01 00:45:44.026 INFO O| Mar 01 00:45:44.026 INFO O| Done
45382026-03-01T00:45:43.886Z[ recovery-image] Mar 01 00:45:44.026 INFO O| Mar 01 00:45:44.026 INFO O| Done
45392026-03-01T00:45:43.910Z[ recovery-image] Mar 01 00:45:44.043 INFO O| Mar 01 00:45:44.043 INFO O| Done
45402026-03-01T00:45:46.034Z[ recovery-image] Mar 01 00:45:46.174 INFO O| Mar 01 00:45:46.174 INFO STEP 14 (pkg_install) COMPLETE
45412026-03-01T00:45:46.034Z[ recovery-image] Mar 01 00:45:46.174 INFO O| Mar 01 00:45:46.174 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45422026-03-01T00:45:46.034Z[ recovery-image] Mar 01 00:45:46.174 INFO O| Mar 01 00:45:46.174 INFO skip step because feature "mbist" is not enabled
45432026-03-01T00:45:46.059Z[ recovery-image] Mar 01 00:45:46.174 INFO O| Mar 01 00:45:46.174 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45442026-03-01T00:45:46.059Z[ recovery-image] Mar 01 00:45:46.174 INFO O| Mar 01 00:45:46.174 INFO skip step because feature "mfg" is not enabled
45452026-03-01T00:45:46.059Z[ recovery-image] Mar 01 00:45:46.174 INFO O| Mar 01 00:45:46.174 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45462026-03-01T00:45:46.059Z[ recovery-image] Mar 01 00:45:46.174 INFO O| Mar 01 00:45:46.174 INFO skip step because feature "compliance" is not enabled
45472026-03-01T00:45:46.059Z[ recovery-image] Mar 01 00:45:46.174 INFO O| Mar 01 00:45:46.174 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45482026-03-01T00:45:46.059Z[ recovery-image] Mar 01 00:45:46.174 INFO O| Mar 01 00:45:46.174 INFO skip step because feature "stress" is not enabled
45492026-03-01T00:45:46.059Z[ recovery-image] Mar 01 00:45:46.174 INFO O| Mar 01 00:45:46.174 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45502026-03-01T00:45:46.059Z[ recovery-image] Mar 01 00:45:46.174 INFO O| Mar 01 00:45:46.174 INFO skip step because feature "compliance" is not enabled
45512026-03-01T00:45:46.059Z[ recovery-image] Mar 01 00:45:46.174 INFO O| Mar 01 00:45:46.174 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45522026-03-01T00:45:46.059Z[ recovery-image] Mar 01 00:45:46.174 INFO O| Mar 01 00:45:46.174 INFO skip step because feature "nfs" is not enabled
45532026-03-01T00:45:46.059Z[ recovery-image] Mar 01 00:45:46.174 INFO O| Mar 01 00:45:46.174 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45542026-03-01T00:45:46.059Z[ recovery-image] Mar 01 00:45:46.174 INFO O| Mar 01 00:45:46.174 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45552026-03-01T00:45:46.059Z[ recovery-image] Mar 01 00:45:46.195 INFO O| Mar 01 00:45:46.195 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45562026-03-01T00:45:46.131Z[ recovery-image] Mar 01 00:45:46.271 INFO O| Mar 01 00:45:46.271 INFO completed processing sled/ramdisk-01-os
45572026-03-01T00:45:46.155Z[ recovery-image] Mar 01 00:45:46.282 INFO image builder template: ramdisk-02-trim...
45582026-03-01T00:45:46.156Z[ recovery-image] Mar 01 00:45:46.283 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/.tmpCa7auJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45592026-03-01T00:45:46.180Z[ recovery-image] Mar 01 00:45:46.316 INFO O| Mar 01 00:45:46.315 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45602026-03-01T00:45:46.204Z[ recovery-image] Mar 01 00:45:46.322 INFO O| Mar 01 00:45:46.322 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45612026-03-01T00:45:46.229Z[ recovery-image] Mar 01 00:45:46.351 INFO O| Mar 01 00:45:46.351 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45622026-03-01T00:45:46.253Z[ recovery-image] Mar 01 00:45:46.379 INFO O| Mar 01 00:45:46.379 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45632026-03-01T00:45:46.254Z[ recovery-image] Mar 01 00:45:46.379 INFO O| Mar 01 00:45:46.379 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45642026-03-01T00:45:46.254Z[ recovery-image] Mar 01 00:45:46.385 INFO O| Mar 01 00:45:46.385 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45652026-03-01T00:45:46.254Z[ recovery-image] Mar 01 00:45:46.389 INFO O| Mar 01 00:45:46.389 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45662026-03-01T00:45:46.278Z[ recovery-image] Mar 01 00:45:46.397 INFO O| Mar 01 00:45:46.397 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45672026-03-01T00:45:46.502Z[ recovery-image] Mar 01 00:45:46.642 INFO O| Mar 01 00:45:46.642 INFO rolled back to input snapshot; work may begin
45682026-03-01T00:45:46.502Z[ recovery-image] Mar 01 00:45:46.642 INFO O| Mar 01 00:45:46.642 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45692026-03-01T00:45:46.527Z[ recovery-image] Mar 01 00:45:46.650 INFO O| Mar 01 00:45:46.650 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45702026-03-01T00:45:46.551Z[ recovery-image] Mar 01 00:45:46.667 INFO O| Mar 01 00:45:46.667 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45712026-03-01T00:45:46.585Z[ recovery-image] Mar 01 00:45:46.725 INFO O| Mar 01 00:45:46.725 INFO STEP 0 (remove_files) COMPLETE
45722026-03-01T00:45:46.585Z[ recovery-image] Mar 01 00:45:46.725 INFO O| Mar 01 00:45:46.725 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45732026-03-01T00:45:46.610Z[ recovery-image] Mar 01 00:45:46.738 INFO O| Mar 01 00:45:46.738 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45742026-03-01T00:45:46.610Z[ recovery-image] Mar 01 00:45:46.741 INFO O| Mar 01 00:45:46.741 INFO STEP 1 (remove_files) COMPLETE
45752026-03-01T00:45:46.610Z[ recovery-image] Mar 01 00:45:46.741 INFO O| Mar 01 00:45:46.741 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45762026-03-01T00:45:46.634Z[ recovery-image] Mar 01 00:45:46.752 INFO O| Mar 01 00:45:46.752 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45772026-03-01T00:45:46.634Z[ recovery-image] Mar 01 00:45:46.767 INFO O| Mar 01 00:45:46.767 INFO STEP 2 (remove_files) COMPLETE
45782026-03-01T00:45:46.634Z[ recovery-image] Mar 01 00:45:46.767 INFO O| Mar 01 00:45:46.767 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45792026-03-01T00:45:46.659Z[ recovery-image] Mar 01 00:45:46.778 INFO O| Mar 01 00:45:46.778 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45802026-03-01T00:45:46.659Z[ recovery-image] Mar 01 00:45:46.780 INFO O| Mar 01 00:45:46.780 INFO STEP 3 (remove_files) COMPLETE
45812026-03-01T00:45:46.659Z[ recovery-image] Mar 01 00:45:46.780 INFO O| Mar 01 00:45:46.780 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822026-03-01T00:45:46.659Z[ recovery-image] Mar 01 00:45:46.791 INFO O| Mar 01 00:45:46.791 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45832026-03-01T00:45:46.659Z[ recovery-image] Mar 01 00:45:46.795 INFO O| Mar 01 00:45:46.795 INFO STEP 4 (remove_files) COMPLETE
45842026-03-01T00:45:46.659Z[ recovery-image] Mar 01 00:45:46.795 INFO O| Mar 01 00:45:46.795 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852026-03-01T00:45:46.683Z[ recovery-image] Mar 01 00:45:46.805 INFO O| Mar 01 00:45:46.805 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45862026-03-01T00:45:46.683Z[ recovery-image] Mar 01 00:45:46.806 INFO O| Mar 01 00:45:46.805 INFO STEP 5 (remove_files) COMPLETE
45872026-03-01T00:45:46.683Z[ recovery-image] Mar 01 00:45:46.806 INFO O| Mar 01 00:45:46.806 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882026-03-01T00:45:46.683Z[ recovery-image] Mar 01 00:45:46.816 INFO O| Mar 01 00:45:46.816 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45892026-03-01T00:45:46.708Z[ recovery-image] Mar 01 00:45:46.830 INFO O| Mar 01 00:45:46.829 INFO STEP 6 (remove_files) COMPLETE
45902026-03-01T00:45:46.708Z[ recovery-image] Mar 01 00:45:46.830 INFO O| Mar 01 00:45:46.830 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912026-03-01T00:45:46.708Z[ recovery-image] Mar 01 00:45:46.830 INFO O| Mar 01 00:45:46.830 INFO skip step because feature "recovery" is enabled
45922026-03-01T00:45:46.708Z[ recovery-image] Mar 01 00:45:46.830 INFO O| Mar 01 00:45:46.830 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45932026-03-01T00:45:46.708Z[ recovery-image] Mar 01 00:45:46.830 INFO O| Mar 01 00:45:46.830 INFO skip step because feature "recovery" is enabled
45942026-03-01T00:45:46.708Z[ recovery-image] Mar 01 00:45:46.830 INFO O| Mar 01 00:45:46.830 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45952026-03-01T00:45:46.708Z[ recovery-image] Mar 01 00:45:46.830 INFO O| Mar 01 00:45:46.830 INFO skip step because feature "recovery" is enabled
45962026-03-01T00:45:46.708Z[ recovery-image] Mar 01 00:45:46.830 INFO O| Mar 01 00:45:46.830 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972026-03-01T00:45:46.708Z[ recovery-image] Mar 01 00:45:46.840 INFO O| Mar 01 00:45:46.840 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45982026-03-01T00:45:46.708Z[ recovery-image] Mar 01 00:45:46.844 INFO O| Mar 01 00:45:46.844 INFO STEP 10 (remove_files) COMPLETE
45992026-03-01T00:45:46.708Z[ recovery-image] Mar 01 00:45:46.844 INFO O| Mar 01 00:45:46.844 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002026-03-01T00:45:46.733Z[ recovery-image] Mar 01 00:45:46.855 INFO O| Mar 01 00:45:46.855 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46012026-03-01T00:45:46.733Z[ recovery-image] Mar 01 00:45:46.856 INFO O| Mar 01 00:45:46.856 INFO STEP 11 (remove_files) COMPLETE
46022026-03-01T00:45:46.733Z[ recovery-image] Mar 01 00:45:46.856 INFO O| Mar 01 00:45:46.856 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032026-03-01T00:45:46.733Z[ recovery-image] Mar 01 00:45:46.866 INFO O| Mar 01 00:45:46.866 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46042026-03-01T00:45:46.733Z[ recovery-image] Mar 01 00:45:46.868 INFO O| Mar 01 00:45:46.868 INFO STEP 12 (remove_files) COMPLETE
46052026-03-01T00:45:46.733Z[ recovery-image] Mar 01 00:45:46.868 INFO O| Mar 01 00:45:46.868 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062026-03-01T00:45:46.924Z[ recovery-image] Mar 01 00:45:47.064 INFO O| Mar 01 00:45:47.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46072026-03-01T00:45:46.948Z[ recovery-image] Mar 01 00:45:47.072 INFO O| Mar 01 00:45:47.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
46082026-03-01T00:45:46.948Z[ recovery-image] Mar 01 00:45:47.074 INFO O| Mar 01 00:45:47.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46092026-03-01T00:45:46.949Z[ recovery-image] Mar 01 00:45:47.078 INFO O| Mar 01 00:45:47.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
46102026-03-01T00:45:47.061Z[ recovery-image] Mar 01 00:45:47.201 INFO O| Mar 01 00:45:47.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
46112026-03-01T00:45:47.086Z[ recovery-image] Mar 01 00:45:47.208 INFO O| Mar 01 00:45:47.208 INFO STEP 13 (remove_files) COMPLETE
46122026-03-01T00:45:47.086Z[ recovery-image] Mar 01 00:45:47.208 INFO O| Mar 01 00:45:47.208 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46132026-03-01T00:45:47.086Z[ recovery-image] Mar 01 00:45:47.222 INFO O| Mar 01 00:45:47.222 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46142026-03-01T00:45:47.086Z[ recovery-image] Mar 01 00:45:47.224 INFO O| Mar 01 00:45:47.224 INFO STEP 14 (remove_files) COMPLETE
46152026-03-01T00:45:47.086Z[ recovery-image] Mar 01 00:45:47.224 INFO O| Mar 01 00:45:47.224 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46162026-03-01T00:45:47.110Z[ recovery-image] Mar 01 00:45:47.235 INFO O| Mar 01 00:45:47.235 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46172026-03-01T00:45:47.111Z[ recovery-image] Mar 01 00:45:47.243 INFO O| Mar 01 00:45:47.243 INFO STEP 15 (remove_files) COMPLETE
46182026-03-01T00:45:47.111Z[ recovery-image] Mar 01 00:45:47.243 INFO O| Mar 01 00:45:47.243 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192026-03-01T00:45:47.135Z[ recovery-image] Mar 01 00:45:47.254 INFO O| Mar 01 00:45:47.254 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46202026-03-01T00:45:47.135Z[ recovery-image] Mar 01 00:45:47.254 INFO O| Mar 01 00:45:47.254 INFO STEP 16 (remove_files) COMPLETE
46212026-03-01T00:45:47.135Z[ recovery-image] Mar 01 00:45:47.254 INFO O| Mar 01 00:45:47.254 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222026-03-01T00:45:47.135Z[ recovery-image] Mar 01 00:45:47.265 INFO O| Mar 01 00:45:47.265 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46232026-03-01T00:45:47.135Z[ recovery-image] Mar 01 00:45:47.266 INFO O| Mar 01 00:45:47.266 INFO STEP 17 (remove_files) COMPLETE
46242026-03-01T00:45:47.135Z[ recovery-image] Mar 01 00:45:47.266 INFO O| Mar 01 00:45:47.266 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46252026-03-01T00:45:47.161Z[ recovery-image] Mar 01 00:45:47.276 INFO O| Mar 01 00:45:47.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46262026-03-01T00:45:47.161Z[ recovery-image] Mar 01 00:45:47.277 INFO O| Mar 01 00:45:47.277 INFO STEP 18 (remove_files) COMPLETE
46272026-03-01T00:45:47.161Z[ recovery-image] Mar 01 00:45:47.277 INFO O| Mar 01 00:45:47.277 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46282026-03-01T00:45:47.161Z[ recovery-image] Mar 01 00:45:47.287 INFO O| Mar 01 00:45:47.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46292026-03-01T00:45:47.161Z[ recovery-image] Mar 01 00:45:47.287 INFO O| Mar 01 00:45:47.287 INFO STEP 19 (remove_files) COMPLETE
46302026-03-01T00:45:47.161Z[ recovery-image] Mar 01 00:45:47.287 INFO O| Mar 01 00:45:47.287 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312026-03-01T00:45:47.161Z[ recovery-image] Mar 01 00:45:47.297 INFO O| Mar 01 00:45:47.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46322026-03-01T00:45:47.161Z[ recovery-image] Mar 01 00:45:47.297 INFO O| Mar 01 00:45:47.297 INFO STEP 20 (remove_files) COMPLETE
46332026-03-01T00:45:47.161Z[ recovery-image] Mar 01 00:45:47.297 INFO O| Mar 01 00:45:47.297 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342026-03-01T00:45:47.185Z[ recovery-image] Mar 01 00:45:47.307 INFO O| Mar 01 00:45:47.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46352026-03-01T00:45:47.186Z[ recovery-image] Mar 01 00:45:47.307 INFO O| Mar 01 00:45:47.307 INFO STEP 21 (remove_files) COMPLETE
46362026-03-01T00:45:47.186Z[ recovery-image] Mar 01 00:45:47.307 INFO O| Mar 01 00:45:47.307 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372026-03-01T00:45:47.186Z[ recovery-image] Mar 01 00:45:47.317 INFO O| Mar 01 00:45:47.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46382026-03-01T00:45:47.186Z[ recovery-image] Mar 01 00:45:47.317 INFO O| Mar 01 00:45:47.317 INFO STEP 22 (remove_files) COMPLETE
46392026-03-01T00:45:47.186Z[ recovery-image] Mar 01 00:45:47.317 INFO O| Mar 01 00:45:47.317 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402026-03-01T00:45:47.210Z[ recovery-image] Mar 01 00:45:47.327 INFO O| Mar 01 00:45:47.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46412026-03-01T00:45:47.210Z[ recovery-image] Mar 01 00:45:47.327 INFO O| Mar 01 00:45:47.327 INFO STEP 23 (remove_files) COMPLETE
46422026-03-01T00:45:47.210Z[ recovery-image] Mar 01 00:45:47.327 INFO O| Mar 01 00:45:47.327 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432026-03-01T00:45:47.210Z[ recovery-image] Mar 01 00:45:47.337 INFO O| Mar 01 00:45:47.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46442026-03-01T00:45:47.210Z[ recovery-image] Mar 01 00:45:47.337 INFO O| Mar 01 00:45:47.337 INFO STEP 24 (remove_files) COMPLETE
46452026-03-01T00:45:47.210Z[ recovery-image] Mar 01 00:45:47.337 INFO O| Mar 01 00:45:47.337 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-03-01T00:45:47.210Z[ recovery-image] Mar 01 00:45:47.347 INFO O| Mar 01 00:45:47.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46472026-03-01T00:45:47.210Z[ recovery-image] Mar 01 00:45:47.347 INFO O| Mar 01 00:45:47.347 INFO STEP 25 (remove_files) COMPLETE
46482026-03-01T00:45:47.210Z[ recovery-image] Mar 01 00:45:47.347 INFO O| Mar 01 00:45:47.347 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-03-01T00:45:47.235Z[ recovery-image] Mar 01 00:45:47.357 INFO O| Mar 01 00:45:47.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46502026-03-01T00:45:47.235Z[ recovery-image] Mar 01 00:45:47.357 INFO O| Mar 01 00:45:47.357 INFO STEP 26 (remove_files) COMPLETE
46512026-03-01T00:45:47.235Z[ recovery-image] Mar 01 00:45:47.357 INFO O| Mar 01 00:45:47.357 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-03-01T00:45:47.235Z[ recovery-image] Mar 01 00:45:47.367 INFO O| Mar 01 00:45:47.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46532026-03-01T00:45:47.235Z[ recovery-image] Mar 01 00:45:47.367 INFO O| Mar 01 00:45:47.367 INFO STEP 27 (remove_files) COMPLETE
46542026-03-01T00:45:47.235Z[ recovery-image] Mar 01 00:45:47.367 INFO O| Mar 01 00:45:47.367 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-03-01T00:45:47.260Z[ recovery-image] Mar 01 00:45:47.377 INFO O| Mar 01 00:45:47.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46562026-03-01T00:45:47.260Z[ recovery-image] Mar 01 00:45:47.377 INFO O| Mar 01 00:45:47.377 INFO STEP 28 (remove_files) COMPLETE
46572026-03-01T00:45:47.260Z[ recovery-image] Mar 01 00:45:47.377 INFO O| Mar 01 00:45:47.377 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-03-01T00:45:47.260Z[ recovery-image] Mar 01 00:45:47.387 INFO O| Mar 01 00:45:47.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46592026-03-01T00:45:47.260Z[ recovery-image] Mar 01 00:45:47.387 INFO O| Mar 01 00:45:47.387 INFO STEP 29 (remove_files) COMPLETE
46602026-03-01T00:45:47.260Z[ recovery-image] Mar 01 00:45:47.387 INFO O| Mar 01 00:45:47.387 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-03-01T00:45:47.260Z[ recovery-image] Mar 01 00:45:47.397 INFO O| Mar 01 00:45:47.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46622026-03-01T00:45:47.260Z[ recovery-image] Mar 01 00:45:47.397 INFO O| Mar 01 00:45:47.397 INFO STEP 30 (remove_files) COMPLETE
46632026-03-01T00:45:47.260Z[ recovery-image] Mar 01 00:45:47.397 INFO O| Mar 01 00:45:47.397 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-03-01T00:45:47.284Z[ recovery-image] Mar 01 00:45:47.407 INFO O| Mar 01 00:45:47.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46652026-03-01T00:45:47.284Z[ recovery-image] Mar 01 00:45:47.407 INFO O| Mar 01 00:45:47.407 INFO STEP 31 (remove_files) COMPLETE
46662026-03-01T00:45:47.285Z[ recovery-image] Mar 01 00:45:47.407 INFO O| Mar 01 00:45:47.407 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-03-01T00:45:47.285Z[ recovery-image] Mar 01 00:45:47.417 INFO O| Mar 01 00:45:47.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46682026-03-01T00:45:47.285Z[ recovery-image] Mar 01 00:45:47.417 INFO O| Mar 01 00:45:47.417 INFO STEP 32 (remove_files) COMPLETE
46692026-03-01T00:45:47.285Z[ recovery-image] Mar 01 00:45:47.417 INFO O| Mar 01 00:45:47.417 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-03-01T00:45:47.309Z[ recovery-image] Mar 01 00:45:47.427 INFO O| Mar 01 00:45:47.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46712026-03-01T00:45:47.309Z[ recovery-image] Mar 01 00:45:47.427 INFO O| Mar 01 00:45:47.427 INFO STEP 33 (remove_files) COMPLETE
46722026-03-01T00:45:47.309Z[ recovery-image] Mar 01 00:45:47.427 INFO O| Mar 01 00:45:47.427 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-03-01T00:45:47.309Z[ recovery-image] Mar 01 00:45:47.437 INFO O| Mar 01 00:45:47.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46742026-03-01T00:45:47.309Z[ recovery-image] Mar 01 00:45:47.437 INFO O| Mar 01 00:45:47.437 INFO STEP 34 (remove_files) COMPLETE
46752026-03-01T00:45:47.309Z[ recovery-image] Mar 01 00:45:47.437 INFO O| Mar 01 00:45:47.437 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-03-01T00:45:47.309Z[ recovery-image] Mar 01 00:45:47.447 INFO O| Mar 01 00:45:47.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46772026-03-01T00:45:47.309Z[ recovery-image] Mar 01 00:45:47.447 INFO O| Mar 01 00:45:47.447 INFO STEP 35 (remove_files) COMPLETE
46782026-03-01T00:45:47.309Z[ recovery-image] Mar 01 00:45:47.447 INFO O| Mar 01 00:45:47.447 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-03-01T00:45:47.334Z[ recovery-image] Mar 01 00:45:47.457 INFO O| Mar 01 00:45:47.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46802026-03-01T00:45:47.334Z[ recovery-image] Mar 01 00:45:47.457 INFO O| Mar 01 00:45:47.457 INFO STEP 36 (remove_files) COMPLETE
46812026-03-01T00:45:47.334Z[ recovery-image] Mar 01 00:45:47.457 INFO O| Mar 01 00:45:47.457 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822026-03-01T00:45:47.334Z[ recovery-image] Mar 01 00:45:47.467 INFO O| Mar 01 00:45:47.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46832026-03-01T00:45:47.334Z[ recovery-image] Mar 01 00:45:47.467 INFO O| Mar 01 00:45:47.467 INFO STEP 37 (remove_files) COMPLETE
46842026-03-01T00:45:47.334Z[ recovery-image] Mar 01 00:45:47.467 INFO O| Mar 01 00:45:47.467 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-03-01T00:45:47.358Z[ recovery-image] Mar 01 00:45:47.477 INFO O| Mar 01 00:45:47.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46862026-03-01T00:45:47.358Z[ recovery-image] Mar 01 00:45:47.477 INFO O| Mar 01 00:45:47.477 INFO STEP 38 (remove_files) COMPLETE
46872026-03-01T00:45:47.358Z[ recovery-image] Mar 01 00:45:47.477 INFO O| Mar 01 00:45:47.477 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882026-03-01T00:45:47.358Z[ recovery-image] Mar 01 00:45:47.487 INFO O| Mar 01 00:45:47.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46892026-03-01T00:45:47.358Z[ recovery-image] Mar 01 00:45:47.487 INFO O| Mar 01 00:45:47.487 INFO STEP 39 (remove_files) COMPLETE
46902026-03-01T00:45:47.358Z[ recovery-image] Mar 01 00:45:47.487 INFO O| Mar 01 00:45:47.487 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-03-01T00:45:47.359Z[ recovery-image] Mar 01 00:45:47.497 INFO O| Mar 01 00:45:47.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46922026-03-01T00:45:47.359Z[ recovery-image] Mar 01 00:45:47.497 INFO O| Mar 01 00:45:47.497 INFO STEP 40 (remove_files) COMPLETE
46932026-03-01T00:45:47.359Z[ recovery-image] Mar 01 00:45:47.497 INFO O| Mar 01 00:45:47.497 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-03-01T00:45:47.383Z[ recovery-image] Mar 01 00:45:47.507 INFO O| Mar 01 00:45:47.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46952026-03-01T00:45:47.383Z[ recovery-image] Mar 01 00:45:47.507 INFO O| Mar 01 00:45:47.507 INFO STEP 41 (remove_files) COMPLETE
46962026-03-01T00:45:47.383Z[ recovery-image] Mar 01 00:45:47.507 INFO O| Mar 01 00:45:47.507 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972026-03-01T00:45:47.383Z[ recovery-image] Mar 01 00:45:47.517 INFO O| Mar 01 00:45:47.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46982026-03-01T00:45:47.383Z[ recovery-image] Mar 01 00:45:47.517 INFO O| Mar 01 00:45:47.517 INFO STEP 42 (remove_files) COMPLETE
46992026-03-01T00:45:47.383Z[ recovery-image] Mar 01 00:45:47.517 INFO O| Mar 01 00:45:47.517 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002026-03-01T00:45:47.408Z[ recovery-image] Mar 01 00:45:47.527 INFO O| Mar 01 00:45:47.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47012026-03-01T00:45:47.408Z[ recovery-image] Mar 01 00:45:47.527 INFO O| Mar 01 00:45:47.527 INFO STEP 43 (remove_files) COMPLETE
47022026-03-01T00:45:47.408Z[ recovery-image] Mar 01 00:45:47.527 INFO O| Mar 01 00:45:47.527 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032026-03-01T00:45:47.408Z[ recovery-image] Mar 01 00:45:47.537 INFO O| Mar 01 00:45:47.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47042026-03-01T00:45:47.408Z[ recovery-image] Mar 01 00:45:47.537 INFO O| Mar 01 00:45:47.537 INFO STEP 44 (remove_files) COMPLETE
47052026-03-01T00:45:47.408Z[ recovery-image] Mar 01 00:45:47.537 INFO O| Mar 01 00:45:47.537 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062026-03-01T00:45:47.408Z[ recovery-image] Mar 01 00:45:47.547 INFO O| Mar 01 00:45:47.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47072026-03-01T00:45:47.408Z[ recovery-image] Mar 01 00:45:47.547 INFO O| Mar 01 00:45:47.547 INFO STEP 45 (remove_files) COMPLETE
47082026-03-01T00:45:47.408Z[ recovery-image] Mar 01 00:45:47.547 INFO O| Mar 01 00:45:47.547 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092026-03-01T00:45:47.433Z[ recovery-image] Mar 01 00:45:47.556 INFO O| Mar 01 00:45:47.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47102026-03-01T00:45:47.433Z[ recovery-image] Mar 01 00:45:47.557 INFO O| Mar 01 00:45:47.557 INFO STEP 46 (remove_files) COMPLETE
47112026-03-01T00:45:47.433Z[ recovery-image] Mar 01 00:45:47.557 INFO O| Mar 01 00:45:47.557 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122026-03-01T00:45:47.433Z[ recovery-image] Mar 01 00:45:47.567 INFO O| Mar 01 00:45:47.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47132026-03-01T00:45:47.433Z[ recovery-image] Mar 01 00:45:47.567 INFO O| Mar 01 00:45:47.567 INFO STEP 47 (remove_files) COMPLETE
47142026-03-01T00:45:47.433Z[ recovery-image] Mar 01 00:45:47.567 INFO O| Mar 01 00:45:47.567 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152026-03-01T00:45:47.457Z[ recovery-image] Mar 01 00:45:47.576 INFO O| Mar 01 00:45:47.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47162026-03-01T00:45:47.458Z[ recovery-image] Mar 01 00:45:47.577 INFO O| Mar 01 00:45:47.577 INFO STEP 48 (remove_files) COMPLETE
47172026-03-01T00:45:47.458Z[ recovery-image] Mar 01 00:45:47.577 INFO O| Mar 01 00:45:47.577 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182026-03-01T00:45:47.458Z[ recovery-image] Mar 01 00:45:47.586 INFO O| Mar 01 00:45:47.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47192026-03-01T00:45:47.458Z[ recovery-image] Mar 01 00:45:47.587 INFO O| Mar 01 00:45:47.587 INFO STEP 49 (remove_files) COMPLETE
47202026-03-01T00:45:47.458Z[ recovery-image] Mar 01 00:45:47.587 INFO O| Mar 01 00:45:47.587 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212026-03-01T00:45:47.458Z[ recovery-image] Mar 01 00:45:47.596 INFO O| Mar 01 00:45:47.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47222026-03-01T00:45:47.458Z[ recovery-image] Mar 01 00:45:47.596 INFO O| Mar 01 00:45:47.596 INFO STEP 50 (remove_files) COMPLETE
47232026-03-01T00:45:47.458Z[ recovery-image] Mar 01 00:45:47.596 INFO O| Mar 01 00:45:47.596 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242026-03-01T00:45:47.482Z[ recovery-image] Mar 01 00:45:47.606 INFO O| Mar 01 00:45:47.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47252026-03-01T00:45:47.482Z[ recovery-image] Mar 01 00:45:47.606 INFO O| Mar 01 00:45:47.606 INFO STEP 51 (remove_files) COMPLETE
47262026-03-01T00:45:47.482Z[ recovery-image] Mar 01 00:45:47.606 INFO O| Mar 01 00:45:47.606 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47272026-03-01T00:45:47.506Z[ recovery-image] Mar 01 00:45:47.623 INFO O| Mar 01 00:45:47.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47282026-03-01T00:45:47.506Z[ recovery-image] Mar 01 00:45:47.623 INFO O| Mar 01 00:45:47.623 INFO STEP 52 (remove_files) COMPLETE
47292026-03-01T00:45:47.506Z[ recovery-image] Mar 01 00:45:47.623 INFO O| Mar 01 00:45:47.623 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47302026-03-01T00:45:47.531Z[ recovery-image] Mar 01 00:45:47.656 INFO O| Mar 01 00:45:47.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47312026-03-01T00:45:47.531Z[ recovery-image] Mar 01 00:45:47.657 INFO O| Mar 01 00:45:47.656 INFO STEP 53 (remove_files) COMPLETE
47322026-03-01T00:45:47.531Z[ recovery-image] Mar 01 00:45:47.657 INFO O| Mar 01 00:45:47.657 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47332026-03-01T00:45:47.531Z[ recovery-image] Mar 01 00:45:47.671 INFO O| Mar 01 00:45:47.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47342026-03-01T00:45:47.531Z[ recovery-image] Mar 01 00:45:47.671 INFO O| Mar 01 00:45:47.671 INFO STEP 54 (remove_files) COMPLETE
47352026-03-01T00:45:47.531Z[ recovery-image] Mar 01 00:45:47.671 INFO O| Mar 01 00:45:47.671 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47362026-03-01T00:45:47.556Z[ recovery-image] Mar 01 00:45:47.684 INFO O| Mar 01 00:45:47.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47372026-03-01T00:45:47.556Z[ recovery-image] Mar 01 00:45:47.684 INFO O| Mar 01 00:45:47.684 INFO STEP 55 (remove_files) COMPLETE
47382026-03-01T00:45:47.556Z[ recovery-image] Mar 01 00:45:47.684 INFO O| Mar 01 00:45:47.684 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47392026-03-01T00:45:47.556Z[ recovery-image] Mar 01 00:45:47.696 INFO O| Mar 01 00:45:47.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47402026-03-01T00:45:47.556Z[ recovery-image] Mar 01 00:45:47.696 INFO O| Mar 01 00:45:47.696 INFO STEP 56 (remove_files) COMPLETE
47412026-03-01T00:45:47.556Z[ recovery-image] Mar 01 00:45:47.696 INFO O| Mar 01 00:45:47.696 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422026-03-01T00:45:47.580Z[ recovery-image] Mar 01 00:45:47.706 INFO O| Mar 01 00:45:47.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47432026-03-01T00:45:47.580Z[ recovery-image] Mar 01 00:45:47.706 INFO O| Mar 01 00:45:47.706 INFO STEP 57 (remove_files) COMPLETE
47442026-03-01T00:45:47.580Z[ recovery-image] Mar 01 00:45:47.706 INFO O| Mar 01 00:45:47.706 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47452026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.725 INFO O| Mar 01 00:45:47.725 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47462026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.725 INFO O| Mar 01 00:45:47.725 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47472026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.725 INFO O| Mar 01 00:45:47.725 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47482026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.725 INFO O| Mar 01 00:45:47.725 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47492026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.726 INFO O| Mar 01 00:45:47.725 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47502026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.726 INFO O| Mar 01 00:45:47.726 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47512026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.726 INFO O| Mar 01 00:45:47.726 INFO ok!
47522026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.726 INFO O| Mar 01 00:45:47.726 INFO STEP 58 (ensure_file) COMPLETE
47532026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.726 INFO O| Mar 01 00:45:47.726 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47542026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.740 INFO O| Mar 01 00:45:47.740 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47552026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.740 INFO O| Mar 01 00:45:47.740 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47562026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.741 INFO O| Mar 01 00:45:47.741 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47572026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.741 INFO O| Mar 01 00:45:47.741 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47582026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.741 INFO O| Mar 01 00:45:47.741 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47592026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.741 INFO O| Mar 01 00:45:47.741 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47602026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.741 INFO O| Mar 01 00:45:47.741 INFO ok!
47612026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.741 INFO O| Mar 01 00:45:47.741 INFO STEP 59 (ensure_file) COMPLETE
47622026-03-01T00:45:47.605Z[ recovery-image] Mar 01 00:45:47.741 INFO O| Mar 01 00:45:47.741 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47632026-03-01T00:45:47.639Z[ recovery-image] Mar 01 00:45:47.753 INFO O| Mar 01 00:45:47.753 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47642026-03-01T00:45:47.639Z[ recovery-image] Mar 01 00:45:47.753 INFO O| Mar 01 00:45:47.753 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47652026-03-01T00:45:47.639Z[ recovery-image] Mar 01 00:45:47.753 INFO O| Mar 01 00:45:47.753 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47662026-03-01T00:45:47.639Z[ recovery-image] Mar 01 00:45:47.753 INFO O| Mar 01 00:45:47.753 INFO ok!
47672026-03-01T00:45:47.639Z[ recovery-image] Mar 01 00:45:47.753 INFO O| Mar 01 00:45:47.753 INFO STEP 60 (ensure_file) COMPLETE
47682026-03-01T00:45:47.639Z[ recovery-image] Mar 01 00:45:47.753 INFO O| Mar 01 00:45:47.753 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47692026-03-01T00:45:47.639Z[ recovery-image] Mar 01 00:45:47.768 INFO O| Mar 01 00:45:47.768 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47702026-03-01T00:45:47.639Z[ recovery-image] Mar 01 00:45:47.768 INFO O| Mar 01 00:45:47.768 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47712026-03-01T00:45:47.639Z[ recovery-image] Mar 01 00:45:47.768 INFO O| Mar 01 00:45:47.768 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47722026-03-01T00:45:47.640Z[ recovery-image] Mar 01 00:45:47.768 INFO O| Mar 01 00:45:47.768 INFO ok!
47732026-03-01T00:45:47.640Z[ recovery-image] Mar 01 00:45:47.768 INFO O| Mar 01 00:45:47.768 INFO STEP 61 (ensure_file) COMPLETE
47742026-03-01T00:45:47.640Z[ recovery-image] Mar 01 00:45:47.768 INFO O| Mar 01 00:45:47.768 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47752026-03-01T00:45:47.665Z[ recovery-image] Mar 01 00:45:47.782 INFO O| Mar 01 00:45:47.782 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47762026-03-01T00:45:47.665Z[ recovery-image] Mar 01 00:45:47.782 INFO O| Mar 01 00:45:47.782 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47772026-03-01T00:45:47.665Z[ recovery-image] Mar 01 00:45:47.782 INFO O| Mar 01 00:45:47.782 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47782026-03-01T00:45:47.665Z[ recovery-image] Mar 01 00:45:47.782 INFO O| Mar 01 00:45:47.782 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47792026-03-01T00:45:47.665Z[ recovery-image] Mar 01 00:45:47.782 INFO O| Mar 01 00:45:47.782 INFO ok!
47802026-03-01T00:45:47.666Z[ recovery-image] Mar 01 00:45:47.782 INFO O| Mar 01 00:45:47.782 INFO STEP 62 (ensure_file) COMPLETE
47812026-03-01T00:45:47.666Z[ recovery-image] Mar 01 00:45:47.782 INFO O| Mar 01 00:45:47.782 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47822026-03-01T00:45:47.666Z[ recovery-image] Mar 01 00:45:47.796 INFO O| Mar 01 00:45:47.796 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47832026-03-01T00:45:47.666Z[ recovery-image] Mar 01 00:45:47.796 INFO O| Mar 01 00:45:47.796 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47842026-03-01T00:45:47.666Z[ recovery-image] Mar 01 00:45:47.796 INFO O| Mar 01 00:45:47.796 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47852026-03-01T00:45:47.666Z[ recovery-image] Mar 01 00:45:47.796 INFO O| Mar 01 00:45:47.796 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47862026-03-01T00:45:47.666Z[ recovery-image] Mar 01 00:45:47.796 INFO O| Mar 01 00:45:47.796 INFO ok!
47872026-03-01T00:45:47.666Z[ recovery-image] Mar 01 00:45:47.796 INFO O| Mar 01 00:45:47.796 INFO STEP 63 (ensure_file) COMPLETE
47882026-03-01T00:45:47.666Z[ recovery-image] Mar 01 00:45:47.796 INFO O| Mar 01 00:45:47.796 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47892026-03-01T00:45:47.690Z[ recovery-image] Mar 01 00:45:47.807 INFO O| Mar 01 00:45:47.807 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47902026-03-01T00:45:47.690Z[ recovery-image] Mar 01 00:45:47.807 INFO O| Mar 01 00:45:47.807 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47912026-03-01T00:45:47.690Z[ recovery-image] Mar 01 00:45:47.808 INFO O| Mar 01 00:45:47.808 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47922026-03-01T00:45:47.690Z[ recovery-image] Mar 01 00:45:47.808 INFO O| Mar 01 00:45:47.808 INFO ok!
47932026-03-01T00:45:47.690Z[ recovery-image] Mar 01 00:45:47.808 INFO O| Mar 01 00:45:47.808 INFO STEP 64 (assemble_files) COMPLETE
47942026-03-01T00:45:47.690Z[ recovery-image] Mar 01 00:45:47.808 INFO O| Mar 01 00:45:47.808 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47952026-03-01T00:45:47.691Z[ recovery-image] Mar 01 00:45:47.819 INFO O| Mar 01 00:45:47.819 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47962026-03-01T00:45:47.691Z[ recovery-image] Mar 01 00:45:47.819 INFO O| Mar 01 00:45:47.819 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47972026-03-01T00:45:47.691Z[ recovery-image] Mar 01 00:45:47.819 INFO O| Mar 01 00:45:47.819 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47982026-03-01T00:45:47.691Z[ recovery-image] Mar 01 00:45:47.819 INFO O| Mar 01 00:45:47.819 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47992026-03-01T00:45:47.691Z[ recovery-image] Mar 01 00:45:47.819 INFO O| Mar 01 00:45:47.819 INFO ok!
48002026-03-01T00:45:47.691Z[ recovery-image] Mar 01 00:45:47.819 INFO O| Mar 01 00:45:47.819 INFO STEP 65 (ensure_file) COMPLETE
48012026-03-01T00:45:47.691Z[ recovery-image] Mar 01 00:45:47.819 INFO O| Mar 01 00:45:47.819 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48022026-03-01T00:45:47.691Z[ recovery-image] Mar 01 00:45:47.819 INFO O| Mar 01 00:45:47.819 INFO skip step because feature "omicron1" is not enabled
48032026-03-01T00:45:47.691Z[ recovery-image] Mar 01 00:45:47.819 INFO O| Mar 01 00:45:47.819 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48042026-03-01T00:45:47.691Z[ recovery-image] Mar 01 00:45:47.819 INFO O| Mar 01 00:45:47.819 INFO skip step because feature "omicron1" is not enabled
48052026-03-01T00:45:47.691Z[ recovery-image] Mar 01 00:45:47.819 INFO O| Mar 01 00:45:47.819 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48062026-03-01T00:45:47.691Z[ recovery-image] Mar 01 00:45:47.819 INFO O| Mar 01 00:45:47.819 INFO skip step because feature "omicron1" is not enabled
48072026-03-01T00:45:47.691Z[ recovery-image] Mar 01 00:45:47.819 INFO O| Mar 01 00:45:47.819 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48082026-03-01T00:45:47.715Z[ recovery-image] Mar 01 00:45:47.839 INFO O| Mar 01 00:45:47.839 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48092026-03-01T00:45:47.715Z[ recovery-image] Mar 01 00:45:47.839 INFO O| Mar 01 00:45:47.839 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48102026-03-01T00:45:50.551Z[ recovery-image] Mar 01 00:45:50.691 INFO O| Mar 01 00:45:50.691 INFO STEP 69 (pack_tar) COMPLETE
48112026-03-01T00:45:50.551Z[ recovery-image] Mar 01 00:45:50.691 INFO O| Mar 01 00:45:50.691 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48122026-03-01T00:45:50.576Z[ recovery-image] Mar 01 00:45:50.691 INFO O| Mar 01 00:45:50.691 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48132026-03-01T00:45:50.646Z[ recovery-image] Mar 01 00:45:50.786 INFO O| Mar 01 00:45:50.786 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48142026-03-01T00:45:50.694Z[ recovery-image] Mar 01 00:45:50.835 INFO O| Mar 01 00:45:50.835 INFO completed processing sled/ramdisk-02-trim
48152026-03-01T00:45:50.719Z[ recovery-image] Mar 01 00:45:50.839 INFO image builder template: ramdisk-03-recovery-trim...
48162026-03-01T00:45:50.719Z[ recovery-image] Mar 01 00:45:50.839 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/.tmpCa7auJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
48172026-03-01T00:45:50.855Z[ recovery-image] Mar 01 00:45:50.995 INFO O| Mar 01 00:45:50.995 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48182026-03-01T00:45:50.879Z[ recovery-image] Mar 01 00:45:51.000 INFO O| Mar 01 00:45:51.000 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48192026-03-01T00:45:50.912Z[ recovery-image] Mar 01 00:45:51.052 INFO O| Mar 01 00:45:51.052 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48202026-03-01T00:45:50.963Z[ recovery-image] Mar 01 00:45:51.103 INFO O| Mar 01 00:45:51.103 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48212026-03-01T00:45:50.963Z[ recovery-image] Mar 01 00:45:51.103 INFO O| Mar 01 00:45:51.103 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48222026-03-01T00:45:50.987Z[ recovery-image] Mar 01 00:45:51.111 INFO O| Mar 01 00:45:51.111 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48232026-03-01T00:45:50.987Z[ recovery-image] Mar 01 00:45:51.116 INFO O| Mar 01 00:45:51.116 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48242026-03-01T00:45:50.987Z[ recovery-image] Mar 01 00:45:51.121 INFO O| Mar 01 00:45:51.121 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48252026-03-01T00:45:51.222Z[ host-image] Mar 01 00:45:51.362 INFO O| Mar 01 00:45:51.362 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
48262026-03-01T00:45:51.288Z[ recovery-image] Mar 01 00:45:51.428 INFO O| Mar 01 00:45:51.428 INFO rolled back to input snapshot; work may begin
48272026-03-01T00:45:51.288Z[ recovery-image] Mar 01 00:45:51.428 INFO O| Mar 01 00:45:51.428 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48282026-03-01T00:45:51.335Z[ recovery-image] Mar 01 00:45:51.475 INFO O| Mar 01 00:45:51.475 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292026-03-01T00:45:51.390Z[ recovery-image] Mar 01 00:45:51.531 INFO O| Mar 01 00:45:51.530 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48302026-03-01T00:45:51.458Z[ recovery-image] Mar 01 00:45:51.598 INFO O| Mar 01 00:45:51.598 INFO STEP 0 (remove_files) COMPLETE
48312026-03-01T00:45:51.458Z[ recovery-image] Mar 01 00:45:51.598 INFO O| Mar 01 00:45:51.598 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322026-03-01T00:45:51.482Z[ recovery-image] Mar 01 00:45:51.616 INFO O| Mar 01 00:45:51.616 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48332026-03-01T00:45:51.584Z[ recovery-image] Mar 01 00:45:51.724 INFO O| Mar 01 00:45:51.724 INFO STEP 1 (remove_files) COMPLETE
48342026-03-01T00:45:51.584Z[ recovery-image] Mar 01 00:45:51.724 INFO O| Mar 01 00:45:51.724 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352026-03-01T00:45:51.609Z[ recovery-image] Mar 01 00:45:51.739 INFO O| Mar 01 00:45:51.739 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48362026-03-01T00:45:51.609Z[ recovery-image] Mar 01 00:45:51.741 INFO O| Mar 01 00:45:51.740 INFO STEP 2 (remove_files) COMPLETE
48372026-03-01T00:45:51.609Z[ recovery-image] Mar 01 00:45:51.741 INFO O| Mar 01 00:45:51.741 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382026-03-01T00:45:51.633Z[ recovery-image] Mar 01 00:45:51.750 INFO O| Mar 01 00:45:51.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48392026-03-01T00:45:51.684Z[ recovery-image] Mar 01 00:45:51.824 INFO O| Mar 01 00:45:51.824 INFO STEP 3 (remove_files) COMPLETE
48402026-03-01T00:45:51.684Z[ recovery-image] Mar 01 00:45:51.824 INFO O| Mar 01 00:45:51.824 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412026-03-01T00:45:51.708Z[ recovery-image] Mar 01 00:45:51.838 INFO O| Mar 01 00:45:51.838 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48422026-03-01T00:45:51.924Z[ recovery-image] Mar 01 00:45:52.064 INFO O| Mar 01 00:45:52.064 INFO STEP 4 (remove_files) COMPLETE
48432026-03-01T00:45:51.924Z[ recovery-image] Mar 01 00:45:52.064 INFO O| Mar 01 00:45:52.064 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442026-03-01T00:45:51.949Z[ recovery-image] Mar 01 00:45:52.080 INFO O| Mar 01 00:45:52.080 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48452026-03-01T00:45:51.949Z[ recovery-image] Mar 01 00:45:52.082 INFO O| Mar 01 00:45:52.082 INFO STEP 5 (remove_files) COMPLETE
48462026-03-01T00:45:51.949Z[ recovery-image] Mar 01 00:45:52.082 INFO O| Mar 01 00:45:52.082 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472026-03-01T00:45:51.973Z[ recovery-image] Mar 01 00:45:52.094 INFO O| Mar 01 00:45:52.094 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48482026-03-01T00:45:51.973Z[ recovery-image] Mar 01 00:45:52.096 INFO O| Mar 01 00:45:52.095 INFO STEP 6 (remove_files) COMPLETE
48492026-03-01T00:45:51.974Z[ recovery-image] Mar 01 00:45:52.096 INFO O| Mar 01 00:45:52.095 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502026-03-01T00:45:51.974Z[ recovery-image] Mar 01 00:45:52.106 INFO O| Mar 01 00:45:52.106 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48512026-03-01T00:45:51.974Z[ recovery-image] Mar 01 00:45:52.109 INFO O| Mar 01 00:45:52.109 INFO STEP 7 (remove_files) COMPLETE
48522026-03-01T00:45:51.974Z[ recovery-image] Mar 01 00:45:52.109 INFO O| Mar 01 00:45:52.109 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532026-03-01T00:45:51.998Z[ recovery-image] Mar 01 00:45:52.120 INFO O| Mar 01 00:45:52.120 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48542026-03-01T00:45:51.998Z[ recovery-image] Mar 01 00:45:52.120 INFO O| Mar 01 00:45:52.120 INFO STEP 8 (remove_files) COMPLETE
48552026-03-01T00:45:51.998Z[ recovery-image] Mar 01 00:45:52.120 INFO O| Mar 01 00:45:52.120 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562026-03-01T00:45:52.023Z[ recovery-image] Mar 01 00:45:52.142 INFO O| Mar 01 00:45:52.142 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48572026-03-01T00:45:52.023Z[ recovery-image] Mar 01 00:45:52.143 INFO O| Mar 01 00:45:52.143 INFO STEP 9 (remove_files) COMPLETE
48582026-03-01T00:45:52.023Z[ recovery-image] Mar 01 00:45:52.143 INFO O| Mar 01 00:45:52.143 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592026-03-01T00:45:52.023Z[ recovery-image] Mar 01 00:45:52.157 INFO O| Mar 01 00:45:52.157 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48602026-03-01T00:45:52.331Z[ recovery-image] Mar 01 00:45:52.471 INFO O| Mar 01 00:45:52.471 INFO STEP 10 (remove_files) COMPLETE
48612026-03-01T00:45:52.331Z[ recovery-image] Mar 01 00:45:52.471 INFO O| Mar 01 00:45:52.471 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622026-03-01T00:45:52.356Z[ recovery-image] Mar 01 00:45:52.485 INFO O| Mar 01 00:45:52.485 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48632026-03-01T00:45:52.356Z[ recovery-image] Mar 01 00:45:52.487 INFO O| Mar 01 00:45:52.487 INFO STEP 11 (remove_files) COMPLETE
48642026-03-01T00:45:52.356Z[ recovery-image] Mar 01 00:45:52.487 INFO O| Mar 01 00:45:52.487 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652026-03-01T00:45:52.382Z[ recovery-image] Mar 01 00:45:52.523 INFO O| Mar 01 00:45:52.523 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48662026-03-01T00:45:52.407Z[ recovery-image] Mar 01 00:45:52.544 INFO O| Mar 01 00:45:52.544 INFO STEP 12 (remove_files) COMPLETE
48672026-03-01T00:45:52.407Z[ recovery-image] Mar 01 00:45:52.544 INFO O| Mar 01 00:45:52.544 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682026-03-01T00:45:52.432Z[ recovery-image] Mar 01 00:45:52.556 INFO O| Mar 01 00:45:52.556 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48692026-03-01T00:45:52.456Z[ recovery-image] Mar 01 00:45:52.581 INFO O| Mar 01 00:45:52.581 INFO STEP 13 (remove_files) COMPLETE
48702026-03-01T00:45:52.456Z[ recovery-image] Mar 01 00:45:52.581 INFO O| Mar 01 00:45:52.581 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712026-03-01T00:45:52.456Z[ recovery-image] Mar 01 00:45:52.592 INFO O| Mar 01 00:45:52.592 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48722026-03-01T00:45:52.456Z[ recovery-image] Mar 01 00:45:52.593 INFO O| Mar 01 00:45:52.593 INFO STEP 14 (remove_files) COMPLETE
48732026-03-01T00:45:52.456Z[ recovery-image] Mar 01 00:45:52.593 INFO O| Mar 01 00:45:52.593 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742026-03-01T00:45:52.480Z[ recovery-image] Mar 01 00:45:52.603 INFO O| Mar 01 00:45:52.603 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48752026-03-01T00:45:52.480Z[ recovery-image] Mar 01 00:45:52.609 INFO O| Mar 01 00:45:52.609 INFO STEP 15 (remove_files) COMPLETE
48762026-03-01T00:45:52.480Z[ recovery-image] Mar 01 00:45:52.609 INFO O| Mar 01 00:45:52.609 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772026-03-01T00:45:52.510Z[ recovery-image] Mar 01 00:45:52.651 INFO O| Mar 01 00:45:52.650 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48782026-03-01T00:45:52.510Z[ recovery-image] Mar 01 00:45:52.651 INFO O| Mar 01 00:45:52.651 INFO STEP 16 (remove_files) COMPLETE
48792026-03-01T00:45:52.535Z[ recovery-image] Mar 01 00:45:52.651 INFO O| Mar 01 00:45:52.651 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802026-03-01T00:45:52.535Z[ recovery-image] Mar 01 00:45:52.663 INFO O| Mar 01 00:45:52.663 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48812026-03-01T00:45:52.535Z[ recovery-image] Mar 01 00:45:52.664 INFO O| Mar 01 00:45:52.664 INFO STEP 17 (remove_files) COMPLETE
48822026-03-01T00:45:52.535Z[ recovery-image] Mar 01 00:45:52.664 INFO O| Mar 01 00:45:52.664 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832026-03-01T00:45:52.560Z[ recovery-image] Mar 01 00:45:52.676 INFO O| Mar 01 00:45:52.676 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48842026-03-01T00:45:52.584Z[ recovery-image] Mar 01 00:45:52.724 INFO O| Mar 01 00:45:52.724 INFO STEP 18 (remove_files) COMPLETE
48852026-03-01T00:45:52.584Z[ recovery-image] Mar 01 00:45:52.724 INFO O| Mar 01 00:45:52.724 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862026-03-01T00:45:52.609Z[ recovery-image] Mar 01 00:45:52.739 INFO O| Mar 01 00:45:52.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48872026-03-01T00:45:52.609Z[ recovery-image] Mar 01 00:45:52.740 INFO O| Mar 01 00:45:52.740 INFO STEP 19 (remove_files) COMPLETE
48882026-03-01T00:45:52.609Z[ recovery-image] Mar 01 00:45:52.740 INFO O| Mar 01 00:45:52.740 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892026-03-01T00:45:52.633Z[ recovery-image] Mar 01 00:45:52.754 INFO O| Mar 01 00:45:52.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48902026-03-01T00:45:52.633Z[ recovery-image] Mar 01 00:45:52.754 INFO O| Mar 01 00:45:52.754 INFO STEP 20 (remove_files) COMPLETE
48912026-03-01T00:45:52.633Z[ recovery-image] Mar 01 00:45:52.754 INFO O| Mar 01 00:45:52.754 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922026-03-01T00:45:52.633Z[ recovery-image] Mar 01 00:45:52.764 INFO O| Mar 01 00:45:52.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48932026-03-01T00:45:52.633Z[ recovery-image] Mar 01 00:45:52.764 INFO O| Mar 01 00:45:52.764 INFO STEP 21 (remove_files) COMPLETE
48942026-03-01T00:45:52.633Z[ recovery-image] Mar 01 00:45:52.764 INFO O| Mar 01 00:45:52.764 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952026-03-01T00:45:52.658Z[ recovery-image] Mar 01 00:45:52.774 INFO O| Mar 01 00:45:52.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48962026-03-01T00:45:52.658Z[ recovery-image] Mar 01 00:45:52.774 INFO O| Mar 01 00:45:52.774 INFO STEP 22 (remove_files) COMPLETE
48972026-03-01T00:45:52.658Z[ recovery-image] Mar 01 00:45:52.774 INFO O| Mar 01 00:45:52.774 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982026-03-01T00:45:52.658Z[ recovery-image] Mar 01 00:45:52.783 INFO O| Mar 01 00:45:52.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48992026-03-01T00:45:52.658Z[ recovery-image] Mar 01 00:45:52.783 INFO O| Mar 01 00:45:52.783 INFO STEP 23 (remove_files) COMPLETE
49002026-03-01T00:45:52.658Z[ recovery-image] Mar 01 00:45:52.783 INFO O| Mar 01 00:45:52.783 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012026-03-01T00:45:52.658Z[ recovery-image] Mar 01 00:45:52.793 INFO O| Mar 01 00:45:52.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49022026-03-01T00:45:52.658Z[ recovery-image] Mar 01 00:45:52.793 INFO O| Mar 01 00:45:52.793 INFO STEP 24 (remove_files) COMPLETE
49032026-03-01T00:45:52.658Z[ recovery-image] Mar 01 00:45:52.793 INFO O| Mar 01 00:45:52.793 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042026-03-01T00:45:52.682Z[ recovery-image] Mar 01 00:45:52.803 INFO O| Mar 01 00:45:52.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49052026-03-01T00:45:52.682Z[ recovery-image] Mar 01 00:45:52.804 INFO O| Mar 01 00:45:52.804 INFO STEP 25 (remove_files) COMPLETE
49062026-03-01T00:45:52.682Z[ recovery-image] Mar 01 00:45:52.804 INFO O| Mar 01 00:45:52.804 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072026-03-01T00:45:52.682Z[ recovery-image] Mar 01 00:45:52.813 INFO O| Mar 01 00:45:52.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49082026-03-01T00:45:52.682Z[ recovery-image] Mar 01 00:45:52.814 INFO O| Mar 01 00:45:52.813 INFO STEP 26 (remove_files) COMPLETE
49092026-03-01T00:45:52.683Z[ recovery-image] Mar 01 00:45:52.814 INFO O| Mar 01 00:45:52.814 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102026-03-01T00:45:52.707Z[ recovery-image] Mar 01 00:45:52.823 INFO O| Mar 01 00:45:52.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
49112026-03-01T00:45:52.707Z[ recovery-image] Mar 01 00:45:52.824 INFO O| Mar 01 00:45:52.824 INFO STEP 27 (remove_files) COMPLETE
49122026-03-01T00:45:52.707Z[ recovery-image] Mar 01 00:45:52.824 INFO O| Mar 01 00:45:52.824 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132026-03-01T00:45:52.707Z[ recovery-image] Mar 01 00:45:52.834 INFO O| Mar 01 00:45:52.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49142026-03-01T00:45:52.707Z[ recovery-image] Mar 01 00:45:52.834 INFO O| Mar 01 00:45:52.834 INFO STEP 28 (remove_files) COMPLETE
49152026-03-01T00:45:52.707Z[ recovery-image] Mar 01 00:45:52.834 INFO O| Mar 01 00:45:52.834 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162026-03-01T00:45:52.707Z[ recovery-image] Mar 01 00:45:52.844 INFO O| Mar 01 00:45:52.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49172026-03-01T00:45:52.707Z[ recovery-image] Mar 01 00:45:52.844 INFO O| Mar 01 00:45:52.844 INFO STEP 29 (remove_files) COMPLETE
49182026-03-01T00:45:52.707Z[ recovery-image] Mar 01 00:45:52.844 INFO O| Mar 01 00:45:52.844 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192026-03-01T00:45:52.732Z[ recovery-image] Mar 01 00:45:52.853 INFO O| Mar 01 00:45:52.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49202026-03-01T00:45:52.732Z[ recovery-image] Mar 01 00:45:52.854 INFO O| Mar 01 00:45:52.854 INFO STEP 30 (remove_files) COMPLETE
49212026-03-01T00:45:52.732Z[ recovery-image] Mar 01 00:45:52.854 INFO O| Mar 01 00:45:52.854 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222026-03-01T00:45:52.732Z[ recovery-image] Mar 01 00:45:52.864 INFO O| Mar 01 00:45:52.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49232026-03-01T00:45:52.732Z[ recovery-image] Mar 01 00:45:52.864 INFO O| Mar 01 00:45:52.864 INFO STEP 31 (remove_files) COMPLETE
49242026-03-01T00:45:52.732Z[ recovery-image] Mar 01 00:45:52.864 INFO O| Mar 01 00:45:52.864 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252026-03-01T00:45:52.756Z[ recovery-image] Mar 01 00:45:52.874 INFO O| Mar 01 00:45:52.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49262026-03-01T00:45:52.756Z[ recovery-image] Mar 01 00:45:52.874 INFO O| Mar 01 00:45:52.874 INFO STEP 32 (remove_files) COMPLETE
49272026-03-01T00:45:52.756Z[ recovery-image] Mar 01 00:45:52.874 INFO O| Mar 01 00:45:52.874 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282026-03-01T00:45:52.757Z[ recovery-image] Mar 01 00:45:52.884 INFO O| Mar 01 00:45:52.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49292026-03-01T00:45:52.757Z[ recovery-image] Mar 01 00:45:52.884 INFO O| Mar 01 00:45:52.884 INFO STEP 33 (remove_files) COMPLETE
49302026-03-01T00:45:52.757Z[ recovery-image] Mar 01 00:45:52.884 INFO O| Mar 01 00:45:52.884 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312026-03-01T00:45:52.757Z[ recovery-image] Mar 01 00:45:52.894 INFO O| Mar 01 00:45:52.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49322026-03-01T00:45:52.757Z[ recovery-image] Mar 01 00:45:52.894 INFO O| Mar 01 00:45:52.894 INFO STEP 34 (remove_files) COMPLETE
49332026-03-01T00:45:52.757Z[ recovery-image] Mar 01 00:45:52.894 INFO O| Mar 01 00:45:52.894 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342026-03-01T00:45:52.781Z[ recovery-image] Mar 01 00:45:52.904 INFO O| Mar 01 00:45:52.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49352026-03-01T00:45:52.781Z[ recovery-image] Mar 01 00:45:52.904 INFO O| Mar 01 00:45:52.904 INFO STEP 35 (remove_files) COMPLETE
49362026-03-01T00:45:52.781Z[ recovery-image] Mar 01 00:45:52.904 INFO O| Mar 01 00:45:52.904 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372026-03-01T00:45:52.781Z[ recovery-image] Mar 01 00:45:52.914 INFO O| Mar 01 00:45:52.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49382026-03-01T00:45:52.781Z[ recovery-image] Mar 01 00:45:52.914 INFO O| Mar 01 00:45:52.914 INFO STEP 36 (remove_files) COMPLETE
49392026-03-01T00:45:52.781Z[ recovery-image] Mar 01 00:45:52.914 INFO O| Mar 01 00:45:52.914 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402026-03-01T00:45:52.806Z[ recovery-image] Mar 01 00:45:52.923 INFO O| Mar 01 00:45:52.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49412026-03-01T00:45:52.806Z[ recovery-image] Mar 01 00:45:52.923 INFO O| Mar 01 00:45:52.923 INFO STEP 37 (remove_files) COMPLETE
49422026-03-01T00:45:52.806Z[ recovery-image] Mar 01 00:45:52.923 INFO O| Mar 01 00:45:52.923 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432026-03-01T00:45:52.806Z[ recovery-image] Mar 01 00:45:52.933 INFO O| Mar 01 00:45:52.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49442026-03-01T00:45:52.806Z[ recovery-image] Mar 01 00:45:52.934 INFO O| Mar 01 00:45:52.933 INFO STEP 38 (remove_files) COMPLETE
49452026-03-01T00:45:52.806Z[ recovery-image] Mar 01 00:45:52.934 INFO O| Mar 01 00:45:52.934 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462026-03-01T00:45:52.806Z[ recovery-image] Mar 01 00:45:52.944 INFO O| Mar 01 00:45:52.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49472026-03-01T00:45:52.806Z[ recovery-image] Mar 01 00:45:52.944 INFO O| Mar 01 00:45:52.944 INFO STEP 39 (remove_files) COMPLETE
49482026-03-01T00:45:52.806Z[ recovery-image] Mar 01 00:45:52.944 INFO O| Mar 01 00:45:52.944 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492026-03-01T00:45:52.830Z[ recovery-image] Mar 01 00:45:52.954 INFO O| Mar 01 00:45:52.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49502026-03-01T00:45:52.831Z[ recovery-image] Mar 01 00:45:52.954 INFO O| Mar 01 00:45:52.954 INFO STEP 40 (remove_files) COMPLETE
49512026-03-01T00:45:52.831Z[ recovery-image] Mar 01 00:45:52.954 INFO O| Mar 01 00:45:52.954 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522026-03-01T00:45:52.831Z[ recovery-image] Mar 01 00:45:52.964 INFO O| Mar 01 00:45:52.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49532026-03-01T00:45:52.831Z[ recovery-image] Mar 01 00:45:52.964 INFO O| Mar 01 00:45:52.964 INFO STEP 41 (remove_files) COMPLETE
49542026-03-01T00:45:52.831Z[ recovery-image] Mar 01 00:45:52.965 INFO O| Mar 01 00:45:52.964 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552026-03-01T00:45:52.858Z[ recovery-image] Mar 01 00:45:52.998 INFO O| Mar 01 00:45:52.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49562026-03-01T00:45:52.882Z[ recovery-image] Mar 01 00:45:53.021 INFO O| Mar 01 00:45:53.021 INFO STEP 42 (remove_files) COMPLETE
49572026-03-01T00:45:52.882Z[ recovery-image] Mar 01 00:45:53.021 INFO O| Mar 01 00:45:53.021 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582026-03-01T00:45:52.907Z[ recovery-image] Mar 01 00:45:53.033 INFO O| Mar 01 00:45:53.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49592026-03-01T00:45:52.931Z[ recovery-image] Mar 01 00:45:53.053 INFO O| Mar 01 00:45:53.053 INFO STEP 43 (remove_files) COMPLETE
49602026-03-01T00:45:52.931Z[ recovery-image] Mar 01 00:45:53.053 INFO O| Mar 01 00:45:53.053 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612026-03-01T00:45:52.931Z[ recovery-image] Mar 01 00:45:53.067 INFO O| Mar 01 00:45:53.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49622026-03-01T00:45:52.931Z[ recovery-image] Mar 01 00:45:53.067 INFO O| Mar 01 00:45:53.067 INFO STEP 44 (remove_files) COMPLETE
49632026-03-01T00:45:52.931Z[ recovery-image] Mar 01 00:45:53.067 INFO O| Mar 01 00:45:53.067 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642026-03-01T00:45:52.956Z[ recovery-image] Mar 01 00:45:53.078 INFO O| Mar 01 00:45:53.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49652026-03-01T00:45:52.956Z[ recovery-image] Mar 01 00:45:53.078 INFO O| Mar 01 00:45:53.078 INFO STEP 45 (remove_files) COMPLETE
49662026-03-01T00:45:52.956Z[ recovery-image] Mar 01 00:45:53.078 INFO O| Mar 01 00:45:53.078 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672026-03-01T00:45:52.956Z[ recovery-image] Mar 01 00:45:53.089 INFO O| Mar 01 00:45:53.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49682026-03-01T00:45:52.956Z[ recovery-image] Mar 01 00:45:53.089 INFO O| Mar 01 00:45:53.089 INFO STEP 46 (remove_files) COMPLETE
49692026-03-01T00:45:52.956Z[ recovery-image] Mar 01 00:45:53.089 INFO O| Mar 01 00:45:53.089 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702026-03-01T00:45:52.981Z[ recovery-image] Mar 01 00:45:53.100 INFO O| Mar 01 00:45:53.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49712026-03-01T00:45:52.981Z[ recovery-image] Mar 01 00:45:53.100 INFO O| Mar 01 00:45:53.100 INFO STEP 47 (remove_files) COMPLETE
49722026-03-01T00:45:52.981Z[ recovery-image] Mar 01 00:45:53.100 INFO O| Mar 01 00:45:53.100 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732026-03-01T00:45:52.981Z[ recovery-image] Mar 01 00:45:53.111 INFO O| Mar 01 00:45:53.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49742026-03-01T00:45:52.981Z[ recovery-image] Mar 01 00:45:53.111 INFO O| Mar 01 00:45:53.111 INFO STEP 48 (remove_files) COMPLETE
49752026-03-01T00:45:52.981Z[ recovery-image] Mar 01 00:45:53.111 INFO O| Mar 01 00:45:53.111 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762026-03-01T00:45:53.005Z[ recovery-image] Mar 01 00:45:53.122 INFO O| Mar 01 00:45:53.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49772026-03-01T00:45:53.005Z[ recovery-image] Mar 01 00:45:53.122 INFO O| Mar 01 00:45:53.122 INFO STEP 49 (remove_files) COMPLETE
49782026-03-01T00:45:53.005Z[ recovery-image] Mar 01 00:45:53.122 INFO O| Mar 01 00:45:53.122 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792026-03-01T00:45:53.005Z[ recovery-image] Mar 01 00:45:53.133 INFO O| Mar 01 00:45:53.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49802026-03-01T00:45:53.030Z[ recovery-image] Mar 01 00:45:53.155 INFO O| Mar 01 00:45:53.155 INFO STEP 50 (remove_files) COMPLETE
49812026-03-01T00:45:53.030Z[ recovery-image] Mar 01 00:45:53.155 INFO O| Mar 01 00:45:53.155 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822026-03-01T00:45:53.030Z[ recovery-image] Mar 01 00:45:53.165 INFO O| Mar 01 00:45:53.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49832026-03-01T00:45:53.030Z[ recovery-image] Mar 01 00:45:53.165 INFO O| Mar 01 00:45:53.165 INFO STEP 51 (remove_files) COMPLETE
49842026-03-01T00:45:53.030Z[ recovery-image] Mar 01 00:45:53.165 INFO O| Mar 01 00:45:53.165 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852026-03-01T00:45:53.055Z[ recovery-image] Mar 01 00:45:53.175 INFO O| Mar 01 00:45:53.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49862026-03-01T00:45:53.055Z[ recovery-image] Mar 01 00:45:53.175 INFO O| Mar 01 00:45:53.175 INFO STEP 52 (remove_files) COMPLETE
49872026-03-01T00:45:53.055Z[ recovery-image] Mar 01 00:45:53.175 INFO O| Mar 01 00:45:53.175 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882026-03-01T00:45:53.079Z[ recovery-image] Mar 01 00:45:53.207 INFO O| Mar 01 00:45:53.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49892026-03-01T00:45:53.079Z[ recovery-image] Mar 01 00:45:53.207 INFO O| Mar 01 00:45:53.207 INFO STEP 53 (remove_files) COMPLETE
49902026-03-01T00:45:53.079Z[ recovery-image] Mar 01 00:45:53.208 INFO O| Mar 01 00:45:53.207 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912026-03-01T00:45:53.079Z[ recovery-image] Mar 01 00:45:53.217 INFO O| Mar 01 00:45:53.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49922026-03-01T00:45:53.079Z[ recovery-image] Mar 01 00:45:53.217 INFO O| Mar 01 00:45:53.217 INFO STEP 54 (remove_files) COMPLETE
49932026-03-01T00:45:53.079Z[ recovery-image] Mar 01 00:45:53.217 INFO O| Mar 01 00:45:53.217 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942026-03-01T00:45:53.104Z[ recovery-image] Mar 01 00:45:53.227 INFO O| Mar 01 00:45:53.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49952026-03-01T00:45:53.104Z[ recovery-image] Mar 01 00:45:53.227 INFO O| Mar 01 00:45:53.227 INFO STEP 55 (remove_files) COMPLETE
49962026-03-01T00:45:53.104Z[ recovery-image] Mar 01 00:45:53.227 INFO O| Mar 01 00:45:53.227 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972026-03-01T00:45:53.104Z[ recovery-image] Mar 01 00:45:53.236 INFO O| Mar 01 00:45:53.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49982026-03-01T00:45:53.104Z[ recovery-image] Mar 01 00:45:53.236 INFO O| Mar 01 00:45:53.236 INFO STEP 56 (remove_files) COMPLETE
49992026-03-01T00:45:53.104Z[ recovery-image] Mar 01 00:45:53.236 INFO O| Mar 01 00:45:53.236 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002026-03-01T00:45:53.128Z[ recovery-image] Mar 01 00:45:53.246 INFO O| Mar 01 00:45:53.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50012026-03-01T00:45:53.128Z[ recovery-image] Mar 01 00:45:53.246 INFO O| Mar 01 00:45:53.246 INFO STEP 57 (remove_files) COMPLETE
50022026-03-01T00:45:53.128Z[ recovery-image] Mar 01 00:45:53.246 INFO O| Mar 01 00:45:53.246 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032026-03-01T00:45:53.128Z[ recovery-image] Mar 01 00:45:53.257 INFO O| Mar 01 00:45:53.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50042026-03-01T00:45:53.129Z[ recovery-image] Mar 01 00:45:53.257 INFO O| Mar 01 00:45:53.257 INFO STEP 58 (remove_files) COMPLETE
50052026-03-01T00:45:53.129Z[ recovery-image] Mar 01 00:45:53.257 INFO O| Mar 01 00:45:53.257 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062026-03-01T00:45:53.129Z[ recovery-image] Mar 01 00:45:53.268 INFO O| Mar 01 00:45:53.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50072026-03-01T00:45:53.129Z[ recovery-image] Mar 01 00:45:53.268 INFO O| Mar 01 00:45:53.268 INFO STEP 59 (remove_files) COMPLETE
50082026-03-01T00:45:53.129Z[ recovery-image] Mar 01 00:45:53.268 INFO O| Mar 01 00:45:53.268 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092026-03-01T00:45:53.153Z[ recovery-image] Mar 01 00:45:53.279 INFO O| Mar 01 00:45:53.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50102026-03-01T00:45:53.153Z[ recovery-image] Mar 01 00:45:53.279 INFO O| Mar 01 00:45:53.279 INFO STEP 60 (remove_files) COMPLETE
50112026-03-01T00:45:53.153Z[ recovery-image] Mar 01 00:45:53.279 INFO O| Mar 01 00:45:53.279 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122026-03-01T00:45:53.178Z[ recovery-image] Mar 01 00:45:53.313 INFO O| Mar 01 00:45:53.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50132026-03-01T00:45:53.178Z[ recovery-image] Mar 01 00:45:53.313 INFO O| Mar 01 00:45:53.313 INFO STEP 61 (remove_files) COMPLETE
50142026-03-01T00:45:53.178Z[ recovery-image] Mar 01 00:45:53.313 INFO O| Mar 01 00:45:53.313 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152026-03-01T00:45:53.202Z[ recovery-image] Mar 01 00:45:53.326 INFO O| Mar 01 00:45:53.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50162026-03-01T00:45:53.202Z[ recovery-image] Mar 01 00:45:53.326 INFO O| Mar 01 00:45:53.326 INFO STEP 62 (remove_files) COMPLETE
50172026-03-01T00:45:53.202Z[ recovery-image] Mar 01 00:45:53.326 INFO O| Mar 01 00:45:53.326 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182026-03-01T00:45:53.202Z[ recovery-image] Mar 01 00:45:53.337 INFO O| Mar 01 00:45:53.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50192026-03-01T00:45:53.202Z[ recovery-image] Mar 01 00:45:53.337 INFO O| Mar 01 00:45:53.337 INFO STEP 63 (remove_files) COMPLETE
50202026-03-01T00:45:53.202Z[ recovery-image] Mar 01 00:45:53.337 INFO O| Mar 01 00:45:53.337 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212026-03-01T00:45:53.227Z[ recovery-image] Mar 01 00:45:53.348 INFO O| Mar 01 00:45:53.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50222026-03-01T00:45:53.227Z[ recovery-image] Mar 01 00:45:53.348 INFO O| Mar 01 00:45:53.348 INFO STEP 64 (remove_files) COMPLETE
50232026-03-01T00:45:53.227Z[ recovery-image] Mar 01 00:45:53.348 INFO O| Mar 01 00:45:53.348 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242026-03-01T00:45:53.227Z[ recovery-image] Mar 01 00:45:53.359 INFO O| Mar 01 00:45:53.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50252026-03-01T00:45:53.227Z[ recovery-image] Mar 01 00:45:53.359 INFO O| Mar 01 00:45:53.359 INFO STEP 65 (remove_files) COMPLETE
50262026-03-01T00:45:53.227Z[ recovery-image] Mar 01 00:45:53.359 INFO O| Mar 01 00:45:53.359 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272026-03-01T00:45:53.251Z[ recovery-image] Mar 01 00:45:53.369 INFO O| Mar 01 00:45:53.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50282026-03-01T00:45:53.251Z[ recovery-image] Mar 01 00:45:53.369 INFO O| Mar 01 00:45:53.369 INFO STEP 66 (remove_files) COMPLETE
50292026-03-01T00:45:53.251Z[ recovery-image] Mar 01 00:45:53.369 INFO O| Mar 01 00:45:53.369 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302026-03-01T00:45:53.251Z[ recovery-image] Mar 01 00:45:53.378 INFO O| Mar 01 00:45:53.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50312026-03-01T00:45:53.251Z[ recovery-image] Mar 01 00:45:53.378 INFO O| Mar 01 00:45:53.378 INFO STEP 67 (remove_files) COMPLETE
50322026-03-01T00:45:53.251Z[ recovery-image] Mar 01 00:45:53.378 INFO O| Mar 01 00:45:53.378 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332026-03-01T00:45:53.251Z[ recovery-image] Mar 01 00:45:53.388 INFO O| Mar 01 00:45:53.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50342026-03-01T00:45:53.251Z[ recovery-image] Mar 01 00:45:53.388 INFO O| Mar 01 00:45:53.388 INFO STEP 68 (remove_files) COMPLETE
50352026-03-01T00:45:53.251Z[ recovery-image] Mar 01 00:45:53.388 INFO O| Mar 01 00:45:53.388 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362026-03-01T00:45:53.276Z[ recovery-image] Mar 01 00:45:53.398 INFO O| Mar 01 00:45:53.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50372026-03-01T00:45:53.276Z[ recovery-image] Mar 01 00:45:53.398 INFO O| Mar 01 00:45:53.398 INFO STEP 69 (remove_files) COMPLETE
50382026-03-01T00:45:53.276Z[ recovery-image] Mar 01 00:45:53.398 INFO O| Mar 01 00:45:53.398 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392026-03-01T00:45:53.276Z[ recovery-image] Mar 01 00:45:53.409 INFO O| Mar 01 00:45:53.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50402026-03-01T00:45:53.276Z[ recovery-image] Mar 01 00:45:53.409 INFO O| Mar 01 00:45:53.409 INFO STEP 70 (remove_files) COMPLETE
50412026-03-01T00:45:53.276Z[ recovery-image] Mar 01 00:45:53.409 INFO O| Mar 01 00:45:53.409 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422026-03-01T00:45:53.301Z[ recovery-image] Mar 01 00:45:53.420 INFO O| Mar 01 00:45:53.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50432026-03-01T00:45:53.301Z[ recovery-image] Mar 01 00:45:53.420 INFO O| Mar 01 00:45:53.420 INFO STEP 71 (remove_files) COMPLETE
50442026-03-01T00:45:53.301Z[ recovery-image] Mar 01 00:45:53.420 INFO O| Mar 01 00:45:53.420 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452026-03-01T00:45:53.301Z[ recovery-image] Mar 01 00:45:53.430 INFO O| Mar 01 00:45:53.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50462026-03-01T00:45:53.301Z[ recovery-image] Mar 01 00:45:53.430 INFO O| Mar 01 00:45:53.430 INFO STEP 72 (remove_files) COMPLETE
50472026-03-01T00:45:53.301Z[ recovery-image] Mar 01 00:45:53.430 INFO O| Mar 01 00:45:53.430 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482026-03-01T00:45:53.301Z[ recovery-image] Mar 01 00:45:53.441 INFO O| Mar 01 00:45:53.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50492026-03-01T00:45:53.301Z[ recovery-image] Mar 01 00:45:53.441 INFO O| Mar 01 00:45:53.441 INFO STEP 73 (remove_files) COMPLETE
50502026-03-01T00:45:53.301Z[ recovery-image] Mar 01 00:45:53.441 INFO O| Mar 01 00:45:53.441 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512026-03-01T00:45:53.326Z[ recovery-image] Mar 01 00:45:53.452 INFO O| Mar 01 00:45:53.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50522026-03-01T00:45:53.326Z[ recovery-image] Mar 01 00:45:53.452 INFO O| Mar 01 00:45:53.452 INFO STEP 74 (remove_files) COMPLETE
50532026-03-01T00:45:53.326Z[ recovery-image] Mar 01 00:45:53.452 INFO O| Mar 01 00:45:53.452 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542026-03-01T00:45:53.326Z[ recovery-image] Mar 01 00:45:53.463 INFO O| Mar 01 00:45:53.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50552026-03-01T00:45:53.326Z[ recovery-image] Mar 01 00:45:53.463 INFO O| Mar 01 00:45:53.463 INFO STEP 75 (remove_files) COMPLETE
50562026-03-01T00:45:53.326Z[ recovery-image] Mar 01 00:45:53.463 INFO O| Mar 01 00:45:53.463 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572026-03-01T00:45:53.350Z[ recovery-image] Mar 01 00:45:53.474 INFO O| Mar 01 00:45:53.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50582026-03-01T00:45:53.350Z[ recovery-image] Mar 01 00:45:53.474 INFO O| Mar 01 00:45:53.474 INFO STEP 76 (remove_files) COMPLETE
50592026-03-01T00:45:53.350Z[ recovery-image] Mar 01 00:45:53.474 INFO O| Mar 01 00:45:53.474 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602026-03-01T00:45:53.350Z[ recovery-image] Mar 01 00:45:53.485 INFO O| Mar 01 00:45:53.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50612026-03-01T00:45:53.351Z[ recovery-image] Mar 01 00:45:53.485 INFO O| Mar 01 00:45:53.485 INFO STEP 77 (remove_files) COMPLETE
50622026-03-01T00:45:53.351Z[ recovery-image] Mar 01 00:45:53.485 INFO O| Mar 01 00:45:53.485 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632026-03-01T00:45:53.375Z[ recovery-image] Mar 01 00:45:53.496 INFO O| Mar 01 00:45:53.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50642026-03-01T00:45:53.375Z[ recovery-image] Mar 01 00:45:53.496 INFO O| Mar 01 00:45:53.496 INFO STEP 78 (remove_files) COMPLETE
50652026-03-01T00:45:53.375Z[ recovery-image] Mar 01 00:45:53.496 INFO O| Mar 01 00:45:53.496 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662026-03-01T00:45:53.375Z[ recovery-image] Mar 01 00:45:53.506 INFO O| Mar 01 00:45:53.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50672026-03-01T00:45:53.375Z[ recovery-image] Mar 01 00:45:53.507 INFO O| Mar 01 00:45:53.506 INFO STEP 79 (remove_files) COMPLETE
50682026-03-01T00:45:53.375Z[ recovery-image] Mar 01 00:45:53.507 INFO O| Mar 01 00:45:53.507 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692026-03-01T00:45:53.400Z[ recovery-image] Mar 01 00:45:53.517 INFO O| Mar 01 00:45:53.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50702026-03-01T00:45:53.400Z[ recovery-image] Mar 01 00:45:53.517 INFO O| Mar 01 00:45:53.517 INFO STEP 80 (remove_files) COMPLETE
50712026-03-01T00:45:53.400Z[ recovery-image] Mar 01 00:45:53.517 INFO O| Mar 01 00:45:53.517 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722026-03-01T00:45:53.400Z[ recovery-image] Mar 01 00:45:53.528 INFO O| Mar 01 00:45:53.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50732026-03-01T00:45:53.400Z[ recovery-image] Mar 01 00:45:53.528 INFO O| Mar 01 00:45:53.528 INFO STEP 81 (remove_files) COMPLETE
50742026-03-01T00:45:53.400Z[ recovery-image] Mar 01 00:45:53.528 INFO O| Mar 01 00:45:53.528 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752026-03-01T00:45:53.400Z[ recovery-image] Mar 01 00:45:53.539 INFO O| Mar 01 00:45:53.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50762026-03-01T00:45:53.400Z[ recovery-image] Mar 01 00:45:53.539 INFO O| Mar 01 00:45:53.539 INFO STEP 82 (remove_files) COMPLETE
50772026-03-01T00:45:53.400Z[ recovery-image] Mar 01 00:45:53.539 INFO O| Mar 01 00:45:53.539 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782026-03-01T00:45:53.425Z[ recovery-image] Mar 01 00:45:53.550 INFO O| Mar 01 00:45:53.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50792026-03-01T00:45:53.425Z[ recovery-image] Mar 01 00:45:53.550 INFO O| Mar 01 00:45:53.550 INFO STEP 83 (remove_files) COMPLETE
50802026-03-01T00:45:53.425Z[ recovery-image] Mar 01 00:45:53.550 INFO O| Mar 01 00:45:53.550 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812026-03-01T00:45:53.425Z[ recovery-image] Mar 01 00:45:53.560 INFO O| Mar 01 00:45:53.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50822026-03-01T00:45:53.425Z[ recovery-image] Mar 01 00:45:53.561 INFO O| Mar 01 00:45:53.561 INFO STEP 84 (remove_files) COMPLETE
50832026-03-01T00:45:53.425Z[ recovery-image] Mar 01 00:45:53.561 INFO O| Mar 01 00:45:53.561 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842026-03-01T00:45:53.449Z[ recovery-image] Mar 01 00:45:53.571 INFO O| Mar 01 00:45:53.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50852026-03-01T00:45:53.449Z[ recovery-image] Mar 01 00:45:53.571 INFO O| Mar 01 00:45:53.571 INFO STEP 85 (remove_files) COMPLETE
50862026-03-01T00:45:53.449Z[ recovery-image] Mar 01 00:45:53.571 INFO O| Mar 01 00:45:53.571 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872026-03-01T00:45:53.449Z[ recovery-image] Mar 01 00:45:53.582 INFO O| Mar 01 00:45:53.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50882026-03-01T00:45:53.474Z[ recovery-image] Mar 01 00:45:53.605 INFO O| Mar 01 00:45:53.605 INFO STEP 86 (remove_files) COMPLETE
50892026-03-01T00:45:53.474Z[ recovery-image] Mar 01 00:45:53.605 INFO O| Mar 01 00:45:53.605 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902026-03-01T00:45:53.498Z[ recovery-image] Mar 01 00:45:53.617 INFO O| Mar 01 00:45:53.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50912026-03-01T00:45:53.498Z[ recovery-image] Mar 01 00:45:53.617 INFO O| Mar 01 00:45:53.617 INFO STEP 87 (remove_files) COMPLETE
50922026-03-01T00:45:53.498Z[ recovery-image] Mar 01 00:45:53.617 INFO O| Mar 01 00:45:53.617 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932026-03-01T00:45:53.498Z[ recovery-image] Mar 01 00:45:53.629 INFO O| Mar 01 00:45:53.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50942026-03-01T00:45:53.498Z[ recovery-image] Mar 01 00:45:53.629 INFO O| Mar 01 00:45:53.629 INFO STEP 88 (remove_files) COMPLETE
50952026-03-01T00:45:53.498Z[ recovery-image] Mar 01 00:45:53.629 INFO O| Mar 01 00:45:53.629 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962026-03-01T00:45:53.523Z[ recovery-image] Mar 01 00:45:53.647 INFO O| Mar 01 00:45:53.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50972026-03-01T00:45:53.523Z[ recovery-image] Mar 01 00:45:53.647 INFO O| Mar 01 00:45:53.647 INFO STEP 89 (remove_files) COMPLETE
50982026-03-01T00:45:53.523Z[ recovery-image] Mar 01 00:45:53.647 INFO O| Mar 01 00:45:53.647 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992026-03-01T00:45:53.523Z[ recovery-image] Mar 01 00:45:53.661 INFO O| Mar 01 00:45:53.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51002026-03-01T00:45:53.523Z[ recovery-image] Mar 01 00:45:53.661 INFO O| Mar 01 00:45:53.661 INFO STEP 90 (remove_files) COMPLETE
51012026-03-01T00:45:53.523Z[ recovery-image] Mar 01 00:45:53.661 INFO O| Mar 01 00:45:53.661 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022026-03-01T00:45:53.548Z[ recovery-image] Mar 01 00:45:53.673 INFO O| Mar 01 00:45:53.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51032026-03-01T00:45:53.548Z[ recovery-image] Mar 01 00:45:53.673 INFO O| Mar 01 00:45:53.673 INFO STEP 91 (remove_files) COMPLETE
51042026-03-01T00:45:53.548Z[ recovery-image] Mar 01 00:45:53.673 INFO O| Mar 01 00:45:53.673 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052026-03-01T00:45:53.548Z[ recovery-image] Mar 01 00:45:53.685 INFO O| Mar 01 00:45:53.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51062026-03-01T00:45:53.548Z[ recovery-image] Mar 01 00:45:53.685 INFO O| Mar 01 00:45:53.685 INFO STEP 92 (remove_files) COMPLETE
51072026-03-01T00:45:53.548Z[ recovery-image] Mar 01 00:45:53.685 INFO O| Mar 01 00:45:53.685 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082026-03-01T00:45:53.572Z[ recovery-image] Mar 01 00:45:53.696 INFO O| Mar 01 00:45:53.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51092026-03-01T00:45:53.572Z[ recovery-image] Mar 01 00:45:53.696 INFO O| Mar 01 00:45:53.696 INFO STEP 93 (remove_files) COMPLETE
51102026-03-01T00:45:53.572Z[ recovery-image] Mar 01 00:45:53.696 INFO O| Mar 01 00:45:53.696 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112026-03-01T00:45:53.572Z[ recovery-image] Mar 01 00:45:53.708 INFO O| Mar 01 00:45:53.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51122026-03-01T00:45:53.572Z[ recovery-image] Mar 01 00:45:53.708 INFO O| Mar 01 00:45:53.708 INFO STEP 94 (remove_files) COMPLETE
51132026-03-01T00:45:53.572Z[ recovery-image] Mar 01 00:45:53.708 INFO O| Mar 01 00:45:53.708 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142026-03-01T00:45:53.597Z[ recovery-image] Mar 01 00:45:53.724 INFO O| Mar 01 00:45:53.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51152026-03-01T00:45:53.597Z[ recovery-image] Mar 01 00:45:53.725 INFO O| Mar 01 00:45:53.724 INFO STEP 95 (remove_files) COMPLETE
51162026-03-01T00:45:53.597Z[ recovery-image] Mar 01 00:45:53.725 INFO O| Mar 01 00:45:53.725 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172026-03-01T00:45:53.621Z[ recovery-image] Mar 01 00:45:53.738 INFO O| Mar 01 00:45:53.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51182026-03-01T00:45:53.621Z[ recovery-image] Mar 01 00:45:53.738 INFO O| Mar 01 00:45:53.738 INFO STEP 96 (remove_files) COMPLETE
51192026-03-01T00:45:53.621Z[ recovery-image] Mar 01 00:45:53.738 INFO O| Mar 01 00:45:53.738 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202026-03-01T00:45:53.622Z[ recovery-image] Mar 01 00:45:53.747 INFO O| Mar 01 00:45:53.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51212026-03-01T00:45:53.622Z[ recovery-image] Mar 01 00:45:53.748 INFO O| Mar 01 00:45:53.747 INFO STEP 97 (remove_files) COMPLETE
51222026-03-01T00:45:53.622Z[ recovery-image] Mar 01 00:45:53.748 INFO O| Mar 01 00:45:53.747 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232026-03-01T00:45:53.622Z[ recovery-image] Mar 01 00:45:53.757 INFO O| Mar 01 00:45:53.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51242026-03-01T00:45:53.622Z[ recovery-image] Mar 01 00:45:53.757 INFO O| Mar 01 00:45:53.757 INFO STEP 98 (remove_files) COMPLETE
51252026-03-01T00:45:53.622Z[ recovery-image] Mar 01 00:45:53.757 INFO O| Mar 01 00:45:53.757 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262026-03-01T00:45:53.646Z[ recovery-image] Mar 01 00:45:53.767 INFO O| Mar 01 00:45:53.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51272026-03-01T00:45:53.646Z[ recovery-image] Mar 01 00:45:53.767 INFO O| Mar 01 00:45:53.767 INFO STEP 99 (remove_files) COMPLETE
51282026-03-01T00:45:53.646Z[ recovery-image] Mar 01 00:45:53.767 INFO O| Mar 01 00:45:53.767 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292026-03-01T00:45:53.646Z[ recovery-image] Mar 01 00:45:53.777 INFO O| Mar 01 00:45:53.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51302026-03-01T00:45:53.646Z[ recovery-image] Mar 01 00:45:53.777 INFO O| Mar 01 00:45:53.777 INFO STEP 100 (remove_files) COMPLETE
51312026-03-01T00:45:53.646Z[ recovery-image] Mar 01 00:45:53.777 INFO O| Mar 01 00:45:53.777 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322026-03-01T00:45:53.671Z[ recovery-image] Mar 01 00:45:53.787 INFO O| Mar 01 00:45:53.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51332026-03-01T00:45:53.671Z[ recovery-image] Mar 01 00:45:53.787 INFO O| Mar 01 00:45:53.787 INFO STEP 101 (remove_files) COMPLETE
51342026-03-01T00:45:53.671Z[ recovery-image] Mar 01 00:45:53.787 INFO O| Mar 01 00:45:53.787 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352026-03-01T00:45:53.671Z[ recovery-image] Mar 01 00:45:53.797 INFO O| Mar 01 00:45:53.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51362026-03-01T00:45:53.671Z[ recovery-image] Mar 01 00:45:53.797 INFO O| Mar 01 00:45:53.797 INFO STEP 102 (remove_files) COMPLETE
51372026-03-01T00:45:53.671Z[ recovery-image] Mar 01 00:45:53.797 INFO O| Mar 01 00:45:53.797 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382026-03-01T00:45:53.671Z[ recovery-image] Mar 01 00:45:53.807 INFO O| Mar 01 00:45:53.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51392026-03-01T00:45:53.671Z[ recovery-image] Mar 01 00:45:53.807 INFO O| Mar 01 00:45:53.807 INFO STEP 103 (remove_files) COMPLETE
51402026-03-01T00:45:53.671Z[ recovery-image] Mar 01 00:45:53.807 INFO O| Mar 01 00:45:53.807 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412026-03-01T00:45:53.696Z[ recovery-image] Mar 01 00:45:53.817 INFO O| Mar 01 00:45:53.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51422026-03-01T00:45:53.696Z[ recovery-image] Mar 01 00:45:53.817 INFO O| Mar 01 00:45:53.817 INFO STEP 104 (remove_files) COMPLETE
51432026-03-01T00:45:53.696Z[ recovery-image] Mar 01 00:45:53.817 INFO O| Mar 01 00:45:53.817 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442026-03-01T00:45:53.696Z[ recovery-image] Mar 01 00:45:53.827 INFO O| Mar 01 00:45:53.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51452026-03-01T00:45:53.696Z[ recovery-image] Mar 01 00:45:53.827 INFO O| Mar 01 00:45:53.827 INFO STEP 105 (remove_files) COMPLETE
51462026-03-01T00:45:53.696Z[ recovery-image] Mar 01 00:45:53.827 INFO O| Mar 01 00:45:53.827 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472026-03-01T00:45:53.721Z[ recovery-image] Mar 01 00:45:53.837 INFO O| Mar 01 00:45:53.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51482026-03-01T00:45:53.721Z[ recovery-image] Mar 01 00:45:53.837 INFO O| Mar 01 00:45:53.837 INFO STEP 106 (remove_files) COMPLETE
51492026-03-01T00:45:53.721Z[ recovery-image] Mar 01 00:45:53.837 INFO O| Mar 01 00:45:53.837 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502026-03-01T00:45:53.721Z[ recovery-image] Mar 01 00:45:53.847 INFO O| Mar 01 00:45:53.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51512026-03-01T00:45:53.721Z[ recovery-image] Mar 01 00:45:53.847 INFO O| Mar 01 00:45:53.847 INFO STEP 107 (remove_files) COMPLETE
51522026-03-01T00:45:53.721Z[ recovery-image] Mar 01 00:45:53.847 INFO O| Mar 01 00:45:53.847 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532026-03-01T00:45:53.721Z[ recovery-image] Mar 01 00:45:53.857 INFO O| Mar 01 00:45:53.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51542026-03-01T00:45:53.721Z[ recovery-image] Mar 01 00:45:53.857 INFO O| Mar 01 00:45:53.857 INFO STEP 108 (remove_files) COMPLETE
51552026-03-01T00:45:53.721Z[ recovery-image] Mar 01 00:45:53.857 INFO O| Mar 01 00:45:53.857 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562026-03-01T00:45:53.745Z[ recovery-image] Mar 01 00:45:53.867 INFO O| Mar 01 00:45:53.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51572026-03-01T00:45:53.745Z[ recovery-image] Mar 01 00:45:53.867 INFO O| Mar 01 00:45:53.867 INFO STEP 109 (remove_files) COMPLETE
51582026-03-01T00:45:53.745Z[ recovery-image] Mar 01 00:45:53.867 INFO O| Mar 01 00:45:53.867 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592026-03-01T00:45:53.745Z[ recovery-image] Mar 01 00:45:53.881 INFO O| Mar 01 00:45:53.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51602026-03-01T00:45:53.745Z[ recovery-image] Mar 01 00:45:53.881 INFO O| Mar 01 00:45:53.881 INFO STEP 110 (remove_files) COMPLETE
51612026-03-01T00:45:53.745Z[ recovery-image] Mar 01 00:45:53.882 INFO O| Mar 01 00:45:53.881 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622026-03-01T00:45:53.770Z[ recovery-image] Mar 01 00:45:53.894 INFO O| Mar 01 00:45:53.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51632026-03-01T00:45:53.770Z[ recovery-image] Mar 01 00:45:53.894 INFO O| Mar 01 00:45:53.894 INFO STEP 111 (remove_files) COMPLETE
51642026-03-01T00:45:53.770Z[ recovery-image] Mar 01 00:45:53.894 INFO O| Mar 01 00:45:53.894 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652026-03-01T00:45:53.770Z[ recovery-image] Mar 01 00:45:53.904 INFO O| Mar 01 00:45:53.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51662026-03-01T00:45:53.770Z[ recovery-image] Mar 01 00:45:53.905 INFO O| Mar 01 00:45:53.905 INFO STEP 112 (remove_files) COMPLETE
51672026-03-01T00:45:53.770Z[ recovery-image] Mar 01 00:45:53.905 INFO O| Mar 01 00:45:53.905 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682026-03-01T00:45:53.794Z[ recovery-image] Mar 01 00:45:53.917 INFO O| Mar 01 00:45:53.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51692026-03-01T00:45:53.794Z[ recovery-image] Mar 01 00:45:53.917 INFO O| Mar 01 00:45:53.917 INFO STEP 113 (remove_files) COMPLETE
51702026-03-01T00:45:53.794Z[ recovery-image] Mar 01 00:45:53.917 INFO O| Mar 01 00:45:53.917 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712026-03-01T00:45:53.794Z[ recovery-image] Mar 01 00:45:53.927 INFO O| Mar 01 00:45:53.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51722026-03-01T00:45:53.794Z[ recovery-image] Mar 01 00:45:53.927 INFO O| Mar 01 00:45:53.927 INFO STEP 114 (remove_files) COMPLETE
51732026-03-01T00:45:53.794Z[ recovery-image] Mar 01 00:45:53.927 INFO O| Mar 01 00:45:53.927 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742026-03-01T00:45:53.819Z[ recovery-image] Mar 01 00:45:53.938 INFO O| Mar 01 00:45:53.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51752026-03-01T00:45:53.819Z[ recovery-image] Mar 01 00:45:53.938 INFO O| Mar 01 00:45:53.938 INFO STEP 115 (remove_files) COMPLETE
51762026-03-01T00:45:53.819Z[ recovery-image] Mar 01 00:45:53.938 INFO O| Mar 01 00:45:53.938 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772026-03-01T00:45:53.819Z[ recovery-image] Mar 01 00:45:53.951 INFO O| Mar 01 00:45:53.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51782026-03-01T00:45:53.819Z[ recovery-image] Mar 01 00:45:53.951 INFO O| Mar 01 00:45:53.951 INFO STEP 116 (remove_files) COMPLETE
51792026-03-01T00:45:53.819Z[ recovery-image] Mar 01 00:45:53.951 INFO O| Mar 01 00:45:53.951 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802026-03-01T00:45:53.844Z[ recovery-image] Mar 01 00:45:53.964 INFO O| Mar 01 00:45:53.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51812026-03-01T00:45:53.844Z[ recovery-image] Mar 01 00:45:53.964 INFO O| Mar 01 00:45:53.964 INFO STEP 117 (remove_files) COMPLETE
51822026-03-01T00:45:53.844Z[ recovery-image] Mar 01 00:45:53.964 INFO O| Mar 01 00:45:53.964 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832026-03-01T00:45:53.844Z[ recovery-image] Mar 01 00:45:53.974 INFO O| Mar 01 00:45:53.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51842026-03-01T00:45:53.844Z[ recovery-image] Mar 01 00:45:53.974 INFO O| Mar 01 00:45:53.974 INFO STEP 118 (remove_files) COMPLETE
51852026-03-01T00:45:53.844Z[ recovery-image] Mar 01 00:45:53.974 INFO O| Mar 01 00:45:53.974 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862026-03-01T00:45:53.868Z[ recovery-image] Mar 01 00:45:53.985 INFO O| Mar 01 00:45:53.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51872026-03-01T00:45:53.868Z[ recovery-image] Mar 01 00:45:53.985 INFO O| Mar 01 00:45:53.985 INFO STEP 119 (remove_files) COMPLETE
51882026-03-01T00:45:53.868Z[ recovery-image] Mar 01 00:45:53.985 INFO O| Mar 01 00:45:53.985 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892026-03-01T00:45:53.869Z[ recovery-image] Mar 01 00:45:53.998 INFO O| Mar 01 00:45:53.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51902026-03-01T00:45:53.869Z[ recovery-image] Mar 01 00:45:53.998 INFO O| Mar 01 00:45:53.998 INFO STEP 120 (remove_files) COMPLETE
51912026-03-01T00:45:53.869Z[ recovery-image] Mar 01 00:45:53.998 INFO O| Mar 01 00:45:53.998 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922026-03-01T00:45:53.893Z[ recovery-image] Mar 01 00:45:54.010 INFO O| Mar 01 00:45:54.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51932026-03-01T00:45:53.893Z[ recovery-image] Mar 01 00:45:54.010 INFO O| Mar 01 00:45:54.010 INFO STEP 121 (remove_files) COMPLETE
51942026-03-01T00:45:53.893Z[ recovery-image] Mar 01 00:45:54.010 INFO O| Mar 01 00:45:54.010 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952026-03-01T00:45:53.893Z[ recovery-image] Mar 01 00:45:54.022 INFO O| Mar 01 00:45:54.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51962026-03-01T00:45:53.893Z[ recovery-image] Mar 01 00:45:54.022 INFO O| Mar 01 00:45:54.022 INFO STEP 122 (remove_files) COMPLETE
51972026-03-01T00:45:53.893Z[ recovery-image] Mar 01 00:45:54.022 INFO O| Mar 01 00:45:54.022 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982026-03-01T00:45:53.893Z[ recovery-image] Mar 01 00:45:54.033 INFO O| Mar 01 00:45:54.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51992026-03-01T00:45:53.893Z[ recovery-image] Mar 01 00:45:54.033 INFO O| Mar 01 00:45:54.033 INFO STEP 123 (remove_files) COMPLETE
52002026-03-01T00:45:53.893Z[ recovery-image] Mar 01 00:45:54.033 INFO O| Mar 01 00:45:54.033 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012026-03-01T00:45:53.918Z[ recovery-image] Mar 01 00:45:54.043 INFO O| Mar 01 00:45:54.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52022026-03-01T00:45:53.918Z[ recovery-image] Mar 01 00:45:54.044 INFO O| Mar 01 00:45:54.044 INFO STEP 124 (remove_files) COMPLETE
52032026-03-01T00:45:53.918Z[ recovery-image] Mar 01 00:45:54.044 INFO O| Mar 01 00:45:54.044 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042026-03-01T00:45:53.918Z[ recovery-image] Mar 01 00:45:54.054 INFO O| Mar 01 00:45:54.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52052026-03-01T00:45:53.918Z[ recovery-image] Mar 01 00:45:54.054 INFO O| Mar 01 00:45:54.054 INFO STEP 125 (remove_files) COMPLETE
52062026-03-01T00:45:53.918Z[ recovery-image] Mar 01 00:45:54.054 INFO O| Mar 01 00:45:54.054 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072026-03-01T00:45:53.943Z[ recovery-image] Mar 01 00:45:54.065 INFO O| Mar 01 00:45:54.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52082026-03-01T00:45:53.943Z[ recovery-image] Mar 01 00:45:54.065 INFO O| Mar 01 00:45:54.065 INFO STEP 126 (remove_files) COMPLETE
52092026-03-01T00:45:53.943Z[ recovery-image] Mar 01 00:45:54.065 INFO O| Mar 01 00:45:54.065 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102026-03-01T00:45:53.943Z[ recovery-image] Mar 01 00:45:54.075 INFO O| Mar 01 00:45:54.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52112026-03-01T00:45:53.943Z[ recovery-image] Mar 01 00:45:54.075 INFO O| Mar 01 00:45:54.075 INFO STEP 127 (remove_files) COMPLETE
52122026-03-01T00:45:53.943Z[ recovery-image] Mar 01 00:45:54.075 INFO O| Mar 01 00:45:54.075 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132026-03-01T00:45:53.967Z[ recovery-image] Mar 01 00:45:54.085 INFO O| Mar 01 00:45:54.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52142026-03-01T00:45:53.967Z[ recovery-image] Mar 01 00:45:54.085 INFO O| Mar 01 00:45:54.085 INFO STEP 128 (remove_files) COMPLETE
52152026-03-01T00:45:53.967Z[ recovery-image] Mar 01 00:45:54.085 INFO O| Mar 01 00:45:54.085 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162026-03-01T00:45:53.967Z[ recovery-image] Mar 01 00:45:54.095 INFO O| Mar 01 00:45:54.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52172026-03-01T00:45:53.967Z[ recovery-image] Mar 01 00:45:54.095 INFO O| Mar 01 00:45:54.095 INFO STEP 129 (remove_files) COMPLETE
52182026-03-01T00:45:53.967Z[ recovery-image] Mar 01 00:45:54.095 INFO O| Mar 01 00:45:54.095 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192026-03-01T00:45:53.967Z[ recovery-image] Mar 01 00:45:54.105 INFO O| Mar 01 00:45:54.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52202026-03-01T00:45:53.967Z[ recovery-image] Mar 01 00:45:54.105 INFO O| Mar 01 00:45:54.105 INFO STEP 130 (remove_files) COMPLETE
52212026-03-01T00:45:53.967Z[ recovery-image] Mar 01 00:45:54.105 INFO O| Mar 01 00:45:54.105 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222026-03-01T00:45:53.992Z[ recovery-image] Mar 01 00:45:54.115 INFO O| Mar 01 00:45:54.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52232026-03-01T00:45:53.992Z[ recovery-image] Mar 01 00:45:54.115 INFO O| Mar 01 00:45:54.115 INFO STEP 131 (remove_files) COMPLETE
52242026-03-01T00:45:53.992Z[ recovery-image] Mar 01 00:45:54.115 INFO O| Mar 01 00:45:54.115 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252026-03-01T00:45:53.992Z[ recovery-image] Mar 01 00:45:54.125 INFO O| Mar 01 00:45:54.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52262026-03-01T00:45:53.992Z[ recovery-image] Mar 01 00:45:54.125 INFO O| Mar 01 00:45:54.125 INFO STEP 132 (remove_files) COMPLETE
52272026-03-01T00:45:53.992Z[ recovery-image] Mar 01 00:45:54.125 INFO O| Mar 01 00:45:54.125 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282026-03-01T00:45:54.017Z[ recovery-image] Mar 01 00:45:54.138 INFO O| Mar 01 00:45:54.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52292026-03-01T00:45:54.017Z[ recovery-image] Mar 01 00:45:54.138 INFO O| Mar 01 00:45:54.138 INFO STEP 133 (remove_files) COMPLETE
52302026-03-01T00:45:54.017Z[ recovery-image] Mar 01 00:45:54.138 INFO O| Mar 01 00:45:54.138 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312026-03-01T00:45:54.017Z[ recovery-image] Mar 01 00:45:54.150 INFO O| Mar 01 00:45:54.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52322026-03-01T00:45:54.017Z[ recovery-image] Mar 01 00:45:54.150 INFO O| Mar 01 00:45:54.150 INFO STEP 134 (remove_files) COMPLETE
52332026-03-01T00:45:54.017Z[ recovery-image] Mar 01 00:45:54.150 INFO O| Mar 01 00:45:54.150 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342026-03-01T00:45:54.041Z[ recovery-image] Mar 01 00:45:54.160 INFO O| Mar 01 00:45:54.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52352026-03-01T00:45:54.041Z[ recovery-image] Mar 01 00:45:54.160 INFO O| Mar 01 00:45:54.160 INFO STEP 135 (remove_files) COMPLETE
52362026-03-01T00:45:54.041Z[ recovery-image] Mar 01 00:45:54.160 INFO O| Mar 01 00:45:54.160 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372026-03-01T00:45:54.041Z[ recovery-image] Mar 01 00:45:54.169 INFO O| Mar 01 00:45:54.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52382026-03-01T00:45:54.041Z[ recovery-image] Mar 01 00:45:54.169 INFO O| Mar 01 00:45:54.169 INFO STEP 136 (remove_files) COMPLETE
52392026-03-01T00:45:54.041Z[ recovery-image] Mar 01 00:45:54.169 INFO O| Mar 01 00:45:54.169 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402026-03-01T00:45:54.041Z[ recovery-image] Mar 01 00:45:54.179 INFO O| Mar 01 00:45:54.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52412026-03-01T00:45:54.041Z[ recovery-image] Mar 01 00:45:54.179 INFO O| Mar 01 00:45:54.179 INFO STEP 137 (remove_files) COMPLETE
52422026-03-01T00:45:54.041Z[ recovery-image] Mar 01 00:45:54.179 INFO O| Mar 01 00:45:54.179 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432026-03-01T00:45:54.066Z[ recovery-image] Mar 01 00:45:54.189 INFO O| Mar 01 00:45:54.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52442026-03-01T00:45:54.066Z[ recovery-image] Mar 01 00:45:54.189 INFO O| Mar 01 00:45:54.189 INFO STEP 138 (remove_files) COMPLETE
52452026-03-01T00:45:54.066Z[ recovery-image] Mar 01 00:45:54.189 INFO O| Mar 01 00:45:54.189 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462026-03-01T00:45:54.066Z[ recovery-image] Mar 01 00:45:54.199 INFO O| Mar 01 00:45:54.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52472026-03-01T00:45:54.066Z[ recovery-image] Mar 01 00:45:54.199 INFO O| Mar 01 00:45:54.199 INFO STEP 139 (remove_files) COMPLETE
52482026-03-01T00:45:54.066Z[ recovery-image] Mar 01 00:45:54.199 INFO O| Mar 01 00:45:54.199 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492026-03-01T00:45:54.091Z[ recovery-image] Mar 01 00:45:54.209 INFO O| Mar 01 00:45:54.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52502026-03-01T00:45:54.091Z[ recovery-image] Mar 01 00:45:54.209 INFO O| Mar 01 00:45:54.209 INFO STEP 140 (remove_files) COMPLETE
52512026-03-01T00:45:54.091Z[ recovery-image] Mar 01 00:45:54.209 INFO O| Mar 01 00:45:54.209 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522026-03-01T00:45:54.091Z[ recovery-image] Mar 01 00:45:54.219 INFO O| Mar 01 00:45:54.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52532026-03-01T00:45:54.091Z[ recovery-image] Mar 01 00:45:54.219 INFO O| Mar 01 00:45:54.219 INFO STEP 141 (remove_files) COMPLETE
52542026-03-01T00:45:54.091Z[ recovery-image] Mar 01 00:45:54.219 INFO O| Mar 01 00:45:54.219 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552026-03-01T00:45:54.091Z[ recovery-image] Mar 01 00:45:54.229 INFO O| Mar 01 00:45:54.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52562026-03-01T00:45:54.091Z[ recovery-image] Mar 01 00:45:54.230 INFO O| Mar 01 00:45:54.230 INFO STEP 142 (remove_files) COMPLETE
52572026-03-01T00:45:54.091Z[ recovery-image] Mar 01 00:45:54.230 INFO O| Mar 01 00:45:54.230 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582026-03-01T00:45:54.116Z[ recovery-image] Mar 01 00:45:54.240 INFO O| Mar 01 00:45:54.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52592026-03-01T00:45:54.116Z[ recovery-image] Mar 01 00:45:54.240 INFO O| Mar 01 00:45:54.240 INFO STEP 143 (remove_files) COMPLETE
52602026-03-01T00:45:54.116Z[ recovery-image] Mar 01 00:45:54.240 INFO O| Mar 01 00:45:54.240 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612026-03-01T00:45:54.116Z[ recovery-image] Mar 01 00:45:54.250 INFO O| Mar 01 00:45:54.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52622026-03-01T00:45:54.116Z[ recovery-image] Mar 01 00:45:54.250 INFO O| Mar 01 00:45:54.250 INFO STEP 144 (remove_files) COMPLETE
52632026-03-01T00:45:54.116Z[ recovery-image] Mar 01 00:45:54.250 INFO O| Mar 01 00:45:54.250 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642026-03-01T00:45:54.140Z[ recovery-image] Mar 01 00:45:54.259 INFO O| Mar 01 00:45:54.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52652026-03-01T00:45:54.140Z[ recovery-image] Mar 01 00:45:54.260 INFO O| Mar 01 00:45:54.259 INFO STEP 145 (remove_files) COMPLETE
52662026-03-01T00:45:54.140Z[ recovery-image] Mar 01 00:45:54.260 INFO O| Mar 01 00:45:54.260 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672026-03-01T00:45:54.140Z[ recovery-image] Mar 01 00:45:54.272 INFO O| Mar 01 00:45:54.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52682026-03-01T00:45:54.141Z[ recovery-image] Mar 01 00:45:54.272 INFO O| Mar 01 00:45:54.272 INFO STEP 146 (remove_files) COMPLETE
52692026-03-01T00:45:54.141Z[ recovery-image] Mar 01 00:45:54.272 INFO O| Mar 01 00:45:54.272 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702026-03-01T00:45:54.165Z[ recovery-image] Mar 01 00:45:54.282 INFO O| Mar 01 00:45:54.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52712026-03-01T00:45:54.165Z[ recovery-image] Mar 01 00:45:54.282 INFO O| Mar 01 00:45:54.282 INFO STEP 147 (remove_files) COMPLETE
52722026-03-01T00:45:54.165Z[ recovery-image] Mar 01 00:45:54.282 INFO O| Mar 01 00:45:54.282 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732026-03-01T00:45:54.165Z[ recovery-image] Mar 01 00:45:54.292 INFO O| Mar 01 00:45:54.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52742026-03-01T00:45:54.165Z[ recovery-image] Mar 01 00:45:54.292 INFO O| Mar 01 00:45:54.292 INFO STEP 148 (remove_files) COMPLETE
52752026-03-01T00:45:54.165Z[ recovery-image] Mar 01 00:45:54.292 INFO O| Mar 01 00:45:54.292 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762026-03-01T00:45:54.166Z[ recovery-image] Mar 01 00:45:54.302 INFO O| Mar 01 00:45:54.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52772026-03-01T00:45:54.166Z[ recovery-image] Mar 01 00:45:54.302 INFO O| Mar 01 00:45:54.302 INFO STEP 149 (remove_files) COMPLETE
52782026-03-01T00:45:54.166Z[ recovery-image] Mar 01 00:45:54.302 INFO O| Mar 01 00:45:54.302 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792026-03-01T00:45:54.190Z[ recovery-image] Mar 01 00:45:54.312 INFO O| Mar 01 00:45:54.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52802026-03-01T00:45:54.190Z[ recovery-image] Mar 01 00:45:54.312 INFO O| Mar 01 00:45:54.312 INFO STEP 150 (remove_files) COMPLETE
52812026-03-01T00:45:54.190Z[ recovery-image] Mar 01 00:45:54.312 INFO O| Mar 01 00:45:54.312 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822026-03-01T00:45:54.190Z[ recovery-image] Mar 01 00:45:54.322 INFO O| Mar 01 00:45:54.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52832026-03-01T00:45:54.190Z[ recovery-image] Mar 01 00:45:54.322 INFO O| Mar 01 00:45:54.322 INFO STEP 151 (remove_files) COMPLETE
52842026-03-01T00:45:54.190Z[ recovery-image] Mar 01 00:45:54.322 INFO O| Mar 01 00:45:54.322 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852026-03-01T00:45:54.215Z[ recovery-image] Mar 01 00:45:54.332 INFO O| Mar 01 00:45:54.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52862026-03-01T00:45:54.215Z[ recovery-image] Mar 01 00:45:54.332 INFO O| Mar 01 00:45:54.332 INFO STEP 152 (remove_files) COMPLETE
52872026-03-01T00:45:54.215Z[ recovery-image] Mar 01 00:45:54.333 INFO O| Mar 01 00:45:54.332 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882026-03-01T00:45:54.215Z[ recovery-image] Mar 01 00:45:54.343 INFO O| Mar 01 00:45:54.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52892026-03-01T00:45:54.215Z[ recovery-image] Mar 01 00:45:54.343 INFO O| Mar 01 00:45:54.343 INFO STEP 153 (remove_files) COMPLETE
52902026-03-01T00:45:54.215Z[ recovery-image] Mar 01 00:45:54.343 INFO O| Mar 01 00:45:54.343 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912026-03-01T00:45:54.239Z[ recovery-image] Mar 01 00:45:54.358 INFO O| Mar 01 00:45:54.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52922026-03-01T00:45:54.240Z[ recovery-image] Mar 01 00:45:54.358 INFO O| Mar 01 00:45:54.358 INFO STEP 154 (remove_files) COMPLETE
52932026-03-01T00:45:54.240Z[ recovery-image] Mar 01 00:45:54.358 INFO O| Mar 01 00:45:54.358 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942026-03-01T00:45:54.240Z[ recovery-image] Mar 01 00:45:54.373 INFO O| Mar 01 00:45:54.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52952026-03-01T00:45:54.240Z[ recovery-image] Mar 01 00:45:54.373 INFO O| Mar 01 00:45:54.373 INFO STEP 155 (remove_files) COMPLETE
52962026-03-01T00:45:54.240Z[ recovery-image] Mar 01 00:45:54.373 INFO O| Mar 01 00:45:54.373 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972026-03-01T00:45:54.264Z[ recovery-image] Mar 01 00:45:54.389 INFO O| Mar 01 00:45:54.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52982026-03-01T00:45:54.264Z[ recovery-image] Mar 01 00:45:54.389 INFO O| Mar 01 00:45:54.389 INFO STEP 156 (remove_files) COMPLETE
52992026-03-01T00:45:54.264Z[ recovery-image] Mar 01 00:45:54.389 INFO O| Mar 01 00:45:54.389 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002026-03-01T00:45:54.264Z[ recovery-image] Mar 01 00:45:54.399 INFO O| Mar 01 00:45:54.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53012026-03-01T00:45:54.264Z[ recovery-image] Mar 01 00:45:54.399 INFO O| Mar 01 00:45:54.399 INFO STEP 157 (remove_files) COMPLETE
53022026-03-01T00:45:54.264Z[ recovery-image] Mar 01 00:45:54.399 INFO O| Mar 01 00:45:54.399 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032026-03-01T00:45:54.289Z[ recovery-image] Mar 01 00:45:54.410 INFO O| Mar 01 00:45:54.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53042026-03-01T00:45:54.289Z[ recovery-image] Mar 01 00:45:54.410 INFO O| Mar 01 00:45:54.410 INFO STEP 158 (remove_files) COMPLETE
53052026-03-01T00:45:54.289Z[ recovery-image] Mar 01 00:45:54.410 INFO O| Mar 01 00:45:54.410 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062026-03-01T00:45:54.289Z[ recovery-image] Mar 01 00:45:54.427 INFO O| Mar 01 00:45:54.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53072026-03-01T00:45:54.289Z[ recovery-image] Mar 01 00:45:54.427 INFO O| Mar 01 00:45:54.427 INFO STEP 159 (remove_files) COMPLETE
53082026-03-01T00:45:54.289Z[ recovery-image] Mar 01 00:45:54.427 INFO O| Mar 01 00:45:54.427 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092026-03-01T00:45:54.314Z[ recovery-image] Mar 01 00:45:54.443 INFO O| Mar 01 00:45:54.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53102026-03-01T00:45:54.314Z[ recovery-image] Mar 01 00:45:54.443 INFO O| Mar 01 00:45:54.443 INFO STEP 160 (remove_files) COMPLETE
53112026-03-01T00:45:54.314Z[ recovery-image] Mar 01 00:45:54.443 INFO O| Mar 01 00:45:54.443 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122026-03-01T00:45:54.339Z[ recovery-image] Mar 01 00:45:54.457 INFO O| Mar 01 00:45:54.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53132026-03-01T00:45:54.339Z[ recovery-image] Mar 01 00:45:54.457 INFO O| Mar 01 00:45:54.457 INFO STEP 161 (remove_files) COMPLETE
53142026-03-01T00:45:54.339Z[ recovery-image] Mar 01 00:45:54.457 INFO O| Mar 01 00:45:54.457 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152026-03-01T00:45:54.339Z[ recovery-image] Mar 01 00:45:54.475 INFO O| Mar 01 00:45:54.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53162026-03-01T00:45:54.340Z[ recovery-image] Mar 01 00:45:54.475 INFO O| Mar 01 00:45:54.475 INFO STEP 162 (remove_files) COMPLETE
53172026-03-01T00:45:54.340Z[ recovery-image] Mar 01 00:45:54.475 INFO O| Mar 01 00:45:54.475 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182026-03-01T00:45:54.364Z[ recovery-image] Mar 01 00:45:54.488 INFO O| Mar 01 00:45:54.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53192026-03-01T00:45:54.364Z[ recovery-image] Mar 01 00:45:54.489 INFO O| Mar 01 00:45:54.489 INFO STEP 163 (remove_files) COMPLETE
53202026-03-01T00:45:54.364Z[ recovery-image] Mar 01 00:45:54.489 INFO O| Mar 01 00:45:54.489 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212026-03-01T00:45:54.364Z[ recovery-image] Mar 01 00:45:54.504 INFO O| Mar 01 00:45:54.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53222026-03-01T00:45:54.364Z[ recovery-image] Mar 01 00:45:54.504 INFO O| Mar 01 00:45:54.504 INFO STEP 164 (remove_files) COMPLETE
53232026-03-01T00:45:54.364Z[ recovery-image] Mar 01 00:45:54.504 INFO O| Mar 01 00:45:54.504 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242026-03-01T00:45:54.389Z[ recovery-image] Mar 01 00:45:54.519 INFO O| Mar 01 00:45:54.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53252026-03-01T00:45:54.389Z[ recovery-image] Mar 01 00:45:54.519 INFO O| Mar 01 00:45:54.519 INFO STEP 165 (remove_files) COMPLETE
53262026-03-01T00:45:54.389Z[ recovery-image] Mar 01 00:45:54.519 INFO O| Mar 01 00:45:54.519 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272026-03-01T00:45:54.413Z[ recovery-image] Mar 01 00:45:54.533 INFO O| Mar 01 00:45:54.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53282026-03-01T00:45:54.413Z[ recovery-image] Mar 01 00:45:54.533 INFO O| Mar 01 00:45:54.533 INFO STEP 166 (remove_files) COMPLETE
53292026-03-01T00:45:54.413Z[ recovery-image] Mar 01 00:45:54.533 INFO O| Mar 01 00:45:54.533 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302026-03-01T00:45:54.413Z[ recovery-image] Mar 01 00:45:54.546 INFO O| Mar 01 00:45:54.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53312026-03-01T00:45:54.414Z[ recovery-image] Mar 01 00:45:54.546 INFO O| Mar 01 00:45:54.546 INFO STEP 167 (remove_files) COMPLETE
53322026-03-01T00:45:54.414Z[ recovery-image] Mar 01 00:45:54.546 INFO O| Mar 01 00:45:54.546 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332026-03-01T00:45:54.438Z[ recovery-image] Mar 01 00:45:54.557 INFO O| Mar 01 00:45:54.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53342026-03-01T00:45:54.438Z[ recovery-image] Mar 01 00:45:54.557 INFO O| Mar 01 00:45:54.557 INFO STEP 168 (remove_files) COMPLETE
53352026-03-01T00:45:54.438Z[ recovery-image] Mar 01 00:45:54.557 INFO O| Mar 01 00:45:54.557 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362026-03-01T00:45:54.438Z[ recovery-image] Mar 01 00:45:54.569 INFO O| Mar 01 00:45:54.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53372026-03-01T00:45:54.438Z[ recovery-image] Mar 01 00:45:54.569 INFO O| Mar 01 00:45:54.569 INFO STEP 169 (remove_files) COMPLETE
53382026-03-01T00:45:54.438Z[ recovery-image] Mar 01 00:45:54.569 INFO O| Mar 01 00:45:54.569 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392026-03-01T00:45:54.462Z[ recovery-image] Mar 01 00:45:54.580 INFO O| Mar 01 00:45:54.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53402026-03-01T00:45:54.462Z[ recovery-image] Mar 01 00:45:54.580 INFO O| Mar 01 00:45:54.580 INFO STEP 170 (remove_files) COMPLETE
53412026-03-01T00:45:54.462Z[ recovery-image] Mar 01 00:45:54.580 INFO O| Mar 01 00:45:54.580 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422026-03-01T00:45:54.463Z[ recovery-image] Mar 01 00:45:54.591 INFO O| Mar 01 00:45:54.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53432026-03-01T00:45:54.463Z[ recovery-image] Mar 01 00:45:54.591 INFO O| Mar 01 00:45:54.591 INFO STEP 171 (remove_files) COMPLETE
53442026-03-01T00:45:54.463Z[ recovery-image] Mar 01 00:45:54.591 INFO O| Mar 01 00:45:54.591 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452026-03-01T00:45:54.463Z[ recovery-image] Mar 01 00:45:54.602 INFO O| Mar 01 00:45:54.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53462026-03-01T00:45:54.463Z[ recovery-image] Mar 01 00:45:54.602 INFO O| Mar 01 00:45:54.602 INFO STEP 172 (remove_files) COMPLETE
53472026-03-01T00:45:54.463Z[ recovery-image] Mar 01 00:45:54.602 INFO O| Mar 01 00:45:54.602 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482026-03-01T00:45:54.488Z[ recovery-image] Mar 01 00:45:54.615 INFO O| Mar 01 00:45:54.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53492026-03-01T00:45:54.488Z[ recovery-image] Mar 01 00:45:54.615 INFO O| Mar 01 00:45:54.615 INFO STEP 173 (remove_files) COMPLETE
53502026-03-01T00:45:54.488Z[ recovery-image] Mar 01 00:45:54.615 INFO O| Mar 01 00:45:54.615 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512026-03-01T00:45:54.488Z[ recovery-image] Mar 01 00:45:54.626 INFO O| Mar 01 00:45:54.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53522026-03-01T00:45:54.488Z[ recovery-image] Mar 01 00:45:54.626 INFO O| Mar 01 00:45:54.626 INFO STEP 174 (remove_files) COMPLETE
53532026-03-01T00:45:54.488Z[ recovery-image] Mar 01 00:45:54.626 INFO O| Mar 01 00:45:54.626 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542026-03-01T00:45:54.513Z[ recovery-image] Mar 01 00:45:54.636 INFO O| Mar 01 00:45:54.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53552026-03-01T00:45:54.513Z[ recovery-image] Mar 01 00:45:54.637 INFO O| Mar 01 00:45:54.637 INFO STEP 175 (remove_files) COMPLETE
53562026-03-01T00:45:54.513Z[ recovery-image] Mar 01 00:45:54.637 INFO O| Mar 01 00:45:54.637 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572026-03-01T00:45:54.538Z[ recovery-image] Mar 01 00:45:54.657 INFO O| Mar 01 00:45:54.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53582026-03-01T00:45:54.538Z[ recovery-image] Mar 01 00:45:54.657 INFO O| Mar 01 00:45:54.657 INFO STEP 176 (remove_files) COMPLETE
53592026-03-01T00:45:54.538Z[ recovery-image] Mar 01 00:45:54.657 INFO O| Mar 01 00:45:54.657 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602026-03-01T00:45:54.538Z[ recovery-image] Mar 01 00:45:54.674 INFO O| Mar 01 00:45:54.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53612026-03-01T00:45:54.538Z[ recovery-image] Mar 01 00:45:54.674 INFO O| Mar 01 00:45:54.674 INFO STEP 177 (remove_files) COMPLETE
53622026-03-01T00:45:54.538Z[ recovery-image] Mar 01 00:45:54.675 INFO O| Mar 01 00:45:54.674 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632026-03-01T00:45:54.563Z[ recovery-image] Mar 01 00:45:54.691 INFO O| Mar 01 00:45:54.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53642026-03-01T00:45:54.563Z[ recovery-image] Mar 01 00:45:54.691 INFO O| Mar 01 00:45:54.691 INFO STEP 178 (remove_files) COMPLETE
53652026-03-01T00:45:54.563Z[ recovery-image] Mar 01 00:45:54.691 INFO O| Mar 01 00:45:54.691 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662026-03-01T00:45:54.588Z[ recovery-image] Mar 01 00:45:54.705 INFO O| Mar 01 00:45:54.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53672026-03-01T00:45:54.588Z[ recovery-image] Mar 01 00:45:54.705 INFO O| Mar 01 00:45:54.705 INFO STEP 179 (remove_files) COMPLETE
53682026-03-01T00:45:54.588Z[ recovery-image] Mar 01 00:45:54.705 INFO O| Mar 01 00:45:54.705 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692026-03-01T00:45:54.588Z[ recovery-image] Mar 01 00:45:54.723 INFO O| Mar 01 00:45:54.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53702026-03-01T00:45:54.588Z[ recovery-image] Mar 01 00:45:54.723 INFO O| Mar 01 00:45:54.723 INFO STEP 180 (remove_files) COMPLETE
53712026-03-01T00:45:54.588Z[ recovery-image] Mar 01 00:45:54.723 INFO O| Mar 01 00:45:54.723 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722026-03-01T00:45:54.613Z[ recovery-image] Mar 01 00:45:54.739 INFO O| Mar 01 00:45:54.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53732026-03-01T00:45:54.613Z[ recovery-image] Mar 01 00:45:54.739 INFO O| Mar 01 00:45:54.739 INFO STEP 181 (remove_files) COMPLETE
53742026-03-01T00:45:54.613Z[ recovery-image] Mar 01 00:45:54.739 INFO O| Mar 01 00:45:54.739 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752026-03-01T00:45:54.638Z[ recovery-image] Mar 01 00:45:54.754 INFO O| Mar 01 00:45:54.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53762026-03-01T00:45:54.638Z[ recovery-image] Mar 01 00:45:54.754 INFO O| Mar 01 00:45:54.754 INFO STEP 182 (remove_files) COMPLETE
53772026-03-01T00:45:54.639Z[ recovery-image] Mar 01 00:45:54.754 INFO O| Mar 01 00:45:54.754 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782026-03-01T00:45:54.639Z[ recovery-image] Mar 01 00:45:54.765 INFO O| Mar 01 00:45:54.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53792026-03-01T00:45:54.639Z[ recovery-image] Mar 01 00:45:54.765 INFO O| Mar 01 00:45:54.765 INFO STEP 183 (remove_files) COMPLETE
53802026-03-01T00:45:54.639Z[ recovery-image] Mar 01 00:45:54.765 INFO O| Mar 01 00:45:54.765 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812026-03-01T00:45:54.639Z[ recovery-image] Mar 01 00:45:54.776 INFO O| Mar 01 00:45:54.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53822026-03-01T00:45:54.639Z[ recovery-image] Mar 01 00:45:54.776 INFO O| Mar 01 00:45:54.776 INFO STEP 184 (remove_files) COMPLETE
53832026-03-01T00:45:54.639Z[ recovery-image] Mar 01 00:45:54.776 INFO O| Mar 01 00:45:54.776 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842026-03-01T00:45:54.663Z[ recovery-image] Mar 01 00:45:54.787 INFO O| Mar 01 00:45:54.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53852026-03-01T00:45:54.664Z[ recovery-image] Mar 01 00:45:54.787 INFO O| Mar 01 00:45:54.787 INFO STEP 185 (remove_files) COMPLETE
53862026-03-01T00:45:54.664Z[ recovery-image] Mar 01 00:45:54.787 INFO O| Mar 01 00:45:54.787 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872026-03-01T00:45:54.664Z[ recovery-image] Mar 01 00:45:54.799 INFO O| Mar 01 00:45:54.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53882026-03-01T00:45:54.664Z[ recovery-image] Mar 01 00:45:54.799 INFO O| Mar 01 00:45:54.799 INFO STEP 186 (remove_files) COMPLETE
53892026-03-01T00:45:54.664Z[ recovery-image] Mar 01 00:45:54.799 INFO O| Mar 01 00:45:54.799 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902026-03-01T00:45:54.688Z[ recovery-image] Mar 01 00:45:54.809 INFO O| Mar 01 00:45:54.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53912026-03-01T00:45:54.688Z[ recovery-image] Mar 01 00:45:54.809 INFO O| Mar 01 00:45:54.809 INFO STEP 187 (remove_files) COMPLETE
53922026-03-01T00:45:54.688Z[ recovery-image] Mar 01 00:45:54.809 INFO O| Mar 01 00:45:54.809 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932026-03-01T00:45:54.688Z[ recovery-image] Mar 01 00:45:54.824 INFO O| Mar 01 00:45:54.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53942026-03-01T00:45:54.688Z[ recovery-image] Mar 01 00:45:54.824 INFO O| Mar 01 00:45:54.824 INFO STEP 188 (remove_files) COMPLETE
53952026-03-01T00:45:54.688Z[ recovery-image] Mar 01 00:45:54.824 INFO O| Mar 01 00:45:54.824 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962026-03-01T00:45:54.713Z[ recovery-image] Mar 01 00:45:54.839 INFO O| Mar 01 00:45:54.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53972026-03-01T00:45:54.713Z[ recovery-image] Mar 01 00:45:54.840 INFO O| Mar 01 00:45:54.840 INFO STEP 189 (remove_files) COMPLETE
53982026-03-01T00:45:54.713Z[ recovery-image] Mar 01 00:45:54.840 INFO O| Mar 01 00:45:54.840 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992026-03-01T00:45:54.737Z[ recovery-image] Mar 01 00:45:54.856 INFO O| Mar 01 00:45:54.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54002026-03-01T00:45:54.737Z[ recovery-image] Mar 01 00:45:54.856 INFO O| Mar 01 00:45:54.856 INFO STEP 190 (remove_files) COMPLETE
54012026-03-01T00:45:54.737Z[ recovery-image] Mar 01 00:45:54.856 INFO O| Mar 01 00:45:54.856 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022026-03-01T00:45:54.737Z[ recovery-image] Mar 01 00:45:54.870 INFO O| Mar 01 00:45:54.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54032026-03-01T00:45:54.737Z[ recovery-image] Mar 01 00:45:54.870 INFO O| Mar 01 00:45:54.870 INFO STEP 191 (remove_files) COMPLETE
54042026-03-01T00:45:54.737Z[ recovery-image] Mar 01 00:45:54.870 INFO O| Mar 01 00:45:54.870 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052026-03-01T00:45:54.762Z[ recovery-image] Mar 01 00:45:54.883 INFO O| Mar 01 00:45:54.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54062026-03-01T00:45:54.762Z[ recovery-image] Mar 01 00:45:54.883 INFO O| Mar 01 00:45:54.883 INFO STEP 192 (remove_files) COMPLETE
54072026-03-01T00:45:54.762Z[ recovery-image] Mar 01 00:45:54.883 INFO O| Mar 01 00:45:54.883 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082026-03-01T00:45:54.762Z[ recovery-image] Mar 01 00:45:54.894 INFO O| Mar 01 00:45:54.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54092026-03-01T00:45:54.762Z[ recovery-image] Mar 01 00:45:54.894 INFO O| Mar 01 00:45:54.894 INFO STEP 193 (remove_files) COMPLETE
54102026-03-01T00:45:54.762Z[ recovery-image] Mar 01 00:45:54.894 INFO O| Mar 01 00:45:54.894 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112026-03-01T00:45:54.787Z[ recovery-image] Mar 01 00:45:54.906 INFO O| Mar 01 00:45:54.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54122026-03-01T00:45:54.787Z[ recovery-image] Mar 01 00:45:54.906 INFO O| Mar 01 00:45:54.906 INFO STEP 194 (remove_files) COMPLETE
54132026-03-01T00:45:54.787Z[ recovery-image] Mar 01 00:45:54.906 INFO O| Mar 01 00:45:54.906 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142026-03-01T00:45:54.787Z[ recovery-image] Mar 01 00:45:54.917 INFO O| Mar 01 00:45:54.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54152026-03-01T00:45:54.787Z[ recovery-image] Mar 01 00:45:54.917 INFO O| Mar 01 00:45:54.917 INFO STEP 195 (remove_files) COMPLETE
54162026-03-01T00:45:54.787Z[ recovery-image] Mar 01 00:45:54.917 INFO O| Mar 01 00:45:54.917 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172026-03-01T00:45:54.812Z[ recovery-image] Mar 01 00:45:54.929 INFO O| Mar 01 00:45:54.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54182026-03-01T00:45:54.812Z[ recovery-image] Mar 01 00:45:54.929 INFO O| Mar 01 00:45:54.929 INFO STEP 196 (remove_files) COMPLETE
54192026-03-01T00:45:54.812Z[ recovery-image] Mar 01 00:45:54.929 INFO O| Mar 01 00:45:54.929 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202026-03-01T00:45:54.812Z[ recovery-image] Mar 01 00:45:54.940 INFO O| Mar 01 00:45:54.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54212026-03-01T00:45:54.812Z[ recovery-image] Mar 01 00:45:54.940 INFO O| Mar 01 00:45:54.940 INFO STEP 197 (remove_files) COMPLETE
54222026-03-01T00:45:54.812Z[ recovery-image] Mar 01 00:45:54.940 INFO O| Mar 01 00:45:54.940 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232026-03-01T00:45:54.812Z[ recovery-image] Mar 01 00:45:54.951 INFO O| Mar 01 00:45:54.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54242026-03-01T00:45:54.812Z[ recovery-image] Mar 01 00:45:54.951 INFO O| Mar 01 00:45:54.951 INFO STEP 198 (remove_files) COMPLETE
54252026-03-01T00:45:54.812Z[ recovery-image] Mar 01 00:45:54.951 INFO O| Mar 01 00:45:54.951 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262026-03-01T00:45:54.837Z[ recovery-image] Mar 01 00:45:54.966 INFO O| Mar 01 00:45:54.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54272026-03-01T00:45:54.837Z[ recovery-image] Mar 01 00:45:54.966 INFO O| Mar 01 00:45:54.966 INFO STEP 199 (remove_files) COMPLETE
54282026-03-01T00:45:54.837Z[ recovery-image] Mar 01 00:45:54.966 INFO O| Mar 01 00:45:54.966 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292026-03-01T00:45:54.861Z[ recovery-image] Mar 01 00:45:54.980 INFO O| Mar 01 00:45:54.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54302026-03-01T00:45:54.861Z[ recovery-image] Mar 01 00:45:54.980 INFO O| Mar 01 00:45:54.980 INFO STEP 200 (remove_files) COMPLETE
54312026-03-01T00:45:54.861Z[ recovery-image] Mar 01 00:45:54.980 INFO O| Mar 01 00:45:54.980 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322026-03-01T00:45:54.862Z[ recovery-image] Mar 01 00:45:54.993 INFO O| Mar 01 00:45:54.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54332026-03-01T00:45:54.862Z[ recovery-image] Mar 01 00:45:54.993 INFO O| Mar 01 00:45:54.993 INFO STEP 201 (remove_files) COMPLETE
54342026-03-01T00:45:54.862Z[ recovery-image] Mar 01 00:45:54.993 INFO O| Mar 01 00:45:54.993 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352026-03-01T00:45:54.886Z[ recovery-image] Mar 01 00:45:55.007 INFO O| Mar 01 00:45:55.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54362026-03-01T00:45:54.886Z[ recovery-image] Mar 01 00:45:55.007 INFO O| Mar 01 00:45:55.007 INFO STEP 202 (remove_files) COMPLETE
54372026-03-01T00:45:54.886Z[ recovery-image] Mar 01 00:45:55.007 INFO O| Mar 01 00:45:55.007 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382026-03-01T00:45:54.886Z[ recovery-image] Mar 01 00:45:55.020 INFO O| Mar 01 00:45:55.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54392026-03-01T00:45:54.886Z[ recovery-image] Mar 01 00:45:55.020 INFO O| Mar 01 00:45:55.020 INFO STEP 203 (remove_files) COMPLETE
54402026-03-01T00:45:54.886Z[ recovery-image] Mar 01 00:45:55.020 INFO O| Mar 01 00:45:55.020 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412026-03-01T00:45:54.911Z[ recovery-image] Mar 01 00:45:55.033 INFO O| Mar 01 00:45:55.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54422026-03-01T00:45:54.911Z[ recovery-image] Mar 01 00:45:55.033 INFO O| Mar 01 00:45:55.033 INFO STEP 204 (remove_files) COMPLETE
54432026-03-01T00:45:54.911Z[ recovery-image] Mar 01 00:45:55.033 INFO O| Mar 01 00:45:55.033 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442026-03-01T00:45:54.911Z[ recovery-image] Mar 01 00:45:55.047 INFO O| Mar 01 00:45:55.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54452026-03-01T00:45:54.911Z[ recovery-image] Mar 01 00:45:55.047 INFO O| Mar 01 00:45:55.047 INFO STEP 205 (remove_files) COMPLETE
54462026-03-01T00:45:54.911Z[ recovery-image] Mar 01 00:45:55.047 INFO O| Mar 01 00:45:55.047 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472026-03-01T00:45:54.935Z[ recovery-image] Mar 01 00:45:55.060 INFO O| Mar 01 00:45:55.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54482026-03-01T00:45:54.935Z[ recovery-image] Mar 01 00:45:55.061 INFO O| Mar 01 00:45:55.060 INFO STEP 206 (remove_files) COMPLETE
54492026-03-01T00:45:54.935Z[ recovery-image] Mar 01 00:45:55.061 INFO O| Mar 01 00:45:55.060 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502026-03-01T00:45:54.935Z[ recovery-image] Mar 01 00:45:55.073 INFO O| Mar 01 00:45:55.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54512026-03-01T00:45:54.936Z[ recovery-image] Mar 01 00:45:55.073 INFO O| Mar 01 00:45:55.073 INFO STEP 207 (remove_files) COMPLETE
54522026-03-01T00:45:54.936Z[ recovery-image] Mar 01 00:45:55.073 INFO O| Mar 01 00:45:55.073 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532026-03-01T00:45:54.960Z[ recovery-image] Mar 01 00:45:55.087 INFO O| Mar 01 00:45:55.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54542026-03-01T00:45:54.960Z[ recovery-image] Mar 01 00:45:55.087 INFO O| Mar 01 00:45:55.087 INFO STEP 208 (remove_files) COMPLETE
54552026-03-01T00:45:54.960Z[ recovery-image] Mar 01 00:45:55.087 INFO O| Mar 01 00:45:55.087 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562026-03-01T00:45:54.960Z[ recovery-image] Mar 01 00:45:55.100 INFO O| Mar 01 00:45:55.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54572026-03-01T00:45:54.960Z[ recovery-image] Mar 01 00:45:55.100 INFO O| Mar 01 00:45:55.100 INFO STEP 209 (remove_files) COMPLETE
54582026-03-01T00:45:54.960Z[ recovery-image] Mar 01 00:45:55.100 INFO O| Mar 01 00:45:55.100 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592026-03-01T00:45:54.985Z[ recovery-image] Mar 01 00:45:55.113 INFO O| Mar 01 00:45:55.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54602026-03-01T00:45:54.985Z[ recovery-image] Mar 01 00:45:55.113 INFO O| Mar 01 00:45:55.113 INFO STEP 210 (remove_files) COMPLETE
54612026-03-01T00:45:54.985Z[ recovery-image] Mar 01 00:45:55.113 INFO O| Mar 01 00:45:55.113 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622026-03-01T00:45:55.009Z[ recovery-image] Mar 01 00:45:55.130 INFO O| Mar 01 00:45:55.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54632026-03-01T00:45:55.009Z[ recovery-image] Mar 01 00:45:55.130 INFO O| Mar 01 00:45:55.130 INFO STEP 211 (remove_files) COMPLETE
54642026-03-01T00:45:55.009Z[ recovery-image] Mar 01 00:45:55.130 INFO O| Mar 01 00:45:55.130 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652026-03-01T00:45:55.009Z[ recovery-image] Mar 01 00:45:55.145 INFO O| Mar 01 00:45:55.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54662026-03-01T00:45:55.009Z[ recovery-image] Mar 01 00:45:55.145 INFO O| Mar 01 00:45:55.145 INFO STEP 212 (remove_files) COMPLETE
54672026-03-01T00:45:55.009Z[ recovery-image] Mar 01 00:45:55.145 INFO O| Mar 01 00:45:55.145 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682026-03-01T00:45:55.034Z[ recovery-image] Mar 01 00:45:55.159 INFO O| Mar 01 00:45:55.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54692026-03-01T00:45:55.034Z[ recovery-image] Mar 01 00:45:55.159 INFO O| Mar 01 00:45:55.159 INFO STEP 213 (remove_files) COMPLETE
54702026-03-01T00:45:55.034Z[ recovery-image] Mar 01 00:45:55.159 INFO O| Mar 01 00:45:55.159 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712026-03-01T00:45:55.034Z[ recovery-image] Mar 01 00:45:55.172 INFO O| Mar 01 00:45:55.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54722026-03-01T00:45:55.034Z[ recovery-image] Mar 01 00:45:55.172 INFO O| Mar 01 00:45:55.172 INFO STEP 214 (remove_files) COMPLETE
54732026-03-01T00:45:55.034Z[ recovery-image] Mar 01 00:45:55.172 INFO O| Mar 01 00:45:55.172 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742026-03-01T00:45:55.058Z[ recovery-image] Mar 01 00:45:55.184 INFO O| Mar 01 00:45:55.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54752026-03-01T00:45:55.058Z[ recovery-image] Mar 01 00:45:55.184 INFO O| Mar 01 00:45:55.184 INFO STEP 215 (remove_files) COMPLETE
54762026-03-01T00:45:55.059Z[ recovery-image] Mar 01 00:45:55.184 INFO O| Mar 01 00:45:55.184 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772026-03-01T00:45:55.059Z[ recovery-image] Mar 01 00:45:55.195 INFO O| Mar 01 00:45:55.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54782026-03-01T00:45:55.059Z[ recovery-image] Mar 01 00:45:55.195 INFO O| Mar 01 00:45:55.195 INFO STEP 216 (remove_files) COMPLETE
54792026-03-01T00:45:55.059Z[ recovery-image] Mar 01 00:45:55.195 INFO O| Mar 01 00:45:55.195 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802026-03-01T00:45:55.083Z[ recovery-image] Mar 01 00:45:55.206 INFO O| Mar 01 00:45:55.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54812026-03-01T00:45:55.083Z[ recovery-image] Mar 01 00:45:55.206 INFO O| Mar 01 00:45:55.206 INFO STEP 217 (remove_files) COMPLETE
54822026-03-01T00:45:55.083Z[ recovery-image] Mar 01 00:45:55.206 INFO O| Mar 01 00:45:55.206 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832026-03-01T00:45:55.083Z[ recovery-image] Mar 01 00:45:55.218 INFO O| Mar 01 00:45:55.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54842026-03-01T00:45:55.083Z[ recovery-image] Mar 01 00:45:55.218 INFO O| Mar 01 00:45:55.218 INFO STEP 218 (remove_files) COMPLETE
54852026-03-01T00:45:55.083Z[ recovery-image] Mar 01 00:45:55.218 INFO O| Mar 01 00:45:55.218 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862026-03-01T00:45:55.107Z[ recovery-image] Mar 01 00:45:55.229 INFO O| Mar 01 00:45:55.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54872026-03-01T00:45:55.108Z[ recovery-image] Mar 01 00:45:55.229 INFO O| Mar 01 00:45:55.229 INFO STEP 219 (remove_files) COMPLETE
54882026-03-01T00:45:55.108Z[ recovery-image] Mar 01 00:45:55.229 INFO O| Mar 01 00:45:55.229 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892026-03-01T00:45:55.108Z[ recovery-image] Mar 01 00:45:55.240 INFO O| Mar 01 00:45:55.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54902026-03-01T00:45:55.108Z[ recovery-image] Mar 01 00:45:55.241 INFO O| Mar 01 00:45:55.240 INFO STEP 220 (remove_files) COMPLETE
54912026-03-01T00:45:55.108Z[ recovery-image] Mar 01 00:45:55.241 INFO O| Mar 01 00:45:55.241 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922026-03-01T00:45:55.132Z[ recovery-image] Mar 01 00:45:55.256 INFO O| Mar 01 00:45:55.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54932026-03-01T00:45:55.132Z[ recovery-image] Mar 01 00:45:55.256 INFO O| Mar 01 00:45:55.256 INFO STEP 221 (remove_files) COMPLETE
54942026-03-01T00:45:55.133Z[ recovery-image] Mar 01 00:45:55.257 INFO O| Mar 01 00:45:55.256 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952026-03-01T00:45:55.133Z[ recovery-image] Mar 01 00:45:55.272 INFO O| Mar 01 00:45:55.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54962026-03-01T00:45:55.133Z[ recovery-image] Mar 01 00:45:55.272 INFO O| Mar 01 00:45:55.272 INFO STEP 222 (remove_files) COMPLETE
54972026-03-01T00:45:55.133Z[ recovery-image] Mar 01 00:45:55.272 INFO O| Mar 01 00:45:55.272 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982026-03-01T00:45:55.157Z[ recovery-image] Mar 01 00:45:55.285 INFO O| Mar 01 00:45:55.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54992026-03-01T00:45:55.157Z[ recovery-image] Mar 01 00:45:55.285 INFO O| Mar 01 00:45:55.285 INFO STEP 223 (remove_files) COMPLETE
55002026-03-01T00:45:55.157Z[ recovery-image] Mar 01 00:45:55.285 INFO O| Mar 01 00:45:55.285 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012026-03-01T00:45:55.157Z[ recovery-image] Mar 01 00:45:55.296 INFO O| Mar 01 00:45:55.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55022026-03-01T00:45:55.157Z[ recovery-image] Mar 01 00:45:55.297 INFO O| Mar 01 00:45:55.296 INFO STEP 224 (remove_files) COMPLETE
55032026-03-01T00:45:55.157Z[ recovery-image] Mar 01 00:45:55.297 INFO O| Mar 01 00:45:55.296 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042026-03-01T00:45:55.182Z[ recovery-image] Mar 01 00:45:55.308 INFO O| Mar 01 00:45:55.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55052026-03-01T00:45:55.182Z[ recovery-image] Mar 01 00:45:55.308 INFO O| Mar 01 00:45:55.308 INFO STEP 225 (remove_files) COMPLETE
55062026-03-01T00:45:55.182Z[ recovery-image] Mar 01 00:45:55.308 INFO O| Mar 01 00:45:55.308 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072026-03-01T00:45:55.182Z[ recovery-image] Mar 01 00:45:55.321 INFO O| Mar 01 00:45:55.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55082026-03-01T00:45:55.182Z[ recovery-image] Mar 01 00:45:55.321 INFO O| Mar 01 00:45:55.321 INFO STEP 226 (remove_files) COMPLETE
55092026-03-01T00:45:55.182Z[ recovery-image] Mar 01 00:45:55.321 INFO O| Mar 01 00:45:55.321 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102026-03-01T00:45:55.207Z[ recovery-image] Mar 01 00:45:55.336 INFO O| Mar 01 00:45:55.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55112026-03-01T00:45:55.207Z[ recovery-image] Mar 01 00:45:55.336 INFO O| Mar 01 00:45:55.336 INFO STEP 227 (remove_files) COMPLETE
55122026-03-01T00:45:55.207Z[ recovery-image] Mar 01 00:45:55.336 INFO O| Mar 01 00:45:55.336 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132026-03-01T00:45:55.231Z[ recovery-image] Mar 01 00:45:55.349 INFO O| Mar 01 00:45:55.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55142026-03-01T00:45:55.231Z[ recovery-image] Mar 01 00:45:55.349 INFO O| Mar 01 00:45:55.349 INFO STEP 228 (remove_files) COMPLETE
55152026-03-01T00:45:55.231Z[ recovery-image] Mar 01 00:45:55.349 INFO O| Mar 01 00:45:55.349 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162026-03-01T00:45:55.231Z[ recovery-image] Mar 01 00:45:55.361 INFO O| Mar 01 00:45:55.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55172026-03-01T00:45:55.231Z[ recovery-image] Mar 01 00:45:55.361 INFO O| Mar 01 00:45:55.361 INFO STEP 229 (remove_files) COMPLETE
55182026-03-01T00:45:55.231Z[ recovery-image] Mar 01 00:45:55.361 INFO O| Mar 01 00:45:55.361 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192026-03-01T00:45:55.256Z[ recovery-image] Mar 01 00:45:55.373 INFO O| Mar 01 00:45:55.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55202026-03-01T00:45:55.256Z[ recovery-image] Mar 01 00:45:55.373 INFO O| Mar 01 00:45:55.373 INFO STEP 230 (remove_files) COMPLETE
55212026-03-01T00:45:55.256Z[ recovery-image] Mar 01 00:45:55.373 INFO O| Mar 01 00:45:55.373 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222026-03-01T00:45:55.256Z[ recovery-image] Mar 01 00:45:55.384 INFO O| Mar 01 00:45:55.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55232026-03-01T00:45:55.256Z[ recovery-image] Mar 01 00:45:55.384 INFO O| Mar 01 00:45:55.384 INFO STEP 231 (remove_files) COMPLETE
55242026-03-01T00:45:55.256Z[ recovery-image] Mar 01 00:45:55.384 INFO O| Mar 01 00:45:55.384 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252026-03-01T00:45:55.256Z[ recovery-image] Mar 01 00:45:55.396 INFO O| Mar 01 00:45:55.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55262026-03-01T00:45:55.256Z[ recovery-image] Mar 01 00:45:55.396 INFO O| Mar 01 00:45:55.396 INFO STEP 232 (remove_files) COMPLETE
55272026-03-01T00:45:55.256Z[ recovery-image] Mar 01 00:45:55.396 INFO O| Mar 01 00:45:55.396 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282026-03-01T00:45:55.281Z[ recovery-image] Mar 01 00:45:55.408 INFO O| Mar 01 00:45:55.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55292026-03-01T00:45:55.281Z[ recovery-image] Mar 01 00:45:55.408 INFO O| Mar 01 00:45:55.408 INFO STEP 233 (remove_files) COMPLETE
55302026-03-01T00:45:55.281Z[ recovery-image] Mar 01 00:45:55.408 INFO O| Mar 01 00:45:55.408 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312026-03-01T00:45:55.281Z[ recovery-image] Mar 01 00:45:55.419 INFO O| Mar 01 00:45:55.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55322026-03-01T00:45:55.281Z[ recovery-image] Mar 01 00:45:55.419 INFO O| Mar 01 00:45:55.419 INFO STEP 234 (remove_files) COMPLETE
55332026-03-01T00:45:55.281Z[ recovery-image] Mar 01 00:45:55.419 INFO O| Mar 01 00:45:55.419 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342026-03-01T00:45:55.305Z[ recovery-image] Mar 01 00:45:55.431 INFO O| Mar 01 00:45:55.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55352026-03-01T00:45:55.305Z[ recovery-image] Mar 01 00:45:55.431 INFO O| Mar 01 00:45:55.431 INFO STEP 235 (remove_files) COMPLETE
55362026-03-01T00:45:55.306Z[ recovery-image] Mar 01 00:45:55.431 INFO O| Mar 01 00:45:55.431 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372026-03-01T00:45:55.306Z[ recovery-image] Mar 01 00:45:55.446 INFO O| Mar 01 00:45:55.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55382026-03-01T00:45:55.306Z[ recovery-image] Mar 01 00:45:55.446 INFO O| Mar 01 00:45:55.446 INFO STEP 236 (remove_files) COMPLETE
55392026-03-01T00:45:55.306Z[ recovery-image] Mar 01 00:45:55.446 INFO O| Mar 01 00:45:55.446 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402026-03-01T00:45:55.330Z[ recovery-image] Mar 01 00:45:55.457 INFO O| Mar 01 00:45:55.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55412026-03-01T00:45:55.330Z[ recovery-image] Mar 01 00:45:55.457 INFO O| Mar 01 00:45:55.457 INFO STEP 237 (remove_files) COMPLETE
55422026-03-01T00:45:55.330Z[ recovery-image] Mar 01 00:45:55.457 INFO O| Mar 01 00:45:55.457 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432026-03-01T00:45:55.330Z[ recovery-image] Mar 01 00:45:55.469 INFO O| Mar 01 00:45:55.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55442026-03-01T00:45:55.330Z[ recovery-image] Mar 01 00:45:55.469 INFO O| Mar 01 00:45:55.469 INFO STEP 238 (remove_files) COMPLETE
55452026-03-01T00:45:55.330Z[ recovery-image] Mar 01 00:45:55.469 INFO O| Mar 01 00:45:55.469 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462026-03-01T00:45:55.355Z[ recovery-image] Mar 01 00:45:55.480 INFO O| Mar 01 00:45:55.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55472026-03-01T00:45:55.355Z[ recovery-image] Mar 01 00:45:55.481 INFO O| Mar 01 00:45:55.480 INFO STEP 239 (remove_files) COMPLETE
55482026-03-01T00:45:55.355Z[ recovery-image] Mar 01 00:45:55.481 INFO O| Mar 01 00:45:55.481 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492026-03-01T00:45:55.355Z[ recovery-image] Mar 01 00:45:55.491 INFO O| Mar 01 00:45:55.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55502026-03-01T00:45:55.355Z[ recovery-image] Mar 01 00:45:55.491 INFO O| Mar 01 00:45:55.491 INFO STEP 240 (remove_files) COMPLETE
55512026-03-01T00:45:55.355Z[ recovery-image] Mar 01 00:45:55.491 INFO O| Mar 01 00:45:55.491 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522026-03-01T00:45:55.380Z[ recovery-image] Mar 01 00:45:55.504 INFO O| Mar 01 00:45:55.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55532026-03-01T00:45:55.380Z[ recovery-image] Mar 01 00:45:55.504 INFO O| Mar 01 00:45:55.504 INFO STEP 241 (remove_files) COMPLETE
55542026-03-01T00:45:55.380Z[ recovery-image] Mar 01 00:45:55.504 INFO O| Mar 01 00:45:55.504 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552026-03-01T00:45:55.380Z[ recovery-image] Mar 01 00:45:55.518 INFO O| Mar 01 00:45:55.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55562026-03-01T00:45:55.380Z[ recovery-image] Mar 01 00:45:55.518 INFO O| Mar 01 00:45:55.518 INFO STEP 242 (remove_files) COMPLETE
55572026-03-01T00:45:55.380Z[ recovery-image] Mar 01 00:45:55.518 INFO O| Mar 01 00:45:55.518 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582026-03-01T00:45:55.404Z[ recovery-image] Mar 01 00:45:55.533 INFO O| Mar 01 00:45:55.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55592026-03-01T00:45:55.404Z[ recovery-image] Mar 01 00:45:55.533 INFO O| Mar 01 00:45:55.533 INFO STEP 243 (remove_files) COMPLETE
55602026-03-01T00:45:55.404Z[ recovery-image] Mar 01 00:45:55.533 INFO O| Mar 01 00:45:55.533 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612026-03-01T00:45:55.404Z[ recovery-image] Mar 01 00:45:55.544 INFO O| Mar 01 00:45:55.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55622026-03-01T00:45:55.404Z[ recovery-image] Mar 01 00:45:55.544 INFO O| Mar 01 00:45:55.544 INFO STEP 244 (remove_files) COMPLETE
55632026-03-01T00:45:55.404Z[ recovery-image] Mar 01 00:45:55.544 INFO O| Mar 01 00:45:55.544 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642026-03-01T00:45:55.429Z[ recovery-image] Mar 01 00:45:55.556 INFO O| Mar 01 00:45:55.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55652026-03-01T00:45:55.429Z[ recovery-image] Mar 01 00:45:55.556 INFO O| Mar 01 00:45:55.556 INFO STEP 245 (remove_files) COMPLETE
55662026-03-01T00:45:55.430Z[ recovery-image] Mar 01 00:45:55.556 INFO O| Mar 01 00:45:55.556 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672026-03-01T00:45:55.430Z[ recovery-image] Mar 01 00:45:55.570 INFO O| Mar 01 00:45:55.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55682026-03-01T00:45:55.430Z[ recovery-image] Mar 01 00:45:55.570 INFO O| Mar 01 00:45:55.570 INFO STEP 246 (remove_files) COMPLETE
55692026-03-01T00:45:55.430Z[ recovery-image] Mar 01 00:45:55.570 INFO O| Mar 01 00:45:55.570 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702026-03-01T00:45:55.455Z[ recovery-image] Mar 01 00:45:55.581 INFO O| Mar 01 00:45:55.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55712026-03-01T00:45:55.455Z[ recovery-image] Mar 01 00:45:55.581 INFO O| Mar 01 00:45:55.581 INFO STEP 247 (remove_files) COMPLETE
55722026-03-01T00:45:55.455Z[ recovery-image] Mar 01 00:45:55.581 INFO O| Mar 01 00:45:55.581 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732026-03-01T00:45:55.455Z[ recovery-image] Mar 01 00:45:55.592 INFO O| Mar 01 00:45:55.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55742026-03-01T00:45:55.455Z[ recovery-image] Mar 01 00:45:55.592 INFO O| Mar 01 00:45:55.592 INFO STEP 248 (remove_files) COMPLETE
55752026-03-01T00:45:55.455Z[ recovery-image] Mar 01 00:45:55.592 INFO O| Mar 01 00:45:55.592 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762026-03-01T00:45:55.479Z[ recovery-image] Mar 01 00:45:55.603 INFO O| Mar 01 00:45:55.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55772026-03-01T00:45:55.479Z[ recovery-image] Mar 01 00:45:55.603 INFO O| Mar 01 00:45:55.603 INFO STEP 249 (remove_files) COMPLETE
55782026-03-01T00:45:55.479Z[ recovery-image] Mar 01 00:45:55.603 INFO O| Mar 01 00:45:55.603 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792026-03-01T00:45:55.479Z[ recovery-image] Mar 01 00:45:55.615 INFO O| Mar 01 00:45:55.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55802026-03-01T00:45:55.479Z[ recovery-image] Mar 01 00:45:55.615 INFO O| Mar 01 00:45:55.615 INFO STEP 250 (remove_files) COMPLETE
55812026-03-01T00:45:55.479Z[ recovery-image] Mar 01 00:45:55.615 INFO O| Mar 01 00:45:55.615 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822026-03-01T00:45:55.504Z[ recovery-image] Mar 01 00:45:55.626 INFO O| Mar 01 00:45:55.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55832026-03-01T00:45:55.504Z[ recovery-image] Mar 01 00:45:55.626 INFO O| Mar 01 00:45:55.626 INFO STEP 251 (remove_files) COMPLETE
55842026-03-01T00:45:55.504Z[ recovery-image] Mar 01 00:45:55.626 INFO O| Mar 01 00:45:55.626 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852026-03-01T00:45:55.504Z[ recovery-image] Mar 01 00:45:55.637 INFO O| Mar 01 00:45:55.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55862026-03-01T00:45:55.504Z[ recovery-image] Mar 01 00:45:55.637 INFO O| Mar 01 00:45:55.637 INFO STEP 252 (remove_files) COMPLETE
55872026-03-01T00:45:55.504Z[ recovery-image] Mar 01 00:45:55.637 INFO O| Mar 01 00:45:55.637 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882026-03-01T00:45:55.528Z[ recovery-image] Mar 01 00:45:55.656 INFO O| Mar 01 00:45:55.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55892026-03-01T00:45:55.528Z[ recovery-image] Mar 01 00:45:55.656 INFO O| Mar 01 00:45:55.656 INFO STEP 253 (remove_files) COMPLETE
55902026-03-01T00:45:55.528Z[ recovery-image] Mar 01 00:45:55.656 INFO O| Mar 01 00:45:55.656 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912026-03-01T00:45:55.553Z[ recovery-image] Mar 01 00:45:55.669 INFO O| Mar 01 00:45:55.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55922026-03-01T00:45:55.553Z[ recovery-image] Mar 01 00:45:55.670 INFO O| Mar 01 00:45:55.669 INFO STEP 254 (remove_files) COMPLETE
55932026-03-01T00:45:55.553Z[ recovery-image] Mar 01 00:45:55.670 INFO O| Mar 01 00:45:55.669 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942026-03-01T00:45:55.553Z[ recovery-image] Mar 01 00:45:55.685 INFO O| Mar 01 00:45:55.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55952026-03-01T00:45:55.553Z[ recovery-image] Mar 01 00:45:55.685 INFO O| Mar 01 00:45:55.685 INFO STEP 255 (remove_files) COMPLETE
55962026-03-01T00:45:55.553Z[ recovery-image] Mar 01 00:45:55.685 INFO O| Mar 01 00:45:55.685 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972026-03-01T00:45:55.577Z[ recovery-image] Mar 01 00:45:55.699 INFO O| Mar 01 00:45:55.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55982026-03-01T00:45:55.577Z[ recovery-image] Mar 01 00:45:55.699 INFO O| Mar 01 00:45:55.699 INFO STEP 256 (remove_files) COMPLETE
55992026-03-01T00:45:55.577Z[ recovery-image] Mar 01 00:45:55.699 INFO O| Mar 01 00:45:55.699 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002026-03-01T00:45:55.577Z[ recovery-image] Mar 01 00:45:55.711 INFO O| Mar 01 00:45:55.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56012026-03-01T00:45:55.577Z[ recovery-image] Mar 01 00:45:55.711 INFO O| Mar 01 00:45:55.711 INFO STEP 257 (remove_files) COMPLETE
56022026-03-01T00:45:55.577Z[ recovery-image] Mar 01 00:45:55.711 INFO O| Mar 01 00:45:55.711 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032026-03-01T00:45:55.602Z[ recovery-image] Mar 01 00:45:55.724 INFO O| Mar 01 00:45:55.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56042026-03-01T00:45:55.602Z[ recovery-image] Mar 01 00:45:55.724 INFO O| Mar 01 00:45:55.724 INFO STEP 258 (remove_files) COMPLETE
56052026-03-01T00:45:55.602Z[ recovery-image] Mar 01 00:45:55.724 INFO O| Mar 01 00:45:55.724 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062026-03-01T00:45:55.602Z[ recovery-image] Mar 01 00:45:55.736 INFO O| Mar 01 00:45:55.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56072026-03-01T00:45:55.602Z[ recovery-image] Mar 01 00:45:55.736 INFO O| Mar 01 00:45:55.736 INFO STEP 259 (remove_files) COMPLETE
56082026-03-01T00:45:55.602Z[ recovery-image] Mar 01 00:45:55.736 INFO O| Mar 01 00:45:55.736 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092026-03-01T00:45:55.651Z[ recovery-image] Mar 01 00:45:55.747 INFO O| Mar 01 00:45:55.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56102026-03-01T00:45:55.651Z[ recovery-image] Mar 01 00:45:55.747 INFO O| Mar 01 00:45:55.747 INFO STEP 260 (remove_files) COMPLETE
56112026-03-01T00:45:55.651Z[ recovery-image] Mar 01 00:45:55.747 INFO O| Mar 01 00:45:55.747 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.760 INFO O| Mar 01 00:45:55.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56132026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.760 INFO O| Mar 01 00:45:55.760 INFO STEP 261 (remove_files) COMPLETE
56142026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.760 INFO O| Mar 01 00:45:55.760 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.771 INFO O| Mar 01 00:45:55.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56162026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.772 INFO O| Mar 01 00:45:55.771 INFO STEP 262 (remove_files) COMPLETE
56172026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.772 INFO O| Mar 01 00:45:55.772 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.784 INFO O| Mar 01 00:45:55.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56192026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.784 INFO O| Mar 01 00:45:55.784 INFO STEP 263 (remove_files) COMPLETE
56202026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.784 INFO O| Mar 01 00:45:55.784 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.795 INFO O| Mar 01 00:45:55.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56222026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.795 INFO O| Mar 01 00:45:55.795 INFO STEP 264 (remove_files) COMPLETE
56232026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.795 INFO O| Mar 01 00:45:55.795 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.805 INFO O| Mar 01 00:45:55.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56252026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.805 INFO O| Mar 01 00:45:55.805 INFO STEP 265 (remove_files) COMPLETE
56262026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.805 INFO O| Mar 01 00:45:55.805 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.816 INFO O| Mar 01 00:45:55.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56282026-03-01T00:45:55.676Z[ recovery-image] Mar 01 00:45:55.816 INFO O| Mar 01 00:45:55.816 INFO STEP 266 (remove_files) COMPLETE
56292026-03-01T00:45:55.677Z[ recovery-image] Mar 01 00:45:55.816 INFO O| Mar 01 00:45:55.816 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302026-03-01T00:45:55.701Z[ recovery-image] Mar 01 00:45:55.826 INFO O| Mar 01 00:45:55.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56312026-03-01T00:45:55.701Z[ recovery-image] Mar 01 00:45:55.826 INFO O| Mar 01 00:45:55.826 INFO STEP 267 (remove_files) COMPLETE
56322026-03-01T00:45:55.701Z[ recovery-image] Mar 01 00:45:55.826 INFO O| Mar 01 00:45:55.826 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332026-03-01T00:45:55.701Z[ recovery-image] Mar 01 00:45:55.837 INFO O| Mar 01 00:45:55.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56342026-03-01T00:45:55.701Z[ recovery-image] Mar 01 00:45:55.837 INFO O| Mar 01 00:45:55.837 INFO STEP 268 (remove_files) COMPLETE
56352026-03-01T00:45:55.701Z[ recovery-image] Mar 01 00:45:55.837 INFO O| Mar 01 00:45:55.837 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362026-03-01T00:45:55.728Z[ recovery-image] Mar 01 00:45:55.848 INFO O| Mar 01 00:45:55.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56372026-03-01T00:45:55.728Z[ recovery-image] Mar 01 00:45:55.848 INFO O| Mar 01 00:45:55.848 INFO STEP 269 (remove_files) COMPLETE
56382026-03-01T00:45:55.728Z[ recovery-image] Mar 01 00:45:55.848 INFO O| Mar 01 00:45:55.848 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392026-03-01T00:45:55.728Z[ recovery-image] Mar 01 00:45:55.858 INFO O| Mar 01 00:45:55.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56402026-03-01T00:45:55.728Z[ recovery-image] Mar 01 00:45:55.858 INFO O| Mar 01 00:45:55.858 INFO STEP 270 (remove_files) COMPLETE
56412026-03-01T00:45:55.728Z[ recovery-image] Mar 01 00:45:55.858 INFO O| Mar 01 00:45:55.858 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422026-03-01T00:45:55.755Z[ recovery-image] Mar 01 00:45:55.871 INFO O| Mar 01 00:45:55.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56432026-03-01T00:45:55.755Z[ recovery-image] Mar 01 00:45:55.871 INFO O| Mar 01 00:45:55.871 INFO STEP 271 (remove_files) COMPLETE
56442026-03-01T00:45:55.755Z[ recovery-image] Mar 01 00:45:55.871 INFO O| Mar 01 00:45:55.871 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452026-03-01T00:45:55.755Z[ recovery-image] Mar 01 00:45:55.882 INFO O| Mar 01 00:45:55.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56462026-03-01T00:45:55.755Z[ recovery-image] Mar 01 00:45:55.882 INFO O| Mar 01 00:45:55.882 INFO STEP 272 (remove_files) COMPLETE
56472026-03-01T00:45:55.755Z[ recovery-image] Mar 01 00:45:55.882 INFO O| Mar 01 00:45:55.882 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482026-03-01T00:45:55.755Z[ recovery-image] Mar 01 00:45:55.892 INFO O| Mar 01 00:45:55.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56492026-03-01T00:45:55.755Z[ recovery-image] Mar 01 00:45:55.892 INFO O| Mar 01 00:45:55.892 INFO STEP 273 (remove_files) COMPLETE
56502026-03-01T00:45:55.755Z[ recovery-image] Mar 01 00:45:55.892 INFO O| Mar 01 00:45:55.892 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512026-03-01T00:45:55.779Z[ recovery-image] Mar 01 00:45:55.902 INFO O| Mar 01 00:45:55.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56522026-03-01T00:45:55.779Z[ recovery-image] Mar 01 00:45:55.902 INFO O| Mar 01 00:45:55.902 INFO STEP 274 (remove_files) COMPLETE
56532026-03-01T00:45:55.779Z[ recovery-image] Mar 01 00:45:55.902 INFO O| Mar 01 00:45:55.902 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542026-03-01T00:45:55.779Z[ recovery-image] Mar 01 00:45:55.914 INFO O| Mar 01 00:45:55.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56552026-03-01T00:45:55.780Z[ recovery-image] Mar 01 00:45:55.914 INFO O| Mar 01 00:45:55.914 INFO STEP 275 (remove_files) COMPLETE
56562026-03-01T00:45:55.780Z[ recovery-image] Mar 01 00:45:55.914 INFO O| Mar 01 00:45:55.914 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572026-03-01T00:45:55.804Z[ recovery-image] Mar 01 00:45:55.925 INFO O| Mar 01 00:45:55.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56582026-03-01T00:45:55.804Z[ recovery-image] Mar 01 00:45:55.925 INFO O| Mar 01 00:45:55.925 INFO STEP 276 (remove_files) COMPLETE
56592026-03-01T00:45:55.804Z[ recovery-image] Mar 01 00:45:55.925 INFO O| Mar 01 00:45:55.925 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602026-03-01T00:45:55.804Z[ recovery-image] Mar 01 00:45:55.939 INFO O| Mar 01 00:45:55.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56612026-03-01T00:45:55.804Z[ recovery-image] Mar 01 00:45:55.939 INFO O| Mar 01 00:45:55.939 INFO STEP 277 (remove_files) COMPLETE
56622026-03-01T00:45:55.804Z[ recovery-image] Mar 01 00:45:55.939 INFO O| Mar 01 00:45:55.939 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632026-03-01T00:45:55.829Z[ recovery-image] Mar 01 00:45:55.953 INFO O| Mar 01 00:45:55.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56642026-03-01T00:45:55.829Z[ recovery-image] Mar 01 00:45:55.954 INFO O| Mar 01 00:45:55.954 INFO STEP 278 (remove_files) COMPLETE
56652026-03-01T00:45:55.829Z[ recovery-image] Mar 01 00:45:55.954 INFO O| Mar 01 00:45:55.954 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662026-03-01T00:45:55.829Z[ recovery-image] Mar 01 00:45:55.968 INFO O| Mar 01 00:45:55.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56672026-03-01T00:45:55.829Z[ recovery-image] Mar 01 00:45:55.968 INFO O| Mar 01 00:45:55.968 INFO STEP 279 (remove_files) COMPLETE
56682026-03-01T00:45:55.829Z[ recovery-image] Mar 01 00:45:55.968 INFO O| Mar 01 00:45:55.968 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692026-03-01T00:45:55.853Z[ recovery-image] Mar 01 00:45:55.982 INFO O| Mar 01 00:45:55.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56702026-03-01T00:45:55.853Z[ recovery-image] Mar 01 00:45:55.982 INFO O| Mar 01 00:45:55.982 INFO STEP 280 (remove_files) COMPLETE
56712026-03-01T00:45:55.853Z[ recovery-image] Mar 01 00:45:55.982 INFO O| Mar 01 00:45:55.982 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722026-03-01T00:45:55.878Z[ recovery-image] Mar 01 00:45:55.995 INFO O| Mar 01 00:45:55.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56732026-03-01T00:45:55.878Z[ recovery-image] Mar 01 00:45:55.996 INFO O| Mar 01 00:45:55.996 INFO STEP 281 (remove_files) COMPLETE
56742026-03-01T00:45:55.878Z[ recovery-image] Mar 01 00:45:55.996 INFO O| Mar 01 00:45:55.996 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752026-03-01T00:45:55.878Z[ recovery-image] Mar 01 00:45:56.007 INFO O| Mar 01 00:45:56.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56762026-03-01T00:45:55.878Z[ recovery-image] Mar 01 00:45:56.007 INFO O| Mar 01 00:45:56.007 INFO STEP 282 (remove_files) COMPLETE
56772026-03-01T00:45:55.878Z[ recovery-image] Mar 01 00:45:56.007 INFO O| Mar 01 00:45:56.007 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782026-03-01T00:45:55.903Z[ recovery-image] Mar 01 00:45:56.020 INFO O| Mar 01 00:45:56.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56792026-03-01T00:45:55.903Z[ recovery-image] Mar 01 00:45:56.020 INFO O| Mar 01 00:45:56.020 INFO STEP 283 (remove_files) COMPLETE
56802026-03-01T00:45:55.903Z[ recovery-image] Mar 01 00:45:56.020 INFO O| Mar 01 00:45:56.020 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812026-03-01T00:45:55.903Z[ recovery-image] Mar 01 00:45:56.031 INFO O| Mar 01 00:45:56.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56822026-03-01T00:45:55.903Z[ recovery-image] Mar 01 00:45:56.031 INFO O| Mar 01 00:45:56.031 INFO STEP 284 (remove_files) COMPLETE
56832026-03-01T00:45:55.903Z[ recovery-image] Mar 01 00:45:56.031 INFO O| Mar 01 00:45:56.031 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842026-03-01T00:45:55.903Z[ recovery-image] Mar 01 00:45:56.042 INFO O| Mar 01 00:45:56.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56852026-03-01T00:45:55.903Z[ recovery-image] Mar 01 00:45:56.042 INFO O| Mar 01 00:45:56.042 INFO STEP 285 (remove_files) COMPLETE
56862026-03-01T00:45:55.903Z[ recovery-image] Mar 01 00:45:56.042 INFO O| Mar 01 00:45:56.042 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872026-03-01T00:45:55.928Z[ recovery-image] Mar 01 00:45:56.052 INFO O| Mar 01 00:45:56.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56882026-03-01T00:45:55.928Z[ recovery-image] Mar 01 00:45:56.053 INFO O| Mar 01 00:45:56.052 INFO STEP 286 (remove_files) COMPLETE
56892026-03-01T00:45:55.928Z[ recovery-image] Mar 01 00:45:56.053 INFO O| Mar 01 00:45:56.053 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902026-03-01T00:45:55.928Z[ recovery-image] Mar 01 00:45:56.063 INFO O| Mar 01 00:45:56.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56912026-03-01T00:45:55.928Z[ recovery-image] Mar 01 00:45:56.063 INFO O| Mar 01 00:45:56.063 INFO STEP 287 (remove_files) COMPLETE
56922026-03-01T00:45:55.928Z[ recovery-image] Mar 01 00:45:56.063 INFO O| Mar 01 00:45:56.063 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932026-03-01T00:45:55.953Z[ recovery-image] Mar 01 00:45:56.074 INFO O| Mar 01 00:45:56.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56942026-03-01T00:45:55.953Z[ recovery-image] Mar 01 00:45:56.074 INFO O| Mar 01 00:45:56.074 INFO STEP 288 (remove_files) COMPLETE
56952026-03-01T00:45:55.953Z[ recovery-image] Mar 01 00:45:56.074 INFO O| Mar 01 00:45:56.074 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962026-03-01T00:45:55.953Z[ recovery-image] Mar 01 00:45:56.084 INFO O| Mar 01 00:45:56.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56972026-03-01T00:45:55.953Z[ recovery-image] Mar 01 00:45:56.084 INFO O| Mar 01 00:45:56.084 INFO STEP 289 (remove_files) COMPLETE
56982026-03-01T00:45:55.953Z[ recovery-image] Mar 01 00:45:56.084 INFO O| Mar 01 00:45:56.084 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992026-03-01T00:45:55.978Z[ recovery-image] Mar 01 00:45:56.094 INFO O| Mar 01 00:45:56.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57002026-03-01T00:45:55.978Z[ recovery-image] Mar 01 00:45:56.094 INFO O| Mar 01 00:45:56.094 INFO STEP 290 (remove_files) COMPLETE
57012026-03-01T00:45:55.978Z[ recovery-image] Mar 01 00:45:56.094 INFO O| Mar 01 00:45:56.094 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022026-03-01T00:45:55.978Z[ recovery-image] Mar 01 00:45:56.105 INFO O| Mar 01 00:45:56.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57032026-03-01T00:45:55.978Z[ recovery-image] Mar 01 00:45:56.105 INFO O| Mar 01 00:45:56.105 INFO STEP 291 (remove_files) COMPLETE
57042026-03-01T00:45:55.978Z[ recovery-image] Mar 01 00:45:56.105 INFO O| Mar 01 00:45:56.105 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052026-03-01T00:45:55.978Z[ recovery-image] Mar 01 00:45:56.115 INFO O| Mar 01 00:45:56.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57062026-03-01T00:45:55.978Z[ recovery-image] Mar 01 00:45:56.115 INFO O| Mar 01 00:45:56.115 INFO STEP 292 (remove_files) COMPLETE
57072026-03-01T00:45:55.978Z[ recovery-image] Mar 01 00:45:56.115 INFO O| Mar 01 00:45:56.115 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082026-03-01T00:45:56.002Z[ recovery-image] Mar 01 00:45:56.126 INFO O| Mar 01 00:45:56.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57092026-03-01T00:45:56.002Z[ recovery-image] Mar 01 00:45:56.126 INFO O| Mar 01 00:45:56.126 INFO STEP 293 (remove_files) COMPLETE
57102026-03-01T00:45:56.002Z[ recovery-image] Mar 01 00:45:56.126 INFO O| Mar 01 00:45:56.126 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112026-03-01T00:45:56.002Z[ recovery-image] Mar 01 00:45:56.136 INFO O| Mar 01 00:45:56.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57122026-03-01T00:45:56.002Z[ recovery-image] Mar 01 00:45:56.136 INFO O| Mar 01 00:45:56.136 INFO STEP 294 (remove_files) COMPLETE
57132026-03-01T00:45:56.002Z[ recovery-image] Mar 01 00:45:56.136 INFO O| Mar 01 00:45:56.136 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142026-03-01T00:45:56.027Z[ recovery-image] Mar 01 00:45:56.146 INFO O| Mar 01 00:45:56.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57152026-03-01T00:45:56.027Z[ recovery-image] Mar 01 00:45:56.147 INFO O| Mar 01 00:45:56.147 INFO STEP 295 (remove_files) COMPLETE
57162026-03-01T00:45:56.027Z[ recovery-image] Mar 01 00:45:56.147 INFO O| Mar 01 00:45:56.147 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172026-03-01T00:45:56.027Z[ recovery-image] Mar 01 00:45:56.157 INFO O| Mar 01 00:45:56.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57182026-03-01T00:45:56.027Z[ recovery-image] Mar 01 00:45:56.157 INFO O| Mar 01 00:45:56.157 INFO STEP 296 (remove_files) COMPLETE
57192026-03-01T00:45:56.027Z[ recovery-image] Mar 01 00:45:56.157 INFO O| Mar 01 00:45:56.157 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202026-03-01T00:45:56.052Z[ recovery-image] Mar 01 00:45:56.172 INFO O| Mar 01 00:45:56.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57212026-03-01T00:45:56.052Z[ recovery-image] Mar 01 00:45:56.172 INFO O| Mar 01 00:45:56.172 INFO STEP 297 (remove_files) COMPLETE
57222026-03-01T00:45:56.052Z[ recovery-image] Mar 01 00:45:56.172 INFO O| Mar 01 00:45:56.172 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232026-03-01T00:45:56.052Z[ recovery-image] Mar 01 00:45:56.185 INFO O| Mar 01 00:45:56.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57242026-03-01T00:45:56.052Z[ recovery-image] Mar 01 00:45:56.185 INFO O| Mar 01 00:45:56.185 INFO STEP 298 (remove_files) COMPLETE
57252026-03-01T00:45:56.052Z[ recovery-image] Mar 01 00:45:56.185 INFO O| Mar 01 00:45:56.185 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262026-03-01T00:45:56.076Z[ recovery-image] Mar 01 00:45:56.199 INFO O| Mar 01 00:45:56.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57272026-03-01T00:45:56.076Z[ recovery-image] Mar 01 00:45:56.199 INFO O| Mar 01 00:45:56.199 INFO STEP 299 (remove_files) COMPLETE
57282026-03-01T00:45:56.076Z[ recovery-image] Mar 01 00:45:56.199 INFO O| Mar 01 00:45:56.199 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292026-03-01T00:45:56.076Z[ recovery-image] Mar 01 00:45:56.210 INFO O| Mar 01 00:45:56.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57302026-03-01T00:45:56.076Z[ recovery-image] Mar 01 00:45:56.210 INFO O| Mar 01 00:45:56.210 INFO STEP 300 (remove_files) COMPLETE
57312026-03-01T00:45:56.076Z[ recovery-image] Mar 01 00:45:56.210 INFO O| Mar 01 00:45:56.210 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322026-03-01T00:45:56.101Z[ recovery-image] Mar 01 00:45:56.224 INFO O| Mar 01 00:45:56.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57332026-03-01T00:45:56.101Z[ recovery-image] Mar 01 00:45:56.224 INFO O| Mar 01 00:45:56.224 INFO STEP 301 (remove_files) COMPLETE
57342026-03-01T00:45:56.101Z[ recovery-image] Mar 01 00:45:56.224 INFO O| Mar 01 00:45:56.224 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352026-03-01T00:45:56.101Z[ recovery-image] Mar 01 00:45:56.235 INFO O| Mar 01 00:45:56.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57362026-03-01T00:45:56.101Z[ recovery-image] Mar 01 00:45:56.235 INFO O| Mar 01 00:45:56.235 INFO STEP 302 (remove_files) COMPLETE
57372026-03-01T00:45:56.101Z[ recovery-image] Mar 01 00:45:56.235 INFO O| Mar 01 00:45:56.235 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382026-03-01T00:45:56.125Z[ recovery-image] Mar 01 00:45:56.246 INFO O| Mar 01 00:45:56.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57392026-03-01T00:45:56.126Z[ recovery-image] Mar 01 00:45:56.246 INFO O| Mar 01 00:45:56.246 INFO STEP 303 (remove_files) COMPLETE
57402026-03-01T00:45:56.126Z[ recovery-image] Mar 01 00:45:56.246 INFO O| Mar 01 00:45:56.246 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412026-03-01T00:45:56.126Z[ recovery-image] Mar 01 00:45:56.256 INFO O| Mar 01 00:45:56.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57422026-03-01T00:45:56.126Z[ recovery-image] Mar 01 00:45:56.256 INFO O| Mar 01 00:45:56.256 INFO STEP 304 (remove_files) COMPLETE
57432026-03-01T00:45:56.126Z[ recovery-image] Mar 01 00:45:56.256 INFO O| Mar 01 00:45:56.256 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442026-03-01T00:45:56.150Z[ recovery-image] Mar 01 00:45:56.267 INFO O| Mar 01 00:45:56.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57452026-03-01T00:45:56.150Z[ recovery-image] Mar 01 00:45:56.267 INFO O| Mar 01 00:45:56.267 INFO STEP 305 (remove_files) COMPLETE
57462026-03-01T00:45:56.150Z[ recovery-image] Mar 01 00:45:56.267 INFO O| Mar 01 00:45:56.267 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472026-03-01T00:45:56.150Z[ recovery-image] Mar 01 00:45:56.277 INFO O| Mar 01 00:45:56.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57482026-03-01T00:45:56.150Z[ recovery-image] Mar 01 00:45:56.277 INFO O| Mar 01 00:45:56.277 INFO STEP 306 (remove_files) COMPLETE
57492026-03-01T00:45:56.150Z[ recovery-image] Mar 01 00:45:56.278 INFO O| Mar 01 00:45:56.277 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502026-03-01T00:45:56.150Z[ recovery-image] Mar 01 00:45:56.288 INFO O| Mar 01 00:45:56.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57512026-03-01T00:45:56.150Z[ recovery-image] Mar 01 00:45:56.288 INFO O| Mar 01 00:45:56.288 INFO STEP 307 (remove_files) COMPLETE
57522026-03-01T00:45:56.150Z[ recovery-image] Mar 01 00:45:56.288 INFO O| Mar 01 00:45:56.288 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532026-03-01T00:45:56.191Z[ recovery-image] Mar 01 00:45:56.299 INFO O| Mar 01 00:45:56.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57542026-03-01T00:45:56.191Z[ recovery-image] Mar 01 00:45:56.300 INFO O| Mar 01 00:45:56.300 INFO STEP 308 (remove_files) COMPLETE
57552026-03-01T00:45:56.191Z[ recovery-image] Mar 01 00:45:56.300 INFO O| Mar 01 00:45:56.300 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562026-03-01T00:45:56.191Z[ recovery-image] Mar 01 00:45:56.319 INFO O| Mar 01 00:45:56.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57572026-03-01T00:45:56.191Z[ recovery-image] Mar 01 00:45:56.319 INFO O| Mar 01 00:45:56.319 INFO STEP 309 (remove_files) COMPLETE
57582026-03-01T00:45:56.191Z[ recovery-image] Mar 01 00:45:56.319 INFO O| Mar 01 00:45:56.319 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592026-03-01T00:45:56.216Z[ recovery-image] Mar 01 00:45:56.333 INFO O| Mar 01 00:45:56.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57602026-03-01T00:45:56.216Z[ recovery-image] Mar 01 00:45:56.333 INFO O| Mar 01 00:45:56.333 INFO STEP 310 (remove_files) COMPLETE
57612026-03-01T00:45:56.216Z[ recovery-image] Mar 01 00:45:56.333 INFO O| Mar 01 00:45:56.333 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622026-03-01T00:45:56.217Z[ recovery-image] Mar 01 00:45:56.353 INFO O| Mar 01 00:45:56.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57632026-03-01T00:45:56.217Z[ recovery-image] Mar 01 00:45:56.353 INFO O| Mar 01 00:45:56.353 INFO STEP 311 (remove_files) COMPLETE
57642026-03-01T00:45:56.217Z[ recovery-image] Mar 01 00:45:56.353 INFO O| Mar 01 00:45:56.353 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652026-03-01T00:45:56.241Z[ recovery-image] Mar 01 00:45:56.365 INFO O| Mar 01 00:45:56.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57662026-03-01T00:45:56.241Z[ recovery-image] Mar 01 00:45:56.365 INFO O| Mar 01 00:45:56.365 INFO STEP 312 (remove_files) COMPLETE
57672026-03-01T00:45:56.241Z[ recovery-image] Mar 01 00:45:56.365 INFO O| Mar 01 00:45:56.365 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682026-03-01T00:45:56.241Z[ recovery-image] Mar 01 00:45:56.378 INFO O| Mar 01 00:45:56.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57692026-03-01T00:45:56.241Z[ recovery-image] Mar 01 00:45:56.378 INFO O| Mar 01 00:45:56.378 INFO STEP 313 (remove_files) COMPLETE
57702026-03-01T00:45:56.241Z[ recovery-image] Mar 01 00:45:56.378 INFO O| Mar 01 00:45:56.378 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712026-03-01T00:45:56.266Z[ recovery-image] Mar 01 00:45:56.390 INFO O| Mar 01 00:45:56.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57722026-03-01T00:45:56.266Z[ recovery-image] Mar 01 00:45:56.390 INFO O| Mar 01 00:45:56.390 INFO STEP 314 (remove_files) COMPLETE
57732026-03-01T00:45:56.266Z[ recovery-image] Mar 01 00:45:56.390 INFO O| Mar 01 00:45:56.390 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742026-03-01T00:45:56.266Z[ recovery-image] Mar 01 00:45:56.404 INFO O| Mar 01 00:45:56.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57752026-03-01T00:45:56.266Z[ recovery-image] Mar 01 00:45:56.405 INFO O| Mar 01 00:45:56.405 INFO STEP 315 (remove_files) COMPLETE
57762026-03-01T00:45:56.266Z[ recovery-image] Mar 01 00:45:56.405 INFO O| Mar 01 00:45:56.405 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772026-03-01T00:45:56.291Z[ recovery-image] Mar 01 00:45:56.422 INFO O| Mar 01 00:45:56.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57782026-03-01T00:45:56.291Z[ recovery-image] Mar 01 00:45:56.422 INFO O| Mar 01 00:45:56.422 INFO STEP 316 (remove_files) COMPLETE
57792026-03-01T00:45:56.291Z[ recovery-image] Mar 01 00:45:56.422 INFO O| Mar 01 00:45:56.422 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802026-03-01T00:45:56.315Z[ recovery-image] Mar 01 00:45:56.437 INFO O| Mar 01 00:45:56.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57812026-03-01T00:45:56.315Z[ recovery-image] Mar 01 00:45:56.437 INFO O| Mar 01 00:45:56.437 INFO STEP 317 (remove_files) COMPLETE
57822026-03-01T00:45:56.315Z[ recovery-image] Mar 01 00:45:56.437 INFO O| Mar 01 00:45:56.437 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832026-03-01T00:45:56.315Z[ recovery-image] Mar 01 00:45:56.448 INFO O| Mar 01 00:45:56.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57842026-03-01T00:45:56.315Z[ recovery-image] Mar 01 00:45:56.448 INFO O| Mar 01 00:45:56.448 INFO STEP 318 (remove_files) COMPLETE
57852026-03-01T00:45:56.315Z[ recovery-image] Mar 01 00:45:56.448 INFO O| Mar 01 00:45:56.448 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862026-03-01T00:45:56.340Z[ recovery-image] Mar 01 00:45:56.459 INFO O| Mar 01 00:45:56.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57872026-03-01T00:45:56.340Z[ recovery-image] Mar 01 00:45:56.459 INFO O| Mar 01 00:45:56.459 INFO STEP 319 (remove_files) COMPLETE
57882026-03-01T00:45:56.340Z[ recovery-image] Mar 01 00:45:56.459 INFO O| Mar 01 00:45:56.459 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892026-03-01T00:45:56.340Z[ recovery-image] Mar 01 00:45:56.469 INFO O| Mar 01 00:45:56.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57902026-03-01T00:45:56.340Z[ recovery-image] Mar 01 00:45:56.469 INFO O| Mar 01 00:45:56.469 INFO STEP 320 (remove_files) COMPLETE
57912026-03-01T00:45:56.340Z[ recovery-image] Mar 01 00:45:56.469 INFO O| Mar 01 00:45:56.469 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922026-03-01T00:45:56.365Z[ recovery-image] Mar 01 00:45:56.482 INFO O| Mar 01 00:45:56.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57932026-03-01T00:45:56.365Z[ recovery-image] Mar 01 00:45:56.482 INFO O| Mar 01 00:45:56.482 INFO STEP 321 (remove_files) COMPLETE
57942026-03-01T00:45:56.365Z[ recovery-image] Mar 01 00:45:56.482 INFO O| Mar 01 00:45:56.482 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952026-03-01T00:45:56.365Z[ recovery-image] Mar 01 00:45:56.491 INFO O| Mar 01 00:45:56.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57962026-03-01T00:45:56.365Z[ recovery-image] Mar 01 00:45:56.491 INFO O| Mar 01 00:45:56.491 INFO STEP 322 (remove_files) COMPLETE
57972026-03-01T00:45:56.365Z[ recovery-image] Mar 01 00:45:56.491 INFO O| Mar 01 00:45:56.491 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982026-03-01T00:45:56.365Z[ recovery-image] Mar 01 00:45:56.501 INFO O| Mar 01 00:45:56.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57992026-03-01T00:45:56.365Z[ recovery-image] Mar 01 00:45:56.501 INFO O| Mar 01 00:45:56.501 INFO STEP 323 (remove_files) COMPLETE
58002026-03-01T00:45:56.365Z[ recovery-image] Mar 01 00:45:56.501 INFO O| Mar 01 00:45:56.501 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012026-03-01T00:45:56.389Z[ recovery-image] Mar 01 00:45:56.511 INFO O| Mar 01 00:45:56.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58022026-03-01T00:45:56.389Z[ recovery-image] Mar 01 00:45:56.511 INFO O| Mar 01 00:45:56.511 INFO STEP 324 (remove_files) COMPLETE
58032026-03-01T00:45:56.389Z[ recovery-image] Mar 01 00:45:56.511 INFO O| Mar 01 00:45:56.511 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042026-03-01T00:45:56.389Z[ recovery-image] Mar 01 00:45:56.521 INFO O| Mar 01 00:45:56.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58052026-03-01T00:45:56.390Z[ recovery-image] Mar 01 00:45:56.522 INFO O| Mar 01 00:45:56.522 INFO STEP 325 (remove_files) COMPLETE
58062026-03-01T00:45:56.390Z[ recovery-image] Mar 01 00:45:56.522 INFO O| Mar 01 00:45:56.522 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072026-03-01T00:45:56.414Z[ recovery-image] Mar 01 00:45:56.532 INFO O| Mar 01 00:45:56.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58082026-03-01T00:45:56.414Z[ recovery-image] Mar 01 00:45:56.532 INFO O| Mar 01 00:45:56.532 INFO STEP 326 (remove_files) COMPLETE
58092026-03-01T00:45:56.414Z[ recovery-image] Mar 01 00:45:56.532 INFO O| Mar 01 00:45:56.532 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102026-03-01T00:45:56.414Z[ recovery-image] Mar 01 00:45:56.541 INFO O| Mar 01 00:45:56.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58112026-03-01T00:45:56.414Z[ recovery-image] Mar 01 00:45:56.542 INFO O| Mar 01 00:45:56.542 INFO STEP 327 (remove_files) COMPLETE
58122026-03-01T00:45:56.414Z[ recovery-image] Mar 01 00:45:56.542 INFO O| Mar 01 00:45:56.542 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132026-03-01T00:45:56.439Z[ recovery-image] Mar 01 00:45:56.555 INFO O| Mar 01 00:45:56.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58142026-03-01T00:45:56.439Z[ recovery-image] Mar 01 00:45:56.555 INFO O| Mar 01 00:45:56.555 INFO STEP 328 (remove_files) COMPLETE
58152026-03-01T00:45:56.439Z[ recovery-image] Mar 01 00:45:56.555 INFO O| Mar 01 00:45:56.555 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162026-03-01T00:45:56.439Z[ recovery-image] Mar 01 00:45:56.566 INFO O| Mar 01 00:45:56.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58172026-03-01T00:45:56.439Z[ recovery-image] Mar 01 00:45:56.566 INFO O| Mar 01 00:45:56.566 INFO STEP 329 (remove_files) COMPLETE
58182026-03-01T00:45:56.439Z[ recovery-image] Mar 01 00:45:56.566 INFO O| Mar 01 00:45:56.566 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192026-03-01T00:45:56.439Z[ recovery-image] Mar 01 00:45:56.576 INFO O| Mar 01 00:45:56.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58202026-03-01T00:45:56.439Z[ recovery-image] Mar 01 00:45:56.576 INFO O| Mar 01 00:45:56.576 INFO STEP 330 (remove_files) COMPLETE
58212026-03-01T00:45:56.439Z[ recovery-image] Mar 01 00:45:56.576 INFO O| Mar 01 00:45:56.576 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222026-03-01T00:45:56.464Z[ recovery-image] Mar 01 00:45:56.586 INFO O| Mar 01 00:45:56.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58232026-03-01T00:45:56.464Z[ recovery-image] Mar 01 00:45:56.586 INFO O| Mar 01 00:45:56.586 INFO STEP 331 (remove_files) COMPLETE
58242026-03-01T00:45:56.464Z[ recovery-image] Mar 01 00:45:56.586 INFO O| Mar 01 00:45:56.586 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252026-03-01T00:45:56.464Z[ recovery-image] Mar 01 00:45:56.596 INFO O| Mar 01 00:45:56.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58262026-03-01T00:45:56.464Z[ recovery-image] Mar 01 00:45:56.596 INFO O| Mar 01 00:45:56.596 INFO STEP 332 (remove_files) COMPLETE
58272026-03-01T00:45:56.464Z[ recovery-image] Mar 01 00:45:56.596 INFO O| Mar 01 00:45:56.596 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282026-03-01T00:45:56.488Z[ recovery-image] Mar 01 00:45:56.606 INFO O| Mar 01 00:45:56.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58292026-03-01T00:45:56.488Z[ recovery-image] Mar 01 00:45:56.606 INFO O| Mar 01 00:45:56.606 INFO STEP 333 (remove_files) COMPLETE
58302026-03-01T00:45:56.488Z[ recovery-image] Mar 01 00:45:56.606 INFO O| Mar 01 00:45:56.606 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312026-03-01T00:45:56.488Z[ recovery-image] Mar 01 00:45:56.616 INFO O| Mar 01 00:45:56.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58322026-03-01T00:45:56.488Z[ recovery-image] Mar 01 00:45:56.616 INFO O| Mar 01 00:45:56.616 INFO STEP 334 (remove_files) COMPLETE
58332026-03-01T00:45:56.488Z[ recovery-image] Mar 01 00:45:56.616 INFO O| Mar 01 00:45:56.616 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342026-03-01T00:45:56.488Z[ recovery-image] Mar 01 00:45:56.626 INFO O| Mar 01 00:45:56.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58352026-03-01T00:45:56.488Z[ recovery-image] Mar 01 00:45:56.626 INFO O| Mar 01 00:45:56.626 INFO STEP 335 (remove_files) COMPLETE
58362026-03-01T00:45:56.488Z[ recovery-image] Mar 01 00:45:56.626 INFO O| Mar 01 00:45:56.626 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372026-03-01T00:45:56.513Z[ recovery-image] Mar 01 00:45:56.636 INFO O| Mar 01 00:45:56.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58382026-03-01T00:45:56.513Z[ recovery-image] Mar 01 00:45:56.636 INFO O| Mar 01 00:45:56.636 INFO STEP 336 (remove_files) COMPLETE
58392026-03-01T00:45:56.513Z[ recovery-image] Mar 01 00:45:56.636 INFO O| Mar 01 00:45:56.636 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402026-03-01T00:45:56.538Z[ recovery-image] Mar 01 00:45:56.658 INFO O| Mar 01 00:45:56.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58412026-03-01T00:45:56.538Z[ recovery-image] Mar 01 00:45:56.658 INFO O| Mar 01 00:45:56.658 INFO STEP 337 (remove_files) COMPLETE
58422026-03-01T00:45:56.538Z[ recovery-image] Mar 01 00:45:56.658 INFO O| Mar 01 00:45:56.658 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432026-03-01T00:45:56.538Z[ recovery-image] Mar 01 00:45:56.672 INFO O| Mar 01 00:45:56.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58442026-03-01T00:45:56.538Z[ recovery-image] Mar 01 00:45:56.673 INFO O| Mar 01 00:45:56.672 INFO STEP 338 (remove_files) COMPLETE
58452026-03-01T00:45:56.538Z[ recovery-image] Mar 01 00:45:56.673 INFO O| Mar 01 00:45:56.672 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462026-03-01T00:45:56.562Z[ recovery-image] Mar 01 00:45:56.684 INFO O| Mar 01 00:45:56.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58472026-03-01T00:45:56.562Z[ recovery-image] Mar 01 00:45:56.684 INFO O| Mar 01 00:45:56.684 INFO STEP 339 (remove_files) COMPLETE
58482026-03-01T00:45:56.563Z[ recovery-image] Mar 01 00:45:56.684 INFO O| Mar 01 00:45:56.684 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492026-03-01T00:45:56.563Z[ recovery-image] Mar 01 00:45:56.697 INFO O| Mar 01 00:45:56.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58502026-03-01T00:45:56.563Z[ recovery-image] Mar 01 00:45:56.697 INFO O| Mar 01 00:45:56.697 INFO STEP 340 (remove_files) COMPLETE
58512026-03-01T00:45:56.563Z[ recovery-image] Mar 01 00:45:56.697 INFO O| Mar 01 00:45:56.697 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522026-03-01T00:45:56.587Z[ recovery-image] Mar 01 00:45:56.712 INFO O| Mar 01 00:45:56.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58532026-03-01T00:45:56.587Z[ recovery-image] Mar 01 00:45:56.712 INFO O| Mar 01 00:45:56.712 INFO STEP 341 (remove_files) COMPLETE
58542026-03-01T00:45:56.587Z[ recovery-image] Mar 01 00:45:56.712 INFO O| Mar 01 00:45:56.712 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552026-03-01T00:45:56.587Z[ recovery-image] Mar 01 00:45:56.728 INFO O| Mar 01 00:45:56.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58562026-03-01T00:45:56.587Z[ recovery-image] Mar 01 00:45:56.728 INFO O| Mar 01 00:45:56.728 INFO STEP 342 (remove_files) COMPLETE
58572026-03-01T00:45:56.587Z[ recovery-image] Mar 01 00:45:56.728 INFO O| Mar 01 00:45:56.728 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582026-03-01T00:45:56.612Z[ recovery-image] Mar 01 00:45:56.742 INFO O| Mar 01 00:45:56.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58592026-03-01T00:45:56.612Z[ recovery-image] Mar 01 00:45:56.742 INFO O| Mar 01 00:45:56.742 INFO STEP 343 (remove_files) COMPLETE
58602026-03-01T00:45:56.612Z[ recovery-image] Mar 01 00:45:56.742 INFO O| Mar 01 00:45:56.742 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612026-03-01T00:45:56.636Z[ recovery-image] Mar 01 00:45:56.755 INFO O| Mar 01 00:45:56.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58622026-03-01T00:45:56.636Z[ recovery-image] Mar 01 00:45:56.755 INFO O| Mar 01 00:45:56.755 INFO STEP 344 (remove_files) COMPLETE
58632026-03-01T00:45:56.636Z[ recovery-image] Mar 01 00:45:56.755 INFO O| Mar 01 00:45:56.755 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642026-03-01T00:45:56.636Z[ recovery-image] Mar 01 00:45:56.765 INFO O| Mar 01 00:45:56.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58652026-03-01T00:45:56.636Z[ recovery-image] Mar 01 00:45:56.765 INFO O| Mar 01 00:45:56.765 INFO STEP 345 (remove_files) COMPLETE
58662026-03-01T00:45:56.637Z[ recovery-image] Mar 01 00:45:56.765 INFO O| Mar 01 00:45:56.765 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672026-03-01T00:45:56.637Z[ recovery-image] Mar 01 00:45:56.776 INFO O| Mar 01 00:45:56.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58682026-03-01T00:45:56.637Z[ recovery-image] Mar 01 00:45:56.776 INFO O| Mar 01 00:45:56.776 INFO STEP 346 (remove_files) COMPLETE
58692026-03-01T00:45:56.637Z[ recovery-image] Mar 01 00:45:56.776 INFO O| Mar 01 00:45:56.776 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702026-03-01T00:45:56.661Z[ recovery-image] Mar 01 00:45:56.786 INFO O| Mar 01 00:45:56.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58712026-03-01T00:45:56.661Z[ recovery-image] Mar 01 00:45:56.786 INFO O| Mar 01 00:45:56.786 INFO STEP 347 (remove_files) COMPLETE
58722026-03-01T00:45:56.661Z[ recovery-image] Mar 01 00:45:56.786 INFO O| Mar 01 00:45:56.786 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732026-03-01T00:45:56.661Z[ recovery-image] Mar 01 00:45:56.796 INFO O| Mar 01 00:45:56.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58742026-03-01T00:45:56.661Z[ recovery-image] Mar 01 00:45:56.796 INFO O| Mar 01 00:45:56.796 INFO STEP 348 (remove_files) COMPLETE
58752026-03-01T00:45:56.661Z[ recovery-image] Mar 01 00:45:56.796 INFO O| Mar 01 00:45:56.796 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762026-03-01T00:45:56.686Z[ recovery-image] Mar 01 00:45:56.806 INFO O| Mar 01 00:45:56.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58772026-03-01T00:45:56.686Z[ recovery-image] Mar 01 00:45:56.806 INFO O| Mar 01 00:45:56.806 INFO STEP 349 (remove_files) COMPLETE
58782026-03-01T00:45:56.686Z[ recovery-image] Mar 01 00:45:56.806 INFO O| Mar 01 00:45:56.806 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792026-03-01T00:45:56.686Z[ recovery-image] Mar 01 00:45:56.816 INFO O| Mar 01 00:45:56.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58802026-03-01T00:45:56.686Z[ recovery-image] Mar 01 00:45:56.816 INFO O| Mar 01 00:45:56.816 INFO STEP 350 (remove_files) COMPLETE
58812026-03-01T00:45:56.686Z[ recovery-image] Mar 01 00:45:56.816 INFO O| Mar 01 00:45:56.816 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822026-03-01T00:45:56.686Z[ recovery-image] Mar 01 00:45:56.826 INFO O| Mar 01 00:45:56.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58832026-03-01T00:45:56.686Z[ recovery-image] Mar 01 00:45:56.826 INFO O| Mar 01 00:45:56.826 INFO STEP 351 (remove_files) COMPLETE
58842026-03-01T00:45:56.686Z[ recovery-image] Mar 01 00:45:56.826 INFO O| Mar 01 00:45:56.826 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852026-03-01T00:45:56.711Z[ recovery-image] Mar 01 00:45:56.836 INFO O| Mar 01 00:45:56.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58862026-03-01T00:45:56.711Z[ recovery-image] Mar 01 00:45:56.836 INFO O| Mar 01 00:45:56.836 INFO STEP 352 (remove_files) COMPLETE
58872026-03-01T00:45:56.711Z[ recovery-image] Mar 01 00:45:56.836 INFO O| Mar 01 00:45:56.836 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882026-03-01T00:45:56.711Z[ recovery-image] Mar 01 00:45:56.847 INFO O| Mar 01 00:45:56.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58892026-03-01T00:45:56.711Z[ recovery-image] Mar 01 00:45:56.847 INFO O| Mar 01 00:45:56.847 INFO STEP 353 (remove_files) COMPLETE
58902026-03-01T00:45:56.711Z[ recovery-image] Mar 01 00:45:56.847 INFO O| Mar 01 00:45:56.847 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912026-03-01T00:45:56.735Z[ recovery-image] Mar 01 00:45:56.857 INFO O| Mar 01 00:45:56.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58922026-03-01T00:45:56.735Z[ recovery-image] Mar 01 00:45:56.858 INFO O| Mar 01 00:45:56.858 INFO STEP 354 (remove_files) COMPLETE
58932026-03-01T00:45:56.735Z[ recovery-image] Mar 01 00:45:56.858 INFO O| Mar 01 00:45:56.858 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942026-03-01T00:45:56.735Z[ recovery-image] Mar 01 00:45:56.868 INFO O| Mar 01 00:45:56.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58952026-03-01T00:45:56.735Z[ recovery-image] Mar 01 00:45:56.868 INFO O| Mar 01 00:45:56.868 INFO STEP 355 (remove_files) COMPLETE
58962026-03-01T00:45:56.735Z[ recovery-image] Mar 01 00:45:56.868 INFO O| Mar 01 00:45:56.868 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972026-03-01T00:45:56.760Z[ recovery-image] Mar 01 00:45:56.879 INFO O| Mar 01 00:45:56.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58982026-03-01T00:45:56.760Z[ recovery-image] Mar 01 00:45:56.879 INFO O| Mar 01 00:45:56.879 INFO STEP 356 (remove_files) COMPLETE
58992026-03-01T00:45:56.760Z[ recovery-image] Mar 01 00:45:56.879 INFO O| Mar 01 00:45:56.879 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002026-03-01T00:45:56.760Z[ recovery-image] Mar 01 00:45:56.889 INFO O| Mar 01 00:45:56.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59012026-03-01T00:45:56.760Z[ recovery-image] Mar 01 00:45:56.889 INFO O| Mar 01 00:45:56.889 INFO STEP 357 (remove_files) COMPLETE
59022026-03-01T00:45:56.760Z[ recovery-image] Mar 01 00:45:56.889 INFO O| Mar 01 00:45:56.889 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032026-03-01T00:45:56.760Z[ recovery-image] Mar 01 00:45:56.900 INFO O| Mar 01 00:45:56.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59042026-03-01T00:45:56.760Z[ recovery-image] Mar 01 00:45:56.900 INFO O| Mar 01 00:45:56.900 INFO STEP 358 (remove_files) COMPLETE
59052026-03-01T00:45:56.760Z[ recovery-image] Mar 01 00:45:56.900 INFO O| Mar 01 00:45:56.900 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062026-03-01T00:45:56.785Z[ recovery-image] Mar 01 00:45:56.911 INFO O| Mar 01 00:45:56.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59072026-03-01T00:45:56.785Z[ recovery-image] Mar 01 00:45:56.911 INFO O| Mar 01 00:45:56.911 INFO STEP 359 (remove_files) COMPLETE
59082026-03-01T00:45:56.785Z[ recovery-image] Mar 01 00:45:56.911 INFO O| Mar 01 00:45:56.911 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092026-03-01T00:45:56.785Z[ recovery-image] Mar 01 00:45:56.921 INFO O| Mar 01 00:45:56.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59102026-03-01T00:45:56.785Z[ recovery-image] Mar 01 00:45:56.921 INFO O| Mar 01 00:45:56.921 INFO STEP 360 (remove_files) COMPLETE
59112026-03-01T00:45:56.785Z[ recovery-image] Mar 01 00:45:56.921 INFO O| Mar 01 00:45:56.921 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122026-03-01T00:45:56.809Z[ recovery-image] Mar 01 00:45:56.932 INFO O| Mar 01 00:45:56.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59132026-03-01T00:45:56.809Z[ recovery-image] Mar 01 00:45:56.932 INFO O| Mar 01 00:45:56.932 INFO STEP 361 (remove_files) COMPLETE
59142026-03-01T00:45:56.809Z[ recovery-image] Mar 01 00:45:56.932 INFO O| Mar 01 00:45:56.932 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152026-03-01T00:45:56.809Z[ recovery-image] Mar 01 00:45:56.942 INFO O| Mar 01 00:45:56.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59162026-03-01T00:45:56.809Z[ recovery-image] Mar 01 00:45:56.942 INFO O| Mar 01 00:45:56.942 INFO STEP 362 (remove_files) COMPLETE
59172026-03-01T00:45:56.809Z[ recovery-image] Mar 01 00:45:56.942 INFO O| Mar 01 00:45:56.942 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182026-03-01T00:45:56.834Z[ recovery-image] Mar 01 00:45:56.955 INFO O| Mar 01 00:45:56.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59192026-03-01T00:45:56.834Z[ recovery-image] Mar 01 00:45:56.956 INFO O| Mar 01 00:45:56.956 INFO STEP 363 (remove_files) COMPLETE
59202026-03-01T00:45:56.834Z[ recovery-image] Mar 01 00:45:56.956 INFO O| Mar 01 00:45:56.956 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212026-03-01T00:45:56.834Z[ recovery-image] Mar 01 00:45:56.967 INFO O| Mar 01 00:45:56.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59222026-03-01T00:45:56.834Z[ recovery-image] Mar 01 00:45:56.968 INFO O| Mar 01 00:45:56.967 INFO STEP 364 (remove_files) COMPLETE
59232026-03-01T00:45:56.834Z[ recovery-image] Mar 01 00:45:56.968 INFO O| Mar 01 00:45:56.968 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242026-03-01T00:45:56.858Z[ recovery-image] Mar 01 00:45:56.981 INFO O| Mar 01 00:45:56.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59252026-03-01T00:45:56.858Z[ recovery-image] Mar 01 00:45:56.981 INFO O| Mar 01 00:45:56.981 INFO STEP 365 (remove_files) COMPLETE
59262026-03-01T00:45:56.858Z[ recovery-image] Mar 01 00:45:56.981 INFO O| Mar 01 00:45:56.981 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272026-03-01T00:45:56.858Z[ recovery-image] Mar 01 00:45:56.997 INFO O| Mar 01 00:45:56.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59282026-03-01T00:45:56.858Z[ recovery-image] Mar 01 00:45:56.997 INFO O| Mar 01 00:45:56.997 INFO STEP 366 (remove_files) COMPLETE
59292026-03-01T00:45:56.858Z[ recovery-image] Mar 01 00:45:56.997 INFO O| Mar 01 00:45:56.997 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302026-03-01T00:45:56.883Z[ recovery-image] Mar 01 00:45:57.010 INFO O| Mar 01 00:45:57.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59312026-03-01T00:45:56.883Z[ recovery-image] Mar 01 00:45:57.010 INFO O| Mar 01 00:45:57.010 INFO STEP 367 (remove_files) COMPLETE
59322026-03-01T00:45:56.883Z[ recovery-image] Mar 01 00:45:57.010 INFO O| Mar 01 00:45:57.010 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332026-03-01T00:45:56.907Z[ recovery-image] Mar 01 00:45:57.024 INFO O| Mar 01 00:45:57.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59342026-03-01T00:45:56.907Z[ recovery-image] Mar 01 00:45:57.025 INFO O| Mar 01 00:45:57.025 INFO STEP 368 (remove_files) COMPLETE
59352026-03-01T00:45:56.907Z[ recovery-image] Mar 01 00:45:57.025 INFO O| Mar 01 00:45:57.025 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362026-03-01T00:45:56.907Z[ recovery-image] Mar 01 00:45:57.037 INFO O| Mar 01 00:45:57.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59372026-03-01T00:45:56.907Z[ recovery-image] Mar 01 00:45:57.037 INFO O| Mar 01 00:45:57.037 INFO STEP 369 (remove_files) COMPLETE
59382026-03-01T00:45:56.907Z[ recovery-image] Mar 01 00:45:57.037 INFO O| Mar 01 00:45:57.037 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392026-03-01T00:45:56.932Z[ recovery-image] Mar 01 00:45:57.049 INFO O| Mar 01 00:45:57.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59402026-03-01T00:45:56.932Z[ recovery-image] Mar 01 00:45:57.049 INFO O| Mar 01 00:45:57.049 INFO STEP 370 (remove_files) COMPLETE
59412026-03-01T00:45:56.932Z[ recovery-image] Mar 01 00:45:57.049 INFO O| Mar 01 00:45:57.049 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422026-03-01T00:45:56.932Z[ recovery-image] Mar 01 00:45:57.060 INFO O| Mar 01 00:45:57.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59432026-03-01T00:45:56.932Z[ recovery-image] Mar 01 00:45:57.060 INFO O| Mar 01 00:45:57.060 INFO STEP 371 (remove_files) COMPLETE
59442026-03-01T00:45:56.932Z[ recovery-image] Mar 01 00:45:57.060 INFO O| Mar 01 00:45:57.060 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452026-03-01T00:45:56.932Z[ recovery-image] Mar 01 00:45:57.072 INFO O| Mar 01 00:45:57.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59462026-03-01T00:45:56.932Z[ recovery-image] Mar 01 00:45:57.072 INFO O| Mar 01 00:45:57.072 INFO STEP 372 (remove_files) COMPLETE
59472026-03-01T00:45:56.932Z[ recovery-image] Mar 01 00:45:57.072 INFO O| Mar 01 00:45:57.072 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482026-03-01T00:45:56.957Z[ recovery-image] Mar 01 00:45:57.086 INFO O| Mar 01 00:45:57.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59492026-03-01T00:45:56.957Z[ recovery-image] Mar 01 00:45:57.086 INFO O| Mar 01 00:45:57.086 INFO STEP 373 (remove_files) COMPLETE
59502026-03-01T00:45:56.957Z[ recovery-image] Mar 01 00:45:57.086 INFO O| Mar 01 00:45:57.086 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512026-03-01T00:45:56.981Z[ recovery-image] Mar 01 00:45:57.100 INFO O| Mar 01 00:45:57.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59522026-03-01T00:45:56.981Z[ recovery-image] Mar 01 00:45:57.100 INFO O| Mar 01 00:45:57.100 INFO STEP 374 (remove_files) COMPLETE
59532026-03-01T00:45:56.981Z[ recovery-image] Mar 01 00:45:57.100 INFO O| Mar 01 00:45:57.100 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542026-03-01T00:45:56.981Z[ recovery-image] Mar 01 00:45:57.116 INFO O| Mar 01 00:45:57.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59552026-03-01T00:45:56.981Z[ recovery-image] Mar 01 00:45:57.116 INFO O| Mar 01 00:45:57.116 INFO STEP 375 (remove_files) COMPLETE
59562026-03-01T00:45:56.981Z[ recovery-image] Mar 01 00:45:57.116 INFO O| Mar 01 00:45:57.116 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572026-03-01T00:45:57.006Z[ recovery-image] Mar 01 00:45:57.131 INFO O| Mar 01 00:45:57.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59582026-03-01T00:45:57.006Z[ recovery-image] Mar 01 00:45:57.131 INFO O| Mar 01 00:45:57.131 INFO STEP 376 (remove_files) COMPLETE
59592026-03-01T00:45:57.006Z[ recovery-image] Mar 01 00:45:57.131 INFO O| Mar 01 00:45:57.131 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602026-03-01T00:45:57.006Z[ recovery-image] Mar 01 00:45:57.142 INFO O| Mar 01 00:45:57.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59612026-03-01T00:45:57.006Z[ recovery-image] Mar 01 00:45:57.142 INFO O| Mar 01 00:45:57.142 INFO STEP 377 (remove_files) COMPLETE
59622026-03-01T00:45:57.006Z[ recovery-image] Mar 01 00:45:57.142 INFO O| Mar 01 00:45:57.142 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632026-03-01T00:45:57.031Z[ recovery-image] Mar 01 00:45:57.153 INFO O| Mar 01 00:45:57.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59642026-03-01T00:45:57.031Z[ recovery-image] Mar 01 00:45:57.153 INFO O| Mar 01 00:45:57.153 INFO STEP 378 (remove_files) COMPLETE
59652026-03-01T00:45:57.031Z[ recovery-image] Mar 01 00:45:57.153 INFO O| Mar 01 00:45:57.153 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662026-03-01T00:45:57.031Z[ recovery-image] Mar 01 00:45:57.164 INFO O| Mar 01 00:45:57.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59672026-03-01T00:45:57.031Z[ recovery-image] Mar 01 00:45:57.164 INFO O| Mar 01 00:45:57.164 INFO STEP 379 (remove_files) COMPLETE
59682026-03-01T00:45:57.031Z[ recovery-image] Mar 01 00:45:57.164 INFO O| Mar 01 00:45:57.164 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692026-03-01T00:45:57.055Z[ recovery-image] Mar 01 00:45:57.178 INFO O| Mar 01 00:45:57.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59702026-03-01T00:45:57.055Z[ recovery-image] Mar 01 00:45:57.178 INFO O| Mar 01 00:45:57.178 INFO STEP 380 (remove_files) COMPLETE
59712026-03-01T00:45:57.055Z[ recovery-image] Mar 01 00:45:57.178 INFO O| Mar 01 00:45:57.178 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722026-03-01T00:45:57.056Z[ recovery-image] Mar 01 00:45:57.189 INFO O| Mar 01 00:45:57.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59732026-03-01T00:45:57.056Z[ recovery-image] Mar 01 00:45:57.189 INFO O| Mar 01 00:45:57.189 INFO STEP 381 (remove_files) COMPLETE
59742026-03-01T00:45:57.056Z[ recovery-image] Mar 01 00:45:57.189 INFO O| Mar 01 00:45:57.189 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752026-03-01T00:45:57.080Z[ recovery-image] Mar 01 00:45:57.199 INFO O| Mar 01 00:45:57.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59762026-03-01T00:45:57.080Z[ recovery-image] Mar 01 00:45:57.199 INFO O| Mar 01 00:45:57.199 INFO STEP 382 (remove_files) COMPLETE
59772026-03-01T00:45:57.080Z[ recovery-image] Mar 01 00:45:57.200 INFO O| Mar 01 00:45:57.199 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782026-03-01T00:45:57.080Z[ recovery-image] Mar 01 00:45:57.210 INFO O| Mar 01 00:45:57.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59792026-03-01T00:45:57.080Z[ recovery-image] Mar 01 00:45:57.210 INFO O| Mar 01 00:45:57.210 INFO STEP 383 (remove_files) COMPLETE
59802026-03-01T00:45:57.080Z[ recovery-image] Mar 01 00:45:57.210 INFO O| Mar 01 00:45:57.210 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812026-03-01T00:45:57.081Z[ recovery-image] Mar 01 00:45:57.220 INFO O| Mar 01 00:45:57.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59822026-03-01T00:45:57.081Z[ recovery-image] Mar 01 00:45:57.220 INFO O| Mar 01 00:45:57.220 INFO STEP 384 (remove_files) COMPLETE
59832026-03-01T00:45:57.081Z[ recovery-image] Mar 01 00:45:57.220 INFO O| Mar 01 00:45:57.220 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842026-03-01T00:45:57.105Z[ recovery-image] Mar 01 00:45:57.230 INFO O| Mar 01 00:45:57.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59852026-03-01T00:45:57.105Z[ recovery-image] Mar 01 00:45:57.230 INFO O| Mar 01 00:45:57.230 INFO STEP 385 (remove_files) COMPLETE
59862026-03-01T00:45:57.105Z[ recovery-image] Mar 01 00:45:57.230 INFO O| Mar 01 00:45:57.230 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872026-03-01T00:45:57.105Z[ recovery-image] Mar 01 00:45:57.240 INFO O| Mar 01 00:45:57.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59882026-03-01T00:45:57.105Z[ recovery-image] Mar 01 00:45:57.240 INFO O| Mar 01 00:45:57.240 INFO STEP 386 (remove_files) COMPLETE
59892026-03-01T00:45:57.105Z[ recovery-image] Mar 01 00:45:57.240 INFO O| Mar 01 00:45:57.240 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902026-03-01T00:45:57.130Z[ recovery-image] Mar 01 00:45:57.250 INFO O| Mar 01 00:45:57.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59912026-03-01T00:45:57.130Z[ recovery-image] Mar 01 00:45:57.250 INFO O| Mar 01 00:45:57.250 INFO STEP 387 (remove_files) COMPLETE
59922026-03-01T00:45:57.130Z[ recovery-image] Mar 01 00:45:57.250 INFO O| Mar 01 00:45:57.250 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932026-03-01T00:45:57.130Z[ recovery-image] Mar 01 00:45:57.264 INFO O| Mar 01 00:45:57.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59942026-03-01T00:45:57.130Z[ recovery-image] Mar 01 00:45:57.264 INFO O| Mar 01 00:45:57.264 INFO STEP 388 (remove_files) COMPLETE
59952026-03-01T00:45:57.130Z[ recovery-image] Mar 01 00:45:57.264 INFO O| Mar 01 00:45:57.264 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962026-03-01T00:45:57.155Z[ recovery-image] Mar 01 00:45:57.274 INFO O| Mar 01 00:45:57.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59972026-03-01T00:45:57.155Z[ recovery-image] Mar 01 00:45:57.274 INFO O| Mar 01 00:45:57.274 INFO STEP 389 (remove_files) COMPLETE
59982026-03-01T00:45:57.155Z[ recovery-image] Mar 01 00:45:57.274 INFO O| Mar 01 00:45:57.274 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992026-03-01T00:45:57.155Z[ recovery-image] Mar 01 00:45:57.287 INFO O| Mar 01 00:45:57.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60002026-03-01T00:45:57.155Z[ recovery-image] Mar 01 00:45:57.287 INFO O| Mar 01 00:45:57.287 INFO STEP 390 (remove_files) COMPLETE
60012026-03-01T00:45:57.155Z[ recovery-image] Mar 01 00:45:57.287 INFO O| Mar 01 00:45:57.287 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022026-03-01T00:45:57.179Z[ recovery-image] Mar 01 00:45:57.298 INFO O| Mar 01 00:45:57.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60032026-03-01T00:45:57.179Z[ recovery-image] Mar 01 00:45:57.298 INFO O| Mar 01 00:45:57.298 INFO STEP 391 (remove_files) COMPLETE
60042026-03-01T00:45:57.179Z[ recovery-image] Mar 01 00:45:57.298 INFO O| Mar 01 00:45:57.298 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052026-03-01T00:45:57.179Z[ recovery-image] Mar 01 00:45:57.308 INFO O| Mar 01 00:45:57.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60062026-03-01T00:45:57.179Z[ recovery-image] Mar 01 00:45:57.308 INFO O| Mar 01 00:45:57.308 INFO STEP 392 (remove_files) COMPLETE
60072026-03-01T00:45:57.179Z[ recovery-image] Mar 01 00:45:57.308 INFO O| Mar 01 00:45:57.308 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082026-03-01T00:45:57.204Z[ recovery-image] Mar 01 00:45:57.324 INFO O| Mar 01 00:45:57.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60092026-03-01T00:45:57.204Z[ recovery-image] Mar 01 00:45:57.324 INFO O| Mar 01 00:45:57.324 INFO STEP 393 (remove_files) COMPLETE
60102026-03-01T00:45:57.204Z[ recovery-image] Mar 01 00:45:57.324 INFO O| Mar 01 00:45:57.324 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112026-03-01T00:45:57.204Z[ recovery-image] Mar 01 00:45:57.338 INFO O| Mar 01 00:45:57.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60122026-03-01T00:45:57.204Z[ recovery-image] Mar 01 00:45:57.338 INFO O| Mar 01 00:45:57.338 INFO STEP 394 (remove_files) COMPLETE
60132026-03-01T00:45:57.204Z[ recovery-image] Mar 01 00:45:57.338 INFO O| Mar 01 00:45:57.338 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142026-03-01T00:45:57.229Z[ recovery-image] Mar 01 00:45:57.353 INFO O| Mar 01 00:45:57.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60152026-03-01T00:45:57.229Z[ recovery-image] Mar 01 00:45:57.353 INFO O| Mar 01 00:45:57.353 INFO STEP 395 (remove_files) COMPLETE
60162026-03-01T00:45:57.229Z[ recovery-image] Mar 01 00:45:57.353 INFO O| Mar 01 00:45:57.353 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172026-03-01T00:45:57.229Z[ recovery-image] Mar 01 00:45:57.367 INFO O| Mar 01 00:45:57.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60182026-03-01T00:45:57.229Z[ recovery-image] Mar 01 00:45:57.368 INFO O| Mar 01 00:45:57.367 INFO STEP 396 (remove_files) COMPLETE
60192026-03-01T00:45:57.229Z[ recovery-image] Mar 01 00:45:57.368 INFO O| Mar 01 00:45:57.368 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202026-03-01T00:45:57.254Z[ recovery-image] Mar 01 00:45:57.379 INFO O| Mar 01 00:45:57.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60212026-03-01T00:45:57.254Z[ recovery-image] Mar 01 00:45:57.379 INFO O| Mar 01 00:45:57.379 INFO STEP 397 (remove_files) COMPLETE
60222026-03-01T00:45:57.254Z[ recovery-image] Mar 01 00:45:57.379 INFO O| Mar 01 00:45:57.379 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232026-03-01T00:45:57.254Z[ recovery-image] Mar 01 00:45:57.394 INFO O| Mar 01 00:45:57.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60242026-03-01T00:45:57.254Z[ recovery-image] Mar 01 00:45:57.394 INFO O| Mar 01 00:45:57.394 INFO STEP 398 (remove_files) COMPLETE
60252026-03-01T00:45:57.254Z[ recovery-image] Mar 01 00:45:57.394 INFO O| Mar 01 00:45:57.394 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262026-03-01T00:45:57.278Z[ recovery-image] Mar 01 00:45:57.408 INFO O| Mar 01 00:45:57.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60272026-03-01T00:45:57.278Z[ recovery-image] Mar 01 00:45:57.408 INFO O| Mar 01 00:45:57.408 INFO STEP 399 (remove_files) COMPLETE
60282026-03-01T00:45:57.278Z[ recovery-image] Mar 01 00:45:57.408 INFO O| Mar 01 00:45:57.408 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292026-03-01T00:45:57.303Z[ recovery-image] Mar 01 00:45:57.422 INFO O| Mar 01 00:45:57.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60302026-03-01T00:45:57.303Z[ recovery-image] Mar 01 00:45:57.422 INFO O| Mar 01 00:45:57.422 INFO STEP 400 (remove_files) COMPLETE
60312026-03-01T00:45:57.303Z[ recovery-image] Mar 01 00:45:57.422 INFO O| Mar 01 00:45:57.422 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322026-03-01T00:45:57.303Z[ recovery-image] Mar 01 00:45:57.435 INFO O| Mar 01 00:45:57.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60332026-03-01T00:45:57.303Z[ recovery-image] Mar 01 00:45:57.435 INFO O| Mar 01 00:45:57.435 INFO STEP 401 (remove_files) COMPLETE
60342026-03-01T00:45:57.303Z[ recovery-image] Mar 01 00:45:57.435 INFO O| Mar 01 00:45:57.435 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352026-03-01T00:45:57.328Z[ recovery-image] Mar 01 00:45:57.449 INFO O| Mar 01 00:45:57.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60362026-03-01T00:45:57.328Z[ recovery-image] Mar 01 00:45:57.449 INFO O| Mar 01 00:45:57.449 INFO STEP 402 (remove_files) COMPLETE
60372026-03-01T00:45:57.328Z[ recovery-image] Mar 01 00:45:57.449 INFO O| Mar 01 00:45:57.449 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382026-03-01T00:45:57.328Z[ recovery-image] Mar 01 00:45:57.460 INFO O| Mar 01 00:45:57.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60392026-03-01T00:45:57.328Z[ recovery-image] Mar 01 00:45:57.460 INFO O| Mar 01 00:45:57.460 INFO STEP 403 (remove_files) COMPLETE
60402026-03-01T00:45:57.328Z[ recovery-image] Mar 01 00:45:57.460 INFO O| Mar 01 00:45:57.460 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412026-03-01T00:45:57.352Z[ recovery-image] Mar 01 00:45:57.470 INFO O| Mar 01 00:45:57.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60422026-03-01T00:45:57.352Z[ recovery-image] Mar 01 00:45:57.470 INFO O| Mar 01 00:45:57.470 INFO STEP 404 (remove_files) COMPLETE
60432026-03-01T00:45:57.352Z[ recovery-image] Mar 01 00:45:57.471 INFO O| Mar 01 00:45:57.470 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442026-03-01T00:45:57.352Z[ recovery-image] Mar 01 00:45:57.481 INFO O| Mar 01 00:45:57.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60452026-03-01T00:45:57.352Z[ recovery-image] Mar 01 00:45:57.481 INFO O| Mar 01 00:45:57.481 INFO STEP 405 (remove_files) COMPLETE
60462026-03-01T00:45:57.352Z[ recovery-image] Mar 01 00:45:57.481 INFO O| Mar 01 00:45:57.481 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472026-03-01T00:45:57.352Z[ recovery-image] Mar 01 00:45:57.491 INFO O| Mar 01 00:45:57.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60482026-03-01T00:45:57.352Z[ recovery-image] Mar 01 00:45:57.491 INFO O| Mar 01 00:45:57.491 INFO STEP 406 (remove_files) COMPLETE
60492026-03-01T00:45:57.352Z[ recovery-image] Mar 01 00:45:57.491 INFO O| Mar 01 00:45:57.491 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502026-03-01T00:45:57.377Z[ recovery-image] Mar 01 00:45:57.504 INFO O| Mar 01 00:45:57.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60512026-03-01T00:45:57.377Z[ recovery-image] Mar 01 00:45:57.505 INFO O| Mar 01 00:45:57.505 INFO STEP 407 (remove_files) COMPLETE
60522026-03-01T00:45:57.377Z[ recovery-image] Mar 01 00:45:57.505 INFO O| Mar 01 00:45:57.505 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532026-03-01T00:45:57.401Z[ recovery-image] Mar 01 00:45:57.518 INFO O| Mar 01 00:45:57.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60542026-03-01T00:45:57.401Z[ recovery-image] Mar 01 00:45:57.518 INFO O| Mar 01 00:45:57.518 INFO STEP 408 (remove_files) COMPLETE
60552026-03-01T00:45:57.402Z[ recovery-image] Mar 01 00:45:57.518 INFO O| Mar 01 00:45:57.518 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562026-03-01T00:45:57.402Z[ recovery-image] Mar 01 00:45:57.529 INFO O| Mar 01 00:45:57.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60572026-03-01T00:45:57.402Z[ recovery-image] Mar 01 00:45:57.529 INFO O| Mar 01 00:45:57.529 INFO STEP 409 (remove_files) COMPLETE
60582026-03-01T00:45:57.402Z[ recovery-image] Mar 01 00:45:57.529 INFO O| Mar 01 00:45:57.529 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592026-03-01T00:45:57.402Z[ recovery-image] Mar 01 00:45:57.539 INFO O| Mar 01 00:45:57.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60602026-03-01T00:45:57.402Z[ recovery-image] Mar 01 00:45:57.539 INFO O| Mar 01 00:45:57.539 INFO STEP 410 (remove_files) COMPLETE
60612026-03-01T00:45:57.402Z[ recovery-image] Mar 01 00:45:57.539 INFO O| Mar 01 00:45:57.539 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622026-03-01T00:45:57.426Z[ recovery-image] Mar 01 00:45:57.550 INFO O| Mar 01 00:45:57.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60632026-03-01T00:45:57.426Z[ recovery-image] Mar 01 00:45:57.550 INFO O| Mar 01 00:45:57.550 INFO STEP 411 (remove_files) COMPLETE
60642026-03-01T00:45:57.426Z[ recovery-image] Mar 01 00:45:57.550 INFO O| Mar 01 00:45:57.550 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652026-03-01T00:45:57.426Z[ recovery-image] Mar 01 00:45:57.560 INFO O| Mar 01 00:45:57.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60662026-03-01T00:45:57.426Z[ recovery-image] Mar 01 00:45:57.560 INFO O| Mar 01 00:45:57.560 INFO STEP 412 (remove_files) COMPLETE
60672026-03-01T00:45:57.426Z[ recovery-image] Mar 01 00:45:57.560 INFO O| Mar 01 00:45:57.560 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682026-03-01T00:45:57.451Z[ recovery-image] Mar 01 00:45:57.570 INFO O| Mar 01 00:45:57.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60692026-03-01T00:45:57.451Z[ recovery-image] Mar 01 00:45:57.570 INFO O| Mar 01 00:45:57.570 INFO STEP 413 (remove_files) COMPLETE
60702026-03-01T00:45:57.451Z[ recovery-image] Mar 01 00:45:57.570 INFO O| Mar 01 00:45:57.570 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712026-03-01T00:45:57.451Z[ recovery-image] Mar 01 00:45:57.580 INFO O| Mar 01 00:45:57.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60722026-03-01T00:45:57.451Z[ recovery-image] Mar 01 00:45:57.580 INFO O| Mar 01 00:45:57.580 INFO STEP 414 (remove_files) COMPLETE
60732026-03-01T00:45:57.451Z[ recovery-image] Mar 01 00:45:57.580 INFO O| Mar 01 00:45:57.580 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742026-03-01T00:45:57.451Z[ recovery-image] Mar 01 00:45:57.590 INFO O| Mar 01 00:45:57.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60752026-03-01T00:45:57.451Z[ recovery-image] Mar 01 00:45:57.590 INFO O| Mar 01 00:45:57.590 INFO STEP 415 (remove_files) COMPLETE
60762026-03-01T00:45:57.451Z[ recovery-image] Mar 01 00:45:57.590 INFO O| Mar 01 00:45:57.590 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772026-03-01T00:45:57.476Z[ recovery-image] Mar 01 00:45:57.601 INFO O| Mar 01 00:45:57.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60782026-03-01T00:45:57.476Z[ recovery-image] Mar 01 00:45:57.601 INFO O| Mar 01 00:45:57.601 INFO STEP 416 (remove_files) COMPLETE
60792026-03-01T00:45:57.476Z[ recovery-image] Mar 01 00:45:57.601 INFO O| Mar 01 00:45:57.601 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802026-03-01T00:45:57.476Z[ recovery-image] Mar 01 00:45:57.612 INFO O| Mar 01 00:45:57.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60812026-03-01T00:45:57.476Z[ recovery-image] Mar 01 00:45:57.612 INFO O| Mar 01 00:45:57.612 INFO STEP 417 (remove_files) COMPLETE
60822026-03-01T00:45:57.476Z[ recovery-image] Mar 01 00:45:57.612 INFO O| Mar 01 00:45:57.612 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832026-03-01T00:45:57.501Z[ recovery-image] Mar 01 00:45:57.622 INFO O| Mar 01 00:45:57.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60842026-03-01T00:45:57.501Z[ recovery-image] Mar 01 00:45:57.622 INFO O| Mar 01 00:45:57.622 INFO STEP 418 (remove_files) COMPLETE
60852026-03-01T00:45:57.501Z[ recovery-image] Mar 01 00:45:57.622 INFO O| Mar 01 00:45:57.622 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862026-03-01T00:45:57.501Z[ recovery-image] Mar 01 00:45:57.632 INFO O| Mar 01 00:45:57.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60872026-03-01T00:45:57.501Z[ recovery-image] Mar 01 00:45:57.632 INFO O| Mar 01 00:45:57.632 INFO STEP 419 (remove_files) COMPLETE
60882026-03-01T00:45:57.501Z[ recovery-image] Mar 01 00:45:57.632 INFO O| Mar 01 00:45:57.632 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892026-03-01T00:45:57.526Z[ recovery-image] Mar 01 00:45:57.652 INFO O| Mar 01 00:45:57.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60902026-03-01T00:45:57.526Z[ recovery-image] Mar 01 00:45:57.652 INFO O| Mar 01 00:45:57.652 INFO STEP 420 (remove_files) COMPLETE
60912026-03-01T00:45:57.526Z[ recovery-image] Mar 01 00:45:57.652 INFO O| Mar 01 00:45:57.652 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922026-03-01T00:45:57.526Z[ recovery-image] Mar 01 00:45:57.666 INFO O| Mar 01 00:45:57.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60932026-03-01T00:45:57.526Z[ recovery-image] Mar 01 00:45:57.666 INFO O| Mar 01 00:45:57.666 INFO STEP 421 (remove_files) COMPLETE
60942026-03-01T00:45:57.526Z[ recovery-image] Mar 01 00:45:57.666 INFO O| Mar 01 00:45:57.666 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952026-03-01T00:45:57.551Z[ recovery-image] Mar 01 00:45:57.680 INFO O| Mar 01 00:45:57.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60962026-03-01T00:45:57.551Z[ recovery-image] Mar 01 00:45:57.680 INFO O| Mar 01 00:45:57.680 INFO STEP 422 (remove_files) COMPLETE
60972026-03-01T00:45:57.551Z[ recovery-image] Mar 01 00:45:57.680 INFO O| Mar 01 00:45:57.680 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982026-03-01T00:45:57.575Z[ recovery-image] Mar 01 00:45:57.693 INFO O| Mar 01 00:45:57.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60992026-03-01T00:45:57.575Z[ recovery-image] Mar 01 00:45:57.693 INFO O| Mar 01 00:45:57.693 INFO STEP 423 (remove_files) COMPLETE
61002026-03-01T00:45:57.575Z[ recovery-image] Mar 01 00:45:57.693 INFO O| Mar 01 00:45:57.693 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012026-03-01T00:45:57.575Z[ recovery-image] Mar 01 00:45:57.707 INFO O| Mar 01 00:45:57.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61022026-03-01T00:45:57.575Z[ recovery-image] Mar 01 00:45:57.707 INFO O| Mar 01 00:45:57.707 INFO STEP 424 (remove_files) COMPLETE
61032026-03-01T00:45:57.575Z[ recovery-image] Mar 01 00:45:57.707 INFO O| Mar 01 00:45:57.707 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042026-03-01T00:45:57.599Z[ recovery-image] Mar 01 00:45:57.721 INFO O| Mar 01 00:45:57.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61052026-03-01T00:45:57.599Z[ recovery-image] Mar 01 00:45:57.722 INFO O| Mar 01 00:45:57.721 INFO STEP 425 (remove_files) COMPLETE
61062026-03-01T00:45:57.600Z[ recovery-image] Mar 01 00:45:57.722 INFO O| Mar 01 00:45:57.722 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072026-03-01T00:45:57.600Z[ recovery-image] Mar 01 00:45:57.735 INFO O| Mar 01 00:45:57.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61082026-03-01T00:45:57.600Z[ recovery-image] Mar 01 00:45:57.735 INFO O| Mar 01 00:45:57.735 INFO STEP 426 (remove_files) COMPLETE
61092026-03-01T00:45:57.600Z[ recovery-image] Mar 01 00:45:57.735 INFO O| Mar 01 00:45:57.735 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102026-03-01T00:45:57.624Z[ recovery-image] Mar 01 00:45:57.748 INFO O| Mar 01 00:45:57.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61112026-03-01T00:45:57.624Z[ recovery-image] Mar 01 00:45:57.748 INFO O| Mar 01 00:45:57.748 INFO STEP 427 (remove_files) COMPLETE
61122026-03-01T00:45:57.624Z[ recovery-image] Mar 01 00:45:57.748 INFO O| Mar 01 00:45:57.748 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132026-03-01T00:45:57.624Z[ recovery-image] Mar 01 00:45:57.760 INFO O| Mar 01 00:45:57.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61142026-03-01T00:45:57.624Z[ recovery-image] Mar 01 00:45:57.761 INFO O| Mar 01 00:45:57.761 INFO STEP 428 (remove_files) COMPLETE
61152026-03-01T00:45:57.624Z[ recovery-image] Mar 01 00:45:57.761 INFO O| Mar 01 00:45:57.761 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162026-03-01T00:45:57.649Z[ recovery-image] Mar 01 00:45:57.773 INFO O| Mar 01 00:45:57.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61172026-03-01T00:45:57.649Z[ recovery-image] Mar 01 00:45:57.773 INFO O| Mar 01 00:45:57.773 INFO STEP 429 (remove_files) COMPLETE
61182026-03-01T00:45:57.649Z[ recovery-image] Mar 01 00:45:57.773 INFO O| Mar 01 00:45:57.773 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192026-03-01T00:45:57.649Z[ recovery-image] Mar 01 00:45:57.788 INFO O| Mar 01 00:45:57.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61202026-03-01T00:45:57.649Z[ recovery-image] Mar 01 00:45:57.789 INFO O| Mar 01 00:45:57.789 INFO STEP 430 (remove_files) COMPLETE
61212026-03-01T00:45:57.649Z[ recovery-image] Mar 01 00:45:57.789 INFO O| Mar 01 00:45:57.789 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222026-03-01T00:45:57.674Z[ recovery-image] Mar 01 00:45:57.802 INFO O| Mar 01 00:45:57.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61232026-03-01T00:45:57.674Z[ recovery-image] Mar 01 00:45:57.802 INFO O| Mar 01 00:45:57.802 INFO STEP 431 (remove_files) COMPLETE
61242026-03-01T00:45:57.674Z[ recovery-image] Mar 01 00:45:57.802 INFO O| Mar 01 00:45:57.802 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252026-03-01T00:45:57.674Z[ recovery-image] Mar 01 00:45:57.814 INFO O| Mar 01 00:45:57.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61262026-03-01T00:45:57.674Z[ recovery-image] Mar 01 00:45:57.814 INFO O| Mar 01 00:45:57.814 INFO STEP 432 (remove_files) COMPLETE
61272026-03-01T00:45:57.674Z[ recovery-image] Mar 01 00:45:57.814 INFO O| Mar 01 00:45:57.814 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282026-03-01T00:45:57.699Z[ recovery-image] Mar 01 00:45:57.826 INFO O| Mar 01 00:45:57.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61292026-03-01T00:45:57.699Z[ recovery-image] Mar 01 00:45:57.827 INFO O| Mar 01 00:45:57.827 INFO STEP 433 (remove_files) COMPLETE
61302026-03-01T00:45:57.699Z[ recovery-image] Mar 01 00:45:57.827 INFO O| Mar 01 00:45:57.827 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312026-03-01T00:45:57.699Z[ recovery-image] Mar 01 00:45:57.839 INFO O| Mar 01 00:45:57.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61322026-03-01T00:45:57.699Z[ recovery-image] Mar 01 00:45:57.839 INFO O| Mar 01 00:45:57.839 INFO STEP 434 (remove_files) COMPLETE
61332026-03-01T00:45:57.699Z[ recovery-image] Mar 01 00:45:57.839 INFO O| Mar 01 00:45:57.839 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342026-03-01T00:45:57.723Z[ recovery-image] Mar 01 00:45:57.853 INFO O| Mar 01 00:45:57.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61352026-03-01T00:45:57.723Z[ recovery-image] Mar 01 00:45:57.853 INFO O| Mar 01 00:45:57.853 INFO STEP 435 (remove_files) COMPLETE
61362026-03-01T00:45:57.723Z[ recovery-image] Mar 01 00:45:57.853 INFO O| Mar 01 00:45:57.853 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372026-03-01T00:45:57.748Z[ recovery-image] Mar 01 00:45:57.866 INFO O| Mar 01 00:45:57.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61382026-03-01T00:45:57.748Z[ recovery-image] Mar 01 00:45:57.866 INFO O| Mar 01 00:45:57.866 INFO STEP 436 (remove_files) COMPLETE
61392026-03-01T00:45:57.748Z[ recovery-image] Mar 01 00:45:57.866 INFO O| Mar 01 00:45:57.866 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402026-03-01T00:45:57.748Z[ recovery-image] Mar 01 00:45:57.880 INFO O| Mar 01 00:45:57.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61412026-03-01T00:45:57.748Z[ recovery-image] Mar 01 00:45:57.881 INFO O| Mar 01 00:45:57.881 INFO STEP 437 (remove_files) COMPLETE
61422026-03-01T00:45:57.748Z[ recovery-image] Mar 01 00:45:57.881 INFO O| Mar 01 00:45:57.881 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432026-03-01T00:45:57.773Z[ recovery-image] Mar 01 00:45:57.893 INFO O| Mar 01 00:45:57.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61442026-03-01T00:45:57.773Z[ recovery-image] Mar 01 00:45:57.893 INFO O| Mar 01 00:45:57.893 INFO STEP 438 (remove_files) COMPLETE
61452026-03-01T00:45:57.773Z[ recovery-image] Mar 01 00:45:57.893 INFO O| Mar 01 00:45:57.893 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462026-03-01T00:45:57.773Z[ recovery-image] Mar 01 00:45:57.904 INFO O| Mar 01 00:45:57.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61472026-03-01T00:45:57.773Z[ recovery-image] Mar 01 00:45:57.904 INFO O| Mar 01 00:45:57.904 INFO STEP 439 (remove_files) COMPLETE
61482026-03-01T00:45:57.773Z[ recovery-image] Mar 01 00:45:57.904 INFO O| Mar 01 00:45:57.904 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492026-03-01T00:45:57.798Z[ recovery-image] Mar 01 00:45:57.916 INFO O| Mar 01 00:45:57.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61502026-03-01T00:45:57.798Z[ recovery-image] Mar 01 00:45:57.917 INFO O| Mar 01 00:45:57.916 INFO STEP 440 (remove_files) COMPLETE
61512026-03-01T00:45:57.798Z[ recovery-image] Mar 01 00:45:57.917 INFO O| Mar 01 00:45:57.917 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522026-03-01T00:45:57.798Z[ recovery-image] Mar 01 00:45:57.928 INFO O| Mar 01 00:45:57.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61532026-03-01T00:45:57.798Z[ recovery-image] Mar 01 00:45:57.928 INFO O| Mar 01 00:45:57.928 INFO STEP 441 (remove_files) COMPLETE
61542026-03-01T00:45:57.798Z[ recovery-image] Mar 01 00:45:57.928 INFO O| Mar 01 00:45:57.928 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552026-03-01T00:45:57.823Z[ recovery-image] Mar 01 00:45:57.940 INFO O| Mar 01 00:45:57.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61562026-03-01T00:45:57.823Z[ recovery-image] Mar 01 00:45:57.940 INFO O| Mar 01 00:45:57.940 INFO STEP 442 (remove_files) COMPLETE
61572026-03-01T00:45:57.823Z[ recovery-image] Mar 01 00:45:57.940 INFO O| Mar 01 00:45:57.940 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582026-03-01T00:45:57.823Z[ recovery-image] Mar 01 00:45:57.952 INFO O| Mar 01 00:45:57.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61592026-03-01T00:45:57.823Z[ recovery-image] Mar 01 00:45:57.952 INFO O| Mar 01 00:45:57.952 INFO STEP 443 (remove_files) COMPLETE
61602026-03-01T00:45:57.823Z[ recovery-image] Mar 01 00:45:57.952 INFO O| Mar 01 00:45:57.952 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612026-03-01T00:45:57.847Z[ recovery-image] Mar 01 00:45:57.966 INFO O| Mar 01 00:45:57.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61622026-03-01T00:45:57.847Z[ recovery-image] Mar 01 00:45:57.966 INFO O| Mar 01 00:45:57.966 INFO STEP 444 (remove_files) COMPLETE
61632026-03-01T00:45:57.847Z[ recovery-image] Mar 01 00:45:57.966 INFO O| Mar 01 00:45:57.966 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642026-03-01T00:45:57.847Z[ recovery-image] Mar 01 00:45:57.978 INFO O| Mar 01 00:45:57.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61652026-03-01T00:45:57.847Z[ recovery-image] Mar 01 00:45:57.978 INFO O| Mar 01 00:45:57.978 INFO STEP 445 (remove_files) COMPLETE
61662026-03-01T00:45:57.847Z[ recovery-image] Mar 01 00:45:57.978 INFO O| Mar 01 00:45:57.978 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672026-03-01T00:45:57.872Z[ recovery-image] Mar 01 00:45:57.991 INFO O| Mar 01 00:45:57.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61682026-03-01T00:45:57.872Z[ recovery-image] Mar 01 00:45:57.991 INFO O| Mar 01 00:45:57.991 INFO STEP 446 (remove_files) COMPLETE
61692026-03-01T00:45:57.872Z[ recovery-image] Mar 01 00:45:57.991 INFO O| Mar 01 00:45:57.991 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702026-03-01T00:45:57.872Z[ recovery-image] Mar 01 00:45:58.003 INFO O| Mar 01 00:45:58.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61712026-03-01T00:45:57.872Z[ recovery-image] Mar 01 00:45:58.003 INFO O| Mar 01 00:45:58.003 INFO STEP 447 (remove_files) COMPLETE
61722026-03-01T00:45:57.872Z[ recovery-image] Mar 01 00:45:58.003 INFO O| Mar 01 00:45:58.003 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732026-03-01T00:45:57.897Z[ recovery-image] Mar 01 00:45:58.015 INFO O| Mar 01 00:45:58.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61742026-03-01T00:45:57.897Z[ recovery-image] Mar 01 00:45:58.015 INFO O| Mar 01 00:45:58.015 INFO STEP 448 (remove_files) COMPLETE
61752026-03-01T00:45:57.897Z[ recovery-image] Mar 01 00:45:58.016 INFO O| Mar 01 00:45:58.015 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762026-03-01T00:45:57.897Z[ recovery-image] Mar 01 00:45:58.029 INFO O| Mar 01 00:45:58.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61772026-03-01T00:45:57.897Z[ recovery-image] Mar 01 00:45:58.029 INFO O| Mar 01 00:45:58.029 INFO STEP 449 (remove_files) COMPLETE
61782026-03-01T00:45:57.897Z[ recovery-image] Mar 01 00:45:58.029 INFO O| Mar 01 00:45:58.029 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792026-03-01T00:45:57.921Z[ recovery-image] Mar 01 00:45:58.040 INFO O| Mar 01 00:45:58.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61802026-03-01T00:45:57.921Z[ recovery-image] Mar 01 00:45:58.040 INFO O| Mar 01 00:45:58.040 INFO STEP 450 (remove_files) COMPLETE
61812026-03-01T00:45:57.921Z[ recovery-image] Mar 01 00:45:58.040 INFO O| Mar 01 00:45:58.040 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822026-03-01T00:45:57.921Z[ recovery-image] Mar 01 00:45:58.051 INFO O| Mar 01 00:45:58.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61832026-03-01T00:45:57.921Z[ recovery-image] Mar 01 00:45:58.051 INFO O| Mar 01 00:45:58.051 INFO STEP 451 (remove_files) COMPLETE
61842026-03-01T00:45:57.922Z[ recovery-image] Mar 01 00:45:58.051 INFO O| Mar 01 00:45:58.051 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852026-03-01T00:45:57.922Z[ recovery-image] Mar 01 00:45:58.062 INFO O| Mar 01 00:45:58.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61862026-03-01T00:45:57.922Z[ recovery-image] Mar 01 00:45:58.062 INFO O| Mar 01 00:45:58.062 INFO STEP 452 (remove_files) COMPLETE
61872026-03-01T00:45:57.922Z[ recovery-image] Mar 01 00:45:58.062 INFO O| Mar 01 00:45:58.062 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882026-03-01T00:45:57.946Z[ recovery-image] Mar 01 00:45:58.072 INFO O| Mar 01 00:45:58.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61892026-03-01T00:45:57.946Z[ recovery-image] Mar 01 00:45:58.072 INFO O| Mar 01 00:45:58.072 INFO STEP 453 (remove_files) COMPLETE
61902026-03-01T00:45:57.946Z[ recovery-image] Mar 01 00:45:58.072 INFO O| Mar 01 00:45:58.072 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912026-03-01T00:45:57.946Z[ recovery-image] Mar 01 00:45:58.082 INFO O| Mar 01 00:45:58.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61922026-03-01T00:45:57.946Z[ recovery-image] Mar 01 00:45:58.082 INFO O| Mar 01 00:45:58.082 INFO STEP 454 (remove_files) COMPLETE
61932026-03-01T00:45:57.947Z[ recovery-image] Mar 01 00:45:58.082 INFO O| Mar 01 00:45:58.082 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942026-03-01T00:45:57.971Z[ recovery-image] Mar 01 00:45:58.092 INFO O| Mar 01 00:45:58.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61952026-03-01T00:45:57.971Z[ recovery-image] Mar 01 00:45:58.092 INFO O| Mar 01 00:45:58.092 INFO STEP 455 (remove_files) COMPLETE
61962026-03-01T00:45:57.971Z[ recovery-image] Mar 01 00:45:58.092 INFO O| Mar 01 00:45:58.092 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972026-03-01T00:45:57.971Z[ recovery-image] Mar 01 00:45:58.105 INFO O| Mar 01 00:45:58.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61982026-03-01T00:45:57.971Z[ recovery-image] Mar 01 00:45:58.105 INFO O| Mar 01 00:45:58.105 INFO STEP 456 (remove_files) COMPLETE
61992026-03-01T00:45:57.971Z[ recovery-image] Mar 01 00:45:58.105 INFO O| Mar 01 00:45:58.105 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002026-03-01T00:45:57.996Z[ recovery-image] Mar 01 00:45:58.116 INFO O| Mar 01 00:45:58.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62012026-03-01T00:45:57.996Z[ recovery-image] Mar 01 00:45:58.117 INFO O| Mar 01 00:45:58.117 INFO STEP 457 (remove_files) COMPLETE
62022026-03-01T00:45:57.996Z[ recovery-image] Mar 01 00:45:58.117 INFO O| Mar 01 00:45:58.117 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032026-03-01T00:45:57.996Z[ recovery-image] Mar 01 00:45:58.127 INFO O| Mar 01 00:45:58.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62042026-03-01T00:45:57.996Z[ recovery-image] Mar 01 00:45:58.127 INFO O| Mar 01 00:45:58.127 INFO STEP 458 (remove_files) COMPLETE
62052026-03-01T00:45:57.996Z[ recovery-image] Mar 01 00:45:58.127 INFO O| Mar 01 00:45:58.127 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062026-03-01T00:45:58.020Z[ recovery-image] Mar 01 00:45:58.137 INFO O| Mar 01 00:45:58.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62072026-03-01T00:45:58.020Z[ recovery-image] Mar 01 00:45:58.137 INFO O| Mar 01 00:45:58.137 INFO STEP 459 (remove_files) COMPLETE
62082026-03-01T00:45:58.020Z[ recovery-image] Mar 01 00:45:58.137 INFO O| Mar 01 00:45:58.137 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092026-03-01T00:45:58.020Z[ recovery-image] Mar 01 00:45:58.147 INFO O| Mar 01 00:45:58.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62102026-03-01T00:45:58.020Z[ recovery-image] Mar 01 00:45:58.147 INFO O| Mar 01 00:45:58.147 INFO STEP 460 (remove_files) COMPLETE
62112026-03-01T00:45:58.020Z[ recovery-image] Mar 01 00:45:58.147 INFO O| Mar 01 00:45:58.147 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122026-03-01T00:45:58.045Z[ recovery-image] Mar 01 00:45:58.165 INFO O| Mar 01 00:45:58.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62132026-03-01T00:45:58.045Z[ recovery-image] Mar 01 00:45:58.165 INFO O| Mar 01 00:45:58.165 INFO STEP 461 (remove_files) COMPLETE
62142026-03-01T00:45:58.045Z[ recovery-image] Mar 01 00:45:58.165 INFO O| Mar 01 00:45:58.165 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152026-03-01T00:45:58.045Z[ recovery-image] Mar 01 00:45:58.179 INFO O| Mar 01 00:45:58.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62162026-03-01T00:45:58.045Z[ recovery-image] Mar 01 00:45:58.179 INFO O| Mar 01 00:45:58.179 INFO STEP 462 (remove_files) COMPLETE
62172026-03-01T00:45:58.045Z[ recovery-image] Mar 01 00:45:58.179 INFO O| Mar 01 00:45:58.179 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182026-03-01T00:45:58.069Z[ recovery-image] Mar 01 00:45:58.193 INFO O| Mar 01 00:45:58.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62192026-03-01T00:45:58.070Z[ recovery-image] Mar 01 00:45:58.193 INFO O| Mar 01 00:45:58.193 INFO STEP 463 (remove_files) COMPLETE
62202026-03-01T00:45:58.070Z[ recovery-image] Mar 01 00:45:58.193 INFO O| Mar 01 00:45:58.193 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212026-03-01T00:45:58.070Z[ recovery-image] Mar 01 00:45:58.207 INFO O| Mar 01 00:45:58.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62222026-03-01T00:45:58.070Z[ recovery-image] Mar 01 00:45:58.207 INFO O| Mar 01 00:45:58.207 INFO STEP 464 (remove_files) COMPLETE
62232026-03-01T00:45:58.070Z[ recovery-image] Mar 01 00:45:58.207 INFO O| Mar 01 00:45:58.207 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242026-03-01T00:45:58.094Z[ recovery-image] Mar 01 00:45:58.218 INFO O| Mar 01 00:45:58.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62252026-03-01T00:45:58.094Z[ recovery-image] Mar 01 00:45:58.218 INFO O| Mar 01 00:45:58.218 INFO STEP 465 (remove_files) COMPLETE
62262026-03-01T00:45:58.094Z[ recovery-image] Mar 01 00:45:58.218 INFO O| Mar 01 00:45:58.218 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272026-03-01T00:45:58.094Z[ recovery-image] Mar 01 00:45:58.231 INFO O| Mar 01 00:45:58.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62282026-03-01T00:45:58.094Z[ recovery-image] Mar 01 00:45:58.231 INFO O| Mar 01 00:45:58.231 INFO STEP 466 (remove_files) COMPLETE
62292026-03-01T00:45:58.094Z[ recovery-image] Mar 01 00:45:58.231 INFO O| Mar 01 00:45:58.231 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302026-03-01T00:45:58.119Z[ recovery-image] Mar 01 00:45:58.244 INFO O| Mar 01 00:45:58.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62312026-03-01T00:45:58.119Z[ recovery-image] Mar 01 00:45:58.244 INFO O| Mar 01 00:45:58.244 INFO STEP 467 (remove_files) COMPLETE
62322026-03-01T00:45:58.119Z[ recovery-image] Mar 01 00:45:58.244 INFO O| Mar 01 00:45:58.244 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332026-03-01T00:45:58.119Z[ recovery-image] Mar 01 00:45:58.257 INFO O| Mar 01 00:45:58.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62342026-03-01T00:45:58.119Z[ recovery-image] Mar 01 00:45:58.257 INFO O| Mar 01 00:45:58.257 INFO STEP 468 (remove_files) COMPLETE
62352026-03-01T00:45:58.119Z[ recovery-image] Mar 01 00:45:58.257 INFO O| Mar 01 00:45:58.257 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362026-03-01T00:45:58.143Z[ recovery-image] Mar 01 00:45:58.270 INFO O| Mar 01 00:45:58.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62372026-03-01T00:45:58.143Z[ recovery-image] Mar 01 00:45:58.270 INFO O| Mar 01 00:45:58.270 INFO STEP 469 (remove_files) COMPLETE
62382026-03-01T00:45:58.143Z[ recovery-image] Mar 01 00:45:58.270 INFO O| Mar 01 00:45:58.270 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392026-03-01T00:45:58.143Z[ recovery-image] Mar 01 00:45:58.283 INFO O| Mar 01 00:45:58.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62402026-03-01T00:45:58.144Z[ recovery-image] Mar 01 00:45:58.283 INFO O| Mar 01 00:45:58.283 INFO STEP 470 (remove_files) COMPLETE
62412026-03-01T00:45:58.144Z[ recovery-image] Mar 01 00:45:58.283 INFO O| Mar 01 00:45:58.283 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422026-03-01T00:45:58.168Z[ recovery-image] Mar 01 00:45:58.298 INFO O| Mar 01 00:45:58.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62432026-03-01T00:45:58.168Z[ recovery-image] Mar 01 00:45:58.298 INFO O| Mar 01 00:45:58.298 INFO STEP 471 (remove_files) COMPLETE
62442026-03-01T00:45:58.168Z[ recovery-image] Mar 01 00:45:58.298 INFO O| Mar 01 00:45:58.298 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452026-03-01T00:45:58.168Z[ recovery-image] Mar 01 00:45:58.309 INFO O| Mar 01 00:45:58.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62462026-03-01T00:45:58.193Z[ recovery-image] Mar 01 00:45:58.309 INFO O| Mar 01 00:45:58.309 INFO STEP 472 (remove_files) COMPLETE
62472026-03-01T00:45:58.193Z[ recovery-image] Mar 01 00:45:58.309 INFO O| Mar 01 00:45:58.309 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482026-03-01T00:45:58.193Z[ recovery-image] Mar 01 00:45:58.326 INFO O| Mar 01 00:45:58.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62492026-03-01T00:45:58.193Z[ recovery-image] Mar 01 00:45:58.326 INFO O| Mar 01 00:45:58.326 INFO STEP 473 (remove_files) COMPLETE
62502026-03-01T00:45:58.193Z[ recovery-image] Mar 01 00:45:58.326 INFO O| Mar 01 00:45:58.326 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512026-03-01T00:45:58.217Z[ recovery-image] Mar 01 00:45:58.339 INFO O| Mar 01 00:45:58.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62522026-03-01T00:45:58.217Z[ recovery-image] Mar 01 00:45:58.339 INFO O| Mar 01 00:45:58.339 INFO STEP 474 (remove_files) COMPLETE
62532026-03-01T00:45:58.217Z[ recovery-image] Mar 01 00:45:58.339 INFO O| Mar 01 00:45:58.339 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542026-03-01T00:45:58.217Z[ recovery-image] Mar 01 00:45:58.351 INFO O| Mar 01 00:45:58.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62552026-03-01T00:45:58.217Z[ recovery-image] Mar 01 00:45:58.351 INFO O| Mar 01 00:45:58.351 INFO STEP 475 (remove_files) COMPLETE
62562026-03-01T00:45:58.217Z[ recovery-image] Mar 01 00:45:58.351 INFO O| Mar 01 00:45:58.351 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572026-03-01T00:45:58.242Z[ recovery-image] Mar 01 00:45:58.362 INFO O| Mar 01 00:45:58.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62582026-03-01T00:45:58.242Z[ recovery-image] Mar 01 00:45:58.362 INFO O| Mar 01 00:45:58.362 INFO STEP 476 (remove_files) COMPLETE
62592026-03-01T00:45:58.242Z[ recovery-image] Mar 01 00:45:58.362 INFO O| Mar 01 00:45:58.362 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602026-03-01T00:45:58.242Z[ recovery-image] Mar 01 00:45:58.373 INFO O| Mar 01 00:45:58.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62612026-03-01T00:45:58.242Z[ recovery-image] Mar 01 00:45:58.373 INFO O| Mar 01 00:45:58.373 INFO STEP 477 (remove_files) COMPLETE
62622026-03-01T00:45:58.242Z[ recovery-image] Mar 01 00:45:58.373 INFO O| Mar 01 00:45:58.373 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632026-03-01T00:45:58.266Z[ recovery-image] Mar 01 00:45:58.388 INFO O| Mar 01 00:45:58.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62642026-03-01T00:45:58.266Z[ recovery-image] Mar 01 00:45:58.388 INFO O| Mar 01 00:45:58.388 INFO STEP 478 (remove_files) COMPLETE
62652026-03-01T00:45:58.266Z[ recovery-image] Mar 01 00:45:58.388 INFO O| Mar 01 00:45:58.388 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662026-03-01T00:45:58.266Z[ recovery-image] Mar 01 00:45:58.400 INFO O| Mar 01 00:45:58.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62672026-03-01T00:45:58.266Z[ recovery-image] Mar 01 00:45:58.400 INFO O| Mar 01 00:45:58.400 INFO STEP 479 (remove_files) COMPLETE
62682026-03-01T00:45:58.266Z[ recovery-image] Mar 01 00:45:58.400 INFO O| Mar 01 00:45:58.400 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692026-03-01T00:45:58.291Z[ recovery-image] Mar 01 00:45:58.411 INFO O| Mar 01 00:45:58.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62702026-03-01T00:45:58.291Z[ recovery-image] Mar 01 00:45:58.411 INFO O| Mar 01 00:45:58.411 INFO STEP 480 (remove_files) COMPLETE
62712026-03-01T00:45:58.291Z[ recovery-image] Mar 01 00:45:58.411 INFO O| Mar 01 00:45:58.411 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722026-03-01T00:45:58.291Z[ recovery-image] Mar 01 00:45:58.427 INFO O| Mar 01 00:45:58.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62732026-03-01T00:45:58.291Z[ recovery-image] Mar 01 00:45:58.427 INFO O| Mar 01 00:45:58.427 INFO STEP 481 (remove_files) COMPLETE
62742026-03-01T00:45:58.291Z[ recovery-image] Mar 01 00:45:58.427 INFO O| Mar 01 00:45:58.427 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752026-03-01T00:45:58.316Z[ recovery-image] Mar 01 00:45:58.441 INFO O| Mar 01 00:45:58.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62762026-03-01T00:45:58.316Z[ recovery-image] Mar 01 00:45:58.441 INFO O| Mar 01 00:45:58.441 INFO STEP 482 (remove_files) COMPLETE
62772026-03-01T00:45:58.316Z[ recovery-image] Mar 01 00:45:58.441 INFO O| Mar 01 00:45:58.441 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782026-03-01T00:45:58.316Z[ recovery-image] Mar 01 00:45:58.455 INFO O| Mar 01 00:45:58.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62792026-03-01T00:45:58.316Z[ recovery-image] Mar 01 00:45:58.456 INFO O| Mar 01 00:45:58.455 INFO STEP 483 (remove_files) COMPLETE
62802026-03-01T00:45:58.316Z[ recovery-image] Mar 01 00:45:58.456 INFO O| Mar 01 00:45:58.456 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812026-03-01T00:45:58.340Z[ recovery-image] Mar 01 00:45:58.471 INFO O| Mar 01 00:45:58.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62822026-03-01T00:45:58.340Z[ recovery-image] Mar 01 00:45:58.471 INFO O| Mar 01 00:45:58.471 INFO STEP 484 (remove_files) COMPLETE
62832026-03-01T00:45:58.340Z[ recovery-image] Mar 01 00:45:58.471 INFO O| Mar 01 00:45:58.471 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842026-03-01T00:45:58.365Z[ recovery-image] Mar 01 00:45:58.486 INFO O| Mar 01 00:45:58.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62852026-03-01T00:45:58.365Z[ recovery-image] Mar 01 00:45:58.486 INFO O| Mar 01 00:45:58.486 INFO STEP 485 (remove_files) COMPLETE
62862026-03-01T00:45:58.365Z[ recovery-image] Mar 01 00:45:58.486 INFO O| Mar 01 00:45:58.486 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872026-03-01T00:45:58.365Z[ recovery-image] Mar 01 00:45:58.500 INFO O| Mar 01 00:45:58.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62882026-03-01T00:45:58.365Z[ recovery-image] Mar 01 00:45:58.500 INFO O| Mar 01 00:45:58.500 INFO STEP 486 (remove_files) COMPLETE
62892026-03-01T00:45:58.365Z[ recovery-image] Mar 01 00:45:58.500 INFO O| Mar 01 00:45:58.500 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902026-03-01T00:45:58.390Z[ recovery-image] Mar 01 00:45:58.514 INFO O| Mar 01 00:45:58.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62912026-03-01T00:45:58.390Z[ recovery-image] Mar 01 00:45:58.514 INFO O| Mar 01 00:45:58.514 INFO STEP 487 (remove_files) COMPLETE
62922026-03-01T00:45:58.390Z[ recovery-image] Mar 01 00:45:58.514 INFO O| Mar 01 00:45:58.514 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932026-03-01T00:45:58.390Z[ recovery-image] Mar 01 00:45:58.528 INFO O| Mar 01 00:45:58.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62942026-03-01T00:45:58.390Z[ recovery-image] Mar 01 00:45:58.529 INFO O| Mar 01 00:45:58.528 INFO STEP 488 (remove_files) COMPLETE
62952026-03-01T00:45:58.390Z[ recovery-image] Mar 01 00:45:58.529 INFO O| Mar 01 00:45:58.529 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962026-03-01T00:45:58.415Z[ recovery-image] Mar 01 00:45:58.542 INFO O| Mar 01 00:45:58.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62972026-03-01T00:45:58.415Z[ recovery-image] Mar 01 00:45:58.542 INFO O| Mar 01 00:45:58.542 INFO STEP 489 (remove_files) COMPLETE
62982026-03-01T00:45:58.415Z[ recovery-image] Mar 01 00:45:58.542 INFO O| Mar 01 00:45:58.542 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992026-03-01T00:45:58.439Z[ recovery-image] Mar 01 00:45:58.557 INFO O| Mar 01 00:45:58.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63002026-03-01T00:45:58.439Z[ recovery-image] Mar 01 00:45:58.557 INFO O| Mar 01 00:45:58.557 INFO STEP 490 (remove_files) COMPLETE
63012026-03-01T00:45:58.439Z[ recovery-image] Mar 01 00:45:58.557 INFO O| Mar 01 00:45:58.557 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022026-03-01T00:45:58.439Z[ recovery-image] Mar 01 00:45:58.572 INFO O| Mar 01 00:45:58.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63032026-03-01T00:45:58.439Z[ recovery-image] Mar 01 00:45:58.572 INFO O| Mar 01 00:45:58.572 INFO STEP 491 (remove_files) COMPLETE
63042026-03-01T00:45:58.439Z[ recovery-image] Mar 01 00:45:58.572 INFO O| Mar 01 00:45:58.572 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052026-03-01T00:45:58.464Z[ recovery-image] Mar 01 00:45:58.582 INFO O| Mar 01 00:45:58.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63062026-03-01T00:45:58.464Z[ recovery-image] Mar 01 00:45:58.582 INFO O| Mar 01 00:45:58.582 INFO STEP 492 (remove_files) COMPLETE
63072026-03-01T00:45:58.464Z[ recovery-image] Mar 01 00:45:58.583 INFO O| Mar 01 00:45:58.582 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082026-03-01T00:45:58.464Z[ recovery-image] Mar 01 00:45:58.596 INFO O| Mar 01 00:45:58.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63092026-03-01T00:45:58.464Z[ recovery-image] Mar 01 00:45:58.596 INFO O| Mar 01 00:45:58.596 INFO STEP 493 (remove_files) COMPLETE
63102026-03-01T00:45:58.464Z[ recovery-image] Mar 01 00:45:58.596 INFO O| Mar 01 00:45:58.596 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112026-03-01T00:45:58.489Z[ recovery-image] Mar 01 00:45:58.611 INFO O| Mar 01 00:45:58.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63122026-03-01T00:45:58.489Z[ recovery-image] Mar 01 00:45:58.611 INFO O| Mar 01 00:45:58.611 INFO STEP 494 (remove_files) COMPLETE
63132026-03-01T00:45:58.489Z[ recovery-image] Mar 01 00:45:58.611 INFO O| Mar 01 00:45:58.611 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142026-03-01T00:45:58.489Z[ recovery-image] Mar 01 00:45:58.622 INFO O| Mar 01 00:45:58.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63152026-03-01T00:45:58.489Z[ recovery-image] Mar 01 00:45:58.622 INFO O| Mar 01 00:45:58.622 INFO STEP 495 (remove_files) COMPLETE
63162026-03-01T00:45:58.489Z[ recovery-image] Mar 01 00:45:58.622 INFO O| Mar 01 00:45:58.622 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172026-03-01T00:45:58.513Z[ recovery-image] Mar 01 00:45:58.636 INFO O| Mar 01 00:45:58.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63182026-03-01T00:45:58.513Z[ recovery-image] Mar 01 00:45:58.636 INFO O| Mar 01 00:45:58.636 INFO STEP 496 (remove_files) COMPLETE
63192026-03-01T00:45:58.513Z[ recovery-image] Mar 01 00:45:58.636 INFO O| Mar 01 00:45:58.636 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202026-03-01T00:45:58.513Z[ recovery-image] Mar 01 00:45:58.651 INFO O| Mar 01 00:45:58.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63212026-03-01T00:45:58.513Z[ recovery-image] Mar 01 00:45:58.651 INFO O| Mar 01 00:45:58.651 INFO STEP 497 (remove_files) COMPLETE
63222026-03-01T00:45:58.513Z[ recovery-image] Mar 01 00:45:58.651 INFO O| Mar 01 00:45:58.651 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232026-03-01T00:45:58.538Z[ recovery-image] Mar 01 00:45:58.663 INFO O| Mar 01 00:45:58.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63242026-03-01T00:45:58.538Z[ recovery-image] Mar 01 00:45:58.663 INFO O| Mar 01 00:45:58.663 INFO STEP 498 (remove_files) COMPLETE
63252026-03-01T00:45:58.538Z[ recovery-image] Mar 01 00:45:58.663 INFO O| Mar 01 00:45:58.663 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262026-03-01T00:45:58.563Z[ recovery-image] Mar 01 00:45:58.679 INFO O| Mar 01 00:45:58.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63272026-03-01T00:45:58.563Z[ recovery-image] Mar 01 00:45:58.679 INFO O| Mar 01 00:45:58.679 INFO STEP 499 (remove_files) COMPLETE
63282026-03-01T00:45:58.563Z[ recovery-image] Mar 01 00:45:58.679 INFO O| Mar 01 00:45:58.679 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292026-03-01T00:45:58.563Z[ recovery-image] Mar 01 00:45:58.691 INFO O| Mar 01 00:45:58.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63302026-03-01T00:45:58.563Z[ recovery-image] Mar 01 00:45:58.692 INFO O| Mar 01 00:45:58.691 INFO STEP 500 (remove_files) COMPLETE
63312026-03-01T00:45:58.563Z[ recovery-image] Mar 01 00:45:58.692 INFO O| Mar 01 00:45:58.691 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322026-03-01T00:45:58.587Z[ recovery-image] Mar 01 00:45:58.704 INFO O| Mar 01 00:45:58.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63332026-03-01T00:45:58.587Z[ recovery-image] Mar 01 00:45:58.705 INFO O| Mar 01 00:45:58.705 INFO STEP 501 (remove_files) COMPLETE
63342026-03-01T00:45:58.587Z[ recovery-image] Mar 01 00:45:58.705 INFO O| Mar 01 00:45:58.705 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352026-03-01T00:45:58.587Z[ recovery-image] Mar 01 00:45:58.719 INFO O| Mar 01 00:45:58.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63362026-03-01T00:45:58.587Z[ recovery-image] Mar 01 00:45:58.720 INFO O| Mar 01 00:45:58.719 INFO STEP 502 (remove_files) COMPLETE
63372026-03-01T00:45:58.587Z[ recovery-image] Mar 01 00:45:58.720 INFO O| Mar 01 00:45:58.720 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382026-03-01T00:45:58.612Z[ recovery-image] Mar 01 00:45:58.731 INFO O| Mar 01 00:45:58.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63392026-03-01T00:45:58.612Z[ recovery-image] Mar 01 00:45:58.731 INFO O| Mar 01 00:45:58.731 INFO STEP 503 (remove_files) COMPLETE
63402026-03-01T00:45:58.612Z[ recovery-image] Mar 01 00:45:58.731 INFO O| Mar 01 00:45:58.731 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412026-03-01T00:45:58.612Z[ recovery-image] Mar 01 00:45:58.740 INFO O| Mar 01 00:45:58.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63422026-03-01T00:45:58.612Z[ recovery-image] Mar 01 00:45:58.741 INFO O| Mar 01 00:45:58.741 INFO STEP 504 (remove_files) COMPLETE
63432026-03-01T00:45:58.612Z[ recovery-image] Mar 01 00:45:58.741 INFO O| Mar 01 00:45:58.741 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442026-03-01T00:45:58.612Z[ recovery-image] Mar 01 00:45:58.750 INFO O| Mar 01 00:45:58.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63452026-03-01T00:45:58.612Z[ recovery-image] Mar 01 00:45:58.750 INFO O| Mar 01 00:45:58.750 INFO STEP 505 (remove_files) COMPLETE
63462026-03-01T00:45:58.612Z[ recovery-image] Mar 01 00:45:58.750 INFO O| Mar 01 00:45:58.750 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472026-03-01T00:45:58.637Z[ recovery-image] Mar 01 00:45:58.760 INFO O| Mar 01 00:45:58.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63482026-03-01T00:45:58.637Z[ recovery-image] Mar 01 00:45:58.760 INFO O| Mar 01 00:45:58.760 INFO STEP 506 (remove_files) COMPLETE
63492026-03-01T00:45:58.637Z[ recovery-image] Mar 01 00:45:58.760 INFO O| Mar 01 00:45:58.760 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502026-03-01T00:45:58.637Z[ recovery-image] Mar 01 00:45:58.770 INFO O| Mar 01 00:45:58.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63512026-03-01T00:45:58.637Z[ recovery-image] Mar 01 00:45:58.770 INFO O| Mar 01 00:45:58.770 INFO STEP 507 (remove_files) COMPLETE
63522026-03-01T00:45:58.637Z[ recovery-image] Mar 01 00:45:58.770 INFO O| Mar 01 00:45:58.770 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532026-03-01T00:45:58.661Z[ recovery-image] Mar 01 00:45:58.784 INFO O| Mar 01 00:45:58.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63542026-03-01T00:45:58.661Z[ recovery-image] Mar 01 00:45:58.784 INFO O| Mar 01 00:45:58.784 INFO STEP 508 (remove_files) COMPLETE
63552026-03-01T00:45:58.661Z[ recovery-image] Mar 01 00:45:58.784 INFO O| Mar 01 00:45:58.784 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562026-03-01T00:45:58.661Z[ recovery-image] Mar 01 00:45:58.798 INFO O| Mar 01 00:45:58.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63572026-03-01T00:45:58.661Z[ recovery-image] Mar 01 00:45:58.798 INFO O| Mar 01 00:45:58.798 INFO STEP 509 (remove_files) COMPLETE
63582026-03-01T00:45:58.661Z[ recovery-image] Mar 01 00:45:58.798 INFO O| Mar 01 00:45:58.798 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592026-03-01T00:45:58.686Z[ recovery-image] Mar 01 00:45:58.808 INFO O| Mar 01 00:45:58.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63602026-03-01T00:45:58.686Z[ recovery-image] Mar 01 00:45:58.809 INFO O| Mar 01 00:45:58.809 INFO STEP 510 (remove_files) COMPLETE
63612026-03-01T00:45:58.686Z[ recovery-image] Mar 01 00:45:58.809 INFO O| Mar 01 00:45:58.809 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622026-03-01T00:45:58.686Z[ recovery-image] Mar 01 00:45:58.822 INFO O| Mar 01 00:45:58.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63632026-03-01T00:45:58.686Z[ recovery-image] Mar 01 00:45:58.822 INFO O| Mar 01 00:45:58.822 INFO STEP 511 (remove_files) COMPLETE
63642026-03-01T00:45:58.686Z[ recovery-image] Mar 01 00:45:58.822 INFO O| Mar 01 00:45:58.822 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652026-03-01T00:45:58.710Z[ recovery-image] Mar 01 00:45:58.834 INFO O| Mar 01 00:45:58.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63662026-03-01T00:45:58.710Z[ recovery-image] Mar 01 00:45:58.835 INFO O| Mar 01 00:45:58.835 INFO STEP 512 (remove_files) COMPLETE
63672026-03-01T00:45:58.710Z[ recovery-image] Mar 01 00:45:58.835 INFO O| Mar 01 00:45:58.835 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682026-03-01T00:45:58.710Z[ recovery-image] Mar 01 00:45:58.845 INFO O| Mar 01 00:45:58.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63692026-03-01T00:45:58.710Z[ recovery-image] Mar 01 00:45:58.845 INFO O| Mar 01 00:45:58.845 INFO STEP 513 (remove_files) COMPLETE
63702026-03-01T00:45:58.710Z[ recovery-image] Mar 01 00:45:58.845 INFO O| Mar 01 00:45:58.845 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712026-03-01T00:45:58.735Z[ recovery-image] Mar 01 00:45:58.858 INFO O| Mar 01 00:45:58.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63722026-03-01T00:45:58.735Z[ recovery-image] Mar 01 00:45:58.858 INFO O| Mar 01 00:45:58.858 INFO STEP 514 (remove_files) COMPLETE
63732026-03-01T00:45:58.735Z[ recovery-image] Mar 01 00:45:58.858 INFO O| Mar 01 00:45:58.858 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742026-03-01T00:45:58.735Z[ recovery-image] Mar 01 00:45:58.871 INFO O| Mar 01 00:45:58.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63752026-03-01T00:45:58.735Z[ recovery-image] Mar 01 00:45:58.871 INFO O| Mar 01 00:45:58.871 INFO STEP 515 (remove_files) COMPLETE
63762026-03-01T00:45:58.735Z[ recovery-image] Mar 01 00:45:58.871 INFO O| Mar 01 00:45:58.871 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772026-03-01T00:45:58.759Z[ recovery-image] Mar 01 00:45:58.882 INFO O| Mar 01 00:45:58.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63782026-03-01T00:45:58.759Z[ recovery-image] Mar 01 00:45:58.882 INFO O| Mar 01 00:45:58.882 INFO STEP 516 (remove_files) COMPLETE
63792026-03-01T00:45:58.759Z[ recovery-image] Mar 01 00:45:58.882 INFO O| Mar 01 00:45:58.882 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802026-03-01T00:45:58.759Z[ recovery-image] Mar 01 00:45:58.892 INFO O| Mar 01 00:45:58.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63812026-03-01T00:45:58.759Z[ recovery-image] Mar 01 00:45:58.892 INFO O| Mar 01 00:45:58.892 INFO STEP 517 (remove_files) COMPLETE
63822026-03-01T00:45:58.759Z[ recovery-image] Mar 01 00:45:58.892 INFO O| Mar 01 00:45:58.892 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832026-03-01T00:45:58.783Z[ recovery-image] Mar 01 00:45:58.904 INFO O| Mar 01 00:45:58.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63842026-03-01T00:45:58.783Z[ recovery-image] Mar 01 00:45:58.905 INFO O| Mar 01 00:45:58.904 INFO STEP 518 (remove_files) COMPLETE
63852026-03-01T00:45:58.783Z[ recovery-image] Mar 01 00:45:58.905 INFO O| Mar 01 00:45:58.904 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862026-03-01T00:45:58.784Z[ recovery-image] Mar 01 00:45:58.917 INFO O| Mar 01 00:45:58.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63872026-03-01T00:45:58.784Z[ recovery-image] Mar 01 00:45:58.917 INFO O| Mar 01 00:45:58.917 INFO STEP 519 (remove_files) COMPLETE
63882026-03-01T00:45:58.784Z[ recovery-image] Mar 01 00:45:58.917 INFO O| Mar 01 00:45:58.917 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892026-03-01T00:45:58.808Z[ recovery-image] Mar 01 00:45:58.929 INFO O| Mar 01 00:45:58.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63902026-03-01T00:45:58.808Z[ recovery-image] Mar 01 00:45:58.929 INFO O| Mar 01 00:45:58.929 INFO STEP 520 (remove_files) COMPLETE
63912026-03-01T00:45:58.808Z[ recovery-image] Mar 01 00:45:58.929 INFO O| Mar 01 00:45:58.929 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922026-03-01T00:45:58.808Z[ recovery-image] Mar 01 00:45:58.941 INFO O| Mar 01 00:45:58.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63932026-03-01T00:45:58.808Z[ recovery-image] Mar 01 00:45:58.942 INFO O| Mar 01 00:45:58.942 INFO STEP 521 (remove_files) COMPLETE
63942026-03-01T00:45:58.808Z[ recovery-image] Mar 01 00:45:58.942 INFO O| Mar 01 00:45:58.942 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952026-03-01T00:45:58.832Z[ recovery-image] Mar 01 00:45:58.953 INFO O| Mar 01 00:45:58.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63962026-03-01T00:45:58.832Z[ recovery-image] Mar 01 00:45:58.953 INFO O| Mar 01 00:45:58.953 INFO STEP 522 (remove_files) COMPLETE
63972026-03-01T00:45:58.832Z[ recovery-image] Mar 01 00:45:58.953 INFO O| Mar 01 00:45:58.953 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982026-03-01T00:45:58.832Z[ recovery-image] Mar 01 00:45:58.965 INFO O| Mar 01 00:45:58.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63992026-03-01T00:45:58.832Z[ recovery-image] Mar 01 00:45:58.965 INFO O| Mar 01 00:45:58.965 INFO STEP 523 (remove_files) COMPLETE
64002026-03-01T00:45:58.832Z[ recovery-image] Mar 01 00:45:58.965 INFO O| Mar 01 00:45:58.965 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012026-03-01T00:45:58.857Z[ recovery-image] Mar 01 00:45:58.976 INFO O| Mar 01 00:45:58.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
64022026-03-01T00:45:58.857Z[ recovery-image] Mar 01 00:45:58.976 INFO O| Mar 01 00:45:58.976 INFO STEP 524 (remove_files) COMPLETE
64032026-03-01T00:45:58.857Z[ recovery-image] Mar 01 00:45:58.976 INFO O| Mar 01 00:45:58.976 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042026-03-01T00:45:58.857Z[ recovery-image] Mar 01 00:45:58.986 INFO O| Mar 01 00:45:58.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
64052026-03-01T00:45:58.857Z[ recovery-image] Mar 01 00:45:58.986 INFO O| Mar 01 00:45:58.986 INFO STEP 525 (remove_files) COMPLETE
64062026-03-01T00:45:58.857Z[ recovery-image] Mar 01 00:45:58.986 INFO O| Mar 01 00:45:58.986 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072026-03-01T00:45:58.857Z[ recovery-image] Mar 01 00:45:58.997 INFO O| Mar 01 00:45:58.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
64082026-03-01T00:45:58.857Z[ recovery-image] Mar 01 00:45:58.997 INFO O| Mar 01 00:45:58.997 INFO STEP 526 (remove_files) COMPLETE
64092026-03-01T00:45:58.857Z[ recovery-image] Mar 01 00:45:58.997 INFO O| Mar 01 00:45:58.997 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102026-03-01T00:45:58.881Z[ recovery-image] Mar 01 00:45:59.010 INFO O| Mar 01 00:45:59.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64112026-03-01T00:45:58.881Z[ recovery-image] Mar 01 00:45:59.010 INFO O| Mar 01 00:45:59.010 INFO STEP 527 (remove_files) COMPLETE
64122026-03-01T00:45:58.881Z[ recovery-image] Mar 01 00:45:59.010 INFO O| Mar 01 00:45:59.010 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132026-03-01T00:45:58.881Z[ recovery-image] Mar 01 00:45:59.022 INFO O| Mar 01 00:45:59.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64142026-03-01T00:45:58.881Z[ recovery-image] Mar 01 00:45:59.022 INFO O| Mar 01 00:45:59.022 INFO STEP 528 (remove_files) COMPLETE
64152026-03-01T00:45:58.882Z[ recovery-image] Mar 01 00:45:59.022 INFO O| Mar 01 00:45:59.022 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162026-03-01T00:45:58.906Z[ recovery-image] Mar 01 00:45:59.034 INFO O| Mar 01 00:45:59.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64172026-03-01T00:45:58.906Z[ recovery-image] Mar 01 00:45:59.034 INFO O| Mar 01 00:45:59.034 INFO STEP 529 (remove_files) COMPLETE
64182026-03-01T00:45:58.906Z[ recovery-image] Mar 01 00:45:59.034 INFO O| Mar 01 00:45:59.034 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192026-03-01T00:45:58.906Z[ recovery-image] Mar 01 00:45:59.047 INFO O| Mar 01 00:45:59.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64202026-03-01T00:45:58.930Z[ recovery-image] Mar 01 00:45:59.047 INFO O| Mar 01 00:45:59.047 INFO STEP 530 (remove_files) COMPLETE
64212026-03-01T00:45:58.930Z[ recovery-image] Mar 01 00:45:59.047 INFO O| Mar 01 00:45:59.047 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222026-03-01T00:45:58.930Z[ recovery-image] Mar 01 00:45:59.060 INFO O| Mar 01 00:45:59.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64232026-03-01T00:45:58.930Z[ recovery-image] Mar 01 00:45:59.060 INFO O| Mar 01 00:45:59.060 INFO STEP 531 (remove_files) COMPLETE
64242026-03-01T00:45:58.930Z[ recovery-image] Mar 01 00:45:59.060 INFO O| Mar 01 00:45:59.060 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252026-03-01T00:45:58.955Z[ recovery-image] Mar 01 00:45:59.072 INFO O| Mar 01 00:45:59.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64262026-03-01T00:45:58.955Z[ recovery-image] Mar 01 00:45:59.072 INFO O| Mar 01 00:45:59.072 INFO STEP 532 (remove_files) COMPLETE
64272026-03-01T00:45:58.955Z[ recovery-image] Mar 01 00:45:59.072 INFO O| Mar 01 00:45:59.072 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282026-03-01T00:45:58.955Z[ recovery-image] Mar 01 00:45:59.082 INFO O| Mar 01 00:45:59.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64292026-03-01T00:45:58.955Z[ recovery-image] Mar 01 00:45:59.083 INFO O| Mar 01 00:45:59.082 INFO STEP 533 (remove_files) COMPLETE
64302026-03-01T00:45:58.955Z[ recovery-image] Mar 01 00:45:59.083 INFO O| Mar 01 00:45:59.083 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312026-03-01T00:45:58.955Z[ recovery-image] Mar 01 00:45:59.093 INFO O| Mar 01 00:45:59.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64322026-03-01T00:45:58.955Z[ recovery-image] Mar 01 00:45:59.093 INFO O| Mar 01 00:45:59.093 INFO STEP 534 (remove_files) COMPLETE
64332026-03-01T00:45:58.956Z[ recovery-image] Mar 01 00:45:59.093 INFO O| Mar 01 00:45:59.093 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342026-03-01T00:45:58.980Z[ recovery-image] Mar 01 00:45:59.103 INFO O| Mar 01 00:45:59.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64352026-03-01T00:45:58.980Z[ recovery-image] Mar 01 00:45:59.103 INFO O| Mar 01 00:45:59.103 INFO STEP 535 (remove_files) COMPLETE
64362026-03-01T00:45:58.980Z[ recovery-image] Mar 01 00:45:59.103 INFO O| Mar 01 00:45:59.103 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372026-03-01T00:45:58.980Z[ recovery-image] Mar 01 00:45:59.113 INFO O| Mar 01 00:45:59.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64382026-03-01T00:45:58.980Z[ recovery-image] Mar 01 00:45:59.114 INFO O| Mar 01 00:45:59.114 INFO STEP 536 (remove_files) COMPLETE
64392026-03-01T00:45:58.980Z[ recovery-image] Mar 01 00:45:59.114 INFO O| Mar 01 00:45:59.114 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402026-03-01T00:45:59.005Z[ recovery-image] Mar 01 00:45:59.124 INFO O| Mar 01 00:45:59.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64412026-03-01T00:45:59.005Z[ recovery-image] Mar 01 00:45:59.124 INFO O| Mar 01 00:45:59.124 INFO STEP 537 (remove_files) COMPLETE
64422026-03-01T00:45:59.005Z[ recovery-image] Mar 01 00:45:59.124 INFO O| Mar 01 00:45:59.124 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432026-03-01T00:45:59.005Z[ recovery-image] Mar 01 00:45:59.134 INFO O| Mar 01 00:45:59.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64442026-03-01T00:45:59.005Z[ recovery-image] Mar 01 00:45:59.134 INFO O| Mar 01 00:45:59.134 INFO STEP 538 (remove_files) COMPLETE
64452026-03-01T00:45:59.005Z[ recovery-image] Mar 01 00:45:59.134 INFO O| Mar 01 00:45:59.134 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462026-03-01T00:45:59.005Z[ recovery-image] Mar 01 00:45:59.144 INFO O| Mar 01 00:45:59.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64472026-03-01T00:45:59.005Z[ recovery-image] Mar 01 00:45:59.144 INFO O| Mar 01 00:45:59.144 INFO STEP 539 (remove_files) COMPLETE
64482026-03-01T00:45:59.005Z[ recovery-image] Mar 01 00:45:59.144 INFO O| Mar 01 00:45:59.144 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492026-03-01T00:45:59.029Z[ recovery-image] Mar 01 00:45:59.154 INFO O| Mar 01 00:45:59.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64502026-03-01T00:45:59.029Z[ recovery-image] Mar 01 00:45:59.154 INFO O| Mar 01 00:45:59.154 INFO STEP 540 (remove_files) COMPLETE
64512026-03-01T00:45:59.029Z[ recovery-image] Mar 01 00:45:59.154 INFO O| Mar 01 00:45:59.154 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522026-03-01T00:45:59.029Z[ recovery-image] Mar 01 00:45:59.164 INFO O| Mar 01 00:45:59.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64532026-03-01T00:45:59.029Z[ recovery-image] Mar 01 00:45:59.164 INFO O| Mar 01 00:45:59.164 INFO STEP 541 (remove_files) COMPLETE
64542026-03-01T00:45:59.029Z[ recovery-image] Mar 01 00:45:59.164 INFO O| Mar 01 00:45:59.164 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552026-03-01T00:45:59.054Z[ recovery-image] Mar 01 00:45:59.174 INFO O| Mar 01 00:45:59.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64562026-03-01T00:45:59.054Z[ recovery-image] Mar 01 00:45:59.174 INFO O| Mar 01 00:45:59.174 INFO STEP 542 (remove_files) COMPLETE
64572026-03-01T00:45:59.054Z[ recovery-image] Mar 01 00:45:59.174 INFO O| Mar 01 00:45:59.174 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582026-03-01T00:45:59.054Z[ recovery-image] Mar 01 00:45:59.184 INFO O| Mar 01 00:45:59.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64592026-03-01T00:45:59.054Z[ recovery-image] Mar 01 00:45:59.184 INFO O| Mar 01 00:45:59.184 INFO STEP 543 (remove_files) COMPLETE
64602026-03-01T00:45:59.054Z[ recovery-image] Mar 01 00:45:59.184 INFO O| Mar 01 00:45:59.184 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612026-03-01T00:45:59.054Z[ recovery-image] Mar 01 00:45:59.194 INFO O| Mar 01 00:45:59.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64622026-03-01T00:45:59.054Z[ recovery-image] Mar 01 00:45:59.194 INFO O| Mar 01 00:45:59.194 INFO STEP 544 (remove_files) COMPLETE
64632026-03-01T00:45:59.054Z[ recovery-image] Mar 01 00:45:59.194 INFO O| Mar 01 00:45:59.194 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642026-03-01T00:45:59.079Z[ recovery-image] Mar 01 00:45:59.204 INFO O| Mar 01 00:45:59.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64652026-03-01T00:45:59.079Z[ recovery-image] Mar 01 00:45:59.204 INFO O| Mar 01 00:45:59.204 INFO STEP 545 (remove_files) COMPLETE
64662026-03-01T00:45:59.079Z[ recovery-image] Mar 01 00:45:59.204 INFO O| Mar 01 00:45:59.204 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672026-03-01T00:45:59.079Z[ recovery-image] Mar 01 00:45:59.214 INFO O| Mar 01 00:45:59.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64682026-03-01T00:45:59.079Z[ recovery-image] Mar 01 00:45:59.214 INFO O| Mar 01 00:45:59.214 INFO STEP 546 (remove_files) COMPLETE
64692026-03-01T00:45:59.079Z[ recovery-image] Mar 01 00:45:59.214 INFO O| Mar 01 00:45:59.214 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702026-03-01T00:45:59.103Z[ recovery-image] Mar 01 00:45:59.224 INFO O| Mar 01 00:45:59.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64712026-03-01T00:45:59.103Z[ recovery-image] Mar 01 00:45:59.224 INFO O| Mar 01 00:45:59.224 INFO STEP 547 (remove_files) COMPLETE
64722026-03-01T00:45:59.103Z[ recovery-image] Mar 01 00:45:59.224 INFO O| Mar 01 00:45:59.224 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732026-03-01T00:45:59.103Z[ recovery-image] Mar 01 00:45:59.234 INFO O| Mar 01 00:45:59.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64742026-03-01T00:45:59.104Z[ recovery-image] Mar 01 00:45:59.234 INFO O| Mar 01 00:45:59.234 INFO STEP 548 (remove_files) COMPLETE
64752026-03-01T00:45:59.104Z[ recovery-image] Mar 01 00:45:59.234 INFO O| Mar 01 00:45:59.234 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762026-03-01T00:45:59.104Z[ recovery-image] Mar 01 00:45:59.244 INFO O| Mar 01 00:45:59.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64772026-03-01T00:45:59.104Z[ recovery-image] Mar 01 00:45:59.244 INFO O| Mar 01 00:45:59.244 INFO STEP 549 (remove_files) COMPLETE
64782026-03-01T00:45:59.128Z[ recovery-image] Mar 01 00:45:59.244 INFO O| Mar 01 00:45:59.244 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792026-03-01T00:45:59.128Z[ recovery-image] Mar 01 00:45:59.254 INFO O| Mar 01 00:45:59.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64802026-03-01T00:45:59.128Z[ recovery-image] Mar 01 00:45:59.254 INFO O| Mar 01 00:45:59.254 INFO STEP 550 (remove_files) COMPLETE
64812026-03-01T00:45:59.128Z[ recovery-image] Mar 01 00:45:59.254 INFO O| Mar 01 00:45:59.254 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822026-03-01T00:45:59.128Z[ recovery-image] Mar 01 00:45:59.264 INFO O| Mar 01 00:45:59.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64832026-03-01T00:45:59.128Z[ recovery-image] Mar 01 00:45:59.264 INFO O| Mar 01 00:45:59.264 INFO STEP 551 (remove_files) COMPLETE
64842026-03-01T00:45:59.128Z[ recovery-image] Mar 01 00:45:59.264 INFO O| Mar 01 00:45:59.264 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852026-03-01T00:45:59.153Z[ recovery-image] Mar 01 00:45:59.275 INFO O| Mar 01 00:45:59.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64862026-03-01T00:45:59.153Z[ recovery-image] Mar 01 00:45:59.275 INFO O| Mar 01 00:45:59.275 INFO STEP 552 (remove_files) COMPLETE
64872026-03-01T00:45:59.153Z[ recovery-image] Mar 01 00:45:59.275 INFO O| Mar 01 00:45:59.275 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882026-03-01T00:45:59.153Z[ recovery-image] Mar 01 00:45:59.285 INFO O| Mar 01 00:45:59.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64892026-03-01T00:45:59.153Z[ recovery-image] Mar 01 00:45:59.285 INFO O| Mar 01 00:45:59.285 INFO STEP 553 (remove_files) COMPLETE
64902026-03-01T00:45:59.153Z[ recovery-image] Mar 01 00:45:59.285 INFO O| Mar 01 00:45:59.285 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912026-03-01T00:45:59.177Z[ recovery-image] Mar 01 00:45:59.295 INFO O| Mar 01 00:45:59.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64922026-03-01T00:45:59.177Z[ recovery-image] Mar 01 00:45:59.295 INFO O| Mar 01 00:45:59.295 INFO STEP 554 (remove_files) COMPLETE
64932026-03-01T00:45:59.177Z[ recovery-image] Mar 01 00:45:59.295 INFO O| Mar 01 00:45:59.295 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942026-03-01T00:45:59.177Z[ recovery-image] Mar 01 00:45:59.305 INFO O| Mar 01 00:45:59.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64952026-03-01T00:45:59.177Z[ recovery-image] Mar 01 00:45:59.305 INFO O| Mar 01 00:45:59.305 INFO STEP 555 (remove_files) COMPLETE
64962026-03-01T00:45:59.177Z[ recovery-image] Mar 01 00:45:59.305 INFO O| Mar 01 00:45:59.305 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972026-03-01T00:45:59.177Z[ recovery-image] Mar 01 00:45:59.315 INFO O| Mar 01 00:45:59.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64982026-03-01T00:45:59.177Z[ recovery-image] Mar 01 00:45:59.315 INFO O| Mar 01 00:45:59.315 INFO STEP 556 (remove_files) COMPLETE
64992026-03-01T00:45:59.177Z[ recovery-image] Mar 01 00:45:59.315 INFO O| Mar 01 00:45:59.315 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002026-03-01T00:45:59.202Z[ recovery-image] Mar 01 00:45:59.325 INFO O| Mar 01 00:45:59.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
65012026-03-01T00:45:59.202Z[ recovery-image] Mar 01 00:45:59.325 INFO O| Mar 01 00:45:59.325 INFO STEP 557 (remove_files) COMPLETE
65022026-03-01T00:45:59.202Z[ recovery-image] Mar 01 00:45:59.325 INFO O| Mar 01 00:45:59.325 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032026-03-01T00:45:59.202Z[ recovery-image] Mar 01 00:45:59.340 INFO O| Mar 01 00:45:59.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
65042026-03-01T00:45:59.203Z[ recovery-image] Mar 01 00:45:59.340 INFO O| Mar 01 00:45:59.340 INFO STEP 558 (remove_files) COMPLETE
65052026-03-01T00:45:59.203Z[ recovery-image] Mar 01 00:45:59.340 INFO O| Mar 01 00:45:59.340 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062026-03-01T00:45:59.227Z[ recovery-image] Mar 01 00:45:59.353 INFO O| Mar 01 00:45:59.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
65072026-03-01T00:45:59.227Z[ recovery-image] Mar 01 00:45:59.353 INFO O| Mar 01 00:45:59.353 INFO STEP 559 (remove_files) COMPLETE
65082026-03-01T00:45:59.227Z[ recovery-image] Mar 01 00:45:59.353 INFO O| Mar 01 00:45:59.353 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092026-03-01T00:45:59.227Z[ recovery-image] Mar 01 00:45:59.364 INFO O| Mar 01 00:45:59.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65102026-03-01T00:45:59.227Z[ recovery-image] Mar 01 00:45:59.364 INFO O| Mar 01 00:45:59.364 INFO STEP 560 (remove_files) COMPLETE
65112026-03-01T00:45:59.227Z[ recovery-image] Mar 01 00:45:59.364 INFO O| Mar 01 00:45:59.364 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122026-03-01T00:45:59.251Z[ recovery-image] Mar 01 00:45:59.374 INFO O| Mar 01 00:45:59.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65132026-03-01T00:45:59.251Z[ recovery-image] Mar 01 00:45:59.374 INFO O| Mar 01 00:45:59.374 INFO STEP 561 (remove_files) COMPLETE
65142026-03-01T00:45:59.251Z[ recovery-image] Mar 01 00:45:59.374 INFO O| Mar 01 00:45:59.374 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152026-03-01T00:45:59.251Z[ recovery-image] Mar 01 00:45:59.384 INFO O| Mar 01 00:45:59.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65162026-03-01T00:45:59.251Z[ recovery-image] Mar 01 00:45:59.384 INFO O| Mar 01 00:45:59.384 INFO STEP 562 (remove_files) COMPLETE
65172026-03-01T00:45:59.251Z[ recovery-image] Mar 01 00:45:59.384 INFO O| Mar 01 00:45:59.384 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182026-03-01T00:45:59.276Z[ recovery-image] Mar 01 00:45:59.394 INFO O| Mar 01 00:45:59.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65192026-03-01T00:45:59.276Z[ recovery-image] Mar 01 00:45:59.394 INFO O| Mar 01 00:45:59.394 INFO STEP 563 (remove_files) COMPLETE
65202026-03-01T00:45:59.276Z[ recovery-image] Mar 01 00:45:59.394 INFO O| Mar 01 00:45:59.394 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212026-03-01T00:45:59.276Z[ recovery-image] Mar 01 00:45:59.404 INFO O| Mar 01 00:45:59.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65222026-03-01T00:45:59.276Z[ recovery-image] Mar 01 00:45:59.405 INFO O| Mar 01 00:45:59.405 INFO STEP 564 (remove_files) COMPLETE
65232026-03-01T00:45:59.276Z[ recovery-image] Mar 01 00:45:59.405 INFO O| Mar 01 00:45:59.405 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242026-03-01T00:45:59.276Z[ recovery-image] Mar 01 00:45:59.415 INFO O| Mar 01 00:45:59.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65252026-03-01T00:45:59.276Z[ recovery-image] Mar 01 00:45:59.415 INFO O| Mar 01 00:45:59.415 INFO STEP 565 (remove_files) COMPLETE
65262026-03-01T00:45:59.276Z[ recovery-image] Mar 01 00:45:59.415 INFO O| Mar 01 00:45:59.415 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272026-03-01T00:45:59.301Z[ recovery-image] Mar 01 00:45:59.425 INFO O| Mar 01 00:45:59.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65282026-03-01T00:45:59.301Z[ recovery-image] Mar 01 00:45:59.425 INFO O| Mar 01 00:45:59.425 INFO STEP 566 (remove_files) COMPLETE
65292026-03-01T00:45:59.301Z[ recovery-image] Mar 01 00:45:59.425 INFO O| Mar 01 00:45:59.425 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302026-03-01T00:45:59.302Z[ recovery-image] Mar 01 00:45:59.435 INFO O| Mar 01 00:45:59.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65312026-03-01T00:45:59.302Z[ recovery-image] Mar 01 00:45:59.435 INFO O| Mar 01 00:45:59.435 INFO STEP 567 (remove_files) COMPLETE
65322026-03-01T00:45:59.302Z[ recovery-image] Mar 01 00:45:59.435 INFO O| Mar 01 00:45:59.435 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332026-03-01T00:45:59.327Z[ recovery-image] Mar 01 00:45:59.449 INFO O| Mar 01 00:45:59.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65342026-03-01T00:45:59.327Z[ recovery-image] Mar 01 00:45:59.449 INFO O| Mar 01 00:45:59.449 INFO STEP 568 (remove_files) COMPLETE
65352026-03-01T00:45:59.327Z[ recovery-image] Mar 01 00:45:59.449 INFO O| Mar 01 00:45:59.449 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362026-03-01T00:45:59.327Z[ recovery-image] Mar 01 00:45:59.461 INFO O| Mar 01 00:45:59.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65372026-03-01T00:45:59.327Z[ recovery-image] Mar 01 00:45:59.461 INFO O| Mar 01 00:45:59.461 INFO STEP 569 (remove_files) COMPLETE
65382026-03-01T00:45:59.327Z[ recovery-image] Mar 01 00:45:59.461 INFO O| Mar 01 00:45:59.461 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392026-03-01T00:45:59.351Z[ recovery-image] Mar 01 00:45:59.476 INFO O| Mar 01 00:45:59.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65402026-03-01T00:45:59.351Z[ recovery-image] Mar 01 00:45:59.476 INFO O| Mar 01 00:45:59.476 INFO STEP 570 (remove_files) COMPLETE
65412026-03-01T00:45:59.351Z[ recovery-image] Mar 01 00:45:59.476 INFO O| Mar 01 00:45:59.476 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422026-03-01T00:45:59.351Z[ recovery-image] Mar 01 00:45:59.490 INFO O| Mar 01 00:45:59.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65432026-03-01T00:45:59.351Z[ recovery-image] Mar 01 00:45:59.490 INFO O| Mar 01 00:45:59.490 INFO STEP 571 (remove_files) COMPLETE
65442026-03-01T00:45:59.351Z[ recovery-image] Mar 01 00:45:59.490 INFO O| Mar 01 00:45:59.490 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452026-03-01T00:45:59.376Z[ recovery-image] Mar 01 00:45:59.502 INFO O| Mar 01 00:45:59.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65462026-03-01T00:45:59.376Z[ recovery-image] Mar 01 00:45:59.502 INFO O| Mar 01 00:45:59.502 INFO STEP 572 (remove_files) COMPLETE
65472026-03-01T00:45:59.376Z[ recovery-image] Mar 01 00:45:59.502 INFO O| Mar 01 00:45:59.502 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482026-03-01T00:45:59.376Z[ recovery-image] Mar 01 00:45:59.513 INFO O| Mar 01 00:45:59.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65492026-03-01T00:45:59.376Z[ recovery-image] Mar 01 00:45:59.513 INFO O| Mar 01 00:45:59.513 INFO STEP 573 (remove_files) COMPLETE
65502026-03-01T00:45:59.376Z[ recovery-image] Mar 01 00:45:59.513 INFO O| Mar 01 00:45:59.513 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512026-03-01T00:45:59.400Z[ recovery-image] Mar 01 00:45:59.526 INFO O| Mar 01 00:45:59.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65522026-03-01T00:45:59.401Z[ recovery-image] Mar 01 00:45:59.526 INFO O| Mar 01 00:45:59.526 INFO STEP 574 (remove_files) COMPLETE
65532026-03-01T00:45:59.401Z[ recovery-image] Mar 01 00:45:59.526 INFO O| Mar 01 00:45:59.526 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542026-03-01T00:45:59.401Z[ recovery-image] Mar 01 00:45:59.541 INFO O| Mar 01 00:45:59.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65552026-03-01T00:45:59.401Z[ recovery-image] Mar 01 00:45:59.541 INFO O| Mar 01 00:45:59.541 INFO STEP 575 (remove_files) COMPLETE
65562026-03-01T00:45:59.425Z[ recovery-image] Mar 01 00:45:59.541 INFO O| Mar 01 00:45:59.541 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572026-03-01T00:45:59.425Z[ recovery-image] Mar 01 00:45:59.553 INFO O| Mar 01 00:45:59.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65582026-03-01T00:45:59.425Z[ recovery-image] Mar 01 00:45:59.554 INFO O| Mar 01 00:45:59.553 INFO STEP 576 (remove_files) COMPLETE
65592026-03-01T00:45:59.425Z[ recovery-image] Mar 01 00:45:59.554 INFO O| Mar 01 00:45:59.553 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602026-03-01T00:45:59.425Z[ recovery-image] Mar 01 00:45:59.565 INFO O| Mar 01 00:45:59.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65612026-03-01T00:45:59.425Z[ recovery-image] Mar 01 00:45:59.565 INFO O| Mar 01 00:45:59.565 INFO STEP 577 (remove_files) COMPLETE
65622026-03-01T00:45:59.425Z[ recovery-image] Mar 01 00:45:59.565 INFO O| Mar 01 00:45:59.565 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632026-03-01T00:45:59.450Z[ recovery-image] Mar 01 00:45:59.580 INFO O| Mar 01 00:45:59.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65642026-03-01T00:45:59.450Z[ recovery-image] Mar 01 00:45:59.580 INFO O| Mar 01 00:45:59.580 INFO STEP 578 (remove_files) COMPLETE
65652026-03-01T00:45:59.450Z[ recovery-image] Mar 01 00:45:59.580 INFO O| Mar 01 00:45:59.580 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662026-03-01T00:45:59.474Z[ recovery-image] Mar 01 00:45:59.591 INFO O| Mar 01 00:45:59.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65672026-03-01T00:45:59.474Z[ recovery-image] Mar 01 00:45:59.591 INFO O| Mar 01 00:45:59.591 INFO STEP 579 (remove_files) COMPLETE
65682026-03-01T00:45:59.474Z[ recovery-image] Mar 01 00:45:59.591 INFO O| Mar 01 00:45:59.591 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692026-03-01T00:45:59.474Z[ recovery-image] Mar 01 00:45:59.606 INFO O| Mar 01 00:45:59.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65702026-03-01T00:45:59.474Z[ recovery-image] Mar 01 00:45:59.607 INFO O| Mar 01 00:45:59.607 INFO STEP 580 (remove_files) COMPLETE
65712026-03-01T00:45:59.475Z[ recovery-image] Mar 01 00:45:59.607 INFO O| Mar 01 00:45:59.607 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722026-03-01T00:45:59.499Z[ recovery-image] Mar 01 00:45:59.618 INFO O| Mar 01 00:45:59.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65732026-03-01T00:45:59.499Z[ recovery-image] Mar 01 00:45:59.618 INFO O| Mar 01 00:45:59.618 INFO STEP 581 (remove_files) COMPLETE
65742026-03-01T00:45:59.499Z[ recovery-image] Mar 01 00:45:59.618 INFO O| Mar 01 00:45:59.618 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752026-03-01T00:45:59.499Z[ recovery-image] Mar 01 00:45:59.633 INFO O| Mar 01 00:45:59.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65762026-03-01T00:45:59.499Z[ recovery-image] Mar 01 00:45:59.633 INFO O| Mar 01 00:45:59.633 INFO STEP 582 (remove_files) COMPLETE
65772026-03-01T00:45:59.499Z[ recovery-image] Mar 01 00:45:59.633 INFO O| Mar 01 00:45:59.633 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782026-03-01T00:45:59.524Z[ recovery-image] Mar 01 00:45:59.646 INFO O| Mar 01 00:45:59.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65792026-03-01T00:45:59.524Z[ recovery-image] Mar 01 00:45:59.646 INFO O| Mar 01 00:45:59.646 INFO STEP 583 (remove_files) COMPLETE
65802026-03-01T00:45:59.524Z[ recovery-image] Mar 01 00:45:59.647 INFO O| Mar 01 00:45:59.646 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812026-03-01T00:45:59.524Z[ recovery-image] Mar 01 00:45:59.659 INFO O| Mar 01 00:45:59.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65822026-03-01T00:45:59.524Z[ recovery-image] Mar 01 00:45:59.659 INFO O| Mar 01 00:45:59.659 INFO STEP 584 (remove_files) COMPLETE
65832026-03-01T00:45:59.524Z[ recovery-image] Mar 01 00:45:59.659 INFO O| Mar 01 00:45:59.659 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842026-03-01T00:45:59.548Z[ recovery-image] Mar 01 00:45:59.674 INFO O| Mar 01 00:45:59.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65852026-03-01T00:45:59.548Z[ recovery-image] Mar 01 00:45:59.675 INFO O| Mar 01 00:45:59.675 INFO STEP 585 (remove_files) COMPLETE
65862026-03-01T00:45:59.548Z[ recovery-image] Mar 01 00:45:59.675 INFO O| Mar 01 00:45:59.675 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872026-03-01T00:45:59.548Z[ recovery-image] Mar 01 00:45:59.688 INFO O| Mar 01 00:45:59.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65882026-03-01T00:45:59.548Z[ recovery-image] Mar 01 00:45:59.688 INFO O| Mar 01 00:45:59.688 INFO STEP 586 (remove_files) COMPLETE
65892026-03-01T00:45:59.548Z[ recovery-image] Mar 01 00:45:59.688 INFO O| Mar 01 00:45:59.688 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902026-03-01T00:45:59.573Z[ recovery-image] Mar 01 00:45:59.701 INFO O| Mar 01 00:45:59.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65912026-03-01T00:45:59.573Z[ recovery-image] Mar 01 00:45:59.701 INFO O| Mar 01 00:45:59.701 INFO STEP 587 (remove_files) COMPLETE
65922026-03-01T00:45:59.573Z[ recovery-image] Mar 01 00:45:59.701 INFO O| Mar 01 00:45:59.701 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932026-03-01T00:45:59.573Z[ recovery-image] Mar 01 00:45:59.714 INFO O| Mar 01 00:45:59.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65942026-03-01T00:45:59.573Z[ recovery-image] Mar 01 00:45:59.714 INFO O| Mar 01 00:45:59.714 INFO STEP 588 (remove_files) COMPLETE
65952026-03-01T00:45:59.573Z[ recovery-image] Mar 01 00:45:59.714 INFO O| Mar 01 00:45:59.714 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962026-03-01T00:45:59.598Z[ recovery-image] Mar 01 00:45:59.724 INFO O| Mar 01 00:45:59.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65972026-03-01T00:45:59.598Z[ recovery-image] Mar 01 00:45:59.724 INFO O| Mar 01 00:45:59.724 INFO STEP 589 (remove_files) COMPLETE
65982026-03-01T00:45:59.598Z[ recovery-image] Mar 01 00:45:59.724 INFO O| Mar 01 00:45:59.724 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992026-03-01T00:45:59.598Z[ recovery-image] Mar 01 00:45:59.737 INFO O| Mar 01 00:45:59.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
66002026-03-01T00:45:59.598Z[ recovery-image] Mar 01 00:45:59.737 INFO O| Mar 01 00:45:59.737 INFO STEP 590 (remove_files) COMPLETE
66012026-03-01T00:45:59.598Z[ recovery-image] Mar 01 00:45:59.737 INFO O| Mar 01 00:45:59.737 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022026-03-01T00:45:59.622Z[ recovery-image] Mar 01 00:45:59.748 INFO O| Mar 01 00:45:59.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
66032026-03-01T00:45:59.622Z[ recovery-image] Mar 01 00:45:59.749 INFO O| Mar 01 00:45:59.749 INFO STEP 591 (remove_files) COMPLETE
66042026-03-01T00:45:59.622Z[ recovery-image] Mar 01 00:45:59.749 INFO O| Mar 01 00:45:59.749 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052026-03-01T00:45:59.623Z[ recovery-image] Mar 01 00:45:59.759 INFO O| Mar 01 00:45:59.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
66062026-03-01T00:45:59.623Z[ recovery-image] Mar 01 00:45:59.759 INFO O| Mar 01 00:45:59.759 INFO STEP 592 (remove_files) COMPLETE
66072026-03-01T00:45:59.623Z[ recovery-image] Mar 01 00:45:59.759 INFO O| Mar 01 00:45:59.759 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082026-03-01T00:45:59.647Z[ recovery-image] Mar 01 00:45:59.769 INFO O| Mar 01 00:45:59.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66092026-03-01T00:45:59.647Z[ recovery-image] Mar 01 00:45:59.769 INFO O| Mar 01 00:45:59.769 INFO STEP 593 (remove_files) COMPLETE
66102026-03-01T00:45:59.647Z[ recovery-image] Mar 01 00:45:59.769 INFO O| Mar 01 00:45:59.769 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112026-03-01T00:45:59.647Z[ recovery-image] Mar 01 00:45:59.779 INFO O| Mar 01 00:45:59.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66122026-03-01T00:45:59.647Z[ recovery-image] Mar 01 00:45:59.779 INFO O| Mar 01 00:45:59.779 INFO STEP 594 (remove_files) COMPLETE
66132026-03-01T00:45:59.647Z[ recovery-image] Mar 01 00:45:59.779 INFO O| Mar 01 00:45:59.779 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142026-03-01T00:45:59.671Z[ recovery-image] Mar 01 00:45:59.789 INFO O| Mar 01 00:45:59.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66152026-03-01T00:45:59.671Z[ recovery-image] Mar 01 00:45:59.789 INFO O| Mar 01 00:45:59.789 INFO STEP 595 (remove_files) COMPLETE
66162026-03-01T00:45:59.671Z[ recovery-image] Mar 01 00:45:59.789 INFO O| Mar 01 00:45:59.789 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172026-03-01T00:45:59.671Z[ recovery-image] Mar 01 00:45:59.799 INFO O| Mar 01 00:45:59.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66182026-03-01T00:45:59.671Z[ recovery-image] Mar 01 00:45:59.799 INFO O| Mar 01 00:45:59.799 INFO STEP 596 (remove_files) COMPLETE
66192026-03-01T00:45:59.672Z[ recovery-image] Mar 01 00:45:59.799 INFO O| Mar 01 00:45:59.799 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202026-03-01T00:45:59.672Z[ recovery-image] Mar 01 00:45:59.808 INFO O| Mar 01 00:45:59.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66212026-03-01T00:45:59.672Z[ recovery-image] Mar 01 00:45:59.808 INFO O| Mar 01 00:45:59.808 INFO STEP 597 (remove_files) COMPLETE
66222026-03-01T00:45:59.672Z[ recovery-image] Mar 01 00:45:59.808 INFO O| Mar 01 00:45:59.808 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232026-03-01T00:45:59.696Z[ recovery-image] Mar 01 00:45:59.818 INFO O| Mar 01 00:45:59.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66242026-03-01T00:45:59.696Z[ recovery-image] Mar 01 00:45:59.818 INFO O| Mar 01 00:45:59.818 INFO STEP 598 (remove_files) COMPLETE
66252026-03-01T00:45:59.696Z[ recovery-image] Mar 01 00:45:59.818 INFO O| Mar 01 00:45:59.818 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262026-03-01T00:45:59.696Z[ recovery-image] Mar 01 00:45:59.828 INFO O| Mar 01 00:45:59.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66272026-03-01T00:45:59.696Z[ recovery-image] Mar 01 00:45:59.828 INFO O| Mar 01 00:45:59.828 INFO STEP 599 (remove_files) COMPLETE
66282026-03-01T00:45:59.696Z[ recovery-image] Mar 01 00:45:59.828 INFO O| Mar 01 00:45:59.828 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292026-03-01T00:45:59.721Z[ recovery-image] Mar 01 00:45:59.838 INFO O| Mar 01 00:45:59.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66302026-03-01T00:45:59.721Z[ recovery-image] Mar 01 00:45:59.838 INFO O| Mar 01 00:45:59.838 INFO STEP 600 (remove_files) COMPLETE
66312026-03-01T00:45:59.721Z[ recovery-image] Mar 01 00:45:59.838 INFO O| Mar 01 00:45:59.838 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322026-03-01T00:45:59.721Z[ recovery-image] Mar 01 00:45:59.847 INFO O| Mar 01 00:45:59.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66332026-03-01T00:45:59.721Z[ recovery-image] Mar 01 00:45:59.847 INFO O| Mar 01 00:45:59.847 INFO STEP 601 (remove_files) COMPLETE
66342026-03-01T00:45:59.721Z[ recovery-image] Mar 01 00:45:59.847 INFO O| Mar 01 00:45:59.847 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352026-03-01T00:45:59.721Z[ recovery-image] Mar 01 00:45:59.857 INFO O| Mar 01 00:45:59.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66362026-03-01T00:45:59.721Z[ recovery-image] Mar 01 00:45:59.857 INFO O| Mar 01 00:45:59.857 INFO STEP 602 (remove_files) COMPLETE
66372026-03-01T00:45:59.721Z[ recovery-image] Mar 01 00:45:59.857 INFO O| Mar 01 00:45:59.857 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382026-03-01T00:45:59.746Z[ recovery-image] Mar 01 00:45:59.867 INFO O| Mar 01 00:45:59.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66392026-03-01T00:45:59.746Z[ recovery-image] Mar 01 00:45:59.867 INFO O| Mar 01 00:45:59.867 INFO STEP 603 (remove_files) COMPLETE
66402026-03-01T00:45:59.746Z[ recovery-image] Mar 01 00:45:59.867 INFO O| Mar 01 00:45:59.867 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412026-03-01T00:45:59.746Z[ recovery-image] Mar 01 00:45:59.877 INFO O| Mar 01 00:45:59.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66422026-03-01T00:45:59.746Z[ recovery-image] Mar 01 00:45:59.877 INFO O| Mar 01 00:45:59.877 INFO STEP 604 (remove_files) COMPLETE
66432026-03-01T00:45:59.746Z[ recovery-image] Mar 01 00:45:59.877 INFO O| Mar 01 00:45:59.877 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442026-03-01T00:45:59.746Z[ recovery-image] Mar 01 00:45:59.887 INFO O| Mar 01 00:45:59.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66452026-03-01T00:45:59.746Z[ recovery-image] Mar 01 00:45:59.887 INFO O| Mar 01 00:45:59.887 INFO STEP 605 (remove_files) COMPLETE
66462026-03-01T00:45:59.772Z[ recovery-image] Mar 01 00:45:59.887 INFO O| Mar 01 00:45:59.887 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472026-03-01T00:45:59.772Z[ recovery-image] Mar 01 00:45:59.897 INFO O| Mar 01 00:45:59.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66482026-03-01T00:45:59.772Z[ recovery-image] Mar 01 00:45:59.897 INFO O| Mar 01 00:45:59.897 INFO STEP 606 (remove_files) COMPLETE
66492026-03-01T00:45:59.772Z[ recovery-image] Mar 01 00:45:59.897 INFO O| Mar 01 00:45:59.897 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502026-03-01T00:45:59.772Z[ recovery-image] Mar 01 00:45:59.907 INFO O| Mar 01 00:45:59.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66512026-03-01T00:45:59.772Z[ recovery-image] Mar 01 00:45:59.907 INFO O| Mar 01 00:45:59.907 INFO STEP 607 (remove_files) COMPLETE
66522026-03-01T00:45:59.772Z[ recovery-image] Mar 01 00:45:59.907 INFO O| Mar 01 00:45:59.907 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532026-03-01T00:45:59.797Z[ recovery-image] Mar 01 00:45:59.917 INFO O| Mar 01 00:45:59.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66542026-03-01T00:45:59.797Z[ recovery-image] Mar 01 00:45:59.917 INFO O| Mar 01 00:45:59.917 INFO STEP 608 (remove_files) COMPLETE
66552026-03-01T00:45:59.797Z[ recovery-image] Mar 01 00:45:59.917 INFO O| Mar 01 00:45:59.917 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562026-03-01T00:45:59.797Z[ recovery-image] Mar 01 00:45:59.927 INFO O| Mar 01 00:45:59.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66572026-03-01T00:45:59.797Z[ recovery-image] Mar 01 00:45:59.927 INFO O| Mar 01 00:45:59.927 INFO STEP 609 (remove_files) COMPLETE
66582026-03-01T00:45:59.797Z[ recovery-image] Mar 01 00:45:59.927 INFO O| Mar 01 00:45:59.927 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592026-03-01T00:45:59.797Z[ recovery-image] Mar 01 00:45:59.937 INFO O| Mar 01 00:45:59.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66602026-03-01T00:45:59.797Z[ recovery-image] Mar 01 00:45:59.937 INFO O| Mar 01 00:45:59.937 INFO STEP 610 (remove_files) COMPLETE
66612026-03-01T00:45:59.797Z[ recovery-image] Mar 01 00:45:59.937 INFO O| Mar 01 00:45:59.937 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622026-03-01T00:45:59.822Z[ recovery-image] Mar 01 00:45:59.946 INFO O| Mar 01 00:45:59.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66632026-03-01T00:45:59.822Z[ recovery-image] Mar 01 00:45:59.947 INFO O| Mar 01 00:45:59.946 INFO STEP 611 (remove_files) COMPLETE
66642026-03-01T00:45:59.822Z[ recovery-image] Mar 01 00:45:59.947 INFO O| Mar 01 00:45:59.946 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652026-03-01T00:45:59.822Z[ recovery-image] Mar 01 00:45:59.961 INFO O| Mar 01 00:45:59.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66662026-03-01T00:45:59.822Z[ recovery-image] Mar 01 00:45:59.961 INFO O| Mar 01 00:45:59.961 INFO STEP 612 (remove_files) COMPLETE
66672026-03-01T00:45:59.822Z[ recovery-image] Mar 01 00:45:59.961 INFO O| Mar 01 00:45:59.961 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682026-03-01T00:45:59.846Z[ recovery-image] Mar 01 00:45:59.971 INFO O| Mar 01 00:45:59.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66692026-03-01T00:45:59.846Z[ recovery-image] Mar 01 00:45:59.971 INFO O| Mar 01 00:45:59.971 INFO STEP 613 (remove_files) COMPLETE
66702026-03-01T00:45:59.846Z[ recovery-image] Mar 01 00:45:59.971 INFO O| Mar 01 00:45:59.971 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712026-03-01T00:45:59.846Z[ recovery-image] Mar 01 00:45:59.981 INFO O| Mar 01 00:45:59.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66722026-03-01T00:45:59.846Z[ recovery-image] Mar 01 00:45:59.981 INFO O| Mar 01 00:45:59.981 INFO STEP 614 (remove_files) COMPLETE
66732026-03-01T00:45:59.846Z[ recovery-image] Mar 01 00:45:59.981 INFO O| Mar 01 00:45:59.981 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742026-03-01T00:45:59.871Z[ recovery-image] Mar 01 00:45:59.991 INFO O| Mar 01 00:45:59.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66752026-03-01T00:45:59.871Z[ recovery-image] Mar 01 00:45:59.991 INFO O| Mar 01 00:45:59.991 INFO STEP 615 (remove_files) COMPLETE
66762026-03-01T00:45:59.871Z[ recovery-image] Mar 01 00:45:59.991 INFO O| Mar 01 00:45:59.991 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772026-03-01T00:45:59.871Z[ recovery-image] Mar 01 00:46:00.000 INFO O| Mar 01 00:46:00.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66782026-03-01T00:45:59.871Z[ recovery-image] Mar 01 00:46:00.000 INFO O| Mar 01 00:46:00.000 INFO STEP 616 (remove_files) COMPLETE
66792026-03-01T00:45:59.871Z[ recovery-image] Mar 01 00:46:00.000 INFO O| Mar 01 00:46:00.000 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802026-03-01T00:45:59.871Z[ recovery-image] Mar 01 00:46:00.010 INFO O| Mar 01 00:46:00.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66812026-03-01T00:45:59.871Z[ recovery-image] Mar 01 00:46:00.010 INFO O| Mar 01 00:46:00.010 INFO STEP 617 (remove_files) COMPLETE
66822026-03-01T00:45:59.871Z[ recovery-image] Mar 01 00:46:00.010 INFO O| Mar 01 00:46:00.010 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832026-03-01T00:45:59.895Z[ recovery-image] Mar 01 00:46:00.020 INFO O| Mar 01 00:46:00.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66842026-03-01T00:45:59.895Z[ recovery-image] Mar 01 00:46:00.020 INFO O| Mar 01 00:46:00.020 INFO STEP 618 (remove_files) COMPLETE
66852026-03-01T00:45:59.895Z[ recovery-image] Mar 01 00:46:00.020 INFO O| Mar 01 00:46:00.020 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862026-03-01T00:45:59.895Z[ recovery-image] Mar 01 00:46:00.033 INFO O| Mar 01 00:46:00.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66872026-03-01T00:45:59.895Z[ recovery-image] Mar 01 00:46:00.033 INFO O| Mar 01 00:46:00.033 INFO STEP 619 (remove_files) COMPLETE
66882026-03-01T00:45:59.895Z[ recovery-image] Mar 01 00:46:00.033 INFO O| Mar 01 00:46:00.033 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892026-03-01T00:45:59.920Z[ recovery-image] Mar 01 00:46:00.043 INFO O| Mar 01 00:46:00.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66902026-03-01T00:45:59.920Z[ recovery-image] Mar 01 00:46:00.043 INFO O| Mar 01 00:46:00.043 INFO STEP 620 (remove_files) COMPLETE
66912026-03-01T00:45:59.920Z[ recovery-image] Mar 01 00:46:00.043 INFO O| Mar 01 00:46:00.043 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922026-03-01T00:45:59.920Z[ recovery-image] Mar 01 00:46:00.053 INFO O| Mar 01 00:46:00.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66932026-03-01T00:45:59.920Z[ recovery-image] Mar 01 00:46:00.053 INFO O| Mar 01 00:46:00.053 INFO STEP 621 (remove_files) COMPLETE
66942026-03-01T00:45:59.920Z[ recovery-image] Mar 01 00:46:00.053 INFO O| Mar 01 00:46:00.053 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952026-03-01T00:45:59.945Z[ recovery-image] Mar 01 00:46:00.063 INFO O| Mar 01 00:46:00.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66962026-03-01T00:45:59.945Z[ recovery-image] Mar 01 00:46:00.063 INFO O| Mar 01 00:46:00.063 INFO STEP 622 (remove_files) COMPLETE
66972026-03-01T00:45:59.945Z[ recovery-image] Mar 01 00:46:00.063 INFO O| Mar 01 00:46:00.063 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982026-03-01T00:45:59.945Z[ recovery-image] Mar 01 00:46:00.073 INFO O| Mar 01 00:46:00.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66992026-03-01T00:45:59.945Z[ recovery-image] Mar 01 00:46:00.073 INFO O| Mar 01 00:46:00.073 INFO STEP 623 (remove_files) COMPLETE
67002026-03-01T00:45:59.945Z[ recovery-image] Mar 01 00:46:00.073 INFO O| Mar 01 00:46:00.073 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012026-03-01T00:45:59.945Z[ recovery-image] Mar 01 00:46:00.083 INFO O| Mar 01 00:46:00.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
67022026-03-01T00:45:59.945Z[ recovery-image] Mar 01 00:46:00.084 INFO O| Mar 01 00:46:00.083 INFO STEP 624 (remove_files) COMPLETE
67032026-03-01T00:45:59.946Z[ recovery-image] Mar 01 00:46:00.084 INFO O| Mar 01 00:46:00.084 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042026-03-01T00:45:59.970Z[ recovery-image] Mar 01 00:46:00.097 INFO O| Mar 01 00:46:00.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
67052026-03-01T00:45:59.970Z[ recovery-image] Mar 01 00:46:00.097 INFO O| Mar 01 00:46:00.097 INFO STEP 625 (remove_files) COMPLETE
67062026-03-01T00:45:59.970Z[ recovery-image] Mar 01 00:46:00.097 INFO O| Mar 01 00:46:00.097 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072026-03-01T00:45:59.970Z[ recovery-image] Mar 01 00:46:00.107 INFO O| Mar 01 00:46:00.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
67082026-03-01T00:45:59.970Z[ recovery-image] Mar 01 00:46:00.107 INFO O| Mar 01 00:46:00.107 INFO STEP 626 (remove_files) COMPLETE
67092026-03-01T00:45:59.970Z[ recovery-image] Mar 01 00:46:00.107 INFO O| Mar 01 00:46:00.107 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102026-03-01T00:45:59.994Z[ recovery-image] Mar 01 00:46:00.117 INFO O| Mar 01 00:46:00.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67112026-03-01T00:45:59.995Z[ recovery-image] Mar 01 00:46:00.117 INFO O| Mar 01 00:46:00.117 INFO STEP 627 (remove_files) COMPLETE
67122026-03-01T00:45:59.995Z[ recovery-image] Mar 01 00:46:00.117 INFO O| Mar 01 00:46:00.117 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132026-03-01T00:45:59.995Z[ recovery-image] Mar 01 00:46:00.130 INFO O| Mar 01 00:46:00.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67142026-03-01T00:45:59.995Z[ recovery-image] Mar 01 00:46:00.131 INFO O| Mar 01 00:46:00.131 INFO STEP 628 (remove_files) COMPLETE
67152026-03-01T00:45:59.995Z[ recovery-image] Mar 01 00:46:00.131 INFO O| Mar 01 00:46:00.131 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162026-03-01T00:46:00.019Z[ recovery-image] Mar 01 00:46:00.144 INFO O| Mar 01 00:46:00.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67172026-03-01T00:46:00.019Z[ recovery-image] Mar 01 00:46:00.144 INFO O| Mar 01 00:46:00.144 INFO STEP 629 (remove_files) COMPLETE
67182026-03-01T00:46:00.019Z[ recovery-image] Mar 01 00:46:00.144 INFO O| Mar 01 00:46:00.144 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192026-03-01T00:46:00.019Z[ recovery-image] Mar 01 00:46:00.156 INFO O| Mar 01 00:46:00.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67202026-03-01T00:46:00.019Z[ recovery-image] Mar 01 00:46:00.156 INFO O| Mar 01 00:46:00.156 INFO STEP 630 (remove_files) COMPLETE
67212026-03-01T00:46:00.019Z[ recovery-image] Mar 01 00:46:00.156 INFO O| Mar 01 00:46:00.156 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222026-03-01T00:46:00.043Z[ recovery-image] Mar 01 00:46:00.171 INFO O| Mar 01 00:46:00.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67232026-03-01T00:46:00.043Z[ recovery-image] Mar 01 00:46:00.172 INFO O| Mar 01 00:46:00.172 INFO STEP 631 (remove_files) COMPLETE
67242026-03-01T00:46:00.043Z[ recovery-image] Mar 01 00:46:00.172 INFO O| Mar 01 00:46:00.172 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252026-03-01T00:46:00.043Z[ recovery-image] Mar 01 00:46:00.182 INFO O| Mar 01 00:46:00.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67262026-03-01T00:46:00.043Z[ recovery-image] Mar 01 00:46:00.182 INFO O| Mar 01 00:46:00.182 INFO STEP 632 (remove_files) COMPLETE
67272026-03-01T00:46:00.043Z[ recovery-image] Mar 01 00:46:00.182 INFO O| Mar 01 00:46:00.182 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282026-03-01T00:46:00.068Z[ recovery-image] Mar 01 00:46:00.198 INFO O| Mar 01 00:46:00.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67292026-03-01T00:46:00.068Z[ recovery-image] Mar 01 00:46:00.198 INFO O| Mar 01 00:46:00.198 INFO STEP 633 (remove_files) COMPLETE
67302026-03-01T00:46:00.068Z[ recovery-image] Mar 01 00:46:00.198 INFO O| Mar 01 00:46:00.198 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312026-03-01T00:46:00.093Z[ recovery-image] Mar 01 00:46:00.213 INFO O| Mar 01 00:46:00.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67322026-03-01T00:46:00.093Z[ recovery-image] Mar 01 00:46:00.213 INFO O| Mar 01 00:46:00.213 INFO STEP 634 (remove_files) COMPLETE
67332026-03-01T00:46:00.093Z[ recovery-image] Mar 01 00:46:00.213 INFO O| Mar 01 00:46:00.213 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342026-03-01T00:46:00.093Z[ recovery-image] Mar 01 00:46:00.228 INFO O| Mar 01 00:46:00.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67352026-03-01T00:46:00.093Z[ recovery-image] Mar 01 00:46:00.228 INFO O| Mar 01 00:46:00.228 INFO STEP 635 (remove_files) COMPLETE
67362026-03-01T00:46:00.093Z[ recovery-image] Mar 01 00:46:00.228 INFO O| Mar 01 00:46:00.228 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372026-03-01T00:46:00.117Z[ recovery-image] Mar 01 00:46:00.242 INFO O| Mar 01 00:46:00.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67382026-03-01T00:46:00.117Z[ recovery-image] Mar 01 00:46:00.242 INFO O| Mar 01 00:46:00.242 INFO STEP 636 (remove_files) COMPLETE
67392026-03-01T00:46:00.118Z[ recovery-image] Mar 01 00:46:00.242 INFO O| Mar 01 00:46:00.242 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402026-03-01T00:46:00.118Z[ recovery-image] Mar 01 00:46:00.256 INFO O| Mar 01 00:46:00.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67412026-03-01T00:46:00.118Z[ recovery-image] Mar 01 00:46:00.256 INFO O| Mar 01 00:46:00.256 INFO STEP 637 (remove_files) COMPLETE
67422026-03-01T00:46:00.118Z[ recovery-image] Mar 01 00:46:00.256 INFO O| Mar 01 00:46:00.256 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432026-03-01T00:46:00.142Z[ recovery-image] Mar 01 00:46:00.269 INFO O| Mar 01 00:46:00.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67442026-03-01T00:46:00.142Z[ recovery-image] Mar 01 00:46:00.270 INFO O| Mar 01 00:46:00.269 INFO STEP 638 (remove_files) COMPLETE
67452026-03-01T00:46:00.142Z[ recovery-image] Mar 01 00:46:00.270 INFO O| Mar 01 00:46:00.269 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462026-03-01T00:46:00.142Z[ recovery-image] Mar 01 00:46:00.282 INFO O| Mar 01 00:46:00.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67472026-03-01T00:46:00.143Z[ recovery-image] Mar 01 00:46:00.282 INFO O| Mar 01 00:46:00.282 INFO STEP 639 (remove_files) COMPLETE
67482026-03-01T00:46:00.143Z[ recovery-image] Mar 01 00:46:00.282 INFO O| Mar 01 00:46:00.282 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492026-03-01T00:46:00.167Z[ recovery-image] Mar 01 00:46:00.295 INFO O| Mar 01 00:46:00.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67502026-03-01T00:46:00.168Z[ recovery-image] Mar 01 00:46:00.295 INFO O| Mar 01 00:46:00.295 INFO STEP 640 (remove_files) COMPLETE
67512026-03-01T00:46:00.168Z[ recovery-image] Mar 01 00:46:00.295 INFO O| Mar 01 00:46:00.295 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522026-03-01T00:46:00.168Z[ recovery-image] Mar 01 00:46:00.307 INFO O| Mar 01 00:46:00.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67532026-03-01T00:46:00.168Z[ recovery-image] Mar 01 00:46:00.307 INFO O| Mar 01 00:46:00.307 INFO STEP 641 (remove_files) COMPLETE
67542026-03-01T00:46:00.168Z[ recovery-image] Mar 01 00:46:00.307 INFO O| Mar 01 00:46:00.307 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552026-03-01T00:46:00.193Z[ recovery-image] Mar 01 00:46:00.319 INFO O| Mar 01 00:46:00.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67562026-03-01T00:46:00.193Z[ recovery-image] Mar 01 00:46:00.320 INFO O| Mar 01 00:46:00.320 INFO STEP 642 (remove_files) COMPLETE
67572026-03-01T00:46:00.193Z[ recovery-image] Mar 01 00:46:00.320 INFO O| Mar 01 00:46:00.320 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582026-03-01T00:46:00.193Z[ recovery-image] Mar 01 00:46:00.332 INFO O| Mar 01 00:46:00.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67592026-03-01T00:46:00.193Z[ recovery-image] Mar 01 00:46:00.332 INFO O| Mar 01 00:46:00.332 INFO STEP 643 (remove_files) COMPLETE
67602026-03-01T00:46:00.193Z[ recovery-image] Mar 01 00:46:00.332 INFO O| Mar 01 00:46:00.332 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612026-03-01T00:46:00.218Z[ recovery-image] Mar 01 00:46:00.344 INFO O| Mar 01 00:46:00.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67622026-03-01T00:46:00.218Z[ recovery-image] Mar 01 00:46:00.344 INFO O| Mar 01 00:46:00.344 INFO STEP 644 (remove_files) COMPLETE
67632026-03-01T00:46:00.219Z[ recovery-image] Mar 01 00:46:00.344 INFO O| Mar 01 00:46:00.344 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642026-03-01T00:46:00.219Z[ recovery-image] Mar 01 00:46:00.356 INFO O| Mar 01 00:46:00.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67652026-03-01T00:46:00.219Z[ recovery-image] Mar 01 00:46:00.356 INFO O| Mar 01 00:46:00.356 INFO STEP 645 (remove_files) COMPLETE
67662026-03-01T00:46:00.219Z[ recovery-image] Mar 01 00:46:00.356 INFO O| Mar 01 00:46:00.356 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672026-03-01T00:46:00.244Z[ recovery-image] Mar 01 00:46:00.369 INFO O| Mar 01 00:46:00.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67682026-03-01T00:46:00.244Z[ recovery-image] Mar 01 00:46:00.369 INFO O| Mar 01 00:46:00.369 INFO STEP 646 (remove_files) COMPLETE
67692026-03-01T00:46:00.244Z[ recovery-image] Mar 01 00:46:00.369 INFO O| Mar 01 00:46:00.369 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702026-03-01T00:46:00.244Z[ recovery-image] Mar 01 00:46:00.380 INFO O| Mar 01 00:46:00.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67712026-03-01T00:46:00.244Z[ recovery-image] Mar 01 00:46:00.380 INFO O| Mar 01 00:46:00.380 INFO STEP 647 (remove_files) COMPLETE
67722026-03-01T00:46:00.244Z[ recovery-image] Mar 01 00:46:00.380 INFO O| Mar 01 00:46:00.380 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732026-03-01T00:46:00.269Z[ recovery-image] Mar 01 00:46:00.392 INFO O| Mar 01 00:46:00.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67742026-03-01T00:46:00.269Z[ recovery-image] Mar 01 00:46:00.392 INFO O| Mar 01 00:46:00.392 INFO STEP 648 (remove_files) COMPLETE
67752026-03-01T00:46:00.269Z[ recovery-image] Mar 01 00:46:00.392 INFO O| Mar 01 00:46:00.392 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762026-03-01T00:46:00.269Z[ recovery-image] Mar 01 00:46:00.404 INFO O| Mar 01 00:46:00.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67772026-03-01T00:46:00.269Z[ recovery-image] Mar 01 00:46:00.404 INFO O| Mar 01 00:46:00.404 INFO STEP 649 (remove_files) COMPLETE
67782026-03-01T00:46:00.269Z[ recovery-image] Mar 01 00:46:00.405 INFO O| Mar 01 00:46:00.404 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792026-03-01T00:46:00.294Z[ recovery-image] Mar 01 00:46:00.415 INFO O| Mar 01 00:46:00.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67802026-03-01T00:46:00.294Z[ recovery-image] Mar 01 00:46:00.415 INFO O| Mar 01 00:46:00.415 INFO STEP 650 (remove_files) COMPLETE
67812026-03-01T00:46:00.294Z[ recovery-image] Mar 01 00:46:00.415 INFO O| Mar 01 00:46:00.415 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822026-03-01T00:46:00.294Z[ recovery-image] Mar 01 00:46:00.427 INFO O| Mar 01 00:46:00.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67832026-03-01T00:46:00.294Z[ recovery-image] Mar 01 00:46:00.427 INFO O| Mar 01 00:46:00.427 INFO STEP 651 (remove_files) COMPLETE
67842026-03-01T00:46:00.294Z[ recovery-image] Mar 01 00:46:00.427 INFO O| Mar 01 00:46:00.427 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852026-03-01T00:46:00.329Z[ recovery-image] Mar 01 00:46:00.437 INFO O| Mar 01 00:46:00.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67862026-03-01T00:46:00.329Z[ recovery-image] Mar 01 00:46:00.437 INFO O| Mar 01 00:46:00.437 INFO STEP 652 (remove_files) COMPLETE
67872026-03-01T00:46:00.329Z[ recovery-image] Mar 01 00:46:00.437 INFO O| Mar 01 00:46:00.437 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882026-03-01T00:46:00.329Z[ recovery-image] Mar 01 00:46:00.449 INFO O| Mar 01 00:46:00.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67892026-03-01T00:46:00.329Z[ recovery-image] Mar 01 00:46:00.449 INFO O| Mar 01 00:46:00.449 INFO STEP 653 (remove_files) COMPLETE
67902026-03-01T00:46:00.329Z[ recovery-image] Mar 01 00:46:00.449 INFO O| Mar 01 00:46:00.449 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912026-03-01T00:46:00.329Z[ recovery-image] Mar 01 00:46:00.461 INFO O| Mar 01 00:46:00.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67922026-03-01T00:46:00.329Z[ recovery-image] Mar 01 00:46:00.461 INFO O| Mar 01 00:46:00.461 INFO STEP 654 (remove_files) COMPLETE
67932026-03-01T00:46:00.329Z[ recovery-image] Mar 01 00:46:00.461 INFO O| Mar 01 00:46:00.461 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942026-03-01T00:46:00.355Z[ recovery-image] Mar 01 00:46:00.474 INFO O| Mar 01 00:46:00.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67952026-03-01T00:46:00.355Z[ recovery-image] Mar 01 00:46:00.474 INFO O| Mar 01 00:46:00.474 INFO STEP 655 (remove_files) COMPLETE
67962026-03-01T00:46:00.355Z[ recovery-image] Mar 01 00:46:00.474 INFO O| Mar 01 00:46:00.474 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972026-03-01T00:46:00.355Z[ recovery-image] Mar 01 00:46:00.486 INFO O| Mar 01 00:46:00.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67982026-03-01T00:46:00.355Z[ recovery-image] Mar 01 00:46:00.486 INFO O| Mar 01 00:46:00.486 INFO STEP 656 (remove_files) COMPLETE
67992026-03-01T00:46:00.355Z[ recovery-image] Mar 01 00:46:00.486 INFO O| Mar 01 00:46:00.486 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002026-03-01T00:46:00.380Z[ recovery-image] Mar 01 00:46:00.498 INFO O| Mar 01 00:46:00.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
68012026-03-01T00:46:00.380Z[ recovery-image] Mar 01 00:46:00.498 INFO O| Mar 01 00:46:00.498 INFO STEP 657 (remove_files) COMPLETE
68022026-03-01T00:46:00.380Z[ recovery-image] Mar 01 00:46:00.498 INFO O| Mar 01 00:46:00.498 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032026-03-01T00:46:00.380Z[ recovery-image] Mar 01 00:46:00.510 INFO O| Mar 01 00:46:00.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
68042026-03-01T00:46:00.380Z[ recovery-image] Mar 01 00:46:00.510 INFO O| Mar 01 00:46:00.510 INFO STEP 658 (remove_files) COMPLETE
68052026-03-01T00:46:00.380Z[ recovery-image] Mar 01 00:46:00.510 INFO O| Mar 01 00:46:00.510 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062026-03-01T00:46:00.405Z[ recovery-image] Mar 01 00:46:00.523 INFO O| Mar 01 00:46:00.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
68072026-03-01T00:46:00.405Z[ recovery-image] Mar 01 00:46:00.523 INFO O| Mar 01 00:46:00.523 INFO STEP 659 (remove_files) COMPLETE
68082026-03-01T00:46:00.405Z[ recovery-image] Mar 01 00:46:00.523 INFO O| Mar 01 00:46:00.523 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092026-03-01T00:46:00.405Z[ recovery-image] Mar 01 00:46:00.535 INFO O| Mar 01 00:46:00.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68102026-03-01T00:46:00.405Z[ recovery-image] Mar 01 00:46:00.535 INFO O| Mar 01 00:46:00.535 INFO STEP 660 (remove_files) COMPLETE
68112026-03-01T00:46:00.405Z[ recovery-image] Mar 01 00:46:00.535 INFO O| Mar 01 00:46:00.535 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122026-03-01T00:46:00.429Z[ recovery-image] Mar 01 00:46:00.547 INFO O| Mar 01 00:46:00.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68132026-03-01T00:46:00.429Z[ recovery-image] Mar 01 00:46:00.547 INFO O| Mar 01 00:46:00.547 INFO STEP 661 (remove_files) COMPLETE
68142026-03-01T00:46:00.429Z[ recovery-image] Mar 01 00:46:00.547 INFO O| Mar 01 00:46:00.547 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152026-03-01T00:46:00.430Z[ recovery-image] Mar 01 00:46:00.559 INFO O| Mar 01 00:46:00.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68162026-03-01T00:46:00.430Z[ recovery-image] Mar 01 00:46:00.559 INFO O| Mar 01 00:46:00.559 INFO STEP 662 (remove_files) COMPLETE
68172026-03-01T00:46:00.430Z[ recovery-image] Mar 01 00:46:00.559 INFO O| Mar 01 00:46:00.559 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182026-03-01T00:46:00.454Z[ recovery-image] Mar 01 00:46:00.572 INFO O| Mar 01 00:46:00.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68192026-03-01T00:46:00.454Z[ recovery-image] Mar 01 00:46:00.572 INFO O| Mar 01 00:46:00.572 INFO STEP 663 (remove_files) COMPLETE
68202026-03-01T00:46:00.454Z[ recovery-image] Mar 01 00:46:00.572 INFO O| Mar 01 00:46:00.572 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212026-03-01T00:46:00.454Z[ recovery-image] Mar 01 00:46:00.584 INFO O| Mar 01 00:46:00.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68222026-03-01T00:46:00.454Z[ recovery-image] Mar 01 00:46:00.584 INFO O| Mar 01 00:46:00.584 INFO STEP 664 (remove_files) COMPLETE
68232026-03-01T00:46:00.454Z[ recovery-image] Mar 01 00:46:00.584 INFO O| Mar 01 00:46:00.584 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242026-03-01T00:46:00.454Z[ recovery-image] Mar 01 00:46:00.595 INFO O| Mar 01 00:46:00.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68252026-03-01T00:46:00.454Z[ recovery-image] Mar 01 00:46:00.595 INFO O| Mar 01 00:46:00.595 INFO STEP 665 (remove_files) COMPLETE
68262026-03-01T00:46:00.479Z[ recovery-image] Mar 01 00:46:00.595 INFO O| Mar 01 00:46:00.595 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272026-03-01T00:46:00.479Z[ recovery-image] Mar 01 00:46:00.607 INFO O| Mar 01 00:46:00.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68282026-03-01T00:46:00.479Z[ recovery-image] Mar 01 00:46:00.607 INFO O| Mar 01 00:46:00.607 INFO STEP 666 (remove_files) COMPLETE
68292026-03-01T00:46:00.479Z[ recovery-image] Mar 01 00:46:00.607 INFO O| Mar 01 00:46:00.607 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302026-03-01T00:46:00.479Z[ recovery-image] Mar 01 00:46:00.619 INFO O| Mar 01 00:46:00.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68312026-03-01T00:46:00.479Z[ recovery-image] Mar 01 00:46:00.619 INFO O| Mar 01 00:46:00.619 INFO STEP 667 (remove_files) COMPLETE
68322026-03-01T00:46:00.479Z[ recovery-image] Mar 01 00:46:00.619 INFO O| Mar 01 00:46:00.619 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332026-03-01T00:46:00.504Z[ recovery-image] Mar 01 00:46:00.630 INFO O| Mar 01 00:46:00.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68342026-03-01T00:46:00.504Z[ recovery-image] Mar 01 00:46:00.630 INFO O| Mar 01 00:46:00.630 INFO STEP 668 (remove_files) COMPLETE
68352026-03-01T00:46:00.504Z[ recovery-image] Mar 01 00:46:00.630 INFO O| Mar 01 00:46:00.630 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362026-03-01T00:46:00.504Z[ recovery-image] Mar 01 00:46:00.643 INFO O| Mar 01 00:46:00.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68372026-03-01T00:46:00.504Z[ recovery-image] Mar 01 00:46:00.643 INFO O| Mar 01 00:46:00.643 INFO STEP 669 (remove_files) COMPLETE
68382026-03-01T00:46:00.504Z[ recovery-image] Mar 01 00:46:00.643 INFO O| Mar 01 00:46:00.643 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392026-03-01T00:46:00.529Z[ recovery-image] Mar 01 00:46:00.655 INFO O| Mar 01 00:46:00.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68402026-03-01T00:46:00.529Z[ recovery-image] Mar 01 00:46:00.655 INFO O| Mar 01 00:46:00.655 INFO STEP 670 (remove_files) COMPLETE
68412026-03-01T00:46:00.529Z[ recovery-image] Mar 01 00:46:00.655 INFO O| Mar 01 00:46:00.655 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422026-03-01T00:46:00.553Z[ recovery-image] Mar 01 00:46:00.670 INFO O| Mar 01 00:46:00.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68432026-03-01T00:46:00.553Z[ recovery-image] Mar 01 00:46:00.670 INFO O| Mar 01 00:46:00.670 INFO STEP 671 (remove_files) COMPLETE
68442026-03-01T00:46:00.553Z[ recovery-image] Mar 01 00:46:00.670 INFO O| Mar 01 00:46:00.670 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452026-03-01T00:46:00.553Z[ recovery-image] Mar 01 00:46:00.684 INFO O| Mar 01 00:46:00.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68462026-03-01T00:46:00.553Z[ recovery-image] Mar 01 00:46:00.684 INFO O| Mar 01 00:46:00.684 INFO STEP 672 (remove_files) COMPLETE
68472026-03-01T00:46:00.553Z[ recovery-image] Mar 01 00:46:00.684 INFO O| Mar 01 00:46:00.684 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482026-03-01T00:46:00.578Z[ recovery-image] Mar 01 00:46:00.696 INFO O| Mar 01 00:46:00.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68492026-03-01T00:46:00.578Z[ recovery-image] Mar 01 00:46:00.697 INFO O| Mar 01 00:46:00.696 INFO STEP 673 (remove_files) COMPLETE
68502026-03-01T00:46:00.578Z[ recovery-image] Mar 01 00:46:00.697 INFO O| Mar 01 00:46:00.697 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512026-03-01T00:46:00.578Z[ recovery-image] Mar 01 00:46:00.711 INFO O| Mar 01 00:46:00.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68522026-03-01T00:46:00.578Z[ recovery-image] Mar 01 00:46:00.711 INFO O| Mar 01 00:46:00.711 INFO STEP 674 (remove_files) COMPLETE
68532026-03-01T00:46:00.578Z[ recovery-image] Mar 01 00:46:00.711 INFO O| Mar 01 00:46:00.711 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542026-03-01T00:46:00.603Z[ recovery-image] Mar 01 00:46:00.724 INFO O| Mar 01 00:46:00.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68552026-03-01T00:46:00.603Z[ recovery-image] Mar 01 00:46:00.724 INFO O| Mar 01 00:46:00.724 INFO STEP 675 (remove_files) COMPLETE
68562026-03-01T00:46:00.603Z[ recovery-image] Mar 01 00:46:00.724 INFO O| Mar 01 00:46:00.724 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572026-03-01T00:46:00.603Z[ recovery-image] Mar 01 00:46:00.734 INFO O| Mar 01 00:46:00.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68582026-03-01T00:46:00.603Z[ recovery-image] Mar 01 00:46:00.734 INFO O| Mar 01 00:46:00.734 INFO STEP 676 (remove_files) COMPLETE
68592026-03-01T00:46:00.603Z[ recovery-image] Mar 01 00:46:00.734 INFO O| Mar 01 00:46:00.734 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602026-03-01T00:46:00.628Z[ recovery-image] Mar 01 00:46:00.744 INFO O| Mar 01 00:46:00.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68612026-03-01T00:46:00.628Z[ recovery-image] Mar 01 00:46:00.745 INFO O| Mar 01 00:46:00.745 INFO STEP 677 (remove_files) COMPLETE
68622026-03-01T00:46:00.629Z[ recovery-image] Mar 01 00:46:00.745 INFO O| Mar 01 00:46:00.745 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632026-03-01T00:46:00.658Z[ recovery-image] Mar 01 00:46:00.755 INFO O| Mar 01 00:46:00.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68642026-03-01T00:46:00.658Z[ recovery-image] Mar 01 00:46:00.755 INFO O| Mar 01 00:46:00.755 INFO STEP 678 (remove_files) COMPLETE
68652026-03-01T00:46:00.658Z[ recovery-image] Mar 01 00:46:00.755 INFO O| Mar 01 00:46:00.755 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662026-03-01T00:46:00.658Z[ recovery-image] Mar 01 00:46:00.765 INFO O| Mar 01 00:46:00.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68672026-03-01T00:46:00.658Z[ recovery-image] Mar 01 00:46:00.765 INFO O| Mar 01 00:46:00.765 INFO STEP 679 (remove_files) COMPLETE
68682026-03-01T00:46:00.658Z[ recovery-image] Mar 01 00:46:00.765 INFO O| Mar 01 00:46:00.765 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692026-03-01T00:46:00.658Z[ recovery-image] Mar 01 00:46:00.775 INFO O| Mar 01 00:46:00.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68702026-03-01T00:46:00.658Z[ recovery-image] Mar 01 00:46:00.775 INFO O| Mar 01 00:46:00.775 INFO STEP 680 (remove_files) COMPLETE
68712026-03-01T00:46:00.658Z[ recovery-image] Mar 01 00:46:00.775 INFO O| Mar 01 00:46:00.775 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722026-03-01T00:46:00.658Z[ recovery-image] Mar 01 00:46:00.786 INFO O| Mar 01 00:46:00.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68732026-03-01T00:46:00.658Z[ recovery-image] Mar 01 00:46:00.786 INFO O| Mar 01 00:46:00.786 INFO STEP 681 (remove_files) COMPLETE
68742026-03-01T00:46:00.658Z[ recovery-image] Mar 01 00:46:00.786 INFO O| Mar 01 00:46:00.786 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752026-03-01T00:46:00.659Z[ recovery-image] Mar 01 00:46:00.796 INFO O| Mar 01 00:46:00.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68762026-03-01T00:46:00.659Z[ recovery-image] Mar 01 00:46:00.796 INFO O| Mar 01 00:46:00.796 INFO STEP 682 (remove_files) COMPLETE
68772026-03-01T00:46:00.659Z[ recovery-image] Mar 01 00:46:00.796 INFO O| Mar 01 00:46:00.796 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782026-03-01T00:46:00.684Z[ recovery-image] Mar 01 00:46:00.806 INFO O| Mar 01 00:46:00.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68792026-03-01T00:46:00.684Z[ recovery-image] Mar 01 00:46:00.807 INFO O| Mar 01 00:46:00.807 INFO STEP 683 (remove_files) COMPLETE
68802026-03-01T00:46:00.684Z[ recovery-image] Mar 01 00:46:00.807 INFO O| Mar 01 00:46:00.807 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812026-03-01T00:46:00.684Z[ recovery-image] Mar 01 00:46:00.817 INFO O| Mar 01 00:46:00.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68822026-03-01T00:46:00.684Z[ recovery-image] Mar 01 00:46:00.817 INFO O| Mar 01 00:46:00.817 INFO STEP 684 (remove_files) COMPLETE
68832026-03-01T00:46:00.684Z[ recovery-image] Mar 01 00:46:00.817 INFO O| Mar 01 00:46:00.817 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842026-03-01T00:46:00.709Z[ recovery-image] Mar 01 00:46:00.827 INFO O| Mar 01 00:46:00.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68852026-03-01T00:46:00.709Z[ recovery-image] Mar 01 00:46:00.827 INFO O| Mar 01 00:46:00.827 INFO STEP 685 (remove_files) COMPLETE
68862026-03-01T00:46:00.709Z[ recovery-image] Mar 01 00:46:00.827 INFO O| Mar 01 00:46:00.827 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872026-03-01T00:46:00.709Z[ recovery-image] Mar 01 00:46:00.838 INFO O| Mar 01 00:46:00.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68882026-03-01T00:46:00.709Z[ recovery-image] Mar 01 00:46:00.838 INFO O| Mar 01 00:46:00.838 INFO STEP 686 (remove_files) COMPLETE
68892026-03-01T00:46:00.709Z[ recovery-image] Mar 01 00:46:00.838 INFO O| Mar 01 00:46:00.838 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902026-03-01T00:46:00.709Z[ recovery-image] Mar 01 00:46:00.849 INFO O| Mar 01 00:46:00.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68912026-03-01T00:46:00.709Z[ recovery-image] Mar 01 00:46:00.849 INFO O| Mar 01 00:46:00.849 INFO STEP 687 (remove_files) COMPLETE
68922026-03-01T00:46:00.709Z[ recovery-image] Mar 01 00:46:00.849 INFO O| Mar 01 00:46:00.849 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932026-03-01T00:46:00.735Z[ recovery-image] Mar 01 00:46:00.859 INFO O| Mar 01 00:46:00.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68942026-03-01T00:46:00.735Z[ recovery-image] Mar 01 00:46:00.859 INFO O| Mar 01 00:46:00.859 INFO STEP 688 (remove_files) COMPLETE
68952026-03-01T00:46:00.735Z[ recovery-image] Mar 01 00:46:00.859 INFO O| Mar 01 00:46:00.859 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962026-03-01T00:46:00.735Z[ recovery-image] Mar 01 00:46:00.870 INFO O| Mar 01 00:46:00.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68972026-03-01T00:46:00.735Z[ recovery-image] Mar 01 00:46:00.870 INFO O| Mar 01 00:46:00.870 INFO STEP 689 (remove_files) COMPLETE
68982026-03-01T00:46:00.735Z[ recovery-image] Mar 01 00:46:00.870 INFO O| Mar 01 00:46:00.870 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992026-03-01T00:46:00.760Z[ recovery-image] Mar 01 00:46:00.884 INFO O| Mar 01 00:46:00.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
69002026-03-01T00:46:00.760Z[ recovery-image] Mar 01 00:46:00.884 INFO O| Mar 01 00:46:00.884 INFO STEP 690 (remove_files) COMPLETE
69012026-03-01T00:46:00.760Z[ recovery-image] Mar 01 00:46:00.884 INFO O| Mar 01 00:46:00.884 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022026-03-01T00:46:00.760Z[ recovery-image] Mar 01 00:46:00.895 INFO O| Mar 01 00:46:00.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
69032026-03-01T00:46:00.760Z[ recovery-image] Mar 01 00:46:00.895 INFO O| Mar 01 00:46:00.895 INFO STEP 691 (remove_files) COMPLETE
69042026-03-01T00:46:00.760Z[ recovery-image] Mar 01 00:46:00.895 INFO O| Mar 01 00:46:00.895 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052026-03-01T00:46:00.786Z[ recovery-image] Mar 01 00:46:00.906 INFO O| Mar 01 00:46:00.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
69062026-03-01T00:46:00.786Z[ recovery-image] Mar 01 00:46:00.906 INFO O| Mar 01 00:46:00.906 INFO STEP 692 (remove_files) COMPLETE
69072026-03-01T00:46:00.786Z[ recovery-image] Mar 01 00:46:00.906 INFO O| Mar 01 00:46:00.906 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082026-03-01T00:46:00.786Z[ recovery-image] Mar 01 00:46:00.916 INFO O| Mar 01 00:46:00.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69092026-03-01T00:46:00.786Z[ recovery-image] Mar 01 00:46:00.916 INFO O| Mar 01 00:46:00.916 INFO STEP 693 (remove_files) COMPLETE
69102026-03-01T00:46:00.786Z[ recovery-image] Mar 01 00:46:00.916 INFO O| Mar 01 00:46:00.916 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112026-03-01T00:46:00.811Z[ recovery-image] Mar 01 00:46:00.930 INFO O| Mar 01 00:46:00.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69122026-03-01T00:46:00.811Z[ recovery-image] Mar 01 00:46:00.930 INFO O| Mar 01 00:46:00.930 INFO STEP 694 (remove_files) COMPLETE
69132026-03-01T00:46:00.811Z[ recovery-image] Mar 01 00:46:00.930 INFO O| Mar 01 00:46:00.930 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142026-03-01T00:46:00.811Z[ recovery-image] Mar 01 00:46:00.942 INFO O| Mar 01 00:46:00.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69152026-03-01T00:46:00.811Z[ recovery-image] Mar 01 00:46:00.942 INFO O| Mar 01 00:46:00.942 INFO STEP 695 (remove_files) COMPLETE
69162026-03-01T00:46:00.811Z[ recovery-image] Mar 01 00:46:00.942 INFO O| Mar 01 00:46:00.942 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172026-03-01T00:46:00.836Z[ recovery-image] Mar 01 00:46:00.954 INFO O| Mar 01 00:46:00.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69182026-03-01T00:46:00.836Z[ recovery-image] Mar 01 00:46:00.954 INFO O| Mar 01 00:46:00.954 INFO STEP 696 (remove_files) COMPLETE
69192026-03-01T00:46:00.836Z[ recovery-image] Mar 01 00:46:00.954 INFO O| Mar 01 00:46:00.954 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202026-03-01T00:46:00.836Z[ recovery-image] Mar 01 00:46:00.966 INFO O| Mar 01 00:46:00.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69212026-03-01T00:46:00.836Z[ recovery-image] Mar 01 00:46:00.966 INFO O| Mar 01 00:46:00.966 INFO STEP 697 (remove_files) COMPLETE
69222026-03-01T00:46:00.836Z[ recovery-image] Mar 01 00:46:00.966 INFO O| Mar 01 00:46:00.966 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232026-03-01T00:46:00.862Z[ recovery-image] Mar 01 00:46:00.978 INFO O| Mar 01 00:46:00.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69242026-03-01T00:46:00.862Z[ recovery-image] Mar 01 00:46:00.978 INFO O| Mar 01 00:46:00.978 INFO STEP 698 (remove_files) COMPLETE
69252026-03-01T00:46:00.862Z[ recovery-image] Mar 01 00:46:00.978 INFO O| Mar 01 00:46:00.978 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262026-03-01T00:46:00.862Z[ recovery-image] Mar 01 00:46:00.990 INFO O| Mar 01 00:46:00.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69272026-03-01T00:46:00.862Z[ recovery-image] Mar 01 00:46:00.990 INFO O| Mar 01 00:46:00.990 INFO STEP 699 (remove_files) COMPLETE
69282026-03-01T00:46:00.862Z[ recovery-image] Mar 01 00:46:00.990 INFO O| Mar 01 00:46:00.990 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292026-03-01T00:46:00.862Z[ recovery-image] Mar 01 00:46:01.002 INFO O| Mar 01 00:46:01.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69302026-03-01T00:46:00.862Z[ recovery-image] Mar 01 00:46:01.002 INFO O| Mar 01 00:46:01.002 INFO STEP 700 (remove_files) COMPLETE
69312026-03-01T00:46:00.862Z[ recovery-image] Mar 01 00:46:01.002 INFO O| Mar 01 00:46:01.002 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322026-03-01T00:46:00.887Z[ recovery-image] Mar 01 00:46:01.016 INFO O| Mar 01 00:46:01.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69332026-03-01T00:46:00.887Z[ recovery-image] Mar 01 00:46:01.017 INFO O| Mar 01 00:46:01.017 INFO STEP 701 (remove_files) COMPLETE
69342026-03-01T00:46:00.887Z[ recovery-image] Mar 01 00:46:01.017 INFO O| Mar 01 00:46:01.017 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352026-03-01T00:46:00.912Z[ recovery-image] Mar 01 00:46:01.028 INFO O| Mar 01 00:46:01.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69362026-03-01T00:46:00.912Z[ recovery-image] Mar 01 00:46:01.029 INFO O| Mar 01 00:46:01.029 INFO STEP 702 (remove_files) COMPLETE
69372026-03-01T00:46:00.913Z[ recovery-image] Mar 01 00:46:01.029 INFO O| Mar 01 00:46:01.029 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382026-03-01T00:46:00.913Z[ recovery-image] Mar 01 00:46:01.039 INFO O| Mar 01 00:46:01.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69392026-03-01T00:46:00.913Z[ recovery-image] Mar 01 00:46:01.040 INFO O| Mar 01 00:46:01.040 INFO STEP 703 (remove_files) COMPLETE
69402026-03-01T00:46:00.913Z[ recovery-image] Mar 01 00:46:01.040 INFO O| Mar 01 00:46:01.040 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412026-03-01T00:46:00.913Z[ recovery-image] Mar 01 00:46:01.053 INFO O| Mar 01 00:46:01.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69422026-03-01T00:46:00.913Z[ recovery-image] Mar 01 00:46:01.053 INFO O| Mar 01 00:46:01.053 INFO STEP 704 (remove_files) COMPLETE
69432026-03-01T00:46:00.937Z[ recovery-image] Mar 01 00:46:01.053 INFO O| Mar 01 00:46:01.053 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442026-03-01T00:46:00.938Z[ recovery-image] Mar 01 00:46:01.065 INFO O| Mar 01 00:46:01.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69452026-03-01T00:46:00.938Z[ recovery-image] Mar 01 00:46:01.065 INFO O| Mar 01 00:46:01.065 INFO STEP 705 (remove_files) COMPLETE
69462026-03-01T00:46:00.938Z[ recovery-image] Mar 01 00:46:01.065 INFO O| Mar 01 00:46:01.065 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472026-03-01T00:46:00.938Z[ recovery-image] Mar 01 00:46:01.077 INFO O| Mar 01 00:46:01.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69482026-03-01T00:46:00.938Z[ recovery-image] Mar 01 00:46:01.078 INFO O| Mar 01 00:46:01.078 INFO STEP 706 (remove_files) COMPLETE
69492026-03-01T00:46:00.938Z[ recovery-image] Mar 01 00:46:01.078 INFO O| Mar 01 00:46:01.078 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502026-03-01T00:46:00.964Z[ recovery-image] Mar 01 00:46:01.089 INFO O| Mar 01 00:46:01.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69512026-03-01T00:46:00.964Z[ recovery-image] Mar 01 00:46:01.089 INFO O| Mar 01 00:46:01.089 INFO STEP 707 (remove_files) COMPLETE
69522026-03-01T00:46:00.964Z[ recovery-image] Mar 01 00:46:01.089 INFO O| Mar 01 00:46:01.089 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532026-03-01T00:46:00.964Z[ recovery-image] Mar 01 00:46:01.101 INFO O| Mar 01 00:46:01.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69542026-03-01T00:46:00.964Z[ recovery-image] Mar 01 00:46:01.101 INFO O| Mar 01 00:46:01.101 INFO STEP 708 (remove_files) COMPLETE
69552026-03-01T00:46:00.964Z[ recovery-image] Mar 01 00:46:01.101 INFO O| Mar 01 00:46:01.101 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562026-03-01T00:46:00.988Z[ recovery-image] Mar 01 00:46:01.112 INFO O| Mar 01 00:46:01.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69572026-03-01T00:46:00.989Z[ recovery-image] Mar 01 00:46:01.112 INFO O| Mar 01 00:46:01.112 INFO STEP 709 (remove_files) COMPLETE
69582026-03-01T00:46:00.989Z[ recovery-image] Mar 01 00:46:01.112 INFO O| Mar 01 00:46:01.112 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592026-03-01T00:46:00.989Z[ recovery-image] Mar 01 00:46:01.122 INFO O| Mar 01 00:46:01.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69602026-03-01T00:46:00.989Z[ recovery-image] Mar 01 00:46:01.122 INFO O| Mar 01 00:46:01.122 INFO STEP 710 (remove_files) COMPLETE
69612026-03-01T00:46:00.989Z[ recovery-image] Mar 01 00:46:01.122 INFO O| Mar 01 00:46:01.122 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622026-03-01T00:46:01.014Z[ recovery-image] Mar 01 00:46:01.132 INFO O| Mar 01 00:46:01.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69632026-03-01T00:46:01.014Z[ recovery-image] Mar 01 00:46:01.132 INFO O| Mar 01 00:46:01.132 INFO STEP 711 (remove_files) COMPLETE
69642026-03-01T00:46:01.014Z[ recovery-image] Mar 01 00:46:01.132 INFO O| Mar 01 00:46:01.132 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652026-03-01T00:46:01.014Z[ recovery-image] Mar 01 00:46:01.143 INFO O| Mar 01 00:46:01.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69662026-03-01T00:46:01.014Z[ recovery-image] Mar 01 00:46:01.143 INFO O| Mar 01 00:46:01.143 INFO STEP 712 (remove_files) COMPLETE
69672026-03-01T00:46:01.014Z[ recovery-image] Mar 01 00:46:01.143 INFO O| Mar 01 00:46:01.143 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682026-03-01T00:46:01.014Z[ recovery-image] Mar 01 00:46:01.153 INFO O| Mar 01 00:46:01.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69692026-03-01T00:46:01.014Z[ recovery-image] Mar 01 00:46:01.153 INFO O| Mar 01 00:46:01.153 INFO STEP 713 (remove_files) COMPLETE
69702026-03-01T00:46:01.014Z[ recovery-image] Mar 01 00:46:01.153 INFO O| Mar 01 00:46:01.153 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712026-03-01T00:46:01.039Z[ recovery-image] Mar 01 00:46:01.163 INFO O| Mar 01 00:46:01.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69722026-03-01T00:46:01.039Z[ recovery-image] Mar 01 00:46:01.163 INFO O| Mar 01 00:46:01.163 INFO STEP 714 (remove_files) COMPLETE
69732026-03-01T00:46:01.039Z[ recovery-image] Mar 01 00:46:01.163 INFO O| Mar 01 00:46:01.163 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742026-03-01T00:46:01.039Z[ recovery-image] Mar 01 00:46:01.173 INFO O| Mar 01 00:46:01.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69752026-03-01T00:46:01.039Z[ recovery-image] Mar 01 00:46:01.173 INFO O| Mar 01 00:46:01.173 INFO STEP 715 (remove_files) COMPLETE
69762026-03-01T00:46:01.039Z[ recovery-image] Mar 01 00:46:01.173 INFO O| Mar 01 00:46:01.173 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772026-03-01T00:46:01.064Z[ recovery-image] Mar 01 00:46:01.183 INFO O| Mar 01 00:46:01.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69782026-03-01T00:46:01.064Z[ recovery-image] Mar 01 00:46:01.183 INFO O| Mar 01 00:46:01.183 INFO STEP 716 (remove_files) COMPLETE
69792026-03-01T00:46:01.064Z[ recovery-image] Mar 01 00:46:01.183 INFO O| Mar 01 00:46:01.183 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802026-03-01T00:46:01.064Z[ recovery-image] Mar 01 00:46:01.193 INFO O| Mar 01 00:46:01.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69812026-03-01T00:46:01.064Z[ recovery-image] Mar 01 00:46:01.193 INFO O| Mar 01 00:46:01.193 INFO STEP 717 (remove_files) COMPLETE
69822026-03-01T00:46:01.064Z[ recovery-image] Mar 01 00:46:01.193 INFO O| Mar 01 00:46:01.193 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832026-03-01T00:46:01.064Z[ recovery-image] Mar 01 00:46:01.203 INFO O| Mar 01 00:46:01.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69842026-03-01T00:46:01.064Z[ recovery-image] Mar 01 00:46:01.203 INFO O| Mar 01 00:46:01.203 INFO STEP 718 (remove_files) COMPLETE
69852026-03-01T00:46:01.064Z[ recovery-image] Mar 01 00:46:01.204 INFO O| Mar 01 00:46:01.203 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862026-03-01T00:46:01.090Z[ recovery-image] Mar 01 00:46:01.213 INFO O| Mar 01 00:46:01.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69872026-03-01T00:46:01.090Z[ recovery-image] Mar 01 00:46:01.214 INFO O| Mar 01 00:46:01.214 INFO STEP 719 (remove_files) COMPLETE
69882026-03-01T00:46:01.090Z[ recovery-image] Mar 01 00:46:01.214 INFO O| Mar 01 00:46:01.214 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892026-03-01T00:46:01.090Z[ recovery-image] Mar 01 00:46:01.224 INFO O| Mar 01 00:46:01.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69902026-03-01T00:46:01.090Z[ recovery-image] Mar 01 00:46:01.224 INFO O| Mar 01 00:46:01.224 INFO STEP 720 (remove_files) COMPLETE
69912026-03-01T00:46:01.090Z[ recovery-image] Mar 01 00:46:01.224 INFO O| Mar 01 00:46:01.224 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922026-03-01T00:46:01.115Z[ recovery-image] Mar 01 00:46:01.234 INFO O| Mar 01 00:46:01.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69932026-03-01T00:46:01.115Z[ recovery-image] Mar 01 00:46:01.234 INFO O| Mar 01 00:46:01.234 INFO STEP 721 (remove_files) COMPLETE
69942026-03-01T00:46:01.115Z[ recovery-image] Mar 01 00:46:01.234 INFO O| Mar 01 00:46:01.234 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952026-03-01T00:46:01.115Z[ recovery-image] Mar 01 00:46:01.244 INFO O| Mar 01 00:46:01.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69962026-03-01T00:46:01.115Z[ recovery-image] Mar 01 00:46:01.245 INFO O| Mar 01 00:46:01.245 INFO STEP 722 (remove_files) COMPLETE
69972026-03-01T00:46:01.115Z[ recovery-image] Mar 01 00:46:01.245 INFO O| Mar 01 00:46:01.245 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982026-03-01T00:46:01.115Z[ recovery-image] Mar 01 00:46:01.255 INFO O| Mar 01 00:46:01.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69992026-03-01T00:46:01.115Z[ recovery-image] Mar 01 00:46:01.255 INFO O| Mar 01 00:46:01.255 INFO STEP 723 (remove_files) COMPLETE
70002026-03-01T00:46:01.115Z[ recovery-image] Mar 01 00:46:01.255 INFO O| Mar 01 00:46:01.255 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012026-03-01T00:46:01.140Z[ recovery-image] Mar 01 00:46:01.265 INFO O| Mar 01 00:46:01.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
70022026-03-01T00:46:01.140Z[ recovery-image] Mar 01 00:46:01.265 INFO O| Mar 01 00:46:01.265 INFO STEP 724 (remove_files) COMPLETE
70032026-03-01T00:46:01.140Z[ recovery-image] Mar 01 00:46:01.265 INFO O| Mar 01 00:46:01.265 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042026-03-01T00:46:01.140Z[ recovery-image] Mar 01 00:46:01.275 INFO O| Mar 01 00:46:01.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
70052026-03-01T00:46:01.141Z[ recovery-image] Mar 01 00:46:01.276 INFO O| Mar 01 00:46:01.276 INFO STEP 725 (remove_files) COMPLETE
70062026-03-01T00:46:01.141Z[ recovery-image] Mar 01 00:46:01.276 INFO O| Mar 01 00:46:01.276 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072026-03-01T00:46:01.165Z[ recovery-image] Mar 01 00:46:01.286 INFO O| Mar 01 00:46:01.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
70082026-03-01T00:46:01.166Z[ recovery-image] Mar 01 00:46:01.286 INFO O| Mar 01 00:46:01.286 INFO STEP 726 (remove_files) COMPLETE
70092026-03-01T00:46:01.166Z[ recovery-image] Mar 01 00:46:01.286 INFO O| Mar 01 00:46:01.286 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102026-03-01T00:46:01.166Z[ recovery-image] Mar 01 00:46:01.306 INFO O| Mar 01 00:46:01.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70112026-03-01T00:46:01.191Z[ recovery-image] Mar 01 00:46:01.306 INFO O| Mar 01 00:46:01.306 INFO STEP 727 (remove_files) COMPLETE
70122026-03-01T00:46:01.191Z[ recovery-image] Mar 01 00:46:01.306 INFO O| Mar 01 00:46:01.306 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132026-03-01T00:46:01.191Z[ recovery-image] Mar 01 00:46:01.317 INFO O| Mar 01 00:46:01.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70142026-03-01T00:46:01.191Z[ recovery-image] Mar 01 00:46:01.317 INFO O| Mar 01 00:46:01.317 INFO STEP 728 (remove_files) COMPLETE
70152026-03-01T00:46:01.191Z[ recovery-image] Mar 01 00:46:01.317 INFO O| Mar 01 00:46:01.317 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162026-03-01T00:46:01.191Z[ recovery-image] Mar 01 00:46:01.327 INFO O| Mar 01 00:46:01.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70172026-03-01T00:46:01.191Z[ recovery-image] Mar 01 00:46:01.327 INFO O| Mar 01 00:46:01.327 INFO STEP 729 (remove_files) COMPLETE
70182026-03-01T00:46:01.191Z[ recovery-image] Mar 01 00:46:01.327 INFO O| Mar 01 00:46:01.327 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192026-03-01T00:46:01.216Z[ recovery-image] Mar 01 00:46:01.337 INFO O| Mar 01 00:46:01.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70202026-03-01T00:46:01.216Z[ recovery-image] Mar 01 00:46:01.337 INFO O| Mar 01 00:46:01.337 INFO STEP 730 (remove_files) COMPLETE
70212026-03-01T00:46:01.216Z[ recovery-image] Mar 01 00:46:01.337 INFO O| Mar 01 00:46:01.337 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222026-03-01T00:46:01.216Z[ recovery-image] Mar 01 00:46:01.347 INFO O| Mar 01 00:46:01.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70232026-03-01T00:46:01.216Z[ recovery-image] Mar 01 00:46:01.347 INFO O| Mar 01 00:46:01.347 INFO STEP 731 (remove_files) COMPLETE
70242026-03-01T00:46:01.216Z[ recovery-image] Mar 01 00:46:01.347 INFO O| Mar 01 00:46:01.347 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252026-03-01T00:46:01.216Z[ recovery-image] Mar 01 00:46:01.357 INFO O| Mar 01 00:46:01.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70262026-03-01T00:46:01.216Z[ recovery-image] Mar 01 00:46:01.357 INFO O| Mar 01 00:46:01.357 INFO STEP 732 (remove_files) COMPLETE
70272026-03-01T00:46:01.216Z[ recovery-image] Mar 01 00:46:01.357 INFO O| Mar 01 00:46:01.357 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282026-03-01T00:46:01.242Z[ recovery-image] Mar 01 00:46:01.367 INFO O| Mar 01 00:46:01.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70292026-03-01T00:46:01.242Z[ recovery-image] Mar 01 00:46:01.367 INFO O| Mar 01 00:46:01.367 INFO STEP 733 (remove_files) COMPLETE
70302026-03-01T00:46:01.242Z[ recovery-image] Mar 01 00:46:01.367 INFO O| Mar 01 00:46:01.367 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312026-03-01T00:46:01.242Z[ recovery-image] Mar 01 00:46:01.377 INFO O| Mar 01 00:46:01.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70322026-03-01T00:46:01.242Z[ recovery-image] Mar 01 00:46:01.377 INFO O| Mar 01 00:46:01.377 INFO STEP 734 (remove_files) COMPLETE
70332026-03-01T00:46:01.242Z[ recovery-image] Mar 01 00:46:01.377 INFO O| Mar 01 00:46:01.377 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342026-03-01T00:46:01.267Z[ recovery-image] Mar 01 00:46:01.387 INFO O| Mar 01 00:46:01.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70352026-03-01T00:46:01.267Z[ recovery-image] Mar 01 00:46:01.387 INFO O| Mar 01 00:46:01.387 INFO STEP 735 (remove_files) COMPLETE
70362026-03-01T00:46:01.267Z[ recovery-image] Mar 01 00:46:01.387 INFO O| Mar 01 00:46:01.387 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372026-03-01T00:46:01.267Z[ recovery-image] Mar 01 00:46:01.397 INFO O| Mar 01 00:46:01.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70382026-03-01T00:46:01.267Z[ recovery-image] Mar 01 00:46:01.397 INFO O| Mar 01 00:46:01.397 INFO STEP 736 (remove_files) COMPLETE
70392026-03-01T00:46:01.267Z[ recovery-image] Mar 01 00:46:01.397 INFO O| Mar 01 00:46:01.397 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402026-03-01T00:46:01.267Z[ recovery-image] Mar 01 00:46:01.407 INFO O| Mar 01 00:46:01.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70412026-03-01T00:46:01.267Z[ recovery-image] Mar 01 00:46:01.407 INFO O| Mar 01 00:46:01.407 INFO STEP 737 (remove_files) COMPLETE
70422026-03-01T00:46:01.267Z[ recovery-image] Mar 01 00:46:01.407 INFO O| Mar 01 00:46:01.407 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432026-03-01T00:46:01.292Z[ recovery-image] Mar 01 00:46:01.417 INFO O| Mar 01 00:46:01.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70442026-03-01T00:46:01.292Z[ recovery-image] Mar 01 00:46:01.417 INFO O| Mar 01 00:46:01.417 INFO STEP 738 (remove_files) COMPLETE
70452026-03-01T00:46:01.292Z[ recovery-image] Mar 01 00:46:01.417 INFO O| Mar 01 00:46:01.417 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462026-03-01T00:46:01.292Z[ recovery-image] Mar 01 00:46:01.427 INFO O| Mar 01 00:46:01.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70472026-03-01T00:46:01.292Z[ recovery-image] Mar 01 00:46:01.428 INFO O| Mar 01 00:46:01.428 INFO STEP 739 (remove_files) COMPLETE
70482026-03-01T00:46:01.292Z[ recovery-image] Mar 01 00:46:01.428 INFO O| Mar 01 00:46:01.428 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492026-03-01T00:46:01.317Z[ recovery-image] Mar 01 00:46:01.438 INFO O| Mar 01 00:46:01.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70502026-03-01T00:46:01.317Z[ recovery-image] Mar 01 00:46:01.438 INFO O| Mar 01 00:46:01.438 INFO STEP 740 (remove_files) COMPLETE
70512026-03-01T00:46:01.317Z[ recovery-image] Mar 01 00:46:01.438 INFO O| Mar 01 00:46:01.438 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522026-03-01T00:46:01.317Z[ recovery-image] Mar 01 00:46:01.448 INFO O| Mar 01 00:46:01.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70532026-03-01T00:46:01.317Z[ recovery-image] Mar 01 00:46:01.448 INFO O| Mar 01 00:46:01.448 INFO STEP 741 (remove_files) COMPLETE
70542026-03-01T00:46:01.317Z[ recovery-image] Mar 01 00:46:01.448 INFO O| Mar 01 00:46:01.448 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552026-03-01T00:46:01.317Z[ recovery-image] Mar 01 00:46:01.458 INFO O| Mar 01 00:46:01.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70562026-03-01T00:46:01.317Z[ recovery-image] Mar 01 00:46:01.458 INFO O| Mar 01 00:46:01.458 INFO STEP 742 (remove_files) COMPLETE
70572026-03-01T00:46:01.317Z[ recovery-image] Mar 01 00:46:01.458 INFO O| Mar 01 00:46:01.458 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582026-03-01T00:46:01.342Z[ recovery-image] Mar 01 00:46:01.468 INFO O| Mar 01 00:46:01.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70592026-03-01T00:46:01.342Z[ recovery-image] Mar 01 00:46:01.468 INFO O| Mar 01 00:46:01.468 INFO STEP 743 (remove_files) COMPLETE
70602026-03-01T00:46:01.342Z[ recovery-image] Mar 01 00:46:01.468 INFO O| Mar 01 00:46:01.468 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612026-03-01T00:46:01.342Z[ recovery-image] Mar 01 00:46:01.478 INFO O| Mar 01 00:46:01.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70622026-03-01T00:46:01.342Z[ recovery-image] Mar 01 00:46:01.478 INFO O| Mar 01 00:46:01.478 INFO STEP 744 (remove_files) COMPLETE
70632026-03-01T00:46:01.343Z[ recovery-image] Mar 01 00:46:01.478 INFO O| Mar 01 00:46:01.478 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642026-03-01T00:46:01.367Z[ recovery-image] Mar 01 00:46:01.488 INFO O| Mar 01 00:46:01.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70652026-03-01T00:46:01.367Z[ recovery-image] Mar 01 00:46:01.488 INFO O| Mar 01 00:46:01.488 INFO STEP 745 (remove_files) COMPLETE
70662026-03-01T00:46:01.367Z[ recovery-image] Mar 01 00:46:01.488 INFO O| Mar 01 00:46:01.488 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672026-03-01T00:46:01.367Z[ recovery-image] Mar 01 00:46:01.497 INFO O| Mar 01 00:46:01.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70682026-03-01T00:46:01.367Z[ recovery-image] Mar 01 00:46:01.498 INFO O| Mar 01 00:46:01.497 INFO STEP 746 (remove_files) COMPLETE
70692026-03-01T00:46:01.367Z[ recovery-image] Mar 01 00:46:01.498 INFO O| Mar 01 00:46:01.497 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702026-03-01T00:46:01.367Z[ recovery-image] Mar 01 00:46:01.507 INFO O| Mar 01 00:46:01.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70712026-03-01T00:46:01.367Z[ recovery-image] Mar 01 00:46:01.508 INFO O| Mar 01 00:46:01.508 INFO STEP 747 (remove_files) COMPLETE
70722026-03-01T00:46:01.367Z[ recovery-image] Mar 01 00:46:01.508 INFO O| Mar 01 00:46:01.508 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732026-03-01T00:46:01.393Z[ recovery-image] Mar 01 00:46:01.517 INFO O| Mar 01 00:46:01.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70742026-03-01T00:46:01.393Z[ recovery-image] Mar 01 00:46:01.517 INFO O| Mar 01 00:46:01.517 INFO STEP 748 (remove_files) COMPLETE
70752026-03-01T00:46:01.393Z[ recovery-image] Mar 01 00:46:01.517 INFO O| Mar 01 00:46:01.517 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762026-03-01T00:46:01.393Z[ recovery-image] Mar 01 00:46:01.527 INFO O| Mar 01 00:46:01.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70772026-03-01T00:46:01.393Z[ recovery-image] Mar 01 00:46:01.527 INFO O| Mar 01 00:46:01.527 INFO STEP 749 (remove_files) COMPLETE
70782026-03-01T00:46:01.393Z[ recovery-image] Mar 01 00:46:01.527 INFO O| Mar 01 00:46:01.527 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792026-03-01T00:46:01.417Z[ recovery-image] Mar 01 00:46:01.538 INFO O| Mar 01 00:46:01.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70802026-03-01T00:46:01.417Z[ recovery-image] Mar 01 00:46:01.538 INFO O| Mar 01 00:46:01.538 INFO STEP 750 (remove_files) COMPLETE
70812026-03-01T00:46:01.417Z[ recovery-image] Mar 01 00:46:01.538 INFO O| Mar 01 00:46:01.538 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822026-03-01T00:46:01.418Z[ recovery-image] Mar 01 00:46:01.548 INFO O| Mar 01 00:46:01.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70832026-03-01T00:46:01.418Z[ recovery-image] Mar 01 00:46:01.548 INFO O| Mar 01 00:46:01.548 INFO STEP 751 (remove_files) COMPLETE
70842026-03-01T00:46:01.418Z[ recovery-image] Mar 01 00:46:01.548 INFO O| Mar 01 00:46:01.548 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852026-03-01T00:46:01.418Z[ recovery-image] Mar 01 00:46:01.558 INFO O| Mar 01 00:46:01.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70862026-03-01T00:46:01.418Z[ recovery-image] Mar 01 00:46:01.558 INFO O| Mar 01 00:46:01.558 INFO STEP 752 (remove_files) COMPLETE
70872026-03-01T00:46:01.418Z[ recovery-image] Mar 01 00:46:01.558 INFO O| Mar 01 00:46:01.558 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882026-03-01T00:46:01.443Z[ recovery-image] Mar 01 00:46:01.568 INFO O| Mar 01 00:46:01.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70892026-03-01T00:46:01.443Z[ recovery-image] Mar 01 00:46:01.568 INFO O| Mar 01 00:46:01.568 INFO STEP 753 (remove_files) COMPLETE
70902026-03-01T00:46:01.443Z[ recovery-image] Mar 01 00:46:01.568 INFO O| Mar 01 00:46:01.568 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912026-03-01T00:46:01.443Z[ recovery-image] Mar 01 00:46:01.578 INFO O| Mar 01 00:46:01.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70922026-03-01T00:46:01.443Z[ recovery-image] Mar 01 00:46:01.578 INFO O| Mar 01 00:46:01.578 INFO STEP 754 (remove_files) COMPLETE
70932026-03-01T00:46:01.443Z[ recovery-image] Mar 01 00:46:01.578 INFO O| Mar 01 00:46:01.578 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942026-03-01T00:46:01.468Z[ recovery-image] Mar 01 00:46:01.593 INFO O| Mar 01 00:46:01.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70952026-03-01T00:46:01.468Z[ recovery-image] Mar 01 00:46:01.593 INFO O| Mar 01 00:46:01.593 INFO STEP 755 (remove_files) COMPLETE
70962026-03-01T00:46:01.468Z[ recovery-image] Mar 01 00:46:01.593 INFO O| Mar 01 00:46:01.593 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972026-03-01T00:46:01.468Z[ recovery-image] Mar 01 00:46:01.603 INFO O| Mar 01 00:46:01.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70982026-03-01T00:46:01.468Z[ recovery-image] Mar 01 00:46:01.603 INFO O| Mar 01 00:46:01.603 INFO STEP 756 (remove_files) COMPLETE
70992026-03-01T00:46:01.468Z[ recovery-image] Mar 01 00:46:01.603 INFO O| Mar 01 00:46:01.603 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002026-03-01T00:46:01.493Z[ recovery-image] Mar 01 00:46:01.613 INFO O| Mar 01 00:46:01.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
71012026-03-01T00:46:01.494Z[ recovery-image] Mar 01 00:46:01.613 INFO O| Mar 01 00:46:01.613 INFO STEP 757 (remove_files) COMPLETE
71022026-03-01T00:46:01.494Z[ recovery-image] Mar 01 00:46:01.613 INFO O| Mar 01 00:46:01.613 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032026-03-01T00:46:01.494Z[ recovery-image] Mar 01 00:46:01.623 INFO O| Mar 01 00:46:01.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
71042026-03-01T00:46:01.494Z[ recovery-image] Mar 01 00:46:01.623 INFO O| Mar 01 00:46:01.623 INFO STEP 758 (remove_files) COMPLETE
71052026-03-01T00:46:01.494Z[ recovery-image] Mar 01 00:46:01.623 INFO O| Mar 01 00:46:01.623 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062026-03-01T00:46:01.494Z[ recovery-image] Mar 01 00:46:01.634 INFO O| Mar 01 00:46:01.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
71072026-03-01T00:46:01.494Z[ recovery-image] Mar 01 00:46:01.634 INFO O| Mar 01 00:46:01.634 INFO STEP 759 (remove_files) COMPLETE
71082026-03-01T00:46:01.494Z[ recovery-image] Mar 01 00:46:01.634 INFO O| Mar 01 00:46:01.634 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092026-03-01T00:46:01.519Z[ recovery-image] Mar 01 00:46:01.652 INFO O| Mar 01 00:46:01.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71102026-03-01T00:46:01.519Z[ recovery-image] Mar 01 00:46:01.652 INFO O| Mar 01 00:46:01.652 INFO STEP 760 (remove_files) COMPLETE
71112026-03-01T00:46:01.519Z[ recovery-image] Mar 01 00:46:01.652 INFO O| Mar 01 00:46:01.652 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122026-03-01T00:46:01.544Z[ recovery-image] Mar 01 00:46:01.666 INFO O| Mar 01 00:46:01.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71132026-03-01T00:46:01.544Z[ recovery-image] Mar 01 00:46:01.666 INFO O| Mar 01 00:46:01.666 INFO STEP 761 (remove_files) COMPLETE
71142026-03-01T00:46:01.544Z[ recovery-image] Mar 01 00:46:01.666 INFO O| Mar 01 00:46:01.666 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152026-03-01T00:46:01.544Z[ recovery-image] Mar 01 00:46:01.681 INFO O| Mar 01 00:46:01.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71162026-03-01T00:46:01.544Z[ recovery-image] Mar 01 00:46:01.681 INFO O| Mar 01 00:46:01.681 INFO STEP 762 (remove_files) COMPLETE
71172026-03-01T00:46:01.544Z[ recovery-image] Mar 01 00:46:01.681 INFO O| Mar 01 00:46:01.681 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182026-03-01T00:46:01.569Z[ recovery-image] Mar 01 00:46:01.692 INFO O| Mar 01 00:46:01.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71192026-03-01T00:46:01.569Z[ recovery-image] Mar 01 00:46:01.692 INFO O| Mar 01 00:46:01.692 INFO STEP 763 (remove_files) COMPLETE
71202026-03-01T00:46:01.569Z[ recovery-image] Mar 01 00:46:01.692 INFO O| Mar 01 00:46:01.692 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212026-03-01T00:46:01.569Z[ recovery-image] Mar 01 00:46:01.704 INFO O| Mar 01 00:46:01.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71222026-03-01T00:46:01.569Z[ recovery-image] Mar 01 00:46:01.704 INFO O| Mar 01 00:46:01.704 INFO STEP 764 (remove_files) COMPLETE
71232026-03-01T00:46:01.569Z[ recovery-image] Mar 01 00:46:01.704 INFO O| Mar 01 00:46:01.704 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242026-03-01T00:46:01.594Z[ recovery-image] Mar 01 00:46:01.721 INFO O| Mar 01 00:46:01.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71252026-03-01T00:46:01.594Z[ recovery-image] Mar 01 00:46:01.721 INFO O| Mar 01 00:46:01.721 INFO STEP 765 (remove_files) COMPLETE
71262026-03-01T00:46:01.594Z[ recovery-image] Mar 01 00:46:01.721 INFO O| Mar 01 00:46:01.721 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272026-03-01T00:46:01.619Z[ recovery-image] Mar 01 00:46:01.735 INFO O| Mar 01 00:46:01.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71282026-03-01T00:46:01.619Z[ recovery-image] Mar 01 00:46:01.736 INFO O| Mar 01 00:46:01.736 INFO STEP 766 (remove_files) COMPLETE
71292026-03-01T00:46:01.619Z[ recovery-image] Mar 01 00:46:01.736 INFO O| Mar 01 00:46:01.736 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302026-03-01T00:46:01.619Z[ recovery-image] Mar 01 00:46:01.749 INFO O| Mar 01 00:46:01.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71312026-03-01T00:46:01.619Z[ recovery-image] Mar 01 00:46:01.750 INFO O| Mar 01 00:46:01.750 INFO STEP 767 (remove_files) COMPLETE
71322026-03-01T00:46:01.619Z[ recovery-image] Mar 01 00:46:01.750 INFO O| Mar 01 00:46:01.750 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332026-03-01T00:46:01.644Z[ recovery-image] Mar 01 00:46:01.764 INFO O| Mar 01 00:46:01.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71342026-03-01T00:46:01.645Z[ recovery-image] Mar 01 00:46:01.764 INFO O| Mar 01 00:46:01.764 INFO STEP 768 (remove_files) COMPLETE
71352026-03-01T00:46:01.645Z[ recovery-image] Mar 01 00:46:01.764 INFO O| Mar 01 00:46:01.764 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362026-03-01T00:46:01.645Z[ recovery-image] Mar 01 00:46:01.775 INFO O| Mar 01 00:46:01.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71372026-03-01T00:46:01.645Z[ recovery-image] Mar 01 00:46:01.775 INFO O| Mar 01 00:46:01.775 INFO STEP 769 (remove_files) COMPLETE
71382026-03-01T00:46:01.645Z[ recovery-image] Mar 01 00:46:01.775 INFO O| Mar 01 00:46:01.775 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392026-03-01T00:46:01.670Z[ recovery-image] Mar 01 00:46:01.786 INFO O| Mar 01 00:46:01.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71402026-03-01T00:46:01.670Z[ recovery-image] Mar 01 00:46:01.787 INFO O| Mar 01 00:46:01.787 INFO STEP 770 (remove_files) COMPLETE
71412026-03-01T00:46:01.670Z[ recovery-image] Mar 01 00:46:01.787 INFO O| Mar 01 00:46:01.787 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422026-03-01T00:46:01.670Z[ recovery-image] Mar 01 00:46:01.797 INFO O| Mar 01 00:46:01.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71432026-03-01T00:46:01.670Z[ recovery-image] Mar 01 00:46:01.797 INFO O| Mar 01 00:46:01.797 INFO STEP 771 (remove_files) COMPLETE
71442026-03-01T00:46:01.670Z[ recovery-image] Mar 01 00:46:01.797 INFO O| Mar 01 00:46:01.797 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452026-03-01T00:46:01.670Z[ recovery-image] Mar 01 00:46:01.808 INFO O| Mar 01 00:46:01.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71462026-03-01T00:46:01.670Z[ recovery-image] Mar 01 00:46:01.808 INFO O| Mar 01 00:46:01.808 INFO STEP 772 (remove_files) COMPLETE
71472026-03-01T00:46:01.670Z[ recovery-image] Mar 01 00:46:01.808 INFO O| Mar 01 00:46:01.808 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482026-03-01T00:46:01.698Z[ recovery-image] Mar 01 00:46:01.818 INFO O| Mar 01 00:46:01.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71492026-03-01T00:46:01.698Z[ recovery-image] Mar 01 00:46:01.818 INFO O| Mar 01 00:46:01.818 INFO STEP 773 (remove_files) COMPLETE
71502026-03-01T00:46:01.698Z[ recovery-image] Mar 01 00:46:01.818 INFO O| Mar 01 00:46:01.818 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512026-03-01T00:46:01.698Z[ recovery-image] Mar 01 00:46:01.832 INFO O| Mar 01 00:46:01.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71522026-03-01T00:46:01.698Z[ recovery-image] Mar 01 00:46:01.832 INFO O| Mar 01 00:46:01.832 INFO STEP 774 (remove_files) COMPLETE
71532026-03-01T00:46:01.698Z[ recovery-image] Mar 01 00:46:01.832 INFO O| Mar 01 00:46:01.832 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542026-03-01T00:46:01.723Z[ recovery-image] Mar 01 00:46:01.844 INFO O| Mar 01 00:46:01.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71552026-03-01T00:46:01.723Z[ recovery-image] Mar 01 00:46:01.844 INFO O| Mar 01 00:46:01.844 INFO STEP 775 (remove_files) COMPLETE
71562026-03-01T00:46:01.723Z[ recovery-image] Mar 01 00:46:01.844 INFO O| Mar 01 00:46:01.844 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572026-03-01T00:46:01.723Z[ recovery-image] Mar 01 00:46:01.857 INFO O| Mar 01 00:46:01.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71582026-03-01T00:46:01.723Z[ recovery-image] Mar 01 00:46:01.857 INFO O| Mar 01 00:46:01.857 INFO STEP 776 (remove_files) COMPLETE
71592026-03-01T00:46:01.723Z[ recovery-image] Mar 01 00:46:01.857 INFO O| Mar 01 00:46:01.857 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602026-03-01T00:46:01.749Z[ recovery-image] Mar 01 00:46:01.868 INFO O| Mar 01 00:46:01.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71612026-03-01T00:46:01.749Z[ recovery-image] Mar 01 00:46:01.868 INFO O| Mar 01 00:46:01.868 INFO STEP 777 (remove_files) COMPLETE
71622026-03-01T00:46:01.749Z[ recovery-image] Mar 01 00:46:01.868 INFO O| Mar 01 00:46:01.868 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632026-03-01T00:46:01.749Z[ recovery-image] Mar 01 00:46:01.881 INFO O| Mar 01 00:46:01.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71642026-03-01T00:46:01.749Z[ recovery-image] Mar 01 00:46:01.881 INFO O| Mar 01 00:46:01.881 INFO STEP 778 (remove_files) COMPLETE
71652026-03-01T00:46:01.749Z[ recovery-image] Mar 01 00:46:01.881 INFO O| Mar 01 00:46:01.881 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662026-03-01T00:46:01.774Z[ recovery-image] Mar 01 00:46:01.893 INFO O| Mar 01 00:46:01.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71672026-03-01T00:46:01.774Z[ recovery-image] Mar 01 00:46:01.893 INFO O| Mar 01 00:46:01.893 INFO STEP 779 (remove_files) COMPLETE
71682026-03-01T00:46:01.774Z[ recovery-image] Mar 01 00:46:01.893 INFO O| Mar 01 00:46:01.893 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692026-03-01T00:46:01.774Z[ recovery-image] Mar 01 00:46:01.904 INFO O| Mar 01 00:46:01.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71702026-03-01T00:46:01.774Z[ recovery-image] Mar 01 00:46:01.904 INFO O| Mar 01 00:46:01.904 INFO STEP 780 (remove_files) COMPLETE
71712026-03-01T00:46:01.774Z[ recovery-image] Mar 01 00:46:01.904 INFO O| Mar 01 00:46:01.904 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722026-03-01T00:46:01.799Z[ recovery-image] Mar 01 00:46:01.917 INFO O| Mar 01 00:46:01.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71732026-03-01T00:46:01.799Z[ recovery-image] Mar 01 00:46:01.917 INFO O| Mar 01 00:46:01.917 INFO STEP 781 (remove_files) COMPLETE
71742026-03-01T00:46:01.799Z[ recovery-image] Mar 01 00:46:01.917 INFO O| Mar 01 00:46:01.917 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752026-03-01T00:46:01.799Z[ recovery-image] Mar 01 00:46:01.929 INFO O| Mar 01 00:46:01.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71762026-03-01T00:46:01.799Z[ recovery-image] Mar 01 00:46:01.929 INFO O| Mar 01 00:46:01.929 INFO STEP 782 (remove_files) COMPLETE
71772026-03-01T00:46:01.799Z[ recovery-image] Mar 01 00:46:01.929 INFO O| Mar 01 00:46:01.929 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782026-03-01T00:46:01.825Z[ recovery-image] Mar 01 00:46:01.941 INFO O| Mar 01 00:46:01.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71792026-03-01T00:46:01.825Z[ recovery-image] Mar 01 00:46:01.941 INFO O| Mar 01 00:46:01.941 INFO STEP 783 (remove_files) COMPLETE
71802026-03-01T00:46:01.825Z[ recovery-image] Mar 01 00:46:01.941 INFO O| Mar 01 00:46:01.941 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812026-03-01T00:46:01.825Z[ recovery-image] Mar 01 00:46:01.952 INFO O| Mar 01 00:46:01.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71822026-03-01T00:46:01.825Z[ recovery-image] Mar 01 00:46:01.952 INFO O| Mar 01 00:46:01.952 INFO STEP 784 (remove_files) COMPLETE
71832026-03-01T00:46:01.825Z[ recovery-image] Mar 01 00:46:01.952 INFO O| Mar 01 00:46:01.952 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842026-03-01T00:46:01.825Z[ recovery-image] Mar 01 00:46:01.964 INFO O| Mar 01 00:46:01.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71852026-03-01T00:46:01.825Z[ recovery-image] Mar 01 00:46:01.964 INFO O| Mar 01 00:46:01.964 INFO STEP 785 (remove_files) COMPLETE
71862026-03-01T00:46:01.825Z[ recovery-image] Mar 01 00:46:01.964 INFO O| Mar 01 00:46:01.964 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872026-03-01T00:46:01.850Z[ recovery-image] Mar 01 00:46:01.976 INFO O| Mar 01 00:46:01.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71882026-03-01T00:46:01.850Z[ recovery-image] Mar 01 00:46:01.976 INFO O| Mar 01 00:46:01.976 INFO STEP 786 (remove_files) COMPLETE
71892026-03-01T00:46:01.850Z[ recovery-image] Mar 01 00:46:01.976 INFO O| Mar 01 00:46:01.976 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902026-03-01T00:46:01.850Z[ recovery-image] Mar 01 00:46:01.987 INFO O| Mar 01 00:46:01.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71912026-03-01T00:46:01.850Z[ recovery-image] Mar 01 00:46:01.988 INFO O| Mar 01 00:46:01.987 INFO STEP 787 (remove_files) COMPLETE
71922026-03-01T00:46:01.850Z[ recovery-image] Mar 01 00:46:01.988 INFO O| Mar 01 00:46:01.988 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932026-03-01T00:46:01.875Z[ recovery-image] Mar 01 00:46:02.002 INFO O| Mar 01 00:46:02.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71942026-03-01T00:46:01.875Z[ recovery-image] Mar 01 00:46:02.002 INFO O| Mar 01 00:46:02.002 INFO STEP 788 (remove_files) COMPLETE
71952026-03-01T00:46:01.875Z[ recovery-image] Mar 01 00:46:02.002 INFO O| Mar 01 00:46:02.002 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962026-03-01T00:46:01.875Z[ recovery-image] Mar 01 00:46:02.016 INFO O| Mar 01 00:46:02.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71972026-03-01T00:46:01.875Z[ recovery-image] Mar 01 00:46:02.016 INFO O| Mar 01 00:46:02.016 INFO STEP 789 (remove_files) COMPLETE
71982026-03-01T00:46:01.875Z[ recovery-image] Mar 01 00:46:02.016 INFO O| Mar 01 00:46:02.016 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992026-03-01T00:46:01.900Z[ recovery-image] Mar 01 00:46:02.029 INFO O| Mar 01 00:46:02.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
72002026-03-01T00:46:01.900Z[ recovery-image] Mar 01 00:46:02.029 INFO O| Mar 01 00:46:02.029 INFO STEP 790 (remove_files) COMPLETE
72012026-03-01T00:46:01.900Z[ recovery-image] Mar 01 00:46:02.029 INFO O| Mar 01 00:46:02.029 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022026-03-01T00:46:01.900Z[ recovery-image] Mar 01 00:46:02.041 INFO O| Mar 01 00:46:02.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
72032026-03-01T00:46:01.901Z[ recovery-image] Mar 01 00:46:02.041 INFO O| Mar 01 00:46:02.041 INFO STEP 791 (remove_files) COMPLETE
72042026-03-01T00:46:01.901Z[ recovery-image] Mar 01 00:46:02.041 INFO O| Mar 01 00:46:02.041 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052026-03-01T00:46:01.926Z[ recovery-image] Mar 01 00:46:02.052 INFO O| Mar 01 00:46:02.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
72062026-03-01T00:46:01.926Z[ recovery-image] Mar 01 00:46:02.053 INFO O| Mar 01 00:46:02.052 INFO STEP 792 (remove_files) COMPLETE
72072026-03-01T00:46:01.926Z[ recovery-image] Mar 01 00:46:02.053 INFO O| Mar 01 00:46:02.053 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082026-03-01T00:46:01.926Z[ recovery-image] Mar 01 00:46:02.066 INFO O| Mar 01 00:46:02.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72092026-03-01T00:46:01.926Z[ recovery-image] Mar 01 00:46:02.066 INFO O| Mar 01 00:46:02.066 INFO STEP 793 (remove_files) COMPLETE
72102026-03-01T00:46:01.926Z[ recovery-image] Mar 01 00:46:02.066 INFO O| Mar 01 00:46:02.066 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112026-03-01T00:46:01.951Z[ recovery-image] Mar 01 00:46:02.081 INFO O| Mar 01 00:46:02.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72122026-03-01T00:46:01.951Z[ recovery-image] Mar 01 00:46:02.081 INFO O| Mar 01 00:46:02.081 INFO STEP 794 (remove_files) COMPLETE
72132026-03-01T00:46:01.951Z[ recovery-image] Mar 01 00:46:02.081 INFO O| Mar 01 00:46:02.081 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142026-03-01T00:46:01.976Z[ recovery-image] Mar 01 00:46:02.096 INFO O| Mar 01 00:46:02.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72152026-03-01T00:46:01.976Z[ recovery-image] Mar 01 00:46:02.096 INFO O| Mar 01 00:46:02.096 INFO STEP 795 (remove_files) COMPLETE
72162026-03-01T00:46:01.976Z[ recovery-image] Mar 01 00:46:02.096 INFO O| Mar 01 00:46:02.096 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172026-03-01T00:46:01.976Z[ recovery-image] Mar 01 00:46:02.110 INFO O| Mar 01 00:46:02.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72182026-03-01T00:46:01.976Z[ recovery-image] Mar 01 00:46:02.110 INFO O| Mar 01 00:46:02.110 INFO STEP 796 (remove_files) COMPLETE
72192026-03-01T00:46:01.976Z[ recovery-image] Mar 01 00:46:02.110 INFO O| Mar 01 00:46:02.110 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202026-03-01T00:46:02.002Z[ recovery-image] Mar 01 00:46:02.124 INFO O| Mar 01 00:46:02.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72212026-03-01T00:46:02.002Z[ recovery-image] Mar 01 00:46:02.124 INFO O| Mar 01 00:46:02.124 INFO STEP 797 (remove_files) COMPLETE
72222026-03-01T00:46:02.002Z[ recovery-image] Mar 01 00:46:02.124 INFO O| Mar 01 00:46:02.124 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232026-03-01T00:46:02.002Z[ recovery-image] Mar 01 00:46:02.138 INFO O| Mar 01 00:46:02.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72242026-03-01T00:46:02.002Z[ recovery-image] Mar 01 00:46:02.138 INFO O| Mar 01 00:46:02.138 INFO STEP 798 (remove_files) COMPLETE
72252026-03-01T00:46:02.002Z[ recovery-image] Mar 01 00:46:02.138 INFO O| Mar 01 00:46:02.138 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262026-03-01T00:46:02.027Z[ recovery-image] Mar 01 00:46:02.150 INFO O| Mar 01 00:46:02.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72272026-03-01T00:46:02.027Z[ recovery-image] Mar 01 00:46:02.150 INFO O| Mar 01 00:46:02.150 INFO STEP 799 (remove_files) COMPLETE
72282026-03-01T00:46:02.027Z[ recovery-image] Mar 01 00:46:02.150 INFO O| Mar 01 00:46:02.150 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292026-03-01T00:46:02.027Z[ recovery-image] Mar 01 00:46:02.163 INFO O| Mar 01 00:46:02.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72302026-03-01T00:46:02.027Z[ recovery-image] Mar 01 00:46:02.163 INFO O| Mar 01 00:46:02.163 INFO STEP 800 (remove_files) COMPLETE
72312026-03-01T00:46:02.027Z[ recovery-image] Mar 01 00:46:02.163 INFO O| Mar 01 00:46:02.163 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322026-03-01T00:46:02.052Z[ recovery-image] Mar 01 00:46:02.174 INFO O| Mar 01 00:46:02.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72332026-03-01T00:46:02.052Z[ recovery-image] Mar 01 00:46:02.174 INFO O| Mar 01 00:46:02.174 INFO STEP 801 (remove_files) COMPLETE
72342026-03-01T00:46:02.052Z[ recovery-image] Mar 01 00:46:02.174 INFO O| Mar 01 00:46:02.174 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352026-03-01T00:46:02.052Z[ recovery-image] Mar 01 00:46:02.185 INFO O| Mar 01 00:46:02.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72362026-03-01T00:46:02.052Z[ recovery-image] Mar 01 00:46:02.185 INFO O| Mar 01 00:46:02.185 INFO STEP 802 (remove_files) COMPLETE
72372026-03-01T00:46:02.052Z[ recovery-image] Mar 01 00:46:02.185 INFO O| Mar 01 00:46:02.185 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382026-03-01T00:46:02.077Z[ recovery-image] Mar 01 00:46:02.195 INFO O| Mar 01 00:46:02.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72392026-03-01T00:46:02.077Z[ recovery-image] Mar 01 00:46:02.195 INFO O| Mar 01 00:46:02.195 INFO STEP 803 (remove_files) COMPLETE
72402026-03-01T00:46:02.077Z[ recovery-image] Mar 01 00:46:02.196 INFO O| Mar 01 00:46:02.195 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412026-03-01T00:46:02.077Z[ recovery-image] Mar 01 00:46:02.206 INFO O| Mar 01 00:46:02.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72422026-03-01T00:46:02.077Z[ recovery-image] Mar 01 00:46:02.206 INFO O| Mar 01 00:46:02.206 INFO STEP 804 (remove_files) COMPLETE
72432026-03-01T00:46:02.077Z[ recovery-image] Mar 01 00:46:02.206 INFO O| Mar 01 00:46:02.206 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442026-03-01T00:46:02.077Z[ recovery-image] Mar 01 00:46:02.216 INFO O| Mar 01 00:46:02.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72452026-03-01T00:46:02.077Z[ recovery-image] Mar 01 00:46:02.217 INFO O| Mar 01 00:46:02.217 INFO STEP 805 (remove_files) COMPLETE
72462026-03-01T00:46:02.077Z[ recovery-image] Mar 01 00:46:02.217 INFO O| Mar 01 00:46:02.217 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472026-03-01T00:46:02.102Z[ recovery-image] Mar 01 00:46:02.227 INFO O| Mar 01 00:46:02.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72482026-03-01T00:46:02.102Z[ recovery-image] Mar 01 00:46:02.227 INFO O| Mar 01 00:46:02.227 INFO STEP 806 (remove_files) COMPLETE
72492026-03-01T00:46:02.102Z[ recovery-image] Mar 01 00:46:02.227 INFO O| Mar 01 00:46:02.227 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502026-03-01T00:46:02.102Z[ recovery-image] Mar 01 00:46:02.237 INFO O| Mar 01 00:46:02.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72512026-03-01T00:46:02.102Z[ recovery-image] Mar 01 00:46:02.237 INFO O| Mar 01 00:46:02.237 INFO STEP 807 (remove_files) COMPLETE
72522026-03-01T00:46:02.102Z[ recovery-image] Mar 01 00:46:02.237 INFO O| Mar 01 00:46:02.237 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532026-03-01T00:46:02.127Z[ recovery-image] Mar 01 00:46:02.253 INFO O| Mar 01 00:46:02.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72542026-03-01T00:46:02.128Z[ recovery-image] Mar 01 00:46:02.253 INFO O| Mar 01 00:46:02.253 INFO STEP 808 (remove_files) COMPLETE
72552026-03-01T00:46:02.128Z[ recovery-image] Mar 01 00:46:02.253 INFO O| Mar 01 00:46:02.253 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562026-03-01T00:46:02.128Z[ recovery-image] Mar 01 00:46:02.264 INFO O| Mar 01 00:46:02.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72572026-03-01T00:46:02.128Z[ recovery-image] Mar 01 00:46:02.264 INFO O| Mar 01 00:46:02.264 INFO STEP 809 (remove_files) COMPLETE
72582026-03-01T00:46:02.128Z[ recovery-image] Mar 01 00:46:02.264 INFO O| Mar 01 00:46:02.264 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592026-03-01T00:46:02.152Z[ recovery-image] Mar 01 00:46:02.275 INFO O| Mar 01 00:46:02.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72602026-03-01T00:46:02.152Z[ recovery-image] Mar 01 00:46:02.275 INFO O| Mar 01 00:46:02.275 INFO STEP 810 (remove_files) COMPLETE
72612026-03-01T00:46:02.152Z[ recovery-image] Mar 01 00:46:02.275 INFO O| Mar 01 00:46:02.275 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622026-03-01T00:46:02.153Z[ recovery-image] Mar 01 00:46:02.285 INFO O| Mar 01 00:46:02.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72632026-03-01T00:46:02.153Z[ recovery-image] Mar 01 00:46:02.285 INFO O| Mar 01 00:46:02.285 INFO STEP 811 (remove_files) COMPLETE
72642026-03-01T00:46:02.153Z[ recovery-image] Mar 01 00:46:02.285 INFO O| Mar 01 00:46:02.285 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652026-03-01T00:46:02.178Z[ recovery-image] Mar 01 00:46:02.296 INFO O| Mar 01 00:46:02.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72662026-03-01T00:46:02.178Z[ recovery-image] Mar 01 00:46:02.296 INFO O| Mar 01 00:46:02.296 INFO STEP 812 (remove_files) COMPLETE
72672026-03-01T00:46:02.178Z[ recovery-image] Mar 01 00:46:02.296 INFO O| Mar 01 00:46:02.296 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682026-03-01T00:46:02.178Z[ recovery-image] Mar 01 00:46:02.306 INFO O| Mar 01 00:46:02.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72692026-03-01T00:46:02.178Z[ recovery-image] Mar 01 00:46:02.307 INFO O| Mar 01 00:46:02.307 INFO STEP 813 (remove_files) COMPLETE
72702026-03-01T00:46:02.178Z[ recovery-image] Mar 01 00:46:02.307 INFO O| Mar 01 00:46:02.307 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712026-03-01T00:46:02.178Z[ recovery-image] Mar 01 00:46:02.317 INFO O| Mar 01 00:46:02.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72722026-03-01T00:46:02.178Z[ recovery-image] Mar 01 00:46:02.317 INFO O| Mar 01 00:46:02.317 INFO STEP 814 (remove_files) COMPLETE
72732026-03-01T00:46:02.178Z[ recovery-image] Mar 01 00:46:02.317 INFO O| Mar 01 00:46:02.317 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742026-03-01T00:46:02.203Z[ recovery-image] Mar 01 00:46:02.328 INFO O| Mar 01 00:46:02.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72752026-03-01T00:46:02.203Z[ recovery-image] Mar 01 00:46:02.328 INFO O| Mar 01 00:46:02.328 INFO STEP 815 (remove_files) COMPLETE
72762026-03-01T00:46:02.203Z[ recovery-image] Mar 01 00:46:02.328 INFO O| Mar 01 00:46:02.328 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772026-03-01T00:46:02.203Z[ recovery-image] Mar 01 00:46:02.338 INFO O| Mar 01 00:46:02.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72782026-03-01T00:46:02.203Z[ recovery-image] Mar 01 00:46:02.338 INFO O| Mar 01 00:46:02.338 INFO STEP 816 (remove_files) COMPLETE
72792026-03-01T00:46:02.203Z[ recovery-image] Mar 01 00:46:02.338 INFO O| Mar 01 00:46:02.338 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802026-03-01T00:46:02.228Z[ recovery-image] Mar 01 00:46:02.348 INFO O| Mar 01 00:46:02.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72812026-03-01T00:46:02.228Z[ recovery-image] Mar 01 00:46:02.348 INFO O| Mar 01 00:46:02.348 INFO STEP 817 (remove_files) COMPLETE
72822026-03-01T00:46:02.228Z[ recovery-image] Mar 01 00:46:02.348 INFO O| Mar 01 00:46:02.348 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832026-03-01T00:46:02.228Z[ recovery-image] Mar 01 00:46:02.358 INFO O| Mar 01 00:46:02.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72842026-03-01T00:46:02.228Z[ recovery-image] Mar 01 00:46:02.358 INFO O| Mar 01 00:46:02.358 INFO STEP 818 (remove_files) COMPLETE
72852026-03-01T00:46:02.228Z[ recovery-image] Mar 01 00:46:02.359 INFO O| Mar 01 00:46:02.358 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862026-03-01T00:46:02.253Z[ recovery-image] Mar 01 00:46:02.373 INFO O| Mar 01 00:46:02.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72872026-03-01T00:46:02.253Z[ recovery-image] Mar 01 00:46:02.373 INFO O| Mar 01 00:46:02.373 INFO STEP 819 (remove_files) COMPLETE
72882026-03-01T00:46:02.253Z[ recovery-image] Mar 01 00:46:02.374 INFO O| Mar 01 00:46:02.373 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892026-03-01T00:46:02.253Z[ recovery-image] Mar 01 00:46:02.387 INFO O| Mar 01 00:46:02.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72902026-03-01T00:46:02.253Z[ recovery-image] Mar 01 00:46:02.387 INFO O| Mar 01 00:46:02.387 INFO STEP 820 (remove_files) COMPLETE
72912026-03-01T00:46:02.253Z[ recovery-image] Mar 01 00:46:02.387 INFO O| Mar 01 00:46:02.387 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922026-03-01T00:46:02.278Z[ recovery-image] Mar 01 00:46:02.397 INFO O| Mar 01 00:46:02.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72932026-03-01T00:46:02.278Z[ recovery-image] Mar 01 00:46:02.398 INFO O| Mar 01 00:46:02.398 INFO STEP 821 (remove_files) COMPLETE
72942026-03-01T00:46:02.278Z[ recovery-image] Mar 01 00:46:02.398 INFO O| Mar 01 00:46:02.398 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952026-03-01T00:46:02.278Z[ recovery-image] Mar 01 00:46:02.411 INFO O| Mar 01 00:46:02.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72962026-03-01T00:46:02.278Z[ recovery-image] Mar 01 00:46:02.411 INFO O| Mar 01 00:46:02.411 INFO STEP 822 (remove_files) COMPLETE
72972026-03-01T00:46:02.278Z[ recovery-image] Mar 01 00:46:02.411 INFO O| Mar 01 00:46:02.411 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982026-03-01T00:46:02.303Z[ recovery-image] Mar 01 00:46:02.423 INFO O| Mar 01 00:46:02.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72992026-03-01T00:46:02.303Z[ recovery-image] Mar 01 00:46:02.423 INFO O| Mar 01 00:46:02.423 INFO STEP 823 (remove_files) COMPLETE
73002026-03-01T00:46:02.303Z[ recovery-image] Mar 01 00:46:02.423 INFO O| Mar 01 00:46:02.423 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012026-03-01T00:46:02.303Z[ recovery-image] Mar 01 00:46:02.436 INFO O| Mar 01 00:46:02.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
73022026-03-01T00:46:02.303Z[ recovery-image] Mar 01 00:46:02.436 INFO O| Mar 01 00:46:02.436 INFO STEP 824 (remove_files) COMPLETE
73032026-03-01T00:46:02.303Z[ recovery-image] Mar 01 00:46:02.436 INFO O| Mar 01 00:46:02.436 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042026-03-01T00:46:02.329Z[ recovery-image] Mar 01 00:46:02.447 INFO O| Mar 01 00:46:02.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
73052026-03-01T00:46:02.329Z[ recovery-image] Mar 01 00:46:02.447 INFO O| Mar 01 00:46:02.447 INFO STEP 825 (remove_files) COMPLETE
73062026-03-01T00:46:02.329Z[ recovery-image] Mar 01 00:46:02.447 INFO O| Mar 01 00:46:02.447 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072026-03-01T00:46:02.329Z[ recovery-image] Mar 01 00:46:02.457 INFO O| Mar 01 00:46:02.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
73082026-03-01T00:46:02.329Z[ recovery-image] Mar 01 00:46:02.457 INFO O| Mar 01 00:46:02.457 INFO STEP 826 (remove_files) COMPLETE
73092026-03-01T00:46:02.329Z[ recovery-image] Mar 01 00:46:02.457 INFO O| Mar 01 00:46:02.457 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102026-03-01T00:46:02.329Z[ recovery-image] Mar 01 00:46:02.467 INFO O| Mar 01 00:46:02.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73112026-03-01T00:46:02.329Z[ recovery-image] Mar 01 00:46:02.467 INFO O| Mar 01 00:46:02.467 INFO STEP 827 (remove_files) COMPLETE
73122026-03-01T00:46:02.329Z[ recovery-image] Mar 01 00:46:02.467 INFO O| Mar 01 00:46:02.467 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132026-03-01T00:46:02.354Z[ recovery-image] Mar 01 00:46:02.480 INFO O| Mar 01 00:46:02.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73142026-03-01T00:46:02.354Z[ recovery-image] Mar 01 00:46:02.480 INFO O| Mar 01 00:46:02.480 INFO STEP 828 (remove_files) COMPLETE
73152026-03-01T00:46:02.354Z[ recovery-image] Mar 01 00:46:02.480 INFO O| Mar 01 00:46:02.480 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162026-03-01T00:46:02.354Z[ recovery-image] Mar 01 00:46:02.491 INFO O| Mar 01 00:46:02.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73172026-03-01T00:46:02.354Z[ recovery-image] Mar 01 00:46:02.491 INFO O| Mar 01 00:46:02.491 INFO STEP 829 (remove_files) COMPLETE
73182026-03-01T00:46:02.354Z[ recovery-image] Mar 01 00:46:02.491 INFO O| Mar 01 00:46:02.491 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192026-03-01T00:46:02.379Z[ recovery-image] Mar 01 00:46:02.501 INFO O| Mar 01 00:46:02.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73202026-03-01T00:46:02.379Z[ recovery-image] Mar 01 00:46:02.501 INFO O| Mar 01 00:46:02.501 INFO STEP 830 (remove_files) COMPLETE
73212026-03-01T00:46:02.379Z[ recovery-image] Mar 01 00:46:02.501 INFO O| Mar 01 00:46:02.501 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222026-03-01T00:46:02.379Z[ recovery-image] Mar 01 00:46:02.513 INFO O| Mar 01 00:46:02.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73232026-03-01T00:46:02.379Z[ recovery-image] Mar 01 00:46:02.513 INFO O| Mar 01 00:46:02.513 INFO STEP 831 (remove_files) COMPLETE
73242026-03-01T00:46:02.380Z[ recovery-image] Mar 01 00:46:02.513 INFO O| Mar 01 00:46:02.513 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252026-03-01T00:46:02.405Z[ recovery-image] Mar 01 00:46:02.527 INFO O| Mar 01 00:46:02.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73262026-03-01T00:46:02.405Z[ recovery-image] Mar 01 00:46:02.527 INFO O| Mar 01 00:46:02.527 INFO STEP 832 (remove_files) COMPLETE
73272026-03-01T00:46:02.405Z[ recovery-image] Mar 01 00:46:02.527 INFO O| Mar 01 00:46:02.527 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282026-03-01T00:46:02.405Z[ recovery-image] Mar 01 00:46:02.541 INFO O| Mar 01 00:46:02.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73292026-03-01T00:46:02.405Z[ recovery-image] Mar 01 00:46:02.541 INFO O| Mar 01 00:46:02.541 INFO STEP 833 (remove_files) COMPLETE
73302026-03-01T00:46:02.405Z[ recovery-image] Mar 01 00:46:02.541 INFO O| Mar 01 00:46:02.541 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312026-03-01T00:46:02.430Z[ recovery-image] Mar 01 00:46:02.552 INFO O| Mar 01 00:46:02.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73322026-03-01T00:46:02.430Z[ recovery-image] Mar 01 00:46:02.552 INFO O| Mar 01 00:46:02.552 INFO STEP 834 (remove_files) COMPLETE
73332026-03-01T00:46:02.430Z[ recovery-image] Mar 01 00:46:02.552 INFO O| Mar 01 00:46:02.552 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342026-03-01T00:46:02.430Z[ recovery-image] Mar 01 00:46:02.567 INFO O| Mar 01 00:46:02.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73352026-03-01T00:46:02.430Z[ recovery-image] Mar 01 00:46:02.567 INFO O| Mar 01 00:46:02.567 INFO STEP 835 (remove_files) COMPLETE
73362026-03-01T00:46:02.430Z[ recovery-image] Mar 01 00:46:02.567 INFO O| Mar 01 00:46:02.567 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372026-03-01T00:46:02.455Z[ recovery-image] Mar 01 00:46:02.581 INFO O| Mar 01 00:46:02.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73382026-03-01T00:46:02.455Z[ recovery-image] Mar 01 00:46:02.581 INFO O| Mar 01 00:46:02.581 INFO STEP 836 (remove_files) COMPLETE
73392026-03-01T00:46:02.455Z[ recovery-image] Mar 01 00:46:02.581 INFO O| Mar 01 00:46:02.581 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402026-03-01T00:46:02.455Z[ recovery-image] Mar 01 00:46:02.594 INFO O| Mar 01 00:46:02.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73412026-03-01T00:46:02.455Z[ recovery-image] Mar 01 00:46:02.594 INFO O| Mar 01 00:46:02.594 INFO STEP 837 (remove_files) COMPLETE
73422026-03-01T00:46:02.455Z[ recovery-image] Mar 01 00:46:02.594 INFO O| Mar 01 00:46:02.594 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432026-03-01T00:46:02.480Z[ recovery-image] Mar 01 00:46:02.606 INFO O| Mar 01 00:46:02.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73442026-03-01T00:46:02.480Z[ recovery-image] Mar 01 00:46:02.606 INFO O| Mar 01 00:46:02.606 INFO STEP 838 (remove_files) COMPLETE
73452026-03-01T00:46:02.480Z[ recovery-image] Mar 01 00:46:02.606 INFO O| Mar 01 00:46:02.606 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462026-03-01T00:46:02.480Z[ recovery-image] Mar 01 00:46:02.617 INFO O| Mar 01 00:46:02.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73472026-03-01T00:46:02.480Z[ recovery-image] Mar 01 00:46:02.617 INFO O| Mar 01 00:46:02.617 INFO STEP 839 (remove_files) COMPLETE
73482026-03-01T00:46:02.480Z[ recovery-image] Mar 01 00:46:02.617 INFO O| Mar 01 00:46:02.617 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492026-03-01T00:46:02.505Z[ recovery-image] Mar 01 00:46:02.630 INFO O| Mar 01 00:46:02.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73502026-03-01T00:46:02.505Z[ recovery-image] Mar 01 00:46:02.630 INFO O| Mar 01 00:46:02.630 INFO STEP 840 (remove_files) COMPLETE
73512026-03-01T00:46:02.505Z[ recovery-image] Mar 01 00:46:02.630 INFO O| Mar 01 00:46:02.630 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522026-03-01T00:46:02.505Z[ recovery-image] Mar 01 00:46:02.643 INFO O| Mar 01 00:46:02.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73532026-03-01T00:46:02.505Z[ recovery-image] Mar 01 00:46:02.643 INFO O| Mar 01 00:46:02.643 INFO STEP 841 (remove_files) COMPLETE
73542026-03-01T00:46:02.505Z[ recovery-image] Mar 01 00:46:02.643 INFO O| Mar 01 00:46:02.643 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552026-03-01T00:46:02.530Z[ recovery-image] Mar 01 00:46:02.658 INFO O| Mar 01 00:46:02.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73562026-03-01T00:46:02.531Z[ recovery-image] Mar 01 00:46:02.658 INFO O| Mar 01 00:46:02.658 INFO STEP 842 (remove_files) COMPLETE
73572026-03-01T00:46:02.531Z[ recovery-image] Mar 01 00:46:02.658 INFO O| Mar 01 00:46:02.658 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582026-03-01T00:46:02.531Z[ recovery-image] Mar 01 00:46:02.671 INFO O| Mar 01 00:46:02.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73592026-03-01T00:46:02.531Z[ recovery-image] Mar 01 00:46:02.671 INFO O| Mar 01 00:46:02.671 INFO STEP 843 (remove_files) COMPLETE
73602026-03-01T00:46:02.531Z[ recovery-image] Mar 01 00:46:02.671 INFO O| Mar 01 00:46:02.671 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612026-03-01T00:46:02.555Z[ recovery-image] Mar 01 00:46:02.683 INFO O| Mar 01 00:46:02.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73622026-03-01T00:46:02.556Z[ recovery-image] Mar 01 00:46:02.684 INFO O| Mar 01 00:46:02.684 INFO STEP 844 (remove_files) COMPLETE
73632026-03-01T00:46:02.556Z[ recovery-image] Mar 01 00:46:02.684 INFO O| Mar 01 00:46:02.684 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642026-03-01T00:46:02.556Z[ recovery-image] Mar 01 00:46:02.695 INFO O| Mar 01 00:46:02.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73652026-03-01T00:46:02.556Z[ recovery-image] Mar 01 00:46:02.695 INFO O| Mar 01 00:46:02.695 INFO STEP 845 (remove_files) COMPLETE
73662026-03-01T00:46:02.556Z[ recovery-image] Mar 01 00:46:02.695 INFO O| Mar 01 00:46:02.695 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672026-03-01T00:46:02.581Z[ recovery-image] Mar 01 00:46:02.708 INFO O| Mar 01 00:46:02.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73682026-03-01T00:46:02.581Z[ recovery-image] Mar 01 00:46:02.708 INFO O| Mar 01 00:46:02.708 INFO STEP 846 (remove_files) COMPLETE
73692026-03-01T00:46:02.581Z[ recovery-image] Mar 01 00:46:02.708 INFO O| Mar 01 00:46:02.708 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702026-03-01T00:46:02.581Z[ recovery-image] Mar 01 00:46:02.719 INFO O| Mar 01 00:46:02.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73712026-03-01T00:46:02.581Z[ recovery-image] Mar 01 00:46:02.719 INFO O| Mar 01 00:46:02.719 INFO STEP 847 (remove_files) COMPLETE
73722026-03-01T00:46:02.581Z[ recovery-image] Mar 01 00:46:02.719 INFO O| Mar 01 00:46:02.719 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732026-03-01T00:46:02.606Z[ recovery-image] Mar 01 00:46:02.729 INFO O| Mar 01 00:46:02.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73742026-03-01T00:46:02.606Z[ recovery-image] Mar 01 00:46:02.729 INFO O| Mar 01 00:46:02.729 INFO STEP 848 (remove_files) COMPLETE
73752026-03-01T00:46:02.606Z[ recovery-image] Mar 01 00:46:02.729 INFO O| Mar 01 00:46:02.729 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762026-03-01T00:46:02.606Z[ recovery-image] Mar 01 00:46:02.739 INFO O| Mar 01 00:46:02.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73772026-03-01T00:46:02.606Z[ recovery-image] Mar 01 00:46:02.739 INFO O| Mar 01 00:46:02.739 INFO STEP 849 (remove_files) COMPLETE
73782026-03-01T00:46:02.606Z[ recovery-image] Mar 01 00:46:02.739 INFO O| Mar 01 00:46:02.739 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792026-03-01T00:46:02.631Z[ recovery-image] Mar 01 00:46:02.749 INFO O| Mar 01 00:46:02.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73802026-03-01T00:46:02.631Z[ recovery-image] Mar 01 00:46:02.749 INFO O| Mar 01 00:46:02.749 INFO STEP 850 (remove_files) COMPLETE
73812026-03-01T00:46:02.631Z[ recovery-image] Mar 01 00:46:02.749 INFO O| Mar 01 00:46:02.749 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822026-03-01T00:46:02.631Z[ recovery-image] Mar 01 00:46:02.759 INFO O| Mar 01 00:46:02.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73832026-03-01T00:46:02.631Z[ recovery-image] Mar 01 00:46:02.759 INFO O| Mar 01 00:46:02.759 INFO STEP 851 (remove_files) COMPLETE
73842026-03-01T00:46:02.631Z[ recovery-image] Mar 01 00:46:02.759 INFO O| Mar 01 00:46:02.759 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852026-03-01T00:46:02.631Z[ recovery-image] Mar 01 00:46:02.769 INFO O| Mar 01 00:46:02.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73862026-03-01T00:46:02.631Z[ recovery-image] Mar 01 00:46:02.769 INFO O| Mar 01 00:46:02.769 INFO STEP 852 (remove_files) COMPLETE
73872026-03-01T00:46:02.631Z[ recovery-image] Mar 01 00:46:02.769 INFO O| Mar 01 00:46:02.769 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882026-03-01T00:46:02.656Z[ recovery-image] Mar 01 00:46:02.779 INFO O| Mar 01 00:46:02.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73892026-03-01T00:46:02.656Z[ recovery-image] Mar 01 00:46:02.779 INFO O| Mar 01 00:46:02.779 INFO STEP 853 (remove_files) COMPLETE
73902026-03-01T00:46:02.656Z[ recovery-image] Mar 01 00:46:02.779 INFO O| Mar 01 00:46:02.779 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912026-03-01T00:46:02.656Z[ recovery-image] Mar 01 00:46:02.789 INFO O| Mar 01 00:46:02.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73922026-03-01T00:46:02.656Z[ recovery-image] Mar 01 00:46:02.789 INFO O| Mar 01 00:46:02.789 INFO STEP 854 (remove_files) COMPLETE
73932026-03-01T00:46:02.656Z[ recovery-image] Mar 01 00:46:02.789 INFO O| Mar 01 00:46:02.789 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942026-03-01T00:46:02.681Z[ recovery-image] Mar 01 00:46:02.799 INFO O| Mar 01 00:46:02.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73952026-03-01T00:46:02.681Z[ recovery-image] Mar 01 00:46:02.799 INFO O| Mar 01 00:46:02.799 INFO STEP 855 (remove_files) COMPLETE
73962026-03-01T00:46:02.681Z[ recovery-image] Mar 01 00:46:02.799 INFO O| Mar 01 00:46:02.799 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972026-03-01T00:46:02.681Z[ recovery-image] Mar 01 00:46:02.810 INFO O| Mar 01 00:46:02.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73982026-03-01T00:46:02.681Z[ recovery-image] Mar 01 00:46:02.810 INFO O| Mar 01 00:46:02.810 INFO STEP 856 (remove_files) COMPLETE
73992026-03-01T00:46:02.681Z[ recovery-image] Mar 01 00:46:02.810 INFO O| Mar 01 00:46:02.810 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002026-03-01T00:46:02.681Z[ recovery-image] Mar 01 00:46:02.820 INFO O| Mar 01 00:46:02.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
74012026-03-01T00:46:02.681Z[ recovery-image] Mar 01 00:46:02.820 INFO O| Mar 01 00:46:02.820 INFO STEP 857 (remove_files) COMPLETE
74022026-03-01T00:46:02.681Z[ recovery-image] Mar 01 00:46:02.820 INFO O| Mar 01 00:46:02.820 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032026-03-01T00:46:02.707Z[ recovery-image] Mar 01 00:46:02.830 INFO O| Mar 01 00:46:02.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
74042026-03-01T00:46:02.707Z[ recovery-image] Mar 01 00:46:02.830 INFO O| Mar 01 00:46:02.830 INFO STEP 858 (remove_files) COMPLETE
74052026-03-01T00:46:02.707Z[ recovery-image] Mar 01 00:46:02.830 INFO O| Mar 01 00:46:02.830 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062026-03-01T00:46:02.707Z[ recovery-image] Mar 01 00:46:02.840 INFO O| Mar 01 00:46:02.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
74072026-03-01T00:46:02.707Z[ recovery-image] Mar 01 00:46:02.840 INFO O| Mar 01 00:46:02.840 INFO STEP 859 (remove_files) COMPLETE
74082026-03-01T00:46:02.707Z[ recovery-image] Mar 01 00:46:02.840 INFO O| Mar 01 00:46:02.840 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092026-03-01T00:46:02.732Z[ recovery-image] Mar 01 00:46:02.850 INFO O| Mar 01 00:46:02.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74102026-03-01T00:46:02.732Z[ recovery-image] Mar 01 00:46:02.850 INFO O| Mar 01 00:46:02.850 INFO STEP 860 (remove_files) COMPLETE
74112026-03-01T00:46:02.732Z[ recovery-image] Mar 01 00:46:02.850 INFO O| Mar 01 00:46:02.850 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122026-03-01T00:46:02.732Z[ recovery-image] Mar 01 00:46:02.860 INFO O| Mar 01 00:46:02.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74132026-03-01T00:46:02.732Z[ recovery-image] Mar 01 00:46:02.860 INFO O| Mar 01 00:46:02.860 INFO STEP 861 (remove_files) COMPLETE
74142026-03-01T00:46:02.732Z[ recovery-image] Mar 01 00:46:02.860 INFO O| Mar 01 00:46:02.860 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152026-03-01T00:46:02.732Z[ recovery-image] Mar 01 00:46:02.870 INFO O| Mar 01 00:46:02.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74162026-03-01T00:46:02.732Z[ recovery-image] Mar 01 00:46:02.870 INFO O| Mar 01 00:46:02.870 INFO STEP 862 (remove_files) COMPLETE
74172026-03-01T00:46:02.732Z[ recovery-image] Mar 01 00:46:02.870 INFO O| Mar 01 00:46:02.870 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182026-03-01T00:46:02.758Z[ recovery-image] Mar 01 00:46:02.883 INFO O| Mar 01 00:46:02.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74192026-03-01T00:46:02.758Z[ recovery-image] Mar 01 00:46:02.883 INFO O| Mar 01 00:46:02.883 INFO STEP 863 (remove_files) COMPLETE
74202026-03-01T00:46:02.758Z[ recovery-image] Mar 01 00:46:02.883 INFO O| Mar 01 00:46:02.883 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212026-03-01T00:46:02.758Z[ recovery-image] Mar 01 00:46:02.898 INFO O| Mar 01 00:46:02.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74222026-03-01T00:46:02.758Z[ recovery-image] Mar 01 00:46:02.898 INFO O| Mar 01 00:46:02.898 INFO STEP 864 (remove_files) COMPLETE
74232026-03-01T00:46:02.758Z[ recovery-image] Mar 01 00:46:02.898 INFO O| Mar 01 00:46:02.898 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242026-03-01T00:46:02.783Z[ recovery-image] Mar 01 00:46:02.910 INFO O| Mar 01 00:46:02.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74252026-03-01T00:46:02.783Z[ recovery-image] Mar 01 00:46:02.911 INFO O| Mar 01 00:46:02.911 INFO STEP 865 (remove_files) COMPLETE
74262026-03-01T00:46:02.783Z[ recovery-image] Mar 01 00:46:02.911 INFO O| Mar 01 00:46:02.911 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272026-03-01T00:46:02.783Z[ recovery-image] Mar 01 00:46:02.921 INFO O| Mar 01 00:46:02.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74282026-03-01T00:46:02.783Z[ recovery-image] Mar 01 00:46:02.921 INFO O| Mar 01 00:46:02.921 INFO STEP 866 (remove_files) COMPLETE
74292026-03-01T00:46:02.783Z[ recovery-image] Mar 01 00:46:02.921 INFO O| Mar 01 00:46:02.921 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302026-03-01T00:46:02.808Z[ recovery-image] Mar 01 00:46:02.931 INFO O| Mar 01 00:46:02.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74312026-03-01T00:46:02.808Z[ recovery-image] Mar 01 00:46:02.931 INFO O| Mar 01 00:46:02.931 INFO STEP 867 (remove_files) COMPLETE
74322026-03-01T00:46:02.808Z[ recovery-image] Mar 01 00:46:02.931 INFO O| Mar 01 00:46:02.931 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332026-03-01T00:46:02.808Z[ recovery-image] Mar 01 00:46:02.941 INFO O| Mar 01 00:46:02.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74342026-03-01T00:46:02.808Z[ recovery-image] Mar 01 00:46:02.941 INFO O| Mar 01 00:46:02.941 INFO STEP 868 (remove_files) COMPLETE
74352026-03-01T00:46:02.808Z[ recovery-image] Mar 01 00:46:02.941 INFO O| Mar 01 00:46:02.941 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362026-03-01T00:46:02.833Z[ recovery-image] Mar 01 00:46:02.950 INFO O| Mar 01 00:46:02.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74372026-03-01T00:46:02.833Z[ recovery-image] Mar 01 00:46:02.951 INFO O| Mar 01 00:46:02.950 INFO STEP 869 (remove_files) COMPLETE
74382026-03-01T00:46:02.833Z[ recovery-image] Mar 01 00:46:02.951 INFO O| Mar 01 00:46:02.951 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392026-03-01T00:46:02.833Z[ recovery-image] Mar 01 00:46:02.960 INFO O| Mar 01 00:46:02.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74402026-03-01T00:46:02.833Z[ recovery-image] Mar 01 00:46:02.960 INFO O| Mar 01 00:46:02.960 INFO STEP 870 (remove_files) COMPLETE
74412026-03-01T00:46:02.833Z[ recovery-image] Mar 01 00:46:02.961 INFO O| Mar 01 00:46:02.960 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422026-03-01T00:46:02.833Z[ recovery-image] Mar 01 00:46:02.971 INFO O| Mar 01 00:46:02.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74432026-03-01T00:46:02.833Z[ recovery-image] Mar 01 00:46:02.971 INFO O| Mar 01 00:46:02.971 INFO STEP 871 (remove_files) COMPLETE
74442026-03-01T00:46:02.833Z[ recovery-image] Mar 01 00:46:02.971 INFO O| Mar 01 00:46:02.971 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452026-03-01T00:46:02.858Z[ recovery-image] Mar 01 00:46:02.981 INFO O| Mar 01 00:46:02.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74462026-03-01T00:46:02.858Z[ recovery-image] Mar 01 00:46:02.981 INFO O| Mar 01 00:46:02.981 INFO STEP 872 (remove_files) COMPLETE
74472026-03-01T00:46:02.858Z[ recovery-image] Mar 01 00:46:02.981 INFO O| Mar 01 00:46:02.981 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482026-03-01T00:46:02.859Z[ recovery-image] Mar 01 00:46:02.991 INFO O| Mar 01 00:46:02.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74492026-03-01T00:46:02.859Z[ recovery-image] Mar 01 00:46:02.991 INFO O| Mar 01 00:46:02.991 INFO STEP 873 (remove_files) COMPLETE
74502026-03-01T00:46:02.859Z[ recovery-image] Mar 01 00:46:02.991 INFO O| Mar 01 00:46:02.991 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512026-03-01T00:46:02.883Z[ recovery-image] Mar 01 00:46:03.001 INFO O| Mar 01 00:46:03.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74522026-03-01T00:46:02.884Z[ recovery-image] Mar 01 00:46:03.001 INFO O| Mar 01 00:46:03.001 INFO STEP 874 (remove_files) COMPLETE
74532026-03-01T00:46:02.884Z[ recovery-image] Mar 01 00:46:03.001 INFO O| Mar 01 00:46:03.001 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542026-03-01T00:46:02.884Z[ recovery-image] Mar 01 00:46:03.012 INFO O| Mar 01 00:46:03.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74552026-03-01T00:46:02.884Z[ recovery-image] Mar 01 00:46:03.012 INFO O| Mar 01 00:46:03.012 INFO STEP 875 (remove_files) COMPLETE
74562026-03-01T00:46:02.884Z[ recovery-image] Mar 01 00:46:03.012 INFO O| Mar 01 00:46:03.012 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572026-03-01T00:46:02.884Z[ recovery-image] Mar 01 00:46:03.022 INFO O| Mar 01 00:46:03.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74582026-03-01T00:46:02.884Z[ recovery-image] Mar 01 00:46:03.022 INFO O| Mar 01 00:46:03.022 INFO STEP 876 (remove_files) COMPLETE
74592026-03-01T00:46:02.884Z[ recovery-image] Mar 01 00:46:03.022 INFO O| Mar 01 00:46:03.022 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602026-03-01T00:46:02.909Z[ recovery-image] Mar 01 00:46:03.033 INFO O| Mar 01 00:46:03.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74612026-03-01T00:46:02.909Z[ recovery-image] Mar 01 00:46:03.033 INFO O| Mar 01 00:46:03.033 INFO STEP 877 (remove_files) COMPLETE
74622026-03-01T00:46:02.909Z[ recovery-image] Mar 01 00:46:03.033 INFO O| Mar 01 00:46:03.033 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632026-03-01T00:46:02.909Z[ recovery-image] Mar 01 00:46:03.043 INFO O| Mar 01 00:46:03.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74642026-03-01T00:46:02.909Z[ recovery-image] Mar 01 00:46:03.043 INFO O| Mar 01 00:46:03.043 INFO STEP 878 (remove_files) COMPLETE
74652026-03-01T00:46:02.909Z[ recovery-image] Mar 01 00:46:03.043 INFO O| Mar 01 00:46:03.043 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662026-03-01T00:46:02.934Z[ recovery-image] Mar 01 00:46:03.054 INFO O| Mar 01 00:46:03.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74672026-03-01T00:46:02.934Z[ recovery-image] Mar 01 00:46:03.054 INFO O| Mar 01 00:46:03.054 INFO STEP 879 (remove_files) COMPLETE
74682026-03-01T00:46:02.934Z[ recovery-image] Mar 01 00:46:03.054 INFO O| Mar 01 00:46:03.054 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692026-03-01T00:46:02.934Z[ recovery-image] Mar 01 00:46:03.065 INFO O| Mar 01 00:46:03.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74702026-03-01T00:46:02.934Z[ recovery-image] Mar 01 00:46:03.065 INFO O| Mar 01 00:46:03.065 INFO STEP 880 (remove_files) COMPLETE
74712026-03-01T00:46:02.934Z[ recovery-image] Mar 01 00:46:03.065 INFO O| Mar 01 00:46:03.065 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722026-03-01T00:46:02.959Z[ recovery-image] Mar 01 00:46:03.076 INFO O| Mar 01 00:46:03.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74732026-03-01T00:46:02.959Z[ recovery-image] Mar 01 00:46:03.076 INFO O| Mar 01 00:46:03.076 INFO STEP 881 (remove_files) COMPLETE
74742026-03-01T00:46:02.959Z[ recovery-image] Mar 01 00:46:03.076 INFO O| Mar 01 00:46:03.076 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752026-03-01T00:46:02.959Z[ recovery-image] Mar 01 00:46:03.086 INFO O| Mar 01 00:46:03.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74762026-03-01T00:46:02.959Z[ recovery-image] Mar 01 00:46:03.086 INFO O| Mar 01 00:46:03.086 INFO STEP 882 (remove_files) COMPLETE
74772026-03-01T00:46:02.959Z[ recovery-image] Mar 01 00:46:03.086 INFO O| Mar 01 00:46:03.086 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782026-03-01T00:46:02.959Z[ recovery-image] Mar 01 00:46:03.096 INFO O| Mar 01 00:46:03.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74792026-03-01T00:46:02.959Z[ recovery-image] Mar 01 00:46:03.096 INFO O| Mar 01 00:46:03.096 INFO STEP 883 (remove_files) COMPLETE
74802026-03-01T00:46:02.959Z[ recovery-image] Mar 01 00:46:03.096 INFO O| Mar 01 00:46:03.096 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812026-03-01T00:46:02.984Z[ recovery-image] Mar 01 00:46:03.111 INFO O| Mar 01 00:46:03.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74822026-03-01T00:46:02.984Z[ recovery-image] Mar 01 00:46:03.111 INFO O| Mar 01 00:46:03.111 INFO STEP 884 (remove_files) COMPLETE
74832026-03-01T00:46:02.985Z[ recovery-image] Mar 01 00:46:03.111 INFO O| Mar 01 00:46:03.111 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842026-03-01T00:46:02.985Z[ recovery-image] Mar 01 00:46:03.124 INFO O| Mar 01 00:46:03.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74852026-03-01T00:46:02.985Z[ recovery-image] Mar 01 00:46:03.124 INFO O| Mar 01 00:46:03.124 INFO STEP 885 (remove_files) COMPLETE
74862026-03-01T00:46:02.985Z[ recovery-image] Mar 01 00:46:03.124 INFO O| Mar 01 00:46:03.124 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872026-03-01T00:46:03.009Z[ recovery-image] Mar 01 00:46:03.138 INFO O| Mar 01 00:46:03.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74882026-03-01T00:46:03.010Z[ recovery-image] Mar 01 00:46:03.138 INFO O| Mar 01 00:46:03.138 INFO STEP 886 (remove_files) COMPLETE
74892026-03-01T00:46:03.010Z[ recovery-image] Mar 01 00:46:03.139 INFO O| Mar 01 00:46:03.138 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902026-03-01T00:46:03.035Z[ recovery-image] Mar 01 00:46:03.152 INFO O| Mar 01 00:46:03.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74912026-03-01T00:46:03.035Z[ recovery-image] Mar 01 00:46:03.152 INFO O| Mar 01 00:46:03.152 INFO STEP 887 (remove_files) COMPLETE
74922026-03-01T00:46:03.035Z[ recovery-image] Mar 01 00:46:03.152 INFO O| Mar 01 00:46:03.152 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932026-03-01T00:46:03.035Z[ recovery-image] Mar 01 00:46:03.165 INFO O| Mar 01 00:46:03.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74942026-03-01T00:46:03.035Z[ recovery-image] Mar 01 00:46:03.166 INFO O| Mar 01 00:46:03.166 INFO STEP 888 (remove_files) COMPLETE
74952026-03-01T00:46:03.035Z[ recovery-image] Mar 01 00:46:03.166 INFO O| Mar 01 00:46:03.166 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962026-03-01T00:46:03.060Z[ recovery-image] Mar 01 00:46:03.178 INFO O| Mar 01 00:46:03.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74972026-03-01T00:46:03.060Z[ recovery-image] Mar 01 00:46:03.178 INFO O| Mar 01 00:46:03.178 INFO STEP 889 (remove_files) COMPLETE
74982026-03-01T00:46:03.060Z[ recovery-image] Mar 01 00:46:03.178 INFO O| Mar 01 00:46:03.178 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992026-03-01T00:46:03.060Z[ recovery-image] Mar 01 00:46:03.191 INFO O| Mar 01 00:46:03.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
75002026-03-01T00:46:03.060Z[ recovery-image] Mar 01 00:46:03.191 INFO O| Mar 01 00:46:03.191 INFO STEP 890 (remove_files) COMPLETE
75012026-03-01T00:46:03.060Z[ recovery-image] Mar 01 00:46:03.191 INFO O| Mar 01 00:46:03.191 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022026-03-01T00:46:03.085Z[ recovery-image] Mar 01 00:46:03.203 INFO O| Mar 01 00:46:03.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
75032026-03-01T00:46:03.085Z[ recovery-image] Mar 01 00:46:03.203 INFO O| Mar 01 00:46:03.203 INFO STEP 891 (remove_files) COMPLETE
75042026-03-01T00:46:03.085Z[ recovery-image] Mar 01 00:46:03.203 INFO O| Mar 01 00:46:03.203 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052026-03-01T00:46:03.085Z[ recovery-image] Mar 01 00:46:03.213 INFO O| Mar 01 00:46:03.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
75062026-03-01T00:46:03.085Z[ recovery-image] Mar 01 00:46:03.213 INFO O| Mar 01 00:46:03.213 INFO STEP 892 (remove_files) COMPLETE
75072026-03-01T00:46:03.085Z[ recovery-image] Mar 01 00:46:03.213 INFO O| Mar 01 00:46:03.213 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082026-03-01T00:46:03.085Z[ recovery-image] Mar 01 00:46:03.222 INFO O| Mar 01 00:46:03.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75092026-03-01T00:46:03.085Z[ recovery-image] Mar 01 00:46:03.222 INFO O| Mar 01 00:46:03.222 INFO STEP 893 (remove_files) COMPLETE
75102026-03-01T00:46:03.085Z[ recovery-image] Mar 01 00:46:03.222 INFO O| Mar 01 00:46:03.222 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112026-03-01T00:46:03.111Z[ recovery-image] Mar 01 00:46:03.235 INFO O| Mar 01 00:46:03.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75122026-03-01T00:46:03.111Z[ recovery-image] Mar 01 00:46:03.235 INFO O| Mar 01 00:46:03.235 INFO STEP 894 (remove_files) COMPLETE
75132026-03-01T00:46:03.111Z[ recovery-image] Mar 01 00:46:03.235 INFO O| Mar 01 00:46:03.235 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142026-03-01T00:46:03.111Z[ recovery-image] Mar 01 00:46:03.246 INFO O| Mar 01 00:46:03.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75152026-03-01T00:46:03.111Z[ recovery-image] Mar 01 00:46:03.246 INFO O| Mar 01 00:46:03.246 INFO STEP 895 (remove_files) COMPLETE
75162026-03-01T00:46:03.111Z[ recovery-image] Mar 01 00:46:03.246 INFO O| Mar 01 00:46:03.246 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172026-03-01T00:46:03.136Z[ recovery-image] Mar 01 00:46:03.259 INFO O| Mar 01 00:46:03.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75182026-03-01T00:46:03.136Z[ recovery-image] Mar 01 00:46:03.259 INFO O| Mar 01 00:46:03.259 INFO STEP 896 (remove_files) COMPLETE
75192026-03-01T00:46:03.136Z[ recovery-image] Mar 01 00:46:03.259 INFO O| Mar 01 00:46:03.259 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202026-03-01T00:46:03.136Z[ recovery-image] Mar 01 00:46:03.270 INFO O| Mar 01 00:46:03.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75212026-03-01T00:46:03.136Z[ recovery-image] Mar 01 00:46:03.270 INFO O| Mar 01 00:46:03.270 INFO STEP 897 (remove_files) COMPLETE
75222026-03-01T00:46:03.136Z[ recovery-image] Mar 01 00:46:03.270 INFO O| Mar 01 00:46:03.270 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232026-03-01T00:46:03.161Z[ recovery-image] Mar 01 00:46:03.280 INFO O| Mar 01 00:46:03.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75242026-03-01T00:46:03.162Z[ recovery-image] Mar 01 00:46:03.280 INFO O| Mar 01 00:46:03.280 INFO STEP 898 (remove_files) COMPLETE
75252026-03-01T00:46:03.162Z[ recovery-image] Mar 01 00:46:03.280 INFO O| Mar 01 00:46:03.280 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262026-03-01T00:46:03.162Z[ recovery-image] Mar 01 00:46:03.294 INFO O| Mar 01 00:46:03.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75272026-03-01T00:46:03.162Z[ recovery-image] Mar 01 00:46:03.294 INFO O| Mar 01 00:46:03.294 INFO STEP 899 (remove_files) COMPLETE
75282026-03-01T00:46:03.162Z[ recovery-image] Mar 01 00:46:03.294 INFO O| Mar 01 00:46:03.294 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292026-03-01T00:46:03.186Z[ recovery-image] Mar 01 00:46:03.308 INFO O| Mar 01 00:46:03.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75302026-03-01T00:46:03.186Z[ recovery-image] Mar 01 00:46:03.308 INFO O| Mar 01 00:46:03.308 INFO STEP 900 (remove_files) COMPLETE
75312026-03-01T00:46:03.187Z[ recovery-image] Mar 01 00:46:03.308 INFO O| Mar 01 00:46:03.308 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322026-03-01T00:46:03.187Z[ recovery-image] Mar 01 00:46:03.320 INFO O| Mar 01 00:46:03.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75332026-03-01T00:46:03.187Z[ recovery-image] Mar 01 00:46:03.320 INFO O| Mar 01 00:46:03.320 INFO STEP 901 (remove_files) COMPLETE
75342026-03-01T00:46:03.187Z[ recovery-image] Mar 01 00:46:03.320 INFO O| Mar 01 00:46:03.320 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352026-03-01T00:46:03.212Z[ recovery-image] Mar 01 00:46:03.331 INFO O| Mar 01 00:46:03.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75362026-03-01T00:46:03.212Z[ recovery-image] Mar 01 00:46:03.331 INFO O| Mar 01 00:46:03.331 INFO STEP 902 (remove_files) COMPLETE
75372026-03-01T00:46:03.212Z[ recovery-image] Mar 01 00:46:03.331 INFO O| Mar 01 00:46:03.331 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382026-03-01T00:46:03.212Z[ recovery-image] Mar 01 00:46:03.341 INFO O| Mar 01 00:46:03.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75392026-03-01T00:46:03.212Z[ recovery-image] Mar 01 00:46:03.341 INFO O| Mar 01 00:46:03.341 INFO STEP 903 (remove_files) COMPLETE
75402026-03-01T00:46:03.212Z[ recovery-image] Mar 01 00:46:03.341 INFO O| Mar 01 00:46:03.341 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412026-03-01T00:46:03.212Z[ recovery-image] Mar 01 00:46:03.351 INFO O| Mar 01 00:46:03.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75422026-03-01T00:46:03.212Z[ recovery-image] Mar 01 00:46:03.352 INFO O| Mar 01 00:46:03.352 INFO STEP 904 (remove_files) COMPLETE
75432026-03-01T00:46:03.212Z[ recovery-image] Mar 01 00:46:03.352 INFO O| Mar 01 00:46:03.352 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442026-03-01T00:46:03.237Z[ recovery-image] Mar 01 00:46:03.361 INFO O| Mar 01 00:46:03.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75452026-03-01T00:46:03.237Z[ recovery-image] Mar 01 00:46:03.361 INFO O| Mar 01 00:46:03.361 INFO STEP 905 (remove_files) COMPLETE
75462026-03-01T00:46:03.237Z[ recovery-image] Mar 01 00:46:03.361 INFO O| Mar 01 00:46:03.361 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472026-03-01T00:46:03.237Z[ recovery-image] Mar 01 00:46:03.371 INFO O| Mar 01 00:46:03.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75482026-03-01T00:46:03.237Z[ recovery-image] Mar 01 00:46:03.371 INFO O| Mar 01 00:46:03.371 INFO STEP 906 (remove_files) COMPLETE
75492026-03-01T00:46:03.237Z[ recovery-image] Mar 01 00:46:03.371 INFO O| Mar 01 00:46:03.371 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502026-03-01T00:46:03.262Z[ recovery-image] Mar 01 00:46:03.381 INFO O| Mar 01 00:46:03.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75512026-03-01T00:46:03.262Z[ recovery-image] Mar 01 00:46:03.381 INFO O| Mar 01 00:46:03.381 INFO STEP 907 (remove_files) COMPLETE
75522026-03-01T00:46:03.262Z[ recovery-image] Mar 01 00:46:03.381 INFO O| Mar 01 00:46:03.381 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532026-03-01T00:46:03.262Z[ recovery-image] Mar 01 00:46:03.391 INFO O| Mar 01 00:46:03.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75542026-03-01T00:46:03.262Z[ recovery-image] Mar 01 00:46:03.391 INFO O| Mar 01 00:46:03.391 INFO STEP 908 (remove_files) COMPLETE
75552026-03-01T00:46:03.262Z[ recovery-image] Mar 01 00:46:03.391 INFO O| Mar 01 00:46:03.391 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562026-03-01T00:46:03.262Z[ recovery-image] Mar 01 00:46:03.401 INFO O| Mar 01 00:46:03.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75572026-03-01T00:46:03.262Z[ recovery-image] Mar 01 00:46:03.401 INFO O| Mar 01 00:46:03.401 INFO STEP 909 (remove_files) COMPLETE
75582026-03-01T00:46:03.262Z[ recovery-image] Mar 01 00:46:03.401 INFO O| Mar 01 00:46:03.401 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592026-03-01T00:46:03.288Z[ recovery-image] Mar 01 00:46:03.410 INFO O| Mar 01 00:46:03.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75602026-03-01T00:46:03.288Z[ recovery-image] Mar 01 00:46:03.411 INFO O| Mar 01 00:46:03.411 INFO STEP 910 (remove_files) COMPLETE
75612026-03-01T00:46:03.288Z[ recovery-image] Mar 01 00:46:03.411 INFO O| Mar 01 00:46:03.411 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622026-03-01T00:46:03.288Z[ recovery-image] Mar 01 00:46:03.420 INFO O| Mar 01 00:46:03.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75632026-03-01T00:46:03.288Z[ recovery-image] Mar 01 00:46:03.421 INFO O| Mar 01 00:46:03.421 INFO STEP 911 (remove_files) COMPLETE
75642026-03-01T00:46:03.288Z[ recovery-image] Mar 01 00:46:03.421 INFO O| Mar 01 00:46:03.421 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652026-03-01T00:46:03.313Z[ recovery-image] Mar 01 00:46:03.434 INFO O| Mar 01 00:46:03.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75662026-03-01T00:46:03.313Z[ recovery-image] Mar 01 00:46:03.434 INFO O| Mar 01 00:46:03.434 INFO STEP 912 (remove_files) COMPLETE
75672026-03-01T00:46:03.313Z[ recovery-image] Mar 01 00:46:03.434 INFO O| Mar 01 00:46:03.434 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682026-03-01T00:46:03.313Z[ recovery-image] Mar 01 00:46:03.444 INFO O| Mar 01 00:46:03.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75692026-03-01T00:46:03.313Z[ recovery-image] Mar 01 00:46:03.444 INFO O| Mar 01 00:46:03.444 INFO STEP 913 (remove_files) COMPLETE
75702026-03-01T00:46:03.313Z[ recovery-image] Mar 01 00:46:03.444 INFO O| Mar 01 00:46:03.444 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712026-03-01T00:46:03.313Z[ recovery-image] Mar 01 00:46:03.454 INFO O| Mar 01 00:46:03.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75722026-03-01T00:46:03.313Z[ recovery-image] Mar 01 00:46:03.454 INFO O| Mar 01 00:46:03.454 INFO STEP 914 (remove_files) COMPLETE
75732026-03-01T00:46:03.313Z[ recovery-image] Mar 01 00:46:03.454 INFO O| Mar 01 00:46:03.454 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742026-03-01T00:46:03.338Z[ recovery-image] Mar 01 00:46:03.464 INFO O| Mar 01 00:46:03.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75752026-03-01T00:46:03.338Z[ recovery-image] Mar 01 00:46:03.464 INFO O| Mar 01 00:46:03.464 INFO STEP 915 (remove_files) COMPLETE
75762026-03-01T00:46:03.338Z[ recovery-image] Mar 01 00:46:03.464 INFO O| Mar 01 00:46:03.464 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772026-03-01T00:46:03.338Z[ recovery-image] Mar 01 00:46:03.474 INFO O| Mar 01 00:46:03.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75782026-03-01T00:46:03.338Z[ recovery-image] Mar 01 00:46:03.474 INFO O| Mar 01 00:46:03.474 INFO STEP 916 (remove_files) COMPLETE
75792026-03-01T00:46:03.338Z[ recovery-image] Mar 01 00:46:03.474 INFO O| Mar 01 00:46:03.474 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802026-03-01T00:46:03.363Z[ recovery-image] Mar 01 00:46:03.483 INFO O| Mar 01 00:46:03.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75812026-03-01T00:46:03.364Z[ recovery-image] Mar 01 00:46:03.483 INFO O| Mar 01 00:46:03.483 INFO STEP 917 (remove_files) COMPLETE
75822026-03-01T00:46:03.364Z[ recovery-image] Mar 01 00:46:03.483 INFO O| Mar 01 00:46:03.483 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832026-03-01T00:46:03.364Z[ recovery-image] Mar 01 00:46:03.493 INFO O| Mar 01 00:46:03.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75842026-03-01T00:46:03.364Z[ recovery-image] Mar 01 00:46:03.493 INFO O| Mar 01 00:46:03.493 INFO STEP 918 (remove_files) COMPLETE
75852026-03-01T00:46:03.364Z[ recovery-image] Mar 01 00:46:03.493 INFO O| Mar 01 00:46:03.493 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862026-03-01T00:46:03.364Z[ recovery-image] Mar 01 00:46:03.503 INFO O| Mar 01 00:46:03.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75872026-03-01T00:46:03.364Z[ recovery-image] Mar 01 00:46:03.503 INFO O| Mar 01 00:46:03.503 INFO STEP 919 (remove_files) COMPLETE
75882026-03-01T00:46:03.364Z[ recovery-image] Mar 01 00:46:03.503 INFO O| Mar 01 00:46:03.503 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892026-03-01T00:46:03.389Z[ recovery-image] Mar 01 00:46:03.513 INFO O| Mar 01 00:46:03.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75902026-03-01T00:46:03.389Z[ recovery-image] Mar 01 00:46:03.513 INFO O| Mar 01 00:46:03.513 INFO STEP 920 (remove_files) COMPLETE
75912026-03-01T00:46:03.389Z[ recovery-image] Mar 01 00:46:03.513 INFO O| Mar 01 00:46:03.513 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922026-03-01T00:46:03.389Z[ recovery-image] Mar 01 00:46:03.523 INFO O| Mar 01 00:46:03.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75932026-03-01T00:46:03.389Z[ recovery-image] Mar 01 00:46:03.523 INFO O| Mar 01 00:46:03.523 INFO STEP 921 (remove_files) COMPLETE
75942026-03-01T00:46:03.389Z[ recovery-image] Mar 01 00:46:03.523 INFO O| Mar 01 00:46:03.523 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952026-03-01T00:46:03.414Z[ recovery-image] Mar 01 00:46:03.537 INFO O| Mar 01 00:46:03.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75962026-03-01T00:46:03.414Z[ recovery-image] Mar 01 00:46:03.537 INFO O| Mar 01 00:46:03.537 INFO STEP 922 (remove_files) COMPLETE
75972026-03-01T00:46:03.414Z[ recovery-image] Mar 01 00:46:03.537 INFO O| Mar 01 00:46:03.537 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982026-03-01T00:46:03.414Z[ recovery-image] Mar 01 00:46:03.549 INFO O| Mar 01 00:46:03.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75992026-03-01T00:46:03.414Z[ recovery-image] Mar 01 00:46:03.549 INFO O| Mar 01 00:46:03.549 INFO STEP 923 (remove_files) COMPLETE
76002026-03-01T00:46:03.414Z[ recovery-image] Mar 01 00:46:03.549 INFO O| Mar 01 00:46:03.549 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012026-03-01T00:46:03.439Z[ recovery-image] Mar 01 00:46:03.563 INFO O| Mar 01 00:46:03.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
76022026-03-01T00:46:03.439Z[ recovery-image] Mar 01 00:46:03.563 INFO O| Mar 01 00:46:03.563 INFO STEP 924 (remove_files) COMPLETE
76032026-03-01T00:46:03.439Z[ recovery-image] Mar 01 00:46:03.563 INFO O| Mar 01 00:46:03.563 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042026-03-01T00:46:03.439Z[ recovery-image] Mar 01 00:46:03.574 INFO O| Mar 01 00:46:03.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
76052026-03-01T00:46:03.439Z[ recovery-image] Mar 01 00:46:03.574 INFO O| Mar 01 00:46:03.574 INFO STEP 925 (remove_files) COMPLETE
76062026-03-01T00:46:03.439Z[ recovery-image] Mar 01 00:46:03.574 INFO O| Mar 01 00:46:03.574 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072026-03-01T00:46:03.465Z[ recovery-image] Mar 01 00:46:03.584 INFO O| Mar 01 00:46:03.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
76082026-03-01T00:46:03.465Z[ recovery-image] Mar 01 00:46:03.584 INFO O| Mar 01 00:46:03.584 INFO STEP 926 (remove_files) COMPLETE
76092026-03-01T00:46:03.465Z[ recovery-image] Mar 01 00:46:03.584 INFO O| Mar 01 00:46:03.584 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102026-03-01T00:46:03.465Z[ recovery-image] Mar 01 00:46:03.595 INFO O| Mar 01 00:46:03.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76112026-03-01T00:46:03.465Z[ recovery-image] Mar 01 00:46:03.595 INFO O| Mar 01 00:46:03.595 INFO STEP 927 (remove_files) COMPLETE
76122026-03-01T00:46:03.465Z[ recovery-image] Mar 01 00:46:03.595 INFO O| Mar 01 00:46:03.595 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132026-03-01T00:46:03.490Z[ recovery-image] Mar 01 00:46:03.606 INFO O| Mar 01 00:46:03.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76142026-03-01T00:46:03.491Z[ recovery-image] Mar 01 00:46:03.606 INFO O| Mar 01 00:46:03.606 INFO STEP 928 (remove_files) COMPLETE
76152026-03-01T00:46:03.491Z[ recovery-image] Mar 01 00:46:03.606 INFO O| Mar 01 00:46:03.606 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162026-03-01T00:46:03.491Z[ recovery-image] Mar 01 00:46:03.620 INFO O| Mar 01 00:46:03.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76172026-03-01T00:46:03.491Z[ recovery-image] Mar 01 00:46:03.620 INFO O| Mar 01 00:46:03.620 INFO STEP 929 (remove_files) COMPLETE
76182026-03-01T00:46:03.491Z[ recovery-image] Mar 01 00:46:03.620 INFO O| Mar 01 00:46:03.620 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192026-03-01T00:46:03.516Z[ recovery-image] Mar 01 00:46:03.632 INFO O| Mar 01 00:46:03.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76202026-03-01T00:46:03.516Z[ recovery-image] Mar 01 00:46:03.632 INFO O| Mar 01 00:46:03.632 INFO STEP 930 (remove_files) COMPLETE
76212026-03-01T00:46:03.516Z[ recovery-image] Mar 01 00:46:03.632 INFO O| Mar 01 00:46:03.632 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222026-03-01T00:46:03.516Z[ recovery-image] Mar 01 00:46:03.652 INFO O| Mar 01 00:46:03.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76232026-03-01T00:46:03.516Z[ recovery-image] Mar 01 00:46:03.652 INFO O| Mar 01 00:46:03.652 INFO STEP 931 (remove_files) COMPLETE
76242026-03-01T00:46:03.516Z[ recovery-image] Mar 01 00:46:03.652 INFO O| Mar 01 00:46:03.652 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252026-03-01T00:46:03.541Z[ recovery-image] Mar 01 00:46:03.667 INFO O| Mar 01 00:46:03.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76262026-03-01T00:46:03.541Z[ recovery-image] Mar 01 00:46:03.667 INFO O| Mar 01 00:46:03.667 INFO STEP 932 (remove_files) COMPLETE
76272026-03-01T00:46:03.542Z[ recovery-image] Mar 01 00:46:03.667 INFO O| Mar 01 00:46:03.667 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282026-03-01T00:46:03.542Z[ recovery-image] Mar 01 00:46:03.681 INFO O| Mar 01 00:46:03.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76292026-03-01T00:46:03.542Z[ recovery-image] Mar 01 00:46:03.681 INFO O| Mar 01 00:46:03.681 INFO STEP 933 (remove_files) COMPLETE
76302026-03-01T00:46:03.542Z[ recovery-image] Mar 01 00:46:03.681 INFO O| Mar 01 00:46:03.681 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312026-03-01T00:46:03.566Z[ recovery-image] Mar 01 00:46:03.692 INFO O| Mar 01 00:46:03.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76322026-03-01T00:46:03.567Z[ recovery-image] Mar 01 00:46:03.692 INFO O| Mar 01 00:46:03.692 INFO STEP 934 (remove_files) COMPLETE
76332026-03-01T00:46:03.567Z[ recovery-image] Mar 01 00:46:03.692 INFO O| Mar 01 00:46:03.692 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342026-03-01T00:46:03.567Z[ recovery-image] Mar 01 00:46:03.706 INFO O| Mar 01 00:46:03.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76352026-03-01T00:46:03.567Z[ recovery-image] Mar 01 00:46:03.706 INFO O| Mar 01 00:46:03.706 INFO STEP 935 (remove_files) COMPLETE
76362026-03-01T00:46:03.567Z[ recovery-image] Mar 01 00:46:03.706 INFO O| Mar 01 00:46:03.706 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372026-03-01T00:46:03.592Z[ recovery-image] Mar 01 00:46:03.721 INFO O| Mar 01 00:46:03.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76382026-03-01T00:46:03.592Z[ recovery-image] Mar 01 00:46:03.721 INFO O| Mar 01 00:46:03.721 INFO STEP 936 (remove_files) COMPLETE
76392026-03-01T00:46:03.592Z[ recovery-image] Mar 01 00:46:03.721 INFO O| Mar 01 00:46:03.721 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402026-03-01T00:46:03.617Z[ recovery-image] Mar 01 00:46:03.736 INFO O| Mar 01 00:46:03.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76412026-03-01T00:46:03.617Z[ recovery-image] Mar 01 00:46:03.737 INFO O| Mar 01 00:46:03.737 INFO STEP 937 (remove_files) COMPLETE
76422026-03-01T00:46:03.617Z[ recovery-image] Mar 01 00:46:03.737 INFO O| Mar 01 00:46:03.737 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432026-03-01T00:46:03.617Z[ recovery-image] Mar 01 00:46:03.751 INFO O| Mar 01 00:46:03.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76442026-03-01T00:46:03.617Z[ recovery-image] Mar 01 00:46:03.751 INFO O| Mar 01 00:46:03.751 INFO STEP 938 (remove_files) COMPLETE
76452026-03-01T00:46:03.617Z[ recovery-image] Mar 01 00:46:03.751 INFO O| Mar 01 00:46:03.751 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462026-03-01T00:46:03.642Z[ recovery-image] Mar 01 00:46:03.764 INFO O| Mar 01 00:46:03.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76472026-03-01T00:46:03.642Z[ recovery-image] Mar 01 00:46:03.764 INFO O| Mar 01 00:46:03.764 INFO STEP 939 (remove_files) COMPLETE
76482026-03-01T00:46:03.642Z[ recovery-image] Mar 01 00:46:03.764 INFO O| Mar 01 00:46:03.764 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492026-03-01T00:46:03.642Z[ recovery-image] Mar 01 00:46:03.776 INFO O| Mar 01 00:46:03.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76502026-03-01T00:46:03.642Z[ recovery-image] Mar 01 00:46:03.776 INFO O| Mar 01 00:46:03.776 INFO STEP 940 (remove_files) COMPLETE
76512026-03-01T00:46:03.642Z[ recovery-image] Mar 01 00:46:03.776 INFO O| Mar 01 00:46:03.776 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522026-03-01T00:46:03.667Z[ recovery-image] Mar 01 00:46:03.786 INFO O| Mar 01 00:46:03.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76532026-03-01T00:46:03.667Z[ recovery-image] Mar 01 00:46:03.786 INFO O| Mar 01 00:46:03.786 INFO STEP 941 (remove_files) COMPLETE
76542026-03-01T00:46:03.667Z[ recovery-image] Mar 01 00:46:03.786 INFO O| Mar 01 00:46:03.786 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552026-03-01T00:46:03.667Z[ recovery-image] Mar 01 00:46:03.798 INFO O| Mar 01 00:46:03.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76562026-03-01T00:46:03.667Z[ recovery-image] Mar 01 00:46:03.798 INFO O| Mar 01 00:46:03.798 INFO STEP 942 (remove_files) COMPLETE
76572026-03-01T00:46:03.667Z[ recovery-image] Mar 01 00:46:03.798 INFO O| Mar 01 00:46:03.798 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582026-03-01T00:46:03.667Z[ recovery-image] Mar 01 00:46:03.807 INFO O| Mar 01 00:46:03.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76592026-03-01T00:46:03.667Z[ recovery-image] Mar 01 00:46:03.807 INFO O| Mar 01 00:46:03.807 INFO STEP 943 (remove_files) COMPLETE
76602026-03-01T00:46:03.667Z[ recovery-image] Mar 01 00:46:03.807 INFO O| Mar 01 00:46:03.807 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612026-03-01T00:46:03.692Z[ recovery-image] Mar 01 00:46:03.817 INFO O| Mar 01 00:46:03.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76622026-03-01T00:46:03.692Z[ recovery-image] Mar 01 00:46:03.817 INFO O| Mar 01 00:46:03.817 INFO STEP 944 (remove_files) COMPLETE
76632026-03-01T00:46:03.692Z[ recovery-image] Mar 01 00:46:03.817 INFO O| Mar 01 00:46:03.817 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642026-03-01T00:46:03.692Z[ recovery-image] Mar 01 00:46:03.827 INFO O| Mar 01 00:46:03.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76652026-03-01T00:46:03.692Z[ recovery-image] Mar 01 00:46:03.827 INFO O| Mar 01 00:46:03.827 INFO STEP 945 (remove_files) COMPLETE
76662026-03-01T00:46:03.693Z[ recovery-image] Mar 01 00:46:03.827 INFO O| Mar 01 00:46:03.827 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672026-03-01T00:46:03.717Z[ recovery-image] Mar 01 00:46:03.837 INFO O| Mar 01 00:46:03.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76682026-03-01T00:46:03.717Z[ recovery-image] Mar 01 00:46:03.837 INFO O| Mar 01 00:46:03.837 INFO STEP 946 (remove_files) COMPLETE
76692026-03-01T00:46:03.717Z[ recovery-image] Mar 01 00:46:03.837 INFO O| Mar 01 00:46:03.837 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702026-03-01T00:46:03.717Z[ recovery-image] Mar 01 00:46:03.846 INFO O| Mar 01 00:46:03.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76712026-03-01T00:46:03.717Z[ recovery-image] Mar 01 00:46:03.846 INFO O| Mar 01 00:46:03.846 INFO STEP 947 (remove_files) COMPLETE
76722026-03-01T00:46:03.717Z[ recovery-image] Mar 01 00:46:03.846 INFO O| Mar 01 00:46:03.846 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732026-03-01T00:46:03.717Z[ recovery-image] Mar 01 00:46:03.856 INFO O| Mar 01 00:46:03.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76742026-03-01T00:46:03.717Z[ recovery-image] Mar 01 00:46:03.856 INFO O| Mar 01 00:46:03.856 INFO STEP 948 (remove_files) COMPLETE
76752026-03-01T00:46:03.717Z[ recovery-image] Mar 01 00:46:03.856 INFO O| Mar 01 00:46:03.856 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762026-03-01T00:46:03.743Z[ recovery-image] Mar 01 00:46:03.866 INFO O| Mar 01 00:46:03.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76772026-03-01T00:46:03.743Z[ recovery-image] Mar 01 00:46:03.866 INFO O| Mar 01 00:46:03.866 INFO STEP 949 (remove_files) COMPLETE
76782026-03-01T00:46:03.743Z[ recovery-image] Mar 01 00:46:03.866 INFO O| Mar 01 00:46:03.866 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792026-03-01T00:46:03.743Z[ recovery-image] Mar 01 00:46:03.875 INFO O| Mar 01 00:46:03.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76802026-03-01T00:46:03.743Z[ recovery-image] Mar 01 00:46:03.875 INFO O| Mar 01 00:46:03.875 INFO STEP 950 (remove_files) COMPLETE
76812026-03-01T00:46:03.743Z[ recovery-image] Mar 01 00:46:03.875 INFO O| Mar 01 00:46:03.875 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822026-03-01T00:46:03.768Z[ recovery-image] Mar 01 00:46:03.886 INFO O| Mar 01 00:46:03.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76832026-03-01T00:46:03.768Z[ recovery-image] Mar 01 00:46:03.886 INFO O| Mar 01 00:46:03.886 INFO STEP 951 (remove_files) COMPLETE
76842026-03-01T00:46:03.768Z[ recovery-image] Mar 01 00:46:03.886 INFO O| Mar 01 00:46:03.886 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852026-03-01T00:46:03.768Z[ recovery-image] Mar 01 00:46:03.895 INFO O| Mar 01 00:46:03.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76862026-03-01T00:46:03.768Z[ recovery-image] Mar 01 00:46:03.896 INFO O| Mar 01 00:46:03.896 INFO STEP 952 (remove_files) COMPLETE
76872026-03-01T00:46:03.768Z[ recovery-image] Mar 01 00:46:03.896 INFO O| Mar 01 00:46:03.896 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882026-03-01T00:46:03.768Z[ recovery-image] Mar 01 00:46:03.905 INFO O| Mar 01 00:46:03.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76892026-03-01T00:46:03.768Z[ recovery-image] Mar 01 00:46:03.905 INFO O| Mar 01 00:46:03.905 INFO STEP 953 (remove_files) COMPLETE
76902026-03-01T00:46:03.768Z[ recovery-image] Mar 01 00:46:03.905 INFO O| Mar 01 00:46:03.905 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912026-03-01T00:46:03.793Z[ recovery-image] Mar 01 00:46:03.915 INFO O| Mar 01 00:46:03.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76922026-03-01T00:46:03.793Z[ recovery-image] Mar 01 00:46:03.915 INFO O| Mar 01 00:46:03.915 INFO STEP 954 (remove_files) COMPLETE
76932026-03-01T00:46:03.793Z[ recovery-image] Mar 01 00:46:03.915 INFO O| Mar 01 00:46:03.915 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942026-03-01T00:46:03.793Z[ recovery-image] Mar 01 00:46:03.925 INFO O| Mar 01 00:46:03.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76952026-03-01T00:46:03.793Z[ recovery-image] Mar 01 00:46:03.925 INFO O| Mar 01 00:46:03.925 INFO STEP 955 (remove_files) COMPLETE
76962026-03-01T00:46:03.793Z[ recovery-image] Mar 01 00:46:03.925 INFO O| Mar 01 00:46:03.925 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972026-03-01T00:46:03.818Z[ recovery-image] Mar 01 00:46:03.935 INFO O| Mar 01 00:46:03.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76982026-03-01T00:46:03.818Z[ recovery-image] Mar 01 00:46:03.935 INFO O| Mar 01 00:46:03.935 INFO STEP 956 (remove_files) COMPLETE
76992026-03-01T00:46:03.818Z[ recovery-image] Mar 01 00:46:03.935 INFO O| Mar 01 00:46:03.935 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002026-03-01T00:46:03.818Z[ recovery-image] Mar 01 00:46:03.945 INFO O| Mar 01 00:46:03.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
77012026-03-01T00:46:03.818Z[ recovery-image] Mar 01 00:46:03.945 INFO O| Mar 01 00:46:03.945 INFO STEP 957 (remove_files) COMPLETE
77022026-03-01T00:46:03.818Z[ recovery-image] Mar 01 00:46:03.945 INFO O| Mar 01 00:46:03.945 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032026-03-01T00:46:03.818Z[ recovery-image] Mar 01 00:46:03.955 INFO O| Mar 01 00:46:03.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
77042026-03-01T00:46:03.819Z[ recovery-image] Mar 01 00:46:03.955 INFO O| Mar 01 00:46:03.955 INFO STEP 958 (remove_files) COMPLETE
77052026-03-01T00:46:03.819Z[ recovery-image] Mar 01 00:46:03.955 INFO O| Mar 01 00:46:03.955 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062026-03-01T00:46:03.844Z[ recovery-image] Mar 01 00:46:03.965 INFO O| Mar 01 00:46:03.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
77072026-03-01T00:46:03.844Z[ recovery-image] Mar 01 00:46:03.965 INFO O| Mar 01 00:46:03.965 INFO STEP 959 (remove_files) COMPLETE
77082026-03-01T00:46:03.844Z[ recovery-image] Mar 01 00:46:03.965 INFO O| Mar 01 00:46:03.965 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092026-03-01T00:46:03.844Z[ recovery-image] Mar 01 00:46:03.974 INFO O| Mar 01 00:46:03.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77102026-03-01T00:46:03.844Z[ recovery-image] Mar 01 00:46:03.974 INFO O| Mar 01 00:46:03.974 INFO STEP 960 (remove_files) COMPLETE
77112026-03-01T00:46:03.844Z[ recovery-image] Mar 01 00:46:03.974 INFO O| Mar 01 00:46:03.974 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122026-03-01T00:46:03.844Z[ recovery-image] Mar 01 00:46:03.984 INFO O| Mar 01 00:46:03.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77132026-03-01T00:46:03.844Z[ recovery-image] Mar 01 00:46:03.984 INFO O| Mar 01 00:46:03.984 INFO STEP 961 (remove_files) COMPLETE
77142026-03-01T00:46:03.844Z[ recovery-image] Mar 01 00:46:03.984 INFO O| Mar 01 00:46:03.984 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152026-03-01T00:46:03.869Z[ recovery-image] Mar 01 00:46:03.994 INFO O| Mar 01 00:46:03.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77162026-03-01T00:46:03.869Z[ recovery-image] Mar 01 00:46:03.994 INFO O| Mar 01 00:46:03.994 INFO STEP 962 (remove_files) COMPLETE
77172026-03-01T00:46:03.869Z[ recovery-image] Mar 01 00:46:03.994 INFO O| Mar 01 00:46:03.994 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182026-03-01T00:46:03.869Z[ recovery-image] Mar 01 00:46:04.004 INFO O| Mar 01 00:46:04.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77192026-03-01T00:46:03.869Z[ recovery-image] Mar 01 00:46:04.004 INFO O| Mar 01 00:46:04.004 INFO STEP 963 (remove_files) COMPLETE
77202026-03-01T00:46:03.869Z[ recovery-image] Mar 01 00:46:04.004 INFO O| Mar 01 00:46:04.004 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212026-03-01T00:46:03.894Z[ recovery-image] Mar 01 00:46:04.014 INFO O| Mar 01 00:46:04.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77222026-03-01T00:46:03.894Z[ recovery-image] Mar 01 00:46:04.014 INFO O| Mar 01 00:46:04.014 INFO STEP 964 (remove_files) COMPLETE
77232026-03-01T00:46:03.894Z[ recovery-image] Mar 01 00:46:04.014 INFO O| Mar 01 00:46:04.014 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242026-03-01T00:46:03.894Z[ recovery-image] Mar 01 00:46:04.024 INFO O| Mar 01 00:46:04.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77252026-03-01T00:46:03.894Z[ recovery-image] Mar 01 00:46:04.024 INFO O| Mar 01 00:46:04.024 INFO STEP 965 (remove_files) COMPLETE
77262026-03-01T00:46:03.894Z[ recovery-image] Mar 01 00:46:04.024 INFO O| Mar 01 00:46:04.024 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272026-03-01T00:46:03.894Z[ recovery-image] Mar 01 00:46:04.034 INFO O| Mar 01 00:46:04.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77282026-03-01T00:46:03.894Z[ recovery-image] Mar 01 00:46:04.034 INFO O| Mar 01 00:46:04.034 INFO STEP 966 (remove_files) COMPLETE
77292026-03-01T00:46:03.894Z[ recovery-image] Mar 01 00:46:04.034 INFO O| Mar 01 00:46:04.034 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302026-03-01T00:46:03.920Z[ recovery-image] Mar 01 00:46:04.043 INFO O| Mar 01 00:46:04.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77312026-03-01T00:46:03.920Z[ recovery-image] Mar 01 00:46:04.044 INFO O| Mar 01 00:46:04.044 INFO STEP 967 (remove_files) COMPLETE
77322026-03-01T00:46:03.920Z[ recovery-image] Mar 01 00:46:04.044 INFO O| Mar 01 00:46:04.044 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332026-03-01T00:46:03.920Z[ recovery-image] Mar 01 00:46:04.054 INFO O| Mar 01 00:46:04.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77342026-03-01T00:46:03.920Z[ recovery-image] Mar 01 00:46:04.054 INFO O| Mar 01 00:46:04.054 INFO STEP 968 (remove_files) COMPLETE
77352026-03-01T00:46:03.920Z[ recovery-image] Mar 01 00:46:04.054 INFO O| Mar 01 00:46:04.054 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362026-03-01T00:46:03.945Z[ recovery-image] Mar 01 00:46:04.064 INFO O| Mar 01 00:46:04.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77372026-03-01T00:46:03.945Z[ recovery-image] Mar 01 00:46:04.064 INFO O| Mar 01 00:46:04.064 INFO STEP 969 (remove_files) COMPLETE
77382026-03-01T00:46:03.945Z[ recovery-image] Mar 01 00:46:04.064 INFO O| Mar 01 00:46:04.064 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392026-03-01T00:46:03.945Z[ recovery-image] Mar 01 00:46:04.074 INFO O| Mar 01 00:46:04.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77402026-03-01T00:46:03.945Z[ recovery-image] Mar 01 00:46:04.074 INFO O| Mar 01 00:46:04.074 INFO STEP 970 (remove_files) COMPLETE
77412026-03-01T00:46:03.945Z[ recovery-image] Mar 01 00:46:04.074 INFO O| Mar 01 00:46:04.074 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422026-03-01T00:46:03.945Z[ recovery-image] Mar 01 00:46:04.083 INFO O| Mar 01 00:46:04.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77432026-03-01T00:46:03.945Z[ recovery-image] Mar 01 00:46:04.083 INFO O| Mar 01 00:46:04.083 INFO STEP 971 (remove_files) COMPLETE
77442026-03-01T00:46:03.945Z[ recovery-image] Mar 01 00:46:04.084 INFO O| Mar 01 00:46:04.083 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452026-03-01T00:46:03.970Z[ recovery-image] Mar 01 00:46:04.093 INFO O| Mar 01 00:46:04.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77462026-03-01T00:46:03.970Z[ recovery-image] Mar 01 00:46:04.093 INFO O| Mar 01 00:46:04.093 INFO STEP 972 (remove_files) COMPLETE
77472026-03-01T00:46:03.970Z[ recovery-image] Mar 01 00:46:04.093 INFO O| Mar 01 00:46:04.093 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482026-03-01T00:46:03.970Z[ recovery-image] Mar 01 00:46:04.103 INFO O| Mar 01 00:46:04.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77492026-03-01T00:46:03.970Z[ recovery-image] Mar 01 00:46:04.103 INFO O| Mar 01 00:46:04.103 INFO STEP 973 (remove_files) COMPLETE
77502026-03-01T00:46:03.970Z[ recovery-image] Mar 01 00:46:04.103 INFO O| Mar 01 00:46:04.103 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512026-03-01T00:46:03.995Z[ recovery-image] Mar 01 00:46:04.113 INFO O| Mar 01 00:46:04.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77522026-03-01T00:46:03.995Z[ recovery-image] Mar 01 00:46:04.113 INFO O| Mar 01 00:46:04.113 INFO STEP 974 (remove_files) COMPLETE
77532026-03-01T00:46:03.995Z[ recovery-image] Mar 01 00:46:04.113 INFO O| Mar 01 00:46:04.113 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542026-03-01T00:46:03.995Z[ recovery-image] Mar 01 00:46:04.123 INFO O| Mar 01 00:46:04.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77552026-03-01T00:46:03.995Z[ recovery-image] Mar 01 00:46:04.123 INFO O| Mar 01 00:46:04.123 INFO STEP 975 (remove_files) COMPLETE
77562026-03-01T00:46:03.995Z[ recovery-image] Mar 01 00:46:04.123 INFO O| Mar 01 00:46:04.123 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572026-03-01T00:46:03.995Z[ recovery-image] Mar 01 00:46:04.133 INFO O| Mar 01 00:46:04.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77582026-03-01T00:46:03.995Z[ recovery-image] Mar 01 00:46:04.133 INFO O| Mar 01 00:46:04.133 INFO STEP 976 (remove_files) COMPLETE
77592026-03-01T00:46:03.995Z[ recovery-image] Mar 01 00:46:04.133 INFO O| Mar 01 00:46:04.133 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602026-03-01T00:46:04.020Z[ recovery-image] Mar 01 00:46:04.143 INFO O| Mar 01 00:46:04.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77612026-03-01T00:46:04.021Z[ recovery-image] Mar 01 00:46:04.143 INFO O| Mar 01 00:46:04.143 INFO STEP 977 (remove_files) COMPLETE
77622026-03-01T00:46:04.021Z[ recovery-image] Mar 01 00:46:04.143 INFO O| Mar 01 00:46:04.143 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632026-03-01T00:46:04.021Z[ recovery-image] Mar 01 00:46:04.153 INFO O| Mar 01 00:46:04.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77642026-03-01T00:46:04.021Z[ recovery-image] Mar 01 00:46:04.153 INFO O| Mar 01 00:46:04.153 INFO STEP 978 (remove_files) COMPLETE
77652026-03-01T00:46:04.021Z[ recovery-image] Mar 01 00:46:04.153 INFO O| Mar 01 00:46:04.153 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662026-03-01T00:46:04.046Z[ recovery-image] Mar 01 00:46:04.164 INFO O| Mar 01 00:46:04.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77672026-03-01T00:46:04.046Z[ recovery-image] Mar 01 00:46:04.164 INFO O| Mar 01 00:46:04.164 INFO STEP 979 (remove_files) COMPLETE
77682026-03-01T00:46:04.046Z[ recovery-image] Mar 01 00:46:04.164 INFO O| Mar 01 00:46:04.164 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692026-03-01T00:46:04.046Z[ recovery-image] Mar 01 00:46:04.175 INFO O| Mar 01 00:46:04.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77702026-03-01T00:46:04.046Z[ recovery-image] Mar 01 00:46:04.175 INFO O| Mar 01 00:46:04.175 INFO STEP 980 (remove_files) COMPLETE
77712026-03-01T00:46:04.046Z[ recovery-image] Mar 01 00:46:04.175 INFO O| Mar 01 00:46:04.175 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722026-03-01T00:46:04.046Z[ recovery-image] Mar 01 00:46:04.185 INFO O| Mar 01 00:46:04.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77732026-03-01T00:46:04.046Z[ recovery-image] Mar 01 00:46:04.185 INFO O| Mar 01 00:46:04.185 INFO STEP 981 (remove_files) COMPLETE
77742026-03-01T00:46:04.046Z[ recovery-image] Mar 01 00:46:04.185 INFO O| Mar 01 00:46:04.185 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752026-03-01T00:46:04.071Z[ recovery-image] Mar 01 00:46:04.195 INFO O| Mar 01 00:46:04.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77762026-03-01T00:46:04.071Z[ recovery-image] Mar 01 00:46:04.195 INFO O| Mar 01 00:46:04.195 INFO STEP 982 (remove_files) COMPLETE
77772026-03-01T00:46:04.071Z[ recovery-image] Mar 01 00:46:04.195 INFO O| Mar 01 00:46:04.195 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782026-03-01T00:46:04.071Z[ recovery-image] Mar 01 00:46:04.206 INFO O| Mar 01 00:46:04.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77792026-03-01T00:46:04.071Z[ recovery-image] Mar 01 00:46:04.206 INFO O| Mar 01 00:46:04.206 INFO STEP 983 (remove_files) COMPLETE
77802026-03-01T00:46:04.071Z[ recovery-image] Mar 01 00:46:04.206 INFO O| Mar 01 00:46:04.206 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812026-03-01T00:46:04.096Z[ recovery-image] Mar 01 00:46:04.216 INFO O| Mar 01 00:46:04.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77822026-03-01T00:46:04.096Z[ recovery-image] Mar 01 00:46:04.216 INFO O| Mar 01 00:46:04.216 INFO STEP 984 (remove_files) COMPLETE
77832026-03-01T00:46:04.096Z[ recovery-image] Mar 01 00:46:04.216 INFO O| Mar 01 00:46:04.216 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842026-03-01T00:46:04.096Z[ recovery-image] Mar 01 00:46:04.226 INFO O| Mar 01 00:46:04.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77852026-03-01T00:46:04.096Z[ recovery-image] Mar 01 00:46:04.226 INFO O| Mar 01 00:46:04.226 INFO STEP 985 (remove_files) COMPLETE
77862026-03-01T00:46:04.096Z[ recovery-image] Mar 01 00:46:04.226 INFO O| Mar 01 00:46:04.226 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872026-03-01T00:46:04.096Z[ recovery-image] Mar 01 00:46:04.237 INFO O| Mar 01 00:46:04.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77882026-03-01T00:46:04.096Z[ recovery-image] Mar 01 00:46:04.237 INFO O| Mar 01 00:46:04.237 INFO STEP 986 (remove_files) COMPLETE
77892026-03-01T00:46:04.096Z[ recovery-image] Mar 01 00:46:04.237 INFO O| Mar 01 00:46:04.237 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902026-03-01T00:46:04.122Z[ recovery-image] Mar 01 00:46:04.247 INFO O| Mar 01 00:46:04.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77912026-03-01T00:46:04.122Z[ recovery-image] Mar 01 00:46:04.247 INFO O| Mar 01 00:46:04.247 INFO STEP 987 (remove_files) COMPLETE
77922026-03-01T00:46:04.122Z[ recovery-image] Mar 01 00:46:04.247 INFO O| Mar 01 00:46:04.247 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932026-03-01T00:46:04.122Z[ recovery-image] Mar 01 00:46:04.257 INFO O| Mar 01 00:46:04.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77942026-03-01T00:46:04.122Z[ recovery-image] Mar 01 00:46:04.257 INFO O| Mar 01 00:46:04.257 INFO STEP 988 (remove_files) COMPLETE
77952026-03-01T00:46:04.122Z[ recovery-image] Mar 01 00:46:04.257 INFO O| Mar 01 00:46:04.257 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962026-03-01T00:46:04.147Z[ recovery-image] Mar 01 00:46:04.272 INFO O| Mar 01 00:46:04.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77972026-03-01T00:46:04.147Z[ recovery-image] Mar 01 00:46:04.272 INFO O| Mar 01 00:46:04.272 INFO STEP 989 (remove_files) COMPLETE
77982026-03-01T00:46:04.147Z[ recovery-image] Mar 01 00:46:04.272 INFO O| Mar 01 00:46:04.272 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992026-03-01T00:46:04.147Z[ recovery-image] Mar 01 00:46:04.284 INFO O| Mar 01 00:46:04.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
78002026-03-01T00:46:04.147Z[ recovery-image] Mar 01 00:46:04.284 INFO O| Mar 01 00:46:04.284 INFO STEP 990 (remove_files) COMPLETE
78012026-03-01T00:46:04.147Z[ recovery-image] Mar 01 00:46:04.284 INFO O| Mar 01 00:46:04.284 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022026-03-01T00:46:04.172Z[ recovery-image] Mar 01 00:46:04.295 INFO O| Mar 01 00:46:04.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
78032026-03-01T00:46:04.172Z[ recovery-image] Mar 01 00:46:04.295 INFO O| Mar 01 00:46:04.295 INFO STEP 991 (remove_files) COMPLETE
78042026-03-01T00:46:04.172Z[ recovery-image] Mar 01 00:46:04.295 INFO O| Mar 01 00:46:04.295 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052026-03-01T00:46:04.172Z[ recovery-image] Mar 01 00:46:04.305 INFO O| Mar 01 00:46:04.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
78062026-03-01T00:46:04.172Z[ recovery-image] Mar 01 00:46:04.306 INFO O| Mar 01 00:46:04.305 INFO STEP 992 (remove_files) COMPLETE
78072026-03-01T00:46:04.172Z[ recovery-image] Mar 01 00:46:04.306 INFO O| Mar 01 00:46:04.305 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082026-03-01T00:46:04.197Z[ recovery-image] Mar 01 00:46:04.316 INFO O| Mar 01 00:46:04.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78092026-03-01T00:46:04.197Z[ recovery-image] Mar 01 00:46:04.316 INFO O| Mar 01 00:46:04.316 INFO STEP 993 (remove_files) COMPLETE
78102026-03-01T00:46:04.197Z[ recovery-image] Mar 01 00:46:04.316 INFO O| Mar 01 00:46:04.316 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112026-03-01T00:46:04.197Z[ recovery-image] Mar 01 00:46:04.326 INFO O| Mar 01 00:46:04.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78122026-03-01T00:46:04.197Z[ recovery-image] Mar 01 00:46:04.326 INFO O| Mar 01 00:46:04.326 INFO STEP 994 (remove_files) COMPLETE
78132026-03-01T00:46:04.197Z[ recovery-image] Mar 01 00:46:04.326 INFO O| Mar 01 00:46:04.326 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142026-03-01T00:46:04.198Z[ recovery-image] Mar 01 00:46:04.336 INFO O| Mar 01 00:46:04.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78152026-03-01T00:46:04.198Z[ recovery-image] Mar 01 00:46:04.336 INFO O| Mar 01 00:46:04.336 INFO STEP 995 (remove_files) COMPLETE
78162026-03-01T00:46:04.198Z[ recovery-image] Mar 01 00:46:04.336 INFO O| Mar 01 00:46:04.336 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172026-03-01T00:46:04.222Z[ recovery-image] Mar 01 00:46:04.348 INFO O| Mar 01 00:46:04.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78182026-03-01T00:46:04.223Z[ recovery-image] Mar 01 00:46:04.349 INFO O| Mar 01 00:46:04.348 INFO STEP 996 (remove_files) COMPLETE
78192026-03-01T00:46:04.223Z[ recovery-image] Mar 01 00:46:04.349 INFO O| Mar 01 00:46:04.349 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202026-03-01T00:46:04.223Z[ recovery-image] Mar 01 00:46:04.359 INFO O| Mar 01 00:46:04.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78212026-03-01T00:46:04.223Z[ recovery-image] Mar 01 00:46:04.359 INFO O| Mar 01 00:46:04.359 INFO STEP 997 (remove_files) COMPLETE
78222026-03-01T00:46:04.223Z[ recovery-image] Mar 01 00:46:04.359 INFO O| Mar 01 00:46:04.359 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232026-03-01T00:46:04.248Z[ recovery-image] Mar 01 00:46:04.373 INFO O| Mar 01 00:46:04.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78242026-03-01T00:46:04.248Z[ recovery-image] Mar 01 00:46:04.373 INFO O| Mar 01 00:46:04.373 INFO STEP 998 (remove_files) COMPLETE
78252026-03-01T00:46:04.248Z[ recovery-image] Mar 01 00:46:04.373 INFO O| Mar 01 00:46:04.373 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262026-03-01T00:46:04.248Z[ recovery-image] Mar 01 00:46:04.384 INFO O| Mar 01 00:46:04.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78272026-03-01T00:46:04.248Z[ recovery-image] Mar 01 00:46:04.384 INFO O| Mar 01 00:46:04.384 INFO STEP 999 (remove_files) COMPLETE
78282026-03-01T00:46:04.248Z[ recovery-image] Mar 01 00:46:04.384 INFO O| Mar 01 00:46:04.384 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292026-03-01T00:46:04.273Z[ recovery-image] Mar 01 00:46:04.394 INFO O| Mar 01 00:46:04.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78302026-03-01T00:46:04.273Z[ recovery-image] Mar 01 00:46:04.394 INFO O| Mar 01 00:46:04.394 INFO STEP 1000 (remove_files) COMPLETE
78312026-03-01T00:46:04.273Z[ recovery-image] Mar 01 00:46:04.394 INFO O| Mar 01 00:46:04.394 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322026-03-01T00:46:04.273Z[ recovery-image] Mar 01 00:46:04.407 INFO O| Mar 01 00:46:04.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78332026-03-01T00:46:04.273Z[ recovery-image] Mar 01 00:46:04.407 INFO O| Mar 01 00:46:04.407 INFO STEP 1001 (remove_files) COMPLETE
78342026-03-01T00:46:04.273Z[ recovery-image] Mar 01 00:46:04.407 INFO O| Mar 01 00:46:04.407 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352026-03-01T00:46:04.298Z[ recovery-image] Mar 01 00:46:04.419 INFO O| Mar 01 00:46:04.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78362026-03-01T00:46:04.298Z[ recovery-image] Mar 01 00:46:04.419 INFO O| Mar 01 00:46:04.419 INFO STEP 1002 (remove_files) COMPLETE
78372026-03-01T00:46:04.298Z[ recovery-image] Mar 01 00:46:04.419 INFO O| Mar 01 00:46:04.419 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382026-03-01T00:46:04.298Z[ recovery-image] Mar 01 00:46:04.432 INFO O| Mar 01 00:46:04.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78392026-03-01T00:46:04.298Z[ recovery-image] Mar 01 00:46:04.432 INFO O| Mar 01 00:46:04.432 INFO STEP 1003 (remove_files) COMPLETE
78402026-03-01T00:46:04.298Z[ recovery-image] Mar 01 00:46:04.432 INFO O| Mar 01 00:46:04.432 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412026-03-01T00:46:04.323Z[ recovery-image] Mar 01 00:46:04.444 INFO O| Mar 01 00:46:04.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78422026-03-01T00:46:04.324Z[ recovery-image] Mar 01 00:46:04.444 INFO O| Mar 01 00:46:04.444 INFO STEP 1004 (remove_files) COMPLETE
78432026-03-01T00:46:04.324Z[ recovery-image] Mar 01 00:46:04.444 INFO O| Mar 01 00:46:04.444 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442026-03-01T00:46:04.324Z[ recovery-image] Mar 01 00:46:04.453 INFO O| Mar 01 00:46:04.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78452026-03-01T00:46:04.324Z[ recovery-image] Mar 01 00:46:04.454 INFO O| Mar 01 00:46:04.454 INFO STEP 1005 (remove_files) COMPLETE
78462026-03-01T00:46:04.324Z[ recovery-image] Mar 01 00:46:04.454 INFO O| Mar 01 00:46:04.454 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472026-03-01T00:46:04.349Z[ recovery-image] Mar 01 00:46:04.464 INFO O| Mar 01 00:46:04.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78482026-03-01T00:46:04.349Z[ recovery-image] Mar 01 00:46:04.465 INFO O| Mar 01 00:46:04.465 INFO STEP 1006 (remove_files) COMPLETE
78492026-03-01T00:46:04.349Z[ recovery-image] Mar 01 00:46:04.465 INFO O| Mar 01 00:46:04.465 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502026-03-01T00:46:04.349Z[ recovery-image] Mar 01 00:46:04.474 INFO O| Mar 01 00:46:04.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78512026-03-01T00:46:04.349Z[ recovery-image] Mar 01 00:46:04.474 INFO O| Mar 01 00:46:04.474 INFO STEP 1007 (remove_files) COMPLETE
78522026-03-01T00:46:04.349Z[ recovery-image] Mar 01 00:46:04.474 INFO O| Mar 01 00:46:04.474 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532026-03-01T00:46:04.349Z[ recovery-image] Mar 01 00:46:04.486 INFO O| Mar 01 00:46:04.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78542026-03-01T00:46:04.349Z[ recovery-image] Mar 01 00:46:04.486 INFO O| Mar 01 00:46:04.486 INFO STEP 1008 (remove_files) COMPLETE
78552026-03-01T00:46:04.349Z[ recovery-image] Mar 01 00:46:04.486 INFO O| Mar 01 00:46:04.486 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562026-03-01T00:46:04.381Z[ recovery-image] Mar 01 00:46:04.496 INFO O| Mar 01 00:46:04.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78572026-03-01T00:46:04.381Z[ recovery-image] Mar 01 00:46:04.496 INFO O| Mar 01 00:46:04.496 INFO STEP 1009 (remove_files) COMPLETE
78582026-03-01T00:46:04.382Z[ recovery-image] Mar 01 00:46:04.496 INFO O| Mar 01 00:46:04.496 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592026-03-01T00:46:04.382Z[ recovery-image] Mar 01 00:46:04.506 INFO O| Mar 01 00:46:04.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78602026-03-01T00:46:04.382Z[ recovery-image] Mar 01 00:46:04.506 INFO O| Mar 01 00:46:04.506 INFO STEP 1010 (remove_files) COMPLETE
78612026-03-01T00:46:04.382Z[ recovery-image] Mar 01 00:46:04.506 INFO O| Mar 01 00:46:04.506 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622026-03-01T00:46:04.382Z[ recovery-image] Mar 01 00:46:04.515 INFO O| Mar 01 00:46:04.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78632026-03-01T00:46:04.382Z[ recovery-image] Mar 01 00:46:04.516 INFO O| Mar 01 00:46:04.516 INFO STEP 1011 (remove_files) COMPLETE
78642026-03-01T00:46:04.382Z[ recovery-image] Mar 01 00:46:04.516 INFO O| Mar 01 00:46:04.516 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652026-03-01T00:46:04.408Z[ recovery-image] Mar 01 00:46:04.525 INFO O| Mar 01 00:46:04.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78662026-03-01T00:46:04.408Z[ recovery-image] Mar 01 00:46:04.525 INFO O| Mar 01 00:46:04.525 INFO STEP 1012 (remove_files) COMPLETE
78672026-03-01T00:46:04.408Z[ recovery-image] Mar 01 00:46:04.525 INFO O| Mar 01 00:46:04.525 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682026-03-01T00:46:04.408Z[ recovery-image] Mar 01 00:46:04.536 INFO O| Mar 01 00:46:04.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78692026-03-01T00:46:04.408Z[ recovery-image] Mar 01 00:46:04.536 INFO O| Mar 01 00:46:04.536 INFO STEP 1013 (remove_files) COMPLETE
78702026-03-01T00:46:04.408Z[ recovery-image] Mar 01 00:46:04.536 INFO O| Mar 01 00:46:04.536 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712026-03-01T00:46:04.408Z[ recovery-image] Mar 01 00:46:04.546 INFO O| Mar 01 00:46:04.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78722026-03-01T00:46:04.408Z[ recovery-image] Mar 01 00:46:04.546 INFO O| Mar 01 00:46:04.546 INFO STEP 1014 (remove_files) COMPLETE
78732026-03-01T00:46:04.409Z[ recovery-image] Mar 01 00:46:04.546 INFO O| Mar 01 00:46:04.546 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742026-03-01T00:46:04.434Z[ recovery-image] Mar 01 00:46:04.556 INFO O| Mar 01 00:46:04.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78752026-03-01T00:46:04.434Z[ recovery-image] Mar 01 00:46:04.556 INFO O| Mar 01 00:46:04.556 INFO STEP 1015 (remove_files) COMPLETE
78762026-03-01T00:46:04.434Z[ recovery-image] Mar 01 00:46:04.556 INFO O| Mar 01 00:46:04.556 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772026-03-01T00:46:04.434Z[ recovery-image] Mar 01 00:46:04.566 INFO O| Mar 01 00:46:04.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78782026-03-01T00:46:04.434Z[ recovery-image] Mar 01 00:46:04.566 INFO O| Mar 01 00:46:04.566 INFO STEP 1016 (remove_files) COMPLETE
78792026-03-01T00:46:04.434Z[ recovery-image] Mar 01 00:46:04.566 INFO O| Mar 01 00:46:04.566 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802026-03-01T00:46:04.459Z[ recovery-image] Mar 01 00:46:04.579 INFO O| Mar 01 00:46:04.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78812026-03-01T00:46:04.459Z[ recovery-image] Mar 01 00:46:04.579 INFO O| Mar 01 00:46:04.579 INFO STEP 1017 (remove_files) COMPLETE
78822026-03-01T00:46:04.459Z[ recovery-image] Mar 01 00:46:04.579 INFO O| Mar 01 00:46:04.579 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832026-03-01T00:46:04.459Z[ recovery-image] Mar 01 00:46:04.589 INFO O| Mar 01 00:46:04.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78842026-03-01T00:46:04.459Z[ recovery-image] Mar 01 00:46:04.589 INFO O| Mar 01 00:46:04.589 INFO STEP 1018 (remove_files) COMPLETE
78852026-03-01T00:46:04.459Z[ recovery-image] Mar 01 00:46:04.589 INFO O| Mar 01 00:46:04.589 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862026-03-01T00:46:04.459Z[ recovery-image] Mar 01 00:46:04.599 INFO O| Mar 01 00:46:04.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78872026-03-01T00:46:04.459Z[ recovery-image] Mar 01 00:46:04.599 INFO O| Mar 01 00:46:04.599 INFO STEP 1019 (remove_files) COMPLETE
78882026-03-01T00:46:04.459Z[ recovery-image] Mar 01 00:46:04.599 INFO O| Mar 01 00:46:04.599 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892026-03-01T00:46:04.484Z[ recovery-image] Mar 01 00:46:04.608 INFO O| Mar 01 00:46:04.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78902026-03-01T00:46:04.484Z[ recovery-image] Mar 01 00:46:04.609 INFO O| Mar 01 00:46:04.608 INFO STEP 1020 (remove_files) COMPLETE
78912026-03-01T00:46:04.484Z[ recovery-image] Mar 01 00:46:04.609 INFO O| Mar 01 00:46:04.609 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922026-03-01T00:46:04.484Z[ recovery-image] Mar 01 00:46:04.618 INFO O| Mar 01 00:46:04.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78932026-03-01T00:46:04.484Z[ recovery-image] Mar 01 00:46:04.618 INFO O| Mar 01 00:46:04.618 INFO STEP 1021 (remove_files) COMPLETE
78942026-03-01T00:46:04.484Z[ recovery-image] Mar 01 00:46:04.618 INFO O| Mar 01 00:46:04.618 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952026-03-01T00:46:04.509Z[ recovery-image] Mar 01 00:46:04.628 INFO O| Mar 01 00:46:04.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78962026-03-01T00:46:04.509Z[ recovery-image] Mar 01 00:46:04.628 INFO O| Mar 01 00:46:04.628 INFO STEP 1022 (remove_files) COMPLETE
78972026-03-01T00:46:04.510Z[ recovery-image] Mar 01 00:46:04.628 INFO O| Mar 01 00:46:04.628 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982026-03-01T00:46:04.535Z[ recovery-image] Mar 01 00:46:04.656 INFO O| Mar 01 00:46:04.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78992026-03-01T00:46:04.535Z[ recovery-image] Mar 01 00:46:04.656 INFO O| Mar 01 00:46:04.656 INFO STEP 1023 (remove_files) COMPLETE
79002026-03-01T00:46:04.535Z[ recovery-image] Mar 01 00:46:04.656 INFO O| Mar 01 00:46:04.656 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012026-03-01T00:46:04.535Z[ recovery-image] Mar 01 00:46:04.673 INFO O| Mar 01 00:46:04.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
79022026-03-01T00:46:04.535Z[ recovery-image] Mar 01 00:46:04.674 INFO O| Mar 01 00:46:04.674 INFO STEP 1024 (remove_files) COMPLETE
79032026-03-01T00:46:04.535Z[ recovery-image] Mar 01 00:46:04.674 INFO O| Mar 01 00:46:04.674 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042026-03-01T00:46:04.560Z[ recovery-image] Mar 01 00:46:04.688 INFO O| Mar 01 00:46:04.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
79052026-03-01T00:46:04.560Z[ recovery-image] Mar 01 00:46:04.688 INFO O| Mar 01 00:46:04.688 INFO STEP 1025 (remove_files) COMPLETE
79062026-03-01T00:46:04.560Z[ recovery-image] Mar 01 00:46:04.688 INFO O| Mar 01 00:46:04.688 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072026-03-01T00:46:04.585Z[ recovery-image] Mar 01 00:46:04.703 INFO O| Mar 01 00:46:04.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
79082026-03-01T00:46:04.585Z[ recovery-image] Mar 01 00:46:04.703 INFO O| Mar 01 00:46:04.703 INFO STEP 1026 (remove_files) COMPLETE
79092026-03-01T00:46:04.585Z[ recovery-image] Mar 01 00:46:04.703 INFO O| Mar 01 00:46:04.703 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102026-03-01T00:46:04.585Z[ recovery-image] Mar 01 00:46:04.718 INFO O| Mar 01 00:46:04.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79112026-03-01T00:46:04.585Z[ recovery-image] Mar 01 00:46:04.718 INFO O| Mar 01 00:46:04.718 INFO STEP 1027 (remove_files) COMPLETE
79122026-03-01T00:46:04.585Z[ recovery-image] Mar 01 00:46:04.718 INFO O| Mar 01 00:46:04.718 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132026-03-01T00:46:04.611Z[ recovery-image] Mar 01 00:46:04.728 INFO O| Mar 01 00:46:04.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79142026-03-01T00:46:04.611Z[ recovery-image] Mar 01 00:46:04.728 INFO O| Mar 01 00:46:04.728 INFO STEP 1028 (remove_files) COMPLETE
79152026-03-01T00:46:04.611Z[ recovery-image] Mar 01 00:46:04.728 INFO O| Mar 01 00:46:04.728 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162026-03-01T00:46:04.611Z[ recovery-image] Mar 01 00:46:04.737 INFO O| Mar 01 00:46:04.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79172026-03-01T00:46:04.611Z[ recovery-image] Mar 01 00:46:04.737 INFO O| Mar 01 00:46:04.737 INFO STEP 1029 (remove_files) COMPLETE
79182026-03-01T00:46:04.611Z[ recovery-image] Mar 01 00:46:04.737 INFO O| Mar 01 00:46:04.737 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192026-03-01T00:46:04.611Z[ recovery-image] Mar 01 00:46:04.747 INFO O| Mar 01 00:46:04.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79202026-03-01T00:46:04.611Z[ recovery-image] Mar 01 00:46:04.747 INFO O| Mar 01 00:46:04.747 INFO STEP 1030 (remove_files) COMPLETE
79212026-03-01T00:46:04.611Z[ recovery-image] Mar 01 00:46:04.747 INFO O| Mar 01 00:46:04.747 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222026-03-01T00:46:04.636Z[ recovery-image] Mar 01 00:46:04.757 INFO O| Mar 01 00:46:04.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79232026-03-01T00:46:04.636Z[ recovery-image] Mar 01 00:46:04.757 INFO O| Mar 01 00:46:04.757 INFO STEP 1031 (remove_files) COMPLETE
79242026-03-01T00:46:04.636Z[ recovery-image] Mar 01 00:46:04.757 INFO O| Mar 01 00:46:04.757 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252026-03-01T00:46:04.636Z[ recovery-image] Mar 01 00:46:04.766 INFO O| Mar 01 00:46:04.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79262026-03-01T00:46:04.636Z[ recovery-image] Mar 01 00:46:04.766 INFO O| Mar 01 00:46:04.766 INFO STEP 1032 (remove_files) COMPLETE
79272026-03-01T00:46:04.636Z[ recovery-image] Mar 01 00:46:04.766 INFO O| Mar 01 00:46:04.766 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282026-03-01T00:46:04.636Z[ recovery-image] Mar 01 00:46:04.776 INFO O| Mar 01 00:46:04.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79292026-03-01T00:46:04.636Z[ recovery-image] Mar 01 00:46:04.777 INFO O| Mar 01 00:46:04.777 INFO STEP 1033 (remove_files) COMPLETE
79302026-03-01T00:46:04.636Z[ recovery-image] Mar 01 00:46:04.777 INFO O| Mar 01 00:46:04.777 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312026-03-01T00:46:04.661Z[ recovery-image] Mar 01 00:46:04.787 INFO O| Mar 01 00:46:04.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79322026-03-01T00:46:04.661Z[ recovery-image] Mar 01 00:46:04.787 INFO O| Mar 01 00:46:04.787 INFO STEP 1034 (remove_files) COMPLETE
79332026-03-01T00:46:04.661Z[ recovery-image] Mar 01 00:46:04.787 INFO O| Mar 01 00:46:04.787 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342026-03-01T00:46:04.662Z[ recovery-image] Mar 01 00:46:04.798 INFO O| Mar 01 00:46:04.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79352026-03-01T00:46:04.662Z[ recovery-image] Mar 01 00:46:04.798 INFO O| Mar 01 00:46:04.798 INFO STEP 1035 (remove_files) COMPLETE
79362026-03-01T00:46:04.662Z[ recovery-image] Mar 01 00:46:04.798 INFO O| Mar 01 00:46:04.798 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372026-03-01T00:46:04.686Z[ recovery-image] Mar 01 00:46:04.809 INFO O| Mar 01 00:46:04.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79382026-03-01T00:46:04.686Z[ recovery-image] Mar 01 00:46:04.809 INFO O| Mar 01 00:46:04.809 INFO STEP 1036 (remove_files) COMPLETE
79392026-03-01T00:46:04.686Z[ recovery-image] Mar 01 00:46:04.809 INFO O| Mar 01 00:46:04.809 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402026-03-01T00:46:04.686Z[ recovery-image] Mar 01 00:46:04.819 INFO O| Mar 01 00:46:04.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79412026-03-01T00:46:04.687Z[ recovery-image] Mar 01 00:46:04.820 INFO O| Mar 01 00:46:04.820 INFO STEP 1037 (remove_files) COMPLETE
79422026-03-01T00:46:04.687Z[ recovery-image] Mar 01 00:46:04.820 INFO O| Mar 01 00:46:04.820 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432026-03-01T00:46:04.712Z[ recovery-image] Mar 01 00:46:04.831 INFO O| Mar 01 00:46:04.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79442026-03-01T00:46:04.712Z[ recovery-image] Mar 01 00:46:04.831 INFO O| Mar 01 00:46:04.831 INFO STEP 1038 (remove_files) COMPLETE
79452026-03-01T00:46:04.712Z[ recovery-image] Mar 01 00:46:04.831 INFO O| Mar 01 00:46:04.831 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462026-03-01T00:46:04.712Z[ recovery-image] Mar 01 00:46:04.842 INFO O| Mar 01 00:46:04.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79472026-03-01T00:46:04.712Z[ recovery-image] Mar 01 00:46:04.842 INFO O| Mar 01 00:46:04.842 INFO STEP 1039 (remove_files) COMPLETE
79482026-03-01T00:46:04.712Z[ recovery-image] Mar 01 00:46:04.842 INFO O| Mar 01 00:46:04.842 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492026-03-01T00:46:04.737Z[ recovery-image] Mar 01 00:46:04.856 INFO O| Mar 01 00:46:04.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79502026-03-01T00:46:04.737Z[ recovery-image] Mar 01 00:46:04.856 INFO O| Mar 01 00:46:04.856 INFO STEP 1040 (remove_files) COMPLETE
79512026-03-01T00:46:04.737Z[ recovery-image] Mar 01 00:46:04.856 INFO O| Mar 01 00:46:04.856 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522026-03-01T00:46:04.737Z[ recovery-image] Mar 01 00:46:04.867 INFO O| Mar 01 00:46:04.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79532026-03-01T00:46:04.737Z[ recovery-image] Mar 01 00:46:04.867 INFO O| Mar 01 00:46:04.867 INFO STEP 1041 (remove_files) COMPLETE
79542026-03-01T00:46:04.737Z[ recovery-image] Mar 01 00:46:04.867 INFO O| Mar 01 00:46:04.867 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552026-03-01T00:46:04.762Z[ recovery-image] Mar 01 00:46:04.878 INFO O| Mar 01 00:46:04.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79562026-03-01T00:46:04.762Z[ recovery-image] Mar 01 00:46:04.878 INFO O| Mar 01 00:46:04.878 INFO STEP 1042 (remove_files) COMPLETE
79572026-03-01T00:46:04.762Z[ recovery-image] Mar 01 00:46:04.878 INFO O| Mar 01 00:46:04.878 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582026-03-01T00:46:04.762Z[ recovery-image] Mar 01 00:46:04.890 INFO O| Mar 01 00:46:04.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79592026-03-01T00:46:04.762Z[ recovery-image] Mar 01 00:46:04.890 INFO O| Mar 01 00:46:04.890 INFO STEP 1043 (remove_files) COMPLETE
79602026-03-01T00:46:04.762Z[ recovery-image] Mar 01 00:46:04.890 INFO O| Mar 01 00:46:04.890 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612026-03-01T00:46:04.787Z[ recovery-image] Mar 01 00:46:04.905 INFO O| Mar 01 00:46:04.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79622026-03-01T00:46:04.788Z[ recovery-image] Mar 01 00:46:04.905 INFO O| Mar 01 00:46:04.905 INFO STEP 1044 (remove_files) COMPLETE
79632026-03-01T00:46:04.788Z[ recovery-image] Mar 01 00:46:04.905 INFO O| Mar 01 00:46:04.905 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642026-03-01T00:46:04.788Z[ recovery-image] Mar 01 00:46:04.916 INFO O| Mar 01 00:46:04.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79652026-03-01T00:46:04.788Z[ recovery-image] Mar 01 00:46:04.916 INFO O| Mar 01 00:46:04.916 INFO STEP 1045 (remove_files) COMPLETE
79662026-03-01T00:46:04.788Z[ recovery-image] Mar 01 00:46:04.916 INFO O| Mar 01 00:46:04.916 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672026-03-01T00:46:04.788Z[ recovery-image] Mar 01 00:46:04.928 INFO O| Mar 01 00:46:04.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79682026-03-01T00:46:04.788Z[ recovery-image] Mar 01 00:46:04.928 INFO O| Mar 01 00:46:04.928 INFO STEP 1046 (remove_files) COMPLETE
79692026-03-01T00:46:04.788Z[ recovery-image] Mar 01 00:46:04.928 INFO O| Mar 01 00:46:04.928 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702026-03-01T00:46:04.813Z[ recovery-image] Mar 01 00:46:04.939 INFO O| Mar 01 00:46:04.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79712026-03-01T00:46:04.813Z[ recovery-image] Mar 01 00:46:04.939 INFO O| Mar 01 00:46:04.939 INFO STEP 1047 (remove_files) COMPLETE
79722026-03-01T00:46:04.813Z[ recovery-image] Mar 01 00:46:04.939 INFO O| Mar 01 00:46:04.939 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732026-03-01T00:46:04.813Z[ recovery-image] Mar 01 00:46:04.950 INFO O| Mar 01 00:46:04.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79742026-03-01T00:46:04.813Z[ recovery-image] Mar 01 00:46:04.950 INFO O| Mar 01 00:46:04.950 INFO STEP 1048 (remove_files) COMPLETE
79752026-03-01T00:46:04.813Z[ recovery-image] Mar 01 00:46:04.950 INFO O| Mar 01 00:46:04.950 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762026-03-01T00:46:04.838Z[ recovery-image] Mar 01 00:46:04.962 INFO O| Mar 01 00:46:04.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79772026-03-01T00:46:04.839Z[ recovery-image] Mar 01 00:46:04.962 INFO O| Mar 01 00:46:04.962 INFO STEP 1049 (remove_files) COMPLETE
79782026-03-01T00:46:04.839Z[ recovery-image] Mar 01 00:46:04.962 INFO O| Mar 01 00:46:04.962 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792026-03-01T00:46:04.839Z[ recovery-image] Mar 01 00:46:04.973 INFO O| Mar 01 00:46:04.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79802026-03-01T00:46:04.839Z[ recovery-image] Mar 01 00:46:04.973 INFO O| Mar 01 00:46:04.973 INFO STEP 1050 (remove_files) COMPLETE
79812026-03-01T00:46:04.839Z[ recovery-image] Mar 01 00:46:04.973 INFO O| Mar 01 00:46:04.973 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822026-03-01T00:46:04.863Z[ recovery-image] Mar 01 00:46:04.985 INFO O| Mar 01 00:46:04.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79832026-03-01T00:46:04.864Z[ recovery-image] Mar 01 00:46:04.985 INFO O| Mar 01 00:46:04.985 INFO STEP 1051 (remove_files) COMPLETE
79842026-03-01T00:46:04.864Z[ recovery-image] Mar 01 00:46:04.985 INFO O| Mar 01 00:46:04.985 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852026-03-01T00:46:04.864Z[ recovery-image] Mar 01 00:46:04.996 INFO O| Mar 01 00:46:04.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79862026-03-01T00:46:04.864Z[ recovery-image] Mar 01 00:46:04.996 INFO O| Mar 01 00:46:04.996 INFO STEP 1052 (remove_files) COMPLETE
79872026-03-01T00:46:04.864Z[ recovery-image] Mar 01 00:46:04.996 INFO O| Mar 01 00:46:04.996 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882026-03-01T00:46:04.889Z[ recovery-image] Mar 01 00:46:05.008 INFO O| Mar 01 00:46:05.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79892026-03-01T00:46:04.889Z[ recovery-image] Mar 01 00:46:05.008 INFO O| Mar 01 00:46:05.008 INFO STEP 1053 (remove_files) COMPLETE
79902026-03-01T00:46:04.889Z[ recovery-image] Mar 01 00:46:05.008 INFO O| Mar 01 00:46:05.008 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912026-03-01T00:46:04.889Z[ recovery-image] Mar 01 00:46:05.019 INFO O| Mar 01 00:46:05.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79922026-03-01T00:46:04.889Z[ recovery-image] Mar 01 00:46:05.019 INFO O| Mar 01 00:46:05.019 INFO STEP 1054 (remove_files) COMPLETE
79932026-03-01T00:46:04.889Z[ recovery-image] Mar 01 00:46:05.019 INFO O| Mar 01 00:46:05.019 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942026-03-01T00:46:04.889Z[ recovery-image] Mar 01 00:46:05.029 INFO O| Mar 01 00:46:05.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79952026-03-01T00:46:04.889Z[ recovery-image] Mar 01 00:46:05.029 INFO O| Mar 01 00:46:05.029 INFO STEP 1055 (remove_files) COMPLETE
79962026-03-01T00:46:04.889Z[ recovery-image] Mar 01 00:46:05.029 INFO O| Mar 01 00:46:05.029 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972026-03-01T00:46:04.914Z[ recovery-image] Mar 01 00:46:05.039 INFO O| Mar 01 00:46:05.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79982026-03-01T00:46:04.914Z[ recovery-image] Mar 01 00:46:05.039 INFO O| Mar 01 00:46:05.039 INFO STEP 1056 (remove_files) COMPLETE
79992026-03-01T00:46:04.914Z[ recovery-image] Mar 01 00:46:05.039 INFO O| Mar 01 00:46:05.039 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002026-03-01T00:46:04.914Z[ recovery-image] Mar 01 00:46:05.053 INFO O| Mar 01 00:46:05.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
80012026-03-01T00:46:04.914Z[ recovery-image] Mar 01 00:46:05.053 INFO O| Mar 01 00:46:05.053 INFO STEP 1057 (remove_files) COMPLETE
80022026-03-01T00:46:04.914Z[ recovery-image] Mar 01 00:46:05.053 INFO O| Mar 01 00:46:05.053 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032026-03-01T00:46:04.940Z[ recovery-image] Mar 01 00:46:05.064 INFO O| Mar 01 00:46:05.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
80042026-03-01T00:46:04.940Z[ recovery-image] Mar 01 00:46:05.064 INFO O| Mar 01 00:46:05.064 INFO STEP 1058 (remove_files) COMPLETE
80052026-03-01T00:46:04.940Z[ recovery-image] Mar 01 00:46:05.064 INFO O| Mar 01 00:46:05.064 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062026-03-01T00:46:04.940Z[ recovery-image] Mar 01 00:46:05.076 INFO O| Mar 01 00:46:05.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
80072026-03-01T00:46:04.940Z[ recovery-image] Mar 01 00:46:05.076 INFO O| Mar 01 00:46:05.076 INFO STEP 1059 (remove_files) COMPLETE
80082026-03-01T00:46:04.940Z[ recovery-image] Mar 01 00:46:05.076 INFO O| Mar 01 00:46:05.076 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092026-03-01T00:46:04.965Z[ recovery-image] Mar 01 00:46:05.087 INFO O| Mar 01 00:46:05.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80102026-03-01T00:46:04.965Z[ recovery-image] Mar 01 00:46:05.087 INFO O| Mar 01 00:46:05.087 INFO STEP 1060 (remove_files) COMPLETE
80112026-03-01T00:46:04.965Z[ recovery-image] Mar 01 00:46:05.087 INFO O| Mar 01 00:46:05.087 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122026-03-01T00:46:04.966Z[ recovery-image] Mar 01 00:46:05.098 INFO O| Mar 01 00:46:05.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80132026-03-01T00:46:04.966Z[ recovery-image] Mar 01 00:46:05.098 INFO O| Mar 01 00:46:05.098 INFO STEP 1061 (remove_files) COMPLETE
80142026-03-01T00:46:04.966Z[ recovery-image] Mar 01 00:46:05.098 INFO O| Mar 01 00:46:05.098 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152026-03-01T00:46:04.991Z[ recovery-image] Mar 01 00:46:05.110 INFO O| Mar 01 00:46:05.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80162026-03-01T00:46:04.991Z[ recovery-image] Mar 01 00:46:05.110 INFO O| Mar 01 00:46:05.110 INFO STEP 1062 (remove_files) COMPLETE
80172026-03-01T00:46:04.991Z[ recovery-image] Mar 01 00:46:05.110 INFO O| Mar 01 00:46:05.110 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182026-03-01T00:46:04.991Z[ recovery-image] Mar 01 00:46:05.122 INFO O| Mar 01 00:46:05.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80192026-03-01T00:46:04.991Z[ recovery-image] Mar 01 00:46:05.122 INFO O| Mar 01 00:46:05.122 INFO STEP 1063 (remove_files) COMPLETE
80202026-03-01T00:46:04.991Z[ recovery-image] Mar 01 00:46:05.122 INFO O| Mar 01 00:46:05.122 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212026-03-01T00:46:05.016Z[ recovery-image] Mar 01 00:46:05.134 INFO O| Mar 01 00:46:05.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80222026-03-01T00:46:05.016Z[ recovery-image] Mar 01 00:46:05.134 INFO O| Mar 01 00:46:05.134 INFO STEP 1064 (remove_files) COMPLETE
80232026-03-01T00:46:05.017Z[ recovery-image] Mar 01 00:46:05.134 INFO O| Mar 01 00:46:05.134 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242026-03-01T00:46:05.017Z[ recovery-image] Mar 01 00:46:05.145 INFO O| Mar 01 00:46:05.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80252026-03-01T00:46:05.017Z[ recovery-image] Mar 01 00:46:05.146 INFO O| Mar 01 00:46:05.145 INFO STEP 1065 (remove_files) COMPLETE
80262026-03-01T00:46:05.017Z[ recovery-image] Mar 01 00:46:05.146 INFO O| Mar 01 00:46:05.146 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272026-03-01T00:46:05.017Z[ recovery-image] Mar 01 00:46:05.157 INFO O| Mar 01 00:46:05.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80282026-03-01T00:46:05.017Z[ recovery-image] Mar 01 00:46:05.157 INFO O| Mar 01 00:46:05.157 INFO STEP 1066 (remove_files) COMPLETE
80292026-03-01T00:46:05.042Z[ recovery-image] Mar 01 00:46:05.157 INFO O| Mar 01 00:46:05.157 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302026-03-01T00:46:05.042Z[ recovery-image] Mar 01 00:46:05.169 INFO O| Mar 01 00:46:05.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80312026-03-01T00:46:05.042Z[ recovery-image] Mar 01 00:46:05.169 INFO O| Mar 01 00:46:05.169 INFO STEP 1067 (remove_files) COMPLETE
80322026-03-01T00:46:05.042Z[ recovery-image] Mar 01 00:46:05.169 INFO O| Mar 01 00:46:05.169 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332026-03-01T00:46:05.042Z[ recovery-image] Mar 01 00:46:05.180 INFO O| Mar 01 00:46:05.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80342026-03-01T00:46:05.042Z[ recovery-image] Mar 01 00:46:05.180 INFO O| Mar 01 00:46:05.180 INFO STEP 1068 (remove_files) COMPLETE
80352026-03-01T00:46:05.042Z[ recovery-image] Mar 01 00:46:05.180 INFO O| Mar 01 00:46:05.180 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362026-03-01T00:46:05.067Z[ recovery-image] Mar 01 00:46:05.191 INFO O| Mar 01 00:46:05.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80372026-03-01T00:46:05.067Z[ recovery-image] Mar 01 00:46:05.191 INFO O| Mar 01 00:46:05.191 INFO STEP 1069 (remove_files) COMPLETE
80382026-03-01T00:46:05.067Z[ recovery-image] Mar 01 00:46:05.191 INFO O| Mar 01 00:46:05.191 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392026-03-01T00:46:05.067Z[ recovery-image] Mar 01 00:46:05.202 INFO O| Mar 01 00:46:05.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80402026-03-01T00:46:05.067Z[ recovery-image] Mar 01 00:46:05.202 INFO O| Mar 01 00:46:05.202 INFO STEP 1070 (remove_files) COMPLETE
80412026-03-01T00:46:05.067Z[ recovery-image] Mar 01 00:46:05.202 INFO O| Mar 01 00:46:05.202 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422026-03-01T00:46:05.092Z[ recovery-image] Mar 01 00:46:05.213 INFO O| Mar 01 00:46:05.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80432026-03-01T00:46:05.092Z[ recovery-image] Mar 01 00:46:05.213 INFO O| Mar 01 00:46:05.213 INFO STEP 1071 (remove_files) COMPLETE
80442026-03-01T00:46:05.093Z[ recovery-image] Mar 01 00:46:05.213 INFO O| Mar 01 00:46:05.213 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452026-03-01T00:46:05.093Z[ recovery-image] Mar 01 00:46:05.225 INFO O| Mar 01 00:46:05.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80462026-03-01T00:46:05.093Z[ recovery-image] Mar 01 00:46:05.225 INFO O| Mar 01 00:46:05.225 INFO STEP 1072 (remove_files) COMPLETE
80472026-03-01T00:46:05.093Z[ recovery-image] Mar 01 00:46:05.225 INFO O| Mar 01 00:46:05.225 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482026-03-01T00:46:05.118Z[ recovery-image] Mar 01 00:46:05.236 INFO O| Mar 01 00:46:05.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80492026-03-01T00:46:05.118Z[ recovery-image] Mar 01 00:46:05.236 INFO O| Mar 01 00:46:05.236 INFO STEP 1073 (remove_files) COMPLETE
80502026-03-01T00:46:05.118Z[ recovery-image] Mar 01 00:46:05.236 INFO O| Mar 01 00:46:05.236 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512026-03-01T00:46:05.118Z[ recovery-image] Mar 01 00:46:05.247 INFO O| Mar 01 00:46:05.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80522026-03-01T00:46:05.118Z[ recovery-image] Mar 01 00:46:05.247 INFO O| Mar 01 00:46:05.247 INFO STEP 1074 (remove_files) COMPLETE
80532026-03-01T00:46:05.118Z[ recovery-image] Mar 01 00:46:05.247 INFO O| Mar 01 00:46:05.247 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542026-03-01T00:46:05.118Z[ recovery-image] Mar 01 00:46:05.259 INFO O| Mar 01 00:46:05.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80552026-03-01T00:46:05.118Z[ recovery-image] Mar 01 00:46:05.259 INFO O| Mar 01 00:46:05.259 INFO STEP 1075 (remove_files) COMPLETE
80562026-03-01T00:46:05.118Z[ recovery-image] Mar 01 00:46:05.259 INFO O| Mar 01 00:46:05.259 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572026-03-01T00:46:05.143Z[ recovery-image] Mar 01 00:46:05.270 INFO O| Mar 01 00:46:05.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80582026-03-01T00:46:05.143Z[ recovery-image] Mar 01 00:46:05.270 INFO O| Mar 01 00:46:05.270 INFO STEP 1076 (remove_files) COMPLETE
80592026-03-01T00:46:05.143Z[ recovery-image] Mar 01 00:46:05.270 INFO O| Mar 01 00:46:05.270 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602026-03-01T00:46:05.143Z[ recovery-image] Mar 01 00:46:05.282 INFO O| Mar 01 00:46:05.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80612026-03-01T00:46:05.143Z[ recovery-image] Mar 01 00:46:05.282 INFO O| Mar 01 00:46:05.282 INFO STEP 1077 (remove_files) COMPLETE
80622026-03-01T00:46:05.143Z[ recovery-image] Mar 01 00:46:05.282 INFO O| Mar 01 00:46:05.282 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632026-03-01T00:46:05.168Z[ recovery-image] Mar 01 00:46:05.293 INFO O| Mar 01 00:46:05.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80642026-03-01T00:46:05.168Z[ recovery-image] Mar 01 00:46:05.293 INFO O| Mar 01 00:46:05.293 INFO STEP 1078 (remove_files) COMPLETE
80652026-03-01T00:46:05.168Z[ recovery-image] Mar 01 00:46:05.293 INFO O| Mar 01 00:46:05.293 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662026-03-01T00:46:05.168Z[ recovery-image] Mar 01 00:46:05.304 INFO O| Mar 01 00:46:05.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80672026-03-01T00:46:05.168Z[ recovery-image] Mar 01 00:46:05.304 INFO O| Mar 01 00:46:05.304 INFO STEP 1079 (remove_files) COMPLETE
80682026-03-01T00:46:05.168Z[ recovery-image] Mar 01 00:46:05.304 INFO O| Mar 01 00:46:05.304 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692026-03-01T00:46:05.193Z[ recovery-image] Mar 01 00:46:05.315 INFO O| Mar 01 00:46:05.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80702026-03-01T00:46:05.193Z[ recovery-image] Mar 01 00:46:05.315 INFO O| Mar 01 00:46:05.315 INFO STEP 1080 (remove_files) COMPLETE
80712026-03-01T00:46:05.194Z[ recovery-image] Mar 01 00:46:05.315 INFO O| Mar 01 00:46:05.315 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722026-03-01T00:46:05.194Z[ recovery-image] Mar 01 00:46:05.326 INFO O| Mar 01 00:46:05.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80732026-03-01T00:46:05.194Z[ recovery-image] Mar 01 00:46:05.326 INFO O| Mar 01 00:46:05.326 INFO STEP 1081 (remove_files) COMPLETE
80742026-03-01T00:46:05.194Z[ recovery-image] Mar 01 00:46:05.326 INFO O| Mar 01 00:46:05.326 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752026-03-01T00:46:05.219Z[ recovery-image] Mar 01 00:46:05.341 INFO O| Mar 01 00:46:05.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80762026-03-01T00:46:05.219Z[ recovery-image] Mar 01 00:46:05.342 INFO O| Mar 01 00:46:05.341 INFO STEP 1082 (remove_files) COMPLETE
80772026-03-01T00:46:05.219Z[ recovery-image] Mar 01 00:46:05.342 INFO O| Mar 01 00:46:05.341 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782026-03-01T00:46:05.219Z[ recovery-image] Mar 01 00:46:05.356 INFO O| Mar 01 00:46:05.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80792026-03-01T00:46:05.219Z[ recovery-image] Mar 01 00:46:05.356 INFO O| Mar 01 00:46:05.356 INFO STEP 1083 (remove_files) COMPLETE
80802026-03-01T00:46:05.219Z[ recovery-image] Mar 01 00:46:05.356 INFO O| Mar 01 00:46:05.356 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812026-03-01T00:46:05.244Z[ recovery-image] Mar 01 00:46:05.367 INFO O| Mar 01 00:46:05.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80822026-03-01T00:46:05.244Z[ recovery-image] Mar 01 00:46:05.367 INFO O| Mar 01 00:46:05.367 INFO STEP 1084 (remove_files) COMPLETE
80832026-03-01T00:46:05.244Z[ recovery-image] Mar 01 00:46:05.367 INFO O| Mar 01 00:46:05.367 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842026-03-01T00:46:05.244Z[ recovery-image] Mar 01 00:46:05.377 INFO O| Mar 01 00:46:05.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80852026-03-01T00:46:05.244Z[ recovery-image] Mar 01 00:46:05.377 INFO O| Mar 01 00:46:05.377 INFO STEP 1085 (remove_files) COMPLETE
80862026-03-01T00:46:05.244Z[ recovery-image] Mar 01 00:46:05.377 INFO O| Mar 01 00:46:05.377 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872026-03-01T00:46:05.269Z[ recovery-image] Mar 01 00:46:05.392 INFO O| Mar 01 00:46:05.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80882026-03-01T00:46:05.269Z[ recovery-image] Mar 01 00:46:05.392 INFO O| Mar 01 00:46:05.392 INFO STEP 1086 (remove_files) COMPLETE
80892026-03-01T00:46:05.269Z[ recovery-image] Mar 01 00:46:05.392 INFO O| Mar 01 00:46:05.392 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902026-03-01T00:46:05.269Z[ recovery-image] Mar 01 00:46:05.407 INFO O| Mar 01 00:46:05.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80912026-03-01T00:46:05.269Z[ recovery-image] Mar 01 00:46:05.407 INFO O| Mar 01 00:46:05.407 INFO STEP 1087 (remove_files) COMPLETE
80922026-03-01T00:46:05.269Z[ recovery-image] Mar 01 00:46:05.407 INFO O| Mar 01 00:46:05.407 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932026-03-01T00:46:05.294Z[ recovery-image] Mar 01 00:46:05.418 INFO O| Mar 01 00:46:05.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80942026-03-01T00:46:05.294Z[ recovery-image] Mar 01 00:46:05.418 INFO O| Mar 01 00:46:05.418 INFO STEP 1088 (remove_files) COMPLETE
80952026-03-01T00:46:05.294Z[ recovery-image] Mar 01 00:46:05.418 INFO O| Mar 01 00:46:05.418 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962026-03-01T00:46:05.294Z[ recovery-image] Mar 01 00:46:05.428 INFO O| Mar 01 00:46:05.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80972026-03-01T00:46:05.294Z[ recovery-image] Mar 01 00:46:05.428 INFO O| Mar 01 00:46:05.428 INFO STEP 1089 (remove_files) COMPLETE
80982026-03-01T00:46:05.294Z[ recovery-image] Mar 01 00:46:05.428 INFO O| Mar 01 00:46:05.428 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992026-03-01T00:46:05.319Z[ recovery-image] Mar 01 00:46:05.438 INFO O| Mar 01 00:46:05.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
81002026-03-01T00:46:05.319Z[ recovery-image] Mar 01 00:46:05.438 INFO O| Mar 01 00:46:05.438 INFO STEP 1090 (remove_files) COMPLETE
81012026-03-01T00:46:05.319Z[ recovery-image] Mar 01 00:46:05.438 INFO O| Mar 01 00:46:05.438 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022026-03-01T00:46:05.319Z[ recovery-image] Mar 01 00:46:05.448 INFO O| Mar 01 00:46:05.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
81032026-03-01T00:46:05.319Z[ recovery-image] Mar 01 00:46:05.448 INFO O| Mar 01 00:46:05.448 INFO STEP 1091 (remove_files) COMPLETE
81042026-03-01T00:46:05.319Z[ recovery-image] Mar 01 00:46:05.448 INFO O| Mar 01 00:46:05.448 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052026-03-01T00:46:05.319Z[ recovery-image] Mar 01 00:46:05.458 INFO O| Mar 01 00:46:05.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
81062026-03-01T00:46:05.320Z[ recovery-image] Mar 01 00:46:05.458 INFO O| Mar 01 00:46:05.458 INFO STEP 1092 (remove_files) COMPLETE
81072026-03-01T00:46:05.320Z[ recovery-image] Mar 01 00:46:05.458 INFO O| Mar 01 00:46:05.458 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082026-03-01T00:46:05.345Z[ recovery-image] Mar 01 00:46:05.471 INFO O| Mar 01 00:46:05.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81092026-03-01T00:46:05.345Z[ recovery-image] Mar 01 00:46:05.472 INFO O| Mar 01 00:46:05.472 INFO STEP 1093 (remove_files) COMPLETE
81102026-03-01T00:46:05.345Z[ recovery-image] Mar 01 00:46:05.472 INFO O| Mar 01 00:46:05.472 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112026-03-01T00:46:05.345Z[ recovery-image] Mar 01 00:46:05.486 INFO O| Mar 01 00:46:05.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81122026-03-01T00:46:05.345Z[ recovery-image] Mar 01 00:46:05.486 INFO O| Mar 01 00:46:05.486 INFO STEP 1094 (remove_files) COMPLETE
81132026-03-01T00:46:05.345Z[ recovery-image] Mar 01 00:46:05.486 INFO O| Mar 01 00:46:05.486 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142026-03-01T00:46:05.370Z[ recovery-image] Mar 01 00:46:05.501 INFO O| Mar 01 00:46:05.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81152026-03-01T00:46:05.370Z[ recovery-image] Mar 01 00:46:05.501 INFO O| Mar 01 00:46:05.501 INFO STEP 1095 (remove_files) COMPLETE
81162026-03-01T00:46:05.370Z[ recovery-image] Mar 01 00:46:05.501 INFO O| Mar 01 00:46:05.501 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172026-03-01T00:46:05.395Z[ recovery-image] Mar 01 00:46:05.512 INFO O| Mar 01 00:46:05.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81182026-03-01T00:46:05.396Z[ recovery-image] Mar 01 00:46:05.512 INFO O| Mar 01 00:46:05.512 INFO STEP 1096 (remove_files) COMPLETE
81192026-03-01T00:46:05.396Z[ recovery-image] Mar 01 00:46:05.512 INFO O| Mar 01 00:46:05.512 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202026-03-01T00:46:05.396Z[ recovery-image] Mar 01 00:46:05.523 INFO O| Mar 01 00:46:05.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81212026-03-01T00:46:05.396Z[ recovery-image] Mar 01 00:46:05.523 INFO O| Mar 01 00:46:05.523 INFO STEP 1097 (remove_files) COMPLETE
81222026-03-01T00:46:05.396Z[ recovery-image] Mar 01 00:46:05.523 INFO O| Mar 01 00:46:05.523 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232026-03-01T00:46:05.421Z[ recovery-image] Mar 01 00:46:05.537 INFO O| Mar 01 00:46:05.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81242026-03-01T00:46:05.421Z[ recovery-image] Mar 01 00:46:05.538 INFO O| Mar 01 00:46:05.537 INFO STEP 1098 (remove_files) COMPLETE
81252026-03-01T00:46:05.421Z[ recovery-image] Mar 01 00:46:05.538 INFO O| Mar 01 00:46:05.538 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262026-03-01T00:46:05.421Z[ recovery-image] Mar 01 00:46:05.551 INFO O| Mar 01 00:46:05.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81272026-03-01T00:46:05.421Z[ recovery-image] Mar 01 00:46:05.551 INFO O| Mar 01 00:46:05.551 INFO STEP 1099 (remove_files) COMPLETE
81282026-03-01T00:46:05.421Z[ recovery-image] Mar 01 00:46:05.551 INFO O| Mar 01 00:46:05.551 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292026-03-01T00:46:05.446Z[ recovery-image] Mar 01 00:46:05.564 INFO O| Mar 01 00:46:05.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81302026-03-01T00:46:05.446Z[ recovery-image] Mar 01 00:46:05.564 INFO O| Mar 01 00:46:05.564 INFO STEP 1100 (remove_files) COMPLETE
81312026-03-01T00:46:05.446Z[ recovery-image] Mar 01 00:46:05.564 INFO O| Mar 01 00:46:05.564 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322026-03-01T00:46:05.446Z[ recovery-image] Mar 01 00:46:05.577 INFO O| Mar 01 00:46:05.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81332026-03-01T00:46:05.446Z[ recovery-image] Mar 01 00:46:05.577 INFO O| Mar 01 00:46:05.577 INFO STEP 1101 (remove_files) COMPLETE
81342026-03-01T00:46:05.446Z[ recovery-image] Mar 01 00:46:05.577 INFO O| Mar 01 00:46:05.577 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352026-03-01T00:46:05.472Z[ recovery-image] Mar 01 00:46:05.588 INFO O| Mar 01 00:46:05.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81362026-03-01T00:46:05.472Z[ recovery-image] Mar 01 00:46:05.589 INFO O| Mar 01 00:46:05.588 INFO STEP 1102 (remove_files) COMPLETE
81372026-03-01T00:46:05.472Z[ recovery-image] Mar 01 00:46:05.589 INFO O| Mar 01 00:46:05.589 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382026-03-01T00:46:05.472Z[ recovery-image] Mar 01 00:46:05.599 INFO O| Mar 01 00:46:05.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81392026-03-01T00:46:05.472Z[ recovery-image] Mar 01 00:46:05.599 INFO O| Mar 01 00:46:05.599 INFO STEP 1103 (remove_files) COMPLETE
81402026-03-01T00:46:05.472Z[ recovery-image] Mar 01 00:46:05.599 INFO O| Mar 01 00:46:05.599 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412026-03-01T00:46:05.472Z[ recovery-image] Mar 01 00:46:05.609 INFO O| Mar 01 00:46:05.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81422026-03-01T00:46:05.472Z[ recovery-image] Mar 01 00:46:05.609 INFO O| Mar 01 00:46:05.609 INFO STEP 1104 (remove_files) COMPLETE
81432026-03-01T00:46:05.472Z[ recovery-image] Mar 01 00:46:05.610 INFO O| Mar 01 00:46:05.609 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442026-03-01T00:46:05.496Z[ recovery-image] Mar 01 00:46:05.623 INFO O| Mar 01 00:46:05.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81452026-03-01T00:46:05.496Z[ recovery-image] Mar 01 00:46:05.623 INFO O| Mar 01 00:46:05.623 INFO STEP 1105 (remove_files) COMPLETE
81462026-03-01T00:46:05.497Z[ recovery-image] Mar 01 00:46:05.624 INFO O| Mar 01 00:46:05.623 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472026-03-01T00:46:05.497Z[ recovery-image] Mar 01 00:46:05.634 INFO O| Mar 01 00:46:05.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81482026-03-01T00:46:05.497Z[ recovery-image] Mar 01 00:46:05.634 INFO O| Mar 01 00:46:05.634 INFO STEP 1106 (remove_files) COMPLETE
81492026-03-01T00:46:05.497Z[ recovery-image] Mar 01 00:46:05.634 INFO O| Mar 01 00:46:05.634 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502026-03-01T00:46:05.522Z[ recovery-image] Mar 01 00:46:05.655 INFO O| Mar 01 00:46:05.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81512026-03-01T00:46:05.522Z[ recovery-image] Mar 01 00:46:05.655 INFO O| Mar 01 00:46:05.655 INFO STEP 1107 (remove_files) COMPLETE
81522026-03-01T00:46:05.522Z[ recovery-image] Mar 01 00:46:05.655 INFO O| Mar 01 00:46:05.655 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532026-03-01T00:46:05.547Z[ recovery-image] Mar 01 00:46:05.668 INFO O| Mar 01 00:46:05.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81542026-03-01T00:46:05.547Z[ recovery-image] Mar 01 00:46:05.669 INFO O| Mar 01 00:46:05.669 INFO STEP 1108 (remove_files) COMPLETE
81552026-03-01T00:46:05.547Z[ recovery-image] Mar 01 00:46:05.669 INFO O| Mar 01 00:46:05.669 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562026-03-01T00:46:05.547Z[ recovery-image] Mar 01 00:46:05.682 INFO O| Mar 01 00:46:05.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81572026-03-01T00:46:05.547Z[ recovery-image] Mar 01 00:46:05.682 INFO O| Mar 01 00:46:05.682 INFO STEP 1109 (remove_files) COMPLETE
81582026-03-01T00:46:05.547Z[ recovery-image] Mar 01 00:46:05.682 INFO O| Mar 01 00:46:05.682 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592026-03-01T00:46:05.572Z[ recovery-image] Mar 01 00:46:05.697 INFO O| Mar 01 00:46:05.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81602026-03-01T00:46:05.572Z[ recovery-image] Mar 01 00:46:05.697 INFO O| Mar 01 00:46:05.697 INFO STEP 1110 (remove_files) COMPLETE
81612026-03-01T00:46:05.572Z[ recovery-image] Mar 01 00:46:05.697 INFO O| Mar 01 00:46:05.697 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622026-03-01T00:46:05.572Z[ recovery-image] Mar 01 00:46:05.710 INFO O| Mar 01 00:46:05.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81632026-03-01T00:46:05.572Z[ recovery-image] Mar 01 00:46:05.710 INFO O| Mar 01 00:46:05.710 INFO STEP 1111 (remove_files) COMPLETE
81642026-03-01T00:46:05.572Z[ recovery-image] Mar 01 00:46:05.710 INFO O| Mar 01 00:46:05.710 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652026-03-01T00:46:05.597Z[ recovery-image] Mar 01 00:46:05.725 INFO O| Mar 01 00:46:05.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81662026-03-01T00:46:05.597Z[ recovery-image] Mar 01 00:46:05.725 INFO O| Mar 01 00:46:05.725 INFO STEP 1112 (remove_files) COMPLETE
81672026-03-01T00:46:05.597Z[ recovery-image] Mar 01 00:46:05.725 INFO O| Mar 01 00:46:05.725 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682026-03-01T00:46:05.622Z[ recovery-image] Mar 01 00:46:05.738 INFO O| Mar 01 00:46:05.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81692026-03-01T00:46:05.622Z[ recovery-image] Mar 01 00:46:05.738 INFO O| Mar 01 00:46:05.738 INFO STEP 1113 (remove_files) COMPLETE
81702026-03-01T00:46:05.622Z[ recovery-image] Mar 01 00:46:05.738 INFO O| Mar 01 00:46:05.738 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712026-03-01T00:46:05.647Z[ recovery-image] Mar 01 00:46:05.752 INFO O| Mar 01 00:46:05.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81722026-03-01T00:46:05.647Z[ recovery-image] Mar 01 00:46:05.752 INFO O| Mar 01 00:46:05.752 INFO STEP 1114 (remove_files) COMPLETE
81732026-03-01T00:46:05.647Z[ recovery-image] Mar 01 00:46:05.752 INFO O| Mar 01 00:46:05.752 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742026-03-01T00:46:05.647Z[ recovery-image] Mar 01 00:46:05.763 INFO O| Mar 01 00:46:05.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81752026-03-01T00:46:05.647Z[ recovery-image] Mar 01 00:46:05.763 INFO O| Mar 01 00:46:05.763 INFO STEP 1115 (remove_files) COMPLETE
81762026-03-01T00:46:05.647Z[ recovery-image] Mar 01 00:46:05.763 INFO O| Mar 01 00:46:05.763 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772026-03-01T00:46:05.647Z[ recovery-image] Mar 01 00:46:05.774 INFO O| Mar 01 00:46:05.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81782026-03-01T00:46:05.647Z[ recovery-image] Mar 01 00:46:05.774 INFO O| Mar 01 00:46:05.774 INFO STEP 1116 (remove_files) COMPLETE
81792026-03-01T00:46:05.647Z[ recovery-image] Mar 01 00:46:05.774 INFO O| Mar 01 00:46:05.774 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802026-03-01T00:46:05.647Z[ recovery-image] Mar 01 00:46:05.788 INFO O| Mar 01 00:46:05.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81812026-03-01T00:46:05.647Z[ recovery-image] Mar 01 00:46:05.788 INFO O| Mar 01 00:46:05.788 INFO STEP 1117 (remove_files) COMPLETE
81822026-03-01T00:46:05.648Z[ recovery-image] Mar 01 00:46:05.788 INFO O| Mar 01 00:46:05.788 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832026-03-01T00:46:05.673Z[ recovery-image] Mar 01 00:46:05.798 INFO O| Mar 01 00:46:05.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81842026-03-01T00:46:05.673Z[ recovery-image] Mar 01 00:46:05.798 INFO O| Mar 01 00:46:05.798 INFO STEP 1118 (remove_files) COMPLETE
81852026-03-01T00:46:05.673Z[ recovery-image] Mar 01 00:46:05.798 INFO O| Mar 01 00:46:05.798 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862026-03-01T00:46:05.673Z[ recovery-image] Mar 01 00:46:05.808 INFO O| Mar 01 00:46:05.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81872026-03-01T00:46:05.673Z[ recovery-image] Mar 01 00:46:05.808 INFO O| Mar 01 00:46:05.808 INFO STEP 1119 (remove_files) COMPLETE
81882026-03-01T00:46:05.673Z[ recovery-image] Mar 01 00:46:05.809 INFO O| Mar 01 00:46:05.808 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892026-03-01T00:46:05.698Z[ recovery-image] Mar 01 00:46:05.819 INFO O| Mar 01 00:46:05.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81902026-03-01T00:46:05.698Z[ recovery-image] Mar 01 00:46:05.819 INFO O| Mar 01 00:46:05.819 INFO STEP 1120 (remove_files) COMPLETE
81912026-03-01T00:46:05.698Z[ recovery-image] Mar 01 00:46:05.820 INFO O| Mar 01 00:46:05.819 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922026-03-01T00:46:05.698Z[ recovery-image] Mar 01 00:46:05.831 INFO O| Mar 01 00:46:05.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81932026-03-01T00:46:05.698Z[ recovery-image] Mar 01 00:46:05.831 INFO O| Mar 01 00:46:05.831 INFO STEP 1121 (remove_files) COMPLETE
81942026-03-01T00:46:05.698Z[ recovery-image] Mar 01 00:46:05.831 INFO O| Mar 01 00:46:05.831 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952026-03-01T00:46:05.723Z[ recovery-image] Mar 01 00:46:05.841 INFO O| Mar 01 00:46:05.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81962026-03-01T00:46:05.723Z[ recovery-image] Mar 01 00:46:05.841 INFO O| Mar 01 00:46:05.841 INFO STEP 1122 (remove_files) COMPLETE
81972026-03-01T00:46:05.723Z[ recovery-image] Mar 01 00:46:05.841 INFO O| Mar 01 00:46:05.841 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81982026-03-01T00:46:05.723Z[ recovery-image] Mar 01 00:46:05.852 INFO O| Mar 01 00:46:05.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81992026-03-01T00:46:05.723Z[ recovery-image] Mar 01 00:46:05.852 INFO O| Mar 01 00:46:05.852 INFO STEP 1123 (remove_files) COMPLETE
82002026-03-01T00:46:05.723Z[ recovery-image] Mar 01 00:46:05.852 INFO O| Mar 01 00:46:05.852 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82012026-03-01T00:46:05.723Z[ recovery-image] Mar 01 00:46:05.864 INFO O| Mar 01 00:46:05.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
82022026-03-01T00:46:05.723Z[ recovery-image] Mar 01 00:46:05.864 INFO O| Mar 01 00:46:05.864 INFO STEP 1124 (remove_files) COMPLETE
82032026-03-01T00:46:05.723Z[ recovery-image] Mar 01 00:46:05.864 INFO O| Mar 01 00:46:05.864 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82042026-03-01T00:46:05.748Z[ recovery-image] Mar 01 00:46:05.874 INFO O| Mar 01 00:46:05.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
82052026-03-01T00:46:05.748Z[ recovery-image] Mar 01 00:46:05.874 INFO O| Mar 01 00:46:05.874 INFO STEP 1125 (remove_files) COMPLETE
82062026-03-01T00:46:05.748Z[ recovery-image] Mar 01 00:46:05.874 INFO O| Mar 01 00:46:05.874 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072026-03-01T00:46:05.748Z[ recovery-image] Mar 01 00:46:05.884 INFO O| Mar 01 00:46:05.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
82082026-03-01T00:46:05.748Z[ recovery-image] Mar 01 00:46:05.884 INFO O| Mar 01 00:46:05.884 INFO STEP 1126 (remove_files) COMPLETE
82092026-03-01T00:46:05.748Z[ recovery-image] Mar 01 00:46:05.884 INFO O| Mar 01 00:46:05.884 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102026-03-01T00:46:05.774Z[ recovery-image] Mar 01 00:46:05.894 INFO O| Mar 01 00:46:05.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82112026-03-01T00:46:05.774Z[ recovery-image] Mar 01 00:46:05.894 INFO O| Mar 01 00:46:05.894 INFO STEP 1127 (remove_files) COMPLETE
82122026-03-01T00:46:05.774Z[ recovery-image] Mar 01 00:46:05.894 INFO O| Mar 01 00:46:05.894 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132026-03-01T00:46:05.774Z[ recovery-image] Mar 01 00:46:05.904 INFO O| Mar 01 00:46:05.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82142026-03-01T00:46:05.774Z[ recovery-image] Mar 01 00:46:05.904 INFO O| Mar 01 00:46:05.904 INFO STEP 1128 (remove_files) COMPLETE
82152026-03-01T00:46:05.774Z[ recovery-image] Mar 01 00:46:05.904 INFO O| Mar 01 00:46:05.904 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82162026-03-01T00:46:05.799Z[ recovery-image] Mar 01 00:46:05.919 INFO O| Mar 01 00:46:05.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82172026-03-01T00:46:05.799Z[ recovery-image] Mar 01 00:46:05.919 INFO O| Mar 01 00:46:05.919 INFO STEP 1129 (remove_files) COMPLETE
82182026-03-01T00:46:05.799Z[ recovery-image] Mar 01 00:46:05.919 INFO O| Mar 01 00:46:05.919 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82192026-03-01T00:46:05.799Z[ recovery-image] Mar 01 00:46:05.930 INFO O| Mar 01 00:46:05.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82202026-03-01T00:46:05.799Z[ recovery-image] Mar 01 00:46:05.930 INFO O| Mar 01 00:46:05.930 INFO STEP 1130 (remove_files) COMPLETE
82212026-03-01T00:46:05.799Z[ recovery-image] Mar 01 00:46:05.930 INFO O| Mar 01 00:46:05.930 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82222026-03-01T00:46:05.824Z[ recovery-image] Mar 01 00:46:05.942 INFO O| Mar 01 00:46:05.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82232026-03-01T00:46:05.824Z[ recovery-image] Mar 01 00:46:05.942 INFO O| Mar 01 00:46:05.942 INFO STEP 1131 (remove_files) COMPLETE
82242026-03-01T00:46:05.824Z[ recovery-image] Mar 01 00:46:05.942 INFO O| Mar 01 00:46:05.942 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82252026-03-01T00:46:05.824Z[ recovery-image] Mar 01 00:46:05.952 INFO O| Mar 01 00:46:05.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82262026-03-01T00:46:05.824Z[ recovery-image] Mar 01 00:46:05.953 INFO O| Mar 01 00:46:05.953 INFO STEP 1132 (remove_files) COMPLETE
82272026-03-01T00:46:05.824Z[ recovery-image] Mar 01 00:46:05.953 INFO O| Mar 01 00:46:05.953 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82282026-03-01T00:46:05.824Z[ recovery-image] Mar 01 00:46:05.963 INFO O| Mar 01 00:46:05.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82292026-03-01T00:46:05.824Z[ recovery-image] Mar 01 00:46:05.963 INFO O| Mar 01 00:46:05.963 INFO STEP 1133 (remove_files) COMPLETE
82302026-03-01T00:46:05.824Z[ recovery-image] Mar 01 00:46:05.963 INFO O| Mar 01 00:46:05.963 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82312026-03-01T00:46:05.849Z[ recovery-image] Mar 01 00:46:05.973 INFO O| Mar 01 00:46:05.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82322026-03-01T00:46:05.849Z[ recovery-image] Mar 01 00:46:05.973 INFO O| Mar 01 00:46:05.973 INFO STEP 1134 (remove_files) COMPLETE
82332026-03-01T00:46:05.849Z[ recovery-image] Mar 01 00:46:05.973 INFO O| Mar 01 00:46:05.973 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82342026-03-01T00:46:05.849Z[ recovery-image] Mar 01 00:46:05.983 INFO O| Mar 01 00:46:05.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82352026-03-01T00:46:05.849Z[ recovery-image] Mar 01 00:46:05.983 INFO O| Mar 01 00:46:05.983 INFO STEP 1135 (remove_files) COMPLETE
82362026-03-01T00:46:05.849Z[ recovery-image] Mar 01 00:46:05.983 INFO O| Mar 01 00:46:05.983 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82372026-03-01T00:46:05.874Z[ recovery-image] Mar 01 00:46:05.993 INFO O| Mar 01 00:46:05.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82382026-03-01T00:46:05.874Z[ recovery-image] Mar 01 00:46:05.993 INFO O| Mar 01 00:46:05.993 INFO STEP 1136 (remove_files) COMPLETE
82392026-03-01T00:46:05.874Z[ recovery-image] Mar 01 00:46:05.993 INFO O| Mar 01 00:46:05.993 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82402026-03-01T00:46:05.874Z[ recovery-image] Mar 01 00:46:06.003 INFO O| Mar 01 00:46:06.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82412026-03-01T00:46:05.874Z[ recovery-image] Mar 01 00:46:06.003 INFO O| Mar 01 00:46:06.003 INFO STEP 1137 (remove_files) COMPLETE
82422026-03-01T00:46:05.874Z[ recovery-image] Mar 01 00:46:06.003 INFO O| Mar 01 00:46:06.003 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82432026-03-01T00:46:05.899Z[ recovery-image] Mar 01 00:46:06.017 INFO O| Mar 01 00:46:06.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82442026-03-01T00:46:05.899Z[ recovery-image] Mar 01 00:46:06.017 INFO O| Mar 01 00:46:06.017 INFO STEP 1138 (remove_files) COMPLETE
82452026-03-01T00:46:05.899Z[ recovery-image] Mar 01 00:46:06.017 INFO O| Mar 01 00:46:06.017 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462026-03-01T00:46:05.899Z[ recovery-image] Mar 01 00:46:06.029 INFO O| Mar 01 00:46:06.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82472026-03-01T00:46:05.899Z[ recovery-image] Mar 01 00:46:06.029 INFO O| Mar 01 00:46:06.029 INFO STEP 1139 (remove_files) COMPLETE
82482026-03-01T00:46:05.899Z[ recovery-image] Mar 01 00:46:06.029 INFO O| Mar 01 00:46:06.029 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492026-03-01T00:46:05.899Z[ recovery-image] Mar 01 00:46:06.040 INFO O| Mar 01 00:46:06.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82502026-03-01T00:46:05.899Z[ recovery-image] Mar 01 00:46:06.040 INFO O| Mar 01 00:46:06.040 INFO STEP 1140 (remove_files) COMPLETE
82512026-03-01T00:46:05.899Z[ recovery-image] Mar 01 00:46:06.040 INFO O| Mar 01 00:46:06.040 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82522026-03-01T00:46:05.924Z[ recovery-image] Mar 01 00:46:06.050 INFO O| Mar 01 00:46:06.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82532026-03-01T00:46:05.924Z[ recovery-image] Mar 01 00:46:06.050 INFO O| Mar 01 00:46:06.050 INFO STEP 1141 (remove_files) COMPLETE
82542026-03-01T00:46:05.924Z[ recovery-image] Mar 01 00:46:06.050 INFO O| Mar 01 00:46:06.050 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82552026-03-01T00:46:05.924Z[ recovery-image] Mar 01 00:46:06.060 INFO O| Mar 01 00:46:06.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82562026-03-01T00:46:05.924Z[ recovery-image] Mar 01 00:46:06.060 INFO O| Mar 01 00:46:06.060 INFO STEP 1142 (remove_files) COMPLETE
82572026-03-01T00:46:05.924Z[ recovery-image] Mar 01 00:46:06.060 INFO O| Mar 01 00:46:06.060 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82582026-03-01T00:46:05.949Z[ recovery-image] Mar 01 00:46:06.070 INFO O| Mar 01 00:46:06.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82592026-03-01T00:46:05.949Z[ recovery-image] Mar 01 00:46:06.070 INFO O| Mar 01 00:46:06.070 INFO STEP 1143 (remove_files) COMPLETE
82602026-03-01T00:46:05.949Z[ recovery-image] Mar 01 00:46:06.071 INFO O| Mar 01 00:46:06.070 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82612026-03-01T00:46:05.949Z[ recovery-image] Mar 01 00:46:06.081 INFO O| Mar 01 00:46:06.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82622026-03-01T00:46:05.949Z[ recovery-image] Mar 01 00:46:06.081 INFO O| Mar 01 00:46:06.081 INFO STEP 1144 (remove_files) COMPLETE
82632026-03-01T00:46:05.949Z[ recovery-image] Mar 01 00:46:06.081 INFO O| Mar 01 00:46:06.081 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82642026-03-01T00:46:05.949Z[ recovery-image] Mar 01 00:46:06.090 INFO O| Mar 01 00:46:06.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82652026-03-01T00:46:05.949Z[ recovery-image] Mar 01 00:46:06.091 INFO O| Mar 01 00:46:06.091 INFO STEP 1145 (remove_files) COMPLETE
82662026-03-01T00:46:05.974Z[ recovery-image] Mar 01 00:46:06.091 INFO O| Mar 01 00:46:06.091 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82672026-03-01T00:46:05.974Z[ recovery-image] Mar 01 00:46:06.100 INFO O| Mar 01 00:46:06.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82682026-03-01T00:46:05.974Z[ recovery-image] Mar 01 00:46:06.100 INFO O| Mar 01 00:46:06.100 INFO STEP 1146 (remove_files) COMPLETE
82692026-03-01T00:46:05.974Z[ recovery-image] Mar 01 00:46:06.100 INFO O| Mar 01 00:46:06.100 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82702026-03-01T00:46:05.975Z[ recovery-image] Mar 01 00:46:06.111 INFO O| Mar 01 00:46:06.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82712026-03-01T00:46:05.975Z[ recovery-image] Mar 01 00:46:06.111 INFO O| Mar 01 00:46:06.111 INFO STEP 1147 (remove_files) COMPLETE
82722026-03-01T00:46:05.975Z[ recovery-image] Mar 01 00:46:06.111 INFO O| Mar 01 00:46:06.111 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82732026-03-01T00:46:06.000Z[ recovery-image] Mar 01 00:46:06.120 INFO O| Mar 01 00:46:06.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82742026-03-01T00:46:06.000Z[ recovery-image] Mar 01 00:46:06.120 INFO O| Mar 01 00:46:06.120 INFO STEP 1148 (remove_files) COMPLETE
82752026-03-01T00:46:06.001Z[ recovery-image] Mar 01 00:46:06.120 INFO O| Mar 01 00:46:06.120 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762026-03-01T00:46:06.001Z[ recovery-image] Mar 01 00:46:06.130 INFO O| Mar 01 00:46:06.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82772026-03-01T00:46:06.001Z[ recovery-image] Mar 01 00:46:06.130 INFO O| Mar 01 00:46:06.130 INFO STEP 1149 (remove_files) COMPLETE
82782026-03-01T00:46:06.001Z[ recovery-image] Mar 01 00:46:06.130 INFO O| Mar 01 00:46:06.130 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792026-03-01T00:46:06.001Z[ recovery-image] Mar 01 00:46:06.140 INFO O| Mar 01 00:46:06.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82802026-03-01T00:46:06.001Z[ recovery-image] Mar 01 00:46:06.140 INFO O| Mar 01 00:46:06.140 INFO STEP 1150 (remove_files) COMPLETE
82812026-03-01T00:46:06.001Z[ recovery-image] Mar 01 00:46:06.140 INFO O| Mar 01 00:46:06.140 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822026-03-01T00:46:06.026Z[ recovery-image] Mar 01 00:46:06.150 INFO O| Mar 01 00:46:06.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82832026-03-01T00:46:06.026Z[ recovery-image] Mar 01 00:46:06.150 INFO O| Mar 01 00:46:06.150 INFO STEP 1151 (remove_files) COMPLETE
82842026-03-01T00:46:06.027Z[ recovery-image] Mar 01 00:46:06.150 INFO O| Mar 01 00:46:06.150 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852026-03-01T00:46:06.027Z[ recovery-image] Mar 01 00:46:06.160 INFO O| Mar 01 00:46:06.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82862026-03-01T00:46:06.027Z[ recovery-image] Mar 01 00:46:06.160 INFO O| Mar 01 00:46:06.160 INFO STEP 1152 (remove_files) COMPLETE
82872026-03-01T00:46:06.027Z[ recovery-image] Mar 01 00:46:06.160 INFO O| Mar 01 00:46:06.160 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882026-03-01T00:46:06.052Z[ recovery-image] Mar 01 00:46:06.170 INFO O| Mar 01 00:46:06.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82892026-03-01T00:46:06.052Z[ recovery-image] Mar 01 00:46:06.170 INFO O| Mar 01 00:46:06.170 INFO STEP 1153 (remove_files) COMPLETE
82902026-03-01T00:46:06.052Z[ recovery-image] Mar 01 00:46:06.170 INFO O| Mar 01 00:46:06.170 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912026-03-01T00:46:06.052Z[ recovery-image] Mar 01 00:46:06.180 INFO O| Mar 01 00:46:06.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82922026-03-01T00:46:06.052Z[ recovery-image] Mar 01 00:46:06.180 INFO O| Mar 01 00:46:06.180 INFO STEP 1154 (remove_files) COMPLETE
82932026-03-01T00:46:06.052Z[ recovery-image] Mar 01 00:46:06.180 INFO O| Mar 01 00:46:06.180 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942026-03-01T00:46:06.052Z[ recovery-image] Mar 01 00:46:06.190 INFO O| Mar 01 00:46:06.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82952026-03-01T00:46:06.052Z[ recovery-image] Mar 01 00:46:06.190 INFO O| Mar 01 00:46:06.190 INFO STEP 1155 (remove_files) COMPLETE
82962026-03-01T00:46:06.052Z[ recovery-image] Mar 01 00:46:06.190 INFO O| Mar 01 00:46:06.190 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82972026-03-01T00:46:06.078Z[ recovery-image] Mar 01 00:46:06.200 INFO O| Mar 01 00:46:06.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82982026-03-01T00:46:06.078Z[ recovery-image] Mar 01 00:46:06.200 INFO O| Mar 01 00:46:06.200 INFO STEP 1156 (remove_files) COMPLETE
82992026-03-01T00:46:06.078Z[ recovery-image] Mar 01 00:46:06.200 INFO O| Mar 01 00:46:06.200 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83002026-03-01T00:46:06.078Z[ recovery-image] Mar 01 00:46:06.210 INFO O| Mar 01 00:46:06.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
83012026-03-01T00:46:06.078Z[ recovery-image] Mar 01 00:46:06.210 INFO O| Mar 01 00:46:06.210 INFO STEP 1157 (remove_files) COMPLETE
83022026-03-01T00:46:06.078Z[ recovery-image] Mar 01 00:46:06.210 INFO O| Mar 01 00:46:06.210 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83032026-03-01T00:46:06.103Z[ recovery-image] Mar 01 00:46:06.219 INFO O| Mar 01 00:46:06.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
83042026-03-01T00:46:06.103Z[ recovery-image] Mar 01 00:46:06.220 INFO O| Mar 01 00:46:06.220 INFO STEP 1158 (remove_files) COMPLETE
83052026-03-01T00:46:06.103Z[ recovery-image] Mar 01 00:46:06.220 INFO O| Mar 01 00:46:06.220 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83062026-03-01T00:46:06.103Z[ recovery-image] Mar 01 00:46:06.229 INFO O| Mar 01 00:46:06.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
83072026-03-01T00:46:06.103Z[ recovery-image] Mar 01 00:46:06.230 INFO O| Mar 01 00:46:06.229 INFO STEP 1159 (remove_files) COMPLETE
83082026-03-01T00:46:06.104Z[ recovery-image] Mar 01 00:46:06.230 INFO O| Mar 01 00:46:06.230 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83092026-03-01T00:46:06.129Z[ recovery-image] Mar 01 00:46:06.245 INFO O| Mar 01 00:46:06.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83102026-03-01T00:46:06.129Z[ recovery-image] Mar 01 00:46:06.245 INFO O| Mar 01 00:46:06.245 INFO STEP 1160 (remove_files) COMPLETE
83112026-03-01T00:46:06.129Z[ recovery-image] Mar 01 00:46:06.245 INFO O| Mar 01 00:46:06.245 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83122026-03-01T00:46:06.129Z[ recovery-image] Mar 01 00:46:06.255 INFO O| Mar 01 00:46:06.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83132026-03-01T00:46:06.129Z[ recovery-image] Mar 01 00:46:06.256 INFO O| Mar 01 00:46:06.256 INFO STEP 1161 (remove_files) COMPLETE
83142026-03-01T00:46:06.129Z[ recovery-image] Mar 01 00:46:06.256 INFO O| Mar 01 00:46:06.256 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83152026-03-01T00:46:06.129Z[ recovery-image] Mar 01 00:46:06.266 INFO O| Mar 01 00:46:06.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83162026-03-01T00:46:06.129Z[ recovery-image] Mar 01 00:46:06.266 INFO O| Mar 01 00:46:06.266 INFO STEP 1162 (remove_files) COMPLETE
83172026-03-01T00:46:06.129Z[ recovery-image] Mar 01 00:46:06.266 INFO O| Mar 01 00:46:06.266 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83182026-03-01T00:46:06.155Z[ recovery-image] Mar 01 00:46:06.276 INFO O| Mar 01 00:46:06.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83192026-03-01T00:46:06.155Z[ recovery-image] Mar 01 00:46:06.276 INFO O| Mar 01 00:46:06.276 INFO STEP 1163 (remove_files) COMPLETE
83202026-03-01T00:46:06.155Z[ recovery-image] Mar 01 00:46:06.276 INFO O| Mar 01 00:46:06.276 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83212026-03-01T00:46:06.155Z[ recovery-image] Mar 01 00:46:06.286 INFO O| Mar 01 00:46:06.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83222026-03-01T00:46:06.155Z[ recovery-image] Mar 01 00:46:06.286 INFO O| Mar 01 00:46:06.286 INFO STEP 1164 (remove_files) COMPLETE
83232026-03-01T00:46:06.155Z[ recovery-image] Mar 01 00:46:06.286 INFO O| Mar 01 00:46:06.286 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83242026-03-01T00:46:06.180Z[ recovery-image] Mar 01 00:46:06.303 INFO O| Mar 01 00:46:06.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83252026-03-01T00:46:06.180Z[ recovery-image] Mar 01 00:46:06.303 INFO O| Mar 01 00:46:06.303 INFO STEP 1165 (remove_files) COMPLETE
83262026-03-01T00:46:06.180Z[ recovery-image] Mar 01 00:46:06.303 INFO O| Mar 01 00:46:06.303 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83272026-03-01T00:46:06.180Z[ recovery-image] Mar 01 00:46:06.319 INFO O| Mar 01 00:46:06.319 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83282026-03-01T00:46:06.181Z[ recovery-image] Mar 01 00:46:06.319 INFO O| Mar 01 00:46:06.319 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83292026-03-01T00:46:07.440Z[ recovery-image] Mar 01 00:46:07.581 INFO O| Mar 01 00:46:07.581 INFO STEP 1166 (pack_tar) COMPLETE
83302026-03-01T00:46:07.440Z[ recovery-image] Mar 01 00:46:07.581 INFO O| Mar 01 00:46:07.581 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83312026-03-01T00:46:07.465Z[ recovery-image] Mar 01 00:46:07.581 INFO O| Mar 01 00:46:07.581 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83322026-03-01T00:46:07.668Z[ recovery-image] Mar 01 00:46:07.809 INFO O| Mar 01 00:46:07.809 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83332026-03-01T00:46:07.758Z[ recovery-image] Mar 01 00:46:07.900 INFO O| Mar 01 00:46:07.899 INFO completed processing sled/ramdisk-03-recovery-trim
83342026-03-01T00:46:07.784Z[ recovery-image] Mar 01 00:46:07.906 INFO image builder template: zfs-recovery...
83352026-03-01T00:46:07.784Z[ recovery-image] Mar 01 00:46:07.906 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/.tmpCa7auJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "zfs-recovery"], pwd: None
83362026-03-01T00:46:07.809Z[ recovery-image] Mar 01 00:46:07.948 INFO O| Mar 01 00:46:07.947 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83372026-03-01T00:46:07.833Z[ recovery-image] Mar 01 00:46:07.955 INFO O| Mar 01 00:46:07.954 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83382026-03-01T00:46:07.858Z[ recovery-image] Mar 01 00:46:07.986 INFO O| Mar 01 00:46:07.986 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83392026-03-01T00:46:07.883Z[ recovery-image] Mar 01 00:46:08.014 INFO O| Mar 01 00:46:08.014 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83402026-03-01T00:46:07.883Z[ recovery-image] Mar 01 00:46:08.014 INFO O| Mar 01 00:46:08.014 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83412026-03-01T00:46:07.883Z[ recovery-image] Mar 01 00:46:08.020 INFO O| Mar 01 00:46:08.020 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83422026-03-01T00:46:07.908Z[ recovery-image] Mar 01 00:46:08.046 INFO O| Mar 01 00:46:08.046 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83432026-03-01T00:46:07.933Z[ recovery-image] Mar 01 00:46:08.065 INFO O| Mar 01 00:46:08.064 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83442026-03-01T00:46:07.957Z[ recovery-image] Mar 01 00:46:08.078 INFO O| Mar 01 00:46:08.078 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83452026-03-01T00:46:07.958Z[ recovery-image] Mar 01 00:46:08.084 INFO O| Mar 01 00:46:08.084 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83462026-03-01T00:46:07.958Z[ recovery-image] Mar 01 00:46:08.088 INFO O| Mar 01 00:46:08.088 INFO no lofi found
83472026-03-01T00:46:07.958Z[ recovery-image] Mar 01 00:46:08.089 INFO O| Mar 01 00:46:08.088 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83482026-03-01T00:46:07.958Z[ recovery-image] Mar 01 00:46:08.089 INFO O| Mar 01 00:46:08.089 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83492026-03-01T00:46:09.862Z[ recovery-image] Mar 01 00:46:10.003 INFO O| Mar 01 00:46:10.003 INFO lofi device = /dev/dsk/c3t1d0p0
83502026-03-01T00:46:09.862Z[ recovery-image] Mar 01 00:46:10.003 INFO O| Mar 01 00:46:10.003 INFO pool device = /dev/dsk/c3t1d0p0
83512026-03-01T00:46:09.887Z[ recovery-image] Mar 01 00:46:10.003 INFO O| Mar 01 00:46:10.003 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"]
83522026-03-01T00:46:10.069Z[ recovery-image] Mar 01 00:46:10.210 INFO O| Mar 01 00:46:10.210 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83532026-03-01T00:46:10.093Z[ recovery-image] Mar 01 00:46:10.210 INFO O| Mar 01 00:46:10.210 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83542026-03-01T00:46:10.118Z[ host-image] Mar 01 00:46:10.241 INFO O| Mar 01 00:46:10.241 INFO O| Startup: Caching catalogs ... Done
83552026-03-01T00:46:10.118Z[ recovery-image] Mar 01 00:46:10.244 INFO O| Mar 01 00:46:10.244 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83562026-03-01T00:46:10.414Z[ recovery-image] Mar 01 00:46:10.555 INFO O| Mar 01 00:46:10.555 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83572026-03-01T00:46:10.462Z[ recovery-image] Mar 01 00:46:10.603 INFO O| Mar 01 00:46:10.603 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83582026-03-01T00:46:10.493Z[ recovery-image] Mar 01 00:46:10.634 INFO O| Mar 01 00:46:10.634 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83592026-03-01T00:46:10.526Z[ recovery-image] Mar 01 00:46:10.667 INFO O| Mar 01 00:46:10.667 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83602026-03-01T00:46:10.589Z[ recovery-image] Mar 01 00:46:10.731 INFO O| Mar 01 00:46:10.731 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83612026-03-01T00:46:10.614Z[ recovery-image] Mar 01 00:46:10.731 INFO O| Mar 01 00:46:10.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83622026-03-01T00:46:10.615Z[ recovery-image] Mar 01 00:46:10.731 INFO O| Mar 01 00:46:10.731 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83632026-03-01T00:46:10.615Z[ recovery-image] Mar 01 00:46:10.749 INFO O| Mar 01 00:46:10.749 INFO boot environment UUID: 3910ebb7-c3f8-4ec1-967b-10348284a9ab
83642026-03-01T00:46:10.615Z[ recovery-image] Mar 01 00:46:10.749 INFO O| Mar 01 00:46:10.749 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3910ebb7-c3f8-4ec1-967b-10348284a9ab
83652026-03-01T00:46:10.640Z[ recovery-image] Mar 01 00:46:10.771 INFO O| Mar 01 00:46:10.770 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83662026-03-01T00:46:10.665Z[ recovery-image] Mar 01 00:46:10.794 INFO O| Mar 01 00:46:10.793 INFO STEP 0 (create_be) COMPLETE
83672026-03-01T00:46:10.665Z[ recovery-image] Mar 01 00:46:10.794 INFO O| Mar 01 00:46:10.794 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83682026-03-01T00:46:10.690Z[ recovery-image] Mar 01 00:46:10.811 INFO O| Mar 01 00:46:10.811 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"]
83692026-03-01T00:46:19.716Z[ recovery-image] Mar 01 00:46:19.858 INFO O| Mar 01 00:46:19.858 INFO STEP 1 (unpack_tar) COMPLETE
83702026-03-01T00:46:19.716Z[ recovery-image] Mar 01 00:46:19.858 INFO O| Mar 01 00:46:19.858 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83712026-03-01T00:46:19.741Z[ recovery-image] Mar 01 00:46:19.873 INFO O| Mar 01 00:46:19.873 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83722026-03-01T00:46:21.491Z[ host-image] Mar 01 00:46:21.632 INFO O| Mar 01 00:46:21.631 INFO O| Planning: Solver setup ... Done
83732026-03-01T00:46:21.515Z[ host-image] Mar 01 00:46:21.643 INFO O| Mar 01 00:46:21.643 INFO O| Planning: Running solver ... Done
83742026-03-01T00:46:21.641Z[ host-image] Mar 01 00:46:21.783 INFO O| Mar 01 00:46:21.782 INFO O| Planning: Finding local manifests ... Done
83752026-03-01T00:46:21.709Z[ recovery-image] Mar 01 00:46:21.851 INFO O| Mar 01 00:46:21.851 INFO STEP 2 (devfsadm) COMPLETE
83762026-03-01T00:46:21.709Z[ recovery-image] Mar 01 00:46:21.851 INFO O| Mar 01 00:46:21.851 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83772026-03-01T00:46:21.734Z[ recovery-image] Mar 01 00:46:21.866 INFO O| Mar 01 00:46:21.866 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83782026-03-01T00:46:21.734Z[ recovery-image] Mar 01 00:46:21.866 INFO O| Mar 01 00:46:21.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83792026-03-01T00:46:21.734Z[ recovery-image] Mar 01 00:46:21.866 INFO O| Mar 01 00:46:21.866 INFO STEP 3 (ensure_dir) COMPLETE
83802026-03-01T00:46:21.734Z[ recovery-image] Mar 01 00:46:21.866 INFO O| Mar 01 00:46:21.866 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83812026-03-01T00:46:21.759Z[ recovery-image] Mar 01 00:46:21.883 INFO O| Mar 01 00:46:21.882 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83822026-03-01T00:46:21.759Z[ recovery-image] Mar 01 00:46:21.883 INFO O| Mar 01 00:46:21.882 INFO STEP 4 (ensure_dir) COMPLETE
83832026-03-01T00:46:21.759Z[ recovery-image] Mar 01 00:46:21.883 INFO O| Mar 01 00:46:21.882 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83842026-03-01T00:46:21.759Z[ host-image] Mar 01 00:46:21.886 INFO O| Mar 01 00:46:21.886 INFO O| Planning: Fetching manifests: 0/1 0% complete
83852026-03-01T00:46:21.759Z[ recovery-image] Mar 01 00:46:21.895 INFO O| Mar 01 00:46:21.894 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83862026-03-01T00:46:21.759Z[ recovery-image] Mar 01 00:46:21.895 INFO O| Mar 01 00:46:21.894 INFO STEP 5 (ensure_dir) COMPLETE
83872026-03-01T00:46:21.759Z[ recovery-image] Mar 01 00:46:21.895 INFO O| Mar 01 00:46:21.894 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83882026-03-01T00:46:21.784Z[ recovery-image] Mar 01 00:46:21.906 INFO O| Mar 01 00:46:21.906 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83892026-03-01T00:46:21.784Z[ recovery-image] Mar 01 00:46:21.906 INFO O| Mar 01 00:46:21.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83902026-03-01T00:46:21.784Z[ recovery-image] Mar 01 00:46:21.906 INFO O| Mar 01 00:46:21.906 INFO STEP 6 (ensure_dir) COMPLETE
83912026-03-01T00:46:21.784Z[ recovery-image] Mar 01 00:46:21.906 INFO O| Mar 01 00:46:21.906 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83922026-03-01T00:46:21.784Z[ host-image] Mar 01 00:46:21.919 INFO O| Mar 01 00:46:21.918 INFO O| Planning: Fetching manifests: 1/1 100% complete
83932026-03-01T00:46:21.784Z[ recovery-image] Mar 01 00:46:21.921 INFO O| Mar 01 00:46:21.921 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83942026-03-01T00:46:21.784Z[ recovery-image] Mar 01 00:46:21.921 INFO O| Mar 01 00:46:21.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83952026-03-01T00:46:21.784Z[ recovery-image] Mar 01 00:46:21.921 INFO O| Mar 01 00:46:21.921 INFO STEP 7 (ensure_dir) COMPLETE
83962026-03-01T00:46:21.784Z[ recovery-image] Mar 01 00:46:21.921 INFO O| Mar 01 00:46:21.921 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83972026-03-01T00:46:21.809Z[ recovery-image] Mar 01 00:46:21.936 INFO O| Mar 01 00:46:21.936 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83982026-03-01T00:46:21.809Z[ recovery-image] Mar 01 00:46:21.937 INFO O| Mar 01 00:46:21.937 INFO STEP 8 (remove_files) COMPLETE
83992026-03-01T00:46:21.809Z[ recovery-image] Mar 01 00:46:21.937 INFO O| Mar 01 00:46:21.937 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84002026-03-01T00:46:21.809Z[ host-image] Mar 01 00:46:21.943 INFO O| Mar 01 00:46:21.943 INFO O| Planning: Package planning ... Done
84012026-03-01T00:46:21.809Z[ host-image] Mar 01 00:46:21.943 INFO O| Mar 01 00:46:21.943 INFO O| Planning: Merging actions ... Done
84022026-03-01T00:46:21.809Z[ recovery-image] Mar 01 00:46:21.949 INFO O| Mar 01 00:46:21.948 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
84032026-03-01T00:46:21.809Z[ recovery-image] Mar 01 00:46:21.950 INFO O| Mar 01 00:46:21.950 INFO STEP 9 (remove_files) COMPLETE
84042026-03-01T00:46:21.810Z[ recovery-image] Mar 01 00:46:21.950 INFO O| Mar 01 00:46:21.950 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84052026-03-01T00:46:21.835Z[ recovery-image] Mar 01 00:46:21.961 INFO O| Mar 01 00:46:21.961 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
84062026-03-01T00:46:21.835Z[ recovery-image] Mar 01 00:46:21.962 INFO O| Mar 01 00:46:21.962 INFO STEP 10 (remove_files) COMPLETE
84072026-03-01T00:46:21.835Z[ recovery-image] Mar 01 00:46:21.962 INFO O| Mar 01 00:46:21.962 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84082026-03-01T00:46:21.835Z[ recovery-image] Mar 01 00:46:21.973 INFO O| Mar 01 00:46:21.973 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
84092026-03-01T00:46:21.835Z[ recovery-image] Mar 01 00:46:21.973 INFO O| Mar 01 00:46:21.973 INFO STEP 11 (remove_files) COMPLETE
84102026-03-01T00:46:21.835Z[ recovery-image] Mar 01 00:46:21.973 INFO O| Mar 01 00:46:21.973 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84112026-03-01T00:46:21.860Z[ recovery-image] Mar 01 00:46:21.988 INFO O| Mar 01 00:46:21.988 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84122026-03-01T00:46:21.860Z[ recovery-image] Mar 01 00:46:21.988 INFO O| Mar 01 00:46:21.988 INFO STEP 12 (remove_files) COMPLETE
84132026-03-01T00:46:21.860Z[ recovery-image] Mar 01 00:46:21.988 INFO O| Mar 01 00:46:21.988 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84142026-03-01T00:46:21.885Z[ host-image] Mar 01 00:46:22.007 INFO O| Mar 01 00:46:22.006 INFO O| Planning: Checking for conflicting actions ... Done
84152026-03-01T00:46:21.885Z[ host-image] Mar 01 00:46:22.007 INFO O| Mar 01 00:46:22.007 INFO O| Planning: Consolidating action changes ... Done
84162026-03-01T00:46:21.885Z[ recovery-image] Mar 01 00:46:22.008 INFO O| Mar 01 00:46:22.007 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84172026-03-01T00:46:21.885Z[ recovery-image] Mar 01 00:46:22.008 INFO O| Mar 01 00:46:22.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84182026-03-01T00:46:21.885Z[ recovery-image] Mar 01 00:46:22.008 INFO O| Mar 01 00:46:22.008 INFO STEP 13 (ensure_dir) COMPLETE
84192026-03-01T00:46:21.885Z[ recovery-image] Mar 01 00:46:22.008 INFO O| Mar 01 00:46:22.008 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84202026-03-01T00:46:21.885Z[ recovery-image] Mar 01 00:46:22.018 INFO O| Mar 01 00:46:22.018 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84212026-03-01T00:46:21.885Z[ recovery-image] Mar 01 00:46:22.018 INFO O| Mar 01 00:46:22.018 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84222026-03-01T00:46:21.885Z[ recovery-image] Mar 01 00:46:22.018 INFO O| Mar 01 00:46:22.018 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84232026-03-01T00:46:21.885Z[ recovery-image] Mar 01 00:46:22.018 INFO O| Mar 01 00:46:22.018 INFO STEP 14 (ensure_dir) COMPLETE
84242026-03-01T00:46:21.885Z[ recovery-image] Mar 01 00:46:22.019 INFO O| Mar 01 00:46:22.018 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84252026-03-01T00:46:21.910Z[ recovery-image] Mar 01 00:46:22.029 INFO O| Mar 01 00:46:22.029 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84262026-03-01T00:46:21.910Z[ recovery-image] Mar 01 00:46:22.029 INFO O| Mar 01 00:46:22.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84272026-03-01T00:46:21.910Z[ recovery-image] Mar 01 00:46:22.029 INFO O| Mar 01 00:46:22.029 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84282026-03-01T00:46:21.910Z[ recovery-image] Mar 01 00:46:22.029 INFO O| Mar 01 00:46:22.029 INFO STEP 15 (ensure_dir) COMPLETE
84292026-03-01T00:46:21.910Z[ recovery-image] Mar 01 00:46:22.029 INFO O| Mar 01 00:46:22.029 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84302026-03-01T00:46:21.910Z[ recovery-image] Mar 01 00:46:22.040 INFO O| Mar 01 00:46:22.039 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84312026-03-01T00:46:21.910Z[ recovery-image] Mar 01 00:46:22.040 INFO O| Mar 01 00:46:22.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84322026-03-01T00:46:21.910Z[ recovery-image] Mar 01 00:46:22.040 INFO O| Mar 01 00:46:22.040 INFO STEP 16 (ensure_dir) COMPLETE
84332026-03-01T00:46:21.910Z[ recovery-image] Mar 01 00:46:22.040 INFO O| Mar 01 00:46:22.040 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84342026-03-01T00:46:21.910Z[ recovery-image] Mar 01 00:46:22.050 INFO O| Mar 01 00:46:22.050 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84352026-03-01T00:46:21.910Z[ recovery-image] Mar 01 00:46:22.050 INFO O| Mar 01 00:46:22.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84362026-03-01T00:46:21.910Z[ recovery-image] Mar 01 00:46:22.050 INFO O| Mar 01 00:46:22.050 INFO STEP 17 (ensure_dir) COMPLETE
84372026-03-01T00:46:21.911Z[ recovery-image] Mar 01 00:46:22.050 INFO O| Mar 01 00:46:22.050 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84382026-03-01T00:46:21.936Z[ recovery-image] Mar 01 00:46:22.064 INFO O| Mar 01 00:46:22.064 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84392026-03-01T00:46:21.936Z[ recovery-image] Mar 01 00:46:22.064 INFO O| Mar 01 00:46:22.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84402026-03-01T00:46:21.936Z[ recovery-image] Mar 01 00:46:22.064 INFO O| Mar 01 00:46:22.064 INFO ok!
84412026-03-01T00:46:21.936Z[ recovery-image] Mar 01 00:46:22.064 INFO O| Mar 01 00:46:22.064 INFO STEP 18 (ensure_symlink) COMPLETE
84422026-03-01T00:46:21.936Z[ recovery-image] Mar 01 00:46:22.064 INFO O| Mar 01 00:46:22.064 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84432026-03-01T00:46:21.936Z[ recovery-image] Mar 01 00:46:22.074 INFO O| Mar 01 00:46:22.074 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84442026-03-01T00:46:21.936Z[ recovery-image] Mar 01 00:46:22.075 INFO O| Mar 01 00:46:22.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84452026-03-01T00:46:21.936Z[ recovery-image] Mar 01 00:46:22.075 INFO O| Mar 01 00:46:22.074 INFO ok!
84462026-03-01T00:46:21.936Z[ recovery-image] Mar 01 00:46:22.075 INFO O| Mar 01 00:46:22.074 INFO STEP 19 (ensure_file) COMPLETE
84472026-03-01T00:46:21.936Z[ recovery-image] Mar 01 00:46:22.075 INFO O| Mar 01 00:46:22.074 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84482026-03-01T00:46:21.961Z[ recovery-image] Mar 01 00:46:22.085 INFO O| Mar 01 00:46:22.085 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84492026-03-01T00:46:21.961Z[ recovery-image] Mar 01 00:46:22.085 INFO O| Mar 01 00:46:22.085 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84502026-03-01T00:46:21.961Z[ recovery-image] Mar 01 00:46:22.085 INFO O| Mar 01 00:46:22.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84512026-03-01T00:46:21.961Z[ recovery-image] Mar 01 00:46:22.085 INFO O| Mar 01 00:46:22.085 INFO ok!
84522026-03-01T00:46:21.961Z[ recovery-image] Mar 01 00:46:22.085 INFO O| Mar 01 00:46:22.085 INFO STEP 20 (ensure_symlink) COMPLETE
84532026-03-01T00:46:21.961Z[ recovery-image] Mar 01 00:46:22.085 INFO O| Mar 01 00:46:22.085 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84542026-03-01T00:46:21.961Z[ recovery-image] Mar 01 00:46:22.100 INFO O| Mar 01 00:46:22.100 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84552026-03-01T00:46:21.961Z[ recovery-image] Mar 01 00:46:22.100 INFO O| Mar 01 00:46:22.100 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84562026-03-01T00:46:21.961Z[ recovery-image] Mar 01 00:46:22.100 INFO O| Mar 01 00:46:22.100 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84572026-03-01T00:46:21.961Z[ recovery-image] Mar 01 00:46:22.100 INFO O| Mar 01 00:46:22.100 INFO ok!
84582026-03-01T00:46:21.961Z[ recovery-image] Mar 01 00:46:22.100 INFO O| Mar 01 00:46:22.100 INFO STEP 21 (ensure_symlink) COMPLETE
84592026-03-01T00:46:21.961Z[ recovery-image] Mar 01 00:46:22.100 INFO O| Mar 01 00:46:22.100 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84602026-03-01T00:46:21.986Z[ recovery-image] Mar 01 00:46:22.113 INFO O| Mar 01 00:46:22.113 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84612026-03-01T00:46:21.987Z[ recovery-image] Mar 01 00:46:22.113 INFO O| Mar 01 00:46:22.113 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84622026-03-01T00:46:21.987Z[ recovery-image] Mar 01 00:46:22.113 INFO O| Mar 01 00:46:22.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84632026-03-01T00:46:21.987Z[ recovery-image] Mar 01 00:46:22.113 INFO O| Mar 01 00:46:22.113 INFO ok!
84642026-03-01T00:46:21.987Z[ recovery-image] Mar 01 00:46:22.113 INFO O| Mar 01 00:46:22.113 INFO STEP 22 (ensure_symlink) COMPLETE
84652026-03-01T00:46:21.987Z[ recovery-image] Mar 01 00:46:22.113 INFO O| Mar 01 00:46:22.113 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84662026-03-01T00:46:21.987Z[ recovery-image] Mar 01 00:46:22.126 INFO O| Mar 01 00:46:22.126 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84672026-03-01T00:46:21.987Z[ recovery-image] Mar 01 00:46:22.127 INFO O| Mar 01 00:46:22.126 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84682026-03-01T00:46:21.987Z[ recovery-image] Mar 01 00:46:22.127 INFO O| Mar 01 00:46:22.127 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84692026-03-01T00:46:21.987Z[ recovery-image] Mar 01 00:46:22.127 INFO O| Mar 01 00:46:22.127 INFO ok!
84702026-03-01T00:46:21.987Z[ recovery-image] Mar 01 00:46:22.127 INFO O| Mar 01 00:46:22.127 INFO STEP 23 (ensure_symlink) COMPLETE
84712026-03-01T00:46:21.987Z[ recovery-image] Mar 01 00:46:22.127 INFO O| Mar 01 00:46:22.127 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84722026-03-01T00:46:22.012Z[ recovery-image] Mar 01 00:46:22.137 INFO O| Mar 01 00:46:22.137 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84732026-03-01T00:46:22.012Z[ recovery-image] Mar 01 00:46:22.137 INFO O| Mar 01 00:46:22.137 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 ...
84742026-03-01T00:46:22.012Z[ recovery-image] Mar 01 00:46:22.137 INFO O| Mar 01 00:46:22.137 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84752026-03-01T00:46:22.012Z[ recovery-image] Mar 01 00:46:22.138 INFO O| Mar 01 00:46:22.137 INFO ok!
84762026-03-01T00:46:22.012Z[ recovery-image] Mar 01 00:46:22.138 INFO O| Mar 01 00:46:22.137 INFO STEP 24 (ensure_file) COMPLETE
84772026-03-01T00:46:22.012Z[ recovery-image] Mar 01 00:46:22.138 INFO O| Mar 01 00:46:22.137 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84782026-03-01T00:46:22.012Z[ recovery-image] Mar 01 00:46:22.149 INFO O| Mar 01 00:46:22.149 INFO updating shadow file
84792026-03-01T00:46:22.012Z[ recovery-image] Mar 01 00:46:22.149 INFO O| Mar 01 00:46:22.149 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84802026-03-01T00:46:22.013Z[ recovery-image] Mar 01 00:46:22.149 INFO O| Mar 01 00:46:22.149 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84812026-03-01T00:46:22.013Z[ recovery-image] Mar 01 00:46:22.149 INFO O| Mar 01 00:46:22.149 INFO STEP 25 (shadow) COMPLETE
84822026-03-01T00:46:22.013Z[ recovery-image] Mar 01 00:46:22.149 INFO O| Mar 01 00:46:22.149 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84832026-03-01T00:46:22.038Z[ recovery-image] Mar 01 00:46:22.163 INFO O| Mar 01 00:46:22.163 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84842026-03-01T00:46:22.038Z[ recovery-image] Mar 01 00:46:22.163 INFO O| Mar 01 00:46:22.163 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84852026-03-01T00:46:22.038Z[ recovery-image] Mar 01 00:46:22.163 INFO O| Mar 01 00:46:22.163 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84862026-03-01T00:46:22.038Z[ recovery-image] Mar 01 00:46:22.163 INFO O| Mar 01 00:46:22.163 INFO ok!
84872026-03-01T00:46:22.038Z[ recovery-image] Mar 01 00:46:22.163 INFO O| Mar 01 00:46:22.163 INFO STEP 26 (ensure_file) COMPLETE
84882026-03-01T00:46:22.038Z[ recovery-image] Mar 01 00:46:22.163 INFO O| Mar 01 00:46:22.163 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84892026-03-01T00:46:22.038Z[ recovery-image] Mar 01 00:46:22.178 INFO O| Mar 01 00:46:22.177 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84902026-03-01T00:46:22.038Z[ recovery-image] Mar 01 00:46:22.178 INFO O| Mar 01 00:46:22.177 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84912026-03-01T00:46:22.038Z[ recovery-image] Mar 01 00:46:22.178 INFO O| Mar 01 00:46:22.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84922026-03-01T00:46:22.038Z[ recovery-image] Mar 01 00:46:22.178 INFO O| Mar 01 00:46:22.178 INFO ok!
84932026-03-01T00:46:22.038Z[ recovery-image] Mar 01 00:46:22.178 INFO O| Mar 01 00:46:22.178 INFO STEP 27 (ensure_file) COMPLETE
84942026-03-01T00:46:22.038Z[ recovery-image] Mar 01 00:46:22.178 INFO O| Mar 01 00:46:22.178 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84952026-03-01T00:46:22.063Z[ recovery-image] Mar 01 00:46:22.192 INFO O| Mar 01 00:46:22.192 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84962026-03-01T00:46:22.063Z[ recovery-image] Mar 01 00:46:22.192 INFO O| Mar 01 00:46:22.192 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84972026-03-01T00:46:22.063Z[ recovery-image] Mar 01 00:46:22.192 INFO O| Mar 01 00:46:22.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84982026-03-01T00:46:22.063Z[ recovery-image] Mar 01 00:46:22.192 INFO O| Mar 01 00:46:22.192 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84992026-03-01T00:46:22.063Z[ recovery-image] Mar 01 00:46:22.192 INFO O| Mar 01 00:46:22.192 INFO ok!
85002026-03-01T00:46:22.063Z[ recovery-image] Mar 01 00:46:22.192 INFO O| Mar 01 00:46:22.192 INFO STEP 28 (ensure_file) COMPLETE
85012026-03-01T00:46:22.063Z[ recovery-image] Mar 01 00:46:22.192 INFO O| Mar 01 00:46:22.192 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85022026-03-01T00:46:22.088Z[ recovery-image] Mar 01 00:46:22.206 INFO O| Mar 01 00:46:22.206 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
85032026-03-01T00:46:22.088Z[ recovery-image] Mar 01 00:46:22.206 INFO O| Mar 01 00:46:22.206 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
85042026-03-01T00:46:22.088Z[ recovery-image] Mar 01 00:46:22.206 INFO O| Mar 01 00:46:22.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
85052026-03-01T00:46:22.089Z[ recovery-image] Mar 01 00:46:22.206 INFO O| Mar 01 00:46:22.206 INFO ok!
85062026-03-01T00:46:22.089Z[ recovery-image] Mar 01 00:46:22.206 INFO O| Mar 01 00:46:22.206 INFO STEP 29 (ensure_file) COMPLETE
85072026-03-01T00:46:22.089Z[ recovery-image] Mar 01 00:46:22.206 INFO O| Mar 01 00:46:22.206 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85082026-03-01T00:46:22.089Z[ recovery-image] Mar 01 00:46:22.219 INFO O| Mar 01 00:46:22.219 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85092026-03-01T00:46:22.089Z[ recovery-image] Mar 01 00:46:22.219 INFO O| Mar 01 00:46:22.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85102026-03-01T00:46:22.089Z[ recovery-image] Mar 01 00:46:22.219 INFO O| Mar 01 00:46:22.219 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85112026-03-01T00:46:22.089Z[ recovery-image] Mar 01 00:46:22.219 INFO O| Mar 01 00:46:22.219 INFO STEP 30 (ensure_dir) COMPLETE
85122026-03-01T00:46:22.089Z[ recovery-image] Mar 01 00:46:22.219 INFO O| Mar 01 00:46:22.219 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85132026-03-01T00:46:22.114Z[ recovery-image] Mar 01 00:46:22.233 INFO O| Mar 01 00:46:22.233 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85142026-03-01T00:46:22.114Z[ recovery-image] Mar 01 00:46:22.233 INFO O| Mar 01 00:46:22.233 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 ...
85152026-03-01T00:46:22.114Z[ recovery-image] Mar 01 00:46:22.234 INFO O| Mar 01 00:46:22.234 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
85162026-03-01T00:46:22.114Z[ recovery-image] Mar 01 00:46:22.234 INFO O| Mar 01 00:46:22.234 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85172026-03-01T00:46:22.114Z[ recovery-image] Mar 01 00:46:22.234 INFO O| Mar 01 00:46:22.234 INFO ok!
85182026-03-01T00:46:22.114Z[ recovery-image] Mar 01 00:46:22.234 INFO O| Mar 01 00:46:22.234 INFO STEP 31 (ensure_file) COMPLETE
85192026-03-01T00:46:22.114Z[ recovery-image] Mar 01 00:46:22.234 INFO O| Mar 01 00:46:22.234 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85202026-03-01T00:46:22.114Z[ recovery-image] Mar 01 00:46:22.245 INFO O| Mar 01 00:46:22.245 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85212026-03-01T00:46:22.114Z[ recovery-image] Mar 01 00:46:22.245 INFO O| Mar 01 00:46:22.245 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85222026-03-01T00:46:22.114Z[ recovery-image] Mar 01 00:46:22.245 INFO O| Mar 01 00:46:22.245 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85232026-03-01T00:46:22.114Z[ recovery-image] Mar 01 00:46:22.245 INFO O| Mar 01 00:46:22.245 INFO STEP 32 (ensure_dir) COMPLETE
85242026-03-01T00:46:22.114Z[ recovery-image] Mar 01 00:46:22.245 INFO O| Mar 01 00:46:22.245 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85252026-03-01T00:46:22.114Z[ host-image] Mar 01 00:46:22.256 INFO O| Mar 01 00:46:22.255 INFO O| Planning: Evaluating mediators ... Done
85262026-03-01T00:46:22.139Z[ host-image] Mar 01 00:46:22.257 INFO O| Mar 01 00:46:22.257 INFO O| Planning: Planning completed in 11.89 seconds
85272026-03-01T00:46:22.140Z[ host-image] Mar 01 00:46:22.257 INFO O| Mar 01 00:46:22.257 INFO O| Packages to install: 1
85282026-03-01T00:46:22.140Z[ recovery-image] Mar 01 00:46:22.259 INFO O| Mar 01 00:46:22.259 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85292026-03-01T00:46:22.140Z[ recovery-image] Mar 01 00:46:22.259 INFO O| Mar 01 00:46:22.259 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 ...
85302026-03-01T00:46:22.140Z[ recovery-image] Mar 01 00:46:22.260 INFO O| Mar 01 00:46:22.260 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
85312026-03-01T00:46:22.140Z[ recovery-image] Mar 01 00:46:22.260 INFO O| Mar 01 00:46:22.260 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85322026-03-01T00:46:22.140Z[ recovery-image] Mar 01 00:46:22.260 INFO O| Mar 01 00:46:22.260 INFO ok!
85332026-03-01T00:46:22.140Z[ recovery-image] Mar 01 00:46:22.260 INFO O| Mar 01 00:46:22.260 INFO STEP 33 (ensure_file) COMPLETE
85342026-03-01T00:46:22.140Z[ recovery-image] Mar 01 00:46:22.260 INFO O| Mar 01 00:46:22.260 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85352026-03-01T00:46:22.140Z[ recovery-image] Mar 01 00:46:22.271 INFO O| Mar 01 00:46:22.271 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85362026-03-01T00:46:22.140Z[ recovery-image] Mar 01 00:46:22.271 INFO O| Mar 01 00:46:22.271 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85372026-03-01T00:46:22.140Z[ recovery-image] Mar 01 00:46:22.271 INFO O| Mar 01 00:46:22.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85382026-03-01T00:46:22.140Z[ recovery-image] Mar 01 00:46:22.271 INFO O| Mar 01 00:46:22.271 INFO ok!
85392026-03-01T00:46:22.140Z[ recovery-image] Mar 01 00:46:22.271 INFO O| Mar 01 00:46:22.271 INFO STEP 34 (ensure_file) COMPLETE
85402026-03-01T00:46:22.140Z[ recovery-image] Mar 01 00:46:22.271 INFO O| Mar 01 00:46:22.271 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85412026-03-01T00:46:22.165Z[ recovery-image] Mar 01 00:46:22.285 INFO O| Mar 01 00:46:22.285 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85422026-03-01T00:46:22.165Z[ recovery-image] Mar 01 00:46:22.285 INFO O| Mar 01 00:46:22.285 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85432026-03-01T00:46:22.165Z[ recovery-image] Mar 01 00:46:22.285 INFO O| Mar 01 00:46:22.285 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85442026-03-01T00:46:22.165Z[ recovery-image] Mar 01 00:46:22.285 INFO O| Mar 01 00:46:22.285 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85452026-03-01T00:46:22.165Z[ recovery-image] Mar 01 00:46:22.285 INFO O| Mar 01 00:46:22.285 INFO ok!
85462026-03-01T00:46:22.165Z[ recovery-image] Mar 01 00:46:22.285 INFO O| Mar 01 00:46:22.285 INFO STEP 35 (ensure_file) COMPLETE
85472026-03-01T00:46:22.165Z[ recovery-image] Mar 01 00:46:22.285 INFO O| Mar 01 00:46:22.285 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85482026-03-01T00:46:22.165Z[ recovery-image] Mar 01 00:46:22.296 INFO O| Mar 01 00:46:22.296 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85492026-03-01T00:46:22.165Z[ recovery-image] Mar 01 00:46:22.296 INFO O| Mar 01 00:46:22.296 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85502026-03-01T00:46:22.165Z[ recovery-image] Mar 01 00:46:22.297 INFO O| Mar 01 00:46:22.297 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85512026-03-01T00:46:22.165Z[ recovery-image] Mar 01 00:46:22.297 INFO O| Mar 01 00:46:22.297 INFO ok!
85522026-03-01T00:46:22.165Z[ recovery-image] Mar 01 00:46:22.297 INFO O| Mar 01 00:46:22.297 INFO STEP 36 (ensure_file) COMPLETE
85532026-03-01T00:46:22.165Z[ recovery-image] Mar 01 00:46:22.297 INFO O| Mar 01 00:46:22.297 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85542026-03-01T00:46:22.165Z[ host-image] Mar 01 00:46:22.301 INFO O| Mar 01 00:46:22.301 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
85552026-03-01T00:46:22.165Z[ recovery-image] Mar 01 00:46:22.307 INFO O| Mar 01 00:46:22.307 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85562026-03-01T00:46:22.166Z[ recovery-image] Mar 01 00:46:22.307 INFO O| Mar 01 00:46:22.307 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85572026-03-01T00:46:22.166Z[ recovery-image] Mar 01 00:46:22.307 INFO O| Mar 01 00:46:22.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85582026-03-01T00:46:22.166Z[ recovery-image] Mar 01 00:46:22.307 INFO O| Mar 01 00:46:22.307 INFO ok!
85592026-03-01T00:46:22.166Z[ recovery-image] Mar 01 00:46:22.307 INFO O| Mar 01 00:46:22.307 INFO STEP 37 (ensure_file) COMPLETE
85602026-03-01T00:46:22.191Z[ recovery-image] Mar 01 00:46:22.307 INFO O| Mar 01 00:46:22.307 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85612026-03-01T00:46:22.191Z[ recovery-image] Mar 01 00:46:22.318 INFO O| Mar 01 00:46:22.318 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85622026-03-01T00:46:22.191Z[ recovery-image] Mar 01 00:46:22.318 INFO O| Mar 01 00:46:22.318 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85632026-03-01T00:46:22.191Z[ recovery-image] Mar 01 00:46:22.318 INFO O| Mar 01 00:46:22.318 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85642026-03-01T00:46:22.191Z[ recovery-image] Mar 01 00:46:22.318 INFO O| Mar 01 00:46:22.318 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85652026-03-01T00:46:22.191Z[ recovery-image] Mar 01 00:46:22.318 INFO O| Mar 01 00:46:22.318 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85662026-03-01T00:46:22.191Z[ recovery-image] Mar 01 00:46:22.318 INFO O| Mar 01 00:46:22.318 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85672026-03-01T00:46:22.191Z[ recovery-image] Mar 01 00:46:22.318 INFO O| Mar 01 00:46:22.318 INFO ok!
85682026-03-01T00:46:22.191Z[ recovery-image] Mar 01 00:46:22.318 INFO O| Mar 01 00:46:22.318 INFO STEP 38 (ensure_file) COMPLETE
85692026-03-01T00:46:22.191Z[ recovery-image] Mar 01 00:46:22.318 INFO O| Mar 01 00:46:22.318 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85702026-03-01T00:46:22.191Z[ recovery-image] Mar 01 00:46:22.328 INFO O| Mar 01 00:46:22.328 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85712026-03-01T00:46:22.191Z[ recovery-image] Mar 01 00:46:22.328 INFO O| Mar 01 00:46:22.328 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85722026-03-01T00:46:22.191Z[ recovery-image] Mar 01 00:46:22.328 INFO O| Mar 01 00:46:22.328 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85732026-03-01T00:46:22.191Z[ recovery-image] Mar 01 00:46:22.328 INFO O| Mar 01 00:46:22.328 INFO STEP 39 (ensure_dir) COMPLETE
85742026-03-01T00:46:22.191Z[ recovery-image] Mar 01 00:46:22.328 INFO O| Mar 01 00:46:22.328 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85752026-03-01T00:46:22.216Z[ recovery-image] Mar 01 00:46:22.340 INFO O| Mar 01 00:46:22.340 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
85762026-03-01T00:46:22.216Z[ recovery-image] Mar 01 00:46:22.340 INFO O| Mar 01 00:46:22.340 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 ...
85772026-03-01T00:46:22.216Z[ recovery-image] Mar 01 00:46:22.341 INFO O| Mar 01 00:46:22.340 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
85782026-03-01T00:46:22.216Z[ recovery-image] Mar 01 00:46:22.341 INFO O| Mar 01 00:46:22.341 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
85792026-03-01T00:46:22.216Z[ recovery-image] Mar 01 00:46:22.341 INFO O| Mar 01 00:46:22.341 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
85802026-03-01T00:46:22.216Z[ recovery-image] Mar 01 00:46:22.341 INFO O| Mar 01 00:46:22.341 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
85812026-03-01T00:46:22.216Z[ recovery-image] Mar 01 00:46:22.341 INFO O| Mar 01 00:46:22.341 INFO ok!
85822026-03-01T00:46:22.216Z[ recovery-image] Mar 01 00:46:22.341 INFO O| Mar 01 00:46:22.341 INFO STEP 40 (ensure_file) COMPLETE
85832026-03-01T00:46:22.216Z[ recovery-image] Mar 01 00:46:22.341 INFO O| Mar 01 00:46:22.341 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85842026-03-01T00:46:22.216Z[ recovery-image] Mar 01 00:46:22.356 INFO O| Mar 01 00:46:22.356 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85852026-03-01T00:46:22.216Z[ recovery-image] Mar 01 00:46:22.356 INFO O| Mar 01 00:46:22.356 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 ...
85862026-03-01T00:46:22.216Z[ recovery-image] Mar 01 00:46:22.356 INFO O| Mar 01 00:46:22.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85872026-03-01T00:46:22.216Z[ recovery-image] Mar 01 00:46:22.356 INFO O| Mar 01 00:46:22.356 INFO ok!
85882026-03-01T00:46:22.216Z[ recovery-image] Mar 01 00:46:22.356 INFO O| Mar 01 00:46:22.356 INFO STEP 41 (ensure_symlink) COMPLETE
85892026-03-01T00:46:22.216Z[ recovery-image] Mar 01 00:46:22.356 INFO O| Mar 01 00:46:22.356 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85902026-03-01T00:46:22.242Z[ recovery-image] Mar 01 00:46:22.371 INFO O| Mar 01 00:46:22.371 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85912026-03-01T00:46:22.242Z[ recovery-image] Mar 01 00:46:22.371 INFO O| Mar 01 00:46:22.371 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85922026-03-01T00:46:22.242Z[ recovery-image] Mar 01 00:46:22.371 INFO O| Mar 01 00:46:22.371 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85932026-03-01T00:46:22.242Z[ recovery-image] Mar 01 00:46:22.371 INFO O| Mar 01 00:46:22.371 INFO ok!
85942026-03-01T00:46:22.242Z[ recovery-image] Mar 01 00:46:22.371 INFO O| Mar 01 00:46:22.371 INFO STEP 42 (ensure_symlink) COMPLETE
85952026-03-01T00:46:22.242Z[ recovery-image] Mar 01 00:46:22.371 INFO O| Mar 01 00:46:22.371 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85962026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.386 INFO O| Mar 01 00:46:22.386 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85972026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.386 INFO O| Mar 01 00:46:22.386 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85982026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.387 INFO O| Mar 01 00:46:22.387 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85992026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.387 INFO O| Mar 01 00:46:22.387 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86002026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.387 INFO O| Mar 01 00:46:22.387 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86012026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.387 INFO O| Mar 01 00:46:22.387 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86022026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.387 INFO O| Mar 01 00:46:22.387 INFO ok!
86032026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.387 INFO O| Mar 01 00:46:22.387 INFO STEP 43 (ensure_file) COMPLETE
86042026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.387 INFO O| Mar 01 00:46:22.387 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86052026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.401 INFO O| Mar 01 00:46:22.401 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
86062026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.401 INFO O| Mar 01 00:46:22.401 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 ...
86072026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.402 INFO O| Mar 01 00:46:22.402 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
86082026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.402 INFO O| Mar 01 00:46:22.402 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86092026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.402 INFO O| Mar 01 00:46:22.402 INFO ok!
86102026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.402 INFO O| Mar 01 00:46:22.402 INFO STEP 44 (ensure_file) COMPLETE
86112026-03-01T00:46:22.267Z[ recovery-image] Mar 01 00:46:22.402 INFO O| Mar 01 00:46:22.402 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86122026-03-01T00:46:22.293Z[ recovery-image] Mar 01 00:46:22.413 INFO O| Mar 01 00:46:22.413 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
86132026-03-01T00:46:22.293Z[ recovery-image] Mar 01 00:46:22.413 INFO O| Mar 01 00:46:22.413 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
86142026-03-01T00:46:22.293Z[ recovery-image] Mar 01 00:46:22.414 INFO O| Mar 01 00:46:22.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
86152026-03-01T00:46:22.293Z[ recovery-image] Mar 01 00:46:22.414 INFO O| Mar 01 00:46:22.414 INFO ok!
86162026-03-01T00:46:22.293Z[ recovery-image] Mar 01 00:46:22.414 INFO O| Mar 01 00:46:22.414 INFO STEP 45 (ensure_file) COMPLETE
86172026-03-01T00:46:22.293Z[ recovery-image] Mar 01 00:46:22.414 INFO O| Mar 01 00:46:22.414 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86182026-03-01T00:46:22.293Z[ recovery-image] Mar 01 00:46:22.425 INFO O| Mar 01 00:46:22.425 INFO updating shadow file
86192026-03-01T00:46:22.293Z[ recovery-image] Mar 01 00:46:22.425 INFO O| Mar 01 00:46:22.425 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86202026-03-01T00:46:22.293Z[ recovery-image] Mar 01 00:46:22.425 INFO O| Mar 01 00:46:22.425 INFO STEP 46 (shadow) COMPLETE
86212026-03-01T00:46:22.293Z[ recovery-image] Mar 01 00:46:22.425 INFO O| Mar 01 00:46:22.425 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86222026-03-01T00:46:22.318Z[ recovery-image] Mar 01 00:46:22.440 INFO O| Mar 01 00:46:22.440 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86232026-03-01T00:46:22.318Z[ recovery-image] Mar 01 00:46:22.440 INFO O| Mar 01 00:46:22.440 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86242026-03-01T00:46:22.318Z[ recovery-image] Mar 01 00:46:22.440 INFO O| Mar 01 00:46:22.440 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86252026-03-01T00:46:22.318Z[ recovery-image] Mar 01 00:46:22.440 INFO O| Mar 01 00:46:22.440 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86262026-03-01T00:46:22.318Z[ recovery-image] Mar 01 00:46:22.440 INFO O| Mar 01 00:46:22.440 INFO ok!
86272026-03-01T00:46:22.318Z[ recovery-image] Mar 01 00:46:22.440 INFO O| Mar 01 00:46:22.440 INFO STEP 47 (ensure_file) COMPLETE
86282026-03-01T00:46:22.318Z[ recovery-image] Mar 01 00:46:22.440 INFO O| Mar 01 00:46:22.440 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86292026-03-01T00:46:22.318Z[ recovery-image] Mar 01 00:46:22.452 INFO O| Mar 01 00:46:22.452 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86302026-03-01T00:46:22.318Z[ recovery-image] Mar 01 00:46:22.452 INFO O| Mar 01 00:46:22.452 INFO STEP 48 (ensure_dir) COMPLETE
86312026-03-01T00:46:22.318Z[ recovery-image] Mar 01 00:46:22.452 INFO O| Mar 01 00:46:22.452 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86322026-03-01T00:46:22.344Z[ recovery-image] Mar 01 00:46:22.463 INFO O| Mar 01 00:46:22.463 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86332026-03-01T00:46:22.344Z[ recovery-image] Mar 01 00:46:22.463 INFO O| Mar 01 00:46:22.463 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86342026-03-01T00:46:22.344Z[ recovery-image] Mar 01 00:46:22.463 INFO O| Mar 01 00:46:22.463 INFO STEP 49 (ensure_dir) COMPLETE
86352026-03-01T00:46:22.344Z[ recovery-image] Mar 01 00:46:22.463 INFO O| Mar 01 00:46:22.463 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86362026-03-01T00:46:22.344Z[ recovery-image] Mar 01 00:46:22.473 INFO O| Mar 01 00:46:22.473 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86372026-03-01T00:46:22.344Z[ recovery-image] Mar 01 00:46:22.473 INFO O| Mar 01 00:46:22.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86382026-03-01T00:46:22.344Z[ recovery-image] Mar 01 00:46:22.473 INFO O| Mar 01 00:46:22.473 INFO STEP 50 (ensure_dir) COMPLETE
86392026-03-01T00:46:22.344Z[ recovery-image] Mar 01 00:46:22.473 INFO O| Mar 01 00:46:22.473 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86402026-03-01T00:46:22.369Z[ recovery-image] Mar 01 00:46:22.489 INFO O| Mar 01 00:46:22.488 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86412026-03-01T00:46:22.369Z[ recovery-image] Mar 01 00:46:22.489 INFO O| Mar 01 00:46:22.488 INFO copying /tmp/.tmpCa7auJ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86422026-03-01T00:46:22.427Z[ recovery-image] Mar 01 00:46:22.569 INFO O| Mar 01 00:46:22.568 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86432026-03-01T00:46:22.427Z[ recovery-image] Mar 01 00:46:22.569 INFO O| Mar 01 00:46:22.568 INFO ok!
86442026-03-01T00:46:22.427Z[ recovery-image] Mar 01 00:46:22.569 INFO O| Mar 01 00:46:22.568 INFO STEP 51 (ensure_file) COMPLETE
86452026-03-01T00:46:22.452Z[ recovery-image] Mar 01 00:46:22.569 INFO O| Mar 01 00:46:22.569 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86462026-03-01T00:46:22.452Z[ recovery-image] Mar 01 00:46:22.583 INFO O| Mar 01 00:46:22.583 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86472026-03-01T00:46:22.452Z[ recovery-image] Mar 01 00:46:22.584 INFO O| Mar 01 00:46:22.584 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86482026-03-01T00:46:22.452Z[ recovery-image] Mar 01 00:46:22.584 INFO O| Mar 01 00:46:22.584 INFO STEP 52 (ensure_dir) COMPLETE
86492026-03-01T00:46:22.452Z[ recovery-image] Mar 01 00:46:22.584 INFO O| Mar 01 00:46:22.584 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86502026-03-01T00:46:22.477Z[ recovery-image] Mar 01 00:46:22.596 INFO O| Mar 01 00:46:22.596 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86512026-03-01T00:46:22.477Z[ recovery-image] Mar 01 00:46:22.596 INFO O| Mar 01 00:46:22.596 INFO copying /tmp/.tmpCa7auJ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86522026-03-01T00:46:22.477Z[ recovery-image] Mar 01 00:46:22.596 INFO O| Mar 01 00:46:22.596 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86532026-03-01T00:46:22.477Z[ recovery-image] Mar 01 00:46:22.596 INFO O| Mar 01 00:46:22.596 INFO ok!
86542026-03-01T00:46:22.477Z[ recovery-image] Mar 01 00:46:22.596 INFO O| Mar 01 00:46:22.596 INFO STEP 53 (ensure_file) COMPLETE
86552026-03-01T00:46:22.477Z[ recovery-image] Mar 01 00:46:22.596 INFO O| Mar 01 00:46:22.596 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86562026-03-01T00:46:22.477Z[ recovery-image] Mar 01 00:46:22.608 INFO O| Mar 01 00:46:22.608 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86572026-03-01T00:46:22.477Z[ recovery-image] Mar 01 00:46:22.608 INFO O| Mar 01 00:46:22.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86582026-03-01T00:46:22.477Z[ recovery-image] Mar 01 00:46:22.608 INFO O| Mar 01 00:46:22.608 INFO STEP 54 (ensure_dir) COMPLETE
86592026-03-01T00:46:22.477Z[ recovery-image] Mar 01 00:46:22.608 INFO O| Mar 01 00:46:22.608 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86602026-03-01T00:46:22.477Z[ recovery-image] Mar 01 00:46:22.619 INFO O| Mar 01 00:46:22.619 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86612026-03-01T00:46:22.477Z[ recovery-image] Mar 01 00:46:22.619 INFO O| Mar 01 00:46:22.619 INFO copying /tmp/.tmpCa7auJ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86622026-03-01T00:46:22.843Z[ host-image] Mar 01 00:46:22.985 INFO O| Mar 01 00:46:22.985 INFO O| Download: Completed 12.26 MB in 0.68 seconds (17.9M/s)
86632026-03-01T00:46:25.077Z[ host-image] Mar 01 00:46:25.220 INFO O| Mar 01 00:46:25.220 INFO O| Actions: 1/22 actions (Installing new actions)
86642026-03-01T00:46:25.102Z[ recovery-image] Mar 01 00:46:25.230 INFO O| Mar 01 00:46:25.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86652026-03-01T00:46:25.102Z[ recovery-image] Mar 01 00:46:25.230 INFO O| Mar 01 00:46:25.229 INFO ok!
86662026-03-01T00:46:25.102Z[ recovery-image] Mar 01 00:46:25.230 INFO O| Mar 01 00:46:25.230 INFO STEP 55 (ensure_file) COMPLETE
86672026-03-01T00:46:25.102Z[ recovery-image] Mar 01 00:46:25.230 INFO O| Mar 01 00:46:25.230 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86682026-03-01T00:46:25.102Z[ recovery-image] Mar 01 00:46:25.241 INFO O| Mar 01 00:46:25.240 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86692026-03-01T00:46:25.102Z[ recovery-image] Mar 01 00:46:25.241 INFO O| Mar 01 00:46:25.241 INFO copying /tmp/.tmpCa7auJ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86702026-03-01T00:46:25.785Z[ host-image] Mar 01 00:46:25.927 INFO O| Mar 01 00:46:25.927 INFO O| Actions: Completed 22 actions in 0.71 seconds.
86712026-03-01T00:46:25.838Z[ recovery-image] Mar 01 00:46:25.981 INFO O| Mar 01 00:46:25.981 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86722026-03-01T00:46:25.838Z[ recovery-image] Mar 01 00:46:25.981 INFO O| Mar 01 00:46:25.981 INFO ok!
86732026-03-01T00:46:25.863Z[ recovery-image] Mar 01 00:46:25.981 INFO O| Mar 01 00:46:25.981 INFO STEP 56 (ensure_file) COMPLETE
86742026-03-01T00:46:25.864Z[ recovery-image] Mar 01 00:46:25.981 INFO O| Mar 01 00:46:25.981 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86752026-03-01T00:46:25.864Z[ recovery-image] Mar 01 00:46:25.998 INFO O| Mar 01 00:46:25.998 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86762026-03-01T00:46:25.864Z[ recovery-image] Mar 01 00:46:25.998 INFO O| Mar 01 00:46:25.998 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86772026-03-01T00:46:25.864Z[ recovery-image] Mar 01 00:46:25.998 INFO O| Mar 01 00:46:25.998 INFO STEP 57 (ensure_dir) COMPLETE
86782026-03-01T00:46:25.864Z[ recovery-image] Mar 01 00:46:25.998 INFO O| Mar 01 00:46:25.998 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86792026-03-01T00:46:25.889Z[ recovery-image] Mar 01 00:46:26.013 INFO O| Mar 01 00:46:26.013 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86802026-03-01T00:46:25.889Z[ recovery-image] Mar 01 00:46:26.013 INFO O| Mar 01 00:46:26.013 INFO copying /tmp/.tmpCa7auJ/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 ...
86812026-03-01T00:46:25.889Z[ recovery-image] Mar 01 00:46:26.013 INFO O| Mar 01 00:46:26.013 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
86822026-03-01T00:46:25.889Z[ recovery-image] Mar 01 00:46:26.013 INFO O| Mar 01 00:46:26.013 INFO ok!
86832026-03-01T00:46:25.889Z[ recovery-image] Mar 01 00:46:26.013 INFO O| Mar 01 00:46:26.013 INFO STEP 58 (ensure_file) COMPLETE
86842026-03-01T00:46:25.889Z[ recovery-image] Mar 01 00:46:26.013 INFO O| Mar 01 00:46:26.013 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86852026-03-01T00:46:25.889Z[ recovery-image] Mar 01 00:46:26.026 INFO O| Mar 01 00:46:26.026 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86862026-03-01T00:46:25.889Z[ recovery-image] Mar 01 00:46:26.026 INFO O| Mar 01 00:46:26.026 INFO copying /tmp/.tmpCa7auJ/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 ...
86872026-03-01T00:46:25.889Z[ recovery-image] Mar 01 00:46:26.026 INFO O| Mar 01 00:46:26.026 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
86882026-03-01T00:46:25.889Z[ recovery-image] Mar 01 00:46:26.026 INFO O| Mar 01 00:46:26.026 INFO ok!
86892026-03-01T00:46:25.889Z[ recovery-image] Mar 01 00:46:26.026 INFO O| Mar 01 00:46:26.026 INFO STEP 59 (ensure_file) COMPLETE
86902026-03-01T00:46:25.889Z[ recovery-image] Mar 01 00:46:26.026 INFO O| Mar 01 00:46:26.026 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86912026-03-01T00:46:25.914Z[ recovery-image] Mar 01 00:46:26.039 INFO O| Mar 01 00:46:26.039 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86922026-03-01T00:46:25.914Z[ recovery-image] Mar 01 00:46:26.039 INFO O| Mar 01 00:46:26.039 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86932026-03-01T00:46:25.914Z[ recovery-image] Mar 01 00:46:26.039 INFO O| Mar 01 00:46:26.039 INFO STEP 60 (ensure_dir) COMPLETE
86942026-03-01T00:46:25.914Z[ recovery-image] Mar 01 00:46:26.039 INFO O| Mar 01 00:46:26.039 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86952026-03-01T00:46:25.914Z[ recovery-image] Mar 01 00:46:26.054 INFO O| Mar 01 00:46:26.054 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86962026-03-01T00:46:25.914Z[ recovery-image] Mar 01 00:46:26.054 INFO O| Mar 01 00:46:26.054 INFO copying /tmp/.tmpCa7auJ/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 ...
86972026-03-01T00:46:25.915Z[ recovery-image] Mar 01 00:46:26.054 INFO O| Mar 01 00:46:26.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86982026-03-01T00:46:25.915Z[ recovery-image] Mar 01 00:46:26.054 INFO O| Mar 01 00:46:26.054 INFO ok!
86992026-03-01T00:46:25.915Z[ recovery-image] Mar 01 00:46:26.054 INFO O| Mar 01 00:46:26.054 INFO STEP 61 (ensure_file) COMPLETE
87002026-03-01T00:46:25.915Z[ recovery-image] Mar 01 00:46:26.054 INFO O| Mar 01 00:46:26.054 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87012026-03-01T00:46:25.940Z[ recovery-image] Mar 01 00:46:26.069 INFO O| Mar 01 00:46:26.069 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
87022026-03-01T00:46:25.940Z[ recovery-image] Mar 01 00:46:26.069 INFO O| Mar 01 00:46:26.069 INFO copying /tmp/.tmpCa7auJ/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 ...
87032026-03-01T00:46:25.940Z[ recovery-image] Mar 01 00:46:26.069 INFO O| Mar 01 00:46:26.069 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
87042026-03-01T00:46:25.940Z[ recovery-image] Mar 01 00:46:26.069 INFO O| Mar 01 00:46:26.069 INFO ok!
87052026-03-01T00:46:25.940Z[ recovery-image] Mar 01 00:46:26.069 INFO O| Mar 01 00:46:26.069 INFO STEP 62 (ensure_file) COMPLETE
87062026-03-01T00:46:25.940Z[ recovery-image] Mar 01 00:46:26.069 INFO O| Mar 01 00:46:26.069 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87072026-03-01T00:46:25.940Z[ recovery-image] Mar 01 00:46:26.080 INFO O| Mar 01 00:46:26.080 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87082026-03-01T00:46:25.940Z[ recovery-image] Mar 01 00:46:26.080 INFO O| Mar 01 00:46:26.080 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87092026-03-01T00:46:25.940Z[ recovery-image] Mar 01 00:46:26.080 INFO O| Mar 01 00:46:26.080 INFO STEP 63 (ensure_dir) COMPLETE
87102026-03-01T00:46:25.940Z[ recovery-image] Mar 01 00:46:26.080 INFO O| Mar 01 00:46:26.080 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87112026-03-01T00:46:25.965Z[ recovery-image] Mar 01 00:46:26.094 INFO O| Mar 01 00:46:26.094 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87122026-03-01T00:46:25.965Z[ recovery-image] Mar 01 00:46:26.094 INFO O| Mar 01 00:46:26.094 INFO copying /tmp/.tmpCa7auJ/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 ...
87132026-03-01T00:46:25.965Z[ recovery-image] Mar 01 00:46:26.094 INFO O| Mar 01 00:46:26.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87142026-03-01T00:46:25.965Z[ recovery-image] Mar 01 00:46:26.094 INFO O| Mar 01 00:46:26.094 INFO ok!
87152026-03-01T00:46:25.965Z[ recovery-image] Mar 01 00:46:26.094 INFO O| Mar 01 00:46:26.094 INFO STEP 64 (ensure_file) COMPLETE
87162026-03-01T00:46:25.965Z[ recovery-image] Mar 01 00:46:26.094 INFO O| Mar 01 00:46:26.094 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87172026-03-01T00:46:25.965Z[ recovery-image] Mar 01 00:46:26.105 INFO O| Mar 01 00:46:26.105 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
87182026-03-01T00:46:25.965Z[ recovery-image] Mar 01 00:46:26.105 INFO O| Mar 01 00:46:26.105 INFO copying /tmp/.tmpCa7auJ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87192026-03-01T00:46:25.965Z[ recovery-image] Mar 01 00:46:26.105 INFO O| Mar 01 00:46:26.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87202026-03-01T00:46:25.965Z[ recovery-image] Mar 01 00:46:26.105 INFO O| Mar 01 00:46:26.105 INFO ok!
87212026-03-01T00:46:25.965Z[ recovery-image] Mar 01 00:46:26.105 INFO O| Mar 01 00:46:26.105 INFO STEP 65 (ensure_file) COMPLETE
87222026-03-01T00:46:25.965Z[ recovery-image] Mar 01 00:46:26.105 INFO O| Mar 01 00:46:26.105 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87232026-03-01T00:46:25.990Z[ recovery-image] Mar 01 00:46:26.116 INFO O| Mar 01 00:46:26.115 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87242026-03-01T00:46:25.990Z[ recovery-image] Mar 01 00:46:26.116 INFO O| Mar 01 00:46:26.115 INFO STEP 66 (ensure_dir) COMPLETE
87252026-03-01T00:46:25.990Z[ recovery-image] Mar 01 00:46:26.116 INFO O| Mar 01 00:46:26.115 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87262026-03-01T00:46:25.990Z[ recovery-image] Mar 01 00:46:26.126 INFO O| Mar 01 00:46:26.126 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87272026-03-01T00:46:25.990Z[ recovery-image] Mar 01 00:46:26.126 INFO O| Mar 01 00:46:26.126 INFO STEP 67 (ensure_dir) COMPLETE
87282026-03-01T00:46:25.991Z[ recovery-image] Mar 01 00:46:26.126 INFO O| Mar 01 00:46:26.126 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87292026-03-01T00:46:26.016Z[ recovery-image] Mar 01 00:46:26.137 INFO O| Mar 01 00:46:26.136 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87302026-03-01T00:46:26.016Z[ recovery-image] Mar 01 00:46:26.137 INFO O| Mar 01 00:46:26.136 INFO STEP 68 (ensure_dir) COMPLETE
87312026-03-01T00:46:26.016Z[ recovery-image] Mar 01 00:46:26.137 INFO O| Mar 01 00:46:26.136 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87322026-03-01T00:46:26.016Z[ recovery-image] Mar 01 00:46:26.147 INFO O| Mar 01 00:46:26.147 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87332026-03-01T00:46:26.016Z[ recovery-image] Mar 01 00:46:26.147 INFO O| Mar 01 00:46:26.147 INFO STEP 69 (ensure_dir) COMPLETE
87342026-03-01T00:46:26.016Z[ recovery-image] Mar 01 00:46:26.147 INFO O| Mar 01 00:46:26.147 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87352026-03-01T00:46:26.016Z[ recovery-image] Mar 01 00:46:26.157 INFO O| Mar 01 00:46:26.157 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87362026-03-01T00:46:26.016Z[ recovery-image] Mar 01 00:46:26.157 INFO O| Mar 01 00:46:26.157 INFO copying /tmp/.tmpCa7auJ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87372026-03-01T00:46:26.016Z[ recovery-image] Mar 01 00:46:26.157 INFO O| Mar 01 00:46:26.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87382026-03-01T00:46:26.016Z[ recovery-image] Mar 01 00:46:26.157 INFO O| Mar 01 00:46:26.157 INFO ok!
87392026-03-01T00:46:26.016Z[ recovery-image] Mar 01 00:46:26.157 INFO O| Mar 01 00:46:26.157 INFO STEP 70 (ensure_file) COMPLETE
87402026-03-01T00:46:26.016Z[ recovery-image] Mar 01 00:46:26.157 INFO O| Mar 01 00:46:26.157 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87412026-03-01T00:46:26.041Z[ recovery-image] Mar 01 00:46:26.167 INFO O| Mar 01 00:46:26.167 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87422026-03-01T00:46:26.041Z[ recovery-image] Mar 01 00:46:26.168 INFO O| Mar 01 00:46:26.168 INFO STEP 71 (remove_files) COMPLETE
87432026-03-01T00:46:26.041Z[ recovery-image] Mar 01 00:46:26.168 INFO O| Mar 01 00:46:26.168 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87442026-03-01T00:46:26.041Z[ recovery-image] Mar 01 00:46:26.182 INFO O| Mar 01 00:46:26.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87452026-03-01T00:46:26.041Z[ recovery-image] Mar 01 00:46:26.182 INFO O| Mar 01 00:46:26.182 INFO STEP 72 (remove_files) COMPLETE
87462026-03-01T00:46:26.041Z[ recovery-image] Mar 01 00:46:26.182 INFO O| Mar 01 00:46:26.182 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87472026-03-01T00:46:26.066Z[ recovery-image] Mar 01 00:46:26.196 INFO O| Mar 01 00:46:26.196 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87482026-03-01T00:46:26.066Z[ recovery-image] Mar 01 00:46:26.197 INFO O| Mar 01 00:46:26.196 INFO STEP 73 (remove_files) COMPLETE
87492026-03-01T00:46:26.066Z[ recovery-image] Mar 01 00:46:26.197 INFO O| Mar 01 00:46:26.196 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87502026-03-01T00:46:26.066Z[ recovery-image] Mar 01 00:46:26.207 INFO O| Mar 01 00:46:26.207 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87512026-03-01T00:46:26.067Z[ recovery-image] Mar 01 00:46:26.207 INFO O| Mar 01 00:46:26.207 INFO STEP 74 (remove_files) COMPLETE
87522026-03-01T00:46:26.067Z[ recovery-image] Mar 01 00:46:26.207 INFO O| Mar 01 00:46:26.207 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87532026-03-01T00:46:26.092Z[ recovery-image] Mar 01 00:46:26.218 INFO O| Mar 01 00:46:26.217 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87542026-03-01T00:46:26.092Z[ recovery-image] Mar 01 00:46:26.218 INFO O| Mar 01 00:46:26.218 INFO STEP 75 (remove_files) COMPLETE
87552026-03-01T00:46:26.092Z[ recovery-image] Mar 01 00:46:26.218 INFO O| Mar 01 00:46:26.218 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87562026-03-01T00:46:26.092Z[ recovery-image] Mar 01 00:46:26.229 INFO O| Mar 01 00:46:26.228 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87572026-03-01T00:46:26.092Z[ recovery-image] Mar 01 00:46:26.229 INFO O| Mar 01 00:46:26.229 INFO STEP 76 (remove_files) COMPLETE
87582026-03-01T00:46:26.092Z[ recovery-image] Mar 01 00:46:26.229 INFO O| Mar 01 00:46:26.229 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87592026-03-01T00:46:26.117Z[ recovery-image] Mar 01 00:46:26.240 INFO O| Mar 01 00:46:26.240 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87602026-03-01T00:46:26.117Z[ recovery-image] Mar 01 00:46:26.240 INFO O| Mar 01 00:46:26.240 INFO STEP 77 (remove_files) COMPLETE
87612026-03-01T00:46:26.117Z[ recovery-image] Mar 01 00:46:26.240 INFO O| Mar 01 00:46:26.240 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87622026-03-01T00:46:26.117Z[ recovery-image] Mar 01 00:46:26.251 INFO O| Mar 01 00:46:26.251 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87632026-03-01T00:46:26.117Z[ recovery-image] Mar 01 00:46:26.251 INFO O| Mar 01 00:46:26.251 INFO STEP 78 (remove_files) COMPLETE
87642026-03-01T00:46:26.117Z[ recovery-image] Mar 01 00:46:26.251 INFO O| Mar 01 00:46:26.251 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87652026-03-01T00:46:26.142Z[ recovery-image] Mar 01 00:46:26.262 INFO O| Mar 01 00:46:26.262 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87662026-03-01T00:46:26.142Z[ recovery-image] Mar 01 00:46:26.262 INFO O| Mar 01 00:46:26.262 INFO STEP 79 (remove_files) COMPLETE
87672026-03-01T00:46:26.142Z[ recovery-image] Mar 01 00:46:26.262 INFO O| Mar 01 00:46:26.262 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87682026-03-01T00:46:26.142Z[ recovery-image] Mar 01 00:46:26.276 INFO O| Mar 01 00:46:26.276 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87692026-03-01T00:46:26.142Z[ recovery-image] Mar 01 00:46:26.276 INFO O| Mar 01 00:46:26.276 INFO STEP 80 (remove_files) COMPLETE
87702026-03-01T00:46:26.142Z[ recovery-image] Mar 01 00:46:26.276 INFO O| Mar 01 00:46:26.276 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87712026-03-01T00:46:26.167Z[ recovery-image] Mar 01 00:46:26.288 INFO O| Mar 01 00:46:26.288 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87722026-03-01T00:46:26.167Z[ recovery-image] Mar 01 00:46:26.288 INFO O| Mar 01 00:46:26.288 INFO STEP 81 (remove_files) COMPLETE
87732026-03-01T00:46:26.167Z[ recovery-image] Mar 01 00:46:26.288 INFO O| Mar 01 00:46:26.288 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87742026-03-01T00:46:26.167Z[ recovery-image] Mar 01 00:46:26.301 INFO O| Mar 01 00:46:26.301 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87752026-03-01T00:46:26.167Z[ recovery-image] Mar 01 00:46:26.301 INFO O| Mar 01 00:46:26.301 INFO STEP 82 (remove_files) COMPLETE
87762026-03-01T00:46:26.167Z[ recovery-image] Mar 01 00:46:26.301 INFO O| Mar 01 00:46:26.301 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87772026-03-01T00:46:26.192Z[ recovery-image] Mar 01 00:46:26.313 INFO O| Mar 01 00:46:26.313 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87782026-03-01T00:46:26.192Z[ recovery-image] Mar 01 00:46:26.313 INFO O| Mar 01 00:46:26.313 INFO STEP 83 (remove_files) COMPLETE
87792026-03-01T00:46:26.192Z[ recovery-image] Mar 01 00:46:26.313 INFO O| Mar 01 00:46:26.313 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87802026-03-01T00:46:26.193Z[ recovery-image] Mar 01 00:46:26.325 INFO O| Mar 01 00:46:26.325 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87812026-03-01T00:46:26.193Z[ recovery-image] Mar 01 00:46:26.325 INFO O| Mar 01 00:46:26.325 INFO STEP 84 (remove_files) COMPLETE
87822026-03-01T00:46:26.193Z[ recovery-image] Mar 01 00:46:26.325 INFO O| Mar 01 00:46:26.325 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87832026-03-01T00:46:26.218Z[ recovery-image] Mar 01 00:46:26.336 INFO O| Mar 01 00:46:26.336 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87842026-03-01T00:46:26.218Z[ recovery-image] Mar 01 00:46:26.336 INFO O| Mar 01 00:46:26.336 INFO STEP 85 (remove_files) COMPLETE
87852026-03-01T00:46:26.218Z[ recovery-image] Mar 01 00:46:26.336 INFO O| Mar 01 00:46:26.336 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87862026-03-01T00:46:26.218Z[ recovery-image] Mar 01 00:46:26.349 INFO O| Mar 01 00:46:26.349 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87872026-03-01T00:46:26.218Z[ recovery-image] Mar 01 00:46:26.349 INFO O| Mar 01 00:46:26.349 INFO STEP 86 (remove_files) COMPLETE
87882026-03-01T00:46:26.218Z[ recovery-image] Mar 01 00:46:26.349 INFO O| Mar 01 00:46:26.349 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87892026-03-01T00:46:26.243Z[ recovery-image] Mar 01 00:46:26.364 INFO O| Mar 01 00:46:26.364 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87902026-03-01T00:46:26.243Z[ recovery-image] Mar 01 00:46:26.364 INFO O| Mar 01 00:46:26.364 INFO STEP 87 (remove_files) COMPLETE
87912026-03-01T00:46:26.243Z[ recovery-image] Mar 01 00:46:26.364 INFO O| Mar 01 00:46:26.364 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87922026-03-01T00:46:26.243Z[ recovery-image] Mar 01 00:46:26.375 INFO O| Mar 01 00:46:26.375 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87932026-03-01T00:46:26.243Z[ recovery-image] Mar 01 00:46:26.375 INFO O| Mar 01 00:46:26.375 INFO STEP 88 (remove_files) COMPLETE
87942026-03-01T00:46:26.243Z[ recovery-image] Mar 01 00:46:26.375 INFO O| Mar 01 00:46:26.375 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87952026-03-01T00:46:26.268Z[ recovery-image] Mar 01 00:46:26.389 INFO O| Mar 01 00:46:26.389 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87962026-03-01T00:46:26.268Z[ recovery-image] Mar 01 00:46:26.389 INFO O| Mar 01 00:46:26.389 INFO STEP 89 (remove_files) COMPLETE
87972026-03-01T00:46:26.268Z[ recovery-image] Mar 01 00:46:26.389 INFO O| Mar 01 00:46:26.389 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87982026-03-01T00:46:26.268Z[ recovery-image] Mar 01 00:46:26.403 INFO O| Mar 01 00:46:26.403 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87992026-03-01T00:46:26.268Z[ recovery-image] Mar 01 00:46:26.403 INFO O| Mar 01 00:46:26.403 INFO STEP 90 (remove_files) COMPLETE
88002026-03-01T00:46:26.268Z[ recovery-image] Mar 01 00:46:26.403 INFO O| Mar 01 00:46:26.403 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88012026-03-01T00:46:26.304Z[ recovery-image] Mar 01 00:46:26.414 INFO O| Mar 01 00:46:26.414 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
88022026-03-01T00:46:26.304Z[ recovery-image] Mar 01 00:46:26.415 INFO O| Mar 01 00:46:26.415 INFO STEP 91 (remove_files) COMPLETE
88032026-03-01T00:46:26.304Z[ recovery-image] Mar 01 00:46:26.415 INFO O| Mar 01 00:46:26.415 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88042026-03-01T00:46:26.304Z[ recovery-image] Mar 01 00:46:26.428 INFO O| Mar 01 00:46:26.428 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
88052026-03-01T00:46:26.304Z[ recovery-image] Mar 01 00:46:26.428 INFO O| Mar 01 00:46:26.428 INFO STEP 92 (remove_files) COMPLETE
88062026-03-01T00:46:26.304Z[ recovery-image] Mar 01 00:46:26.428 INFO O| Mar 01 00:46:26.428 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88072026-03-01T00:46:26.304Z[ recovery-image] Mar 01 00:46:26.442 INFO O| Mar 01 00:46:26.442 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
88082026-03-01T00:46:26.304Z[ recovery-image] Mar 01 00:46:26.442 INFO O| Mar 01 00:46:26.442 INFO STEP 93 (remove_files) COMPLETE
88092026-03-01T00:46:26.304Z[ recovery-image] Mar 01 00:46:26.442 INFO O| Mar 01 00:46:26.442 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88102026-03-01T00:46:26.330Z[ recovery-image] Mar 01 00:46:26.453 INFO O| Mar 01 00:46:26.453 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
88112026-03-01T00:46:26.330Z[ recovery-image] Mar 01 00:46:26.453 INFO O| Mar 01 00:46:26.453 INFO STEP 94 (remove_files) COMPLETE
88122026-03-01T00:46:26.330Z[ recovery-image] Mar 01 00:46:26.453 INFO O| Mar 01 00:46:26.453 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88132026-03-01T00:46:26.330Z[ recovery-image] Mar 01 00:46:26.463 INFO O| Mar 01 00:46:26.463 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
88142026-03-01T00:46:26.330Z[ recovery-image] Mar 01 00:46:26.463 INFO O| Mar 01 00:46:26.463 INFO STEP 95 (remove_files) COMPLETE
88152026-03-01T00:46:26.330Z[ recovery-image] Mar 01 00:46:26.463 INFO O| Mar 01 00:46:26.463 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88162026-03-01T00:46:26.356Z[ recovery-image] Mar 01 00:46:26.473 INFO O| Mar 01 00:46:26.473 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
88172026-03-01T00:46:26.356Z[ recovery-image] Mar 01 00:46:26.473 INFO O| Mar 01 00:46:26.473 INFO STEP 96 (remove_files) COMPLETE
88182026-03-01T00:46:26.356Z[ recovery-image] Mar 01 00:46:26.473 INFO O| Mar 01 00:46:26.473 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88192026-03-01T00:46:26.356Z[ recovery-image] Mar 01 00:46:26.485 INFO O| Mar 01 00:46:26.485 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88202026-03-01T00:46:26.356Z[ recovery-image] Mar 01 00:46:26.485 INFO O| Mar 01 00:46:26.485 INFO STEP 97 (remove_files) COMPLETE
88212026-03-01T00:46:26.357Z[ recovery-image] Mar 01 00:46:26.485 INFO O| Mar 01 00:46:26.485 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88222026-03-01T00:46:26.357Z[ recovery-image] Mar 01 00:46:26.497 INFO O| Mar 01 00:46:26.497 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88232026-03-01T00:46:26.357Z[ recovery-image] Mar 01 00:46:26.497 INFO O| Mar 01 00:46:26.497 INFO STEP 98 (remove_files) COMPLETE
88242026-03-01T00:46:26.357Z[ recovery-image] Mar 01 00:46:26.497 INFO O| Mar 01 00:46:26.497 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88252026-03-01T00:46:26.382Z[ recovery-image] Mar 01 00:46:26.507 INFO O| Mar 01 00:46:26.507 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88262026-03-01T00:46:26.382Z[ recovery-image] Mar 01 00:46:26.507 INFO O| Mar 01 00:46:26.507 INFO STEP 99 (remove_files) COMPLETE
88272026-03-01T00:46:26.382Z[ recovery-image] Mar 01 00:46:26.507 INFO O| Mar 01 00:46:26.507 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88282026-03-01T00:46:26.382Z[ recovery-image] Mar 01 00:46:26.522 INFO O| Mar 01 00:46:26.522 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88292026-03-01T00:46:26.382Z[ recovery-image] Mar 01 00:46:26.524 INFO O| Mar 01 00:46:26.523 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88302026-03-01T00:46:26.704Z[ host-image] Mar 01 00:46:26.846 INFO O| Mar 01 00:46:26.846 INFO O| Done
88312026-03-01T00:46:26.704Z[ host-image] Mar 01 00:46:26.846 INFO O| Mar 01 00:46:26.846 INFO O| Done
88322026-03-01T00:46:28.518Z[ host-image] Mar 01 00:46:28.660 INFO O| Mar 01 00:46:28.660 INFO O| Done
88332026-03-01T00:46:30.808Z[ host-image] Mar 01 00:46:30.950 INFO O| Mar 01 00:46:30.950 INFO O| Done
88342026-03-01T00:46:30.845Z[ host-image] Mar 01 00:46:30.987 INFO O| Mar 01 00:46:30.987 INFO O| Done
88352026-03-01T00:46:30.870Z[ host-image] Mar 01 00:46:30.988 INFO O| Mar 01 00:46:30.988 INFO O| Done
88362026-03-01T00:46:30.870Z[ host-image] Mar 01 00:46:31.005 INFO O| Mar 01 00:46:31.005 INFO O| Done
88372026-03-01T00:46:32.967Z[ host-image] Mar 01 00:46:33.109 INFO O| Mar 01 00:46:33.109 INFO STEP 14 (pkg_install) COMPLETE
88382026-03-01T00:46:32.967Z[ host-image] Mar 01 00:46:33.109 INFO O| Mar 01 00:46:33.109 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88392026-03-01T00:46:32.992Z[ host-image] Mar 01 00:46:33.109 INFO O| Mar 01 00:46:33.109 INFO skip step because feature "mbist" is not enabled
88402026-03-01T00:46:32.992Z[ host-image] Mar 01 00:46:33.109 INFO O| Mar 01 00:46:33.109 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88412026-03-01T00:46:32.992Z[ host-image] Mar 01 00:46:33.109 INFO O| Mar 01 00:46:33.109 INFO skip step because feature "mfg" is not enabled
88422026-03-01T00:46:32.992Z[ host-image] Mar 01 00:46:33.109 INFO O| Mar 01 00:46:33.109 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88432026-03-01T00:46:32.992Z[ host-image] Mar 01 00:46:33.109 INFO O| Mar 01 00:46:33.109 INFO skip step because feature "compliance" is not enabled
88442026-03-01T00:46:32.992Z[ host-image] Mar 01 00:46:33.109 INFO O| Mar 01 00:46:33.109 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88452026-03-01T00:46:32.992Z[ host-image] Mar 01 00:46:33.109 INFO O| Mar 01 00:46:33.109 INFO skip step because feature "stress" is not enabled
88462026-03-01T00:46:32.992Z[ host-image] Mar 01 00:46:33.109 INFO O| Mar 01 00:46:33.109 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88472026-03-01T00:46:32.993Z[ host-image] Mar 01 00:46:33.109 INFO O| Mar 01 00:46:33.109 INFO skip step because feature "compliance" is not enabled
88482026-03-01T00:46:32.993Z[ host-image] Mar 01 00:46:33.109 INFO O| Mar 01 00:46:33.109 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88492026-03-01T00:46:32.993Z[ host-image] Mar 01 00:46:33.109 INFO O| Mar 01 00:46:33.109 INFO skip step because feature "nfs" is not enabled
88502026-03-01T00:46:32.993Z[ host-image] Mar 01 00:46:33.109 INFO O| Mar 01 00:46:33.109 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
88512026-03-01T00:46:32.993Z[ host-image] Mar 01 00:46:33.109 INFO O| Mar 01 00:46:33.109 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
88522026-03-01T00:46:33.018Z[ host-image] Mar 01 00:46:33.150 INFO O| Mar 01 00:46:33.149 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
88532026-03-01T00:46:33.097Z[ host-image] Mar 01 00:46:33.240 INFO O| Mar 01 00:46:33.239 INFO completed processing sled/ramdisk-01-os
88542026-03-01T00:46:33.122Z[ host-image] Mar 01 00:46:33.243 INFO omicron1 baseline generation...
88552026-03-01T00:46:33.122Z[ host-image] Mar 01 00:46:33.244 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
88562026-03-01T00:46:33.886Z[ host-image] Mar 01 00:46:34.029 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23795:20260223T235442Z
88572026-03-01T00:46:34.941Z[ recovery-image] Mar 01 00:46:35.084 INFO O| Mar 01 00:46:35.083 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
88582026-03-01T00:46:34.941Z[ recovery-image] Mar 01 00:46:35.084 INFO O| Mar 01 00:46:35.084 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88592026-03-01T00:46:34.978Z[ recovery-image] Mar 01 00:46:35.121 INFO O| Mar 01 00:46:35.120 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
88602026-03-01T00:46:35.156Z[ recovery-image] Mar 01 00:46:35.299 INFO O| Mar 01 00:46:35.299 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88612026-03-01T00:46:35.260Z[ recovery-image] Mar 01 00:46:35.403 INFO O| Mar 01 00:46:35.403 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
88622026-03-01T00:46:35.380Z[ recovery-image] Mar 01 00:46:35.523 INFO O| Mar 01 00:46:35.523 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88632026-03-01T00:46:35.381Z[ recovery-image] Mar 01 00:46:35.523 INFO O| Mar 01 00:46:35.523 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 ...
88642026-03-01T00:46:35.406Z[ recovery-image] Mar 01 00:46:35.526 INFO O| Mar 01 00:46:35.525 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88652026-03-01T00:46:35.406Z[ recovery-image] Mar 01 00:46:35.526 INFO O| Mar 01 00:46:35.526 INFO ok!
88662026-03-01T00:46:35.406Z[ recovery-image] Mar 01 00:46:35.526 INFO O| Mar 01 00:46:35.526 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88672026-03-01T00:46:35.406Z[ recovery-image] Mar 01 00:46:35.526 INFO O| Mar 01 00:46:35.526 INFO STEP 100 (seed_smf) COMPLETE
88682026-03-01T00:46:35.406Z[ recovery-image] Mar 01 00:46:35.526 INFO O| Mar 01 00:46:35.526 INFO steps complete; finalising image!
88692026-03-01T00:46:35.406Z[ recovery-image] Mar 01 00:46:35.526 INFO O| Mar 01 00:46:35.526 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88702026-03-01T00:46:35.475Z[ recovery-image] Mar 01 00:46:35.618 INFO O| Mar 01 00:46:35.617 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Sun Mar 1 00:46:35 2026)
88712026-03-01T00:46:35.685Z[ recovery-image] Mar 01 00:46:35.827 INFO O| Mar 01 00:46:35.827 INFO trim TEMPORARY-sled-zfs-recovery: (58% trimmed, started at Sun Mar 1 00:46:35 2026)
88722026-03-01T00:46:35.915Z[ recovery-image] Mar 01 00:46:36.058 INFO O| Mar 01 00:46:36.058 INFO temporary pool has 432M used, 1.33G avail, 1.00x compressratio
88732026-03-01T00:46:35.915Z[ recovery-image] Mar 01 00:46:36.058 INFO O| Mar 01 00:46:36.058 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88742026-03-01T00:46:36.886Z[ recovery-image] Mar 01 00:46:37.029 INFO O| Mar 01 00:46:37.029 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
88752026-03-01T00:46:36.886Z[ recovery-image] Mar 01 00:46:37.029 INFO O| Mar 01 00:46:37.029 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88762026-03-01T00:46:41.599Z[ recovery-image] Mar 01 00:46:41.742 INFO O| Mar 01 00:46:41.742 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88772026-03-01T00:46:41.599Z[ recovery-image] Mar 01 00:46:41.742 INFO O| Mar 01 00:46:41.742 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88782026-03-01T00:46:41.624Z[ recovery-image] Mar 01 00:46:41.742 INFO O| Mar 01 00:46:41.742 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88792026-03-01T00:46:41.624Z[ recovery-image] Mar 01 00:46:41.742 INFO O| Mar 01 00:46:41.742 INFO completed processing sled/zfs-recovery
88802026-03-01T00:46:41.624Z[ recovery-image] Mar 01 00:46:41.742 INFO O| Mar 01 00:46:41.742 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88812026-03-01T00:46:41.751Z[ recovery-image] Mar 01 00:46:41.895 INFO O| Mar 01 00:46:41.879 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88822026-03-01T00:46:41.876Z[ recovery-image] Mar 01 00:46:42.020 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
88832026-03-01T00:46:41.902Z[ recovery-image] Mar 01 00:46:42.021 INFO expanded image name: "recovery ac5ccbc/${os_short_commit} 2026-02-28 23:57" -> "recovery ac5ccbc/3e08689 2026-02-28 23:57"
88842026-03-01T00:46:41.902Z[ recovery-image] Mar 01 00:46:42.022 INFO output artefacts stored in: "/work/os-recovery"
88852026-03-01T00:46:41.902Z[ recovery-image] Mar 01 00:46:42.022 INFO collecting git info from project "pilot"...
88862026-03-01T00:46:41.927Z[ recovery-image] Mar 01 00:46:42.068 INFO collecting git info from project "bootserver"...
88872026-03-01T00:46:41.952Z[ recovery-image] Mar 01 00:46:42.083 INFO collecting git info from project "dmar-report"...
88882026-03-01T00:46:41.977Z[ recovery-image] Mar 01 00:46:42.106 INFO collecting git info from project "chelsio-t6-roms"...
88892026-03-01T00:46:42.007Z[ recovery-image] Mar 01 00:46:42.150 INFO collecting git info from project "amd-firmware"...
88902026-03-01T00:46:49.289Z[ recovery-image] Mar 01 00:46:49.433 INFO collecting git info from project "phbl"...
88912026-03-01T00:46:49.314Z[ recovery-image] Mar 01 00:46:49.450 INFO collecting git info from project "amd-host-image-builder"...
88922026-03-01T00:46:49.399Z[ recovery-image] Mar 01 00:46:49.542 INFO collecting git info from project "image-builder"...
88932026-03-01T00:46:49.424Z[ recovery-image] Mar 01 00:46:49.559 INFO collecting git info from project "pinprick"...
88942026-03-01T00:46:49.449Z[ recovery-image] Mar 01 00:46:49.571 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88952026-03-01T00:46:50.652Z[ recovery-image] Mar 01 00:46:50.796 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88962026-03-01T00:46:51.253Z[ recovery-image] Mar 01 00:46:51.397 INFO creating Oxide boot image...
88972026-03-01T00:46:51.278Z[ recovery-image] Mar 01 00:46:51.398 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery ac5ccbc/3e08689 2026-02-28 23:57", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88982026-03-01T00:47:44.454Z[ host-image] Mar 01 00:47:44.601 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23795:20260223T235515Z
88992026-03-01T00:47:44.454Z[ host-image] Mar 01 00:47:44.601 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23795:20260223T235515Z
89002026-03-01T00:47:44.454Z[ host-image] Mar 01 00:47:44.601 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
89012026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.601 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
89022026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.601 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
89032026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.601 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
89042026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.601 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
89052026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.601 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
89062026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.602 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260228T235850Z
89072026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.602 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
89082026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.602 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
89092026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.602 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23795:20260223T235516Z
89102026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.603 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23795:20260223T235516Z
89112026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.603 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23795:20260223T235517Z
89122026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.604 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23795:20260223T235517Z
89132026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.604 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
89142026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.604 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23795:20260223T235517Z
89152026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.604 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23795:20260223T235517Z
89162026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.604 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23795:20260223T235517Z
89172026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.605 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23795:20260223T235517Z
89182026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.605 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23795:20260223T235518Z
89192026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.605 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23795:20260223T235518Z
89202026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.605 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23795:20260223T235518Z
89212026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.605 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23795:20260223T235519Z
89222026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.605 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23795:20260223T235520Z
89232026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.605 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23795:20260223T235520Z
89242026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.605 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23795:20260223T235521Z
89252026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.605 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23795:20260223T235521Z
89262026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.605 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23795:20260223T235522Z
89272026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.605 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23795:20260223T235523Z
89282026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.605 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
89292026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.606 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23795:20260223T235524Z
89302026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.606 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23795:20260223T235527Z
89312026-03-01T00:47:44.502Z[ host-image] Mar 01 00:47:44.606 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23795:20260223T235527Z
89322026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.606 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23795:20260223T235528Z
89332026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.606 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23795:20260223T235529Z
89342026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.606 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23795:20260223T235529Z
89352026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.611 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
89362026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.611 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23795:20260223T235530Z
89372026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.611 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
89382026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.611 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
89392026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.611 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
89402026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.611 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23795:20260223T235530Z
89412026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.611 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
89422026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.611 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
89432026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.612 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
89442026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.612 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
89452026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.618 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
89462026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.618 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89472026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.618 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89482026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.618 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89492026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.618 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89502026-03-01T00:47:44.503Z[ host-image] Mar 01 00:47:44.618 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89512026-03-01T00:47:44.528Z[ host-image] Mar 01 00:47:44.635 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
89522026-03-01T00:47:44.528Z[ host-image] Mar 01 00:47:44.635 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89532026-03-01T00:47:44.528Z[ host-image] Mar 01 00:47:44.635 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89542026-03-01T00:47:44.528Z[ host-image] Mar 01 00:47:44.635 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23795:20260223T235532Z
89552026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.635 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23795:20260223T235537Z
89562026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.635 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89572026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.635 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23795:20260223T235538Z
89582026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.635 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89592026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.636 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89602026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.636 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
89612026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.636 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89622026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.636 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23795:20260223T235538Z
89632026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.636 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89642026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.637 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89652026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.638 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89662026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.638 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89672026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.638 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23795:20260223T235538Z
89682026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.638 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89692026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.644 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89702026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.644 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23795:20260223T235539Z
89712026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.645 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23795:20260223T235539Z
89722026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.645 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23795:20260223T235539Z
89732026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.645 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89742026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.645 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23795:20260223T235541Z
89752026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.645 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23795:20260223T235541Z
89762026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.645 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23795:20260223T235541Z
89772026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.646 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23795:20260223T235541Z
89782026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.647 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89792026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.647 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23795:20260223T235541Z
89802026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.648 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23795:20260223T235543Z
89812026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.648 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89822026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.648 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23795:20260223T235543Z
89832026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.648 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23795:20260223T235543Z
89842026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.648 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23795:20260223T235543Z
89852026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.648 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23795:20260223T235543Z
89862026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.652 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23795:20260223T235543Z
89872026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.652 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89882026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.653 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23795:20260223T235543Z
89892026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.653 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23795:20260223T235544Z
89902026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.653 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23795:20260223T235544Z
89912026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.654 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23795:20260223T235544Z
89922026-03-01T00:47:44.529Z[ host-image] Mar 01 00:47:44.654 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23795:20260223T235544Z
89932026-03-01T00:47:44.530Z[ host-image] Mar 01 00:47:44.654 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23795:20260223T235544Z
89942026-03-01T00:47:44.530Z[ host-image] Mar 01 00:47:44.654 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23795:20260223T235545Z
89952026-03-01T00:47:44.530Z[ host-image] Mar 01 00:47:44.659 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23795:20260223T235546Z
89962026-03-01T00:47:44.530Z[ host-image] Mar 01 00:47:44.659 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23795:20260223T235545Z
89972026-03-01T00:47:44.530Z[ host-image] Mar 01 00:47:44.659 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23795:20260223T235545Z
89982026-03-01T00:47:44.530Z[ host-image] Mar 01 00:47:44.659 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23795:20260223T235545Z
89992026-03-01T00:47:44.530Z[ host-image] Mar 01 00:47:44.660 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23795:20260223T235546Z
90002026-03-01T00:47:44.530Z[ host-image] Mar 01 00:47:44.669 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23795:20260223T235549Z
90012026-03-01T00:47:44.530Z[ host-image] Mar 01 00:47:44.669 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23795:20260223T235546Z
90022026-03-01T00:47:44.530Z[ host-image] Mar 01 00:47:44.669 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23795:20260223T235546Z
90032026-03-01T00:47:44.530Z[ host-image] Mar 01 00:47:44.669 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
90042026-03-01T00:47:44.530Z[ host-image] Mar 01 00:47:44.669 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
90052026-03-01T00:47:44.555Z[ host-image] Mar 01 00:47:44.683 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23795:20260223T235546Z
90062026-03-01T00:47:44.555Z[ host-image] Mar 01 00:47:44.683 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
90072026-03-01T00:47:44.555Z[ host-image] Mar 01 00:47:44.683 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23795:20260223T235547Z
90082026-03-01T00:47:44.555Z[ host-image] Mar 01 00:47:44.683 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23795:20260223T235547Z
90092026-03-01T00:47:44.555Z[ host-image] Mar 01 00:47:44.683 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23795:20260223T235547Z
90102026-03-01T00:47:44.555Z[ host-image] Mar 01 00:47:44.683 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
90112026-03-01T00:47:44.555Z[ host-image] Mar 01 00:47:44.684 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
90122026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.684 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23795:20260223T235548Z
90132026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.684 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23795:20260223T235548Z
90142026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.684 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23795:20260223T235548Z
90152026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.684 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23795:20260223T235548Z
90162026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.684 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23795:20260223T235549Z
90172026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.684 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23795:20260223T235549Z
90182026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.686 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
90192026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.686 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23795:20260223T235549Z
90202026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.686 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23795:20260223T235550Z
90212026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.687 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23795:20260223T235550Z
90222026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.687 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23795:20260223T235551Z
90232026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.687 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23795:20260223T235550Z
90242026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.687 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23795:20260223T235550Z
90252026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.687 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
90262026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.687 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
90272026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.688 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23795:20260223T235553Z
90282026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.688 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23795:20260223T235553Z
90292026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.688 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
90302026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.688 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
90312026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.688 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
90322026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.688 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
90332026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.688 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
90342026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.688 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
90352026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.689 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
90362026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.690 INFO O| tempdir @ "/tmp/.tmpkxFeCu/tmp"
90372026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.690 INFO O| image root @ "/tmp/.tmpkxFeCu/tmp/root"
90382026-03-01T00:47:44.556Z[ host-image] Mar 01 00:47:44.690 INFO O| creating image...
90392026-03-01T00:47:45.014Z[ host-image] Mar 01 00:47:45.161 INFO O| copying publishers...
90402026-03-01T00:48:08.753Z[ recovery-image] Mar 01 00:48:08.902 INFO O| ok, image written!
90412026-03-01T00:48:08.778Z[ recovery-image] Mar 01 00:48:08.902 INFO O| ok, boot_image_csum file written!
90422026-03-01T00:48:08.778Z[ recovery-image] Mar 01 00:48:08.912 INFO creating boot archive (CPIO)...
90432026-03-01T00:48:08.778Z[ recovery-image] Mar 01 00:48:08.912 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
90442026-03-01T00:48:08.778Z[ recovery-image] Mar 01 00:48:08.924 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90452026-03-01T00:48:08.778Z[ recovery-image] Mar 01 00:48:08.924 INFO E| + outfile=/work/os-recovery/cpio
90462026-03-01T00:48:08.778Z[ recovery-image] Mar 01 00:48:08.924 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90472026-03-01T00:48:08.803Z[ recovery-image] Mar 01 00:48:08.928 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90482026-03-01T00:48:08.803Z[ recovery-image] Mar 01 00:48:08.928 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90492026-03-01T00:48:08.828Z[ recovery-image] Mar 01 00:48:08.972 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90502026-03-01T00:48:08.828Z[ recovery-image] Mar 01 00:48:08.972 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90512026-03-01T00:48:08.853Z[ recovery-image] Mar 01 00:48:08.985 INFO creating compressed cpio/unix for dev loaders...
90522026-03-01T00:48:08.853Z[ recovery-image] Mar 01 00:48:08.985 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
90532026-03-01T00:48:09.351Z[ recovery-image] Mar 01 00:48:09.500 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90542026-03-01T00:48:16.288Z[ recovery-image] Mar 01 00:48:16.437 INFO creating reset image...
90552026-03-01T00:48:16.288Z[ recovery-image] Mar 01 00:48:16.437 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90562026-03-01T00:48:42.095Z[ host-image] Mar 01 00:48:42.245 INFO O| adding properties...
90572026-03-01T00:48:43.648Z[ host-image] Mar 01 00:48:43.799 INFO O| installing packages...
90582026-03-01T00:49:22.612Z[ recovery-image] Mar 01 00:49:22.765 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-02-09-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
90592026-03-01T00:49:22.636Z[ recovery-image] Mar 01 00:49:22.765 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")
90602026-03-01T00:49:23.201Z[ recovery-image] Mar 01 00:49:23.354 INFO E| Updating crates.io index
90612026-03-01T00:49:23.710Z[ recovery-image] Mar 01 00:49:23.863 INFO E| Downloading crates ...
90622026-03-01T00:49:23.838Z[ recovery-image] Mar 01 00:49:23.991 INFO E| Downloaded sigchld v0.2.4
90632026-03-01T00:49:23.863Z[ recovery-image] Mar 01 00:49:23.994 INFO E| Downloaded unicode-ident v1.0.23
90642026-03-01T00:49:23.863Z[ recovery-image] Mar 01 00:49:23.998 INFO E| Downloaded signal-hook-registry v1.4.8
90652026-03-01T00:49:23.863Z[ recovery-image] Mar 01 00:49:23.999 INFO E| Downloaded duct v1.1.1
90662026-03-01T00:49:23.863Z[ recovery-image] Mar 01 00:49:24.007 INFO E| Downloaded clap_derive v4.5.55
90672026-03-01T00:49:23.863Z[ recovery-image] Mar 01 00:49:24.010 INFO E| Downloaded clap_lex v0.7.7
90682026-03-01T00:49:23.863Z[ recovery-image] Mar 01 00:49:24.012 INFO E| Downloaded shared_child v1.1.1
90692026-03-01T00:49:23.863Z[ recovery-image] Mar 01 00:49:24.014 INFO E| Downloaded clap v4.5.57
90702026-03-01T00:49:23.888Z[ recovery-image] Mar 01 00:49:24.024 INFO E| Downloaded anstyle-query v1.1.5
90712026-03-01T00:49:23.888Z[ recovery-image] Mar 01 00:49:24.026 INFO E| Downloaded shared_thread v0.2.0
90722026-03-01T00:49:23.888Z[ recovery-image] Mar 01 00:49:24.027 INFO E| Downloaded os_pipe v1.2.3
90732026-03-01T00:49:23.888Z[ recovery-image] Mar 01 00:49:24.029 INFO E| Downloaded syn v2.0.114
90742026-03-01T00:49:23.913Z[ recovery-image] Mar 01 00:49:24.063 INFO E| Downloaded clap_builder v4.5.57
90752026-03-01T00:49:24.032Z[ recovery-image] Mar 01 00:49:24.185 INFO E| Compiling libc v0.2.180
90762026-03-01T00:49:24.032Z[ recovery-image] Mar 01 00:49:24.185 INFO E| Compiling proc-macro2 v1.0.106
90772026-03-01T00:49:24.057Z[ recovery-image] Mar 01 00:49:24.185 INFO E| Compiling quote v1.0.44
90782026-03-01T00:49:24.057Z[ recovery-image] Mar 01 00:49:24.185 INFO E| Compiling signal-hook v0.3.18
90792026-03-01T00:49:24.057Z[ recovery-image] Mar 01 00:49:24.185 INFO E| Compiling unicode-ident v1.0.23
90802026-03-01T00:49:24.057Z[ recovery-image] Mar 01 00:49:24.185 INFO E| Compiling utf8parse v0.2.2
90812026-03-01T00:49:24.057Z[ recovery-image] Mar 01 00:49:24.186 INFO E| Compiling anstyle v1.0.13
90822026-03-01T00:49:24.057Z[ recovery-image] Mar 01 00:49:24.186 INFO E| Compiling colorchoice v1.0.4
90832026-03-01T00:49:25.213Z[ recovery-image] Mar 01 00:49:25.366 INFO E| Compiling anstyle-parse v0.2.7
90842026-03-01T00:49:25.238Z[ recovery-image] Mar 01 00:49:25.377 INFO E| Compiling is_terminal_polyfill v1.70.2
90852026-03-01T00:49:25.268Z[ recovery-image] Mar 01 00:49:25.421 INFO E| Compiling anstyle-query v1.1.5
90862026-03-01T00:49:25.344Z[ recovery-image] Mar 01 00:49:25.498 INFO E| Compiling clap_lex v0.7.7
90872026-03-01T00:49:25.526Z[ recovery-image] Mar 01 00:49:25.679 INFO E| Compiling strsim v0.11.1
90882026-03-01T00:49:25.551Z[ recovery-image] Mar 01 00:49:25.691 INFO E| Compiling heck v0.5.0
90892026-03-01T00:49:25.576Z[ recovery-image] Mar 01 00:49:25.706 INFO E| Compiling shared_thread v0.2.0
90902026-03-01T00:49:26.076Z[ recovery-image] Mar 01 00:49:26.229 INFO E| Compiling anstream v0.6.21
90912026-03-01T00:49:26.421Z[ recovery-image] Mar 01 00:49:26.574 INFO E| Compiling errno v0.3.14
90922026-03-01T00:49:26.421Z[ recovery-image] Mar 01 00:49:26.574 INFO E| Compiling os_pipe v1.2.3
90932026-03-01T00:49:26.637Z[ recovery-image] Mar 01 00:49:26.791 INFO E| Compiling signal-hook-registry v1.4.8
90942026-03-01T00:49:26.854Z[ recovery-image] Mar 01 00:49:27.008 INFO E| Compiling clap_builder v4.5.57
90952026-03-01T00:49:27.084Z[ host-image] Mar 01 00:49:27.238 INFO O| seeding SMF database...
90962026-03-01T00:49:27.333Z[ recovery-image] Mar 01 00:49:27.487 INFO E| Compiling sigchld v0.2.4
90972026-03-01T00:49:27.589Z[ recovery-image] Mar 01 00:49:27.743 INFO E| Compiling shared_child v1.1.1
90982026-03-01T00:49:27.706Z[ recovery-image] Mar 01 00:49:27.860 INFO E| Compiling syn v2.0.114
90992026-03-01T00:49:27.861Z[ recovery-image] Mar 01 00:49:28.015 INFO E| Compiling duct v1.1.1
91002026-03-01T00:49:36.639Z[ recovery-image] Mar 01 00:49:36.793 INFO E| Compiling clap_derive v4.5.55
91012026-03-01T00:49:36.867Z[ host-image] Mar 01 00:49:37.021 INFO O| configuring SMF profile...
91022026-03-01T00:49:36.867Z[ host-image] Mar 01 00:49:37.021 INFO O| modifying shadow(5)...
91032026-03-01T00:49:36.892Z[ host-image] Mar 01 00:49:37.021 INFO O| loading user and group database...
91042026-03-01T00:49:36.892Z[ host-image] Mar 01 00:49:37.021 INFO O| loading facet selections...
91052026-03-01T00:49:37.739Z[ host-image] Mar 01 00:49:37.893 INFO O| devel -> true
91062026-03-01T00:49:37.739Z[ host-image] Mar 01 00:49:37.893 INFO O| doc.man -> true
91072026-03-01T00:49:37.763Z[ host-image] Mar 01 00:49:37.893 INFO O| version-lock.shell/ksh93 -> true
91082026-03-01T00:49:37.764Z[ host-image] Mar 01 00:49:37.893 INFO O| version-lock.system/data/hardware-registry -> true
91092026-03-01T00:49:37.764Z[ host-image] Mar 01 00:49:37.893 INFO O| version-lock.system/data/zoneinfo -> true
91102026-03-01T00:49:37.764Z[ host-image] Mar 01 00:49:37.893 INFO O| version-lock.system/microcode/amd -> true
91112026-03-01T00:49:37.764Z[ host-image] Mar 01 00:49:37.893 INFO O| version-lock.system/microcode/intel -> true
91122026-03-01T00:49:37.764Z[ host-image] Mar 01 00:49:37.893 INFO O| version-lock.system/microcode/oxide -> true
91132026-03-01T00:49:37.764Z[ host-image] Mar 01 00:49:37.893 INFO O| assessing packaged files...
91142026-03-01T00:49:40.651Z[ recovery-image] Mar 01 00:49:40.805 INFO E| Compiling clap v4.5.57
91152026-03-01T00:49:40.817Z[ recovery-image] Mar 01 00:49:40.971 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
91162026-03-01T00:49:41.240Z[ host-image] Mar 01 00:49:41.394 INFO O| creating archive...
91172026-03-01T00:49:41.294Z[ host-image] Mar 01 00:49:41.448 INFO O| missing from packaging:
91182026-03-01T00:49:41.319Z[ host-image] Mar 01 00:49:41.448 INFO O| "etc/.pwd.lock"
91192026-03-01T00:49:41.319Z[ host-image] Mar 01 00:49:41.448 INFO O| "etc/bash"
91202026-03-01T00:49:41.319Z[ host-image] Mar 01 00:49:41.455 INFO O| "etc/svc/profile/generic.xml"
91212026-03-01T00:49:41.319Z[ host-image] Mar 01 00:49:41.455 INFO O| "etc/svc/profile/inetd_services.xml"
91222026-03-01T00:49:41.319Z[ host-image] Mar 01 00:49:41.455 INFO O| "etc/svc/profile/name_service.xml"
91232026-03-01T00:49:41.319Z[ host-image] Mar 01 00:49:41.455 INFO O| "etc/svc/profile/platform.xml"
91242026-03-01T00:49:41.319Z[ host-image] Mar 01 00:49:41.455 INFO O| "etc/svc/profile/platform_omicron1.xml"
91252026-03-01T00:49:41.319Z[ host-image] Mar 01 00:49:41.455 INFO O| "etc/svc/repository.db"
91262026-03-01T00:49:41.319Z[ host-image] Mar 01 00:49:41.465 INFO O| "opt/ooce/share"
91272026-03-01T00:49:41.319Z[ host-image] Mar 01 00:49:41.465 INFO O| "opt/ooce/share/man"
91282026-03-01T00:49:41.319Z[ host-image] Mar 01 00:49:41.465 INFO O| "opt/ooce/share/man/man1"
91292026-03-01T00:49:41.344Z[ host-image] Mar 01 00:49:41.477 INFO O| finishing archive...
91302026-03-01T00:49:42.812Z[ recovery-image] Mar 01 00:49:42.967 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.08s
91312026-03-01T00:49:42.837Z[ recovery-image] Mar 01 00:49:42.977 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
91322026-03-01T00:49:43.467Z[ recovery-image] Mar 01 00:49:43.621 INFO E| Downloading crates ...
91332026-03-01T00:49:43.531Z[ recovery-image] Mar 01 00:49:43.685 INFO E| Downloaded bitstruct_derive v0.1.0
91342026-03-01T00:49:43.556Z[ recovery-image] Mar 01 00:49:43.698 INFO E| Downloaded bit_field v0.10.3
91352026-03-01T00:49:43.556Z[ recovery-image] Mar 01 00:49:43.700 INFO E| Downloaded raw-cpuid v10.7.0
91362026-03-01T00:49:43.556Z[ recovery-image] Mar 01 00:49:43.704 INFO E| Downloaded miniz_oxide v0.9.0
91372026-03-01T00:49:43.556Z[ recovery-image] Mar 01 00:49:43.707 INFO E| Downloaded cpio_reader v0.1.2
91382026-03-01T00:49:43.556Z[ recovery-image] Mar 01 00:49:43.709 INFO E| Downloaded bitstruct v0.1.1
91392026-03-01T00:49:43.581Z[ recovery-image] Mar 01 00:49:43.711 INFO E| Downloaded goblin v0.10.4
91402026-03-01T00:49:43.606Z[ recovery-image] Mar 01 00:49:43.759 INFO E| Downloaded x86 v0.52.0
91412026-03-01T00:49:43.696Z[ recovery-image] Mar 01 00:49:43.851 INFO E| Updating crates.io index
91422026-03-01T00:49:44.271Z[ recovery-image] Mar 01 00:49:44.425 INFO E| Downloading crates ...
91432026-03-01T00:49:44.395Z[ recovery-image] Mar 01 00:49:44.549 INFO E| Downloaded rustc-literal-escaper v0.0.7
91442026-03-01T00:49:44.419Z[ recovery-image] Mar 01 00:49:44.551 INFO E| Downloaded rustc-demangle v0.1.27
91452026-03-01T00:49:44.444Z[ recovery-image] Mar 01 00:49:44.584 INFO E| Downloaded libc v0.2.178
91462026-03-01T00:49:44.572Z[ recovery-image] Mar 01 00:49:44.727 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
91472026-03-01T00:49:44.572Z[ recovery-image] Mar 01 00:49:44.727 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
91482026-03-01T00:49:44.572Z[ recovery-image] Mar 01 00:49:44.727 INFO E| Compiling proc-macro2 v1.0.106
91492026-03-01T00:49:44.597Z[ recovery-image] Mar 01 00:49:44.727 INFO E| Compiling quote v1.0.44
91502026-03-01T00:49:44.598Z[ recovery-image] Mar 01 00:49:44.727 INFO E| Compiling unicode-ident v1.0.23
91512026-03-01T00:49:44.598Z[ recovery-image] Mar 01 00:49:44.727 INFO E| Compiling syn v1.0.109
91522026-03-01T00:49:44.598Z[ recovery-image] Mar 01 00:49:44.727 INFO E| Compiling x86 v0.52.0
91532026-03-01T00:49:44.598Z[ recovery-image] Mar 01 00:49:44.734 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
91542026-03-01T00:49:45.203Z[ recovery-image] Mar 01 00:49:45.357 INFO E| Compiling seq-macro v0.3.6
91552026-03-01T00:49:46.560Z[ host-image] Mar 01 00:49:46.714 INFO O| creating gzonly manifest...
91562026-03-01T00:49:46.584Z[ host-image] Mar 01 00:49:46.723 INFO O| ok
91572026-03-01T00:49:47.018Z[ host-image] Mar 01 00:49:47.172 INFO image builder template: ramdisk-02-trim...
91582026-03-01T00:49:47.018Z[ host-image] Mar 01 00:49:47.172 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/.tmpCa7auJ/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@19.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
91592026-03-01T00:49:47.046Z[ host-image] Mar 01 00:49:47.201 INFO O| Mar 01 00:49:47.201 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91602026-03-01T00:49:47.071Z[ host-image] Mar 01 00:49:47.205 INFO O| Mar 01 00:49:47.205 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91612026-03-01T00:49:47.096Z[ host-image] Mar 01 00:49:47.242 INFO O| Mar 01 00:49:47.242 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91622026-03-01T00:49:47.121Z[ host-image] Mar 01 00:49:47.273 INFO O| Mar 01 00:49:47.273 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91632026-03-01T00:49:47.121Z[ host-image] Mar 01 00:49:47.273 INFO O| Mar 01 00:49:47.273 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91642026-03-01T00:49:47.146Z[ host-image] Mar 01 00:49:47.279 INFO O| Mar 01 00:49:47.279 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91652026-03-01T00:49:47.146Z[ host-image] Mar 01 00:49:47.283 INFO O| Mar 01 00:49:47.283 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91662026-03-01T00:49:47.146Z[ host-image] Mar 01 00:49:47.289 INFO O| Mar 01 00:49:47.289 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91672026-03-01T00:49:47.449Z[ host-image] Mar 01 00:49:47.603 INFO O| Mar 01 00:49:47.603 INFO rolled back to input snapshot; work may begin
91682026-03-01T00:49:47.449Z[ host-image] Mar 01 00:49:47.603 INFO O| Mar 01 00:49:47.603 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91692026-03-01T00:49:47.474Z[ host-image] Mar 01 00:49:47.611 INFO O| Mar 01 00:49:47.611 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91702026-03-01T00:49:47.474Z[ host-image] Mar 01 00:49:47.622 INFO O| Mar 01 00:49:47.622 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91712026-03-01T00:49:47.598Z[ host-image] Mar 01 00:49:47.752 INFO O| Mar 01 00:49:47.752 INFO STEP 0 (remove_files) COMPLETE
91722026-03-01T00:49:47.598Z[ host-image] Mar 01 00:49:47.752 INFO O| Mar 01 00:49:47.752 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91732026-03-01T00:49:47.622Z[ recovery-image] Mar 01 00:49:47.764 INFO E| Compiling syn v2.0.114
91742026-03-01T00:49:47.622Z[ host-image] Mar 01 00:49:47.768 INFO O| Mar 01 00:49:47.768 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91752026-03-01T00:49:47.622Z[ host-image] Mar 01 00:49:47.772 INFO O| Mar 01 00:49:47.770 INFO STEP 1 (remove_files) COMPLETE
91762026-03-01T00:49:47.623Z[ host-image] Mar 01 00:49:47.772 INFO O| Mar 01 00:49:47.770 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91772026-03-01T00:49:47.647Z[ host-image] Mar 01 00:49:47.787 INFO O| Mar 01 00:49:47.787 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91782026-03-01T00:49:47.672Z[ host-image] Mar 01 00:49:47.804 INFO O| Mar 01 00:49:47.804 INFO STEP 2 (remove_files) COMPLETE
91792026-03-01T00:49:47.672Z[ host-image] Mar 01 00:49:47.804 INFO O| Mar 01 00:49:47.804 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91802026-03-01T00:49:47.672Z[ host-image] Mar 01 00:49:47.817 INFO O| Mar 01 00:49:47.817 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91812026-03-01T00:49:47.672Z[ host-image] Mar 01 00:49:47.819 INFO O| Mar 01 00:49:47.819 INFO STEP 3 (remove_files) COMPLETE
91822026-03-01T00:49:47.672Z[ host-image] Mar 01 00:49:47.819 INFO O| Mar 01 00:49:47.819 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91832026-03-01T00:49:47.697Z[ host-image] Mar 01 00:49:47.837 INFO O| Mar 01 00:49:47.837 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91842026-03-01T00:49:47.697Z[ host-image] Mar 01 00:49:47.842 INFO O| Mar 01 00:49:47.842 INFO STEP 4 (remove_files) COMPLETE
91852026-03-01T00:49:47.697Z[ host-image] Mar 01 00:49:47.842 INFO O| Mar 01 00:49:47.842 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91862026-03-01T00:49:47.722Z[ host-image] Mar 01 00:49:47.856 INFO O| Mar 01 00:49:47.856 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91872026-03-01T00:49:47.722Z[ host-image] Mar 01 00:49:47.860 INFO O| Mar 01 00:49:47.860 INFO STEP 5 (remove_files) COMPLETE
91882026-03-01T00:49:47.722Z[ host-image] Mar 01 00:49:47.860 INFO O| Mar 01 00:49:47.860 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91892026-03-01T00:49:47.722Z[ host-image] Mar 01 00:49:47.874 INFO O| Mar 01 00:49:47.874 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91902026-03-01T00:49:47.747Z[ host-image] Mar 01 00:49:47.895 INFO O| Mar 01 00:49:47.895 INFO STEP 6 (remove_files) COMPLETE
91912026-03-01T00:49:47.747Z[ host-image] Mar 01 00:49:47.895 INFO O| Mar 01 00:49:47.895 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91922026-03-01T00:49:47.783Z[ host-image] Mar 01 00:49:47.937 INFO O| Mar 01 00:49:47.936 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91932026-03-01T00:49:47.807Z[ host-image] Mar 01 00:49:47.955 INFO O| Mar 01 00:49:47.955 INFO STEP 7 (remove_files) COMPLETE
91942026-03-01T00:49:47.807Z[ host-image] Mar 01 00:49:47.955 INFO O| Mar 01 00:49:47.955 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91952026-03-01T00:49:47.833Z[ host-image] Mar 01 00:49:47.987 INFO O| Mar 01 00:49:47.987 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91962026-03-01T00:49:47.960Z[ host-image] Mar 01 00:49:48.115 INFO O| Mar 01 00:49:48.115 INFO STEP 8 (remove_files) COMPLETE
91972026-03-01T00:49:47.960Z[ host-image] Mar 01 00:49:48.115 INFO O| Mar 01 00:49:48.115 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91982026-03-01T00:49:47.996Z[ host-image] Mar 01 00:49:48.151 INFO O| Mar 01 00:49:48.151 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91992026-03-01T00:49:48.141Z[ host-image] Mar 01 00:49:48.296 INFO O| Mar 01 00:49:48.296 INFO STEP 9 (remove_files) COMPLETE
92002026-03-01T00:49:48.141Z[ host-image] Mar 01 00:49:48.296 INFO O| Mar 01 00:49:48.296 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92012026-03-01T00:49:48.238Z[ host-image] Mar 01 00:49:48.393 INFO O| Mar 01 00:49:48.393 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
92022026-03-01T00:49:48.263Z[ host-image] Mar 01 00:49:48.397 INFO O| Mar 01 00:49:48.397 INFO STEP 10 (remove_files) COMPLETE
92032026-03-01T00:49:48.263Z[ host-image] Mar 01 00:49:48.397 INFO O| Mar 01 00:49:48.397 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92042026-03-01T00:49:48.322Z[ host-image] Mar 01 00:49:48.476 INFO O| Mar 01 00:49:48.476 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
92052026-03-01T00:49:48.347Z[ host-image] Mar 01 00:49:48.478 INFO O| Mar 01 00:49:48.478 INFO STEP 11 (remove_files) COMPLETE
92062026-03-01T00:49:48.347Z[ host-image] Mar 01 00:49:48.478 INFO O| Mar 01 00:49:48.478 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92072026-03-01T00:49:48.347Z[ host-image] Mar 01 00:49:48.490 INFO O| Mar 01 00:49:48.490 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
92082026-03-01T00:49:48.347Z[ host-image] Mar 01 00:49:48.492 INFO O| Mar 01 00:49:48.492 INFO STEP 12 (remove_files) COMPLETE
92092026-03-01T00:49:48.347Z[ host-image] Mar 01 00:49:48.492 INFO O| Mar 01 00:49:48.492 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92102026-03-01T00:49:48.766Z[ host-image] Mar 01 00:49:48.920 INFO O| Mar 01 00:49:48.920 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
92112026-03-01T00:49:48.791Z[ host-image] Mar 01 00:49:48.924 INFO O| Mar 01 00:49:48.924 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
92122026-03-01T00:49:48.791Z[ host-image] Mar 01 00:49:48.925 INFO O| Mar 01 00:49:48.925 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
92132026-03-01T00:49:48.823Z[ host-image] Mar 01 00:49:48.978 INFO O| Mar 01 00:49:48.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
92142026-03-01T00:49:49.518Z[ host-image] Mar 01 00:49:49.673 INFO O| Mar 01 00:49:49.673 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
92152026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.673 INFO O| Mar 01 00:49:49.673 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
92162026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.673 INFO O| Mar 01 00:49:49.673 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
92172026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.673 INFO O| Mar 01 00:49:49.673 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
92182026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.674 INFO O| Mar 01 00:49:49.673 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
92192026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.674 INFO O| Mar 01 00:49:49.674 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
92202026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.674 INFO O| Mar 01 00:49:49.674 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
92212026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.674 INFO O| Mar 01 00:49:49.674 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
92222026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.675 INFO O| Mar 01 00:49:49.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
92232026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.675 INFO O| Mar 01 00:49:49.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
92242026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.675 INFO O| Mar 01 00:49:49.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
92252026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.675 INFO O| Mar 01 00:49:49.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
92262026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.675 INFO O| Mar 01 00:49:49.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
92272026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.675 INFO O| Mar 01 00:49:49.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
92282026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.675 INFO O| Mar 01 00:49:49.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
92292026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.675 INFO O| Mar 01 00:49:49.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
92302026-03-01T00:49:49.543Z[ host-image] Mar 01 00:49:49.676 INFO O| Mar 01 00:49:49.676 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
92312026-03-01T00:49:49.576Z[ host-image] Mar 01 00:49:49.731 INFO O| Mar 01 00:49:49.731 INFO STEP 13 (remove_files) COMPLETE
92322026-03-01T00:49:49.576Z[ host-image] Mar 01 00:49:49.731 INFO O| Mar 01 00:49:49.731 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92332026-03-01T00:49:49.601Z[ host-image] Mar 01 00:49:49.746 INFO O| Mar 01 00:49:49.746 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92342026-03-01T00:49:49.601Z[ host-image] Mar 01 00:49:49.748 INFO O| Mar 01 00:49:49.748 INFO STEP 14 (remove_files) COMPLETE
92352026-03-01T00:49:49.601Z[ host-image] Mar 01 00:49:49.748 INFO O| Mar 01 00:49:49.748 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92362026-03-01T00:49:49.626Z[ host-image] Mar 01 00:49:49.759 INFO O| Mar 01 00:49:49.759 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92372026-03-01T00:49:49.626Z[ host-image] Mar 01 00:49:49.780 INFO O| Mar 01 00:49:49.780 INFO STEP 15 (remove_files) COMPLETE
92382026-03-01T00:49:49.626Z[ host-image] Mar 01 00:49:49.780 INFO O| Mar 01 00:49:49.780 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92392026-03-01T00:49:49.652Z[ host-image] Mar 01 00:49:49.793 INFO O| Mar 01 00:49:49.793 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92402026-03-01T00:49:49.652Z[ host-image] Mar 01 00:49:49.794 INFO O| Mar 01 00:49:49.794 INFO STEP 16 (remove_files) COMPLETE
92412026-03-01T00:49:49.652Z[ host-image] Mar 01 00:49:49.794 INFO O| Mar 01 00:49:49.794 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92422026-03-01T00:49:49.652Z[ host-image] Mar 01 00:49:49.805 INFO O| Mar 01 00:49:49.805 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
92432026-03-01T00:49:49.677Z[ host-image] Mar 01 00:49:49.807 INFO O| Mar 01 00:49:49.807 INFO STEP 17 (remove_files) COMPLETE
92442026-03-01T00:49:49.677Z[ host-image] Mar 01 00:49:49.807 INFO O| Mar 01 00:49:49.807 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92452026-03-01T00:49:49.677Z[ host-image] Mar 01 00:49:49.818 INFO O| Mar 01 00:49:49.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92462026-03-01T00:49:49.677Z[ host-image] Mar 01 00:49:49.819 INFO O| Mar 01 00:49:49.819 INFO STEP 18 (remove_files) COMPLETE
92472026-03-01T00:49:49.677Z[ host-image] Mar 01 00:49:49.819 INFO O| Mar 01 00:49:49.819 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92482026-03-01T00:49:49.702Z[ host-image] Mar 01 00:49:49.851 INFO O| Mar 01 00:49:49.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92492026-03-01T00:49:49.702Z[ host-image] Mar 01 00:49:49.851 INFO O| Mar 01 00:49:49.851 INFO STEP 19 (remove_files) COMPLETE
92502026-03-01T00:49:49.702Z[ host-image] Mar 01 00:49:49.851 INFO O| Mar 01 00:49:49.851 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92512026-03-01T00:49:49.727Z[ host-image] Mar 01 00:49:49.861 INFO O| Mar 01 00:49:49.861 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92522026-03-01T00:49:49.727Z[ host-image] Mar 01 00:49:49.862 INFO O| Mar 01 00:49:49.861 INFO STEP 20 (remove_files) COMPLETE
92532026-03-01T00:49:49.727Z[ host-image] Mar 01 00:49:49.862 INFO O| Mar 01 00:49:49.862 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92542026-03-01T00:49:49.727Z[ host-image] Mar 01 00:49:49.871 INFO O| Mar 01 00:49:49.871 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92552026-03-01T00:49:49.727Z[ host-image] Mar 01 00:49:49.871 INFO O| Mar 01 00:49:49.871 INFO STEP 21 (remove_files) COMPLETE
92562026-03-01T00:49:49.727Z[ host-image] Mar 01 00:49:49.871 INFO O| Mar 01 00:49:49.871 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92572026-03-01T00:49:49.727Z[ host-image] Mar 01 00:49:49.881 INFO O| Mar 01 00:49:49.881 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92582026-03-01T00:49:49.727Z[ host-image] Mar 01 00:49:49.881 INFO O| Mar 01 00:49:49.881 INFO STEP 22 (remove_files) COMPLETE
92592026-03-01T00:49:49.727Z[ host-image] Mar 01 00:49:49.881 INFO O| Mar 01 00:49:49.881 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92602026-03-01T00:49:49.778Z[ host-image] Mar 01 00:49:49.933 INFO O| Mar 01 00:49:49.932 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92612026-03-01T00:49:49.778Z[ host-image] Mar 01 00:49:49.933 INFO O| Mar 01 00:49:49.933 INFO STEP 23 (remove_files) COMPLETE
92622026-03-01T00:49:49.803Z[ host-image] Mar 01 00:49:49.933 INFO O| Mar 01 00:49:49.933 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92632026-03-01T00:49:49.803Z[ host-image] Mar 01 00:49:49.943 INFO O| Mar 01 00:49:49.943 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92642026-03-01T00:49:49.803Z[ host-image] Mar 01 00:49:49.943 INFO O| Mar 01 00:49:49.943 INFO STEP 24 (remove_files) COMPLETE
92652026-03-01T00:49:49.803Z[ host-image] Mar 01 00:49:49.943 INFO O| Mar 01 00:49:49.943 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92662026-03-01T00:49:49.803Z[ host-image] Mar 01 00:49:49.953 INFO O| Mar 01 00:49:49.953 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92672026-03-01T00:49:49.803Z[ host-image] Mar 01 00:49:49.953 INFO O| Mar 01 00:49:49.953 INFO STEP 25 (remove_files) COMPLETE
92682026-03-01T00:49:49.803Z[ host-image] Mar 01 00:49:49.953 INFO O| Mar 01 00:49:49.953 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92692026-03-01T00:49:49.831Z[ host-image] Mar 01 00:49:49.986 INFO O| Mar 01 00:49:49.986 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92702026-03-01T00:49:49.831Z[ host-image] Mar 01 00:49:49.986 INFO O| Mar 01 00:49:49.986 INFO STEP 26 (remove_files) COMPLETE
92712026-03-01T00:49:49.831Z[ host-image] Mar 01 00:49:49.986 INFO O| Mar 01 00:49:49.986 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92722026-03-01T00:49:49.856Z[ host-image] Mar 01 00:49:49.997 INFO O| Mar 01 00:49:49.997 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92732026-03-01T00:49:49.856Z[ host-image] Mar 01 00:49:49.997 INFO O| Mar 01 00:49:49.997 INFO STEP 27 (remove_files) COMPLETE
92742026-03-01T00:49:49.856Z[ host-image] Mar 01 00:49:49.997 INFO O| Mar 01 00:49:49.997 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92752026-03-01T00:49:49.856Z[ host-image] Mar 01 00:49:50.006 INFO O| Mar 01 00:49:50.006 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92762026-03-01T00:49:49.856Z[ host-image] Mar 01 00:49:50.006 INFO O| Mar 01 00:49:50.006 INFO STEP 28 (remove_files) COMPLETE
92772026-03-01T00:49:49.856Z[ host-image] Mar 01 00:49:50.006 INFO O| Mar 01 00:49:50.006 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92782026-03-01T00:49:49.881Z[ host-image] Mar 01 00:49:50.016 INFO O| Mar 01 00:49:50.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92792026-03-01T00:49:49.881Z[ host-image] Mar 01 00:49:50.016 INFO O| Mar 01 00:49:50.016 INFO STEP 29 (remove_files) COMPLETE
92802026-03-01T00:49:49.881Z[ host-image] Mar 01 00:49:50.016 INFO O| Mar 01 00:49:50.016 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92812026-03-01T00:49:49.881Z[ host-image] Mar 01 00:49:50.025 INFO O| Mar 01 00:49:50.025 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92822026-03-01T00:49:49.881Z[ host-image] Mar 01 00:49:50.025 INFO O| Mar 01 00:49:50.025 INFO STEP 30 (remove_files) COMPLETE
92832026-03-01T00:49:49.881Z[ host-image] Mar 01 00:49:50.025 INFO O| Mar 01 00:49:50.025 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92842026-03-01T00:49:49.881Z[ host-image] Mar 01 00:49:50.034 INFO O| Mar 01 00:49:50.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92852026-03-01T00:49:49.881Z[ host-image] Mar 01 00:49:50.034 INFO O| Mar 01 00:49:50.034 INFO STEP 31 (remove_files) COMPLETE
92862026-03-01T00:49:49.881Z[ host-image] Mar 01 00:49:50.034 INFO O| Mar 01 00:49:50.034 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92872026-03-01T00:49:49.906Z[ host-image] Mar 01 00:49:50.044 INFO O| Mar 01 00:49:50.044 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92882026-03-01T00:49:49.906Z[ host-image] Mar 01 00:49:50.044 INFO O| Mar 01 00:49:50.044 INFO STEP 32 (remove_files) COMPLETE
92892026-03-01T00:49:49.906Z[ host-image] Mar 01 00:49:50.044 INFO O| Mar 01 00:49:50.044 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92902026-03-01T00:49:49.906Z[ host-image] Mar 01 00:49:50.053 INFO O| Mar 01 00:49:50.053 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92912026-03-01T00:49:49.906Z[ host-image] Mar 01 00:49:50.053 INFO O| Mar 01 00:49:50.053 INFO STEP 33 (remove_files) COMPLETE
92922026-03-01T00:49:49.906Z[ host-image] Mar 01 00:49:50.053 INFO O| Mar 01 00:49:50.053 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92932026-03-01T00:49:49.931Z[ host-image] Mar 01 00:49:50.063 INFO O| Mar 01 00:49:50.063 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92942026-03-01T00:49:49.931Z[ host-image] Mar 01 00:49:50.063 INFO O| Mar 01 00:49:50.063 INFO STEP 34 (remove_files) COMPLETE
92952026-03-01T00:49:49.931Z[ host-image] Mar 01 00:49:50.063 INFO O| Mar 01 00:49:50.063 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92962026-03-01T00:49:49.931Z[ host-image] Mar 01 00:49:50.072 INFO O| Mar 01 00:49:50.072 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
92972026-03-01T00:49:49.931Z[ host-image] Mar 01 00:49:50.072 INFO O| Mar 01 00:49:50.072 INFO STEP 35 (remove_files) COMPLETE
92982026-03-01T00:49:49.931Z[ host-image] Mar 01 00:49:50.072 INFO O| Mar 01 00:49:50.072 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92992026-03-01T00:49:49.931Z[ host-image] Mar 01 00:49:50.082 INFO O| Mar 01 00:49:50.081 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
93002026-03-01T00:49:49.931Z[ host-image] Mar 01 00:49:50.082 INFO O| Mar 01 00:49:50.082 INFO STEP 36 (remove_files) COMPLETE
93012026-03-01T00:49:49.931Z[ host-image] Mar 01 00:49:50.082 INFO O| Mar 01 00:49:50.082 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93022026-03-01T00:49:49.961Z[ host-image] Mar 01 00:49:50.116 INFO O| Mar 01 00:49:50.116 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
93032026-03-01T00:49:49.961Z[ host-image] Mar 01 00:49:50.116 INFO O| Mar 01 00:49:50.116 INFO STEP 37 (remove_files) COMPLETE
93042026-03-01T00:49:49.962Z[ host-image] Mar 01 00:49:50.116 INFO O| Mar 01 00:49:50.116 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93052026-03-01T00:49:49.987Z[ host-image] Mar 01 00:49:50.127 INFO O| Mar 01 00:49:50.127 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
93062026-03-01T00:49:49.987Z[ host-image] Mar 01 00:49:50.127 INFO O| Mar 01 00:49:50.127 INFO STEP 38 (remove_files) COMPLETE
93072026-03-01T00:49:49.987Z[ host-image] Mar 01 00:49:50.127 INFO O| Mar 01 00:49:50.127 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93082026-03-01T00:49:49.987Z[ host-image] Mar 01 00:49:50.138 INFO O| Mar 01 00:49:50.138 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
93092026-03-01T00:49:49.987Z[ host-image] Mar 01 00:49:50.138 INFO O| Mar 01 00:49:50.138 INFO STEP 39 (remove_files) COMPLETE
93102026-03-01T00:49:49.987Z[ host-image] Mar 01 00:49:50.138 INFO O| Mar 01 00:49:50.138 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93112026-03-01T00:49:50.012Z[ host-image] Mar 01 00:49:50.149 INFO O| Mar 01 00:49:50.149 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
93122026-03-01T00:49:50.012Z[ host-image] Mar 01 00:49:50.149 INFO O| Mar 01 00:49:50.149 INFO STEP 40 (remove_files) COMPLETE
93132026-03-01T00:49:50.012Z[ host-image] Mar 01 00:49:50.149 INFO O| Mar 01 00:49:50.149 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93142026-03-01T00:49:50.036Z[ host-image] Mar 01 00:49:50.185 INFO O| Mar 01 00:49:50.184 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
93152026-03-01T00:49:50.036Z[ host-image] Mar 01 00:49:50.185 INFO O| Mar 01 00:49:50.185 INFO STEP 41 (remove_files) COMPLETE
93162026-03-01T00:49:50.036Z[ host-image] Mar 01 00:49:50.185 INFO O| Mar 01 00:49:50.185 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93172026-03-01T00:49:50.061Z[ host-image] Mar 01 00:49:50.196 INFO O| Mar 01 00:49:50.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
93182026-03-01T00:49:50.061Z[ host-image] Mar 01 00:49:50.197 INFO O| Mar 01 00:49:50.196 INFO STEP 42 (remove_files) COMPLETE
93192026-03-01T00:49:50.061Z[ host-image] Mar 01 00:49:50.197 INFO O| Mar 01 00:49:50.197 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93202026-03-01T00:49:50.061Z[ host-image] Mar 01 00:49:50.207 INFO O| Mar 01 00:49:50.207 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
93212026-03-01T00:49:50.061Z[ host-image] Mar 01 00:49:50.207 INFO O| Mar 01 00:49:50.207 INFO STEP 43 (remove_files) COMPLETE
93222026-03-01T00:49:50.061Z[ host-image] Mar 01 00:49:50.207 INFO O| Mar 01 00:49:50.207 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93232026-03-01T00:49:50.061Z[ host-image] Mar 01 00:49:50.216 INFO O| Mar 01 00:49:50.216 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
93242026-03-01T00:49:50.061Z[ host-image] Mar 01 00:49:50.216 INFO O| Mar 01 00:49:50.216 INFO STEP 44 (remove_files) COMPLETE
93252026-03-01T00:49:50.086Z[ host-image] Mar 01 00:49:50.216 INFO O| Mar 01 00:49:50.216 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93262026-03-01T00:49:50.111Z[ host-image] Mar 01 00:49:50.263 INFO O| Mar 01 00:49:50.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93272026-03-01T00:49:50.111Z[ host-image] Mar 01 00:49:50.263 INFO O| Mar 01 00:49:50.263 INFO STEP 45 (remove_files) COMPLETE
93282026-03-01T00:49:50.111Z[ host-image] Mar 01 00:49:50.263 INFO O| Mar 01 00:49:50.263 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93292026-03-01T00:49:50.136Z[ host-image] Mar 01 00:49:50.278 INFO O| Mar 01 00:49:50.278 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93302026-03-01T00:49:50.136Z[ host-image] Mar 01 00:49:50.278 INFO O| Mar 01 00:49:50.278 INFO STEP 46 (remove_files) COMPLETE
93312026-03-01T00:49:50.136Z[ host-image] Mar 01 00:49:50.278 INFO O| Mar 01 00:49:50.278 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93322026-03-01T00:49:50.136Z[ host-image] Mar 01 00:49:50.290 INFO O| Mar 01 00:49:50.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93332026-03-01T00:49:50.136Z[ host-image] Mar 01 00:49:50.290 INFO O| Mar 01 00:49:50.290 INFO STEP 47 (remove_files) COMPLETE
93342026-03-01T00:49:50.136Z[ host-image] Mar 01 00:49:50.290 INFO O| Mar 01 00:49:50.290 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93352026-03-01T00:49:50.161Z[ host-image] Mar 01 00:49:50.301 INFO O| Mar 01 00:49:50.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93362026-03-01T00:49:50.161Z[ host-image] Mar 01 00:49:50.301 INFO O| Mar 01 00:49:50.301 INFO STEP 48 (remove_files) COMPLETE
93372026-03-01T00:49:50.161Z[ host-image] Mar 01 00:49:50.301 INFO O| Mar 01 00:49:50.301 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93382026-03-01T00:49:50.161Z[ host-image] Mar 01 00:49:50.312 INFO O| Mar 01 00:49:50.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93392026-03-01T00:49:50.161Z[ host-image] Mar 01 00:49:50.312 INFO O| Mar 01 00:49:50.312 INFO STEP 49 (remove_files) COMPLETE
93402026-03-01T00:49:50.161Z[ host-image] Mar 01 00:49:50.312 INFO O| Mar 01 00:49:50.312 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93412026-03-01T00:49:50.186Z[ host-image] Mar 01 00:49:50.322 INFO O| Mar 01 00:49:50.322 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93422026-03-01T00:49:50.186Z[ host-image] Mar 01 00:49:50.322 INFO O| Mar 01 00:49:50.322 INFO STEP 50 (remove_files) COMPLETE
93432026-03-01T00:49:50.186Z[ host-image] Mar 01 00:49:50.322 INFO O| Mar 01 00:49:50.322 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93442026-03-01T00:49:50.186Z[ host-image] Mar 01 00:49:50.332 INFO O| Mar 01 00:49:50.332 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93452026-03-01T00:49:50.186Z[ host-image] Mar 01 00:49:50.332 INFO O| Mar 01 00:49:50.332 INFO STEP 51 (remove_files) COMPLETE
93462026-03-01T00:49:50.186Z[ host-image] Mar 01 00:49:50.332 INFO O| Mar 01 00:49:50.332 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93472026-03-01T00:49:50.211Z[ host-image] Mar 01 00:49:50.342 INFO O| Mar 01 00:49:50.342 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93482026-03-01T00:49:50.211Z[ host-image] Mar 01 00:49:50.342 INFO O| Mar 01 00:49:50.342 INFO STEP 52 (remove_files) COMPLETE
93492026-03-01T00:49:50.211Z[ host-image] Mar 01 00:49:50.342 INFO O| Mar 01 00:49:50.342 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93502026-03-01T00:49:50.211Z[ host-image] Mar 01 00:49:50.352 INFO O| Mar 01 00:49:50.352 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93512026-03-01T00:49:50.211Z[ host-image] Mar 01 00:49:50.352 INFO O| Mar 01 00:49:50.352 INFO STEP 53 (remove_files) COMPLETE
93522026-03-01T00:49:50.211Z[ host-image] Mar 01 00:49:50.352 INFO O| Mar 01 00:49:50.352 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93532026-03-01T00:49:50.211Z[ host-image] Mar 01 00:49:50.362 INFO O| Mar 01 00:49:50.362 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93542026-03-01T00:49:50.211Z[ host-image] Mar 01 00:49:50.362 INFO O| Mar 01 00:49:50.362 INFO STEP 54 (remove_files) COMPLETE
93552026-03-01T00:49:50.211Z[ host-image] Mar 01 00:49:50.362 INFO O| Mar 01 00:49:50.362 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93562026-03-01T00:49:50.236Z[ host-image] Mar 01 00:49:50.390 INFO O| Mar 01 00:49:50.390 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93572026-03-01T00:49:50.236Z[ host-image] Mar 01 00:49:50.390 INFO O| Mar 01 00:49:50.390 INFO STEP 55 (remove_files) COMPLETE
93582026-03-01T00:49:50.236Z[ host-image] Mar 01 00:49:50.390 INFO O| Mar 01 00:49:50.390 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93592026-03-01T00:49:50.260Z[ host-image] Mar 01 00:49:50.400 INFO O| Mar 01 00:49:50.400 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93602026-03-01T00:49:50.260Z[ host-image] Mar 01 00:49:50.400 INFO O| Mar 01 00:49:50.400 INFO STEP 56 (remove_files) COMPLETE
93612026-03-01T00:49:50.260Z[ host-image] Mar 01 00:49:50.400 INFO O| Mar 01 00:49:50.400 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93622026-03-01T00:49:50.285Z[ host-image] Mar 01 00:49:50.434 INFO O| Mar 01 00:49:50.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93632026-03-01T00:49:50.285Z[ host-image] Mar 01 00:49:50.434 INFO O| Mar 01 00:49:50.434 INFO STEP 57 (remove_files) COMPLETE
93642026-03-01T00:49:50.285Z[ host-image] Mar 01 00:49:50.434 INFO O| Mar 01 00:49:50.434 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93652026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.444 INFO O| Mar 01 00:49:50.444 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93662026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.444 INFO O| Mar 01 00:49:50.444 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93672026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.444 INFO O| Mar 01 00:49:50.444 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93682026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.444 INFO O| Mar 01 00:49:50.444 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93692026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.444 INFO O| Mar 01 00:49:50.444 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93702026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.444 INFO O| Mar 01 00:49:50.444 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93712026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.444 INFO O| Mar 01 00:49:50.444 INFO ok!
93722026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.444 INFO O| Mar 01 00:49:50.444 INFO STEP 58 (ensure_file) COMPLETE
93732026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.444 INFO O| Mar 01 00:49:50.444 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93742026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.454 INFO O| Mar 01 00:49:50.454 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93752026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.454 INFO O| Mar 01 00:49:50.454 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93762026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.454 INFO O| Mar 01 00:49:50.454 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93772026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.454 INFO O| Mar 01 00:49:50.454 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93782026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.454 INFO O| Mar 01 00:49:50.454 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93792026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.454 INFO O| Mar 01 00:49:50.454 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93802026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.454 INFO O| Mar 01 00:49:50.454 INFO ok!
93812026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.454 INFO O| Mar 01 00:49:50.454 INFO STEP 59 (ensure_file) COMPLETE
93822026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.454 INFO O| Mar 01 00:49:50.454 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93832026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.464 INFO O| Mar 01 00:49:50.464 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93842026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.464 INFO O| Mar 01 00:49:50.464 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93852026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.464 INFO O| Mar 01 00:49:50.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93862026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.464 INFO O| Mar 01 00:49:50.464 INFO ok!
93872026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.464 INFO O| Mar 01 00:49:50.464 INFO STEP 60 (ensure_file) COMPLETE
93882026-03-01T00:49:50.310Z[ host-image] Mar 01 00:49:50.464 INFO O| Mar 01 00:49:50.464 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93892026-03-01T00:49:50.335Z[ host-image] Mar 01 00:49:50.474 INFO O| Mar 01 00:49:50.474 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93902026-03-01T00:49:50.335Z[ host-image] Mar 01 00:49:50.474 INFO O| Mar 01 00:49:50.474 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93912026-03-01T00:49:50.335Z[ host-image] Mar 01 00:49:50.474 INFO O| Mar 01 00:49:50.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93922026-03-01T00:49:50.335Z[ host-image] Mar 01 00:49:50.474 INFO O| Mar 01 00:49:50.474 INFO ok!
93932026-03-01T00:49:50.335Z[ host-image] Mar 01 00:49:50.474 INFO O| Mar 01 00:49:50.474 INFO STEP 61 (ensure_file) COMPLETE
93942026-03-01T00:49:50.335Z[ host-image] Mar 01 00:49:50.474 INFO O| Mar 01 00:49:50.474 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93952026-03-01T00:49:50.360Z[ host-image] Mar 01 00:49:50.504 INFO O| Mar 01 00:49:50.504 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
93962026-03-01T00:49:50.360Z[ host-image] Mar 01 00:49:50.504 INFO O| Mar 01 00:49:50.504 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
93972026-03-01T00:49:50.360Z[ host-image] Mar 01 00:49:50.504 INFO O| Mar 01 00:49:50.504 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93982026-03-01T00:49:50.360Z[ host-image] Mar 01 00:49:50.504 INFO O| Mar 01 00:49:50.504 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93992026-03-01T00:49:50.360Z[ host-image] Mar 01 00:49:50.504 INFO O| Mar 01 00:49:50.504 INFO ok!
94002026-03-01T00:49:50.360Z[ host-image] Mar 01 00:49:50.504 INFO O| Mar 01 00:49:50.504 INFO STEP 62 (ensure_file) COMPLETE
94012026-03-01T00:49:50.360Z[ host-image] Mar 01 00:49:50.504 INFO O| Mar 01 00:49:50.504 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94022026-03-01T00:49:50.385Z[ host-image] Mar 01 00:49:50.516 INFO O| Mar 01 00:49:50.516 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
94032026-03-01T00:49:50.385Z[ host-image] Mar 01 00:49:50.516 INFO O| Mar 01 00:49:50.516 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
94042026-03-01T00:49:50.385Z[ host-image] Mar 01 00:49:50.516 INFO O| Mar 01 00:49:50.516 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94052026-03-01T00:49:50.385Z[ host-image] Mar 01 00:49:50.516 INFO O| Mar 01 00:49:50.516 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94062026-03-01T00:49:50.385Z[ host-image] Mar 01 00:49:50.516 INFO O| Mar 01 00:49:50.516 INFO ok!
94072026-03-01T00:49:50.385Z[ host-image] Mar 01 00:49:50.516 INFO O| Mar 01 00:49:50.516 INFO STEP 63 (ensure_file) COMPLETE
94082026-03-01T00:49:50.386Z[ host-image] Mar 01 00:49:50.516 INFO O| Mar 01 00:49:50.516 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94092026-03-01T00:49:50.386Z[ host-image] Mar 01 00:49:50.527 INFO O| Mar 01 00:49:50.526 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
94102026-03-01T00:49:50.386Z[ host-image] Mar 01 00:49:50.527 INFO O| Mar 01 00:49:50.527 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
94112026-03-01T00:49:50.386Z[ host-image] Mar 01 00:49:50.527 INFO O| Mar 01 00:49:50.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
94122026-03-01T00:49:50.386Z[ host-image] Mar 01 00:49:50.527 INFO O| Mar 01 00:49:50.527 INFO ok!
94132026-03-01T00:49:50.386Z[ host-image] Mar 01 00:49:50.527 INFO O| Mar 01 00:49:50.527 INFO STEP 64 (assemble_files) COMPLETE
94142026-03-01T00:49:50.386Z[ host-image] Mar 01 00:49:50.527 INFO O| Mar 01 00:49:50.527 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94152026-03-01T00:49:50.386Z[ host-image] Mar 01 00:49:50.536 INFO O| Mar 01 00:49:50.536 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
94162026-03-01T00:49:50.386Z[ host-image] Mar 01 00:49:50.536 INFO O| Mar 01 00:49:50.536 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
94172026-03-01T00:49:50.386Z[ host-image] Mar 01 00:49:50.537 INFO O| Mar 01 00:49:50.536 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94182026-03-01T00:49:50.386Z[ host-image] Mar 01 00:49:50.537 INFO O| Mar 01 00:49:50.537 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94192026-03-01T00:49:50.386Z[ host-image] Mar 01 00:49:50.537 INFO O| Mar 01 00:49:50.537 INFO ok!
94202026-03-01T00:49:50.386Z[ host-image] Mar 01 00:49:50.537 INFO O| Mar 01 00:49:50.537 INFO STEP 65 (ensure_file) COMPLETE
94212026-03-01T00:49:50.386Z[ host-image] Mar 01 00:49:50.537 INFO O| Mar 01 00:49:50.537 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94222026-03-01T00:49:50.423Z[ host-image] Mar 01 00:49:50.578 INFO O| Mar 01 00:49:50.578 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94232026-03-01T00:49:50.423Z[ host-image] Mar 01 00:49:50.578 INFO O| Mar 01 00:49:50.578 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94242026-03-01T00:49:50.447Z[ host-image] Mar 01 00:49:50.578 INFO O| Mar 01 00:49:50.578 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94252026-03-01T00:49:50.448Z[ host-image] Mar 01 00:49:50.578 INFO O| Mar 01 00:49:50.578 INFO STEP 66 (ensure_dir) COMPLETE
94262026-03-01T00:49:50.448Z[ host-image] Mar 01 00:49:50.578 INFO O| Mar 01 00:49:50.578 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94272026-03-01T00:49:50.448Z[ host-image] Mar 01 00:49:50.588 INFO O| Mar 01 00:49:50.588 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
94282026-03-01T00:49:50.448Z[ host-image] Mar 01 00:49:50.588 INFO O| Mar 01 00:49:50.588 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 ...
94292026-03-01T00:49:50.448Z[ host-image] Mar 01 00:49:50.596 INFO O| Mar 01 00:49:50.596 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
94302026-03-01T00:49:50.448Z[ host-image] Mar 01 00:49:50.596 INFO O| Mar 01 00:49:50.596 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94312026-03-01T00:49:50.448Z[ host-image] Mar 01 00:49:50.596 INFO O| Mar 01 00:49:50.596 INFO ok!
94322026-03-01T00:49:50.448Z[ host-image] Mar 01 00:49:50.596 INFO O| Mar 01 00:49:50.596 INFO STEP 67 (ensure_file) COMPLETE
94332026-03-01T00:49:50.448Z[ host-image] Mar 01 00:49:50.596 INFO O| Mar 01 00:49:50.596 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94342026-03-01T00:49:50.473Z[ host-image] Mar 01 00:49:50.606 INFO O| Mar 01 00:49:50.606 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94352026-03-01T00:49:50.473Z[ host-image] Mar 01 00:49:50.606 INFO O| Mar 01 00:49:50.606 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 ...
94362026-03-01T00:49:50.473Z[ host-image] Mar 01 00:49:50.606 INFO O| Mar 01 00:49:50.606 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
94372026-03-01T00:49:50.473Z[ host-image] Mar 01 00:49:50.606 INFO O| Mar 01 00:49:50.606 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94382026-03-01T00:49:50.473Z[ host-image] Mar 01 00:49:50.606 INFO O| Mar 01 00:49:50.606 INFO ok!
94392026-03-01T00:49:50.473Z[ host-image] Mar 01 00:49:50.606 INFO O| Mar 01 00:49:50.606 INFO STEP 68 (ensure_file) COMPLETE
94402026-03-01T00:49:50.473Z[ host-image] Mar 01 00:49:50.606 INFO O| Mar 01 00:49:50.606 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94412026-03-01T00:49:50.473Z[ host-image] Mar 01 00:49:50.620 INFO O| Mar 01 00:49:50.620 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94422026-03-01T00:49:50.473Z[ host-image] Mar 01 00:49:50.620 INFO O| Mar 01 00:49:50.620 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94432026-03-01T00:49:53.201Z[ recovery-image] Mar 01 00:49:53.356 INFO E| Compiling scroll_derive v0.13.1
94442026-03-01T00:49:54.126Z[ host-image] Mar 01 00:49:54.281 INFO O| Mar 01 00:49:54.281 INFO STEP 69 (pack_tar) COMPLETE
94452026-03-01T00:49:54.126Z[ host-image] Mar 01 00:49:54.281 INFO O| Mar 01 00:49:54.281 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94462026-03-01T00:49:54.173Z[ host-image] Mar 01 00:49:54.281 INFO O| Mar 01 00:49:54.281 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94472026-03-01T00:49:54.455Z[ host-image] Mar 01 00:49:54.611 INFO O| Mar 01 00:49:54.611 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94482026-03-01T00:49:54.586Z[ host-image] Mar 01 00:49:54.741 INFO O| Mar 01 00:49:54.741 INFO completed processing sled/ramdisk-02-trim
94492026-03-01T00:49:54.610Z[ host-image] Mar 01 00:49:54.744 INFO image builder template: zfs...
94502026-03-01T00:49:54.610Z[ host-image] Mar 01 00:49:54.744 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/.tmpCa7auJ/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@19.0.0.0", "-n", "zfs"], pwd: None
94512026-03-01T00:49:54.610Z[ host-image] Mar 01 00:49:54.763 INFO O| Mar 01 00:49:54.762 INFO skip include "stress" because feature "stress" is not enabled
94522026-03-01T00:49:54.610Z[ host-image] Mar 01 00:49:54.763 INFO O| Mar 01 00:49:54.763 INFO skip include "stress" because feature "compliance" is not enabled
94532026-03-01T00:49:54.649Z[ host-image] Mar 01 00:49:54.804 INFO O| Mar 01 00:49:54.804 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94542026-03-01T00:49:54.674Z[ host-image] Mar 01 00:49:54.811 INFO O| Mar 01 00:49:54.811 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94552026-03-01T00:49:54.699Z[ host-image] Mar 01 00:49:54.846 INFO O| Mar 01 00:49:54.846 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94562026-03-01T00:49:54.723Z[ host-image] Mar 01 00:49:54.874 INFO O| Mar 01 00:49:54.873 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94572026-03-01T00:49:54.723Z[ host-image] Mar 01 00:49:54.874 INFO O| Mar 01 00:49:54.874 INFO work dataset: rpool/images/build/host/work/sled/zfs
94582026-03-01T00:49:54.724Z[ host-image] Mar 01 00:49:54.878 INFO O| Mar 01 00:49:54.878 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94592026-03-01T00:49:54.760Z[ host-image] Mar 01 00:49:54.915 INFO O| Mar 01 00:49:54.915 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94602026-03-01T00:49:54.785Z[ host-image] Mar 01 00:49:54.933 INFO O| Mar 01 00:49:54.933 INFO DESTROY POOL: TEMPORARY-sled-zfs
94612026-03-01T00:49:54.809Z[ host-image] Mar 01 00:49:54.946 INFO O| Mar 01 00:49:54.946 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94622026-03-01T00:49:54.809Z[ host-image] Mar 01 00:49:54.953 INFO O| Mar 01 00:49:54.953 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94632026-03-01T00:49:54.809Z[ host-image] Mar 01 00:49:54.953 INFO O| Mar 01 00:49:54.953 INFO no lofi found
94642026-03-01T00:49:54.809Z[ host-image] Mar 01 00:49:54.953 INFO O| Mar 01 00:49:54.953 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94652026-03-01T00:49:54.809Z[ host-image] Mar 01 00:49:54.953 INFO O| Mar 01 00:49:54.953 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94662026-03-01T00:49:56.846Z[ host-image] Mar 01 00:49:57.001 INFO O| Mar 01 00:49:57.001 INFO lofi device = /dev/dsk/c3t1d0p0
94672026-03-01T00:49:56.846Z[ host-image] Mar 01 00:49:57.001 INFO O| Mar 01 00:49:57.001 INFO pool device = /dev/dsk/c3t1d0p0
94682026-03-01T00:49:56.871Z[ host-image] Mar 01 00:49:57.001 INFO O| Mar 01 00:49:57.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"]
94692026-03-01T00:49:56.927Z[ recovery-image] Mar 01 00:49:57.082 INFO E| Compiling bitstruct_derive v0.1.0
94702026-03-01T00:49:57.039Z[ host-image] Mar 01 00:49:57.194 INFO O| Mar 01 00:49:57.194 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94712026-03-01T00:49:57.039Z[ host-image] Mar 01 00:49:57.194 INFO O| Mar 01 00:49:57.194 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94722026-03-01T00:49:57.069Z[ host-image] Mar 01 00:49:57.225 INFO O| Mar 01 00:49:57.225 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94732026-03-01T00:49:57.218Z[ host-image] Mar 01 00:49:57.373 INFO O| Mar 01 00:49:57.373 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94742026-03-01T00:49:57.264Z[ host-image] Mar 01 00:49:57.420 INFO O| Mar 01 00:49:57.419 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94752026-03-01T00:49:57.289Z[ host-image] Mar 01 00:49:57.444 INFO O| Mar 01 00:49:57.444 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94762026-03-01T00:49:57.314Z[ host-image] Mar 01 00:49:57.459 INFO O| Mar 01 00:49:57.459 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94772026-03-01T00:49:57.376Z[ host-image] Mar 01 00:49:57.532 INFO O| Mar 01 00:49:57.532 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94782026-03-01T00:49:57.376Z[ host-image] Mar 01 00:49:57.532 INFO O| Mar 01 00:49:57.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94792026-03-01T00:49:57.401Z[ host-image] Mar 01 00:49:57.532 INFO O| Mar 01 00:49:57.532 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94802026-03-01T00:49:57.401Z[ host-image] Mar 01 00:49:57.543 INFO O| Mar 01 00:49:57.543 INFO boot environment UUID: ff3426e1-6b5e-4c5f-941d-4da2f9ddf23d
94812026-03-01T00:49:57.401Z[ host-image] Mar 01 00:49:57.544 INFO O| Mar 01 00:49:57.543 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ff3426e1-6b5e-4c5f-941d-4da2f9ddf23d
94822026-03-01T00:49:57.426Z[ host-image] Mar 01 00:49:57.563 INFO O| Mar 01 00:49:57.563 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94832026-03-01T00:49:57.426Z[ host-image] Mar 01 00:49:57.581 INFO O| Mar 01 00:49:57.581 INFO STEP 0 (create_be) COMPLETE
94842026-03-01T00:49:57.426Z[ host-image] Mar 01 00:49:57.581 INFO O| Mar 01 00:49:57.581 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94852026-03-01T00:49:57.451Z[ host-image] Mar 01 00:49:57.599 INFO O| Mar 01 00:49:57.599 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94862026-03-01T00:50:22.481Z[ host-image] Mar 01 00:50:22.637 INFO O| Mar 01 00:50:22.637 INFO STEP 1 (unpack_tar) COMPLETE
94872026-03-01T00:50:22.481Z[ host-image] Mar 01 00:50:22.638 INFO O| Mar 01 00:50:22.637 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94882026-03-01T00:50:22.506Z[ host-image] Mar 01 00:50:22.657 INFO O| Mar 01 00:50:22.657 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94892026-03-01T00:50:23.724Z[ host-image] Mar 01 00:50:23.881 INFO O| Mar 01 00:50:23.881 INFO STEP 2 (devfsadm) COMPLETE
94902026-03-01T00:50:23.724Z[ host-image] Mar 01 00:50:23.881 INFO O| Mar 01 00:50:23.881 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94912026-03-01T00:50:23.749Z[ host-image] Mar 01 00:50:23.896 INFO O| Mar 01 00:50:23.896 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94922026-03-01T00:50:23.749Z[ host-image] Mar 01 00:50:23.896 INFO O| Mar 01 00:50:23.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94932026-03-01T00:50:23.749Z[ host-image] Mar 01 00:50:23.896 INFO O| Mar 01 00:50:23.896 INFO STEP 3 (ensure_dir) COMPLETE
94942026-03-01T00:50:23.749Z[ host-image] Mar 01 00:50:23.896 INFO O| Mar 01 00:50:23.896 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94952026-03-01T00:50:23.774Z[ host-image] Mar 01 00:50:23.908 INFO O| Mar 01 00:50:23.908 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94962026-03-01T00:50:23.774Z[ host-image] Mar 01 00:50:23.908 INFO O| Mar 01 00:50:23.908 INFO STEP 4 (ensure_dir) COMPLETE
94972026-03-01T00:50:23.774Z[ host-image] Mar 01 00:50:23.908 INFO O| Mar 01 00:50:23.908 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94982026-03-01T00:50:23.774Z[ host-image] Mar 01 00:50:23.921 INFO O| Mar 01 00:50:23.921 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94992026-03-01T00:50:23.774Z[ host-image] Mar 01 00:50:23.921 INFO O| Mar 01 00:50:23.921 INFO STEP 5 (ensure_dir) COMPLETE
95002026-03-01T00:50:23.774Z[ host-image] Mar 01 00:50:23.921 INFO O| Mar 01 00:50:23.921 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95012026-03-01T00:50:23.774Z[ host-image] Mar 01 00:50:23.931 INFO O| Mar 01 00:50:23.931 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95022026-03-01T00:50:23.775Z[ host-image] Mar 01 00:50:23.931 INFO O| Mar 01 00:50:23.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95032026-03-01T00:50:23.775Z[ host-image] Mar 01 00:50:23.931 INFO O| Mar 01 00:50:23.931 INFO STEP 6 (ensure_dir) COMPLETE
95042026-03-01T00:50:23.799Z[ host-image] Mar 01 00:50:23.931 INFO O| Mar 01 00:50:23.931 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95052026-03-01T00:50:23.799Z[ host-image] Mar 01 00:50:23.941 INFO O| Mar 01 00:50:23.941 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95062026-03-01T00:50:23.799Z[ host-image] Mar 01 00:50:23.942 INFO O| Mar 01 00:50:23.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95072026-03-01T00:50:23.799Z[ host-image] Mar 01 00:50:23.942 INFO O| Mar 01 00:50:23.941 INFO STEP 7 (ensure_dir) COMPLETE
95082026-03-01T00:50:23.799Z[ host-image] Mar 01 00:50:23.942 INFO O| Mar 01 00:50:23.941 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95092026-03-01T00:50:23.799Z[ host-image] Mar 01 00:50:23.955 INFO O| Mar 01 00:50:23.955 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
95102026-03-01T00:50:23.799Z[ host-image] Mar 01 00:50:23.955 INFO O| Mar 01 00:50:23.955 INFO STEP 8 (remove_files) COMPLETE
95112026-03-01T00:50:23.800Z[ host-image] Mar 01 00:50:23.955 INFO O| Mar 01 00:50:23.955 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95122026-03-01T00:50:23.825Z[ host-image] Mar 01 00:50:23.966 INFO O| Mar 01 00:50:23.966 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
95132026-03-01T00:50:23.825Z[ host-image] Mar 01 00:50:23.968 INFO O| Mar 01 00:50:23.968 INFO STEP 9 (remove_files) COMPLETE
95142026-03-01T00:50:23.825Z[ host-image] Mar 01 00:50:23.968 INFO O| Mar 01 00:50:23.968 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95152026-03-01T00:50:23.825Z[ host-image] Mar 01 00:50:23.978 INFO O| Mar 01 00:50:23.978 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
95162026-03-01T00:50:23.825Z[ host-image] Mar 01 00:50:23.980 INFO O| Mar 01 00:50:23.980 INFO STEP 10 (remove_files) COMPLETE
95172026-03-01T00:50:23.825Z[ host-image] Mar 01 00:50:23.980 INFO O| Mar 01 00:50:23.980 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95182026-03-01T00:50:23.849Z[ host-image] Mar 01 00:50:23.990 INFO O| Mar 01 00:50:23.990 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
95192026-03-01T00:50:23.849Z[ host-image] Mar 01 00:50:23.990 INFO O| Mar 01 00:50:23.990 INFO STEP 11 (remove_files) COMPLETE
95202026-03-01T00:50:23.849Z[ host-image] Mar 01 00:50:23.990 INFO O| Mar 01 00:50:23.990 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95212026-03-01T00:50:23.849Z[ host-image] Mar 01 00:50:24.004 INFO O| Mar 01 00:50:24.004 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
95222026-03-01T00:50:23.849Z[ host-image] Mar 01 00:50:24.004 INFO O| Mar 01 00:50:24.004 INFO STEP 12 (remove_files) COMPLETE
95232026-03-01T00:50:23.849Z[ host-image] Mar 01 00:50:24.004 INFO O| Mar 01 00:50:24.004 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95242026-03-01T00:50:23.874Z[ host-image] Mar 01 00:50:24.018 INFO O| Mar 01 00:50:24.018 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95252026-03-01T00:50:23.874Z[ host-image] Mar 01 00:50:24.018 INFO O| Mar 01 00:50:24.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95262026-03-01T00:50:23.874Z[ host-image] Mar 01 00:50:24.018 INFO O| Mar 01 00:50:24.018 INFO STEP 13 (ensure_dir) COMPLETE
95272026-03-01T00:50:23.874Z[ host-image] Mar 01 00:50:24.018 INFO O| Mar 01 00:50:24.018 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95282026-03-01T00:50:23.899Z[ host-image] Mar 01 00:50:24.033 INFO O| Mar 01 00:50:24.033 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95292026-03-01T00:50:23.899Z[ host-image] Mar 01 00:50:24.033 INFO O| Mar 01 00:50:24.033 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95302026-03-01T00:50:23.899Z[ host-image] Mar 01 00:50:24.033 INFO O| Mar 01 00:50:24.033 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95312026-03-01T00:50:23.899Z[ host-image] Mar 01 00:50:24.033 INFO O| Mar 01 00:50:24.033 INFO STEP 14 (ensure_dir) COMPLETE
95322026-03-01T00:50:23.899Z[ host-image] Mar 01 00:50:24.033 INFO O| Mar 01 00:50:24.033 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95332026-03-01T00:50:23.899Z[ host-image] Mar 01 00:50:24.047 INFO O| Mar 01 00:50:24.047 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95342026-03-01T00:50:23.899Z[ host-image] Mar 01 00:50:24.047 INFO O| Mar 01 00:50:24.047 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95352026-03-01T00:50:23.899Z[ host-image] Mar 01 00:50:24.047 INFO O| Mar 01 00:50:24.047 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95362026-03-01T00:50:23.899Z[ host-image] Mar 01 00:50:24.047 INFO O| Mar 01 00:50:24.047 INFO STEP 15 (ensure_dir) COMPLETE
95372026-03-01T00:50:23.899Z[ host-image] Mar 01 00:50:24.047 INFO O| Mar 01 00:50:24.047 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95382026-03-01T00:50:23.924Z[ host-image] Mar 01 00:50:24.061 INFO O| Mar 01 00:50:24.061 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95392026-03-01T00:50:23.924Z[ host-image] Mar 01 00:50:24.061 INFO O| Mar 01 00:50:24.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95402026-03-01T00:50:23.924Z[ host-image] Mar 01 00:50:24.061 INFO O| Mar 01 00:50:24.061 INFO STEP 16 (ensure_dir) COMPLETE
95412026-03-01T00:50:23.924Z[ host-image] Mar 01 00:50:24.061 INFO O| Mar 01 00:50:24.061 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95422026-03-01T00:50:23.924Z[ host-image] Mar 01 00:50:24.071 INFO O| Mar 01 00:50:24.071 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95432026-03-01T00:50:23.924Z[ host-image] Mar 01 00:50:24.072 INFO O| Mar 01 00:50:24.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95442026-03-01T00:50:23.924Z[ host-image] Mar 01 00:50:24.072 INFO O| Mar 01 00:50:24.072 INFO STEP 17 (ensure_dir) COMPLETE
95452026-03-01T00:50:23.924Z[ host-image] Mar 01 00:50:24.072 INFO O| Mar 01 00:50:24.072 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95462026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.085 INFO O| Mar 01 00:50:24.085 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
95472026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.085 INFO O| Mar 01 00:50:24.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
95482026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.085 INFO O| Mar 01 00:50:24.085 INFO ok!
95492026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.085 INFO O| Mar 01 00:50:24.085 INFO STEP 18 (ensure_symlink) COMPLETE
95502026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.085 INFO O| Mar 01 00:50:24.085 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95512026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.095 INFO O| Mar 01 00:50:24.095 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95522026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.095 INFO O| Mar 01 00:50:24.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95532026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.095 INFO O| Mar 01 00:50:24.095 INFO ok!
95542026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.095 INFO O| Mar 01 00:50:24.095 INFO STEP 19 (ensure_file) COMPLETE
95552026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.095 INFO O| Mar 01 00:50:24.095 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95562026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.105 INFO O| Mar 01 00:50:24.105 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95572026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.105 INFO O| Mar 01 00:50:24.105 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95582026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.105 INFO O| Mar 01 00:50:24.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95592026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.105 INFO O| Mar 01 00:50:24.105 INFO ok!
95602026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.105 INFO O| Mar 01 00:50:24.105 INFO STEP 20 (ensure_symlink) COMPLETE
95612026-03-01T00:50:23.949Z[ host-image] Mar 01 00:50:24.105 INFO O| Mar 01 00:50:24.105 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95622026-03-01T00:50:23.974Z[ host-image] Mar 01 00:50:24.114 INFO O| Mar 01 00:50:24.114 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95632026-03-01T00:50:23.974Z[ host-image] Mar 01 00:50:24.114 INFO O| Mar 01 00:50:24.114 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95642026-03-01T00:50:23.974Z[ host-image] Mar 01 00:50:24.114 INFO O| Mar 01 00:50:24.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95652026-03-01T00:50:23.974Z[ host-image] Mar 01 00:50:24.114 INFO O| Mar 01 00:50:24.114 INFO ok!
95662026-03-01T00:50:23.974Z[ host-image] Mar 01 00:50:24.114 INFO O| Mar 01 00:50:24.114 INFO STEP 21 (ensure_symlink) COMPLETE
95672026-03-01T00:50:23.974Z[ host-image] Mar 01 00:50:24.114 INFO O| Mar 01 00:50:24.114 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95682026-03-01T00:50:23.974Z[ host-image] Mar 01 00:50:24.124 INFO O| Mar 01 00:50:24.124 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95692026-03-01T00:50:23.974Z[ host-image] Mar 01 00:50:24.124 INFO O| Mar 01 00:50:24.124 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95702026-03-01T00:50:23.974Z[ host-image] Mar 01 00:50:24.124 INFO O| Mar 01 00:50:24.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95712026-03-01T00:50:23.974Z[ host-image] Mar 01 00:50:24.124 INFO O| Mar 01 00:50:24.124 INFO ok!
95722026-03-01T00:50:23.975Z[ host-image] Mar 01 00:50:24.124 INFO O| Mar 01 00:50:24.124 INFO STEP 22 (ensure_symlink) COMPLETE
95732026-03-01T00:50:23.975Z[ host-image] Mar 01 00:50:24.124 INFO O| Mar 01 00:50:24.124 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95742026-03-01T00:50:24.000Z[ host-image] Mar 01 00:50:24.137 INFO O| Mar 01 00:50:24.137 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95752026-03-01T00:50:24.000Z[ host-image] Mar 01 00:50:24.137 INFO O| Mar 01 00:50:24.137 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95762026-03-01T00:50:24.000Z[ host-image] Mar 01 00:50:24.137 INFO O| Mar 01 00:50:24.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95772026-03-01T00:50:24.000Z[ host-image] Mar 01 00:50:24.137 INFO O| Mar 01 00:50:24.137 INFO ok!
95782026-03-01T00:50:24.000Z[ host-image] Mar 01 00:50:24.137 INFO O| Mar 01 00:50:24.137 INFO STEP 23 (ensure_symlink) COMPLETE
95792026-03-01T00:50:24.000Z[ host-image] Mar 01 00:50:24.137 INFO O| Mar 01 00:50:24.137 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95802026-03-01T00:50:24.000Z[ host-image] Mar 01 00:50:24.148 INFO O| Mar 01 00:50:24.148 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95812026-03-01T00:50:24.000Z[ host-image] Mar 01 00:50:24.148 INFO O| Mar 01 00:50:24.148 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95822026-03-01T00:50:24.000Z[ host-image] Mar 01 00:50:24.148 INFO O| Mar 01 00:50:24.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95832026-03-01T00:50:24.000Z[ host-image] Mar 01 00:50:24.148 INFO O| Mar 01 00:50:24.148 INFO ok!
95842026-03-01T00:50:24.000Z[ host-image] Mar 01 00:50:24.148 INFO O| Mar 01 00:50:24.148 INFO STEP 24 (ensure_file) COMPLETE
95852026-03-01T00:50:24.000Z[ host-image] Mar 01 00:50:24.148 INFO O| Mar 01 00:50:24.148 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95862026-03-01T00:50:24.025Z[ host-image] Mar 01 00:50:24.159 INFO O| Mar 01 00:50:24.159 INFO updating shadow file
95872026-03-01T00:50:24.025Z[ host-image] Mar 01 00:50:24.160 INFO O| Mar 01 00:50:24.159 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95882026-03-01T00:50:24.025Z[ host-image] Mar 01 00:50:24.160 INFO O| Mar 01 00:50:24.160 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95892026-03-01T00:50:24.025Z[ host-image] Mar 01 00:50:24.160 INFO O| Mar 01 00:50:24.160 INFO STEP 25 (shadow) COMPLETE
95902026-03-01T00:50:24.025Z[ host-image] Mar 01 00:50:24.160 INFO O| Mar 01 00:50:24.160 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95912026-03-01T00:50:24.025Z[ host-image] Mar 01 00:50:24.171 INFO O| Mar 01 00:50:24.171 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95922026-03-01T00:50:24.025Z[ host-image] Mar 01 00:50:24.171 INFO O| Mar 01 00:50:24.171 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95932026-03-01T00:50:24.025Z[ host-image] Mar 01 00:50:24.171 INFO O| Mar 01 00:50:24.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95942026-03-01T00:50:24.025Z[ host-image] Mar 01 00:50:24.171 INFO O| Mar 01 00:50:24.171 INFO ok!
95952026-03-01T00:50:24.025Z[ host-image] Mar 01 00:50:24.171 INFO O| Mar 01 00:50:24.171 INFO STEP 26 (ensure_file) COMPLETE
95962026-03-01T00:50:24.025Z[ host-image] Mar 01 00:50:24.171 INFO O| Mar 01 00:50:24.171 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95972026-03-01T00:50:24.050Z[ host-image] Mar 01 00:50:24.189 INFO O| Mar 01 00:50:24.188 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
95982026-03-01T00:50:24.050Z[ host-image] Mar 01 00:50:24.189 INFO O| Mar 01 00:50:24.188 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
95992026-03-01T00:50:24.050Z[ host-image] Mar 01 00:50:24.189 INFO O| Mar 01 00:50:24.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
96002026-03-01T00:50:24.050Z[ host-image] Mar 01 00:50:24.189 INFO O| Mar 01 00:50:24.189 INFO ok!
96012026-03-01T00:50:24.050Z[ host-image] Mar 01 00:50:24.189 INFO O| Mar 01 00:50:24.189 INFO STEP 27 (ensure_file) COMPLETE
96022026-03-01T00:50:24.050Z[ host-image] Mar 01 00:50:24.189 INFO O| Mar 01 00:50:24.189 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96032026-03-01T00:50:24.050Z[ host-image] Mar 01 00:50:24.206 INFO O| Mar 01 00:50:24.205 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
96042026-03-01T00:50:24.050Z[ host-image] Mar 01 00:50:24.206 INFO O| Mar 01 00:50:24.206 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
96052026-03-01T00:50:24.050Z[ host-image] Mar 01 00:50:24.206 INFO O| Mar 01 00:50:24.206 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96062026-03-01T00:50:24.050Z[ host-image] Mar 01 00:50:24.206 INFO O| Mar 01 00:50:24.206 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96072026-03-01T00:50:24.050Z[ host-image] Mar 01 00:50:24.206 INFO O| Mar 01 00:50:24.206 INFO ok!
96082026-03-01T00:50:24.050Z[ host-image] Mar 01 00:50:24.206 INFO O| Mar 01 00:50:24.206 INFO STEP 28 (ensure_file) COMPLETE
96092026-03-01T00:50:24.050Z[ host-image] Mar 01 00:50:24.206 INFO O| Mar 01 00:50:24.206 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96102026-03-01T00:50:24.075Z[ host-image] Mar 01 00:50:24.223 INFO O| Mar 01 00:50:24.223 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
96112026-03-01T00:50:24.075Z[ host-image] Mar 01 00:50:24.223 INFO O| Mar 01 00:50:24.223 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
96122026-03-01T00:50:24.075Z[ host-image] Mar 01 00:50:24.223 INFO O| Mar 01 00:50:24.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
96132026-03-01T00:50:24.075Z[ host-image] Mar 01 00:50:24.223 INFO O| Mar 01 00:50:24.223 INFO ok!
96142026-03-01T00:50:24.075Z[ host-image] Mar 01 00:50:24.223 INFO O| Mar 01 00:50:24.223 INFO STEP 29 (ensure_file) COMPLETE
96152026-03-01T00:50:24.075Z[ host-image] Mar 01 00:50:24.223 INFO O| Mar 01 00:50:24.223 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96162026-03-01T00:50:24.100Z[ host-image] Mar 01 00:50:24.238 INFO O| Mar 01 00:50:24.238 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96172026-03-01T00:50:24.100Z[ host-image] Mar 01 00:50:24.238 INFO O| Mar 01 00:50:24.238 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96182026-03-01T00:50:24.100Z[ host-image] Mar 01 00:50:24.238 INFO O| Mar 01 00:50:24.238 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96192026-03-01T00:50:24.100Z[ host-image] Mar 01 00:50:24.238 INFO O| Mar 01 00:50:24.238 INFO STEP 30 (ensure_dir) COMPLETE
96202026-03-01T00:50:24.100Z[ host-image] Mar 01 00:50:24.238 INFO O| Mar 01 00:50:24.238 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96212026-03-01T00:50:24.100Z[ host-image] Mar 01 00:50:24.255 INFO O| Mar 01 00:50:24.254 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
96222026-03-01T00:50:24.100Z[ host-image] Mar 01 00:50:24.255 INFO O| Mar 01 00:50:24.254 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
96232026-03-01T00:50:24.100Z[ host-image] Mar 01 00:50:24.255 INFO O| Mar 01 00:50:24.255 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96242026-03-01T00:50:24.100Z[ host-image] Mar 01 00:50:24.255 INFO O| Mar 01 00:50:24.255 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96252026-03-01T00:50:24.100Z[ host-image] Mar 01 00:50:24.255 INFO O| Mar 01 00:50:24.255 INFO ok!
96262026-03-01T00:50:24.100Z[ host-image] Mar 01 00:50:24.255 INFO O| Mar 01 00:50:24.255 INFO STEP 31 (ensure_file) COMPLETE
96272026-03-01T00:50:24.100Z[ host-image] Mar 01 00:50:24.255 INFO O| Mar 01 00:50:24.255 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96282026-03-01T00:50:24.125Z[ host-image] Mar 01 00:50:24.269 INFO O| Mar 01 00:50:24.269 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96292026-03-01T00:50:24.125Z[ host-image] Mar 01 00:50:24.269 INFO O| Mar 01 00:50:24.269 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96302026-03-01T00:50:24.125Z[ host-image] Mar 01 00:50:24.269 INFO O| Mar 01 00:50:24.269 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96312026-03-01T00:50:24.125Z[ host-image] Mar 01 00:50:24.269 INFO O| Mar 01 00:50:24.269 INFO STEP 32 (ensure_dir) COMPLETE
96322026-03-01T00:50:24.125Z[ host-image] Mar 01 00:50:24.269 INFO O| Mar 01 00:50:24.269 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96332026-03-01T00:50:24.150Z[ host-image] Mar 01 00:50:24.284 INFO O| Mar 01 00:50:24.284 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
96342026-03-01T00:50:24.150Z[ host-image] Mar 01 00:50:24.284 INFO O| Mar 01 00:50:24.284 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 ...
96352026-03-01T00:50:24.150Z[ host-image] Mar 01 00:50:24.284 INFO O| Mar 01 00:50:24.284 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
96362026-03-01T00:50:24.150Z[ host-image] Mar 01 00:50:24.284 INFO O| Mar 01 00:50:24.284 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
96372026-03-01T00:50:24.150Z[ host-image] Mar 01 00:50:24.284 INFO O| Mar 01 00:50:24.284 INFO ok!
96382026-03-01T00:50:24.150Z[ host-image] Mar 01 00:50:24.284 INFO O| Mar 01 00:50:24.284 INFO STEP 33 (ensure_file) COMPLETE
96392026-03-01T00:50:24.150Z[ host-image] Mar 01 00:50:24.284 INFO O| Mar 01 00:50:24.284 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96402026-03-01T00:50:24.150Z[ host-image] Mar 01 00:50:24.296 INFO O| Mar 01 00:50:24.296 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
96412026-03-01T00:50:24.150Z[ host-image] Mar 01 00:50:24.296 INFO O| Mar 01 00:50:24.296 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
96422026-03-01T00:50:24.150Z[ host-image] Mar 01 00:50:24.296 INFO O| Mar 01 00:50:24.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
96432026-03-01T00:50:24.150Z[ host-image] Mar 01 00:50:24.296 INFO O| Mar 01 00:50:24.296 INFO ok!
96442026-03-01T00:50:24.150Z[ host-image] Mar 01 00:50:24.296 INFO O| Mar 01 00:50:24.296 INFO STEP 34 (ensure_file) COMPLETE
96452026-03-01T00:50:24.150Z[ host-image] Mar 01 00:50:24.296 INFO O| Mar 01 00:50:24.296 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96462026-03-01T00:50:24.175Z[ host-image] Mar 01 00:50:24.309 INFO O| Mar 01 00:50:24.309 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
96472026-03-01T00:50:24.175Z[ host-image] Mar 01 00:50:24.309 INFO O| Mar 01 00:50:24.309 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
96482026-03-01T00:50:24.175Z[ host-image] Mar 01 00:50:24.310 INFO O| Mar 01 00:50:24.310 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96492026-03-01T00:50:24.175Z[ host-image] Mar 01 00:50:24.310 INFO O| Mar 01 00:50:24.310 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96502026-03-01T00:50:24.175Z[ host-image] Mar 01 00:50:24.310 INFO O| Mar 01 00:50:24.310 INFO ok!
96512026-03-01T00:50:24.175Z[ host-image] Mar 01 00:50:24.310 INFO O| Mar 01 00:50:24.310 INFO STEP 35 (ensure_file) COMPLETE
96522026-03-01T00:50:24.175Z[ host-image] Mar 01 00:50:24.310 INFO O| Mar 01 00:50:24.310 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96532026-03-01T00:50:24.175Z[ host-image] Mar 01 00:50:24.321 INFO O| Mar 01 00:50:24.321 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96542026-03-01T00:50:24.175Z[ host-image] Mar 01 00:50:24.321 INFO O| Mar 01 00:50:24.321 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96552026-03-01T00:50:24.175Z[ host-image] Mar 01 00:50:24.321 INFO O| Mar 01 00:50:24.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96562026-03-01T00:50:24.175Z[ host-image] Mar 01 00:50:24.321 INFO O| Mar 01 00:50:24.321 INFO ok!
96572026-03-01T00:50:24.175Z[ host-image] Mar 01 00:50:24.321 INFO O| Mar 01 00:50:24.321 INFO STEP 36 (ensure_file) COMPLETE
96582026-03-01T00:50:24.175Z[ host-image] Mar 01 00:50:24.321 INFO O| Mar 01 00:50:24.321 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96592026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.333 INFO O| Mar 01 00:50:24.333 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96602026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.333 INFO O| Mar 01 00:50:24.333 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96612026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.333 INFO O| Mar 01 00:50:24.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96622026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.333 INFO O| Mar 01 00:50:24.333 INFO ok!
96632026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.333 INFO O| Mar 01 00:50:24.333 INFO STEP 37 (ensure_file) COMPLETE
96642026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.333 INFO O| Mar 01 00:50:24.333 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96652026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.344 INFO O| Mar 01 00:50:24.344 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96662026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.344 INFO O| Mar 01 00:50:24.344 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96672026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.344 INFO O| Mar 01 00:50:24.344 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96682026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.344 INFO O| Mar 01 00:50:24.344 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96692026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.344 INFO O| Mar 01 00:50:24.344 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96702026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.344 INFO O| Mar 01 00:50:24.344 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96712026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.344 INFO O| Mar 01 00:50:24.344 INFO ok!
96722026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.344 INFO O| Mar 01 00:50:24.344 INFO STEP 38 (ensure_file) COMPLETE
96732026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.344 INFO O| Mar 01 00:50:24.344 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96742026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.355 INFO O| Mar 01 00:50:24.355 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96752026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.355 INFO O| Mar 01 00:50:24.355 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96762026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.355 INFO O| Mar 01 00:50:24.355 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96772026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.355 INFO O| Mar 01 00:50:24.355 INFO STEP 39 (ensure_dir) COMPLETE
96782026-03-01T00:50:24.201Z[ host-image] Mar 01 00:50:24.355 INFO O| Mar 01 00:50:24.355 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96792026-03-01T00:50:24.226Z[ host-image] Mar 01 00:50:24.368 INFO O| Mar 01 00:50:24.368 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
96802026-03-01T00:50:24.227Z[ host-image] Mar 01 00:50:24.368 INFO O| Mar 01 00:50:24.368 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 ...
96812026-03-01T00:50:24.227Z[ host-image] Mar 01 00:50:24.368 INFO O| Mar 01 00:50:24.368 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
96822026-03-01T00:50:24.227Z[ host-image] Mar 01 00:50:24.368 INFO O| Mar 01 00:50:24.368 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
96832026-03-01T00:50:24.227Z[ host-image] Mar 01 00:50:24.368 INFO O| Mar 01 00:50:24.368 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
96842026-03-01T00:50:24.227Z[ host-image] Mar 01 00:50:24.368 INFO O| Mar 01 00:50:24.368 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
96852026-03-01T00:50:24.227Z[ host-image] Mar 01 00:50:24.368 INFO O| Mar 01 00:50:24.368 INFO ok!
96862026-03-01T00:50:24.227Z[ host-image] Mar 01 00:50:24.368 INFO O| Mar 01 00:50:24.368 INFO STEP 40 (ensure_file) COMPLETE
96872026-03-01T00:50:24.227Z[ host-image] Mar 01 00:50:24.368 INFO O| Mar 01 00:50:24.368 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96882026-03-01T00:50:24.227Z[ host-image] Mar 01 00:50:24.382 INFO O| Mar 01 00:50:24.382 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96892026-03-01T00:50:24.227Z[ host-image] Mar 01 00:50:24.382 INFO O| Mar 01 00:50:24.382 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 ...
96902026-03-01T00:50:24.227Z[ host-image] Mar 01 00:50:24.382 INFO O| Mar 01 00:50:24.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96912026-03-01T00:50:24.227Z[ host-image] Mar 01 00:50:24.382 INFO O| Mar 01 00:50:24.382 INFO ok!
96922026-03-01T00:50:24.227Z[ host-image] Mar 01 00:50:24.382 INFO O| Mar 01 00:50:24.382 INFO STEP 41 (ensure_symlink) COMPLETE
96932026-03-01T00:50:24.227Z[ host-image] Mar 01 00:50:24.382 INFO O| Mar 01 00:50:24.382 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96942026-03-01T00:50:24.252Z[ host-image] Mar 01 00:50:24.397 INFO O| Mar 01 00:50:24.397 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
96952026-03-01T00:50:24.252Z[ host-image] Mar 01 00:50:24.397 INFO O| Mar 01 00:50:24.397 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96962026-03-01T00:50:24.252Z[ host-image] Mar 01 00:50:24.398 INFO O| Mar 01 00:50:24.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
96972026-03-01T00:50:24.252Z[ host-image] Mar 01 00:50:24.398 INFO O| Mar 01 00:50:24.398 INFO ok!
96982026-03-01T00:50:24.252Z[ host-image] Mar 01 00:50:24.398 INFO O| Mar 01 00:50:24.398 INFO STEP 42 (ensure_symlink) COMPLETE
96992026-03-01T00:50:24.252Z[ host-image] Mar 01 00:50:24.398 INFO O| Mar 01 00:50:24.398 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97002026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.413 INFO O| Mar 01 00:50:24.413 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
97012026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.413 INFO O| Mar 01 00:50:24.413 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
97022026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.413 INFO O| Mar 01 00:50:24.413 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97032026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.413 INFO O| Mar 01 00:50:24.413 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97042026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.413 INFO O| Mar 01 00:50:24.413 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97052026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.413 INFO O| Mar 01 00:50:24.413 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97062026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.413 INFO O| Mar 01 00:50:24.413 INFO ok!
97072026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.413 INFO O| Mar 01 00:50:24.413 INFO STEP 43 (ensure_file) COMPLETE
97082026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.413 INFO O| Mar 01 00:50:24.413 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97092026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.427 INFO O| Mar 01 00:50:24.427 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
97102026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.427 INFO O| Mar 01 00:50:24.427 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 ...
97112026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.428 INFO O| Mar 01 00:50:24.427 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
97122026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.428 INFO O| Mar 01 00:50:24.428 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
97132026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.428 INFO O| Mar 01 00:50:24.428 INFO ok!
97142026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.428 INFO O| Mar 01 00:50:24.428 INFO STEP 44 (ensure_file) COMPLETE
97152026-03-01T00:50:24.277Z[ host-image] Mar 01 00:50:24.428 INFO O| Mar 01 00:50:24.428 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97162026-03-01T00:50:24.302Z[ host-image] Mar 01 00:50:24.442 INFO O| Mar 01 00:50:24.442 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
97172026-03-01T00:50:24.302Z[ host-image] Mar 01 00:50:24.442 INFO O| Mar 01 00:50:24.442 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
97182026-03-01T00:50:24.302Z[ host-image] Mar 01 00:50:24.442 INFO O| Mar 01 00:50:24.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
97192026-03-01T00:50:24.302Z[ host-image] Mar 01 00:50:24.442 INFO O| Mar 01 00:50:24.442 INFO ok!
97202026-03-01T00:50:24.302Z[ host-image] Mar 01 00:50:24.442 INFO O| Mar 01 00:50:24.442 INFO STEP 45 (ensure_file) COMPLETE
97212026-03-01T00:50:24.302Z[ host-image] Mar 01 00:50:24.442 INFO O| Mar 01 00:50:24.442 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97222026-03-01T00:50:24.302Z[ host-image] Mar 01 00:50:24.453 INFO O| Mar 01 00:50:24.453 INFO updating shadow file
97232026-03-01T00:50:24.302Z[ host-image] Mar 01 00:50:24.453 INFO O| Mar 01 00:50:24.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97242026-03-01T00:50:24.302Z[ host-image] Mar 01 00:50:24.453 INFO O| Mar 01 00:50:24.453 INFO STEP 46 (shadow) COMPLETE
97252026-03-01T00:50:24.302Z[ host-image] Mar 01 00:50:24.453 INFO O| Mar 01 00:50:24.453 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97262026-03-01T00:50:24.327Z[ host-image] Mar 01 00:50:24.463 INFO O| Mar 01 00:50:24.463 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
97272026-03-01T00:50:24.327Z[ host-image] Mar 01 00:50:24.463 INFO O| Mar 01 00:50:24.463 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
97282026-03-01T00:50:24.327Z[ host-image] Mar 01 00:50:24.464 INFO O| Mar 01 00:50:24.464 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97292026-03-01T00:50:24.327Z[ host-image] Mar 01 00:50:24.464 INFO O| Mar 01 00:50:24.464 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97302026-03-01T00:50:24.328Z[ host-image] Mar 01 00:50:24.464 INFO O| Mar 01 00:50:24.464 INFO ok!
97312026-03-01T00:50:24.328Z[ host-image] Mar 01 00:50:24.464 INFO O| Mar 01 00:50:24.464 INFO STEP 47 (ensure_file) COMPLETE
97322026-03-01T00:50:24.328Z[ host-image] Mar 01 00:50:24.464 INFO O| Mar 01 00:50:24.464 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97332026-03-01T00:50:24.328Z[ host-image] Mar 01 00:50:24.464 INFO O| Mar 01 00:50:24.464 INFO skip step because feature "mfg" is not enabled
97342026-03-01T00:50:24.328Z[ host-image] Mar 01 00:50:24.464 INFO O| Mar 01 00:50:24.464 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97352026-03-01T00:50:24.328Z[ host-image] Mar 01 00:50:24.464 INFO O| Mar 01 00:50:24.464 INFO skip step because feature "mfg" is not enabled
97362026-03-01T00:50:24.328Z[ host-image] Mar 01 00:50:24.464 INFO O| Mar 01 00:50:24.464 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97372026-03-01T00:50:24.328Z[ host-image] Mar 01 00:50:24.478 INFO O| Mar 01 00:50:24.478 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
97382026-03-01T00:50:24.328Z[ host-image] Mar 01 00:50:24.478 INFO O| Mar 01 00:50:24.478 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
97392026-03-01T00:50:24.354Z[ host-image] Mar 01 00:50:24.511 INFO O| Mar 01 00:50:24.511 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97402026-03-01T00:50:24.354Z[ host-image] Mar 01 00:50:24.511 INFO O| Mar 01 00:50:24.511 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97412026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.511 INFO O| Mar 01 00:50:24.511 INFO ok!
97422026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.511 INFO O| Mar 01 00:50:24.511 INFO STEP 50 (ensure_file) COMPLETE
97432026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.511 INFO O| Mar 01 00:50:24.511 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97442026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.511 INFO O| Mar 01 00:50:24.511 INFO skip step because feature "compliance" is not enabled
97452026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.511 INFO O| Mar 01 00:50:24.511 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97462026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.524 INFO O| Mar 01 00:50:24.524 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97472026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.524 INFO O| Mar 01 00:50:24.524 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97482026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.524 INFO O| Mar 01 00:50:24.524 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97492026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.524 INFO O| Mar 01 00:50:24.524 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97502026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.524 INFO O| Mar 01 00:50:24.524 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97512026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.524 INFO O| Mar 01 00:50:24.524 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97522026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.524 INFO O| Mar 01 00:50:24.524 INFO ok!
97532026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.524 INFO O| Mar 01 00:50:24.524 INFO STEP 52 (ensure_file) COMPLETE
97542026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.524 INFO O| Mar 01 00:50:24.524 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97552026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.534 INFO O| Mar 01 00:50:24.534 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97562026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.534 INFO O| Mar 01 00:50:24.534 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 ...
97572026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.535 INFO O| Mar 01 00:50:24.535 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
97582026-03-01T00:50:24.379Z[ host-image] Mar 01 00:50:24.535 INFO O| Mar 01 00:50:24.535 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97592026-03-01T00:50:24.380Z[ host-image] Mar 01 00:50:24.535 INFO O| Mar 01 00:50:24.535 INFO ok!
97602026-03-01T00:50:24.380Z[ host-image] Mar 01 00:50:24.535 INFO O| Mar 01 00:50:24.535 INFO STEP 53 (ensure_file) COMPLETE
97612026-03-01T00:50:24.380Z[ host-image] Mar 01 00:50:24.535 INFO O| Mar 01 00:50:24.535 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97622026-03-01T00:50:24.405Z[ host-image] Mar 01 00:50:24.545 INFO O| Mar 01 00:50:24.545 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97632026-03-01T00:50:24.405Z[ host-image] Mar 01 00:50:24.545 INFO O| Mar 01 00:50:24.545 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 ...
97642026-03-01T00:50:24.405Z[ host-image] Mar 01 00:50:24.545 INFO O| Mar 01 00:50:24.545 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97652026-03-01T00:50:24.405Z[ host-image] Mar 01 00:50:24.545 INFO O| Mar 01 00:50:24.545 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97662026-03-01T00:50:24.405Z[ host-image] Mar 01 00:50:24.545 INFO O| Mar 01 00:50:24.545 INFO ok!
97672026-03-01T00:50:24.405Z[ host-image] Mar 01 00:50:24.545 INFO O| Mar 01 00:50:24.545 INFO STEP 54 (ensure_file) COMPLETE
97682026-03-01T00:50:24.405Z[ host-image] Mar 01 00:50:24.545 INFO O| Mar 01 00:50:24.545 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97692026-03-01T00:50:24.405Z[ host-image] Mar 01 00:50:24.556 INFO O| Mar 01 00:50:24.555 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97702026-03-01T00:50:24.405Z[ host-image] Mar 01 00:50:24.556 INFO O| Mar 01 00:50:24.556 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 ...
97712026-03-01T00:50:24.405Z[ host-image] Mar 01 00:50:24.556 INFO O| Mar 01 00:50:24.556 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
97722026-03-01T00:50:24.405Z[ host-image] Mar 01 00:50:24.556 INFO O| Mar 01 00:50:24.556 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97732026-03-01T00:50:24.405Z[ host-image] Mar 01 00:50:24.556 INFO O| Mar 01 00:50:24.556 INFO ok!
97742026-03-01T00:50:24.405Z[ host-image] Mar 01 00:50:24.556 INFO O| Mar 01 00:50:24.556 INFO STEP 55 (ensure_file) COMPLETE
97752026-03-01T00:50:24.405Z[ host-image] Mar 01 00:50:24.556 INFO O| Mar 01 00:50:24.556 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97762026-03-01T00:50:24.430Z[ host-image] Mar 01 00:50:24.567 INFO O| Mar 01 00:50:24.567 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97772026-03-01T00:50:24.430Z[ host-image] Mar 01 00:50:24.567 INFO O| Mar 01 00:50:24.567 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 ...
97782026-03-01T00:50:24.430Z[ host-image] Mar 01 00:50:24.567 INFO O| Mar 01 00:50:24.567 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97792026-03-01T00:50:24.430Z[ host-image] Mar 01 00:50:24.567 INFO O| Mar 01 00:50:24.567 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97802026-03-01T00:50:24.430Z[ host-image] Mar 01 00:50:24.567 INFO O| Mar 01 00:50:24.567 INFO ok!
97812026-03-01T00:50:24.430Z[ host-image] Mar 01 00:50:24.567 INFO O| Mar 01 00:50:24.567 INFO STEP 56 (ensure_file) COMPLETE
97822026-03-01T00:50:24.430Z[ host-image] Mar 01 00:50:24.567 INFO O| Mar 01 00:50:24.567 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97832026-03-01T00:50:24.430Z[ host-image] Mar 01 00:50:24.578 INFO O| Mar 01 00:50:24.578 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
97842026-03-01T00:50:24.430Z[ host-image] Mar 01 00:50:24.578 INFO O| Mar 01 00:50:24.578 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 ...
97852026-03-01T00:50:24.430Z[ host-image] Mar 01 00:50:24.578 INFO O| Mar 01 00:50:24.578 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
97862026-03-01T00:50:24.430Z[ host-image] Mar 01 00:50:24.578 INFO O| Mar 01 00:50:24.578 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97872026-03-01T00:50:24.430Z[ host-image] Mar 01 00:50:24.578 INFO O| Mar 01 00:50:24.578 INFO ok!
97882026-03-01T00:50:24.430Z[ host-image] Mar 01 00:50:24.578 INFO O| Mar 01 00:50:24.578 INFO STEP 57 (ensure_file) COMPLETE
97892026-03-01T00:50:24.430Z[ host-image] Mar 01 00:50:24.579 INFO O| Mar 01 00:50:24.578 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97902026-03-01T00:50:24.455Z[ host-image] Mar 01 00:50:24.589 INFO O| Mar 01 00:50:24.589 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
97912026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.589 INFO O| Mar 01 00:50:24.589 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 ...
97922026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.589 INFO O| Mar 01 00:50:24.589 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97932026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.589 INFO O| Mar 01 00:50:24.589 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97942026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.589 INFO O| Mar 01 00:50:24.589 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97952026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.589 INFO O| Mar 01 00:50:24.589 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97962026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.589 INFO O| Mar 01 00:50:24.589 INFO ok!
97972026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.589 INFO O| Mar 01 00:50:24.589 INFO STEP 58 (ensure_file) COMPLETE
97982026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.589 INFO O| Mar 01 00:50:24.589 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97992026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.600 INFO O| Mar 01 00:50:24.600 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
98002026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.600 INFO O| Mar 01 00:50:24.600 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 ...
98012026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.600 INFO O| Mar 01 00:50:24.600 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
98022026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.600 INFO O| Mar 01 00:50:24.600 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
98032026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.600 INFO O| Mar 01 00:50:24.600 INFO ok!
98042026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.600 INFO O| Mar 01 00:50:24.600 INFO STEP 59 (ensure_file) COMPLETE
98052026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.600 INFO O| Mar 01 00:50:24.600 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98062026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.610 INFO O| Mar 01 00:50:24.610 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
98072026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.610 INFO O| Mar 01 00:50:24.610 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
98082026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.611 INFO O| Mar 01 00:50:24.611 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98092026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.611 INFO O| Mar 01 00:50:24.611 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98102026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.611 INFO O| Mar 01 00:50:24.611 INFO ok!
98112026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.611 INFO O| Mar 01 00:50:24.611 INFO STEP 60 (ensure_file) COMPLETE
98122026-03-01T00:50:24.456Z[ host-image] Mar 01 00:50:24.611 INFO O| Mar 01 00:50:24.611 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98132026-03-01T00:50:24.481Z[ host-image] Mar 01 00:50:24.621 INFO O| Mar 01 00:50:24.621 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
98142026-03-01T00:50:24.481Z[ host-image] Mar 01 00:50:24.621 INFO O| Mar 01 00:50:24.621 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 ...
98152026-03-01T00:50:24.481Z[ host-image] Mar 01 00:50:24.622 INFO O| Mar 01 00:50:24.621 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
98162026-03-01T00:50:24.481Z[ host-image] Mar 01 00:50:24.622 INFO O| Mar 01 00:50:24.622 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
98172026-03-01T00:50:24.481Z[ host-image] Mar 01 00:50:24.622 INFO O| Mar 01 00:50:24.622 INFO ok!
98182026-03-01T00:50:24.481Z[ host-image] Mar 01 00:50:24.622 INFO O| Mar 01 00:50:24.622 INFO STEP 61 (ensure_file) COMPLETE
98192026-03-01T00:50:24.481Z[ host-image] Mar 01 00:50:24.622 INFO O| Mar 01 00:50:24.622 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98202026-03-01T00:50:24.481Z[ host-image] Mar 01 00:50:24.631 INFO O| Mar 01 00:50:24.631 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
98212026-03-01T00:50:24.481Z[ host-image] Mar 01 00:50:24.632 INFO O| Mar 01 00:50:24.631 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
98222026-03-01T00:50:24.481Z[ host-image] Mar 01 00:50:24.632 INFO O| Mar 01 00:50:24.632 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98232026-03-01T00:50:24.481Z[ host-image] Mar 01 00:50:24.632 INFO O| Mar 01 00:50:24.632 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98242026-03-01T00:50:24.481Z[ host-image] Mar 01 00:50:24.632 INFO O| Mar 01 00:50:24.632 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98252026-03-01T00:50:24.481Z[ host-image] Mar 01 00:50:24.632 INFO O| Mar 01 00:50:24.632 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98262026-03-01T00:50:24.482Z[ host-image] Mar 01 00:50:24.632 INFO O| Mar 01 00:50:24.632 INFO ok!
98272026-03-01T00:50:24.482Z[ host-image] Mar 01 00:50:24.632 INFO O| Mar 01 00:50:24.632 INFO STEP 62 (ensure_file) COMPLETE
98282026-03-01T00:50:24.482Z[ host-image] Mar 01 00:50:24.632 INFO O| Mar 01 00:50:24.632 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98292026-03-01T00:50:24.506Z[ host-image] Mar 01 00:50:24.645 INFO O| Mar 01 00:50:24.645 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
98302026-03-01T00:50:24.507Z[ host-image] Mar 01 00:50:24.646 INFO O| Mar 01 00:50:24.645 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 ...
98312026-03-01T00:50:24.507Z[ host-image] Mar 01 00:50:24.646 INFO O| Mar 01 00:50:24.646 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
98322026-03-01T00:50:24.507Z[ host-image] Mar 01 00:50:24.646 INFO O| Mar 01 00:50:24.646 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98332026-03-01T00:50:24.507Z[ host-image] Mar 01 00:50:24.646 INFO O| Mar 01 00:50:24.646 INFO ok!
98342026-03-01T00:50:24.507Z[ host-image] Mar 01 00:50:24.646 INFO O| Mar 01 00:50:24.646 INFO STEP 63 (ensure_file) COMPLETE
98352026-03-01T00:50:24.507Z[ host-image] Mar 01 00:50:24.646 INFO O| Mar 01 00:50:24.646 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98362026-03-01T00:50:24.507Z[ host-image] Mar 01 00:50:24.662 INFO O| Mar 01 00:50:24.662 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
98372026-03-01T00:50:24.507Z[ host-image] Mar 01 00:50:24.662 INFO O| Mar 01 00:50:24.662 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 ...
98382026-03-01T00:50:24.507Z[ host-image] Mar 01 00:50:24.662 INFO O| Mar 01 00:50:24.662 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
98392026-03-01T00:50:24.507Z[ host-image] Mar 01 00:50:24.662 INFO O| Mar 01 00:50:24.662 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
98402026-03-01T00:50:24.507Z[ host-image] Mar 01 00:50:24.662 INFO O| Mar 01 00:50:24.662 INFO ok!
98412026-03-01T00:50:24.507Z[ host-image] Mar 01 00:50:24.662 INFO O| Mar 01 00:50:24.662 INFO STEP 64 (ensure_file) COMPLETE
98422026-03-01T00:50:24.507Z[ host-image] Mar 01 00:50:24.662 INFO O| Mar 01 00:50:24.662 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98432026-03-01T00:50:24.532Z[ host-image] Mar 01 00:50:24.675 INFO O| Mar 01 00:50:24.675 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
98442026-03-01T00:50:24.532Z[ host-image] Mar 01 00:50:24.675 INFO O| Mar 01 00:50:24.675 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 ...
98452026-03-01T00:50:24.532Z[ host-image] Mar 01 00:50:24.676 INFO O| Mar 01 00:50:24.676 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
98462026-03-01T00:50:24.532Z[ host-image] Mar 01 00:50:24.676 INFO O| Mar 01 00:50:24.676 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98472026-03-01T00:50:24.532Z[ host-image] Mar 01 00:50:24.676 INFO O| Mar 01 00:50:24.676 INFO ok!
98482026-03-01T00:50:24.532Z[ host-image] Mar 01 00:50:24.676 INFO O| Mar 01 00:50:24.676 INFO STEP 65 (ensure_file) COMPLETE
98492026-03-01T00:50:24.532Z[ host-image] Mar 01 00:50:24.676 INFO O| Mar 01 00:50:24.676 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98502026-03-01T00:50:24.532Z[ host-image] Mar 01 00:50:24.676 INFO O| Mar 01 00:50:24.676 INFO skip step because feature "mbist" is not enabled
98512026-03-01T00:50:24.532Z[ host-image] Mar 01 00:50:24.676 INFO O| Mar 01 00:50:24.676 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98522026-03-01T00:50:24.557Z[ host-image] Mar 01 00:50:24.691 INFO O| Mar 01 00:50:24.691 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98532026-03-01T00:50:24.557Z[ host-image] Mar 01 00:50:24.691 INFO O| Mar 01 00:50:24.691 INFO STEP 67 (ensure_dir) COMPLETE
98542026-03-01T00:50:24.557Z[ host-image] Mar 01 00:50:24.691 INFO O| Mar 01 00:50:24.691 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98552026-03-01T00:50:24.557Z[ host-image] Mar 01 00:50:24.702 INFO O| Mar 01 00:50:24.702 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98562026-03-01T00:50:24.557Z[ host-image] Mar 01 00:50:24.703 INFO O| Mar 01 00:50:24.702 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98572026-03-01T00:50:24.557Z[ host-image] Mar 01 00:50:24.703 INFO O| Mar 01 00:50:24.702 INFO STEP 68 (ensure_dir) COMPLETE
98582026-03-01T00:50:24.557Z[ host-image] Mar 01 00:50:24.703 INFO O| Mar 01 00:50:24.703 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98592026-03-01T00:50:24.582Z[ host-image] Mar 01 00:50:24.719 INFO O| Mar 01 00:50:24.718 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98602026-03-01T00:50:24.582Z[ host-image] Mar 01 00:50:24.719 INFO O| Mar 01 00:50:24.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98612026-03-01T00:50:24.582Z[ host-image] Mar 01 00:50:24.719 INFO O| Mar 01 00:50:24.719 INFO STEP 69 (ensure_dir) COMPLETE
98622026-03-01T00:50:24.582Z[ host-image] Mar 01 00:50:24.719 INFO O| Mar 01 00:50:24.719 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98632026-03-01T00:50:24.582Z[ host-image] Mar 01 00:50:24.736 INFO O| Mar 01 00:50:24.736 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98642026-03-01T00:50:24.582Z[ host-image] Mar 01 00:50:24.736 INFO O| Mar 01 00:50:24.736 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98652026-03-01T00:50:25.546Z[ host-image] Mar 01 00:50:25.703 INFO O| Mar 01 00:50:25.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
98662026-03-01T00:50:25.546Z[ host-image] Mar 01 00:50:25.703 INFO O| Mar 01 00:50:25.703 INFO ok!
98672026-03-01T00:50:25.571Z[ host-image] Mar 01 00:50:25.703 INFO O| Mar 01 00:50:25.703 INFO STEP 70 (ensure_file) COMPLETE
98682026-03-01T00:50:25.572Z[ host-image] Mar 01 00:50:25.703 INFO O| Mar 01 00:50:25.703 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98692026-03-01T00:50:25.572Z[ host-image] Mar 01 00:50:25.719 INFO O| Mar 01 00:50:25.718 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
98702026-03-01T00:50:25.572Z[ host-image] Mar 01 00:50:25.719 INFO O| Mar 01 00:50:25.718 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98712026-03-01T00:50:27.193Z[ host-image] Mar 01 00:50:27.350 INFO O| Mar 01 00:50:27.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98722026-03-01T00:50:27.193Z[ host-image] Mar 01 00:50:27.350 INFO O| Mar 01 00:50:27.350 INFO ok!
98732026-03-01T00:50:27.218Z[ host-image] Mar 01 00:50:27.350 INFO O| Mar 01 00:50:27.350 INFO STEP 71 (ensure_file) COMPLETE
98742026-03-01T00:50:27.218Z[ host-image] Mar 01 00:50:27.350 INFO O| Mar 01 00:50:27.350 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98752026-03-01T00:50:27.218Z[ host-image] Mar 01 00:50:27.363 INFO O| Mar 01 00:50:27.363 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98762026-03-01T00:50:27.218Z[ host-image] Mar 01 00:50:27.363 INFO O| Mar 01 00:50:27.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98772026-03-01T00:50:27.218Z[ host-image] Mar 01 00:50:27.363 INFO O| Mar 01 00:50:27.363 INFO STEP 72 (ensure_dir) COMPLETE
98782026-03-01T00:50:27.218Z[ host-image] Mar 01 00:50:27.363 INFO O| Mar 01 00:50:27.363 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98792026-03-01T00:50:27.218Z[ host-image] Mar 01 00:50:27.373 INFO O| Mar 01 00:50:27.373 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98802026-03-01T00:50:27.218Z[ host-image] Mar 01 00:50:27.373 INFO O| Mar 01 00:50:27.373 INFO copying /tmp/.tmpCa7auJ/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 ...
98812026-03-01T00:50:27.218Z[ host-image] Mar 01 00:50:27.373 INFO O| Mar 01 00:50:27.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98822026-03-01T00:50:27.218Z[ host-image] Mar 01 00:50:27.373 INFO O| Mar 01 00:50:27.373 INFO ok!
98832026-03-01T00:50:27.218Z[ host-image] Mar 01 00:50:27.373 INFO O| Mar 01 00:50:27.373 INFO STEP 73 (ensure_file) COMPLETE
98842026-03-01T00:50:27.218Z[ host-image] Mar 01 00:50:27.373 INFO O| Mar 01 00:50:27.373 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98852026-03-01T00:50:27.243Z[ host-image] Mar 01 00:50:27.382 INFO O| Mar 01 00:50:27.382 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
98862026-03-01T00:50:27.243Z[ host-image] Mar 01 00:50:27.382 INFO O| Mar 01 00:50:27.382 INFO copying /tmp/.tmpCa7auJ/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 ...
98872026-03-01T00:50:27.243Z[ host-image] Mar 01 00:50:27.383 INFO O| Mar 01 00:50:27.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
98882026-03-01T00:50:27.243Z[ host-image] Mar 01 00:50:27.383 INFO O| Mar 01 00:50:27.383 INFO ok!
98892026-03-01T00:50:27.243Z[ host-image] Mar 01 00:50:27.383 INFO O| Mar 01 00:50:27.383 INFO STEP 74 (ensure_file) COMPLETE
98902026-03-01T00:50:27.243Z[ host-image] Mar 01 00:50:27.383 INFO O| Mar 01 00:50:27.383 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98912026-03-01T00:50:27.243Z[ host-image] Mar 01 00:50:27.392 INFO O| Mar 01 00:50:27.392 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98922026-03-01T00:50:27.243Z[ host-image] Mar 01 00:50:27.392 INFO O| Mar 01 00:50:27.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98932026-03-01T00:50:27.243Z[ host-image] Mar 01 00:50:27.392 INFO O| Mar 01 00:50:27.392 INFO STEP 75 (ensure_dir) COMPLETE
98942026-03-01T00:50:27.243Z[ host-image] Mar 01 00:50:27.392 INFO O| Mar 01 00:50:27.392 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98952026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.403 INFO O| Mar 01 00:50:27.403 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
98962026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.403 INFO O| Mar 01 00:50:27.403 INFO copying /tmp/.tmpCa7auJ/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 ...
98972026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.403 INFO O| Mar 01 00:50:27.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
98982026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.403 INFO O| Mar 01 00:50:27.403 INFO ok!
98992026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.403 INFO O| Mar 01 00:50:27.403 INFO STEP 76 (ensure_file) COMPLETE
99002026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.403 INFO O| Mar 01 00:50:27.403 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99012026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.413 INFO O| Mar 01 00:50:27.413 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
99022026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.413 INFO O| Mar 01 00:50:27.413 INFO copying /tmp/.tmpCa7auJ/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 ...
99032026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.413 INFO O| Mar 01 00:50:27.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
99042026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.413 INFO O| Mar 01 00:50:27.413 INFO ok!
99052026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.413 INFO O| Mar 01 00:50:27.413 INFO STEP 77 (ensure_file) COMPLETE
99062026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.413 INFO O| Mar 01 00:50:27.413 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.422 INFO O| Mar 01 00:50:27.422 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99082026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.422 INFO O| Mar 01 00:50:27.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99092026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.422 INFO O| Mar 01 00:50:27.422 INFO STEP 78 (ensure_dir) COMPLETE
99102026-03-01T00:50:27.269Z[ host-image] Mar 01 00:50:27.422 INFO O| Mar 01 00:50:27.422 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99112026-03-01T00:50:27.294Z[ host-image] Mar 01 00:50:27.432 INFO O| Mar 01 00:50:27.432 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
99122026-03-01T00:50:27.294Z[ host-image] Mar 01 00:50:27.432 INFO O| Mar 01 00:50:27.432 INFO copying /tmp/.tmpCa7auJ/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 ...
99132026-03-01T00:50:27.294Z[ host-image] Mar 01 00:50:27.432 INFO O| Mar 01 00:50:27.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
99142026-03-01T00:50:27.294Z[ host-image] Mar 01 00:50:27.432 INFO O| Mar 01 00:50:27.432 INFO ok!
99152026-03-01T00:50:27.294Z[ host-image] Mar 01 00:50:27.432 INFO O| Mar 01 00:50:27.432 INFO STEP 79 (ensure_file) COMPLETE
99162026-03-01T00:50:27.294Z[ host-image] Mar 01 00:50:27.432 INFO O| Mar 01 00:50:27.432 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99172026-03-01T00:50:27.294Z[ host-image] Mar 01 00:50:27.442 INFO O| Mar 01 00:50:27.442 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
99182026-03-01T00:50:27.294Z[ host-image] Mar 01 00:50:27.442 INFO O| Mar 01 00:50:27.442 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
99192026-03-01T00:50:27.294Z[ host-image] Mar 01 00:50:27.442 INFO O| Mar 01 00:50:27.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
99202026-03-01T00:50:27.294Z[ host-image] Mar 01 00:50:27.442 INFO O| Mar 01 00:50:27.442 INFO ok!
99212026-03-01T00:50:27.294Z[ host-image] Mar 01 00:50:27.442 INFO O| Mar 01 00:50:27.442 INFO STEP 80 (ensure_file) COMPLETE
99222026-03-01T00:50:27.295Z[ host-image] Mar 01 00:50:27.442 INFO O| Mar 01 00:50:27.442 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99232026-03-01T00:50:27.320Z[ host-image] Mar 01 00:50:27.455 INFO O| Mar 01 00:50:27.455 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99242026-03-01T00:50:27.320Z[ host-image] Mar 01 00:50:27.455 INFO O| Mar 01 00:50:27.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99252026-03-01T00:50:27.320Z[ host-image] Mar 01 00:50:27.455 INFO O| Mar 01 00:50:27.455 INFO STEP 81 (ensure_dir) COMPLETE
99262026-03-01T00:50:27.320Z[ host-image] Mar 01 00:50:27.455 INFO O| Mar 01 00:50:27.455 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99272026-03-01T00:50:27.320Z[ host-image] Mar 01 00:50:27.468 INFO O| Mar 01 00:50:27.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
99282026-03-01T00:50:27.320Z[ host-image] Mar 01 00:50:27.468 INFO O| Mar 01 00:50:27.468 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
99292026-03-01T00:50:28.790Z[ host-image] Mar 01 00:50:28.947 INFO O| Mar 01 00:50:28.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
99302026-03-01T00:50:28.790Z[ host-image] Mar 01 00:50:28.947 INFO O| Mar 01 00:50:28.947 INFO ok!
99312026-03-01T00:50:28.790Z[ host-image] Mar 01 00:50:28.947 INFO O| Mar 01 00:50:28.947 INFO STEP 82 (ensure_file) COMPLETE
99322026-03-01T00:50:28.815Z[ host-image] Mar 01 00:50:28.947 INFO O| Mar 01 00:50:28.947 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99332026-03-01T00:50:28.815Z[ host-image] Mar 01 00:50:28.962 INFO O| Mar 01 00:50:28.962 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
99342026-03-01T00:50:28.815Z[ host-image] Mar 01 00:50:28.962 INFO O| Mar 01 00:50:28.962 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
99352026-03-01T00:50:29.686Z[ host-image] Mar 01 00:50:29.843 INFO O| Mar 01 00:50:29.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
99362026-03-01T00:50:29.686Z[ host-image] Mar 01 00:50:29.843 INFO O| Mar 01 00:50:29.843 INFO ok!
99372026-03-01T00:50:29.711Z[ host-image] Mar 01 00:50:29.843 INFO O| Mar 01 00:50:29.843 INFO STEP 83 (ensure_file) COMPLETE
99382026-03-01T00:50:29.711Z[ host-image] Mar 01 00:50:29.843 INFO O| Mar 01 00:50:29.843 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99392026-03-01T00:50:29.711Z[ host-image] Mar 01 00:50:29.859 INFO O| Mar 01 00:50:29.859 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
99402026-03-01T00:50:29.711Z[ host-image] Mar 01 00:50:29.859 INFO O| Mar 01 00:50:29.859 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
99412026-03-01T00:50:33.459Z[ host-image] Mar 01 00:50:33.617 INFO O| Mar 01 00:50:33.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
99422026-03-01T00:50:33.459Z[ host-image] Mar 01 00:50:33.617 INFO O| Mar 01 00:50:33.617 INFO ok!
99432026-03-01T00:50:33.459Z[ host-image] Mar 01 00:50:33.617 INFO O| Mar 01 00:50:33.617 INFO STEP 84 (ensure_file) COMPLETE
99442026-03-01T00:50:33.484Z[ host-image] Mar 01 00:50:33.617 INFO O| Mar 01 00:50:33.617 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99452026-03-01T00:50:33.485Z[ host-image] Mar 01 00:50:33.630 INFO O| Mar 01 00:50:33.629 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99462026-03-01T00:50:33.485Z[ host-image] Mar 01 00:50:33.630 INFO O| Mar 01 00:50:33.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99472026-03-01T00:50:33.485Z[ host-image] Mar 01 00:50:33.630 INFO O| Mar 01 00:50:33.630 INFO STEP 85 (ensure_dir) COMPLETE
99482026-03-01T00:50:33.485Z[ host-image] Mar 01 00:50:33.630 INFO O| Mar 01 00:50:33.630 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99492026-03-01T00:50:33.510Z[ host-image] Mar 01 00:50:33.642 INFO O| Mar 01 00:50:33.642 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
99502026-03-01T00:50:33.510Z[ host-image] Mar 01 00:50:33.642 INFO O| Mar 01 00:50:33.642 INFO copying /tmp/.tmpCa7auJ/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 ...
99512026-03-01T00:50:33.510Z[ host-image] Mar 01 00:50:33.642 INFO O| Mar 01 00:50:33.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
99522026-03-01T00:50:33.510Z[ host-image] Mar 01 00:50:33.643 INFO O| Mar 01 00:50:33.642 INFO ok!
99532026-03-01T00:50:33.510Z[ host-image] Mar 01 00:50:33.643 INFO O| Mar 01 00:50:33.642 INFO STEP 86 (ensure_file) COMPLETE
99542026-03-01T00:50:33.510Z[ host-image] Mar 01 00:50:33.643 INFO O| Mar 01 00:50:33.642 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99552026-03-01T00:50:33.510Z[ host-image] Mar 01 00:50:33.657 INFO O| Mar 01 00:50:33.657 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
99562026-03-01T00:50:33.510Z[ host-image] Mar 01 00:50:33.657 INFO O| Mar 01 00:50:33.657 INFO copying /tmp/.tmpCa7auJ/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 ...
99572026-03-01T00:50:33.510Z[ host-image] Mar 01 00:50:33.657 INFO O| Mar 01 00:50:33.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
99582026-03-01T00:50:33.510Z[ host-image] Mar 01 00:50:33.657 INFO O| Mar 01 00:50:33.657 INFO ok!
99592026-03-01T00:50:33.510Z[ host-image] Mar 01 00:50:33.657 INFO O| Mar 01 00:50:33.657 INFO STEP 87 (ensure_file) COMPLETE
99602026-03-01T00:50:33.510Z[ host-image] Mar 01 00:50:33.657 INFO O| Mar 01 00:50:33.657 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99612026-03-01T00:50:33.535Z[ host-image] Mar 01 00:50:33.671 INFO O| Mar 01 00:50:33.671 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
99622026-03-01T00:50:33.535Z[ host-image] Mar 01 00:50:33.672 INFO O| Mar 01 00:50:33.671 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
99632026-03-01T00:50:33.535Z[ host-image] Mar 01 00:50:33.672 INFO O| Mar 01 00:50:33.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
99642026-03-01T00:50:33.535Z[ host-image] Mar 01 00:50:33.672 INFO O| Mar 01 00:50:33.672 INFO ok!
99652026-03-01T00:50:33.535Z[ host-image] Mar 01 00:50:33.672 INFO O| Mar 01 00:50:33.672 INFO STEP 88 (ensure_file) COMPLETE
99662026-03-01T00:50:33.535Z[ host-image] Mar 01 00:50:33.672 INFO O| Mar 01 00:50:33.672 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99672026-03-01T00:50:33.535Z[ host-image] Mar 01 00:50:33.686 INFO O| Mar 01 00:50:33.686 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
99682026-03-01T00:50:33.535Z[ host-image] Mar 01 00:50:33.686 INFO O| Mar 01 00:50:33.686 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
99692026-03-01T00:50:33.535Z[ host-image] Mar 01 00:50:33.686 INFO O| Mar 01 00:50:33.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
99702026-03-01T00:50:33.535Z[ host-image] Mar 01 00:50:33.686 INFO O| Mar 01 00:50:33.686 INFO ok!
99712026-03-01T00:50:33.535Z[ host-image] Mar 01 00:50:33.686 INFO O| Mar 01 00:50:33.686 INFO STEP 89 (ensure_file) COMPLETE
99722026-03-01T00:50:33.535Z[ host-image] Mar 01 00:50:33.686 INFO O| Mar 01 00:50:33.686 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99732026-03-01T00:50:33.561Z[ host-image] Mar 01 00:50:33.699 INFO O| Mar 01 00:50:33.699 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99742026-03-01T00:50:33.561Z[ host-image] Mar 01 00:50:33.699 INFO O| Mar 01 00:50:33.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99752026-03-01T00:50:33.561Z[ host-image] Mar 01 00:50:33.699 INFO O| Mar 01 00:50:33.699 INFO STEP 90 (ensure_dir) COMPLETE
99762026-03-01T00:50:33.561Z[ host-image] Mar 01 00:50:33.699 INFO O| Mar 01 00:50:33.699 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99772026-03-01T00:50:33.561Z[ host-image] Mar 01 00:50:33.710 INFO O| Mar 01 00:50:33.710 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
99782026-03-01T00:50:33.561Z[ host-image] Mar 01 00:50:33.710 INFO O| Mar 01 00:50:33.710 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
99792026-03-01T00:50:33.586Z[ host-image] Mar 01 00:50:33.718 INFO O| Mar 01 00:50:33.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
99802026-03-01T00:50:33.586Z[ host-image] Mar 01 00:50:33.718 INFO O| Mar 01 00:50:33.718 INFO ok!
99812026-03-01T00:50:33.586Z[ host-image] Mar 01 00:50:33.718 INFO O| Mar 01 00:50:33.718 INFO STEP 91 (ensure_file) COMPLETE
99822026-03-01T00:50:33.586Z[ host-image] Mar 01 00:50:33.718 INFO O| Mar 01 00:50:33.718 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99832026-03-01T00:50:33.586Z[ host-image] Mar 01 00:50:33.734 INFO O| Mar 01 00:50:33.734 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
99842026-03-01T00:50:33.586Z[ host-image] Mar 01 00:50:33.734 INFO O| Mar 01 00:50:33.734 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
99852026-03-01T00:50:33.586Z[ host-image] Mar 01 00:50:33.735 INFO O| Mar 01 00:50:33.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
99862026-03-01T00:50:33.586Z[ host-image] Mar 01 00:50:33.735 INFO O| Mar 01 00:50:33.735 INFO ok!
99872026-03-01T00:50:33.586Z[ host-image] Mar 01 00:50:33.735 INFO O| Mar 01 00:50:33.735 INFO STEP 92 (ensure_file) COMPLETE
99882026-03-01T00:50:33.586Z[ host-image] Mar 01 00:50:33.735 INFO O| Mar 01 00:50:33.735 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99892026-03-01T00:50:33.611Z[ host-image] Mar 01 00:50:33.747 INFO O| Mar 01 00:50:33.747 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
99902026-03-01T00:50:33.611Z[ host-image] Mar 01 00:50:33.747 INFO O| Mar 01 00:50:33.747 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
99912026-03-01T00:50:36.984Z[ host-image] Mar 01 00:50:37.142 INFO O| Mar 01 00:50:37.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
99922026-03-01T00:50:36.984Z[ host-image] Mar 01 00:50:37.142 INFO O| Mar 01 00:50:37.142 INFO ok!
99932026-03-01T00:50:37.010Z[ host-image] Mar 01 00:50:37.142 INFO O| Mar 01 00:50:37.142 INFO STEP 93 (ensure_file) COMPLETE
99942026-03-01T00:50:37.010Z[ host-image] Mar 01 00:50:37.142 INFO O| Mar 01 00:50:37.142 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99952026-03-01T00:50:37.010Z[ host-image] Mar 01 00:50:37.158 INFO O| Mar 01 00:50:37.157 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99962026-03-01T00:50:37.010Z[ host-image] Mar 01 00:50:37.158 INFO O| Mar 01 00:50:37.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99972026-03-01T00:50:37.010Z[ host-image] Mar 01 00:50:37.158 INFO O| Mar 01 00:50:37.158 INFO STEP 94 (ensure_dir) COMPLETE
99982026-03-01T00:50:37.010Z[ host-image] Mar 01 00:50:37.158 INFO O| Mar 01 00:50:37.158 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99992026-03-01T00:50:37.035Z[ host-image] Mar 01 00:50:37.173 INFO O| Mar 01 00:50:37.173 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100002026-03-01T00:50:37.035Z[ host-image] Mar 01 00:50:37.174 INFO O| Mar 01 00:50:37.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100012026-03-01T00:50:37.035Z[ host-image] Mar 01 00:50:37.174 INFO O| Mar 01 00:50:37.174 INFO STEP 95 (ensure_dir) COMPLETE
100022026-03-01T00:50:37.035Z[ host-image] Mar 01 00:50:37.174 INFO O| Mar 01 00:50:37.174 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100032026-03-01T00:50:37.035Z[ host-image] Mar 01 00:50:37.188 INFO O| Mar 01 00:50:37.188 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100042026-03-01T00:50:37.035Z[ host-image] Mar 01 00:50:37.188 INFO O| Mar 01 00:50:37.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100052026-03-01T00:50:37.035Z[ host-image] Mar 01 00:50:37.188 INFO O| Mar 01 00:50:37.188 INFO STEP 96 (ensure_dir) COMPLETE
100062026-03-01T00:50:37.035Z[ host-image] Mar 01 00:50:37.188 INFO O| Mar 01 00:50:37.188 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100072026-03-01T00:50:37.060Z[ host-image] Mar 01 00:50:37.202 INFO O| Mar 01 00:50:37.202 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100082026-03-01T00:50:37.061Z[ host-image] Mar 01 00:50:37.202 INFO O| Mar 01 00:50:37.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100092026-03-01T00:50:37.061Z[ host-image] Mar 01 00:50:37.202 INFO O| Mar 01 00:50:37.202 INFO STEP 97 (ensure_dir) COMPLETE
100102026-03-01T00:50:37.061Z[ host-image] Mar 01 00:50:37.202 INFO O| Mar 01 00:50:37.202 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100112026-03-01T00:50:37.061Z[ host-image] Mar 01 00:50:37.215 INFO O| Mar 01 00:50:37.215 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100122026-03-01T00:50:37.061Z[ host-image] Mar 01 00:50:37.215 INFO O| Mar 01 00:50:37.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100132026-03-01T00:50:37.061Z[ host-image] Mar 01 00:50:37.215 INFO O| Mar 01 00:50:37.215 INFO STEP 98 (ensure_dir) COMPLETE
100142026-03-01T00:50:37.061Z[ host-image] Mar 01 00:50:37.215 INFO O| Mar 01 00:50:37.215 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100152026-03-01T00:50:37.086Z[ host-image] Mar 01 00:50:37.228 INFO O| Mar 01 00:50:37.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
100162026-03-01T00:50:37.086Z[ host-image] Mar 01 00:50:37.228 INFO O| Mar 01 00:50:37.228 INFO copying /tmp/.tmpCa7auJ/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 ...
100172026-03-01T00:50:37.086Z[ host-image] Mar 01 00:50:37.228 INFO O| Mar 01 00:50:37.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
100182026-03-01T00:50:37.086Z[ host-image] Mar 01 00:50:37.228 INFO O| Mar 01 00:50:37.228 INFO ok!
100192026-03-01T00:50:37.086Z[ host-image] Mar 01 00:50:37.228 INFO O| Mar 01 00:50:37.228 INFO STEP 99 (ensure_file) COMPLETE
100202026-03-01T00:50:37.086Z[ host-image] Mar 01 00:50:37.228 INFO O| Mar 01 00:50:37.228 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100212026-03-01T00:50:37.086Z[ host-image] Mar 01 00:50:37.240 INFO O| Mar 01 00:50:37.240 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100222026-03-01T00:50:37.086Z[ host-image] Mar 01 00:50:37.241 INFO O| Mar 01 00:50:37.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100232026-03-01T00:50:37.086Z[ host-image] Mar 01 00:50:37.241 INFO O| Mar 01 00:50:37.241 INFO STEP 100 (ensure_dir) COMPLETE
100242026-03-01T00:50:37.086Z[ host-image] Mar 01 00:50:37.241 INFO O| Mar 01 00:50:37.241 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100252026-03-01T00:50:37.111Z[ host-image] Mar 01 00:50:37.255 INFO O| Mar 01 00:50:37.255 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
100262026-03-01T00:50:37.111Z[ host-image] Mar 01 00:50:37.255 INFO O| Mar 01 00:50:37.255 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
100272026-03-01T00:50:37.743Z[ host-image] Mar 01 00:50:37.901 INFO O| Mar 01 00:50:37.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
100282026-03-01T00:50:37.743Z[ host-image] Mar 01 00:50:37.901 INFO O| Mar 01 00:50:37.901 INFO ok!
100292026-03-01T00:50:37.743Z[ host-image] Mar 01 00:50:37.901 INFO O| Mar 01 00:50:37.901 INFO STEP 101 (ensure_file) COMPLETE
100302026-03-01T00:50:37.769Z[ host-image] Mar 01 00:50:37.901 INFO O| Mar 01 00:50:37.901 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100312026-03-01T00:50:37.769Z[ host-image] Mar 01 00:50:37.916 INFO O| Mar 01 00:50:37.915 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
100322026-03-01T00:50:37.769Z[ host-image] Mar 01 00:50:37.916 INFO O| Mar 01 00:50:37.915 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
100332026-03-01T00:50:37.769Z[ host-image] Mar 01 00:50:37.916 INFO O| Mar 01 00:50:37.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
100342026-03-01T00:50:37.769Z[ host-image] Mar 01 00:50:37.916 INFO O| Mar 01 00:50:37.916 INFO ok!
100352026-03-01T00:50:37.769Z[ host-image] Mar 01 00:50:37.916 INFO O| Mar 01 00:50:37.916 INFO STEP 102 (ensure_file) COMPLETE
100362026-03-01T00:50:37.769Z[ host-image] Mar 01 00:50:37.916 INFO O| Mar 01 00:50:37.916 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100372026-03-01T00:50:37.795Z[ host-image] Mar 01 00:50:37.927 INFO O| Mar 01 00:50:37.927 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
100382026-03-01T00:50:37.795Z[ host-image] Mar 01 00:50:37.927 INFO O| Mar 01 00:50:37.927 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
100392026-03-01T00:50:37.795Z[ host-image] Mar 01 00:50:37.946 INFO O| Mar 01 00:50:37.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
100402026-03-01T00:50:37.795Z[ host-image] Mar 01 00:50:37.946 INFO O| Mar 01 00:50:37.946 INFO ok!
100412026-03-01T00:50:37.795Z[ host-image] Mar 01 00:50:37.946 INFO O| Mar 01 00:50:37.946 INFO STEP 103 (ensure_file) COMPLETE
100422026-03-01T00:50:37.795Z[ host-image] Mar 01 00:50:37.946 INFO O| Mar 01 00:50:37.946 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100432026-03-01T00:50:37.820Z[ host-image] Mar 01 00:50:37.961 INFO O| Mar 01 00:50:37.961 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
100442026-03-01T00:50:37.820Z[ host-image] Mar 01 00:50:37.961 INFO O| Mar 01 00:50:37.961 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
100452026-03-01T00:50:37.820Z[ host-image] Mar 01 00:50:37.961 INFO O| Mar 01 00:50:37.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
100462026-03-01T00:50:37.820Z[ host-image] Mar 01 00:50:37.961 INFO O| Mar 01 00:50:37.961 INFO ok!
100472026-03-01T00:50:37.820Z[ host-image] Mar 01 00:50:37.961 INFO O| Mar 01 00:50:37.961 INFO STEP 104 (ensure_file) COMPLETE
100482026-03-01T00:50:37.820Z[ host-image] Mar 01 00:50:37.961 INFO O| Mar 01 00:50:37.961 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100492026-03-01T00:50:37.820Z[ host-image] Mar 01 00:50:37.977 INFO O| Mar 01 00:50:37.977 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
100502026-03-01T00:50:37.820Z[ host-image] Mar 01 00:50:37.977 INFO O| Mar 01 00:50:37.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
100512026-03-01T00:50:37.820Z[ host-image] Mar 01 00:50:37.977 INFO O| Mar 01 00:50:37.977 INFO STEP 105 (ensure_dir) COMPLETE
100522026-03-01T00:50:37.820Z[ host-image] Mar 01 00:50:37.977 INFO O| Mar 01 00:50:37.977 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100532026-03-01T00:50:37.845Z[ host-image] Mar 01 00:50:37.989 INFO O| Mar 01 00:50:37.988 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
100542026-03-01T00:50:37.845Z[ host-image] Mar 01 00:50:37.989 INFO O| Mar 01 00:50:37.988 INFO copying /tmp/.tmpCa7auJ/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 ...
100552026-03-01T00:50:38.521Z[ host-image] Mar 01 00:50:38.679 INFO O| Mar 01 00:50:38.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
100562026-03-01T00:50:38.521Z[ host-image] Mar 01 00:50:38.679 INFO O| Mar 01 00:50:38.679 INFO ok!
100572026-03-01T00:50:38.546Z[ host-image] Mar 01 00:50:38.679 INFO O| Mar 01 00:50:38.679 INFO STEP 106 (ensure_file) COMPLETE
100582026-03-01T00:50:38.546Z[ host-image] Mar 01 00:50:38.679 INFO O| Mar 01 00:50:38.679 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100592026-03-01T00:50:38.546Z[ host-image] Mar 01 00:50:38.696 INFO O| Mar 01 00:50:38.696 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
100602026-03-01T00:50:38.546Z[ host-image] Mar 01 00:50:38.696 INFO O| Mar 01 00:50:38.696 INFO copying /tmp/.tmpCa7auJ/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 ...
100612026-03-01T00:50:38.546Z[ host-image] Mar 01 00:50:38.696 INFO O| Mar 01 00:50:38.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
100622026-03-01T00:50:38.546Z[ host-image] Mar 01 00:50:38.696 INFO O| Mar 01 00:50:38.696 INFO ok!
100632026-03-01T00:50:38.547Z[ host-image] Mar 01 00:50:38.696 INFO O| Mar 01 00:50:38.696 INFO STEP 107 (ensure_file) COMPLETE
100642026-03-01T00:50:38.547Z[ host-image] Mar 01 00:50:38.696 INFO O| Mar 01 00:50:38.696 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100652026-03-01T00:50:38.573Z[ host-image] Mar 01 00:50:38.712 INFO O| Mar 01 00:50:38.712 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
100662026-03-01T00:50:38.573Z[ host-image] Mar 01 00:50:38.712 INFO O| Mar 01 00:50:38.712 INFO copying /tmp/.tmpCa7auJ/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 ...
100672026-03-01T00:50:38.573Z[ host-image] Mar 01 00:50:38.712 INFO O| Mar 01 00:50:38.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
100682026-03-01T00:50:38.573Z[ host-image] Mar 01 00:50:38.712 INFO O| Mar 01 00:50:38.712 INFO ok!
100692026-03-01T00:50:38.573Z[ host-image] Mar 01 00:50:38.712 INFO O| Mar 01 00:50:38.712 INFO STEP 108 (ensure_file) COMPLETE
100702026-03-01T00:50:38.573Z[ host-image] Mar 01 00:50:38.712 INFO O| Mar 01 00:50:38.712 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100712026-03-01T00:50:38.573Z[ host-image] Mar 01 00:50:38.728 INFO O| Mar 01 00:50:38.728 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
100722026-03-01T00:50:38.573Z[ host-image] Mar 01 00:50:38.728 INFO O| Mar 01 00:50:38.728 INFO copying /tmp/.tmpCa7auJ/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 ...
100732026-03-01T00:50:38.573Z[ host-image] Mar 01 00:50:38.728 INFO O| Mar 01 00:50:38.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
100742026-03-01T00:50:38.573Z[ host-image] Mar 01 00:50:38.728 INFO O| Mar 01 00:50:38.728 INFO ok!
100752026-03-01T00:50:38.573Z[ host-image] Mar 01 00:50:38.728 INFO O| Mar 01 00:50:38.728 INFO STEP 109 (ensure_file) COMPLETE
100762026-03-01T00:50:38.573Z[ host-image] Mar 01 00:50:38.728 INFO O| Mar 01 00:50:38.728 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100772026-03-01T00:50:38.599Z[ host-image] Mar 01 00:50:38.741 INFO O| Mar 01 00:50:38.741 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
100782026-03-01T00:50:38.599Z[ host-image] Mar 01 00:50:38.741 INFO O| Mar 01 00:50:38.741 INFO copying /tmp/.tmpCa7auJ/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 ...
100792026-03-01T00:50:38.599Z[ host-image] Mar 01 00:50:38.741 INFO O| Mar 01 00:50:38.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
100802026-03-01T00:50:38.599Z[ host-image] Mar 01 00:50:38.741 INFO O| Mar 01 00:50:38.741 INFO ok!
100812026-03-01T00:50:38.599Z[ host-image] Mar 01 00:50:38.741 INFO O| Mar 01 00:50:38.741 INFO STEP 110 (ensure_file) COMPLETE
100822026-03-01T00:50:38.599Z[ host-image] Mar 01 00:50:38.741 INFO O| Mar 01 00:50:38.741 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100832026-03-01T00:50:38.599Z[ host-image] Mar 01 00:50:38.751 INFO O| Mar 01 00:50:38.751 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
100842026-03-01T00:50:38.599Z[ host-image] Mar 01 00:50:38.751 INFO O| Mar 01 00:50:38.751 INFO copying /tmp/.tmpCa7auJ/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 ...
100852026-03-01T00:50:38.599Z[ host-image] Mar 01 00:50:38.751 INFO O| Mar 01 00:50:38.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
100862026-03-01T00:50:38.599Z[ host-image] Mar 01 00:50:38.751 INFO O| Mar 01 00:50:38.751 INFO ok!
100872026-03-01T00:50:38.599Z[ host-image] Mar 01 00:50:38.751 INFO O| Mar 01 00:50:38.751 INFO STEP 111 (ensure_file) COMPLETE
100882026-03-01T00:50:38.599Z[ host-image] Mar 01 00:50:38.751 INFO O| Mar 01 00:50:38.751 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100892026-03-01T00:50:38.625Z[ host-image] Mar 01 00:50:38.764 INFO O| Mar 01 00:50:38.764 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
100902026-03-01T00:50:38.625Z[ host-image] Mar 01 00:50:38.764 INFO O| Mar 01 00:50:38.764 INFO copying /tmp/.tmpCa7auJ/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 ...
100912026-03-01T00:50:38.625Z[ host-image] Mar 01 00:50:38.764 INFO O| Mar 01 00:50:38.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
100922026-03-01T00:50:38.625Z[ host-image] Mar 01 00:50:38.764 INFO O| Mar 01 00:50:38.764 INFO ok!
100932026-03-01T00:50:38.625Z[ host-image] Mar 01 00:50:38.764 INFO O| Mar 01 00:50:38.764 INFO STEP 112 (ensure_file) COMPLETE
100942026-03-01T00:50:38.625Z[ host-image] Mar 01 00:50:38.764 INFO O| Mar 01 00:50:38.764 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100952026-03-01T00:50:38.625Z[ host-image] Mar 01 00:50:38.774 INFO O| Mar 01 00:50:38.774 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
100962026-03-01T00:50:38.625Z[ host-image] Mar 01 00:50:38.774 INFO O| Mar 01 00:50:38.774 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
100972026-03-01T00:50:38.625Z[ host-image] Mar 01 00:50:38.774 INFO O| Mar 01 00:50:38.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
100982026-03-01T00:50:38.625Z[ host-image] Mar 01 00:50:38.774 INFO O| Mar 01 00:50:38.774 INFO ok!
100992026-03-01T00:50:38.625Z[ host-image] Mar 01 00:50:38.774 INFO O| Mar 01 00:50:38.774 INFO STEP 113 (ensure_file) COMPLETE
101002026-03-01T00:50:38.625Z[ host-image] Mar 01 00:50:38.774 INFO O| Mar 01 00:50:38.774 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101012026-03-01T00:50:38.650Z[ host-image] Mar 01 00:50:38.787 INFO O| Mar 01 00:50:38.787 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
101022026-03-01T00:50:38.650Z[ host-image] Mar 01 00:50:38.787 INFO O| Mar 01 00:50:38.787 INFO copying /tmp/.tmpCa7auJ/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 ...
101032026-03-01T00:50:38.650Z[ host-image] Mar 01 00:50:38.787 INFO O| Mar 01 00:50:38.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
101042026-03-01T00:50:38.650Z[ host-image] Mar 01 00:50:38.787 INFO O| Mar 01 00:50:38.787 INFO ok!
101052026-03-01T00:50:38.650Z[ host-image] Mar 01 00:50:38.787 INFO O| Mar 01 00:50:38.787 INFO STEP 114 (ensure_file) COMPLETE
101062026-03-01T00:50:38.650Z[ host-image] Mar 01 00:50:38.787 INFO O| Mar 01 00:50:38.787 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101072026-03-01T00:50:38.650Z[ host-image] Mar 01 00:50:38.797 INFO O| Mar 01 00:50:38.797 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
101082026-03-01T00:50:38.651Z[ host-image] Mar 01 00:50:38.797 INFO O| Mar 01 00:50:38.797 INFO copying /tmp/.tmpCa7auJ/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 ...
101092026-03-01T00:50:38.651Z[ host-image] Mar 01 00:50:38.797 INFO O| Mar 01 00:50:38.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
101102026-03-01T00:50:38.651Z[ host-image] Mar 01 00:50:38.797 INFO O| Mar 01 00:50:38.797 INFO ok!
101112026-03-01T00:50:38.651Z[ host-image] Mar 01 00:50:38.797 INFO O| Mar 01 00:50:38.797 INFO STEP 115 (ensure_file) COMPLETE
101122026-03-01T00:50:38.651Z[ host-image] Mar 01 00:50:38.797 INFO O| Mar 01 00:50:38.797 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101132026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.809 INFO O| Mar 01 00:50:38.809 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
101142026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.809 INFO O| Mar 01 00:50:38.809 INFO copying /tmp/.tmpCa7auJ/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 ...
101152026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.809 INFO O| Mar 01 00:50:38.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
101162026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.809 INFO O| Mar 01 00:50:38.809 INFO ok!
101172026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.809 INFO O| Mar 01 00:50:38.809 INFO STEP 116 (ensure_file) COMPLETE
101182026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.809 INFO O| Mar 01 00:50:38.809 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.819 INFO O| Mar 01 00:50:38.819 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
101202026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.819 INFO O| Mar 01 00:50:38.819 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
101212026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.819 INFO O| Mar 01 00:50:38.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
101222026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.819 INFO O| Mar 01 00:50:38.819 INFO ok!
101232026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.819 INFO O| Mar 01 00:50:38.819 INFO STEP 117 (ensure_file) COMPLETE
101242026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.819 INFO O| Mar 01 00:50:38.819 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101252026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.829 INFO O| Mar 01 00:50:38.829 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
101262026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.829 INFO O| Mar 01 00:50:38.829 INFO copying /tmp/.tmpCa7auJ/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 ...
101272026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.829 INFO O| Mar 01 00:50:38.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
101282026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.829 INFO O| Mar 01 00:50:38.829 INFO ok!
101292026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.829 INFO O| Mar 01 00:50:38.829 INFO STEP 118 (ensure_file) COMPLETE
101302026-03-01T00:50:38.676Z[ host-image] Mar 01 00:50:38.829 INFO O| Mar 01 00:50:38.829 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101312026-03-01T00:50:38.701Z[ host-image] Mar 01 00:50:38.838 INFO O| Mar 01 00:50:38.838 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
101322026-03-01T00:50:38.701Z[ host-image] Mar 01 00:50:38.838 INFO O| Mar 01 00:50:38.838 INFO copying /tmp/.tmpCa7auJ/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 ...
101332026-03-01T00:50:38.701Z[ host-image] Mar 01 00:50:38.839 INFO O| Mar 01 00:50:38.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
101342026-03-01T00:50:38.702Z[ host-image] Mar 01 00:50:38.839 INFO O| Mar 01 00:50:38.839 INFO ok!
101352026-03-01T00:50:38.702Z[ host-image] Mar 01 00:50:38.839 INFO O| Mar 01 00:50:38.839 INFO STEP 119 (ensure_file) COMPLETE
101362026-03-01T00:50:38.702Z[ host-image] Mar 01 00:50:38.839 INFO O| Mar 01 00:50:38.839 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101372026-03-01T00:50:38.702Z[ host-image] Mar 01 00:50:38.848 INFO O| Mar 01 00:50:38.848 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
101382026-03-01T00:50:38.702Z[ host-image] Mar 01 00:50:38.848 INFO O| Mar 01 00:50:38.848 INFO copying /tmp/.tmpCa7auJ/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 ...
101392026-03-01T00:50:38.702Z[ host-image] Mar 01 00:50:38.848 INFO O| Mar 01 00:50:38.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
101402026-03-01T00:50:38.702Z[ host-image] Mar 01 00:50:38.849 INFO O| Mar 01 00:50:38.848 INFO ok!
101412026-03-01T00:50:38.702Z[ host-image] Mar 01 00:50:38.849 INFO O| Mar 01 00:50:38.848 INFO STEP 120 (ensure_file) COMPLETE
101422026-03-01T00:50:38.702Z[ host-image] Mar 01 00:50:38.849 INFO O| Mar 01 00:50:38.848 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101432026-03-01T00:50:38.702Z[ host-image] Mar 01 00:50:38.858 INFO O| Mar 01 00:50:38.858 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
101442026-03-01T00:50:38.702Z[ host-image] Mar 01 00:50:38.858 INFO O| Mar 01 00:50:38.858 INFO copying /tmp/.tmpCa7auJ/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 ...
101452026-03-01T00:50:38.702Z[ host-image] Mar 01 00:50:38.858 INFO O| Mar 01 00:50:38.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
101462026-03-01T00:50:38.702Z[ host-image] Mar 01 00:50:38.858 INFO O| Mar 01 00:50:38.858 INFO ok!
101472026-03-01T00:50:38.702Z[ host-image] Mar 01 00:50:38.858 INFO O| Mar 01 00:50:38.858 INFO STEP 121 (ensure_file) COMPLETE
101482026-03-01T00:50:38.702Z[ host-image] Mar 01 00:50:38.858 INFO O| Mar 01 00:50:38.858 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101492026-03-01T00:50:38.727Z[ host-image] Mar 01 00:50:38.868 INFO O| Mar 01 00:50:38.868 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
101502026-03-01T00:50:38.727Z[ host-image] Mar 01 00:50:38.868 INFO O| Mar 01 00:50:38.868 INFO copying /tmp/.tmpCa7auJ/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 ...
101512026-03-01T00:50:38.727Z[ host-image] Mar 01 00:50:38.868 INFO O| Mar 01 00:50:38.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
101522026-03-01T00:50:38.727Z[ host-image] Mar 01 00:50:38.868 INFO O| Mar 01 00:50:38.868 INFO ok!
101532026-03-01T00:50:38.727Z[ host-image] Mar 01 00:50:38.868 INFO O| Mar 01 00:50:38.868 INFO STEP 122 (ensure_file) COMPLETE
101542026-03-01T00:50:38.727Z[ host-image] Mar 01 00:50:38.868 INFO O| Mar 01 00:50:38.868 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101552026-03-01T00:50:38.727Z[ host-image] Mar 01 00:50:38.881 INFO O| Mar 01 00:50:38.881 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
101562026-03-01T00:50:38.727Z[ host-image] Mar 01 00:50:38.881 INFO O| Mar 01 00:50:38.881 INFO copying /tmp/.tmpCa7auJ/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 ...
101572026-03-01T00:50:38.727Z[ host-image] Mar 01 00:50:38.881 INFO O| Mar 01 00:50:38.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
101582026-03-01T00:50:38.727Z[ host-image] Mar 01 00:50:38.881 INFO O| Mar 01 00:50:38.881 INFO ok!
101592026-03-01T00:50:38.727Z[ host-image] Mar 01 00:50:38.881 INFO O| Mar 01 00:50:38.881 INFO STEP 123 (ensure_file) COMPLETE
101602026-03-01T00:50:38.727Z[ host-image] Mar 01 00:50:38.881 INFO O| Mar 01 00:50:38.881 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612026-03-01T00:50:38.752Z[ host-image] Mar 01 00:50:38.896 INFO O| Mar 01 00:50:38.896 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
101622026-03-01T00:50:38.752Z[ host-image] Mar 01 00:50:38.896 INFO O| Mar 01 00:50:38.896 INFO copying /tmp/.tmpCa7auJ/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 ...
101632026-03-01T00:50:38.753Z[ host-image] Mar 01 00:50:38.896 INFO O| Mar 01 00:50:38.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
101642026-03-01T00:50:38.753Z[ host-image] Mar 01 00:50:38.896 INFO O| Mar 01 00:50:38.896 INFO ok!
101652026-03-01T00:50:38.753Z[ host-image] Mar 01 00:50:38.896 INFO O| Mar 01 00:50:38.896 INFO STEP 124 (ensure_file) COMPLETE
101662026-03-01T00:50:38.753Z[ host-image] Mar 01 00:50:38.896 INFO O| Mar 01 00:50:38.896 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-03-01T00:50:38.753Z[ host-image] Mar 01 00:50:38.909 INFO O| Mar 01 00:50:38.909 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
101682026-03-01T00:50:38.753Z[ host-image] Mar 01 00:50:38.909 INFO O| Mar 01 00:50:38.909 INFO copying /tmp/.tmpCa7auJ/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 ...
101692026-03-01T00:50:38.753Z[ host-image] Mar 01 00:50:38.909 INFO O| Mar 01 00:50:38.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
101702026-03-01T00:50:38.753Z[ host-image] Mar 01 00:50:38.909 INFO O| Mar 01 00:50:38.909 INFO ok!
101712026-03-01T00:50:38.753Z[ host-image] Mar 01 00:50:38.909 INFO O| Mar 01 00:50:38.909 INFO STEP 125 (ensure_file) COMPLETE
101722026-03-01T00:50:38.753Z[ host-image] Mar 01 00:50:38.909 INFO O| Mar 01 00:50:38.909 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-03-01T00:50:38.778Z[ host-image] Mar 01 00:50:38.923 INFO O| Mar 01 00:50:38.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
101742026-03-01T00:50:38.778Z[ host-image] Mar 01 00:50:38.923 INFO O| Mar 01 00:50:38.923 INFO copying /tmp/.tmpCa7auJ/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 ...
101752026-03-01T00:50:38.778Z[ host-image] Mar 01 00:50:38.923 INFO O| Mar 01 00:50:38.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
101762026-03-01T00:50:38.778Z[ host-image] Mar 01 00:50:38.923 INFO O| Mar 01 00:50:38.923 INFO ok!
101772026-03-01T00:50:38.778Z[ host-image] Mar 01 00:50:38.923 INFO O| Mar 01 00:50:38.923 INFO STEP 126 (ensure_file) COMPLETE
101782026-03-01T00:50:38.778Z[ host-image] Mar 01 00:50:38.923 INFO O| Mar 01 00:50:38.923 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-03-01T00:50:38.803Z[ host-image] Mar 01 00:50:38.936 INFO O| Mar 01 00:50:38.936 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
101802026-03-01T00:50:38.803Z[ host-image] Mar 01 00:50:38.936 INFO O| Mar 01 00:50:38.936 INFO copying /tmp/.tmpCa7auJ/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 ...
101812026-03-01T00:50:38.803Z[ host-image] Mar 01 00:50:38.936 INFO O| Mar 01 00:50:38.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
101822026-03-01T00:50:38.803Z[ host-image] Mar 01 00:50:38.936 INFO O| Mar 01 00:50:38.936 INFO ok!
101832026-03-01T00:50:38.803Z[ host-image] Mar 01 00:50:38.936 INFO O| Mar 01 00:50:38.936 INFO STEP 127 (ensure_file) COMPLETE
101842026-03-01T00:50:38.803Z[ host-image] Mar 01 00:50:38.936 INFO O| Mar 01 00:50:38.936 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-03-01T00:50:38.803Z[ host-image] Mar 01 00:50:38.949 INFO O| Mar 01 00:50:38.949 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
101862026-03-01T00:50:38.803Z[ host-image] Mar 01 00:50:38.949 INFO O| Mar 01 00:50:38.949 INFO copying /tmp/.tmpCa7auJ/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 ...
101872026-03-01T00:50:38.803Z[ host-image] Mar 01 00:50:38.949 INFO O| Mar 01 00:50:38.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
101882026-03-01T00:50:38.803Z[ host-image] Mar 01 00:50:38.949 INFO O| Mar 01 00:50:38.949 INFO ok!
101892026-03-01T00:50:38.803Z[ host-image] Mar 01 00:50:38.949 INFO O| Mar 01 00:50:38.949 INFO STEP 128 (ensure_file) COMPLETE
101902026-03-01T00:50:38.803Z[ host-image] Mar 01 00:50:38.949 INFO O| Mar 01 00:50:38.949 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-03-01T00:50:38.828Z[ host-image] Mar 01 00:50:38.964 INFO O| Mar 01 00:50:38.964 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
101922026-03-01T00:50:38.828Z[ host-image] Mar 01 00:50:38.964 INFO O| Mar 01 00:50:38.964 INFO copying /tmp/.tmpCa7auJ/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 ...
101932026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.964 INFO O| Mar 01 00:50:38.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
101942026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.964 INFO O| Mar 01 00:50:38.964 INFO ok!
101952026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.964 INFO O| Mar 01 00:50:38.964 INFO STEP 129 (ensure_file) COMPLETE
101962026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.964 INFO O| Mar 01 00:50:38.964 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.974 INFO O| Mar 01 00:50:38.974 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
101982026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.974 INFO O| Mar 01 00:50:38.974 INFO copying /tmp/.tmpCa7auJ/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 ...
101992026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.974 INFO O| Mar 01 00:50:38.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
102002026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.974 INFO O| Mar 01 00:50:38.974 INFO ok!
102012026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.974 INFO O| Mar 01 00:50:38.974 INFO STEP 130 (ensure_file) COMPLETE
102022026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.974 INFO O| Mar 01 00:50:38.974 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102032026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.984 INFO O| Mar 01 00:50:38.984 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
102042026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.984 INFO O| Mar 01 00:50:38.984 INFO copying /tmp/.tmpCa7auJ/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 ...
102052026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.984 INFO O| Mar 01 00:50:38.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
102062026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.984 INFO O| Mar 01 00:50:38.984 INFO ok!
102072026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.984 INFO O| Mar 01 00:50:38.984 INFO STEP 131 (ensure_file) COMPLETE
102082026-03-01T00:50:38.829Z[ host-image] Mar 01 00:50:38.984 INFO O| Mar 01 00:50:38.984 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-03-01T00:50:38.854Z[ host-image] Mar 01 00:50:38.998 INFO O| Mar 01 00:50:38.998 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
102102026-03-01T00:50:38.854Z[ host-image] Mar 01 00:50:38.998 INFO O| Mar 01 00:50:38.998 INFO copying /tmp/.tmpCa7auJ/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 ...
102112026-03-01T00:50:38.854Z[ host-image] Mar 01 00:50:38.998 INFO O| Mar 01 00:50:38.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
102122026-03-01T00:50:38.854Z[ host-image] Mar 01 00:50:38.998 INFO O| Mar 01 00:50:38.998 INFO ok!
102132026-03-01T00:50:38.854Z[ host-image] Mar 01 00:50:38.998 INFO O| Mar 01 00:50:38.998 INFO STEP 132 (ensure_file) COMPLETE
102142026-03-01T00:50:38.854Z[ host-image] Mar 01 00:50:38.998 INFO O| Mar 01 00:50:38.998 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-03-01T00:50:38.854Z[ host-image] Mar 01 00:50:39.011 INFO O| Mar 01 00:50:39.011 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
102162026-03-01T00:50:38.854Z[ host-image] Mar 01 00:50:39.011 INFO O| Mar 01 00:50:39.011 INFO copying /tmp/.tmpCa7auJ/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 ...
102172026-03-01T00:50:38.854Z[ host-image] Mar 01 00:50:39.012 INFO O| Mar 01 00:50:39.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
102182026-03-01T00:50:38.854Z[ host-image] Mar 01 00:50:39.012 INFO O| Mar 01 00:50:39.012 INFO ok!
102192026-03-01T00:50:38.854Z[ host-image] Mar 01 00:50:39.012 INFO O| Mar 01 00:50:39.012 INFO STEP 133 (ensure_file) COMPLETE
102202026-03-01T00:50:38.854Z[ host-image] Mar 01 00:50:39.012 INFO O| Mar 01 00:50:39.012 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-03-01T00:50:38.880Z[ host-image] Mar 01 00:50:39.025 INFO O| Mar 01 00:50:39.025 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
102222026-03-01T00:50:38.880Z[ host-image] Mar 01 00:50:39.025 INFO O| Mar 01 00:50:39.025 INFO copying /tmp/.tmpCa7auJ/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 ...
102232026-03-01T00:50:38.880Z[ host-image] Mar 01 00:50:39.025 INFO O| Mar 01 00:50:39.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
102242026-03-01T00:50:38.880Z[ host-image] Mar 01 00:50:39.025 INFO O| Mar 01 00:50:39.025 INFO ok!
102252026-03-01T00:50:38.880Z[ host-image] Mar 01 00:50:39.025 INFO O| Mar 01 00:50:39.025 INFO STEP 134 (ensure_file) COMPLETE
102262026-03-01T00:50:38.880Z[ host-image] Mar 01 00:50:39.025 INFO O| Mar 01 00:50:39.025 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-03-01T00:50:38.880Z[ host-image] Mar 01 00:50:39.035 INFO O| Mar 01 00:50:39.035 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
102282026-03-01T00:50:38.880Z[ host-image] Mar 01 00:50:39.035 INFO O| Mar 01 00:50:39.035 INFO copying /tmp/.tmpCa7auJ/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 ...
102292026-03-01T00:50:38.880Z[ host-image] Mar 01 00:50:39.035 INFO O| Mar 01 00:50:39.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
102302026-03-01T00:50:38.880Z[ host-image] Mar 01 00:50:39.035 INFO O| Mar 01 00:50:39.035 INFO ok!
102312026-03-01T00:50:38.880Z[ host-image] Mar 01 00:50:39.035 INFO O| Mar 01 00:50:39.035 INFO STEP 135 (ensure_file) COMPLETE
102322026-03-01T00:50:38.880Z[ host-image] Mar 01 00:50:39.035 INFO O| Mar 01 00:50:39.035 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-03-01T00:50:38.905Z[ host-image] Mar 01 00:50:39.045 INFO O| Mar 01 00:50:39.045 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
102342026-03-01T00:50:38.905Z[ host-image] Mar 01 00:50:39.045 INFO O| Mar 01 00:50:39.045 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
102352026-03-01T00:50:38.905Z[ host-image] Mar 01 00:50:39.045 INFO O| Mar 01 00:50:39.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
102362026-03-01T00:50:38.905Z[ host-image] Mar 01 00:50:39.045 INFO O| Mar 01 00:50:39.045 INFO ok!
102372026-03-01T00:50:38.905Z[ host-image] Mar 01 00:50:39.045 INFO O| Mar 01 00:50:39.045 INFO STEP 136 (ensure_file) COMPLETE
102382026-03-01T00:50:38.905Z[ host-image] Mar 01 00:50:39.045 INFO O| Mar 01 00:50:39.045 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392026-03-01T00:50:38.905Z[ host-image] Mar 01 00:50:39.060 INFO O| Mar 01 00:50:39.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
102402026-03-01T00:50:38.905Z[ host-image] Mar 01 00:50:39.060 INFO O| Mar 01 00:50:39.059 INFO copying /tmp/.tmpCa7auJ/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 ...
102412026-03-01T00:50:38.905Z[ host-image] Mar 01 00:50:39.060 INFO O| Mar 01 00:50:39.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
102422026-03-01T00:50:38.905Z[ host-image] Mar 01 00:50:39.060 INFO O| Mar 01 00:50:39.060 INFO ok!
102432026-03-01T00:50:38.905Z[ host-image] Mar 01 00:50:39.060 INFO O| Mar 01 00:50:39.060 INFO STEP 137 (ensure_file) COMPLETE
102442026-03-01T00:50:38.905Z[ host-image] Mar 01 00:50:39.060 INFO O| Mar 01 00:50:39.060 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102452026-03-01T00:50:38.930Z[ host-image] Mar 01 00:50:39.074 INFO O| Mar 01 00:50:39.074 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
102462026-03-01T00:50:38.930Z[ host-image] Mar 01 00:50:39.074 INFO O| Mar 01 00:50:39.074 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
102472026-03-01T00:50:38.931Z[ host-image] Mar 01 00:50:39.074 INFO O| Mar 01 00:50:39.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
102482026-03-01T00:50:38.931Z[ host-image] Mar 01 00:50:39.074 INFO O| Mar 01 00:50:39.074 INFO ok!
102492026-03-01T00:50:38.931Z[ host-image] Mar 01 00:50:39.074 INFO O| Mar 01 00:50:39.074 INFO STEP 138 (ensure_file) COMPLETE
102502026-03-01T00:50:38.931Z[ host-image] Mar 01 00:50:39.074 INFO O| Mar 01 00:50:39.074 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-03-01T00:50:38.931Z[ host-image] Mar 01 00:50:39.087 INFO O| Mar 01 00:50:39.086 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
102522026-03-01T00:50:38.931Z[ host-image] Mar 01 00:50:39.087 INFO O| Mar 01 00:50:39.086 INFO copying /tmp/.tmpCa7auJ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
102532026-03-01T00:50:50.262Z[ recovery-image] Mar 01 00:50:50.421 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
102542026-03-01T00:50:58.020Z[ host-image] Mar 01 00:50:58.179 INFO O| Mar 01 00:50:58.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
102552026-03-01T00:50:58.045Z[ host-image] Mar 01 00:50:58.179 INFO O| Mar 01 00:50:58.179 INFO ok!
102562026-03-01T00:50:58.045Z[ host-image] Mar 01 00:50:58.179 INFO O| Mar 01 00:50:58.179 INFO STEP 139 (ensure_file) COMPLETE
102572026-03-01T00:50:58.045Z[ host-image] Mar 01 00:50:58.179 INFO O| Mar 01 00:50:58.179 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-03-01T00:50:58.045Z[ host-image] Mar 01 00:50:58.197 INFO O| Mar 01 00:50:58.197 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
102592026-03-01T00:50:58.045Z[ host-image] Mar 01 00:50:58.197 INFO O| Mar 01 00:50:58.197 INFO STEP 140 (ensure_dir) COMPLETE
102602026-03-01T00:50:58.045Z[ host-image] Mar 01 00:50:58.197 INFO O| Mar 01 00:50:58.197 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-03-01T00:50:58.070Z[ host-image] Mar 01 00:50:58.211 INFO O| Mar 01 00:50:58.210 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
102622026-03-01T00:50:58.070Z[ host-image] Mar 01 00:50:58.211 INFO O| Mar 01 00:50:58.211 INFO STEP 141 (ensure_dir) COMPLETE
102632026-03-01T00:50:58.070Z[ host-image] Mar 01 00:50:58.211 INFO O| Mar 01 00:50:58.211 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-03-01T00:50:58.070Z[ host-image] Mar 01 00:50:58.220 INFO O| Mar 01 00:50:58.220 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
102652026-03-01T00:50:58.070Z[ host-image] Mar 01 00:50:58.220 INFO O| Mar 01 00:50:58.220 INFO STEP 142 (ensure_dir) COMPLETE
102662026-03-01T00:50:58.070Z[ host-image] Mar 01 00:50:58.220 INFO O| Mar 01 00:50:58.220 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-03-01T00:50:58.095Z[ host-image] Mar 01 00:50:58.230 INFO O| Mar 01 00:50:58.230 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
102682026-03-01T00:50:58.095Z[ host-image] Mar 01 00:50:58.230 INFO O| Mar 01 00:50:58.230 INFO STEP 143 (ensure_dir) COMPLETE
102692026-03-01T00:50:58.095Z[ host-image] Mar 01 00:50:58.230 INFO O| Mar 01 00:50:58.230 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-03-01T00:50:58.095Z[ host-image] Mar 01 00:50:58.239 INFO O| Mar 01 00:50:58.239 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102712026-03-01T00:50:58.095Z[ host-image] Mar 01 00:50:58.239 INFO O| Mar 01 00:50:58.239 INFO copying /tmp/.tmpCa7auJ/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 ...
102722026-03-01T00:50:58.096Z[ host-image] Mar 01 00:50:58.239 INFO O| Mar 01 00:50:58.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102732026-03-01T00:50:58.096Z[ host-image] Mar 01 00:50:58.239 INFO O| Mar 01 00:50:58.239 INFO ok!
102742026-03-01T00:50:58.096Z[ host-image] Mar 01 00:50:58.239 INFO O| Mar 01 00:50:58.239 INFO STEP 144 (ensure_file) COMPLETE
102752026-03-01T00:50:58.096Z[ host-image] Mar 01 00:50:58.239 INFO O| Mar 01 00:50:58.239 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-03-01T00:50:58.096Z[ host-image] Mar 01 00:50:58.249 INFO O| Mar 01 00:50:58.249 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102772026-03-01T00:50:58.096Z[ host-image] Mar 01 00:50:58.249 INFO O| Mar 01 00:50:58.249 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102782026-03-01T00:50:58.096Z[ host-image] Mar 01 00:50:58.249 INFO O| Mar 01 00:50:58.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102792026-03-01T00:50:58.096Z[ host-image] Mar 01 00:50:58.249 INFO O| Mar 01 00:50:58.249 INFO STEP 145 (ensure_dir) COMPLETE
102802026-03-01T00:50:58.096Z[ host-image] Mar 01 00:50:58.249 INFO O| Mar 01 00:50:58.249 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-03-01T00:50:58.121Z[ host-image] Mar 01 00:50:58.259 INFO O| Mar 01 00:50:58.258 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102822026-03-01T00:50:58.121Z[ host-image] Mar 01 00:50:58.259 INFO O| Mar 01 00:50:58.259 INFO copying /tmp/.tmpCa7auJ/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102832026-03-01T00:50:58.121Z[ host-image] Mar 01 00:50:58.259 INFO O| Mar 01 00:50:58.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
102842026-03-01T00:50:58.121Z[ host-image] Mar 01 00:50:58.259 INFO O| Mar 01 00:50:58.259 INFO ok!
102852026-03-01T00:50:58.121Z[ host-image] Mar 01 00:50:58.259 INFO O| Mar 01 00:50:58.259 INFO STEP 146 (ensure_file) COMPLETE
102862026-03-01T00:50:58.121Z[ host-image] Mar 01 00:50:58.259 INFO O| Mar 01 00:50:58.259 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102872026-03-01T00:50:58.121Z[ host-image] Mar 01 00:50:58.268 INFO O| Mar 01 00:50:58.268 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
102882026-03-01T00:50:58.121Z[ host-image] Mar 01 00:50:58.269 INFO O| Mar 01 00:50:58.269 INFO STEP 147 (remove_files) COMPLETE
102892026-03-01T00:50:58.121Z[ host-image] Mar 01 00:50:58.269 INFO O| Mar 01 00:50:58.269 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102902026-03-01T00:50:58.121Z[ host-image] Mar 01 00:50:58.278 INFO O| Mar 01 00:50:58.278 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102912026-03-01T00:50:58.121Z[ host-image] Mar 01 00:50:58.278 INFO O| Mar 01 00:50:58.278 INFO STEP 148 (remove_files) COMPLETE
102922026-03-01T00:50:58.121Z[ host-image] Mar 01 00:50:58.278 INFO O| Mar 01 00:50:58.278 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102932026-03-01T00:50:58.146Z[ host-image] Mar 01 00:50:58.288 INFO O| Mar 01 00:50:58.288 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102942026-03-01T00:50:58.146Z[ host-image] Mar 01 00:50:58.288 INFO O| Mar 01 00:50:58.288 INFO STEP 149 (remove_files) COMPLETE
102952026-03-01T00:50:58.146Z[ host-image] Mar 01 00:50:58.288 INFO O| Mar 01 00:50:58.288 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102962026-03-01T00:50:58.146Z[ host-image] Mar 01 00:50:58.299 INFO O| Mar 01 00:50:58.299 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
102972026-03-01T00:50:58.146Z[ host-image] Mar 01 00:50:58.299 INFO O| Mar 01 00:50:58.299 INFO STEP 150 (remove_files) COMPLETE
102982026-03-01T00:50:58.146Z[ host-image] Mar 01 00:50:58.299 INFO O| Mar 01 00:50:58.299 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102992026-03-01T00:50:58.171Z[ host-image] Mar 01 00:50:58.309 INFO O| Mar 01 00:50:58.308 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
103002026-03-01T00:50:58.171Z[ host-image] Mar 01 00:50:58.309 INFO O| Mar 01 00:50:58.309 INFO STEP 151 (remove_files) COMPLETE
103012026-03-01T00:50:58.171Z[ host-image] Mar 01 00:50:58.309 INFO O| Mar 01 00:50:58.309 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103022026-03-01T00:50:58.171Z[ host-image] Mar 01 00:50:58.318 INFO O| Mar 01 00:50:58.318 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
103032026-03-01T00:50:58.171Z[ host-image] Mar 01 00:50:58.318 INFO O| Mar 01 00:50:58.318 INFO STEP 152 (remove_files) COMPLETE
103042026-03-01T00:50:58.171Z[ host-image] Mar 01 00:50:58.318 INFO O| Mar 01 00:50:58.318 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103052026-03-01T00:50:58.172Z[ host-image] Mar 01 00:50:58.328 INFO O| Mar 01 00:50:58.328 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
103062026-03-01T00:50:58.172Z[ host-image] Mar 01 00:50:58.328 INFO O| Mar 01 00:50:58.328 INFO STEP 153 (remove_files) COMPLETE
103072026-03-01T00:50:58.172Z[ host-image] Mar 01 00:50:58.328 INFO O| Mar 01 00:50:58.328 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103082026-03-01T00:50:58.197Z[ host-image] Mar 01 00:50:58.338 INFO O| Mar 01 00:50:58.338 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
103092026-03-01T00:50:58.197Z[ host-image] Mar 01 00:50:58.338 INFO O| Mar 01 00:50:58.338 INFO STEP 154 (remove_files) COMPLETE
103102026-03-01T00:50:58.197Z[ host-image] Mar 01 00:50:58.338 INFO O| Mar 01 00:50:58.338 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103112026-03-01T00:50:58.197Z[ host-image] Mar 01 00:50:58.347 INFO O| Mar 01 00:50:58.347 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
103122026-03-01T00:50:58.197Z[ host-image] Mar 01 00:50:58.347 INFO O| Mar 01 00:50:58.347 INFO STEP 155 (remove_files) COMPLETE
103132026-03-01T00:50:58.197Z[ host-image] Mar 01 00:50:58.347 INFO O| Mar 01 00:50:58.347 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103142026-03-01T00:50:58.222Z[ host-image] Mar 01 00:50:58.357 INFO O| Mar 01 00:50:58.357 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
103152026-03-01T00:50:58.222Z[ host-image] Mar 01 00:50:58.357 INFO O| Mar 01 00:50:58.357 INFO STEP 156 (remove_files) COMPLETE
103162026-03-01T00:50:58.222Z[ host-image] Mar 01 00:50:58.357 INFO O| Mar 01 00:50:58.357 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103172026-03-01T00:50:58.222Z[ host-image] Mar 01 00:50:58.367 INFO O| Mar 01 00:50:58.366 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
103182026-03-01T00:50:58.222Z[ host-image] Mar 01 00:50:58.367 INFO O| Mar 01 00:50:58.367 INFO STEP 157 (remove_files) COMPLETE
103192026-03-01T00:50:58.222Z[ host-image] Mar 01 00:50:58.367 INFO O| Mar 01 00:50:58.367 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103202026-03-01T00:50:58.222Z[ host-image] Mar 01 00:50:58.376 INFO O| Mar 01 00:50:58.376 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
103212026-03-01T00:50:58.222Z[ host-image] Mar 01 00:50:58.376 INFO O| Mar 01 00:50:58.376 INFO STEP 158 (remove_files) COMPLETE
103222026-03-01T00:50:58.222Z[ host-image] Mar 01 00:50:58.376 INFO O| Mar 01 00:50:58.376 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103232026-03-01T00:50:58.247Z[ host-image] Mar 01 00:50:58.386 INFO O| Mar 01 00:50:58.386 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
103242026-03-01T00:50:58.247Z[ host-image] Mar 01 00:50:58.386 INFO O| Mar 01 00:50:58.386 INFO STEP 159 (remove_files) COMPLETE
103252026-03-01T00:50:58.247Z[ host-image] Mar 01 00:50:58.386 INFO O| Mar 01 00:50:58.386 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103262026-03-01T00:50:58.247Z[ host-image] Mar 01 00:50:58.399 INFO O| Mar 01 00:50:58.398 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
103272026-03-01T00:50:58.247Z[ host-image] Mar 01 00:50:58.399 INFO O| Mar 01 00:50:58.399 INFO STEP 160 (remove_files) COMPLETE
103282026-03-01T00:50:58.247Z[ host-image] Mar 01 00:50:58.399 INFO O| Mar 01 00:50:58.399 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103292026-03-01T00:50:58.272Z[ host-image] Mar 01 00:50:58.409 INFO O| Mar 01 00:50:58.409 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
103302026-03-01T00:50:58.272Z[ host-image] Mar 01 00:50:58.409 INFO O| Mar 01 00:50:58.409 INFO STEP 161 (remove_files) COMPLETE
103312026-03-01T00:50:58.272Z[ host-image] Mar 01 00:50:58.409 INFO O| Mar 01 00:50:58.409 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103322026-03-01T00:50:58.272Z[ host-image] Mar 01 00:50:58.419 INFO O| Mar 01 00:50:58.419 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
103332026-03-01T00:50:58.272Z[ host-image] Mar 01 00:50:58.419 INFO O| Mar 01 00:50:58.419 INFO STEP 162 (remove_files) COMPLETE
103342026-03-01T00:50:58.272Z[ host-image] Mar 01 00:50:58.419 INFO O| Mar 01 00:50:58.419 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103352026-03-01T00:50:58.272Z[ host-image] Mar 01 00:50:58.428 INFO O| Mar 01 00:50:58.428 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
103362026-03-01T00:50:58.272Z[ host-image] Mar 01 00:50:58.428 INFO O| Mar 01 00:50:58.428 INFO STEP 163 (remove_files) COMPLETE
103372026-03-01T00:50:58.272Z[ host-image] Mar 01 00:50:58.429 INFO O| Mar 01 00:50:58.428 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103382026-03-01T00:50:58.298Z[ host-image] Mar 01 00:50:58.441 INFO O| Mar 01 00:50:58.441 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
103392026-03-01T00:50:58.298Z[ host-image] Mar 01 00:50:58.441 INFO O| Mar 01 00:50:58.441 INFO STEP 164 (remove_files) COMPLETE
103402026-03-01T00:50:58.298Z[ host-image] Mar 01 00:50:58.441 INFO O| Mar 01 00:50:58.441 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103412026-03-01T00:50:58.298Z[ host-image] Mar 01 00:50:58.451 INFO O| Mar 01 00:50:58.451 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
103422026-03-01T00:50:58.298Z[ host-image] Mar 01 00:50:58.451 INFO O| Mar 01 00:50:58.451 INFO STEP 165 (remove_files) COMPLETE
103432026-03-01T00:50:58.298Z[ host-image] Mar 01 00:50:58.451 INFO O| Mar 01 00:50:58.451 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103442026-03-01T00:50:58.322Z[ host-image] Mar 01 00:50:58.463 INFO O| Mar 01 00:50:58.463 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
103452026-03-01T00:50:58.322Z[ host-image] Mar 01 00:50:58.463 INFO O| Mar 01 00:50:58.463 INFO STEP 166 (remove_files) COMPLETE
103462026-03-01T00:50:58.322Z[ host-image] Mar 01 00:50:58.463 INFO O| Mar 01 00:50:58.463 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103472026-03-01T00:50:58.322Z[ host-image] Mar 01 00:50:58.474 INFO O| Mar 01 00:50:58.474 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
103482026-03-01T00:50:58.322Z[ host-image] Mar 01 00:50:58.474 INFO O| Mar 01 00:50:58.474 INFO STEP 167 (remove_files) COMPLETE
103492026-03-01T00:50:58.322Z[ host-image] Mar 01 00:50:58.474 INFO O| Mar 01 00:50:58.474 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103502026-03-01T00:50:58.348Z[ host-image] Mar 01 00:50:58.484 INFO O| Mar 01 00:50:58.484 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
103512026-03-01T00:50:58.348Z[ host-image] Mar 01 00:50:58.485 INFO O| Mar 01 00:50:58.485 INFO STEP 168 (remove_files) COMPLETE
103522026-03-01T00:50:58.348Z[ host-image] Mar 01 00:50:58.485 INFO O| Mar 01 00:50:58.485 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103532026-03-01T00:50:58.348Z[ host-image] Mar 01 00:50:58.494 INFO O| Mar 01 00:50:58.494 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
103542026-03-01T00:50:58.348Z[ host-image] Mar 01 00:50:58.495 INFO O| Mar 01 00:50:58.494 INFO STEP 169 (remove_files) COMPLETE
103552026-03-01T00:50:58.348Z[ host-image] Mar 01 00:50:58.495 INFO O| Mar 01 00:50:58.495 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103562026-03-01T00:50:58.348Z[ host-image] Mar 01 00:50:58.504 INFO O| Mar 01 00:50:58.504 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
103572026-03-01T00:50:58.348Z[ host-image] Mar 01 00:50:58.504 INFO O| Mar 01 00:50:58.504 INFO STEP 170 (remove_files) COMPLETE
103582026-03-01T00:50:58.348Z[ host-image] Mar 01 00:50:58.504 INFO O| Mar 01 00:50:58.504 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103592026-03-01T00:50:58.373Z[ host-image] Mar 01 00:50:58.517 INFO O| Mar 01 00:50:58.517 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
103602026-03-01T00:50:58.373Z[ host-image] Mar 01 00:50:58.517 INFO O| Mar 01 00:50:58.517 INFO STEP 171 (remove_files) COMPLETE
103612026-03-01T00:50:58.373Z[ host-image] Mar 01 00:50:58.517 INFO O| Mar 01 00:50:58.517 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103622026-03-01T00:50:58.373Z[ host-image] Mar 01 00:50:58.528 INFO O| Mar 01 00:50:58.527 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
103632026-03-01T00:50:58.373Z[ host-image] Mar 01 00:50:58.528 INFO O| Mar 01 00:50:58.528 INFO STEP 172 (remove_files) COMPLETE
103642026-03-01T00:50:58.373Z[ host-image] Mar 01 00:50:58.528 INFO O| Mar 01 00:50:58.528 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103652026-03-01T00:50:58.398Z[ host-image] Mar 01 00:50:58.537 INFO O| Mar 01 00:50:58.537 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
103662026-03-01T00:50:58.398Z[ host-image] Mar 01 00:50:58.537 INFO O| Mar 01 00:50:58.537 INFO STEP 173 (remove_files) COMPLETE
103672026-03-01T00:50:58.398Z[ host-image] Mar 01 00:50:58.537 INFO O| Mar 01 00:50:58.537 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103682026-03-01T00:50:58.399Z[ host-image] Mar 01 00:50:58.548 INFO O| Mar 01 00:50:58.548 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103692026-03-01T00:50:58.399Z[ host-image] Mar 01 00:50:58.548 INFO O| Mar 01 00:50:58.548 INFO STEP 174 (remove_files) COMPLETE
103702026-03-01T00:50:58.399Z[ host-image] Mar 01 00:50:58.548 INFO O| Mar 01 00:50:58.548 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103712026-03-01T00:50:58.424Z[ host-image] Mar 01 00:50:58.558 INFO O| Mar 01 00:50:58.558 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103722026-03-01T00:50:58.424Z[ host-image] Mar 01 00:50:58.558 INFO O| Mar 01 00:50:58.558 INFO STEP 175 (remove_files) COMPLETE
103732026-03-01T00:50:58.424Z[ host-image] Mar 01 00:50:58.558 INFO O| Mar 01 00:50:58.558 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103742026-03-01T00:50:58.424Z[ host-image] Mar 01 00:50:58.573 INFO O| Mar 01 00:50:58.573 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103752026-03-01T00:50:58.424Z[ host-image] Mar 01 00:50:58.573 INFO O| Mar 01 00:50:58.573 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "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"}
103762026-03-01T00:51:00.142Z[ recovery-image] Mar 01 00:51:00.301 INFO E| Compiling bitflags v1.3.2
103772026-03-01T00:51:00.142Z[ recovery-image] Mar 01 00:51:00.301 INFO E| Compiling log v0.4.29
103782026-03-01T00:51:00.167Z[ recovery-image] Mar 01 00:51:00.301 INFO E| Compiling adler2 v2.0.1
103792026-03-01T00:51:00.167Z[ recovery-image] Mar 01 00:51:00.301 INFO E| Compiling bitflags v2.10.0
103802026-03-01T00:51:00.167Z[ recovery-image] Mar 01 00:51:00.301 INFO E| Compiling plain v0.2.3
103812026-03-01T00:51:00.167Z[ recovery-image] Mar 01 00:51:00.301 INFO E| Compiling bit_field v0.10.3
103822026-03-01T00:51:00.167Z[ recovery-image] Mar 01 00:51:00.301 INFO E| Compiling scroll v0.13.0
103832026-03-01T00:51:00.260Z[ recovery-image] Mar 01 00:51:00.419 INFO E| Compiling raw-cpuid v10.7.0
103842026-03-01T00:51:00.539Z[ recovery-image] Mar 01 00:51:00.698 INFO E| Compiling miniz_oxide v0.9.0
103852026-03-01T00:51:00.630Z[ recovery-image] Mar 01 00:51:00.789 INFO E| Compiling bitstruct v0.1.1
103862026-03-01T00:51:00.777Z[ recovery-image] Mar 01 00:51:00.936 INFO E| Compiling cpio_reader v0.1.2
103872026-03-01T00:51:00.802Z[ recovery-image] Mar 01 00:51:00.959 INFO E| Compiling static_assertions v1.1.0
103882026-03-01T00:51:01.398Z[ recovery-image] Mar 01 00:51:01.557 INFO E| Compiling goblin v0.10.4
103892026-03-01T00:51:10.520Z[ host-image] Mar 01 00:51:10.664 INFO O| Mar 01 00:51:10.664 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
103902026-03-01T00:51:10.520Z[ host-image] Mar 01 00:51:10.664 INFO O| Mar 01 00:51:10.664 INFO E| svccfg: Loaded 79 smf(7) service descriptions
103912026-03-01T00:51:10.545Z[ host-image] Mar 01 00:51:10.687 INFO O| Mar 01 00:51:10.687 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
103922026-03-01T00:51:10.709Z[ host-image] Mar 01 00:51:10.868 INFO O| Mar 01 00:51:10.868 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
103932026-03-01T00:51:10.817Z[ host-image] Mar 01 00:51:10.977 INFO O| Mar 01 00:51:10.977 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
103942026-03-01T00:51:10.904Z[ recovery-image] Mar 01 00:51:11.063 INFO E| Finished `release` profile [optimized] target(s) in 1m 28s
103952026-03-01T00:51:10.930Z[ recovery-image] Mar 01 00:51:11.090 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103962026-03-01T00:51:10.955Z[ host-image] Mar 01 00:51:11.093 INFO O| Mar 01 00:51:11.093 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
103972026-03-01T00:51:10.955Z[ host-image] Mar 01 00:51:11.093 INFO O| Mar 01 00:51:11.093 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
103982026-03-01T00:51:10.955Z[ host-image] Mar 01 00:51:11.097 INFO O| Mar 01 00:51:11.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
103992026-03-01T00:51:10.955Z[ host-image] Mar 01 00:51:11.097 INFO O| Mar 01 00:51:11.097 INFO ok!
104002026-03-01T00:51:10.955Z[ host-image] Mar 01 00:51:11.097 INFO O| Mar 01 00:51:11.097 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
104012026-03-01T00:51:10.955Z[ host-image] Mar 01 00:51:11.097 INFO O| Mar 01 00:51:11.097 INFO STEP 176 (seed_smf) COMPLETE
104022026-03-01T00:51:10.955Z[ host-image] Mar 01 00:51:11.097 INFO O| Mar 01 00:51:11.097 INFO steps complete; finalising image!
104032026-03-01T00:51:10.955Z[ host-image] Mar 01 00:51:11.097 INFO O| Mar 01 00:51:11.097 INFO TRIM POOL: TEMPORARY-sled-zfs
104042026-03-01T00:51:11.187Z[ host-image] Mar 01 00:51:11.347 INFO O| Mar 01 00:51:11.347 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Sun Mar 1 00:51:11 2026)
104052026-03-01T00:51:11.212Z[ recovery-image] Mar 01 00:51:11.361 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.91.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
104062026-03-01T00:51:11.212Z[ recovery-image] Mar 01 00:51:11.361 INFO building ROM for cosmo
104072026-03-01T00:51:11.212Z[ recovery-image] Mar 01 00:51:11.362 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")
104082026-03-01T00:51:11.417Z[ host-image] Mar 01 00:51:11.577 INFO O| Mar 01 00:51:11.577 INFO temporary pool has 816M used, 79.8M avail, 1.80x compressratio
104092026-03-01T00:51:11.417Z[ host-image] Mar 01 00:51:11.577 INFO O| Mar 01 00:51:11.577 INFO EXPORT POOL: TEMPORARY-sled-zfs
104102026-03-01T00:51:11.916Z[ host-image] Mar 01 00:51:12.075 INFO O| Mar 01 00:51:12.075 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
104112026-03-01T00:51:11.916Z[ host-image] Mar 01 00:51:12.076 INFO O| Mar 01 00:51:12.075 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
104122026-03-01T00:51:13.282Z[ host-image] Mar 01 00:51:13.442 INFO O| Mar 01 00:51:13.442 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
104132026-03-01T00:51:13.282Z[ host-image] Mar 01 00:51:13.442 INFO O| Mar 01 00:51:13.442 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
104142026-03-01T00:51:13.308Z[ host-image] Mar 01 00:51:13.442 INFO O| Mar 01 00:51:13.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
104152026-03-01T00:51:13.308Z[ host-image] Mar 01 00:51:13.442 INFO O| Mar 01 00:51:13.442 INFO completed processing sled/zfs
104162026-03-01T00:51:13.308Z[ host-image] Mar 01 00:51:13.442 INFO O| Mar 01 00:51:13.442 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
104172026-03-01T00:51:13.489Z[ recovery-image] Mar 01 00:51:13.649 INFO E| Downloading crates ...
104182026-03-01T00:51:13.594Z[ recovery-image] Mar 01 00:51:13.754 INFO E| Downloaded serde_spanned v0.6.8
104192026-03-01T00:51:13.619Z[ recovery-image] Mar 01 00:51:13.770 INFO E| Downloaded toml_datetime v0.6.9
104202026-03-01T00:51:13.619Z[ recovery-image] Mar 01 00:51:13.774 INFO E| Downloaded toml_write v0.1.1
104212026-03-01T00:51:13.619Z[ recovery-image] Mar 01 00:51:13.777 INFO E| Downloaded clap v4.5.37
104222026-03-01T00:51:13.644Z[ recovery-image] Mar 01 00:51:13.789 INFO E| Downloaded clap_derive v4.5.32
104232026-03-01T00:51:13.644Z[ recovery-image] Mar 01 00:51:13.792 INFO E| Downloaded shared_child v1.0.1
104242026-03-01T00:51:13.644Z[ recovery-image] Mar 01 00:51:13.794 INFO E| Downloaded winnow v0.7.7
104252026-03-01T00:51:13.669Z[ recovery-image] Mar 01 00:51:13.805 INFO E| Downloaded toml v0.8.22
104262026-03-01T00:51:13.693Z[ recovery-image] Mar 01 00:51:13.849 INFO E| Downloaded toml_edit v0.22.26
104272026-03-01T00:51:13.735Z[ recovery-image] Mar 01 00:51:13.895 INFO E| Downloaded cc v1.2.20
104282026-03-01T00:51:13.760Z[ recovery-image] Mar 01 00:51:13.899 INFO E| Downloaded duct v0.13.7
104292026-03-01T00:51:13.760Z[ recovery-image] Mar 01 00:51:13.902 INFO E| Downloaded clap_builder v4.5.37
104302026-03-01T00:51:13.760Z[ recovery-image] Mar 01 00:51:13.909 INFO E| Downloaded anstyle-parse v0.2.6
104312026-03-01T00:51:13.760Z[ recovery-image] Mar 01 00:51:13.911 INFO E| Downloaded os_pipe v1.2.1
104322026-03-01T00:51:13.760Z[ recovery-image] Mar 01 00:51:13.913 INFO E| Downloaded colorchoice v1.0.3
104332026-03-01T00:51:13.760Z[ recovery-image] Mar 01 00:51:13.914 INFO E| Downloaded anstyle-query v1.1.2
104342026-03-01T00:51:13.760Z[ recovery-image] Mar 01 00:51:13.917 INFO E| Downloaded anstyle v1.0.10
104352026-03-01T00:51:13.785Z[ recovery-image] Mar 01 00:51:13.944 INFO E| Compiling syn v2.0.101
104362026-03-01T00:51:13.785Z[ recovery-image] Mar 01 00:51:13.944 INFO E| Compiling libc v0.2.172
104372026-03-01T00:51:13.785Z[ recovery-image] Mar 01 00:51:13.944 INFO E| Compiling utf8parse v0.2.2
104382026-03-01T00:51:13.785Z[ recovery-image] Mar 01 00:51:13.944 INFO E| Compiling anstyle-query v1.1.2
104392026-03-01T00:51:13.785Z[ recovery-image] Mar 01 00:51:13.944 INFO E| Compiling equivalent v1.0.2
104402026-03-01T00:51:13.785Z[ recovery-image] Mar 01 00:51:13.944 INFO E| Compiling anstyle v1.0.10
104412026-03-01T00:51:13.785Z[ recovery-image] Mar 01 00:51:13.944 INFO E| Compiling once_cell v1.21.3
104422026-03-01T00:51:13.785Z[ recovery-image] Mar 01 00:51:13.944 INFO E| Compiling is_terminal_polyfill v1.70.1
104432026-03-01T00:51:14.019Z[ host-image] Mar 01 00:51:14.179 INFO O| Mar 01 00:51:14.179 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
104442026-03-01T00:51:14.106Z[ host-image] Mar 01 00:51:14.265 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
104452026-03-01T00:51:14.106Z[ host-image] Mar 01 00:51:14.266 INFO expanded image name: "ci ac5ccbc/${os_short_commit} 2026-02-28 23:57" -> "ci ac5ccbc/3e08689 2026-02-28 23:57"
104462026-03-01T00:51:14.106Z[ host-image] Mar 01 00:51:14.266 INFO output artefacts stored in: "/work/os-host"
104472026-03-01T00:51:14.131Z[ host-image] Mar 01 00:51:14.266 INFO collecting git info from project "pilot"...
104482026-03-01T00:51:14.131Z[ host-image] Mar 01 00:51:14.276 INFO collecting git info from project "bootserver"...
104492026-03-01T00:51:14.131Z[ host-image] Mar 01 00:51:14.283 INFO collecting git info from project "dmar-report"...
104502026-03-01T00:51:14.131Z[ host-image] Mar 01 00:51:14.290 INFO collecting git info from project "chelsio-t6-roms"...
104512026-03-01T00:51:14.157Z[ host-image] Mar 01 00:51:14.297 INFO collecting git info from project "amd-firmware"...
104522026-03-01T00:51:14.157Z[ host-image] Mar 01 00:51:14.315 INFO collecting git info from project "phbl"...
104532026-03-01T00:51:14.181Z[ host-image] Mar 01 00:51:14.322 INFO collecting git info from project "amd-host-image-builder"...
104542026-03-01T00:51:14.182Z[ host-image] Mar 01 00:51:14.331 INFO collecting git info from project "image-builder"...
104552026-03-01T00:51:14.182Z[ host-image] Mar 01 00:51:14.340 INFO collecting git info from project "pinprick"...
104562026-03-01T00:51:14.207Z[ host-image] Mar 01 00:51:14.348 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
104572026-03-01T00:51:14.487Z[ recovery-image] Mar 01 00:51:14.647 INFO E| Compiling colorchoice v1.0.3
104582026-03-01T00:51:14.512Z[ recovery-image] Mar 01 00:51:14.667 INFO E| Compiling anstyle-parse v0.2.6
104592026-03-01T00:51:14.627Z[ recovery-image] Mar 01 00:51:14.787 INFO E| Compiling hashbrown v0.15.2
104602026-03-01T00:51:14.961Z[ recovery-image] Mar 01 00:51:15.121 INFO E| Compiling shlex v1.3.0
104612026-03-01T00:51:14.986Z[ recovery-image] Mar 01 00:51:15.146 INFO E| Compiling anyhow v1.0.98
104622026-03-01T00:51:15.244Z[ recovery-image] Mar 01 00:51:15.403 INFO E| Compiling anstream v0.6.18
104632026-03-01T00:51:15.317Z[ host-image] Mar 01 00:51:15.476 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
104642026-03-01T00:51:15.344Z[ recovery-image] Mar 01 00:51:15.505 INFO E| Compiling clap_lex v0.7.4
104652026-03-01T00:51:15.550Z[ recovery-image] Mar 01 00:51:15.710 INFO E| Compiling cc v1.2.20
104662026-03-01T00:51:15.616Z[ recovery-image] Mar 01 00:51:15.764 INFO E| Compiling winnow v0.7.7
104672026-03-01T00:51:16.081Z[ recovery-image] Mar 01 00:51:16.241 INFO E| Compiling strsim v0.11.1
104682026-03-01T00:51:16.466Z[ host-image] Mar 01 00:51:16.627 INFO creating Oxide boot image...
104692026-03-01T00:51:16.467Z[ host-image] Mar 01 00:51:16.627 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci ac5ccbc/3e08689 2026-02-28 23:57", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
104702026-03-01T00:51:16.613Z[ recovery-image] Mar 01 00:51:16.773 INFO E| Compiling toml_write v0.1.1
104712026-03-01T00:51:17.395Z[ recovery-image] Mar 01 00:51:17.556 INFO E| Compiling indexmap v2.9.0
104722026-03-01T00:51:17.514Z[ recovery-image] Mar 01 00:51:17.672 INFO E| Compiling os_pipe v1.2.1
104732026-03-01T00:51:17.596Z[ recovery-image] Mar 01 00:51:17.756 INFO E| Compiling shared_child v1.0.1
104742026-03-01T00:51:17.621Z[ recovery-image] Mar 01 00:51:17.764 INFO E| Compiling clap_builder v4.5.37
104752026-03-01T00:51:18.099Z[ recovery-image] Mar 01 00:51:18.258 INFO E| Compiling duct v0.13.7
104762026-03-01T00:51:18.895Z[ host-image] Mar 01 00:51:19.055 INFO O| ok, image written!
104772026-03-01T00:51:18.895Z[ host-image] Mar 01 00:51:19.055 INFO O| ok, boot_image_csum file written!
104782026-03-01T00:51:18.920Z[ host-image] Mar 01 00:51:19.060 INFO creating boot archive (CPIO)...
104792026-03-01T00:51:18.920Z[ host-image] Mar 01 00:51:19.060 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
104802026-03-01T00:51:18.920Z[ host-image] Mar 01 00:51:19.071 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
104812026-03-01T00:51:18.920Z[ host-image] Mar 01 00:51:19.071 INFO E| + outfile=/work/os-host/cpio
104822026-03-01T00:51:18.920Z[ host-image] Mar 01 00:51:19.071 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
104832026-03-01T00:51:18.920Z[ host-image] Mar 01 00:51:19.074 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
104842026-03-01T00:51:18.920Z[ host-image] Mar 01 00:51:19.075 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
104852026-03-01T00:51:18.977Z[ host-image] Mar 01 00:51:19.138 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
104862026-03-01T00:51:18.977Z[ host-image] Mar 01 00:51:19.138 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
104872026-03-01T00:51:19.002Z[ host-image] Mar 01 00:51:19.151 INFO creating compressed cpio/unix for dev loaders...
104882026-03-01T00:51:19.002Z[ host-image] Mar 01 00:51:19.152 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
104892026-03-01T00:51:19.777Z[ host-image] Mar 01 00:51:19.937 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
104902026-03-01T00:51:20.341Z[ recovery-image] Mar 01 00:51:20.499 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
104912026-03-01T00:51:24.534Z[ recovery-image] Mar 01 00:51:24.694 INFO E| Compiling serde_derive v1.0.219
104922026-03-01T00:51:24.534Z[ recovery-image] Mar 01 00:51:24.694 INFO E| Compiling clap_derive v4.5.32
104932026-03-01T00:51:27.853Z[ host-image] Mar 01 00:51:28.013 INFO creating reset image...
104942026-03-01T00:51:27.853Z[ host-image] Mar 01 00:51:28.013 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
104952026-03-01T00:51:27.924Z[ host-image] Mar 01 00:51:28.085 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-02-09-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
104962026-03-01T00:51:27.924Z[ host-image] Mar 01 00:51:28.085 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")
104972026-03-01T00:51:28.086Z[ host-image] Mar 01 00:51:28.246 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
104982026-03-01T00:51:28.111Z[ host-image] Mar 01 00:51:28.254 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
104992026-03-01T00:51:28.848Z[ host-image] Mar 01 00:51:29.008 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
105002026-03-01T00:51:28.848Z[ host-image] Mar 01 00:51:29.008 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
105012026-03-01T00:51:28.848Z[ host-image] Mar 01 00:51:29.008 INFO E| Compiling proc-macro2 v1.0.106
105022026-03-01T00:51:28.873Z[ host-image] Mar 01 00:51:29.008 INFO E| Compiling quote v1.0.44
105032026-03-01T00:51:28.873Z[ host-image] Mar 01 00:51:29.009 INFO E| Compiling unicode-ident v1.0.23
105042026-03-01T00:51:28.873Z[ host-image] Mar 01 00:51:29.009 INFO E| Compiling syn v1.0.109
105052026-03-01T00:51:28.873Z[ host-image] Mar 01 00:51:29.009 INFO E| Compiling x86 v0.52.0
105062026-03-01T00:51:28.873Z[ host-image] Mar 01 00:51:29.009 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105072026-03-01T00:51:29.549Z[ host-image] Mar 01 00:51:29.710 INFO E| Compiling seq-macro v0.3.6
105082026-03-01T00:51:29.914Z[ recovery-image] Mar 01 00:51:30.075 INFO E| Compiling clap v4.5.37
105092026-03-01T00:51:32.097Z[ recovery-image] Mar 01 00:51:32.258 INFO E| Compiling serde v1.0.219
105102026-03-01T00:51:32.442Z[ host-image] Mar 01 00:51:32.603 INFO E| Compiling syn v2.0.114
105112026-03-01T00:51:37.549Z[ host-image] Mar 01 00:51:37.710 INFO E| Compiling scroll_derive v0.13.1
105122026-03-01T00:51:38.906Z[ recovery-image] Mar 01 00:51:39.068 INFO E| Compiling serde_spanned v0.6.8
105132026-03-01T00:51:38.906Z[ recovery-image] Mar 01 00:51:39.068 INFO E| Compiling toml_datetime v0.6.9
105142026-03-01T00:51:39.436Z[ recovery-image] Mar 01 00:51:39.598 INFO E| Compiling toml_edit v0.22.26
105152026-03-01T00:51:41.678Z[ host-image] Mar 01 00:51:41.839 INFO E| Compiling bitstruct_derive v0.1.0
105162026-03-01T00:51:43.212Z[ recovery-image] Mar 01 00:51:43.373 INFO E| Compiling toml v0.8.22
105172026-03-01T00:51:50.914Z[ recovery-image] Mar 01 00:51:51.076 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.38s
105182026-03-01T00:51:50.939Z[ recovery-image] Mar 01 00:51:51.096 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml --image /work/os-recovery/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
105192026-03-01T00:51:50.966Z[ recovery-image] Mar 01 00:51:51.128 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
105202026-03-01T00:51:52.527Z[ recovery-image] Mar 01 00:51:52.689 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
105212026-03-01T00:51:52.552Z[ recovery-image] Mar 01 00:51:52.696 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7 -o /work/os-recovery/cosmo.rom`
105222026-03-01T00:51:53.078Z[ recovery-image] Mar 01 00:51:53.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
105232026-03-01T00:51:53.078Z[ recovery-image] Mar 01 00:51:53.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
105242026-03-01T00:51:53.148Z[ recovery-image] Mar 01 00:51:53.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
105252026-03-01T00:51:53.148Z[ recovery-image] Mar 01 00:51:53.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
105262026-03-01T00:51:53.148Z[ recovery-image] Mar 01 00:51:53.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105272026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105282026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105292026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
105302026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
105312026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
105322026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
105332026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105342026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105352026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105362026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105372026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105382026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
105392026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105402026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.242 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
105412026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.242 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
105422026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.242 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105432026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.242 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105442026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.242 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
105452026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.242 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105462026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.242 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
105472026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.242 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
105482026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.242 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
105492026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.243 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105502026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.243 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
105512026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.243 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105522026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.243 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
105532026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.243 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
105542026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.243 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
105552026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.243 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105562026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.243 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
105572026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.243 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
105582026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.243 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
105592026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
105602026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
105612026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
105622026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
105632026-03-01T00:51:53.149Z[ recovery-image] Mar 01 00:51:53.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
105642026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
105652026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
105662026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
105672026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105682026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
105692026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
105702026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
105712026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
105722026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
105732026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
105742026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
105752026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.246 INFO O| Info: ABL version: 0x1007f011
105762026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.246 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
105772026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.246 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
105782026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
105792026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105802026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105812026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105822026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105832026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105842026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105852026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105862026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105872026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105882026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105892026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105902026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105912026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105922026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105932026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105942026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105952026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105962026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105972026-03-01T00:51:53.150Z[ recovery-image] Mar 01 00:51:53.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105982026-03-01T00:51:53.176Z[ recovery-image] Mar 01 00:51:53.320 INFO building ROM for gimlet
105992026-03-01T00:51:53.176Z[ recovery-image] Mar 01 00:51:53.320 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml", "--image", "/work/os-recovery/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
106002026-03-01T00:51:53.452Z[ recovery-image] Mar 01 00:51:53.614 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
106012026-03-01T00:51:53.477Z[ recovery-image] Mar 01 00:51:53.620 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
106022026-03-01T00:51:53.502Z[ recovery-image] Mar 01 00:51:53.642 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106032026-03-01T00:51:53.664Z[ recovery-image] Mar 01 00:51:53.827 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
106042026-03-01T00:51:53.730Z[ recovery-image] Mar 01 00:51:53.872 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h -o /work/os-recovery/gimlet.rom`
106052026-03-01T00:51:54.056Z[ recovery-image] Mar 01 00:51:54.218 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106062026-03-01T00:51:54.056Z[ recovery-image] Mar 01 00:51:54.218 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106072026-03-01T00:51:54.082Z[ recovery-image] Mar 01 00:51:54.218 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106082026-03-01T00:51:54.082Z[ recovery-image] Mar 01 00:51:54.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106092026-03-01T00:51:54.082Z[ recovery-image] Mar 01 00:51:54.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106102026-03-01T00:51:54.082Z[ recovery-image] Mar 01 00:51:54.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106112026-03-01T00:51:54.082Z[ recovery-image] Mar 01 00:51:54.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106122026-03-01T00:51:54.082Z[ recovery-image] Mar 01 00:51:54.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106132026-03-01T00:51:54.082Z[ recovery-image] Mar 01 00:51:54.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106142026-03-01T00:51:54.082Z[ recovery-image] Mar 01 00:51:54.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106152026-03-01T00:51:54.082Z[ recovery-image] Mar 01 00:51:54.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106162026-03-01T00:51:54.082Z[ recovery-image] Mar 01 00:51:54.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106172026-03-01T00:51:54.082Z[ recovery-image] Mar 01 00:51:54.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106182026-03-01T00:51:54.082Z[ recovery-image] Mar 01 00:51:54.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106192026-03-01T00:51:54.082Z[ recovery-image] Mar 01 00:51:54.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106202026-03-01T00:51:54.082Z[ recovery-image] Mar 01 00:51:54.220 INFO O| Info: ABL version: 0x100f5010
106212026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.220 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106222026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106232026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106242026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106252026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106262026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106272026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106282026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106292026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106302026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106312026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106322026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106332026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106342026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106352026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106362026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106372026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106382026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106392026-03-01T00:51:54.083Z[ recovery-image] Mar 01 00:51:54.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106402026-03-01T00:51:54.130Z[ recovery-image] Mar 01 00:51:54.292 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106412026-03-01T00:51:54.130Z[ recovery-image] Mar 01 00:51:54.292 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106422026-03-01T00:51:54.130Z[ recovery-image] Mar 01 00:51:54.292 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
106432026-03-01T00:51:57.582Z[ recovery-image] Mar 01 00:51:57.744 INFO image complete! materials are in "/work/os-recovery"
106442026-03-01T00:51:57.607Z[ recovery-image]
106452026-03-01T00:51:57.607Z[ recovery-image] real 26:12.359547025
106462026-03-01T00:51:57.607Z[ recovery-image] user 17:42.074827294
106472026-03-01T00:51:57.607Z[ recovery-image] sys 1:44.703611407
106482026-03-01T00:51:57.607Z[ recovery-image] trap 0.771015454
106492026-03-01T00:51:57.607Z[ recovery-image] tflt 1.216713814
106502026-03-01T00:51:57.607Z[ recovery-image] dflt 5.007033220
106512026-03-01T00:51:57.607Z[ recovery-image] kflt 0.031459292
106522026-03-01T00:51:57.607Z[ recovery-image] lock 56:09.269695717
106532026-03-01T00:51:57.607Z[ recovery-image] slp 2:34:31.783542211
106542026-03-01T00:51:57.607Z[ recovery-image] lat 9:45.915400772
106552026-03-01T00:51:57.607Z[ recovery-image] stop 15.265632003
106562026-03-01T00:51:57.607ZMar 01 00:51:57.753 INFO [recovery-image] process exited with exit status: 0 (1572.398086187s)
106572026-03-01T00:52:05.616Z[ host-image] Mar 01 00:52:05.780 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
106582026-03-01T00:52:10.387Z[ host-image] Mar 01 00:52:10.550 INFO E| Compiling bitflags v1.3.2
106592026-03-01T00:52:10.412Z[ host-image] Mar 01 00:52:10.550 INFO E| Compiling adler2 v2.0.1
106602026-03-01T00:52:10.412Z[ host-image] Mar 01 00:52:10.550 INFO E| Compiling log v0.4.29
106612026-03-01T00:52:10.412Z[ host-image] Mar 01 00:52:10.550 INFO E| Compiling bit_field v0.10.3
106622026-03-01T00:52:10.412Z[ host-image] Mar 01 00:52:10.550 INFO E| Compiling scroll v0.13.0
106632026-03-01T00:52:10.412Z[ host-image] Mar 01 00:52:10.550 INFO E| Compiling bitflags v2.10.0
106642026-03-01T00:52:10.412Z[ host-image] Mar 01 00:52:10.550 INFO E| Compiling plain v0.2.3
106652026-03-01T00:52:10.514Z[ host-image] Mar 01 00:52:10.678 INFO E| Compiling raw-cpuid v10.7.0
106662026-03-01T00:52:10.672Z[ host-image] Mar 01 00:52:10.835 INFO E| Compiling miniz_oxide v0.9.0
106672026-03-01T00:52:10.758Z[ host-image] Mar 01 00:52:10.922 INFO E| Compiling cpio_reader v0.1.2
106682026-03-01T00:52:10.786Z[ host-image] Mar 01 00:52:10.929 INFO E| Compiling bitstruct v0.1.1
106692026-03-01T00:52:10.948Z[ host-image] Mar 01 00:52:11.112 INFO E| Compiling static_assertions v1.1.0
106702026-03-01T00:52:11.043Z[ host-image] Mar 01 00:52:11.207 INFO E| Compiling goblin v0.10.4
106712026-03-01T00:52:16.685Z[ host-image] Mar 01 00:52:16.848 INFO E| Finished `release` profile [optimized] target(s) in 48.54s
106722026-03-01T00:52:16.710Z[ host-image] Mar 01 00:52:16.869 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106732026-03-01T00:52:16.790Z[ host-image] Mar 01 00:52:16.954 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.91.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
106742026-03-01T00:52:16.790Z[ host-image] Mar 01 00:52:16.954 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106752026-03-01T00:52:16.815Z[ host-image] Mar 01 00:52:16.954 INFO building ROM for gimlet
106762026-03-01T00:52:16.815Z[ host-image] Mar 01 00:52:16.954 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")
106772026-03-01T00:52:16.968Z[ host-image] Mar 01 00:52:17.132 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
106782026-03-01T00:52:16.993Z[ host-image] Mar 01 00:52:17.135 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`
106792026-03-01T00:52:16.993Z[ host-image] Mar 01 00:52:17.155 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106802026-03-01T00:52:17.110Z[ host-image] Mar 01 00:52:17.274 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
106812026-03-01T00:52:17.136Z[ host-image] Mar 01 00:52:17.283 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`
106822026-03-01T00:52:17.359Z[ host-image] Mar 01 00:52:17.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106832026-03-01T00:52:17.360Z[ host-image] Mar 01 00:52:17.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106842026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106852026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106862026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106872026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106882026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106892026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106902026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.524 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106912026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.524 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106922026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.524 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106932026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.524 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106942026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.524 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106952026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.524 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106962026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.524 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106972026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.524 INFO O| Info: ABL version: 0x100f5010
106982026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.524 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106992026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.524 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107002026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107012026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107022026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107032026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107042026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107052026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107062026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107072026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107082026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107092026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107102026-03-01T00:52:17.385Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107112026-03-01T00:52:17.386Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107122026-03-01T00:52:17.386Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107132026-03-01T00:52:17.386Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107142026-03-01T00:52:17.386Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107152026-03-01T00:52:17.386Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107162026-03-01T00:52:17.386Z[ host-image] Mar 01 00:52:17.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107172026-03-01T00:52:17.430Z[ host-image] Mar 01 00:52:17.593 INFO building ROM for cosmo
107182026-03-01T00:52:17.430Z[ host-image] Mar 01 00:52:17.593 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")
107192026-03-01T00:52:17.606Z[ host-image] Mar 01 00:52:17.770 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
107202026-03-01T00:52:17.631Z[ host-image] Mar 01 00:52:17.774 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`
107212026-03-01T00:52:17.657Z[ host-image] Mar 01 00:52:17.797 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
107222026-03-01T00:52:17.776Z[ host-image] Mar 01 00:52:17.940 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
107232026-03-01T00:52:17.801Z[ host-image] Mar 01 00:52:17.945 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`
107242026-03-01T00:52:18.190Z[ host-image] Mar 01 00:52:18.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
107252026-03-01T00:52:18.190Z[ host-image] Mar 01 00:52:18.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
107262026-03-01T00:52:18.190Z[ host-image] Mar 01 00:52:18.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
107272026-03-01T00:52:18.190Z[ host-image] Mar 01 00:52:18.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
107282026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
107292026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
107302026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
107312026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
107322026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
107332026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
107342026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
107352026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
107362026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
107372026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
107382026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
107392026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
107402026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
107412026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
107422026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
107432026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
107442026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
107452026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
107462026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
107472026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
107482026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
107492026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
107502026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
107512026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107522026-03-01T00:52:18.216Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
107532026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107542026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
107552026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
107562026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107572026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107582026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107592026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107602026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107612026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107622026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107632026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107642026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107652026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107662026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107672026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107682026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107692026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107702026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107712026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107722026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107732026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107742026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107752026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107762026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107772026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.357 INFO O| Info: ABL version: 0x1007f011
107782026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.357 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107792026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.357 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107802026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107812026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107822026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107832026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107842026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107852026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107862026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107872026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107882026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107892026-03-01T00:52:18.217Z[ host-image] Mar 01 00:52:18.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107902026-03-01T00:52:18.218Z[ host-image] Mar 01 00:52:18.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107912026-03-01T00:52:18.218Z[ host-image] Mar 01 00:52:18.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107922026-03-01T00:52:18.218Z[ host-image] Mar 01 00:52:18.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107932026-03-01T00:52:18.218Z[ host-image] Mar 01 00:52:18.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107942026-03-01T00:52:18.218Z[ host-image] Mar 01 00:52:18.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107952026-03-01T00:52:18.218Z[ host-image] Mar 01 00:52:18.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107962026-03-01T00:52:18.218Z[ host-image] Mar 01 00:52:18.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107972026-03-01T00:52:18.218Z[ host-image] Mar 01 00:52:18.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107982026-03-01T00:52:18.218Z[ host-image] Mar 01 00:52:18.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107992026-03-01T00:52:18.218Z[ host-image] Mar 01 00:52:18.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
108002026-03-01T00:52:18.256Z[ host-image] Mar 01 00:52:18.420 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108012026-03-01T00:52:18.256Z[ host-image] Mar 01 00:52:18.420 INFO finishing image archive at "/work/os-host/os.tar.gz"...
108022026-03-01T00:52:39.272Z[ host-image] Mar 01 00:52:39.437 INFO image complete! materials are in "/work/os-host"
108032026-03-01T00:52:39.297Z[ host-image]
108042026-03-01T00:52:39.297Z[ host-image] real 27:40.110202852
108052026-03-01T00:52:39.297Z[ host-image] user 18:16.723214734
108062026-03-01T00:52:39.297Z[ host-image] sys 1:44.224460669
108072026-03-01T00:52:39.297Z[ host-image] trap 0.813631610
108082026-03-01T00:52:39.297Z[ host-image] tflt 0.206622616
108092026-03-01T00:52:39.297Z[ host-image] dflt 0.502201350
108102026-03-01T00:52:39.297Z[ host-image] kflt 0.043754688
108112026-03-01T00:52:39.297Z[ host-image] lock 11:15.090282741
108122026-03-01T00:52:39.297Z[ host-image] slp 2:40:39.134891160
108132026-03-01T00:52:39.297Z[ host-image] lat 7:00.135876631
108142026-03-01T00:52:39.297Z[ host-image] stop 6.050516175
108152026-03-01T00:52:39.298ZMar 01 00:52:39.444 INFO [host-image] process exited with exit status: 0 (1660.11955924s)
108162026-03-01T00:52:39.298ZMar 01 00:52:39.444 INFO [tuf-repo] running task
108172026-03-01T00:53:14.517ZMar 01 00:53:14.684 INFO assembling repository in `/tmp/tufaceouselJSQw`, component: OmicronRepoAssembler
108182026-03-01T00:53:26.088ZMar 01 00:53:26.254 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
108192026-03-01T00:53:26.621ZMar 01 00:53:26.790 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
108202026-03-01T00:53:40.189Z[verify-libraries] Finished `release` profile [optimized] target(s) in 27m 48s
108212026-03-01T00:53:40.744ZMar 01 00:53:40.913 INFO [verify-libraries] process exited with exit status: 0 (1676.03558823s)
108222026-03-01T00:53:58.289ZMar 01 00:53:58.459 INFO extracting uploaded archive to /tmp/.tmp8gSTQ0
108232026-03-01T00:54:02.504ZMar 01 00:54:02.674 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.ga2RwY
108242026-03-01T00:54:02.624ZMar 01 00:54:02.795 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108252026-03-01T00:54:02.851ZMar 01 00:54:03.021 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108262026-03-01T00:54:03.062ZMar 01 00:54:03.232 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108272026-03-01T00:54:03.257ZMar 01 00:54:03.428 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108282026-03-01T00:54:03.456ZMar 01 00:54:03.626 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108292026-03-01T00:54:03.652ZMar 01 00:54:03.823 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108302026-03-01T00:54:03.859ZMar 01 00:54:04.030 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108312026-03-01T00:54:04.088ZMar 01 00:54:04.258 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108322026-03-01T00:54:04.088ZMar 01 00:54:04.258 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108332026-03-01T00:54:04.214ZMar 01 00:54:04.384 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108342026-03-01T00:54:04.214ZMar 01 00:54:04.385 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108352026-03-01T00:54:04.350ZMar 01 00:54:04.521 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108362026-03-01T00:54:04.350ZMar 01 00:54:04.521 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108372026-03-01T00:54:04.491ZMar 01 00:54:04.661 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108382026-03-01T00:54:04.491ZMar 01 00:54:04.661 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108392026-03-01T00:54:04.632ZMar 01 00:54:04.802 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108402026-03-01T00:54:04.632ZMar 01 00:54:04.803 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108412026-03-01T00:54:04.763ZMar 01 00:54:04.933 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108422026-03-01T00:54:04.763ZMar 01 00:54:04.934 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108432026-03-01T00:54:04.894ZMar 01 00:54:05.064 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108442026-03-01T00:54:04.894ZMar 01 00:54:05.065 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108452026-03-01T00:54:04.921ZMar 01 00:54:05.066 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108462026-03-01T00:54:04.921ZMar 01 00:54:05.068 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108472026-03-01T00:54:04.921ZMar 01 00:54:05.069 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108482026-03-01T00:54:04.921ZMar 01 00:54:05.070 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108492026-03-01T00:54:04.921ZMar 01 00:54:05.072 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108502026-03-01T00:54:18.536ZMar 01 00:54:18.707 INFO added artifact, length: 33554432, hash: acbddf253527f71d7c8bee7462f512bcc8a59ba2ae87a5e4ef5e7cc35bc3bf46, version: 19.0.0-0.ci+gitac5ccbc6756, kind: gimlet_host_phase_1, name: host
108512026-03-01T00:54:18.536ZMar 01 00:54:18.707 INFO added artifact, length: 33554432, hash: 2846d9161561e2c471d8bd44e2e9e57701cc3ae3a692a76731f0245e12e4955d, version: 19.0.0-0.ci+gitac5ccbc6756, kind: cosmo_host_phase_1, name: host
108522026-03-01T00:54:18.536ZMar 01 00:54:18.708 INFO added artifact, length: 1101008896, hash: bed06dff38272b99dc398675ae22e37cecd94a33e9ea5c6b6a8bba2c039ac4a4, version: 19.0.0-0.ci+gitac5ccbc6756, kind: host_phase_2, name: host
108532026-03-01T00:54:20.913ZMar 01 00:54:21.084 INFO added artifact, length: 33554432, hash: 955b8b65460e376937e6145cec4d866d85d15a411465480efdb0b5e3d508a74f, version: 19.0.0-0.ci+gitac5ccbc6756, kind: gimlet_trampoline_phase_1, name: trampoline
108542026-03-01T00:54:20.913ZMar 01 00:54:21.084 INFO added artifact, length: 33554432, hash: 9c6d12c4ac2ad171e68f089134df8ee9b7889241ceb7850a2bf3874f1803e994, version: 19.0.0-0.ci+gitac5ccbc6756, kind: cosmo_trampoline_phase_1, name: trampoline
108552026-03-01T00:54:20.913ZMar 01 00:54:21.084 INFO added artifact, length: 147766627, hash: a7f610914eaebd7d322cb79223f0785cc4805a6374d6cc2c239f2f3633a776f5, version: 19.0.0-0.ci+gitac5ccbc6756, kind: trampoline_phase_2, name: trampoline
108562026-03-01T00:54:25.605ZMar 01 00:54:25.768 INFO added artifact, length: 306024619, hash: 716b6b6846e784f380da5240d116875416bcfb20a083636d405c73a34af33a0c, version: 19.0.0-0.ci+gitac5ccbc6756, kind: zone, name: clickhouse_keeper
108572026-03-01T00:54:30.604ZMar 01 00:54:30.775 INFO added artifact, length: 322779976, hash: a9a2d4ba28a82c1984f02090fddf525000de26a5be1a84cf3c3178d7c5c791bd, version: 19.0.0-0.ci+gitac5ccbc6756, kind: zone, name: clickhouse_server
108582026-03-01T00:54:35.657ZMar 01 00:54:35.829 INFO added artifact, length: 322780129, hash: 4c3c25bd3c810b82564dc1e3a0bfef17fafff75c84242a9a8019b4c32bbf37ca, version: 19.0.0-0.ci+gitac5ccbc6756, kind: zone, name: clickhouse
108592026-03-01T00:54:38.291ZMar 01 00:54:38.463 INFO added artifact, length: 166781787, hash: 38e09eaa1a028eb84f004be5a02265381fe807e58127fb0a5417d0d62ce8863b, version: 19.0.0-0.ci+gitac5ccbc6756, kind: zone, name: cockroachdb
108602026-03-01T00:54:38.985ZMar 01 00:54:39.157 INFO added artifact, length: 44083254, hash: daa57f912db9e4d42da77f9d5458f3c3fbc8b1580794570d647763bcfe9c85e0, version: 19.0.0-0.ci+gitac5ccbc6756, kind: zone, name: crucible-pantry-zone
108612026-03-01T00:54:39.917ZMar 01 00:54:40.089 INFO added artifact, length: 58560618, hash: 624615b2762176a031ab7ab0696e4ec108090f46aed597762dccb6aec347276e, version: 19.0.0-0.ci+gitac5ccbc6756, kind: zone, name: crucible-zone
108622026-03-01T00:54:40.743ZMar 01 00:54:40.916 INFO added artifact, length: 53232012, hash: 7d5de5fcea1b2d79c8a493e8bd5e28aa46602cef948fe586b5315926e2e5eb7c, version: 19.0.0-0.ci+gitac5ccbc6756, kind: zone, name: external-dns
108632026-03-01T00:54:41.566ZMar 01 00:54:41.739 INFO added artifact, length: 53231614, hash: 286c436493943553f987db335836098906649704e4bccd0c5d1d41fad9495645, version: 19.0.0-0.ci+gitac5ccbc6756, kind: zone, name: internal-dns
108642026-03-01T00:54:45.073ZMar 01 00:54:45.245 INFO added artifact, length: 221301617, hash: f148bfde747563f89f718f74ab990e2bc7041d8ddd89723644d7d2fea69e27ba, version: 19.0.0-0.ci+gitac5ccbc6756, kind: zone, name: nexus
108652026-03-01T00:54:45.604ZMar 01 00:54:45.759 INFO added artifact, length: 32599530, hash: e9462cd86546760e1d5e314b22cee08c9162c729d1465cc61a964d735aa6eba6, version: 19.0.0-0.ci+gitac5ccbc6756, kind: zone, name: ntp
108662026-03-01T00:54:46.643ZMar 01 00:54:46.816 INFO added artifact, length: 67839549, hash: 31943235a3ca4eacc4f0fe290db3d38eeab3e0bd8c45779cb2043ebbc78328c1, version: 19.0.0-0.ci+gitac5ccbc6756, kind: zone, name: oximeter
108672026-03-01T00:54:46.690ZMar 01 00:54:46.863 INFO added artifact, length: 3109590, hash: 7d100ff7fdb67c6e5cf252e05547549bd2f0dcaaca308ecbfcc6bcfcd00a0433, version: 19.0.0-0.ci+gitac5ccbc6756, kind: zone, name: probe
108682026-03-01T00:54:46.715ZMar 01 00:54:46.864 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
108692026-03-01T00:54:46.715ZMar 01 00:54:46.865 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108702026-03-01T00:54:46.716ZMar 01 00:54:46.866 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108712026-03-01T00:54:46.770ZMar 01 00:54:46.943 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
108722026-03-01T00:54:46.857ZMar 01 00:54:47.030 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
108732026-03-01T00:54:47.002ZMar 01 00:54:47.174 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108742026-03-01T00:54:47.002ZMar 01 00:54:47.175 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108752026-03-01T00:54:47.144ZMar 01 00:54:47.316 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108762026-03-01T00:54:47.144ZMar 01 00:54:47.317 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108772026-03-01T00:54:47.285ZMar 01 00:54:47.458 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108782026-03-01T00:54:47.285ZMar 01 00:54:47.458 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108792026-03-01T00:54:47.421ZMar 01 00:54:47.594 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108802026-03-01T00:54:47.421ZMar 01 00:54:47.594 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108812026-03-01T00:54:47.446ZMar 01 00:54:47.596 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108822026-03-01T00:54:47.446ZMar 01 00:54:47.598 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108832026-03-01T00:54:47.446ZMar 01 00:54:47.599 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108842026-03-01T00:54:47.549ZMar 01 00:54:47.722 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
108852026-03-01T00:54:47.803ZMar 01 00:54:47.976 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
108862026-03-01T00:54:48.052ZMar 01 00:54:48.225 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
108872026-03-01T00:54:48.306ZMar 01 00:54:48.479 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108882026-03-01T00:54:48.306ZMar 01 00:54:48.479 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108892026-03-01T00:54:48.447ZMar 01 00:54:48.620 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108902026-03-01T00:54:48.447ZMar 01 00:54:48.620 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108912026-03-01T00:54:48.588ZMar 01 00:54:48.760 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108922026-03-01T00:54:48.588ZMar 01 00:54:48.761 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108932026-03-01T00:54:48.724ZMar 01 00:54:48.897 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108942026-03-01T00:54:48.724ZMar 01 00:54:48.897 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108952026-03-01T00:54:48.750ZMar 01 00:54:48.899 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108962026-03-01T00:54:48.750ZMar 01 00:54:48.900 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108972026-03-01T00:54:48.750ZMar 01 00:54:48.902 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108982026-03-01T00:54:48.750ZMar 01 00:54:48.903 INFO added artifact, length: 924, hash: 9328f082cc244b7b6b86ced4f9d5dd81e2dd6014fc865dd19721ab8bfbf1de7c, version: 19.0.0-0.ci+gitac5ccbc6756, kind: installinator_document, name: installinator_document
108992026-03-01T00:54:49.532ZMar 01 00:54:49.705 INFO extracting uploaded archive to /tmp/.tmpF4dZaI
109002026-03-01T00:54:53.613ZMar 01 00:54:53.786 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.ovkmZ9
109012026-03-01T00:54:53.732ZMar 01 00:54:53.905 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
109022026-03-01T00:54:53.979ZMar 01 00:54:54.152 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
109032026-03-01T00:54:54.190ZMar 01 00:54:54.363 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
109042026-03-01T00:54:54.388ZMar 01 00:54:54.561 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
109052026-03-01T00:54:54.591ZMar 01 00:54:54.764 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
109062026-03-01T00:54:54.790ZMar 01 00:54:54.963 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
109072026-03-01T00:54:54.988ZMar 01 00:54:55.161 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
109082026-03-01T00:54:55.221ZMar 01 00:54:55.394 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
109092026-03-01T00:54:55.221ZMar 01 00:54:55.394 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
109102026-03-01T00:54:55.350ZMar 01 00:54:55.524 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
109112026-03-01T00:54:55.350ZMar 01 00:54:55.524 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
109122026-03-01T00:54:55.488ZMar 01 00:54:55.662 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109132026-03-01T00:54:55.488ZMar 01 00:54:55.662 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109142026-03-01T00:54:55.627ZMar 01 00:54:55.801 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
109152026-03-01T00:54:55.627ZMar 01 00:54:55.801 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
109162026-03-01T00:54:55.766ZMar 01 00:54:55.940 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109172026-03-01T00:54:55.766ZMar 01 00:54:55.940 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109182026-03-01T00:54:55.897ZMar 01 00:54:56.070 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
109192026-03-01T00:54:55.897ZMar 01 00:54:56.070 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109202026-03-01T00:54:56.031ZMar 01 00:54:56.204 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109212026-03-01T00:54:56.031ZMar 01 00:54:56.204 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
109222026-03-01T00:54:56.055ZMar 01 00:54:56.206 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
109232026-03-01T00:54:56.056ZMar 01 00:54:56.207 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
109242026-03-01T00:54:56.056ZMar 01 00:54:56.209 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
109252026-03-01T00:54:56.056ZMar 01 00:54:56.210 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
109262026-03-01T00:54:56.056ZMar 01 00:54:56.212 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
109272026-03-01T00:55:09.375ZMar 01 00:55:09.549 INFO added artifact, length: 33554432, hash: acbddf253527f71d7c8bee7462f512bcc8a59ba2ae87a5e4ef5e7cc35bc3bf46, version: 19.0.0-0.ci+gitac5ccbc6756, kind: gimlet_host_phase_1, name: host
109282026-03-01T00:55:09.375ZMar 01 00:55:09.549 INFO added artifact, length: 33554432, hash: 2846d9161561e2c471d8bd44e2e9e57701cc3ae3a692a76731f0245e12e4955d, version: 19.0.0-0.ci+gitac5ccbc6756, kind: cosmo_host_phase_1, name: host
109292026-03-01T00:55:09.375ZMar 01 00:55:09.549 INFO added artifact, length: 1101008896, hash: bed06dff38272b99dc398675ae22e37cecd94a33e9ea5c6b6a8bba2c039ac4a4, version: 19.0.0-0.ci+gitac5ccbc6756, kind: host_phase_2, name: host
109302026-03-01T00:55:11.798ZMar 01 00:55:11.973 INFO added artifact, length: 33554432, hash: 955b8b65460e376937e6145cec4d866d85d15a411465480efdb0b5e3d508a74f, version: 19.0.0-0.ci+gitac5ccbc6756, kind: gimlet_trampoline_phase_1, name: trampoline
109312026-03-01T00:55:11.798ZMar 01 00:55:11.973 INFO added artifact, length: 33554432, hash: 9c6d12c4ac2ad171e68f089134df8ee9b7889241ceb7850a2bf3874f1803e994, version: 19.0.0-0.ci+gitac5ccbc6756, kind: cosmo_trampoline_phase_1, name: trampoline
109322026-03-01T00:55:11.798ZMar 01 00:55:11.973 INFO added artifact, length: 147766627, hash: a7f610914eaebd7d322cb79223f0785cc4805a6374d6cc2c239f2f3633a776f5, version: 19.0.0-0.ci+gitac5ccbc6756, kind: trampoline_phase_2, name: trampoline
109332026-03-01T00:55:34.731ZMar 01 00:55:34.907 INFO added artifact, length: 1709758453, hash: 70705b3db0ee03ba5e597a37b68c3ef79585177d245a90e6c85634e7a8fc3858, version: 19.0.0-0.ci+gitac5ccbc6756, kind: control_plane, name: control-plane
109342026-03-01T00:55:34.756ZMar 01 00:55:34.908 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
109352026-03-01T00:55:34.756ZMar 01 00:55:34.909 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
109362026-03-01T00:55:34.756ZMar 01 00:55:34.909 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
109372026-03-01T00:55:34.812ZMar 01 00:55:34.987 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
109382026-03-01T00:55:34.894ZMar 01 00:55:35.070 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
109392026-03-01T00:55:35.034ZMar 01 00:55:35.206 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109402026-03-01T00:55:35.034ZMar 01 00:55:35.207 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109412026-03-01T00:55:35.178ZMar 01 00:55:35.354 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109422026-03-01T00:55:35.178ZMar 01 00:55:35.354 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109432026-03-01T00:55:35.324ZMar 01 00:55:35.500 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109442026-03-01T00:55:35.324ZMar 01 00:55:35.500 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109452026-03-01T00:55:35.461ZMar 01 00:55:35.637 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109462026-03-01T00:55:35.461ZMar 01 00:55:35.637 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109472026-03-01T00:55:35.486ZMar 01 00:55:35.639 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109482026-03-01T00:55:35.486ZMar 01 00:55:35.640 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109492026-03-01T00:55:35.486ZMar 01 00:55:35.642 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109502026-03-01T00:55:35.600ZMar 01 00:55:35.769 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
109512026-03-01T00:55:35.832ZMar 01 00:55:36.008 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
109522026-03-01T00:55:36.080ZMar 01 00:55:36.255 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
109532026-03-01T00:55:36.333ZMar 01 00:55:36.509 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109542026-03-01T00:55:36.333ZMar 01 00:55:36.509 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109552026-03-01T00:55:36.474ZMar 01 00:55:36.651 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109562026-03-01T00:55:36.475ZMar 01 00:55:36.651 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109572026-03-01T00:55:36.618ZMar 01 00:55:36.794 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109582026-03-01T00:55:36.618ZMar 01 00:55:36.794 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109592026-03-01T00:55:36.750ZMar 01 00:55:36.927 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109602026-03-01T00:55:36.750ZMar 01 00:55:36.927 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109612026-03-01T00:55:36.776ZMar 01 00:55:36.928 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109622026-03-01T00:55:36.776ZMar 01 00:55:36.930 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109632026-03-01T00:55:36.776ZMar 01 00:55:36.932 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109642026-03-01T00:55:36.776ZMar 01 00:55:36.932 INFO added artifact, length: 924, hash: 9328f082cc244b7b6b86ced4f9d5dd81e2dd6014fc865dd19721ab8bfbf1de7c, version: 19.0.0-0.ci+gitac5ccbc6756, kind: installinator_document, name: installinator_document
109652026-03-01T00:55:37.670ZMar 01 00:55:37.846 INFO [tuf-repo] task succeeded (178.402118005s)
109662026-03-01T00:55:37.670ZMar 01 00:55:37.846 INFO all jobs completed in 3465.073561654s
109672026-03-01T00:55:39.128Zprocess exited: duration 4192857 ms, exit code 0
 
109682026-03-01T00:55:39.211Zfound 41 output files
109692026-03-01T00:55:39.211Zuploading: /work/manifest.toml (17174 bytes)
109702026-03-01T00:55:40.386Zuploaded: /work/manifest.toml
109712026-03-01T00:55:40.386Zuploading: /work/repo.zip (2961321897 bytes)
109722026-03-01T00:59:32.930Zuploaded: /work/repo.zip
109732026-03-01T00:59:32.930Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109742026-03-01T00:59:33.997Zuploaded: /work/repo.zip.sha256.txt
109752026-03-01T00:59:34.022Zuploading: /work/helios.json (647 bytes)
109762026-03-01T00:59:35.095Zuploaded: /work/helios.json
109772026-03-01T00:59:35.095Zuploading: /work/incorporation.p5m (100410 bytes)
109782026-03-01T00:59:36.330Zuploaded: /work/incorporation.p5m
109792026-03-01T00:59:36.330Zuploading: /work/incorporation.p5p (122880 bytes)
109802026-03-01T00:59:37.587Zuploaded: /work/incorporation.p5p
109812026-03-01T00:59:37.612Zuploading: /work/helios-incorp.log (526 bytes)
109822026-03-01T00:59:38.685Zuploaded: /work/helios-incorp.log
109832026-03-01T00:59:38.685Zuploading: /work/helios-setup.log (58099 bytes)
109842026-03-01T00:59:39.898Zuploaded: /work/helios-setup.log
109852026-03-01T00:59:39.898Zuploading: /work/host-image.log (234642 bytes)
109862026-03-01T00:59:41.178Zuploaded: /work/host-image.log
109872026-03-01T00:59:41.178Zuploading: /work/host-package.log (34638 bytes)
109882026-03-01T00:59:42.371Zuploaded: /work/host-package.log
109892026-03-01T00:59:42.396Zuploading: /work/host-target.log (101 bytes)
109902026-03-01T00:59:43.471Zuploaded: /work/host-target.log
109912026-03-01T00:59:43.471Zuploading: /work/incorp-create.log (0 bytes)
109922026-03-01T00:59:44.546Zuploaded: /work/incorp-create.log
109932026-03-01T00:59:44.571Zuploading: /work/incorp-fmt.log (0 bytes)
109942026-03-01T00:59:45.619Zuploaded: /work/incorp-fmt.log
109952026-03-01T00:59:45.644Zuploading: /work/incorp-pkgsend.log (108 bytes)
109962026-03-01T00:59:46.717Zuploaded: /work/incorp-pkgsend.log
109972026-03-01T00:59:46.717Zuploading: /work/incorp-publisher.log (0 bytes)
109982026-03-01T00:59:47.790Zuploaded: /work/incorp-publisher.log
109992026-03-01T00:59:47.790Zuploading: /work/omicron-package.log (6881 bytes)
110002026-03-01T00:59:48.910Zuploaded: /work/omicron-package.log
110012026-03-01T00:59:48.935Zuploading: /work/recovery-image.log (603553 bytes)
110022026-03-01T00:59:50.170Zuploaded: /work/recovery-image.log
110032026-03-01T00:59:50.170Zuploading: /work/recovery-package.log (1870 bytes)
110042026-03-01T00:59:51.268Zuploaded: /work/recovery-package.log
110052026-03-01T00:59:51.293Zuploading: /work/recovery-target.log (98 bytes)
110062026-03-01T00:59:52.366Zuploaded: /work/recovery-target.log
110072026-03-01T00:59:52.366Zuploading: /work/stamp-clickhouse.log (117 bytes)
110082026-03-01T00:59:53.465Zuploaded: /work/stamp-clickhouse.log
110092026-03-01T00:59:53.465Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
110102026-03-01T00:59:54.562Zuploaded: /work/stamp-clickhouse_keeper.log
110112026-03-01T00:59:54.562Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
110122026-03-01T00:59:55.659Zuploaded: /work/stamp-clickhouse_server.log
110132026-03-01T00:59:55.659Zuploading: /work/stamp-cockroachdb.log (118 bytes)
110142026-03-01T00:59:56.757Zuploaded: /work/stamp-cockroachdb.log
110152026-03-01T00:59:56.757Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
110162026-03-01T00:59:57.855Zuploaded: /work/stamp-crucible-pantry-zone.log
110172026-03-01T00:59:57.879Zuploading: /work/stamp-crucible-utils.log (118 bytes)
110182026-03-01T00:59:58.952Zuploaded: /work/stamp-crucible-utils.log
110192026-03-01T00:59:58.952Zuploading: /work/stamp-crucible-zone.log (120 bytes)
110202026-03-01T01:00:00.051Zuploaded: /work/stamp-crucible-zone.log
110212026-03-01T01:00:00.051Zuploading: /work/stamp-external-dns.log (119 bytes)
110222026-03-01T01:00:01.152Zuploaded: /work/stamp-external-dns.log
110232026-03-01T01:00:01.152Zuploading: /work/stamp-installinator.log (103 bytes)
110242026-03-01T01:00:02.259Zuploaded: /work/stamp-installinator.log
110252026-03-01T01:00:02.284Zuploading: /work/stamp-internal-dns.log (119 bytes)
110262026-03-01T01:00:03.356Zuploaded: /work/stamp-internal-dns.log
110272026-03-01T01:00:03.381Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
110282026-03-01T01:00:04.455Zuploaded: /work/stamp-mg-ddm-gz.log
110292026-03-01T01:00:04.455Zuploading: /work/stamp-nexus.log (112 bytes)
110302026-03-01T01:00:05.553Zuploaded: /work/stamp-nexus.log
110312026-03-01T01:00:05.553Zuploading: /work/stamp-ntp.log (110 bytes)
110322026-03-01T01:00:06.652Zuploaded: /work/stamp-ntp.log
110332026-03-01T01:00:06.652Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
110342026-03-01T01:00:07.748Zuploaded: /work/stamp-omicron-sled-agent.log
110352026-03-01T01:00:07.748Zuploading: /work/stamp-overlay.log (114 bytes)
110362026-03-01T01:00:08.843Zuploaded: /work/stamp-overlay.log
110372026-03-01T01:00:08.868Zuploading: /work/stamp-oximeter.log (115 bytes)
110382026-03-01T01:00:09.941Zuploaded: /work/stamp-oximeter.log
110392026-03-01T01:00:09.941Zuploading: /work/stamp-oxlog.log (109 bytes)
110402026-03-01T01:00:11.037Zuploaded: /work/stamp-oxlog.log
110412026-03-01T01:00:11.037Zuploading: /work/stamp-probe.log (112 bytes)
110422026-03-01T01:00:12.134Zuploaded: /work/stamp-probe.log
110432026-03-01T01:00:12.134Zuploading: /work/stamp-propolis-server.log (122 bytes)
110442026-03-01T01:00:13.230Zuploaded: /work/stamp-propolis-server.log
110452026-03-01T01:00:13.231Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110462026-03-01T01:00:14.327Zuploaded: /work/stamp-pumpkind-gz.log
110472026-03-01T01:00:14.351Zuploading: /work/stamp-switch-asic.log (118 bytes)
110482026-03-01T01:00:15.424Zuploaded: /work/stamp-switch-asic.log
110492026-03-01T01:00:15.424Zuploading: /work/verify-libraries.log (12231 bytes)
110502026-03-01T01:00:16.567Zuploaded: /work/verify-libraries.log