01KKFD11SD98HB3V0KT90HK327: 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: 01KKFD1GA71BBYW2AGK497PNX7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-11T21:34:11.391Zjob assigned to worker 01KKFD1P36YCWRQJF6KYQNCSDA [factory aws, i-0ed8d4fb364332f0d] (queued for 1 m 42 s)
 
22026-03-11T21:34:18.570Zstarting task 0: "setup"
32026-03-11T21:34:18.577Z++ uname -s
42026-03-11T21:34:18.580Z+ kern=SunOS
52026-03-11T21:34:18.580Z+ build_user=build
62026-03-11T21:34:18.580Z+ build_uid=12345
72026-03-11T21:34:18.580Z+ work_dir=/work
82026-03-11T21:34:18.580Z+ input_dir=/input
92026-03-11T21:34:18.580Z+ [[ 0 == 12345 ]]
102026-03-11T21:34:18.580Z+ case "$kern" in
112026-03-11T21:34:18.580Z+ groupadd -g 12345 build
122026-03-11T21:34:18.583Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-11T21:34:20.587Z+ zfs create -o mountpoint=/work rpool/work
142026-03-11T21:34:20.662Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-11T21:34:20.666Z+ home_fs=zfs
162026-03-11T21:34:20.666Z+ [[ zfs == autofs ]]
172026-03-11T21:34:20.666Z+ mkdir -p /home/build
182026-03-11T21:34:20.666Z+ chown build:build /home/build /work
192026-03-11T21:34:22.668Z+ chmod 0700 /home/build /work
202026-03-11T21:34:22.671Zprocess exited: duration 4099 ms, exit code 0
 
212026-03-11T21:34:22.677Zstarting task 1: "rust-toolchain"
222026-03-11T21:34:22.681Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-11T21:34:22.682Z * rust toolchain channel = "1.91.1"
242026-03-11T21:34:22.682Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-11T21:34:22.682Z * rust toolchain profile = "default"
262026-03-11T21:34:22.682Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-11T21:34:22.682Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-11T21:34:22.685Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-11T21:34:22.685Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-11T21:34:22.767Zinfo: downloading installer
312026-03-11T21:34:24.584Zwarn: It looks like you have an existing installation of Rust at:
322026-03-11T21:34:24.584Zwarn: /opt/ooce/bin
332026-03-11T21:34:24.584Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-11T21:34:24.584Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-11T21:34:24.584Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-11T21:34:24.584Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-11T21:34:24.584Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-11T21:34:24.584Zerror: cannot install while Rust is installed
392026-03-11T21:34:24.584Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-11T21:34:24.684Zinfo: profile set to 'default'
412026-03-11T21:34:24.684Zinfo: default host triple is x86_64-unknown-illumos
422026-03-11T21:34:24.687Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-11T21:34:24.855Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-11T21:34:24.855Zinfo: downloading component 'cargo'
452026-03-11T21:34:25.848Zinfo: downloading component 'clippy'
462026-03-11T21:34:26.228Zinfo: downloading component 'rust-docs'
472026-03-11T21:34:28.045Zinfo: downloading component 'rust-std'
482026-03-11T21:34:30.193Zinfo: downloading component 'rustc'
492026-03-11T21:34:39.235Zinfo: downloading component 'rustfmt'
502026-03-11T21:34:39.518Zinfo: installing component 'cargo'
512026-03-11T21:34:40.331Zinfo: installing component 'clippy'
522026-03-11T21:34:40.682Zinfo: installing component 'rust-docs'
532026-03-11T21:34:42.157Zinfo: installing component 'rust-std'
542026-03-11T21:34:43.665Zinfo: installing component 'rustc'
552026-03-11T21:34:49.475Zinfo: installing component 'rustfmt'
562026-03-11T21:34:49.786Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-11T21:34:49.786Z
582026-03-11T21:34:50.195Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-11T21:34:50.195Z
602026-03-11T21:34:50.200Z
612026-03-11T21:34:50.200ZRust is installed now. Great!
622026-03-11T21:34:50.200Z
632026-03-11T21:34:50.200ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-11T21:34:50.200Zenvironment variable. This has not been done automatically.
652026-03-11T21:34:50.200Z
662026-03-11T21:34:50.200ZTo configure your current shell, you need to source
672026-03-11T21:34:50.200Zthe corresponding env file under $HOME/.cargo.
682026-03-11T21:34:50.200Z
692026-03-11T21:34:50.200ZThis is usually done by running one of the following (note the leading DOT):
702026-03-11T21:34:50.200Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-11T21:34:50.200Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-11T21:34:50.200Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-11T21:34:50.296Z+ rustup --version
742026-03-11T21:34:50.307Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-11T21:34:50.310Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-11T21:34:50.390Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-11T21:34:50.394Z+ cargo --version
782026-03-11T21:34:50.461Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-11T21:34:50.464Z+ rustc --version
802026-03-11T21:34:50.536Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-11T21:34:50.539Zprocess exited: duration 27858 ms, exit code 0
 
822026-03-11T21:34:50.547Zstarting task 2: "authentication"
832026-03-11T21:34:50.567Zprocess exited: duration 19 ms, exit code 0
 
842026-03-11T21:34:50.574Zstarting task 3: "clone repository"
852026-03-11T21:34:50.578Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-11T21:34:50.583Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-11T21:34:50.616ZCloning into '/work/oxidecomputer/omicron'...
882026-03-11T21:35:00.500Z+ cd /work/oxidecomputer/omicron
892026-03-11T21:35:00.500Z+ git fetch origin 742f09f1f03c91d64eb90927adfbf226335f0257
902026-03-11T21:35:00.859ZFrom https://github.com/oxidecomputer/omicron
912026-03-11T21:35:00.859Z * branch 742f09f1f03c91d64eb90927adfbf226335f0257 -> FETCH_HEAD
922026-03-11T21:35:00.870Z+ [[ -n spr/papertigers/guest-vms-should-get-vsock-devices-by-default ]]
932026-03-11T21:35:00.873Z++ git branch --show-current
942026-03-11T21:35:00.873Z+ current=main
952026-03-11T21:35:00.873Z+ [[ main != spr/papertigers/guest-vms-should-get-vsock-devices-by-default ]]
962026-03-11T21:35:00.873Z+ git branch -f spr/papertigers/guest-vms-should-get-vsock-devices-by-default 742f09f1f03c91d64eb90927adfbf226335f0257
972026-03-11T21:35:00.876Z+ git checkout -f spr/papertigers/guest-vms-should-get-vsock-devices-by-default
982026-03-11T21:35:01.199ZSwitched to branch 'spr/papertigers/guest-vms-should-get-vsock-devices-by-default'
992026-03-11T21:35:01.203Z+ git reset --hard 742f09f1f03c91d64eb90927adfbf226335f0257
1002026-03-11T21:35:01.250ZHEAD is now at 742f09f1f [jj-spr] initial version
1012026-03-11T21:35:01.254Zprocess exited: duration 10677 ms, exit code 0
 
1022026-03-11T21:35:01.260Zstarting task 4: "build"
1032026-03-11T21:35:01.264Z+ source .github/buildomat/ci-env.sh
1042026-03-11T21:35:01.267Z++ export CARGO_TERM_COLOR=always
1052026-03-11T21:35:01.267Z++ CARGO_TERM_COLOR=always
1062026-03-11T21:35:01.267Z+ cargo --version
1072026-03-11T21:35:01.322Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-11T21:35:01.325Z+ rustc --version
1092026-03-11T21:35:01.396Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-11T21:35:01.399Z+ cargo tree --locked
1112026-03-11T21:35:01.668Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-03-11T21:35:01.982Z Updating crates.io index
1132026-03-11T21:35:02.019Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-03-11T21:35:02.667Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-03-11T21:35:03.236Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162026-03-11T21:35:03.564Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1172026-03-11T21:35:03.894Z Updating git repository `https://github.com/oxidecomputer/propolis`
1182026-03-11T21:35:05.620Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-03-11T21:35:07.387Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-03-11T21:35:08.527Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-03-11T21:35:09.190Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222026-03-11T21:35:10.037Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1232026-03-11T21:35:10.633Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1242026-03-11T21:35:11.710Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-03-11T21:35:12.117Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-03-11T21:35:12.571Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-03-11T21:35:12.993Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-03-11T21:35:14.033Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-03-11T21:35:14.807Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-03-11T21:35:15.147Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-03-11T21:35:15.523Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-03-11T21:35:15.929Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-03-11T21:35:16.202Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-03-11T21:35:16.444Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-03-11T21:35:16.735Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-03-11T21:35:17.197Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-03-11T21:35:17.724Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-03-11T21:35:18.315Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-03-11T21:35:18.699Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-03-11T21:35:19.103Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-03-11T21:35:20.325Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-03-11T21:35:21.224Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1432026-03-11T21:35:21.561Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1442026-03-11T21:35:21.922Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1452026-03-11T21:35:22.260Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1462026-03-11T21:35:22.832Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1472026-03-11T21:35:23.089Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1482026-03-11T21:35:23.400Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1492026-03-11T21:35:23.673Z Updating git repository `https://github.com/illumos/smf-rs`
1502026-03-11T21:35:24.116Z Updating git repository `https://github.com/oxidecomputer/omicron`
1512026-03-11T21:35:38.458Z Downloading crates ...
1522026-03-11T21:35:38.557Z Downloaded backon v1.6.0
1532026-03-11T21:35:38.577Z Downloaded bzip2 v0.6.1
1542026-03-11T21:35:38.577Z Downloaded bitflags v2.11.0
1552026-03-11T21:35:38.577Z Downloaded backoff v0.4.0
1562026-03-11T21:35:38.578Z Downloaded atomic-waker v1.1.2
1572026-03-11T21:35:38.578Z Downloaded console v0.16.2
1582026-03-11T21:35:38.579Z Downloaded dof v0.4.0
1592026-03-11T21:35:38.579Z Downloaded anstyle-parse v0.2.7
1602026-03-11T21:35:38.625Z Downloaded aws-lc-rs v1.16.0
1612026-03-11T21:35:38.626Z Downloaded async-stream v0.3.6
1622026-03-11T21:35:38.643Z Downloaded anes v0.1.6
1632026-03-11T21:35:38.644Z Downloaded defmt-macros v1.0.1
1642026-03-11T21:35:38.644Z Downloaded darling_macro v0.21.3
1652026-03-11T21:35:38.644Z Downloaded castaway v0.2.4
1662026-03-11T21:35:38.644Z Downloaded daft v0.1.5
1672026-03-11T21:35:38.644Z Downloaded crossbeam-utils v0.8.21
1682026-03-11T21:35:38.644Z Downloaded darling_macro v0.23.0
1692026-03-11T21:35:38.644Z Downloaded cfg_aliases v0.1.1
1702026-03-11T21:35:38.644Z Downloaded anstyle-query v1.1.5
1712026-03-11T21:35:38.644Z Downloaded dirs-sys-next v0.1.2
1722026-03-11T21:35:38.645Z Downloaded crypto-common v0.1.7
1732026-03-11T21:35:38.645Z Downloaded crunchy v0.2.4
1742026-03-11T21:35:38.645Z Downloaded cpufeatures v0.3.0
1752026-03-11T21:35:38.666Z Downloaded difflib v0.4.0
1762026-03-11T21:35:38.666Z Downloaded ciborium-ll v0.2.2
1772026-03-11T21:35:38.666Z Downloaded debug-ignore v1.0.5
1782026-03-11T21:35:38.666Z Downloaded cfg-if v1.0.4
1792026-03-11T21:35:38.688Z Downloaded defmt-parser v1.0.0
1802026-03-11T21:35:38.688Z Downloaded cstr-argument v0.1.2
1812026-03-11T21:35:38.688Z Downloaded bitfield-macros v0.19.4
1822026-03-11T21:35:38.688Z Downloaded dyn-clone v1.0.20
1832026-03-11T21:35:38.688Z Downloaded dirs-next v2.0.0
1842026-03-11T21:35:38.688Z Downloaded document-features v0.2.12
1852026-03-11T21:35:38.702Z Downloaded crc v3.4.0
1862026-03-11T21:35:38.702Z Downloaded dtrace-parser v0.3.0
1872026-03-11T21:35:38.702Z Downloaded dtrace-parser v0.2.0
1882026-03-11T21:35:38.702Z Downloaded constant_time_eq v0.3.1
1892026-03-11T21:35:38.702Z Downloaded dunce v1.0.5
1902026-03-11T21:35:38.702Z Downloaded diesel_table_macro_syntax v0.2.0
1912026-03-11T21:35:38.720Z Downloaded convert_case v0.4.0
1922026-03-11T21:35:38.720Z Downloaded crc8 v0.1.1
1932026-03-11T21:35:38.720Z Downloaded display-error-chain v0.2.2
1942026-03-11T21:35:38.721Z Downloaded embedded-io v0.6.1
1952026-03-11T21:35:38.797Z Downloaded event-listener-strategy v0.5.4
1962026-03-11T21:35:38.797Z Downloaded cmake v0.1.57
1972026-03-11T21:35:38.797Z Downloaded byteorder v1.5.0
1982026-03-11T21:35:38.797Z Downloaded env_filter v1.0.0
1992026-03-11T21:35:38.840Z Downloaded fd-lock v4.0.4
2002026-03-11T21:35:38.840Z Downloaded errno v0.3.14
2012026-03-11T21:35:38.841Z Downloaded defmt v1.0.1
2022026-03-11T21:35:38.841Z Downloaded cpufeatures v0.2.17
2032026-03-11T21:35:38.842Z Downloaded fixedbitset v0.4.2
2042026-03-11T21:35:38.842Z Downloaded flagset v0.4.7
2052026-03-11T21:35:38.842Z Downloaded fnv v1.0.7
2062026-03-11T21:35:38.842Z Downloaded futures-io v0.3.32
2072026-03-11T21:35:38.843Z Downloaded futures-task v0.3.32
2082026-03-11T21:35:38.843Z Downloaded foreign-types-shared v0.1.1
2092026-03-11T21:35:38.843Z Downloaded crossbeam-deque v0.8.6
2102026-03-11T21:35:38.843Z Downloaded ecdsa v0.16.9
2112026-03-11T21:35:38.843Z Downloaded csv-core v0.1.13
2122026-03-11T21:35:38.843Z Downloaded foreign-types-macros v0.2.3
2132026-03-11T21:35:38.843Z Downloaded futures-core v0.3.32
2142026-03-11T21:35:38.843Z Downloaded ghash v0.5.1
2152026-03-11T21:35:38.843Z Downloaded crossbeam-epoch v0.9.18
2162026-03-11T21:35:38.843Z Downloaded env_logger v0.11.9
2172026-03-11T21:35:38.844Z Downloaded drift v0.1.3
2182026-03-11T21:35:38.844Z Downloaded git-stub v1.0.0
2192026-03-11T21:35:38.934Z Downloaded globwalk v0.9.1
2202026-03-11T21:35:38.934Z Downloaded ed25519 v2.2.3
2212026-03-11T21:35:38.935Z Downloaded headers-core v0.3.0
2222026-03-11T21:35:38.935Z Downloaded blake2b_simd v1.0.4
2232026-03-11T21:35:38.935Z Downloaded float-cmp v0.10.0
2242026-03-11T21:35:38.935Z Downloaded heck v0.4.1
2252026-03-11T21:35:38.935Z Downloaded fs-err v2.11.0
2262026-03-11T21:35:38.935Z Downloaded clap_derive v4.5.55
2272026-03-11T21:35:38.935Z Downloaded hex-literal v0.4.1
2282026-03-11T21:35:38.935Z Downloaded home v0.5.12
2292026-03-11T21:35:38.935Z Downloaded erased-serde v0.3.31
2302026-03-11T21:35:38.935Z Downloaded heck v0.5.0
2312026-03-11T21:35:38.935Z Downloaded hex v0.4.3
2322026-03-11T21:35:38.936Z Downloaded dropshot_endpoint v0.16.7
2332026-03-11T21:35:38.955Z Downloaded http-body v1.0.1
2342026-03-11T21:35:38.955Z Downloaded derive_builder v0.20.2
2352026-03-11T21:35:38.955Z Downloaded chacha20 v0.10.0
2362026-03-11T21:35:38.956Z Downloaded hyper-tls v0.6.0
2372026-03-11T21:35:38.956Z Downloaded hostname v0.4.2
2382026-03-11T21:35:38.956Z Downloaded hubpack_derive v0.1.1
2392026-03-11T21:35:38.956Z Downloaded hubpack v0.1.2
2402026-03-11T21:35:38.956Z Downloaded http-range v0.1.5
2412026-03-11T21:35:38.956Z Downloaded hash32 v0.3.1
2422026-03-11T21:35:38.956Z Downloaded ident_case v1.0.1
2432026-03-11T21:35:38.956Z Downloaded group v0.13.0
2442026-03-11T21:35:38.956Z Downloaded camino v1.2.2
2452026-03-11T21:35:38.956Z Downloaded allocator-api2 v0.2.21
2462026-03-11T21:35:38.956Z Downloaded indoc v1.0.9
2472026-03-11T21:35:38.956Z Downloaded instant v0.1.13
2482026-03-11T21:35:38.956Z Downloaded des v0.8.1
2492026-03-11T21:35:38.956Z Downloaded internet-checksum v0.2.1
2502026-03-11T21:35:38.956Z Downloaded is_terminal_polyfill v1.70.2
2512026-03-11T21:35:38.956Z Downloaded futures-channel v0.3.32
2522026-03-11T21:35:38.957Z Downloaded http-body-util v0.1.3
2532026-03-11T21:35:38.957Z Downloaded foldhash v0.2.0
2542026-03-11T21:35:38.957Z Downloaded kstat-rs v0.2.4
2552026-03-11T21:35:38.957Z Downloaded is_ci v1.2.0
2562026-03-11T21:35:38.957Z Downloaded lazy_static v1.5.0
2572026-03-11T21:35:38.957Z Downloaded diff v0.1.13
2582026-03-11T21:35:38.966Z Downloaded lalrpop-util v0.19.12
2592026-03-11T21:35:38.966Z Downloaded linkme-impl v0.3.35
2602026-03-11T21:35:38.966Z Downloaded linked-hash-map v0.5.6
2612026-03-11T21:35:38.966Z Downloaded lru-slab v0.1.2
2622026-03-11T21:35:38.966Z Downloaded memmap v0.7.0
2632026-03-11T21:35:38.966Z Downloaded macaddr v1.0.1
2642026-03-11T21:35:38.966Z Downloaded libscf-sys v1.1.0
2652026-03-11T21:35:38.975Z Downloaded hyper-staticfile v0.10.1
2662026-03-11T21:35:38.975Z Downloaded event-listener v5.4.1
2672026-03-11T21:35:38.985Z Downloaded getrandom v0.2.17
2682026-03-11T21:35:38.986Z Downloaded half v1.8.3
2692026-03-11T21:35:38.986Z Downloaded lru-cache v0.1.2
2702026-03-11T21:35:38.996Z Downloaded md5 v0.7.0
2712026-03-11T21:35:38.996Z Downloaded lzss v0.8.2
2722026-03-11T21:35:38.996Z Downloaded is-terminal v0.4.17
2732026-03-11T21:35:39.011Z Downloaded bytes v1.11.1
2742026-03-11T21:35:39.012Z Downloaded mime v0.3.17
2752026-03-11T21:35:39.012Z Downloaded itoa v1.0.17
2762026-03-11T21:35:39.020Z Downloaded diesel_derives v2.2.7
2772026-03-11T21:35:39.020Z Downloaded memoffset v0.9.1
2782026-03-11T21:35:39.020Z Downloaded knuffel-derive v3.2.0
2792026-03-11T21:35:39.020Z Downloaded nested v0.1.1
2802026-03-11T21:35:39.021Z Downloaded miette-derive v5.10.0
2812026-03-11T21:35:39.035Z Downloaded httparse v1.10.1
2822026-03-11T21:35:39.036Z Downloaded newtype-uuid-macros v0.1.0
2832026-03-11T21:35:39.041Z Downloaded newline-converter v0.3.0
2842026-03-11T21:35:39.041Z Downloaded new_debug_unreachable v1.0.6
2852026-03-11T21:35:39.041Z Downloaded managed v0.8.0
2862026-03-11T21:35:39.041Z Downloaded libefi-sys v0.1.0
2872026-03-11T21:35:39.041Z Downloaded nibble_vec v0.1.0
2882026-03-11T21:35:39.051Z Downloaded num v0.4.3
2892026-03-11T21:35:39.051Z Downloaded aho-corasick v1.1.4
2902026-03-11T21:35:39.060Z Downloaded num-derive v0.3.3
2912026-03-11T21:35:39.060Z Downloaded hyper-rustls v0.27.7
2922026-03-11T21:35:39.069Z Downloaded libsw-core v0.3.2
2932026-03-11T21:35:39.070Z Downloaded getrandom v0.3.4
2942026-03-11T21:35:39.070Z Downloaded num-conv v0.2.0
2952026-03-11T21:35:39.078Z Downloaded ingot-macros v0.1.1
2962026-03-11T21:35:39.078Z Downloaded num_enum_derive v0.5.11
2972026-03-11T21:35:39.078Z Downloaded num_threads v0.1.7
2982026-03-11T21:35:39.078Z Downloaded libtest-mimic v0.8.1
2992026-03-11T21:35:39.089Z Downloaded flume v0.11.1
3002026-03-11T21:35:39.089Z Downloaded fatfs v0.3.6
3012026-03-11T21:35:39.098Z Downloaded mime_guess v2.0.5
3022026-03-11T21:35:39.098Z Downloaded dropshot-api-manager v0.5.2
3032026-03-11T21:35:39.099Z Downloaded openssl-macros v0.1.1
3042026-03-11T21:35:39.107Z Downloaded darling_core v0.23.0
3052026-03-11T21:35:39.107Z Downloaded olpc-cjson v0.1.4
3062026-03-11T21:35:39.115Z Downloaded openssl-probe v0.2.1
3072026-03-11T21:35:39.115Z Downloaded ordered-float v2.10.1
3082026-03-11T21:35:39.116Z Downloaded bumpalo v3.20.2
3092026-03-11T21:35:39.127Z Downloaded native-tls v0.2.18
3102026-03-11T21:35:39.127Z Downloaded oso-derive v0.27.3
3112026-03-11T21:35:39.127Z Downloaded nodrop v0.1.14
3122026-03-11T21:35:39.136Z Downloaded nu-ansi-term v0.50.3
3132026-03-11T21:35:39.136Z Downloaded newtype-uuid v1.3.2
3142026-03-11T21:35:39.136Z Downloaded parking v2.2.1
3152026-03-11T21:35:39.136Z Downloaded nanorand v0.7.0
3162026-03-11T21:35:39.143Z Downloaded multer v3.1.0
3172026-03-11T21:35:39.143Z Downloaded memmap2 v0.9.10
3182026-03-11T21:35:39.143Z Downloaded packed_struct_codegen v0.10.1
3192026-03-11T21:35:39.156Z Downloaded linkme v0.3.35
3202026-03-11T21:35:39.156Z Downloaded heapless v0.7.17
3212026-03-11T21:35:39.173Z Downloaded num_enum v0.5.11
3222026-03-11T21:35:39.173Z Downloaded path-slash v0.1.5
3232026-03-11T21:35:39.173Z Downloaded pbkdf2 v0.12.2
3242026-03-11T21:35:39.182Z Downloaded heapless v0.8.0
3252026-03-11T21:35:39.182Z Downloaded flate2 v1.1.9
3262026-03-11T21:35:39.183Z Downloaded num-rational v0.4.2
3272026-03-11T21:35:39.183Z Downloaded openssl-probe v0.1.6
3282026-03-11T21:35:39.183Z Downloaded pbkdf2 v0.11.0
3292026-03-11T21:35:39.196Z Downloaded oorandom v11.1.5
3302026-03-11T21:35:39.196Z Downloaded num_enum_derive v0.7.5
3312026-03-11T21:35:39.196Z Downloaded ignore v0.4.25
3322026-03-11T21:35:39.196Z Downloaded litemap v0.8.1
3332026-03-11T21:35:39.218Z Downloaded base64 v0.22.1
3342026-03-11T21:35:39.219Z Downloaded pin-utils v0.1.0
3352026-03-11T21:35:39.219Z Downloaded phf_shared v0.12.1
3362026-03-11T21:35:39.219Z Downloaded peg-runtime v0.8.5
3372026-03-11T21:35:39.219Z Downloaded fancy-regex v0.14.0
3382026-03-11T21:35:39.249Z Downloaded oxide-tokio-rt v0.1.2
3392026-03-11T21:35:39.250Z Downloaded phf_shared v0.13.1
3402026-03-11T21:35:39.250Z Downloaded plain v0.2.3
3412026-03-11T21:35:39.250Z Downloaded potential_utf v0.1.4
3422026-03-11T21:35:39.250Z Downloaded plotters-svg v0.3.7
3432026-03-11T21:35:39.250Z Downloaded predicates-core v1.0.10
3442026-03-11T21:35:39.250Z Downloaded libbz2-rs-sys v0.2.2
3452026-03-11T21:35:39.297Z Downloaded packed_struct v0.10.1
3462026-03-11T21:35:39.297Z Downloaded plotters-backend v0.3.7
3472026-03-11T21:35:39.298Z Downloaded partial-io v0.5.4
3482026-03-11T21:35:39.298Z Downloaded crossbeam-channel v0.5.15
3492026-03-11T21:35:39.298Z Downloaded powerfmt v0.2.0
3502026-03-11T21:35:39.298Z Downloaded icu_properties v2.1.2
3512026-03-11T21:35:39.298Z Downloaded parse-display-derive v0.10.0
3522026-03-11T21:35:39.298Z Downloaded icu_normalizer_data v2.1.1
3532026-03-11T21:35:39.298Z Downloaded password-hash v0.5.0
3542026-03-11T21:35:39.299Z Downloaded peg v0.8.5
3552026-03-11T21:35:39.299Z Downloaded proc-macro-crate v3.4.0
3562026-03-11T21:35:39.299Z Downloaded proc-macro-crate v1.3.1
3572026-03-11T21:35:39.299Z Downloaded proc-macro-error-attr v1.0.4
3582026-03-11T21:35:39.329Z Downloaded indicatif v0.18.4
3592026-03-11T21:35:39.329Z Downloaded proc-macro-error-attr2 v2.0.0
3602026-03-11T21:35:39.329Z Downloaded percent-encoding v2.3.2
3612026-03-11T21:35:39.329Z Downloaded num_enum v0.7.5
3622026-03-11T21:35:39.329Z Downloaded progenitor-client v0.11.2
3632026-03-11T21:35:39.329Z Downloaded owo-colors v4.3.0
3642026-03-11T21:35:39.329Z Downloaded phf v0.12.1
3652026-03-11T21:35:39.329Z Downloaded pem-rfc7468 v0.7.0
3662026-03-11T21:35:39.330Z Downloaded hickory-resolver v0.25.2
3672026-03-11T21:35:39.330Z Downloaded pkcs8 v0.10.2
3682026-03-11T21:35:39.330Z Downloaded poly1305 v0.8.0
3692026-03-11T21:35:39.330Z Downloaded progenitor-macro v0.10.0
3702026-03-11T21:35:39.330Z Downloaded quick-error v1.2.3
3712026-03-11T21:35:39.330Z Downloaded radium v0.7.0
3722026-03-11T21:35:39.330Z Downloaded psl-types v2.0.11
3732026-03-11T21:35:39.369Z Downloaded progenitor-macro v0.13.0
3742026-03-11T21:35:39.369Z Downloaded parking_lot_core v0.9.12
3752026-03-11T21:35:39.370Z Downloaded parking_lot v0.11.2
3762026-03-11T21:35:39.370Z Downloaded aes v0.8.4
3772026-03-11T21:35:39.370Z Downloaded predicates-tree v1.0.13
3782026-03-11T21:35:39.370Z Downloaded once_cell v1.21.3
3792026-03-11T21:35:39.370Z Downloaded miniz_oxide v0.8.9
3802026-03-11T21:35:39.370Z Downloaded primeorder v0.13.6
3812026-03-11T21:35:39.370Z Downloaded polyval v0.6.2
3822026-03-11T21:35:39.370Z Downloaded pem v3.0.6
3832026-03-11T21:35:39.370Z Downloaded parking_lot_core v0.8.6
3842026-03-11T21:35:39.370Z Downloaded rand_chacha v0.3.1
3852026-03-11T21:35:39.370Z Downloaded ppv-lite86 v0.2.21
3862026-03-11T21:35:39.401Z Downloaded proc-macro-error v1.0.4
3872026-03-11T21:35:39.402Z Downloaded indexmap v1.9.3
3882026-03-11T21:35:39.402Z Downloaded rand_xorshift v0.4.0
3892026-03-11T21:35:39.402Z Downloaded recursive-proc-macro-impl v0.1.1
3902026-03-11T21:35:39.402Z Downloaded num-traits v0.2.19
3912026-03-11T21:35:39.402Z Downloaded ref-cast v1.0.25
3922026-03-11T21:35:39.402Z Downloaded progenitor v0.10.0
3932026-03-11T21:35:39.402Z Downloaded pest_generator v2.8.6
3942026-03-11T21:35:39.402Z Downloaded ref-cast-impl v1.0.25
3952026-03-11T21:35:39.402Z Downloaded progenitor-client v0.13.0
3962026-03-11T21:35:39.402Z Downloaded postgres-types v0.2.12
3972026-03-11T21:35:39.402Z Downloaded progenitor-extras v0.1.0
3982026-03-11T21:35:39.402Z Downloaded progenitor v0.13.0
3992026-03-11T21:35:39.403Z Downloaded oso v0.27.3
4002026-03-11T21:35:39.403Z Downloaded aes-gcm v0.10.3
4012026-03-11T21:35:39.421Z Downloaded pkg-config v0.3.32
4022026-03-11T21:35:39.421Z Downloaded parking_lot v0.12.5
4032026-03-11T21:35:39.421Z Downloaded http v1.4.0
4042026-03-11T21:35:39.422Z Downloaded r2d2 v0.8.10
4052026-03-11T21:35:39.422Z Downloaded jiff-static v0.2.21
4062026-03-11T21:35:39.422Z Downloaded rustc-hash v2.1.1
4072026-03-11T21:35:39.422Z Downloaded hickory-resolver v0.24.4
4082026-03-11T21:35:39.422Z Downloaded postcard v1.1.3
4092026-03-11T21:35:39.422Z Downloaded postgres-protocol v0.6.10
4102026-03-11T21:35:39.477Z Downloaded rustc_version v0.4.1
4112026-03-11T21:35:39.478Z Downloaded papergrid v0.17.0
4122026-03-11T21:35:39.478Z Downloaded rand_chacha v0.9.0
4132026-03-11T21:35:39.478Z Downloaded papergrid v0.11.0
4142026-03-11T21:35:39.478Z Downloaded rustc_version v0.1.7
4152026-03-11T21:35:39.479Z Downloaded russh-cryptovec v0.7.3
4162026-03-11T21:35:39.479Z Downloaded proc-macro-error2 v2.0.1
4172026-03-11T21:35:39.479Z Downloaded miette v5.10.0
4182026-03-11T21:35:39.479Z Downloaded rand_core v0.6.4
4192026-03-11T21:35:39.479Z Downloaded pest_derive v2.8.6
4202026-03-11T21:35:39.522Z Downloaded scheduled-thread-pool v0.2.7
4212026-03-11T21:35:39.522Z Downloaded relative-path v1.9.3
4222026-03-11T21:35:39.522Z Downloaded hickory-server v0.25.2
4232026-03-11T21:35:39.522Z Downloaded rand_seeder v0.4.0
4242026-03-11T21:35:39.523Z Downloaded psm v0.1.30
4252026-03-11T21:35:39.523Z Downloaded salsa20 v0.10.2
4262026-03-11T21:35:39.523Z Downloaded pin-project v1.1.11
4272026-03-11T21:35:39.523Z Downloaded scopeguard v1.2.0
4282026-03-11T21:35:39.523Z Downloaded sapling-renderdag v0.1.0
4292026-03-11T21:35:39.523Z Downloaded scrypt v0.11.0
4302026-03-11T21:35:39.524Z Downloaded prefix-trie v0.7.0
4312026-03-11T21:35:39.524Z Downloaded hyper-util v0.1.20
4322026-03-11T21:35:39.524Z Downloaded resolv-conf v0.7.6
4332026-03-11T21:35:39.524Z Downloaded quote v1.0.44
4342026-03-11T21:35:39.524Z Downloaded scroll_derive v0.12.1
4352026-03-11T21:35:39.524Z Downloaded quinn-udp v0.5.14
4362026-03-11T21:35:39.524Z Downloaded rfc6979 v0.4.0
4372026-03-11T21:35:39.524Z Downloaded crossterm v0.29.0
4382026-03-11T21:35:39.556Z Downloaded serde-big-array v0.5.1
4392026-03-11T21:35:39.557Z Downloaded seq-macro v0.3.6
4402026-03-11T21:35:39.557Z Downloaded scroll_derive v0.13.1
4412026-03-11T21:35:39.557Z Downloaded rust-argon2 v2.1.0
4422026-03-11T21:35:39.557Z Downloaded serde_bytes v0.11.19
4432026-03-11T21:35:39.557Z Downloaded serde-value v0.7.0
4442026-03-11T21:35:39.557Z Downloaded secrecy v0.8.0
4452026-03-11T21:35:39.558Z Downloaded semver v0.1.20
4462026-03-11T21:35:39.558Z Downloaded pkcs5 v0.7.1
4472026-03-11T21:35:39.558Z Downloaded rand_core v0.10.0
4482026-03-11T21:35:39.558Z Downloaded proc-macro2 v1.0.106
4492026-03-11T21:35:39.558Z Downloaded pest_meta v2.8.6
4502026-03-11T21:35:39.559Z Downloaded rustls-pemfile v1.0.4
4512026-03-11T21:35:39.560Z Downloaded serde_regex v1.1.0
4522026-03-11T21:35:39.560Z Downloaded rustls-native-certs v0.8.3
4532026-03-11T21:35:39.560Z Downloaded serde_plain v1.0.2
4542026-03-11T21:35:39.560Z Downloaded serde_urlencoded v0.7.1
4552026-03-11T21:35:39.560Z Downloaded sha1 v0.10.6
4562026-03-11T21:35:39.579Z Downloaded serde_spanned v0.6.9
4572026-03-11T21:35:39.579Z Downloaded serde_repr v0.1.20
4582026-03-11T21:35:39.579Z Downloaded rustls-pemfile v2.2.0
4592026-03-11T21:35:39.579Z Downloaded openssl-sys v0.9.111
4602026-03-11T21:35:39.579Z Downloaded progenitor-impl v0.13.0
4612026-03-11T21:35:39.580Z Downloaded progenitor-impl v0.11.2
4622026-03-11T21:35:39.580Z Downloaded serde_spanned v1.0.4
4632026-03-11T21:35:39.580Z Downloaded scroll v0.12.0
4642026-03-11T21:35:39.580Z Downloaded shell-words v1.1.1
4652026-03-11T21:35:39.580Z Downloaded rusty-fork v0.3.1
4662026-03-11T21:35:39.612Z Downloaded rustversion v1.0.22
4672026-03-11T21:35:39.612Z Downloaded signal-hook-mio v0.2.5
4682026-03-11T21:35:39.612Z Downloaded signature v2.2.0
4692026-03-11T21:35:39.612Z Downloaded itertools v0.10.5
4702026-03-11T21:35:39.612Z Downloaded similar-asserts v1.7.0
4712026-03-11T21:35:39.612Z Downloaded rustc-demangle v0.1.27
4722026-03-11T21:35:39.612Z Downloaded pretty_assertions v1.4.1
4732026-03-11T21:35:39.612Z Downloaded hashbrown v0.15.5
4742026-03-11T21:35:39.654Z Downloaded siphasher v1.0.2
4752026-03-11T21:35:39.654Z Downloaded sigpipe v0.1.3
4762026-03-11T21:35:39.654Z Downloaded signal-hook-tokio v0.3.1
4772026-03-11T21:35:39.654Z Downloaded semver v1.0.27
4782026-03-11T21:35:39.654Z Downloaded serde-hex v0.1.0
4792026-03-11T21:35:39.655Z Downloaded russh-keys v0.45.0
4802026-03-11T21:35:39.655Z Downloaded sct v0.7.1
4812026-03-11T21:35:39.655Z Downloaded slog-envlogger v2.2.0
4822026-03-11T21:35:39.655Z Downloaded smawk v0.3.2
4832026-03-11T21:35:39.655Z Downloaded clap_builder v4.5.60
4842026-03-11T21:35:39.655Z Downloaded secrecy v0.10.3
4852026-03-11T21:35:39.655Z Downloaded prettyplease v0.2.37
4862026-03-11T21:35:39.655Z Downloaded hashbrown v0.16.1
4872026-03-11T21:35:39.655Z Downloaded serde_tokenstream v0.2.3
4882026-03-11T21:35:39.655Z Downloaded serde_path_to_error v0.1.20
4892026-03-11T21:35:39.656Z Downloaded serde_derive_internals v0.29.1
4902026-03-11T21:35:39.656Z Downloaded rustls-pki-types v1.14.0
4912026-03-11T21:35:39.656Z Downloaded rcgen v0.12.1
4922026-03-11T21:35:39.694Z Downloaded hashbrown v0.14.5
4932026-03-11T21:35:39.695Z Downloaded ssh-encoding v0.2.0
4942026-03-11T21:35:39.695Z Downloaded ssh-cipher v0.2.0
4952026-03-11T21:35:39.695Z Downloaded signal-hook-registry v1.4.8
4962026-03-11T21:35:39.695Z Downloaded progenitor-impl v0.10.0
4972026-03-11T21:35:39.695Z Downloaded mio v1.1.1
4982026-03-11T21:35:39.695Z Downloaded sqlparser_derive v0.5.0
4992026-03-11T21:35:39.695Z Downloaded shlex v1.3.0
5002026-03-11T21:35:39.695Z Downloaded rstest v0.25.0
5012026-03-11T21:35:39.695Z Downloaded strip-ansi-escapes v0.2.1
5022026-03-11T21:35:39.695Z Downloaded stable_deref_trait v1.2.1
5032026-03-11T21:35:39.695Z Downloaded slog-async v2.8.0
5042026-03-11T21:35:39.695Z Downloaded sec1 v0.7.3
5052026-03-11T21:35:39.729Z Downloaded iddqd v0.3.17
5062026-03-11T21:35:39.730Z Downloaded simd-adler32 v0.3.8
5072026-03-11T21:35:39.730Z Downloaded schemars_derive v0.8.22
5082026-03-11T21:35:39.730Z Downloaded scroll v0.13.0
5092026-03-11T21:35:39.730Z Downloaded iri-string v0.7.10
5102026-03-11T21:35:39.730Z Downloaded slog-stdlog v4.1.1
5112026-03-11T21:35:39.730Z Downloaded structmeta v0.3.0
5122026-03-11T21:35:39.730Z Downloaded strsim v0.11.1
5132026-03-11T21:35:39.731Z Downloaded slab v0.4.12
5142026-03-11T21:35:39.731Z Downloaded slog-json v2.6.1
5152026-03-11T21:35:39.731Z Downloaded smf v0.2.3
5162026-03-11T21:35:39.731Z Downloaded slog-scope v4.4.1
5172026-03-11T21:35:39.731Z Downloaded supports-color v2.1.0
5182026-03-11T21:35:39.776Z Downloaded num-bigint v0.4.6
5192026-03-11T21:35:39.776Z Downloaded ryu v1.0.23
5202026-03-11T21:35:39.776Z Downloaded subtle v2.6.1
5212026-03-11T21:35:39.776Z Downloaded itertools v0.12.1
5222026-03-11T21:35:39.776Z Downloaded tagptr v0.2.0
5232026-03-11T21:35:39.777Z Downloaded serde_with_macros v3.17.0
5242026-03-11T21:35:39.777Z Downloaded tabled_derive v0.11.0
5252026-03-11T21:35:39.777Z Downloaded supports-unicode v2.1.0
5262026-03-11T21:35:39.777Z Downloaded supports-hyperlinks v2.1.0
5272026-03-11T21:35:39.777Z Downloaded smallvec v0.6.14
5282026-03-11T21:35:39.777Z Downloaded slog-term v2.9.2
5292026-03-11T21:35:39.778Z Downloaded spki v0.7.3
5302026-03-11T21:35:39.778Z Downloaded qorb v0.4.1
5312026-03-11T21:35:39.778Z Downloaded schemars v0.8.22
5322026-03-11T21:35:39.778Z Downloaded take_mut v0.2.2
5332026-03-11T21:35:39.779Z Downloaded target-triple v1.0.0
5342026-03-11T21:35:39.779Z Downloaded stacker v0.1.23
5352026-03-11T21:35:39.779Z Downloaded hyper v1.8.1
5362026-03-11T21:35:39.836Z Downloaded itertools v0.13.0
5372026-03-11T21:35:39.836Z Downloaded string_cache v0.8.9
5382026-03-11T21:35:39.836Z Downloaded static_assertions v1.1.0
5392026-03-11T21:35:39.836Z Downloaded strum_macros v0.24.3
5402026-03-11T21:35:39.836Z Downloaded rand v0.8.5
5412026-03-11T21:35:39.836Z Downloaded strum_macros v0.26.4
5422026-03-11T21:35:39.836Z Downloaded serde_derive v1.0.228
5432026-03-11T21:35:39.836Z Downloaded terminal_size v0.4.3
5442026-03-11T21:35:39.837Z Downloaded strum_macros v0.27.2
5452026-03-11T21:35:39.837Z Downloaded testing_table v0.3.0
5462026-03-11T21:35:39.837Z Downloaded support-bundle-viewer v0.1.2
5472026-03-11T21:35:39.837Z Downloaded smallvec v1.15.1
5482026-03-11T21:35:39.837Z Downloaded icu_properties_data v2.1.2
5492026-03-11T21:35:39.837Z Downloaded snafu-derive v0.8.9
5502026-03-11T21:35:39.837Z Downloaded thiserror-impl-no-std v2.0.2
5512026-03-11T21:35:39.837Z Downloaded serde_yaml v0.9.34+deprecated
5522026-03-11T21:35:39.837Z Downloaded num-bigint-dig v0.8.6
5532026-03-11T21:35:39.837Z Downloaded thread-id v4.2.2
5542026-03-11T21:35:39.837Z Downloaded thread-id v5.1.0
5552026-03-11T21:35:39.837Z Downloaded termtree v0.5.1
5562026-03-11T21:35:39.838Z Downloaded supports-color v3.0.2
5572026-03-11T21:35:39.838Z Downloaded sha2 v0.10.9
5582026-03-11T21:35:39.838Z Downloaded synstructure v0.13.2
5592026-03-11T21:35:39.838Z Downloaded spin v0.9.8
5602026-03-11T21:35:39.879Z Downloaded publicsuffix v2.3.0
5612026-03-11T21:35:39.880Z Downloaded blake3 v1.8.3
5622026-03-11T21:35:39.880Z Downloaded signal-hook v0.3.18
5632026-03-11T21:35:39.880Z Downloaded time-core v0.1.8
5642026-03-11T21:35:39.880Z Downloaded serde_core v1.0.228
5652026-03-11T21:35:39.880Z Downloaded stringprep v0.1.5
5662026-03-11T21:35:39.880Z Downloaded tinyvec_macros v0.1.1
5672026-03-11T21:35:39.881Z Downloaded rstest_macros v0.25.0
5682026-03-11T21:35:39.881Z Downloaded nom v7.1.3
5692026-03-11T21:35:39.881Z Downloaded target-spec v3.5.7
5702026-03-11T21:35:39.881Z Downloaded slog v2.8.2
5712026-03-11T21:35:39.881Z Downloaded terminal_size v0.1.17
5722026-03-11T21:35:39.914Z Downloaded target-lexicon v0.13.3
5732026-03-11T21:35:39.914Z Downloaded termcolor v1.4.1
5742026-03-11T21:35:39.914Z Downloaded stringmetrics v2.2.2
5752026-03-11T21:35:39.914Z Downloaded toml_write v0.1.2
5762026-03-11T21:35:39.914Z Downloaded itertools v0.14.0
5772026-03-11T21:35:39.914Z Downloaded rsa v0.9.10
5782026-03-11T21:35:39.914Z Downloaded libm v0.2.16
5792026-03-11T21:35:39.914Z Downloaded try-lock v0.2.5
5802026-03-11T21:35:39.914Z Downloaded tower-service v0.3.3
5812026-03-11T21:35:39.914Z Downloaded topological-sort v0.2.2
5822026-03-11T21:35:39.914Z Downloaded toml_datetime v0.6.11
5832026-03-11T21:35:39.915Z Downloaded termios v0.3.3
5842026-03-11T21:35:39.915Z Downloaded idna v1.1.0
5852026-03-11T21:35:39.915Z Downloaded rustls-webpki v0.103.9
5862026-03-11T21:35:39.915Z Downloaded pest v2.8.6
5872026-03-11T21:35:39.915Z Downloaded trait-variant v0.1.2
5882026-03-11T21:35:39.915Z Downloaded thiserror-no-std v2.0.2
5892026-03-11T21:35:39.934Z Downloaded thiserror v2.0.18
5902026-03-11T21:35:39.934Z Downloaded unarray v0.1.4
5912026-03-11T21:35:39.935Z Downloaded thiserror-impl v2.0.18
5922026-03-11T21:35:39.935Z Downloaded thiserror-impl v1.0.69
5932026-03-11T21:35:39.935Z Downloaded thiserror v1.0.69
5942026-03-11T21:35:39.935Z Downloaded socket2 v0.5.10
5952026-03-11T21:35:39.935Z Downloaded h2 v0.4.13
5962026-03-11T21:35:39.935Z Downloaded tap v1.0.1
5972026-03-11T21:35:39.935Z Downloaded typeid v1.0.3
5982026-03-11T21:35:39.935Z Downloaded schemars v0.9.0
5992026-03-11T21:35:39.935Z Downloaded typify-macro v0.4.3
6002026-03-11T21:35:39.953Z Downloaded tls_codec_derive v0.4.2
6012026-03-11T21:35:39.953Z Downloaded tls_codec v0.4.2
6022026-03-11T21:35:39.953Z Downloaded tinytemplate v1.2.1
6032026-03-11T21:35:39.953Z Downloaded tinystr v0.8.2
6042026-03-11T21:35:39.953Z Downloaded tokio-macros v2.6.0
6052026-03-11T21:35:39.953Z Downloaded similar v2.7.0
6062026-03-11T21:35:39.953Z Downloaded unicode-linebreak v0.1.5
6072026-03-11T21:35:39.953Z Downloaded tokio-native-tls v0.3.1
6082026-03-11T21:35:39.954Z Downloaded tokio-rustls v0.25.0
6092026-03-11T21:35:39.954Z Downloaded tokio-tungstenite v0.21.0
6102026-03-11T21:35:39.954Z Downloaded rand v0.9.2
6112026-03-11T21:35:39.954Z Downloaded unit-prefix v0.5.2
6122026-03-11T21:35:39.954Z Downloaded unicode-xid v0.2.6
6132026-03-11T21:35:39.954Z Downloaded unicode-truncate v1.1.0
6142026-03-11T21:35:39.954Z Downloaded tokio-tungstenite v0.23.1
6152026-03-11T21:35:39.998Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6162026-03-11T21:35:39.998Z Downloaded toml_datetime v1.0.0+spec-1.1.0
6172026-03-11T21:35:39.998Z Downloaded toml_writer v1.0.6+spec-1.1.0
6182026-03-11T21:35:39.998Z Downloaded usdt-macro v0.5.0
6192026-03-11T21:35:39.998Z Downloaded utf-8 v0.7.6
6202026-03-11T21:35:39.998Z Downloaded usdt-attr-macro v0.6.0
6212026-03-11T21:35:39.998Z Downloaded usdt-attr-macro v0.5.0
6222026-03-11T21:35:39.998Z Downloaded term v0.7.0
6232026-03-11T21:35:39.998Z Downloaded universal-hash v0.5.1
6242026-03-11T21:35:39.999Z Downloaded usdt v0.5.0
6252026-03-11T21:35:40.018Z Downloaded untrusted v0.7.1
6262026-03-11T21:35:40.018Z Downloaded tower-layer v0.3.3
6272026-03-11T21:35:40.018Z Downloaded serde v1.0.228
6282026-03-11T21:35:40.018Z Downloaded usdt v0.6.0
6292026-03-11T21:35:40.018Z Downloaded untrusted v0.9.0
6302026-03-11T21:35:40.019Z Downloaded term v1.2.1
6312026-03-11T21:35:40.019Z Downloaded tiny-keccak v2.0.2
6322026-03-11T21:35:40.019Z Downloaded samael v0.0.19
6332026-03-11T21:35:40.019Z Downloaded tui-tree-widget v0.23.1
6342026-03-11T21:35:40.019Z Downloaded utf8parse v0.2.2
6352026-03-11T21:35:40.019Z Downloaded utf8_iter v1.0.4
6362026-03-11T21:35:40.019Z Downloaded thread_local v1.1.9
6372026-03-11T21:35:40.020Z Downloaded bitvec v1.0.1
6382026-03-11T21:35:40.020Z Downloaded tempfile v3.25.0
6392026-03-11T21:35:40.020Z Downloaded p521 v0.13.3
6402026-03-11T21:35:40.020Z Downloaded socket2 v0.6.2
6412026-03-11T21:35:40.020Z Downloaded typify-macro v0.6.1
6422026-03-11T21:35:40.020Z Downloaded hkdf v0.12.4
6432026-03-11T21:35:40.020Z Downloaded time-macros v0.2.27
6442026-03-11T21:35:40.021Z Downloaded tokio-dtrace v0.1.1
6452026-03-11T21:35:40.075Z Downloaded tabled_derive v0.7.0
6462026-03-11T21:35:40.075Z Downloaded tabwriter v1.4.1
6472026-03-11T21:35:40.075Z Downloaded unicase v2.9.0
6482026-03-11T21:35:40.076Z Downloaded sqlformat v0.3.5
6492026-03-11T21:35:40.076Z Downloaded quinn v0.11.9
6502026-03-11T21:35:40.076Z Downloaded version_check v0.9.5
6512026-03-11T21:35:40.076Z Downloaded futures-util v0.3.32
6522026-03-11T21:35:40.076Z Downloaded tokio-rustls v0.24.1
6532026-03-11T21:35:40.076Z Downloaded want v0.3.1
6542026-03-11T21:35:40.076Z Downloaded waitgroup v0.1.2
6552026-03-11T21:35:40.077Z Downloaded wait-timeout v0.2.1
6562026-03-11T21:35:40.077Z Downloaded void v1.0.2
6572026-03-11T21:35:40.077Z Downloaded schemars v1.2.1
6582026-03-11T21:35:40.077Z Downloaded toml_parser v1.0.9+spec-1.1.0
6592026-03-11T21:35:40.077Z Downloaded test-strategy v0.4.5
6602026-03-11T21:35:40.077Z Downloaded usdt-macro v0.6.0
6612026-03-11T21:35:40.077Z Downloaded usdt-impl v0.5.0
6622026-03-11T21:35:40.077Z Downloaded xattr v1.6.1
6632026-03-11T21:35:40.077Z Downloaded toml v0.8.23
6642026-03-11T21:35:40.104Z Downloaded russh v0.45.0
6652026-03-11T21:35:40.104Z Downloaded rand v0.10.0
6662026-03-11T21:35:40.105Z Downloaded goblin v0.8.2
6672026-03-11T21:35:40.105Z Downloaded usdt-impl v0.6.0
6682026-03-11T21:35:40.105Z Downloaded snafu v0.8.9
6692026-03-11T21:35:40.105Z Downloaded tracing-attributes v0.1.31
6702026-03-11T21:35:40.105Z Downloaded yoke-derive v0.8.1
6712026-03-11T21:35:40.105Z Downloaded textwrap v0.16.2
6722026-03-11T21:35:40.105Z Downloaded zeroize_derive v1.4.3
6732026-03-11T21:35:40.105Z Downloaded textwrap v0.15.2
6742026-03-11T21:35:40.105Z Downloaded rayon-core v1.13.0
6752026-03-11T21:35:40.105Z Downloaded sync_wrapper v1.0.2
6762026-03-11T21:35:40.106Z Downloaded sync-ptr v0.1.4
6772026-03-11T21:35:40.106Z Downloaded swrite v0.1.0
6782026-03-11T21:35:40.106Z Downloaded rustls-platform-verifier v0.6.2
6792026-03-11T21:35:40.106Z Downloaded zerofrom v0.1.6
6802026-03-11T21:35:40.143Z Downloaded ron v0.8.1
6812026-03-11T21:35:40.144Z Downloaded tokio-stream v0.1.18
6822026-03-11T21:35:40.144Z Downloaded ucd-trie v0.1.7
6832026-03-11T21:35:40.144Z Downloaded uzers v0.12.2
6842026-03-11T21:35:40.144Z Downloaded strum v0.27.2
6852026-03-11T21:35:40.145Z Downloaded strum v0.26.3
6862026-03-11T21:35:40.145Z Downloaded structmeta-derive v0.3.0
6872026-03-11T21:35:40.145Z Downloaded plotters v0.3.7
6882026-03-11T21:35:40.145Z Downloaded zone_cfg_derive v0.3.1
6892026-03-11T21:35:40.146Z Downloaded tinyvec v1.10.0
6902026-03-11T21:35:40.146Z Downloaded tar v0.4.44
6912026-03-11T21:35:40.146Z Downloaded rand_distr v0.5.1
6922026-03-11T21:35:40.146Z Downloaded slog-dtrace v0.3.0
6932026-03-11T21:35:40.146Z Downloaded slog-bunyan v2.5.0
6942026-03-11T21:35:40.146Z Downloaded toml v0.7.8
6952026-03-11T21:35:40.163Z Downloaded tokio-rustls v0.26.4
6962026-03-11T21:35:40.163Z Downloaded walkdir v2.5.0
6972026-03-11T21:35:40.164Z Downloaded vergen-gitcl v1.0.8
6982026-03-11T21:35:40.164Z Downloaded vsss-rs v3.3.4
6992026-03-11T21:35:40.164Z Downloaded git2 v0.20.4
7002026-03-11T21:35:40.164Z Downloaded zone v0.3.1
7012026-03-11T21:35:40.164Z Downloaded vergen-git2 v1.0.7
7022026-03-11T21:35:40.164Z Downloaded whoami v1.6.1
7032026-03-11T21:35:40.164Z Downloaded steno v0.4.1
7042026-03-11T21:35:40.164Z Downloaded bindgen v0.71.1
7052026-03-11T21:35:40.164Z Downloaded toml v0.9.12+spec-1.1.0
7062026-03-11T21:35:40.164Z Downloaded writeable v0.6.2
7072026-03-11T21:35:40.164Z Downloaded trybuild v1.0.116
7082026-03-11T21:35:40.164Z Downloaded wyz v0.5.1
7092026-03-11T21:35:40.164Z Downloaded tungstenite v0.21.0
7102026-03-11T21:35:40.164Z Downloaded subprocess v0.2.15
7112026-03-11T21:35:40.176Z Downloaded rpassword v7.4.0
7122026-03-11T21:35:40.177Z Downloaded serde_cbor v0.11.2
7132026-03-11T21:35:40.177Z Downloaded zeroize v1.8.2
7142026-03-11T21:35:40.177Z Downloaded rustyline v14.0.0
7152026-03-11T21:35:40.177Z Downloaded typify v0.4.3
7162026-03-11T21:35:40.177Z Downloaded xshell-macros v0.2.7
7172026-03-11T21:35:40.177Z Downloaded xshell v0.2.7
7182026-03-11T21:35:40.187Z Downloaded yoke v0.8.1
7192026-03-11T21:35:40.187Z Downloaded tungstenite v0.23.0
7202026-03-11T21:35:40.187Z Downloaded vergen v9.0.6
7212026-03-11T21:35:40.187Z Downloaded xz2 v0.1.7
7222026-03-11T21:35:40.187Z Downloaded twox-hash v2.1.2
7232026-03-11T21:35:40.187Z Downloaded reedline v0.40.0
7242026-03-11T21:35:40.193Z Downloaded unicode-bidi v0.3.18
7252026-03-11T21:35:40.194Z Downloaded typify v0.6.1
7262026-03-11T21:35:40.194Z Downloaded zstd v0.13.3
7272026-03-11T21:35:40.225Z Downloaded zerovec-derive v0.11.2
7282026-03-11T21:35:40.225Z Downloaded unicode-properties v0.1.4
7292026-03-11T21:35:40.226Z Downloaded unicode-ident v1.0.24
7302026-03-11T21:35:40.226Z Downloaded zerofrom-derive v0.1.6
7312026-03-11T21:35:40.226Z Downloaded zstd-safe v7.2.4
7322026-03-11T21:35:40.226Z Downloaded vergen-lib v0.1.6
7332026-03-11T21:35:40.226Z Downloaded ron v0.12.0
7342026-03-11T21:35:40.242Z Downloaded unsafe-libyaml v0.2.11
7352026-03-11T21:35:40.242Z Downloaded toml_edit v0.23.10+spec-1.0.0
7362026-03-11T21:35:40.242Z Downloaded serde-untagged v0.1.9
7372026-03-11T21:35:40.243Z Downloaded libxml v0.3.3
7382026-03-11T21:35:40.243Z Downloaded whoami v2.1.0
7392026-03-11T21:35:40.243Z Downloaded guppy v0.17.25
7402026-03-11T21:35:40.243Z Downloaded tracing-core v0.1.36
7412026-03-11T21:35:40.243Z Downloaded minimal-lexical v0.2.1
7422026-03-11T21:35:40.243Z Downloaded yasna v0.5.2
7432026-03-11T21:35:40.243Z Downloaded rand_core v0.9.5
7442026-03-11T21:35:40.258Z Downloaded progenitor v0.11.2
7452026-03-11T21:35:40.258Z Downloaded same-file v1.0.6
7462026-03-11T21:35:40.258Z Downloaded memchr v2.8.0
7472026-03-11T21:35:40.258Z Downloaded indexmap v2.13.0
7482026-03-11T21:35:40.258Z Downloaded typenum v1.19.0
7492026-03-11T21:35:40.263Z Downloaded reqwest v0.13.2
7502026-03-11T21:35:40.264Z Downloaded zerocopy-derive v0.7.35
7512026-03-11T21:35:40.264Z Downloaded icu_collections v2.1.1
7522026-03-11T21:35:40.264Z Downloaded reqwest v0.12.28
7532026-03-11T21:35:40.269Z Downloaded zmij v1.0.21
7542026-03-11T21:35:40.269Z Downloaded vte v0.14.1
7552026-03-11T21:35:40.282Z Downloaded toml v1.0.3+spec-1.1.0
7562026-03-11T21:35:40.282Z Downloaded tokio-postgres v0.7.16
7572026-03-11T21:35:40.283Z Downloaded toml_edit v0.22.27
7582026-03-11T21:35:40.332Z Downloaded p384 v0.13.1
7592026-03-11T21:35:40.332Z Downloaded ssh-key v0.6.7
7602026-03-11T21:35:40.332Z Downloaded portable-atomic v1.13.1
7612026-03-11T21:35:40.364Z Downloaded rtoolbox v0.0.3
7622026-03-11T21:35:40.364Z Downloaded p256 v0.13.2
7632026-03-11T21:35:40.364Z Downloaded hashbrown v0.13.2
7642026-03-11T21:35:40.364Z Downloaded regex v1.12.3
7652026-03-11T21:35:40.364Z Downloaded hashbrown v0.12.3
7662026-03-11T21:35:40.364Z Downloaded uuid v1.21.0
7672026-03-11T21:35:40.364Z Downloaded pkcs1 v0.7.5
7682026-03-11T21:35:40.365Z Downloaded recursive v0.1.1
7692026-03-11T21:35:40.365Z Downloaded criterion v0.7.0
7702026-03-11T21:35:40.365Z Downloaded crossterm v0.28.1
7712026-03-11T21:35:40.365Z Downloaded zopfli v0.8.3
7722026-03-11T21:35:40.365Z Downloaded quick-xml v0.37.5
7732026-03-11T21:35:40.365Z Downloaded moka v0.12.13
7742026-03-11T21:35:40.365Z Downloaded url v2.5.8
7752026-03-11T21:35:40.365Z Downloaded rayon v1.11.0
7762026-03-11T21:35:40.365Z Downloaded rustls-webpki v0.101.7
7772026-03-11T21:35:40.373Z Downloaded zerocopy v0.6.6
7782026-03-11T21:35:40.373Z Downloaded yansi v1.0.1
7792026-03-11T21:35:40.373Z Downloaded serde_json v1.0.149
7802026-03-11T21:35:40.429Z Downloaded salty v0.3.0
7812026-03-11T21:35:40.429Z Downloaded zip v0.6.6
7822026-03-11T21:35:40.429Z Downloaded goblin v0.10.5
7832026-03-11T21:35:40.443Z Downloaded unicode_categories v0.1.1
7842026-03-11T21:35:40.443Z Downloaded toml_edit v0.19.15
7852026-03-11T21:35:40.443Z Downloaded tower v0.5.3
7862026-03-11T21:35:40.444Z Downloaded curve25519-dalek v4.1.3
7872026-03-11T21:35:40.444Z Downloaded typed-path v0.9.3
7882026-03-11T21:35:40.444Z Downloaded zerocopy-derive v0.8.40
7892026-03-11T21:35:40.444Z Downloaded gimli v0.32.3
7902026-03-11T21:35:40.444Z Downloaded zerotrie v0.2.3
7912026-03-11T21:35:40.534Z Downloaded object v0.30.4
7922026-03-11T21:35:40.534Z Downloaded x509-cert v0.2.5
7932026-03-11T21:35:40.534Z Downloaded rustls-webpki v0.102.8
7942026-03-11T21:35:40.534Z Downloaded petname v2.0.2
7952026-03-11T21:35:40.534Z Downloaded unicode-segmentation v1.12.0
7962026-03-11T21:35:40.534Z Downloaded bstr v1.12.1
7972026-03-11T21:35:40.534Z Downloaded unicode-normalization v0.1.25
7982026-03-11T21:35:40.534Z Downloaded tough v0.20.0
7992026-03-11T21:35:40.576Z Downloaded nix v0.27.1
8002026-03-11T21:35:40.576Z Downloaded serde_with v3.17.0
8012026-03-11T21:35:40.576Z Downloaded proptest v1.10.0
8022026-03-11T21:35:40.576Z Downloaded zip v4.6.1
8032026-03-11T21:35:40.576Z Downloaded tokio-util v0.7.18
8042026-03-11T21:35:40.576Z Downloaded openssl v0.10.75
8052026-03-11T21:35:40.577Z Downloaded tower-http v0.6.8
8062026-03-11T21:35:40.577Z Downloaded radix_trie v0.2.1
8072026-03-11T21:35:40.577Z Downloaded quinn-proto v0.11.13
8082026-03-11T21:35:40.577Z Downloaded lalrpop v0.19.12
8092026-03-11T21:35:40.577Z Downloaded zerovec v0.11.5
8102026-03-11T21:35:40.577Z Downloaded diesel v2.2.12
8112026-03-11T21:35:40.610Z Downloaded predicates v3.1.4
8122026-03-11T21:35:40.610Z Downloaded paste v1.0.15
8132026-03-11T21:35:40.610Z Downloaded progenitor-macro v0.11.2
8142026-03-11T21:35:40.610Z Downloaded progenitor-client v0.10.0
8152026-03-11T21:35:40.610Z Downloaded phf v0.13.1
8162026-03-11T21:35:40.610Z Downloaded pin-project-lite v0.2.17
8172026-03-11T21:35:40.610Z Downloaded polar-core v0.27.3
8182026-03-11T21:35:40.610Z Downloaded pin-project-internal v1.1.11
8192026-03-11T21:35:40.651Z Downloaded dropshot v0.16.7
8202026-03-11T21:35:40.651Z Downloaded zerocopy v0.7.35
8212026-03-11T21:35:40.651Z Downloaded tabled v0.15.0
8222026-03-11T21:35:40.699Z Downloaded winnow v0.5.40
8232026-03-11T21:35:40.699Z Downloaded knuffel v3.2.0
8242026-03-11T21:35:40.699Z Downloaded derive_more v2.1.1
8252026-03-11T21:35:40.700Z Downloaded rustls v0.21.12
8262026-03-11T21:35:40.700Z Downloaded regex-syntax v0.6.29
8272026-03-11T21:35:40.710Z Downloaded winnow v0.6.26
8282026-03-11T21:35:40.710Z Downloaded winnow v0.7.14
8292026-03-11T21:35:40.710Z Downloaded time v0.3.47
8302026-03-11T21:35:40.710Z Downloaded object v0.37.3
8312026-03-11T21:35:40.710Z Downloaded openapiv3 v2.2.0
8322026-03-11T21:35:40.710Z Downloaded nix v0.30.1
8332026-03-11T21:35:40.716Z Downloaded vcpkg v0.2.15
8342026-03-11T21:35:40.746Z Downloaded zlib-rs v0.6.2
8352026-03-11T21:35:40.757Z Downloaded unicode-width v0.2.0
8362026-03-11T21:35:40.761Z Downloaded rustls v0.23.37
8372026-03-11T21:35:40.771Z Downloaded unicode-width v0.1.14
8382026-03-11T21:35:40.780Z Downloaded rustls v0.22.4
8392026-03-11T21:35:40.789Z Downloaded zerocopy v0.8.40
8402026-03-11T21:35:40.789Z Downloaded syn v2.0.117
8412026-03-11T21:35:40.799Z Downloaded regex-syntax v0.8.10
8422026-03-11T21:35:40.810Z Downloaded rustix v0.38.44
8432026-03-11T21:35:40.824Z Downloaded webpki-roots v1.0.6
8442026-03-11T21:35:40.828Z Downloaded regress v0.10.5
8452026-03-11T21:35:40.835Z Downloaded smoltcp v0.11.0
8462026-03-11T21:35:40.844Z Downloaded hickory-proto v0.25.2
8472026-03-11T21:35:40.859Z Downloaded rustix v1.1.3
8482026-03-11T21:35:40.890Z Downloaded tabled v0.20.0
8492026-03-11T21:35:40.901Z Downloaded bzip2-sys v0.1.13+1.0.8
8502026-03-11T21:35:40.901Z Downloaded syn v1.0.109
8512026-03-11T21:35:40.910Z Downloaded sqlparser v0.61.0
8522026-03-11T21:35:40.919Z Downloaded sled v0.34.7
8532026-03-11T21:35:40.925Z Downloaded smoltcp v0.9.1
8542026-03-11T21:35:40.949Z Downloaded nix v0.31.1
8552026-03-11T21:35:40.961Z Downloaded hickory-proto v0.24.4
8562026-03-11T21:35:40.961Z Downloaded nix v0.29.0
8572026-03-11T21:35:40.962Z Downloaded ratatui v0.29.0
8582026-03-11T21:35:40.980Z Downloaded typify-impl v0.6.1
8592026-03-11T21:35:41.000Z Downloaded tracing v0.1.44
8602026-03-11T21:35:41.073Z Downloaded typify-impl v0.4.3
8612026-03-11T21:35:41.073Z Downloaded zerocopy-derive v0.6.6
8622026-03-11T21:35:41.073Z Downloaded regex-automata v0.4.14
8632026-03-11T21:35:41.073Z Downloaded chrono-tz v0.10.4
8642026-03-11T21:35:41.073Z Downloaded nix v0.28.0
8652026-03-11T21:35:41.073Z Downloaded jiff v0.2.21
8662026-03-11T21:35:41.087Z Downloaded pretty-hex v0.4.1
8672026-03-11T21:35:41.087Z Downloaded libc v0.2.180
8682026-03-11T21:35:41.095Z Downloaded peg-macros v0.8.5
8692026-03-11T21:35:41.099Z Downloaded petgraph v0.6.5
8702026-03-11T21:35:41.113Z Downloaded path-tree v0.8.3
8712026-03-11T21:35:41.118Z Downloaded omicron-zone-package v0.12.2
8722026-03-11T21:35:41.118Z Downloaded log v0.4.29
8732026-03-11T21:35:41.118Z Downloaded icu_normalizer v2.1.1
8742026-03-11T21:35:41.118Z Downloaded password-hash v0.4.2
8752026-03-11T21:35:41.118Z Downloaded lzma-sys v0.1.20
8762026-03-11T21:35:41.143Z Downloaded headers v0.4.1
8772026-03-11T21:35:41.152Z Downloaded expectorate v1.2.0
8782026-03-11T21:35:41.152Z Downloaded petgraph v0.8.3
8792026-03-11T21:35:41.174Z Downloaded csv v1.4.0
8802026-03-11T21:35:41.181Z Downloaded ed25519-dalek v2.2.0
8812026-03-11T21:35:41.185Z Downloaded libz-sys v1.1.24
8822026-03-11T21:35:41.196Z Downloaded oxnet v0.1.4
8832026-03-11T21:35:41.200Z Downloaded icu_locale_core v2.1.1
8842026-03-11T21:35:41.200Z Downloaded precomputed-hash v0.1.1
8852026-03-11T21:35:41.205Z Downloaded owo-colors v3.5.0
8862026-03-11T21:35:41.205Z Downloaded phf_shared v0.11.3
8872026-03-11T21:35:41.205Z Downloaded darling_core v0.21.3
8882026-03-11T21:35:41.211Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
8892026-03-11T21:35:41.225Z Downloaded sha3 v0.10.8
8902026-03-11T21:35:41.237Z Downloaded tokio v1.49.0
8912026-03-11T21:35:41.252Z Downloaded pathdiff v0.2.3
8922026-03-11T21:35:41.259Z Downloaded parse-display v0.10.0
8932026-03-11T21:35:41.260Z Downloaded num-complex v0.4.6
8942026-03-11T21:35:41.260Z Downloaded parse-size v1.1.0
8952026-03-11T21:35:41.260Z Downloaded num-integer v0.1.46
8962026-03-11T21:35:41.260Z Downloaded num-derive v0.4.2
8972026-03-11T21:35:41.260Z Downloaded litrs v1.0.0
8982026-03-11T21:35:41.266Z Downloaded libloading v0.8.9
8992026-03-11T21:35:41.266Z Downloaded icu_provider v2.1.1
9002026-03-11T21:35:41.266Z Downloaded opaque-debug v0.3.1
9012026-03-11T21:35:41.266Z Downloaded md-5 v0.10.6
9022026-03-11T21:35:41.270Z Downloaded darling_core v0.20.11
9032026-03-11T21:35:41.271Z Downloaded cc v1.2.56
9042026-03-11T21:35:41.274Z Downloaded hickory-client v0.25.2
9052026-03-11T21:35:41.274Z Downloaded num-iter v0.1.45
9062026-03-11T21:35:41.275Z Downloaded newtype_derive v0.1.6
9072026-03-11T21:35:41.275Z Downloaded half v2.7.1
9082026-03-11T21:35:41.284Z Downloaded getrandom v0.4.1
9092026-03-11T21:35:41.284Z Downloaded derive_more-impl v2.1.1
9102026-03-11T21:35:41.294Z Downloaded normalize-line-endings v0.3.0
9112026-03-11T21:35:41.294Z Downloaded libsw v3.5.0
9122026-03-11T21:35:41.294Z Downloaded elliptic-curve v0.13.8
9132026-03-11T21:35:41.294Z Downloaded der v0.7.10
9142026-03-11T21:35:41.304Z Downloaded nonempty v0.12.0
9152026-03-11T21:35:41.304Z Downloaded jobserver v0.1.34
9162026-03-11T21:35:41.305Z Downloaded iana-time-zone v0.1.65
9172026-03-11T21:35:41.305Z Downloaded httptest v0.16.4
9182026-03-11T21:35:41.305Z Downloaded hmac v0.12.1
9192026-03-11T21:35:41.305Z Downloaded lock_api v0.4.14
9202026-03-11T21:35:41.305Z Downloaded linear-map v1.2.0
9212026-03-11T21:35:41.305Z Downloaded multimap v0.10.1
9222026-03-11T21:35:41.309Z Downloaded clap v4.5.60
9232026-03-11T21:35:41.309Z Downloaded cargo-util-schemas v0.8.2
9242026-03-11T21:35:41.310Z Downloaded ipnetwork v0.21.1
9252026-03-11T21:35:41.310Z Downloaded ipnet v2.11.0
9262026-03-11T21:35:41.323Z Downloaded futures v0.3.32
9272026-03-11T21:35:41.323Z Downloaded ingot v0.1.1
9282026-03-11T21:35:41.323Z Downloaded indoc v2.0.7
9292026-03-11T21:35:41.324Z Downloaded const_format v0.2.35
9302026-03-11T21:35:41.335Z Downloaded compact_str v0.8.1
9312026-03-11T21:35:41.335Z Downloaded ingot-types v0.1.2
9322026-03-11T21:35:41.335Z Downloaded impl-trait-for-tuples v0.2.3
9332026-03-11T21:35:41.335Z Downloaded lru v0.12.5
9342026-03-11T21:35:41.335Z Downloaded maybe-uninit v2.0.0
9352026-03-11T21:35:41.336Z Downloaded match_cfg v0.1.0
9362026-03-11T21:35:41.336Z Downloaded maplit v1.0.2
9372026-03-11T21:35:41.336Z Downloaded humantime v2.3.0
9382026-03-11T21:35:41.336Z Downloaded base64 v0.21.7
9392026-03-11T21:35:41.336Z Downloaded darling v0.21.3
9402026-03-11T21:35:41.362Z Downloaded encoding_rs v0.8.35
9412026-03-11T21:35:41.372Z Downloaded crc-any v2.5.0
9422026-03-11T21:35:41.372Z Downloaded keccak v0.1.6
9432026-03-11T21:35:41.372Z Downloaded instability v0.3.11
9442026-03-11T21:35:41.372Z Downloaded derive-where v1.6.0
9452026-03-11T21:35:41.372Z Downloaded inout v0.1.4
9462026-03-11T21:35:41.372Z Downloaded indent_write v2.2.0
9472026-03-11T21:35:41.372Z Downloaded libgit2-sys v0.18.3+1.9.2
9482026-03-11T21:35:41.428Z Downloaded derive_more v0.99.20
9492026-03-11T21:35:41.443Z Downloaded datatest-stable v0.3.3
9502026-03-11T21:35:41.443Z Downloaded cookie v0.18.1
9512026-03-11T21:35:41.443Z Downloaded idna_adapter v1.2.1
9522026-03-11T21:35:41.443Z Downloaded highway v1.3.0
9532026-03-11T21:35:41.444Z Downloaded globset v0.4.18
9542026-03-11T21:35:41.444Z Downloaded httpdate v1.0.3
9552026-03-11T21:35:41.444Z Downloaded glob v0.3.3
9562026-03-11T21:35:41.444Z Downloaded git-stub-vcs v0.1.0
9572026-03-11T21:35:41.444Z Downloaded hostname v0.3.1
9582026-03-11T21:35:41.444Z Downloaded backtrace v0.3.76
9592026-03-11T21:35:41.444Z Downloaded futures-executor v0.3.32
9602026-03-11T21:35:41.444Z Downloaded crc32fast v1.5.0
9612026-03-11T21:35:41.444Z Downloaded constant_time_eq v0.4.2
9622026-03-11T21:35:41.444Z Downloaded clang-sys v1.8.1
9632026-03-11T21:35:41.444Z Downloaded darling v0.23.0
9642026-03-11T21:35:41.445Z Downloaded colored v3.1.1
9652026-03-11T21:35:41.445Z Downloaded blake2 v0.10.6
9662026-03-11T21:35:41.445Z Downloaded futures-timer v3.0.3
9672026-03-11T21:35:41.445Z Downloaded futures-sink v0.3.32
9682026-03-11T21:35:41.445Z Downloaded fs_extra v1.3.0
9692026-03-11T21:35:41.450Z Downloaded fs-err v3.3.0
9702026-03-11T21:35:41.450Z Downloaded foldhash v0.1.5
9712026-03-11T21:35:41.450Z Downloaded ring v0.17.14
9722026-03-11T21:35:41.472Z Downloaded colored v2.2.0
9732026-03-11T21:35:41.481Z Downloaded ciborium v0.2.2
9742026-03-11T21:35:41.481Z Downloaded anyhow v1.0.102
9752026-03-11T21:35:41.481Z Downloaded hash32 v0.2.1
9762026-03-11T21:35:41.481Z Downloaded httpmock v0.8.3
9772026-03-11T21:35:41.495Z Downloaded guppy-workspace-hack v0.1.0
9782026-03-11T21:35:41.524Z Downloaded ff v0.13.1
9792026-03-11T21:35:41.524Z Downloaded erased-serde v0.4.9
9802026-03-11T21:35:41.524Z Downloaded darling v0.20.11
9812026-03-11T21:35:41.542Z Downloaded cookie_store v0.22.1
9822026-03-11T21:35:41.542Z Downloaded fixedbitset v0.5.7
9832026-03-11T21:35:41.542Z Downloaded find-msvc-tools v0.1.9
9842026-03-11T21:35:41.543Z Downloaded filetime v0.2.27
9852026-03-11T21:35:41.543Z Downloaded fallible-iterator v0.2.0
9862026-03-11T21:35:41.543Z Downloaded gethostname v0.5.0
9872026-03-11T21:35:41.543Z Downloaded generic-array v0.14.7
9882026-03-11T21:35:41.543Z Downloaded digest v0.10.7
9892026-03-11T21:35:41.543Z Downloaded ctr v0.9.2
9902026-03-11T21:35:41.543Z Downloaded cfg-expr v0.20.6
9912026-03-11T21:35:41.543Z Downloaded cexpr v0.6.0
9922026-03-11T21:35:41.543Z Downloaded cancel-safe-futures v0.1.5
9932026-03-11T21:35:41.543Z Downloaded ena v0.14.4
9942026-03-11T21:35:41.543Z Downloaded fxhash v0.2.1
9952026-03-11T21:35:41.543Z Downloaded form_urlencoded v1.2.2
9962026-03-11T21:35:41.543Z Downloaded foreign-types v0.3.2
9972026-03-11T21:35:41.543Z Downloaded either v1.15.0
9982026-03-11T21:35:41.544Z Downloaded diesel-dtrace v0.4.2
9992026-03-11T21:35:41.544Z Downloaded derive_builder_core v0.20.2
10002026-03-11T21:35:41.544Z Downloaded critical-section v1.2.0
10012026-03-11T21:35:41.544Z Downloaded convert_case v0.10.0
10022026-03-11T21:35:41.544Z Downloaded bit-vec v0.6.3
10032026-03-11T21:35:41.544Z Downloaded argon2 v0.5.3
10042026-03-11T21:35:41.544Z Downloaded displaydoc v0.2.5
10052026-03-11T21:35:41.544Z Downloaded arrayvec v0.7.6
10062026-03-11T21:35:41.544Z Downloaded foreign-types v0.5.0
10072026-03-11T21:35:41.544Z Downloaded fastrand v2.3.0
10082026-03-11T21:35:41.544Z Downloaded dsl_auto_type v0.1.3
10092026-03-11T21:35:41.544Z Downloaded cbc v0.1.2
10102026-03-11T21:35:41.544Z Downloaded bitfield v0.19.4
10112026-03-11T21:35:41.544Z Downloaded futures-macro v0.3.32
10122026-03-11T21:35:41.544Z Downloaded funty v2.0.0
10132026-03-11T21:35:41.544Z Downloaded foreign-types-shared v0.3.1
10142026-03-11T21:35:41.544Z Downloaded float-ord v0.3.2
10152026-03-11T21:35:41.544Z Downloaded escape8259 v0.5.3
10162026-03-11T21:35:41.631Z Downloaded equivalent v1.0.2
10172026-03-11T21:35:41.631Z Downloaded embedded-io v0.4.0
10182026-03-11T21:35:41.631Z Downloaded camino-tempfile-ext v0.3.3
10192026-03-11T21:35:41.631Z Downloaded camino-tempfile v1.4.1
10202026-03-11T21:35:41.631Z Downloaded buf-list v1.1.2
10212026-03-11T21:35:41.631Z Downloaded async-trait v0.1.89
10222026-03-11T21:35:41.632Z Downloaded data-encoding v2.10.0
10232026-03-11T21:35:41.632Z Downloaded daft-derive v0.1.5
10242026-03-11T21:35:41.632Z Downloaded cargo_metadata v0.19.2
10252026-03-11T21:35:41.632Z Downloaded bzip2 v0.4.4
10262026-03-11T21:35:41.632Z Downloaded anstyle v1.0.13
10272026-03-11T21:35:41.632Z Downloaded cargo_metadata v0.23.1
10282026-03-11T21:35:41.632Z Downloaded bcs v0.1.6
10292026-03-11T21:35:41.632Z Downloaded enum-as-inner v0.6.1
10302026-03-11T21:35:41.632Z Downloaded endian-type v0.1.2
10312026-03-11T21:35:41.632Z Downloaded bitflags v1.3.2
10322026-03-11T21:35:41.632Z Downloaded base64ct v1.8.3
10332026-03-11T21:35:41.632Z Downloaded arc-swap v1.8.2
10342026-03-11T21:35:41.632Z Downloaded cipher v0.4.4
10352026-03-11T21:35:41.632Z Downloaded console v0.15.11
10362026-03-11T21:35:41.632Z Downloaded cargo-platform v0.2.0
10372026-03-11T21:35:41.632Z Downloaded async-stream-impl v0.3.6
10382026-03-11T21:35:41.632Z Downloaded darling_macro v0.20.11
10392026-03-11T21:35:41.632Z Downloaded defmt v0.3.100
10402026-03-11T21:35:41.632Z Downloaded crc-catalog v2.4.0
10412026-03-11T21:35:41.632Z Downloaded chumsky v0.9.3
10422026-03-11T21:35:41.632Z Downloaded derive-ex v0.1.8
10432026-03-11T21:35:41.632Z Downloaded deranged v0.5.8
10442026-03-11T21:35:41.632Z Downloaded der_derive v0.7.3
10452026-03-11T21:35:41.632Z Downloaded bit-set v0.5.3
10462026-03-11T21:35:41.632Z Downloaded dof v0.3.0
10472026-03-11T21:35:41.633Z Downloaded criterion-plot v0.6.0
10482026-03-11T21:35:41.633Z Downloaded cargo_metadata v0.21.0
10492026-03-11T21:35:41.633Z Downloaded bytecount v0.6.9
10502026-03-11T21:35:41.633Z Downloaded blowfish v0.9.1
10512026-03-11T21:35:41.633Z Downloaded assert_cmd v2.1.2
10522026-03-11T21:35:41.633Z Downloaded crucible-workspace-hack v0.1.0
10532026-03-11T21:35:41.633Z Downloaded dropshot-api-manager-types v0.5.2
10542026-03-11T21:35:41.633Z Downloaded derive_builder_macro v0.20.2
10552026-03-11T21:35:41.633Z Downloaded colorchoice v1.0.4
10562026-03-11T21:35:41.633Z Downloaded async-recursion v1.1.1
10572026-03-11T21:35:41.633Z Downloaded cast v0.3.0
10582026-03-11T21:35:41.633Z Downloaded block-buffer v0.10.4
10592026-03-11T21:35:41.633Z Downloaded ascii-canvas v3.0.0
10602026-03-11T21:35:41.633Z Downloaded aead v0.5.2
10612026-03-11T21:35:41.633Z Downloaded concurrent-queue v2.5.0
10622026-03-11T21:35:41.633Z Downloaded backtrace-ext v0.2.1
10632026-03-11T21:35:41.633Z Downloaded cobs v0.3.0
10642026-03-11T21:35:41.633Z Downloaded clap_lex v1.0.0
10652026-03-11T21:35:41.633Z Downloaded ciborium-io v0.2.2
10662026-03-11T21:35:41.633Z Downloaded cargo-platform v0.1.9
10672026-03-11T21:35:41.633Z Downloaded bitfield-struct v0.6.2
10682026-03-11T21:35:41.633Z Downloaded bit-set v0.8.0
10692026-03-11T21:35:41.633Z Downloaded bcrypt-pbkdf v0.10.0
10702026-03-11T21:35:41.633Z Downloaded bb8 v0.8.6
10712026-03-11T21:35:41.633Z Downloaded base16ct v1.0.0
10722026-03-11T21:35:41.633Z Downloaded atomicwrites v0.4.4
10732026-03-11T21:35:41.633Z Downloaded const-oid v0.9.6
10742026-03-11T21:35:41.633Z Downloaded base16ct v0.2.0
10752026-03-11T21:35:41.634Z Downloaded curve25519-dalek-derive v0.1.1
10762026-03-11T21:35:41.634Z Downloaded chacha20 v0.9.1
10772026-03-11T21:35:41.634Z Downloaded bit-vec v0.8.0
10782026-03-11T21:35:41.634Z Downloaded assert_matches v1.5.0
10792026-03-11T21:35:41.634Z Downloaded assert-json-diff v2.0.2
10802026-03-11T21:35:41.634Z Downloaded corncobs v0.1.4
10812026-03-11T21:35:41.634Z Downloaded const_format_proc_macros v0.2.34
10822026-03-11T21:35:41.634Z Downloaded approx v0.5.1
10832026-03-11T21:35:41.634Z Downloaded async-object-pool v0.2.0
10842026-03-11T21:35:41.634Z Downloaded cargo-platform v0.3.2
10852026-03-11T21:35:41.634Z Downloaded atty v0.2.14
10862026-03-11T21:35:41.634Z Downloaded async-bb8-diesel v0.2.1
10872026-03-11T21:35:41.634Z Downloaded array-init v0.0.4
10882026-03-11T21:35:41.634Z Downloaded crypto-bigint v0.5.5
10892026-03-11T21:35:41.634Z Downloaded cassowary v0.3.0
10902026-03-11T21:35:41.634Z Downloaded cargo_toml v0.22.3
10912026-03-11T21:35:41.634Z Downloaded chrono v0.4.44
10922026-03-11T21:35:41.645Z Downloaded chacha20poly1305 v0.10.1
10932026-03-11T21:35:41.645Z Downloaded cfg_aliases v0.2.1
10942026-03-11T21:35:41.645Z Downloaded block-padding v0.3.3
10952026-03-11T21:35:41.645Z Downloaded async-lock v3.4.2
10962026-03-11T21:35:41.646Z Downloaded anstream v0.6.21
10972026-03-11T21:35:41.646Z Downloaded adler2 v2.0.1
10982026-03-11T21:35:41.646Z Downloaded ahash v0.8.12
10992026-03-11T21:35:41.646Z Downloaded addr2line v0.25.1
11002026-03-11T21:35:41.646Z Downloaded arrayref v0.3.9
11012026-03-11T21:35:41.646Z Downloaded autocfg v1.5.0
11022026-03-11T21:35:41.646Z Downloaded ar_archive_writer v0.5.1
11032026-03-11T21:35:42.115Z Downloaded aws-lc-sys v0.37.1
11042026-03-11T21:35:42.621Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11052026-03-11T21:35:53.271Z Startup: Refreshing catalog 'helios-dev' ... Done
11062026-03-11T21:36:02.769Z Startup: Caching catalogs ... Done
11072026-03-11T21:36:24.285ZPlanning: Solver setup ... Done (19.967s)
11082026-03-11T21:36:24.432ZPlanning: Running solver ... Done (0.147s)
11092026-03-11T21:36:24.611ZPlanning: Finding local manifests ... Done (0.003s)
11102026-03-11T21:36:24.624ZPlanning: Fetching manifests: 0/4 0% complete
11112026-03-11T21:36:24.749ZPlanning: Fetching manifests: 4/4 100% complete
11122026-03-11T21:36:24.792ZPlanning: Package planning ... Done (0.043s)
11132026-03-11T21:36:24.831ZPlanning: Merging actions ... Done (0.039s)
11142026-03-11T21:36:25.070ZPlanning: Checking for conflicting actions ... Done (0.239s)
11152026-03-11T21:36:25.136ZPlanning: Consolidating action changes ... Done (0.010s)
11162026-03-11T21:36:25.891ZPlanning: Evaluating mediators ... Done (0.810s)
11172026-03-11T21:36:25.899ZPlanning: Planning completed in 22.99 seconds
11182026-03-11T21:36:26.030Z Packages to install: 4
11192026-03-11T21:36:26.030Z Mediators to change: 2
11202026-03-11T21:36:26.030Z Services to change: 1
11212026-03-11T21:36:26.034Z Estimated space available: 155.06 GB
11222026-03-11T21:36:26.034ZEstimated space to be consumed: 1.82 GB
11232026-03-11T21:36:26.034Z Create boot environment: No
11242026-03-11T21:36:26.034ZCreate backup boot environment: No
11252026-03-11T21:36:26.034Z Rebuild boot archive: No
11262026-03-11T21:36:26.034Z
11272026-03-11T21:36:26.034ZChanged mediators:
11282026-03-11T21:36:26.034Z mediator clang:
11292026-03-11T21:36:26.034Z version: None -> 15 (system default)
11302026-03-11T21:36:26.034Z
11312026-03-11T21:36:26.034Z mediator llvm:
11322026-03-11T21:36:26.034Z version: 14 (system default) -> 15 (system default)
11332026-03-11T21:36:26.034Z
11342026-03-11T21:36:26.035ZChanged packages:
11352026-03-11T21:36:26.035Zhelios-dev
11362026-03-11T21:36:26.035Z developer/build-essential
11372026-03-11T21:36:26.035Z None -> 11-2.0
11382026-03-11T21:36:26.035Z library/libxmlsec1
11392026-03-11T21:36:26.035Z None -> 1.2.35-2.0
11402026-03-11T21:36:26.035Z ooce/developer/clang-15
11412026-03-11T21:36:26.035Z None -> 15.0.7-2.0
11422026-03-11T21:36:26.035Z ooce/developer/llvm-15
11432026-03-11T21:36:26.035Z None -> 15.0.7-2.0
11442026-03-11T21:36:26.035Z
11452026-03-11T21:36:26.035ZServices:
11462026-03-11T21:36:26.035Z restart_fmri:
11472026-03-11T21:36:26.035Z svc:/system/update-man-index:default
11482026-03-11T21:36:26.078Z
11492026-03-11T21:36:26.078ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11502026-03-11T21:36:31.083ZDownload: 1218/3290 items 87.0/212.6MB 40% complete (17.3M/s)
11512026-03-11T21:36:36.852ZDownload: 3241/3290 items 202.3/212.6MB 95% complete (20.3M/s)
11522026-03-11T21:36:39.391ZDownload: Completed 212.60 MB in 13.31 seconds (16.0M/s)
11532026-03-11T21:36:39.564Z Actions: 1/3689 actions (Installing new actions)
11542026-03-11T21:36:43.732Z Actions: Completed 3689 actions in 4.17 seconds.
11552026-03-11T21:36:44.466Z Done (0.729s)
11562026-03-11T21:36:44.466Z Done (0.000s)
11572026-03-11T21:36:45.465Z Done (0.999s)
11582026-03-11T21:36:49.439Z Done (3.605s)
11592026-03-11T21:36:49.527Z Done (0.018s)
11602026-03-11T21:36:49.531Z Done (0.000s)
11612026-03-11T21:36:49.677Z Done (0.000s)
11622026-03-11T21:36:50.652ZPlanning: Evaluating mediator changes ... Done
11632026-03-11T21:36:50.799ZPlanning: Checking for conflicting actions ... Done
11642026-03-11T21:36:50.802ZPlanning: Consolidating action changes ... Done
11652026-03-11T21:36:51.018ZPlanning: Evaluating mediators ... Done
11662026-03-11T21:36:51.022ZPlanning: Planning completed in 0.37 seconds
11672026-03-11T21:36:51.047Z Mediators to change: 2
11682026-03-11T21:36:51.047Z Create boot environment: No
11692026-03-11T21:36:51.051ZCreate backup boot environment: No
11702026-03-11T21:36:51.107Z Done
11712026-03-11T21:36:51.107Z Done
11722026-03-11T21:36:51.829Z Done
11732026-03-11T21:36:55.125Z Done
11742026-03-11T21:36:55.206Z Done
11752026-03-11T21:36:55.209Z Done
11762026-03-11T21:36:55.363Z Done
11772026-03-11T21:36:55.887ZPlanning: Evaluating mediator changes ... Done
11782026-03-11T21:36:55.890ZPlanning: Merging actions ... Done
11792026-03-11T21:36:56.059ZPlanning: Checking for conflicting actions ... Done
11802026-03-11T21:36:56.063ZPlanning: Consolidating action changes ... Done
11812026-03-11T21:36:56.277ZPlanning: Evaluating mediators ... Done
11822026-03-11T21:36:56.320ZPlanning: Planning completed in 0.63 seconds
11832026-03-11T21:36:56.352Z Packages to change: 1
11842026-03-11T21:36:56.352Z Mediators to change: 1
11852026-03-11T21:36:56.356Z Services to change: 1
11862026-03-11T21:36:56.356Z Create boot environment: No
11872026-03-11T21:36:56.356ZCreate backup boot environment: Yes
11882026-03-11T21:36:58.709Z Actions: 1/6 actions (Updating modified actions)
11892026-03-11T21:36:58.713Z Actions: Completed 6 actions in 0.00 seconds.
11902026-03-11T21:36:58.713Z Done
11912026-03-11T21:36:58.713Z Done
11922026-03-11T21:36:58.900Z Done
11932026-03-11T21:37:02.199Z Done
11942026-03-11T21:37:02.284Z Done
11952026-03-11T21:37:02.288Z Done
11962026-03-11T21:37:02.443Z Done
11972026-03-11T21:37:02.821ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11982026-03-11T21:37:02.821Zclang system 15 system
11992026-03-11T21:37:02.821Zcsh system system illumos
12002026-03-11T21:37:02.821Zctags system system illumos
12012026-03-11T21:37:02.821Zfile system system illumos
12022026-03-11T21:37:02.821Zgcc vendor 12 vendor
12032026-03-11T21:37:02.822Zgcc system 10 system
12042026-03-11T21:37:02.822Zgcc system 7 system
12052026-03-11T21:37:02.822Zgo system 1.20 system
12062026-03-11T21:37:02.822Zgo system 1.19 system
12072026-03-11T21:37:02.822Zllvm system 15 system
12082026-03-11T21:37:02.822Zllvm system 14 system
12092026-03-11T21:37:02.822Zmariadb system 10.6 system
12102026-03-11T21:37:02.822Zmta vendor vendor dma
12112026-03-11T21:37:02.822Zopenjdk system 17 system
12122026-03-11T21:37:02.822Zopenjdk system 11 system
12132026-03-11T21:37:02.822Zopenjdk system 1.8 system
12142026-03-11T21:37:02.822Zopenssl vendor 3 vendor
12152026-03-11T21:37:02.822Zperl system 5.36 system
12162026-03-11T21:37:02.822Zpostgresql system 15 system
12172026-03-11T21:37:02.822Zpostgresql system 13 system
12182026-03-11T21:37:02.823Zpython vendor 3 vendor
12192026-03-11T21:37:02.823Zpython system 2 system
12202026-03-11T21:37:02.823Zpython3 system 3.11 system
12212026-03-11T21:37:02.823Zruby system 3.0 system
12222026-03-11T21:37:02.823Zwords vendor vendor american-english
12232026-03-11T21:37:02.823Zwords system system australian-english
12242026-03-11T21:37:02.823Zwords system system british-english
12252026-03-11T21:37:02.823Zwords system system canadian-english
12262026-03-11T21:37:02.823Zwords system system french
12272026-03-11T21:37:02.823Zwords system system italian
12282026-03-11T21:37:02.823Zwords system system ngerman
12292026-03-11T21:37:02.823Zwords system system ogerman
12302026-03-11T21:37:02.823Zwords system system spanish
12312026-03-11T21:37:03.124ZPUBLISHER TYPE STATUS P LOCATION
12322026-03-11T21:37:03.125Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12332026-03-11T21:37:09.001ZFMRI IFO
12342026-03-11T21:37:09.002Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12352026-03-11T21:37:09.002Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12362026-03-11T21:37:09.002Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12372026-03-11T21:37:09.002Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12382026-03-11T21:37:09.002Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12392026-03-11T21:37:09.002Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12402026-03-11T21:37:09.002Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12412026-03-11T21:37:09.002Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12422026-03-11T21:37:09.002Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12432026-03-11T21:37:09.002Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12442026-03-11T21:37:09.002Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12452026-03-11T21:37:09.002Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12462026-03-11T21:37:09.002Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12472026-03-11T21:37:09.002Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12482026-03-11T21:37:09.002Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12492026-03-11T21:37:09.002Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12502026-03-11T21:37:10.756Z Downloading crates ...
12512026-03-11T21:37:10.834Z Downloaded cargo_toml v0.21.0
12522026-03-11T21:37:10.900Z Compiling proc-macro2 v1.0.106
12532026-03-11T21:37:10.907Z Compiling unicode-ident v1.0.24
12542026-03-11T21:37:10.907Z Compiling quote v1.0.44
12552026-03-11T21:37:10.907Z Compiling serde_core v1.0.228
12562026-03-11T21:37:10.907Z Compiling libc v0.2.180
12572026-03-11T21:37:10.907Z Compiling version_check v0.9.5
12582026-03-11T21:37:10.907Z Compiling stable_deref_trait v1.2.1
12592026-03-11T21:37:10.908Z Compiling memchr v2.8.0
12602026-03-11T21:37:11.114Z Compiling serde v1.0.228
12612026-03-11T21:37:11.174Z Compiling zmij v1.0.21
12622026-03-11T21:37:11.437Z Compiling ucd-trie v0.1.7
12632026-03-11T21:37:11.561Z Compiling thiserror v1.0.69
12642026-03-11T21:37:11.761Z Compiling autocfg v1.5.0
12652026-03-11T21:37:11.905Z Compiling itoa v1.0.17
12662026-03-11T21:37:11.957Z Compiling pest v2.8.6
12672026-03-11T21:37:11.981Z Compiling litemap v0.8.1
12682026-03-11T21:37:12.122Z Compiling writeable v0.6.2
12692026-03-11T21:37:12.182Z Compiling icu_properties_data v2.1.2
12702026-03-11T21:37:12.214Z Compiling byteorder v1.5.0
12712026-03-11T21:37:12.439Z Compiling rustix v1.1.3
12722026-03-11T21:37:12.506Z Compiling icu_normalizer_data v2.1.1
12732026-03-11T21:37:12.751Z Compiling syn v2.0.117
12742026-03-11T21:37:12.800Z Compiling errno v0.3.14
12752026-03-11T21:37:12.815Z Compiling serde_json v1.0.149
12762026-03-11T21:37:12.826Z Compiling bitflags v2.11.0
12772026-03-11T21:37:13.101Z Compiling num-traits v0.2.19
12782026-03-11T21:37:13.133Z Compiling hashbrown v0.16.1
12792026-03-11T21:37:13.160Z Compiling equivalent v1.0.2
12802026-03-11T21:37:13.263Z Compiling typeid v1.0.3
12812026-03-11T21:37:13.341Z Compiling smallvec v1.15.1
12822026-03-11T21:37:13.600Z Compiling pest_meta v2.8.6
12832026-03-11T21:37:13.789Z Compiling indexmap v2.13.0
12842026-03-11T21:37:13.889Z Compiling thread-id v4.2.2
12852026-03-11T21:37:13.985Z Compiling usdt-impl v0.5.0
12862026-03-11T21:37:14.064Z Compiling proc-macro-error-attr v1.0.4
12872026-03-11T21:37:14.135Z Compiling winnow v0.7.14
12882026-03-11T21:37:14.258Z Compiling toml_write v0.1.2
12892026-03-11T21:37:14.301Z Compiling syn v1.0.109
12902026-03-11T21:37:14.505Z Compiling erased-serde v0.4.9
12912026-03-11T21:37:14.920Z Compiling proc-macro-error v1.0.4
12922026-03-11T21:37:15.007Z Compiling log v0.4.29
12932026-03-11T21:37:15.161Z Compiling plain v0.2.3
12942026-03-11T21:37:15.232Z Compiling utf8_iter v1.0.4
12952026-03-11T21:37:15.287Z Compiling camino v1.2.2
12962026-03-11T21:37:15.403Z Compiling percent-encoding v2.3.2
12972026-03-11T21:37:15.634Z Compiling getrandom v0.4.1
12982026-03-11T21:37:15.670Z Compiling thiserror v2.0.18
12992026-03-11T21:37:15.689Z Compiling utf8parse v0.2.2
13002026-03-11T21:37:15.820Z Compiling anstyle-parse v0.2.7
13012026-03-11T21:37:15.967Z Compiling ordered-float v2.10.1
13022026-03-11T21:37:16.047Z Compiling form_urlencoded v1.2.2
13032026-03-11T21:37:16.194Z Compiling terminal_size v0.4.3
13042026-03-11T21:37:16.318Z Compiling anstyle-query v1.1.5
13052026-03-11T21:37:16.349Z Compiling cfg-if v1.0.4
13062026-03-11T21:37:16.363Z Compiling is_terminal_polyfill v1.70.2
13072026-03-11T21:37:16.430Z Compiling pretty-hex v0.4.1
13082026-03-11T21:37:16.443Z Compiling synstructure v0.13.2
13092026-03-11T21:37:16.464Z Compiling pest_generator v2.8.6
13102026-03-11T21:37:16.533Z Compiling colorchoice v1.0.4
13112026-03-11T21:37:16.594Z Compiling anstyle v1.0.13
13122026-03-11T21:37:16.667Z Compiling serde-untagged v0.1.9
13132026-03-11T21:37:16.870Z Compiling anstream v0.6.21
13142026-03-11T21:37:16.957Z Compiling semver v1.0.27
13152026-03-11T21:37:17.249Z Compiling fs-err v3.3.0
13162026-03-11T21:37:17.262Z Compiling fnv v1.0.7
13172026-03-11T21:37:17.286Z Compiling once_cell v1.21.3
13182026-03-11T21:37:17.417Z Compiling unicode-width v0.1.14
13192026-03-11T21:37:17.429Z Compiling unicode-xid v0.2.6
13202026-03-11T21:37:17.444Z Compiling anyhow v1.0.102
13212026-03-11T21:37:17.548Z Compiling clap_lex v1.0.0
13222026-03-11T21:37:17.573Z Compiling fastrand v2.3.0
13232026-03-11T21:37:17.577Z Compiling strsim v0.11.1
13242026-03-11T21:37:17.840Z Compiling heck v0.5.0
13252026-03-11T21:37:17.859Z Compiling heck v0.4.1
13262026-03-11T21:37:17.898Z Compiling bytecount v0.6.9
13272026-03-11T21:37:18.031Z Compiling papergrid v0.11.0
13282026-03-11T21:37:18.151Z Compiling clap_builder v4.5.60
13292026-03-11T21:37:18.151Z Compiling tempfile v3.25.0
13302026-03-11T21:37:18.291Z Compiling memmap v0.7.0
13312026-03-11T21:37:18.333Z Compiling unicode-linebreak v0.1.5
13322026-03-11T21:37:18.517Z Compiling unicode-width v0.2.0
13332026-03-11T21:37:18.641Z Compiling smawk v0.3.2
13342026-03-11T21:37:18.653Z Compiling camino-tempfile v1.4.1
13352026-03-11T21:37:18.805Z Compiling textwrap v0.16.2
13362026-03-11T21:37:19.085Z Compiling serde_derive v1.0.228
13372026-03-11T21:37:19.140Z Compiling zerofrom-derive v0.1.6
13382026-03-11T21:37:19.300Z Compiling yoke-derive v0.8.1
13392026-03-11T21:37:19.321Z Compiling zerovec-derive v0.11.2
13402026-03-11T21:37:19.409Z Compiling displaydoc v0.2.5
13412026-03-11T21:37:19.998Z Compiling thiserror-impl v1.0.69
13422026-03-11T21:37:20.392Z Compiling zerocopy-derive v0.7.35
13432026-03-11T21:37:20.783Z Compiling pest_derive v2.8.6
13442026-03-11T21:37:20.874Z Compiling scroll_derive v0.12.1
13452026-03-11T21:37:21.071Z Compiling zerofrom v0.1.6
13462026-03-11T21:37:21.231Z Compiling yoke v0.8.1
13472026-03-11T21:37:21.341Z Compiling thiserror-impl v2.0.18
13482026-03-11T21:37:21.466Z Compiling zerovec v0.11.5
13492026-03-11T21:37:21.558Z Compiling zerotrie v0.2.3
13502026-03-11T21:37:21.767Z Compiling zerocopy v0.7.35
13512026-03-11T21:37:21.817Z Compiling dtrace-parser v0.2.0
13522026-03-11T21:37:21.941Z Compiling scroll v0.12.0
13532026-03-11T21:37:22.152Z Compiling tinystr v0.8.2
13542026-03-11T21:37:22.277Z Compiling potential_utf v0.1.4
13552026-03-11T21:37:22.461Z Compiling icu_locale_core v2.1.1
13562026-03-11T21:37:22.512Z Compiling icu_collections v2.1.1
13572026-03-11T21:37:22.527Z Compiling goblin v0.8.2
13582026-03-11T21:37:22.636Z Compiling tabled_derive v0.7.0
13592026-03-11T21:37:22.799Z Compiling clap_derive v4.5.55
13602026-03-11T21:37:22.925Z Compiling swrite v0.1.0
13612026-03-11T21:37:23.041Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13622026-03-11T21:37:23.353Z Compiling icu_provider v2.1.1
13632026-03-11T21:37:23.640Z Compiling icu_properties v2.1.2
13642026-03-11T21:37:23.644Z Compiling icu_normalizer v2.1.1
13652026-03-11T21:37:23.802Z Compiling serde_spanned v0.6.9
13662026-03-11T21:37:23.833Z Compiling toml_datetime v0.6.11
13672026-03-11T21:37:23.909Z Compiling dof v0.3.0
13682026-03-11T21:37:23.922Z Compiling serde_tokenstream v0.2.3
13692026-03-11T21:37:23.985Z Compiling serde-value v0.7.0
13702026-03-11T21:37:24.177Z Compiling toml_edit v0.22.27
13712026-03-11T21:37:24.369Z Compiling cargo-platform v0.2.0
13722026-03-11T21:37:24.448Z Compiling tabled v0.15.0
13732026-03-11T21:37:24.452Z Compiling macaddr v1.0.1
13742026-03-11T21:37:24.851Z Compiling idna_adapter v1.2.1
13752026-03-11T21:37:24.939Z Compiling usdt-macro v0.5.0
13762026-03-11T21:37:24.980Z Compiling usdt-attr-macro v0.5.0
13772026-03-11T21:37:25.018Z Compiling idna v1.1.0
13782026-03-11T21:37:25.184Z Compiling clap v4.5.60
13792026-03-11T21:37:25.361Z Compiling url v2.5.8
13802026-03-11T21:37:26.067Z Compiling toml v0.8.23
13812026-03-11T21:37:26.468Z Compiling usdt v0.5.0
13822026-03-11T21:37:26.566Z Compiling cargo-util-schemas v0.8.2
13832026-03-11T21:37:26.603Z Compiling cargo_toml v0.21.0
13842026-03-11T21:37:27.751Z Compiling cargo_metadata v0.21.0
13852026-03-11T21:37:29.029Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13862026-03-11T21:37:31.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.81s
13872026-03-11T21:37:31.929Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13882026-03-11T21:37:32.990Z Compiling libc v0.2.180
13892026-03-11T21:37:32.990Z Compiling serde v1.0.228
13902026-03-11T21:37:32.993Z Compiling log v0.4.29
13912026-03-11T21:37:32.993Z Compiling find-msvc-tools v0.1.9
13922026-03-11T21:37:32.993Z Compiling shlex v1.3.0
13932026-03-11T21:37:33.119Z Compiling smallvec v1.15.1
13942026-03-11T21:37:33.131Z Compiling syn v2.0.117
13952026-03-11T21:37:33.134Z Compiling typenum v1.19.0
13962026-03-11T21:37:33.387Z Compiling generic-array v0.14.7
13972026-03-11T21:37:33.403Z Compiling subtle v2.6.1
13982026-03-11T21:37:33.433Z Compiling scopeguard v1.2.0
13992026-03-11T21:37:33.456Z Compiling portable-atomic v1.13.1
14002026-03-11T21:37:33.561Z Compiling lock_api v0.4.14
14012026-03-11T21:37:33.564Z Compiling const-oid v0.9.6
14022026-03-11T21:37:33.636Z Compiling critical-section v1.2.0
14032026-03-11T21:37:33.721Z Compiling zerocopy v0.8.40
14042026-03-11T21:37:33.779Z Compiling parking_lot_core v0.9.12
14052026-03-11T21:37:33.849Z Compiling serde_json v1.0.149
14062026-03-11T21:37:34.088Z Compiling pin-project-lite v0.2.17
14072026-03-11T21:37:34.200Z Compiling pkg-config v0.3.32
14082026-03-11T21:37:34.290Z Compiling libm v0.2.16
14092026-03-11T21:37:34.374Z Compiling getrandom v0.2.17
14102026-03-11T21:37:34.412Z Compiling jobserver v0.1.34
14112026-03-11T21:37:34.640Z Compiling rand_core v0.6.4
14122026-03-11T21:37:34.657Z Compiling errno v0.3.14
14132026-03-11T21:37:34.686Z Compiling cc v1.2.56
14142026-03-11T21:37:34.816Z Compiling once_cell v1.21.3
14152026-03-11T21:37:34.835Z Compiling signal-hook-registry v1.4.8
14162026-03-11T21:37:34.931Z Compiling mio v1.1.1
14172026-03-11T21:37:35.009Z Compiling num-traits v0.2.19
14182026-03-11T21:37:35.076Z Compiling bitflags v2.11.0
14192026-03-11T21:37:35.178Z Compiling parking_lot v0.12.5
14202026-03-11T21:37:35.253Z Compiling futures-core v0.3.32
14212026-03-11T21:37:35.430Z Compiling socket2 v0.6.2
14222026-03-11T21:37:35.462Z Compiling percent-encoding v2.3.2
14232026-03-11T21:37:35.560Z Compiling allocator-api2 v0.2.21
14242026-03-11T21:37:35.657Z Compiling futures-sink v0.3.32
14252026-03-11T21:37:35.693Z Compiling cpufeatures v0.2.17
14262026-03-11T21:37:35.709Z Compiling foldhash v0.2.0
14272026-03-11T21:37:35.780Z Compiling futures-channel v0.3.32
14282026-03-11T21:37:35.796Z Compiling getrandom v0.4.1
14292026-03-11T21:37:35.966Z Compiling hashbrown v0.16.1
14302026-03-11T21:37:35.982Z Compiling futures-io v0.3.32
14312026-03-11T21:37:35.985Z Compiling slab v0.4.12
14322026-03-11T21:37:36.061Z Compiling futures-task v0.3.32
14332026-03-11T21:37:36.184Z Compiling getrandom v0.3.4
14342026-03-11T21:37:36.201Z Compiling rustversion v1.0.22
14352026-03-11T21:37:36.267Z Compiling rand_core v0.10.0
14362026-03-11T21:37:36.283Z Compiling form_urlencoded v1.2.2
14372026-03-11T21:37:36.703Z Compiling indexmap v2.13.0
14382026-03-11T21:37:36.766Z Compiling cmake v0.1.57
14392026-03-11T21:37:36.783Z Compiling base64ct v1.8.3
14402026-03-11T21:37:36.950Z Compiling fs_extra v1.3.0
14412026-03-11T21:37:37.155Z Compiling synstructure v0.13.2
14422026-03-11T21:37:37.276Z Compiling ident_case v1.0.1
14432026-03-11T21:37:37.279Z Compiling dunce v1.0.5
14442026-03-11T21:37:37.375Z Compiling pem-rfc7468 v0.7.0
14452026-03-11T21:37:37.420Z Compiling aws-lc-sys v0.37.1
14462026-03-11T21:37:37.439Z Compiling flagset v0.4.7
14472026-03-11T21:37:37.458Z Compiling rand_core v0.9.5
14482026-03-11T21:37:37.543Z Compiling iana-time-zone v0.1.65
14492026-03-11T21:37:37.568Z Compiling rustix v1.1.3
14502026-03-11T21:37:37.603Z Compiling ring v0.17.14
14512026-03-11T21:37:37.777Z Compiling uuid v1.21.0
14522026-03-11T21:37:37.800Z Compiling rustc_version v0.4.1
14532026-03-11T21:37:37.825Z Compiling aws-lc-rs v1.16.0
14542026-03-11T21:37:38.006Z Compiling vcpkg v0.2.15
14552026-03-11T21:37:38.221Z Compiling regex-syntax v0.8.10
14562026-03-11T21:37:38.237Z Compiling tracing-core v0.1.36
14572026-03-11T21:37:38.659Z Compiling crossbeam-utils v0.8.21
14582026-03-11T21:37:38.957Z Compiling pest_generator v2.8.6
14592026-03-11T21:37:38.998Z Compiling openssl-sys v0.9.111
14602026-03-11T21:37:39.057Z Compiling serde_derive_internals v0.29.1
14612026-03-11T21:37:39.742Z Compiling openssl-probe v0.2.1
14622026-03-11T21:37:39.759Z Compiling serde_derive v1.0.228
14632026-03-11T21:37:39.872Z Compiling zeroize_derive v1.4.3
14642026-03-11T21:37:39.938Z Compiling zerofrom-derive v0.1.6
14652026-03-11T21:37:39.956Z Compiling yoke-derive v0.8.1
14662026-03-11T21:37:40.275Z Compiling zerocopy-derive v0.8.40
14672026-03-11T21:37:40.746Z Compiling zeroize v1.8.2
14682026-03-11T21:37:41.418Z Compiling zerovec-derive v0.11.2
14692026-03-11T21:37:41.541Z Compiling displaydoc v0.2.5
14702026-03-11T21:37:41.805Z Compiling crypto-common v0.1.7
14712026-03-11T21:37:41.880Z Compiling zerofrom v0.1.6
14722026-03-11T21:37:41.975Z Compiling block-buffer v0.10.4
14732026-03-11T21:37:42.034Z Compiling yoke v0.8.1
14742026-03-11T21:37:42.175Z Compiling digest v0.10.7
14752026-03-11T21:37:42.279Z Compiling tokio-macros v2.6.0
14762026-03-11T21:37:42.515Z Compiling hmac v0.12.1
14772026-03-11T21:37:42.537Z Compiling futures-macro v0.3.32
14782026-03-11T21:37:42.552Z Compiling zerotrie v0.2.3
14792026-03-11T21:37:42.710Z Compiling block-padding v0.3.3
14802026-03-11T21:37:42.914Z Compiling inout v0.1.4
14812026-03-11T21:37:42.944Z Compiling zerovec v0.11.5
14822026-03-11T21:37:42.961Z Compiling sha2 v0.10.9
14832026-03-11T21:37:43.127Z Compiling cipher v0.4.4
14842026-03-11T21:37:43.286Z Compiling der_derive v0.7.3
14852026-03-11T21:37:43.480Z Compiling salsa20 v0.10.2
14862026-03-11T21:37:43.659Z Compiling tinystr v0.8.2
14872026-03-11T21:37:43.676Z Compiling potential_utf v0.1.4
14882026-03-11T21:37:43.681Z Compiling futures-util v0.3.32
14892026-03-11T21:37:43.862Z Compiling icu_collections v2.1.1
14902026-03-11T21:37:43.875Z Compiling icu_locale_core v2.1.1
14912026-03-11T21:37:44.456Z Compiling bytes v1.11.1
14922026-03-11T21:37:44.479Z Compiling chrono v0.4.44
14932026-03-11T21:37:44.561Z Compiling der v0.7.10
14942026-03-11T21:37:44.742Z Compiling icu_provider v2.1.1
14952026-03-11T21:37:45.084Z Compiling tokio v1.49.0
14962026-03-11T21:37:45.112Z Compiling icu_normalizer v2.1.1
14972026-03-11T21:37:45.283Z Compiling icu_properties v2.1.2
14982026-03-11T21:37:45.812Z Compiling spki v0.7.3
14992026-03-11T21:37:46.059Z Compiling http v1.4.0
15002026-03-11T21:37:46.180Z Compiling pbkdf2 v0.12.2
15012026-03-11T21:37:46.316Z Compiling thiserror-impl v2.0.18
15022026-03-11T21:37:46.347Z Compiling scrypt v0.11.0
15032026-03-11T21:37:46.666Z Compiling ppv-lite86 v0.2.21
15042026-03-11T21:37:46.712Z Compiling idna_adapter v1.2.1
15052026-03-11T21:37:46.791Z Compiling aes v0.8.4
15062026-03-11T21:37:46.861Z Compiling idna v1.1.0
15072026-03-11T21:37:46.876Z Compiling cbc v0.1.2
15082026-03-11T21:37:47.051Z Compiling rustls-pki-types v1.14.0
15092026-03-11T21:37:47.110Z Compiling rand_chacha v0.9.0
15102026-03-11T21:37:47.280Z Compiling url v2.5.8
15112026-03-11T21:37:47.715Z Compiling tracing-attributes v0.1.31
15122026-03-11T21:37:47.737Z Compiling rand v0.9.2
15132026-03-11T21:37:48.050Z Compiling pkcs5 v0.7.1
15142026-03-11T21:37:48.163Z Compiling thiserror v2.0.18
15152026-03-11T21:37:48.192Z Compiling http-body v1.0.1
15162026-03-11T21:37:48.289Z Compiling schemars v0.8.22
15172026-03-11T21:37:48.378Z Compiling base64 v0.22.1
15182026-03-11T21:37:48.402Z Compiling httparse v1.10.1
15192026-03-11T21:37:48.558Z Compiling untrusted v0.9.0
15202026-03-11T21:37:48.692Z Compiling untrusted v0.7.1
15212026-03-11T21:37:48.719Z Compiling syn v1.0.109
15222026-03-11T21:37:48.817Z Compiling pkcs8 v0.10.2
15232026-03-11T21:37:48.840Z Compiling schemars_derive v0.8.22
15242026-03-11T21:37:48.912Z Compiling pest_derive v2.8.6
15252026-03-11T21:37:49.159Z Compiling scroll_derive v0.13.1
15262026-03-11T21:37:49.465Z Compiling darling_core v0.20.11
15272026-03-11T21:37:49.547Z Compiling tracing v0.1.44
15282026-03-11T21:37:49.852Z Compiling tower-layer v0.3.3
15292026-03-11T21:37:49.884Z Compiling tower-service v0.3.3
15302026-03-11T21:37:49.999Z Compiling try-lock v0.2.5
15312026-03-11T21:37:50.052Z Compiling tokio-util v0.7.18
15322026-03-11T21:37:50.132Z Compiling atomic-waker v1.1.2
15332026-03-11T21:37:50.244Z Compiling rustls v0.23.37
15342026-03-11T21:37:50.279Z Compiling tinyvec_macros v0.1.1
15352026-03-11T21:37:50.366Z Compiling dyn-clone v1.0.20
15362026-03-11T21:37:50.476Z Compiling tinyvec v1.10.0
15372026-03-11T21:37:50.540Z Compiling scroll v0.13.0
15382026-03-11T21:37:50.875Z Compiling want v0.3.1
15392026-03-11T21:37:51.072Z Compiling h2 v0.4.13
15402026-03-11T21:37:51.447Z Compiling ipnet v2.11.0
15412026-03-11T21:37:51.588Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15422026-03-11T21:37:52.107Z Compiling spin v0.9.8
15432026-03-11T21:37:52.123Z Compiling aho-corasick v1.1.4
15442026-03-11T21:37:52.303Z Compiling pin-utils v0.1.0
15452026-03-11T21:37:52.420Z Compiling httpdate v1.0.3
15462026-03-11T21:37:52.435Z Compiling time-core v0.1.8
15472026-03-11T21:37:52.632Z Compiling powerfmt v0.2.0
15482026-03-11T21:37:52.704Z Compiling num-conv v0.2.0
15492026-03-11T21:37:52.724Z Compiling darling_macro v0.20.11
15502026-03-11T21:37:52.878Z Compiling foreign-types-shared v0.1.1
15512026-03-11T21:37:52.894Z Compiling crc32fast v1.5.0
15522026-03-11T21:37:52.922Z Compiling openssl v0.10.75
15532026-03-11T21:37:52.982Z Compiling foreign-types v0.3.2
15542026-03-11T21:37:53.071Z Compiling tempfile v3.25.0
15552026-03-11T21:37:53.273Z Compiling regex-automata v0.4.14
15562026-03-11T21:37:53.308Z Compiling time-macros v0.2.27
15572026-03-11T21:37:53.341Z Compiling darling v0.20.11
15582026-03-11T21:37:53.437Z Compiling deranged v0.5.8
15592026-03-11T21:37:54.539Z Compiling goblin v0.10.5
15602026-03-11T21:37:54.760Z Compiling thiserror-impl v1.0.69
15612026-03-11T21:37:54.850Z Compiling openssl-macros v0.1.1
15622026-03-11T21:37:55.354Z Compiling hyper v1.8.1
15632026-03-11T21:37:56.459Z Compiling wait-timeout v0.2.1
15642026-03-11T21:37:56.551Z Compiling quick-error v1.2.3
15652026-03-11T21:37:56.681Z Compiling usdt-impl v0.6.0
15662026-03-11T21:37:56.785Z Compiling either v1.15.0
15672026-03-11T21:37:56.953Z Compiling siphasher v1.0.2
15682026-03-11T21:37:57.058Z Compiling num_threads v0.1.7
15692026-03-11T21:37:57.175Z Compiling bit-vec v0.8.0
15702026-03-11T21:37:57.198Z Compiling native-tls v0.2.18
15712026-03-11T21:37:57.223Z Compiling simd-adler32 v0.3.8
15722026-03-11T21:37:57.477Z Compiling time v0.3.47
15732026-03-11T21:37:57.535Z Compiling bit-set v0.8.0
15742026-03-11T21:37:57.625Z Compiling hyper-util v0.1.20
15752026-03-11T21:37:57.738Z Compiling rusty-fork v0.3.1
15762026-03-11T21:37:58.157Z Compiling thiserror v1.0.69
15772026-03-11T21:37:58.283Z Compiling derive_builder_core v0.20.2
15782026-03-11T21:37:59.004Z Compiling dof v0.4.0
15792026-03-11T21:37:59.663Z Compiling unicode-normalization v0.1.25
15802026-03-11T21:37:59.681Z Compiling crossbeam-epoch v0.9.18
15812026-03-11T21:37:59.905Z Compiling dtrace-parser v0.3.0
15822026-03-11T21:38:00.107Z Compiling rustls-native-certs v0.8.3
15832026-03-11T21:38:00.263Z Compiling signature v2.2.0
15842026-03-11T21:38:00.474Z Compiling scroll_derive v0.12.1
15852026-03-11T21:38:00.474Z Compiling heapless v0.7.17
15862026-03-11T21:38:00.628Z Compiling rand_xorshift v0.4.0
15872026-03-11T21:38:00.736Z Compiling slog v2.8.2
15882026-03-11T21:38:00.788Z Compiling darling_core v0.21.3
15892026-03-11T21:38:00.825Z Compiling bzip2-sys v0.1.13+1.0.8
15902026-03-11T21:38:00.940Z Compiling sync_wrapper v1.0.2
15912026-03-11T21:38:00.979Z Compiling thread-id v5.1.0
15922026-03-11T21:38:01.074Z Compiling cookie v0.18.1
15932026-03-11T21:38:01.090Z Compiling unicode-segmentation v1.12.0
15942026-03-11T21:38:01.192Z Compiling unicode-bidi v0.3.18
15952026-03-11T21:38:01.321Z Compiling anyhow v1.0.102
15962026-03-11T21:38:01.365Z Compiling paste v1.0.15
15972026-03-11T21:38:01.588Z Compiling unarray v0.1.4
15982026-03-11T21:38:01.615Z Compiling zstd-safe v7.2.4
15992026-03-11T21:38:01.685Z Compiling rayon-core v1.13.0
16002026-03-11T21:38:01.713Z Compiling signal-hook v0.3.18
16012026-03-11T21:38:01.713Z Compiling adler2 v2.0.1
16022026-03-11T21:38:01.717Z Compiling unicode-properties v0.1.4
16032026-03-11T21:38:01.899Z Compiling miniz_oxide v0.8.9
16042026-03-11T21:38:01.980Z Compiling stringprep v0.1.5
16052026-03-11T21:38:01.996Z Compiling proptest v1.10.0
16062026-03-11T21:38:02.013Z Compiling scroll v0.12.0
16072026-03-11T21:38:02.361Z Compiling tower v0.5.3
16082026-03-11T21:38:02.745Z Compiling crossbeam-deque v0.8.6
16092026-03-11T21:38:02.950Z Compiling derive_builder_macro v0.20.2
16102026-03-11T21:38:02.987Z Compiling ipnetwork v0.21.1
16112026-03-11T21:38:03.004Z Compiling http-body-util v0.1.3
16122026-03-11T21:38:03.065Z Compiling webpki-roots v1.0.6
16132026-03-11T21:38:03.120Z Compiling rand_chacha v0.3.1
16142026-03-11T21:38:03.214Z Compiling serde_tokenstream v0.2.3
16152026-03-11T21:38:03.314Z Compiling toml_datetime v0.6.11
16162026-03-11T21:38:03.505Z Compiling erased-serde v0.3.31
16172026-03-11T21:38:03.554Z Compiling serde_spanned v0.6.9
16182026-03-11T21:38:03.607Z Compiling md-5 v0.10.6
16192026-03-11T21:38:03.643Z Compiling zerocopy-derive v0.7.35
16202026-03-11T21:38:03.731Z Compiling curve25519-dalek v4.1.3
16212026-03-11T21:38:03.797Z Compiling vergen-lib v0.1.6
16222026-03-11T21:38:04.038Z Compiling num-integer v0.1.46
16232026-03-11T21:38:04.180Z Compiling hash32 v0.2.1
16242026-03-11T21:38:04.199Z Compiling ff v0.13.1
16252026-03-11T21:38:04.237Z Compiling num-bigint-dig v0.8.6
16262026-03-11T21:38:04.361Z Compiling zlib-rs v0.6.2
16272026-03-11T21:38:04.384Z Compiling darling_macro v0.21.3
16282026-03-11T21:38:04.417Z Compiling psl-types v2.0.11
16292026-03-11T21:38:04.461Z Compiling rustix v0.38.44
16302026-03-11T21:38:04.486Z Compiling ryu v1.0.23
16312026-03-11T21:38:04.569Z Compiling litrs v1.0.0
16322026-03-11T21:38:04.720Z Compiling ref-cast v1.0.25
16332026-03-11T21:38:04.809Z Compiling base16ct v0.2.0
16342026-03-11T21:38:04.921Z Compiling fallible-iterator v0.2.0
16352026-03-11T21:38:05.000Z Compiling smoltcp v0.9.1
16362026-03-11T21:38:05.030Z Compiling iri-string v0.7.10
16372026-03-11T21:38:05.170Z Compiling darling v0.21.3
16382026-03-11T21:38:05.252Z Compiling document-features v0.2.12
16392026-03-11T21:38:05.270Z Compiling sec1 v0.7.3
16402026-03-11T21:38:05.330Z Compiling postgres-protocol v0.6.10
16412026-03-11T21:38:05.459Z Compiling newtype-uuid v1.3.2
16422026-03-11T21:38:05.721Z Compiling zerocopy v0.7.35
16432026-03-11T21:38:05.890Z Compiling serde_urlencoded v0.7.1
16442026-03-11T21:38:06.040Z Compiling publicsuffix v2.3.0
16452026-03-11T21:38:06.212Z Compiling group v0.13.0
16462026-03-11T21:38:06.244Z Compiling num-iter v0.1.45
16472026-03-11T21:38:06.488Z Compiling derive_builder v0.20.2
16482026-03-11T21:38:06.507Z Compiling rand v0.8.5
16492026-03-11T21:38:06.630Z Compiling tower-http v0.6.8
16502026-03-11T21:38:06.683Z Compiling oxnet v0.1.4
16512026-03-11T21:38:06.931Z Compiling proc-macro-error v1.0.4
16522026-03-11T21:38:07.567Z Compiling tokio-native-tls v0.3.1
16532026-03-11T21:38:07.571Z Compiling goblin v0.8.2
16542026-03-11T21:38:08.044Z Compiling heck v0.4.1
16552026-03-11T21:38:08.123Z Compiling phf_shared v0.13.1
16562026-03-11T21:38:08.321Z Compiling flate2 v1.1.9
16572026-03-11T21:38:08.338Z Compiling hubpack_derive v0.1.1
16582026-03-11T21:38:08.453Z Compiling regex v1.12.3
16592026-03-11T21:38:08.574Z Compiling lazy_static v1.5.0
16602026-03-11T21:38:08.688Z Compiling cargo-platform v0.1.9
16612026-03-11T21:38:08.775Z Compiling hkdf v0.12.4
16622026-03-11T21:38:08.868Z Compiling crypto-bigint v0.5.5
16632026-03-11T21:38:08.924Z Compiling ref-cast-impl v1.0.25
16642026-03-11T21:38:08.971Z Compiling curve25519-dalek-derive v0.1.1
16652026-03-11T21:38:09.016Z Compiling strum_macros v0.27.2
16662026-03-11T21:38:09.041Z Compiling daft-derive v0.1.5
16672026-03-11T21:38:09.632Z Compiling async-trait v0.1.89
16682026-03-11T21:38:09.833Z Compiling terminal_size v0.4.3
16692026-03-11T21:38:10.002Z Compiling vergen v9.0.6
16702026-03-11T21:38:10.005Z Compiling fs-err v3.3.0
16712026-03-11T21:38:10.256Z Compiling ahash v0.8.12
16722026-03-11T21:38:10.272Z Compiling managed v0.8.0
16732026-03-11T21:38:10.534Z Compiling winnow v0.5.40
16742026-03-11T21:38:10.550Z Compiling bitflags v1.3.2
16752026-03-11T21:38:10.639Z Compiling object v0.37.3
16762026-03-11T21:38:10.993Z Compiling libbz2-rs-sys v0.2.2
16772026-03-11T21:38:11.077Z Compiling bumpalo v3.20.2
16782026-03-11T21:38:11.396Z Compiling foldhash v0.1.5
16792026-03-11T21:38:11.609Z Compiling hashbrown v0.15.5
16802026-03-11T21:38:11.725Z Compiling strum v0.27.2
16812026-03-11T21:38:11.877Z Compiling bzip2 v0.6.1
16822026-03-11T21:38:11.897Z Compiling clap_builder v4.5.60
16832026-03-11T21:38:12.077Z Compiling zopfli v0.8.3
16842026-03-11T21:38:12.314Z Compiling toml_edit v0.19.15
16852026-03-11T21:38:12.343Z Compiling console v0.16.2
16862026-03-11T21:38:12.536Z Compiling elliptic-curve v0.13.8
16872026-03-11T21:38:13.002Z Compiling dof v0.3.0
16882026-03-11T21:38:13.129Z Compiling daft v0.1.5
16892026-03-11T21:38:13.477Z Compiling hubpack v0.1.2
16902026-03-11T21:38:13.494Z Compiling cargo_metadata v0.19.2
16912026-03-11T21:38:14.016Z Compiling phf v0.13.1
16922026-03-11T21:38:14.221Z Compiling zone_cfg_derive v0.3.1
16932026-03-11T21:38:15.087Z Compiling signal-hook-mio v0.2.5
16942026-03-11T21:38:15.230Z Compiling zstd v0.13.3
16952026-03-11T21:38:15.374Z Compiling rayon v1.11.0
16962026-03-11T21:38:16.075Z Compiling cookie_store v0.22.1
16972026-03-11T21:38:16.095Z Compiling hyper-tls v0.6.0
16982026-03-11T21:38:16.218Z Compiling bzip2 v0.4.4
16992026-03-11T21:38:16.380Z Compiling postgres-types v0.2.12
17002026-03-11T21:38:16.765Z Compiling serde_with_macros v3.17.0
17012026-03-11T21:38:16.948Z Compiling usdt-attr-macro v0.6.0
17022026-03-11T21:38:17.130Z Compiling usdt-macro v0.6.0
17032026-03-11T21:38:17.388Z Compiling ed25519 v2.2.3
17042026-03-11T21:38:17.825Z Compiling dtrace-parser v0.2.0
17052026-03-11T21:38:18.025Z Compiling phf_shared v0.11.3
17062026-03-11T21:38:18.070Z Compiling itertools v0.12.1
17072026-03-11T21:38:18.147Z Compiling bstr v1.12.1
17082026-03-11T21:38:18.264Z Compiling pkcs1 v0.7.5
17092026-03-11T21:38:18.343Z Compiling hex v0.4.3
17102026-03-11T21:38:18.596Z Compiling serde-big-array v0.5.1
17112026-03-11T21:38:18.707Z Compiling rfc6979 v0.4.0
17122026-03-11T21:38:18.775Z Compiling strum_macros v0.26.4
17132026-03-11T21:38:18.802Z Compiling serde_repr v0.1.20
17142026-03-11T21:38:18.853Z Compiling enum-as-inner v0.6.1
17152026-03-11T21:38:18.907Z Compiling clap_derive v4.5.55
17162026-03-11T21:38:19.037Z Compiling float-cmp v0.10.0
17172026-03-11T21:38:19.218Z Compiling memmap2 v0.9.10
17182026-03-11T21:38:19.488Z Compiling thread-id v4.2.2
17192026-03-11T21:38:19.516Z Compiling env_filter v1.0.0
17202026-03-11T21:38:19.532Z Compiling encoding_rs v0.8.35
17212026-03-11T21:38:19.591Z Compiling difflib v0.4.0
17222026-03-11T21:38:19.684Z Compiling fixedbitset v0.4.2
17232026-03-11T21:38:19.913Z Compiling mime v0.3.17
17242026-03-11T21:38:19.969Z Compiling data-encoding v2.10.0
17252026-03-11T21:38:20.255Z Compiling jiff v0.2.21
17262026-03-11T21:38:20.357Z Compiling new_debug_unreachable v1.0.6
17272026-03-11T21:38:20.446Z Compiling precomputed-hash v0.1.1
17282026-03-11T21:38:20.552Z Compiling normalize-line-endings v0.3.0
17292026-03-11T21:38:20.670Z Compiling keccak v0.1.6
17302026-03-11T21:38:20.951Z Compiling rustc-hash v2.1.1
17312026-03-11T21:38:21.037Z Compiling whoami v2.1.0
17322026-03-11T21:38:21.105Z Compiling unit-prefix v0.5.2
17332026-03-11T21:38:21.199Z Compiling predicates-core v1.0.10
17342026-03-11T21:38:21.281Z Compiling static_assertions v1.1.0
17352026-03-11T21:38:21.361Z Compiling fixedbitset v0.5.7
17362026-03-11T21:38:21.377Z Compiling clap v4.5.60
17372026-03-11T21:38:21.420Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17382026-03-11T21:38:21.471Z Compiling predicates v3.1.4
17392026-03-11T21:38:21.530Z Compiling tokio-postgres v0.7.16
17402026-03-11T21:38:21.574Z Compiling indicatif v0.18.4
17412026-03-11T21:38:21.754Z Compiling petgraph v0.8.3
17422026-03-11T21:38:21.773Z Compiling strum v0.26.3
17432026-03-11T21:38:21.921Z Compiling iddqd v0.3.17
17442026-03-11T21:38:22.350Z Compiling sha3 v0.10.8
17452026-03-11T21:38:22.786Z Compiling toml_edit v0.22.27
17462026-03-11T21:38:23.012Z Compiling string_cache v0.8.9
17472026-03-11T21:38:23.295Z Compiling hickory-proto v0.25.2
17482026-03-11T21:38:23.474Z Compiling petgraph v0.6.5
17492026-03-11T21:38:24.423Z Compiling zip v4.6.1
17502026-03-11T21:38:24.524Z Compiling env_logger v0.11.9
17512026-03-11T21:38:24.978Z Compiling usdt-impl v0.5.0
17522026-03-11T21:38:25.214Z Compiling zone v0.3.1
17532026-03-11T21:38:25.496Z Compiling usdt v0.6.0
17542026-03-11T21:38:25.690Z Compiling ecdsa v0.16.9
17552026-03-11T21:38:25.750Z Compiling similar v2.7.0
17562026-03-11T21:38:25.818Z Compiling serde_with v3.17.0
17572026-03-11T21:38:26.126Z Compiling rsa v0.9.10
17582026-03-11T21:38:26.196Z Compiling crossterm v0.28.1
17592026-03-11T21:38:26.213Z Compiling ed25519-dalek v2.2.0
17602026-03-11T21:38:26.641Z Compiling zip v0.6.6
17612026-03-11T21:38:27.102Z Compiling toml v0.7.8
17622026-03-11T21:38:27.949Z Compiling toml_parser v1.0.9+spec-1.1.0
17632026-03-11T21:38:27.974Z Compiling itertools v0.13.0
17642026-03-11T21:38:28.010Z Compiling tokio-stream v0.1.18
17652026-03-11T21:38:28.240Z Compiling buf-list v1.1.2
17662026-03-11T21:38:28.596Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17672026-03-11T21:38:28.634Z Compiling x509-cert v0.2.5
17682026-03-11T21:38:28.811Z Compiling openapiv3 v2.2.0
17692026-03-11T21:38:29.021Z Compiling sha1 v0.10.6
17702026-03-11T21:38:29.309Z Compiling toml_datetime v0.7.5+spec-1.1.0
17712026-03-11T21:38:29.642Z Compiling peg-runtime v0.8.5
17722026-03-11T21:38:29.683Z Compiling lalrpop-util v0.19.12
17732026-03-11T21:38:29.738Z Compiling thread_local v1.1.9
17742026-03-11T21:38:29.920Z Compiling slog-async v2.8.0
17752026-03-11T21:38:30.002Z Compiling crossbeam-channel v0.5.15
17762026-03-11T21:38:30.047Z Compiling futures-executor v0.3.32
17772026-03-11T21:38:30.344Z Compiling is-terminal v0.4.17
17782026-03-11T21:38:30.371Z Compiling filetime v0.2.27
17792026-03-11T21:38:30.463Z Compiling take_mut v0.2.2
17802026-03-11T21:38:30.567Z Compiling term v1.2.1
17812026-03-11T21:38:30.589Z Compiling xattr v1.6.1
17822026-03-11T21:38:30.606Z Compiling futures v0.3.32
17832026-03-11T21:38:30.793Z Compiling tar v0.4.44
17842026-03-11T21:38:30.932Z Compiling slog-term v2.9.2
17852026-03-11T21:38:37.633Z Compiling rustls-webpki v0.103.9
17862026-03-11T21:38:41.587Z Compiling tokio-rustls v0.26.4
17872026-03-11T21:38:41.587Z Compiling rustls-platform-verifier v0.6.2
17882026-03-11T21:38:41.846Z Compiling hyper-rustls v0.27.7
17892026-03-11T21:38:42.103Z Compiling reqwest v0.13.2
17902026-03-11T21:38:42.118Z Compiling reqwest v0.12.28
17912026-03-11T21:38:44.977Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17922026-03-11T21:38:45.264Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17932026-03-11T21:38:49.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
17942026-03-11T21:38:49.209Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17952026-03-11T21:38:49.259ZMar 11 21:38:48.280 INFO Starting download, target: Cockroach
17962026-03-11T21:38:49.259ZMar 11 21:38:48.280 INFO Starting download, target: Console
17972026-03-11T21:38:49.259ZMar 11 21:38:48.280 INFO Starting download, target: Clickhouse
17982026-03-11T21:38:49.262ZMar 11 21:38:48.280 INFO Starting download, target: TransceiverControl
17992026-03-11T21:38:49.262ZMar 11 21:38:48.280 INFO Starting download, target: MaghemiteMgd
18002026-03-11T21:38:49.262ZMar 11 21:38:48.280 INFO Starting download, target: DendriteStub
18012026-03-11T21:38:49.262ZMar 11 21:38:48.280 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18022026-03-11T21:38:49.262ZMar 11 21:38:48.280 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18032026-03-11T21:38:49.263ZMar 11 21:38:48.280 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18042026-03-11T21:38:49.263ZMar 11 21:38:48.280 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18052026-03-11T21:38:49.263ZMar 11 21:38:48.280 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18062026-03-11T21:38:49.263ZMar 11 21:38:48.281 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18072026-03-11T21:38:49.924ZMar 11 21:38:48.938 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18082026-03-11T21:38:50.224ZMar 11 21:38:49.244 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18092026-03-11T21:38:50.260ZMar 11 21:38:49.279 INFO Download complete, target: TransceiverControl
18102026-03-11T21:38:50.603ZMar 11 21:38:49.624 INFO Download complete, target: Console
18112026-03-11T21:38:51.007ZMar 11 21:38:50.027 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18122026-03-11T21:38:51.045ZMar 11 21:38:50.066 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18132026-03-11T21:38:51.566ZMar 11 21:38:50.586 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18142026-03-11T21:38:51.566ZMar 11 21:38:50.586 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18152026-03-11T21:38:51.675ZMar 11 21:38:50.696 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18162026-03-11T21:38:54.550ZMar 11 21:38:53.571 INFO Download complete, target: MaghemiteMgd
18172026-03-11T21:38:54.693ZMar 11 21:38:53.713 INFO Download complete, target: DendriteStub
18182026-03-11T21:38:59.257ZMar 11 21:38:58.276 INFO Checking that binary works, target: Cockroach
18192026-03-11T21:38:59.371ZMar 11 21:38:58.391 INFO Download complete, target: Cockroach
18202026-03-11T21:39:02.787ZMar 11 21:39:01.807 INFO Checking that binary works, target: Clickhouse
18212026-03-11T21:39:02.999ZMar 11 21:39:02.019 INFO Download complete, target: Clickhouse
18222026-03-11T21:39:03.004ZAll prerequisites installed successfully
18232026-03-11T21:39:03.008Z
18242026-03-11T21:39:03.008Zreal 3:20.364045399
18252026-03-11T21:39:03.009Zuser 10:06.900754252
18262026-03-11T21:39:03.009Zsys 1:42.538207799
18272026-03-11T21:39:03.009Ztrap 0.289568799
18282026-03-11T21:39:03.009Ztflt 0.747754295
18292026-03-11T21:39:03.009Zdflt 0.965665890
18302026-03-11T21:39:03.009Zkflt 0.087707616
18312026-03-11T21:39:03.009Zlock 23:41.487348827
18322026-03-11T21:39:03.009Zslp 37:07.092032426
18332026-03-11T21:39:03.009Zlat 48.903639466
18342026-03-11T21:39:03.009Zstop 2:09.195312705
18352026-03-11T21:39:03.009Z+ source ./tools/include/force-git-over-https.sh
18362026-03-11T21:39:03.009Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18372026-03-11T21:39:03.009Z++ (( i = 0 ))
18382026-03-11T21:39:03.009Z++ (( i < 5 ))
18392026-03-11T21:39:03.009Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18402026-03-11T21:39:03.012Z++ (( i++ ))
18412026-03-11T21:39:03.013Z++ (( i < 5 ))
18422026-03-11T21:39:03.013Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18432026-03-11T21:39:03.013Z++ (( i++ ))
18442026-03-11T21:39:03.013Z++ (( i < 5 ))
18452026-03-11T21:39:03.013Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18462026-03-11T21:39:03.016Z++ (( i++ ))
18472026-03-11T21:39:03.016Z++ (( i < 5 ))
18482026-03-11T21:39:03.016Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18492026-03-11T21:39:03.020Z++ (( i++ ))
18502026-03-11T21:39:03.020Z++ (( i < 5 ))
18512026-03-11T21:39:03.020Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18522026-03-11T21:39:03.020Z++ (( i++ ))
18532026-03-11T21:39:03.020Z++ (( i < 5 ))
18542026-03-11T21:39:03.020Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18552026-03-11T21:39:03.020Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18562026-03-11T21:39:03.020Z+ rc=0
18572026-03-11T21:39:03.020Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18582026-03-11T21:39:43.158Z+ case $rc in
18592026-03-11T21:39:43.158Z+ pfexec zfs create -p rpool/images/build/host
18602026-03-11T21:39:43.358Z+ pfexec zfs create -p rpool/images/build/recovery
18612026-03-11T21:39:43.439Z+ cargo xtask releng --output-dir /work --mkincorp
18622026-03-11T21:39:44.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18632026-03-11T21:39:44.181Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18642026-03-11T21:39:45.290Z Compiling proc-macro2 v1.0.106
18652026-03-11T21:39:45.290Z Compiling quote v1.0.44
18662026-03-11T21:39:45.290Z Compiling unicode-ident v1.0.24
18672026-03-11T21:39:45.293Z Compiling libc v0.2.180
18682026-03-11T21:39:45.293Z Compiling serde_core v1.0.228
18692026-03-11T21:39:45.293Z Compiling serde v1.0.228
18702026-03-11T21:39:45.293Z Compiling cfg-if v1.0.4
18712026-03-11T21:39:45.293Z Compiling version_check v0.9.5
18722026-03-11T21:39:45.647Z Compiling shlex v1.3.0
18732026-03-11T21:39:45.735Z Compiling find-msvc-tools v0.1.9
18742026-03-11T21:39:45.879Z Compiling typenum v1.19.0
18752026-03-11T21:39:46.035Z Compiling generic-array v0.14.7
18762026-03-11T21:39:46.110Z Compiling portable-atomic v1.13.1
18772026-03-11T21:39:46.289Z Compiling autocfg v1.5.0
18782026-03-11T21:39:46.314Z Compiling zerocopy v0.8.40
18792026-03-11T21:39:46.661Z Compiling zmij v1.0.21
18802026-03-11T21:39:46.763Z Compiling jobserver v0.1.34
18812026-03-11T21:39:46.780Z Compiling memchr v2.8.0
18822026-03-11T21:39:46.822Z Compiling serde_json v1.0.149
18832026-03-11T21:39:46.997Z Compiling syn v2.0.117
18842026-03-11T21:39:47.037Z Compiling cc v1.2.56
18852026-03-11T21:39:47.107Z Compiling libm v0.2.16
18862026-03-11T21:39:47.305Z Compiling parking_lot_core v0.9.12
18872026-03-11T21:39:47.500Z Compiling num-traits v0.2.19
18882026-03-11T21:39:47.664Z Compiling getrandom v0.2.17
18892026-03-11T21:39:47.930Z Compiling smallvec v1.15.1
18902026-03-11T21:39:47.951Z Compiling icu_normalizer_data v2.1.1
18912026-03-11T21:39:47.978Z Compiling icu_properties_data v2.1.2
18922026-03-11T21:39:48.208Z Compiling pkg-config v0.3.32
18932026-03-11T21:39:48.243Z Compiling errno v0.3.14
18942026-03-11T21:39:48.303Z Compiling log v0.4.29
18952026-03-11T21:39:48.471Z Compiling itoa v1.0.17
18962026-03-11T21:39:48.644Z Compiling getrandom v0.4.1
18972026-03-11T21:39:48.690Z Compiling subtle v2.6.1
18982026-03-11T21:39:48.839Z Compiling getrandom v0.3.4
18992026-03-11T21:39:48.858Z Compiling rand_core v0.6.4
19002026-03-11T21:39:48.862Z Compiling scopeguard v1.2.0
19012026-03-11T21:39:49.021Z Compiling stable_deref_trait v1.2.1
19022026-03-11T21:39:49.040Z Compiling lock_api v0.4.14
19032026-03-11T21:39:49.238Z Compiling critical-section v1.2.0
19042026-03-11T21:39:49.381Z Compiling rustix v1.1.3
19052026-03-11T21:39:49.466Z Compiling bitflags v2.11.0
19062026-03-11T21:39:49.643Z Compiling ring v0.17.14
19072026-03-11T21:39:49.822Z Compiling once_cell v1.21.3
19082026-03-11T21:39:49.899Z Compiling cmake v0.1.57
19092026-03-11T21:39:50.152Z Compiling dunce v1.0.5
19102026-03-11T21:39:50.173Z Compiling fs_extra v1.3.0
19112026-03-11T21:39:50.325Z Compiling pin-project-lite v0.2.17
19122026-03-11T21:39:50.346Z Compiling semver v1.0.27
19132026-03-11T21:39:50.401Z Compiling thiserror v2.0.18
19142026-03-11T21:39:50.448Z Compiling const-oid v0.9.6
19152026-03-11T21:39:50.532Z Compiling aws-lc-sys v0.37.1
19162026-03-11T21:39:50.807Z Compiling percent-encoding v2.3.2
19172026-03-11T21:39:50.843Z Compiling writeable v0.6.2
19182026-03-11T21:39:51.214Z Compiling fnv v1.0.7
19192026-03-11T21:39:51.334Z Compiling synstructure v0.13.2
19202026-03-11T21:39:51.551Z Compiling rustversion v1.0.22
19212026-03-11T21:39:51.715Z Compiling litemap v0.8.1
19222026-03-11T21:39:52.069Z Compiling heck v0.5.0
19232026-03-11T21:39:52.282Z Compiling signal-hook-registry v1.4.8
19242026-03-11T21:39:52.516Z Compiling equivalent v1.0.2
19252026-03-11T21:39:52.554Z Compiling futures-core v0.3.32
19262026-03-11T21:39:52.705Z Compiling aws-lc-rs v1.16.0
19272026-03-11T21:39:52.747Z Compiling allocator-api2 v0.2.21
19282026-03-11T21:39:52.809Z Compiling parking_lot v0.12.5
19292026-03-11T21:39:53.049Z Compiling mio v1.1.1
19302026-03-11T21:39:53.088Z Compiling foldhash v0.2.0
19312026-03-11T21:39:53.189Z Compiling serde_derive v1.0.228
19322026-03-11T21:39:53.239Z Compiling zeroize_derive v1.4.3
19332026-03-11T21:39:53.352Z Compiling zerofrom-derive v0.1.6
19342026-03-11T21:39:53.692Z Compiling yoke-derive v0.8.1
19352026-03-11T21:39:54.065Z Compiling zerocopy-derive v0.8.40
19362026-03-11T21:39:54.097Z Compiling zerovec-derive v0.11.2
19372026-03-11T21:39:54.267Z Compiling zeroize v1.8.2
19382026-03-11T21:39:54.309Z Compiling displaydoc v0.2.5
19392026-03-11T21:39:54.647Z Compiling tokio-macros v2.6.0
19402026-03-11T21:39:54.824Z Compiling futures-macro v0.3.32
19412026-03-11T21:39:55.327Z Compiling zerofrom v0.1.6
19422026-03-11T21:39:55.526Z Compiling yoke v0.8.1
19432026-03-11T21:39:55.545Z Compiling der_derive v0.7.3
19442026-03-11T21:39:55.712Z Compiling thiserror-impl v2.0.18
19452026-03-11T21:39:55.805Z Compiling zerovec v0.11.5
19462026-03-11T21:39:55.915Z Compiling crypto-common v0.1.7
19472026-03-11T21:39:55.915Z Compiling zerotrie v0.2.3
19482026-03-11T21:39:56.525Z Compiling block-buffer v0.10.4
19492026-03-11T21:39:56.599Z Compiling tinystr v0.8.2
19502026-03-11T21:39:56.648Z Compiling potential_utf v0.1.4
19512026-03-11T21:39:56.915Z Compiling icu_locale_core v2.1.1
19522026-03-11T21:39:56.956Z Compiling icu_collections v2.1.1
19532026-03-11T21:39:57.035Z Compiling digest v0.10.7
19542026-03-11T21:39:57.548Z Compiling tracing-attributes v0.1.31
19552026-03-11T21:39:57.919Z Compiling hashbrown v0.16.1
19562026-03-11T21:39:58.090Z Compiling bytes v1.11.1
19572026-03-11T21:39:58.126Z Compiling icu_provider v2.1.1
19582026-03-11T21:39:58.796Z Compiling icu_properties v2.1.2
19592026-03-11T21:39:58.935Z Compiling icu_normalizer v2.1.1
19602026-03-11T21:39:58.983Z Compiling httparse v1.10.1
19612026-03-11T21:39:59.325Z Compiling schemars v0.8.22
19622026-03-11T21:39:59.363Z Compiling vcpkg v0.2.15
19632026-03-11T21:39:59.879Z Compiling serde_derive_internals v0.29.1
19642026-03-11T21:40:00.271Z Compiling openssl-sys v0.9.111
19652026-03-11T21:40:00.414Z Compiling idna_adapter v1.2.1
19662026-03-11T21:40:00.553Z Compiling socket2 v0.6.2
19672026-03-11T21:40:00.633Z Compiling utf8_iter v1.0.4
19682026-03-11T21:40:00.937Z Compiling idna v1.1.0
19692026-03-11T21:40:01.044Z Compiling tokio v1.49.0
19702026-03-11T21:40:01.067Z Compiling schemars_derive v0.8.22
19712026-03-11T21:40:01.067Z Compiling form_urlencoded v1.2.2
19722026-03-11T21:40:01.547Z Compiling indexmap v2.13.0
19732026-03-11T21:40:01.664Z Compiling rand_core v0.10.0
19742026-03-11T21:40:01.701Z Compiling url v2.5.8
19752026-03-11T21:40:02.059Z Compiling rustls v0.23.37
19762026-03-11T21:40:02.430Z Compiling futures-sink v0.3.32
19772026-03-11T21:40:02.672Z Compiling cpufeatures v0.2.17
19782026-03-11T21:40:02.765Z Compiling crossbeam-utils v0.8.21
19792026-03-11T21:40:02.784Z Compiling futures-channel v0.3.32
19802026-03-11T21:40:03.714Z Compiling slab v0.4.12
19812026-03-11T21:40:03.745Z Compiling futures-task v0.3.32
19822026-03-11T21:40:04.034Z Compiling syn v1.0.109
19832026-03-11T21:40:04.038Z Compiling futures-io v0.3.32
19842026-03-11T21:40:04.249Z Compiling futures-util v0.3.32
19852026-03-11T21:40:04.587Z Compiling ppv-lite86 v0.2.21
19862026-03-11T21:40:04.763Z Compiling rustc_version v0.4.1
19872026-03-11T21:40:05.230Z Compiling strsim v0.11.1
19882026-03-11T21:40:05.248Z Compiling ucd-trie v0.1.7
19892026-03-11T21:40:05.285Z Compiling byteorder v1.5.0
19902026-03-11T21:40:05.505Z Compiling thiserror v1.0.69
19912026-03-11T21:40:05.541Z Compiling crc32fast v1.5.0
19922026-03-11T21:40:05.606Z Compiling pest v2.8.6
19932026-03-11T21:40:06.656Z Compiling hmac v0.12.1
19942026-03-11T21:40:06.866Z Compiling openssl v0.10.75
19952026-03-11T21:40:07.336Z Compiling pest_meta v2.8.6
19962026-03-11T21:40:08.154Z Compiling block-padding v0.3.3
19972026-03-11T21:40:08.331Z Compiling thiserror-impl v1.0.69
19982026-03-11T21:40:08.473Z Compiling iana-time-zone v0.1.65
19992026-03-11T21:40:08.517Z Compiling ident_case v1.0.1
20002026-03-11T21:40:09.244Z Compiling chrono v0.4.44
20012026-03-11T21:40:09.276Z Compiling inout v0.1.4
20022026-03-11T21:40:09.331Z Compiling pest_generator v2.8.6
20032026-03-11T21:40:10.121Z Compiling rustls-pki-types v1.14.0
20042026-03-11T21:40:10.327Z Compiling openssl-macros v0.1.1
20052026-03-11T21:40:10.475Z Compiling native-tls v0.2.18
20062026-03-11T21:40:10.785Z Compiling time-core v0.1.8
20072026-03-11T21:40:11.131Z Compiling num-conv v0.2.0
20082026-03-11T21:40:11.325Z Compiling pest_derive v2.8.6
20092026-03-11T21:40:11.386Z Compiling time-macros v0.2.27
20102026-03-11T21:40:11.847Z Compiling cipher v0.4.4
20112026-03-11T21:40:11.946Z Compiling sha2 v0.10.9
20122026-03-11T21:40:12.484Z Compiling scroll_derive v0.13.1
20132026-03-11T21:40:12.654Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20142026-03-11T21:40:12.903Z Compiling base64ct v1.8.3
20152026-03-11T21:40:13.339Z Compiling base64 v0.22.1
20162026-03-11T21:40:13.343Z Compiling pem-rfc7468 v0.7.0
20172026-03-11T21:40:13.736Z Compiling uuid v1.21.0
20182026-03-11T21:40:13.739Z Compiling http v1.4.0
20192026-03-11T21:40:13.982Z Compiling slog v2.8.2
20202026-03-11T21:40:14.420Z Compiling flagset v0.4.7
20212026-03-11T21:40:14.579Z Compiling regex-syntax v0.8.10
20222026-03-11T21:40:14.596Z Compiling untrusted v0.9.0
20232026-03-11T21:40:14.765Z Compiling der v0.7.10
20242026-03-11T21:40:16.051Z Compiling rand_core v0.9.5
20252026-03-11T21:40:16.327Z Compiling bzip2-sys v0.1.13+1.0.8
20262026-03-11T21:40:16.567Z Compiling paste v1.0.15
20272026-03-11T21:40:16.687Z Compiling camino v1.2.2
20282026-03-11T21:40:16.902Z Compiling plain v0.2.3
20292026-03-11T21:40:17.038Z Compiling rayon-core v1.13.0
20302026-03-11T21:40:17.281Z Compiling spki v0.7.3
20312026-03-11T21:40:17.536Z Compiling salsa20 v0.10.2
20322026-03-11T21:40:17.710Z Compiling tokio-util v0.7.18
20332026-03-11T21:40:18.006Z Compiling pbkdf2 v0.12.2
20342026-03-11T21:40:18.362Z Compiling tracing-core v0.1.36
20352026-03-11T21:40:19.654Z Compiling num-bigint-dig v0.8.6
20362026-03-11T21:40:19.787Z Compiling dyn-clone v1.0.20
20372026-03-11T21:40:20.404Z Compiling tracing v0.1.44
20382026-03-11T21:40:21.007Z Compiling scrypt v0.11.0
20392026-03-11T21:40:21.298Z Compiling rand_chacha v0.9.0
20402026-03-11T21:40:21.580Z Compiling http-body v1.0.1
20412026-03-11T21:40:21.819Z Compiling aes v0.8.4
20422026-03-11T21:40:21.936Z Compiling cbc v0.1.2
20432026-03-11T21:40:22.843Z Compiling cookie v0.18.1
20442026-03-11T21:40:22.898Z Compiling ahash v0.8.12
20452026-03-11T21:40:22.957Z Compiling usdt-impl v0.6.0
20462026-03-11T21:40:23.097Z Compiling atomic-waker v1.1.2
20472026-03-11T21:40:23.168Z Compiling anyhow v1.0.102
20482026-03-11T21:40:23.236Z Compiling pretty-hex v0.4.1
20492026-03-11T21:40:23.255Z Compiling fastrand v2.3.0
20502026-03-11T21:40:23.433Z Compiling unicode-segmentation v1.12.0
20512026-03-11T21:40:23.567Z Compiling zstd-safe v7.2.4
20522026-03-11T21:40:23.847Z Compiling pkcs5 v0.7.1
20532026-03-11T21:40:24.461Z Compiling rand v0.9.2
20542026-03-11T21:40:25.360Z Compiling scroll v0.13.0
20552026-03-11T21:40:25.371Z Compiling heapless v0.7.17
20562026-03-11T21:40:25.458Z Compiling serde_tokenstream v0.2.3
20572026-03-11T21:40:25.685Z Compiling clap_derive v4.5.55
20582026-03-11T21:40:25.702Z Compiling daft-derive v0.1.5
20592026-03-11T21:40:25.821Z Compiling async-trait v0.1.89
20602026-03-11T21:40:26.014Z Compiling scroll_derive v0.12.1
20612026-03-11T21:40:26.451Z Compiling aho-corasick v1.1.4
20622026-03-11T21:40:26.591Z Compiling try-lock v0.2.5
20632026-03-11T21:40:26.770Z Compiling openssl-probe v0.2.1
20642026-03-11T21:40:26.893Z Compiling untrusted v0.7.1
20652026-03-11T21:40:27.087Z Compiling tower-layer v0.3.3
20662026-03-11T21:40:27.092Z Compiling signal-hook v0.3.18
20672026-03-11T21:40:27.377Z Compiling tower-service v0.3.3
20682026-03-11T21:40:27.551Z Compiling want v0.3.1
20692026-03-11T21:40:27.809Z Compiling regex-automata v0.4.14
20702026-03-11T21:40:27.812Z Compiling goblin v0.10.5
20712026-03-11T21:40:29.529Z Compiling pkcs8 v0.10.2
20722026-03-11T21:40:29.841Z Compiling heck v0.4.1
20732026-03-11T21:40:29.938Z Compiling tempfile v3.25.0
20742026-03-11T21:40:29.962Z Compiling h2 v0.4.13
20752026-03-11T21:40:30.018Z Compiling darling_core v0.20.11
20762026-03-11T21:40:30.293Z Compiling ipnet v2.11.0
20772026-03-11T21:40:31.042Z Compiling spin v0.9.8
20782026-03-11T21:40:31.372Z Compiling tinyvec_macros v0.1.1
20792026-03-11T21:40:31.946Z Compiling httpdate v1.0.3
20802026-03-11T21:40:32.388Z Compiling pin-utils v0.1.0
20812026-03-11T21:40:32.696Z Compiling dof v0.4.0
20822026-03-11T21:40:32.977Z Compiling darling_macro v0.20.11
20832026-03-11T21:40:33.634Z Compiling tinyvec v1.10.0
20842026-03-11T21:40:34.155Z Compiling dtrace-parser v0.3.0
20852026-03-11T21:40:34.282Z Compiling darling_core v0.21.3
20862026-03-11T21:40:34.748Z Compiling hyper v1.8.1
20872026-03-11T21:40:35.014Z Compiling curve25519-dalek v4.1.3
20882026-03-11T21:40:35.648Z Compiling hex v0.4.3
20892026-03-11T21:40:36.049Z Compiling strum_macros v0.26.4
20902026-03-11T21:40:36.204Z Compiling zerocopy-derive v0.7.35
20912026-03-11T21:40:37.517Z Compiling thread-id v5.1.0
20922026-03-11T21:40:37.607Z Compiling proc-macro-error-attr v1.0.4
20932026-03-11T21:40:37.897Z Compiling foreign-types-shared v0.1.1
20942026-03-11T21:40:37.948Z Compiling smoltcp v0.9.1
20952026-03-11T21:40:38.018Z Compiling ref-cast v1.0.25
20962026-03-11T21:40:38.066Z Compiling utf8parse v0.2.2
20972026-03-11T21:40:38.214Z Compiling anstyle v1.0.13
20982026-03-11T21:40:38.430Z Compiling rustix v0.38.44
20992026-03-11T21:40:38.498Z Compiling litrs v1.0.0
21002026-03-11T21:40:38.689Z Compiling anstyle-parse v0.2.7
21012026-03-11T21:40:38.908Z Compiling foreign-types v0.3.2
21022026-03-11T21:40:39.127Z Compiling document-features v0.2.12
21032026-03-11T21:40:39.409Z Compiling darling_macro v0.21.3
21042026-03-11T21:40:39.738Z Compiling hyper-util v0.1.20
21052026-03-11T21:40:40.261Z Compiling darling v0.20.11
21062026-03-11T21:40:40.828Z Compiling serde_spanned v0.6.9
21072026-03-11T21:40:40.932Z Compiling toml_datetime v0.6.11
21082026-03-11T21:40:40.992Z Compiling wait-timeout v0.2.1
21092026-03-11T21:40:41.022Z Compiling proc-macro-error v1.0.4
21102026-03-11T21:40:41.166Z Compiling is_terminal_polyfill v1.70.2
21112026-03-11T21:40:41.267Z Compiling bit-vec v0.8.0
21122026-03-11T21:40:41.379Z Compiling anstyle-query v1.1.5
21132026-03-11T21:40:41.406Z Compiling either v1.15.0
21142026-03-11T21:40:41.508Z Compiling colorchoice v1.0.4
21152026-03-11T21:40:41.553Z Compiling powerfmt v0.2.0
21162026-03-11T21:40:41.652Z Compiling simd-adler32 v0.3.8
21172026-03-11T21:40:41.796Z Compiling quick-error v1.2.3
21182026-03-11T21:40:41.814Z Compiling siphasher v1.0.2
21192026-03-11T21:40:41.969Z Compiling rusty-fork v0.3.1
21202026-03-11T21:40:41.991Z Compiling deranged v0.5.8
21212026-03-11T21:40:42.293Z Compiling anstream v0.6.21
21222026-03-11T21:40:42.344Z Compiling bit-set v0.8.0
21232026-03-11T21:40:43.675Z Compiling derive_builder_core v0.20.2
21242026-03-11T21:40:43.716Z Compiling crossbeam-epoch v0.9.18
21252026-03-11T21:40:43.993Z Compiling darling v0.21.3
21262026-03-11T21:40:44.174Z Compiling unicode-normalization v0.1.25
21272026-03-11T21:40:44.645Z Compiling regex v1.12.3
21282026-03-11T21:40:44.857Z Compiling rustls-native-certs v0.8.3
21292026-03-11T21:40:45.239Z Compiling http-body-util v0.1.3
21302026-03-11T21:40:45.615Z Compiling rand_xorshift v0.4.0
21312026-03-11T21:40:45.789Z Compiling hubpack_derive v0.1.1
21322026-03-11T21:40:45.792Z Compiling sync_wrapper v1.0.2
21332026-03-11T21:40:45.967Z Compiling signature v2.2.0
21342026-03-11T21:40:45.995Z Compiling erased-serde v0.3.31
21352026-03-11T21:40:46.185Z Compiling strum_macros v0.27.2
21362026-03-11T21:40:46.226Z Compiling ref-cast-impl v1.0.25
21372026-03-11T21:40:46.367Z Compiling curve25519-dalek-derive v0.1.1
21382026-03-11T21:40:47.009Z Compiling fs-err v3.3.0
21392026-03-11T21:40:47.263Z Compiling usdt-impl v0.5.0
21402026-03-11T21:40:47.510Z Compiling num_threads v0.1.7
21412026-03-11T21:40:47.733Z Compiling ryu v1.0.23
21422026-03-11T21:40:47.951Z Compiling unarray v0.1.4
21432026-03-11T21:40:48.053Z Compiling unicode-bidi v0.3.18
21442026-03-11T21:40:48.092Z Compiling adler2 v2.0.1
21452026-03-11T21:40:48.455Z Compiling unicode-properties v0.1.4
21462026-03-11T21:40:48.505Z Compiling object v0.37.3
21472026-03-11T21:40:48.782Z Compiling stringprep v0.1.5
21482026-03-11T21:40:48.890Z Compiling miniz_oxide v0.8.9
21492026-03-11T21:40:48.961Z Compiling proptest v1.10.0
21502026-03-11T21:40:49.357Z Compiling time v0.3.47
21512026-03-11T21:40:49.378Z Compiling serde_urlencoded v0.7.1
21522026-03-11T21:40:50.780Z Compiling tower v0.5.3
21532026-03-11T21:40:52.985Z Compiling derive_builder_macro v0.20.2
21542026-03-11T21:40:53.554Z Compiling serde_with_macros v3.17.0
21552026-03-11T21:40:53.684Z Compiling crossbeam-deque v0.8.6
21562026-03-11T21:40:53.702Z Compiling usdt-attr-macro v0.6.0
21572026-03-11T21:40:53.927Z Compiling usdt-macro v0.6.0
21582026-03-11T21:40:54.174Z Compiling ipnetwork v0.21.1
21592026-03-11T21:40:54.723Z Compiling scroll v0.12.0
21602026-03-11T21:40:55.082Z Compiling webpki-roots v1.0.6
21612026-03-11T21:40:55.243Z Compiling rand_chacha v0.3.1
21622026-03-11T21:40:55.320Z Compiling terminal_size v0.4.3
21632026-03-11T21:40:55.394Z Compiling hash32 v0.2.1
21642026-03-11T21:40:55.496Z Compiling num-integer v0.1.46
21652026-03-11T21:40:55.767Z Compiling md-5 v0.10.6
21662026-03-11T21:40:56.230Z Compiling vergen-lib v0.1.6
21672026-03-11T21:40:56.267Z Compiling ff v0.13.1
21682026-03-11T21:40:56.378Z Compiling iri-string v0.7.10
21692026-03-11T21:40:56.438Z Compiling psl-types v2.0.11
21702026-03-11T21:40:56.500Z Compiling clap_lex v1.0.0
21712026-03-11T21:40:56.593Z Compiling winnow v0.7.14
21722026-03-11T21:40:56.942Z Compiling zlib-rs v0.6.2
21732026-03-11T21:40:58.451Z Compiling fallible-iterator v0.2.0
21742026-03-11T21:40:58.869Z Compiling base16ct v0.2.0
21752026-03-11T21:40:59.085Z Compiling sec1 v0.7.3
21762026-03-11T21:40:59.307Z Compiling postgres-protocol v0.6.10
21772026-03-11T21:40:59.950Z Compiling flate2 v1.1.9
21782026-03-11T21:41:00.107Z Compiling tower-http v0.6.8
21792026-03-11T21:41:00.767Z Compiling clap_builder v4.5.60
21802026-03-11T21:41:01.719Z Compiling publicsuffix v2.3.0
21812026-03-11T21:41:01.840Z Compiling group v0.13.0
21822026-03-11T21:41:02.024Z Compiling rand v0.8.5
21832026-03-11T21:41:02.069Z Compiling num-iter v0.1.45
21842026-03-11T21:41:03.596Z Compiling goblin v0.8.2
21852026-03-11T21:41:04.161Z Compiling oxnet v0.1.4
21862026-03-11T21:41:04.455Z Compiling derive_builder v0.20.2
21872026-03-11T21:41:04.610Z Compiling zone_cfg_derive v0.3.1
21882026-03-11T21:41:04.708Z Compiling tokio-native-tls v0.3.1
21892026-03-11T21:41:04.940Z Compiling newtype-uuid v1.3.2
21902026-03-11T21:41:05.677Z Compiling phf_shared v0.13.1
21912026-03-11T21:41:06.217Z Compiling lazy_static v1.5.0
21922026-03-11T21:41:06.275Z Compiling zerocopy v0.7.35
21932026-03-11T21:41:07.281Z Compiling hkdf v0.12.4
21942026-03-11T21:41:07.459Z Compiling cargo-platform v0.1.9
21952026-03-11T21:41:07.791Z Compiling crypto-bigint v0.5.5
21962026-03-11T21:41:08.274Z Compiling serde_repr v0.1.20
21972026-03-11T21:41:08.534Z Compiling enum-as-inner v0.6.1
21982026-03-11T21:41:08.977Z Compiling vergen v9.0.6
21992026-03-11T21:41:09.696Z Compiling encoding_rs v0.8.35
22002026-03-11T21:41:09.738Z Compiling winnow v0.5.40
22012026-03-11T21:41:09.892Z Compiling libbz2-rs-sys v0.2.2
22022026-03-11T21:41:10.040Z Compiling mime v0.3.17
22032026-03-11T21:41:10.674Z Compiling bitflags v1.3.2
22042026-03-11T21:41:11.664Z Compiling managed v0.8.0
22052026-03-11T21:41:11.740Z Compiling foldhash v0.1.5
22062026-03-11T21:41:11.961Z Compiling unicode-width v0.2.0
22072026-03-11T21:41:12.825Z Compiling bumpalo v3.20.2
22082026-03-11T21:41:13.137Z Compiling zopfli v0.8.3
22092026-03-11T21:41:14.608Z Compiling rustls-webpki v0.103.9
22102026-03-11T21:41:14.673Z Compiling console v0.16.2
22112026-03-11T21:41:15.050Z Compiling hashbrown v0.15.5
22122026-03-11T21:41:15.840Z Compiling toml_edit v0.19.15
22132026-03-11T21:41:15.923Z Compiling bzip2 v0.6.1
22142026-03-11T21:41:16.361Z Compiling elliptic-curve v0.13.8
22152026-03-11T21:41:16.437Z Compiling cargo_metadata v0.19.2
22162026-03-11T21:41:16.753Z Compiling dof v0.3.0
22172026-03-11T21:41:18.356Z Compiling phf v0.13.1
22182026-03-11T21:41:18.586Z Compiling zstd v0.13.3
22192026-03-11T21:41:18.925Z Compiling daft v0.1.5
22202026-03-11T21:41:19.015Z Compiling hyper-tls v0.6.0
22212026-03-11T21:41:19.120Z Compiling signal-hook-mio v0.2.5
22222026-03-11T21:41:19.313Z Compiling cookie_store v0.22.1
22232026-03-11T21:41:19.330Z Compiling rayon v1.11.0
22242026-03-11T21:41:19.378Z Compiling clap v4.5.60
22252026-03-11T21:41:19.565Z Compiling bzip2 v0.4.4
22262026-03-11T21:41:19.747Z Compiling tokio-rustls v0.26.4
22272026-03-11T21:41:19.853Z Compiling rustls-platform-verifier v0.6.2
22282026-03-11T21:41:19.973Z Compiling postgres-types v0.2.12
22292026-03-11T21:41:20.162Z Compiling hyper-rustls v0.27.7
22302026-03-11T21:41:20.198Z Compiling strum v0.27.2
22312026-03-11T21:41:20.417Z Compiling hubpack v0.1.2
22322026-03-11T21:41:20.532Z Compiling ed25519 v2.2.3
22332026-03-11T21:41:20.572Z Compiling dtrace-parser v0.2.0
22342026-03-11T21:41:20.606Z Compiling phf_shared v0.11.3
22352026-03-11T21:41:20.702Z Compiling itertools v0.12.1
22362026-03-11T21:41:20.901Z Compiling bstr v1.12.1
22372026-03-11T21:41:21.042Z Compiling pkcs1 v0.7.5
22382026-03-11T21:41:21.678Z Compiling rfc6979 v0.4.0
22392026-03-11T21:41:21.765Z Compiling float-cmp v0.10.0
22402026-03-11T21:41:21.797Z Compiling serde-big-array v0.5.1
22412026-03-11T21:41:21.989Z Compiling structmeta-derive v0.3.0
22422026-03-11T21:41:22.214Z Compiling env_filter v1.0.0
22432026-03-11T21:41:22.309Z Compiling memmap2 v0.9.10
22442026-03-11T21:41:22.339Z Compiling thread-id v4.2.2
22452026-03-11T21:41:22.571Z Compiling rustc-hash v2.1.1
22462026-03-11T21:41:22.696Z Compiling radium v0.7.0
22472026-03-11T21:41:22.722Z Compiling unit-prefix v0.5.2
22482026-03-11T21:41:22.739Z Compiling fixedbitset v0.5.7
22492026-03-11T21:41:23.030Z Compiling predicates-core v1.0.10
22502026-03-11T21:41:23.115Z Compiling precomputed-hash v0.1.1
22512026-03-11T21:41:23.222Z Compiling whoami v2.1.0
22522026-03-11T21:41:23.259Z Compiling keccak v0.1.6
22532026-03-11T21:41:23.352Z Compiling toml_write v0.1.2
22542026-03-11T21:41:23.615Z Compiling fixedbitset v0.4.2
22552026-03-11T21:41:23.655Z Compiling difflib v0.4.0
22562026-03-11T21:41:23.722Z Compiling normalize-line-endings v0.3.0
22572026-03-11T21:41:23.849Z Compiling jiff v0.2.21
22582026-03-11T21:41:23.960Z Compiling static_assertions v1.1.0
22592026-03-11T21:41:24.062Z Compiling new_debug_unreachable v1.0.6
22602026-03-11T21:41:24.157Z Compiling data-encoding v2.10.0
22612026-03-11T21:41:24.283Z Compiling string_cache v0.8.9
22622026-03-11T21:41:24.301Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22632026-03-11T21:41:24.569Z Compiling hickory-proto v0.25.2
22642026-03-11T21:41:24.934Z Compiling predicates v3.1.4
22652026-03-11T21:41:25.577Z Compiling petgraph v0.6.5
22662026-03-11T21:41:25.821Z Compiling reqwest v0.12.28
22672026-03-11T21:41:27.617Z Compiling zip v4.6.1
22682026-03-11T21:41:28.108Z Compiling toml_edit v0.22.27
22692026-03-11T21:41:28.928Z Compiling tokio-postgres v0.7.16
22702026-03-11T21:41:29.281Z Compiling sha3 v0.10.8
22712026-03-11T21:41:29.646Z Compiling structmeta v0.3.0
22722026-03-11T21:41:29.966Z Compiling petgraph v0.8.3
22732026-03-11T21:41:30.909Z Compiling indicatif v0.18.4
22742026-03-11T21:41:30.984Z Compiling iddqd v0.3.17
22752026-03-11T21:41:31.786Z Compiling usdt v0.6.0
22762026-03-11T21:41:32.293Z Compiling env_logger v0.11.9
22772026-03-11T21:41:32.454Z Compiling zone v0.3.1
22782026-03-11T21:41:32.716Z Compiling serde_with v3.17.0
22792026-03-11T21:41:32.734Z Compiling ecdsa v0.16.9
22802026-03-11T21:41:33.247Z Compiling similar v2.7.0
22812026-03-11T21:41:33.674Z Compiling rsa v0.9.10
22822026-03-11T21:41:34.080Z Compiling ed25519-dalek v2.2.0
22832026-03-11T21:41:34.535Z Compiling reqwest v0.13.2
22842026-03-11T21:41:34.855Z Compiling zip v0.6.6
22852026-03-11T21:41:35.567Z Compiling crossterm v0.28.1
22862026-03-11T21:41:36.861Z Compiling toml v0.7.8
22872026-03-11T21:41:37.710Z Compiling toml_parser v1.0.9+spec-1.1.0
22882026-03-11T21:41:37.765Z Compiling itertools v0.13.0
22892026-03-11T21:41:39.455Z Compiling strum v0.26.3
22902026-03-11T21:41:39.591Z Compiling tokio-stream v0.1.18
22912026-03-11T21:41:39.616Z Compiling x509-cert v0.2.5
22922026-03-11T21:41:39.693Z Compiling openapiv3 v2.2.0
22932026-03-11T21:41:40.161Z Compiling buf-list v1.1.2
22942026-03-11T21:41:40.303Z Compiling sha1 v0.10.6
22952026-03-11T21:41:40.532Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22962026-03-11T21:41:40.936Z Compiling toml_datetime v0.7.5+spec-1.1.0
22972026-03-11T21:41:41.275Z Compiling maybe-uninit v2.0.0
22982026-03-11T21:41:41.510Z Compiling lalrpop-util v0.19.12
22992026-03-11T21:41:41.677Z Compiling peg-runtime v0.8.5
23002026-03-11T21:41:41.716Z Compiling tap v1.0.1
23012026-03-11T21:41:41.849Z Compiling wyz v0.5.1
23022026-03-11T21:41:42.241Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23032026-03-11T21:41:47.850Z Compiling packed_struct v0.10.1
23042026-03-11T21:41:48.913Z Compiling funty v2.0.0
23052026-03-11T21:41:49.930Z Compiling bitvec v1.0.1
23062026-03-11T21:41:55.604Z Compiling packed_struct_codegen v0.10.1
23072026-03-11T21:41:55.907Z Compiling futures-executor v0.3.32
23082026-03-11T21:41:56.950Z Compiling zerocopy-derive v0.6.6
23092026-03-11T21:41:57.011Z Compiling bitfield-macros v0.19.4
23102026-03-11T21:41:57.815Z Compiling indexmap v1.9.3
23112026-03-11T21:41:58.096Z Compiling nodrop v0.1.14
23122026-03-11T21:41:58.118Z Compiling crc-catalog v2.4.0
23132026-03-11T21:41:58.213Z Compiling typeid v1.0.3
23142026-03-11T21:41:58.651Z Compiling crc v3.4.0
23152026-03-11T21:41:59.236Z Compiling array-init v0.0.4
23162026-03-11T21:41:59.683Z Compiling zerocopy v0.6.6
23172026-03-11T21:42:00.195Z Compiling bitfield v0.19.4
23182026-03-11T21:42:00.779Z Compiling futures v0.3.32
23192026-03-11T21:42:01.423Z Compiling smallvec v0.6.14
23202026-03-11T21:42:02.988Z Compiling derive-ex v0.1.8
23212026-03-11T21:42:06.026Z Compiling rustls v0.22.4
23222026-03-11T21:42:06.090Z Compiling erased-serde v0.4.9
23232026-03-11T21:42:06.316Z Compiling base64 v0.21.7
23242026-03-11T21:42:06.363Z Compiling hashbrown v0.12.3
23252026-03-11T21:42:07.106Z Compiling ron v0.8.1
23262026-03-11T21:42:09.717Z Compiling test-strategy v0.4.5
23272026-03-11T21:42:11.954Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23282026-03-11T21:42:13.999Z Compiling serde-hex v0.1.0
23292026-03-11T21:42:14.307Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302026-03-11T21:42:14.711Z Compiling toml v0.8.23
23312026-03-11T21:42:15.579Z Compiling hashbrown v0.13.2
23322026-03-11T21:42:19.809Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23332026-03-11T21:42:19.899Z Compiling rustls-webpki v0.102.8
23342026-03-11T21:42:20.738Z Compiling pin-project-internal v1.1.11
23352026-03-11T21:42:21.139Z Compiling filetime v0.2.27
23362026-03-11T21:42:21.518Z Compiling multer v3.1.0
23372026-03-11T21:42:21.802Z Compiling thread_local v1.1.9
23382026-03-11T21:42:21.927Z Compiling xattr v1.6.1
23392026-03-11T21:42:22.045Z Compiling same-file v1.0.6
23402026-03-11T21:42:22.263Z Compiling slog-async v2.8.0
23412026-03-11T21:42:22.426Z Compiling crc-any v2.5.0
23422026-03-11T21:42:23.223Z Compiling match_cfg v0.1.0
23432026-03-11T21:42:26.203Z Compiling hostname v0.3.1
23442026-03-11T21:42:27.157Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23452026-03-11T21:42:28.472Z Compiling walkdir v2.5.0
23462026-03-11T21:42:28.731Z Compiling pin-project v1.1.11
23472026-03-11T21:42:28.885Z Compiling tar v0.4.44
23482026-03-11T21:42:32.817Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23492026-03-11T21:42:34.748Z Compiling object v0.30.4
23502026-03-11T21:42:35.279Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23512026-03-11T21:42:36.189Z Compiling slog-json v2.6.1
23522026-03-11T21:42:36.504Z Compiling crossbeam-channel v0.5.15
23532026-03-11T21:42:36.540Z Compiling snafu-derive v0.8.9
23542026-03-11T21:42:37.393Z Compiling async-stream-impl v0.3.6
23552026-03-11T21:42:37.785Z Compiling ordered-float v2.10.1
23562026-03-11T21:42:38.143Z Compiling serde_path_to_error v0.1.20
23572026-03-11T21:42:38.191Z Compiling serde_spanned v1.0.4
23582026-03-11T21:42:38.426Z Compiling fs-err v2.11.0
23592026-03-11T21:42:38.610Z Compiling is-terminal v0.4.17
23602026-03-11T21:42:38.712Z Compiling dropshot v0.16.7
23612026-03-11T21:42:38.747Z Compiling take_mut v0.2.2
23622026-03-11T21:42:38.864Z Compiling debug-ignore v1.0.5
23632026-03-11T21:42:38.902Z Compiling path-slash v0.1.5
23642026-03-11T21:42:38.989Z Compiling term v1.2.1
23652026-03-11T21:42:39.094Z Compiling toml_writer v1.0.6+spec-1.1.0
23662026-03-11T21:42:39.430Z Compiling slog-term v2.9.2
23672026-03-11T21:42:39.455Z Compiling toml v0.9.12+spec-1.1.0
23682026-03-11T21:42:39.964Z Compiling snafu v0.8.9
23692026-03-11T21:42:40.864Z Compiling async-stream v0.3.6
23702026-03-11T21:42:41.058Z Compiling serde-value v0.7.0
23712026-03-11T21:42:41.109Z Compiling slog-bunyan v2.5.0
23722026-03-11T21:42:41.311Z Compiling serde-untagged v0.1.9
23732026-03-11T21:42:41.337Z Compiling tokio-rustls v0.25.0
23742026-03-11T21:42:41.391Z Compiling globset v0.4.18
23752026-03-11T21:42:41.651Z Compiling camino-tempfile v1.4.1
23762026-03-11T21:42:41.786Z Compiling parse-display-derive v0.10.0
23772026-03-11T21:42:41.985Z Compiling olpc-cjson v0.1.4
23782026-03-11T21:42:42.174Z Compiling newtype-uuid-macros v0.1.0
23792026-03-11T21:42:42.263Z Compiling dropshot_endpoint v0.16.7
23802026-03-11T21:42:42.724Z Compiling waitgroup v0.1.2
23812026-03-11T21:42:42.796Z Compiling pem v3.0.6
23822026-03-11T21:42:42.926Z Compiling rustls-pemfile v2.2.0
23832026-03-11T21:42:43.149Z Compiling half v2.7.1
23842026-03-11T21:42:43.288Z Compiling serde_plain v1.0.2
23852026-03-11T21:42:43.669Z Compiling async-recursion v1.1.1
23862026-03-11T21:42:43.687Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23872026-03-11T21:42:43.705Z Compiling blake3 v1.8.3
23882026-03-11T21:42:43.819Z Compiling hostname v0.4.2
23892026-03-11T21:42:44.034Z Compiling instant v0.1.13
23902026-03-11T21:42:44.177Z Compiling unicode-xid v0.2.6
23912026-03-11T21:42:44.194Z Compiling ciborium-io v0.2.2
23922026-03-11T21:42:44.213Z Compiling typed-path v0.9.3
23932026-03-11T21:42:44.321Z Compiling cargo-util-schemas v0.8.2
23942026-03-11T21:42:44.361Z Compiling ciborium-ll v0.2.2
23952026-03-11T21:42:44.493Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23962026-03-11T21:42:44.707Z Compiling backoff v0.4.0
23972026-03-11T21:42:44.773Z Compiling parse-display v0.10.0
23982026-03-11T21:42:44.925Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23992026-03-11T21:42:44.984Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24002026-03-11T21:42:45.364Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24012026-03-11T21:42:45.503Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24022026-03-11T21:42:45.689Z Compiling tough v0.20.0
24032026-03-11T21:42:45.868Z Compiling progenitor-client v0.13.0
24042026-03-11T21:42:45.916Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24052026-03-11T21:42:46.518Z Compiling progenitor-client v0.10.0
24062026-03-11T21:42:46.983Z Compiling itertools v0.14.0
24072026-03-11T21:42:47.142Z Compiling backon v1.6.0
24082026-03-11T21:42:47.354Z Compiling regress v0.10.5
24092026-03-11T21:42:47.460Z Compiling macaddr v1.0.1
24102026-03-11T21:42:47.835Z Compiling cargo-platform v0.2.0
24112026-03-11T21:42:48.062Z Compiling indent_write v2.2.0
24122026-03-11T21:42:48.260Z Compiling constant_time_eq v0.4.2
24132026-03-11T21:42:48.524Z Compiling arrayvec v0.7.6
24142026-03-11T21:42:48.583Z Compiling parse-size v1.1.0
24152026-03-11T21:42:48.823Z Compiling arrayref v0.3.9
24162026-03-11T21:42:48.879Z Compiling cargo_metadata v0.21.0
24172026-03-11T21:42:49.034Z Compiling ciborium v0.2.2
24182026-03-11T21:42:50.063Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24192026-03-11T21:42:50.184Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24202026-03-11T21:42:50.397Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24212026-03-11T21:42:53.366Z Compiling display-error-chain v0.2.2
24222026-03-11T21:42:53.520Z Compiling topological-sort v0.2.2
24232026-03-11T21:42:53.573Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24242026-03-11T21:42:53.752Z Compiling omicron-zone-package v0.12.2
24252026-03-11T21:42:54.856Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24262026-03-11T21:42:55.843Z Compiling shell-words v1.1.1
24272026-03-11T21:42:58.187Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24282026-03-11T21:43:08.042Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24292026-03-11T21:43:21.151Z Finished `release` profile [optimized] target(s) in 3m 36s
24302026-03-11T21:43:21.336Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24312026-03-11T21:43:21.394ZMar 11 21:43:20.393 DEBG changing working directory to /work/oxidecomputer/omicron
24322026-03-11T21:43:21.518ZMar 11 21:43:20.518 DEBG running: git rev-parse HEAD
24332026-03-11T21:43:21.522ZMar 11 21:43:20.521 DEBG process exited with exit status: 0 (2.999755ms)
24342026-03-11T21:43:21.522ZMar 11 21:43:20.522 INFO version: 19.0.0-0.ci+git742f09f1f03
24352026-03-11T21:43:21.531ZMar 11 21:43:20.531 INFO cloning helios to /work/oxidecomputer/helios
24362026-03-11T21:43:21.535ZMar 11 21:43:20.532 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24372026-03-11T21:43:21.535ZCloning into '/work/oxidecomputer/helios'...
24382026-03-11T21:43:22.142ZMar 11 21:43:21.142 DEBG process exited with exit status: 0 (610.449261ms)
24392026-03-11T21:43:22.146ZMar 11 21:43:21.142 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24402026-03-11T21:43:22.146ZMar 11 21:43:21.145 DEBG process exited with exit status: 0 (2.831997ms)
24412026-03-11T21:43:22.146ZMar 11 21:43:21.145 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24422026-03-11T21:43:23.519ZMar 11 21:43:22.519 DEBG process exited with exit status: 0 (1.374240113s)
24432026-03-11T21:43:23.523ZMar 11 21:43:22.519 DEBG running: zfs list rpool/images/build/host
24442026-03-11T21:43:23.526ZNAME USED AVAIL REFER MOUNTPOINT
24452026-03-11T21:43:23.526Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24462026-03-11T21:43:23.526ZMar 11 21:43:22.524 DEBG process exited with exit status: 0 (5.353357ms)
24472026-03-11T21:43:23.526ZMar 11 21:43:22.524 DEBG running: zfs list rpool/images/build/recovery
24482026-03-11T21:43:23.531ZNAME USED AVAIL REFER MOUNTPOINT
24492026-03-11T21:43:23.531Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24502026-03-11T21:43:23.531ZMar 11 21:43:22.529 DEBG process exited with exit status: 0 (4.568786ms)
24512026-03-11T21:43:23.531ZMar 11 21:43:22.530 INFO [incorp-manifest] running task
24522026-03-11T21:43:23.531ZMar 11 21:43:22.530 INFO [hubris-staging] running task
24532026-03-11T21:43:23.531ZMar 11 21:43:22.530 INFO [hubris-production] running task
24542026-03-11T21:43:23.531ZMar 11 21:43:22.530 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24552026-03-11T21:43:23.531ZMar 11 21:43:22.530 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
24562026-03-11T21:43:23.531ZMar 11 21:43:22.530 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24572026-03-11T21:43:23.531ZMar 11 21:43:22.530 INFO [incorp-create] running: pkgrepo create /work/incorporation
24582026-03-11T21:43:23.618Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24592026-03-11T21:43:23.857ZMar 11 21:43:22.857 INFO [incorp-create] process exited with exit status: 0 (326.658969ms)
24602026-03-11T21:43:23.861ZMar 11 21:43:22.857 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24612026-03-11T21:43:24.200Z[ omicron-package] Blocking waiting for file lock on package cache
24622026-03-11T21:43:24.214ZMar 11 21:43:23.214 INFO [incorp-publisher] process exited with exit status: 0 (356.819481ms)
24632026-03-11T21:43:24.696Z[ omicron-package] Blocking waiting for file lock on package cache
24642026-03-11T21:43:24.950ZMar 11 21:43:23.950 INFO [hubris-production] task succeeded (1.419918039s)
24652026-03-11T21:43:25.827Z[ omicron-package] Compiling ring v0.17.14
24662026-03-11T21:43:26.032Z[ omicron-package] Compiling itertools v0.14.0
24672026-03-11T21:43:26.036Z[ omicron-package] Compiling heapless v0.8.0
24682026-03-11T21:43:26.192Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24692026-03-11T21:43:26.196Z[ omicron-package] Compiling hash32 v0.3.1
24702026-03-11T21:43:26.196Z[ omicron-package] Compiling smoltcp v0.11.0
24712026-03-11T21:43:26.258Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24722026-03-11T21:43:26.939Z[ omicron-package] Compiling cobs v0.3.0
24732026-03-11T21:43:27.150Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24742026-03-11T21:43:27.560Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24752026-03-11T21:43:28.096Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24762026-03-11T21:43:28.432Z[ omicron-package] Compiling postcard v1.1.3
24772026-03-11T21:43:28.720Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24782026-03-11T21:43:28.740Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24792026-03-11T21:43:29.216Z[ omicron-package] Compiling num_enum_derive v0.7.5
24802026-03-11T21:43:29.306Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24812026-03-11T21:43:29.755Z[ omicron-package] Compiling ingot-macros v0.1.1
24822026-03-11T21:43:29.996Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24832026-03-11T21:43:30.336Z[ omicron-package] Compiling cpufeatures v0.3.0
24842026-03-11T21:43:30.382Z[ omicron-package] Compiling chacha20 v0.10.0
24852026-03-11T21:43:31.179Z[ omicron-package] Compiling num_enum_derive v0.5.11
24862026-03-11T21:43:31.240Z[ omicron-package] Compiling foreign-types v0.5.0
24872026-03-11T21:43:31.356Z[ omicron-package] Compiling rustls v0.23.37
24882026-03-11T21:43:31.917Z[ omicron-package] Compiling tabwriter v1.4.1
24892026-03-11T21:43:32.046Z[ omicron-package] Compiling num_enum v0.7.5
24902026-03-11T21:43:32.362Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24912026-03-11T21:43:32.438Z[ omicron-package] Compiling cstr-argument v0.1.2
24922026-03-11T21:43:33.115Z[ omicron-package] Compiling memoffset v0.9.1
24932026-03-11T21:43:33.284Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24942026-03-11T21:43:33.387Z[ omicron-package] Compiling cfg_aliases v0.2.1
24952026-03-11T21:43:33.903Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24962026-03-11T21:43:33.903Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24972026-03-11T21:43:34.423Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24982026-03-11T21:43:34.615Z[ omicron-package] Compiling rustls-webpki v0.103.9
24992026-03-11T21:43:34.769Z[ omicron-package] Compiling nix v0.30.1
25002026-03-11T21:43:35.083Z[ omicron-package] Compiling num_enum v0.5.11
25012026-03-11T21:43:35.165Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25022026-03-11T21:43:35.607Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25032026-03-11T21:43:35.687Z[ omicron-package] Compiling rand v0.10.0
25042026-03-11T21:43:35.932Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25052026-03-11T21:43:36.095Z[ omicron-package] Compiling colored v3.1.1
25062026-03-11T21:43:36.291Z[ omicron-package] Compiling ingot-types v0.1.2
25072026-03-11T21:43:36.391Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25082026-03-11T21:43:37.350Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
25092026-03-11T21:43:37.460Z[ omicron-package] Compiling ingot v0.1.1
25102026-03-11T21:43:37.544Z[ omicron-package] Compiling secrecy v0.10.3
25112026-03-11T21:43:37.628Z[ omicron-package] Compiling sigpipe v0.1.3
25122026-03-11T21:43:37.885Z[ omicron-package] Compiling num-derive v0.4.2
25132026-03-11T21:43:37.885Z[ omicron-package] Compiling libefi-sys v0.1.0
25142026-03-11T21:43:38.018Z[ omicron-package] Compiling glob v0.3.3
25152026-03-11T21:43:38.092Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25162026-03-11T21:43:38.479Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
25172026-03-11T21:43:39.057Z[ omicron-package] Compiling rustls v0.22.4
25182026-03-11T21:43:39.691Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25192026-03-11T21:43:39.905Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25202026-03-11T21:43:40.358Z[ omicron-package] Compiling usdt-macro v0.5.0
25212026-03-11T21:43:41.168Z[ omicron-package] Compiling smf v0.2.3
25222026-03-11T21:43:41.395Z[ omicron-package] Compiling memmap v0.7.0
25232026-03-11T21:43:41.910Z[ omicron-package] Compiling rustls-webpki v0.102.8
25242026-03-11T21:43:42.495Z[ omicron-package] Compiling tokio-rustls v0.26.4
25252026-03-11T21:43:42.886Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25262026-03-11T21:43:43.282ZMar 11 21:43:42.280 INFO [hubris-staging] task succeeded (19.750057625s)
25272026-03-11T21:43:43.541Z[ omicron-package] Compiling hyper-rustls v0.27.7
25282026-03-11T21:43:44.342Z[ omicron-package] Compiling reqwest v0.12.28
25292026-03-11T21:43:44.822Z[ omicron-package] Compiling reqwest v0.13.2
25302026-03-11T21:43:45.419Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25312026-03-11T21:43:46.107Z[ omicron-package] Compiling bitfield-struct v0.6.2
25322026-03-11T21:43:46.232Z[ omicron-package] Compiling whoami v1.6.1
25332026-03-11T21:43:46.435Z[ omicron-package] Compiling usdt v0.5.0
25342026-03-11T21:43:47.719Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25352026-03-11T21:43:47.789Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25362026-03-11T21:43:48.008Z[ omicron-package] Compiling tokio-rustls v0.25.0
25372026-03-11T21:43:48.199Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25382026-03-11T21:43:48.685Z[ omicron-package] Compiling dropshot v0.16.7
25392026-03-11T21:43:48.732Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25402026-03-11T21:43:49.047Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25412026-03-11T21:43:49.266Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25422026-03-11T21:43:49.266Z[ helios-setup] --> src/main.rs:79:10
25432026-03-11T21:43:49.266Z[ helios-setup] |
25442026-03-11T21:43:49.266Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25452026-03-11T21:43:49.272Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25462026-03-11T21:43:49.272Z[ helios-setup] | |
25472026-03-11T21:43:49.272Z[ helios-setup] | the lifetime is elided here
25482026-03-11T21:43:49.272Z[ helios-setup] |
25492026-03-11T21:43:49.272Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25502026-03-11T21:43:49.272Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25512026-03-11T21:43:49.272Z[ helios-setup] help: use `'_` for type paths
25522026-03-11T21:43:49.272Z[ helios-setup] |
25532026-03-11T21:43:49.272Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25542026-03-11T21:43:49.273Z[ helios-setup] | ++++
25552026-03-11T21:43:49.273Z[ helios-setup]
25562026-03-11T21:43:49.494Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25572026-03-11T21:43:49.891Z[ omicron-package] Compiling gethostname v0.5.0
25582026-03-11T21:43:50.156Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25592026-03-11T21:43:50.189Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25602026-03-11T21:43:51.227Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-03-11T21:43:51.409Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25622026-03-11T21:43:52.351Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25632026-03-11T21:43:53.460Z[ helios-setup] Mar 11 21:43:52.458 INFO helios repository root is: /work/oxidecomputer/helios
25642026-03-11T21:43:53.464Z[ helios-setup] Mar 11 21:43:52.460 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25652026-03-11T21:43:53.464Z[ helios-setup] Mar 11 21:43:52.460 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25662026-03-11T21:43:53.464Z[ helios-setup] Mar 11 21:43:52.460 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25672026-03-11T21:43:53.464Z[ helios-setup] Mar 11 21:43:52.460 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
25682026-03-11T21:43:53.464Z[ helios-setup] Mar 11 21:43:52.460 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25692026-03-11T21:43:53.468Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25702026-03-11T21:43:54.406Z[ helios-setup] Mar 11 21:43:53.404 INFO clone ok!, project: dmar-report
25712026-03-11T21:43:54.410Z[ helios-setup] Mar 11 21:43:53.404 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
25722026-03-11T21:43:54.410Z[ helios-setup] Mar 11 21:43:53.404 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
25732026-03-11T21:43:54.410Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25742026-03-11T21:43:55.315Z[ helios-setup] Mar 11 21:43:54.313 INFO clone ok!, project: amd-host-image-builder
25752026-03-11T21:43:55.315Z[ helios-setup] Mar 11 21:43:54.313 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
25762026-03-11T21:43:55.319Z[ helios-setup] Mar 11 21:43:54.313 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25772026-03-11T21:43:55.319Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25782026-03-11T21:43:55.389Z[ omicron-package] Compiling progenitor-client v0.13.0
25792026-03-11T21:43:56.073Z[ omicron-package] Compiling progenitor-client v0.10.0
25802026-03-11T21:43:56.716Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25812026-03-11T21:43:56.762Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25822026-03-11T21:43:59.047Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25832026-03-11T21:43:59.256Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25842026-03-11T21:44:01.438ZMar 11 21:44:00.434 DEBG process exited with exit status: 0 (37.904596944s)
25852026-03-11T21:44:01.441ZMar 11 21:44:00.436 INFO [incorp-manifest] task succeeded (37.906012628s)
25862026-03-11T21:44:01.441ZMar 11 21:44:00.436 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25872026-03-11T21:44:01.726ZMar 11 21:44:00.723 INFO [incorp-fmt] process exited with exit status: 0 (287.291549ms)
25882026-03-11T21:44:01.730ZMar 11 21:44:00.723 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25892026-03-11T21:44:02.135Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260311T214401Z
25902026-03-11T21:44:02.135Z[ incorp-pkgsend] PUBLISHED
25912026-03-11T21:44:02.189ZMar 11 21:44:01.186 INFO [incorp-pkgsend] process exited with exit status: 0 (462.481066ms)
25922026-03-11T21:44:02.192ZMar 11 21:44:01.186 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25932026-03-11T21:44:02.512Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
25942026-03-11T21:44:02.518Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
25952026-03-11T21:44:02.576Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25962026-03-11T21:44:02.576Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25972026-03-11T21:44:02.576Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25982026-03-11T21:44:02.581Z[ helios-incorp]
25992026-03-11T21:44:02.581Z[ helios-incorp] Archiving packages ...
26002026-03-11T21:44:02.585Z[ helios-incorp] Packages to add: 1
26012026-03-11T21:44:02.585Z[ helios-incorp] Files to retrieve: 0
26022026-03-11T21:44:02.585Z[ helios-incorp] Estimated transfer size: 0.00 B
26032026-03-11T21:44:02.585Z[ helios-incorp]
26042026-03-11T21:44:02.585Z[ helios-incorp] Packages to archive:
26052026-03-11T21:44:02.586Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260311T214401Z
26062026-03-11T21:44:02.586Z[ helios-incorp]
26072026-03-11T21:44:02.586Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26082026-03-11T21:44:02.586Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26092026-03-11T21:44:02.645ZMar 11 21:44:01.641 INFO [helios-incorp] process exited with exit status: 0 (455.479034ms)
26102026-03-11T21:44:04.851Z[ helios-setup] Mar 11 21:44:03.848 INFO clone ok!, project: amd-firmware
26112026-03-11T21:44:05.293Z[ helios-setup] Mar 11 21:44:03.848 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
26122026-03-11T21:44:05.293Z[ helios-setup] Mar 11 21:44:03.848 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26132026-03-11T21:44:05.293Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26142026-03-11T21:44:05.454Z[ helios-setup] Mar 11 21:44:04.451 INFO clone ok!, project: pinprick
26152026-03-11T21:44:05.458Z[ helios-setup] Mar 11 21:44:04.451 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
26162026-03-11T21:44:05.458Z[ helios-setup] Mar 11 21:44:04.451 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26172026-03-11T21:44:05.458Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26182026-03-11T21:44:06.387Z[ helios-setup] Mar 11 21:44:05.384 INFO clone ok!, project: pilot
26192026-03-11T21:44:06.391Z[ helios-setup] Mar 11 21:44:05.384 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
26202026-03-11T21:44:06.391Z[ helios-setup] Mar 11 21:44:05.384 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26212026-03-11T21:44:06.391Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26222026-03-11T21:44:06.982Z[ helios-setup] Mar 11 21:44:05.978 INFO clone ok!, project: phbl
26232026-03-11T21:44:06.982Z[ helios-setup] Mar 11 21:44:05.978 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
26242026-03-11T21:44:06.985Z[ helios-setup] Mar 11 21:44:05.978 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26252026-03-11T21:44:06.985Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26262026-03-11T21:44:07.652Z[ helios-setup] Mar 11 21:44:06.648 INFO clone ok!, project: bootserver
26272026-03-11T21:44:07.652Z[ helios-setup] Mar 11 21:44:06.648 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
26282026-03-11T21:44:07.652Z[ helios-setup] Mar 11 21:44:06.648 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26292026-03-11T21:44:07.656Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26302026-03-11T21:44:08.670Z[ helios-setup] Mar 11 21:44:07.666 INFO clone ok!, project: chelsio-t6-roms
26312026-03-11T21:44:08.674Z[ helios-setup] Mar 11 21:44:07.667 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
26322026-03-11T21:44:08.674Z[ helios-setup] Mar 11 21:44:07.667 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26332026-03-11T21:44:08.674Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26342026-03-11T21:44:09.212Z[ helios-setup] Mar 11 21:44:08.208 INFO clone ok!, project: image-builder
26352026-03-11T21:44:09.215Z[ helios-setup] Mar 11 21:44:08.208 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26362026-03-11T21:44:09.548Z[ helios-setup] Mar 11 21:44:08.544 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26372026-03-11T21:44:09.923Z[ helios-setup] Mar 11 21:44:08.919 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26382026-03-11T21:44:09.923Z[ helios-setup] Mar 11 21:44:08.920 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26392026-03-11T21:44:10.301Z[ helios-setup] Mar 11 21:44:09.296 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26402026-03-11T21:44:10.727Z[ helios-setup] Mar 11 21:44:09.722 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26412026-03-11T21:44:10.727Z[ helios-setup] Mar 11 21:44:09.722 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26422026-03-11T21:44:11.080Z[ helios-setup] Mar 11 21:44:10.076 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26432026-03-11T21:44:11.426Z[ helios-setup] Mar 11 21:44:10.422 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26442026-03-11T21:44:11.426Z[ helios-setup] Mar 11 21:44:10.422 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26452026-03-11T21:44:11.426Z[ helios-setup] Mar 11 21:44:10.422 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26462026-03-11T21:44:11.430Z[ helios-setup] Mar 11 21:44:10.422 INFO ok!
26472026-03-11T21:44:11.430Z[ helios-setup] Mar 11 21:44:10.422 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26482026-03-11T21:44:11.430Z[ helios-setup] Mar 11 21:44:10.422 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26492026-03-11T21:44:11.430Z[ helios-setup] Mar 11 21:44:10.422 INFO ok!
26502026-03-11T21:44:11.430Z[ helios-setup] Mar 11 21:44:10.422 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26512026-03-11T21:44:11.431Z[ helios-setup] Mar 11 21:44:10.422 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26522026-03-11T21:44:11.431Z[ helios-setup] Mar 11 21:44:10.422 INFO ok!
26532026-03-11T21:44:11.431Z[ helios-setup] Mar 11 21:44:10.422 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26542026-03-11T21:44:11.492Z[ helios-setup] Mar 11 21:44:10.488 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
26552026-03-11T21:44:11.492Z[ helios-setup] Mar 11 21:44:10.488 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26562026-03-11T21:44:11.492Z[ helios-setup] Mar 11 21:44:10.488 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26572026-03-11T21:44:11.728Z[ helios-setup] Mar 11 21:44:10.724 INFO E| Updating crates.io index
26582026-03-11T21:44:11.883Z[ helios-setup] Mar 11 21:44:10.879 INFO E| Downloading crates ...
26592026-03-11T21:44:11.948Z[ helios-setup] Mar 11 21:44:10.944 INFO E| Downloaded itoa v1.0.15
26602026-03-11T21:44:11.954Z[ helios-setup] Mar 11 21:44:10.950 INFO E| Downloaded proc-macro2 v1.0.95
26612026-03-11T21:44:11.957Z[ helios-setup] Mar 11 21:44:10.953 INFO E| Downloaded anyhow v1.0.98
26622026-03-11T21:44:11.969Z[ helios-setup] Mar 11 21:44:10.965 INFO E| Downloaded errno v0.3.12
26632026-03-11T21:44:11.972Z[ helios-setup] Mar 11 21:44:10.966 INFO E| Downloaded serde_with_macros v3.12.0
26642026-03-11T21:44:11.976Z[ helios-setup] Mar 11 21:44:10.972 INFO E| Downloaded time-core v0.1.4
26652026-03-11T21:44:11.990Z[ helios-setup] Mar 11 21:44:10.986 INFO E| Downloaded deranged v0.4.0
26662026-03-11T21:44:11.994Z[ helios-setup] Mar 11 21:44:10.988 INFO E| Downloaded quote v1.0.40
26672026-03-11T21:44:11.998Z[ helios-setup] Mar 11 21:44:10.991 INFO E| Downloaded time-macros v0.2.22
26682026-03-11T21:44:12.005Z[ helios-setup] Mar 11 21:44:11.001 INFO E| Downloaded thiserror-impl v2.0.12
26692026-03-11T21:44:12.014Z[ helios-setup] Mar 11 21:44:11.010 INFO E| Downloaded thiserror v2.0.12
26702026-03-11T21:44:12.018Z[ helios-setup] Mar 11 21:44:11.015 INFO E| Downloaded iana-time-zone v0.1.63
26712026-03-11T21:44:12.022Z[ helios-setup] Mar 11 21:44:11.017 INFO E| Downloaded tempfile v3.20.0
26722026-03-11T21:44:12.025Z[ helios-setup] Mar 11 21:44:11.019 INFO E| Downloaded bitflags v2.9.1
26732026-03-11T21:44:12.029Z[ helios-setup] Mar 11 21:44:11.022 INFO E| Downloaded autocfg v1.4.0
26742026-03-11T21:44:12.029Z[ helios-setup] Mar 11 21:44:11.025 INFO E| Downloaded getrandom v0.3.3
26752026-03-11T21:44:12.032Z[ helios-setup] Mar 11 21:44:11.027 INFO E| Downloaded unicode-ident v1.0.18
26762026-03-11T21:44:12.035Z[ helios-setup] Mar 11 21:44:11.029 INFO E| Downloaded ryu v1.0.20
26772026-03-11T21:44:12.039Z[ helios-setup] Mar 11 21:44:11.032 INFO E| Downloaded serde_derive v1.0.219
26782026-03-11T21:44:12.054Z[ helios-setup] Mar 11 21:44:11.050 INFO E| Downloaded serde v1.0.219
26792026-03-11T21:44:12.057Z[ helios-setup] Mar 11 21:44:11.053 INFO E| Downloaded memchr v2.7.4
26802026-03-11T21:44:12.061Z[ helios-setup] Mar 11 21:44:11.058 INFO E| Downloaded indexmap v2.9.0
26812026-03-11T21:44:12.118Z[ helios-setup] Mar 11 21:44:11.113 INFO E| Downloaded time v0.3.41
26822026-03-11T21:44:12.124Z[ helios-setup] Mar 11 21:44:11.120 INFO E| Downloaded serde_with v3.12.0
26832026-03-11T21:44:12.131Z[ helios-setup] Mar 11 21:44:11.127 INFO E| Downloaded serde_json v1.0.140
26842026-03-11T21:44:12.137Z[ helios-setup] Mar 11 21:44:11.133 INFO E| Downloaded hashbrown v0.15.3
26852026-03-11T21:44:12.173Z[ helios-setup] Mar 11 21:44:11.168 INFO E| Downloaded chrono v0.4.41
26862026-03-11T21:44:12.208Z[ helios-setup] Mar 11 21:44:11.204 INFO E| Downloaded syn v2.0.101
26872026-03-11T21:44:12.215Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26882026-03-11T21:44:12.256Z[ helios-setup] Mar 11 21:44:11.252 INFO E| Downloaded rustix v1.0.7
26892026-03-11T21:44:12.284Z[ helios-setup] Mar 11 21:44:11.280 INFO E| Downloaded libc v0.2.172
26902026-03-11T21:44:12.349Z[ helios-setup] Mar 11 21:44:11.345 INFO E| Compiling proc-macro2 v1.0.95
26912026-03-11T21:44:12.350Z[ helios-setup] Mar 11 21:44:11.345 INFO E| Compiling unicode-ident v1.0.18
26922026-03-11T21:44:12.350Z[ helios-setup] Mar 11 21:44:11.345 INFO E| Compiling libc v0.2.172
26932026-03-11T21:44:12.353Z[ helios-setup] Mar 11 21:44:11.345 INFO E| Compiling strsim v0.11.1
26942026-03-11T21:44:12.354Z[ helios-setup] Mar 11 21:44:11.345 INFO E| Compiling fnv v1.0.7
26952026-03-11T21:44:12.354Z[ helios-setup] Mar 11 21:44:11.345 INFO E| Compiling ident_case v1.0.1
26962026-03-11T21:44:12.354Z[ helios-setup] Mar 11 21:44:11.345 INFO E| Compiling serde v1.0.219
26972026-03-11T21:44:12.354Z[ helios-setup] Mar 11 21:44:11.345 INFO E| Compiling rustix v1.0.7
26982026-03-11T21:44:12.898Z[ helios-setup] Mar 11 21:44:11.894 INFO E| Compiling getrandom v0.3.3
26992026-03-11T21:44:12.902Z[ helios-setup] Mar 11 21:44:11.895 INFO E| Compiling thiserror v2.0.12
27002026-03-11T21:44:12.905Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27012026-03-11T21:44:13.392Z[ helios-setup] Mar 11 21:44:12.388 INFO E| Compiling bitflags v2.9.1
27022026-03-11T21:44:13.688Z[ helios-setup] Mar 11 21:44:12.683 INFO E| Compiling anyhow v1.0.98
27032026-03-11T21:44:13.880Z[ helios-setup] Mar 11 21:44:12.876 INFO E| Compiling cfg-if v1.0.0
27042026-03-11T21:44:13.966Z[ helios-setup] Mar 11 21:44:12.962 INFO E| Compiling errno v0.3.12
27052026-03-11T21:44:14.024Z[ helios-setup] Mar 11 21:44:13.020 INFO E| Compiling serde_json v1.0.140
27062026-03-11T21:44:14.444Z[ helios-setup] Mar 11 21:44:13.440 INFO E| Compiling itoa v1.0.15
27072026-03-11T21:44:14.448Z[ helios-setup] Mar 11 21:44:13.444 INFO E| Compiling fastrand v2.3.0
27082026-03-11T21:44:14.543Z[ helios-setup] Mar 11 21:44:13.539 INFO E| Compiling once_cell v1.21.3
27092026-03-11T21:44:14.547Z[ helios-setup] Mar 11 21:44:13.543 INFO E| Compiling memchr v2.7.4
27102026-03-11T21:44:14.704Z[ helios-setup] Mar 11 21:44:13.700 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27112026-03-11T21:44:14.965Z[ helios-setup] Mar 11 21:44:13.961 INFO E| Compiling ryu v1.0.20
27122026-03-11T21:44:15.368Z[ helios-setup] Mar 11 21:44:14.364 INFO E| Compiling quote v1.0.40
27132026-03-11T21:44:15.870Z[ helios-setup] Mar 11 21:44:14.866 INFO E| Compiling syn v2.0.101
27142026-03-11T21:44:16.082Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27152026-03-11T21:44:16.226Z[ helios-setup] Mar 11 21:44:15.220 INFO E| Compiling tempfile v3.20.0
27162026-03-11T21:44:19.629Z[ helios-setup] Mar 11 21:44:18.625 INFO E| Compiling darling_core v0.20.11
27172026-03-11T21:44:20.287Z[ helios-setup] Mar 11 21:44:19.282 INFO E| Compiling serde_derive v1.0.219
27182026-03-11T21:44:20.287Z[ helios-setup] Mar 11 21:44:19.282 INFO E| Compiling thiserror-impl v2.0.12
27192026-03-11T21:44:21.448Z[ helios-setup] Mar 11 21:44:20.444 INFO E| Compiling darling_macro v0.20.11
27202026-03-11T21:44:22.135Z[ helios-setup] Mar 11 21:44:21.130 INFO E| Compiling darling v0.20.11
27212026-03-11T21:44:22.220Z[ helios-setup] Mar 11 21:44:21.215 INFO E| Compiling serde_with_macros v3.12.0
27222026-03-11T21:44:26.653Z[ helios-setup] Mar 11 21:44:25.648 INFO E| Compiling serde_with v3.12.0
27232026-03-11T21:44:27.693Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 04s
27242026-03-11T21:44:27.977Z[ omicron-package]
27252026-03-11T21:44:27.977Z[ omicron-package] real 1:04.376456617
27262026-03-11T21:44:27.981Z[ omicron-package] user 5:02.693476405
27272026-03-11T21:44:27.981Z[ omicron-package] sys 24.776897498
27282026-03-11T21:44:27.981Z[ omicron-package] trap 0.563202181
27292026-03-11T21:44:27.981Z[ omicron-package] tflt 0.785656932
27302026-03-11T21:44:27.981Z[ omicron-package] dflt 0.662328888
27312026-03-11T21:44:27.981Z[ omicron-package] kflt 0.000020017
27322026-03-11T21:44:27.981Z[ omicron-package] lock 16:14.040005034
27332026-03-11T21:44:27.981Z[ omicron-package] slp 19:28.289760561
27342026-03-11T21:44:27.981Z[ omicron-package] lat 2:25.445465379
27352026-03-11T21:44:27.981Z[ omicron-package] stop 1:20.435399401
27362026-03-11T21:44:27.981ZMar 11 21:44:26.972 INFO [omicron-package] process exited with exit status: 0 (64.442268458s)
27372026-03-11T21:44:27.981ZMar 11 21:44:26.973 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27382026-03-11T21:44:27.981ZMar 11 21:44:26.973 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27392026-03-11T21:44:27.991Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27402026-03-11T21:44:27.995Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27412026-03-11T21:44:27.995Z[ recovery-target] Created new build target 'recovery' and set it as active
27422026-03-11T21:44:27.995Z[ host-target] Created new build target 'host' and set it as active
27432026-03-11T21:44:27.998ZMar 11 21:44:26.991 INFO [host-target] process exited with exit status: 0 (18.023435ms)
27442026-03-11T21:44:27.998ZMar 11 21:44:26.991 INFO [recovery-target] process exited with exit status: 0 (18.367179ms)
27452026-03-11T21:44:27.998ZMar 11 21:44:26.991 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27462026-03-11T21:44:28.006Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27472026-03-11T21:44:30.015Z[ host-package] Compiling ring v0.17.14
27482026-03-11T21:44:30.279Z[ host-package] Compiling regress v0.10.5
27492026-03-11T21:44:30.279Z[ host-package] Compiling heck v0.5.0
27502026-03-11T21:44:30.329Z[ host-package] Compiling unsafe-libyaml v0.2.11
27512026-03-11T21:44:30.356Z[ host-package] Compiling convert_case v0.4.0
27522026-03-11T21:44:30.383Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27532026-03-11T21:44:30.383Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
27542026-03-11T21:44:30.690Z[ helios-setup] Mar 11 21:44:29.685 INFO E| Finished `release` profile [optimized] target(s) in 19.11s
27552026-03-11T21:44:30.718Z[ helios-setup] Mar 11 21:44:29.713 INFO building project "dmar-report" ok (19 seconds)
27562026-03-11T21:44:30.718Z[ helios-setup] Mar 11 21:44:29.713 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27572026-03-11T21:44:30.793Z[ helios-setup] Mar 11 21:44:29.778 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')"
27582026-03-11T21:44:30.793Z[ helios-setup] Mar 11 21:44:29.778 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27592026-03-11T21:44:30.797Z[ helios-setup] Mar 11 21:44:29.778 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27602026-03-11T21:44:30.808Z[ host-package] Compiling derive_more v0.99.20
27612026-03-11T21:44:30.993Z[ helios-setup] Mar 11 21:44:29.988 INFO E| Updating crates.io index
27622026-03-11T21:44:30.997Z[ helios-setup] Mar 11 21:44:29.988 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27632026-03-11T21:44:31.114Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27642026-03-11T21:44:31.292Z[ host-package] Compiling typify-impl v0.6.1
27652026-03-11T21:44:31.500Z[ helios-setup] Mar 11 21:44:30.494 INFO E| From https://github.com/oxidecomputer/amd-apcb
27662026-03-11T21:44:31.500Z[ helios-setup] Mar 11 21:44:30.494 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27672026-03-11T21:44:31.564Z[ helios-setup] Mar 11 21:44:30.559 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27682026-03-11T21:44:31.874Z[ host-package] Compiling prettyplease v0.2.37
27692026-03-11T21:44:31.900Z[ helios-setup] Mar 11 21:44:30.895 INFO E| From https://github.com/oxidecomputer/amd-efs
27702026-03-11T21:44:31.900Z[ helios-setup] Mar 11 21:44:30.895 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27712026-03-11T21:44:32.194Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
27722026-03-11T21:44:32.198Z[ helios-setup] Mar 11 21:44:31.191 INFO E| Downloading crates ...
27732026-03-11T21:44:32.274Z[ helios-setup] Mar 11 21:44:31.268 INFO E| Downloaded bytesize v2.0.1
27742026-03-11T21:44:32.284Z[ helios-setup] Mar 11 21:44:31.278 INFO E| Downloaded four-cc v0.4.0
27752026-03-11T21:44:32.298Z[ helios-setup] Mar 11 21:44:31.292 INFO E| Downloaded vec_map v0.8.2
27762026-03-11T21:44:32.301Z[ helios-setup] Mar 11 21:44:31.294 INFO E| Downloaded heck v0.3.3
27772026-03-11T21:44:32.302Z[ helios-setup] Mar 11 21:44:31.295 INFO E| Downloaded unic-char-range v0.9.0
27782026-03-11T21:44:32.302Z[ helios-setup] Mar 11 21:44:31.296 INFO E| Downloaded unic-common v0.9.0
27792026-03-11T21:44:32.306Z[ helios-setup] Mar 11 21:44:31.297 INFO E| Downloaded unic-char-property v0.9.0
27802026-03-11T21:44:32.306Z[ helios-setup] Mar 11 21:44:31.298 INFO E| Downloaded textwrap v0.11.0
27812026-03-11T21:44:32.306Z[ helios-setup] Mar 11 21:44:31.299 INFO E| Downloaded strum v0.27.1
27822026-03-11T21:44:32.306Z[ helios-setup] Mar 11 21:44:31.300 INFO E| Downloaded dyn-clone v1.0.19
27832026-03-11T21:44:32.309Z[ helios-setup] Mar 11 21:44:31.301 INFO E| Downloaded modular-bitfield-impl v0.13.1
27842026-03-11T21:44:32.309Z[ helios-setup] Mar 11 21:44:31.302 INFO E| Downloaded strum_macros v0.27.1
27852026-03-11T21:44:32.313Z[ helios-setup] Mar 11 21:44:31.304 INFO E| Downloaded strsim v0.8.0
27862026-03-11T21:44:32.313Z[ helios-setup] Mar 11 21:44:31.305 INFO E| Downloaded parse_int v0.9.0
27872026-03-11T21:44:32.331Z[ helios-setup] Mar 11 21:44:31.326 INFO E| Downloaded unic-ucd-version v0.9.0
27882026-03-11T21:44:32.335Z[ helios-setup] Mar 11 21:44:31.327 INFO E| Downloaded modular-bitfield v0.13.1
27892026-03-11T21:44:32.339Z[ helios-setup] Mar 11 21:44:31.334 INFO E| Downloaded structopt-derive v0.4.18
27902026-03-11T21:44:32.343Z[ helios-setup] Mar 11 21:44:31.335 INFO E| Downloaded log v0.4.27
27912026-03-11T21:44:32.343Z[ helios-setup] Mar 11 21:44:31.337 INFO E| Downloaded rustversion v1.0.20
27922026-03-11T21:44:32.346Z[ helios-setup] Mar 11 21:44:31.339 INFO E| Downloaded modular-bitfield v0.11.2
27932026-03-11T21:44:32.353Z[ helios-setup] Mar 11 21:44:31.348 INFO E| Downloaded structopt v0.3.26
27942026-03-11T21:44:32.361Z[ helios-setup] Mar 11 21:44:31.354 INFO E| Downloaded typenum v1.18.0
27952026-03-11T21:44:32.364Z[ helios-setup] Mar 11 21:44:31.357 INFO E| Downloaded pest_derive v2.8.0
27962026-03-11T21:44:32.368Z[ helios-setup] Mar 11 21:44:31.359 INFO E| Downloaded pest_meta v2.8.0
27972026-03-11T21:44:32.368Z[ helios-setup] Mar 11 21:44:31.361 INFO E| Downloaded ansi_term v0.12.1
27982026-03-11T21:44:32.369Z[ helios-setup] Mar 11 21:44:31.363 INFO E| Downloaded zerocopy-derive v0.8.25
27992026-03-11T21:44:32.374Z[ helios-setup] Mar 11 21:44:31.368 INFO E| Downloaded pest_generator v2.8.0
28002026-03-11T21:44:32.377Z[ helios-setup] Mar 11 21:44:31.370 INFO E| Downloaded modular-bitfield-impl v0.11.2
28012026-03-11T21:44:32.377Z[ helios-setup] Mar 11 21:44:31.371 INFO E| Downloaded pest v2.8.0
28022026-03-11T21:44:32.381Z[ helios-setup] Mar 11 21:44:31.375 INFO E| Downloaded goblin v0.9.3
28032026-03-11T21:44:32.385Z[ helios-setup] Mar 11 21:44:31.380 INFO E| Downloaded clap v2.34.0
28042026-03-11T21:44:32.391Z[ helios-setup] Mar 11 21:44:31.385 INFO E| Downloaded fletcher v1.0.0
28052026-03-11T21:44:32.394Z[ helios-setup] Mar 11 21:44:31.386 INFO E| Downloaded unic-ucd-ident v0.9.0
28062026-03-11T21:44:32.394Z[ helios-setup] Mar 11 21:44:31.388 INFO E| Downloaded zerocopy v0.8.25
28072026-03-11T21:44:32.466Z[ helios-setup] Mar 11 21:44:31.460 INFO E| Compiling proc-macro2 v1.0.95
28082026-03-11T21:44:32.466Z[ helios-setup] Mar 11 21:44:31.460 INFO E| Compiling unicode-ident v1.0.18
28092026-03-11T21:44:32.489Z[ helios-setup] Mar 11 21:44:31.460 INFO E| Compiling memchr v2.7.4
28102026-03-11T21:44:32.489Z[ helios-setup] Mar 11 21:44:31.461 INFO E| Compiling thiserror v2.0.12
28112026-03-11T21:44:32.489Z[ helios-setup] Mar 11 21:44:31.461 INFO E| Compiling autocfg v1.4.0
28122026-03-11T21:44:32.489Z[ helios-setup] Mar 11 21:44:31.461 INFO E| Compiling serde v1.0.219
28132026-03-11T21:44:32.489Z[ helios-setup] Mar 11 21:44:31.461 INFO E| Compiling syn v1.0.109
28142026-03-11T21:44:32.489Z[ helios-setup] Mar 11 21:44:31.461 INFO E| Compiling version_check v0.9.5
28152026-03-11T21:44:32.953Z[ helios-setup] Mar 11 21:44:31.947 INFO E| Compiling serde_json v1.0.140
28162026-03-11T21:44:33.113Z[ host-package] Compiling universal-hash v0.5.1
28172026-03-11T21:44:33.174Z[ helios-setup] Mar 11 21:44:32.168 INFO E| Compiling num-traits v0.2.19
28182026-03-11T21:44:33.346Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28192026-03-11T21:44:33.567Z[ helios-setup] Mar 11 21:44:32.561 INFO E| Compiling schemars v0.8.22
28202026-03-11T21:44:33.741Z[ host-package] Compiling opaque-debug v0.3.1
28212026-03-11T21:44:33.799Z[ helios-setup] Mar 11 21:44:32.793 INFO E| Compiling itoa v1.0.15
28222026-03-11T21:44:33.873Z[ helios-setup] Mar 11 21:44:32.867 INFO E| Compiling ryu v1.0.20
28232026-03-11T21:44:33.914Z[ host-package] Compiling unicode-width v0.1.14
28242026-03-11T21:44:33.917Z[ helios-setup] Mar 11 21:44:32.909 INFO E| Compiling proc-macro-error-attr v1.0.4
28252026-03-11T21:44:34.161Z[ helios-setup] Mar 11 21:44:33.155 INFO E| Compiling memoffset v0.9.1
28262026-03-11T21:44:34.216Z[ helios-setup] Mar 11 21:44:33.210 INFO E| Compiling zerocopy v0.8.25
28272026-03-11T21:44:34.266Z[ helios-setup] Mar 11 21:44:33.260 INFO E| Compiling libc v0.2.172
28282026-03-11T21:44:34.275Z[ helios-setup] Mar 11 21:44:33.270 INFO E| Compiling paste v1.0.15
28292026-03-11T21:44:34.359Z[ helios-setup] Mar 11 21:44:33.354 INFO E| Compiling rustversion v1.0.20
28302026-03-11T21:44:34.525Z[ helios-setup] Mar 11 21:44:33.519 INFO E| Compiling static_assertions v1.1.0
28312026-03-11T21:44:34.609Z[ helios-setup] Mar 11 21:44:33.603 INFO E| Compiling ucd-trie v0.1.7
28322026-03-11T21:44:34.655Z[ helios-setup] Mar 11 21:44:33.649 INFO E| Compiling dyn-clone v1.0.19
28332026-03-11T21:44:34.861Z[ helios-setup] Mar 11 21:44:33.855 INFO E| Compiling proc-macro-error v1.0.4
28342026-03-11T21:44:34.908Z[ host-package] Compiling rustls v0.23.37
28352026-03-11T21:44:35.007Z[ host-package] Compiling poly1305 v0.8.0
28362026-03-11T21:44:35.096Z[ helios-setup] Mar 11 21:44:34.089 INFO E| Compiling once_cell v1.21.3
28372026-03-11T21:44:35.124Z[ host-package] Compiling chacha20 v0.9.1
28382026-03-11T21:44:35.314Z[ helios-setup] Mar 11 21:44:34.307 INFO E| Compiling quote v1.0.40
28392026-03-11T21:44:35.674Z[ helios-setup] Mar 11 21:44:34.668 INFO E| Compiling unicode-segmentation v1.12.0
28402026-03-11T21:44:35.745Z[ helios-setup] Mar 11 21:44:34.739 INFO E| Compiling syn v2.0.101
28412026-03-11T21:44:35.926Z[ host-package] Compiling password-hash v0.5.0
28422026-03-11T21:44:35.963Z[ helios-setup] Mar 11 21:44:34.957 INFO E| Compiling unicode-width v0.1.14
28432026-03-11T21:44:36.139Z[ host-package] Compiling thiserror-no-std v2.0.2
28442026-03-11T21:44:36.429Z[ host-package] Compiling blake2 v0.10.6
28452026-03-11T21:44:36.490Z[ host-package] Compiling aead v0.5.2
28462026-03-11T21:44:36.709Z[ helios-setup] Mar 11 21:44:35.703 INFO E| Compiling heck v0.5.0
28472026-03-11T21:44:36.731Z[ helios-setup] Mar 11 21:44:35.725 INFO E| Compiling parse_int v0.9.0
28482026-03-11T21:44:36.786Z[ helios-setup] Mar 11 21:44:35.780 INFO E| Compiling heck v0.3.3
28492026-03-11T21:44:36.845Z[ helios-setup] Mar 11 21:44:35.839 INFO E| Compiling textwrap v0.11.0
28502026-03-11T21:44:36.942Z[ helios-setup] Mar 11 21:44:35.936 INFO E| Compiling atty v0.2.14
28512026-03-11T21:44:36.974Z[ host-package] Compiling is-terminal v0.4.17
28522026-03-11T21:44:37.032Z[ helios-setup] Mar 11 21:44:36.024 INFO E| Compiling fletcher v1.0.0
28532026-03-11T21:44:37.055Z[ helios-setup] Mar 11 21:44:36.049 INFO E| Compiling unic-char-range v0.9.0
28542026-03-11T21:44:37.173Z[ helios-setup] Mar 11 21:44:36.167 INFO E| Compiling bitflags v1.3.2
28552026-03-11T21:44:37.204Z[ helios-setup] Mar 11 21:44:36.198 INFO E| Compiling vec_map v0.8.2
28562026-03-11T21:44:37.259Z[ helios-setup] Mar 11 21:44:36.253 INFO E| Compiling strum v0.27.1
28572026-03-11T21:44:37.263Z[ helios-setup] Mar 11 21:44:36.258 INFO E| Compiling strsim v0.8.0
28582026-03-11T21:44:37.289Z[ helios-setup] Mar 11 21:44:36.283 INFO E| Compiling ansi_term v0.12.1
28592026-03-11T21:44:37.391Z[ helios-setup] Mar 11 21:44:36.385 INFO E| Compiling unic-common v0.9.0
28602026-03-11T21:44:37.460Z[ host-package] Compiling swrite v0.1.0
28612026-03-11T21:44:37.483Z[ helios-setup] Mar 11 21:44:36.473 INFO E| Compiling byteorder v1.5.0
28622026-03-11T21:44:37.517Z[ helios-setup] Mar 11 21:44:36.511 INFO E| Compiling unic-char-property v0.9.0
28632026-03-11T21:44:37.523Z[ helios-setup] Mar 11 21:44:36.517 INFO E| Compiling unic-ucd-version v0.9.0
28642026-03-11T21:44:37.615Z[ helios-setup] Mar 11 21:44:36.607 INFO E| Compiling plain v0.2.3
28652026-03-11T21:44:37.628Z[ helios-setup] Mar 11 21:44:36.622 INFO E| Compiling lazy_static v1.5.0
28662026-03-11T21:44:37.782Z[ helios-setup] Mar 11 21:44:36.776 INFO E| Compiling clap v2.34.0
28672026-03-11T21:44:37.845Z[ helios-setup] Mar 11 21:44:36.839 INFO E| Compiling log v0.4.27
28682026-03-11T21:44:37.895Z[ helios-setup] Mar 11 21:44:36.889 INFO E| Compiling unic-ucd-ident v0.9.0
28692026-03-11T21:44:37.921Z[ host-package] Compiling rustls-webpki v0.103.9
28702026-03-11T21:44:37.927Z[ helios-setup] Mar 11 21:44:36.919 INFO E| Compiling bytesize v2.0.1
28712026-03-11T21:44:38.296Z[ host-package] Compiling argon2 v0.5.3
28722026-03-11T21:44:38.486Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
28732026-03-11T21:44:38.733Z[ host-package] Compiling chacha20poly1305 v0.10.1
28742026-03-11T21:44:38.818Z[ host-package] Compiling vsss-rs v3.3.4
28752026-03-11T21:44:39.650Z[ host-package] Compiling serde_spanned v1.0.4
28762026-03-11T21:44:39.912Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
28772026-03-11T21:44:40.367Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
28782026-03-11T21:44:40.506Z[ host-package] Compiling typify-impl v0.4.3
28792026-03-11T21:44:40.940Z[ helios-setup] Mar 11 21:44:39.934 INFO E| Compiling serde_derive_internals v0.29.1
28802026-03-11T21:44:41.350Z[ helios-setup] Mar 11 21:44:40.344 INFO E| Compiling modular-bitfield-impl v0.11.2
28812026-03-11T21:44:41.391Z[ host-package] Compiling rustls v0.22.4
28822026-03-11T21:44:41.438Z[ host-package] Compiling typify-macro v0.6.1
28832026-03-11T21:44:41.470Z[ helios-setup] Mar 11 21:44:40.464 INFO E| Compiling structopt-derive v0.4.18
28842026-03-11T21:44:42.616Z[ host-package] Compiling bytecount v0.6.9
28852026-03-11T21:44:43.024Z[ host-package] Compiling rustls-webpki v0.102.8
28862026-03-11T21:44:43.338Z[ helios-setup] Mar 11 21:44:42.332 INFO E| Compiling thiserror-impl v2.0.12
28872026-03-11T21:44:43.338Z[ helios-setup] Mar 11 21:44:42.332 INFO E| Compiling serde_derive v1.0.219
28882026-03-11T21:44:43.453Z[ host-package] Compiling derive-where v1.6.0
28892026-03-11T21:44:43.678Z[ helios-setup] Mar 11 21:44:42.671 INFO E| Compiling schemars_derive v0.8.22
28902026-03-11T21:44:43.828Z[ helios-setup] Mar 11 21:44:42.821 INFO E| Compiling zerocopy-derive v0.8.25
28912026-03-11T21:44:43.918Z[ helios-setup] Mar 11 21:44:42.912 INFO E| Compiling modular-bitfield-impl v0.13.1
28922026-03-11T21:44:43.937Z[ helios-setup] Mar 11 21:44:42.931 INFO E| Compiling num-derive v0.4.2
28932026-03-11T21:44:43.945Z[ helios-setup] Mar 11 21:44:42.938 INFO E| Compiling modular-bitfield v0.11.2
28942026-03-11T21:44:44.482Z[ helios-setup] Mar 11 21:44:43.476 INFO E| Compiling strum_macros v0.27.1
28952026-03-11T21:44:44.939Z[ helios-setup] Mar 11 21:44:43.932 INFO E| Compiling scroll_derive v0.12.1
28962026-03-11T21:44:46.246Z[ helios-setup] Mar 11 21:44:45.239 INFO E| Compiling structopt v0.3.26
28972026-03-11T21:44:46.689Z[ helios-setup] Mar 11 21:44:45.682 INFO E| Compiling pest v2.8.0
28982026-03-11T21:44:46.776Z[ helios-setup] Mar 11 21:44:45.767 INFO E| Compiling scroll v0.12.0
28992026-03-11T21:44:46.907Z[ host-package] Compiling tokio-rustls v0.26.4
29002026-03-11T21:44:47.136Z[ helios-setup] Mar 11 21:44:46.129 INFO E| Compiling modular-bitfield v0.13.1
29012026-03-11T21:44:47.238Z[ helios-setup] Mar 11 21:44:46.232 INFO E| Compiling goblin v0.9.3
29022026-03-11T21:44:47.823Z[ host-package] Compiling hyper-rustls v0.27.7
29032026-03-11T21:44:48.801Z[ host-package] Compiling rustls-platform-verifier v0.6.2
29042026-03-11T21:44:49.399Z[ host-package] Compiling reqwest v0.13.2
29052026-03-11T21:44:49.622Z[ helios-setup] Mar 11 21:44:48.615 INFO E| Compiling pest_meta v2.8.0
29062026-03-11T21:44:49.636Z[ host-package] Compiling reqwest v0.12.28
29072026-03-11T21:44:50.421Z[ host-package] Compiling typify v0.6.1
29082026-03-11T21:44:50.684Z[ helios-setup] Mar 11 21:44:49.676 INFO E| Compiling pest_generator v2.8.0
29092026-03-11T21:44:50.702Z[ host-package] Compiling progenitor-impl v0.13.0
29102026-03-11T21:44:50.840Z[ host-package] Compiling typify-macro v0.4.3
29112026-03-11T21:44:52.027Z[ helios-setup] Mar 11 21:44:51.019 INFO E| Compiling pest_derive v2.8.0
29122026-03-11T21:44:53.821Z[ host-package] Compiling tokio-rustls v0.25.0
29132026-03-11T21:44:54.254Z[ helios-setup] Mar 11 21:44:53.247 INFO E| Compiling json5 v0.4.1
29142026-03-11T21:44:54.302Z[ host-package] Compiling dropshot v0.16.7
29152026-03-11T21:44:55.153Z[ host-package] Compiling progenitor-macro v0.13.0
29162026-03-11T21:44:56.465Z[ host-package] Compiling thread_local v1.1.9
29172026-03-11T21:44:56.973Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29182026-03-11T21:44:57.262Z[ helios-setup] Mar 11 21:44:56.253 INFO E| Compiling four-cc v0.4.0
29192026-03-11T21:44:57.262Z[ helios-setup] Mar 11 21:44:56.253 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
29202026-03-11T21:44:57.411Z[ helios-setup] Mar 11 21:44:56.404 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
29212026-03-11T21:45:02.985Z[ host-package] Compiling progenitor-client v0.13.0
29222026-03-11T21:45:03.878Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29232026-03-11T21:45:04.592Z[ host-package] Compiling progenitor-client v0.10.0
29242026-03-11T21:45:05.325Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29252026-03-11T21:45:09.508Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29262026-03-11T21:45:09.700Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29272026-03-11T21:45:12.555Z[ host-package] Compiling progenitor v0.13.0
29282026-03-11T21:45:12.809Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29292026-03-11T21:45:14.644Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29302026-03-11T21:45:14.830Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29312026-03-11T21:45:15.455Z[ host-package] Compiling match_cfg v0.1.0
29322026-03-11T21:45:15.584Z[ host-package] Compiling hostname v0.3.1
29332026-03-11T21:45:19.433Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29342026-03-11T21:45:20.498Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29352026-03-11T21:45:20.928Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29362026-03-11T21:45:21.353Z[ host-package] Compiling multer v3.1.0
29372026-03-11T21:45:21.445Z[ host-package] Compiling slog-async v2.8.0
29382026-03-11T21:45:21.520Z[ helios-setup] Mar 11 21:45:20.510 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29392026-03-11T21:45:21.549Z[ host-package] Compiling slog-json v2.6.1
29402026-03-11T21:45:21.889Z[ host-package] Compiling crossbeam-channel v0.5.15
29412026-03-11T21:45:21.958Z[ host-package] Compiling futures-executor v0.3.32
29422026-03-11T21:45:22.497Z[ host-package] Compiling term v1.2.1
29432026-03-11T21:45:22.857Z[ host-package] Compiling take_mut v0.2.2
29442026-03-11T21:45:23.467Z[ host-package] Compiling slog-term v2.9.2
29452026-03-11T21:45:23.888Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29462026-03-11T21:45:24.484Z[ host-package] Compiling futures v0.3.32
29472026-03-11T21:45:24.910Z[ host-package] Compiling slog-bunyan v2.5.0
29482026-03-11T21:45:26.471Z[ helios-setup] Mar 11 21:45:25.461 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29492026-03-11T21:45:26.601Z[ host-package] Compiling async-stream v0.3.6
29502026-03-11T21:45:26.629Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
29512026-03-11T21:45:26.841Z[ host-package] Compiling waitgroup v0.1.2
29522026-03-11T21:45:26.897Z[ host-package] Compiling rustls-pemfile v2.2.0
29532026-03-11T21:45:26.983Z[ host-package] Compiling serde_path_to_error v0.1.20
29542026-03-11T21:45:27.090Z[ host-package] Compiling hostname v0.4.2
29552026-03-11T21:45:27.281Z[ host-package] Compiling instant v0.1.13
29562026-03-11T21:45:27.337Z[ host-package] Compiling debug-ignore v1.0.5
29572026-03-11T21:45:27.427Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
29582026-03-11T21:45:27.479Z[ host-package] Compiling backoff v0.4.0
29592026-03-11T21:45:28.032Z[ host-package] Compiling parse-display v0.10.0
29602026-03-11T21:45:28.241Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29612026-03-11T21:45:28.287Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29622026-03-11T21:45:28.502Z[ host-package] Compiling backon v1.6.0
29632026-03-11T21:45:28.587Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
29642026-03-11T21:45:28.935Z[ host-package] Compiling macaddr v1.0.1
29652026-03-11T21:45:29.186Z[ host-package] Compiling typify v0.4.3
29662026-03-11T21:45:29.337Z[ host-package] Compiling console v0.15.11
29672026-03-11T21:45:29.859Z[ host-package] Compiling newline-converter v0.3.0
29682026-03-11T21:45:30.129Z[ host-package] Compiling atomicwrites v0.4.4
29692026-03-11T21:45:30.568Z[ host-package] Compiling num-rational v0.4.2
29702026-03-11T21:45:32.406Z[ host-package] Compiling num-complex v0.4.6
29712026-03-11T21:45:33.400Z[ host-package] Compiling slog-dtrace v0.3.0
29722026-03-11T21:45:34.006Z[ host-package] Compiling num v0.4.3
29732026-03-11T21:45:34.219Z[ host-package] Compiling expectorate v1.2.0
29742026-03-11T21:45:34.378Z[ host-package] Compiling owo-colors v4.3.0
29752026-03-11T21:45:34.632Z[ host-package] Compiling float-ord v0.3.2
29762026-03-11T21:45:34.863Z[ host-package] Compiling cancel-safe-futures v0.1.5
29772026-03-11T21:45:35.092Z[ host-package] Compiling libsw-core v0.3.2
29782026-03-11T21:45:35.434Z[ host-package] Compiling resolv-conf v0.7.6
29792026-03-11T21:45:35.486Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29802026-03-11T21:45:36.228Z[ host-package] Compiling libsw v3.5.0
29812026-03-11T21:45:36.890Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29822026-03-11T21:45:37.046Z[ host-package] Compiling toml v0.8.23
29832026-03-11T21:45:37.690Z[ host-package] Compiling linear-map v1.2.0
29842026-03-11T21:45:38.182Z[ host-package] Compiling minimal-lexical v0.2.1
29852026-03-11T21:45:38.253Z[ host-package] Compiling linked-hash-map v0.5.6
29862026-03-11T21:45:38.306Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29872026-03-11T21:45:38.872Z[ host-package] Compiling lru-cache v0.1.2
29882026-03-11T21:45:38.937Z[ host-package] Compiling nom v7.1.3
29892026-03-11T21:45:39.204Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29902026-03-11T21:45:41.355Z[ host-package] Compiling unicode-xid v0.2.6
29912026-03-11T21:45:41.401Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29922026-03-11T21:45:41.591Z[ host-package] Compiling hickory-proto v0.24.4
29932026-03-11T21:45:43.991Z[ helios-setup] Mar 11 21:45:42.980 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
29942026-03-11T21:45:43.995Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29952026-03-11T21:45:44.031Z[ helios-setup] Mar 11 21:45:43.020 INFO building project "amd-host-image-builder" ok (73 seconds)
29962026-03-11T21:45:44.031Z[ helios-setup] Mar 11 21:45:43.020 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
29972026-03-11T21:45:44.101Z[ helios-setup] Mar 11 21:45:43.087 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
29982026-03-11T21:45:44.101Z[ helios-setup] Mar 11 21:45:43.087 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
29992026-03-11T21:45:44.101Z[ helios-setup] Mar 11 21:45:43.087 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30002026-03-11T21:45:44.101Z[ host-package] Compiling progenitor-impl v0.11.2
30012026-03-11T21:45:44.363Z[ helios-setup] Mar 11 21:45:43.351 INFO E| Downloading crates ...
30022026-03-11T21:45:44.451Z[ helios-setup] Mar 11 21:45:43.440 INFO E| Downloaded adler2 v2.0.0
30032026-03-11T21:45:44.476Z[ helios-setup] Mar 11 21:45:43.465 INFO E| Downloaded miniz_oxide v0.8.8
30042026-03-11T21:45:44.529Z[ helios-setup] Mar 11 21:45:43.517 INFO E| Compiling adler2 v2.0.0
30052026-03-11T21:45:44.648Z[ helios-setup] Mar 11 21:45:43.637 INFO E| Compiling miniz_oxide v0.8.8
30062026-03-11T21:45:46.357Z[ helios-setup] Mar 11 21:45:45.345 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30072026-03-11T21:45:47.030Z[ helios-setup] Mar 11 21:45:46.019 INFO E| Finished `release` profile [optimized] target(s) in 2.86s
30082026-03-11T21:45:47.040Z[ helios-setup] Mar 11 21:45:46.028 INFO building project "pinprick" ok (2 seconds)
30092026-03-11T21:45:47.040Z[ helios-setup] Mar 11 21:45:46.028 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
30102026-03-11T21:45:47.105Z[ helios-setup] Mar 11 21:45:46.093 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
30112026-03-11T21:45:47.105Z[ helios-setup] Mar 11 21:45:46.093 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30122026-03-11T21:45:47.105Z[ helios-setup] Mar 11 21:45:46.093 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30132026-03-11T21:45:47.284Z[ helios-setup] Mar 11 21:45:46.273 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30142026-03-11T21:45:47.699Z[ helios-setup] Mar 11 21:45:46.687 INFO E| From https://github.com/jclulow/hiercmd
30152026-03-11T21:45:47.699Z[ helios-setup] Mar 11 21:45:46.687 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
30162026-03-11T21:45:47.729Z[ helios-setup] Mar 11 21:45:46.717 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
30172026-03-11T21:45:47.769Z[ host-package] Compiling hickory-resolver v0.24.4
30182026-03-11T21:45:48.095Z[ helios-setup] Mar 11 21:45:47.084 INFO E| From https://github.com/oxidecomputer/network-interface
30192026-03-11T21:45:48.095Z[ helios-setup] Mar 11 21:45:47.084 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
30202026-03-11T21:45:48.109Z[ helios-setup] Mar 11 21:45:47.098 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30212026-03-11T21:45:48.495Z[ helios-setup] Mar 11 21:45:47.483 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30222026-03-11T21:45:48.495Z[ helios-setup] Mar 11 21:45:47.483 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30232026-03-11T21:45:48.521Z[ helios-setup] Mar 11 21:45:47.509 INFO E| Updating crates.io index
30242026-03-11T21:45:48.904Z[ helios-setup] Mar 11 21:45:47.892 INFO E| Downloading crates ...
30252026-03-11T21:45:49.055Z[ helios-setup] Mar 11 21:45:48.043 INFO E| Downloaded futures-channel v0.3.31
30262026-03-11T21:45:49.058Z[ helios-setup] Mar 11 21:45:48.047 INFO E| Downloaded anstyle-query v1.1.4
30272026-03-11T21:45:49.067Z[ helios-setup] Mar 11 21:45:48.056 INFO E| Downloaded zerocopy v0.8.27
30282026-03-11T21:45:49.085Z[ helios-setup] Mar 11 21:45:48.073 INFO E| Downloaded toml v0.9.8
30292026-03-11T21:45:49.088Z[ helios-setup] Mar 11 21:45:48.077 INFO E| Downloaded time-core v0.1.6
30302026-03-11T21:45:49.093Z[ helios-setup] Mar 11 21:45:48.078 INFO E| Downloaded log v0.4.28
30312026-03-11T21:45:49.122Z[ helios-setup] Mar 11 21:45:48.111 INFO E| Downloaded thiserror v2.0.17
30322026-03-11T21:45:49.127Z[ helios-setup] Mar 11 21:45:48.115 INFO E| Downloaded serde_spanned v1.0.3
30332026-03-11T21:45:49.130Z[ helios-setup] Mar 11 21:45:48.118 INFO E| Downloaded term v1.2.0
30342026-03-11T21:45:49.134Z[ helios-setup] Mar 11 21:45:48.121 INFO E| Downloaded thiserror-impl v2.0.17
30352026-03-11T21:45:49.134Z[ helios-setup] Mar 11 21:45:48.123 INFO E| Downloaded bitfield-macros v0.19.3
30362026-03-11T21:45:49.138Z[ helios-setup] Mar 11 21:45:48.123 INFO E| Downloaded getopts v0.2.24
30372026-03-11T21:45:49.166Z[ helios-setup] Mar 11 21:45:48.154 INFO E| Downloaded zeroize_derive v1.4.2
30382026-03-11T21:45:49.170Z[ helios-setup] Mar 11 21:45:48.155 INFO E| Downloaded socket2 v0.6.1
30392026-03-11T21:45:49.181Z[ helios-setup] Mar 11 21:45:48.170 INFO E| Downloaded futures-io v0.3.31
30402026-03-11T21:45:49.185Z[ helios-setup] Mar 11 21:45:48.171 INFO E| Downloaded clap_lex v0.7.6
30412026-03-11T21:45:49.211Z[ helios-setup] Mar 11 21:45:48.199 INFO E| Downloaded time-macros v0.2.24
30422026-03-11T21:45:49.215Z[ helios-setup] Mar 11 21:45:48.202 INFO E| Downloaded libdevinfo-sys v1.1.0
30432026-03-11T21:45:49.215Z[ helios-setup] Mar 11 21:45:48.203 INFO E| Downloaded generic-array v0.14.9
30442026-03-11T21:45:49.218Z[ helios-setup] Mar 11 21:45:48.204 INFO E| Downloaded futures-sink v0.3.31
30452026-03-11T21:45:49.218Z[ helios-setup] Mar 11 21:45:48.205 INFO E| Downloaded futures-macro v0.3.31
30462026-03-11T21:45:49.218Z[ helios-setup] Mar 11 21:45:48.206 INFO E| Downloaded crc v3.3.0
30472026-03-11T21:45:49.221Z[ helios-setup] Mar 11 21:45:48.207 INFO E| Downloaded simd-adler32 v0.3.7
30482026-03-11T21:45:49.221Z[ helios-setup] Mar 11 21:45:48.209 INFO E| Downloaded env_filter v0.1.4
30492026-03-11T21:45:49.254Z[ helios-setup] Mar 11 21:45:48.243 INFO E| Downloaded toml_datetime v0.7.3
30502026-03-11T21:45:49.257Z[ helios-setup] Mar 11 21:45:48.244 INFO E| Downloaded env_logger v0.11.8
30512026-03-11T21:45:49.261Z[ helios-setup] Mar 11 21:45:48.247 INFO E| Downloaded futures-core v0.3.31
30522026-03-11T21:45:49.261Z[ helios-setup] Mar 11 21:45:48.248 INFO E| Downloaded devinfo v0.1.0
30532026-03-11T21:45:49.289Z[ helios-setup] Mar 11 21:45:48.277 INFO E| Downloaded toml_writer v1.0.4
30542026-03-11T21:45:49.293Z[ helios-setup] Mar 11 21:45:48.279 INFO E| Downloaded clap_derive v4.5.49
30552026-03-11T21:45:49.293Z[ helios-setup] Mar 11 21:45:48.281 INFO E| Downloaded bitfield v0.19.3
30562026-03-11T21:45:49.296Z[ helios-setup] Mar 11 21:45:48.282 INFO E| Downloaded base64ct v1.8.0
30572026-03-11T21:45:49.297Z[ helios-setup] Mar 11 21:45:48.284 INFO E| Downloaded futures-task v0.3.31
30582026-03-11T21:45:49.300Z[ helios-setup] Mar 11 21:45:48.286 INFO E| Downloaded pin-project-lite v0.2.16
30592026-03-11T21:45:49.304Z[ helios-setup] Mar 11 21:45:48.290 INFO E| Downloaded slab v0.4.11
30602026-03-11T21:45:49.304Z[ helios-setup] Mar 11 21:45:48.291 INFO E| Downloaded signal-hook-registry v1.4.6
30612026-03-11T21:45:49.307Z[ helios-setup] Mar 11 21:45:48.293 INFO E| Downloaded futures-executor v0.3.31
30622026-03-11T21:45:49.307Z[ helios-setup] Mar 11 21:45:48.294 INFO E| Downloaded rsa v0.9.8
30632026-03-11T21:45:49.311Z[ helios-setup] Mar 11 21:45:48.298 INFO E| Downloaded iana-time-zone v0.1.64
30642026-03-11T21:45:49.314Z[ helios-setup] Mar 11 21:45:48.300 INFO E| Downloaded unicode-ident v1.0.22
30652026-03-11T21:45:49.314Z[ helios-setup] Mar 11 21:45:48.303 INFO E| Downloaded quote v1.0.41
30662026-03-11T21:45:49.319Z[ helios-setup] Mar 11 21:45:48.305 INFO E| Downloaded getrandom v0.2.16
30672026-03-11T21:45:49.323Z[ helios-setup] Mar 11 21:45:48.308 INFO E| Downloaded bitflags v2.10.0
30682026-03-11T21:45:49.323Z[ helios-setup] Mar 11 21:45:48.311 INFO E| Downloaded find-msvc-tools v0.1.4
30692026-03-11T21:45:49.327Z[ helios-setup] Mar 11 21:45:48.314 INFO E| Downloaded mio v1.1.0
30702026-03-11T21:45:49.352Z[ helios-setup] Mar 11 21:45:48.340 INFO E| Downloaded toml_parser v1.0.4
30712026-03-11T21:45:49.355Z[ helios-setup] Mar 11 21:45:48.343 INFO E| Downloaded deranged v0.5.5
30722026-03-11T21:45:49.359Z[ helios-setup] Mar 11 21:45:48.344 INFO E| Downloaded proc-macro2 v1.0.103
30732026-03-11T21:45:49.359Z[ helios-setup] Mar 11 21:45:48.347 INFO E| Downloaded memchr v2.7.6
30742026-03-11T21:45:49.363Z[ helios-setup] Mar 11 21:45:48.352 INFO E| Downloaded uuid v1.18.1
30752026-03-11T21:45:49.366Z[ helios-setup] Mar 11 21:45:48.354 INFO E| Downloaded iddqd v0.3.14
30762026-03-11T21:45:49.371Z[ helios-setup] Mar 11 21:45:48.360 INFO E| Downloaded flate2 v1.1.5
30772026-03-11T21:45:49.376Z[ helios-setup] Mar 11 21:45:48.364 INFO E| Downloaded anyhow v1.0.100
30782026-03-11T21:45:49.379Z[ helios-setup] Mar 11 21:45:48.367 INFO E| Downloaded bytes v1.10.1
30792026-03-11T21:45:49.383Z[ helios-setup] Mar 11 21:45:48.372 INFO E| Downloaded toml_edit v0.23.7
30802026-03-11T21:45:49.386Z[ helios-setup] Mar 11 21:45:48.375 INFO E| Downloaded cc v1.2.44
30812026-03-11T21:45:49.390Z[ helios-setup] Mar 11 21:45:48.378 INFO E| Downloaded futures v0.3.31
30822026-03-11T21:45:49.394Z[ helios-setup] Mar 11 21:45:48.382 INFO E| Downloaded indexmap v2.12.0
30832026-03-11T21:45:49.397Z[ helios-setup] Mar 11 21:45:48.386 INFO E| Downloaded time v0.3.44
30842026-03-11T21:45:49.405Z[ helios-setup] Mar 11 21:45:48.393 INFO E| Downloaded zerocopy-derive v0.8.27
30852026-03-11T21:45:49.410Z[ helios-setup] Mar 11 21:45:48.399 INFO E| Downloaded hashbrown v0.16.0
30862026-03-11T21:45:49.415Z[ helios-setup] Mar 11 21:45:48.403 INFO E| Downloaded clap v4.5.51
30872026-03-11T21:45:49.454Z[ helios-setup] Mar 11 21:45:48.442 INFO E| Downloaded libm v0.2.15
30882026-03-11T21:45:49.467Z[ helios-setup] Mar 11 21:45:48.455 INFO E| Downloaded num-bigint-dig v0.8.4
30892026-03-11T21:45:49.471Z[ helios-setup] Mar 11 21:45:48.459 INFO E| Downloaded winnow v0.7.13
30902026-03-11T21:45:49.478Z[ helios-setup] Mar 11 21:45:48.467 INFO E| Downloaded serde_json v1.0.145
30912026-03-11T21:45:49.484Z[ helios-setup] Mar 11 21:45:48.473 INFO E| Downloaded clap_builder v4.5.51
30922026-03-11T21:45:49.490Z[ helios-setup] Mar 11 21:45:48.478 INFO E| Downloaded futures-util v0.3.31
30932026-03-11T21:45:49.529Z[ helios-setup] Mar 11 21:45:48.518 INFO E| Downloaded chrono v0.4.42
30942026-03-11T21:45:49.535Z[ helios-setup] Mar 11 21:45:48.524 INFO E| Downloaded unicode-width v0.2.2
30952026-03-11T21:45:49.569Z[ helios-setup] Mar 11 21:45:48.558 INFO E| Downloaded syn v2.0.108
30962026-03-11T21:45:49.683Z[ helios-setup] Mar 11 21:45:48.671 INFO E| Downloaded rustix v1.1.2
30972026-03-11T21:45:49.767Z[ helios-setup] Mar 11 21:45:48.755 INFO E| Downloaded libc v0.2.177
30982026-03-11T21:45:49.786Z[ helios-setup] Mar 11 21:45:48.774 INFO E| Downloaded tokio v1.48.0
30992026-03-11T21:45:49.889Z[ helios-setup] Mar 11 21:45:48.878 INFO E| Compiling proc-macro2 v1.0.103
31002026-03-11T21:45:49.895Z[ helios-setup] Mar 11 21:45:48.884 INFO E| Compiling unicode-ident v1.0.22
31012026-03-11T21:45:49.895Z[ helios-setup] Mar 11 21:45:48.884 INFO E| Compiling quote v1.0.41
31022026-03-11T21:45:49.899Z[ helios-setup] Mar 11 21:45:48.884 INFO E| Compiling libc v0.2.177
31032026-03-11T21:45:49.899Z[ helios-setup] Mar 11 21:45:48.884 INFO E| Compiling serde_core v1.0.228
31042026-03-11T21:45:49.899Z[ helios-setup] Mar 11 21:45:48.884 INFO E| Compiling cfg-if v1.0.4
31052026-03-11T21:45:49.899Z[ helios-setup] Mar 11 21:45:48.884 INFO E| Compiling serde v1.0.228
31062026-03-11T21:45:49.899Z[ helios-setup] Mar 11 21:45:48.884 INFO E| Compiling version_check v0.9.5
31072026-03-11T21:45:50.162Z[ helios-setup] Mar 11 21:45:49.149 INFO E| Compiling autocfg v1.5.0
31082026-03-11T21:45:50.325Z[ helios-setup] Mar 11 21:45:49.313 INFO E| Compiling typenum v1.19.0
31092026-03-11T21:45:50.640Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31102026-03-11T21:45:50.973Z[ helios-setup] Mar 11 21:45:49.961 INFO E| Compiling const-oid v0.9.6
31112026-03-11T21:45:51.154Z[ helios-setup] Mar 11 21:45:50.142 INFO E| Compiling generic-array v0.14.9
31122026-03-11T21:45:51.248Z[ helios-setup] Mar 11 21:45:50.236 INFO E| Compiling libm v0.2.15
31132026-03-11T21:45:51.293Z[ helios-setup] Mar 11 21:45:50.281 INFO E| Compiling num-traits v0.2.19
31142026-03-11T21:45:51.967Z[ helios-setup] Mar 11 21:45:50.954 INFO E| Compiling zerocopy v0.8.27
31152026-03-11T21:45:52.311Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31162026-03-11T21:45:52.578Z[ helios-setup] Mar 11 21:45:51.566 INFO E| Compiling rustversion v1.0.22
31172026-03-11T21:45:52.604Z[ helios-setup] Mar 11 21:45:51.592 INFO E| Compiling base64ct v1.8.0
31182026-03-11T21:45:53.532Z[ helios-setup] Mar 11 21:45:52.520 INFO E| Compiling zeroize v1.8.2
31192026-03-11T21:45:53.729Z[ helios-setup] Mar 11 21:45:52.717 INFO E| Compiling syn v2.0.108
31202026-03-11T21:45:53.875Z[ helios-setup] Mar 11 21:45:52.863 INFO E| Compiling smallvec v1.15.1
31212026-03-11T21:45:53.913Z[ helios-setup] Mar 11 21:45:52.885 INFO E| Compiling pem-rfc7468 v0.7.0
31222026-03-11T21:45:54.009Z[ helios-setup] Mar 11 21:45:52.996 INFO E| Compiling getrandom v0.2.16
31232026-03-11T21:45:54.699Z[ helios-setup] Mar 11 21:45:53.687 INFO E| Compiling crc32fast v1.5.0
31242026-03-11T21:45:54.862Z[ helios-setup] Mar 11 21:45:53.850 INFO E| Compiling utf8parse v0.2.2
31252026-03-11T21:45:55.375Z[ helios-setup] Mar 11 21:45:54.363 INFO E| Compiling crypto-common v0.1.6
31262026-03-11T21:45:55.539Z[ helios-setup] Mar 11 21:45:54.527 INFO E| Compiling block-buffer v0.10.4
31272026-03-11T21:45:55.689Z[ helios-setup] Mar 11 21:45:54.677 INFO E| Compiling flagset v0.4.7
31282026-03-11T21:45:55.813Z[ helios-setup] Mar 11 21:45:54.801 INFO E| Compiling digest v0.10.7
31292026-03-11T21:45:55.908Z[ helios-setup] Mar 11 21:45:54.896 INFO E| Compiling anyhow v1.0.100
31302026-03-11T21:45:55.999Z[ helios-setup] Mar 11 21:45:54.987 INFO E| Compiling memchr v2.7.6
31312026-03-11T21:45:56.066Z[ helios-setup] Mar 11 21:45:55.053 INFO E| Compiling equivalent v1.0.2
31322026-03-11T21:45:56.147Z[ host-package] Compiling convert_case v0.10.0
31332026-03-11T21:45:56.326Z[ helios-setup] Mar 11 21:45:55.313 INFO E| Compiling byteorder v1.5.0
31342026-03-11T21:45:56.367Z[ helios-setup] Mar 11 21:45:55.355 INFO E| Compiling rustix v1.1.2
31352026-03-11T21:45:56.373Z[ helios-setup] Mar 11 21:45:55.361 INFO E| Compiling winnow v0.7.13
31362026-03-11T21:45:56.989Z[ helios-setup] Mar 11 21:45:55.976 INFO E| Compiling bitflags v2.10.0
31372026-03-11T21:45:57.038Z[ host-package] Compiling derive_more-impl v2.1.1
31382026-03-11T21:45:57.062Z[ helios-setup] Mar 11 21:45:56.050 INFO E| Compiling hashbrown v0.16.0
31392026-03-11T21:45:57.405Z[ host-package] Compiling qorb v0.4.1
31402026-03-11T21:45:57.682Z[ helios-setup] Mar 11 21:45:56.670 INFO E| Compiling anstyle-parse v0.2.7
31412026-03-11T21:45:57.862Z[ helios-setup] Mar 11 21:45:56.849 INFO E| Compiling rand_core v0.6.4
31422026-03-11T21:45:58.191Z[ helios-setup] Mar 11 21:45:57.178 INFO E| Compiling errno v0.3.14
31432026-03-11T21:45:58.321Z[ helios-setup] Mar 11 21:45:57.308 INFO E| Compiling indexmap v2.12.0
31442026-03-11T21:45:58.336Z[ helios-setup] Mar 11 21:45:57.324 INFO E| Compiling allocator-api2 v0.2.21
31452026-03-11T21:45:58.430Z[ helios-setup] Mar 11 21:45:57.418 INFO E| Compiling find-msvc-tools v0.1.4
31462026-03-11T21:45:58.597Z[ helios-setup] Mar 11 21:45:57.585 INFO E| Compiling shlex v1.3.0
31472026-03-11T21:45:58.808Z[ helios-setup] Mar 11 21:45:57.796 INFO E| Compiling radium v0.7.0
31482026-03-11T21:45:58.955Z[ host-package] Compiling progenitor-macro v0.11.2
31492026-03-11T21:45:59.009Z[ helios-setup] Mar 11 21:45:57.997 INFO E| Compiling colorchoice v1.0.4
31502026-03-11T21:45:59.049Z[ helios-setup] Mar 11 21:45:58.036 INFO E| Compiling cpufeatures v0.2.17
31512026-03-11T21:45:59.116Z[ helios-setup] Mar 11 21:45:58.103 INFO E| Compiling anstyle-query v1.1.4
31522026-03-11T21:45:59.142Z[ helios-setup] Mar 11 21:45:58.130 INFO E| Compiling anstyle v1.0.13
31532026-03-11T21:45:59.405Z[ helios-setup] Mar 11 21:45:58.392 INFO E| Compiling syn v1.0.109
31542026-03-11T21:45:59.455Z[ helios-setup] Mar 11 21:45:58.443 INFO E| Compiling is_terminal_polyfill v1.70.2
31552026-03-11T21:45:59.676Z[ helios-setup] Mar 11 21:45:58.664 INFO E| Compiling toml_datetime v0.7.3
31562026-03-11T21:45:59.890Z[ helios-setup] Mar 11 21:45:58.877 INFO E| Compiling anstream v0.6.21
31572026-03-11T21:45:59.936Z[ helios-setup] Mar 11 21:45:58.924 INFO E| Compiling sha2 v0.10.9
31582026-03-11T21:45:59.944Z[ helios-setup] Mar 11 21:45:58.932 INFO E| Compiling cc v1.2.44
31592026-03-11T21:46:01.015Z[ helios-setup] Mar 11 21:46:00.002 INFO E| Compiling toml_parser v1.0.4
31602026-03-11T21:46:01.230Z[ helios-setup] Mar 11 21:46:00.217 INFO E| Compiling slog v2.8.2
31612026-03-11T21:46:01.755Z[ helios-setup] Mar 11 21:46:00.742 INFO E| Compiling unicode-width v0.2.2
31622026-03-11T21:46:02.333Z[ helios-setup] Mar 11 21:46:01.319 INFO E| Compiling toml_edit v0.23.7
31632026-03-11T21:46:02.729Z[ helios-setup] Mar 11 21:46:01.717 INFO E| Compiling pin-project-lite v0.2.16
31642026-03-11T21:46:02.759Z[ helios-setup] Mar 11 21:46:01.747 INFO E| Compiling tap v1.0.1
31652026-03-11T21:46:02.782Z[ helios-setup] Mar 11 21:46:01.769 INFO E| Compiling parking_lot_core v0.9.12
31662026-03-11T21:46:02.923Z[ helios-setup] Mar 11 21:46:01.910 INFO E| Compiling maybe-uninit v2.0.0
31672026-03-11T21:46:03.012Z[ helios-setup] Mar 11 21:46:01.999 INFO E| Compiling futures-sink v0.3.31
31682026-03-11T21:46:03.048Z[ helios-setup] Mar 11 21:46:02.036 INFO E| Compiling pkg-config v0.3.32
31692026-03-11T21:46:03.190Z[ helios-setup] Mar 11 21:46:02.177 INFO E| Compiling futures-core v0.3.31
31702026-03-11T21:46:03.270Z[ helios-setup] Mar 11 21:46:02.258 INFO E| Compiling wyz v0.5.1
31712026-03-11T21:46:03.469Z[ helios-setup] Mar 11 21:46:02.456 INFO E| Compiling getopts v0.2.24
31722026-03-11T21:46:03.559Z[ helios-setup] Mar 11 21:46:02.546 INFO E| Compiling terminal_size v0.4.3
31732026-03-11T21:46:03.937Z[ helios-setup] Mar 11 21:46:02.924 INFO E| Compiling futures-channel v0.3.31
31742026-03-11T21:46:04.089Z[ helios-setup] Mar 11 21:46:03.076 INFO E| Compiling num-integer v0.1.46
31752026-03-11T21:46:04.160Z[ helios-setup] Mar 11 21:46:03.148 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31762026-03-11T21:46:04.638Z[ helios-setup] Mar 11 21:46:03.625 INFO E| Compiling proc-macro-crate v3.4.0
31772026-03-11T21:46:04.778Z[ helios-setup] Mar 11 21:46:03.765 INFO E| Compiling ahash v0.8.12
31782026-03-11T21:46:04.830Z[ helios-setup] Mar 11 21:46:03.817 INFO E| Compiling serde_derive v1.0.228
31792026-03-11T21:46:05.201Z[ helios-setup] Mar 11 21:46:04.188 INFO E| Compiling zerocopy-derive v0.8.27
31802026-03-11T21:46:05.376Z[ helios-setup] Mar 11 21:46:04.363 INFO E| Compiling der_derive v0.7.3
31812026-03-11T21:46:05.466Z[ helios-setup] Mar 11 21:46:04.453 INFO E| Compiling futures-macro v0.3.31
31822026-03-11T21:46:05.738Z[ helios-setup] Mar 11 21:46:04.726 INFO E| Compiling num-bigint-dig v0.8.4
31832026-03-11T21:46:05.754Z[ helios-setup] Mar 11 21:46:04.741 INFO E| Compiling packed_struct v0.10.1
31842026-03-11T21:46:06.158Z[ helios-setup] Mar 11 21:46:05.145 INFO E| Compiling slab v0.4.11
31852026-03-11T21:46:06.405Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31862026-03-11T21:46:06.430Z[ helios-setup] Mar 11 21:46:05.417 INFO E| Compiling itoa v1.0.15
31872026-03-11T21:46:06.459Z[ helios-setup] Mar 11 21:46:05.442 INFO E| Compiling spin v0.9.8
31882026-03-11T21:46:06.680Z[ helios-setup] Mar 11 21:46:05.664 INFO E| Compiling num-conv v0.1.0
31892026-03-11T21:46:06.687Z[ helios-setup] Mar 11 21:46:05.674 INFO E| Compiling funty v2.0.0
31902026-03-11T21:46:06.941Z[ helios-setup] Mar 11 21:46:05.923 INFO E| Compiling time-core v0.1.6
31912026-03-11T21:46:06.961Z[ helios-setup] Mar 11 21:46:05.948 INFO E| Compiling futures-task v0.3.31
31922026-03-11T21:46:07.097Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31932026-03-11T21:46:07.307Z[ helios-setup] Mar 11 21:46:06.292 INFO E| Compiling getrandom v0.3.4
31942026-03-11T21:46:07.362Z[ helios-setup] Mar 11 21:46:06.348 INFO E| Compiling pin-utils v0.1.0
31952026-03-11T21:46:07.462Z[ helios-setup] Mar 11 21:46:06.448 INFO E| Compiling heck v0.5.0
31962026-03-11T21:46:08.011Z[ helios-setup] Mar 11 21:46:06.997 INFO E| Compiling powerfmt v0.2.0
31972026-03-11T21:46:08.157Z[ helios-setup] Mar 11 21:46:07.143 INFO E| Compiling bytes v1.10.1
31982026-03-11T21:46:08.398Z[ helios-setup] Mar 11 21:46:07.385 INFO E| Compiling der v0.7.10
31992026-03-11T21:46:08.796Z[ helios-setup] Mar 11 21:46:07.783 INFO E| Compiling clap_lex v0.7.6
32002026-03-11T21:46:08.942Z[ helios-setup] Mar 11 21:46:07.929 INFO E| Compiling thiserror v1.0.69
32012026-03-11T21:46:09.439Z[ host-package] Compiling progenitor-client v0.11.2
32022026-03-11T21:46:09.654Z[ helios-setup] Mar 11 21:46:08.640 INFO E| Compiling futures-io v0.3.31
32032026-03-11T21:46:09.791Z[ helios-setup] Mar 11 21:46:08.778 INFO E| Compiling strsim v0.11.1
32042026-03-11T21:46:09.855Z[ helios-setup] Mar 11 21:46:08.842 INFO E| Compiling scopeguard v1.2.0
32052026-03-11T21:46:10.068Z[ helios-setup] Mar 11 21:46:09.053 INFO E| Compiling lock_api v0.4.14
32062026-03-11T21:46:10.128Z[ helios-setup] Mar 11 21:46:09.114 INFO E| Compiling futures-util v0.3.31
32072026-03-11T21:46:10.429Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32082026-03-11T21:46:10.707Z[ helios-setup] Mar 11 21:46:09.694 INFO E| Compiling clap_builder v4.5.51
32092026-03-11T21:46:11.039Z[ host-package] Compiling derive_more v2.1.1
32102026-03-11T21:46:11.215Z[ helios-setup] Mar 11 21:46:10.201 INFO E| Compiling deranged v0.5.5
32112026-03-11T21:46:11.301Z[ host-package] Compiling progenitor v0.11.2
32122026-03-11T21:46:11.476Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32132026-03-11T21:46:11.649Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32142026-03-11T21:46:11.816Z[ helios-setup] Mar 11 21:46:10.803 INFO E| Compiling spki v0.7.3
32152026-03-11T21:46:11.972Z[ host-package] Compiling termtree v0.5.1
32162026-03-11T21:46:12.381Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32172026-03-11T21:46:12.386Z[ helios-setup] Mar 11 21:46:11.356 INFO E| Compiling packed_struct_codegen v0.10.1
32182026-03-11T21:46:12.623Z[ helios-setup] Mar 11 21:46:11.609 INFO E| Compiling pkcs8 v0.10.2
32192026-03-11T21:46:12.819Z[ host-package] Compiling crossterm v0.29.0
32202026-03-11T21:46:13.066Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32212026-03-11T21:46:13.764Z[ helios-setup] Mar 11 21:46:12.751 INFO E| Compiling ppv-lite86 v0.2.21
32222026-03-11T21:46:14.061Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32232026-03-11T21:46:14.173Z[ helios-setup] Mar 11 21:46:13.159 INFO E| Compiling erased-serde v0.3.31
32242026-03-11T21:46:14.267Z[ helios-setup] Mar 11 21:46:13.253 INFO E| Compiling clap_derive v4.5.49
32252026-03-11T21:46:14.958Z[ helios-setup] Mar 11 21:46:13.945 INFO E| Compiling rand_chacha v0.3.1
32262026-03-11T21:46:15.291Z[ helios-setup] Mar 11 21:46:14.277 INFO E| Compiling bitvec v1.0.1
32272026-03-11T21:46:15.618Z[ helios-setup] Mar 11 21:46:14.604 INFO E| Compiling rand v0.8.5
32282026-03-11T21:46:16.328Z[ helios-setup] Mar 11 21:46:15.314 INFO E| Compiling time-macros v0.2.24
32292026-03-11T21:46:16.343Z[ helios-setup] Mar 11 21:46:15.329 INFO E| Compiling lazy_static v1.5.0
32302026-03-11T21:46:16.545Z[ helios-setup] Mar 11 21:46:15.531 INFO E| Compiling num_enum_derive v0.7.5
32312026-03-11T21:46:17.309Z[ helios-setup] Mar 11 21:46:16.296 INFO E| Compiling bitfield-macros v0.19.3
32322026-03-11T21:46:17.419Z[ helios-setup] Mar 11 21:46:16.405 INFO E| Compiling thiserror-impl v1.0.69
32332026-03-11T21:46:19.490Z[ helios-setup] Mar 11 21:46:18.476 INFO E| Compiling zerocopy-derive v0.6.6
32342026-03-11T21:46:19.749Z[ helios-setup] Mar 11 21:46:18.735 INFO E| Compiling num-iter v0.1.45
32352026-03-11T21:46:19.915Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32362026-03-11T21:46:20.015Z[ helios-setup] Mar 11 21:46:19.001 INFO E| Compiling indexmap v1.9.3
32372026-03-11T21:46:20.457Z[ helios-setup] Mar 11 21:46:19.442 INFO E| Compiling adler2 v2.0.1
32382026-03-11T21:46:20.703Z[ helios-setup] Mar 11 21:46:19.689 INFO E| Compiling serde_json v1.0.145
32392026-03-11T21:46:20.732Z[ helios-setup] Mar 11 21:46:19.717 INFO E| Compiling iana-time-zone v0.1.64
32402026-03-11T21:46:21.001Z[ helios-setup] Mar 11 21:46:19.985 INFO E| Compiling thiserror v2.0.17
32412026-03-11T21:46:21.101Z[ helios-setup] Mar 11 21:46:20.077 INFO E| Compiling nodrop v0.1.14
32422026-03-11T21:46:21.223Z[ helios-setup] Mar 11 21:46:20.207 INFO E| Compiling log v0.4.28
32432026-03-11T21:46:21.244Z[ host-package] Compiling phf_shared v0.12.1
32442026-03-11T21:46:21.455Z[ helios-setup] Mar 11 21:46:20.441 INFO E| Compiling crc-catalog v2.4.0
32452026-03-11T21:46:21.494Z[ helios-setup] Mar 11 21:46:20.480 INFO E| Compiling once_cell v1.21.3
32462026-03-11T21:46:21.530Z[ host-package] Compiling csv-core v0.1.13
32472026-03-11T21:46:21.679Z[ host-package] Compiling vte v0.14.1
32482026-03-11T21:46:21.774Z[ helios-setup] Mar 11 21:46:20.760 INFO E| Compiling simd-adler32 v0.3.7
32492026-03-11T21:46:22.034Z[ helios-setup] Mar 11 21:46:21.019 INFO E| Compiling zerocopy v0.6.6
32502026-03-11T21:46:22.075Z[ host-package] Compiling highway v1.3.0
32512026-03-11T21:46:22.435Z[ host-package] Compiling chrono-tz v0.10.4
32522026-03-11T21:46:22.505Z[ helios-setup] Mar 11 21:46:21.491 INFO E| Compiling time v0.3.44
32532026-03-11T21:46:22.627Z[ helios-setup] Mar 11 21:46:21.613 INFO E| Compiling miniz_oxide v0.8.9
32542026-03-11T21:46:22.826Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32552026-03-11T21:46:22.878Z[ helios-setup] Mar 11 21:46:21.848 INFO E| Compiling env_filter v0.1.4
32562026-03-11T21:46:22.915Z[ helios-setup] Mar 11 21:46:21.901 INFO E| Compiling crc v3.3.0
32572026-03-11T21:46:23.107Z[ helios-setup] Mar 11 21:46:22.092 INFO E| Compiling array-init v0.0.4
32582026-03-11T21:46:23.167Z[ host-package] Compiling tough v0.20.0
32592026-03-11T21:46:23.567Z[ host-package] Compiling strip-ansi-escapes v0.2.1
32602026-03-11T21:46:23.705Z[ helios-setup] Mar 11 21:46:22.691 INFO E| Compiling chrono v0.4.42
32612026-03-11T21:46:24.615Z[ helios-setup] Mar 11 21:46:23.601 INFO E| Compiling clap v4.5.51
32622026-03-11T21:46:24.858Z[ helios-setup] Mar 11 21:46:23.844 INFO E| Compiling parking_lot v0.12.5
32632026-03-11T21:46:25.393Z[ host-package] Compiling csv v1.4.0
32642026-03-11T21:46:26.454Z[ helios-setup] Mar 11 21:46:25.439 INFO E| Compiling smallvec v0.6.14
32652026-03-11T21:46:26.647Z[ host-package] Compiling phf v0.12.1
32662026-03-11T21:46:26.856Z[ helios-setup] Mar 11 21:46:25.841 INFO E| Compiling bitfield v0.19.3
32672026-03-11T21:46:27.240Z[ helios-setup] Mar 11 21:46:26.226 INFO E| Compiling num_enum v0.7.5
32682026-03-11T21:46:27.285Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32692026-03-11T21:46:27.583Z[ helios-setup] Mar 11 21:46:26.569 INFO E| Compiling futures-executor v0.3.31
32702026-03-11T21:46:27.844Z[ helios-setup] Mar 11 21:46:26.829 INFO E| Compiling serde_spanned v0.6.9
32712026-03-11T21:46:27.950Z[ helios-setup] Mar 11 21:46:26.936 INFO E| Compiling toml_datetime v0.6.11
32722026-03-11T21:46:28.028Z[ host-package] Compiling const_format_proc_macros v0.2.34
32732026-03-11T21:46:28.437Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32742026-03-11T21:46:28.478Z[ helios-setup] Mar 11 21:46:27.463 INFO E| Compiling pkcs1 v0.7.5
32752026-03-11T21:46:28.776Z[ helios-setup] Mar 11 21:46:27.761 INFO E| Compiling thiserror-impl v2.0.17
32762026-03-11T21:46:29.090Z[ helios-setup] Mar 11 21:46:28.072 INFO E| Compiling tokio-macros v2.6.0
32772026-03-11T21:46:29.780Z[ helios-setup] Mar 11 21:46:28.765 INFO E| Compiling signature v2.2.0
32782026-03-11T21:46:29.830Z[ host-package] Compiling papergrid v0.11.0
32792026-03-11T21:46:30.045Z[ helios-setup] Mar 11 21:46:29.030 INFO E| Compiling serde_spanned v1.0.3
32802026-03-11T21:46:30.199Z[ host-package] Compiling fd-lock v4.0.4
32812026-03-11T21:46:30.893Z[ host-package] Compiling peg-macros v0.8.5
32822026-03-11T21:46:31.157Z[ host-package] Compiling tabled_derive v0.7.0
32832026-03-11T21:46:31.251Z[ helios-setup] Mar 11 21:46:30.236 INFO E| Compiling mio v1.1.0
32842026-03-11T21:46:31.541Z[ helios-setup] Mar 11 21:46:30.526 INFO E| Compiling signal-hook-registry v1.4.6
32852026-03-11T21:46:31.776Z[ helios-setup] Mar 11 21:46:30.762 INFO E| Compiling is-terminal v0.4.17
32862026-03-11T21:46:31.937Z[ helios-setup] Mar 11 21:46:30.923 INFO E| Compiling socket2 v0.6.1
32872026-03-11T21:46:32.554Z[ helios-setup] Mar 11 21:46:31.540 INFO E| Compiling thread_local v1.1.9
32882026-03-11T21:46:32.712Z[ helios-setup] Mar 11 21:46:31.697 INFO E| Compiling subtle v2.6.1
32892026-03-11T21:46:32.792Z[ helios-setup] Mar 11 21:46:31.777 INFO E| Compiling winnow v0.5.40
32902026-03-11T21:46:33.088Z[ helios-setup] Mar 11 21:46:32.073 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
32912026-03-11T21:46:33.315Z[ helios-setup] Mar 11 21:46:32.300 INFO E| Compiling libdevinfo-sys v1.1.0
32922026-03-11T21:46:33.468Z[ helios-setup] Mar 11 21:46:32.453 INFO E| Compiling base64 v0.21.7
32932026-03-11T21:46:33.584Z[ helios-setup] Mar 11 21:46:32.569 INFO E| Compiling ryu v1.0.20
32942026-03-11T21:46:33.785Z[ helios-setup] Mar 11 21:46:32.770 INFO E| Compiling hashbrown v0.12.3
32952026-03-11T21:46:33.837Z[ helios-setup] Mar 11 21:46:32.822 INFO E| Compiling term v1.2.0
32962026-03-11T21:46:33.918Z[ helios-setup] Mar 11 21:46:32.903 INFO E| Compiling toml_writer v1.0.4
32972026-03-11T21:46:33.992Z[ host-package] Compiling nu-ansi-term v0.50.3
32982026-03-11T21:46:34.128Z[ host-package] Compiling tabled v0.15.0
32992026-03-11T21:46:34.646Z[ helios-setup] Mar 11 21:46:33.630 INFO E| Compiling toml v0.9.8
33002026-03-11T21:46:34.679Z[ helios-setup] Mar 11 21:46:33.664 INFO E| Compiling slog-term v2.9.2
33012026-03-11T21:46:34.686Z[ helios-setup] Mar 11 21:46:33.671 INFO E| Compiling ron v0.8.1
33022026-03-11T21:46:35.004Z[ host-package] Compiling peg v0.8.5
33032026-03-11T21:46:35.091Z[ host-package] Compiling reedline v0.40.0
33042026-03-11T21:46:35.663Z[ host-package] Compiling const_format v0.2.35
33052026-03-11T21:46:37.032Z[ helios-setup] Mar 11 21:46:36.016 INFO E| Compiling toml_edit v0.19.15
33062026-03-11T21:46:37.346Z[ helios-setup] Mar 11 21:46:36.331 INFO E| Compiling devinfo v0.1.0
33072026-03-11T21:46:37.968Z[ helios-setup] Mar 11 21:46:36.952 INFO E| Compiling rsa v0.9.8
33082026-03-11T21:46:38.821Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33092026-03-11T21:46:38.935Z[ helios-setup] Mar 11 21:46:37.920 INFO E| Compiling tokio v1.48.0
33102026-03-11T21:46:39.104Z[ helios-setup] Mar 11 21:46:38.088 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33112026-03-11T21:46:40.286Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33122026-03-11T21:46:40.534Z[ helios-setup] Mar 11 21:46:39.518 INFO E| Compiling uuid v1.18.1
33132026-03-11T21:46:41.099Z[ helios-setup] Mar 11 21:46:40.084 INFO E| Compiling futures v0.3.31
33142026-03-11T21:46:41.205Z[ helios-setup] Mar 11 21:46:40.189 INFO E| Compiling serde-hex v0.1.0
33152026-03-11T21:46:42.356Z[ helios-setup] Mar 11 21:46:41.340 INFO E| Compiling flate2 v1.1.5
33162026-03-11T21:46:43.420Z[ helios-setup] Mar 11 21:46:42.404 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33172026-03-11T21:46:43.648Z[ host-package] Compiling bcs v0.1.6
33182026-03-11T21:46:44.026Z[ helios-setup] Mar 11 21:46:43.009 INFO E| Compiling env_logger v0.11.8
33192026-03-11T21:46:44.039Z[ helios-setup] Mar 11 21:46:43.023 INFO E| Compiling bzip2 v0.4.4
33202026-03-11T21:46:44.214Z[ helios-setup] Mar 11 21:46:43.198 INFO E| Compiling hashbrown v0.13.2
33212026-03-11T21:46:44.940Z[ helios-setup] Mar 11 21:46:43.924 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33222026-03-11T21:46:45.038Z[ host-package] Compiling semver v0.1.20
33232026-03-11T21:46:45.969Z[ helios-setup] Mar 11 21:46:44.953 INFO E| Compiling x509-cert v0.2.5
33242026-03-11T21:46:46.015Z[ helios-setup] Mar 11 21:46:44.998 INFO E| Compiling foldhash v0.2.0
33252026-03-11T21:46:46.081Z[ helios-setup] Mar 11 21:46:45.065 INFO E| Compiling rustc-hash v2.1.1
33262026-03-11T21:46:46.688Z[ helios-setup] Mar 11 21:46:45.665 INFO E| Compiling crc-any v2.5.0
33272026-03-11T21:46:46.841Z[ host-package] Compiling rustc_version v0.1.7
33282026-03-11T21:46:46.931Z[ helios-setup] Mar 11 21:46:45.915 INFO E| Compiling bitflags v1.3.2
33292026-03-11T21:46:47.038Z[ helios-setup] Mar 11 21:46:46.022 INFO E| Compiling hex v0.4.3
33302026-03-11T21:46:47.064Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33312026-03-11T21:46:47.584Z[ host-package] Compiling newtype_derive v0.1.6
33322026-03-11T21:46:47.747Z[ host-package] Compiling humantime v2.3.0
33332026-03-11T21:46:47.799Z[ helios-setup] Mar 11 21:46:46.783 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33342026-03-11T21:46:47.825Z[ helios-setup] Mar 11 21:46:46.809 INFO E| Compiling iddqd v0.3.14
33352026-03-11T21:46:47.921Z[ helios-setup] Mar 11 21:46:46.905 INFO E| Compiling object v0.30.4
33362026-03-11T21:46:47.971Z[ helios-setup] Mar 11 21:46:46.955 INFO E| Compiling zip v0.6.6
33372026-03-11T21:46:47.997Z[ host-package] Compiling smawk v0.3.2
33382026-03-11T21:46:48.422Z[ host-package] Compiling unicode-linebreak v0.1.5
33392026-03-11T21:46:48.830Z[ host-package] Compiling dropshot-api-manager-types v0.5.2
33402026-03-11T21:46:49.216Z[ host-package] Compiling textwrap v0.16.2
33412026-03-11T21:46:49.271Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33422026-03-11T21:46:49.545Z[ helios-setup] Mar 11 21:46:48.529 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-03-11T21:46:50.544Z[ helios-setup] Mar 11 21:46:49.528 INFO E| Compiling toml v0.7.8
33442026-03-11T21:46:51.037Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33452026-03-11T21:46:51.217Z[ helios-setup] Mar 11 21:46:50.200 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33462026-03-11T21:46:51.529Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33472026-03-11T21:46:52.394Z[ helios-setup] Mar 11 21:46:51.378 INFO E| Compiling path-slash v0.1.5
33482026-03-11T21:46:52.488Z[ helios-setup] Mar 11 21:46:51.471 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33492026-03-11T21:46:52.691Z[ helios-setup] Mar 11 21:46:51.674 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33502026-03-11T21:46:53.018Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33512026-03-11T21:46:53.089Z[ host-package] Compiling steno v0.4.1
33522026-03-11T21:46:53.169Z[ host-package] Compiling utf-8 v0.7.6
33532026-03-11T21:46:54.090Z[ host-package] Compiling tagptr v0.2.0
33542026-03-11T21:46:54.284Z[ helios-setup] Mar 11 21:46:53.267 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33552026-03-11T21:46:54.940Z[ host-package] Compiling moka v0.12.13
33562026-03-11T21:46:56.143Z[ host-package] Compiling tungstenite v0.21.0
33572026-03-11T21:46:57.893Z[ helios-setup] Mar 11 21:46:56.876 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33582026-03-11T21:47:00.040Z[ host-package] Compiling hickory-resolver v0.25.2
33592026-03-11T21:47:00.370Z[ host-package] Compiling tokio-tungstenite v0.21.0
33602026-03-11T21:47:01.429Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33612026-03-11T21:47:01.792Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
33622026-03-11T21:47:02.757Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33632026-03-11T21:47:04.892Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33642026-03-11T21:47:09.352Z[ helios-setup] Mar 11 21:47:08.334 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33652026-03-11T21:47:09.506Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33662026-03-11T21:47:10.780Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33672026-03-11T21:47:12.626Z[ host-package] Compiling num-derive v0.3.3
33682026-03-11T21:47:12.823Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33692026-03-11T21:47:13.547Z[ host-package] Compiling proc-macro-error2 v2.0.1
33702026-03-11T21:47:13.927Z[ host-package] Compiling libscf-sys v1.1.0
33712026-03-11T21:47:14.014Z[ host-package] Compiling nix v0.31.1
33722026-03-11T21:47:14.298Z[ host-package] Compiling vergen-gitcl v1.0.8
33732026-03-11T21:47:14.456Z[ host-package] Compiling dirs-sys-next v0.1.2
33742026-03-11T21:47:14.939Z[ host-package] Compiling glob v0.3.3
33752026-03-11T21:47:15.064Z[ host-package] Compiling maplit v1.0.2
33762026-03-11T21:47:15.212Z[ host-package] Compiling crunchy v0.2.4
33772026-03-11T21:47:15.346Z[ host-package] Compiling dirs-next v2.0.0
33782026-03-11T21:47:15.903Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33792026-03-11T21:47:15.993Z[ host-package] Compiling clang-sys v1.8.1
33802026-03-11T21:47:16.580Z[ host-package] Compiling tabled_derive v0.11.0
33812026-03-11T21:47:17.302Z[ host-package] Compiling papergrid v0.17.0
33822026-03-11T21:47:17.598Z[ host-package] Compiling testing_table v0.3.0
33832026-03-11T21:47:18.231Z[ host-package] Compiling dsl_auto_type v0.1.3
33842026-03-11T21:47:18.890Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33852026-03-11T21:47:19.023Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
33862026-03-11T21:47:19.362Z[ host-package] Compiling tiny-keccak v2.0.2
33872026-03-11T21:47:19.866Z[ host-package] Compiling diesel_derives v2.2.7
33882026-03-11T21:47:20.132Z[ host-package] Compiling r2d2 v0.8.10
33892026-03-11T21:47:20.540Z[ host-package] Compiling tabled v0.20.0
33902026-03-11T21:47:21.012Z[ host-package] Compiling term v0.7.0
33912026-03-11T21:47:23.318Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33922026-03-11T21:47:23.857Z[ host-package] Compiling arc-swap v1.8.2
33932026-03-11T21:47:24.559Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33942026-03-11T21:47:24.997Z[ host-package] Compiling bit-vec v0.6.3
33952026-03-11T21:47:25.601Z[ host-package] Compiling xshell-macros v0.2.7
33962026-03-11T21:47:26.016Z[ host-package] Compiling bit-set v0.5.3
33972026-03-11T21:47:26.169Z[ host-package] Compiling xshell v0.2.7
33982026-03-11T21:47:26.334Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33992026-03-11T21:47:26.807Z[ helios-setup] Mar 11 21:47:25.788 INFO E| Finished `release` profile [optimized] target(s) in 1m 39s
34002026-03-11T21:47:26.807Z[ helios-setup] Mar 11 21:47:25.788 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
34012026-03-11T21:47:26.811Z[ helios-setup] Mar 11 21:47:25.790 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34022026-03-11T21:47:26.872Z[ helios-setup] Mar 11 21:47:25.853 INFO building project "pilot" ok (99 seconds)
34032026-03-11T21:47:26.872Z[ helios-setup] Mar 11 21:47:25.853 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
34042026-03-11T21:47:26.938Z[ helios-setup] Mar 11 21:47:25.919 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
34052026-03-11T21:47:26.939Z[ helios-setup] Mar 11 21:47:25.919 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34062026-03-11T21:47:26.939Z[ helios-setup] Mar 11 21:47:25.919 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34072026-03-11T21:47:27.155Z[ helios-setup] Mar 11 21:47:26.136 INFO E| Downloading crates ...
34082026-03-11T21:47:27.326Z[ helios-setup] Mar 11 21:47:26.307 INFO E| Downloaded digest v0.10.3
34092026-03-11T21:47:27.330Z[ helios-setup] Mar 11 21:47:26.309 INFO E| Downloaded unicode-width v0.1.10
34102026-03-11T21:47:27.330Z[ helios-setup] Mar 11 21:47:26.311 INFO E| Downloaded generic-array v0.14.6
34112026-03-11T21:47:27.334Z[ helios-setup] Mar 11 21:47:26.312 INFO E| Downloaded cpufeatures v0.2.5
34122026-03-11T21:47:27.334Z[ helios-setup] Mar 11 21:47:26.313 INFO E| Downloaded block-buffer v0.10.3
34132026-03-11T21:47:27.334Z[ helios-setup] Mar 11 21:47:26.314 INFO E| Downloaded anyhow v1.0.62
34142026-03-11T21:47:27.337Z[ helios-setup] Mar 11 21:47:26.318 INFO E| Downloaded typenum v1.15.0
34152026-03-11T21:47:27.341Z[ helios-setup] Mar 11 21:47:26.320 INFO E| Downloaded sha2 v0.10.5
34162026-03-11T21:47:27.341Z[ helios-setup] Mar 11 21:47:26.321 INFO E| Downloaded miniz_oxide v0.6.2
34172026-03-11T21:47:27.344Z[ helios-setup] Mar 11 21:47:26.323 INFO E| Downloaded flate2 v1.0.25
34182026-03-11T21:47:27.348Z[ helios-setup] Mar 11 21:47:26.327 INFO E| Downloaded bytes v1.2.1
34192026-03-11T21:47:27.400Z[ helios-setup] Mar 11 21:47:26.381 INFO E| Compiling typenum v1.15.0
34202026-03-11T21:47:27.497Z[ helios-setup] Mar 11 21:47:26.477 INFO E| Compiling version_check v0.9.4
34212026-03-11T21:47:27.497Z[ helios-setup] Mar 11 21:47:26.477 INFO E| Compiling crc32fast v1.3.2
34222026-03-11T21:47:27.497Z[ helios-setup] Mar 11 21:47:26.477 INFO E| Compiling cfg-if v1.0.0
34232026-03-11T21:47:27.500Z[ helios-setup] Mar 11 21:47:26.477 INFO E| Compiling adler v1.0.2
34242026-03-11T21:47:27.500Z[ helios-setup] Mar 11 21:47:26.477 INFO E| Compiling anyhow v1.0.62
34252026-03-11T21:47:27.500Z[ helios-setup] Mar 11 21:47:26.477 INFO E| Compiling cpufeatures v0.2.5
34262026-03-11T21:47:27.500Z[ helios-setup] Mar 11 21:47:26.478 INFO E| Compiling unicode-width v0.1.10
34272026-03-11T21:47:27.964Z[ host-package] Compiling slog-scope v4.4.1
34282026-03-11T21:47:28.049Z[ helios-setup] Mar 11 21:47:27.022 INFO E| Compiling bytes v1.2.1
34292026-03-11T21:47:28.093Z[ host-package] Compiling ascii-canvas v3.0.0
34302026-03-11T21:47:28.178Z[ helios-setup] Mar 11 21:47:27.158 INFO E| Compiling miniz_oxide v0.6.2
34312026-03-11T21:47:28.321Z[ helios-setup] Mar 11 21:47:27.302 INFO E| Compiling getopts v0.2.21
34322026-03-11T21:47:28.436Z[ host-package] Compiling diesel v2.2.12
34332026-03-11T21:47:28.756Z[ helios-setup] Mar 11 21:47:27.736 INFO E| Compiling bitflags v1.3.2
34342026-03-11T21:47:28.871Z[ helios-setup] Mar 11 21:47:27.851 INFO E| Compiling generic-array v0.14.6
34352026-03-11T21:47:29.181Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34362026-03-11T21:47:29.317Z[ helios-setup] Mar 11 21:47:28.297 INFO E| Compiling flate2 v1.0.25
34372026-03-11T21:47:29.804Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34382026-03-11T21:47:30.823Z[ helios-setup] Mar 11 21:47:29.804 INFO E| Compiling block-buffer v0.10.3
34392026-03-11T21:47:30.823Z[ helios-setup] Mar 11 21:47:29.804 INFO E| Compiling crypto-common v0.1.6
34402026-03-11T21:47:30.984Z[ helios-setup] Mar 11 21:47:29.964 INFO E| Compiling digest v0.10.3
34412026-03-11T21:47:31.003Z[ host-package] Compiling itertools v0.10.5
34422026-03-11T21:47:31.223Z[ helios-setup] Mar 11 21:47:30.204 INFO E| Compiling sha2 v0.10.5
34432026-03-11T21:47:31.530Z[ helios-setup] Mar 11 21:47:30.511 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34442026-03-11T21:47:32.971Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34452026-03-11T21:47:34.219Z[ helios-setup] Mar 11 21:47:33.199 INFO E| Finished `release` profile [optimized] target(s) in 7.20s
34462026-03-11T21:47:34.233Z[ helios-setup] Mar 11 21:47:33.213 INFO building project "bootserver" ok (7 seconds)
34472026-03-11T21:47:34.233Z[ helios-setup] Mar 11 21:47:33.213 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
34482026-03-11T21:47:34.299Z[ helios-setup] Mar 11 21:47:33.279 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
34492026-03-11T21:47:34.299Z[ helios-setup] Mar 11 21:47:33.279 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
34502026-03-11T21:47:34.303Z[ helios-setup] Mar 11 21:47:33.279 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
34512026-03-11T21:47:34.416Z[ host-package] Compiling ena v0.14.4
34522026-03-11T21:47:34.493Z[ helios-setup] Mar 11 21:47:33.473 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
34532026-03-11T21:47:34.745Z[ host-package] Compiling libloading v0.8.9
34542026-03-11T21:47:34.898Z[ host-package] Compiling regex-syntax v0.6.29
34552026-03-11T21:47:34.995Z[ helios-setup] Mar 11 21:47:33.975 INFO E| From https://github.com/jclulow/rust-jmclib
34562026-03-11T21:47:34.995Z[ helios-setup] Mar 11 21:47:33.975 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34572026-03-11T21:47:35.011Z[ helios-setup] Mar 11 21:47:33.991 INFO E| Updating crates.io index
34582026-03-11T21:47:35.064Z[ host-package] Compiling bindgen v0.71.1
34592026-03-11T21:47:35.082Z[ helios-setup] Mar 11 21:47:34.062 INFO E| Downloading crates ...
34602026-03-11T21:47:35.180Z[ helios-setup] Mar 11 21:47:34.160 INFO E| Downloaded uuid v0.8.2
34612026-03-11T21:47:35.184Z[ helios-setup] Mar 11 21:47:34.164 INFO E| Downloaded bitflags v2.3.3
34622026-03-11T21:47:35.188Z[ helios-setup] Mar 11 21:47:34.167 INFO E| Downloaded itoa v1.0.9
34632026-03-11T21:47:35.188Z[ helios-setup] Mar 11 21:47:34.168 INFO E| Downloaded fastrand v2.0.0
34642026-03-11T21:47:35.192Z[ helios-setup] Mar 11 21:47:34.169 INFO E| Downloaded digest v0.9.0
34652026-03-11T21:47:35.192Z[ helios-setup] Mar 11 21:47:34.170 INFO E| Downloaded cpufeatures v0.2.9
34662026-03-11T21:47:35.192Z[ helios-setup] Mar 11 21:47:34.172 INFO E| Downloaded sha-1 v0.9.8
34672026-03-11T21:47:35.195Z[ helios-setup] Mar 11 21:47:34.174 INFO E| Downloaded opaque-debug v0.3.0
34682026-03-11T21:47:35.196Z[ helios-setup] Mar 11 21:47:34.175 INFO E| Downloaded block-buffer v0.9.0
34692026-03-11T21:47:35.196Z[ helios-setup] Mar 11 21:47:34.175 INFO E| Downloaded md-5 v0.9.1
34702026-03-11T21:47:35.211Z[ helios-setup] Mar 11 21:47:34.191 INFO E| Downloaded tempfile v3.7.0
34712026-03-11T21:47:35.215Z[ helios-setup] Mar 11 21:47:34.194 INFO E| Downloaded errno v0.3.1
34722026-03-11T21:47:35.215Z[ helios-setup] Mar 11 21:47:34.195 INFO E| Downloaded quote v1.0.31
34732026-03-11T21:47:35.218Z[ helios-setup] Mar 11 21:47:34.197 INFO E| Downloaded libdevinfo-sys v1.0.0
34742026-03-11T21:47:35.247Z[ helios-setup] Mar 11 21:47:34.226 INFO E| Downloaded walkdir v2.3.3
34752026-03-11T21:47:35.250Z[ helios-setup] Mar 11 21:47:34.228 INFO E| Downloaded serde_derive v1.0.193
34762026-03-11T21:47:35.250Z[ helios-setup] Mar 11 21:47:34.230 INFO E| Downloaded ryu v1.0.15
34772026-03-11T21:47:35.254Z[ helios-setup] Mar 11 21:47:34.233 INFO E| Downloaded glob v0.3.1
34782026-03-11T21:47:35.254Z[ helios-setup] Mar 11 21:47:34.234 INFO E| Downloaded anyhow v1.0.72
34792026-03-11T21:47:35.257Z[ helios-setup] Mar 11 21:47:34.238 INFO E| Downloaded unicode-ident v1.0.11
34802026-03-11T21:47:35.261Z[ helios-setup] Mar 11 21:47:34.240 INFO E| Downloaded getrandom v0.2.10
34812026-03-11T21:47:35.264Z[ helios-setup] Mar 11 21:47:34.242 INFO E| Downloaded proc-macro2 v1.0.66
34822026-03-11T21:47:35.264Z[ helios-setup] Mar 11 21:47:34.245 INFO E| Downloaded toml v0.5.11
34832026-03-11T21:47:35.268Z[ helios-setup] Mar 11 21:47:34.247 INFO E| Downloaded serde v1.0.193
34842026-03-11T21:47:35.299Z[ helios-setup] Mar 11 21:47:34.250 INFO E| Downloaded once_cell v1.18.0
34852026-03-11T21:47:35.302Z[ helios-setup] Mar 11 21:47:34.252 INFO E| Downloaded typenum v1.16.0
34862026-03-11T21:47:35.302Z[ helios-setup] Mar 11 21:47:34.283 INFO E| Downloaded serde_json v1.0.103
34872026-03-11T21:47:35.337Z[ helios-setup] Mar 11 21:47:34.317 INFO E| Downloaded syn v2.0.32
34882026-03-11T21:47:35.373Z[ helios-setup] Mar 11 21:47:34.353 INFO E| Downloaded rustix v0.38.4
34892026-03-11T21:47:35.417Z[ helios-setup] Mar 11 21:47:34.397 INFO E| Downloaded libc v0.2.147
34902026-03-11T21:47:35.461Z[ host-package] Compiling unicase v2.9.0
34912026-03-11T21:47:35.486Z[ helios-setup] Mar 11 21:47:34.467 INFO E| Compiling libc v0.2.147
34922026-03-11T21:47:35.487Z[ helios-setup] Mar 11 21:47:34.467 INFO E| Compiling proc-macro2 v1.0.66
34932026-03-11T21:47:35.490Z[ helios-setup] Mar 11 21:47:34.467 INFO E| Compiling cfg-if v1.0.0
34942026-03-11T21:47:35.490Z[ helios-setup] Mar 11 21:47:34.467 INFO E| Compiling unicode-ident v1.0.11
34952026-03-11T21:47:35.491Z[ helios-setup] Mar 11 21:47:34.467 INFO E| Compiling typenum v1.16.0
34962026-03-11T21:47:35.491Z[ helios-setup] Mar 11 21:47:34.467 INFO E| Compiling version_check v0.9.4
34972026-03-11T21:47:35.491Z[ helios-setup] Mar 11 21:47:34.467 INFO E| Compiling serde v1.0.193
34982026-03-11T21:47:35.491Z[ helios-setup] Mar 11 21:47:34.467 INFO E| Compiling num-conv v0.1.0
34992026-03-11T21:47:35.945Z[ host-package] Compiling diff v0.1.13
35002026-03-11T21:47:35.959Z[ helios-setup] Mar 11 21:47:34.938 INFO E| Compiling powerfmt v0.2.0
35012026-03-11T21:47:36.046Z[ helios-setup] Mar 11 21:47:35.025 INFO E| Compiling rustix v0.38.4
35022026-03-11T21:47:36.291Z[ helios-setup] Mar 11 21:47:35.271 INFO E| Compiling itoa v1.0.9
35032026-03-11T21:47:36.347Z[ helios-setup] Mar 11 21:47:35.326 INFO E| Compiling slog v2.7.0
35042026-03-11T21:47:36.639Z[ helios-setup] Mar 11 21:47:35.619 INFO E| Compiling time-core v0.1.2
35052026-03-11T21:47:36.873Z[ helios-setup] Mar 11 21:47:35.853 INFO E| Compiling time-macros v0.2.18
35062026-03-11T21:47:36.887Z[ helios-setup] Mar 11 21:47:35.867 INFO E| Compiling generic-array v0.14.7
35072026-03-11T21:47:36.940Z[ helios-setup] Mar 11 21:47:35.920 INFO E| Compiling quote v1.0.31
35082026-03-11T21:47:36.944Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35092026-03-11T21:47:37.237Z[ helios-setup] Mar 11 21:47:36.216 INFO E| Compiling deranged v0.3.11
35102026-03-11T21:47:37.378Z[ helios-setup] Mar 11 21:47:36.358 INFO E| Compiling bitflags v2.3.3
35112026-03-11T21:47:37.581Z[ helios-setup] Mar 11 21:47:36.561 INFO E| Compiling syn v2.0.32
35122026-03-11T21:47:37.689Z[ helios-setup] Mar 11 21:47:36.669 INFO E| Compiling num_threads v0.1.6
35132026-03-11T21:47:37.954Z[ helios-setup] Mar 11 21:47:36.933 INFO E| Compiling once_cell v1.18.0
35142026-03-11T21:47:37.992Z[ helios-setup] Mar 11 21:47:36.972 INFO E| Compiling anyhow v1.0.72
35152026-03-11T21:47:38.574Z[ helios-setup] Mar 11 21:47:37.554 INFO E| Compiling dirs-sys-next v0.1.2
35162026-03-11T21:47:38.860Z[ helios-setup] Mar 11 21:47:37.840 INFO E| Compiling dirs-next v2.0.0
35172026-03-11T21:47:38.876Z[ helios-setup] Mar 11 21:47:37.856 INFO E| Compiling errno v0.3.1
35182026-03-11T21:47:38.882Z[ helios-setup] Mar 11 21:47:37.862 INFO E| Compiling thread_local v1.1.7
35192026-03-11T21:47:39.023Z[ helios-setup] Mar 11 21:47:38.003 INFO E| Compiling atty v0.2.14
35202026-03-11T21:47:39.210Z[ helios-setup] Mar 11 21:47:38.190 INFO E| Compiling term v0.7.0
35212026-03-11T21:47:39.311Z[ helios-setup] Mar 11 21:47:38.289 INFO E| Compiling serde_json v1.0.103
35222026-03-11T21:47:39.336Z[ helios-setup] Mar 11 21:47:38.316 INFO E| Compiling fastrand v2.0.0
35232026-03-11T21:47:39.521Z[ host-package] Compiling lalrpop v0.19.12
35242026-03-11T21:47:39.840Z[ helios-setup] Mar 11 21:47:38.820 INFO E| Compiling block-buffer v0.9.0
35252026-03-11T21:47:39.910Z[ host-package] Compiling slog-stdlog v4.1.1
35262026-03-11T21:47:39.914Z[ helios-setup] Mar 11 21:47:38.885 INFO E| Compiling digest v0.9.0
35272026-03-11T21:47:39.978Z[ helios-setup] Mar 11 21:47:38.957 INFO E| Compiling time v0.3.36
35282026-03-11T21:47:40.063Z[ helios-setup] Mar 11 21:47:39.043 INFO E| Compiling opaque-debug v0.3.0
35292026-03-11T21:47:40.117Z[ helios-setup] Mar 11 21:47:39.096 INFO E| Compiling getrandom v0.2.10
35302026-03-11T21:47:40.150Z[ helios-setup] Mar 11 21:47:39.130 INFO E| Compiling unicode-width v0.1.10
35312026-03-11T21:47:40.366Z[ helios-setup] Mar 11 21:47:39.345 INFO E| Compiling ryu v1.0.15
35322026-03-11T21:47:40.556Z[ helios-setup] Mar 11 21:47:39.535 INFO E| Compiling cpufeatures v0.2.9
35332026-03-11T21:47:40.566Z[ helios-setup] Mar 11 21:47:39.546 INFO E| Compiling same-file v1.0.6
35342026-03-11T21:47:40.621Z[ helios-setup] Mar 11 21:47:39.601 INFO E| Compiling tempfile v3.7.0
35352026-03-11T21:47:40.661Z[ helios-setup] Mar 11 21:47:39.641 INFO E| Compiling sha-1 v0.9.8
35362026-03-11T21:47:40.947Z[ helios-setup] Mar 11 21:47:39.925 INFO E| Compiling walkdir v2.3.3
35372026-03-11T21:47:41.052Z[ helios-setup] Mar 11 21:47:40.031 INFO E| Compiling getopts v0.2.21
35382026-03-11T21:47:41.223Z[ helios-setup] Mar 11 21:47:40.203 INFO E| Compiling md-5 v0.9.1
35392026-03-11T21:47:41.359Z[ helios-setup] Mar 11 21:47:40.339 INFO E| Compiling libdevinfo-sys v1.0.0
35402026-03-11T21:47:41.471Z[ helios-setup] Mar 11 21:47:40.450 INFO E| Compiling glob v0.3.1
35412026-03-11T21:47:42.219Z[ helios-setup] Mar 11 21:47:41.198 INFO E| Compiling serde_derive v1.0.193
35422026-03-11T21:47:42.232Z[ helios-setup] Mar 11 21:47:41.211 INFO E| Compiling slog-term v2.9.0
35432026-03-11T21:47:44.648Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35442026-03-11T21:47:45.811Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35452026-03-11T21:47:46.584Z[ host-package] Compiling cexpr v0.6.0
35462026-03-11T21:47:46.620Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35472026-03-11T21:47:47.024Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35482026-03-11T21:47:47.312Z[ host-package] Compiling crc8 v0.1.1
35492026-03-11T21:47:47.757Z[ host-package] Compiling slog-envlogger v2.2.0
35502026-03-11T21:47:48.920Z[ helios-setup] Mar 11 21:47:47.900 INFO E| Compiling toml v0.5.11
35512026-03-11T21:47:48.920Z[ helios-setup] Mar 11 21:47:47.900 INFO E| Compiling uuid v0.8.2
35522026-03-11T21:47:49.768Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35532026-03-11T21:47:50.266Z[ helios-setup] Mar 11 21:47:49.245 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
35542026-03-11T21:47:50.767Z[ host-package] Compiling headers-core v0.3.0
35552026-03-11T21:47:51.066Z[ host-package] Compiling libxml v0.3.3
35562026-03-11T21:47:51.383Z[ helios-setup] Mar 11 21:47:50.362 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
35572026-03-11T21:47:51.537Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35582026-03-11T21:47:51.950Z[ host-package] Compiling headers v0.4.1
35592026-03-11T21:47:54.451Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35602026-03-11T21:47:54.491Z[ host-package] Compiling polar-core v0.27.3
35612026-03-11T21:47:55.750Z[ host-package] Compiling samael v0.0.19
35622026-03-11T21:47:56.517Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35632026-03-11T21:47:56.892Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35642026-03-11T21:47:57.120Z[ host-package] Compiling strum_macros v0.24.3
35652026-03-11T21:47:57.627Z[ helios-setup] Mar 11 21:47:56.595 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.24s
35662026-03-11T21:47:57.646Z[ helios-setup] Mar 11 21:47:56.621 INFO building project "image-builder" ok (23 seconds)
35672026-03-11T21:47:57.646Z[ helios-setup] rm -f helios-build
35682026-03-11T21:47:57.646Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35692026-03-11T21:47:57.650Z[ host-package] Compiling indoc v1.0.9
35702026-03-11T21:47:57.650Z[ helios-setup]
35712026-03-11T21:47:57.650Z[ helios-setup] Setup complete! ./helios-build is now available.
35722026-03-11T21:47:57.654Z[ helios-setup]
35732026-03-11T21:47:57.654Z[ helios-setup]
35742026-03-11T21:47:57.654Z[ helios-setup] real 4:34.098215158
35752026-03-11T21:47:57.654Z[ helios-setup] user 9:31.359103444
35762026-03-11T21:47:57.654Z[ helios-setup] sys 1:25.721050218
35772026-03-11T21:47:57.654Z[ helios-setup] trap 0.667107109
35782026-03-11T21:47:57.654Z[ helios-setup] tflt 2.597497345
35792026-03-11T21:47:57.654Z[ helios-setup] dflt 6.699613255
35802026-03-11T21:47:57.654Z[ helios-setup] kflt 0.001483029
35812026-03-11T21:47:57.654Z[ helios-setup] lock 48:42.016857751
35822026-03-11T21:47:57.654Z[ helios-setup] slp 1:18:13.037729878
35832026-03-11T21:47:57.654Z[ helios-setup] lat 10:58.142589998
35842026-03-11T21:47:57.654Z[ helios-setup] stop 1:38.142790875
35852026-03-11T21:47:57.654ZMar 11 21:47:56.631 INFO [helios-setup] process exited with exit status: 0 (274.100915646s)
35862026-03-11T21:47:57.654ZMar 11 21:47:56.631 INFO [helios-record] running task
35872026-03-11T21:47:57.654ZMar 11 21:47:56.631 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
35882026-03-11T21:47:57.681ZMar 11 21:47:56.659 DEBG process exited with exit status: 0 (27.734364ms)
35892026-03-11T21:47:57.681ZMar 11 21:47:56.659 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
35902026-03-11T21:47:57.690ZMar 11 21:47:56.668 DEBG process exited with exit status: 0 (8.098181ms)
35912026-03-11T21:47:57.690ZMar 11 21:47:56.669 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
35922026-03-11T21:47:57.693ZMar 11 21:47:56.672 DEBG process exited with exit status: 0 (4.505232ms)
35932026-03-11T21:47:57.694ZMar 11 21:47:56.672 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
35942026-03-11T21:47:57.697ZMar 11 21:47:56.676 DEBG process exited with exit status: 0 (4.370551ms)
35952026-03-11T21:47:57.697ZMar 11 21:47:56.676 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
35962026-03-11T21:47:57.703ZMar 11 21:47:56.682 DEBG process exited with exit status: 0 (5.752378ms)
35972026-03-11T21:47:57.703ZMar 11 21:47:56.682 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
35982026-03-11T21:47:57.711ZMar 11 21:47:56.690 DEBG process exited with exit status: 0 (7.676593ms)
35992026-03-11T21:47:57.711ZMar 11 21:47:56.690 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36002026-03-11T21:47:57.715ZMar 11 21:47:56.694 DEBG process exited with exit status: 0 (4.204103ms)
36012026-03-11T21:47:57.715ZMar 11 21:47:56.694 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36022026-03-11T21:47:57.719ZMar 11 21:47:56.698 DEBG process exited with exit status: 0 (4.087612ms)
36032026-03-11T21:47:57.719ZMar 11 21:47:56.698 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36042026-03-11T21:47:57.723ZMar 11 21:47:56.702 DEBG process exited with exit status: 0 (4.047606ms)
36052026-03-11T21:47:57.727ZMar 11 21:47:56.702 INFO [helios-record] task succeeded (71.126882ms)
36062026-03-11T21:48:00.369Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36072026-03-11T21:48:00.396Z[ host-package] Compiling progenitor-impl v0.10.0
36082026-03-11T21:48:00.660Z[ host-package] Compiling derive_builder v0.20.2
36092026-03-11T21:48:00.864Z[ host-package] Compiling oso-derive v0.27.3
36102026-03-11T21:48:01.546Z[ host-package] Compiling quick-xml v0.37.5
36112026-03-11T21:48:01.570Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
36122026-03-11T21:48:02.653Z[ host-package] Compiling half v1.8.3
36132026-03-11T21:48:03.240Z[ host-package] Compiling openssl-probe v0.1.6
36142026-03-11T21:48:03.270Z[ host-package] Compiling serde_cbor v0.11.2
36152026-03-11T21:48:03.405Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36162026-03-11T21:48:03.458Z[ host-package] Compiling progenitor-macro v0.10.0
36172026-03-11T21:48:03.640Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36182026-03-11T21:48:04.639Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36192026-03-11T21:48:07.210Z[ host-package] Compiling diesel-dtrace v0.4.2
36202026-03-11T21:48:07.518Z[ host-package] Compiling oso v0.27.3
36212026-03-11T21:48:09.337Z[ host-package] Compiling progenitor v0.10.0
36222026-03-11T21:48:09.630Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36232026-03-11T21:48:09.927Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36242026-03-11T21:48:11.639Z[ host-package] Compiling bb8 v0.8.6
36252026-03-11T21:48:12.135Z[ host-package] Compiling trait-variant v0.1.2
36262026-03-11T21:48:12.854Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
36272026-03-11T21:48:13.952Z[ host-package] Compiling async-bb8-diesel v0.2.1
36282026-03-11T21:48:14.940Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36292026-03-11T21:48:15.889Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36302026-03-11T21:48:17.627Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36312026-03-11T21:48:17.724Z[ host-package] Compiling fxhash v0.2.1
36322026-03-11T21:48:17.920Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36332026-03-11T21:48:17.984Z[ host-package] Compiling kstat-rs v0.2.4
36342026-03-11T21:48:18.270Z[ host-package] Compiling libz-sys v1.1.24
36352026-03-11T21:48:18.587Z[ host-package] Compiling nonempty v0.12.0
36362026-03-11T21:48:18.822Z[ host-package] Compiling salty v0.3.0
36372026-03-11T21:48:19.003Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36382026-03-11T21:48:19.668Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36392026-03-11T21:48:20.879Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36402026-03-11T21:48:23.806Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36412026-03-11T21:48:27.591Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
36422026-03-11T21:48:29.491Z[ host-package] Compiling darling_core v0.23.0
36432026-03-11T21:48:30.682Z[ host-package] Compiling nanorand v0.7.0
36442026-03-11T21:48:31.431Z[ host-package] Compiling parking_lot_core v0.8.6
36452026-03-11T21:48:31.655Z[ host-package] Compiling mime_guess v2.0.5
36462026-03-11T21:48:31.836Z[ host-package] Compiling flume v0.11.1
36472026-03-11T21:48:32.357Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
36482026-03-11T21:48:32.381Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36492026-03-11T21:48:32.612Z[ host-package] Compiling darling_macro v0.23.0
36502026-03-11T21:48:34.505Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36512026-03-11T21:48:35.256Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36522026-03-11T21:48:35.725Z[ host-package] Compiling git-stub v1.0.0
36532026-03-11T21:48:36.058Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36542026-03-11T21:48:36.624Z[ host-package] Compiling instability v0.3.11
36552026-03-11T21:48:36.980Z[ host-package] Compiling git-stub-vcs v0.1.0
36562026-03-11T21:48:37.443Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36572026-03-11T21:48:40.751Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36582026-03-11T21:48:42.458Z[ host-package] Compiling darling v0.23.0
36592026-03-11T21:48:43.335Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36602026-03-11T21:48:47.232Z[ host-package] Compiling ignore v0.4.25
36612026-03-11T21:48:49.432Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36622026-03-11T21:48:50.970Z[ host-package] Compiling primeorder v0.13.6
36632026-03-11T21:48:51.099Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36642026-03-11T21:48:51.373Z[ host-package] Compiling castaway v0.2.4
36652026-03-11T21:48:51.565Z[ host-package] Compiling nibble_vec v0.1.0
36662026-03-11T21:48:51.787Z[ host-package] Compiling atty v0.2.14
36672026-03-11T21:48:51.960Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36682026-03-11T21:48:52.268Z[ host-package] Compiling indoc v2.0.7
36692026-03-11T21:48:52.856Z[ host-package] Compiling http-range v0.1.5
36702026-03-11T21:48:52.964Z[ host-package] Compiling endian-type v0.1.2
36712026-03-11T21:48:53.182Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36722026-03-11T21:48:53.269Z[ host-package] Compiling radix_trie v0.2.1
36732026-03-11T21:48:53.591Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36742026-03-11T21:48:53.842Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36752026-03-11T21:48:53.949Z[ host-package] Compiling compact_str v0.8.1
36762026-03-11T21:48:54.470Z[ host-package] Compiling p384 v0.13.1
36772026-03-11T21:48:55.384Z[ host-package] Compiling globwalk v0.9.1
36782026-03-11T21:48:56.209Z[ host-package] Compiling parking_lot v0.11.2
36792026-03-11T21:48:57.358Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36802026-03-11T21:48:58.152Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36812026-03-11T21:48:58.758Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36822026-03-11T21:48:59.099Z[ host-package] Compiling predicates-tree v1.0.13
36832026-03-11T21:48:59.289Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36842026-03-11T21:48:59.682Z[ host-package] Compiling unicode-truncate v1.1.0
36852026-03-11T21:48:59.935Z[ host-package] Compiling lru v0.12.5
36862026-03-11T21:49:00.218Z[ host-package] Compiling prefix-trie v0.7.0
36872026-03-11T21:49:00.856Z[ host-package] Compiling vergen-git2 v1.0.7
36882026-03-11T21:49:01.156Z[ host-package] Compiling cassowary v0.3.0
36892026-03-11T21:49:01.299Z[ host-package] Compiling hickory-server v0.25.2
36902026-03-11T21:49:01.629Z[ host-package] Compiling ratatui v0.29.0
36912026-03-11T21:49:03.354Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36922026-03-11T21:49:04.308Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36932026-03-11T21:49:07.944Z[ host-package] Compiling hyper-staticfile v0.10.1
36942026-03-11T21:49:08.099Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
36952026-03-11T21:49:08.320Z[ host-package] Compiling git2 v0.20.4
36962026-03-11T21:49:09.496Z[ host-package] Compiling sled v0.34.7
36972026-03-11T21:49:12.802Z[ host-package] Compiling hickory-client v0.25.2
36982026-03-11T21:49:15.037Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36992026-03-11T21:49:15.204Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37002026-03-11T21:49:15.669Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-03-11T21:49:15.749Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37022026-03-11T21:49:15.859Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37032026-03-11T21:49:16.671Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37042026-03-11T21:49:17.016Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37052026-03-11T21:49:17.733Z[ host-package] Compiling rand_seeder v0.4.0
37062026-03-11T21:49:18.058Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37072026-03-11T21:49:18.388Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37082026-03-11T21:49:19.000Z[ host-package] Compiling lzma-sys v0.1.20
37092026-03-11T21:49:19.307Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37102026-03-11T21:49:19.548Z[ host-package] Compiling corncobs v0.1.4
37112026-03-11T21:49:19.617Z[ host-package] Compiling rustls v0.21.12
37122026-03-11T21:49:19.858Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37132026-03-11T21:49:20.035Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37142026-03-11T21:49:20.808Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37152026-03-11T21:49:20.915Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37162026-03-11T21:49:20.980Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37172026-03-11T21:49:21.272Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37182026-03-11T21:49:21.813Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37192026-03-11T21:49:27.889Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37202026-03-11T21:49:27.961Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37212026-03-11T21:49:28.410Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37222026-03-11T21:49:31.964Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37232026-03-11T21:49:32.003Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37242026-03-11T21:49:32.268Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37252026-03-11T21:49:32.308Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37262026-03-11T21:49:32.337Z[ host-package] Compiling rustls-webpki v0.101.7
37272026-03-11T21:49:32.562Z[ host-package] Compiling sct v0.7.1
37282026-03-11T21:49:32.904Z[ host-package] Compiling cargo_toml v0.22.3
37292026-03-11T21:49:34.529Z[ host-package] Compiling nix v0.29.0
37302026-03-11T21:49:35.120Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37312026-03-11T21:49:36.262Z[ host-package] Compiling secrecy v0.8.0
37322026-03-11T21:49:36.317Z[ host-package] Compiling void v1.0.2
37332026-03-11T21:49:36.505Z[ host-package] Compiling lzss v0.8.2
37342026-03-11T21:49:36.562Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
37352026-03-11T21:49:36.843Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37362026-03-11T21:49:37.765Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37372026-03-11T21:49:42.532Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37382026-03-11T21:49:43.293Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37392026-03-11T21:49:43.546Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37402026-03-11T21:49:44.249Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37412026-03-11T21:49:45.843Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37422026-03-11T21:49:46.773Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37432026-03-11T21:49:46.803Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37442026-03-11T21:49:47.094Z[ host-package] Compiling tungstenite v0.23.0
37452026-03-11T21:49:50.123Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37462026-03-11T21:49:50.431Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37472026-03-11T21:49:50.590Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37482026-03-11T21:49:50.735Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37492026-03-11T21:49:50.829Z[ host-package] Compiling nix v0.27.1
37502026-03-11T21:49:50.930Z[ host-package] Compiling serde_bytes v0.11.19
37512026-03-11T21:49:51.179Z[ host-package] Compiling tokio-tungstenite v0.23.1
37522026-03-11T21:49:51.205Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37532026-03-11T21:49:51.334Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37542026-03-11T21:49:51.625Z[ host-package] Compiling xz2 v0.1.7
37552026-03-11T21:49:52.051Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37562026-03-11T21:49:52.433Z[ host-package] Compiling ron v0.12.0
37572026-03-11T21:49:55.240Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37582026-03-11T21:50:01.633Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37592026-03-11T21:50:06.439Z[ host-package] Compiling tokio-rustls v0.24.1
37602026-03-11T21:50:06.808Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37612026-03-11T21:50:11.973Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37622026-03-11T21:50:12.435Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37632026-03-11T21:50:13.240Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
37642026-03-11T21:50:15.249Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37652026-03-11T21:50:17.918Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37662026-03-11T21:50:19.360Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37672026-03-11T21:50:20.016Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37682026-03-11T21:50:20.460Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37692026-03-11T21:50:23.392Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37702026-03-11T21:50:27.451Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37712026-03-11T21:50:28.534Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37722026-03-11T21:50:31.887Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37732026-03-11T21:50:33.489Z[ host-package] Compiling rustls-pemfile v1.0.4
37742026-03-11T21:50:33.979Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37752026-03-11T21:50:34.389Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37762026-03-11T21:50:35.792Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37772026-03-11T21:50:36.110Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37782026-03-11T21:50:36.413Z[ host-package] Compiling signal-hook-tokio v0.3.1
37792026-03-11T21:50:36.633Z[ host-package] Compiling yasna v0.5.2
37802026-03-11T21:50:37.112Z[ host-package] Compiling twox-hash v2.1.2
37812026-03-11T21:50:37.176Z[ host-package] Compiling is_ci v1.2.0
37822026-03-11T21:50:37.389Z[ host-package] Compiling base16ct v1.0.0
37832026-03-11T21:50:37.446Z[ host-package] Compiling rcgen v0.12.1
37842026-03-11T21:50:38.667Z[ host-package] Compiling supports-color v3.0.2
37852026-03-11T21:50:39.009Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37862026-03-11T21:50:39.280Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37872026-03-11T21:50:43.677Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37882026-03-11T21:50:49.583Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37892026-03-11T21:51:00.400Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37902026-03-11T21:51:02.552Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37912026-03-11T21:51:02.934Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37922026-03-11T21:51:06.850Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37932026-03-11T21:51:12.822Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37942026-03-11T21:51:14.341Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37952026-03-11T21:51:17.173Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37962026-03-11T21:51:17.485Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37972026-03-11T21:51:17.795Z[ host-package] Compiling progenitor-extras v0.1.0
37982026-03-11T21:51:17.944Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37992026-03-11T21:51:18.132Z[ host-package] Compiling fatfs v0.3.6
38002026-03-11T21:51:18.214Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38012026-03-11T21:51:19.715Z[ host-package] Compiling subprocess v0.2.15
38022026-03-11T21:51:22.510Z[ host-package] Compiling rtoolbox v0.0.3
38032026-03-11T21:51:22.850Z[ host-package] Compiling assert_matches v1.5.0
38042026-03-11T21:51:23.031Z[ host-package] Compiling seq-macro v0.3.6
38052026-03-11T21:51:23.323Z[ host-package] Compiling rpassword v7.4.0
38062026-03-11T21:51:23.680Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38072026-03-11T21:51:25.641Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38082026-03-11T21:51:30.378Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38092026-03-11T21:51:37.962Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38102026-03-11T21:51:41.090Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38112026-03-11T21:51:41.256Z[ host-package] Compiling tui-tree-widget v0.23.1
38122026-03-11T21:51:41.637Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38132026-03-11T21:51:47.632Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38142026-03-11T21:51:48.325Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38152026-03-11T21:51:48.463Z[ host-package] Compiling uzers v0.12.2
38162026-03-11T21:51:50.303Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38172026-03-11T21:51:51.687Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38182026-03-11T21:51:57.487Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38192026-03-11T21:52:06.559Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38202026-03-11T21:52:14.354Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38212026-03-11T21:52:17.174Z[ host-package] Compiling support-bundle-viewer v0.1.2
38222026-03-11T21:52:18.695Z[ host-package] Compiling multimap v0.10.1
38232026-03-11T21:53:29.270Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38242026-03-11T22:00:34.732Z[ host-package] Finished `release` profile [optimized] target(s) in 16m 06s
38252026-03-11T22:01:29.490ZMar 11 22:01:28.406 INFO [host-package] process exited with exit status: 0 (1021.414642401s)
38262026-03-11T22:01:29.491ZMar 11 22:01:28.406 INFO [host-stamp] running task
38272026-03-11T22:01:29.494ZMar 11 22:01:28.406 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+git742f09f1f03
38282026-03-11T22:01:29.494ZMar 11 22:01:28.406 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38292026-03-11T22:01:29.494ZMar 11 22:01:28.406 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+git742f09f1f03
38302026-03-11T22:01:29.494ZMar 11 22:01:28.406 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+git742f09f1f03
38312026-03-11T22:01:29.494ZMar 11 22:01:28.407 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+git742f09f1f03
38322026-03-11T22:01:29.494ZMar 11 22:01:28.407 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+git742f09f1f03
38332026-03-11T22:01:29.494ZMar 11 22:01:28.407 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+git742f09f1f03
38342026-03-11T22:01:29.494ZMar 11 22:01:28.407 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+git742f09f1f03
38352026-03-11T22:01:29.495ZMar 11 22:01:28.407 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+git742f09f1f03
38362026-03-11T22:01:29.503Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38372026-03-11T22:01:29.503Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38382026-03-11T22:01:29.507Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38392026-03-11T22:01:29.507Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38402026-03-11T22:01:29.507Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38412026-03-11T22:01:29.507Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38422026-03-11T22:01:29.507Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38432026-03-11T22:01:29.507Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38442026-03-11T22:01:29.507Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38452026-03-11T22:01:29.507Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38462026-03-11T22:01:29.517Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38472026-03-11T22:01:29.522ZMar 11 22:01:28.437 INFO [stamp-oxlog] process exited with exit status: 0 (30.497227ms)
38482026-03-11T22:01:29.522ZMar 11 22:01:28.437 INFO [stamp-overlay] process exited with exit status: 0 (30.410963ms)
38492026-03-11T22:01:29.561Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38502026-03-11T22:01:29.565ZMar 11 22:01:28.481 INFO [stamp-crucible-utils] process exited with exit status: 0 (73.660252ms)
38512026-03-11T22:01:29.589Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38522026-03-11T22:01:30.597ZMar 11 22:01:28.509 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (102.342606ms)
38532026-03-11T22:01:30.601Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38542026-03-11T22:01:30.601ZMar 11 22:01:28.688 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (280.540277ms)
38552026-03-11T22:01:30.601Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38562026-03-11T22:01:30.601ZMar 11 22:01:28.955 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (548.872941ms)
38572026-03-11T22:01:30.601Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38582026-03-11T22:01:30.601ZMar 11 22:01:29.052 INFO [stamp-propolis-server] process exited with exit status: 0 (646.162277ms)
38592026-03-11T22:01:30.857Z[recovery-package] Compiling newtype-uuid v1.3.2
38602026-03-11T22:01:31.128Z[recovery-package] Compiling daft v0.1.5
38612026-03-11T22:01:31.395Z[recovery-package] Compiling iddqd v0.3.17
38622026-03-11T22:01:32.673Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38632026-03-11T22:01:33.008Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38642026-03-11T22:01:33.008Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38652026-03-11T22:01:33.011Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38662026-03-11T22:01:33.011Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38672026-03-11T22:01:33.070Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38682026-03-11T22:01:33.607Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38692026-03-11T22:01:36.447Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38702026-03-11T22:01:36.450ZMar 11 22:01:35.365 INFO [stamp-switch-asic] process exited with exit status: 0 (6.958613483s)
38712026-03-11T22:01:36.450ZMar 11 22:01:35.365 INFO [host-stamp] task succeeded (6.959327089s)
38722026-03-11T22:01:36.450ZMar 11 22:01:35.365 INFO [host-proto] running task
38732026-03-11T22:01:37.073ZMar 11 22:01:35.988 INFO [host-proto] task succeeded (622.593148ms)
38742026-03-11T22:01:37.073ZMar 11 22:01:35.988 INFO [host-profile] running task
38752026-03-11T22:01:37.077ZMar 11 22:01:35.988 INFO [host-profile] task succeeded (137.72µs)
38762026-03-11T22:01:37.077ZMar 11 22:01:35.988 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/.tmpSEolf7/proto/host/root -N 'ci 742f09f/${os_short_commit} 2026-03-11 21:43' -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/'
38772026-03-11T22:01:37.080Z[ host-image] Mar 11 22:01:35.995 INFO Checking files for board 'cosmo'
38782026-03-11T22:01:37.081Z[ host-image] Mar 11 22:01:35.995 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38792026-03-11T22:01:37.081Z[ host-image] Mar 11 22:01:35.995 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
38802026-03-11T22:01:37.081Z[ host-image] Mar 11 22:01:35.995 INFO Checking files for board 'gimlet'
38812026-03-11T22:01:37.084Z[ host-image] Mar 11 22:01:35.995 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38822026-03-11T22:01:37.084Z[ host-image] Mar 11 22:01:35.995 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38832026-03-11T22:01:37.084Z[ host-image] Mar 11 22:01:35.995 INFO Checking files for board 'cosmo-mbist-noaggr'
38842026-03-11T22:01:37.084Z[ host-image] Mar 11 22:01:35.995 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
38852026-03-11T22:01:37.084Z[ host-image] Mar 11 22:01:35.995 INFO Checking files for board 'cosmo-mbist'
38862026-03-11T22:01:37.084Z[ host-image] Mar 11 22:01:35.995 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
38872026-03-11T22:01:37.093Z[ host-image] Mar 11 22:01:36.008 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpSEolf7/proto/host/root"
38882026-03-11T22:01:37.093Z[ host-image] Mar 11 22:01:36.008 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
38892026-03-11T22:01:37.096Z[ host-image] Mar 11 22:01:36.008 INFO image builder template: ramdisk-01-os...
38902026-03-11T22:01:37.096Z[ host-image] Mar 11 22:01:36.008 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/.tmpSEolf7/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38912026-03-11T22:01:37.110Z[ host-image] Mar 11 22:01:36.025 INFO O| Mar 11 22:01:36.025 INFO CREATE DATASET: rpool/images/build/host/output
38922026-03-11T22:01:38.966Z[ host-image] Mar 11 22:01:37.881 INFO O| Mar 11 22:01:37.881 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38932026-03-11T22:01:38.970Z[ host-image] Mar 11 22:01:37.884 INFO O| Mar 11 22:01:37.884 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38942026-03-11T22:01:39.121Z[ host-image] Mar 11 22:01:38.035 INFO O| Mar 11 22:01:38.035 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38952026-03-11T22:01:39.155Z[ host-image] Mar 11 22:01:38.069 INFO O| Mar 11 22:01:38.069 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38962026-03-11T22:01:39.155Z[ host-image] Mar 11 22:01:38.070 INFO O| Mar 11 22:01:38.069 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38972026-03-11T22:01:39.158Z[ host-image] Mar 11 22:01:38.070 INFO O| Mar 11 22:01:38.070 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38982026-03-11T22:01:39.158Z[ host-image] Mar 11 22:01:38.070 INFO O| Mar 11 22:01:38.070 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38992026-03-11T22:01:39.162Z[ host-image] Mar 11 22:01:38.075 INFO O| Mar 11 22:01:38.075 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39002026-03-11T22:01:39.312Z[ host-image] Mar 11 22:01:38.227 INFO O| Mar 11 22:01:38.227 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39012026-03-11T22:01:39.320Z[ host-image] Mar 11 22:01:38.235 INFO O| Mar 11 22:01:38.235 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39022026-03-11T22:01:39.642Z[ host-image] Mar 11 22:01:38.557 INFO O| Mar 11 22:01:38.557 INFO O| Caching catalogs ... Done
39032026-03-11T22:01:39.721Z[ host-image] Mar 11 22:01:38.635 INFO O| Mar 11 22:01:38.635 INFO STEP 0 (pkg_image_create) COMPLETE
39042026-03-11T22:01:39.721Z[ host-image] Mar 11 22:01:38.635 INFO O| Mar 11 22:01:38.635 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39052026-03-11T22:01:39.729Z[ host-image] Mar 11 22:01:38.643 INFO O| Mar 11 22:01:38.643 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"]
39062026-03-11T22:01:40.031Z[ host-image] Mar 11 22:01:38.945 INFO O| Mar 11 22:01:38.945 INFO STEP 1 (pkg_set_publisher) COMPLETE
39072026-03-11T22:01:40.031Z[ host-image] Mar 11 22:01:38.945 INFO O| Mar 11 22:01:38.945 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39082026-03-11T22:01:40.031Z[ host-image] Mar 11 22:01:38.945 INFO O| Mar 11 22:01:38.945 INFO skip step because feature "publisher_1_name" is not enabled
39092026-03-11T22:01:40.035Z[ host-image] Mar 11 22:01:38.945 INFO O| Mar 11 22:01:38.945 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39102026-03-11T22:01:40.035Z[ host-image] Mar 11 22:01:38.945 INFO O| Mar 11 22:01:38.945 INFO skip step because feature "publisher_2_name" is not enabled
39112026-03-11T22:01:40.035Z[ host-image] Mar 11 22:01:38.945 INFO O| Mar 11 22:01:38.945 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39122026-03-11T22:01:40.035Z[ host-image] Mar 11 22:01:38.945 INFO O| Mar 11 22:01:38.945 INFO skip step because feature "publisher_3_name" is not enabled
39132026-03-11T22:01:40.035Z[ host-image] Mar 11 22:01:38.945 INFO O| Mar 11 22:01:38.945 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39142026-03-11T22:01:40.290Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39152026-03-11T22:01:40.290Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39162026-03-11T22:01:40.294Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39172026-03-11T22:01:40.294Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39182026-03-11T22:01:40.349Z[ host-image] Mar 11 22:01:39.263 INFO O| Mar 11 22:01:39.263 INFO variant opensolaris.zone is already global
39192026-03-11T22:01:40.349Z[ host-image] Mar 11 22:01:39.263 INFO O| Mar 11 22:01:39.263 INFO STEP 5 (pkg_change_variant) COMPLETE
39202026-03-11T22:01:40.349Z[ host-image] Mar 11 22:01:39.263 INFO O| Mar 11 22:01:39.263 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39212026-03-11T22:01:40.725Z[ host-image] Mar 11 22:01:39.639 INFO O| Mar 11 22:01:39.639 INFO variant opensolaris.imagetype is full; changing to partial
39222026-03-11T22:01:40.725Z[ host-image] Mar 11 22:01:39.639 INFO O| Mar 11 22:01:39.639 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39232026-03-11T22:01:43.627Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39242026-03-11T22:01:43.644Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39252026-03-11T22:01:44.842Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39262026-03-11T22:01:45.018Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39272026-03-11T22:01:46.648Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39282026-03-11T22:01:47.654Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39292026-03-11T22:02:04.874Z[recovery-package] Finished `release` profile [optimized] target(s) in 35.14s
39302026-03-11T22:02:05.828Z[ host-image] Mar 11 22:02:04.739 INFO O| Mar 11 22:02:04.739 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39312026-03-11T22:02:06.866ZMar 11 22:02:05.779 INFO [recovery-package] process exited with exit status: 0 (37.372790956s)
39322026-03-11T22:02:06.866ZMar 11 22:02:05.779 INFO [recovery-stamp] running task
39332026-03-11T22:02:06.870ZMar 11 22:02:05.779 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39342026-03-11T22:02:06.870ZMar 11 22:02:05.779 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+git742f09f1f03
39352026-03-11T22:02:06.870ZMar 11 22:02:05.779 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git742f09f1f03
39362026-03-11T22:02:06.877Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39372026-03-11T22:02:06.877Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39382026-03-11T22:02:06.991Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39392026-03-11T22:02:06.995ZMar 11 22:02:05.908 INFO [stamp-installinator] process exited with exit status: 0 (128.286454ms)
39402026-03-11T22:02:07.052Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39412026-03-11T22:02:07.056ZMar 11 22:02:05.968 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (189.397099ms)
39422026-03-11T22:02:07.056ZMar 11 22:02:05.968 INFO [recovery-stamp] task succeeded (189.572656ms)
39432026-03-11T22:02:07.056ZMar 11 22:02:05.968 INFO [recovery-proto] running task
39442026-03-11T22:02:07.056ZMar 11 22:02:05.968 INFO [tuf-stamp] running task
39452026-03-11T22:02:07.060ZMar 11 22:02:05.969 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+git742f09f1f03
39462026-03-11T22:02:07.060ZMar 11 22:02:05.969 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+git742f09f1f03
39472026-03-11T22:02:07.060ZMar 11 22:02:05.969 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+git742f09f1f03
39482026-03-11T22:02:07.060ZMar 11 22:02:05.969 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+git742f09f1f03
39492026-03-11T22:02:07.060ZMar 11 22:02:05.970 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+git742f09f1f03
39502026-03-11T22:02:07.060ZMar 11 22:02:05.970 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+git742f09f1f03
39512026-03-11T22:02:07.060ZMar 11 22:02:05.972 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+git742f09f1f03
39522026-03-11T22:02:07.060ZMar 11 22:02:05.972 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+git742f09f1f03
39532026-03-11T22:02:07.060ZMar 11 22:02:05.972 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+git742f09f1f03
39542026-03-11T22:02:07.065ZMar 11 22:02:05.978 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+git742f09f1f03
39552026-03-11T22:02:07.069Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39562026-03-11T22:02:07.069ZMar 11 22:02:05.980 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+git742f09f1f03
39572026-03-11T22:02:07.076ZMar 11 22:02:05.988 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+git742f09f1f03
39582026-03-11T22:02:07.076Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39592026-03-11T22:02:07.079Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39602026-03-11T22:02:07.079Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39612026-03-11T22:02:07.079Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39622026-03-11T22:02:07.079Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39632026-03-11T22:02:07.079Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39642026-03-11T22:02:07.083Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39652026-03-11T22:02:07.083Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39662026-03-11T22:02:07.087Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39672026-03-11T22:02:07.097Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39682026-03-11T22:02:07.100Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39692026-03-11T22:02:07.188Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39702026-03-11T22:02:07.192ZMar 11 22:02:06.105 INFO [stamp-probe] process exited with exit status: 0 (127.387402ms)
39712026-03-11T22:02:07.241ZMar 11 22:02:06.153 INFO [recovery-proto] task succeeded (184.975032ms)
39722026-03-11T22:02:07.245ZMar 11 22:02:06.154 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/.tmpSEolf7/proto/recovery/root -N 'recovery 742f09f/${os_short_commit} 2026-03-11 21:43' -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/'
39732026-03-11T22:02:07.249Z[ recovery-image] Mar 11 22:02:06.161 INFO Checking files for board 'cosmo-mbist-noaggr'
39742026-03-11T22:02:07.249Z[ recovery-image] Mar 11 22:02:06.162 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39752026-03-11T22:02:07.253Z[ recovery-image] Mar 11 22:02:06.162 INFO Checking files for board 'cosmo-mbist'
39762026-03-11T22:02:07.253Z[ recovery-image] Mar 11 22:02:06.162 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39772026-03-11T22:02:07.253Z[ recovery-image] Mar 11 22:02:06.162 INFO Checking files for board 'gimlet'
39782026-03-11T22:02:07.254Z[ recovery-image] Mar 11 22:02:06.162 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39792026-03-11T22:02:07.254Z[ recovery-image] Mar 11 22:02:06.162 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39802026-03-11T22:02:07.254Z[ recovery-image] Mar 11 22:02:06.162 INFO Checking files for board 'cosmo'
39812026-03-11T22:02:07.254Z[ recovery-image] Mar 11 22:02:06.162 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39822026-03-11T22:02:07.254Z[ recovery-image] Mar 11 22:02:06.162 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39832026-03-11T22:02:07.260Z[ recovery-image] Mar 11 22:02:06.173 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpSEolf7/proto/recovery/root"
39842026-03-11T22:02:07.260Z[ recovery-image] Mar 11 22:02:06.173 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39852026-03-11T22:02:07.260Z[ recovery-image] Mar 11 22:02:06.173 INFO image builder template: ramdisk-01-os...
39862026-03-11T22:02:07.264Z[ recovery-image] Mar 11 22:02:06.173 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/.tmpSEolf7/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39872026-03-11T22:02:07.280Z[ recovery-image] Mar 11 22:02:06.192 INFO O| Mar 11 22:02:06.192 INFO CREATE DATASET: rpool/images/build/recovery/output
39882026-03-11T22:02:07.781Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
39892026-03-11T22:02:07.841ZMar 11 22:02:06.754 INFO [stamp-ntp] process exited with exit status: 0 (783.703095ms)
39902026-03-11T22:02:08.211Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
39912026-03-11T22:02:08.255ZMar 11 22:02:07.167 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.196979131s)
39922026-03-11T22:02:08.288Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
39932026-03-11T22:02:08.300Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39942026-03-11T22:02:08.318ZMar 11 22:02:07.230 INFO [stamp-external-dns] process exited with exit status: 0 (1.24169251s)
39952026-03-11T22:02:08.321Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
39962026-03-11T22:02:08.388Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
39972026-03-11T22:02:08.393ZMar 11 22:02:07.301 INFO [stamp-internal-dns] process exited with exit status: 0 (1.33159769s)
39982026-03-11T22:02:08.489Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
39992026-03-11T22:02:08.502Z[ recovery-image] Mar 11 22:02:07.414 INFO O| Mar 11 22:02:07.414 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40002026-03-11T22:02:08.506ZMar 11 22:02:07.417 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.448721003s)
40012026-03-11T22:02:08.506Z[ recovery-image] Mar 11 22:02:07.418 INFO O| Mar 11 22:02:07.418 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40022026-03-11T22:02:08.635Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40032026-03-11T22:02:08.639ZMar 11 22:02:07.551 INFO [stamp-oximeter] process exited with exit status: 0 (1.578800433s)
40042026-03-11T22:02:10.720Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40052026-03-11T22:02:10.724ZMar 11 22:02:09.636 INFO [stamp-cockroachdb] process exited with exit status: 0 (3.665135204s)
40062026-03-11T22:02:11.558Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40072026-03-11T22:02:11.562ZMar 11 22:02:10.474 INFO [stamp-nexus] process exited with exit status: 0 (4.505063942s)
40082026-03-11T22:02:12.872Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40092026-03-11T22:02:12.876ZMar 11 22:02:11.788 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (5.808149896s)
40102026-03-11T22:02:13.079Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40112026-03-11T22:02:13.083ZMar 11 22:02:11.995 INFO [stamp-clickhouse] process exited with exit status: 0 (6.025532011s)
40122026-03-11T22:02:13.280Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40132026-03-11T22:02:13.284ZMar 11 22:02:12.192 INFO [stamp-clickhouse_server] process exited with exit status: 0 (6.222489462s)
40142026-03-11T22:02:13.285ZMar 11 22:02:12.192 INFO [tuf-stamp] task succeeded (6.223540293s)
40152026-03-11T22:02:13.942Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40162026-03-11T22:02:14.141Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40172026-03-11T22:02:14.167Z[verify-libraries] Compiling stacker v0.1.23
40182026-03-11T22:02:14.167Z[verify-libraries] Compiling cfg_aliases v0.1.1
40192026-03-11T22:02:14.170Z[verify-libraries] Compiling home v0.5.12
40202026-03-11T22:02:14.235Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40212026-03-11T22:02:14.261Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40222026-03-11T22:02:14.284Z[verify-libraries] Compiling winnow v0.6.26
40232026-03-11T22:02:14.329Z[verify-libraries] Compiling nix v0.28.0
40242026-03-11T22:02:14.427Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40252026-03-11T22:02:14.452Z[ recovery-image] Mar 11 22:02:13.362 INFO O| Mar 11 22:02:13.362 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40262026-03-11T22:02:14.552Z[ recovery-image] Mar 11 22:02:13.464 INFO O| Mar 11 22:02:13.464 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40272026-03-11T22:02:14.552Z[ recovery-image] Mar 11 22:02:13.464 INFO O| Mar 11 22:02:13.464 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40282026-03-11T22:02:14.556Z[ recovery-image] Mar 11 22:02:13.464 INFO O| Mar 11 22:02:13.464 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40292026-03-11T22:02:14.556Z[ recovery-image] Mar 11 22:02:13.464 INFO O| Mar 11 22:02:13.464 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40302026-03-11T22:02:14.561Z[ recovery-image] Mar 11 22:02:13.472 INFO O| Mar 11 22:02:13.472 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40312026-03-11T22:02:14.664Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40322026-03-11T22:02:14.754Z[ recovery-image] Mar 11 22:02:13.665 INFO O| Mar 11 22:02:13.665 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40332026-03-11T22:02:14.764Z[ recovery-image] Mar 11 22:02:13.676 INFO O| Mar 11 22:02:13.676 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40342026-03-11T22:02:14.981Z[verify-libraries] Compiling unicode_categories v0.1.1
40352026-03-11T22:02:15.149Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40362026-03-11T22:02:15.274Z[verify-libraries] Compiling psm v0.1.30
40372026-03-11T22:02:15.284Z[ recovery-image] Mar 11 22:02:14.195 INFO O| Mar 11 22:02:14.195 INFO O| Caching catalogs ... Done
40382026-03-11T22:02:15.385Z[verify-libraries] Compiling polyval v0.6.2
40392026-03-11T22:02:15.417Z[ recovery-image] Mar 11 22:02:14.329 INFO O| Mar 11 22:02:14.329 INFO STEP 0 (pkg_image_create) COMPLETE
40402026-03-11T22:02:15.417Z[ recovery-image] Mar 11 22:02:14.329 INFO O| Mar 11 22:02:14.329 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40412026-03-11T22:02:15.443Z[ recovery-image] Mar 11 22:02:14.351 INFO O| Mar 11 22:02:14.341 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
40422026-03-11T22:02:15.643Z[verify-libraries] Compiling ctr v0.9.2
40432026-03-11T22:02:15.678Z[verify-libraries] Compiling colored v2.2.0
40442026-03-11T22:02:15.829Z[ recovery-image] Mar 11 22:02:14.740 INFO O| Mar 11 22:02:14.740 INFO STEP 1 (pkg_set_publisher) COMPLETE
40452026-03-11T22:02:15.832Z[ recovery-image] Mar 11 22:02:14.740 INFO O| Mar 11 22:02:14.740 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40462026-03-11T22:02:15.832Z[ recovery-image] Mar 11 22:02:14.740 INFO O| Mar 11 22:02:14.740 INFO skip step because feature "publisher_1_name" is not enabled
40472026-03-11T22:02:15.833Z[ recovery-image] Mar 11 22:02:14.740 INFO O| Mar 11 22:02:14.740 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482026-03-11T22:02:15.833Z[ recovery-image] Mar 11 22:02:14.740 INFO O| Mar 11 22:02:14.740 INFO skip step because feature "publisher_2_name" is not enabled
40492026-03-11T22:02:15.833Z[ recovery-image] Mar 11 22:02:14.740 INFO O| Mar 11 22:02:14.740 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40502026-03-11T22:02:15.833Z[ recovery-image] Mar 11 22:02:14.740 INFO O| Mar 11 22:02:14.740 INFO skip step because feature "publisher_3_name" is not enabled
40512026-03-11T22:02:15.833Z[ recovery-image] Mar 11 22:02:14.740 INFO O| Mar 11 22:02:14.740 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40522026-03-11T22:02:15.870Z[verify-libraries] Compiling ghash v0.5.1
40532026-03-11T22:02:16.004Z[verify-libraries] Compiling ssh-encoding v0.2.0
40542026-03-11T22:02:16.115Z[verify-libraries] Compiling aes-gcm v0.10.3
40552026-03-11T22:02:16.185Z[verify-libraries] Compiling blowfish v0.9.1
40562026-03-11T22:02:16.225Z[ recovery-image] Mar 11 22:02:15.136 INFO O| Mar 11 22:02:15.136 INFO variant opensolaris.zone is already global
40572026-03-11T22:02:16.225Z[ recovery-image] Mar 11 22:02:15.136 INFO O| Mar 11 22:02:15.136 INFO STEP 5 (pkg_change_variant) COMPLETE
40582026-03-11T22:02:16.230Z[ recovery-image] Mar 11 22:02:15.136 INFO O| Mar 11 22:02:15.136 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40592026-03-11T22:02:16.407Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
40602026-03-11T22:02:16.626Z[ recovery-image] Mar 11 22:02:15.537 INFO O| Mar 11 22:02:15.537 INFO variant opensolaris.imagetype is full; changing to partial
40612026-03-11T22:02:16.626Z[ recovery-image] Mar 11 22:02:15.537 INFO O| Mar 11 22:02:15.537 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40622026-03-11T22:02:16.735Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
40632026-03-11T22:02:16.902Z[verify-libraries] Compiling sqlformat v0.3.5
40642026-03-11T22:02:16.980Z[verify-libraries] Compiling ssh-cipher v0.2.0
40652026-03-11T22:02:17.116Z[verify-libraries] Compiling recursive v0.1.1
40662026-03-11T22:02:17.266Z[verify-libraries] Compiling rustyline v14.0.0
40672026-03-11T22:02:17.290Z[ host-image] Mar 11 22:02:16.201 INFO O| Mar 11 22:02:16.201 INFO O| Startup: Caching catalogs ... Done
40682026-03-11T22:02:17.318Z[verify-libraries] Compiling sqlparser v0.61.0
40692026-03-11T22:02:17.406Z[ host-image] Mar 11 22:02:16.318 INFO O| Mar 11 22:02:16.318 INFO O| Planning: Planning completed in 0.00 seconds
40702026-03-11T22:02:17.410Z[ host-image] Mar 11 22:02:16.318 INFO O| Mar 11 22:02:16.318 INFO O| Planning: Consolidating action changes ... Done
40712026-03-11T22:02:17.410Z[ host-image] Mar 11 22:02:16.318 INFO O| Mar 11 22:02:16.318 INFO O| Planning: Evaluating mediators ... Done
40722026-03-11T22:02:17.410Z[ host-image] Mar 11 22:02:16.319 INFO O| Mar 11 22:02:16.319 INFO O| Planning: Planning completed in 0.00 seconds
40732026-03-11T22:02:17.410Z[ host-image] Mar 11 22:02:16.319 INFO O| Mar 11 22:02:16.319 INFO O| Variants/Facets to change: 1
40742026-03-11T22:02:17.414Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40752026-03-11T22:02:17.449Z[ host-image] Mar 11 22:02:16.360 INFO O| Mar 11 22:02:16.360 INFO O| Done
40762026-03-11T22:02:17.449Z[ host-image] Mar 11 22:02:16.360 INFO O| Mar 11 22:02:16.360 INFO O| Done
40772026-03-11T22:02:17.836Z[verify-libraries] Compiling password-hash v0.4.2
40782026-03-11T22:02:18.670Z[verify-libraries] Compiling petname v2.0.2
40792026-03-11T22:02:19.256Z[verify-libraries] Compiling pbkdf2 v0.11.0
40802026-03-11T22:02:19.396Z[ host-image] Mar 11 22:02:18.307 INFO O| Mar 11 22:02:18.307 INFO O| Done
40812026-03-11T22:02:19.433Z[verify-libraries] Compiling ssh-key v0.6.7
40822026-03-11T22:02:19.509Z[ host-image] Mar 11 22:02:18.420 INFO O| Mar 11 22:02:18.420 INFO O| Done
40832026-03-11T22:02:19.512Z[ host-image] Mar 11 22:02:18.421 INFO O| Mar 11 22:02:18.421 INFO O| Done
40842026-03-11T22:02:19.512Z[ host-image] Mar 11 22:02:18.421 INFO O| Mar 11 22:02:18.421 INFO O| Done
40852026-03-11T22:02:19.512Z[ host-image] Mar 11 22:02:18.422 INFO O| Mar 11 22:02:18.422 INFO O| Done
40862026-03-11T22:02:19.672Z[verify-libraries] Compiling p521 v0.13.3
40872026-03-11T22:02:19.845Z[verify-libraries] Compiling p256 v0.13.2
40882026-03-11T22:02:21.193Z[verify-libraries] Compiling russh-cryptovec v0.7.3
40892026-03-11T22:02:21.307Z[verify-libraries] Compiling md5 v0.7.0
40902026-03-11T22:02:21.445Z[ host-image] Mar 11 22:02:20.356 INFO O| Mar 11 22:02:20.356 INFO STEP 6 (pkg_change_variant) COMPLETE
40912026-03-11T22:02:21.445Z[ host-image] Mar 11 22:02:20.356 INFO O| Mar 11 22:02:20.356 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40922026-03-11T22:02:21.449Z[ host-image] Mar 11 22:02:20.356 INFO O| Mar 11 22:02:20.356 INFO skip step because feature "debug_variant" is not enabled
40932026-03-11T22:02:21.449Z[ host-image] Mar 11 22:02:20.356 INFO O| Mar 11 22:02:20.356 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40942026-03-11T22:02:21.676Z[verify-libraries] Compiling russh-keys v0.45.0
40952026-03-11T22:02:21.937Z[ host-image] Mar 11 22:02:20.848 INFO O| Mar 11 22:02:20.848 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40962026-03-11T22:02:22.428Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40972026-03-11T22:02:22.757Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40982026-03-11T22:02:23.081Z[verify-libraries] Compiling num-bigint v0.4.6
40992026-03-11T22:02:25.241Z[verify-libraries] Compiling des v0.8.1
41002026-03-11T22:02:25.589Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41012026-03-11T22:02:25.621Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41022026-03-11T22:02:25.733Z[verify-libraries] Compiling sync-ptr v0.1.4
41032026-03-11T22:02:25.984Z[verify-libraries] Compiling hex-literal v0.4.1
41042026-03-11T22:02:26.289Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41052026-03-11T22:02:26.289Z[verify-libraries] Compiling russh v0.45.0
41062026-03-11T22:02:26.478Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41072026-03-11T22:02:28.622Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41082026-03-11T22:02:29.066Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41092026-03-11T22:02:30.839Z[verify-libraries] Compiling socket2 v0.5.10
41102026-03-11T22:02:31.928Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41112026-03-11T22:02:32.161Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
41122026-03-11T22:02:34.465Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41132026-03-11T22:02:41.885Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41142026-03-11T22:02:48.542Z[ recovery-image] Mar 11 22:02:47.450 INFO O| Mar 11 22:02:47.450 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41152026-03-11T22:02:54.380Z[ host-image] Mar 11 22:02:53.288 INFO O| Mar 11 22:02:53.288 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41162026-03-11T22:02:58.433Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41172026-03-11T22:02:58.469Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41182026-03-11T22:03:03.240Z[ recovery-image] Mar 11 22:03:02.148 INFO O| Mar 11 22:03:02.148 INFO O| Startup: Caching catalogs ... Done
41192026-03-11T22:03:03.352Z[ recovery-image] Mar 11 22:03:02.259 INFO O| Mar 11 22:03:02.259 INFO O| Planning: Planning completed in 0.00 seconds
41202026-03-11T22:03:03.374Z[ recovery-image] Mar 11 22:03:02.260 INFO O| Mar 11 22:03:02.260 INFO O| Planning: Consolidating action changes ... Done
41212026-03-11T22:03:03.375Z[ recovery-image] Mar 11 22:03:02.260 INFO O| Mar 11 22:03:02.260 INFO O| Planning: Evaluating mediators ... Done
41222026-03-11T22:03:03.375Z[ recovery-image] Mar 11 22:03:02.260 INFO O| Mar 11 22:03:02.260 INFO O| Planning: Planning completed in 0.00 seconds
41232026-03-11T22:03:03.375Z[ recovery-image] Mar 11 22:03:02.260 INFO O| Mar 11 22:03:02.260 INFO O| Variants/Facets to change: 1
41242026-03-11T22:03:03.409Z[ recovery-image] Mar 11 22:03:02.316 INFO O| Mar 11 22:03:02.316 INFO O| Done
41252026-03-11T22:03:03.409Z[ recovery-image] Mar 11 22:03:02.316 INFO O| Mar 11 22:03:02.316 INFO O| Done
41262026-03-11T22:03:04.398Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41272026-03-11T22:03:08.581Z[ recovery-image] Mar 11 22:03:04.575 INFO O| Mar 11 22:03:04.575 INFO O| Done
41282026-03-11T22:03:08.598Z[ recovery-image] Mar 11 22:03:04.714 INFO O| Mar 11 22:03:04.714 INFO O| Done
41292026-03-11T22:03:08.598Z[ recovery-image] Mar 11 22:03:04.714 INFO O| Mar 11 22:03:04.714 INFO O| Done
41302026-03-11T22:03:08.598Z[ recovery-image] Mar 11 22:03:04.715 INFO O| Mar 11 22:03:04.715 INFO O| Done
41312026-03-11T22:03:08.598Z[ recovery-image] Mar 11 22:03:04.716 INFO O| Mar 11 22:03:04.716 INFO O| Done
41322026-03-11T22:03:08.598Z[ host-image] Mar 11 22:03:06.573 INFO O| Mar 11 22:03:06.573 INFO O| Startup: Caching catalogs ... Done
41332026-03-11T22:03:08.598Z[ host-image] Mar 11 22:03:06.687 INFO O| Mar 11 22:03:06.687 INFO O| Planning: Planning completed in 0.00 seconds
41342026-03-11T22:03:08.599Z[ host-image] Mar 11 22:03:06.688 INFO O| Mar 11 22:03:06.688 INFO O| Planning: Consolidating action changes ... Done
41352026-03-11T22:03:08.599Z[ host-image] Mar 11 22:03:06.688 INFO O| Mar 11 22:03:06.688 INFO O| Planning: Evaluating mediators ... Done
41362026-03-11T22:03:08.599Z[ host-image] Mar 11 22:03:06.688 INFO O| Mar 11 22:03:06.688 INFO O| Planning: Planning completed in 0.00 seconds
41372026-03-11T22:03:08.599Z[ host-image] Mar 11 22:03:06.689 INFO O| Mar 11 22:03:06.689 INFO O| Variants/Facets to change: 1
41382026-03-11T22:03:08.599Z[ host-image] Mar 11 22:03:06.745 INFO O| Mar 11 22:03:06.745 INFO O| Done
41392026-03-11T22:03:08.599Z[ host-image] Mar 11 22:03:06.745 INFO O| Mar 11 22:03:06.745 INFO O| Done
41402026-03-11T22:03:08.599Z[ recovery-image] Mar 11 22:03:07.008 INFO O| Mar 11 22:03:07.008 INFO STEP 6 (pkg_change_variant) COMPLETE
41412026-03-11T22:03:08.599Z[ recovery-image] Mar 11 22:03:07.008 INFO O| Mar 11 22:03:07.008 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41422026-03-11T22:03:08.599Z[ recovery-image] Mar 11 22:03:07.008 INFO O| Mar 11 22:03:07.008 INFO skip step because feature "debug_variant" is not enabled
41432026-03-11T22:03:08.599Z[ recovery-image] Mar 11 22:03:07.008 INFO O| Mar 11 22:03:07.008 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41442026-03-11T22:03:08.686Z[ recovery-image] Mar 11 22:03:07.593 INFO O| Mar 11 22:03:07.593 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41452026-03-11T22:03:10.149Z[ host-image] Mar 11 22:03:09.056 INFO O| Mar 11 22:03:09.056 INFO O| Done
41462026-03-11T22:03:10.290Z[ host-image] Mar 11 22:03:09.197 INFO O| Mar 11 22:03:09.197 INFO O| Done
41472026-03-11T22:03:10.295Z[ host-image] Mar 11 22:03:09.198 INFO O| Mar 11 22:03:09.198 INFO O| Done
41482026-03-11T22:03:10.295Z[ host-image] Mar 11 22:03:09.198 INFO O| Mar 11 22:03:09.198 INFO O| Done
41492026-03-11T22:03:10.295Z[ host-image] Mar 11 22:03:09.199 INFO O| Mar 11 22:03:09.199 INFO O| Done
41502026-03-11T22:03:10.607Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41512026-03-11T22:03:11.997Z[ host-image] Mar 11 22:03:10.904 INFO O| Mar 11 22:03:10.904 INFO STEP 8 (pkg_change_facet) COMPLETE
41522026-03-11T22:03:11.998Z[ host-image] Mar 11 22:03:10.904 INFO O| Mar 11 22:03:10.904 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41532026-03-11T22:03:11.998Z[ host-image] Mar 11 22:03:10.904 INFO O| Mar 11 22:03:10.904 INFO skip step because feature "recovery" is not enabled
41542026-03-11T22:03:12.001Z[ host-image] Mar 11 22:03:10.904 INFO O| Mar 11 22:03:10.904 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41552026-03-11T22:03:12.002Z[ host-image] Mar 11 22:03:10.904 INFO O| Mar 11 22:03:10.904 INFO skip step because feature "recovery" is not enabled
41562026-03-11T22:03:12.002Z[ host-image] Mar 11 22:03:10.904 INFO O| Mar 11 22:03:10.904 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41572026-03-11T22:03:12.014Z[ host-image] Mar 11 22:03:10.921 INFO O| Mar 11 22:03:10.921 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"]
41582026-03-11T22:03:12.555Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41592026-03-11T22:03:15.295Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41602026-03-11T22:03:19.816Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41612026-03-11T22:03:20.063Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41622026-03-11T22:03:21.540Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41632026-03-11T22:03:26.437Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41642026-03-11T22:03:29.309Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41652026-03-11T22:03:35.350Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41662026-03-11T22:03:39.740Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41672026-03-11T22:03:40.164Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41682026-03-11T22:03:41.549Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41692026-03-11T22:03:43.250Z[ recovery-image] Mar 11 22:03:42.154 INFO O| Mar 11 22:03:42.153 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41702026-03-11T22:03:43.651Z[ host-image] Mar 11 22:03:42.555 INFO O| Mar 11 22:03:42.555 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41712026-03-11T22:03:48.964Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41722026-03-11T22:03:56.478Z[ recovery-image] Mar 11 22:03:55.382 INFO O| Mar 11 22:03:55.381 INFO O| Startup: Caching catalogs ... Done
41732026-03-11T22:03:56.626Z[ recovery-image] Mar 11 22:03:55.529 INFO O| Mar 11 22:03:55.529 INFO O| Planning: Planning completed in 0.00 seconds
41742026-03-11T22:03:56.629Z[ recovery-image] Mar 11 22:03:55.529 INFO O| Mar 11 22:03:55.529 INFO O| Planning: Consolidating action changes ... Done
41752026-03-11T22:03:56.629Z[ recovery-image] Mar 11 22:03:55.529 INFO O| Mar 11 22:03:55.529 INFO O| Planning: Evaluating mediators ... Done
41762026-03-11T22:03:56.629Z[ recovery-image] Mar 11 22:03:55.530 INFO O| Mar 11 22:03:55.530 INFO O| Planning: Planning completed in 0.00 seconds
41772026-03-11T22:03:56.629Z[ recovery-image] Mar 11 22:03:55.530 INFO O| Mar 11 22:03:55.530 INFO O| Variants/Facets to change: 1
41782026-03-11T22:03:56.731Z[ recovery-image] Mar 11 22:03:55.634 INFO O| Mar 11 22:03:55.634 INFO O| Done
41792026-03-11T22:03:56.731Z[ recovery-image] Mar 11 22:03:55.634 INFO O| Mar 11 22:03:55.634 INFO O| Done
41802026-03-11T22:03:56.867Z[ host-image] Mar 11 22:03:55.770 INFO O| Mar 11 22:03:55.770 INFO O| Startup: Caching catalogs ... Done
41812026-03-11T22:03:59.002Z[ recovery-image] Mar 11 22:03:57.905 INFO O| Mar 11 22:03:57.905 INFO O| Done
41822026-03-11T22:03:59.141Z[ recovery-image] Mar 11 22:03:58.044 INFO O| Mar 11 22:03:58.044 INFO O| Done
41832026-03-11T22:03:59.145Z[ recovery-image] Mar 11 22:03:58.045 INFO O| Mar 11 22:03:58.045 INFO O| Done
41842026-03-11T22:03:59.145Z[ recovery-image] Mar 11 22:03:58.046 INFO O| Mar 11 22:03:58.046 INFO O| Done
41852026-03-11T22:03:59.145Z[ recovery-image] Mar 11 22:03:58.047 INFO O| Mar 11 22:03:58.047 INFO O| Done
41862026-03-11T22:04:01.748Z[ recovery-image] Mar 11 22:04:00.651 INFO O| Mar 11 22:04:00.651 INFO STEP 8 (pkg_change_facet) COMPLETE
41872026-03-11T22:04:01.748Z[ recovery-image] Mar 11 22:04:00.651 INFO O| Mar 11 22:04:00.651 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41882026-03-11T22:04:03.275Z[ recovery-image] Mar 11 22:04:02.178 INFO O| Mar 11 22:04:02.178 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41892026-03-11T22:04:11.628Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41902026-03-11T22:04:14.366Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41912026-03-11T22:04:20.021Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41922026-03-11T22:04:22.463Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41932026-03-11T22:04:30.290Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41942026-03-11T22:04:32.233Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41952026-03-11T22:04:35.226Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41962026-03-11T22:04:35.629Z[ recovery-image] Mar 11 22:04:34.529 INFO O| Mar 11 22:04:34.529 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41972026-03-11T22:04:46.669Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41982026-03-11T22:04:47.973Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41992026-03-11T22:04:48.092Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42002026-03-11T22:04:49.049Z[ recovery-image] Mar 11 22:04:47.948 INFO O| Mar 11 22:04:47.948 INFO O| Startup: Caching catalogs ... Done
42012026-03-11T22:04:49.187Z[ recovery-image] Mar 11 22:04:48.087 INFO O| Mar 11 22:04:48.087 INFO O| Planning: Planning completed in 0.00 seconds
42022026-03-11T22:04:49.191Z[ recovery-image] Mar 11 22:04:48.087 INFO O| Mar 11 22:04:48.087 INFO O| Planning: Consolidating action changes ... Done
42032026-03-11T22:04:49.191Z[ recovery-image] Mar 11 22:04:48.087 INFO O| Mar 11 22:04:48.087 INFO O| Planning: Evaluating mediators ... Done
42042026-03-11T22:04:49.191Z[ recovery-image] Mar 11 22:04:48.088 INFO O| Mar 11 22:04:48.088 INFO O| Planning: Planning completed in 0.00 seconds
42052026-03-11T22:04:49.191Z[ recovery-image] Mar 11 22:04:48.088 INFO O| Mar 11 22:04:48.088 INFO O| Variants/Facets to change: 1
42062026-03-11T22:04:49.246Z[ recovery-image] Mar 11 22:04:48.146 INFO O| Mar 11 22:04:48.146 INFO O| Done
42072026-03-11T22:04:49.246Z[ recovery-image] Mar 11 22:04:48.146 INFO O| Mar 11 22:04:48.146 INFO O| Done
42082026-03-11T22:04:51.536Z[ recovery-image] Mar 11 22:04:50.435 INFO O| Mar 11 22:04:50.435 INFO O| Done
42092026-03-11T22:04:51.712Z[ recovery-image] Mar 11 22:04:50.611 INFO O| Mar 11 22:04:50.611 INFO O| Done
42102026-03-11T22:04:51.716Z[ recovery-image] Mar 11 22:04:50.612 INFO O| Mar 11 22:04:50.612 INFO O| Done
42112026-03-11T22:04:51.716Z[ recovery-image] Mar 11 22:04:50.612 INFO O| Mar 11 22:04:50.612 INFO O| Done
42122026-03-11T22:04:51.716Z[ recovery-image] Mar 11 22:04:50.614 INFO O| Mar 11 22:04:50.613 INFO O| Done
42132026-03-11T22:04:53.765Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42142026-03-11T22:04:53.818Z[ recovery-image] Mar 11 22:04:52.717 INFO O| Mar 11 22:04:52.717 INFO STEP 9 (pkg_change_facet) COMPLETE
42152026-03-11T22:04:53.818Z[ recovery-image] Mar 11 22:04:52.717 INFO O| Mar 11 22:04:52.717 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42162026-03-11T22:04:54.274Z[ recovery-image] Mar 11 22:04:53.173 INFO O| Mar 11 22:04:53.173 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42172026-03-11T22:05:02.469Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42182026-03-11T22:05:15.986Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42192026-03-11T22:05:21.623Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42202026-03-11T22:05:23.191Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42212026-03-11T22:05:29.762Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42222026-03-11T22:05:29.949Z[ recovery-image] Mar 11 22:05:28.845 INFO O| Mar 11 22:05:28.845 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42232026-03-11T22:05:35.566Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42242026-03-11T22:05:41.257Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42252026-03-11T22:05:43.177Z[ recovery-image] Mar 11 22:05:42.072 INFO O| Mar 11 22:05:42.072 INFO O| Startup: Caching catalogs ... Done
42262026-03-11T22:05:43.305Z[ recovery-image] Mar 11 22:05:42.200 INFO O| Mar 11 22:05:42.200 INFO O| Planning: Planning completed in 0.00 seconds
42272026-03-11T22:05:43.308Z[ recovery-image] Mar 11 22:05:42.201 INFO O| Mar 11 22:05:42.200 INFO O| Planning: Consolidating action changes ... Done
42282026-03-11T22:05:43.309Z[ recovery-image] Mar 11 22:05:42.201 INFO O| Mar 11 22:05:42.201 INFO O| Planning: Evaluating mediators ... Done
42292026-03-11T22:05:43.309Z[ recovery-image] Mar 11 22:05:42.201 INFO O| Mar 11 22:05:42.201 INFO O| Planning: Planning completed in 0.00 seconds
42302026-03-11T22:05:43.309Z[ recovery-image] Mar 11 22:05:42.201 INFO O| Mar 11 22:05:42.201 INFO O| Variants/Facets to change: 1
42312026-03-11T22:05:43.365Z[ recovery-image] Mar 11 22:05:42.260 INFO O| Mar 11 22:05:42.260 INFO O| Done
42322026-03-11T22:05:43.365Z[ recovery-image] Mar 11 22:05:42.260 INFO O| Mar 11 22:05:42.260 INFO O| Done
42332026-03-11T22:05:46.320Z[ recovery-image] Mar 11 22:05:45.215 INFO O| Mar 11 22:05:45.215 INFO O| Done
42342026-03-11T22:05:46.543Z[ recovery-image] Mar 11 22:05:45.438 INFO O| Mar 11 22:05:45.438 INFO O| Done
42352026-03-11T22:05:46.547Z[ recovery-image] Mar 11 22:05:45.439 INFO O| Mar 11 22:05:45.439 INFO O| Done
42362026-03-11T22:05:46.547Z[ recovery-image] Mar 11 22:05:45.439 INFO O| Mar 11 22:05:45.439 INFO O| Done
42372026-03-11T22:05:46.547Z[ recovery-image] Mar 11 22:05:45.441 INFO O| Mar 11 22:05:45.441 INFO O| Done
42382026-03-11T22:05:49.352Z[ recovery-image] Mar 11 22:05:48.247 INFO O| Mar 11 22:05:48.247 INFO STEP 10 (pkg_change_facet) COMPLETE
42392026-03-11T22:05:49.352Z[ recovery-image] Mar 11 22:05:48.247 INFO O| Mar 11 22:05:48.247 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42402026-03-11T22:05:49.366Z[ recovery-image] Mar 11 22:05:48.260 INFO O| Mar 11 22:05:48.260 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"]
42412026-03-11T22:05:54.015Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42422026-03-11T22:06:07.214Z[ host-image] Mar 11 22:06:06.108 INFO O| Mar 11 22:06:06.108 INFO O| Planning: Solver setup ... Done
42432026-03-11T22:06:08.083Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42442026-03-11T22:06:15.755Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42452026-03-11T22:06:28.193Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42462026-03-11T22:06:31.973Z[ recovery-image] Mar 11 22:06:30.864 INFO O| Mar 11 22:06:30.864 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42472026-03-11T22:06:42.108Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42482026-03-11T22:06:42.498Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42492026-03-11T22:06:43.380Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42502026-03-11T22:06:45.173Z[ recovery-image] Mar 11 22:06:44.063 INFO O| Mar 11 22:06:44.063 INFO O| Startup: Caching catalogs ... Done
42512026-03-11T22:06:46.509Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42522026-03-11T22:06:53.780Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42532026-03-11T22:06:55.707Z[verify-libraries] Compiling internet-checksum v0.2.1
42542026-03-11T22:06:55.968Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42552026-03-11T22:07:02.263Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42562026-03-11T22:07:08.260Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42572026-03-11T22:07:17.836Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42582026-03-11T22:07:31.165Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42592026-03-11T22:07:33.656Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42602026-03-11T22:07:34.792Z[verify-libraries] Compiling git-stub v1.0.0
42612026-03-11T22:07:35.178Z[verify-libraries] Compiling yansi v1.0.1
42622026-03-11T22:07:36.125Z[verify-libraries] Compiling diff v0.1.13
42632026-03-11T22:07:36.303Z[verify-libraries] Compiling git-stub-vcs v0.1.0
42642026-03-11T22:07:37.069Z[verify-libraries] Compiling pretty_assertions v1.4.1
42652026-03-11T22:07:37.623Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42662026-03-11T22:07:37.929Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42672026-03-11T22:07:38.310Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42682026-03-11T22:07:38.830Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42692026-03-11T22:07:39.270Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42702026-03-11T22:07:39.851Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42712026-03-11T22:07:40.277Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42722026-03-11T22:07:45.452Z[verify-libraries] Compiling drift v0.1.3
42732026-03-11T22:08:04.441Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42742026-03-11T22:08:05.226Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42752026-03-11T22:08:07.426Z[verify-libraries] Compiling dropshot-api-manager v0.5.2
42762026-03-11T22:08:10.410Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42772026-03-11T22:08:23.542Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42782026-03-11T22:08:25.595Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42792026-03-11T22:08:30.538Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42802026-03-11T22:08:48.421Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42812026-03-11T22:08:56.894Z[ recovery-image] Mar 11 22:08:55.774 INFO O| Mar 11 22:08:55.774 INFO O| Planning: Solver setup ... Done
42822026-03-11T22:09:02.194Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42832026-03-11T22:09:14.367Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42842026-03-11T22:09:25.682Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42852026-03-11T22:09:25.728Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42862026-03-11T22:09:26.349Z[verify-libraries] Compiling termios v0.3.3
42872026-03-11T22:09:26.948Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42882026-03-11T22:09:28.090Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42892026-03-11T22:09:30.545Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42902026-03-11T22:09:45.123Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42912026-03-11T22:09:48.432Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42922026-03-11T22:09:56.610Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42932026-03-11T22:12:06.112Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42942026-03-11T22:12:08.127Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42952026-03-11T22:13:02.878Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
42962026-03-11T22:13:07.193Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42972026-03-11T22:13:08.096Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42982026-03-11T22:13:12.214Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42992026-03-11T22:13:16.269Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43002026-03-11T22:14:02.495Z[ host-image] Mar 11 22:14:01.351 INFO O| Mar 11 22:14:01.351 INFO O| Planning: Running solver ... Done
43012026-03-11T22:14:57.033Z[ recovery-image] Mar 11 22:14:55.885 INFO O| Mar 11 22:14:55.885 INFO O| Planning: Running solver ... Done
43022026-03-11T22:15:00.047Z[ recovery-image] Mar 11 22:14:58.898 INFO O| Mar 11 22:14:58.898 INFO O| Planning: Finding local manifests ... Done
43032026-03-11T22:15:00.200Z[ recovery-image] Mar 11 22:14:59.052 INFO O| Mar 11 22:14:59.052 INFO O| Planning: Fetching manifests: 0/126 0% complete
43042026-03-11T22:15:05.222Z[ recovery-image] Mar 11 22:15:04.073 INFO O| Mar 11 22:15:04.073 INFO O| Planning: Fetching manifests: 115/126 91% complete
43052026-03-11T22:15:06.040Z[ recovery-image] Mar 11 22:15:04.891 INFO O| Mar 11 22:15:04.891 INFO O| Planning: Fetching manifests: 126/126 100% complete
43062026-03-11T22:15:07.449Z[ recovery-image] Mar 11 22:15:06.301 INFO O| Mar 11 22:15:06.301 INFO O| Planning: Package planning ... Done
43072026-03-11T22:15:07.731Z[ recovery-image] Mar 11 22:15:06.582 INFO O| Mar 11 22:15:06.582 INFO O| Planning: Merging actions ... Done
43082026-03-11T22:15:07.832Z[ recovery-image] Mar 11 22:15:06.683 INFO O| Mar 11 22:15:06.683 INFO O| Planning: Checking for conflicting actions ... Done
43092026-03-11T22:15:07.981Z[ recovery-image] Mar 11 22:15:06.833 INFO O| Mar 11 22:15:06.833 INFO O| Planning: Consolidating action changes ... Done
43102026-03-11T22:15:08.255Z[ recovery-image] Mar 11 22:15:07.107 INFO O| Mar 11 22:15:07.107 INFO O| Planning: Evaluating mediators ... Done
43112026-03-11T22:15:09.146Z[ host-image] Mar 11 22:15:07.997 INFO O| Mar 11 22:15:07.997 INFO O| Planning: Finding local manifests ... Done
43122026-03-11T22:15:10.129Z[ host-image] Mar 11 22:15:08.980 INFO O| Mar 11 22:15:08.980 INFO O| Planning: Fetching manifests: 0/126 0% complete
43132026-03-11T22:15:10.634Z[ recovery-image] Mar 11 22:15:09.485 INFO O| Mar 11 22:15:09.485 INFO O| Planning: Planning completed in 505.28 seconds
43142026-03-11T22:15:10.639Z[ recovery-image] Mar 11 22:15:09.487 INFO O| Mar 11 22:15:09.487 INFO O| Packages to install: 126
43152026-03-11T22:15:10.639Z[ recovery-image] Mar 11 22:15:09.487 INFO O| Mar 11 22:15:09.487 INFO O| Mediators to change: 5
43162026-03-11T22:15:10.639Z[ recovery-image] Mar 11 22:15:09.487 INFO O| Mar 11 22:15:09.487 INFO O| Services to change: 5
43172026-03-11T22:15:10.689Z[ recovery-image] Mar 11 22:15:09.540 INFO O| Mar 11 22:15:09.540 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
43182026-03-11T22:15:15.282Z[ host-image] Mar 11 22:15:14.132 INFO O| Mar 11 22:15:14.132 INFO O| Planning: Fetching manifests: 52/126 41% complete
43192026-03-11T22:15:16.690Z[ recovery-image] Mar 11 22:15:15.541 INFO O| Mar 11 22:15:15.540 INFO O| Download: 1058/15969 items 8.0/187.3MB 4% complete (1.6M/s)
43202026-03-11T22:15:20.285Z[ host-image] Mar 11 22:15:19.136 INFO O| Mar 11 22:15:19.136 INFO O| Planning: Fetching manifests: 113/126 89% complete
43212026-03-11T22:15:21.108Z[ host-image] Mar 11 22:15:19.958 INFO O| Mar 11 22:15:19.958 INFO O| Planning: Fetching manifests: 126/126 100% complete
43222026-03-11T22:15:22.625Z[ recovery-image] Mar 11 22:15:21.475 INFO O| Mar 11 22:15:21.475 INFO O| Download: 1316/15969 items 20.2/187.3MB 10% complete (1.8M/s)
43232026-03-11T22:15:22.918Z[ host-image] Mar 11 22:15:21.768 INFO O| Mar 11 22:15:21.768 INFO O| Planning: Package planning ... Done
43242026-03-11T22:15:23.560Z[ host-image] Mar 11 22:15:22.410 INFO O| Mar 11 22:15:22.410 INFO O| Planning: Merging actions ... Done
43252026-03-11T22:15:23.709Z[ host-image] Mar 11 22:15:22.559 INFO O| Mar 11 22:15:22.558 INFO O| Planning: Checking for conflicting actions ... Done
43262026-03-11T22:15:23.862Z[ host-image] Mar 11 22:15:22.712 INFO O| Mar 11 22:15:22.712 INFO O| Planning: Consolidating action changes ... Done
43272026-03-11T22:15:24.244Z[ host-image] Mar 11 22:15:23.094 INFO O| Mar 11 22:15:23.094 INFO O| Planning: Evaluating mediators ... Done
43282026-03-11T22:15:26.798Z[ host-image] Mar 11 22:15:25.648 INFO O| Mar 11 22:15:25.647 INFO O| Planning: Planning completed in 689.64 seconds
43292026-03-11T22:15:26.877Z[ host-image] Mar 11 22:15:25.727 INFO O| Mar 11 22:15:25.727 INFO O| Packages to install: 126
43302026-03-11T22:15:26.877Z[ host-image] Mar 11 22:15:25.727 INFO O| Mar 11 22:15:25.727 INFO O| Mediators to change: 5
43312026-03-11T22:15:26.877Z[ host-image] Mar 11 22:15:25.727 INFO O| Mar 11 22:15:25.727 INFO O| Services to change: 6
43322026-03-11T22:15:27.664Z[ recovery-image] Mar 11 22:15:26.513 INFO O| Mar 11 22:15:26.513 INFO O| Download: 1664/15969 items 26.0/187.3MB 13% complete (1.7M/s)
43332026-03-11T22:15:28.303Z[ host-image] Mar 11 22:15:27.153 INFO O| Mar 11 22:15:27.153 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43342026-03-11T22:15:33.185Z[ recovery-image] Mar 11 22:15:32.035 INFO O| Mar 11 22:15:32.035 INFO O| Download: 2679/15969 items 33.2/187.3MB 17% complete (1.4M/s)
43352026-03-11T22:15:33.305Z[ host-image] Mar 11 22:15:32.154 INFO O| Mar 11 22:15:32.154 INFO O| Download: 1017/22925 items 5.4/210.6MB 2% complete (1.2M/s)
43362026-03-11T22:15:39.066Z[ recovery-image] Mar 11 22:15:37.915 INFO O| Mar 11 22:15:37.915 INFO O| Download: 3674/15969 items 39.5/187.3MB 21% complete (1.2M/s)
43372026-03-11T22:15:39.266Z[ host-image] Mar 11 22:15:38.115 INFO O| Mar 11 22:15:38.114 INFO O| Download: 1593/22925 items 9.7/210.6MB 4% complete (1.2M/s)
43382026-03-11T22:15:44.104Z[ recovery-image] Mar 11 22:15:42.916 INFO O| Mar 11 22:15:42.916 INFO O| Download: 4235/15969 items 43.0/187.3MB 22% complete (1.0M/s)
43392026-03-11T22:15:45.037Z[ host-image] Mar 11 22:15:43.886 INFO O| Mar 11 22:15:43.886 INFO O| Download: 1690/22925 items 11.3/210.6MB 5% complete (616k/s)
43402026-03-11T22:15:49.069Z[ recovery-image] Mar 11 22:15:47.917 INFO O| Mar 11 22:15:47.917 INFO O| Download: 5504/15969 items 43.8/187.3MB 23% complete (441k/s)
43412026-03-11T22:15:51.030Z[ host-image] Mar 11 22:15:49.878 INFO O| Mar 11 22:15:49.878 INFO O| Download: 1943/22925 items 22.1/210.6MB 10% complete (1.2M/s)
43422026-03-11T22:15:55.060Z[ recovery-image] Mar 11 22:15:53.907 INFO O| Mar 11 22:15:53.907 INFO O| Download: 6019/15969 items 53.8/187.3MB 28% complete (1.1M/s)
43432026-03-11T22:15:56.031Z[ host-image] Mar 11 22:15:54.879 INFO O| Mar 11 22:15:54.879 INFO O| Download: 2340/22925 items 27.6/210.6MB 13% complete (1.6M/s)
43442026-03-11T22:16:00.060Z[ recovery-image] Mar 11 22:15:58.908 INFO O| Mar 11 22:15:58.907 INFO O| Download: 6268/15969 items 66.8/187.3MB 35% complete (2.1M/s)
43452026-03-11T22:16:01.035Z[ host-image] Mar 11 22:15:59.882 INFO O| Mar 11 22:15:59.882 INFO O| Download: 3732/22925 items 37.8/210.6MB 17% complete (1.6M/s)
43462026-03-11T22:16:05.890Z[ recovery-image] Mar 11 22:16:04.737 INFO O| Mar 11 22:16:04.737 INFO O| Download: 7704/15969 items 78.4/187.3MB 41% complete (2.5M/s)
43472026-03-11T22:16:06.122Z[ host-image] Mar 11 22:16:04.969 INFO O| Mar 11 22:16:04.969 INFO O| Download: 4615/22925 items 42.6/210.6MB 20% complete (1.9M/s)
43482026-03-11T22:16:10.896Z[ recovery-image] Mar 11 22:16:09.743 INFO O| Mar 11 22:16:09.743 INFO O| Download: 8107/15969 items 84.2/187.3MB 44% complete (1.5M/s)
43492026-03-11T22:16:12.995Z[ host-image] Mar 11 22:16:11.841 INFO O| Mar 11 22:16:11.841 INFO O| Download: 4731/22925 items 43.6/210.6MB 20% complete (823k/s)
43502026-03-11T22:16:16.853Z[ recovery-image] Mar 11 22:16:15.699 INFO O| Mar 11 22:16:15.699 INFO O| Download: 8895/15969 items 96.3/187.3MB 51% complete (1.8M/s)
43512026-03-11T22:16:18.050Z[ host-image] Mar 11 22:16:16.896 INFO O| Mar 11 22:16:16.896 INFO O| Download: 5818/22925 items 46.7/210.6MB 22% complete (383k/s)
43522026-03-11T22:16:22.594Z[ recovery-image] Mar 11 22:16:21.439 INFO O| Mar 11 22:16:21.439 INFO O| Download: 9010/15969 items 97.4/187.3MB 52% complete (1.6M/s)
43532026-03-11T22:16:23.183Z[ host-image] Mar 11 22:16:22.029 INFO O| Mar 11 22:16:22.029 INFO O| Download: 6834/22925 items 47.6/210.6MB 22% complete (402k/s)
43542026-03-11T22:16:27.602Z[ recovery-image] Mar 11 22:16:26.448 INFO O| Mar 11 22:16:26.448 INFO O| Download: 10203/15969 items 98.1/187.3MB 52% complete (139k/s)
43552026-03-11T22:16:31.948Z[ host-image] Mar 11 22:16:30.793 INFO O| Mar 11 22:16:30.793 INFO O| Download: 6934/22925 items 49.4/210.6MB 23% complete (387k/s)
43562026-03-11T22:16:33.460Z[ recovery-image] Mar 11 22:16:32.305 INFO O| Mar 11 22:16:32.305 INFO O| Download: 11118/15969 items 100.2/187.3MB 53% complete (263k/s)
43572026-03-11T22:16:36.958Z[ host-image] Mar 11 22:16:35.802 INFO O| Mar 11 22:16:35.802 INFO O| Download: 7794/22925 items 59.2/210.6MB 28% complete (1.0M/s)
43582026-03-11T22:16:40.463Z[ recovery-image] Mar 11 22:16:39.307 INFO O| Mar 11 22:16:39.307 INFO O| Download: 11587/15969 items 116.3/187.3MB 62% complete (1.8M/s)
43592026-03-11T22:16:42.564Z[ host-image] Mar 11 22:16:41.408 INFO O| Mar 11 22:16:41.408 INFO O| Download: 8073/22925 items 60.7/210.6MB 28% complete (1.2M/s)
43602026-03-11T22:16:46.102Z[ recovery-image] Mar 11 22:16:44.946 INFO O| Mar 11 22:16:44.946 INFO O| Download: 12064/15969 items 144.9/187.3MB 77% complete (3.3M/s)
43612026-03-11T22:16:48.470Z[ host-image] Mar 11 22:16:47.314 INFO O| Mar 11 22:16:47.313 INFO O| Download: 8155/22925 items 60.8/210.6MB 28% complete (1.0M/s)
43622026-03-11T22:16:51.901Z[ recovery-image] Mar 11 22:16:50.744 INFO O| Mar 11 22:16:50.744 INFO O| Download: 14114/15969 items 153.4/187.3MB 81% complete (3.1M/s)
43632026-03-11T22:16:54.463Z[ host-image] Mar 11 22:16:53.306 INFO O| Mar 11 22:16:53.306 INFO O| Download: 8435/22925 items 73.7/210.6MB 34% complete (1.3M/s)
43642026-03-11T22:16:57.943Z[ recovery-image] Mar 11 22:16:56.786 INFO O| Mar 11 22:16:56.786 INFO O| Download: 14841/15969 items 161.7/187.3MB 86% complete (1.6M/s)
43652026-03-11T22:17:00.203Z[ host-image] Mar 11 22:16:59.045 INFO O| Mar 11 22:16:59.045 INFO O| Download: 9467/22925 items 86.3/210.6MB 40% complete (2.7M/s)
43662026-03-11T22:17:05.221Z[ host-image] Mar 11 22:17:04.063 INFO O| Mar 11 22:17:04.063 INFO O| Download: 10668/22925 items 93.7/210.6MB 44% complete (2.1M/s)
43672026-03-11T22:17:07.104Z[ recovery-image] Mar 11 22:17:05.946 INFO O| Mar 11 22:17:05.946 INFO O| Download: 15344/15969 items 166.3/187.3MB 88% complete (1.3M/s)
43682026-03-11T22:17:10.858Z[ host-image] Mar 11 22:17:09.699 INFO O| Mar 11 22:17:09.699 INFO O| Download: 11226/22925 items 98.3/210.6MB 46% complete (1.2M/s)
43692026-03-11T22:17:13.195Z[ recovery-image] Mar 11 22:17:12.037 INFO O| Mar 11 22:17:12.037 INFO O| Download: 15691/15969 items 181.3/187.3MB 96% complete (1.6M/s)
43702026-03-11T22:17:15.867Z[ host-image] Mar 11 22:17:14.708 INFO O| Mar 11 22:17:14.708 INFO O| Download: 11881/22925 items 101.2/210.6MB 48% complete (712k/s)
43712026-03-11T22:17:19.068Z[ recovery-image] Mar 11 22:17:17.909 INFO O| Mar 11 22:17:17.909 INFO O| Download: 15939/15969 items 185.9/187.3MB 99% complete (2.1M/s)
43722026-03-11T22:17:20.244Z[ recovery-image] Mar 11 22:17:19.085 INFO O| Mar 11 22:17:19.085 INFO O| Download: Completed 187.26 MB in 129.54 seconds (1.4M/s)
43732026-03-11T22:17:20.838Z[ recovery-image] Mar 11 22:17:19.679 INFO O| Mar 11 22:17:19.679 INFO O| Actions: 1/26357 actions (Installing new actions)
43742026-03-11T22:17:21.368Z[ host-image] Mar 11 22:17:20.209 INFO O| Mar 11 22:17:20.208 INFO O| Download: 12191/22925 items 105.9/210.6MB 50% complete (932k/s)
43752026-03-11T22:17:25.850Z[ recovery-image] Mar 11 22:17:24.690 INFO O| Mar 11 22:17:24.690 INFO O| Actions: 12599/26357 actions (Installing new actions)
43762026-03-11T22:17:26.385Z[ host-image] Mar 11 22:17:25.226 INFO O| Mar 11 22:17:25.226 INFO O| Download: 12506/22925 items 114.4/210.6MB 54% complete (1.2M/s)
43772026-03-11T22:17:30.854Z[ recovery-image] Mar 11 22:17:29.694 INFO O| Mar 11 22:17:29.694 INFO O| Actions: 13608/26357 actions (Installing new actions)
43782026-03-11T22:17:31.737Z[ host-image] Mar 11 22:17:30.577 INFO O| Mar 11 22:17:30.577 INFO O| Download: 13424/22925 items 114.8/210.6MB 54% complete (966k/s)
43792026-03-11T22:17:35.865Z[ recovery-image] Mar 11 22:17:34.705 INFO O| Mar 11 22:17:34.705 INFO O| Actions: 14432/26357 actions (Installing new actions)
43802026-03-11T22:17:37.062Z[ host-image] Mar 11 22:17:35.901 INFO O| Mar 11 22:17:35.901 INFO O| Download: 14487/22925 items 116.5/210.6MB 55% complete (204k/s)
43812026-03-11T22:17:40.867Z[ recovery-image] Mar 11 22:17:39.706 INFO O| Mar 11 22:17:39.706 INFO O| Actions: 15910/26357 actions (Installing new actions)
43822026-03-11T22:17:42.062Z[ host-image] Mar 11 22:17:40.901 INFO O| Mar 11 22:17:40.901 INFO O| Download: 15091/22925 items 127.7/210.6MB 60% complete (1.3M/s)
43832026-03-11T22:17:45.889Z[ recovery-image] Mar 11 22:17:44.728 INFO O| Mar 11 22:17:44.728 INFO O| Actions: 19283/26357 actions (Installing new actions)
43842026-03-11T22:17:47.834Z[ host-image] Mar 11 22:17:46.673 INFO O| Mar 11 22:17:46.673 INFO O| Download: 15837/22925 items 131.1/210.6MB 62% complete (1.5M/s)
43852026-03-11T22:17:50.893Z[ recovery-image] Mar 11 22:17:49.732 INFO O| Mar 11 22:17:49.732 INFO O| Actions: 20496/26357 actions (Installing new actions)
43862026-03-11T22:17:52.837Z[ host-image] Mar 11 22:17:51.676 INFO O| Mar 11 22:17:51.676 INFO O| Download: 16969/22925 items 148.4/210.6MB 70% complete (1.9M/s)
43872026-03-11T22:17:54.152Z[ recovery-image] Mar 11 22:17:52.990 INFO O| Mar 11 22:17:52.990 INFO O| Actions: Completed 26357 actions in 33.31 seconds.
43882026-03-11T22:17:54.771Z[ recovery-image] Mar 11 22:17:53.607 INFO O| Mar 11 22:17:53.607 INFO O| Done
43892026-03-11T22:17:54.771Z[ recovery-image] Mar 11 22:17:53.607 INFO O| Mar 11 22:17:53.607 INFO O| Done
43902026-03-11T22:17:56.613Z[ recovery-image] Mar 11 22:17:55.451 INFO O| Mar 11 22:17:55.451 INFO O| Done
43912026-03-11T22:17:57.838Z[ host-image] Mar 11 22:17:56.676 INFO O| Mar 11 22:17:56.676 INFO O| Download: 17976/22925 items 155.6/210.6MB 73% complete (2.6M/s)
43922026-03-11T22:17:58.574Z[ recovery-image] Mar 11 22:17:57.412 INFO O| Mar 11 22:17:57.412 INFO O| Done
43932026-03-11T22:17:58.619Z[ recovery-image] Mar 11 22:17:57.457 INFO O| Mar 11 22:17:57.457 INFO O| Done
43942026-03-11T22:18:00.650Z[ recovery-image] Mar 11 22:17:59.488 INFO O| Mar 11 22:17:59.488 INFO O| Done
43952026-03-11T22:18:01.220Z[ recovery-image] Mar 11 22:18:00.058 INFO O| Mar 11 22:18:00.058 INFO O| Done
43962026-03-11T22:18:03.178Z[ host-image] Mar 11 22:18:02.015 INFO O| Mar 11 22:18:02.015 INFO O| Download: 19065/22925 items 170.9/210.6MB 81% complete (2.3M/s)
43972026-03-11T22:18:06.878Z[ recovery-image] Mar 11 22:18:05.716 INFO O| Mar 11 22:18:05.715 INFO STEP 11 (pkg_install) COMPLETE
43982026-03-11T22:18:06.879Z[ recovery-image] Mar 11 22:18:05.716 INFO O| Mar 11 22:18:05.716 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43992026-03-11T22:18:06.882Z[ recovery-image] Mar 11 22:18:05.716 INFO O| Mar 11 22:18:05.716 INFO skip step because feature "recovery" is enabled
44002026-03-11T22:18:06.882Z[ recovery-image] Mar 11 22:18:05.716 INFO O| Mar 11 22:18:05.716 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44012026-03-11T22:18:06.882Z[ recovery-image] Mar 11 22:18:05.716 INFO O| Mar 11 22:18:05.716 INFO skip step because feature "omicron1" is not enabled
44022026-03-11T22:18:06.882Z[ recovery-image] Mar 11 22:18:05.716 INFO O| Mar 11 22:18:05.716 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44032026-03-11T22:18:06.911Z[ recovery-image] Mar 11 22:18:05.749 INFO O| Mar 11 22:18:05.748 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44042026-03-11T22:18:08.187Z[ host-image] Mar 11 22:18:07.024 INFO O| Mar 11 22:18:07.024 INFO O| Download: 20091/22925 items 175.3/210.6MB 83% complete (2.0M/s)
44052026-03-11T22:18:13.450Z[ host-image] Mar 11 22:18:12.287 INFO O| Mar 11 22:18:12.287 INFO O| Download: 20743/22925 items 178.2/210.6MB 84% complete (747k/s)
44062026-03-11T22:18:19.371Z[ host-image] Mar 11 22:18:18.207 INFO O| Mar 11 22:18:18.207 INFO O| Download: 21149/22925 items 184.6/210.6MB 87% complete (952k/s)
44072026-03-11T22:18:24.383Z[ host-image] Mar 11 22:18:23.219 INFO O| Mar 11 22:18:23.219 INFO O| Download: 21977/22925 items 202.5/210.6MB 96% complete (2.4M/s)
44082026-03-11T22:18:30.296Z[ host-image] Mar 11 22:18:29.131 INFO O| Mar 11 22:18:29.131 INFO O| Download: 22155/22925 items 204.5/210.6MB 97% complete (2.0M/s)
44092026-03-11T22:18:35.312Z[ host-image] Mar 11 22:18:34.147 INFO O| Mar 11 22:18:34.147 INFO O| Download: 22919/22925 items 210.6/210.6MB 99% complete (878k/s)
44102026-03-11T22:18:36.463Z[ host-image] Mar 11 22:18:35.298 INFO O| Mar 11 22:18:35.298 INFO O| Download: Completed 210.65 MB in 188.15 seconds (1.1M/s)
44112026-03-11T22:18:37.091Z[ host-image] Mar 11 22:18:35.925 INFO O| Mar 11 22:18:35.925 INFO O| Actions: 1/50885 actions (Installing new actions)
44122026-03-11T22:18:39.132Z[ recovery-image] Mar 11 22:18:37.967 INFO O| Mar 11 22:18:37.967 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44132026-03-11T22:18:42.099Z[ host-image] Mar 11 22:18:40.933 INFO O| Mar 11 22:18:40.933 INFO O| Actions: 12356/50885 actions (Installing new actions)
44142026-03-11T22:18:47.100Z[ host-image] Mar 11 22:18:45.934 INFO O| Mar 11 22:18:45.934 INFO O| Actions: 17124/50885 actions (Installing new actions)
44152026-03-11T22:18:50.072Z[ recovery-image] Mar 11 22:18:48.906 INFO O| Mar 11 22:18:48.906 INFO O| Startup: Caching catalogs ... Done
44162026-03-11T22:18:52.100Z[ host-image] Mar 11 22:18:50.934 INFO O| Mar 11 22:18:50.934 INFO O| Actions: 38891/50885 actions (Installing new actions)
44172026-03-11T22:18:53.439Z[ host-image] Mar 11 22:18:52.272 INFO O| Mar 11 22:18:52.272 INFO O| Actions: Completed 50885 actions in 16.34 seconds.
44182026-03-11T22:18:53.927Z[ host-image] Mar 11 22:18:52.761 INFO O| Mar 11 22:18:52.761 INFO O| Done
44192026-03-11T22:18:53.927Z[ host-image] Mar 11 22:18:52.761 INFO O| Mar 11 22:18:52.761 INFO O| Done
44202026-03-11T22:18:56.045Z[ recovery-image] Mar 11 22:18:54.878 INFO O| Mar 11 22:18:54.878 INFO O| Planning: Solver setup ... Done
44212026-03-11T22:18:56.052Z[ recovery-image] Mar 11 22:18:54.885 INFO O| Mar 11 22:18:54.885 INFO O| Planning: Running solver ... Done
44222026-03-11T22:18:56.185Z[ recovery-image] Mar 11 22:18:55.016 INFO O| Mar 11 22:18:55.016 INFO O| Planning: Finding local manifests ... Done
44232026-03-11T22:18:56.197Z[ recovery-image] Mar 11 22:18:55.031 INFO O| Mar 11 22:18:55.030 INFO O| Planning: Fetching manifests: 0/1 0% complete
44242026-03-11T22:18:56.201Z[ recovery-image] Mar 11 22:18:55.035 INFO O| Mar 11 22:18:55.035 INFO O| Planning: Fetching manifests: 1/1 100% complete
44252026-03-11T22:18:56.225Z[ recovery-image] Mar 11 22:18:55.058 INFO O| Mar 11 22:18:55.058 INFO O| Planning: Package planning ... Done
44262026-03-11T22:18:56.228Z[ recovery-image] Mar 11 22:18:55.059 INFO O| Mar 11 22:18:55.059 INFO O| Planning: Merging actions ... Done
44272026-03-11T22:18:56.251Z[ recovery-image] Mar 11 22:18:55.085 INFO O| Mar 11 22:18:55.084 INFO O| Planning: Checking for conflicting actions ... Done
44282026-03-11T22:18:56.255Z[ recovery-image] Mar 11 22:18:55.085 INFO O| Mar 11 22:18:55.085 INFO O| Planning: Consolidating action changes ... Done
44292026-03-11T22:18:56.428Z[ recovery-image] Mar 11 22:18:55.262 INFO O| Mar 11 22:18:55.262 INFO O| Planning: Evaluating mediators ... Done
44302026-03-11T22:18:56.431Z[ recovery-image] Mar 11 22:18:55.262 INFO O| Mar 11 22:18:55.262 INFO O| Planning: Planning completed in 6.25 seconds
44312026-03-11T22:18:56.432Z[ recovery-image] Mar 11 22:18:55.263 INFO O| Mar 11 22:18:55.263 INFO O| Packages to install: 1
44322026-03-11T22:18:56.446Z[ recovery-image] Mar 11 22:18:55.280 INFO O| Mar 11 22:18:55.280 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
44332026-03-11T22:18:56.570Z[ recovery-image] Mar 11 22:18:55.402 INFO O| Mar 11 22:18:55.402 INFO O| Download: Completed 12.26 MB in 0.12 seconds (100M/s)
44342026-03-11T22:18:56.598Z[ recovery-image] Mar 11 22:18:55.431 INFO O| Mar 11 22:18:55.431 INFO O| Actions: 1/22 actions (Installing new actions)
44352026-03-11T22:18:56.857Z[ recovery-image] Mar 11 22:18:55.690 INFO O| Mar 11 22:18:55.690 INFO O| Actions: Completed 22 actions in 0.26 seconds.
44362026-03-11T22:18:57.254Z[ recovery-image] Mar 11 22:18:56.087 INFO O| Mar 11 22:18:56.087 INFO O| Done
44372026-03-11T22:18:57.254Z[ recovery-image] Mar 11 22:18:56.087 INFO O| Mar 11 22:18:56.087 INFO O| Done
44382026-03-11T22:18:58.285Z[ recovery-image] Mar 11 22:18:57.118 INFO O| Mar 11 22:18:57.118 INFO O| Done
44392026-03-11T22:18:59.327Z[ recovery-image] Mar 11 22:18:58.160 INFO O| Mar 11 22:18:58.160 INFO O| Done
44402026-03-11T22:18:59.344Z[ recovery-image] Mar 11 22:18:58.177 INFO O| Mar 11 22:18:58.177 INFO O| Done
44412026-03-11T22:18:59.344Z[ recovery-image] Mar 11 22:18:58.177 INFO O| Mar 11 22:18:58.177 INFO O| Done
44422026-03-11T22:18:59.356Z[ recovery-image] Mar 11 22:18:58.190 INFO O| Mar 11 22:18:58.190 INFO O| Done
44432026-03-11T22:19:00.974Z[ recovery-image] Mar 11 22:18:59.808 INFO O| Mar 11 22:18:59.808 INFO STEP 14 (pkg_install) COMPLETE
44442026-03-11T22:19:00.975Z[ recovery-image] Mar 11 22:18:59.808 INFO O| Mar 11 22:18:59.808 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44452026-03-11T22:19:00.975Z[ recovery-image] Mar 11 22:18:59.808 INFO O| Mar 11 22:18:59.808 INFO skip step because feature "mbist" is not enabled
44462026-03-11T22:19:00.975Z[ recovery-image] Mar 11 22:18:59.808 INFO O| Mar 11 22:18:59.808 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44472026-03-11T22:19:00.978Z[ recovery-image] Mar 11 22:18:59.808 INFO O| Mar 11 22:18:59.808 INFO skip step because feature "mfg" is not enabled
44482026-03-11T22:19:00.978Z[ recovery-image] Mar 11 22:18:59.808 INFO O| Mar 11 22:18:59.808 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44492026-03-11T22:19:00.978Z[ recovery-image] Mar 11 22:18:59.808 INFO O| Mar 11 22:18:59.808 INFO skip step because feature "compliance" is not enabled
44502026-03-11T22:19:00.979Z[ recovery-image] Mar 11 22:18:59.808 INFO O| Mar 11 22:18:59.808 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44512026-03-11T22:19:00.979Z[ recovery-image] Mar 11 22:18:59.808 INFO O| Mar 11 22:18:59.808 INFO skip step because feature "stress" is not enabled
44522026-03-11T22:19:00.979Z[ recovery-image] Mar 11 22:18:59.808 INFO O| Mar 11 22:18:59.808 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44532026-03-11T22:19:00.979Z[ recovery-image] Mar 11 22:18:59.808 INFO O| Mar 11 22:18:59.808 INFO skip step because feature "compliance" is not enabled
44542026-03-11T22:19:00.979Z[ recovery-image] Mar 11 22:18:59.808 INFO O| Mar 11 22:18:59.808 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44552026-03-11T22:19:00.979Z[ recovery-image] Mar 11 22:18:59.808 INFO O| Mar 11 22:18:59.808 INFO skip step because feature "nfs" is not enabled
44562026-03-11T22:19:00.979Z[ recovery-image] Mar 11 22:18:59.808 INFO O| Mar 11 22:18:59.808 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
44572026-03-11T22:19:00.979Z[ recovery-image] Mar 11 22:18:59.808 INFO O| Mar 11 22:18:59.808 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
44582026-03-11T22:19:01.117Z[ recovery-image] Mar 11 22:18:59.950 INFO O| Mar 11 22:18:59.950 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44592026-03-11T22:19:01.209Z[ recovery-image] Mar 11 22:19:00.042 INFO O| Mar 11 22:19:00.042 INFO completed processing sled/ramdisk-01-os
44602026-03-11T22:19:01.225Z[ recovery-image] Mar 11 22:19:00.058 INFO image builder template: ramdisk-02-trim...
44612026-03-11T22:19:01.225Z[ recovery-image] Mar 11 22:19:00.059 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpSEolf7/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
44622026-03-11T22:19:01.272Z[ recovery-image] Mar 11 22:19:00.105 INFO O| Mar 11 22:19:00.105 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
44632026-03-11T22:19:01.276Z[ recovery-image] Mar 11 22:19:00.108 INFO O| Mar 11 22:19:00.108 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
44642026-03-11T22:19:01.360Z[ recovery-image] Mar 11 22:19:00.193 INFO O| Mar 11 22:19:00.193 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
44652026-03-11T22:19:01.441Z[ recovery-image] Mar 11 22:19:00.274 INFO O| Mar 11 22:19:00.274 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
44662026-03-11T22:19:01.441Z[ recovery-image] Mar 11 22:19:00.274 INFO O| Mar 11 22:19:00.274 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
44672026-03-11T22:19:01.446Z[ recovery-image] Mar 11 22:19:00.279 INFO O| Mar 11 22:19:00.279 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
44682026-03-11T22:19:01.449Z[ recovery-image] Mar 11 22:19:00.282 INFO O| Mar 11 22:19:00.282 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
44692026-03-11T22:19:01.453Z[ recovery-image] Mar 11 22:19:00.287 INFO O| Mar 11 22:19:00.287 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
44702026-03-11T22:19:01.793Z[ recovery-image] Mar 11 22:19:00.626 INFO O| Mar 11 22:19:00.626 INFO rolled back to input snapshot; work may begin
44712026-03-11T22:19:01.793Z[ recovery-image] Mar 11 22:19:00.626 INFO O| Mar 11 22:19:00.626 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
44722026-03-11T22:19:01.798Z[ recovery-image] Mar 11 22:19:00.631 INFO O| Mar 11 22:19:00.631 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44732026-03-11T22:19:01.809Z[ recovery-image] Mar 11 22:19:00.642 INFO O| Mar 11 22:19:00.642 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
44742026-03-11T22:19:01.941Z[ recovery-image] Mar 11 22:19:00.774 INFO O| Mar 11 22:19:00.774 INFO STEP 0 (remove_files) COMPLETE
44752026-03-11T22:19:01.941Z[ recovery-image] Mar 11 22:19:00.774 INFO O| Mar 11 22:19:00.774 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44762026-03-11T22:19:01.951Z[ recovery-image] Mar 11 22:19:00.784 INFO O| Mar 11 22:19:00.784 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
44772026-03-11T22:19:01.954Z[ recovery-image] Mar 11 22:19:00.786 INFO O| Mar 11 22:19:00.786 INFO STEP 1 (remove_files) COMPLETE
44782026-03-11T22:19:01.954Z[ recovery-image] Mar 11 22:19:00.786 INFO O| Mar 11 22:19:00.786 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44792026-03-11T22:19:01.961Z[ recovery-image] Mar 11 22:19:00.795 INFO O| Mar 11 22:19:00.795 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
44802026-03-11T22:19:01.974Z[ recovery-image] Mar 11 22:19:00.807 INFO O| Mar 11 22:19:00.807 INFO STEP 2 (remove_files) COMPLETE
44812026-03-11T22:19:01.974Z[ recovery-image] Mar 11 22:19:00.807 INFO O| Mar 11 22:19:00.807 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44822026-03-11T22:19:01.982Z[ recovery-image] Mar 11 22:19:00.815 INFO O| Mar 11 22:19:00.815 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
44832026-03-11T22:19:01.985Z[ recovery-image] Mar 11 22:19:00.817 INFO O| Mar 11 22:19:00.817 INFO STEP 3 (remove_files) COMPLETE
44842026-03-11T22:19:01.985Z[ recovery-image] Mar 11 22:19:00.817 INFO O| Mar 11 22:19:00.817 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44852026-03-11T22:19:01.991Z[ recovery-image] Mar 11 22:19:00.825 INFO O| Mar 11 22:19:00.825 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
44862026-03-11T22:19:01.995Z[ recovery-image] Mar 11 22:19:00.828 INFO O| Mar 11 22:19:00.828 INFO STEP 4 (remove_files) COMPLETE
44872026-03-11T22:19:01.998Z[ recovery-image] Mar 11 22:19:00.828 INFO O| Mar 11 22:19:00.828 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44882026-03-11T22:19:02.004Z[ recovery-image] Mar 11 22:19:00.837 INFO O| Mar 11 22:19:00.837 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
44892026-03-11T22:19:02.007Z[ recovery-image] Mar 11 22:19:00.837 INFO O| Mar 11 22:19:00.837 INFO STEP 5 (remove_files) COMPLETE
44902026-03-11T22:19:02.007Z[ recovery-image] Mar 11 22:19:00.837 INFO O| Mar 11 22:19:00.837 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44912026-03-11T22:19:02.011Z[ recovery-image] Mar 11 22:19:00.845 INFO O| Mar 11 22:19:00.845 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
44922026-03-11T22:19:02.021Z[ recovery-image] Mar 11 22:19:00.855 INFO O| Mar 11 22:19:00.855 INFO STEP 6 (remove_files) COMPLETE
44932026-03-11T22:19:02.021Z[ recovery-image] Mar 11 22:19:00.855 INFO O| Mar 11 22:19:00.855 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44942026-03-11T22:19:02.021Z[ recovery-image] Mar 11 22:19:00.855 INFO O| Mar 11 22:19:00.855 INFO skip step because feature "recovery" is enabled
44952026-03-11T22:19:02.025Z[ recovery-image] Mar 11 22:19:00.855 INFO O| Mar 11 22:19:00.855 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44962026-03-11T22:19:02.025Z[ recovery-image] Mar 11 22:19:00.855 INFO O| Mar 11 22:19:00.855 INFO skip step because feature "recovery" is enabled
44972026-03-11T22:19:02.025Z[ recovery-image] Mar 11 22:19:00.855 INFO O| Mar 11 22:19:00.855 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44982026-03-11T22:19:02.025Z[ recovery-image] Mar 11 22:19:00.855 INFO O| Mar 11 22:19:00.855 INFO skip step because feature "recovery" is enabled
44992026-03-11T22:19:02.025Z[ recovery-image] Mar 11 22:19:00.855 INFO O| Mar 11 22:19:00.855 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45002026-03-11T22:19:02.030Z[ recovery-image] Mar 11 22:19:00.864 INFO O| Mar 11 22:19:00.864 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45012026-03-11T22:19:02.034Z[ recovery-image] Mar 11 22:19:00.867 INFO O| Mar 11 22:19:00.867 INFO STEP 10 (remove_files) COMPLETE
45022026-03-11T22:19:02.034Z[ recovery-image] Mar 11 22:19:00.867 INFO O| Mar 11 22:19:00.867 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45032026-03-11T22:19:02.042Z[ recovery-image] Mar 11 22:19:00.876 INFO O| Mar 11 22:19:00.876 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45042026-03-11T22:19:02.045Z[ recovery-image] Mar 11 22:19:00.876 INFO O| Mar 11 22:19:00.876 INFO STEP 11 (remove_files) COMPLETE
45052026-03-11T22:19:02.045Z[ recovery-image] Mar 11 22:19:00.876 INFO O| Mar 11 22:19:00.876 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45062026-03-11T22:19:02.051Z[ recovery-image] Mar 11 22:19:00.884 INFO O| Mar 11 22:19:00.884 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45072026-03-11T22:19:02.054Z[ recovery-image] Mar 11 22:19:00.885 INFO O| Mar 11 22:19:00.885 INFO STEP 12 (remove_files) COMPLETE
45082026-03-11T22:19:02.054Z[ recovery-image] Mar 11 22:19:00.885 INFO O| Mar 11 22:19:00.885 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45092026-03-11T22:19:02.199Z[ recovery-image] Mar 11 22:19:01.032 INFO O| Mar 11 22:19:01.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45102026-03-11T22:19:02.202Z[ recovery-image] Mar 11 22:19:01.032 INFO O| Mar 11 22:19:01.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45112026-03-11T22:19:02.205Z[ recovery-image] Mar 11 22:19:01.038 INFO O| Mar 11 22:19:01.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45122026-03-11T22:19:02.233Z[ recovery-image] Mar 11 22:19:01.066 INFO O| Mar 11 22:19:01.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45132026-03-11T22:19:02.245Z[ recovery-image] Mar 11 22:19:01.079 INFO O| Mar 11 22:19:01.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45142026-03-11T22:19:02.250Z[ recovery-image] Mar 11 22:19:01.084 INFO O| Mar 11 22:19:01.083 INFO STEP 13 (remove_files) COMPLETE
45152026-03-11T22:19:02.250Z[ recovery-image] Mar 11 22:19:01.084 INFO O| Mar 11 22:19:01.083 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45162026-03-11T22:19:02.260Z[ recovery-image] Mar 11 22:19:01.094 INFO O| Mar 11 22:19:01.094 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45172026-03-11T22:19:02.263Z[ recovery-image] Mar 11 22:19:01.095 INFO O| Mar 11 22:19:01.095 INFO STEP 14 (remove_files) COMPLETE
45182026-03-11T22:19:02.263Z[ recovery-image] Mar 11 22:19:01.095 INFO O| Mar 11 22:19:01.095 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45192026-03-11T22:19:02.271Z[ recovery-image] Mar 11 22:19:01.104 INFO O| Mar 11 22:19:01.104 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45202026-03-11T22:19:02.277Z[ recovery-image] Mar 11 22:19:01.111 INFO O| Mar 11 22:19:01.111 INFO STEP 15 (remove_files) COMPLETE
45212026-03-11T22:19:02.278Z[ recovery-image] Mar 11 22:19:01.111 INFO O| Mar 11 22:19:01.111 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45222026-03-11T22:19:02.286Z[ recovery-image] Mar 11 22:19:01.120 INFO O| Mar 11 22:19:01.120 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45232026-03-11T22:19:02.290Z[ recovery-image] Mar 11 22:19:01.120 INFO O| Mar 11 22:19:01.120 INFO STEP 16 (remove_files) COMPLETE
45242026-03-11T22:19:02.290Z[ recovery-image] Mar 11 22:19:01.120 INFO O| Mar 11 22:19:01.120 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45252026-03-11T22:19:02.296Z[ recovery-image] Mar 11 22:19:01.129 INFO O| Mar 11 22:19:01.129 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45262026-03-11T22:19:02.300Z[ recovery-image] Mar 11 22:19:01.131 INFO O| Mar 11 22:19:01.131 INFO STEP 17 (remove_files) COMPLETE
45272026-03-11T22:19:02.300Z[ recovery-image] Mar 11 22:19:01.131 INFO O| Mar 11 22:19:01.131 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45282026-03-11T22:19:02.307Z[ recovery-image] Mar 11 22:19:01.140 INFO O| Mar 11 22:19:01.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45292026-03-11T22:19:02.310Z[ recovery-image] Mar 11 22:19:01.141 INFO O| Mar 11 22:19:01.141 INFO STEP 18 (remove_files) COMPLETE
45302026-03-11T22:19:02.310Z[ recovery-image] Mar 11 22:19:01.141 INFO O| Mar 11 22:19:01.141 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45312026-03-11T22:19:02.316Z[ recovery-image] Mar 11 22:19:01.150 INFO O| Mar 11 22:19:01.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
45322026-03-11T22:19:02.319Z[ recovery-image] Mar 11 22:19:01.150 INFO O| Mar 11 22:19:01.150 INFO STEP 19 (remove_files) COMPLETE
45332026-03-11T22:19:02.319Z[ recovery-image] Mar 11 22:19:01.150 INFO O| Mar 11 22:19:01.150 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45342026-03-11T22:19:02.325Z[ recovery-image] Mar 11 22:19:01.159 INFO O| Mar 11 22:19:01.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
45352026-03-11T22:19:02.328Z[ recovery-image] Mar 11 22:19:01.159 INFO O| Mar 11 22:19:01.159 INFO STEP 20 (remove_files) COMPLETE
45362026-03-11T22:19:02.328Z[ recovery-image] Mar 11 22:19:01.159 INFO O| Mar 11 22:19:01.159 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45372026-03-11T22:19:02.335Z[ recovery-image] Mar 11 22:19:01.168 INFO O| Mar 11 22:19:01.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
45382026-03-11T22:19:02.335Z[ recovery-image] Mar 11 22:19:01.168 INFO O| Mar 11 22:19:01.168 INFO STEP 21 (remove_files) COMPLETE
45392026-03-11T22:19:02.335Z[ recovery-image] Mar 11 22:19:01.168 INFO O| Mar 11 22:19:01.168 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45402026-03-11T22:19:02.343Z[ recovery-image] Mar 11 22:19:01.177 INFO O| Mar 11 22:19:01.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
45412026-03-11T22:19:02.344Z[ recovery-image] Mar 11 22:19:01.177 INFO O| Mar 11 22:19:01.177 INFO STEP 22 (remove_files) COMPLETE
45422026-03-11T22:19:02.344Z[ recovery-image] Mar 11 22:19:01.177 INFO O| Mar 11 22:19:01.177 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45432026-03-11T22:19:02.353Z[ recovery-image] Mar 11 22:19:01.186 INFO O| Mar 11 22:19:01.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
45442026-03-11T22:19:02.356Z[ recovery-image] Mar 11 22:19:01.186 INFO O| Mar 11 22:19:01.186 INFO STEP 23 (remove_files) COMPLETE
45452026-03-11T22:19:02.356Z[ recovery-image] Mar 11 22:19:01.186 INFO O| Mar 11 22:19:01.186 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45462026-03-11T22:19:02.361Z[ recovery-image] Mar 11 22:19:01.195 INFO O| Mar 11 22:19:01.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
45472026-03-11T22:19:02.361Z[ recovery-image] Mar 11 22:19:01.195 INFO O| Mar 11 22:19:01.195 INFO STEP 24 (remove_files) COMPLETE
45482026-03-11T22:19:02.364Z[ recovery-image] Mar 11 22:19:01.195 INFO O| Mar 11 22:19:01.195 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45492026-03-11T22:19:02.370Z[ recovery-image] Mar 11 22:19:01.204 INFO O| Mar 11 22:19:01.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
45502026-03-11T22:19:02.373Z[ recovery-image] Mar 11 22:19:01.204 INFO O| Mar 11 22:19:01.204 INFO STEP 25 (remove_files) COMPLETE
45512026-03-11T22:19:02.373Z[ recovery-image] Mar 11 22:19:01.204 INFO O| Mar 11 22:19:01.204 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45522026-03-11T22:19:02.379Z[ recovery-image] Mar 11 22:19:01.212 INFO O| Mar 11 22:19:01.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
45532026-03-11T22:19:02.382Z[ recovery-image] Mar 11 22:19:01.212 INFO O| Mar 11 22:19:01.212 INFO STEP 26 (remove_files) COMPLETE
45542026-03-11T22:19:02.382Z[ recovery-image] Mar 11 22:19:01.212 INFO O| Mar 11 22:19:01.212 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45552026-03-11T22:19:02.388Z[ recovery-image] Mar 11 22:19:01.222 INFO O| Mar 11 22:19:01.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
45562026-03-11T22:19:02.388Z[ recovery-image] Mar 11 22:19:01.222 INFO O| Mar 11 22:19:01.222 INFO STEP 27 (remove_files) COMPLETE
45572026-03-11T22:19:02.392Z[ recovery-image] Mar 11 22:19:01.222 INFO O| Mar 11 22:19:01.222 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45582026-03-11T22:19:02.397Z[ recovery-image] Mar 11 22:19:01.231 INFO O| Mar 11 22:19:01.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
45592026-03-11T22:19:02.397Z[ recovery-image] Mar 11 22:19:01.231 INFO O| Mar 11 22:19:01.231 INFO STEP 28 (remove_files) COMPLETE
45602026-03-11T22:19:02.401Z[ recovery-image] Mar 11 22:19:01.231 INFO O| Mar 11 22:19:01.231 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45612026-03-11T22:19:02.406Z[ recovery-image] Mar 11 22:19:01.240 INFO O| Mar 11 22:19:01.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
45622026-03-11T22:19:02.409Z[ recovery-image] Mar 11 22:19:01.240 INFO O| Mar 11 22:19:01.240 INFO STEP 29 (remove_files) COMPLETE
45632026-03-11T22:19:02.409Z[ recovery-image] Mar 11 22:19:01.240 INFO O| Mar 11 22:19:01.240 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45642026-03-11T22:19:02.415Z[ recovery-image] Mar 11 22:19:01.249 INFO O| Mar 11 22:19:01.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
45652026-03-11T22:19:02.419Z[ recovery-image] Mar 11 22:19:01.249 INFO O| Mar 11 22:19:01.249 INFO STEP 30 (remove_files) COMPLETE
45662026-03-11T22:19:02.419Z[ recovery-image] Mar 11 22:19:01.249 INFO O| Mar 11 22:19:01.249 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45672026-03-11T22:19:02.424Z[ recovery-image] Mar 11 22:19:01.258 INFO O| Mar 11 22:19:01.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
45682026-03-11T22:19:02.428Z[ recovery-image] Mar 11 22:19:01.258 INFO O| Mar 11 22:19:01.258 INFO STEP 31 (remove_files) COMPLETE
45692026-03-11T22:19:02.428Z[ recovery-image] Mar 11 22:19:01.258 INFO O| Mar 11 22:19:01.258 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45702026-03-11T22:19:02.434Z[ recovery-image] Mar 11 22:19:01.267 INFO O| Mar 11 22:19:01.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
45712026-03-11T22:19:02.434Z[ recovery-image] Mar 11 22:19:01.267 INFO O| Mar 11 22:19:01.267 INFO STEP 32 (remove_files) COMPLETE
45722026-03-11T22:19:02.437Z[ recovery-image] Mar 11 22:19:01.267 INFO O| Mar 11 22:19:01.267 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45732026-03-11T22:19:02.443Z[ recovery-image] Mar 11 22:19:01.277 INFO O| Mar 11 22:19:01.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
45742026-03-11T22:19:02.443Z[ recovery-image] Mar 11 22:19:01.277 INFO O| Mar 11 22:19:01.277 INFO STEP 33 (remove_files) COMPLETE
45752026-03-11T22:19:02.443Z[ recovery-image] Mar 11 22:19:01.277 INFO O| Mar 11 22:19:01.277 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45762026-03-11T22:19:02.452Z[ recovery-image] Mar 11 22:19:01.285 INFO O| Mar 11 22:19:01.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
45772026-03-11T22:19:02.452Z[ recovery-image] Mar 11 22:19:01.285 INFO O| Mar 11 22:19:01.285 INFO STEP 34 (remove_files) COMPLETE
45782026-03-11T22:19:02.455Z[ recovery-image] Mar 11 22:19:01.285 INFO O| Mar 11 22:19:01.285 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45792026-03-11T22:19:02.460Z[ recovery-image] Mar 11 22:19:01.294 INFO O| Mar 11 22:19:01.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
45802026-03-11T22:19:02.460Z[ recovery-image] Mar 11 22:19:01.294 INFO O| Mar 11 22:19:01.294 INFO STEP 35 (remove_files) COMPLETE
45812026-03-11T22:19:02.463Z[ recovery-image] Mar 11 22:19:01.294 INFO O| Mar 11 22:19:01.294 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822026-03-11T22:19:02.469Z[ recovery-image] Mar 11 22:19:01.303 INFO O| Mar 11 22:19:01.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
45832026-03-11T22:19:02.472Z[ recovery-image] Mar 11 22:19:01.303 INFO O| Mar 11 22:19:01.303 INFO STEP 36 (remove_files) COMPLETE
45842026-03-11T22:19:02.472Z[ recovery-image] Mar 11 22:19:01.303 INFO O| Mar 11 22:19:01.303 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852026-03-11T22:19:02.479Z[ recovery-image] Mar 11 22:19:01.312 INFO O| Mar 11 22:19:01.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
45862026-03-11T22:19:02.482Z[ recovery-image] Mar 11 22:19:01.312 INFO O| Mar 11 22:19:01.312 INFO STEP 37 (remove_files) COMPLETE
45872026-03-11T22:19:02.482Z[ recovery-image] Mar 11 22:19:01.312 INFO O| Mar 11 22:19:01.312 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882026-03-11T22:19:02.488Z[ recovery-image] Mar 11 22:19:01.321 INFO O| Mar 11 22:19:01.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
45892026-03-11T22:19:02.491Z[ recovery-image] Mar 11 22:19:01.321 INFO O| Mar 11 22:19:01.321 INFO STEP 38 (remove_files) COMPLETE
45902026-03-11T22:19:02.491Z[ recovery-image] Mar 11 22:19:01.321 INFO O| Mar 11 22:19:01.321 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912026-03-11T22:19:02.498Z[ recovery-image] Mar 11 22:19:01.331 INFO O| Mar 11 22:19:01.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
45922026-03-11T22:19:02.501Z[ recovery-image] Mar 11 22:19:01.331 INFO O| Mar 11 22:19:01.331 INFO STEP 39 (remove_files) COMPLETE
45932026-03-11T22:19:02.501Z[ recovery-image] Mar 11 22:19:01.331 INFO O| Mar 11 22:19:01.331 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942026-03-11T22:19:02.507Z[ recovery-image] Mar 11 22:19:01.340 INFO O| Mar 11 22:19:01.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
45952026-03-11T22:19:02.507Z[ recovery-image] Mar 11 22:19:01.341 INFO O| Mar 11 22:19:01.340 INFO STEP 40 (remove_files) COMPLETE
45962026-03-11T22:19:02.510Z[ recovery-image] Mar 11 22:19:01.341 INFO O| Mar 11 22:19:01.340 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972026-03-11T22:19:02.516Z[ recovery-image] Mar 11 22:19:01.349 INFO O| Mar 11 22:19:01.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
45982026-03-11T22:19:02.516Z[ recovery-image] Mar 11 22:19:01.349 INFO O| Mar 11 22:19:01.349 INFO STEP 41 (remove_files) COMPLETE
45992026-03-11T22:19:02.519Z[ recovery-image] Mar 11 22:19:01.349 INFO O| Mar 11 22:19:01.349 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002026-03-11T22:19:02.525Z[ recovery-image] Mar 11 22:19:01.358 INFO O| Mar 11 22:19:01.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46012026-03-11T22:19:02.529Z[ recovery-image] Mar 11 22:19:01.358 INFO O| Mar 11 22:19:01.358 INFO STEP 42 (remove_files) COMPLETE
46022026-03-11T22:19:02.529Z[ recovery-image] Mar 11 22:19:01.358 INFO O| Mar 11 22:19:01.358 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032026-03-11T22:19:02.534Z[ recovery-image] Mar 11 22:19:01.367 INFO O| Mar 11 22:19:01.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46042026-03-11T22:19:02.534Z[ recovery-image] Mar 11 22:19:01.367 INFO O| Mar 11 22:19:01.367 INFO STEP 43 (remove_files) COMPLETE
46052026-03-11T22:19:02.537Z[ recovery-image] Mar 11 22:19:01.367 INFO O| Mar 11 22:19:01.367 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062026-03-11T22:19:02.543Z[ recovery-image] Mar 11 22:19:01.377 INFO O| Mar 11 22:19:01.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46072026-03-11T22:19:02.546Z[ recovery-image] Mar 11 22:19:01.377 INFO O| Mar 11 22:19:01.377 INFO STEP 44 (remove_files) COMPLETE
46082026-03-11T22:19:02.546Z[ recovery-image] Mar 11 22:19:01.377 INFO O| Mar 11 22:19:01.377 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092026-03-11T22:19:02.553Z[ recovery-image] Mar 11 22:19:01.386 INFO O| Mar 11 22:19:01.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46102026-03-11T22:19:02.556Z[ recovery-image] Mar 11 22:19:01.386 INFO O| Mar 11 22:19:01.386 INFO STEP 45 (remove_files) COMPLETE
46112026-03-11T22:19:02.556Z[ recovery-image] Mar 11 22:19:01.386 INFO O| Mar 11 22:19:01.386 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122026-03-11T22:19:02.562Z[ recovery-image] Mar 11 22:19:01.396 INFO O| Mar 11 22:19:01.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46132026-03-11T22:19:02.565Z[ recovery-image] Mar 11 22:19:01.396 INFO O| Mar 11 22:19:01.396 INFO STEP 46 (remove_files) COMPLETE
46142026-03-11T22:19:02.565Z[ recovery-image] Mar 11 22:19:01.396 INFO O| Mar 11 22:19:01.396 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152026-03-11T22:19:02.571Z[ recovery-image] Mar 11 22:19:01.405 INFO O| Mar 11 22:19:01.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46162026-03-11T22:19:02.575Z[ recovery-image] Mar 11 22:19:01.405 INFO O| Mar 11 22:19:01.405 INFO STEP 47 (remove_files) COMPLETE
46172026-03-11T22:19:02.575Z[ recovery-image] Mar 11 22:19:01.405 INFO O| Mar 11 22:19:01.405 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182026-03-11T22:19:02.580Z[ recovery-image] Mar 11 22:19:01.414 INFO O| Mar 11 22:19:01.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46192026-03-11T22:19:02.584Z[ recovery-image] Mar 11 22:19:01.414 INFO O| Mar 11 22:19:01.414 INFO STEP 48 (remove_files) COMPLETE
46202026-03-11T22:19:02.584Z[ recovery-image] Mar 11 22:19:01.414 INFO O| Mar 11 22:19:01.414 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212026-03-11T22:19:02.589Z[ recovery-image] Mar 11 22:19:01.423 INFO O| Mar 11 22:19:01.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46222026-03-11T22:19:02.592Z[ recovery-image] Mar 11 22:19:01.423 INFO O| Mar 11 22:19:01.423 INFO STEP 49 (remove_files) COMPLETE
46232026-03-11T22:19:02.592Z[ recovery-image] Mar 11 22:19:01.423 INFO O| Mar 11 22:19:01.423 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242026-03-11T22:19:02.598Z[ recovery-image] Mar 11 22:19:01.432 INFO O| Mar 11 22:19:01.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46252026-03-11T22:19:02.601Z[ recovery-image] Mar 11 22:19:01.432 INFO O| Mar 11 22:19:01.432 INFO STEP 50 (remove_files) COMPLETE
46262026-03-11T22:19:02.601Z[ recovery-image] Mar 11 22:19:01.432 INFO O| Mar 11 22:19:01.432 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-03-11T22:19:02.608Z[ recovery-image] Mar 11 22:19:01.441 INFO O| Mar 11 22:19:01.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46282026-03-11T22:19:02.611Z[ recovery-image] Mar 11 22:19:01.441 INFO O| Mar 11 22:19:01.441 INFO STEP 51 (remove_files) COMPLETE
46292026-03-11T22:19:02.611Z[ recovery-image] Mar 11 22:19:01.441 INFO O| Mar 11 22:19:01.441 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302026-03-11T22:19:02.616Z[ recovery-image] Mar 11 22:19:01.450 INFO O| Mar 11 22:19:01.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
46312026-03-11T22:19:02.620Z[ recovery-image] Mar 11 22:19:01.450 INFO O| Mar 11 22:19:01.450 INFO STEP 52 (remove_files) COMPLETE
46322026-03-11T22:19:02.620Z[ recovery-image] Mar 11 22:19:01.450 INFO O| Mar 11 22:19:01.450 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-03-11T22:19:02.626Z[ recovery-image] Mar 11 22:19:01.459 INFO O| Mar 11 22:19:01.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
46342026-03-11T22:19:02.628Z[ recovery-image] Mar 11 22:19:01.459 INFO O| Mar 11 22:19:01.459 INFO STEP 53 (remove_files) COMPLETE
46352026-03-11T22:19:02.629Z[ recovery-image] Mar 11 22:19:01.459 INFO O| Mar 11 22:19:01.459 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362026-03-11T22:19:02.634Z[ recovery-image] Mar 11 22:19:01.468 INFO O| Mar 11 22:19:01.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
46372026-03-11T22:19:02.637Z[ recovery-image] Mar 11 22:19:01.468 INFO O| Mar 11 22:19:01.468 INFO STEP 54 (remove_files) COMPLETE
46382026-03-11T22:19:02.638Z[ recovery-image] Mar 11 22:19:01.468 INFO O| Mar 11 22:19:01.468 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392026-03-11T22:19:02.644Z[ recovery-image] Mar 11 22:19:01.477 INFO O| Mar 11 22:19:01.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
46402026-03-11T22:19:02.647Z[ recovery-image] Mar 11 22:19:01.477 INFO O| Mar 11 22:19:01.477 INFO STEP 55 (remove_files) COMPLETE
46412026-03-11T22:19:02.647Z[ recovery-image] Mar 11 22:19:01.477 INFO O| Mar 11 22:19:01.477 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-03-11T22:19:02.653Z[ recovery-image] Mar 11 22:19:01.487 INFO O| Mar 11 22:19:01.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
46432026-03-11T22:19:02.657Z[ recovery-image] Mar 11 22:19:01.487 INFO O| Mar 11 22:19:01.487 INFO STEP 56 (remove_files) COMPLETE
46442026-03-11T22:19:02.657Z[ recovery-image] Mar 11 22:19:01.487 INFO O| Mar 11 22:19:01.487 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452026-03-11T22:19:02.663Z[ recovery-image] Mar 11 22:19:01.496 INFO O| Mar 11 22:19:01.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
46462026-03-11T22:19:02.666Z[ recovery-image] Mar 11 22:19:01.496 INFO O| Mar 11 22:19:01.496 INFO STEP 57 (remove_files) COMPLETE
46472026-03-11T22:19:02.666Z[ recovery-image] Mar 11 22:19:01.496 INFO O| Mar 11 22:19:01.496 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482026-03-11T22:19:02.683Z[ recovery-image] Mar 11 22:19:01.516 INFO O| Mar 11 22:19:01.516 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
46492026-03-11T22:19:02.683Z[ recovery-image] Mar 11 22:19:01.516 INFO O| Mar 11 22:19:01.516 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
46502026-03-11T22:19:02.686Z[ recovery-image] Mar 11 22:19:01.516 INFO O| Mar 11 22:19:01.516 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46512026-03-11T22:19:02.686Z[ recovery-image] Mar 11 22:19:01.516 INFO O| Mar 11 22:19:01.516 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46522026-03-11T22:19:02.689Z[ recovery-image] Mar 11 22:19:01.522 INFO O| Mar 11 22:19:01.516 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46532026-03-11T22:19:02.692Z[ recovery-image] Mar 11 22:19:01.523 INFO O| Mar 11 22:19:01.523 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46542026-03-11T22:19:02.692Z[ recovery-image] Mar 11 22:19:01.523 INFO O| Mar 11 22:19:01.523 INFO ok!
46552026-03-11T22:19:02.692Z[ recovery-image] Mar 11 22:19:01.523 INFO O| Mar 11 22:19:01.523 INFO STEP 58 (ensure_file) COMPLETE
46562026-03-11T22:19:02.692Z[ recovery-image] Mar 11 22:19:01.523 INFO O| Mar 11 22:19:01.523 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572026-03-11T22:19:02.702Z[ recovery-image] Mar 11 22:19:01.535 INFO O| Mar 11 22:19:01.535 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
46582026-03-11T22:19:02.702Z[ recovery-image] Mar 11 22:19:01.535 INFO O| Mar 11 22:19:01.535 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
46592026-03-11T22:19:02.705Z[ recovery-image] Mar 11 22:19:01.535 INFO O| Mar 11 22:19:01.535 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46602026-03-11T22:19:02.705Z[ recovery-image] Mar 11 22:19:01.535 INFO O| Mar 11 22:19:01.535 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46612026-03-11T22:19:02.705Z[ recovery-image] Mar 11 22:19:01.536 INFO O| Mar 11 22:19:01.535 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46622026-03-11T22:19:02.705Z[ recovery-image] Mar 11 22:19:01.536 INFO O| Mar 11 22:19:01.535 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46632026-03-11T22:19:02.705Z[ recovery-image] Mar 11 22:19:01.536 INFO O| Mar 11 22:19:01.535 INFO ok!
46642026-03-11T22:19:02.705Z[ recovery-image] Mar 11 22:19:01.536 INFO O| Mar 11 22:19:01.535 INFO STEP 59 (ensure_file) COMPLETE
46652026-03-11T22:19:02.705Z[ recovery-image] Mar 11 22:19:01.536 INFO O| Mar 11 22:19:01.535 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46662026-03-11T22:19:02.712Z[ recovery-image] Mar 11 22:19:01.546 INFO O| Mar 11 22:19:01.546 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
46672026-03-11T22:19:02.712Z[ recovery-image] Mar 11 22:19:01.546 INFO O| Mar 11 22:19:01.546 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
46682026-03-11T22:19:02.715Z[ recovery-image] Mar 11 22:19:01.546 INFO O| Mar 11 22:19:01.546 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
46692026-03-11T22:19:02.715Z[ recovery-image] Mar 11 22:19:01.546 INFO O| Mar 11 22:19:01.546 INFO ok!
46702026-03-11T22:19:02.715Z[ recovery-image] Mar 11 22:19:01.546 INFO O| Mar 11 22:19:01.546 INFO STEP 60 (ensure_file) COMPLETE
46712026-03-11T22:19:02.716Z[ recovery-image] Mar 11 22:19:01.546 INFO O| Mar 11 22:19:01.546 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722026-03-11T22:19:02.722Z[ recovery-image] Mar 11 22:19:01.556 INFO O| Mar 11 22:19:01.556 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
46732026-03-11T22:19:02.722Z[ recovery-image] Mar 11 22:19:01.556 INFO O| Mar 11 22:19:01.556 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
46742026-03-11T22:19:02.726Z[ recovery-image] Mar 11 22:19:01.556 INFO O| Mar 11 22:19:01.556 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
46752026-03-11T22:19:02.726Z[ recovery-image] Mar 11 22:19:01.556 INFO O| Mar 11 22:19:01.556 INFO ok!
46762026-03-11T22:19:02.726Z[ recovery-image] Mar 11 22:19:01.556 INFO O| Mar 11 22:19:01.556 INFO STEP 61 (ensure_file) COMPLETE
46772026-03-11T22:19:02.726Z[ recovery-image] Mar 11 22:19:01.556 INFO O| Mar 11 22:19:01.556 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-03-11T22:19:02.732Z[ recovery-image] Mar 11 22:19:01.566 INFO O| Mar 11 22:19:01.565 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
46792026-03-11T22:19:02.736Z[ recovery-image] Mar 11 22:19:01.566 INFO O| Mar 11 22:19:01.566 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
46802026-03-11T22:19:02.736Z[ recovery-image] Mar 11 22:19:01.566 INFO O| Mar 11 22:19:01.566 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
46812026-03-11T22:19:02.736Z[ recovery-image] Mar 11 22:19:01.566 INFO O| Mar 11 22:19:01.566 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
46822026-03-11T22:19:02.736Z[ recovery-image] Mar 11 22:19:01.566 INFO O| Mar 11 22:19:01.566 INFO ok!
46832026-03-11T22:19:02.736Z[ recovery-image] Mar 11 22:19:01.566 INFO O| Mar 11 22:19:01.566 INFO STEP 62 (ensure_file) COMPLETE
46842026-03-11T22:19:02.736Z[ recovery-image] Mar 11 22:19:01.566 INFO O| Mar 11 22:19:01.566 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-03-11T22:19:02.742Z[ recovery-image] Mar 11 22:19:01.575 INFO O| Mar 11 22:19:01.575 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
46862026-03-11T22:19:02.742Z[ recovery-image] Mar 11 22:19:01.575 INFO O| Mar 11 22:19:01.575 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
46872026-03-11T22:19:02.745Z[ recovery-image] Mar 11 22:19:01.576 INFO O| Mar 11 22:19:01.576 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
46882026-03-11T22:19:02.745Z[ recovery-image] Mar 11 22:19:01.576 INFO O| Mar 11 22:19:01.576 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
46892026-03-11T22:19:02.745Z[ recovery-image] Mar 11 22:19:01.576 INFO O| Mar 11 22:19:01.576 INFO ok!
46902026-03-11T22:19:02.745Z[ recovery-image] Mar 11 22:19:01.576 INFO O| Mar 11 22:19:01.576 INFO STEP 63 (ensure_file) COMPLETE
46912026-03-11T22:19:02.745Z[ recovery-image] Mar 11 22:19:01.576 INFO O| Mar 11 22:19:01.576 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46922026-03-11T22:19:02.752Z[ recovery-image] Mar 11 22:19:01.585 INFO O| Mar 11 22:19:01.585 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
46932026-03-11T22:19:02.752Z[ recovery-image] Mar 11 22:19:01.585 INFO O| Mar 11 22:19:01.585 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
46942026-03-11T22:19:02.755Z[ recovery-image] Mar 11 22:19:01.585 INFO O| Mar 11 22:19:01.585 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
46952026-03-11T22:19:02.755Z[ recovery-image] Mar 11 22:19:01.585 INFO O| Mar 11 22:19:01.585 INFO ok!
46962026-03-11T22:19:02.755Z[ recovery-image] Mar 11 22:19:01.585 INFO O| Mar 11 22:19:01.585 INFO STEP 64 (assemble_files) COMPLETE
46972026-03-11T22:19:02.755Z[ recovery-image] Mar 11 22:19:01.585 INFO O| Mar 11 22:19:01.585 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46982026-03-11T22:19:02.761Z[ recovery-image] Mar 11 22:19:01.594 INFO O| Mar 11 22:19:01.594 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
46992026-03-11T22:19:02.761Z[ recovery-image] Mar 11 22:19:01.594 INFO O| Mar 11 22:19:01.594 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47002026-03-11T22:19:02.764Z[ recovery-image] Mar 11 22:19:01.595 INFO O| Mar 11 22:19:01.595 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47012026-03-11T22:19:02.764Z[ recovery-image] Mar 11 22:19:01.595 INFO O| Mar 11 22:19:01.595 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47022026-03-11T22:19:02.764Z[ recovery-image] Mar 11 22:19:01.595 INFO O| Mar 11 22:19:01.595 INFO ok!
47032026-03-11T22:19:02.764Z[ recovery-image] Mar 11 22:19:01.595 INFO O| Mar 11 22:19:01.595 INFO STEP 65 (ensure_file) COMPLETE
47042026-03-11T22:19:02.764Z[ recovery-image] Mar 11 22:19:01.595 INFO O| Mar 11 22:19:01.595 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052026-03-11T22:19:02.764Z[ recovery-image] Mar 11 22:19:01.595 INFO O| Mar 11 22:19:01.595 INFO skip step because feature "omicron1" is not enabled
47062026-03-11T22:19:02.764Z[ recovery-image] Mar 11 22:19:01.595 INFO O| Mar 11 22:19:01.595 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47072026-03-11T22:19:02.764Z[ recovery-image] Mar 11 22:19:01.595 INFO O| Mar 11 22:19:01.595 INFO skip step because feature "omicron1" is not enabled
47082026-03-11T22:19:02.765Z[ recovery-image] Mar 11 22:19:01.595 INFO O| Mar 11 22:19:01.595 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092026-03-11T22:19:02.765Z[ recovery-image] Mar 11 22:19:01.595 INFO O| Mar 11 22:19:01.595 INFO skip step because feature "omicron1" is not enabled
47102026-03-11T22:19:02.765Z[ recovery-image] Mar 11 22:19:01.595 INFO O| Mar 11 22:19:01.595 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112026-03-11T22:19:02.774Z[ recovery-image] Mar 11 22:19:01.608 INFO O| Mar 11 22:19:01.608 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47122026-03-11T22:19:02.774Z[ recovery-image] Mar 11 22:19:01.608 INFO O| Mar 11 22:19:01.608 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47132026-03-11T22:19:04.154Z[ recovery-image] Mar 11 22:19:02.987 INFO O| Mar 11 22:19:02.987 INFO STEP 69 (pack_tar) COMPLETE
47142026-03-11T22:19:04.154Z[ recovery-image] Mar 11 22:19:02.987 INFO O| Mar 11 22:19:02.987 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47152026-03-11T22:19:04.154Z[ recovery-image] Mar 11 22:19:02.987 INFO O| Mar 11 22:19:02.987 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47162026-03-11T22:19:04.758Z[ recovery-image] Mar 11 22:19:03.590 INFO O| Mar 11 22:19:03.590 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47172026-03-11T22:19:04.819Z[ recovery-image] Mar 11 22:19:03.652 INFO O| Mar 11 22:19:03.652 INFO completed processing sled/ramdisk-02-trim
47182026-03-11T22:19:04.823Z[ recovery-image] Mar 11 22:19:03.654 INFO image builder template: ramdisk-03-recovery-trim...
47192026-03-11T22:19:04.823Z[ recovery-image] Mar 11 22:19:03.654 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/.tmpSEolf7/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-03-recovery-trim"], pwd: None
47202026-03-11T22:19:04.920Z[ recovery-image] Mar 11 22:19:03.753 INFO O| Mar 11 22:19:03.752 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47212026-03-11T22:19:04.923Z[ recovery-image] Mar 11 22:19:03.756 INFO O| Mar 11 22:19:03.756 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47222026-03-11T22:19:04.978Z[ recovery-image] Mar 11 22:19:03.811 INFO O| Mar 11 22:19:03.811 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47232026-03-11T22:19:05.027Z[ recovery-image] Mar 11 22:19:03.860 INFO O| Mar 11 22:19:03.860 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47242026-03-11T22:19:05.027Z[ recovery-image] Mar 11 22:19:03.860 INFO O| Mar 11 22:19:03.860 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47252026-03-11T22:19:05.033Z[ recovery-image] Mar 11 22:19:03.866 INFO O| Mar 11 22:19:03.866 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47262026-03-11T22:19:05.036Z[ recovery-image] Mar 11 22:19:03.870 INFO O| Mar 11 22:19:03.869 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47272026-03-11T22:19:05.040Z[ recovery-image] Mar 11 22:19:03.874 INFO O| Mar 11 22:19:03.874 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47282026-03-11T22:19:05.441Z[ recovery-image] Mar 11 22:19:04.274 INFO O| Mar 11 22:19:04.274 INFO rolled back to input snapshot; work may begin
47292026-03-11T22:19:05.441Z[ recovery-image] Mar 11 22:19:04.274 INFO O| Mar 11 22:19:04.274 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47302026-03-11T22:19:05.445Z[ recovery-image] Mar 11 22:19:04.279 INFO O| Mar 11 22:19:04.279 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312026-03-11T22:19:05.455Z[ recovery-image] Mar 11 22:19:04.288 INFO O| Mar 11 22:19:04.288 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
47322026-03-11T22:19:05.458Z[ recovery-image] Mar 11 22:19:04.291 INFO O| Mar 11 22:19:04.291 INFO STEP 0 (remove_files) COMPLETE
47332026-03-11T22:19:05.462Z[ recovery-image] Mar 11 22:19:04.291 INFO O| Mar 11 22:19:04.291 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342026-03-11T22:19:05.467Z[ recovery-image] Mar 11 22:19:04.301 INFO O| Mar 11 22:19:04.301 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
47352026-03-11T22:19:05.520Z[ recovery-image] Mar 11 22:19:04.353 INFO O| Mar 11 22:19:04.353 INFO STEP 1 (remove_files) COMPLETE
47362026-03-11T22:19:05.521Z[ recovery-image] Mar 11 22:19:04.353 INFO O| Mar 11 22:19:04.353 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372026-03-11T22:19:05.532Z[ recovery-image] Mar 11 22:19:04.365 INFO O| Mar 11 22:19:04.365 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
47382026-03-11T22:19:05.535Z[ recovery-image] Mar 11 22:19:04.367 INFO O| Mar 11 22:19:04.367 INFO STEP 2 (remove_files) COMPLETE
47392026-03-11T22:19:05.535Z[ recovery-image] Mar 11 22:19:04.367 INFO O| Mar 11 22:19:04.367 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402026-03-11T22:19:05.542Z[ recovery-image] Mar 11 22:19:04.375 INFO O| Mar 11 22:19:04.375 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
47412026-03-11T22:19:05.580Z[ recovery-image] Mar 11 22:19:04.413 INFO O| Mar 11 22:19:04.413 INFO STEP 3 (remove_files) COMPLETE
47422026-03-11T22:19:05.580Z[ recovery-image] Mar 11 22:19:04.413 INFO O| Mar 11 22:19:04.413 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432026-03-11T22:19:05.589Z[ recovery-image] Mar 11 22:19:04.422 INFO O| Mar 11 22:19:04.422 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
47442026-03-11T22:19:05.606Z[ recovery-image] Mar 11 22:19:04.439 INFO O| Mar 11 22:19:04.439 INFO STEP 4 (remove_files) COMPLETE
47452026-03-11T22:19:05.606Z[ recovery-image] Mar 11 22:19:04.439 INFO O| Mar 11 22:19:04.439 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462026-03-11T22:19:05.615Z[ recovery-image] Mar 11 22:19:04.448 INFO O| Mar 11 22:19:04.448 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
47472026-03-11T22:19:05.618Z[ recovery-image] Mar 11 22:19:04.449 INFO O| Mar 11 22:19:04.449 INFO STEP 5 (remove_files) COMPLETE
47482026-03-11T22:19:05.618Z[ recovery-image] Mar 11 22:19:04.449 INFO O| Mar 11 22:19:04.449 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492026-03-11T22:19:05.624Z[ recovery-image] Mar 11 22:19:04.457 INFO O| Mar 11 22:19:04.457 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
47502026-03-11T22:19:05.627Z[ recovery-image] Mar 11 22:19:04.459 INFO O| Mar 11 22:19:04.459 INFO STEP 6 (remove_files) COMPLETE
47512026-03-11T22:19:05.627Z[ recovery-image] Mar 11 22:19:04.459 INFO O| Mar 11 22:19:04.459 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522026-03-11T22:19:05.633Z[ recovery-image] Mar 11 22:19:04.466 INFO O| Mar 11 22:19:04.466 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
47532026-03-11T22:19:05.636Z[ recovery-image] Mar 11 22:19:04.469 INFO O| Mar 11 22:19:04.469 INFO STEP 7 (remove_files) COMPLETE
47542026-03-11T22:19:05.636Z[ recovery-image] Mar 11 22:19:04.469 INFO O| Mar 11 22:19:04.469 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552026-03-11T22:19:05.644Z[ recovery-image] Mar 11 22:19:04.477 INFO O| Mar 11 22:19:04.477 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
47562026-03-11T22:19:05.717Z[ recovery-image] Mar 11 22:19:04.478 INFO O| Mar 11 22:19:04.478 INFO STEP 8 (remove_files) COMPLETE
47572026-03-11T22:19:05.717Z[ recovery-image] Mar 11 22:19:04.478 INFO O| Mar 11 22:19:04.478 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582026-03-11T22:19:05.717Z[ recovery-image] Mar 11 22:19:04.486 INFO O| Mar 11 22:19:04.486 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
47592026-03-11T22:19:05.717Z[ recovery-image] Mar 11 22:19:04.486 INFO O| Mar 11 22:19:04.486 INFO STEP 9 (remove_files) COMPLETE
47602026-03-11T22:19:05.717Z[ recovery-image] Mar 11 22:19:04.486 INFO O| Mar 11 22:19:04.486 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612026-03-11T22:19:05.717Z[ recovery-image] Mar 11 22:19:04.494 INFO O| Mar 11 22:19:04.494 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
47622026-03-11T22:19:05.717Z[ recovery-image] Mar 11 22:19:04.532 INFO O| Mar 11 22:19:04.532 INFO STEP 10 (remove_files) COMPLETE
47632026-03-11T22:19:05.717Z[ recovery-image] Mar 11 22:19:04.532 INFO O| Mar 11 22:19:04.532 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642026-03-11T22:19:05.717Z[ recovery-image] Mar 11 22:19:04.542 INFO O| Mar 11 22:19:04.542 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
47652026-03-11T22:19:05.717Z[ recovery-image] Mar 11 22:19:04.544 INFO O| Mar 11 22:19:04.544 INFO STEP 11 (remove_files) COMPLETE
47662026-03-11T22:19:05.718Z[ recovery-image] Mar 11 22:19:04.544 INFO O| Mar 11 22:19:04.544 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672026-03-11T22:19:05.722Z[ recovery-image] Mar 11 22:19:04.552 INFO O| Mar 11 22:19:04.552 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
47682026-03-11T22:19:05.722Z[ recovery-image] Mar 11 22:19:04.554 INFO O| Mar 11 22:19:04.554 INFO STEP 12 (remove_files) COMPLETE
47692026-03-11T22:19:05.722Z[ recovery-image] Mar 11 22:19:04.554 INFO O| Mar 11 22:19:04.554 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702026-03-11T22:19:05.729Z[ recovery-image] Mar 11 22:19:04.562 INFO O| Mar 11 22:19:04.562 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
47712026-03-11T22:19:05.732Z[ recovery-image] Mar 11 22:19:04.562 INFO O| Mar 11 22:19:04.562 INFO STEP 13 (remove_files) COMPLETE
47722026-03-11T22:19:05.732Z[ recovery-image] Mar 11 22:19:04.562 INFO O| Mar 11 22:19:04.562 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732026-03-11T22:19:05.737Z[ recovery-image] Mar 11 22:19:04.570 INFO O| Mar 11 22:19:04.570 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
47742026-03-11T22:19:05.740Z[ recovery-image] Mar 11 22:19:04.571 INFO O| Mar 11 22:19:04.571 INFO STEP 14 (remove_files) COMPLETE
47752026-03-11T22:19:05.740Z[ recovery-image] Mar 11 22:19:04.571 INFO O| Mar 11 22:19:04.571 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762026-03-11T22:19:05.746Z[ recovery-image] Mar 11 22:19:04.579 INFO O| Mar 11 22:19:04.579 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
47772026-03-11T22:19:05.752Z[ recovery-image] Mar 11 22:19:04.585 INFO O| Mar 11 22:19:04.585 INFO STEP 15 (remove_files) COMPLETE
47782026-03-11T22:19:05.752Z[ recovery-image] Mar 11 22:19:04.585 INFO O| Mar 11 22:19:04.585 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792026-03-11T22:19:05.759Z[ recovery-image] Mar 11 22:19:04.593 INFO O| Mar 11 22:19:04.593 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
47802026-03-11T22:19:05.763Z[ recovery-image] Mar 11 22:19:04.593 INFO O| Mar 11 22:19:04.593 INFO STEP 16 (remove_files) COMPLETE
47812026-03-11T22:19:05.763Z[ recovery-image] Mar 11 22:19:04.593 INFO O| Mar 11 22:19:04.593 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822026-03-11T22:19:05.768Z[ recovery-image] Mar 11 22:19:04.601 INFO O| Mar 11 22:19:04.601 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
47832026-03-11T22:19:05.771Z[ recovery-image] Mar 11 22:19:04.601 INFO O| Mar 11 22:19:04.601 INFO STEP 17 (remove_files) COMPLETE
47842026-03-11T22:19:05.771Z[ recovery-image] Mar 11 22:19:04.601 INFO O| Mar 11 22:19:04.601 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852026-03-11T22:19:05.776Z[ recovery-image] Mar 11 22:19:04.609 INFO O| Mar 11 22:19:04.609 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
47862026-03-11T22:19:05.811Z[ recovery-image] Mar 11 22:19:04.644 INFO O| Mar 11 22:19:04.644 INFO STEP 18 (remove_files) COMPLETE
47872026-03-11T22:19:05.811Z[ recovery-image] Mar 11 22:19:04.644 INFO O| Mar 11 22:19:04.644 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882026-03-11T22:19:05.821Z[ recovery-image] Mar 11 22:19:04.654 INFO O| Mar 11 22:19:04.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
47892026-03-11T22:19:05.824Z[ recovery-image] Mar 11 22:19:04.655 INFO O| Mar 11 22:19:04.655 INFO STEP 19 (remove_files) COMPLETE
47902026-03-11T22:19:05.824Z[ recovery-image] Mar 11 22:19:04.655 INFO O| Mar 11 22:19:04.655 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912026-03-11T22:19:05.830Z[ recovery-image] Mar 11 22:19:04.663 INFO O| Mar 11 22:19:04.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
47922026-03-11T22:19:05.833Z[ recovery-image] Mar 11 22:19:04.664 INFO O| Mar 11 22:19:04.664 INFO STEP 20 (remove_files) COMPLETE
47932026-03-11T22:19:05.833Z[ recovery-image] Mar 11 22:19:04.664 INFO O| Mar 11 22:19:04.664 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942026-03-11T22:19:05.839Z[ recovery-image] Mar 11 22:19:04.672 INFO O| Mar 11 22:19:04.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
47952026-03-11T22:19:05.842Z[ recovery-image] Mar 11 22:19:04.672 INFO O| Mar 11 22:19:04.672 INFO STEP 21 (remove_files) COMPLETE
47962026-03-11T22:19:05.842Z[ recovery-image] Mar 11 22:19:04.672 INFO O| Mar 11 22:19:04.672 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972026-03-11T22:19:05.847Z[ recovery-image] Mar 11 22:19:04.681 INFO O| Mar 11 22:19:04.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
47982026-03-11T22:19:05.851Z[ recovery-image] Mar 11 22:19:04.681 INFO O| Mar 11 22:19:04.681 INFO STEP 22 (remove_files) COMPLETE
47992026-03-11T22:19:05.851Z[ recovery-image] Mar 11 22:19:04.681 INFO O| Mar 11 22:19:04.681 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002026-03-11T22:19:05.856Z[ recovery-image] Mar 11 22:19:04.689 INFO O| Mar 11 22:19:04.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48012026-03-11T22:19:05.861Z[ recovery-image] Mar 11 22:19:04.690 INFO O| Mar 11 22:19:04.690 INFO STEP 23 (remove_files) COMPLETE
48022026-03-11T22:19:05.861Z[ recovery-image] Mar 11 22:19:04.690 INFO O| Mar 11 22:19:04.690 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032026-03-11T22:19:05.865Z[ recovery-image] Mar 11 22:19:04.698 INFO O| Mar 11 22:19:04.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48042026-03-11T22:19:05.868Z[ recovery-image] Mar 11 22:19:04.698 INFO O| Mar 11 22:19:04.698 INFO STEP 24 (remove_files) COMPLETE
48052026-03-11T22:19:05.868Z[ recovery-image] Mar 11 22:19:04.698 INFO O| Mar 11 22:19:04.698 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062026-03-11T22:19:05.873Z[ recovery-image] Mar 11 22:19:04.706 INFO O| Mar 11 22:19:04.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48072026-03-11T22:19:05.876Z[ recovery-image] Mar 11 22:19:04.706 INFO O| Mar 11 22:19:04.706 INFO STEP 25 (remove_files) COMPLETE
48082026-03-11T22:19:05.876Z[ recovery-image] Mar 11 22:19:04.706 INFO O| Mar 11 22:19:04.706 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092026-03-11T22:19:05.881Z[ recovery-image] Mar 11 22:19:04.715 INFO O| Mar 11 22:19:04.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48102026-03-11T22:19:05.885Z[ recovery-image] Mar 11 22:19:04.715 INFO O| Mar 11 22:19:04.715 INFO STEP 26 (remove_files) COMPLETE
48112026-03-11T22:19:05.885Z[ recovery-image] Mar 11 22:19:04.715 INFO O| Mar 11 22:19:04.715 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122026-03-11T22:19:05.889Z[ recovery-image] Mar 11 22:19:04.723 INFO O| Mar 11 22:19:04.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48132026-03-11T22:19:05.892Z[ recovery-image] Mar 11 22:19:04.723 INFO O| Mar 11 22:19:04.723 INFO STEP 27 (remove_files) COMPLETE
48142026-03-11T22:19:05.892Z[ recovery-image] Mar 11 22:19:04.723 INFO O| Mar 11 22:19:04.723 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152026-03-11T22:19:05.898Z[ recovery-image] Mar 11 22:19:04.731 INFO O| Mar 11 22:19:04.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48162026-03-11T22:19:05.901Z[ recovery-image] Mar 11 22:19:04.732 INFO O| Mar 11 22:19:04.732 INFO STEP 28 (remove_files) COMPLETE
48172026-03-11T22:19:05.901Z[ recovery-image] Mar 11 22:19:04.732 INFO O| Mar 11 22:19:04.732 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182026-03-11T22:19:05.907Z[ recovery-image] Mar 11 22:19:04.740 INFO O| Mar 11 22:19:04.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48192026-03-11T22:19:05.910Z[ recovery-image] Mar 11 22:19:04.740 INFO O| Mar 11 22:19:04.740 INFO STEP 29 (remove_files) COMPLETE
48202026-03-11T22:19:05.910Z[ recovery-image] Mar 11 22:19:04.740 INFO O| Mar 11 22:19:04.740 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212026-03-11T22:19:05.914Z[ recovery-image] Mar 11 22:19:04.747 INFO O| Mar 11 22:19:04.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48222026-03-11T22:19:05.917Z[ recovery-image] Mar 11 22:19:04.747 INFO O| Mar 11 22:19:04.747 INFO STEP 30 (remove_files) COMPLETE
48232026-03-11T22:19:05.917Z[ recovery-image] Mar 11 22:19:04.747 INFO O| Mar 11 22:19:04.747 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242026-03-11T22:19:05.922Z[ recovery-image] Mar 11 22:19:04.755 INFO O| Mar 11 22:19:04.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48252026-03-11T22:19:05.925Z[ recovery-image] Mar 11 22:19:04.756 INFO O| Mar 11 22:19:04.756 INFO STEP 31 (remove_files) COMPLETE
48262026-03-11T22:19:05.925Z[ recovery-image] Mar 11 22:19:04.756 INFO O| Mar 11 22:19:04.756 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272026-03-11T22:19:05.930Z[ recovery-image] Mar 11 22:19:04.763 INFO O| Mar 11 22:19:04.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48282026-03-11T22:19:05.933Z[ recovery-image] Mar 11 22:19:04.764 INFO O| Mar 11 22:19:04.764 INFO STEP 32 (remove_files) COMPLETE
48292026-03-11T22:19:05.933Z[ recovery-image] Mar 11 22:19:04.764 INFO O| Mar 11 22:19:04.764 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302026-03-11T22:19:05.938Z[ recovery-image] Mar 11 22:19:04.771 INFO O| Mar 11 22:19:04.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
48312026-03-11T22:19:05.941Z[ recovery-image] Mar 11 22:19:04.771 INFO O| Mar 11 22:19:04.771 INFO STEP 33 (remove_files) COMPLETE
48322026-03-11T22:19:05.941Z[ recovery-image] Mar 11 22:19:04.771 INFO O| Mar 11 22:19:04.771 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332026-03-11T22:19:05.946Z[ recovery-image] Mar 11 22:19:04.779 INFO O| Mar 11 22:19:04.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
48342026-03-11T22:19:05.949Z[ recovery-image] Mar 11 22:19:04.779 INFO O| Mar 11 22:19:04.779 INFO STEP 34 (remove_files) COMPLETE
48352026-03-11T22:19:05.949Z[ recovery-image] Mar 11 22:19:04.779 INFO O| Mar 11 22:19:04.779 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362026-03-11T22:19:05.953Z[ recovery-image] Mar 11 22:19:04.786 INFO O| Mar 11 22:19:04.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
48372026-03-11T22:19:05.953Z[ recovery-image] Mar 11 22:19:04.787 INFO O| Mar 11 22:19:04.787 INFO STEP 35 (remove_files) COMPLETE
48382026-03-11T22:19:05.953Z[ recovery-image] Mar 11 22:19:04.787 INFO O| Mar 11 22:19:04.787 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392026-03-11T22:19:05.961Z[ recovery-image] Mar 11 22:19:04.795 INFO O| Mar 11 22:19:04.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
48402026-03-11T22:19:05.965Z[ recovery-image] Mar 11 22:19:04.795 INFO O| Mar 11 22:19:04.795 INFO STEP 36 (remove_files) COMPLETE
48412026-03-11T22:19:05.965Z[ recovery-image] Mar 11 22:19:04.795 INFO O| Mar 11 22:19:04.795 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422026-03-11T22:19:05.969Z[ recovery-image] Mar 11 22:19:04.803 INFO O| Mar 11 22:19:04.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
48432026-03-11T22:19:05.969Z[ recovery-image] Mar 11 22:19:04.803 INFO O| Mar 11 22:19:04.803 INFO STEP 37 (remove_files) COMPLETE
48442026-03-11T22:19:05.972Z[ recovery-image] Mar 11 22:19:04.803 INFO O| Mar 11 22:19:04.803 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452026-03-11T22:19:05.977Z[ recovery-image] Mar 11 22:19:04.810 INFO O| Mar 11 22:19:04.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
48462026-03-11T22:19:05.977Z[ recovery-image] Mar 11 22:19:04.810 INFO O| Mar 11 22:19:04.810 INFO STEP 38 (remove_files) COMPLETE
48472026-03-11T22:19:05.980Z[ recovery-image] Mar 11 22:19:04.810 INFO O| Mar 11 22:19:04.810 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482026-03-11T22:19:05.985Z[ recovery-image] Mar 11 22:19:04.818 INFO O| Mar 11 22:19:04.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
48492026-03-11T22:19:05.988Z[ recovery-image] Mar 11 22:19:04.818 INFO O| Mar 11 22:19:04.818 INFO STEP 39 (remove_files) COMPLETE
48502026-03-11T22:19:05.988Z[ recovery-image] Mar 11 22:19:04.818 INFO O| Mar 11 22:19:04.818 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512026-03-11T22:19:05.992Z[ recovery-image] Mar 11 22:19:04.825 INFO O| Mar 11 22:19:04.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
48522026-03-11T22:19:05.995Z[ recovery-image] Mar 11 22:19:04.825 INFO O| Mar 11 22:19:04.825 INFO STEP 40 (remove_files) COMPLETE
48532026-03-11T22:19:05.995Z[ recovery-image] Mar 11 22:19:04.825 INFO O| Mar 11 22:19:04.825 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542026-03-11T22:19:06.000Z[ recovery-image] Mar 11 22:19:04.833 INFO O| Mar 11 22:19:04.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
48552026-03-11T22:19:06.000Z[ recovery-image] Mar 11 22:19:04.833 INFO O| Mar 11 22:19:04.833 INFO STEP 41 (remove_files) COMPLETE
48562026-03-11T22:19:06.003Z[ recovery-image] Mar 11 22:19:04.833 INFO O| Mar 11 22:19:04.833 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572026-03-11T22:19:06.007Z[ recovery-image] Mar 11 22:19:04.841 INFO O| Mar 11 22:19:04.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
48582026-03-11T22:19:06.007Z[ recovery-image] Mar 11 22:19:04.841 INFO O| Mar 11 22:19:04.841 INFO STEP 42 (remove_files) COMPLETE
48592026-03-11T22:19:06.011Z[ recovery-image] Mar 11 22:19:04.841 INFO O| Mar 11 22:19:04.841 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602026-03-11T22:19:06.016Z[ recovery-image] Mar 11 22:19:04.849 INFO O| Mar 11 22:19:04.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
48612026-03-11T22:19:06.019Z[ recovery-image] Mar 11 22:19:04.850 INFO O| Mar 11 22:19:04.850 INFO STEP 43 (remove_files) COMPLETE
48622026-03-11T22:19:06.019Z[ recovery-image] Mar 11 22:19:04.850 INFO O| Mar 11 22:19:04.850 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632026-03-11T22:19:06.024Z[ recovery-image] Mar 11 22:19:04.857 INFO O| Mar 11 22:19:04.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
48642026-03-11T22:19:06.027Z[ recovery-image] Mar 11 22:19:04.857 INFO O| Mar 11 22:19:04.857 INFO STEP 44 (remove_files) COMPLETE
48652026-03-11T22:19:06.027Z[ recovery-image] Mar 11 22:19:04.857 INFO O| Mar 11 22:19:04.857 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662026-03-11T22:19:06.032Z[ recovery-image] Mar 11 22:19:04.865 INFO O| Mar 11 22:19:04.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
48672026-03-11T22:19:06.035Z[ recovery-image] Mar 11 22:19:04.865 INFO O| Mar 11 22:19:04.865 INFO STEP 45 (remove_files) COMPLETE
48682026-03-11T22:19:06.035Z[ recovery-image] Mar 11 22:19:04.865 INFO O| Mar 11 22:19:04.865 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692026-03-11T22:19:06.040Z[ recovery-image] Mar 11 22:19:04.873 INFO O| Mar 11 22:19:04.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
48702026-03-11T22:19:06.043Z[ recovery-image] Mar 11 22:19:04.873 INFO O| Mar 11 22:19:04.873 INFO STEP 46 (remove_files) COMPLETE
48712026-03-11T22:19:06.043Z[ recovery-image] Mar 11 22:19:04.873 INFO O| Mar 11 22:19:04.873 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722026-03-11T22:19:06.048Z[ recovery-image] Mar 11 22:19:04.881 INFO O| Mar 11 22:19:04.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
48732026-03-11T22:19:06.051Z[ recovery-image] Mar 11 22:19:04.881 INFO O| Mar 11 22:19:04.881 INFO STEP 47 (remove_files) COMPLETE
48742026-03-11T22:19:06.051Z[ recovery-image] Mar 11 22:19:04.881 INFO O| Mar 11 22:19:04.881 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752026-03-11T22:19:06.055Z[ recovery-image] Mar 11 22:19:04.889 INFO O| Mar 11 22:19:04.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
48762026-03-11T22:19:06.058Z[ recovery-image] Mar 11 22:19:04.889 INFO O| Mar 11 22:19:04.889 INFO STEP 48 (remove_files) COMPLETE
48772026-03-11T22:19:06.058Z[ recovery-image] Mar 11 22:19:04.889 INFO O| Mar 11 22:19:04.889 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782026-03-11T22:19:06.063Z[ recovery-image] Mar 11 22:19:04.897 INFO O| Mar 11 22:19:04.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
48792026-03-11T22:19:06.067Z[ recovery-image] Mar 11 22:19:04.897 INFO O| Mar 11 22:19:04.897 INFO STEP 49 (remove_files) COMPLETE
48802026-03-11T22:19:06.067Z[ recovery-image] Mar 11 22:19:04.897 INFO O| Mar 11 22:19:04.897 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812026-03-11T22:19:06.072Z[ recovery-image] Mar 11 22:19:04.905 INFO O| Mar 11 22:19:04.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
48822026-03-11T22:19:06.075Z[ recovery-image] Mar 11 22:19:04.905 INFO O| Mar 11 22:19:04.905 INFO STEP 50 (remove_files) COMPLETE
48832026-03-11T22:19:06.075Z[ recovery-image] Mar 11 22:19:04.905 INFO O| Mar 11 22:19:04.905 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842026-03-11T22:19:06.080Z[ recovery-image] Mar 11 22:19:04.913 INFO O| Mar 11 22:19:04.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
48852026-03-11T22:19:06.080Z[ recovery-image] Mar 11 22:19:04.913 INFO O| Mar 11 22:19:04.913 INFO STEP 51 (remove_files) COMPLETE
48862026-03-11T22:19:06.083Z[ recovery-image] Mar 11 22:19:04.913 INFO O| Mar 11 22:19:04.913 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872026-03-11T22:19:06.088Z[ recovery-image] Mar 11 22:19:04.921 INFO O| Mar 11 22:19:04.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
48882026-03-11T22:19:06.091Z[ recovery-image] Mar 11 22:19:04.921 INFO O| Mar 11 22:19:04.921 INFO STEP 52 (remove_files) COMPLETE
48892026-03-11T22:19:06.091Z[ recovery-image] Mar 11 22:19:04.921 INFO O| Mar 11 22:19:04.921 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902026-03-11T22:19:06.096Z[ recovery-image] Mar 11 22:19:04.929 INFO O| Mar 11 22:19:04.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
48912026-03-11T22:19:06.099Z[ recovery-image] Mar 11 22:19:04.929 INFO O| Mar 11 22:19:04.929 INFO STEP 53 (remove_files) COMPLETE
48922026-03-11T22:19:06.099Z[ recovery-image] Mar 11 22:19:04.929 INFO O| Mar 11 22:19:04.929 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932026-03-11T22:19:06.104Z[ recovery-image] Mar 11 22:19:04.937 INFO O| Mar 11 22:19:04.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
48942026-03-11T22:19:06.107Z[ recovery-image] Mar 11 22:19:04.937 INFO O| Mar 11 22:19:04.937 INFO STEP 54 (remove_files) COMPLETE
48952026-03-11T22:19:06.108Z[ recovery-image] Mar 11 22:19:04.937 INFO O| Mar 11 22:19:04.937 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962026-03-11T22:19:06.111Z[ recovery-image] Mar 11 22:19:04.945 INFO O| Mar 11 22:19:04.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
48972026-03-11T22:19:06.114Z[ recovery-image] Mar 11 22:19:04.945 INFO O| Mar 11 22:19:04.945 INFO STEP 55 (remove_files) COMPLETE
48982026-03-11T22:19:06.114Z[ recovery-image] Mar 11 22:19:04.945 INFO O| Mar 11 22:19:04.945 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992026-03-11T22:19:06.119Z[ recovery-image] Mar 11 22:19:04.953 INFO O| Mar 11 22:19:04.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49002026-03-11T22:19:06.122Z[ recovery-image] Mar 11 22:19:04.953 INFO O| Mar 11 22:19:04.953 INFO STEP 56 (remove_files) COMPLETE
49012026-03-11T22:19:06.122Z[ recovery-image] Mar 11 22:19:04.953 INFO O| Mar 11 22:19:04.953 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022026-03-11T22:19:06.127Z[ recovery-image] Mar 11 22:19:04.960 INFO O| Mar 11 22:19:04.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49032026-03-11T22:19:06.130Z[ recovery-image] Mar 11 22:19:04.960 INFO O| Mar 11 22:19:04.960 INFO STEP 57 (remove_files) COMPLETE
49042026-03-11T22:19:06.130Z[ recovery-image] Mar 11 22:19:04.960 INFO O| Mar 11 22:19:04.960 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052026-03-11T22:19:06.134Z[ recovery-image] Mar 11 22:19:04.968 INFO O| Mar 11 22:19:04.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49062026-03-11T22:19:06.138Z[ recovery-image] Mar 11 22:19:04.968 INFO O| Mar 11 22:19:04.968 INFO STEP 58 (remove_files) COMPLETE
49072026-03-11T22:19:06.138Z[ recovery-image] Mar 11 22:19:04.968 INFO O| Mar 11 22:19:04.968 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082026-03-11T22:19:06.142Z[ recovery-image] Mar 11 22:19:04.975 INFO O| Mar 11 22:19:04.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49092026-03-11T22:19:06.145Z[ recovery-image] Mar 11 22:19:04.975 INFO O| Mar 11 22:19:04.975 INFO STEP 59 (remove_files) COMPLETE
49102026-03-11T22:19:06.146Z[ recovery-image] Mar 11 22:19:04.975 INFO O| Mar 11 22:19:04.975 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112026-03-11T22:19:06.150Z[ recovery-image] Mar 11 22:19:04.983 INFO O| Mar 11 22:19:04.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49122026-03-11T22:19:06.153Z[ recovery-image] Mar 11 22:19:04.983 INFO O| Mar 11 22:19:04.983 INFO STEP 60 (remove_files) COMPLETE
49132026-03-11T22:19:06.153Z[ recovery-image] Mar 11 22:19:04.983 INFO O| Mar 11 22:19:04.983 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142026-03-11T22:19:06.158Z[ recovery-image] Mar 11 22:19:04.991 INFO O| Mar 11 22:19:04.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49152026-03-11T22:19:06.161Z[ recovery-image] Mar 11 22:19:04.991 INFO O| Mar 11 22:19:04.991 INFO STEP 61 (remove_files) COMPLETE
49162026-03-11T22:19:06.161Z[ recovery-image] Mar 11 22:19:04.991 INFO O| Mar 11 22:19:04.991 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172026-03-11T22:19:06.165Z[ recovery-image] Mar 11 22:19:04.999 INFO O| Mar 11 22:19:04.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49182026-03-11T22:19:06.168Z[ recovery-image] Mar 11 22:19:04.999 INFO O| Mar 11 22:19:04.999 INFO STEP 62 (remove_files) COMPLETE
49192026-03-11T22:19:06.169Z[ recovery-image] Mar 11 22:19:04.999 INFO O| Mar 11 22:19:04.999 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202026-03-11T22:19:06.175Z[ recovery-image] Mar 11 22:19:05.008 INFO O| Mar 11 22:19:05.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49212026-03-11T22:19:06.178Z[ recovery-image] Mar 11 22:19:05.008 INFO O| Mar 11 22:19:05.008 INFO STEP 63 (remove_files) COMPLETE
49222026-03-11T22:19:06.178Z[ recovery-image] Mar 11 22:19:05.008 INFO O| Mar 11 22:19:05.008 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232026-03-11T22:19:06.183Z[ recovery-image] Mar 11 22:19:05.016 INFO O| Mar 11 22:19:05.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49242026-03-11T22:19:06.186Z[ recovery-image] Mar 11 22:19:05.016 INFO O| Mar 11 22:19:05.016 INFO STEP 64 (remove_files) COMPLETE
49252026-03-11T22:19:06.186Z[ recovery-image] Mar 11 22:19:05.016 INFO O| Mar 11 22:19:05.016 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262026-03-11T22:19:06.191Z[ recovery-image] Mar 11 22:19:05.024 INFO O| Mar 11 22:19:05.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49272026-03-11T22:19:06.194Z[ recovery-image] Mar 11 22:19:05.024 INFO O| Mar 11 22:19:05.024 INFO STEP 65 (remove_files) COMPLETE
49282026-03-11T22:19:06.194Z[ recovery-image] Mar 11 22:19:05.024 INFO O| Mar 11 22:19:05.024 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292026-03-11T22:19:06.199Z[ recovery-image] Mar 11 22:19:05.032 INFO O| Mar 11 22:19:05.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49302026-03-11T22:19:06.202Z[ recovery-image] Mar 11 22:19:05.032 INFO O| Mar 11 22:19:05.032 INFO STEP 66 (remove_files) COMPLETE
49312026-03-11T22:19:06.202Z[ recovery-image] Mar 11 22:19:05.032 INFO O| Mar 11 22:19:05.032 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322026-03-11T22:19:06.207Z[ recovery-image] Mar 11 22:19:05.040 INFO O| Mar 11 22:19:05.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
49332026-03-11T22:19:06.210Z[ recovery-image] Mar 11 22:19:05.041 INFO O| Mar 11 22:19:05.041 INFO STEP 67 (remove_files) COMPLETE
49342026-03-11T22:19:06.210Z[ recovery-image] Mar 11 22:19:05.041 INFO O| Mar 11 22:19:05.041 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352026-03-11T22:19:06.215Z[ recovery-image] Mar 11 22:19:05.049 INFO O| Mar 11 22:19:05.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
49362026-03-11T22:19:06.215Z[ recovery-image] Mar 11 22:19:05.049 INFO O| Mar 11 22:19:05.049 INFO STEP 68 (remove_files) COMPLETE
49372026-03-11T22:19:06.219Z[ recovery-image] Mar 11 22:19:05.049 INFO O| Mar 11 22:19:05.049 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382026-03-11T22:19:06.223Z[ recovery-image] Mar 11 22:19:05.056 INFO O| Mar 11 22:19:05.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
49392026-03-11T22:19:06.226Z[ recovery-image] Mar 11 22:19:05.056 INFO O| Mar 11 22:19:05.056 INFO STEP 69 (remove_files) COMPLETE
49402026-03-11T22:19:06.226Z[ recovery-image] Mar 11 22:19:05.056 INFO O| Mar 11 22:19:05.056 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412026-03-11T22:19:06.231Z[ recovery-image] Mar 11 22:19:05.064 INFO O| Mar 11 22:19:05.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
49422026-03-11T22:19:06.231Z[ recovery-image] Mar 11 22:19:05.064 INFO O| Mar 11 22:19:05.064 INFO STEP 70 (remove_files) COMPLETE
49432026-03-11T22:19:06.235Z[ recovery-image] Mar 11 22:19:05.064 INFO O| Mar 11 22:19:05.064 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442026-03-11T22:19:06.239Z[ recovery-image] Mar 11 22:19:05.072 INFO O| Mar 11 22:19:05.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
49452026-03-11T22:19:06.242Z[ recovery-image] Mar 11 22:19:05.072 INFO O| Mar 11 22:19:05.072 INFO STEP 71 (remove_files) COMPLETE
49462026-03-11T22:19:06.242Z[ recovery-image] Mar 11 22:19:05.072 INFO O| Mar 11 22:19:05.072 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472026-03-11T22:19:06.246Z[ recovery-image] Mar 11 22:19:05.080 INFO O| Mar 11 22:19:05.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
49482026-03-11T22:19:06.249Z[ recovery-image] Mar 11 22:19:05.080 INFO O| Mar 11 22:19:05.080 INFO STEP 72 (remove_files) COMPLETE
49492026-03-11T22:19:06.249Z[ recovery-image] Mar 11 22:19:05.080 INFO O| Mar 11 22:19:05.080 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502026-03-11T22:19:06.254Z[ recovery-image] Mar 11 22:19:05.087 INFO O| Mar 11 22:19:05.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
49512026-03-11T22:19:06.254Z[ recovery-image] Mar 11 22:19:05.087 INFO O| Mar 11 22:19:05.087 INFO STEP 73 (remove_files) COMPLETE
49522026-03-11T22:19:06.257Z[ recovery-image] Mar 11 22:19:05.087 INFO O| Mar 11 22:19:05.087 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532026-03-11T22:19:06.262Z[ recovery-image] Mar 11 22:19:05.095 INFO O| Mar 11 22:19:05.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
49542026-03-11T22:19:06.262Z[ recovery-image] Mar 11 22:19:05.095 INFO O| Mar 11 22:19:05.095 INFO STEP 74 (remove_files) COMPLETE
49552026-03-11T22:19:06.265Z[ recovery-image] Mar 11 22:19:05.095 INFO O| Mar 11 22:19:05.095 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562026-03-11T22:19:06.270Z[ recovery-image] Mar 11 22:19:05.103 INFO O| Mar 11 22:19:05.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
49572026-03-11T22:19:06.273Z[ recovery-image] Mar 11 22:19:05.104 INFO O| Mar 11 22:19:05.103 INFO STEP 75 (remove_files) COMPLETE
49582026-03-11T22:19:06.273Z[ recovery-image] Mar 11 22:19:05.104 INFO O| Mar 11 22:19:05.104 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592026-03-11T22:19:06.278Z[ recovery-image] Mar 11 22:19:05.111 INFO O| Mar 11 22:19:05.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
49602026-03-11T22:19:06.281Z[ recovery-image] Mar 11 22:19:05.111 INFO O| Mar 11 22:19:05.111 INFO STEP 76 (remove_files) COMPLETE
49612026-03-11T22:19:06.282Z[ recovery-image] Mar 11 22:19:05.111 INFO O| Mar 11 22:19:05.111 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622026-03-11T22:19:06.286Z[ recovery-image] Mar 11 22:19:05.119 INFO O| Mar 11 22:19:05.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
49632026-03-11T22:19:06.289Z[ recovery-image] Mar 11 22:19:05.119 INFO O| Mar 11 22:19:05.119 INFO STEP 77 (remove_files) COMPLETE
49642026-03-11T22:19:06.289Z[ recovery-image] Mar 11 22:19:05.119 INFO O| Mar 11 22:19:05.119 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652026-03-11T22:19:06.293Z[ recovery-image] Mar 11 22:19:05.127 INFO O| Mar 11 22:19:05.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
49662026-03-11T22:19:06.293Z[ recovery-image] Mar 11 22:19:05.127 INFO O| Mar 11 22:19:05.127 INFO STEP 78 (remove_files) COMPLETE
49672026-03-11T22:19:06.296Z[ recovery-image] Mar 11 22:19:05.127 INFO O| Mar 11 22:19:05.127 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682026-03-11T22:19:06.301Z[ recovery-image] Mar 11 22:19:05.135 INFO O| Mar 11 22:19:05.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
49692026-03-11T22:19:06.301Z[ recovery-image] Mar 11 22:19:05.135 INFO O| Mar 11 22:19:05.135 INFO STEP 79 (remove_files) COMPLETE
49702026-03-11T22:19:06.304Z[ recovery-image] Mar 11 22:19:05.135 INFO O| Mar 11 22:19:05.135 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712026-03-11T22:19:06.309Z[ recovery-image] Mar 11 22:19:05.143 INFO O| Mar 11 22:19:05.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
49722026-03-11T22:19:06.312Z[ recovery-image] Mar 11 22:19:05.143 INFO O| Mar 11 22:19:05.143 INFO STEP 80 (remove_files) COMPLETE
49732026-03-11T22:19:06.312Z[ recovery-image] Mar 11 22:19:05.143 INFO O| Mar 11 22:19:05.143 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742026-03-11T22:19:06.317Z[ recovery-image] Mar 11 22:19:05.151 INFO O| Mar 11 22:19:05.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
49752026-03-11T22:19:06.317Z[ recovery-image] Mar 11 22:19:05.151 INFO O| Mar 11 22:19:05.151 INFO STEP 81 (remove_files) COMPLETE
49762026-03-11T22:19:06.320Z[ recovery-image] Mar 11 22:19:05.151 INFO O| Mar 11 22:19:05.151 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772026-03-11T22:19:06.325Z[ recovery-image] Mar 11 22:19:05.158 INFO O| Mar 11 22:19:05.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
49782026-03-11T22:19:06.328Z[ recovery-image] Mar 11 22:19:05.158 INFO O| Mar 11 22:19:05.158 INFO STEP 82 (remove_files) COMPLETE
49792026-03-11T22:19:06.328Z[ recovery-image] Mar 11 22:19:05.158 INFO O| Mar 11 22:19:05.158 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802026-03-11T22:19:06.333Z[ recovery-image] Mar 11 22:19:05.166 INFO O| Mar 11 22:19:05.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
49812026-03-11T22:19:06.333Z[ recovery-image] Mar 11 22:19:05.166 INFO O| Mar 11 22:19:05.166 INFO STEP 83 (remove_files) COMPLETE
49822026-03-11T22:19:06.336Z[ recovery-image] Mar 11 22:19:05.166 INFO O| Mar 11 22:19:05.166 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832026-03-11T22:19:06.341Z[ recovery-image] Mar 11 22:19:05.174 INFO O| Mar 11 22:19:05.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
49842026-03-11T22:19:06.344Z[ recovery-image] Mar 11 22:19:05.174 INFO O| Mar 11 22:19:05.174 INFO STEP 84 (remove_files) COMPLETE
49852026-03-11T22:19:06.344Z[ recovery-image] Mar 11 22:19:05.174 INFO O| Mar 11 22:19:05.174 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862026-03-11T22:19:06.349Z[ recovery-image] Mar 11 22:19:05.182 INFO O| Mar 11 22:19:05.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
49872026-03-11T22:19:06.352Z[ recovery-image] Mar 11 22:19:05.182 INFO O| Mar 11 22:19:05.182 INFO STEP 85 (remove_files) COMPLETE
49882026-03-11T22:19:06.352Z[ recovery-image] Mar 11 22:19:05.182 INFO O| Mar 11 22:19:05.182 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892026-03-11T22:19:06.356Z[ recovery-image] Mar 11 22:19:05.189 INFO O| Mar 11 22:19:05.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
49902026-03-11T22:19:06.356Z[ recovery-image] Mar 11 22:19:05.189 INFO O| Mar 11 22:19:05.189 INFO STEP 86 (remove_files) COMPLETE
49912026-03-11T22:19:06.356Z[ recovery-image] Mar 11 22:19:05.189 INFO O| Mar 11 22:19:05.189 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922026-03-11T22:19:06.363Z[ recovery-image] Mar 11 22:19:05.196 INFO O| Mar 11 22:19:05.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
49932026-03-11T22:19:06.366Z[ recovery-image] Mar 11 22:19:05.196 INFO O| Mar 11 22:19:05.196 INFO STEP 87 (remove_files) COMPLETE
49942026-03-11T22:19:06.366Z[ recovery-image] Mar 11 22:19:05.196 INFO O| Mar 11 22:19:05.196 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952026-03-11T22:19:06.372Z[ recovery-image] Mar 11 22:19:05.205 INFO O| Mar 11 22:19:05.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
49962026-03-11T22:19:06.372Z[ recovery-image] Mar 11 22:19:05.205 INFO O| Mar 11 22:19:05.205 INFO STEP 88 (remove_files) COMPLETE
49972026-03-11T22:19:06.375Z[ recovery-image] Mar 11 22:19:05.205 INFO O| Mar 11 22:19:05.205 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982026-03-11T22:19:06.380Z[ recovery-image] Mar 11 22:19:05.213 INFO O| Mar 11 22:19:05.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
49992026-03-11T22:19:06.383Z[ recovery-image] Mar 11 22:19:05.213 INFO O| Mar 11 22:19:05.213 INFO STEP 89 (remove_files) COMPLETE
50002026-03-11T22:19:06.383Z[ recovery-image] Mar 11 22:19:05.213 INFO O| Mar 11 22:19:05.213 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012026-03-11T22:19:06.388Z[ recovery-image] Mar 11 22:19:05.221 INFO O| Mar 11 22:19:05.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50022026-03-11T22:19:06.388Z[ recovery-image] Mar 11 22:19:05.221 INFO O| Mar 11 22:19:05.221 INFO STEP 90 (remove_files) COMPLETE
50032026-03-11T22:19:06.391Z[ recovery-image] Mar 11 22:19:05.221 INFO O| Mar 11 22:19:05.221 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042026-03-11T22:19:06.396Z[ recovery-image] Mar 11 22:19:05.229 INFO O| Mar 11 22:19:05.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50052026-03-11T22:19:06.396Z[ recovery-image] Mar 11 22:19:05.229 INFO O| Mar 11 22:19:05.229 INFO STEP 91 (remove_files) COMPLETE
50062026-03-11T22:19:06.399Z[ recovery-image] Mar 11 22:19:05.229 INFO O| Mar 11 22:19:05.229 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072026-03-11T22:19:06.404Z[ recovery-image] Mar 11 22:19:05.237 INFO O| Mar 11 22:19:05.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50082026-03-11T22:19:06.407Z[ recovery-image] Mar 11 22:19:05.237 INFO O| Mar 11 22:19:05.237 INFO STEP 92 (remove_files) COMPLETE
50092026-03-11T22:19:06.407Z[ recovery-image] Mar 11 22:19:05.237 INFO O| Mar 11 22:19:05.237 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102026-03-11T22:19:06.412Z[ recovery-image] Mar 11 22:19:05.245 INFO O| Mar 11 22:19:05.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50112026-03-11T22:19:06.415Z[ recovery-image] Mar 11 22:19:05.245 INFO O| Mar 11 22:19:05.245 INFO STEP 93 (remove_files) COMPLETE
50122026-03-11T22:19:06.415Z[ recovery-image] Mar 11 22:19:05.245 INFO O| Mar 11 22:19:05.245 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132026-03-11T22:19:06.420Z[ recovery-image] Mar 11 22:19:05.253 INFO O| Mar 11 22:19:05.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50142026-03-11T22:19:06.423Z[ recovery-image] Mar 11 22:19:05.253 INFO O| Mar 11 22:19:05.253 INFO STEP 94 (remove_files) COMPLETE
50152026-03-11T22:19:06.423Z[ recovery-image] Mar 11 22:19:05.253 INFO O| Mar 11 22:19:05.253 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162026-03-11T22:19:06.428Z[ recovery-image] Mar 11 22:19:05.261 INFO O| Mar 11 22:19:05.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50172026-03-11T22:19:06.431Z[ recovery-image] Mar 11 22:19:05.261 INFO O| Mar 11 22:19:05.261 INFO STEP 95 (remove_files) COMPLETE
50182026-03-11T22:19:06.431Z[ recovery-image] Mar 11 22:19:05.261 INFO O| Mar 11 22:19:05.261 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192026-03-11T22:19:06.435Z[ recovery-image] Mar 11 22:19:05.268 INFO O| Mar 11 22:19:05.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50202026-03-11T22:19:06.439Z[ recovery-image] Mar 11 22:19:05.269 INFO O| Mar 11 22:19:05.269 INFO STEP 96 (remove_files) COMPLETE
50212026-03-11T22:19:06.439Z[ recovery-image] Mar 11 22:19:05.269 INFO O| Mar 11 22:19:05.269 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222026-03-11T22:19:06.443Z[ recovery-image] Mar 11 22:19:05.277 INFO O| Mar 11 22:19:05.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50232026-03-11T22:19:06.444Z[ recovery-image] Mar 11 22:19:05.277 INFO O| Mar 11 22:19:05.277 INFO STEP 97 (remove_files) COMPLETE
50242026-03-11T22:19:06.447Z[ recovery-image] Mar 11 22:19:05.277 INFO O| Mar 11 22:19:05.277 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252026-03-11T22:19:06.451Z[ recovery-image] Mar 11 22:19:05.284 INFO O| Mar 11 22:19:05.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50262026-03-11T22:19:06.454Z[ recovery-image] Mar 11 22:19:05.285 INFO O| Mar 11 22:19:05.285 INFO STEP 98 (remove_files) COMPLETE
50272026-03-11T22:19:06.454Z[ recovery-image] Mar 11 22:19:05.285 INFO O| Mar 11 22:19:05.285 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282026-03-11T22:19:06.459Z[ recovery-image] Mar 11 22:19:05.292 INFO O| Mar 11 22:19:05.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50292026-03-11T22:19:06.462Z[ recovery-image] Mar 11 22:19:05.292 INFO O| Mar 11 22:19:05.292 INFO STEP 99 (remove_files) COMPLETE
50302026-03-11T22:19:06.462Z[ recovery-image] Mar 11 22:19:05.292 INFO O| Mar 11 22:19:05.292 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312026-03-11T22:19:06.467Z[ recovery-image] Mar 11 22:19:05.300 INFO O| Mar 11 22:19:05.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50322026-03-11T22:19:06.470Z[ recovery-image] Mar 11 22:19:05.300 INFO O| Mar 11 22:19:05.300 INFO STEP 100 (remove_files) COMPLETE
50332026-03-11T22:19:06.470Z[ recovery-image] Mar 11 22:19:05.300 INFO O| Mar 11 22:19:05.300 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342026-03-11T22:19:06.475Z[ recovery-image] Mar 11 22:19:05.308 INFO O| Mar 11 22:19:05.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
50352026-03-11T22:19:06.475Z[ recovery-image] Mar 11 22:19:05.308 INFO O| Mar 11 22:19:05.308 INFO STEP 101 (remove_files) COMPLETE
50362026-03-11T22:19:06.478Z[ recovery-image] Mar 11 22:19:05.308 INFO O| Mar 11 22:19:05.308 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372026-03-11T22:19:06.483Z[ recovery-image] Mar 11 22:19:05.316 INFO O| Mar 11 22:19:05.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
50382026-03-11T22:19:06.486Z[ recovery-image] Mar 11 22:19:05.316 INFO O| Mar 11 22:19:05.316 INFO STEP 102 (remove_files) COMPLETE
50392026-03-11T22:19:06.487Z[ recovery-image] Mar 11 22:19:05.316 INFO O| Mar 11 22:19:05.316 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402026-03-11T22:19:06.491Z[ recovery-image] Mar 11 22:19:05.324 INFO O| Mar 11 22:19:05.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
50412026-03-11T22:19:06.494Z[ recovery-image] Mar 11 22:19:05.324 INFO O| Mar 11 22:19:05.324 INFO STEP 103 (remove_files) COMPLETE
50422026-03-11T22:19:06.494Z[ recovery-image] Mar 11 22:19:05.324 INFO O| Mar 11 22:19:05.324 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432026-03-11T22:19:06.499Z[ recovery-image] Mar 11 22:19:05.332 INFO O| Mar 11 22:19:05.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
50442026-03-11T22:19:06.502Z[ recovery-image] Mar 11 22:19:05.332 INFO O| Mar 11 22:19:05.332 INFO STEP 104 (remove_files) COMPLETE
50452026-03-11T22:19:06.502Z[ recovery-image] Mar 11 22:19:05.332 INFO O| Mar 11 22:19:05.332 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462026-03-11T22:19:06.506Z[ recovery-image] Mar 11 22:19:05.339 INFO O| Mar 11 22:19:05.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
50472026-03-11T22:19:06.506Z[ recovery-image] Mar 11 22:19:05.340 INFO O| Mar 11 22:19:05.339 INFO STEP 105 (remove_files) COMPLETE
50482026-03-11T22:19:06.509Z[ recovery-image] Mar 11 22:19:05.340 INFO O| Mar 11 22:19:05.339 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492026-03-11T22:19:06.514Z[ recovery-image] Mar 11 22:19:05.348 INFO O| Mar 11 22:19:05.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
50502026-03-11T22:19:06.517Z[ recovery-image] Mar 11 22:19:05.348 INFO O| Mar 11 22:19:05.348 INFO STEP 106 (remove_files) COMPLETE
50512026-03-11T22:19:06.518Z[ recovery-image] Mar 11 22:19:05.348 INFO O| Mar 11 22:19:05.348 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522026-03-11T22:19:06.522Z[ recovery-image] Mar 11 22:19:05.355 INFO O| Mar 11 22:19:05.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
50532026-03-11T22:19:06.525Z[ recovery-image] Mar 11 22:19:05.355 INFO O| Mar 11 22:19:05.355 INFO STEP 107 (remove_files) COMPLETE
50542026-03-11T22:19:06.525Z[ recovery-image] Mar 11 22:19:05.355 INFO O| Mar 11 22:19:05.355 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552026-03-11T22:19:06.530Z[ recovery-image] Mar 11 22:19:05.363 INFO O| Mar 11 22:19:05.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
50562026-03-11T22:19:06.533Z[ recovery-image] Mar 11 22:19:05.363 INFO O| Mar 11 22:19:05.363 INFO STEP 108 (remove_files) COMPLETE
50572026-03-11T22:19:06.533Z[ recovery-image] Mar 11 22:19:05.363 INFO O| Mar 11 22:19:05.363 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582026-03-11T22:19:06.538Z[ recovery-image] Mar 11 22:19:05.371 INFO O| Mar 11 22:19:05.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
50592026-03-11T22:19:06.538Z[ recovery-image] Mar 11 22:19:05.371 INFO O| Mar 11 22:19:05.371 INFO STEP 109 (remove_files) COMPLETE
50602026-03-11T22:19:06.541Z[ recovery-image] Mar 11 22:19:05.371 INFO O| Mar 11 22:19:05.371 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612026-03-11T22:19:06.545Z[ recovery-image] Mar 11 22:19:05.378 INFO O| Mar 11 22:19:05.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
50622026-03-11T22:19:06.545Z[ recovery-image] Mar 11 22:19:05.378 INFO O| Mar 11 22:19:05.378 INFO STEP 110 (remove_files) COMPLETE
50632026-03-11T22:19:06.548Z[ recovery-image] Mar 11 22:19:05.378 INFO O| Mar 11 22:19:05.378 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642026-03-11T22:19:06.552Z[ recovery-image] Mar 11 22:19:05.385 INFO O| Mar 11 22:19:05.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
50652026-03-11T22:19:06.552Z[ recovery-image] Mar 11 22:19:05.385 INFO O| Mar 11 22:19:05.385 INFO STEP 111 (remove_files) COMPLETE
50662026-03-11T22:19:06.555Z[ recovery-image] Mar 11 22:19:05.385 INFO O| Mar 11 22:19:05.385 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672026-03-11T22:19:06.560Z[ recovery-image] Mar 11 22:19:05.393 INFO O| Mar 11 22:19:05.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
50682026-03-11T22:19:06.560Z[ recovery-image] Mar 11 22:19:05.393 INFO O| Mar 11 22:19:05.393 INFO STEP 112 (remove_files) COMPLETE
50692026-03-11T22:19:06.563Z[ recovery-image] Mar 11 22:19:05.393 INFO O| Mar 11 22:19:05.393 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702026-03-11T22:19:06.568Z[ recovery-image] Mar 11 22:19:05.401 INFO O| Mar 11 22:19:05.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
50712026-03-11T22:19:06.572Z[ recovery-image] Mar 11 22:19:05.401 INFO O| Mar 11 22:19:05.401 INFO STEP 113 (remove_files) COMPLETE
50722026-03-11T22:19:06.572Z[ recovery-image] Mar 11 22:19:05.401 INFO O| Mar 11 22:19:05.401 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732026-03-11T22:19:06.577Z[ recovery-image] Mar 11 22:19:05.410 INFO O| Mar 11 22:19:05.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
50742026-03-11T22:19:06.580Z[ recovery-image] Mar 11 22:19:05.410 INFO O| Mar 11 22:19:05.410 INFO STEP 114 (remove_files) COMPLETE
50752026-03-11T22:19:06.580Z[ recovery-image] Mar 11 22:19:05.410 INFO O| Mar 11 22:19:05.410 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762026-03-11T22:19:06.585Z[ recovery-image] Mar 11 22:19:05.418 INFO O| Mar 11 22:19:05.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
50772026-03-11T22:19:06.588Z[ recovery-image] Mar 11 22:19:05.418 INFO O| Mar 11 22:19:05.418 INFO STEP 115 (remove_files) COMPLETE
50782026-03-11T22:19:06.588Z[ recovery-image] Mar 11 22:19:05.418 INFO O| Mar 11 22:19:05.418 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792026-03-11T22:19:06.593Z[ recovery-image] Mar 11 22:19:05.426 INFO O| Mar 11 22:19:05.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
50802026-03-11T22:19:06.596Z[ recovery-image] Mar 11 22:19:05.426 INFO O| Mar 11 22:19:05.426 INFO STEP 116 (remove_files) COMPLETE
50812026-03-11T22:19:06.596Z[ recovery-image] Mar 11 22:19:05.426 INFO O| Mar 11 22:19:05.426 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822026-03-11T22:19:06.601Z[ recovery-image] Mar 11 22:19:05.434 INFO O| Mar 11 22:19:05.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
50832026-03-11T22:19:06.604Z[ recovery-image] Mar 11 22:19:05.434 INFO O| Mar 11 22:19:05.434 INFO STEP 117 (remove_files) COMPLETE
50842026-03-11T22:19:06.604Z[ recovery-image] Mar 11 22:19:05.434 INFO O| Mar 11 22:19:05.434 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852026-03-11T22:19:06.609Z[ recovery-image] Mar 11 22:19:05.442 INFO O| Mar 11 22:19:05.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
50862026-03-11T22:19:06.613Z[ recovery-image] Mar 11 22:19:05.442 INFO O| Mar 11 22:19:05.442 INFO STEP 118 (remove_files) COMPLETE
50872026-03-11T22:19:06.613Z[ recovery-image] Mar 11 22:19:05.442 INFO O| Mar 11 22:19:05.442 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882026-03-11T22:19:06.617Z[ recovery-image] Mar 11 22:19:05.450 INFO O| Mar 11 22:19:05.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
50892026-03-11T22:19:06.617Z[ recovery-image] Mar 11 22:19:05.450 INFO O| Mar 11 22:19:05.450 INFO STEP 119 (remove_files) COMPLETE
50902026-03-11T22:19:06.620Z[ recovery-image] Mar 11 22:19:05.450 INFO O| Mar 11 22:19:05.450 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912026-03-11T22:19:06.624Z[ recovery-image] Mar 11 22:19:05.457 INFO O| Mar 11 22:19:05.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
50922026-03-11T22:19:06.627Z[ recovery-image] Mar 11 22:19:05.457 INFO O| Mar 11 22:19:05.457 INFO STEP 120 (remove_files) COMPLETE
50932026-03-11T22:19:06.627Z[ recovery-image] Mar 11 22:19:05.457 INFO O| Mar 11 22:19:05.457 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942026-03-11T22:19:06.632Z[ recovery-image] Mar 11 22:19:05.465 INFO O| Mar 11 22:19:05.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
50952026-03-11T22:19:06.635Z[ recovery-image] Mar 11 22:19:05.465 INFO O| Mar 11 22:19:05.465 INFO STEP 121 (remove_files) COMPLETE
50962026-03-11T22:19:06.635Z[ recovery-image] Mar 11 22:19:05.465 INFO O| Mar 11 22:19:05.465 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972026-03-11T22:19:06.640Z[ recovery-image] Mar 11 22:19:05.473 INFO O| Mar 11 22:19:05.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
50982026-03-11T22:19:06.640Z[ recovery-image] Mar 11 22:19:05.473 INFO O| Mar 11 22:19:05.473 INFO STEP 122 (remove_files) COMPLETE
50992026-03-11T22:19:06.643Z[ recovery-image] Mar 11 22:19:05.473 INFO O| Mar 11 22:19:05.473 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002026-03-11T22:19:06.648Z[ recovery-image] Mar 11 22:19:05.481 INFO O| Mar 11 22:19:05.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51012026-03-11T22:19:06.651Z[ recovery-image] Mar 11 22:19:05.481 INFO O| Mar 11 22:19:05.481 INFO STEP 123 (remove_files) COMPLETE
51022026-03-11T22:19:06.651Z[ recovery-image] Mar 11 22:19:05.481 INFO O| Mar 11 22:19:05.481 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032026-03-11T22:19:06.655Z[ recovery-image] Mar 11 22:19:05.489 INFO O| Mar 11 22:19:05.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51042026-03-11T22:19:06.659Z[ recovery-image] Mar 11 22:19:05.489 INFO O| Mar 11 22:19:05.489 INFO STEP 124 (remove_files) COMPLETE
51052026-03-11T22:19:06.659Z[ recovery-image] Mar 11 22:19:05.489 INFO O| Mar 11 22:19:05.489 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062026-03-11T22:19:06.663Z[ recovery-image] Mar 11 22:19:05.496 INFO O| Mar 11 22:19:05.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51072026-03-11T22:19:06.667Z[ recovery-image] Mar 11 22:19:05.496 INFO O| Mar 11 22:19:05.496 INFO STEP 125 (remove_files) COMPLETE
51082026-03-11T22:19:06.667Z[ recovery-image] Mar 11 22:19:05.496 INFO O| Mar 11 22:19:05.496 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092026-03-11T22:19:06.671Z[ recovery-image] Mar 11 22:19:05.504 INFO O| Mar 11 22:19:05.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51102026-03-11T22:19:06.674Z[ recovery-image] Mar 11 22:19:05.505 INFO O| Mar 11 22:19:05.504 INFO STEP 126 (remove_files) COMPLETE
51112026-03-11T22:19:06.674Z[ recovery-image] Mar 11 22:19:05.505 INFO O| Mar 11 22:19:05.504 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122026-03-11T22:19:06.679Z[ recovery-image] Mar 11 22:19:05.512 INFO O| Mar 11 22:19:05.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51132026-03-11T22:19:06.679Z[ recovery-image] Mar 11 22:19:05.512 INFO O| Mar 11 22:19:05.512 INFO STEP 127 (remove_files) COMPLETE
51142026-03-11T22:19:06.682Z[ recovery-image] Mar 11 22:19:05.512 INFO O| Mar 11 22:19:05.512 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152026-03-11T22:19:06.687Z[ recovery-image] Mar 11 22:19:05.520 INFO O| Mar 11 22:19:05.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51162026-03-11T22:19:06.687Z[ recovery-image] Mar 11 22:19:05.520 INFO O| Mar 11 22:19:05.520 INFO STEP 128 (remove_files) COMPLETE
51172026-03-11T22:19:06.690Z[ recovery-image] Mar 11 22:19:05.520 INFO O| Mar 11 22:19:05.520 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182026-03-11T22:19:06.695Z[ recovery-image] Mar 11 22:19:05.528 INFO O| Mar 11 22:19:05.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51192026-03-11T22:19:06.695Z[ recovery-image] Mar 11 22:19:05.528 INFO O| Mar 11 22:19:05.528 INFO STEP 129 (remove_files) COMPLETE
51202026-03-11T22:19:06.698Z[ recovery-image] Mar 11 22:19:05.528 INFO O| Mar 11 22:19:05.528 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212026-03-11T22:19:06.702Z[ recovery-image] Mar 11 22:19:05.535 INFO O| Mar 11 22:19:05.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51222026-03-11T22:19:06.702Z[ recovery-image] Mar 11 22:19:05.535 INFO O| Mar 11 22:19:05.535 INFO STEP 130 (remove_files) COMPLETE
51232026-03-11T22:19:06.705Z[ recovery-image] Mar 11 22:19:05.535 INFO O| Mar 11 22:19:05.535 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242026-03-11T22:19:06.709Z[ recovery-image] Mar 11 22:19:05.542 INFO O| Mar 11 22:19:05.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51252026-03-11T22:19:06.709Z[ recovery-image] Mar 11 22:19:05.542 INFO O| Mar 11 22:19:05.542 INFO STEP 131 (remove_files) COMPLETE
51262026-03-11T22:19:06.713Z[ recovery-image] Mar 11 22:19:05.542 INFO O| Mar 11 22:19:05.542 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272026-03-11T22:19:06.717Z[ recovery-image] Mar 11 22:19:05.551 INFO O| Mar 11 22:19:05.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51282026-03-11T22:19:06.720Z[ recovery-image] Mar 11 22:19:05.551 INFO O| Mar 11 22:19:05.551 INFO STEP 132 (remove_files) COMPLETE
51292026-03-11T22:19:06.720Z[ recovery-image] Mar 11 22:19:05.551 INFO O| Mar 11 22:19:05.551 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302026-03-11T22:19:06.725Z[ recovery-image] Mar 11 22:19:05.558 INFO O| Mar 11 22:19:05.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
51312026-03-11T22:19:06.725Z[ recovery-image] Mar 11 22:19:05.558 INFO O| Mar 11 22:19:05.558 INFO STEP 133 (remove_files) COMPLETE
51322026-03-11T22:19:06.728Z[ recovery-image] Mar 11 22:19:05.558 INFO O| Mar 11 22:19:05.558 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332026-03-11T22:19:06.734Z[ recovery-image] Mar 11 22:19:05.567 INFO O| Mar 11 22:19:05.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
51342026-03-11T22:19:06.734Z[ recovery-image] Mar 11 22:19:05.567 INFO O| Mar 11 22:19:05.567 INFO STEP 134 (remove_files) COMPLETE
51352026-03-11T22:19:06.737Z[ recovery-image] Mar 11 22:19:05.567 INFO O| Mar 11 22:19:05.567 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362026-03-11T22:19:06.742Z[ recovery-image] Mar 11 22:19:05.575 INFO O| Mar 11 22:19:05.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
51372026-03-11T22:19:06.746Z[ recovery-image] Mar 11 22:19:05.575 INFO O| Mar 11 22:19:05.575 INFO STEP 135 (remove_files) COMPLETE
51382026-03-11T22:19:06.746Z[ recovery-image] Mar 11 22:19:05.575 INFO O| Mar 11 22:19:05.575 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392026-03-11T22:19:06.750Z[ recovery-image] Mar 11 22:19:05.584 INFO O| Mar 11 22:19:05.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
51402026-03-11T22:19:06.754Z[ recovery-image] Mar 11 22:19:05.584 INFO O| Mar 11 22:19:05.584 INFO STEP 136 (remove_files) COMPLETE
51412026-03-11T22:19:06.754Z[ recovery-image] Mar 11 22:19:05.584 INFO O| Mar 11 22:19:05.584 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422026-03-11T22:19:06.759Z[ recovery-image] Mar 11 22:19:05.592 INFO O| Mar 11 22:19:05.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
51432026-03-11T22:19:06.763Z[ recovery-image] Mar 11 22:19:05.592 INFO O| Mar 11 22:19:05.592 INFO STEP 137 (remove_files) COMPLETE
51442026-03-11T22:19:06.763Z[ recovery-image] Mar 11 22:19:05.592 INFO O| Mar 11 22:19:05.592 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452026-03-11T22:19:06.767Z[ recovery-image] Mar 11 22:19:05.600 INFO O| Mar 11 22:19:05.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
51462026-03-11T22:19:06.770Z[ recovery-image] Mar 11 22:19:05.600 INFO O| Mar 11 22:19:05.600 INFO STEP 138 (remove_files) COMPLETE
51472026-03-11T22:19:06.770Z[ recovery-image] Mar 11 22:19:05.600 INFO O| Mar 11 22:19:05.600 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482026-03-11T22:19:06.775Z[ recovery-image] Mar 11 22:19:05.608 INFO O| Mar 11 22:19:05.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
51492026-03-11T22:19:06.775Z[ recovery-image] Mar 11 22:19:05.608 INFO O| Mar 11 22:19:05.608 INFO STEP 139 (remove_files) COMPLETE
51502026-03-11T22:19:06.779Z[ recovery-image] Mar 11 22:19:05.608 INFO O| Mar 11 22:19:05.608 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512026-03-11T22:19:06.784Z[ recovery-image] Mar 11 22:19:05.616 INFO O| Mar 11 22:19:05.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
51522026-03-11T22:19:06.784Z[ recovery-image] Mar 11 22:19:05.617 INFO O| Mar 11 22:19:05.617 INFO STEP 140 (remove_files) COMPLETE
51532026-03-11T22:19:06.788Z[ recovery-image] Mar 11 22:19:05.617 INFO O| Mar 11 22:19:05.617 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542026-03-11T22:19:06.791Z[ recovery-image] Mar 11 22:19:05.624 INFO O| Mar 11 22:19:05.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
51552026-03-11T22:19:06.795Z[ recovery-image] Mar 11 22:19:05.624 INFO O| Mar 11 22:19:05.624 INFO STEP 141 (remove_files) COMPLETE
51562026-03-11T22:19:06.795Z[ recovery-image] Mar 11 22:19:05.624 INFO O| Mar 11 22:19:05.624 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572026-03-11T22:19:06.800Z[ recovery-image] Mar 11 22:19:05.633 INFO O| Mar 11 22:19:05.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
51582026-03-11T22:19:06.803Z[ recovery-image] Mar 11 22:19:05.633 INFO O| Mar 11 22:19:05.633 INFO STEP 142 (remove_files) COMPLETE
51592026-03-11T22:19:06.803Z[ recovery-image] Mar 11 22:19:05.633 INFO O| Mar 11 22:19:05.633 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602026-03-11T22:19:06.808Z[ recovery-image] Mar 11 22:19:05.641 INFO O| Mar 11 22:19:05.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
51612026-03-11T22:19:06.808Z[ recovery-image] Mar 11 22:19:05.642 INFO O| Mar 11 22:19:05.642 INFO STEP 143 (remove_files) COMPLETE
51622026-03-11T22:19:06.811Z[ recovery-image] Mar 11 22:19:05.642 INFO O| Mar 11 22:19:05.642 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632026-03-11T22:19:06.817Z[ recovery-image] Mar 11 22:19:05.650 INFO O| Mar 11 22:19:05.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
51642026-03-11T22:19:06.820Z[ recovery-image] Mar 11 22:19:05.650 INFO O| Mar 11 22:19:05.650 INFO STEP 144 (remove_files) COMPLETE
51652026-03-11T22:19:06.820Z[ recovery-image] Mar 11 22:19:05.650 INFO O| Mar 11 22:19:05.650 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662026-03-11T22:19:06.825Z[ recovery-image] Mar 11 22:19:05.658 INFO O| Mar 11 22:19:05.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
51672026-03-11T22:19:06.828Z[ recovery-image] Mar 11 22:19:05.658 INFO O| Mar 11 22:19:05.658 INFO STEP 145 (remove_files) COMPLETE
51682026-03-11T22:19:06.828Z[ recovery-image] Mar 11 22:19:05.658 INFO O| Mar 11 22:19:05.658 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692026-03-11T22:19:06.833Z[ recovery-image] Mar 11 22:19:05.666 INFO O| Mar 11 22:19:05.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
51702026-03-11T22:19:06.833Z[ recovery-image] Mar 11 22:19:05.666 INFO O| Mar 11 22:19:05.666 INFO STEP 146 (remove_files) COMPLETE
51712026-03-11T22:19:06.833Z[ recovery-image] Mar 11 22:19:05.666 INFO O| Mar 11 22:19:05.666 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722026-03-11T22:19:06.841Z[ recovery-image] Mar 11 22:19:05.674 INFO O| Mar 11 22:19:05.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
51732026-03-11T22:19:06.841Z[ recovery-image] Mar 11 22:19:05.674 INFO O| Mar 11 22:19:05.674 INFO STEP 147 (remove_files) COMPLETE
51742026-03-11T22:19:06.845Z[ recovery-image] Mar 11 22:19:05.674 INFO O| Mar 11 22:19:05.674 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752026-03-11T22:19:06.849Z[ recovery-image] Mar 11 22:19:05.682 INFO O| Mar 11 22:19:05.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
51762026-03-11T22:19:06.849Z[ recovery-image] Mar 11 22:19:05.682 INFO O| Mar 11 22:19:05.682 INFO STEP 148 (remove_files) COMPLETE
51772026-03-11T22:19:06.849Z[ recovery-image] Mar 11 22:19:05.682 INFO O| Mar 11 22:19:05.682 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782026-03-11T22:19:06.857Z[ recovery-image] Mar 11 22:19:05.690 INFO O| Mar 11 22:19:05.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
51792026-03-11T22:19:06.857Z[ recovery-image] Mar 11 22:19:05.691 INFO O| Mar 11 22:19:05.691 INFO STEP 149 (remove_files) COMPLETE
51802026-03-11T22:19:06.857Z[ recovery-image] Mar 11 22:19:05.691 INFO O| Mar 11 22:19:05.691 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812026-03-11T22:19:06.866Z[ recovery-image] Mar 11 22:19:05.699 INFO O| Mar 11 22:19:05.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
51822026-03-11T22:19:06.869Z[ recovery-image] Mar 11 22:19:05.699 INFO O| Mar 11 22:19:05.699 INFO STEP 150 (remove_files) COMPLETE
51832026-03-11T22:19:06.869Z[ recovery-image] Mar 11 22:19:05.699 INFO O| Mar 11 22:19:05.699 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842026-03-11T22:19:06.874Z[ recovery-image] Mar 11 22:19:05.707 INFO O| Mar 11 22:19:05.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
51852026-03-11T22:19:06.877Z[ recovery-image] Mar 11 22:19:05.707 INFO O| Mar 11 22:19:05.707 INFO STEP 151 (remove_files) COMPLETE
51862026-03-11T22:19:06.877Z[ recovery-image] Mar 11 22:19:05.707 INFO O| Mar 11 22:19:05.707 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872026-03-11T22:19:06.882Z[ recovery-image] Mar 11 22:19:05.715 INFO O| Mar 11 22:19:05.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
51882026-03-11T22:19:06.886Z[ recovery-image] Mar 11 22:19:05.715 INFO O| Mar 11 22:19:05.715 INFO STEP 152 (remove_files) COMPLETE
51892026-03-11T22:19:06.886Z[ recovery-image] Mar 11 22:19:05.715 INFO O| Mar 11 22:19:05.715 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902026-03-11T22:19:06.890Z[ recovery-image] Mar 11 22:19:05.723 INFO O| Mar 11 22:19:05.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
51912026-03-11T22:19:06.893Z[ recovery-image] Mar 11 22:19:05.723 INFO O| Mar 11 22:19:05.723 INFO STEP 153 (remove_files) COMPLETE
51922026-03-11T22:19:06.893Z[ recovery-image] Mar 11 22:19:05.723 INFO O| Mar 11 22:19:05.723 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932026-03-11T22:19:06.898Z[ recovery-image] Mar 11 22:19:05.731 INFO O| Mar 11 22:19:05.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
51942026-03-11T22:19:06.898Z[ recovery-image] Mar 11 22:19:05.731 INFO O| Mar 11 22:19:05.731 INFO STEP 154 (remove_files) COMPLETE
51952026-03-11T22:19:06.898Z[ recovery-image] Mar 11 22:19:05.731 INFO O| Mar 11 22:19:05.731 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962026-03-11T22:19:06.905Z[ recovery-image] Mar 11 22:19:05.738 INFO O| Mar 11 22:19:05.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
51972026-03-11T22:19:06.908Z[ recovery-image] Mar 11 22:19:05.738 INFO O| Mar 11 22:19:05.738 INFO STEP 155 (remove_files) COMPLETE
51982026-03-11T22:19:06.908Z[ recovery-image] Mar 11 22:19:05.738 INFO O| Mar 11 22:19:05.738 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992026-03-11T22:19:06.913Z[ recovery-image] Mar 11 22:19:05.746 INFO O| Mar 11 22:19:05.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52002026-03-11T22:19:06.916Z[ recovery-image] Mar 11 22:19:05.746 INFO O| Mar 11 22:19:05.746 INFO STEP 156 (remove_files) COMPLETE
52012026-03-11T22:19:06.916Z[ recovery-image] Mar 11 22:19:05.746 INFO O| Mar 11 22:19:05.746 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022026-03-11T22:19:06.921Z[ recovery-image] Mar 11 22:19:05.754 INFO O| Mar 11 22:19:05.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52032026-03-11T22:19:06.924Z[ recovery-image] Mar 11 22:19:05.754 INFO O| Mar 11 22:19:05.754 INFO STEP 157 (remove_files) COMPLETE
52042026-03-11T22:19:06.924Z[ recovery-image] Mar 11 22:19:05.754 INFO O| Mar 11 22:19:05.754 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052026-03-11T22:19:06.929Z[ recovery-image] Mar 11 22:19:05.762 INFO O| Mar 11 22:19:05.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52062026-03-11T22:19:06.929Z[ recovery-image] Mar 11 22:19:05.762 INFO O| Mar 11 22:19:05.762 INFO STEP 158 (remove_files) COMPLETE
52072026-03-11T22:19:06.932Z[ recovery-image] Mar 11 22:19:05.762 INFO O| Mar 11 22:19:05.762 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082026-03-11T22:19:06.936Z[ recovery-image] Mar 11 22:19:05.770 INFO O| Mar 11 22:19:05.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52092026-03-11T22:19:06.936Z[ recovery-image] Mar 11 22:19:05.770 INFO O| Mar 11 22:19:05.770 INFO STEP 159 (remove_files) COMPLETE
52102026-03-11T22:19:06.939Z[ recovery-image] Mar 11 22:19:05.770 INFO O| Mar 11 22:19:05.770 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112026-03-11T22:19:06.944Z[ recovery-image] Mar 11 22:19:05.777 INFO O| Mar 11 22:19:05.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52122026-03-11T22:19:06.944Z[ recovery-image] Mar 11 22:19:05.777 INFO O| Mar 11 22:19:05.777 INFO STEP 160 (remove_files) COMPLETE
52132026-03-11T22:19:06.947Z[ recovery-image] Mar 11 22:19:05.777 INFO O| Mar 11 22:19:05.777 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142026-03-11T22:19:06.952Z[ recovery-image] Mar 11 22:19:05.785 INFO O| Mar 11 22:19:05.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52152026-03-11T22:19:06.955Z[ recovery-image] Mar 11 22:19:05.785 INFO O| Mar 11 22:19:05.785 INFO STEP 161 (remove_files) COMPLETE
52162026-03-11T22:19:06.955Z[ recovery-image] Mar 11 22:19:05.785 INFO O| Mar 11 22:19:05.785 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172026-03-11T22:19:06.959Z[ recovery-image] Mar 11 22:19:05.793 INFO O| Mar 11 22:19:05.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52182026-03-11T22:19:06.962Z[ recovery-image] Mar 11 22:19:05.793 INFO O| Mar 11 22:19:05.793 INFO STEP 162 (remove_files) COMPLETE
52192026-03-11T22:19:06.962Z[ recovery-image] Mar 11 22:19:05.793 INFO O| Mar 11 22:19:05.793 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202026-03-11T22:19:06.968Z[ recovery-image] Mar 11 22:19:05.801 INFO O| Mar 11 22:19:05.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52212026-03-11T22:19:06.971Z[ recovery-image] Mar 11 22:19:05.801 INFO O| Mar 11 22:19:05.801 INFO STEP 163 (remove_files) COMPLETE
52222026-03-11T22:19:06.971Z[ recovery-image] Mar 11 22:19:05.801 INFO O| Mar 11 22:19:05.801 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232026-03-11T22:19:06.976Z[ recovery-image] Mar 11 22:19:05.809 INFO O| Mar 11 22:19:05.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52242026-03-11T22:19:06.979Z[ recovery-image] Mar 11 22:19:05.809 INFO O| Mar 11 22:19:05.809 INFO STEP 164 (remove_files) COMPLETE
52252026-03-11T22:19:06.979Z[ recovery-image] Mar 11 22:19:05.809 INFO O| Mar 11 22:19:05.809 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262026-03-11T22:19:06.984Z[ recovery-image] Mar 11 22:19:05.817 INFO O| Mar 11 22:19:05.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52272026-03-11T22:19:06.987Z[ recovery-image] Mar 11 22:19:05.817 INFO O| Mar 11 22:19:05.817 INFO STEP 165 (remove_files) COMPLETE
52282026-03-11T22:19:06.987Z[ recovery-image] Mar 11 22:19:05.817 INFO O| Mar 11 22:19:05.817 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292026-03-11T22:19:06.992Z[ recovery-image] Mar 11 22:19:05.825 INFO O| Mar 11 22:19:05.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52302026-03-11T22:19:06.992Z[ recovery-image] Mar 11 22:19:05.825 INFO O| Mar 11 22:19:05.825 INFO STEP 166 (remove_files) COMPLETE
52312026-03-11T22:19:06.995Z[ recovery-image] Mar 11 22:19:05.825 INFO O| Mar 11 22:19:05.825 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322026-03-11T22:19:07.000Z[ recovery-image] Mar 11 22:19:05.833 INFO O| Mar 11 22:19:05.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
52332026-03-11T22:19:07.000Z[ recovery-image] Mar 11 22:19:05.833 INFO O| Mar 11 22:19:05.833 INFO STEP 167 (remove_files) COMPLETE
52342026-03-11T22:19:07.003Z[ recovery-image] Mar 11 22:19:05.833 INFO O| Mar 11 22:19:05.833 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352026-03-11T22:19:07.008Z[ recovery-image] Mar 11 22:19:05.841 INFO O| Mar 11 22:19:05.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
52362026-03-11T22:19:07.011Z[ recovery-image] Mar 11 22:19:05.841 INFO O| Mar 11 22:19:05.841 INFO STEP 168 (remove_files) COMPLETE
52372026-03-11T22:19:07.011Z[ recovery-image] Mar 11 22:19:05.841 INFO O| Mar 11 22:19:05.841 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382026-03-11T22:19:07.016Z[ recovery-image] Mar 11 22:19:05.849 INFO O| Mar 11 22:19:05.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
52392026-03-11T22:19:07.016Z[ recovery-image] Mar 11 22:19:05.849 INFO O| Mar 11 22:19:05.849 INFO STEP 169 (remove_files) COMPLETE
52402026-03-11T22:19:07.016Z[ recovery-image] Mar 11 22:19:05.849 INFO O| Mar 11 22:19:05.849 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412026-03-11T22:19:07.024Z[ recovery-image] Mar 11 22:19:05.857 INFO O| Mar 11 22:19:05.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
52422026-03-11T22:19:07.024Z[ recovery-image] Mar 11 22:19:05.857 INFO O| Mar 11 22:19:05.857 INFO STEP 170 (remove_files) COMPLETE
52432026-03-11T22:19:07.027Z[ recovery-image] Mar 11 22:19:05.857 INFO O| Mar 11 22:19:05.857 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442026-03-11T22:19:07.032Z[ recovery-image] Mar 11 22:19:05.864 INFO O| Mar 11 22:19:05.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
52452026-03-11T22:19:07.032Z[ recovery-image] Mar 11 22:19:05.864 INFO O| Mar 11 22:19:05.864 INFO STEP 171 (remove_files) COMPLETE
52462026-03-11T22:19:07.035Z[ recovery-image] Mar 11 22:19:05.865 INFO O| Mar 11 22:19:05.864 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472026-03-11T22:19:07.039Z[ recovery-image] Mar 11 22:19:05.872 INFO O| Mar 11 22:19:05.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
52482026-03-11T22:19:07.039Z[ recovery-image] Mar 11 22:19:05.872 INFO O| Mar 11 22:19:05.872 INFO STEP 172 (remove_files) COMPLETE
52492026-03-11T22:19:07.040Z[ recovery-image] Mar 11 22:19:05.872 INFO O| Mar 11 22:19:05.872 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502026-03-11T22:19:07.048Z[ recovery-image] Mar 11 22:19:05.881 INFO O| Mar 11 22:19:05.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
52512026-03-11T22:19:07.050Z[ recovery-image] Mar 11 22:19:05.881 INFO O| Mar 11 22:19:05.881 INFO STEP 173 (remove_files) COMPLETE
52522026-03-11T22:19:07.051Z[ recovery-image] Mar 11 22:19:05.881 INFO O| Mar 11 22:19:05.881 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532026-03-11T22:19:07.055Z[ recovery-image] Mar 11 22:19:05.889 INFO O| Mar 11 22:19:05.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
52542026-03-11T22:19:07.059Z[ recovery-image] Mar 11 22:19:05.889 INFO O| Mar 11 22:19:05.889 INFO STEP 174 (remove_files) COMPLETE
52552026-03-11T22:19:07.059Z[ recovery-image] Mar 11 22:19:05.889 INFO O| Mar 11 22:19:05.889 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562026-03-11T22:19:07.064Z[ recovery-image] Mar 11 22:19:05.897 INFO O| Mar 11 22:19:05.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
52572026-03-11T22:19:07.064Z[ recovery-image] Mar 11 22:19:05.897 INFO O| Mar 11 22:19:05.897 INFO STEP 175 (remove_files) COMPLETE
52582026-03-11T22:19:07.067Z[ recovery-image] Mar 11 22:19:05.897 INFO O| Mar 11 22:19:05.897 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592026-03-11T22:19:07.072Z[ recovery-image] Mar 11 22:19:05.905 INFO O| Mar 11 22:19:05.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
52602026-03-11T22:19:07.075Z[ recovery-image] Mar 11 22:19:05.905 INFO O| Mar 11 22:19:05.905 INFO STEP 176 (remove_files) COMPLETE
52612026-03-11T22:19:07.075Z[ recovery-image] Mar 11 22:19:05.905 INFO O| Mar 11 22:19:05.905 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622026-03-11T22:19:07.079Z[ recovery-image] Mar 11 22:19:05.913 INFO O| Mar 11 22:19:05.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
52632026-03-11T22:19:07.083Z[ recovery-image] Mar 11 22:19:05.913 INFO O| Mar 11 22:19:05.913 INFO STEP 177 (remove_files) COMPLETE
52642026-03-11T22:19:07.083Z[ recovery-image] Mar 11 22:19:05.913 INFO O| Mar 11 22:19:05.913 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652026-03-11T22:19:07.087Z[ recovery-image] Mar 11 22:19:05.920 INFO O| Mar 11 22:19:05.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
52662026-03-11T22:19:07.090Z[ recovery-image] Mar 11 22:19:05.920 INFO O| Mar 11 22:19:05.920 INFO STEP 178 (remove_files) COMPLETE
52672026-03-11T22:19:07.090Z[ recovery-image] Mar 11 22:19:05.920 INFO O| Mar 11 22:19:05.920 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682026-03-11T22:19:07.095Z[ recovery-image] Mar 11 22:19:05.928 INFO O| Mar 11 22:19:05.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
52692026-03-11T22:19:07.098Z[ recovery-image] Mar 11 22:19:05.928 INFO O| Mar 11 22:19:05.928 INFO STEP 179 (remove_files) COMPLETE
52702026-03-11T22:19:07.098Z[ recovery-image] Mar 11 22:19:05.928 INFO O| Mar 11 22:19:05.928 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712026-03-11T22:19:07.104Z[ recovery-image] Mar 11 22:19:05.936 INFO O| Mar 11 22:19:05.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
52722026-03-11T22:19:07.107Z[ recovery-image] Mar 11 22:19:05.936 INFO O| Mar 11 22:19:05.936 INFO STEP 180 (remove_files) COMPLETE
52732026-03-11T22:19:07.107Z[ recovery-image] Mar 11 22:19:05.936 INFO O| Mar 11 22:19:05.936 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742026-03-11T22:19:07.148Z[ recovery-image] Mar 11 22:19:05.943 INFO O| Mar 11 22:19:05.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
52752026-03-11T22:19:07.148Z[ recovery-image] Mar 11 22:19:05.943 INFO O| Mar 11 22:19:05.943 INFO STEP 181 (remove_files) COMPLETE
52762026-03-11T22:19:07.148Z[ recovery-image] Mar 11 22:19:05.943 INFO O| Mar 11 22:19:05.943 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772026-03-11T22:19:07.148Z[ recovery-image] Mar 11 22:19:05.950 INFO O| Mar 11 22:19:05.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
52782026-03-11T22:19:07.148Z[ recovery-image] Mar 11 22:19:05.950 INFO O| Mar 11 22:19:05.950 INFO STEP 182 (remove_files) COMPLETE
52792026-03-11T22:19:07.148Z[ recovery-image] Mar 11 22:19:05.950 INFO O| Mar 11 22:19:05.950 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802026-03-11T22:19:07.148Z[ recovery-image] Mar 11 22:19:05.958 INFO O| Mar 11 22:19:05.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
52812026-03-11T22:19:07.149Z[ recovery-image] Mar 11 22:19:05.959 INFO O| Mar 11 22:19:05.959 INFO STEP 183 (remove_files) COMPLETE
52822026-03-11T22:19:07.149Z[ recovery-image] Mar 11 22:19:05.959 INFO O| Mar 11 22:19:05.959 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832026-03-11T22:19:07.149Z[ recovery-image] Mar 11 22:19:05.967 INFO O| Mar 11 22:19:05.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
52842026-03-11T22:19:07.149Z[ recovery-image] Mar 11 22:19:05.967 INFO O| Mar 11 22:19:05.967 INFO STEP 184 (remove_files) COMPLETE
52852026-03-11T22:19:07.149Z[ recovery-image] Mar 11 22:19:05.967 INFO O| Mar 11 22:19:05.967 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862026-03-11T22:19:07.149Z[ recovery-image] Mar 11 22:19:05.975 INFO O| Mar 11 22:19:05.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
52872026-03-11T22:19:07.149Z[ recovery-image] Mar 11 22:19:05.975 INFO O| Mar 11 22:19:05.975 INFO STEP 185 (remove_files) COMPLETE
52882026-03-11T22:19:07.149Z[ recovery-image] Mar 11 22:19:05.975 INFO O| Mar 11 22:19:05.975 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892026-03-11T22:19:07.153Z[ recovery-image] Mar 11 22:19:05.982 INFO O| Mar 11 22:19:05.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
52902026-03-11T22:19:07.153Z[ recovery-image] Mar 11 22:19:05.982 INFO O| Mar 11 22:19:05.982 INFO STEP 186 (remove_files) COMPLETE
52912026-03-11T22:19:07.153Z[ recovery-image] Mar 11 22:19:05.982 INFO O| Mar 11 22:19:05.982 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922026-03-11T22:19:07.157Z[ recovery-image] Mar 11 22:19:05.990 INFO O| Mar 11 22:19:05.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
52932026-03-11T22:19:07.160Z[ recovery-image] Mar 11 22:19:05.990 INFO O| Mar 11 22:19:05.990 INFO STEP 187 (remove_files) COMPLETE
52942026-03-11T22:19:07.160Z[ recovery-image] Mar 11 22:19:05.990 INFO O| Mar 11 22:19:05.990 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952026-03-11T22:19:07.165Z[ recovery-image] Mar 11 22:19:05.998 INFO O| Mar 11 22:19:05.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
52962026-03-11T22:19:07.168Z[ recovery-image] Mar 11 22:19:05.998 INFO O| Mar 11 22:19:05.998 INFO STEP 188 (remove_files) COMPLETE
52972026-03-11T22:19:07.168Z[ recovery-image] Mar 11 22:19:05.998 INFO O| Mar 11 22:19:05.998 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982026-03-11T22:19:07.174Z[ recovery-image] Mar 11 22:19:06.007 INFO O| Mar 11 22:19:06.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
52992026-03-11T22:19:07.177Z[ recovery-image] Mar 11 22:19:06.007 INFO O| Mar 11 22:19:06.007 INFO STEP 189 (remove_files) COMPLETE
53002026-03-11T22:19:07.177Z[ recovery-image] Mar 11 22:19:06.007 INFO O| Mar 11 22:19:06.007 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012026-03-11T22:19:07.183Z[ recovery-image] Mar 11 22:19:06.016 INFO O| Mar 11 22:19:06.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53022026-03-11T22:19:07.186Z[ recovery-image] Mar 11 22:19:06.016 INFO O| Mar 11 22:19:06.016 INFO STEP 190 (remove_files) COMPLETE
53032026-03-11T22:19:07.186Z[ recovery-image] Mar 11 22:19:06.016 INFO O| Mar 11 22:19:06.016 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042026-03-11T22:19:07.190Z[ recovery-image] Mar 11 22:19:06.023 INFO O| Mar 11 22:19:06.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53052026-03-11T22:19:07.193Z[ recovery-image] Mar 11 22:19:06.023 INFO O| Mar 11 22:19:06.023 INFO STEP 191 (remove_files) COMPLETE
53062026-03-11T22:19:07.193Z[ recovery-image] Mar 11 22:19:06.023 INFO O| Mar 11 22:19:06.023 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072026-03-11T22:19:07.198Z[ recovery-image] Mar 11 22:19:06.031 INFO O| Mar 11 22:19:06.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53082026-03-11T22:19:07.198Z[ recovery-image] Mar 11 22:19:06.031 INFO O| Mar 11 22:19:06.031 INFO STEP 192 (remove_files) COMPLETE
53092026-03-11T22:19:07.201Z[ recovery-image] Mar 11 22:19:06.031 INFO O| Mar 11 22:19:06.031 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102026-03-11T22:19:07.206Z[ recovery-image] Mar 11 22:19:06.039 INFO O| Mar 11 22:19:06.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53112026-03-11T22:19:07.206Z[ recovery-image] Mar 11 22:19:06.039 INFO O| Mar 11 22:19:06.039 INFO STEP 193 (remove_files) COMPLETE
53122026-03-11T22:19:07.209Z[ recovery-image] Mar 11 22:19:06.039 INFO O| Mar 11 22:19:06.039 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132026-03-11T22:19:07.214Z[ recovery-image] Mar 11 22:19:06.047 INFO O| Mar 11 22:19:06.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53142026-03-11T22:19:07.217Z[ recovery-image] Mar 11 22:19:06.047 INFO O| Mar 11 22:19:06.047 INFO STEP 194 (remove_files) COMPLETE
53152026-03-11T22:19:07.217Z[ recovery-image] Mar 11 22:19:06.047 INFO O| Mar 11 22:19:06.047 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162026-03-11T22:19:07.222Z[ recovery-image] Mar 11 22:19:06.055 INFO O| Mar 11 22:19:06.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53172026-03-11T22:19:07.225Z[ recovery-image] Mar 11 22:19:06.055 INFO O| Mar 11 22:19:06.055 INFO STEP 195 (remove_files) COMPLETE
53182026-03-11T22:19:07.225Z[ recovery-image] Mar 11 22:19:06.055 INFO O| Mar 11 22:19:06.055 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192026-03-11T22:19:07.230Z[ recovery-image] Mar 11 22:19:06.063 INFO O| Mar 11 22:19:06.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53202026-03-11T22:19:07.233Z[ recovery-image] Mar 11 22:19:06.063 INFO O| Mar 11 22:19:06.063 INFO STEP 196 (remove_files) COMPLETE
53212026-03-11T22:19:07.233Z[ recovery-image] Mar 11 22:19:06.063 INFO O| Mar 11 22:19:06.063 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222026-03-11T22:19:07.237Z[ recovery-image] Mar 11 22:19:06.071 INFO O| Mar 11 22:19:06.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53232026-03-11T22:19:07.240Z[ recovery-image] Mar 11 22:19:06.071 INFO O| Mar 11 22:19:06.071 INFO STEP 197 (remove_files) COMPLETE
53242026-03-11T22:19:07.240Z[ recovery-image] Mar 11 22:19:06.071 INFO O| Mar 11 22:19:06.071 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252026-03-11T22:19:07.246Z[ recovery-image] Mar 11 22:19:06.079 INFO O| Mar 11 22:19:06.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53262026-03-11T22:19:07.249Z[ recovery-image] Mar 11 22:19:06.079 INFO O| Mar 11 22:19:06.079 INFO STEP 198 (remove_files) COMPLETE
53272026-03-11T22:19:07.249Z[ recovery-image] Mar 11 22:19:06.079 INFO O| Mar 11 22:19:06.079 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282026-03-11T22:19:07.254Z[ recovery-image] Mar 11 22:19:06.087 INFO O| Mar 11 22:19:06.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53292026-03-11T22:19:07.257Z[ recovery-image] Mar 11 22:19:06.087 INFO O| Mar 11 22:19:06.087 INFO STEP 199 (remove_files) COMPLETE
53302026-03-11T22:19:07.257Z[ recovery-image] Mar 11 22:19:06.087 INFO O| Mar 11 22:19:06.087 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312026-03-11T22:19:07.262Z[ recovery-image] Mar 11 22:19:06.095 INFO O| Mar 11 22:19:06.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
53322026-03-11T22:19:07.265Z[ recovery-image] Mar 11 22:19:06.095 INFO O| Mar 11 22:19:06.095 INFO STEP 200 (remove_files) COMPLETE
53332026-03-11T22:19:07.265Z[ recovery-image] Mar 11 22:19:06.095 INFO O| Mar 11 22:19:06.095 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342026-03-11T22:19:07.270Z[ recovery-image] Mar 11 22:19:06.103 INFO O| Mar 11 22:19:06.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
53352026-03-11T22:19:07.273Z[ recovery-image] Mar 11 22:19:06.103 INFO O| Mar 11 22:19:06.103 INFO STEP 201 (remove_files) COMPLETE
53362026-03-11T22:19:07.273Z[ recovery-image] Mar 11 22:19:06.103 INFO O| Mar 11 22:19:06.103 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372026-03-11T22:19:07.277Z[ recovery-image] Mar 11 22:19:06.111 INFO O| Mar 11 22:19:06.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
53382026-03-11T22:19:07.280Z[ recovery-image] Mar 11 22:19:06.111 INFO O| Mar 11 22:19:06.111 INFO STEP 202 (remove_files) COMPLETE
53392026-03-11T22:19:07.281Z[ recovery-image] Mar 11 22:19:06.111 INFO O| Mar 11 22:19:06.111 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402026-03-11T22:19:07.285Z[ recovery-image] Mar 11 22:19:06.119 INFO O| Mar 11 22:19:06.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
53412026-03-11T22:19:07.288Z[ recovery-image] Mar 11 22:19:06.119 INFO O| Mar 11 22:19:06.119 INFO STEP 203 (remove_files) COMPLETE
53422026-03-11T22:19:07.289Z[ recovery-image] Mar 11 22:19:06.119 INFO O| Mar 11 22:19:06.119 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432026-03-11T22:19:07.293Z[ recovery-image] Mar 11 22:19:06.127 INFO O| Mar 11 22:19:06.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
53442026-03-11T22:19:07.297Z[ recovery-image] Mar 11 22:19:06.127 INFO O| Mar 11 22:19:06.127 INFO STEP 204 (remove_files) COMPLETE
53452026-03-11T22:19:07.297Z[ recovery-image] Mar 11 22:19:06.127 INFO O| Mar 11 22:19:06.127 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462026-03-11T22:19:07.302Z[ recovery-image] Mar 11 22:19:06.135 INFO O| Mar 11 22:19:06.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
53472026-03-11T22:19:07.305Z[ recovery-image] Mar 11 22:19:06.135 INFO O| Mar 11 22:19:06.135 INFO STEP 205 (remove_files) COMPLETE
53482026-03-11T22:19:07.305Z[ recovery-image] Mar 11 22:19:06.135 INFO O| Mar 11 22:19:06.135 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492026-03-11T22:19:07.309Z[ recovery-image] Mar 11 22:19:06.142 INFO O| Mar 11 22:19:06.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
53502026-03-11T22:19:07.312Z[ recovery-image] Mar 11 22:19:06.143 INFO O| Mar 11 22:19:06.143 INFO STEP 206 (remove_files) COMPLETE
53512026-03-11T22:19:07.312Z[ recovery-image] Mar 11 22:19:06.143 INFO O| Mar 11 22:19:06.143 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522026-03-11T22:19:07.317Z[ recovery-image] Mar 11 22:19:06.150 INFO O| Mar 11 22:19:06.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
53532026-03-11T22:19:07.320Z[ recovery-image] Mar 11 22:19:06.150 INFO O| Mar 11 22:19:06.150 INFO STEP 207 (remove_files) COMPLETE
53542026-03-11T22:19:07.320Z[ recovery-image] Mar 11 22:19:06.150 INFO O| Mar 11 22:19:06.150 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552026-03-11T22:19:07.325Z[ recovery-image] Mar 11 22:19:06.158 INFO O| Mar 11 22:19:06.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
53562026-03-11T22:19:07.328Z[ recovery-image] Mar 11 22:19:06.158 INFO O| Mar 11 22:19:06.158 INFO STEP 208 (remove_files) COMPLETE
53572026-03-11T22:19:07.328Z[ recovery-image] Mar 11 22:19:06.158 INFO O| Mar 11 22:19:06.158 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582026-03-11T22:19:07.333Z[ recovery-image] Mar 11 22:19:06.166 INFO O| Mar 11 22:19:06.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
53592026-03-11T22:19:07.334Z[ recovery-image] Mar 11 22:19:06.166 INFO O| Mar 11 22:19:06.166 INFO STEP 209 (remove_files) COMPLETE
53602026-03-11T22:19:07.337Z[ recovery-image] Mar 11 22:19:06.166 INFO O| Mar 11 22:19:06.166 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612026-03-11T22:19:07.342Z[ recovery-image] Mar 11 22:19:06.175 INFO O| Mar 11 22:19:06.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
53622026-03-11T22:19:07.345Z[ recovery-image] Mar 11 22:19:06.175 INFO O| Mar 11 22:19:06.175 INFO STEP 210 (remove_files) COMPLETE
53632026-03-11T22:19:07.345Z[ recovery-image] Mar 11 22:19:06.175 INFO O| Mar 11 22:19:06.175 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642026-03-11T22:19:07.349Z[ recovery-image] Mar 11 22:19:06.183 INFO O| Mar 11 22:19:06.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
53652026-03-11T22:19:07.353Z[ recovery-image] Mar 11 22:19:06.183 INFO O| Mar 11 22:19:06.183 INFO STEP 211 (remove_files) COMPLETE
53662026-03-11T22:19:07.353Z[ recovery-image] Mar 11 22:19:06.183 INFO O| Mar 11 22:19:06.183 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672026-03-11T22:19:07.358Z[ recovery-image] Mar 11 22:19:06.191 INFO O| Mar 11 22:19:06.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
53682026-03-11T22:19:07.361Z[ recovery-image] Mar 11 22:19:06.191 INFO O| Mar 11 22:19:06.191 INFO STEP 212 (remove_files) COMPLETE
53692026-03-11T22:19:07.361Z[ recovery-image] Mar 11 22:19:06.191 INFO O| Mar 11 22:19:06.191 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702026-03-11T22:19:07.366Z[ recovery-image] Mar 11 22:19:06.199 INFO O| Mar 11 22:19:06.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
53712026-03-11T22:19:07.369Z[ recovery-image] Mar 11 22:19:06.199 INFO O| Mar 11 22:19:06.199 INFO STEP 213 (remove_files) COMPLETE
53722026-03-11T22:19:07.369Z[ recovery-image] Mar 11 22:19:06.199 INFO O| Mar 11 22:19:06.199 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732026-03-11T22:19:07.374Z[ recovery-image] Mar 11 22:19:06.207 INFO O| Mar 11 22:19:06.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
53742026-03-11T22:19:07.377Z[ recovery-image] Mar 11 22:19:06.207 INFO O| Mar 11 22:19:06.207 INFO STEP 214 (remove_files) COMPLETE
53752026-03-11T22:19:07.377Z[ recovery-image] Mar 11 22:19:06.207 INFO O| Mar 11 22:19:06.207 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762026-03-11T22:19:07.382Z[ recovery-image] Mar 11 22:19:06.215 INFO O| Mar 11 22:19:06.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
53772026-03-11T22:19:07.382Z[ recovery-image] Mar 11 22:19:06.215 INFO O| Mar 11 22:19:06.215 INFO STEP 215 (remove_files) COMPLETE
53782026-03-11T22:19:07.382Z[ recovery-image] Mar 11 22:19:06.215 INFO O| Mar 11 22:19:06.215 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792026-03-11T22:19:07.390Z[ recovery-image] Mar 11 22:19:06.223 INFO O| Mar 11 22:19:06.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
53802026-03-11T22:19:07.390Z[ recovery-image] Mar 11 22:19:06.223 INFO O| Mar 11 22:19:06.223 INFO STEP 216 (remove_files) COMPLETE
53812026-03-11T22:19:07.393Z[ recovery-image] Mar 11 22:19:06.223 INFO O| Mar 11 22:19:06.223 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822026-03-11T22:19:07.397Z[ recovery-image] Mar 11 22:19:06.230 INFO O| Mar 11 22:19:06.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
53832026-03-11T22:19:07.400Z[ recovery-image] Mar 11 22:19:06.230 INFO O| Mar 11 22:19:06.230 INFO STEP 217 (remove_files) COMPLETE
53842026-03-11T22:19:07.400Z[ recovery-image] Mar 11 22:19:06.230 INFO O| Mar 11 22:19:06.230 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852026-03-11T22:19:07.405Z[ recovery-image] Mar 11 22:19:06.239 INFO O| Mar 11 22:19:06.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
53862026-03-11T22:19:07.409Z[ recovery-image] Mar 11 22:19:06.239 INFO O| Mar 11 22:19:06.239 INFO STEP 218 (remove_files) COMPLETE
53872026-03-11T22:19:07.409Z[ recovery-image] Mar 11 22:19:06.239 INFO O| Mar 11 22:19:06.239 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882026-03-11T22:19:07.414Z[ recovery-image] Mar 11 22:19:06.247 INFO O| Mar 11 22:19:06.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
53892026-03-11T22:19:07.417Z[ recovery-image] Mar 11 22:19:06.247 INFO O| Mar 11 22:19:06.247 INFO STEP 219 (remove_files) COMPLETE
53902026-03-11T22:19:07.417Z[ recovery-image] Mar 11 22:19:06.247 INFO O| Mar 11 22:19:06.247 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912026-03-11T22:19:07.422Z[ recovery-image] Mar 11 22:19:06.255 INFO O| Mar 11 22:19:06.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
53922026-03-11T22:19:07.425Z[ recovery-image] Mar 11 22:19:06.256 INFO O| Mar 11 22:19:06.256 INFO STEP 220 (remove_files) COMPLETE
53932026-03-11T22:19:07.425Z[ recovery-image] Mar 11 22:19:06.256 INFO O| Mar 11 22:19:06.256 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942026-03-11T22:19:07.431Z[ recovery-image] Mar 11 22:19:06.264 INFO O| Mar 11 22:19:06.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
53952026-03-11T22:19:07.431Z[ recovery-image] Mar 11 22:19:06.264 INFO O| Mar 11 22:19:06.264 INFO STEP 221 (remove_files) COMPLETE
53962026-03-11T22:19:07.434Z[ recovery-image] Mar 11 22:19:06.264 INFO O| Mar 11 22:19:06.264 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972026-03-11T22:19:07.438Z[ recovery-image] Mar 11 22:19:06.271 INFO O| Mar 11 22:19:06.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
53982026-03-11T22:19:07.438Z[ recovery-image] Mar 11 22:19:06.271 INFO O| Mar 11 22:19:06.271 INFO STEP 222 (remove_files) COMPLETE
53992026-03-11T22:19:07.441Z[ recovery-image] Mar 11 22:19:06.271 INFO O| Mar 11 22:19:06.271 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002026-03-11T22:19:07.446Z[ recovery-image] Mar 11 22:19:06.279 INFO O| Mar 11 22:19:06.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54012026-03-11T22:19:07.449Z[ recovery-image] Mar 11 22:19:06.279 INFO O| Mar 11 22:19:06.279 INFO STEP 223 (remove_files) COMPLETE
54022026-03-11T22:19:07.449Z[ recovery-image] Mar 11 22:19:06.279 INFO O| Mar 11 22:19:06.279 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032026-03-11T22:19:07.454Z[ recovery-image] Mar 11 22:19:06.287 INFO O| Mar 11 22:19:06.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54042026-03-11T22:19:07.454Z[ recovery-image] Mar 11 22:19:06.287 INFO O| Mar 11 22:19:06.287 INFO STEP 224 (remove_files) COMPLETE
54052026-03-11T22:19:07.458Z[ recovery-image] Mar 11 22:19:06.287 INFO O| Mar 11 22:19:06.287 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062026-03-11T22:19:07.462Z[ recovery-image] Mar 11 22:19:06.295 INFO O| Mar 11 22:19:06.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54072026-03-11T22:19:07.462Z[ recovery-image] Mar 11 22:19:06.295 INFO O| Mar 11 22:19:06.295 INFO STEP 225 (remove_files) COMPLETE
54082026-03-11T22:19:07.465Z[ recovery-image] Mar 11 22:19:06.295 INFO O| Mar 11 22:19:06.295 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092026-03-11T22:19:07.469Z[ recovery-image] Mar 11 22:19:06.303 INFO O| Mar 11 22:19:06.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54102026-03-11T22:19:07.472Z[ recovery-image] Mar 11 22:19:06.303 INFO O| Mar 11 22:19:06.303 INFO STEP 226 (remove_files) COMPLETE
54112026-03-11T22:19:07.472Z[ recovery-image] Mar 11 22:19:06.303 INFO O| Mar 11 22:19:06.303 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122026-03-11T22:19:07.478Z[ recovery-image] Mar 11 22:19:06.311 INFO O| Mar 11 22:19:06.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54132026-03-11T22:19:07.478Z[ recovery-image] Mar 11 22:19:06.311 INFO O| Mar 11 22:19:06.311 INFO STEP 227 (remove_files) COMPLETE
54142026-03-11T22:19:07.481Z[ recovery-image] Mar 11 22:19:06.311 INFO O| Mar 11 22:19:06.311 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152026-03-11T22:19:07.486Z[ recovery-image] Mar 11 22:19:06.319 INFO O| Mar 11 22:19:06.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54162026-03-11T22:19:07.489Z[ recovery-image] Mar 11 22:19:06.319 INFO O| Mar 11 22:19:06.319 INFO STEP 228 (remove_files) COMPLETE
54172026-03-11T22:19:07.489Z[ recovery-image] Mar 11 22:19:06.319 INFO O| Mar 11 22:19:06.319 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182026-03-11T22:19:07.494Z[ recovery-image] Mar 11 22:19:06.327 INFO O| Mar 11 22:19:06.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54192026-03-11T22:19:07.497Z[ recovery-image] Mar 11 22:19:06.327 INFO O| Mar 11 22:19:06.327 INFO STEP 229 (remove_files) COMPLETE
54202026-03-11T22:19:07.497Z[ recovery-image] Mar 11 22:19:06.327 INFO O| Mar 11 22:19:06.327 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212026-03-11T22:19:07.502Z[ recovery-image] Mar 11 22:19:06.335 INFO O| Mar 11 22:19:06.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54222026-03-11T22:19:07.502Z[ recovery-image] Mar 11 22:19:06.335 INFO O| Mar 11 22:19:06.335 INFO STEP 230 (remove_files) COMPLETE
54232026-03-11T22:19:07.505Z[ recovery-image] Mar 11 22:19:06.335 INFO O| Mar 11 22:19:06.335 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242026-03-11T22:19:07.510Z[ recovery-image] Mar 11 22:19:06.343 INFO O| Mar 11 22:19:06.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54252026-03-11T22:19:07.513Z[ recovery-image] Mar 11 22:19:06.343 INFO O| Mar 11 22:19:06.343 INFO STEP 231 (remove_files) COMPLETE
54262026-03-11T22:19:07.513Z[ recovery-image] Mar 11 22:19:06.343 INFO O| Mar 11 22:19:06.343 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272026-03-11T22:19:07.517Z[ recovery-image] Mar 11 22:19:06.351 INFO O| Mar 11 22:19:06.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54282026-03-11T22:19:07.518Z[ recovery-image] Mar 11 22:19:06.351 INFO O| Mar 11 22:19:06.351 INFO STEP 232 (remove_files) COMPLETE
54292026-03-11T22:19:07.521Z[ recovery-image] Mar 11 22:19:06.351 INFO O| Mar 11 22:19:06.351 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302026-03-11T22:19:07.525Z[ recovery-image] Mar 11 22:19:06.358 INFO O| Mar 11 22:19:06.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
54312026-03-11T22:19:07.525Z[ recovery-image] Mar 11 22:19:06.358 INFO O| Mar 11 22:19:06.358 INFO STEP 233 (remove_files) COMPLETE
54322026-03-11T22:19:07.525Z[ recovery-image] Mar 11 22:19:06.358 INFO O| Mar 11 22:19:06.358 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332026-03-11T22:19:07.533Z[ recovery-image] Mar 11 22:19:06.366 INFO O| Mar 11 22:19:06.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
54342026-03-11T22:19:07.533Z[ recovery-image] Mar 11 22:19:06.366 INFO O| Mar 11 22:19:06.366 INFO STEP 234 (remove_files) COMPLETE
54352026-03-11T22:19:07.536Z[ recovery-image] Mar 11 22:19:06.366 INFO O| Mar 11 22:19:06.366 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362026-03-11T22:19:07.541Z[ recovery-image] Mar 11 22:19:06.374 INFO O| Mar 11 22:19:06.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
54372026-03-11T22:19:07.544Z[ recovery-image] Mar 11 22:19:06.374 INFO O| Mar 11 22:19:06.374 INFO STEP 235 (remove_files) COMPLETE
54382026-03-11T22:19:07.544Z[ recovery-image] Mar 11 22:19:06.374 INFO O| Mar 11 22:19:06.374 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392026-03-11T22:19:07.548Z[ recovery-image] Mar 11 22:19:06.381 INFO O| Mar 11 22:19:06.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
54402026-03-11T22:19:07.551Z[ recovery-image] Mar 11 22:19:06.381 INFO O| Mar 11 22:19:06.381 INFO STEP 236 (remove_files) COMPLETE
54412026-03-11T22:19:07.551Z[ recovery-image] Mar 11 22:19:06.381 INFO O| Mar 11 22:19:06.381 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422026-03-11T22:19:07.556Z[ recovery-image] Mar 11 22:19:06.389 INFO O| Mar 11 22:19:06.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
54432026-03-11T22:19:07.559Z[ recovery-image] Mar 11 22:19:06.389 INFO O| Mar 11 22:19:06.389 INFO STEP 237 (remove_files) COMPLETE
54442026-03-11T22:19:07.559Z[ recovery-image] Mar 11 22:19:06.389 INFO O| Mar 11 22:19:06.389 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452026-03-11T22:19:07.564Z[ recovery-image] Mar 11 22:19:06.397 INFO O| Mar 11 22:19:06.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
54462026-03-11T22:19:07.567Z[ recovery-image] Mar 11 22:19:06.397 INFO O| Mar 11 22:19:06.397 INFO STEP 238 (remove_files) COMPLETE
54472026-03-11T22:19:07.567Z[ recovery-image] Mar 11 22:19:06.397 INFO O| Mar 11 22:19:06.397 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482026-03-11T22:19:07.572Z[ recovery-image] Mar 11 22:19:06.405 INFO O| Mar 11 22:19:06.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
54492026-03-11T22:19:07.575Z[ recovery-image] Mar 11 22:19:06.405 INFO O| Mar 11 22:19:06.405 INFO STEP 239 (remove_files) COMPLETE
54502026-03-11T22:19:07.575Z[ recovery-image] Mar 11 22:19:06.405 INFO O| Mar 11 22:19:06.405 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512026-03-11T22:19:07.579Z[ recovery-image] Mar 11 22:19:06.412 INFO O| Mar 11 22:19:06.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
54522026-03-11T22:19:07.580Z[ recovery-image] Mar 11 22:19:06.412 INFO O| Mar 11 22:19:06.412 INFO STEP 240 (remove_files) COMPLETE
54532026-03-11T22:19:07.583Z[ recovery-image] Mar 11 22:19:06.412 INFO O| Mar 11 22:19:06.412 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542026-03-11T22:19:07.587Z[ recovery-image] Mar 11 22:19:06.420 INFO O| Mar 11 22:19:06.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
54552026-03-11T22:19:07.590Z[ recovery-image] Mar 11 22:19:06.420 INFO O| Mar 11 22:19:06.420 INFO STEP 241 (remove_files) COMPLETE
54562026-03-11T22:19:07.590Z[ recovery-image] Mar 11 22:19:06.420 INFO O| Mar 11 22:19:06.420 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572026-03-11T22:19:07.595Z[ recovery-image] Mar 11 22:19:06.428 INFO O| Mar 11 22:19:06.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
54582026-03-11T22:19:07.598Z[ recovery-image] Mar 11 22:19:06.428 INFO O| Mar 11 22:19:06.428 INFO STEP 242 (remove_files) COMPLETE
54592026-03-11T22:19:07.598Z[ recovery-image] Mar 11 22:19:06.428 INFO O| Mar 11 22:19:06.428 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602026-03-11T22:19:07.603Z[ recovery-image] Mar 11 22:19:06.436 INFO O| Mar 11 22:19:06.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
54612026-03-11T22:19:07.603Z[ recovery-image] Mar 11 22:19:06.436 INFO O| Mar 11 22:19:06.436 INFO STEP 243 (remove_files) COMPLETE
54622026-03-11T22:19:07.607Z[ recovery-image] Mar 11 22:19:06.436 INFO O| Mar 11 22:19:06.436 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632026-03-11T22:19:07.611Z[ recovery-image] Mar 11 22:19:06.444 INFO O| Mar 11 22:19:06.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
54642026-03-11T22:19:07.615Z[ recovery-image] Mar 11 22:19:06.445 INFO O| Mar 11 22:19:06.445 INFO STEP 244 (remove_files) COMPLETE
54652026-03-11T22:19:07.615Z[ recovery-image] Mar 11 22:19:06.445 INFO O| Mar 11 22:19:06.445 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662026-03-11T22:19:07.619Z[ recovery-image] Mar 11 22:19:06.452 INFO O| Mar 11 22:19:06.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
54672026-03-11T22:19:07.622Z[ recovery-image] Mar 11 22:19:06.452 INFO O| Mar 11 22:19:06.452 INFO STEP 245 (remove_files) COMPLETE
54682026-03-11T22:19:07.622Z[ recovery-image] Mar 11 22:19:06.452 INFO O| Mar 11 22:19:06.452 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692026-03-11T22:19:07.626Z[ recovery-image] Mar 11 22:19:06.459 INFO O| Mar 11 22:19:06.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
54702026-03-11T22:19:07.629Z[ recovery-image] Mar 11 22:19:06.460 INFO O| Mar 11 22:19:06.460 INFO STEP 246 (remove_files) COMPLETE
54712026-03-11T22:19:07.629Z[ recovery-image] Mar 11 22:19:06.460 INFO O| Mar 11 22:19:06.460 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722026-03-11T22:19:07.634Z[ recovery-image] Mar 11 22:19:06.467 INFO O| Mar 11 22:19:06.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
54732026-03-11T22:19:07.637Z[ recovery-image] Mar 11 22:19:06.467 INFO O| Mar 11 22:19:06.467 INFO STEP 247 (remove_files) COMPLETE
54742026-03-11T22:19:07.637Z[ recovery-image] Mar 11 22:19:06.467 INFO O| Mar 11 22:19:06.467 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752026-03-11T22:19:07.642Z[ recovery-image] Mar 11 22:19:06.475 INFO O| Mar 11 22:19:06.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
54762026-03-11T22:19:07.642Z[ recovery-image] Mar 11 22:19:06.475 INFO O| Mar 11 22:19:06.475 INFO STEP 248 (remove_files) COMPLETE
54772026-03-11T22:19:07.645Z[ recovery-image] Mar 11 22:19:06.475 INFO O| Mar 11 22:19:06.475 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782026-03-11T22:19:07.650Z[ recovery-image] Mar 11 22:19:06.483 INFO O| Mar 11 22:19:06.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
54792026-03-11T22:19:07.650Z[ recovery-image] Mar 11 22:19:06.483 INFO O| Mar 11 22:19:06.483 INFO STEP 249 (remove_files) COMPLETE
54802026-03-11T22:19:07.653Z[ recovery-image] Mar 11 22:19:06.483 INFO O| Mar 11 22:19:06.483 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812026-03-11T22:19:07.657Z[ recovery-image] Mar 11 22:19:06.490 INFO O| Mar 11 22:19:06.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
54822026-03-11T22:19:07.657Z[ recovery-image] Mar 11 22:19:06.490 INFO O| Mar 11 22:19:06.490 INFO STEP 250 (remove_files) COMPLETE
54832026-03-11T22:19:07.660Z[ recovery-image] Mar 11 22:19:06.490 INFO O| Mar 11 22:19:06.490 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842026-03-11T22:19:07.664Z[ recovery-image] Mar 11 22:19:06.497 INFO O| Mar 11 22:19:06.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
54852026-03-11T22:19:07.664Z[ recovery-image] Mar 11 22:19:06.497 INFO O| Mar 11 22:19:06.497 INFO STEP 251 (remove_files) COMPLETE
54862026-03-11T22:19:07.667Z[ recovery-image] Mar 11 22:19:06.497 INFO O| Mar 11 22:19:06.497 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872026-03-11T22:19:07.672Z[ recovery-image] Mar 11 22:19:06.505 INFO O| Mar 11 22:19:06.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
54882026-03-11T22:19:07.675Z[ recovery-image] Mar 11 22:19:06.505 INFO O| Mar 11 22:19:06.505 INFO STEP 252 (remove_files) COMPLETE
54892026-03-11T22:19:07.675Z[ recovery-image] Mar 11 22:19:06.505 INFO O| Mar 11 22:19:06.505 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902026-03-11T22:19:07.680Z[ recovery-image] Mar 11 22:19:06.513 INFO O| Mar 11 22:19:06.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
54912026-03-11T22:19:07.683Z[ recovery-image] Mar 11 22:19:06.513 INFO O| Mar 11 22:19:06.513 INFO STEP 253 (remove_files) COMPLETE
54922026-03-11T22:19:07.683Z[ recovery-image] Mar 11 22:19:06.513 INFO O| Mar 11 22:19:06.513 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932026-03-11T22:19:07.687Z[ recovery-image] Mar 11 22:19:06.520 INFO O| Mar 11 22:19:06.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
54942026-03-11T22:19:07.690Z[ recovery-image] Mar 11 22:19:06.521 INFO O| Mar 11 22:19:06.521 INFO STEP 254 (remove_files) COMPLETE
54952026-03-11T22:19:07.690Z[ recovery-image] Mar 11 22:19:06.521 INFO O| Mar 11 22:19:06.521 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962026-03-11T22:19:07.696Z[ recovery-image] Mar 11 22:19:06.529 INFO O| Mar 11 22:19:06.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
54972026-03-11T22:19:07.696Z[ recovery-image] Mar 11 22:19:06.529 INFO O| Mar 11 22:19:06.529 INFO STEP 255 (remove_files) COMPLETE
54982026-03-11T22:19:07.699Z[ recovery-image] Mar 11 22:19:06.529 INFO O| Mar 11 22:19:06.529 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992026-03-11T22:19:07.703Z[ recovery-image] Mar 11 22:19:06.537 INFO O| Mar 11 22:19:06.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55002026-03-11T22:19:07.703Z[ recovery-image] Mar 11 22:19:06.537 INFO O| Mar 11 22:19:06.537 INFO STEP 256 (remove_files) COMPLETE
55012026-03-11T22:19:07.704Z[ recovery-image] Mar 11 22:19:06.537 INFO O| Mar 11 22:19:06.537 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022026-03-11T22:19:07.711Z[ recovery-image] Mar 11 22:19:06.544 INFO O| Mar 11 22:19:06.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55032026-03-11T22:19:07.711Z[ recovery-image] Mar 11 22:19:06.544 INFO O| Mar 11 22:19:06.544 INFO STEP 257 (remove_files) COMPLETE
55042026-03-11T22:19:07.715Z[ recovery-image] Mar 11 22:19:06.544 INFO O| Mar 11 22:19:06.544 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052026-03-11T22:19:07.719Z[ recovery-image] Mar 11 22:19:06.552 INFO O| Mar 11 22:19:06.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55062026-03-11T22:19:07.722Z[ recovery-image] Mar 11 22:19:06.553 INFO O| Mar 11 22:19:06.553 INFO STEP 258 (remove_files) COMPLETE
55072026-03-11T22:19:07.722Z[ recovery-image] Mar 11 22:19:06.553 INFO O| Mar 11 22:19:06.553 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082026-03-11T22:19:07.727Z[ recovery-image] Mar 11 22:19:06.560 INFO O| Mar 11 22:19:06.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55092026-03-11T22:19:07.731Z[ recovery-image] Mar 11 22:19:06.560 INFO O| Mar 11 22:19:06.560 INFO STEP 259 (remove_files) COMPLETE
55102026-03-11T22:19:07.731Z[ recovery-image] Mar 11 22:19:06.560 INFO O| Mar 11 22:19:06.560 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112026-03-11T22:19:07.735Z[ recovery-image] Mar 11 22:19:06.568 INFO O| Mar 11 22:19:06.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55122026-03-11T22:19:07.738Z[ recovery-image] Mar 11 22:19:06.568 INFO O| Mar 11 22:19:06.568 INFO STEP 260 (remove_files) COMPLETE
55132026-03-11T22:19:07.738Z[ recovery-image] Mar 11 22:19:06.568 INFO O| Mar 11 22:19:06.568 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142026-03-11T22:19:07.743Z[ recovery-image] Mar 11 22:19:06.576 INFO O| Mar 11 22:19:06.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55152026-03-11T22:19:07.743Z[ recovery-image] Mar 11 22:19:06.577 INFO O| Mar 11 22:19:06.576 INFO STEP 261 (remove_files) COMPLETE
55162026-03-11T22:19:07.746Z[ recovery-image] Mar 11 22:19:06.577 INFO O| Mar 11 22:19:06.577 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172026-03-11T22:19:07.751Z[ recovery-image] Mar 11 22:19:06.584 INFO O| Mar 11 22:19:06.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55182026-03-11T22:19:07.754Z[ recovery-image] Mar 11 22:19:06.585 INFO O| Mar 11 22:19:06.584 INFO STEP 262 (remove_files) COMPLETE
55192026-03-11T22:19:07.755Z[ recovery-image] Mar 11 22:19:06.585 INFO O| Mar 11 22:19:06.585 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202026-03-11T22:19:07.759Z[ recovery-image] Mar 11 22:19:06.593 INFO O| Mar 11 22:19:06.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55212026-03-11T22:19:07.760Z[ recovery-image] Mar 11 22:19:06.593 INFO O| Mar 11 22:19:06.593 INFO STEP 263 (remove_files) COMPLETE
55222026-03-11T22:19:07.763Z[ recovery-image] Mar 11 22:19:06.593 INFO O| Mar 11 22:19:06.593 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232026-03-11T22:19:07.767Z[ recovery-image] Mar 11 22:19:06.600 INFO O| Mar 11 22:19:06.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55242026-03-11T22:19:07.770Z[ recovery-image] Mar 11 22:19:06.600 INFO O| Mar 11 22:19:06.600 INFO STEP 264 (remove_files) COMPLETE
55252026-03-11T22:19:07.770Z[ recovery-image] Mar 11 22:19:06.600 INFO O| Mar 11 22:19:06.600 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262026-03-11T22:19:07.775Z[ recovery-image] Mar 11 22:19:06.608 INFO O| Mar 11 22:19:06.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
55272026-03-11T22:19:07.778Z[ recovery-image] Mar 11 22:19:06.609 INFO O| Mar 11 22:19:06.609 INFO STEP 265 (remove_files) COMPLETE
55282026-03-11T22:19:07.778Z[ recovery-image] Mar 11 22:19:06.609 INFO O| Mar 11 22:19:06.609 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292026-03-11T22:19:07.783Z[ recovery-image] Mar 11 22:19:06.617 INFO O| Mar 11 22:19:06.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55302026-03-11T22:19:07.786Z[ recovery-image] Mar 11 22:19:06.617 INFO O| Mar 11 22:19:06.617 INFO STEP 266 (remove_files) COMPLETE
55312026-03-11T22:19:07.786Z[ recovery-image] Mar 11 22:19:06.617 INFO O| Mar 11 22:19:06.617 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322026-03-11T22:19:07.792Z[ recovery-image] Mar 11 22:19:06.625 INFO O| Mar 11 22:19:06.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55332026-03-11T22:19:07.795Z[ recovery-image] Mar 11 22:19:06.625 INFO O| Mar 11 22:19:06.625 INFO STEP 267 (remove_files) COMPLETE
55342026-03-11T22:19:07.795Z[ recovery-image] Mar 11 22:19:06.625 INFO O| Mar 11 22:19:06.625 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352026-03-11T22:19:07.800Z[ recovery-image] Mar 11 22:19:06.633 INFO O| Mar 11 22:19:06.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
55362026-03-11T22:19:07.800Z[ recovery-image] Mar 11 22:19:06.633 INFO O| Mar 11 22:19:06.633 INFO STEP 268 (remove_files) COMPLETE
55372026-03-11T22:19:07.803Z[ recovery-image] Mar 11 22:19:06.633 INFO O| Mar 11 22:19:06.633 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382026-03-11T22:19:07.808Z[ recovery-image] Mar 11 22:19:06.641 INFO O| Mar 11 22:19:06.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
55392026-03-11T22:19:07.808Z[ recovery-image] Mar 11 22:19:06.641 INFO O| Mar 11 22:19:06.641 INFO STEP 269 (remove_files) COMPLETE
55402026-03-11T22:19:07.811Z[ recovery-image] Mar 11 22:19:06.641 INFO O| Mar 11 22:19:06.641 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412026-03-11T22:19:07.816Z[ recovery-image] Mar 11 22:19:06.649 INFO O| Mar 11 22:19:06.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
55422026-03-11T22:19:07.816Z[ recovery-image] Mar 11 22:19:06.649 INFO O| Mar 11 22:19:06.649 INFO STEP 270 (remove_files) COMPLETE
55432026-03-11T22:19:07.819Z[ recovery-image] Mar 11 22:19:06.649 INFO O| Mar 11 22:19:06.649 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442026-03-11T22:19:07.823Z[ recovery-image] Mar 11 22:19:06.656 INFO O| Mar 11 22:19:06.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
55452026-03-11T22:19:07.826Z[ recovery-image] Mar 11 22:19:06.656 INFO O| Mar 11 22:19:06.656 INFO STEP 271 (remove_files) COMPLETE
55462026-03-11T22:19:07.826Z[ recovery-image] Mar 11 22:19:06.656 INFO O| Mar 11 22:19:06.656 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472026-03-11T22:19:07.831Z[ recovery-image] Mar 11 22:19:06.664 INFO O| Mar 11 22:19:06.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
55482026-03-11T22:19:07.834Z[ recovery-image] Mar 11 22:19:06.664 INFO O| Mar 11 22:19:06.664 INFO STEP 272 (remove_files) COMPLETE
55492026-03-11T22:19:07.834Z[ recovery-image] Mar 11 22:19:06.664 INFO O| Mar 11 22:19:06.664 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502026-03-11T22:19:07.839Z[ recovery-image] Mar 11 22:19:06.672 INFO O| Mar 11 22:19:06.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
55512026-03-11T22:19:07.842Z[ recovery-image] Mar 11 22:19:06.672 INFO O| Mar 11 22:19:06.672 INFO STEP 273 (remove_files) COMPLETE
55522026-03-11T22:19:07.842Z[ recovery-image] Mar 11 22:19:06.672 INFO O| Mar 11 22:19:06.672 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532026-03-11T22:19:07.847Z[ recovery-image] Mar 11 22:19:06.680 INFO O| Mar 11 22:19:06.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
55542026-03-11T22:19:07.850Z[ recovery-image] Mar 11 22:19:06.680 INFO O| Mar 11 22:19:06.680 INFO STEP 274 (remove_files) COMPLETE
55552026-03-11T22:19:07.850Z[ recovery-image] Mar 11 22:19:06.680 INFO O| Mar 11 22:19:06.680 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562026-03-11T22:19:07.855Z[ recovery-image] Mar 11 22:19:06.688 INFO O| Mar 11 22:19:06.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
55572026-03-11T22:19:07.858Z[ recovery-image] Mar 11 22:19:06.689 INFO O| Mar 11 22:19:06.689 INFO STEP 275 (remove_files) COMPLETE
55582026-03-11T22:19:07.858Z[ recovery-image] Mar 11 22:19:06.689 INFO O| Mar 11 22:19:06.689 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592026-03-11T22:19:07.863Z[ recovery-image] Mar 11 22:19:06.696 INFO O| Mar 11 22:19:06.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
55602026-03-11T22:19:07.866Z[ recovery-image] Mar 11 22:19:06.696 INFO O| Mar 11 22:19:06.696 INFO STEP 276 (remove_files) COMPLETE
55612026-03-11T22:19:07.866Z[ recovery-image] Mar 11 22:19:06.696 INFO O| Mar 11 22:19:06.696 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622026-03-11T22:19:07.871Z[ recovery-image] Mar 11 22:19:06.704 INFO O| Mar 11 22:19:06.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
55632026-03-11T22:19:07.874Z[ recovery-image] Mar 11 22:19:06.704 INFO O| Mar 11 22:19:06.704 INFO STEP 277 (remove_files) COMPLETE
55642026-03-11T22:19:07.874Z[ recovery-image] Mar 11 22:19:06.704 INFO O| Mar 11 22:19:06.704 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652026-03-11T22:19:07.878Z[ recovery-image] Mar 11 22:19:06.711 INFO O| Mar 11 22:19:06.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
55662026-03-11T22:19:07.881Z[ recovery-image] Mar 11 22:19:06.711 INFO O| Mar 11 22:19:06.711 INFO STEP 278 (remove_files) COMPLETE
55672026-03-11T22:19:07.881Z[ recovery-image] Mar 11 22:19:06.711 INFO O| Mar 11 22:19:06.711 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682026-03-11T22:19:07.885Z[ recovery-image] Mar 11 22:19:06.718 INFO O| Mar 11 22:19:06.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
55692026-03-11T22:19:07.888Z[ recovery-image] Mar 11 22:19:06.718 INFO O| Mar 11 22:19:06.718 INFO STEP 279 (remove_files) COMPLETE
55702026-03-11T22:19:07.888Z[ recovery-image] Mar 11 22:19:06.718 INFO O| Mar 11 22:19:06.718 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712026-03-11T22:19:07.893Z[ recovery-image] Mar 11 22:19:06.726 INFO O| Mar 11 22:19:06.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
55722026-03-11T22:19:07.896Z[ recovery-image] Mar 11 22:19:06.726 INFO O| Mar 11 22:19:06.726 INFO STEP 280 (remove_files) COMPLETE
55732026-03-11T22:19:07.896Z[ recovery-image] Mar 11 22:19:06.726 INFO O| Mar 11 22:19:06.726 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742026-03-11T22:19:07.901Z[ recovery-image] Mar 11 22:19:06.734 INFO O| Mar 11 22:19:06.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
55752026-03-11T22:19:07.904Z[ recovery-image] Mar 11 22:19:06.734 INFO O| Mar 11 22:19:06.734 INFO STEP 281 (remove_files) COMPLETE
55762026-03-11T22:19:07.904Z[ recovery-image] Mar 11 22:19:06.734 INFO O| Mar 11 22:19:06.734 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772026-03-11T22:19:07.908Z[ recovery-image] Mar 11 22:19:06.741 INFO O| Mar 11 22:19:06.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
55782026-03-11T22:19:07.908Z[ recovery-image] Mar 11 22:19:06.741 INFO O| Mar 11 22:19:06.741 INFO STEP 282 (remove_files) COMPLETE
55792026-03-11T22:19:07.911Z[ recovery-image] Mar 11 22:19:06.741 INFO O| Mar 11 22:19:06.741 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802026-03-11T22:19:07.915Z[ recovery-image] Mar 11 22:19:06.748 INFO O| Mar 11 22:19:06.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
55812026-03-11T22:19:07.918Z[ recovery-image] Mar 11 22:19:06.748 INFO O| Mar 11 22:19:06.748 INFO STEP 283 (remove_files) COMPLETE
55822026-03-11T22:19:07.918Z[ recovery-image] Mar 11 22:19:06.749 INFO O| Mar 11 22:19:06.748 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832026-03-11T22:19:07.924Z[ recovery-image] Mar 11 22:19:06.757 INFO O| Mar 11 22:19:06.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
55842026-03-11T22:19:07.927Z[ recovery-image] Mar 11 22:19:06.757 INFO O| Mar 11 22:19:06.757 INFO STEP 284 (remove_files) COMPLETE
55852026-03-11T22:19:07.927Z[ recovery-image] Mar 11 22:19:06.757 INFO O| Mar 11 22:19:06.757 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862026-03-11T22:19:07.932Z[ recovery-image] Mar 11 22:19:06.765 INFO O| Mar 11 22:19:06.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
55872026-03-11T22:19:07.932Z[ recovery-image] Mar 11 22:19:06.765 INFO O| Mar 11 22:19:06.765 INFO STEP 285 (remove_files) COMPLETE
55882026-03-11T22:19:07.935Z[ recovery-image] Mar 11 22:19:06.765 INFO O| Mar 11 22:19:06.765 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892026-03-11T22:19:07.940Z[ recovery-image] Mar 11 22:19:06.773 INFO O| Mar 11 22:19:06.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
55902026-03-11T22:19:07.944Z[ recovery-image] Mar 11 22:19:06.773 INFO O| Mar 11 22:19:06.773 INFO STEP 286 (remove_files) COMPLETE
55912026-03-11T22:19:07.944Z[ recovery-image] Mar 11 22:19:06.773 INFO O| Mar 11 22:19:06.773 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922026-03-11T22:19:07.949Z[ recovery-image] Mar 11 22:19:06.782 INFO O| Mar 11 22:19:06.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
55932026-03-11T22:19:07.952Z[ recovery-image] Mar 11 22:19:06.782 INFO O| Mar 11 22:19:06.782 INFO STEP 287 (remove_files) COMPLETE
55942026-03-11T22:19:07.952Z[ recovery-image] Mar 11 22:19:06.782 INFO O| Mar 11 22:19:06.782 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952026-03-11T22:19:07.957Z[ recovery-image] Mar 11 22:19:06.790 INFO O| Mar 11 22:19:06.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
55962026-03-11T22:19:07.957Z[ recovery-image] Mar 11 22:19:06.790 INFO O| Mar 11 22:19:06.790 INFO STEP 288 (remove_files) COMPLETE
55972026-03-11T22:19:07.960Z[ recovery-image] Mar 11 22:19:06.790 INFO O| Mar 11 22:19:06.790 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982026-03-11T22:19:07.964Z[ recovery-image] Mar 11 22:19:06.797 INFO O| Mar 11 22:19:06.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
55992026-03-11T22:19:07.967Z[ recovery-image] Mar 11 22:19:06.797 INFO O| Mar 11 22:19:06.797 INFO STEP 289 (remove_files) COMPLETE
56002026-03-11T22:19:07.967Z[ recovery-image] Mar 11 22:19:06.797 INFO O| Mar 11 22:19:06.797 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012026-03-11T22:19:07.972Z[ recovery-image] Mar 11 22:19:06.805 INFO O| Mar 11 22:19:06.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56022026-03-11T22:19:07.972Z[ recovery-image] Mar 11 22:19:06.805 INFO O| Mar 11 22:19:06.805 INFO STEP 290 (remove_files) COMPLETE
56032026-03-11T22:19:07.975Z[ recovery-image] Mar 11 22:19:06.805 INFO O| Mar 11 22:19:06.805 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042026-03-11T22:19:07.980Z[ recovery-image] Mar 11 22:19:06.813 INFO O| Mar 11 22:19:06.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56052026-03-11T22:19:07.980Z[ recovery-image] Mar 11 22:19:06.813 INFO O| Mar 11 22:19:06.813 INFO STEP 291 (remove_files) COMPLETE
56062026-03-11T22:19:07.983Z[ recovery-image] Mar 11 22:19:06.813 INFO O| Mar 11 22:19:06.813 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072026-03-11T22:19:07.987Z[ recovery-image] Mar 11 22:19:06.820 INFO O| Mar 11 22:19:06.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56082026-03-11T22:19:07.987Z[ recovery-image] Mar 11 22:19:06.820 INFO O| Mar 11 22:19:06.820 INFO STEP 292 (remove_files) COMPLETE
56092026-03-11T22:19:07.991Z[ recovery-image] Mar 11 22:19:06.820 INFO O| Mar 11 22:19:06.820 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102026-03-11T22:19:07.995Z[ recovery-image] Mar 11 22:19:06.828 INFO O| Mar 11 22:19:06.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56112026-03-11T22:19:07.998Z[ recovery-image] Mar 11 22:19:06.829 INFO O| Mar 11 22:19:06.828 INFO STEP 293 (remove_files) COMPLETE
56122026-03-11T22:19:07.998Z[ recovery-image] Mar 11 22:19:06.829 INFO O| Mar 11 22:19:06.828 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132026-03-11T22:19:08.003Z[ recovery-image] Mar 11 22:19:06.836 INFO O| Mar 11 22:19:06.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56142026-03-11T22:19:08.006Z[ recovery-image] Mar 11 22:19:06.836 INFO O| Mar 11 22:19:06.836 INFO STEP 294 (remove_files) COMPLETE
56152026-03-11T22:19:08.006Z[ recovery-image] Mar 11 22:19:06.836 INFO O| Mar 11 22:19:06.836 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162026-03-11T22:19:08.011Z[ recovery-image] Mar 11 22:19:06.843 INFO O| Mar 11 22:19:06.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56172026-03-11T22:19:08.011Z[ recovery-image] Mar 11 22:19:06.844 INFO O| Mar 11 22:19:06.844 INFO STEP 295 (remove_files) COMPLETE
56182026-03-11T22:19:08.014Z[ recovery-image] Mar 11 22:19:06.844 INFO O| Mar 11 22:19:06.844 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192026-03-11T22:19:08.018Z[ recovery-image] Mar 11 22:19:06.851 INFO O| Mar 11 22:19:06.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56202026-03-11T22:19:08.021Z[ recovery-image] Mar 11 22:19:06.851 INFO O| Mar 11 22:19:06.851 INFO STEP 296 (remove_files) COMPLETE
56212026-03-11T22:19:08.021Z[ recovery-image] Mar 11 22:19:06.851 INFO O| Mar 11 22:19:06.851 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222026-03-11T22:19:08.026Z[ recovery-image] Mar 11 22:19:06.859 INFO O| Mar 11 22:19:06.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56232026-03-11T22:19:08.029Z[ recovery-image] Mar 11 22:19:06.859 INFO O| Mar 11 22:19:06.859 INFO STEP 297 (remove_files) COMPLETE
56242026-03-11T22:19:08.029Z[ recovery-image] Mar 11 22:19:06.859 INFO O| Mar 11 22:19:06.859 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252026-03-11T22:19:08.033Z[ recovery-image] Mar 11 22:19:06.866 INFO O| Mar 11 22:19:06.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56262026-03-11T22:19:08.033Z[ recovery-image] Mar 11 22:19:06.866 INFO O| Mar 11 22:19:06.866 INFO STEP 298 (remove_files) COMPLETE
56272026-03-11T22:19:08.036Z[ recovery-image] Mar 11 22:19:06.866 INFO O| Mar 11 22:19:06.866 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282026-03-11T22:19:08.041Z[ recovery-image] Mar 11 22:19:06.874 INFO O| Mar 11 22:19:06.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56292026-03-11T22:19:08.041Z[ recovery-image] Mar 11 22:19:06.874 INFO O| Mar 11 22:19:06.874 INFO STEP 299 (remove_files) COMPLETE
56302026-03-11T22:19:08.044Z[ recovery-image] Mar 11 22:19:06.874 INFO O| Mar 11 22:19:06.874 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312026-03-11T22:19:09.062Z[ recovery-image] Mar 11 22:19:06.882 INFO O| Mar 11 22:19:06.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56322026-03-11T22:19:09.479Z[ recovery-image] Mar 11 22:19:06.882 INFO O| Mar 11 22:19:06.882 INFO STEP 300 (remove_files) COMPLETE
56332026-03-11T22:19:09.479Z[ recovery-image] Mar 11 22:19:06.882 INFO O| Mar 11 22:19:06.882 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342026-03-11T22:19:09.479Z[ recovery-image] Mar 11 22:19:06.890 INFO O| Mar 11 22:19:06.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
56352026-03-11T22:19:09.479Z[ recovery-image] Mar 11 22:19:06.890 INFO O| Mar 11 22:19:06.890 INFO STEP 301 (remove_files) COMPLETE
56362026-03-11T22:19:09.479Z[ recovery-image] Mar 11 22:19:06.890 INFO O| Mar 11 22:19:06.890 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372026-03-11T22:19:09.479Z[ recovery-image] Mar 11 22:19:06.897 INFO O| Mar 11 22:19:06.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
56382026-03-11T22:19:09.480Z[ recovery-image] Mar 11 22:19:06.897 INFO O| Mar 11 22:19:06.897 INFO STEP 302 (remove_files) COMPLETE
56392026-03-11T22:19:09.480Z[ recovery-image] Mar 11 22:19:06.897 INFO O| Mar 11 22:19:06.897 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.905 INFO O| Mar 11 22:19:06.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
56412026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.906 INFO O| Mar 11 22:19:06.906 INFO STEP 303 (remove_files) COMPLETE
56422026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.906 INFO O| Mar 11 22:19:06.906 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.913 INFO O| Mar 11 22:19:06.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
56442026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.913 INFO O| Mar 11 22:19:06.913 INFO STEP 304 (remove_files) COMPLETE
56452026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.913 INFO O| Mar 11 22:19:06.913 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.921 INFO O| Mar 11 22:19:06.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
56472026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.921 INFO O| Mar 11 22:19:06.921 INFO STEP 305 (remove_files) COMPLETE
56482026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.921 INFO O| Mar 11 22:19:06.921 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.928 INFO O| Mar 11 22:19:06.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
56502026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.928 INFO O| Mar 11 22:19:06.928 INFO STEP 306 (remove_files) COMPLETE
56512026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.928 INFO O| Mar 11 22:19:06.928 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.935 INFO O| Mar 11 22:19:06.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
56532026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.936 INFO O| Mar 11 22:19:06.936 INFO STEP 307 (remove_files) COMPLETE
56542026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.936 INFO O| Mar 11 22:19:06.936 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.943 INFO O| Mar 11 22:19:06.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
56562026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.943 INFO O| Mar 11 22:19:06.943 INFO STEP 308 (remove_files) COMPLETE
56572026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.943 INFO O| Mar 11 22:19:06.943 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.950 INFO O| Mar 11 22:19:06.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
56592026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.950 INFO O| Mar 11 22:19:06.950 INFO STEP 309 (remove_files) COMPLETE
56602026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.950 INFO O| Mar 11 22:19:06.950 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.958 INFO O| Mar 11 22:19:06.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
56622026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.958 INFO O| Mar 11 22:19:06.958 INFO STEP 310 (remove_files) COMPLETE
56632026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.958 INFO O| Mar 11 22:19:06.958 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.966 INFO O| Mar 11 22:19:06.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
56652026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.966 INFO O| Mar 11 22:19:06.966 INFO STEP 311 (remove_files) COMPLETE
56662026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.966 INFO O| Mar 11 22:19:06.966 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.973 INFO O| Mar 11 22:19:06.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
56682026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.973 INFO O| Mar 11 22:19:06.973 INFO STEP 312 (remove_files) COMPLETE
56692026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.973 INFO O| Mar 11 22:19:06.973 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.981 INFO O| Mar 11 22:19:06.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
56712026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.981 INFO O| Mar 11 22:19:06.981 INFO STEP 313 (remove_files) COMPLETE
56722026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.981 INFO O| Mar 11 22:19:06.981 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.989 INFO O| Mar 11 22:19:06.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
56742026-03-11T22:19:09.481Z[ recovery-image] Mar 11 22:19:06.989 INFO O| Mar 11 22:19:06.989 INFO STEP 314 (remove_files) COMPLETE
56752026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:06.989 INFO O| Mar 11 22:19:06.989 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:06.996 INFO O| Mar 11 22:19:06.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
56772026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:06.996 INFO O| Mar 11 22:19:06.996 INFO STEP 315 (remove_files) COMPLETE
56782026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:06.996 INFO O| Mar 11 22:19:06.996 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.005 INFO O| Mar 11 22:19:07.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
56802026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.005 INFO O| Mar 11 22:19:07.005 INFO STEP 316 (remove_files) COMPLETE
56812026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.005 INFO O| Mar 11 22:19:07.005 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.012 INFO O| Mar 11 22:19:07.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
56832026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.012 INFO O| Mar 11 22:19:07.012 INFO STEP 317 (remove_files) COMPLETE
56842026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.013 INFO O| Mar 11 22:19:07.012 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.020 INFO O| Mar 11 22:19:07.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
56862026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.020 INFO O| Mar 11 22:19:07.020 INFO STEP 318 (remove_files) COMPLETE
56872026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.020 INFO O| Mar 11 22:19:07.020 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.028 INFO O| Mar 11 22:19:07.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
56892026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.028 INFO O| Mar 11 22:19:07.028 INFO STEP 319 (remove_files) COMPLETE
56902026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.028 INFO O| Mar 11 22:19:07.028 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.035 INFO O| Mar 11 22:19:07.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
56922026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.036 INFO O| Mar 11 22:19:07.036 INFO STEP 320 (remove_files) COMPLETE
56932026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.036 INFO O| Mar 11 22:19:07.036 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.043 INFO O| Mar 11 22:19:07.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
56952026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.043 INFO O| Mar 11 22:19:07.043 INFO STEP 321 (remove_files) COMPLETE
56962026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.043 INFO O| Mar 11 22:19:07.043 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.051 INFO O| Mar 11 22:19:07.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
56982026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.051 INFO O| Mar 11 22:19:07.051 INFO STEP 322 (remove_files) COMPLETE
56992026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.051 INFO O| Mar 11 22:19:07.051 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.059 INFO O| Mar 11 22:19:07.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57012026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.059 INFO O| Mar 11 22:19:07.059 INFO STEP 323 (remove_files) COMPLETE
57022026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.059 INFO O| Mar 11 22:19:07.059 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.066 INFO O| Mar 11 22:19:07.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57042026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.066 INFO O| Mar 11 22:19:07.066 INFO STEP 324 (remove_files) COMPLETE
57052026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.066 INFO O| Mar 11 22:19:07.066 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.074 INFO O| Mar 11 22:19:07.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57072026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.074 INFO O| Mar 11 22:19:07.074 INFO STEP 325 (remove_files) COMPLETE
57082026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.074 INFO O| Mar 11 22:19:07.074 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.082 INFO O| Mar 11 22:19:07.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57102026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.082 INFO O| Mar 11 22:19:07.082 INFO STEP 326 (remove_files) COMPLETE
57112026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.082 INFO O| Mar 11 22:19:07.082 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.089 INFO O| Mar 11 22:19:07.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57132026-03-11T22:19:09.482Z[ recovery-image] Mar 11 22:19:07.089 INFO O| Mar 11 22:19:07.089 INFO STEP 327 (remove_files) COMPLETE
57142026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.089 INFO O| Mar 11 22:19:07.089 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.097 INFO O| Mar 11 22:19:07.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57162026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.097 INFO O| Mar 11 22:19:07.097 INFO STEP 328 (remove_files) COMPLETE
57172026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.097 INFO O| Mar 11 22:19:07.097 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.105 INFO O| Mar 11 22:19:07.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57192026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.105 INFO O| Mar 11 22:19:07.105 INFO STEP 329 (remove_files) COMPLETE
57202026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.105 INFO O| Mar 11 22:19:07.105 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.112 INFO O| Mar 11 22:19:07.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57222026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.113 INFO O| Mar 11 22:19:07.113 INFO STEP 330 (remove_files) COMPLETE
57232026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.113 INFO O| Mar 11 22:19:07.113 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.120 INFO O| Mar 11 22:19:07.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57252026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.120 INFO O| Mar 11 22:19:07.120 INFO STEP 331 (remove_files) COMPLETE
57262026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.120 INFO O| Mar 11 22:19:07.120 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.128 INFO O| Mar 11 22:19:07.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57282026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.128 INFO O| Mar 11 22:19:07.128 INFO STEP 332 (remove_files) COMPLETE
57292026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.128 INFO O| Mar 11 22:19:07.128 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302026-03-11T22:19:09.483Z[ recovery-image] Mar 11 22:19:07.136 INFO O| Mar 11 22:19:07.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57312026-03-11T22:19:09.485Z[ recovery-image] Mar 11 22:19:07.136 INFO O| Mar 11 22:19:07.136 INFO STEP 333 (remove_files) COMPLETE
57322026-03-11T22:19:09.496Z[ recovery-image] Mar 11 22:19:07.136 INFO O| Mar 11 22:19:07.136 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332026-03-11T22:19:09.496Z[ recovery-image] Mar 11 22:19:07.143 INFO O| Mar 11 22:19:07.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
57342026-03-11T22:19:09.496Z[ recovery-image] Mar 11 22:19:07.143 INFO O| Mar 11 22:19:07.143 INFO STEP 334 (remove_files) COMPLETE
57352026-03-11T22:19:09.496Z[ recovery-image] Mar 11 22:19:07.143 INFO O| Mar 11 22:19:07.143 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362026-03-11T22:19:09.496Z[ recovery-image] Mar 11 22:19:07.150 INFO O| Mar 11 22:19:07.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
57372026-03-11T22:19:09.496Z[ recovery-image] Mar 11 22:19:07.150 INFO O| Mar 11 22:19:07.150 INFO STEP 335 (remove_files) COMPLETE
57382026-03-11T22:19:09.496Z[ recovery-image] Mar 11 22:19:07.150 INFO O| Mar 11 22:19:07.150 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392026-03-11T22:19:09.496Z[ recovery-image] Mar 11 22:19:07.157 INFO O| Mar 11 22:19:07.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
57402026-03-11T22:19:09.496Z[ recovery-image] Mar 11 22:19:07.157 INFO O| Mar 11 22:19:07.157 INFO STEP 336 (remove_files) COMPLETE
57412026-03-11T22:19:09.496Z[ recovery-image] Mar 11 22:19:07.157 INFO O| Mar 11 22:19:07.157 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422026-03-11T22:19:09.496Z[ recovery-image] Mar 11 22:19:07.164 INFO O| Mar 11 22:19:07.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
57432026-03-11T22:19:09.496Z[ recovery-image] Mar 11 22:19:07.164 INFO O| Mar 11 22:19:07.164 INFO STEP 337 (remove_files) COMPLETE
57442026-03-11T22:19:09.496Z[ recovery-image] Mar 11 22:19:07.164 INFO O| Mar 11 22:19:07.164 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.172 INFO O| Mar 11 22:19:07.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
57462026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.172 INFO O| Mar 11 22:19:07.172 INFO STEP 338 (remove_files) COMPLETE
57472026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.172 INFO O| Mar 11 22:19:07.172 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.180 INFO O| Mar 11 22:19:07.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
57492026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.180 INFO O| Mar 11 22:19:07.180 INFO STEP 339 (remove_files) COMPLETE
57502026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.180 INFO O| Mar 11 22:19:07.180 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.188 INFO O| Mar 11 22:19:07.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
57522026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.188 INFO O| Mar 11 22:19:07.188 INFO STEP 340 (remove_files) COMPLETE
57532026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.188 INFO O| Mar 11 22:19:07.188 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.195 INFO O| Mar 11 22:19:07.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
57552026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.195 INFO O| Mar 11 22:19:07.195 INFO STEP 341 (remove_files) COMPLETE
57562026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.195 INFO O| Mar 11 22:19:07.195 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.202 INFO O| Mar 11 22:19:07.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
57582026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.203 INFO O| Mar 11 22:19:07.203 INFO STEP 342 (remove_files) COMPLETE
57592026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.203 INFO O| Mar 11 22:19:07.203 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.211 INFO O| Mar 11 22:19:07.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
57612026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.211 INFO O| Mar 11 22:19:07.211 INFO STEP 343 (remove_files) COMPLETE
57622026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.211 INFO O| Mar 11 22:19:07.211 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.218 INFO O| Mar 11 22:19:07.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
57642026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.218 INFO O| Mar 11 22:19:07.218 INFO STEP 344 (remove_files) COMPLETE
57652026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.218 INFO O| Mar 11 22:19:07.218 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.226 INFO O| Mar 11 22:19:07.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
57672026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.226 INFO O| Mar 11 22:19:07.226 INFO STEP 345 (remove_files) COMPLETE
57682026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.226 INFO O| Mar 11 22:19:07.226 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.234 INFO O| Mar 11 22:19:07.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
57702026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.234 INFO O| Mar 11 22:19:07.234 INFO STEP 346 (remove_files) COMPLETE
57712026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.234 INFO O| Mar 11 22:19:07.234 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.241 INFO O| Mar 11 22:19:07.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
57732026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.241 INFO O| Mar 11 22:19:07.241 INFO STEP 347 (remove_files) COMPLETE
57742026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.241 INFO O| Mar 11 22:19:07.241 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.249 INFO O| Mar 11 22:19:07.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
57762026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.249 INFO O| Mar 11 22:19:07.249 INFO STEP 348 (remove_files) COMPLETE
57772026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.249 INFO O| Mar 11 22:19:07.249 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.256 INFO O| Mar 11 22:19:07.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
57792026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.256 INFO O| Mar 11 22:19:07.256 INFO STEP 349 (remove_files) COMPLETE
57802026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.256 INFO O| Mar 11 22:19:07.256 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812026-03-11T22:19:09.497Z[ recovery-image] Mar 11 22:19:07.263 INFO O| Mar 11 22:19:07.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
57822026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.263 INFO O| Mar 11 22:19:07.263 INFO STEP 350 (remove_files) COMPLETE
57832026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.263 INFO O| Mar 11 22:19:07.263 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.270 INFO O| Mar 11 22:19:07.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
57852026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.270 INFO O| Mar 11 22:19:07.270 INFO STEP 351 (remove_files) COMPLETE
57862026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.270 INFO O| Mar 11 22:19:07.270 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.277 INFO O| Mar 11 22:19:07.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
57882026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.277 INFO O| Mar 11 22:19:07.277 INFO STEP 352 (remove_files) COMPLETE
57892026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.277 INFO O| Mar 11 22:19:07.277 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.284 INFO O| Mar 11 22:19:07.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
57912026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.284 INFO O| Mar 11 22:19:07.284 INFO STEP 353 (remove_files) COMPLETE
57922026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.284 INFO O| Mar 11 22:19:07.284 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.292 INFO O| Mar 11 22:19:07.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
57942026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.292 INFO O| Mar 11 22:19:07.292 INFO STEP 354 (remove_files) COMPLETE
57952026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.292 INFO O| Mar 11 22:19:07.292 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.300 INFO O| Mar 11 22:19:07.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
57972026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.300 INFO O| Mar 11 22:19:07.300 INFO STEP 355 (remove_files) COMPLETE
57982026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.300 INFO O| Mar 11 22:19:07.300 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.307 INFO O| Mar 11 22:19:07.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58002026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.307 INFO O| Mar 11 22:19:07.307 INFO STEP 356 (remove_files) COMPLETE
58012026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.307 INFO O| Mar 11 22:19:07.307 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.315 INFO O| Mar 11 22:19:07.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58032026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.315 INFO O| Mar 11 22:19:07.315 INFO STEP 357 (remove_files) COMPLETE
58042026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.315 INFO O| Mar 11 22:19:07.315 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.323 INFO O| Mar 11 22:19:07.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58062026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.323 INFO O| Mar 11 22:19:07.323 INFO STEP 358 (remove_files) COMPLETE
58072026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.323 INFO O| Mar 11 22:19:07.323 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.331 INFO O| Mar 11 22:19:07.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58092026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.331 INFO O| Mar 11 22:19:07.331 INFO STEP 359 (remove_files) COMPLETE
58102026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.331 INFO O| Mar 11 22:19:07.331 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.338 INFO O| Mar 11 22:19:07.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58122026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.338 INFO O| Mar 11 22:19:07.338 INFO STEP 360 (remove_files) COMPLETE
58132026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.338 INFO O| Mar 11 22:19:07.338 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.346 INFO O| Mar 11 22:19:07.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58152026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.346 INFO O| Mar 11 22:19:07.346 INFO STEP 361 (remove_files) COMPLETE
58162026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.346 INFO O| Mar 11 22:19:07.346 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172026-03-11T22:19:09.498Z[ recovery-image] Mar 11 22:19:07.353 INFO O| Mar 11 22:19:07.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58182026-03-11T22:19:09.499Z[ recovery-image] Mar 11 22:19:07.353 INFO O| Mar 11 22:19:07.353 INFO STEP 362 (remove_files) COMPLETE
58192026-03-11T22:19:09.499Z[ recovery-image] Mar 11 22:19:07.353 INFO O| Mar 11 22:19:07.353 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202026-03-11T22:19:09.499Z[ recovery-image] Mar 11 22:19:07.361 INFO O| Mar 11 22:19:07.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58212026-03-11T22:19:09.499Z[ recovery-image] Mar 11 22:19:07.361 INFO O| Mar 11 22:19:07.361 INFO STEP 363 (remove_files) COMPLETE
58222026-03-11T22:19:09.499Z[ recovery-image] Mar 11 22:19:07.361 INFO O| Mar 11 22:19:07.361 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232026-03-11T22:19:09.499Z[ recovery-image] Mar 11 22:19:07.369 INFO O| Mar 11 22:19:07.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58242026-03-11T22:19:09.499Z[ recovery-image] Mar 11 22:19:07.369 INFO O| Mar 11 22:19:07.369 INFO STEP 364 (remove_files) COMPLETE
58252026-03-11T22:19:09.499Z[ recovery-image] Mar 11 22:19:07.369 INFO O| Mar 11 22:19:07.369 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262026-03-11T22:19:09.499Z[ recovery-image] Mar 11 22:19:07.376 INFO O| Mar 11 22:19:07.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58272026-03-11T22:19:09.499Z[ recovery-image] Mar 11 22:19:07.376 INFO O| Mar 11 22:19:07.376 INFO STEP 365 (remove_files) COMPLETE
58282026-03-11T22:19:09.499Z[ recovery-image] Mar 11 22:19:07.376 INFO O| Mar 11 22:19:07.376 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292026-03-11T22:19:09.499Z[ recovery-image] Mar 11 22:19:07.383 INFO O| Mar 11 22:19:07.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58302026-03-11T22:19:09.499Z[ recovery-image] Mar 11 22:19:07.383 INFO O| Mar 11 22:19:07.383 INFO STEP 366 (remove_files) COMPLETE
58312026-03-11T22:19:09.499Z[ recovery-image] Mar 11 22:19:07.383 INFO O| Mar 11 22:19:07.383 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322026-03-11T22:19:09.507Z[ recovery-image] Mar 11 22:19:07.390 INFO O| Mar 11 22:19:07.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
58332026-03-11T22:19:09.507Z[ recovery-image] Mar 11 22:19:07.390 INFO O| Mar 11 22:19:07.390 INFO STEP 367 (remove_files) COMPLETE
58342026-03-11T22:19:09.507Z[ recovery-image] Mar 11 22:19:07.390 INFO O| Mar 11 22:19:07.390 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352026-03-11T22:19:09.508Z[ recovery-image] Mar 11 22:19:07.398 INFO O| Mar 11 22:19:07.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
58362026-03-11T22:19:09.508Z[ recovery-image] Mar 11 22:19:07.398 INFO O| Mar 11 22:19:07.398 INFO STEP 368 (remove_files) COMPLETE
58372026-03-11T22:19:09.508Z[ recovery-image] Mar 11 22:19:07.398 INFO O| Mar 11 22:19:07.398 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382026-03-11T22:19:09.508Z[ recovery-image] Mar 11 22:19:07.405 INFO O| Mar 11 22:19:07.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
58392026-03-11T22:19:09.508Z[ recovery-image] Mar 11 22:19:07.405 INFO O| Mar 11 22:19:07.405 INFO STEP 369 (remove_files) COMPLETE
58402026-03-11T22:19:09.508Z[ recovery-image] Mar 11 22:19:07.405 INFO O| Mar 11 22:19:07.405 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412026-03-11T22:19:09.508Z[ recovery-image] Mar 11 22:19:07.413 INFO O| Mar 11 22:19:07.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
58422026-03-11T22:19:09.508Z[ recovery-image] Mar 11 22:19:07.413 INFO O| Mar 11 22:19:07.413 INFO STEP 370 (remove_files) COMPLETE
58432026-03-11T22:19:09.508Z[ recovery-image] Mar 11 22:19:07.413 INFO O| Mar 11 22:19:07.413 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442026-03-11T22:19:09.508Z[ recovery-image] Mar 11 22:19:07.421 INFO O| Mar 11 22:19:07.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
58452026-03-11T22:19:09.508Z[ recovery-image] Mar 11 22:19:07.421 INFO O| Mar 11 22:19:07.421 INFO STEP 371 (remove_files) COMPLETE
58462026-03-11T22:19:09.508Z[ recovery-image] Mar 11 22:19:07.421 INFO O| Mar 11 22:19:07.421 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472026-03-11T22:19:09.508Z[ recovery-image] Mar 11 22:19:07.429 INFO O| Mar 11 22:19:07.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
58482026-03-11T22:19:09.508Z[ recovery-image] Mar 11 22:19:07.429 INFO O| Mar 11 22:19:07.429 INFO STEP 372 (remove_files) COMPLETE
58492026-03-11T22:19:09.508Z[ recovery-image] Mar 11 22:19:07.429 INFO O| Mar 11 22:19:07.429 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.436 INFO O| Mar 11 22:19:07.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
58512026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.436 INFO O| Mar 11 22:19:07.436 INFO STEP 373 (remove_files) COMPLETE
58522026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.436 INFO O| Mar 11 22:19:07.436 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.445 INFO O| Mar 11 22:19:07.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
58542026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.445 INFO O| Mar 11 22:19:07.445 INFO STEP 374 (remove_files) COMPLETE
58552026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.445 INFO O| Mar 11 22:19:07.445 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.452 INFO O| Mar 11 22:19:07.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
58572026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.452 INFO O| Mar 11 22:19:07.452 INFO STEP 375 (remove_files) COMPLETE
58582026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.452 INFO O| Mar 11 22:19:07.452 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.460 INFO O| Mar 11 22:19:07.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
58602026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.460 INFO O| Mar 11 22:19:07.460 INFO STEP 376 (remove_files) COMPLETE
58612026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.460 INFO O| Mar 11 22:19:07.460 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.467 INFO O| Mar 11 22:19:07.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
58632026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.467 INFO O| Mar 11 22:19:07.467 INFO STEP 377 (remove_files) COMPLETE
58642026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.467 INFO O| Mar 11 22:19:07.467 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.475 INFO O| Mar 11 22:19:07.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
58662026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.475 INFO O| Mar 11 22:19:07.475 INFO STEP 378 (remove_files) COMPLETE
58672026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.475 INFO O| Mar 11 22:19:07.475 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.483 INFO O| Mar 11 22:19:07.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
58692026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.483 INFO O| Mar 11 22:19:07.483 INFO STEP 379 (remove_files) COMPLETE
58702026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.483 INFO O| Mar 11 22:19:07.483 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.491 INFO O| Mar 11 22:19:07.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
58722026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.491 INFO O| Mar 11 22:19:07.491 INFO STEP 380 (remove_files) COMPLETE
58732026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.491 INFO O| Mar 11 22:19:07.491 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.498 INFO O| Mar 11 22:19:07.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
58752026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.498 INFO O| Mar 11 22:19:07.498 INFO STEP 381 (remove_files) COMPLETE
58762026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.498 INFO O| Mar 11 22:19:07.498 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.507 INFO O| Mar 11 22:19:07.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
58782026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.507 INFO O| Mar 11 22:19:07.507 INFO STEP 382 (remove_files) COMPLETE
58792026-03-11T22:19:09.509Z[ recovery-image] Mar 11 22:19:07.507 INFO O| Mar 11 22:19:07.507 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802026-03-11T22:19:09.510Z[ recovery-image] Mar 11 22:19:07.514 INFO O| Mar 11 22:19:07.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
58812026-03-11T22:19:09.510Z[ recovery-image] Mar 11 22:19:07.514 INFO O| Mar 11 22:19:07.514 INFO STEP 383 (remove_files) COMPLETE
58822026-03-11T22:19:09.510Z[ recovery-image] Mar 11 22:19:07.514 INFO O| Mar 11 22:19:07.514 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832026-03-11T22:19:09.510Z[ recovery-image] Mar 11 22:19:07.522 INFO O| Mar 11 22:19:07.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
58842026-03-11T22:19:09.510Z[ recovery-image] Mar 11 22:19:07.522 INFO O| Mar 11 22:19:07.522 INFO STEP 384 (remove_files) COMPLETE
58852026-03-11T22:19:09.510Z[ recovery-image] Mar 11 22:19:07.522 INFO O| Mar 11 22:19:07.522 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862026-03-11T22:19:09.510Z[ recovery-image] Mar 11 22:19:07.529 INFO O| Mar 11 22:19:07.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
58872026-03-11T22:19:09.510Z[ recovery-image] Mar 11 22:19:07.529 INFO O| Mar 11 22:19:07.529 INFO STEP 385 (remove_files) COMPLETE
58882026-03-11T22:19:09.510Z[ recovery-image] Mar 11 22:19:07.529 INFO O| Mar 11 22:19:07.529 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.537 INFO O| Mar 11 22:19:07.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
58902026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.537 INFO O| Mar 11 22:19:07.537 INFO STEP 386 (remove_files) COMPLETE
58912026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.537 INFO O| Mar 11 22:19:07.537 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.545 INFO O| Mar 11 22:19:07.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
58932026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.545 INFO O| Mar 11 22:19:07.545 INFO STEP 387 (remove_files) COMPLETE
58942026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.545 INFO O| Mar 11 22:19:07.545 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.552 INFO O| Mar 11 22:19:07.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
58962026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.552 INFO O| Mar 11 22:19:07.552 INFO STEP 388 (remove_files) COMPLETE
58972026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.552 INFO O| Mar 11 22:19:07.552 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.560 INFO O| Mar 11 22:19:07.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
58992026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.560 INFO O| Mar 11 22:19:07.560 INFO STEP 389 (remove_files) COMPLETE
59002026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.560 INFO O| Mar 11 22:19:07.560 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.567 INFO O| Mar 11 22:19:07.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59022026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.567 INFO O| Mar 11 22:19:07.567 INFO STEP 390 (remove_files) COMPLETE
59032026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.567 INFO O| Mar 11 22:19:07.567 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.574 INFO O| Mar 11 22:19:07.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59052026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.574 INFO O| Mar 11 22:19:07.574 INFO STEP 391 (remove_files) COMPLETE
59062026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.574 INFO O| Mar 11 22:19:07.574 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.582 INFO O| Mar 11 22:19:07.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59082026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.582 INFO O| Mar 11 22:19:07.582 INFO STEP 392 (remove_files) COMPLETE
59092026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.582 INFO O| Mar 11 22:19:07.582 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.589 INFO O| Mar 11 22:19:07.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59112026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.589 INFO O| Mar 11 22:19:07.589 INFO STEP 393 (remove_files) COMPLETE
59122026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.589 INFO O| Mar 11 22:19:07.589 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.596 INFO O| Mar 11 22:19:07.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59142026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.596 INFO O| Mar 11 22:19:07.596 INFO STEP 394 (remove_files) COMPLETE
59152026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.596 INFO O| Mar 11 22:19:07.596 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162026-03-11T22:19:09.511Z[ recovery-image] Mar 11 22:19:07.604 INFO O| Mar 11 22:19:07.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59172026-03-11T22:19:09.512Z[ recovery-image] Mar 11 22:19:07.604 INFO O| Mar 11 22:19:07.604 INFO STEP 395 (remove_files) COMPLETE
59182026-03-11T22:19:09.512Z[ recovery-image] Mar 11 22:19:07.604 INFO O| Mar 11 22:19:07.604 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192026-03-11T22:19:09.512Z[ recovery-image] Mar 11 22:19:07.611 INFO O| Mar 11 22:19:07.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59202026-03-11T22:19:09.512Z[ recovery-image] Mar 11 22:19:07.611 INFO O| Mar 11 22:19:07.611 INFO STEP 396 (remove_files) COMPLETE
59212026-03-11T22:19:09.512Z[ recovery-image] Mar 11 22:19:07.611 INFO O| Mar 11 22:19:07.611 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222026-03-11T22:19:09.512Z[ recovery-image] Mar 11 22:19:07.619 INFO O| Mar 11 22:19:07.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59232026-03-11T22:19:09.512Z[ recovery-image] Mar 11 22:19:07.619 INFO O| Mar 11 22:19:07.619 INFO STEP 397 (remove_files) COMPLETE
59242026-03-11T22:19:09.512Z[ recovery-image] Mar 11 22:19:07.619 INFO O| Mar 11 22:19:07.619 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252026-03-11T22:19:09.512Z[ recovery-image] Mar 11 22:19:07.626 INFO O| Mar 11 22:19:07.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59262026-03-11T22:19:09.512Z[ recovery-image] Mar 11 22:19:07.626 INFO O| Mar 11 22:19:07.626 INFO STEP 398 (remove_files) COMPLETE
59272026-03-11T22:19:09.512Z[ recovery-image] Mar 11 22:19:07.627 INFO O| Mar 11 22:19:07.626 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282026-03-11T22:19:09.512Z[ recovery-image] Mar 11 22:19:07.634 INFO O| Mar 11 22:19:07.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59292026-03-11T22:19:09.512Z[ recovery-image] Mar 11 22:19:07.634 INFO O| Mar 11 22:19:07.634 INFO STEP 399 (remove_files) COMPLETE
59302026-03-11T22:19:09.512Z[ recovery-image] Mar 11 22:19:07.634 INFO O| Mar 11 22:19:07.634 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312026-03-11T22:19:09.512Z[ recovery-image] Mar 11 22:19:07.641 INFO O| Mar 11 22:19:07.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59322026-03-11T22:19:09.519Z[ recovery-image] Mar 11 22:19:07.641 INFO O| Mar 11 22:19:07.641 INFO STEP 400 (remove_files) COMPLETE
59332026-03-11T22:19:09.519Z[ recovery-image] Mar 11 22:19:07.641 INFO O| Mar 11 22:19:07.641 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342026-03-11T22:19:09.519Z[ recovery-image] Mar 11 22:19:07.648 INFO O| Mar 11 22:19:07.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
59352026-03-11T22:19:09.519Z[ recovery-image] Mar 11 22:19:07.648 INFO O| Mar 11 22:19:07.648 INFO STEP 401 (remove_files) COMPLETE
59362026-03-11T22:19:09.519Z[ recovery-image] Mar 11 22:19:07.648 INFO O| Mar 11 22:19:07.648 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372026-03-11T22:19:09.519Z[ recovery-image] Mar 11 22:19:07.656 INFO O| Mar 11 22:19:07.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
59382026-03-11T22:19:09.519Z[ recovery-image] Mar 11 22:19:07.656 INFO O| Mar 11 22:19:07.656 INFO STEP 402 (remove_files) COMPLETE
59392026-03-11T22:19:09.519Z[ recovery-image] Mar 11 22:19:07.656 INFO O| Mar 11 22:19:07.656 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402026-03-11T22:19:09.519Z[ recovery-image] Mar 11 22:19:07.663 INFO O| Mar 11 22:19:07.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
59412026-03-11T22:19:09.519Z[ recovery-image] Mar 11 22:19:07.663 INFO O| Mar 11 22:19:07.663 INFO STEP 403 (remove_files) COMPLETE
59422026-03-11T22:19:09.519Z[ recovery-image] Mar 11 22:19:07.663 INFO O| Mar 11 22:19:07.663 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432026-03-11T22:19:09.519Z[ recovery-image] Mar 11 22:19:07.670 INFO O| Mar 11 22:19:07.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
59442026-03-11T22:19:09.519Z[ recovery-image] Mar 11 22:19:07.670 INFO O| Mar 11 22:19:07.670 INFO STEP 404 (remove_files) COMPLETE
59452026-03-11T22:19:09.519Z[ recovery-image] Mar 11 22:19:07.670 INFO O| Mar 11 22:19:07.670 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.677 INFO O| Mar 11 22:19:07.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
59472026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.677 INFO O| Mar 11 22:19:07.677 INFO STEP 405 (remove_files) COMPLETE
59482026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.677 INFO O| Mar 11 22:19:07.677 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.684 INFO O| Mar 11 22:19:07.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
59502026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.684 INFO O| Mar 11 22:19:07.684 INFO STEP 406 (remove_files) COMPLETE
59512026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.684 INFO O| Mar 11 22:19:07.684 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.692 INFO O| Mar 11 22:19:07.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
59532026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.692 INFO O| Mar 11 22:19:07.692 INFO STEP 407 (remove_files) COMPLETE
59542026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.692 INFO O| Mar 11 22:19:07.692 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.699 INFO O| Mar 11 22:19:07.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
59562026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.699 INFO O| Mar 11 22:19:07.699 INFO STEP 408 (remove_files) COMPLETE
59572026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.699 INFO O| Mar 11 22:19:07.699 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.706 INFO O| Mar 11 22:19:07.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
59592026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.706 INFO O| Mar 11 22:19:07.706 INFO STEP 409 (remove_files) COMPLETE
59602026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.706 INFO O| Mar 11 22:19:07.706 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.713 INFO O| Mar 11 22:19:07.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
59622026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.713 INFO O| Mar 11 22:19:07.713 INFO STEP 410 (remove_files) COMPLETE
59632026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.713 INFO O| Mar 11 22:19:07.713 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.720 INFO O| Mar 11 22:19:07.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
59652026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.720 INFO O| Mar 11 22:19:07.720 INFO STEP 411 (remove_files) COMPLETE
59662026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.720 INFO O| Mar 11 22:19:07.720 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.728 INFO O| Mar 11 22:19:07.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
59682026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.728 INFO O| Mar 11 22:19:07.728 INFO STEP 412 (remove_files) COMPLETE
59692026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.728 INFO O| Mar 11 22:19:07.728 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.735 INFO O| Mar 11 22:19:07.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
59712026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.735 INFO O| Mar 11 22:19:07.735 INFO STEP 413 (remove_files) COMPLETE
59722026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.735 INFO O| Mar 11 22:19:07.735 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.743 INFO O| Mar 11 22:19:07.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
59742026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.743 INFO O| Mar 11 22:19:07.743 INFO STEP 414 (remove_files) COMPLETE
59752026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.743 INFO O| Mar 11 22:19:07.743 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.750 INFO O| Mar 11 22:19:07.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
59772026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.750 INFO O| Mar 11 22:19:07.750 INFO STEP 415 (remove_files) COMPLETE
59782026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.750 INFO O| Mar 11 22:19:07.750 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.758 INFO O| Mar 11 22:19:07.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
59802026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.759 INFO O| Mar 11 22:19:07.759 INFO STEP 416 (remove_files) COMPLETE
59812026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.759 INFO O| Mar 11 22:19:07.759 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.766 INFO O| Mar 11 22:19:07.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
59832026-03-11T22:19:09.520Z[ recovery-image] Mar 11 22:19:07.766 INFO O| Mar 11 22:19:07.766 INFO STEP 417 (remove_files) COMPLETE
59842026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.766 INFO O| Mar 11 22:19:07.766 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.773 INFO O| Mar 11 22:19:07.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
59862026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.773 INFO O| Mar 11 22:19:07.773 INFO STEP 418 (remove_files) COMPLETE
59872026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.773 INFO O| Mar 11 22:19:07.773 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.780 INFO O| Mar 11 22:19:07.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
59892026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.780 INFO O| Mar 11 22:19:07.780 INFO STEP 419 (remove_files) COMPLETE
59902026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.780 INFO O| Mar 11 22:19:07.780 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.788 INFO O| Mar 11 22:19:07.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
59922026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.788 INFO O| Mar 11 22:19:07.788 INFO STEP 420 (remove_files) COMPLETE
59932026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.788 INFO O| Mar 11 22:19:07.788 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.795 INFO O| Mar 11 22:19:07.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
59952026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.795 INFO O| Mar 11 22:19:07.795 INFO STEP 421 (remove_files) COMPLETE
59962026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.795 INFO O| Mar 11 22:19:07.795 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.802 INFO O| Mar 11 22:19:07.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
59982026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.802 INFO O| Mar 11 22:19:07.802 INFO STEP 422 (remove_files) COMPLETE
59992026-03-11T22:19:09.521Z[ recovery-image] Mar 11 22:19:07.802 INFO O| Mar 11 22:19:07.802 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002026-03-11T22:19:09.522Z[ recovery-image] Mar 11 22:19:07.810 INFO O| Mar 11 22:19:07.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60012026-03-11T22:19:09.522Z[ recovery-image] Mar 11 22:19:07.810 INFO O| Mar 11 22:19:07.810 INFO STEP 423 (remove_files) COMPLETE
60022026-03-11T22:19:09.522Z[ recovery-image] Mar 11 22:19:07.810 INFO O| Mar 11 22:19:07.810 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032026-03-11T22:19:09.522Z[ recovery-image] Mar 11 22:19:07.817 INFO O| Mar 11 22:19:07.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60042026-03-11T22:19:09.522Z[ recovery-image] Mar 11 22:19:07.817 INFO O| Mar 11 22:19:07.817 INFO STEP 424 (remove_files) COMPLETE
60052026-03-11T22:19:09.522Z[ recovery-image] Mar 11 22:19:07.817 INFO O| Mar 11 22:19:07.817 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062026-03-11T22:19:09.522Z[ recovery-image] Mar 11 22:19:07.825 INFO O| Mar 11 22:19:07.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60072026-03-11T22:19:09.522Z[ recovery-image] Mar 11 22:19:07.825 INFO O| Mar 11 22:19:07.825 INFO STEP 425 (remove_files) COMPLETE
60082026-03-11T22:19:09.522Z[ recovery-image] Mar 11 22:19:07.825 INFO O| Mar 11 22:19:07.825 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092026-03-11T22:19:09.522Z[ recovery-image] Mar 11 22:19:07.832 INFO O| Mar 11 22:19:07.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60102026-03-11T22:19:09.522Z[ recovery-image] Mar 11 22:19:07.832 INFO O| Mar 11 22:19:07.832 INFO STEP 426 (remove_files) COMPLETE
60112026-03-11T22:19:09.522Z[ recovery-image] Mar 11 22:19:07.832 INFO O| Mar 11 22:19:07.832 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122026-03-11T22:19:09.522Z[ recovery-image] Mar 11 22:19:07.839 INFO O| Mar 11 22:19:07.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60132026-03-11T22:19:09.522Z[ recovery-image] Mar 11 22:19:07.839 INFO O| Mar 11 22:19:07.839 INFO STEP 427 (remove_files) COMPLETE
60142026-03-11T22:19:09.522Z[ recovery-image] Mar 11 22:19:07.839 INFO O| Mar 11 22:19:07.839 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.846 INFO O| Mar 11 22:19:07.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60162026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.846 INFO O| Mar 11 22:19:07.846 INFO STEP 428 (remove_files) COMPLETE
60172026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.846 INFO O| Mar 11 22:19:07.846 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.853 INFO O| Mar 11 22:19:07.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60192026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.853 INFO O| Mar 11 22:19:07.853 INFO STEP 429 (remove_files) COMPLETE
60202026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.853 INFO O| Mar 11 22:19:07.853 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.860 INFO O| Mar 11 22:19:07.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60222026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.860 INFO O| Mar 11 22:19:07.860 INFO STEP 430 (remove_files) COMPLETE
60232026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.860 INFO O| Mar 11 22:19:07.860 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.868 INFO O| Mar 11 22:19:07.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60252026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.868 INFO O| Mar 11 22:19:07.868 INFO STEP 431 (remove_files) COMPLETE
60262026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.868 INFO O| Mar 11 22:19:07.868 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.876 INFO O| Mar 11 22:19:07.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60282026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.876 INFO O| Mar 11 22:19:07.876 INFO STEP 432 (remove_files) COMPLETE
60292026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.876 INFO O| Mar 11 22:19:07.876 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302026-03-11T22:19:09.523Z[ recovery-image] Mar 11 22:19:07.883 INFO O| Mar 11 22:19:07.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60312026-03-11T22:19:09.524Z[ recovery-image] Mar 11 22:19:07.883 INFO O| Mar 11 22:19:07.883 INFO STEP 433 (remove_files) COMPLETE
60322026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.884 INFO O| Mar 11 22:19:07.884 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.891 INFO O| Mar 11 22:19:07.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
60342026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.891 INFO O| Mar 11 22:19:07.891 INFO STEP 434 (remove_files) COMPLETE
60352026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.891 INFO O| Mar 11 22:19:07.891 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.898 INFO O| Mar 11 22:19:07.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
60372026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.898 INFO O| Mar 11 22:19:07.898 INFO STEP 435 (remove_files) COMPLETE
60382026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.898 INFO O| Mar 11 22:19:07.898 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.905 INFO O| Mar 11 22:19:07.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
60402026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.905 INFO O| Mar 11 22:19:07.905 INFO STEP 436 (remove_files) COMPLETE
60412026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.905 INFO O| Mar 11 22:19:07.905 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.913 INFO O| Mar 11 22:19:07.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
60432026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.913 INFO O| Mar 11 22:19:07.913 INFO STEP 437 (remove_files) COMPLETE
60442026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.913 INFO O| Mar 11 22:19:07.913 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.920 INFO O| Mar 11 22:19:07.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
60462026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.920 INFO O| Mar 11 22:19:07.920 INFO STEP 438 (remove_files) COMPLETE
60472026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.920 INFO O| Mar 11 22:19:07.920 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482026-03-11T22:19:09.530Z[ recovery-image] Mar 11 22:19:07.928 INFO O| Mar 11 22:19:07.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
60492026-03-11T22:19:09.531Z[ recovery-image] Mar 11 22:19:07.928 INFO O| Mar 11 22:19:07.928 INFO STEP 439 (remove_files) COMPLETE
60502026-03-11T22:19:09.531Z[ recovery-image] Mar 11 22:19:07.928 INFO O| Mar 11 22:19:07.928 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512026-03-11T22:19:09.531Z[ recovery-image] Mar 11 22:19:07.935 INFO O| Mar 11 22:19:07.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
60522026-03-11T22:19:09.531Z[ recovery-image] Mar 11 22:19:07.935 INFO O| Mar 11 22:19:07.935 INFO STEP 440 (remove_files) COMPLETE
60532026-03-11T22:19:09.531Z[ recovery-image] Mar 11 22:19:07.935 INFO O| Mar 11 22:19:07.935 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542026-03-11T22:19:09.531Z[ recovery-image] Mar 11 22:19:07.943 INFO O| Mar 11 22:19:07.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
60552026-03-11T22:19:09.531Z[ recovery-image] Mar 11 22:19:07.943 INFO O| Mar 11 22:19:07.943 INFO STEP 441 (remove_files) COMPLETE
60562026-03-11T22:19:09.531Z[ recovery-image] Mar 11 22:19:07.943 INFO O| Mar 11 22:19:07.943 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572026-03-11T22:19:09.531Z[ recovery-image] Mar 11 22:19:07.951 INFO O| Mar 11 22:19:07.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
60582026-03-11T22:19:09.531Z[ recovery-image] Mar 11 22:19:07.951 INFO O| Mar 11 22:19:07.951 INFO STEP 442 (remove_files) COMPLETE
60592026-03-11T22:19:09.531Z[ recovery-image] Mar 11 22:19:07.951 INFO O| Mar 11 22:19:07.951 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602026-03-11T22:19:09.531Z[ recovery-image] Mar 11 22:19:07.958 INFO O| Mar 11 22:19:07.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
60612026-03-11T22:19:09.531Z[ recovery-image] Mar 11 22:19:07.959 INFO O| Mar 11 22:19:07.958 INFO STEP 443 (remove_files) COMPLETE
60622026-03-11T22:19:09.531Z[ recovery-image] Mar 11 22:19:07.959 INFO O| Mar 11 22:19:07.959 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:07.966 INFO O| Mar 11 22:19:07.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
60642026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:07.966 INFO O| Mar 11 22:19:07.966 INFO STEP 444 (remove_files) COMPLETE
60652026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:07.966 INFO O| Mar 11 22:19:07.966 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:07.974 INFO O| Mar 11 22:19:07.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
60672026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:07.974 INFO O| Mar 11 22:19:07.974 INFO STEP 445 (remove_files) COMPLETE
60682026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:07.974 INFO O| Mar 11 22:19:07.974 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:07.981 INFO O| Mar 11 22:19:07.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
60702026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:07.981 INFO O| Mar 11 22:19:07.981 INFO STEP 446 (remove_files) COMPLETE
60712026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:07.981 INFO O| Mar 11 22:19:07.981 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:07.988 INFO O| Mar 11 22:19:07.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
60732026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:07.989 INFO O| Mar 11 22:19:07.989 INFO STEP 447 (remove_files) COMPLETE
60742026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:07.989 INFO O| Mar 11 22:19:07.989 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:07.996 INFO O| Mar 11 22:19:07.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
60762026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:07.996 INFO O| Mar 11 22:19:07.996 INFO STEP 448 (remove_files) COMPLETE
60772026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:07.996 INFO O| Mar 11 22:19:07.996 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:08.004 INFO O| Mar 11 22:19:08.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
60792026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:08.004 INFO O| Mar 11 22:19:08.004 INFO STEP 449 (remove_files) COMPLETE
60802026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:08.004 INFO O| Mar 11 22:19:08.004 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:08.012 INFO O| Mar 11 22:19:08.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
60822026-03-11T22:19:09.532Z[ recovery-image] Mar 11 22:19:08.012 INFO O| Mar 11 22:19:08.012 INFO STEP 450 (remove_files) COMPLETE
60832026-03-11T22:19:09.533Z[ recovery-image] Mar 11 22:19:08.012 INFO O| Mar 11 22:19:08.012 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842026-03-11T22:19:09.533Z[ recovery-image] Mar 11 22:19:08.020 INFO O| Mar 11 22:19:08.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
60852026-03-11T22:19:09.533Z[ recovery-image] Mar 11 22:19:08.020 INFO O| Mar 11 22:19:08.020 INFO STEP 451 (remove_files) COMPLETE
60862026-03-11T22:19:09.533Z[ recovery-image] Mar 11 22:19:08.020 INFO O| Mar 11 22:19:08.020 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872026-03-11T22:19:09.533Z[ recovery-image] Mar 11 22:19:08.027 INFO O| Mar 11 22:19:08.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
60882026-03-11T22:19:09.533Z[ recovery-image] Mar 11 22:19:08.028 INFO O| Mar 11 22:19:08.027 INFO STEP 452 (remove_files) COMPLETE
60892026-03-11T22:19:09.533Z[ recovery-image] Mar 11 22:19:08.028 INFO O| Mar 11 22:19:08.027 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902026-03-11T22:19:09.533Z[ recovery-image] Mar 11 22:19:08.035 INFO O| Mar 11 22:19:08.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
60912026-03-11T22:19:09.533Z[ recovery-image] Mar 11 22:19:08.035 INFO O| Mar 11 22:19:08.035 INFO STEP 453 (remove_files) COMPLETE
60922026-03-11T22:19:09.533Z[ recovery-image] Mar 11 22:19:08.035 INFO O| Mar 11 22:19:08.035 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932026-03-11T22:19:09.534Z[ recovery-image] Mar 11 22:19:08.043 INFO O| Mar 11 22:19:08.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
60942026-03-11T22:19:09.534Z[ recovery-image] Mar 11 22:19:08.043 INFO O| Mar 11 22:19:08.043 INFO STEP 454 (remove_files) COMPLETE
60952026-03-11T22:19:09.534Z[ recovery-image] Mar 11 22:19:08.043 INFO O| Mar 11 22:19:08.043 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962026-03-11T22:19:09.534Z[ recovery-image] Mar 11 22:19:08.051 INFO O| Mar 11 22:19:08.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
60972026-03-11T22:19:09.534Z[ recovery-image] Mar 11 22:19:08.052 INFO O| Mar 11 22:19:08.052 INFO STEP 455 (remove_files) COMPLETE
60982026-03-11T22:19:09.534Z[ recovery-image] Mar 11 22:19:08.052 INFO O| Mar 11 22:19:08.052 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992026-03-11T22:19:09.534Z[ recovery-image] Mar 11 22:19:08.060 INFO O| Mar 11 22:19:08.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61002026-03-11T22:19:09.534Z[ recovery-image] Mar 11 22:19:08.060 INFO O| Mar 11 22:19:08.060 INFO STEP 456 (remove_files) COMPLETE
61012026-03-11T22:19:09.534Z[ recovery-image] Mar 11 22:19:08.060 INFO O| Mar 11 22:19:08.060 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022026-03-11T22:19:09.534Z[ recovery-image] Mar 11 22:19:08.067 INFO O| Mar 11 22:19:08.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61032026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.067 INFO O| Mar 11 22:19:08.067 INFO STEP 457 (remove_files) COMPLETE
61042026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.067 INFO O| Mar 11 22:19:08.067 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.075 INFO O| Mar 11 22:19:08.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61062026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.075 INFO O| Mar 11 22:19:08.075 INFO STEP 458 (remove_files) COMPLETE
61072026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.075 INFO O| Mar 11 22:19:08.075 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.083 INFO O| Mar 11 22:19:08.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61092026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.083 INFO O| Mar 11 22:19:08.083 INFO STEP 459 (remove_files) COMPLETE
61102026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.083 INFO O| Mar 11 22:19:08.083 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.090 INFO O| Mar 11 22:19:08.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61122026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.090 INFO O| Mar 11 22:19:08.090 INFO STEP 460 (remove_files) COMPLETE
61132026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.090 INFO O| Mar 11 22:19:08.090 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.098 INFO O| Mar 11 22:19:08.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61152026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.098 INFO O| Mar 11 22:19:08.098 INFO STEP 461 (remove_files) COMPLETE
61162026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.098 INFO O| Mar 11 22:19:08.098 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.106 INFO O| Mar 11 22:19:08.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61182026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.106 INFO O| Mar 11 22:19:08.106 INFO STEP 462 (remove_files) COMPLETE
61192026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.106 INFO O| Mar 11 22:19:08.106 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.114 INFO O| Mar 11 22:19:08.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61212026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.114 INFO O| Mar 11 22:19:08.114 INFO STEP 463 (remove_files) COMPLETE
61222026-03-11T22:19:09.535Z[ recovery-image] Mar 11 22:19:08.114 INFO O| Mar 11 22:19:08.114 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232026-03-11T22:19:09.536Z[ recovery-image] Mar 11 22:19:08.121 INFO O| Mar 11 22:19:08.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61242026-03-11T22:19:09.536Z[ recovery-image] Mar 11 22:19:08.122 INFO O| Mar 11 22:19:08.122 INFO STEP 464 (remove_files) COMPLETE
61252026-03-11T22:19:09.536Z[ recovery-image] Mar 11 22:19:08.122 INFO O| Mar 11 22:19:08.122 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262026-03-11T22:19:09.536Z[ recovery-image] Mar 11 22:19:08.129 INFO O| Mar 11 22:19:08.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61272026-03-11T22:19:09.536Z[ recovery-image] Mar 11 22:19:08.129 INFO O| Mar 11 22:19:08.129 INFO STEP 465 (remove_files) COMPLETE
61282026-03-11T22:19:09.536Z[ recovery-image] Mar 11 22:19:08.129 INFO O| Mar 11 22:19:08.129 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292026-03-11T22:19:09.536Z[ recovery-image] Mar 11 22:19:08.137 INFO O| Mar 11 22:19:08.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61302026-03-11T22:19:09.536Z[ recovery-image] Mar 11 22:19:08.137 INFO O| Mar 11 22:19:08.137 INFO STEP 466 (remove_files) COMPLETE
61312026-03-11T22:19:09.536Z[ recovery-image] Mar 11 22:19:08.137 INFO O| Mar 11 22:19:08.137 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322026-03-11T22:19:09.541Z[ recovery-image] Mar 11 22:19:08.144 INFO O| Mar 11 22:19:08.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
61332026-03-11T22:19:09.541Z[ recovery-image] Mar 11 22:19:08.144 INFO O| Mar 11 22:19:08.144 INFO STEP 467 (remove_files) COMPLETE
61342026-03-11T22:19:09.541Z[ recovery-image] Mar 11 22:19:08.144 INFO O| Mar 11 22:19:08.144 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352026-03-11T22:19:09.541Z[ recovery-image] Mar 11 22:19:08.151 INFO O| Mar 11 22:19:08.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
61362026-03-11T22:19:09.541Z[ recovery-image] Mar 11 22:19:08.151 INFO O| Mar 11 22:19:08.151 INFO STEP 468 (remove_files) COMPLETE
61372026-03-11T22:19:09.541Z[ recovery-image] Mar 11 22:19:08.151 INFO O| Mar 11 22:19:08.151 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382026-03-11T22:19:09.542Z[ recovery-image] Mar 11 22:19:08.159 INFO O| Mar 11 22:19:08.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
61392026-03-11T22:19:09.542Z[ recovery-image] Mar 11 22:19:08.159 INFO O| Mar 11 22:19:08.159 INFO STEP 469 (remove_files) COMPLETE
61402026-03-11T22:19:09.542Z[ recovery-image] Mar 11 22:19:08.159 INFO O| Mar 11 22:19:08.159 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412026-03-11T22:19:09.542Z[ recovery-image] Mar 11 22:19:08.166 INFO O| Mar 11 22:19:08.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
61422026-03-11T22:19:09.542Z[ recovery-image] Mar 11 22:19:08.166 INFO O| Mar 11 22:19:08.166 INFO STEP 470 (remove_files) COMPLETE
61432026-03-11T22:19:09.542Z[ recovery-image] Mar 11 22:19:08.166 INFO O| Mar 11 22:19:08.166 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442026-03-11T22:19:09.542Z[ recovery-image] Mar 11 22:19:08.174 INFO O| Mar 11 22:19:08.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
61452026-03-11T22:19:09.542Z[ recovery-image] Mar 11 22:19:08.174 INFO O| Mar 11 22:19:08.174 INFO STEP 471 (remove_files) COMPLETE
61462026-03-11T22:19:09.542Z[ recovery-image] Mar 11 22:19:08.174 INFO O| Mar 11 22:19:08.174 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472026-03-11T22:19:09.542Z[ recovery-image] Mar 11 22:19:08.182 INFO O| Mar 11 22:19:08.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
61482026-03-11T22:19:09.542Z[ recovery-image] Mar 11 22:19:08.182 INFO O| Mar 11 22:19:08.182 INFO STEP 472 (remove_files) COMPLETE
61492026-03-11T22:19:09.542Z[ recovery-image] Mar 11 22:19:08.182 INFO O| Mar 11 22:19:08.182 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502026-03-11T22:19:09.542Z[ recovery-image] Mar 11 22:19:08.189 INFO O| Mar 11 22:19:08.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
61512026-03-11T22:19:09.542Z[ recovery-image] Mar 11 22:19:08.189 INFO O| Mar 11 22:19:08.189 INFO STEP 473 (remove_files) COMPLETE
61522026-03-11T22:19:09.542Z[ recovery-image] Mar 11 22:19:08.189 INFO O| Mar 11 22:19:08.189 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.196 INFO O| Mar 11 22:19:08.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
61542026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.196 INFO O| Mar 11 22:19:08.196 INFO STEP 474 (remove_files) COMPLETE
61552026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.196 INFO O| Mar 11 22:19:08.196 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.204 INFO O| Mar 11 22:19:08.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
61572026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.204 INFO O| Mar 11 22:19:08.204 INFO STEP 475 (remove_files) COMPLETE
61582026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.204 INFO O| Mar 11 22:19:08.204 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.211 INFO O| Mar 11 22:19:08.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
61602026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.211 INFO O| Mar 11 22:19:08.211 INFO STEP 476 (remove_files) COMPLETE
61612026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.211 INFO O| Mar 11 22:19:08.211 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.218 INFO O| Mar 11 22:19:08.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
61632026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.218 INFO O| Mar 11 22:19:08.218 INFO STEP 477 (remove_files) COMPLETE
61642026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.218 INFO O| Mar 11 22:19:08.218 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.225 INFO O| Mar 11 22:19:08.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
61662026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.225 INFO O| Mar 11 22:19:08.225 INFO STEP 478 (remove_files) COMPLETE
61672026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.225 INFO O| Mar 11 22:19:08.225 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.232 INFO O| Mar 11 22:19:08.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
61692026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.232 INFO O| Mar 11 22:19:08.232 INFO STEP 479 (remove_files) COMPLETE
61702026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.232 INFO O| Mar 11 22:19:08.232 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.239 INFO O| Mar 11 22:19:08.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
61722026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.239 INFO O| Mar 11 22:19:08.239 INFO STEP 480 (remove_files) COMPLETE
61732026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.239 INFO O| Mar 11 22:19:08.239 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.247 INFO O| Mar 11 22:19:08.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
61752026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.247 INFO O| Mar 11 22:19:08.247 INFO STEP 481 (remove_files) COMPLETE
61762026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.247 INFO O| Mar 11 22:19:08.247 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.255 INFO O| Mar 11 22:19:08.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
61782026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.255 INFO O| Mar 11 22:19:08.255 INFO STEP 482 (remove_files) COMPLETE
61792026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.255 INFO O| Mar 11 22:19:08.255 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.262 INFO O| Mar 11 22:19:08.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
61812026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.262 INFO O| Mar 11 22:19:08.262 INFO STEP 483 (remove_files) COMPLETE
61822026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.262 INFO O| Mar 11 22:19:08.262 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.270 INFO O| Mar 11 22:19:08.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
61842026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.270 INFO O| Mar 11 22:19:08.270 INFO STEP 484 (remove_files) COMPLETE
61852026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.270 INFO O| Mar 11 22:19:08.270 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.277 INFO O| Mar 11 22:19:08.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
61872026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.277 INFO O| Mar 11 22:19:08.277 INFO STEP 485 (remove_files) COMPLETE
61882026-03-11T22:19:09.543Z[ recovery-image] Mar 11 22:19:08.277 INFO O| Mar 11 22:19:08.277 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892026-03-11T22:19:09.544Z[ recovery-image] Mar 11 22:19:08.284 INFO O| Mar 11 22:19:08.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
61902026-03-11T22:19:09.544Z[ recovery-image] Mar 11 22:19:08.284 INFO O| Mar 11 22:19:08.284 INFO STEP 486 (remove_files) COMPLETE
61912026-03-11T22:19:09.544Z[ recovery-image] Mar 11 22:19:08.284 INFO O| Mar 11 22:19:08.284 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922026-03-11T22:19:09.544Z[ recovery-image] Mar 11 22:19:08.291 INFO O| Mar 11 22:19:08.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
61932026-03-11T22:19:09.544Z[ recovery-image] Mar 11 22:19:08.291 INFO O| Mar 11 22:19:08.291 INFO STEP 487 (remove_files) COMPLETE
61942026-03-11T22:19:09.544Z[ recovery-image] Mar 11 22:19:08.291 INFO O| Mar 11 22:19:08.291 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952026-03-11T22:19:09.544Z[ recovery-image] Mar 11 22:19:08.298 INFO O| Mar 11 22:19:08.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
61962026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.298 INFO O| Mar 11 22:19:08.298 INFO STEP 488 (remove_files) COMPLETE
61972026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.298 INFO O| Mar 11 22:19:08.298 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.306 INFO O| Mar 11 22:19:08.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
61992026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.306 INFO O| Mar 11 22:19:08.306 INFO STEP 489 (remove_files) COMPLETE
62002026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.306 INFO O| Mar 11 22:19:08.306 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.313 INFO O| Mar 11 22:19:08.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62022026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.313 INFO O| Mar 11 22:19:08.313 INFO STEP 490 (remove_files) COMPLETE
62032026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.313 INFO O| Mar 11 22:19:08.313 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.321 INFO O| Mar 11 22:19:08.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62052026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.321 INFO O| Mar 11 22:19:08.321 INFO STEP 491 (remove_files) COMPLETE
62062026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.321 INFO O| Mar 11 22:19:08.321 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.328 INFO O| Mar 11 22:19:08.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62082026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.328 INFO O| Mar 11 22:19:08.328 INFO STEP 492 (remove_files) COMPLETE
62092026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.328 INFO O| Mar 11 22:19:08.328 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.336 INFO O| Mar 11 22:19:08.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62112026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.336 INFO O| Mar 11 22:19:08.336 INFO STEP 493 (remove_files) COMPLETE
62122026-03-11T22:19:09.545Z[ recovery-image] Mar 11 22:19:08.336 INFO O| Mar 11 22:19:08.336 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132026-03-11T22:19:09.546Z[ recovery-image] Mar 11 22:19:08.344 INFO O| Mar 11 22:19:08.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62142026-03-11T22:19:09.546Z[ recovery-image] Mar 11 22:19:08.344 INFO O| Mar 11 22:19:08.344 INFO STEP 494 (remove_files) COMPLETE
62152026-03-11T22:19:09.546Z[ recovery-image] Mar 11 22:19:08.344 INFO O| Mar 11 22:19:08.344 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162026-03-11T22:19:09.546Z[ recovery-image] Mar 11 22:19:08.353 INFO O| Mar 11 22:19:08.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62172026-03-11T22:19:09.546Z[ recovery-image] Mar 11 22:19:08.353 INFO O| Mar 11 22:19:08.353 INFO STEP 495 (remove_files) COMPLETE
62182026-03-11T22:19:09.546Z[ recovery-image] Mar 11 22:19:08.353 INFO O| Mar 11 22:19:08.353 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192026-03-11T22:19:09.546Z[ recovery-image] Mar 11 22:19:08.360 INFO O| Mar 11 22:19:08.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62202026-03-11T22:19:09.546Z[ recovery-image] Mar 11 22:19:08.360 INFO O| Mar 11 22:19:08.360 INFO STEP 496 (remove_files) COMPLETE
62212026-03-11T22:19:09.546Z[ recovery-image] Mar 11 22:19:08.360 INFO O| Mar 11 22:19:08.360 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222026-03-11T22:19:09.546Z[ recovery-image] Mar 11 22:19:08.368 INFO O| Mar 11 22:19:08.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62232026-03-11T22:19:09.546Z[ recovery-image] Mar 11 22:19:08.368 INFO O| Mar 11 22:19:08.368 INFO STEP 497 (remove_files) COMPLETE
62242026-03-11T22:19:09.546Z[ recovery-image] Mar 11 22:19:08.368 INFO O| Mar 11 22:19:08.368 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252026-03-11T22:19:09.550Z[ recovery-image] Mar 11 22:19:08.377 INFO O| Mar 11 22:19:08.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62262026-03-11T22:19:09.550Z[ recovery-image] Mar 11 22:19:08.377 INFO O| Mar 11 22:19:08.377 INFO STEP 498 (remove_files) COMPLETE
62272026-03-11T22:19:09.550Z[ recovery-image] Mar 11 22:19:08.377 INFO O| Mar 11 22:19:08.377 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282026-03-11T22:19:09.554Z[ recovery-image] Mar 11 22:19:08.385 INFO O| Mar 11 22:19:08.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62292026-03-11T22:19:09.554Z[ recovery-image] Mar 11 22:19:08.385 INFO O| Mar 11 22:19:08.385 INFO STEP 499 (remove_files) COMPLETE
62302026-03-11T22:19:09.554Z[ recovery-image] Mar 11 22:19:08.385 INFO O| Mar 11 22:19:08.385 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312026-03-11T22:19:09.559Z[ recovery-image] Mar 11 22:19:08.392 INFO O| Mar 11 22:19:08.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
62322026-03-11T22:19:09.562Z[ recovery-image] Mar 11 22:19:08.392 INFO O| Mar 11 22:19:08.392 INFO STEP 500 (remove_files) COMPLETE
62332026-03-11T22:19:09.562Z[ recovery-image] Mar 11 22:19:08.392 INFO O| Mar 11 22:19:08.392 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342026-03-11T22:19:09.567Z[ recovery-image] Mar 11 22:19:08.400 INFO O| Mar 11 22:19:08.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
62352026-03-11T22:19:09.570Z[ recovery-image] Mar 11 22:19:08.400 INFO O| Mar 11 22:19:08.400 INFO STEP 501 (remove_files) COMPLETE
62362026-03-11T22:19:09.570Z[ recovery-image] Mar 11 22:19:08.400 INFO O| Mar 11 22:19:08.400 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372026-03-11T22:19:09.574Z[ recovery-image] Mar 11 22:19:08.407 INFO O| Mar 11 22:19:08.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
62382026-03-11T22:19:09.577Z[ recovery-image] Mar 11 22:19:08.407 INFO O| Mar 11 22:19:08.407 INFO STEP 502 (remove_files) COMPLETE
62392026-03-11T22:19:09.577Z[ recovery-image] Mar 11 22:19:08.407 INFO O| Mar 11 22:19:08.407 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402026-03-11T22:19:09.581Z[ recovery-image] Mar 11 22:19:08.414 INFO O| Mar 11 22:19:08.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
62412026-03-11T22:19:09.584Z[ recovery-image] Mar 11 22:19:08.414 INFO O| Mar 11 22:19:08.414 INFO STEP 503 (remove_files) COMPLETE
62422026-03-11T22:19:09.584Z[ recovery-image] Mar 11 22:19:08.414 INFO O| Mar 11 22:19:08.414 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432026-03-11T22:19:09.588Z[ recovery-image] Mar 11 22:19:08.421 INFO O| Mar 11 22:19:08.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
62442026-03-11T22:19:09.589Z[ recovery-image] Mar 11 22:19:08.421 INFO O| Mar 11 22:19:08.421 INFO STEP 504 (remove_files) COMPLETE
62452026-03-11T22:19:09.589Z[ recovery-image] Mar 11 22:19:08.421 INFO O| Mar 11 22:19:08.421 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462026-03-11T22:19:09.596Z[ recovery-image] Mar 11 22:19:08.428 INFO O| Mar 11 22:19:08.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
62472026-03-11T22:19:09.596Z[ recovery-image] Mar 11 22:19:08.429 INFO O| Mar 11 22:19:08.429 INFO STEP 505 (remove_files) COMPLETE
62482026-03-11T22:19:09.599Z[ recovery-image] Mar 11 22:19:08.429 INFO O| Mar 11 22:19:08.429 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492026-03-11T22:19:09.604Z[ recovery-image] Mar 11 22:19:08.437 INFO O| Mar 11 22:19:08.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
62502026-03-11T22:19:09.607Z[ recovery-image] Mar 11 22:19:08.437 INFO O| Mar 11 22:19:08.437 INFO STEP 506 (remove_files) COMPLETE
62512026-03-11T22:19:09.607Z[ recovery-image] Mar 11 22:19:08.437 INFO O| Mar 11 22:19:08.437 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522026-03-11T22:19:09.612Z[ recovery-image] Mar 11 22:19:08.445 INFO O| Mar 11 22:19:08.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
62532026-03-11T22:19:09.612Z[ recovery-image] Mar 11 22:19:08.445 INFO O| Mar 11 22:19:08.445 INFO STEP 507 (remove_files) COMPLETE
62542026-03-11T22:19:09.615Z[ recovery-image] Mar 11 22:19:08.445 INFO O| Mar 11 22:19:08.445 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552026-03-11T22:19:09.620Z[ recovery-image] Mar 11 22:19:08.453 INFO O| Mar 11 22:19:08.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
62562026-03-11T22:19:09.620Z[ recovery-image] Mar 11 22:19:08.453 INFO O| Mar 11 22:19:08.453 INFO STEP 508 (remove_files) COMPLETE
62572026-03-11T22:19:09.623Z[ recovery-image] Mar 11 22:19:08.453 INFO O| Mar 11 22:19:08.453 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582026-03-11T22:19:09.627Z[ recovery-image] Mar 11 22:19:08.460 INFO O| Mar 11 22:19:08.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
62592026-03-11T22:19:09.630Z[ recovery-image] Mar 11 22:19:08.460 INFO O| Mar 11 22:19:08.460 INFO STEP 509 (remove_files) COMPLETE
62602026-03-11T22:19:09.630Z[ recovery-image] Mar 11 22:19:08.460 INFO O| Mar 11 22:19:08.460 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612026-03-11T22:19:09.636Z[ recovery-image] Mar 11 22:19:08.468 INFO O| Mar 11 22:19:08.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
62622026-03-11T22:19:09.636Z[ recovery-image] Mar 11 22:19:08.468 INFO O| Mar 11 22:19:08.468 INFO STEP 510 (remove_files) COMPLETE
62632026-03-11T22:19:09.639Z[ recovery-image] Mar 11 22:19:08.468 INFO O| Mar 11 22:19:08.468 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642026-03-11T22:19:09.644Z[ recovery-image] Mar 11 22:19:08.476 INFO O| Mar 11 22:19:08.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
62652026-03-11T22:19:09.644Z[ recovery-image] Mar 11 22:19:08.476 INFO O| Mar 11 22:19:08.476 INFO STEP 511 (remove_files) COMPLETE
62662026-03-11T22:19:09.647Z[ recovery-image] Mar 11 22:19:08.477 INFO O| Mar 11 22:19:08.476 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672026-03-11T22:19:09.651Z[ recovery-image] Mar 11 22:19:08.484 INFO O| Mar 11 22:19:08.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
62682026-03-11T22:19:09.654Z[ recovery-image] Mar 11 22:19:08.484 INFO O| Mar 11 22:19:08.484 INFO STEP 512 (remove_files) COMPLETE
62692026-03-11T22:19:09.654Z[ recovery-image] Mar 11 22:19:08.484 INFO O| Mar 11 22:19:08.484 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702026-03-11T22:19:09.659Z[ recovery-image] Mar 11 22:19:08.492 INFO O| Mar 11 22:19:08.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
62712026-03-11T22:19:09.662Z[ recovery-image] Mar 11 22:19:08.492 INFO O| Mar 11 22:19:08.492 INFO STEP 513 (remove_files) COMPLETE
62722026-03-11T22:19:09.662Z[ recovery-image] Mar 11 22:19:08.492 INFO O| Mar 11 22:19:08.492 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732026-03-11T22:19:09.666Z[ recovery-image] Mar 11 22:19:08.499 INFO O| Mar 11 22:19:08.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
62742026-03-11T22:19:09.669Z[ recovery-image] Mar 11 22:19:08.499 INFO O| Mar 11 22:19:08.499 INFO STEP 514 (remove_files) COMPLETE
62752026-03-11T22:19:09.669Z[ recovery-image] Mar 11 22:19:08.499 INFO O| Mar 11 22:19:08.499 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762026-03-11T22:19:09.674Z[ recovery-image] Mar 11 22:19:08.507 INFO O| Mar 11 22:19:08.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
62772026-03-11T22:19:09.677Z[ recovery-image] Mar 11 22:19:08.507 INFO O| Mar 11 22:19:08.507 INFO STEP 515 (remove_files) COMPLETE
62782026-03-11T22:19:09.677Z[ recovery-image] Mar 11 22:19:08.507 INFO O| Mar 11 22:19:08.507 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792026-03-11T22:19:09.682Z[ recovery-image] Mar 11 22:19:08.515 INFO O| Mar 11 22:19:08.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
62802026-03-11T22:19:09.682Z[ recovery-image] Mar 11 22:19:08.515 INFO O| Mar 11 22:19:08.515 INFO STEP 516 (remove_files) COMPLETE
62812026-03-11T22:19:09.685Z[ recovery-image] Mar 11 22:19:08.515 INFO O| Mar 11 22:19:08.515 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822026-03-11T22:19:09.689Z[ recovery-image] Mar 11 22:19:08.522 INFO O| Mar 11 22:19:08.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
62832026-03-11T22:19:09.692Z[ recovery-image] Mar 11 22:19:08.522 INFO O| Mar 11 22:19:08.522 INFO STEP 517 (remove_files) COMPLETE
62842026-03-11T22:19:09.692Z[ recovery-image] Mar 11 22:19:08.522 INFO O| Mar 11 22:19:08.522 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852026-03-11T22:19:09.697Z[ recovery-image] Mar 11 22:19:08.530 INFO O| Mar 11 22:19:08.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
62862026-03-11T22:19:09.697Z[ recovery-image] Mar 11 22:19:08.530 INFO O| Mar 11 22:19:08.530 INFO STEP 518 (remove_files) COMPLETE
62872026-03-11T22:19:09.700Z[ recovery-image] Mar 11 22:19:08.530 INFO O| Mar 11 22:19:08.530 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882026-03-11T22:19:09.705Z[ recovery-image] Mar 11 22:19:08.538 INFO O| Mar 11 22:19:08.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
62892026-03-11T22:19:09.705Z[ recovery-image] Mar 11 22:19:08.538 INFO O| Mar 11 22:19:08.538 INFO STEP 519 (remove_files) COMPLETE
62902026-03-11T22:19:09.708Z[ recovery-image] Mar 11 22:19:08.538 INFO O| Mar 11 22:19:08.538 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912026-03-11T22:19:09.712Z[ recovery-image] Mar 11 22:19:08.545 INFO O| Mar 11 22:19:08.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
62922026-03-11T22:19:09.715Z[ recovery-image] Mar 11 22:19:08.545 INFO O| Mar 11 22:19:08.545 INFO STEP 520 (remove_files) COMPLETE
62932026-03-11T22:19:09.715Z[ recovery-image] Mar 11 22:19:08.545 INFO O| Mar 11 22:19:08.545 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942026-03-11T22:19:09.720Z[ recovery-image] Mar 11 22:19:08.553 INFO O| Mar 11 22:19:08.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
62952026-03-11T22:19:09.724Z[ recovery-image] Mar 11 22:19:08.553 INFO O| Mar 11 22:19:08.553 INFO STEP 521 (remove_files) COMPLETE
62962026-03-11T22:19:09.724Z[ recovery-image] Mar 11 22:19:08.553 INFO O| Mar 11 22:19:08.553 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972026-03-11T22:19:09.729Z[ recovery-image] Mar 11 22:19:08.562 INFO O| Mar 11 22:19:08.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
62982026-03-11T22:19:09.732Z[ recovery-image] Mar 11 22:19:08.562 INFO O| Mar 11 22:19:08.562 INFO STEP 522 (remove_files) COMPLETE
62992026-03-11T22:19:09.732Z[ recovery-image] Mar 11 22:19:08.562 INFO O| Mar 11 22:19:08.562 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002026-03-11T22:19:09.738Z[ recovery-image] Mar 11 22:19:08.570 INFO O| Mar 11 22:19:08.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63012026-03-11T22:19:09.741Z[ recovery-image] Mar 11 22:19:08.571 INFO O| Mar 11 22:19:08.571 INFO STEP 523 (remove_files) COMPLETE
63022026-03-11T22:19:09.741Z[ recovery-image] Mar 11 22:19:08.571 INFO O| Mar 11 22:19:08.571 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032026-03-11T22:19:09.746Z[ recovery-image] Mar 11 22:19:08.579 INFO O| Mar 11 22:19:08.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63042026-03-11T22:19:09.749Z[ recovery-image] Mar 11 22:19:08.579 INFO O| Mar 11 22:19:08.579 INFO STEP 524 (remove_files) COMPLETE
63052026-03-11T22:19:09.749Z[ recovery-image] Mar 11 22:19:08.579 INFO O| Mar 11 22:19:08.579 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062026-03-11T22:19:09.754Z[ recovery-image] Mar 11 22:19:08.587 INFO O| Mar 11 22:19:08.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63072026-03-11T22:19:09.757Z[ recovery-image] Mar 11 22:19:08.587 INFO O| Mar 11 22:19:08.587 INFO STEP 525 (remove_files) COMPLETE
63082026-03-11T22:19:09.757Z[ recovery-image] Mar 11 22:19:08.587 INFO O| Mar 11 22:19:08.587 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092026-03-11T22:19:09.762Z[ recovery-image] Mar 11 22:19:08.595 INFO O| Mar 11 22:19:08.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
63102026-03-11T22:19:09.762Z[ recovery-image] Mar 11 22:19:08.595 INFO O| Mar 11 22:19:08.595 INFO STEP 526 (remove_files) COMPLETE
63112026-03-11T22:19:09.765Z[ recovery-image] Mar 11 22:19:08.595 INFO O| Mar 11 22:19:08.595 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122026-03-11T22:19:09.769Z[ recovery-image] Mar 11 22:19:08.602 INFO O| Mar 11 22:19:08.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
63132026-03-11T22:19:09.772Z[ recovery-image] Mar 11 22:19:08.602 INFO O| Mar 11 22:19:08.602 INFO STEP 527 (remove_files) COMPLETE
63142026-03-11T22:19:09.772Z[ recovery-image] Mar 11 22:19:08.602 INFO O| Mar 11 22:19:08.602 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152026-03-11T22:19:09.777Z[ recovery-image] Mar 11 22:19:08.610 INFO O| Mar 11 22:19:08.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
63162026-03-11T22:19:09.780Z[ recovery-image] Mar 11 22:19:08.610 INFO O| Mar 11 22:19:08.610 INFO STEP 528 (remove_files) COMPLETE
63172026-03-11T22:19:09.780Z[ recovery-image] Mar 11 22:19:08.610 INFO O| Mar 11 22:19:08.610 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182026-03-11T22:19:09.785Z[ recovery-image] Mar 11 22:19:08.618 INFO O| Mar 11 22:19:08.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
63192026-03-11T22:19:09.788Z[ recovery-image] Mar 11 22:19:08.618 INFO O| Mar 11 22:19:08.618 INFO STEP 529 (remove_files) COMPLETE
63202026-03-11T22:19:09.788Z[ recovery-image] Mar 11 22:19:08.618 INFO O| Mar 11 22:19:08.618 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212026-03-11T22:19:09.793Z[ recovery-image] Mar 11 22:19:08.626 INFO O| Mar 11 22:19:08.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
63222026-03-11T22:19:09.793Z[ recovery-image] Mar 11 22:19:08.626 INFO O| Mar 11 22:19:08.626 INFO STEP 530 (remove_files) COMPLETE
63232026-03-11T22:19:09.796Z[ recovery-image] Mar 11 22:19:08.626 INFO O| Mar 11 22:19:08.626 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242026-03-11T22:19:09.801Z[ recovery-image] Mar 11 22:19:08.634 INFO O| Mar 11 22:19:08.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
63252026-03-11T22:19:09.804Z[ recovery-image] Mar 11 22:19:08.634 INFO O| Mar 11 22:19:08.634 INFO STEP 531 (remove_files) COMPLETE
63262026-03-11T22:19:09.804Z[ recovery-image] Mar 11 22:19:08.634 INFO O| Mar 11 22:19:08.634 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272026-03-11T22:19:09.809Z[ recovery-image] Mar 11 22:19:08.642 INFO O| Mar 11 22:19:08.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
63282026-03-11T22:19:09.809Z[ recovery-image] Mar 11 22:19:08.642 INFO O| Mar 11 22:19:08.642 INFO STEP 532 (remove_files) COMPLETE
63292026-03-11T22:19:09.812Z[ recovery-image] Mar 11 22:19:08.642 INFO O| Mar 11 22:19:08.642 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302026-03-11T22:19:09.817Z[ recovery-image] Mar 11 22:19:08.650 INFO O| Mar 11 22:19:08.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
63312026-03-11T22:19:09.820Z[ recovery-image] Mar 11 22:19:08.650 INFO O| Mar 11 22:19:08.650 INFO STEP 533 (remove_files) COMPLETE
63322026-03-11T22:19:09.820Z[ recovery-image] Mar 11 22:19:08.650 INFO O| Mar 11 22:19:08.650 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332026-03-11T22:19:09.825Z[ recovery-image] Mar 11 22:19:08.658 INFO O| Mar 11 22:19:08.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
63342026-03-11T22:19:09.828Z[ recovery-image] Mar 11 22:19:08.658 INFO O| Mar 11 22:19:08.658 INFO STEP 534 (remove_files) COMPLETE
63352026-03-11T22:19:09.828Z[ recovery-image] Mar 11 22:19:08.658 INFO O| Mar 11 22:19:08.658 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362026-03-11T22:19:09.832Z[ recovery-image] Mar 11 22:19:08.665 INFO O| Mar 11 22:19:08.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
63372026-03-11T22:19:09.835Z[ recovery-image] Mar 11 22:19:08.665 INFO O| Mar 11 22:19:08.665 INFO STEP 535 (remove_files) COMPLETE
63382026-03-11T22:19:09.835Z[ recovery-image] Mar 11 22:19:08.665 INFO O| Mar 11 22:19:08.665 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392026-03-11T22:19:09.840Z[ recovery-image] Mar 11 22:19:08.673 INFO O| Mar 11 22:19:08.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
63402026-03-11T22:19:09.840Z[ recovery-image] Mar 11 22:19:08.673 INFO O| Mar 11 22:19:08.673 INFO STEP 536 (remove_files) COMPLETE
63412026-03-11T22:19:09.843Z[ recovery-image] Mar 11 22:19:08.673 INFO O| Mar 11 22:19:08.673 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422026-03-11T22:19:09.921Z[ recovery-image] Mar 11 22:19:08.680 INFO O| Mar 11 22:19:08.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
63432026-03-11T22:19:09.921Z[ recovery-image] Mar 11 22:19:08.680 INFO O| Mar 11 22:19:08.680 INFO STEP 537 (remove_files) COMPLETE
63442026-03-11T22:19:09.921Z[ recovery-image] Mar 11 22:19:08.680 INFO O| Mar 11 22:19:08.680 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452026-03-11T22:19:09.921Z[ recovery-image] Mar 11 22:19:08.688 INFO O| Mar 11 22:19:08.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
63462026-03-11T22:19:09.921Z[ recovery-image] Mar 11 22:19:08.688 INFO O| Mar 11 22:19:08.688 INFO STEP 538 (remove_files) COMPLETE
63472026-03-11T22:19:09.921Z[ recovery-image] Mar 11 22:19:08.688 INFO O| Mar 11 22:19:08.688 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.696 INFO O| Mar 11 22:19:08.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
63492026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.696 INFO O| Mar 11 22:19:08.696 INFO STEP 539 (remove_files) COMPLETE
63502026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.696 INFO O| Mar 11 22:19:08.696 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.703 INFO O| Mar 11 22:19:08.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
63522026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.703 INFO O| Mar 11 22:19:08.703 INFO STEP 540 (remove_files) COMPLETE
63532026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.703 INFO O| Mar 11 22:19:08.703 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.710 INFO O| Mar 11 22:19:08.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
63552026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.710 INFO O| Mar 11 22:19:08.710 INFO STEP 541 (remove_files) COMPLETE
63562026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.710 INFO O| Mar 11 22:19:08.710 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.718 INFO O| Mar 11 22:19:08.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
63582026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.718 INFO O| Mar 11 22:19:08.718 INFO STEP 542 (remove_files) COMPLETE
63592026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.718 INFO O| Mar 11 22:19:08.718 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.726 INFO O| Mar 11 22:19:08.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
63612026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.727 INFO O| Mar 11 22:19:08.727 INFO STEP 543 (remove_files) COMPLETE
63622026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.727 INFO O| Mar 11 22:19:08.727 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.735 INFO O| Mar 11 22:19:08.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
63642026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.735 INFO O| Mar 11 22:19:08.735 INFO STEP 544 (remove_files) COMPLETE
63652026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.735 INFO O| Mar 11 22:19:08.735 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.743 INFO O| Mar 11 22:19:08.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
63672026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.743 INFO O| Mar 11 22:19:08.743 INFO STEP 545 (remove_files) COMPLETE
63682026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.743 INFO O| Mar 11 22:19:08.743 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.751 INFO O| Mar 11 22:19:08.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
63702026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.751 INFO O| Mar 11 22:19:08.751 INFO STEP 546 (remove_files) COMPLETE
63712026-03-11T22:19:09.922Z[ recovery-image] Mar 11 22:19:08.751 INFO O| Mar 11 22:19:08.751 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722026-03-11T22:19:09.927Z[ recovery-image] Mar 11 22:19:08.758 INFO O| Mar 11 22:19:08.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
63732026-03-11T22:19:09.927Z[ recovery-image] Mar 11 22:19:08.758 INFO O| Mar 11 22:19:08.758 INFO STEP 547 (remove_files) COMPLETE
63742026-03-11T22:19:09.927Z[ recovery-image] Mar 11 22:19:08.758 INFO O| Mar 11 22:19:08.758 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752026-03-11T22:19:09.932Z[ recovery-image] Mar 11 22:19:08.765 INFO O| Mar 11 22:19:08.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
63762026-03-11T22:19:09.932Z[ recovery-image] Mar 11 22:19:08.765 INFO O| Mar 11 22:19:08.765 INFO STEP 548 (remove_files) COMPLETE
63772026-03-11T22:19:09.935Z[ recovery-image] Mar 11 22:19:08.765 INFO O| Mar 11 22:19:08.765 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782026-03-11T22:19:09.939Z[ recovery-image] Mar 11 22:19:08.772 INFO O| Mar 11 22:19:08.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
63792026-03-11T22:19:09.942Z[ recovery-image] Mar 11 22:19:08.772 INFO O| Mar 11 22:19:08.772 INFO STEP 549 (remove_files) COMPLETE
63802026-03-11T22:19:09.943Z[ recovery-image] Mar 11 22:19:08.772 INFO O| Mar 11 22:19:08.772 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812026-03-11T22:19:09.947Z[ recovery-image] Mar 11 22:19:08.780 INFO O| Mar 11 22:19:08.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
63822026-03-11T22:19:09.950Z[ recovery-image] Mar 11 22:19:08.780 INFO O| Mar 11 22:19:08.780 INFO STEP 550 (remove_files) COMPLETE
63832026-03-11T22:19:09.950Z[ recovery-image] Mar 11 22:19:08.780 INFO O| Mar 11 22:19:08.780 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842026-03-11T22:19:09.954Z[ recovery-image] Mar 11 22:19:08.787 INFO O| Mar 11 22:19:08.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
63852026-03-11T22:19:09.958Z[ recovery-image] Mar 11 22:19:08.787 INFO O| Mar 11 22:19:08.787 INFO STEP 551 (remove_files) COMPLETE
63862026-03-11T22:19:09.958Z[ recovery-image] Mar 11 22:19:08.787 INFO O| Mar 11 22:19:08.787 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872026-03-11T22:19:09.962Z[ recovery-image] Mar 11 22:19:08.795 INFO O| Mar 11 22:19:08.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
63882026-03-11T22:19:09.962Z[ recovery-image] Mar 11 22:19:08.795 INFO O| Mar 11 22:19:08.795 INFO STEP 552 (remove_files) COMPLETE
63892026-03-11T22:19:09.966Z[ recovery-image] Mar 11 22:19:08.795 INFO O| Mar 11 22:19:08.795 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902026-03-11T22:19:09.970Z[ recovery-image] Mar 11 22:19:08.803 INFO O| Mar 11 22:19:08.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
63912026-03-11T22:19:09.973Z[ recovery-image] Mar 11 22:19:08.803 INFO O| Mar 11 22:19:08.803 INFO STEP 553 (remove_files) COMPLETE
63922026-03-11T22:19:09.974Z[ recovery-image] Mar 11 22:19:08.803 INFO O| Mar 11 22:19:08.803 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932026-03-11T22:19:09.979Z[ recovery-image] Mar 11 22:19:08.812 INFO O| Mar 11 22:19:08.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
63942026-03-11T22:19:09.982Z[ recovery-image] Mar 11 22:19:08.812 INFO O| Mar 11 22:19:08.812 INFO STEP 554 (remove_files) COMPLETE
63952026-03-11T22:19:09.982Z[ recovery-image] Mar 11 22:19:08.812 INFO O| Mar 11 22:19:08.812 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962026-03-11T22:19:09.986Z[ recovery-image] Mar 11 22:19:08.819 INFO O| Mar 11 22:19:08.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
63972026-03-11T22:19:09.989Z[ recovery-image] Mar 11 22:19:08.819 INFO O| Mar 11 22:19:08.819 INFO STEP 555 (remove_files) COMPLETE
63982026-03-11T22:19:09.989Z[ recovery-image] Mar 11 22:19:08.819 INFO O| Mar 11 22:19:08.819 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992026-03-11T22:19:09.994Z[ recovery-image] Mar 11 22:19:08.827 INFO O| Mar 11 22:19:08.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64002026-03-11T22:19:09.997Z[ recovery-image] Mar 11 22:19:08.827 INFO O| Mar 11 22:19:08.827 INFO STEP 556 (remove_files) COMPLETE
64012026-03-11T22:19:09.997Z[ recovery-image] Mar 11 22:19:08.827 INFO O| Mar 11 22:19:08.827 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022026-03-11T22:19:10.002Z[ recovery-image] Mar 11 22:19:08.835 INFO O| Mar 11 22:19:08.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64032026-03-11T22:19:10.005Z[ recovery-image] Mar 11 22:19:08.835 INFO O| Mar 11 22:19:08.835 INFO STEP 557 (remove_files) COMPLETE
64042026-03-11T22:19:10.006Z[ recovery-image] Mar 11 22:19:08.835 INFO O| Mar 11 22:19:08.835 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052026-03-11T22:19:10.010Z[ recovery-image] Mar 11 22:19:08.843 INFO O| Mar 11 22:19:08.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64062026-03-11T22:19:10.013Z[ recovery-image] Mar 11 22:19:08.843 INFO O| Mar 11 22:19:08.843 INFO STEP 558 (remove_files) COMPLETE
64072026-03-11T22:19:10.013Z[ recovery-image] Mar 11 22:19:08.843 INFO O| Mar 11 22:19:08.843 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082026-03-11T22:19:10.018Z[ recovery-image] Mar 11 22:19:08.851 INFO O| Mar 11 22:19:08.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64092026-03-11T22:19:10.021Z[ recovery-image] Mar 11 22:19:08.851 INFO O| Mar 11 22:19:08.851 INFO STEP 559 (remove_files) COMPLETE
64102026-03-11T22:19:10.022Z[ recovery-image] Mar 11 22:19:08.851 INFO O| Mar 11 22:19:08.851 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112026-03-11T22:19:10.026Z[ recovery-image] Mar 11 22:19:08.859 INFO O| Mar 11 22:19:08.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64122026-03-11T22:19:10.029Z[ recovery-image] Mar 11 22:19:08.859 INFO O| Mar 11 22:19:08.859 INFO STEP 560 (remove_files) COMPLETE
64132026-03-11T22:19:10.029Z[ recovery-image] Mar 11 22:19:08.859 INFO O| Mar 11 22:19:08.859 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142026-03-11T22:19:10.033Z[ recovery-image] Mar 11 22:19:08.866 INFO O| Mar 11 22:19:08.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64152026-03-11T22:19:10.036Z[ recovery-image] Mar 11 22:19:08.866 INFO O| Mar 11 22:19:08.866 INFO STEP 561 (remove_files) COMPLETE
64162026-03-11T22:19:10.036Z[ recovery-image] Mar 11 22:19:08.866 INFO O| Mar 11 22:19:08.866 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172026-03-11T22:19:10.042Z[ recovery-image] Mar 11 22:19:08.874 INFO O| Mar 11 22:19:08.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64182026-03-11T22:19:10.045Z[ recovery-image] Mar 11 22:19:08.875 INFO O| Mar 11 22:19:08.875 INFO STEP 562 (remove_files) COMPLETE
64192026-03-11T22:19:10.045Z[ recovery-image] Mar 11 22:19:08.875 INFO O| Mar 11 22:19:08.875 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202026-03-11T22:19:10.049Z[ recovery-image] Mar 11 22:19:08.882 INFO O| Mar 11 22:19:08.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64212026-03-11T22:19:10.053Z[ recovery-image] Mar 11 22:19:08.882 INFO O| Mar 11 22:19:08.882 INFO STEP 563 (remove_files) COMPLETE
64222026-03-11T22:19:10.053Z[ recovery-image] Mar 11 22:19:08.882 INFO O| Mar 11 22:19:08.882 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232026-03-11T22:19:10.057Z[ recovery-image] Mar 11 22:19:08.890 INFO O| Mar 11 22:19:08.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64242026-03-11T22:19:10.060Z[ recovery-image] Mar 11 22:19:08.890 INFO O| Mar 11 22:19:08.890 INFO STEP 564 (remove_files) COMPLETE
64252026-03-11T22:19:10.060Z[ recovery-image] Mar 11 22:19:08.890 INFO O| Mar 11 22:19:08.890 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262026-03-11T22:19:10.065Z[ recovery-image] Mar 11 22:19:08.898 INFO O| Mar 11 22:19:08.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64272026-03-11T22:19:10.068Z[ recovery-image] Mar 11 22:19:08.898 INFO O| Mar 11 22:19:08.898 INFO STEP 565 (remove_files) COMPLETE
64282026-03-11T22:19:10.068Z[ recovery-image] Mar 11 22:19:08.898 INFO O| Mar 11 22:19:08.898 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292026-03-11T22:19:10.073Z[ recovery-image] Mar 11 22:19:08.906 INFO O| Mar 11 22:19:08.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64302026-03-11T22:19:10.076Z[ recovery-image] Mar 11 22:19:08.906 INFO O| Mar 11 22:19:08.906 INFO STEP 566 (remove_files) COMPLETE
64312026-03-11T22:19:10.076Z[ recovery-image] Mar 11 22:19:08.906 INFO O| Mar 11 22:19:08.906 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322026-03-11T22:19:10.081Z[ recovery-image] Mar 11 22:19:08.914 INFO O| Mar 11 22:19:08.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64332026-03-11T22:19:10.084Z[ recovery-image] Mar 11 22:19:08.914 INFO O| Mar 11 22:19:08.914 INFO STEP 567 (remove_files) COMPLETE
64342026-03-11T22:19:10.084Z[ recovery-image] Mar 11 22:19:08.914 INFO O| Mar 11 22:19:08.914 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352026-03-11T22:19:10.089Z[ recovery-image] Mar 11 22:19:08.922 INFO O| Mar 11 22:19:08.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64362026-03-11T22:19:10.092Z[ recovery-image] Mar 11 22:19:08.922 INFO O| Mar 11 22:19:08.922 INFO STEP 568 (remove_files) COMPLETE
64372026-03-11T22:19:10.092Z[ recovery-image] Mar 11 22:19:08.922 INFO O| Mar 11 22:19:08.922 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382026-03-11T22:19:10.097Z[ recovery-image] Mar 11 22:19:08.930 INFO O| Mar 11 22:19:08.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64392026-03-11T22:19:10.100Z[ recovery-image] Mar 11 22:19:08.930 INFO O| Mar 11 22:19:08.930 INFO STEP 569 (remove_files) COMPLETE
64402026-03-11T22:19:10.100Z[ recovery-image] Mar 11 22:19:08.930 INFO O| Mar 11 22:19:08.930 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412026-03-11T22:19:10.105Z[ recovery-image] Mar 11 22:19:08.938 INFO O| Mar 11 22:19:08.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
64422026-03-11T22:19:10.109Z[ recovery-image] Mar 11 22:19:08.938 INFO O| Mar 11 22:19:08.938 INFO STEP 570 (remove_files) COMPLETE
64432026-03-11T22:19:10.109Z[ recovery-image] Mar 11 22:19:08.938 INFO O| Mar 11 22:19:08.938 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442026-03-11T22:19:10.113Z[ recovery-image] Mar 11 22:19:08.946 INFO O| Mar 11 22:19:08.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
64452026-03-11T22:19:10.113Z[ recovery-image] Mar 11 22:19:08.946 INFO O| Mar 11 22:19:08.946 INFO STEP 571 (remove_files) COMPLETE
64462026-03-11T22:19:10.116Z[ recovery-image] Mar 11 22:19:08.946 INFO O| Mar 11 22:19:08.946 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472026-03-11T22:19:10.120Z[ recovery-image] Mar 11 22:19:08.953 INFO O| Mar 11 22:19:08.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
64482026-03-11T22:19:10.123Z[ recovery-image] Mar 11 22:19:08.953 INFO O| Mar 11 22:19:08.953 INFO STEP 572 (remove_files) COMPLETE
64492026-03-11T22:19:10.123Z[ recovery-image] Mar 11 22:19:08.953 INFO O| Mar 11 22:19:08.953 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502026-03-11T22:19:10.129Z[ recovery-image] Mar 11 22:19:08.961 INFO O| Mar 11 22:19:08.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64512026-03-11T22:19:10.129Z[ recovery-image] Mar 11 22:19:08.961 INFO O| Mar 11 22:19:08.961 INFO STEP 573 (remove_files) COMPLETE
64522026-03-11T22:19:10.132Z[ recovery-image] Mar 11 22:19:08.961 INFO O| Mar 11 22:19:08.961 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532026-03-11T22:19:10.137Z[ recovery-image] Mar 11 22:19:08.970 INFO O| Mar 11 22:19:08.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64542026-03-11T22:19:10.137Z[ recovery-image] Mar 11 22:19:08.970 INFO O| Mar 11 22:19:08.970 INFO STEP 574 (remove_files) COMPLETE
64552026-03-11T22:19:10.137Z[ recovery-image] Mar 11 22:19:08.970 INFO O| Mar 11 22:19:08.970 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562026-03-11T22:19:10.145Z[ recovery-image] Mar 11 22:19:08.977 INFO O| Mar 11 22:19:08.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64572026-03-11T22:19:10.145Z[ recovery-image] Mar 11 22:19:08.977 INFO O| Mar 11 22:19:08.977 INFO STEP 575 (remove_files) COMPLETE
64582026-03-11T22:19:10.145Z[ recovery-image] Mar 11 22:19:08.977 INFO O| Mar 11 22:19:08.977 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592026-03-11T22:19:10.153Z[ recovery-image] Mar 11 22:19:08.986 INFO O| Mar 11 22:19:08.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
64602026-03-11T22:19:10.156Z[ recovery-image] Mar 11 22:19:08.987 INFO O| Mar 11 22:19:08.987 INFO STEP 576 (remove_files) COMPLETE
64612026-03-11T22:19:10.156Z[ recovery-image] Mar 11 22:19:08.987 INFO O| Mar 11 22:19:08.987 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622026-03-11T22:19:10.161Z[ recovery-image] Mar 11 22:19:08.994 INFO O| Mar 11 22:19:08.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64632026-03-11T22:19:10.161Z[ recovery-image] Mar 11 22:19:08.994 INFO O| Mar 11 22:19:08.994 INFO STEP 577 (remove_files) COMPLETE
64642026-03-11T22:19:10.164Z[ recovery-image] Mar 11 22:19:08.994 INFO O| Mar 11 22:19:08.994 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652026-03-11T22:19:10.169Z[ recovery-image] Mar 11 22:19:09.002 INFO O| Mar 11 22:19:09.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64662026-03-11T22:19:10.172Z[ recovery-image] Mar 11 22:19:09.002 INFO O| Mar 11 22:19:09.002 INFO STEP 578 (remove_files) COMPLETE
64672026-03-11T22:19:10.172Z[ recovery-image] Mar 11 22:19:09.002 INFO O| Mar 11 22:19:09.002 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682026-03-11T22:19:10.178Z[ recovery-image] Mar 11 22:19:09.011 INFO O| Mar 11 22:19:09.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64692026-03-11T22:19:10.182Z[ recovery-image] Mar 11 22:19:09.011 INFO O| Mar 11 22:19:09.011 INFO STEP 579 (remove_files) COMPLETE
64702026-03-11T22:19:10.182Z[ recovery-image] Mar 11 22:19:09.011 INFO O| Mar 11 22:19:09.011 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712026-03-11T22:19:10.187Z[ recovery-image] Mar 11 22:19:09.020 INFO O| Mar 11 22:19:09.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64722026-03-11T22:19:10.191Z[ recovery-image] Mar 11 22:19:09.020 INFO O| Mar 11 22:19:09.020 INFO STEP 580 (remove_files) COMPLETE
64732026-03-11T22:19:10.191Z[ recovery-image] Mar 11 22:19:09.020 INFO O| Mar 11 22:19:09.020 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742026-03-11T22:19:10.196Z[ recovery-image] Mar 11 22:19:09.029 INFO O| Mar 11 22:19:09.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
64752026-03-11T22:19:10.200Z[ recovery-image] Mar 11 22:19:09.029 INFO O| Mar 11 22:19:09.029 INFO STEP 581 (remove_files) COMPLETE
64762026-03-11T22:19:10.200Z[ recovery-image] Mar 11 22:19:09.029 INFO O| Mar 11 22:19:09.029 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772026-03-11T22:19:10.205Z[ recovery-image] Mar 11 22:19:09.038 INFO O| Mar 11 22:19:09.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64782026-03-11T22:19:10.208Z[ recovery-image] Mar 11 22:19:09.038 INFO O| Mar 11 22:19:09.038 INFO STEP 582 (remove_files) COMPLETE
64792026-03-11T22:19:10.208Z[ recovery-image] Mar 11 22:19:09.038 INFO O| Mar 11 22:19:09.038 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802026-03-11T22:19:10.213Z[ recovery-image] Mar 11 22:19:09.046 INFO O| Mar 11 22:19:09.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
64812026-03-11T22:19:10.216Z[ recovery-image] Mar 11 22:19:09.046 INFO O| Mar 11 22:19:09.046 INFO STEP 583 (remove_files) COMPLETE
64822026-03-11T22:19:10.216Z[ recovery-image] Mar 11 22:19:09.046 INFO O| Mar 11 22:19:09.046 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832026-03-11T22:19:10.221Z[ recovery-image] Mar 11 22:19:09.054 INFO O| Mar 11 22:19:09.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
64842026-03-11T22:19:10.224Z[ recovery-image] Mar 11 22:19:09.054 INFO O| Mar 11 22:19:09.054 INFO STEP 584 (remove_files) COMPLETE
64852026-03-11T22:19:10.224Z[ recovery-image] Mar 11 22:19:09.054 INFO O| Mar 11 22:19:09.054 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862026-03-11T22:19:10.230Z[ recovery-image] Mar 11 22:19:09.063 INFO O| Mar 11 22:19:09.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
64872026-03-11T22:19:10.233Z[ recovery-image] Mar 11 22:19:09.063 INFO O| Mar 11 22:19:09.063 INFO STEP 585 (remove_files) COMPLETE
64882026-03-11T22:19:10.233Z[ recovery-image] Mar 11 22:19:09.063 INFO O| Mar 11 22:19:09.063 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892026-03-11T22:19:10.238Z[ recovery-image] Mar 11 22:19:09.071 INFO O| Mar 11 22:19:09.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
64902026-03-11T22:19:10.242Z[ recovery-image] Mar 11 22:19:09.071 INFO O| Mar 11 22:19:09.071 INFO STEP 586 (remove_files) COMPLETE
64912026-03-11T22:19:10.242Z[ recovery-image] Mar 11 22:19:09.071 INFO O| Mar 11 22:19:09.071 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922026-03-11T22:19:10.247Z[ recovery-image] Mar 11 22:19:09.080 INFO O| Mar 11 22:19:09.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
64932026-03-11T22:19:10.250Z[ recovery-image] Mar 11 22:19:09.080 INFO O| Mar 11 22:19:09.080 INFO STEP 587 (remove_files) COMPLETE
64942026-03-11T22:19:10.250Z[ recovery-image] Mar 11 22:19:09.080 INFO O| Mar 11 22:19:09.080 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952026-03-11T22:19:10.255Z[ recovery-image] Mar 11 22:19:09.088 INFO O| Mar 11 22:19:09.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
64962026-03-11T22:19:10.258Z[ recovery-image] Mar 11 22:19:09.088 INFO O| Mar 11 22:19:09.088 INFO STEP 588 (remove_files) COMPLETE
64972026-03-11T22:19:10.258Z[ recovery-image] Mar 11 22:19:09.088 INFO O| Mar 11 22:19:09.088 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982026-03-11T22:19:10.263Z[ recovery-image] Mar 11 22:19:09.096 INFO O| Mar 11 22:19:09.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
64992026-03-11T22:19:10.266Z[ recovery-image] Mar 11 22:19:09.096 INFO O| Mar 11 22:19:09.096 INFO STEP 589 (remove_files) COMPLETE
65002026-03-11T22:19:10.266Z[ recovery-image] Mar 11 22:19:09.096 INFO O| Mar 11 22:19:09.096 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012026-03-11T22:19:10.272Z[ recovery-image] Mar 11 22:19:09.104 INFO O| Mar 11 22:19:09.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65022026-03-11T22:19:10.275Z[ recovery-image] Mar 11 22:19:09.105 INFO O| Mar 11 22:19:09.105 INFO STEP 590 (remove_files) COMPLETE
65032026-03-11T22:19:10.275Z[ recovery-image] Mar 11 22:19:09.105 INFO O| Mar 11 22:19:09.105 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042026-03-11T22:19:10.280Z[ recovery-image] Mar 11 22:19:09.113 INFO O| Mar 11 22:19:09.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65052026-03-11T22:19:10.283Z[ recovery-image] Mar 11 22:19:09.113 INFO O| Mar 11 22:19:09.113 INFO STEP 591 (remove_files) COMPLETE
65062026-03-11T22:19:10.283Z[ recovery-image] Mar 11 22:19:09.113 INFO O| Mar 11 22:19:09.113 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072026-03-11T22:19:10.288Z[ recovery-image] Mar 11 22:19:09.121 INFO O| Mar 11 22:19:09.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65082026-03-11T22:19:10.291Z[ recovery-image] Mar 11 22:19:09.122 INFO O| Mar 11 22:19:09.122 INFO STEP 592 (remove_files) COMPLETE
65092026-03-11T22:19:10.291Z[ recovery-image] Mar 11 22:19:09.122 INFO O| Mar 11 22:19:09.122 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102026-03-11T22:19:10.296Z[ recovery-image] Mar 11 22:19:09.129 INFO O| Mar 11 22:19:09.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65112026-03-11T22:19:10.299Z[ recovery-image] Mar 11 22:19:09.129 INFO O| Mar 11 22:19:09.129 INFO STEP 593 (remove_files) COMPLETE
65122026-03-11T22:19:10.300Z[ recovery-image] Mar 11 22:19:09.129 INFO O| Mar 11 22:19:09.129 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132026-03-11T22:19:10.304Z[ recovery-image] Mar 11 22:19:09.136 INFO O| Mar 11 22:19:09.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65142026-03-11T22:19:10.304Z[ recovery-image] Mar 11 22:19:09.136 INFO O| Mar 11 22:19:09.136 INFO STEP 594 (remove_files) COMPLETE
65152026-03-11T22:19:10.304Z[ recovery-image] Mar 11 22:19:09.136 INFO O| Mar 11 22:19:09.136 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162026-03-11T22:19:10.311Z[ recovery-image] Mar 11 22:19:09.144 INFO O| Mar 11 22:19:09.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65172026-03-11T22:19:10.311Z[ recovery-image] Mar 11 22:19:09.144 INFO O| Mar 11 22:19:09.144 INFO STEP 595 (remove_files) COMPLETE
65182026-03-11T22:19:10.315Z[ recovery-image] Mar 11 22:19:09.144 INFO O| Mar 11 22:19:09.144 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192026-03-11T22:19:10.319Z[ recovery-image] Mar 11 22:19:09.152 INFO O| Mar 11 22:19:09.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65202026-03-11T22:19:10.323Z[ recovery-image] Mar 11 22:19:09.153 INFO O| Mar 11 22:19:09.153 INFO STEP 596 (remove_files) COMPLETE
65212026-03-11T22:19:10.323Z[ recovery-image] Mar 11 22:19:09.153 INFO O| Mar 11 22:19:09.153 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222026-03-11T22:19:10.328Z[ recovery-image] Mar 11 22:19:09.160 INFO O| Mar 11 22:19:09.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65232026-03-11T22:19:10.331Z[ recovery-image] Mar 11 22:19:09.160 INFO O| Mar 11 22:19:09.160 INFO STEP 597 (remove_files) COMPLETE
65242026-03-11T22:19:10.331Z[ recovery-image] Mar 11 22:19:09.160 INFO O| Mar 11 22:19:09.160 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252026-03-11T22:19:10.336Z[ recovery-image] Mar 11 22:19:09.168 INFO O| Mar 11 22:19:09.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65262026-03-11T22:19:10.340Z[ recovery-image] Mar 11 22:19:09.168 INFO O| Mar 11 22:19:09.168 INFO STEP 598 (remove_files) COMPLETE
65272026-03-11T22:19:10.340Z[ recovery-image] Mar 11 22:19:09.168 INFO O| Mar 11 22:19:09.168 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282026-03-11T22:19:10.344Z[ recovery-image] Mar 11 22:19:09.177 INFO O| Mar 11 22:19:09.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65292026-03-11T22:19:10.348Z[ recovery-image] Mar 11 22:19:09.177 INFO O| Mar 11 22:19:09.177 INFO STEP 599 (remove_files) COMPLETE
65302026-03-11T22:19:10.348Z[ recovery-image] Mar 11 22:19:09.177 INFO O| Mar 11 22:19:09.177 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312026-03-11T22:19:10.353Z[ recovery-image] Mar 11 22:19:09.185 INFO O| Mar 11 22:19:09.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65322026-03-11T22:19:10.357Z[ recovery-image] Mar 11 22:19:09.185 INFO O| Mar 11 22:19:09.185 INFO STEP 600 (remove_files) COMPLETE
65332026-03-11T22:19:10.357Z[ recovery-image] Mar 11 22:19:09.185 INFO O| Mar 11 22:19:09.185 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342026-03-11T22:19:10.362Z[ recovery-image] Mar 11 22:19:09.194 INFO O| Mar 11 22:19:09.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65352026-03-11T22:19:10.365Z[ recovery-image] Mar 11 22:19:09.194 INFO O| Mar 11 22:19:09.194 INFO STEP 601 (remove_files) COMPLETE
65362026-03-11T22:19:10.365Z[ recovery-image] Mar 11 22:19:09.194 INFO O| Mar 11 22:19:09.194 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372026-03-11T22:19:10.369Z[ recovery-image] Mar 11 22:19:09.202 INFO O| Mar 11 22:19:09.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65382026-03-11T22:19:10.373Z[ recovery-image] Mar 11 22:19:09.202 INFO O| Mar 11 22:19:09.202 INFO STEP 602 (remove_files) COMPLETE
65392026-03-11T22:19:10.373Z[ recovery-image] Mar 11 22:19:09.202 INFO O| Mar 11 22:19:09.202 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402026-03-11T22:19:10.378Z[ recovery-image] Mar 11 22:19:09.211 INFO O| Mar 11 22:19:09.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65412026-03-11T22:19:10.381Z[ recovery-image] Mar 11 22:19:09.211 INFO O| Mar 11 22:19:09.211 INFO STEP 603 (remove_files) COMPLETE
65422026-03-11T22:19:10.381Z[ recovery-image] Mar 11 22:19:09.211 INFO O| Mar 11 22:19:09.211 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432026-03-11T22:19:10.386Z[ recovery-image] Mar 11 22:19:09.219 INFO O| Mar 11 22:19:09.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65442026-03-11T22:19:10.389Z[ recovery-image] Mar 11 22:19:09.219 INFO O| Mar 11 22:19:09.219 INFO STEP 604 (remove_files) COMPLETE
65452026-03-11T22:19:10.389Z[ recovery-image] Mar 11 22:19:09.219 INFO O| Mar 11 22:19:09.219 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462026-03-11T22:19:10.395Z[ recovery-image] Mar 11 22:19:09.228 INFO O| Mar 11 22:19:09.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65472026-03-11T22:19:10.395Z[ recovery-image] Mar 11 22:19:09.228 INFO O| Mar 11 22:19:09.228 INFO STEP 605 (remove_files) COMPLETE
65482026-03-11T22:19:10.395Z[ recovery-image] Mar 11 22:19:09.228 INFO O| Mar 11 22:19:09.228 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492026-03-11T22:19:10.407Z[ recovery-image] Mar 11 22:19:09.239 INFO O| Mar 11 22:19:09.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65502026-03-11T22:19:10.407Z[ recovery-image] Mar 11 22:19:09.239 INFO O| Mar 11 22:19:09.239 INFO STEP 606 (remove_files) COMPLETE
65512026-03-11T22:19:10.410Z[ recovery-image] Mar 11 22:19:09.239 INFO O| Mar 11 22:19:09.239 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522026-03-11T22:19:10.420Z[ recovery-image] Mar 11 22:19:09.252 INFO O| Mar 11 22:19:09.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
65532026-03-11T22:19:10.423Z[ recovery-image] Mar 11 22:19:09.252 INFO O| Mar 11 22:19:09.252 INFO STEP 607 (remove_files) COMPLETE
65542026-03-11T22:19:10.423Z[ recovery-image] Mar 11 22:19:09.252 INFO O| Mar 11 22:19:09.252 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552026-03-11T22:19:10.432Z[ recovery-image] Mar 11 22:19:09.265 INFO O| Mar 11 22:19:09.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65562026-03-11T22:19:10.432Z[ recovery-image] Mar 11 22:19:09.265 INFO O| Mar 11 22:19:09.265 INFO STEP 608 (remove_files) COMPLETE
65572026-03-11T22:19:10.435Z[ recovery-image] Mar 11 22:19:09.265 INFO O| Mar 11 22:19:09.265 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582026-03-11T22:19:10.435Z[ host-image] Mar 11 22:19:09.266 INFO O| Mar 11 22:19:09.266 INFO O| Done
65592026-03-11T22:19:10.441Z[ recovery-image] Mar 11 22:19:09.274 INFO O| Mar 11 22:19:09.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65602026-03-11T22:19:10.445Z[ recovery-image] Mar 11 22:19:09.274 INFO O| Mar 11 22:19:09.274 INFO STEP 609 (remove_files) COMPLETE
65612026-03-11T22:19:10.445Z[ recovery-image] Mar 11 22:19:09.274 INFO O| Mar 11 22:19:09.274 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622026-03-11T22:19:10.451Z[ recovery-image] Mar 11 22:19:09.284 INFO O| Mar 11 22:19:09.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65632026-03-11T22:19:10.454Z[ recovery-image] Mar 11 22:19:09.284 INFO O| Mar 11 22:19:09.284 INFO STEP 610 (remove_files) COMPLETE
65642026-03-11T22:19:10.454Z[ recovery-image] Mar 11 22:19:09.284 INFO O| Mar 11 22:19:09.284 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652026-03-11T22:19:10.460Z[ recovery-image] Mar 11 22:19:09.293 INFO O| Mar 11 22:19:09.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65662026-03-11T22:19:10.463Z[ recovery-image] Mar 11 22:19:09.293 INFO O| Mar 11 22:19:09.293 INFO STEP 611 (remove_files) COMPLETE
65672026-03-11T22:19:10.463Z[ recovery-image] Mar 11 22:19:09.293 INFO O| Mar 11 22:19:09.293 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682026-03-11T22:19:10.469Z[ recovery-image] Mar 11 22:19:09.302 INFO O| Mar 11 22:19:09.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65692026-03-11T22:19:10.472Z[ recovery-image] Mar 11 22:19:09.302 INFO O| Mar 11 22:19:09.302 INFO STEP 612 (remove_files) COMPLETE
65702026-03-11T22:19:10.472Z[ recovery-image] Mar 11 22:19:09.302 INFO O| Mar 11 22:19:09.302 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712026-03-11T22:19:10.477Z[ recovery-image] Mar 11 22:19:09.310 INFO O| Mar 11 22:19:09.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65722026-03-11T22:19:10.481Z[ recovery-image] Mar 11 22:19:09.310 INFO O| Mar 11 22:19:09.310 INFO STEP 613 (remove_files) COMPLETE
65732026-03-11T22:19:10.481Z[ recovery-image] Mar 11 22:19:09.310 INFO O| Mar 11 22:19:09.310 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742026-03-11T22:19:10.486Z[ recovery-image] Mar 11 22:19:09.318 INFO O| Mar 11 22:19:09.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65752026-03-11T22:19:10.489Z[ recovery-image] Mar 11 22:19:09.318 INFO O| Mar 11 22:19:09.318 INFO STEP 614 (remove_files) COMPLETE
65762026-03-11T22:19:10.489Z[ recovery-image] Mar 11 22:19:09.318 INFO O| Mar 11 22:19:09.318 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772026-03-11T22:19:10.494Z[ recovery-image] Mar 11 22:19:09.327 INFO O| Mar 11 22:19:09.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65782026-03-11T22:19:10.497Z[ recovery-image] Mar 11 22:19:09.327 INFO O| Mar 11 22:19:09.327 INFO STEP 615 (remove_files) COMPLETE
65792026-03-11T22:19:10.497Z[ recovery-image] Mar 11 22:19:09.327 INFO O| Mar 11 22:19:09.327 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802026-03-11T22:19:10.502Z[ recovery-image] Mar 11 22:19:09.335 INFO O| Mar 11 22:19:09.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
65812026-03-11T22:19:10.505Z[ recovery-image] Mar 11 22:19:09.335 INFO O| Mar 11 22:19:09.335 INFO STEP 616 (remove_files) COMPLETE
65822026-03-11T22:19:10.505Z[ recovery-image] Mar 11 22:19:09.335 INFO O| Mar 11 22:19:09.335 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832026-03-11T22:19:10.510Z[ recovery-image] Mar 11 22:19:09.343 INFO O| Mar 11 22:19:09.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
65842026-03-11T22:19:10.513Z[ recovery-image] Mar 11 22:19:09.343 INFO O| Mar 11 22:19:09.343 INFO STEP 617 (remove_files) COMPLETE
65852026-03-11T22:19:10.513Z[ recovery-image] Mar 11 22:19:09.343 INFO O| Mar 11 22:19:09.343 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862026-03-11T22:19:10.518Z[ recovery-image] Mar 11 22:19:09.351 INFO O| Mar 11 22:19:09.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
65872026-03-11T22:19:10.521Z[ recovery-image] Mar 11 22:19:09.351 INFO O| Mar 11 22:19:09.351 INFO STEP 618 (remove_files) COMPLETE
65882026-03-11T22:19:10.521Z[ recovery-image] Mar 11 22:19:09.351 INFO O| Mar 11 22:19:09.351 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892026-03-11T22:19:10.526Z[ recovery-image] Mar 11 22:19:09.359 INFO O| Mar 11 22:19:09.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65902026-03-11T22:19:10.530Z[ recovery-image] Mar 11 22:19:09.359 INFO O| Mar 11 22:19:09.359 INFO STEP 619 (remove_files) COMPLETE
65912026-03-11T22:19:10.530Z[ recovery-image] Mar 11 22:19:09.359 INFO O| Mar 11 22:19:09.359 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922026-03-11T22:19:10.534Z[ recovery-image] Mar 11 22:19:09.367 INFO O| Mar 11 22:19:09.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65932026-03-11T22:19:10.537Z[ recovery-image] Mar 11 22:19:09.367 INFO O| Mar 11 22:19:09.367 INFO STEP 620 (remove_files) COMPLETE
65942026-03-11T22:19:10.537Z[ recovery-image] Mar 11 22:19:09.367 INFO O| Mar 11 22:19:09.367 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952026-03-11T22:19:10.543Z[ recovery-image] Mar 11 22:19:09.376 INFO O| Mar 11 22:19:09.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
65962026-03-11T22:19:10.546Z[ recovery-image] Mar 11 22:19:09.376 INFO O| Mar 11 22:19:09.376 INFO STEP 621 (remove_files) COMPLETE
65972026-03-11T22:19:10.546Z[ recovery-image] Mar 11 22:19:09.376 INFO O| Mar 11 22:19:09.376 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982026-03-11T22:19:10.551Z[ recovery-image] Mar 11 22:19:09.384 INFO O| Mar 11 22:19:09.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
65992026-03-11T22:19:10.554Z[ recovery-image] Mar 11 22:19:09.384 INFO O| Mar 11 22:19:09.384 INFO STEP 622 (remove_files) COMPLETE
66002026-03-11T22:19:10.554Z[ recovery-image] Mar 11 22:19:09.384 INFO O| Mar 11 22:19:09.384 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012026-03-11T22:19:10.559Z[ recovery-image] Mar 11 22:19:09.392 INFO O| Mar 11 22:19:09.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66022026-03-11T22:19:10.562Z[ recovery-image] Mar 11 22:19:09.392 INFO O| Mar 11 22:19:09.392 INFO STEP 623 (remove_files) COMPLETE
66032026-03-11T22:19:10.562Z[ recovery-image] Mar 11 22:19:09.392 INFO O| Mar 11 22:19:09.392 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042026-03-11T22:19:10.566Z[ recovery-image] Mar 11 22:19:09.399 INFO O| Mar 11 22:19:09.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66052026-03-11T22:19:10.569Z[ recovery-image] Mar 11 22:19:09.399 INFO O| Mar 11 22:19:09.399 INFO STEP 624 (remove_files) COMPLETE
66062026-03-11T22:19:10.569Z[ recovery-image] Mar 11 22:19:09.399 INFO O| Mar 11 22:19:09.399 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072026-03-11T22:19:10.574Z[ recovery-image] Mar 11 22:19:09.407 INFO O| Mar 11 22:19:09.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66082026-03-11T22:19:10.578Z[ recovery-image] Mar 11 22:19:09.408 INFO O| Mar 11 22:19:09.408 INFO STEP 625 (remove_files) COMPLETE
66092026-03-11T22:19:10.578Z[ recovery-image] Mar 11 22:19:09.408 INFO O| Mar 11 22:19:09.408 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102026-03-11T22:19:10.584Z[ recovery-image] Mar 11 22:19:09.417 INFO O| Mar 11 22:19:09.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66112026-03-11T22:19:10.587Z[ recovery-image] Mar 11 22:19:09.417 INFO O| Mar 11 22:19:09.417 INFO STEP 626 (remove_files) COMPLETE
66122026-03-11T22:19:10.587Z[ recovery-image] Mar 11 22:19:09.417 INFO O| Mar 11 22:19:09.417 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132026-03-11T22:19:10.592Z[ recovery-image] Mar 11 22:19:09.425 INFO O| Mar 11 22:19:09.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66142026-03-11T22:19:10.595Z[ recovery-image] Mar 11 22:19:09.425 INFO O| Mar 11 22:19:09.425 INFO STEP 627 (remove_files) COMPLETE
66152026-03-11T22:19:10.595Z[ recovery-image] Mar 11 22:19:09.425 INFO O| Mar 11 22:19:09.425 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162026-03-11T22:19:10.600Z[ recovery-image] Mar 11 22:19:09.433 INFO O| Mar 11 22:19:09.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66172026-03-11T22:19:10.603Z[ recovery-image] Mar 11 22:19:09.433 INFO O| Mar 11 22:19:09.433 INFO STEP 628 (remove_files) COMPLETE
66182026-03-11T22:19:10.603Z[ recovery-image] Mar 11 22:19:09.433 INFO O| Mar 11 22:19:09.433 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192026-03-11T22:19:10.608Z[ recovery-image] Mar 11 22:19:09.441 INFO O| Mar 11 22:19:09.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66202026-03-11T22:19:10.611Z[ recovery-image] Mar 11 22:19:09.441 INFO O| Mar 11 22:19:09.441 INFO STEP 629 (remove_files) COMPLETE
66212026-03-11T22:19:10.611Z[ recovery-image] Mar 11 22:19:09.441 INFO O| Mar 11 22:19:09.441 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222026-03-11T22:19:10.617Z[ recovery-image] Mar 11 22:19:09.450 INFO O| Mar 11 22:19:09.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66232026-03-11T22:19:10.620Z[ recovery-image] Mar 11 22:19:09.450 INFO O| Mar 11 22:19:09.450 INFO STEP 630 (remove_files) COMPLETE
66242026-03-11T22:19:10.620Z[ recovery-image] Mar 11 22:19:09.450 INFO O| Mar 11 22:19:09.450 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252026-03-11T22:19:10.625Z[ recovery-image] Mar 11 22:19:09.458 INFO O| Mar 11 22:19:09.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66262026-03-11T22:19:10.628Z[ recovery-image] Mar 11 22:19:09.458 INFO O| Mar 11 22:19:09.458 INFO STEP 631 (remove_files) COMPLETE
66272026-03-11T22:19:10.628Z[ recovery-image] Mar 11 22:19:09.458 INFO O| Mar 11 22:19:09.458 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282026-03-11T22:19:10.633Z[ recovery-image] Mar 11 22:19:09.466 INFO O| Mar 11 22:19:09.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66292026-03-11T22:19:10.636Z[ recovery-image] Mar 11 22:19:09.466 INFO O| Mar 11 22:19:09.466 INFO STEP 632 (remove_files) COMPLETE
66302026-03-11T22:19:10.636Z[ recovery-image] Mar 11 22:19:09.466 INFO O| Mar 11 22:19:09.466 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312026-03-11T22:19:10.641Z[ recovery-image] Mar 11 22:19:09.474 INFO O| Mar 11 22:19:09.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66322026-03-11T22:19:10.644Z[ recovery-image] Mar 11 22:19:09.474 INFO O| Mar 11 22:19:09.474 INFO STEP 633 (remove_files) COMPLETE
66332026-03-11T22:19:10.644Z[ recovery-image] Mar 11 22:19:09.474 INFO O| Mar 11 22:19:09.474 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342026-03-11T22:19:10.650Z[ recovery-image] Mar 11 22:19:09.482 INFO O| Mar 11 22:19:09.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66352026-03-11T22:19:10.653Z[ recovery-image] Mar 11 22:19:09.482 INFO O| Mar 11 22:19:09.482 INFO STEP 634 (remove_files) COMPLETE
66362026-03-11T22:19:10.653Z[ recovery-image] Mar 11 22:19:09.482 INFO O| Mar 11 22:19:09.482 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372026-03-11T22:19:10.658Z[ recovery-image] Mar 11 22:19:09.491 INFO O| Mar 11 22:19:09.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66382026-03-11T22:19:10.661Z[ recovery-image] Mar 11 22:19:09.491 INFO O| Mar 11 22:19:09.491 INFO STEP 635 (remove_files) COMPLETE
66392026-03-11T22:19:10.661Z[ recovery-image] Mar 11 22:19:09.491 INFO O| Mar 11 22:19:09.491 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402026-03-11T22:19:10.667Z[ recovery-image] Mar 11 22:19:09.499 INFO O| Mar 11 22:19:09.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66412026-03-11T22:19:10.670Z[ recovery-image] Mar 11 22:19:09.500 INFO O| Mar 11 22:19:09.500 INFO STEP 636 (remove_files) COMPLETE
66422026-03-11T22:19:10.670Z[ recovery-image] Mar 11 22:19:09.500 INFO O| Mar 11 22:19:09.500 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432026-03-11T22:19:10.675Z[ recovery-image] Mar 11 22:19:09.508 INFO O| Mar 11 22:19:09.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66442026-03-11T22:19:10.678Z[ recovery-image] Mar 11 22:19:09.508 INFO O| Mar 11 22:19:09.508 INFO STEP 637 (remove_files) COMPLETE
66452026-03-11T22:19:10.678Z[ recovery-image] Mar 11 22:19:09.508 INFO O| Mar 11 22:19:09.508 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462026-03-11T22:19:10.683Z[ recovery-image] Mar 11 22:19:09.516 INFO O| Mar 11 22:19:09.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
66472026-03-11T22:19:10.686Z[ recovery-image] Mar 11 22:19:09.516 INFO O| Mar 11 22:19:09.516 INFO STEP 638 (remove_files) COMPLETE
66482026-03-11T22:19:10.686Z[ recovery-image] Mar 11 22:19:09.516 INFO O| Mar 11 22:19:09.516 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492026-03-11T22:19:10.691Z[ recovery-image] Mar 11 22:19:09.524 INFO O| Mar 11 22:19:09.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66502026-03-11T22:19:10.694Z[ recovery-image] Mar 11 22:19:09.524 INFO O| Mar 11 22:19:09.524 INFO STEP 639 (remove_files) COMPLETE
66512026-03-11T22:19:10.694Z[ recovery-image] Mar 11 22:19:09.524 INFO O| Mar 11 22:19:09.524 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522026-03-11T22:19:10.700Z[ recovery-image] Mar 11 22:19:09.533 INFO O| Mar 11 22:19:09.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66532026-03-11T22:19:10.703Z[ recovery-image] Mar 11 22:19:09.533 INFO O| Mar 11 22:19:09.533 INFO STEP 640 (remove_files) COMPLETE
66542026-03-11T22:19:10.703Z[ recovery-image] Mar 11 22:19:09.533 INFO O| Mar 11 22:19:09.533 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552026-03-11T22:19:10.708Z[ recovery-image] Mar 11 22:19:09.541 INFO O| Mar 11 22:19:09.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66562026-03-11T22:19:10.712Z[ recovery-image] Mar 11 22:19:09.541 INFO O| Mar 11 22:19:09.541 INFO STEP 641 (remove_files) COMPLETE
66572026-03-11T22:19:10.712Z[ recovery-image] Mar 11 22:19:09.541 INFO O| Mar 11 22:19:09.541 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582026-03-11T22:19:10.717Z[ recovery-image] Mar 11 22:19:09.549 INFO O| Mar 11 22:19:09.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66592026-03-11T22:19:10.720Z[ recovery-image] Mar 11 22:19:09.550 INFO O| Mar 11 22:19:09.549 INFO STEP 642 (remove_files) COMPLETE
66602026-03-11T22:19:10.720Z[ recovery-image] Mar 11 22:19:09.550 INFO O| Mar 11 22:19:09.550 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612026-03-11T22:19:10.727Z[ recovery-image] Mar 11 22:19:09.559 INFO O| Mar 11 22:19:09.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66622026-03-11T22:19:10.730Z[ recovery-image] Mar 11 22:19:09.559 INFO O| Mar 11 22:19:09.559 INFO STEP 643 (remove_files) COMPLETE
66632026-03-11T22:19:10.730Z[ recovery-image] Mar 11 22:19:09.559 INFO O| Mar 11 22:19:09.559 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642026-03-11T22:19:10.736Z[ recovery-image] Mar 11 22:19:09.569 INFO O| Mar 11 22:19:09.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66652026-03-11T22:19:10.739Z[ recovery-image] Mar 11 22:19:09.569 INFO O| Mar 11 22:19:09.569 INFO STEP 644 (remove_files) COMPLETE
66662026-03-11T22:19:10.739Z[ recovery-image] Mar 11 22:19:09.569 INFO O| Mar 11 22:19:09.569 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672026-03-11T22:19:10.745Z[ recovery-image] Mar 11 22:19:09.578 INFO O| Mar 11 22:19:09.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66682026-03-11T22:19:10.748Z[ recovery-image] Mar 11 22:19:09.578 INFO O| Mar 11 22:19:09.578 INFO STEP 645 (remove_files) COMPLETE
66692026-03-11T22:19:10.748Z[ recovery-image] Mar 11 22:19:09.578 INFO O| Mar 11 22:19:09.578 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702026-03-11T22:19:10.754Z[ recovery-image] Mar 11 22:19:09.587 INFO O| Mar 11 22:19:09.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66712026-03-11T22:19:10.757Z[ recovery-image] Mar 11 22:19:09.587 INFO O| Mar 11 22:19:09.587 INFO STEP 646 (remove_files) COMPLETE
66722026-03-11T22:19:10.757Z[ recovery-image] Mar 11 22:19:09.587 INFO O| Mar 11 22:19:09.587 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732026-03-11T22:19:10.762Z[ recovery-image] Mar 11 22:19:09.595 INFO O| Mar 11 22:19:09.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66742026-03-11T22:19:10.765Z[ recovery-image] Mar 11 22:19:09.595 INFO O| Mar 11 22:19:09.595 INFO STEP 647 (remove_files) COMPLETE
66752026-03-11T22:19:10.765Z[ recovery-image] Mar 11 22:19:09.595 INFO O| Mar 11 22:19:09.595 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762026-03-11T22:19:10.770Z[ recovery-image] Mar 11 22:19:09.603 INFO O| Mar 11 22:19:09.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66772026-03-11T22:19:10.774Z[ recovery-image] Mar 11 22:19:09.603 INFO O| Mar 11 22:19:09.603 INFO STEP 648 (remove_files) COMPLETE
66782026-03-11T22:19:10.774Z[ recovery-image] Mar 11 22:19:09.603 INFO O| Mar 11 22:19:09.603 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792026-03-11T22:19:10.779Z[ recovery-image] Mar 11 22:19:09.612 INFO O| Mar 11 22:19:09.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66802026-03-11T22:19:10.783Z[ recovery-image] Mar 11 22:19:09.612 INFO O| Mar 11 22:19:09.612 INFO STEP 649 (remove_files) COMPLETE
66812026-03-11T22:19:10.783Z[ recovery-image] Mar 11 22:19:09.612 INFO O| Mar 11 22:19:09.612 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822026-03-11T22:19:10.788Z[ recovery-image] Mar 11 22:19:09.621 INFO O| Mar 11 22:19:09.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66832026-03-11T22:19:10.791Z[ recovery-image] Mar 11 22:19:09.621 INFO O| Mar 11 22:19:09.621 INFO STEP 650 (remove_files) COMPLETE
66842026-03-11T22:19:10.791Z[ recovery-image] Mar 11 22:19:09.621 INFO O| Mar 11 22:19:09.621 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852026-03-11T22:19:10.796Z[ recovery-image] Mar 11 22:19:09.629 INFO O| Mar 11 22:19:09.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66862026-03-11T22:19:10.799Z[ recovery-image] Mar 11 22:19:09.629 INFO O| Mar 11 22:19:09.629 INFO STEP 651 (remove_files) COMPLETE
66872026-03-11T22:19:10.799Z[ recovery-image] Mar 11 22:19:09.629 INFO O| Mar 11 22:19:09.629 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882026-03-11T22:19:10.804Z[ recovery-image] Mar 11 22:19:09.637 INFO O| Mar 11 22:19:09.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66892026-03-11T22:19:10.808Z[ recovery-image] Mar 11 22:19:09.637 INFO O| Mar 11 22:19:09.637 INFO STEP 652 (remove_files) COMPLETE
66902026-03-11T22:19:10.808Z[ recovery-image] Mar 11 22:19:09.637 INFO O| Mar 11 22:19:09.637 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912026-03-11T22:19:10.812Z[ recovery-image] Mar 11 22:19:09.645 INFO O| Mar 11 22:19:09.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66922026-03-11T22:19:10.815Z[ recovery-image] Mar 11 22:19:09.645 INFO O| Mar 11 22:19:09.645 INFO STEP 653 (remove_files) COMPLETE
66932026-03-11T22:19:10.815Z[ recovery-image] Mar 11 22:19:09.645 INFO O| Mar 11 22:19:09.645 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942026-03-11T22:19:10.820Z[ recovery-image] Mar 11 22:19:09.653 INFO O| Mar 11 22:19:09.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66952026-03-11T22:19:10.824Z[ recovery-image] Mar 11 22:19:09.653 INFO O| Mar 11 22:19:09.653 INFO STEP 654 (remove_files) COMPLETE
66962026-03-11T22:19:10.824Z[ recovery-image] Mar 11 22:19:09.653 INFO O| Mar 11 22:19:09.653 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972026-03-11T22:19:10.828Z[ recovery-image] Mar 11 22:19:09.661 INFO O| Mar 11 22:19:09.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66982026-03-11T22:19:10.832Z[ recovery-image] Mar 11 22:19:09.661 INFO O| Mar 11 22:19:09.661 INFO STEP 655 (remove_files) COMPLETE
66992026-03-11T22:19:10.832Z[ recovery-image] Mar 11 22:19:09.661 INFO O| Mar 11 22:19:09.661 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002026-03-11T22:19:10.837Z[ recovery-image] Mar 11 22:19:09.670 INFO O| Mar 11 22:19:09.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67012026-03-11T22:19:10.840Z[ recovery-image] Mar 11 22:19:09.670 INFO O| Mar 11 22:19:09.670 INFO STEP 656 (remove_files) COMPLETE
67022026-03-11T22:19:10.840Z[ recovery-image] Mar 11 22:19:09.670 INFO O| Mar 11 22:19:09.670 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032026-03-11T22:19:10.844Z[ recovery-image] Mar 11 22:19:09.677 INFO O| Mar 11 22:19:09.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67042026-03-11T22:19:10.847Z[ recovery-image] Mar 11 22:19:09.677 INFO O| Mar 11 22:19:09.677 INFO STEP 657 (remove_files) COMPLETE
67052026-03-11T22:19:10.847Z[ recovery-image] Mar 11 22:19:09.677 INFO O| Mar 11 22:19:09.677 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062026-03-11T22:19:10.853Z[ recovery-image] Mar 11 22:19:09.686 INFO O| Mar 11 22:19:09.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67072026-03-11T22:19:10.856Z[ recovery-image] Mar 11 22:19:09.686 INFO O| Mar 11 22:19:09.686 INFO STEP 658 (remove_files) COMPLETE
67082026-03-11T22:19:10.856Z[ recovery-image] Mar 11 22:19:09.686 INFO O| Mar 11 22:19:09.686 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092026-03-11T22:19:10.861Z[ recovery-image] Mar 11 22:19:09.694 INFO O| Mar 11 22:19:09.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67102026-03-11T22:19:10.864Z[ recovery-image] Mar 11 22:19:09.694 INFO O| Mar 11 22:19:09.694 INFO STEP 659 (remove_files) COMPLETE
67112026-03-11T22:19:10.864Z[ recovery-image] Mar 11 22:19:09.694 INFO O| Mar 11 22:19:09.694 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122026-03-11T22:19:10.868Z[ recovery-image] Mar 11 22:19:09.701 INFO O| Mar 11 22:19:09.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67132026-03-11T22:19:10.872Z[ recovery-image] Mar 11 22:19:09.701 INFO O| Mar 11 22:19:09.701 INFO STEP 660 (remove_files) COMPLETE
67142026-03-11T22:19:10.872Z[ recovery-image] Mar 11 22:19:09.701 INFO O| Mar 11 22:19:09.701 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152026-03-11T22:19:10.877Z[ recovery-image] Mar 11 22:19:09.709 INFO O| Mar 11 22:19:09.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67162026-03-11T22:19:10.880Z[ recovery-image] Mar 11 22:19:09.709 INFO O| Mar 11 22:19:09.709 INFO STEP 661 (remove_files) COMPLETE
67172026-03-11T22:19:10.880Z[ recovery-image] Mar 11 22:19:09.709 INFO O| Mar 11 22:19:09.709 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182026-03-11T22:19:10.885Z[ recovery-image] Mar 11 22:19:09.717 INFO O| Mar 11 22:19:09.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67192026-03-11T22:19:10.888Z[ recovery-image] Mar 11 22:19:09.717 INFO O| Mar 11 22:19:09.717 INFO STEP 662 (remove_files) COMPLETE
67202026-03-11T22:19:10.888Z[ recovery-image] Mar 11 22:19:09.717 INFO O| Mar 11 22:19:09.717 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212026-03-11T22:19:10.893Z[ recovery-image] Mar 11 22:19:09.726 INFO O| Mar 11 22:19:09.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67222026-03-11T22:19:10.896Z[ recovery-image] Mar 11 22:19:09.726 INFO O| Mar 11 22:19:09.726 INFO STEP 663 (remove_files) COMPLETE
67232026-03-11T22:19:10.896Z[ recovery-image] Mar 11 22:19:09.726 INFO O| Mar 11 22:19:09.726 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242026-03-11T22:19:10.901Z[ recovery-image] Mar 11 22:19:09.734 INFO O| Mar 11 22:19:09.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67252026-03-11T22:19:10.904Z[ recovery-image] Mar 11 22:19:09.734 INFO O| Mar 11 22:19:09.734 INFO STEP 664 (remove_files) COMPLETE
67262026-03-11T22:19:10.904Z[ recovery-image] Mar 11 22:19:09.734 INFO O| Mar 11 22:19:09.734 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272026-03-11T22:19:10.908Z[ recovery-image] Mar 11 22:19:09.741 INFO O| Mar 11 22:19:09.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67282026-03-11T22:19:10.912Z[ recovery-image] Mar 11 22:19:09.741 INFO O| Mar 11 22:19:09.741 INFO STEP 665 (remove_files) COMPLETE
67292026-03-11T22:19:10.912Z[ recovery-image] Mar 11 22:19:09.741 INFO O| Mar 11 22:19:09.741 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302026-03-11T22:19:10.917Z[ recovery-image] Mar 11 22:19:09.749 INFO O| Mar 11 22:19:09.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67312026-03-11T22:19:10.920Z[ recovery-image] Mar 11 22:19:09.749 INFO O| Mar 11 22:19:09.749 INFO STEP 666 (remove_files) COMPLETE
67322026-03-11T22:19:10.920Z[ recovery-image] Mar 11 22:19:09.749 INFO O| Mar 11 22:19:09.749 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332026-03-11T22:19:10.924Z[ recovery-image] Mar 11 22:19:09.757 INFO O| Mar 11 22:19:09.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67342026-03-11T22:19:10.927Z[ recovery-image] Mar 11 22:19:09.757 INFO O| Mar 11 22:19:09.757 INFO STEP 667 (remove_files) COMPLETE
67352026-03-11T22:19:10.927Z[ recovery-image] Mar 11 22:19:09.757 INFO O| Mar 11 22:19:09.757 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362026-03-11T22:19:10.933Z[ recovery-image] Mar 11 22:19:09.765 INFO O| Mar 11 22:19:09.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67372026-03-11T22:19:10.936Z[ recovery-image] Mar 11 22:19:09.765 INFO O| Mar 11 22:19:09.765 INFO STEP 668 (remove_files) COMPLETE
67382026-03-11T22:19:10.936Z[ recovery-image] Mar 11 22:19:09.765 INFO O| Mar 11 22:19:09.765 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392026-03-11T22:19:10.941Z[ recovery-image] Mar 11 22:19:09.773 INFO O| Mar 11 22:19:09.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67402026-03-11T22:19:10.944Z[ recovery-image] Mar 11 22:19:09.773 INFO O| Mar 11 22:19:09.773 INFO STEP 669 (remove_files) COMPLETE
67412026-03-11T22:19:10.944Z[ recovery-image] Mar 11 22:19:09.773 INFO O| Mar 11 22:19:09.773 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422026-03-11T22:19:10.948Z[ recovery-image] Mar 11 22:19:09.781 INFO O| Mar 11 22:19:09.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67432026-03-11T22:19:10.951Z[ recovery-image] Mar 11 22:19:09.781 INFO O| Mar 11 22:19:09.781 INFO STEP 670 (remove_files) COMPLETE
67442026-03-11T22:19:10.951Z[ recovery-image] Mar 11 22:19:09.781 INFO O| Mar 11 22:19:09.781 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452026-03-11T22:19:10.956Z[ recovery-image] Mar 11 22:19:09.789 INFO O| Mar 11 22:19:09.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67462026-03-11T22:19:10.959Z[ recovery-image] Mar 11 22:19:09.789 INFO O| Mar 11 22:19:09.789 INFO STEP 671 (remove_files) COMPLETE
67472026-03-11T22:19:10.959Z[ recovery-image] Mar 11 22:19:09.789 INFO O| Mar 11 22:19:09.789 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482026-03-11T22:19:10.964Z[ recovery-image] Mar 11 22:19:09.796 INFO O| Mar 11 22:19:09.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67492026-03-11T22:19:10.967Z[ recovery-image] Mar 11 22:19:09.796 INFO O| Mar 11 22:19:09.796 INFO STEP 672 (remove_files) COMPLETE
67502026-03-11T22:19:10.967Z[ recovery-image] Mar 11 22:19:09.796 INFO O| Mar 11 22:19:09.796 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512026-03-11T22:19:10.971Z[ recovery-image] Mar 11 22:19:09.804 INFO O| Mar 11 22:19:09.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67522026-03-11T22:19:10.971Z[ recovery-image] Mar 11 22:19:09.804 INFO O| Mar 11 22:19:09.804 INFO STEP 673 (remove_files) COMPLETE
67532026-03-11T22:19:10.975Z[ recovery-image] Mar 11 22:19:09.804 INFO O| Mar 11 22:19:09.804 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542026-03-11T22:19:10.979Z[ recovery-image] Mar 11 22:19:09.812 INFO O| Mar 11 22:19:09.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67552026-03-11T22:19:10.979Z[ recovery-image] Mar 11 22:19:09.812 INFO O| Mar 11 22:19:09.812 INFO STEP 674 (remove_files) COMPLETE
67562026-03-11T22:19:10.979Z[ recovery-image] Mar 11 22:19:09.812 INFO O| Mar 11 22:19:09.812 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572026-03-11T22:19:10.987Z[ recovery-image] Mar 11 22:19:09.820 INFO O| Mar 11 22:19:09.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67582026-03-11T22:19:10.990Z[ recovery-image] Mar 11 22:19:09.820 INFO O| Mar 11 22:19:09.820 INFO STEP 675 (remove_files) COMPLETE
67592026-03-11T22:19:10.990Z[ recovery-image] Mar 11 22:19:09.820 INFO O| Mar 11 22:19:09.820 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602026-03-11T22:19:10.995Z[ recovery-image] Mar 11 22:19:09.828 INFO O| Mar 11 22:19:09.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67612026-03-11T22:19:10.998Z[ recovery-image] Mar 11 22:19:09.828 INFO O| Mar 11 22:19:09.828 INFO STEP 676 (remove_files) COMPLETE
67622026-03-11T22:19:10.998Z[ recovery-image] Mar 11 22:19:09.828 INFO O| Mar 11 22:19:09.828 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632026-03-11T22:19:11.003Z[ recovery-image] Mar 11 22:19:09.836 INFO O| Mar 11 22:19:09.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67642026-03-11T22:19:11.006Z[ recovery-image] Mar 11 22:19:09.836 INFO O| Mar 11 22:19:09.836 INFO STEP 677 (remove_files) COMPLETE
67652026-03-11T22:19:11.006Z[ recovery-image] Mar 11 22:19:09.836 INFO O| Mar 11 22:19:09.836 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662026-03-11T22:19:11.011Z[ recovery-image] Mar 11 22:19:09.844 INFO O| Mar 11 22:19:09.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67672026-03-11T22:19:11.011Z[ recovery-image] Mar 11 22:19:09.844 INFO O| Mar 11 22:19:09.844 INFO STEP 678 (remove_files) COMPLETE
67682026-03-11T22:19:11.014Z[ recovery-image] Mar 11 22:19:09.844 INFO O| Mar 11 22:19:09.844 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692026-03-11T22:19:11.019Z[ recovery-image] Mar 11 22:19:09.852 INFO O| Mar 11 22:19:09.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67702026-03-11T22:19:11.022Z[ recovery-image] Mar 11 22:19:09.852 INFO O| Mar 11 22:19:09.852 INFO STEP 679 (remove_files) COMPLETE
67712026-03-11T22:19:11.022Z[ recovery-image] Mar 11 22:19:09.852 INFO O| Mar 11 22:19:09.852 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722026-03-11T22:19:11.027Z[ recovery-image] Mar 11 22:19:09.860 INFO O| Mar 11 22:19:09.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67732026-03-11T22:19:11.030Z[ recovery-image] Mar 11 22:19:09.860 INFO O| Mar 11 22:19:09.860 INFO STEP 680 (remove_files) COMPLETE
67742026-03-11T22:19:11.030Z[ recovery-image] Mar 11 22:19:09.860 INFO O| Mar 11 22:19:09.860 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752026-03-11T22:19:11.035Z[ recovery-image] Mar 11 22:19:09.868 INFO O| Mar 11 22:19:09.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67762026-03-11T22:19:11.038Z[ recovery-image] Mar 11 22:19:09.868 INFO O| Mar 11 22:19:09.868 INFO STEP 681 (remove_files) COMPLETE
67772026-03-11T22:19:11.038Z[ recovery-image] Mar 11 22:19:09.868 INFO O| Mar 11 22:19:09.868 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782026-03-11T22:19:11.043Z[ recovery-image] Mar 11 22:19:09.876 INFO O| Mar 11 22:19:09.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67792026-03-11T22:19:11.046Z[ recovery-image] Mar 11 22:19:09.876 INFO O| Mar 11 22:19:09.876 INFO STEP 682 (remove_files) COMPLETE
67802026-03-11T22:19:11.046Z[ recovery-image] Mar 11 22:19:09.876 INFO O| Mar 11 22:19:09.876 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812026-03-11T22:19:11.050Z[ recovery-image] Mar 11 22:19:09.883 INFO O| Mar 11 22:19:09.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
67822026-03-11T22:19:11.053Z[ recovery-image] Mar 11 22:19:09.883 INFO O| Mar 11 22:19:09.883 INFO STEP 683 (remove_files) COMPLETE
67832026-03-11T22:19:11.053Z[ recovery-image] Mar 11 22:19:09.883 INFO O| Mar 11 22:19:09.883 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842026-03-11T22:19:11.058Z[ recovery-image] Mar 11 22:19:09.891 INFO O| Mar 11 22:19:09.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
67852026-03-11T22:19:11.061Z[ recovery-image] Mar 11 22:19:09.891 INFO O| Mar 11 22:19:09.891 INFO STEP 684 (remove_files) COMPLETE
67862026-03-11T22:19:11.061Z[ recovery-image] Mar 11 22:19:09.891 INFO O| Mar 11 22:19:09.891 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872026-03-11T22:19:11.066Z[ recovery-image] Mar 11 22:19:09.898 INFO O| Mar 11 22:19:09.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
67882026-03-11T22:19:11.069Z[ recovery-image] Mar 11 22:19:09.899 INFO O| Mar 11 22:19:09.899 INFO STEP 685 (remove_files) COMPLETE
67892026-03-11T22:19:11.069Z[ recovery-image] Mar 11 22:19:09.899 INFO O| Mar 11 22:19:09.899 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902026-03-11T22:19:11.074Z[ recovery-image] Mar 11 22:19:09.906 INFO O| Mar 11 22:19:09.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
67912026-03-11T22:19:11.077Z[ recovery-image] Mar 11 22:19:09.906 INFO O| Mar 11 22:19:09.906 INFO STEP 686 (remove_files) COMPLETE
67922026-03-11T22:19:11.077Z[ recovery-image] Mar 11 22:19:09.906 INFO O| Mar 11 22:19:09.906 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932026-03-11T22:19:11.081Z[ recovery-image] Mar 11 22:19:09.914 INFO O| Mar 11 22:19:09.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
67942026-03-11T22:19:11.084Z[ recovery-image] Mar 11 22:19:09.914 INFO O| Mar 11 22:19:09.914 INFO STEP 687 (remove_files) COMPLETE
67952026-03-11T22:19:11.084Z[ recovery-image] Mar 11 22:19:09.914 INFO O| Mar 11 22:19:09.914 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962026-03-11T22:19:11.089Z[ recovery-image] Mar 11 22:19:09.922 INFO O| Mar 11 22:19:09.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
67972026-03-11T22:19:11.092Z[ recovery-image] Mar 11 22:19:09.922 INFO O| Mar 11 22:19:09.922 INFO STEP 688 (remove_files) COMPLETE
67982026-03-11T22:19:11.092Z[ recovery-image] Mar 11 22:19:09.922 INFO O| Mar 11 22:19:09.922 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992026-03-11T22:19:11.097Z[ recovery-image] Mar 11 22:19:09.930 INFO O| Mar 11 22:19:09.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68002026-03-11T22:19:11.100Z[ recovery-image] Mar 11 22:19:09.930 INFO O| Mar 11 22:19:09.930 INFO STEP 689 (remove_files) COMPLETE
68012026-03-11T22:19:11.100Z[ recovery-image] Mar 11 22:19:09.930 INFO O| Mar 11 22:19:09.930 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022026-03-11T22:19:11.105Z[ recovery-image] Mar 11 22:19:09.938 INFO O| Mar 11 22:19:09.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68032026-03-11T22:19:11.108Z[ recovery-image] Mar 11 22:19:09.938 INFO O| Mar 11 22:19:09.938 INFO STEP 690 (remove_files) COMPLETE
68042026-03-11T22:19:11.108Z[ recovery-image] Mar 11 22:19:09.938 INFO O| Mar 11 22:19:09.938 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052026-03-11T22:19:11.113Z[ recovery-image] Mar 11 22:19:09.946 INFO O| Mar 11 22:19:09.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68062026-03-11T22:19:11.116Z[ recovery-image] Mar 11 22:19:09.946 INFO O| Mar 11 22:19:09.946 INFO STEP 691 (remove_files) COMPLETE
68072026-03-11T22:19:11.116Z[ recovery-image] Mar 11 22:19:09.946 INFO O| Mar 11 22:19:09.946 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082026-03-11T22:19:11.120Z[ recovery-image] Mar 11 22:19:09.953 INFO O| Mar 11 22:19:09.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68092026-03-11T22:19:11.124Z[ recovery-image] Mar 11 22:19:09.953 INFO O| Mar 11 22:19:09.953 INFO STEP 692 (remove_files) COMPLETE
68102026-03-11T22:19:11.124Z[ recovery-image] Mar 11 22:19:09.953 INFO O| Mar 11 22:19:09.953 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112026-03-11T22:19:11.129Z[ recovery-image] Mar 11 22:19:09.962 INFO O| Mar 11 22:19:09.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68122026-03-11T22:19:11.132Z[ recovery-image] Mar 11 22:19:09.962 INFO O| Mar 11 22:19:09.962 INFO STEP 693 (remove_files) COMPLETE
68132026-03-11T22:19:11.132Z[ recovery-image] Mar 11 22:19:09.962 INFO O| Mar 11 22:19:09.962 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142026-03-11T22:19:11.137Z[ recovery-image] Mar 11 22:19:09.970 INFO O| Mar 11 22:19:09.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68152026-03-11T22:19:11.140Z[ recovery-image] Mar 11 22:19:09.970 INFO O| Mar 11 22:19:09.970 INFO STEP 694 (remove_files) COMPLETE
68162026-03-11T22:19:11.140Z[ recovery-image] Mar 11 22:19:09.970 INFO O| Mar 11 22:19:09.970 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172026-03-11T22:19:11.146Z[ recovery-image] Mar 11 22:19:09.978 INFO O| Mar 11 22:19:09.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68182026-03-11T22:19:11.149Z[ recovery-image] Mar 11 22:19:09.979 INFO O| Mar 11 22:19:09.979 INFO STEP 695 (remove_files) COMPLETE
68192026-03-11T22:19:11.149Z[ recovery-image] Mar 11 22:19:09.979 INFO O| Mar 11 22:19:09.979 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202026-03-11T22:19:11.154Z[ recovery-image] Mar 11 22:19:09.987 INFO O| Mar 11 22:19:09.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68212026-03-11T22:19:11.157Z[ recovery-image] Mar 11 22:19:09.987 INFO O| Mar 11 22:19:09.987 INFO STEP 696 (remove_files) COMPLETE
68222026-03-11T22:19:11.157Z[ recovery-image] Mar 11 22:19:09.987 INFO O| Mar 11 22:19:09.987 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232026-03-11T22:19:11.162Z[ recovery-image] Mar 11 22:19:09.994 INFO O| Mar 11 22:19:09.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68242026-03-11T22:19:11.165Z[ recovery-image] Mar 11 22:19:09.994 INFO O| Mar 11 22:19:09.994 INFO STEP 697 (remove_files) COMPLETE
68252026-03-11T22:19:11.165Z[ recovery-image] Mar 11 22:19:09.994 INFO O| Mar 11 22:19:09.994 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262026-03-11T22:19:11.170Z[ recovery-image] Mar 11 22:19:10.003 INFO O| Mar 11 22:19:10.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68272026-03-11T22:19:11.170Z[ recovery-image] Mar 11 22:19:10.003 INFO O| Mar 11 22:19:10.003 INFO STEP 698 (remove_files) COMPLETE
68282026-03-11T22:19:11.174Z[ recovery-image] Mar 11 22:19:10.003 INFO O| Mar 11 22:19:10.003 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292026-03-11T22:19:11.179Z[ recovery-image] Mar 11 22:19:10.012 INFO O| Mar 11 22:19:10.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68302026-03-11T22:19:11.179Z[ recovery-image] Mar 11 22:19:10.012 INFO O| Mar 11 22:19:10.012 INFO STEP 699 (remove_files) COMPLETE
68312026-03-11T22:19:11.182Z[ recovery-image] Mar 11 22:19:10.012 INFO O| Mar 11 22:19:10.012 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322026-03-11T22:19:11.187Z[ recovery-image] Mar 11 22:19:10.020 INFO O| Mar 11 22:19:10.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68332026-03-11T22:19:11.187Z[ recovery-image] Mar 11 22:19:10.020 INFO O| Mar 11 22:19:10.020 INFO STEP 700 (remove_files) COMPLETE
68342026-03-11T22:19:11.190Z[ recovery-image] Mar 11 22:19:10.020 INFO O| Mar 11 22:19:10.020 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352026-03-11T22:19:11.196Z[ recovery-image] Mar 11 22:19:10.028 INFO O| Mar 11 22:19:10.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68362026-03-11T22:19:11.199Z[ recovery-image] Mar 11 22:19:10.028 INFO O| Mar 11 22:19:10.028 INFO STEP 701 (remove_files) COMPLETE
68372026-03-11T22:19:11.199Z[ recovery-image] Mar 11 22:19:10.028 INFO O| Mar 11 22:19:10.028 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382026-03-11T22:19:11.204Z[ recovery-image] Mar 11 22:19:10.037 INFO O| Mar 11 22:19:10.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68392026-03-11T22:19:11.207Z[ recovery-image] Mar 11 22:19:10.037 INFO O| Mar 11 22:19:10.037 INFO STEP 702 (remove_files) COMPLETE
68402026-03-11T22:19:11.207Z[ recovery-image] Mar 11 22:19:10.037 INFO O| Mar 11 22:19:10.037 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412026-03-11T22:19:11.212Z[ recovery-image] Mar 11 22:19:10.044 INFO O| Mar 11 22:19:10.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68422026-03-11T22:19:11.215Z[ recovery-image] Mar 11 22:19:10.044 INFO O| Mar 11 22:19:10.044 INFO STEP 703 (remove_files) COMPLETE
68432026-03-11T22:19:11.215Z[ recovery-image] Mar 11 22:19:10.044 INFO O| Mar 11 22:19:10.044 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442026-03-11T22:19:11.219Z[ recovery-image] Mar 11 22:19:10.051 INFO O| Mar 11 22:19:10.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68452026-03-11T22:19:11.222Z[ recovery-image] Mar 11 22:19:10.052 INFO O| Mar 11 22:19:10.052 INFO STEP 704 (remove_files) COMPLETE
68462026-03-11T22:19:11.222Z[ recovery-image] Mar 11 22:19:10.052 INFO O| Mar 11 22:19:10.052 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472026-03-11T22:19:11.226Z[ recovery-image] Mar 11 22:19:10.059 INFO O| Mar 11 22:19:10.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68482026-03-11T22:19:11.226Z[ recovery-image] Mar 11 22:19:10.059 INFO O| Mar 11 22:19:10.059 INFO STEP 705 (remove_files) COMPLETE
68492026-03-11T22:19:11.230Z[ recovery-image] Mar 11 22:19:10.059 INFO O| Mar 11 22:19:10.059 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502026-03-11T22:19:11.235Z[ recovery-image] Mar 11 22:19:10.068 INFO O| Mar 11 22:19:10.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68512026-03-11T22:19:11.238Z[ recovery-image] Mar 11 22:19:10.068 INFO O| Mar 11 22:19:10.068 INFO STEP 706 (remove_files) COMPLETE
68522026-03-11T22:19:11.238Z[ recovery-image] Mar 11 22:19:10.068 INFO O| Mar 11 22:19:10.068 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532026-03-11T22:19:11.243Z[ recovery-image] Mar 11 22:19:10.076 INFO O| Mar 11 22:19:10.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68542026-03-11T22:19:11.246Z[ recovery-image] Mar 11 22:19:10.076 INFO O| Mar 11 22:19:10.076 INFO STEP 707 (remove_files) COMPLETE
68552026-03-11T22:19:11.246Z[ recovery-image] Mar 11 22:19:10.076 INFO O| Mar 11 22:19:10.076 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562026-03-11T22:19:11.250Z[ recovery-image] Mar 11 22:19:10.083 INFO O| Mar 11 22:19:10.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68572026-03-11T22:19:11.250Z[ recovery-image] Mar 11 22:19:10.083 INFO O| Mar 11 22:19:10.083 INFO STEP 708 (remove_files) COMPLETE
68582026-03-11T22:19:11.253Z[ recovery-image] Mar 11 22:19:10.083 INFO O| Mar 11 22:19:10.083 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592026-03-11T22:19:11.258Z[ recovery-image] Mar 11 22:19:10.091 INFO O| Mar 11 22:19:10.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68602026-03-11T22:19:11.261Z[ recovery-image] Mar 11 22:19:10.091 INFO O| Mar 11 22:19:10.091 INFO STEP 709 (remove_files) COMPLETE
68612026-03-11T22:19:11.261Z[ recovery-image] Mar 11 22:19:10.091 INFO O| Mar 11 22:19:10.091 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622026-03-11T22:19:11.268Z[ recovery-image] Mar 11 22:19:10.101 INFO O| Mar 11 22:19:10.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68632026-03-11T22:19:11.272Z[ recovery-image] Mar 11 22:19:10.101 INFO O| Mar 11 22:19:10.101 INFO STEP 710 (remove_files) COMPLETE
68642026-03-11T22:19:11.272Z[ recovery-image] Mar 11 22:19:10.101 INFO O| Mar 11 22:19:10.101 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652026-03-11T22:19:11.279Z[ recovery-image] Mar 11 22:19:10.112 INFO O| Mar 11 22:19:10.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68662026-03-11T22:19:11.283Z[ recovery-image] Mar 11 22:19:10.112 INFO O| Mar 11 22:19:10.112 INFO STEP 711 (remove_files) COMPLETE
68672026-03-11T22:19:11.283Z[ recovery-image] Mar 11 22:19:10.112 INFO O| Mar 11 22:19:10.112 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682026-03-11T22:19:11.291Z[ recovery-image] Mar 11 22:19:10.124 INFO O| Mar 11 22:19:10.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68692026-03-11T22:19:11.294Z[ recovery-image] Mar 11 22:19:10.124 INFO O| Mar 11 22:19:10.124 INFO STEP 712 (remove_files) COMPLETE
68702026-03-11T22:19:11.294Z[ recovery-image] Mar 11 22:19:10.124 INFO O| Mar 11 22:19:10.124 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712026-03-11T22:19:11.302Z[ recovery-image] Mar 11 22:19:10.135 INFO O| Mar 11 22:19:10.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68722026-03-11T22:19:11.305Z[ recovery-image] Mar 11 22:19:10.135 INFO O| Mar 11 22:19:10.135 INFO STEP 713 (remove_files) COMPLETE
68732026-03-11T22:19:11.305Z[ recovery-image] Mar 11 22:19:10.135 INFO O| Mar 11 22:19:10.135 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742026-03-11T22:19:11.346Z[ recovery-image] Mar 11 22:19:10.146 INFO O| Mar 11 22:19:10.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68752026-03-11T22:19:11.346Z[ recovery-image] Mar 11 22:19:10.146 INFO O| Mar 11 22:19:10.146 INFO STEP 714 (remove_files) COMPLETE
68762026-03-11T22:19:11.346Z[ recovery-image] Mar 11 22:19:10.146 INFO O| Mar 11 22:19:10.146 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772026-03-11T22:19:11.346Z[ recovery-image] Mar 11 22:19:10.157 INFO O| Mar 11 22:19:10.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68782026-03-11T22:19:11.346Z[ recovery-image] Mar 11 22:19:10.157 INFO O| Mar 11 22:19:10.157 INFO STEP 715 (remove_files) COMPLETE
68792026-03-11T22:19:11.346Z[ recovery-image] Mar 11 22:19:10.157 INFO O| Mar 11 22:19:10.157 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802026-03-11T22:19:11.346Z[ recovery-image] Mar 11 22:19:10.167 INFO O| Mar 11 22:19:10.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68812026-03-11T22:19:11.346Z[ recovery-image] Mar 11 22:19:10.167 INFO O| Mar 11 22:19:10.167 INFO STEP 716 (remove_files) COMPLETE
68822026-03-11T22:19:11.346Z[ recovery-image] Mar 11 22:19:10.167 INFO O| Mar 11 22:19:10.167 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832026-03-11T22:19:11.346Z[ recovery-image] Mar 11 22:19:10.177 INFO O| Mar 11 22:19:10.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
68842026-03-11T22:19:11.346Z[ recovery-image] Mar 11 22:19:10.177 INFO O| Mar 11 22:19:10.177 INFO STEP 717 (remove_files) COMPLETE
68852026-03-11T22:19:11.346Z[ recovery-image] Mar 11 22:19:10.177 INFO O| Mar 11 22:19:10.177 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862026-03-11T22:19:11.355Z[ recovery-image] Mar 11 22:19:10.188 INFO O| Mar 11 22:19:10.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
68872026-03-11T22:19:11.355Z[ recovery-image] Mar 11 22:19:10.188 INFO O| Mar 11 22:19:10.188 INFO STEP 718 (remove_files) COMPLETE
68882026-03-11T22:19:11.358Z[ recovery-image] Mar 11 22:19:10.188 INFO O| Mar 11 22:19:10.188 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892026-03-11T22:19:11.366Z[ recovery-image] Mar 11 22:19:10.199 INFO O| Mar 11 22:19:10.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
68902026-03-11T22:19:11.370Z[ recovery-image] Mar 11 22:19:10.200 INFO O| Mar 11 22:19:10.200 INFO STEP 719 (remove_files) COMPLETE
68912026-03-11T22:19:11.370Z[ recovery-image] Mar 11 22:19:10.200 INFO O| Mar 11 22:19:10.200 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922026-03-11T22:19:11.378Z[ recovery-image] Mar 11 22:19:10.211 INFO O| Mar 11 22:19:10.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
68932026-03-11T22:19:11.381Z[ recovery-image] Mar 11 22:19:10.211 INFO O| Mar 11 22:19:10.211 INFO STEP 720 (remove_files) COMPLETE
68942026-03-11T22:19:11.381Z[ recovery-image] Mar 11 22:19:10.211 INFO O| Mar 11 22:19:10.211 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952026-03-11T22:19:11.389Z[ recovery-image] Mar 11 22:19:10.222 INFO O| Mar 11 22:19:10.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
68962026-03-11T22:19:11.392Z[ recovery-image] Mar 11 22:19:10.222 INFO O| Mar 11 22:19:10.222 INFO STEP 721 (remove_files) COMPLETE
68972026-03-11T22:19:11.392Z[ recovery-image] Mar 11 22:19:10.222 INFO O| Mar 11 22:19:10.222 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982026-03-11T22:19:11.400Z[ recovery-image] Mar 11 22:19:10.233 INFO O| Mar 11 22:19:10.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
68992026-03-11T22:19:11.403Z[ recovery-image] Mar 11 22:19:10.233 INFO O| Mar 11 22:19:10.233 INFO STEP 722 (remove_files) COMPLETE
69002026-03-11T22:19:11.403Z[ recovery-image] Mar 11 22:19:10.233 INFO O| Mar 11 22:19:10.233 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012026-03-11T22:19:11.412Z[ recovery-image] Mar 11 22:19:10.245 INFO O| Mar 11 22:19:10.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69022026-03-11T22:19:11.412Z[ recovery-image] Mar 11 22:19:10.245 INFO O| Mar 11 22:19:10.245 INFO STEP 723 (remove_files) COMPLETE
69032026-03-11T22:19:11.416Z[ recovery-image] Mar 11 22:19:10.245 INFO O| Mar 11 22:19:10.245 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042026-03-11T22:19:11.423Z[ recovery-image] Mar 11 22:19:10.256 INFO O| Mar 11 22:19:10.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69052026-03-11T22:19:11.427Z[ recovery-image] Mar 11 22:19:10.256 INFO O| Mar 11 22:19:10.256 INFO STEP 724 (remove_files) COMPLETE
69062026-03-11T22:19:11.427Z[ recovery-image] Mar 11 22:19:10.256 INFO O| Mar 11 22:19:10.256 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072026-03-11T22:19:11.435Z[ recovery-image] Mar 11 22:19:10.268 INFO O| Mar 11 22:19:10.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69082026-03-11T22:19:11.438Z[ recovery-image] Mar 11 22:19:10.268 INFO O| Mar 11 22:19:10.268 INFO STEP 725 (remove_files) COMPLETE
69092026-03-11T22:19:11.438Z[ recovery-image] Mar 11 22:19:10.268 INFO O| Mar 11 22:19:10.268 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102026-03-11T22:19:11.446Z[ recovery-image] Mar 11 22:19:10.279 INFO O| Mar 11 22:19:10.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69112026-03-11T22:19:11.450Z[ recovery-image] Mar 11 22:19:10.279 INFO O| Mar 11 22:19:10.279 INFO STEP 726 (remove_files) COMPLETE
69122026-03-11T22:19:11.450Z[ recovery-image] Mar 11 22:19:10.279 INFO O| Mar 11 22:19:10.279 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132026-03-11T22:19:11.458Z[ recovery-image] Mar 11 22:19:10.291 INFO O| Mar 11 22:19:10.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69142026-03-11T22:19:11.462Z[ recovery-image] Mar 11 22:19:10.291 INFO O| Mar 11 22:19:10.291 INFO STEP 727 (remove_files) COMPLETE
69152026-03-11T22:19:11.462Z[ recovery-image] Mar 11 22:19:10.291 INFO O| Mar 11 22:19:10.291 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162026-03-11T22:19:11.470Z[ recovery-image] Mar 11 22:19:10.303 INFO O| Mar 11 22:19:10.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69172026-03-11T22:19:11.473Z[ recovery-image] Mar 11 22:19:10.304 INFO O| Mar 11 22:19:10.304 INFO STEP 728 (remove_files) COMPLETE
69182026-03-11T22:19:11.473Z[ recovery-image] Mar 11 22:19:10.304 INFO O| Mar 11 22:19:10.304 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192026-03-11T22:19:11.482Z[ recovery-image] Mar 11 22:19:10.315 INFO O| Mar 11 22:19:10.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69202026-03-11T22:19:11.485Z[ recovery-image] Mar 11 22:19:10.316 INFO O| Mar 11 22:19:10.316 INFO STEP 729 (remove_files) COMPLETE
69212026-03-11T22:19:11.486Z[ recovery-image] Mar 11 22:19:10.316 INFO O| Mar 11 22:19:10.316 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222026-03-11T22:19:11.495Z[ recovery-image] Mar 11 22:19:10.328 INFO O| Mar 11 22:19:10.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69232026-03-11T22:19:11.498Z[ recovery-image] Mar 11 22:19:10.328 INFO O| Mar 11 22:19:10.328 INFO STEP 730 (remove_files) COMPLETE
69242026-03-11T22:19:11.498Z[ recovery-image] Mar 11 22:19:10.328 INFO O| Mar 11 22:19:10.328 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252026-03-11T22:19:11.507Z[ recovery-image] Mar 11 22:19:10.339 INFO O| Mar 11 22:19:10.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69262026-03-11T22:19:11.507Z[ recovery-image] Mar 11 22:19:10.339 INFO O| Mar 11 22:19:10.339 INFO STEP 731 (remove_files) COMPLETE
69272026-03-11T22:19:11.510Z[ recovery-image] Mar 11 22:19:10.339 INFO O| Mar 11 22:19:10.339 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282026-03-11T22:19:11.519Z[ recovery-image] Mar 11 22:19:10.351 INFO O| Mar 11 22:19:10.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69292026-03-11T22:19:11.519Z[ recovery-image] Mar 11 22:19:10.351 INFO O| Mar 11 22:19:10.351 INFO STEP 732 (remove_files) COMPLETE
69302026-03-11T22:19:11.519Z[ recovery-image] Mar 11 22:19:10.351 INFO O| Mar 11 22:19:10.351 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312026-03-11T22:19:11.530Z[ recovery-image] Mar 11 22:19:10.362 INFO O| Mar 11 22:19:10.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69322026-03-11T22:19:11.533Z[ recovery-image] Mar 11 22:19:10.362 INFO O| Mar 11 22:19:10.362 INFO STEP 733 (remove_files) COMPLETE
69332026-03-11T22:19:11.533Z[ recovery-image] Mar 11 22:19:10.362 INFO O| Mar 11 22:19:10.362 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342026-03-11T22:19:11.541Z[ recovery-image] Mar 11 22:19:10.374 INFO O| Mar 11 22:19:10.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69352026-03-11T22:19:11.545Z[ recovery-image] Mar 11 22:19:10.374 INFO O| Mar 11 22:19:10.374 INFO STEP 734 (remove_files) COMPLETE
69362026-03-11T22:19:11.545Z[ recovery-image] Mar 11 22:19:10.374 INFO O| Mar 11 22:19:10.374 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372026-03-11T22:19:11.552Z[ recovery-image] Mar 11 22:19:10.385 INFO O| Mar 11 22:19:10.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69382026-03-11T22:19:11.555Z[ recovery-image] Mar 11 22:19:10.385 INFO O| Mar 11 22:19:10.385 INFO STEP 735 (remove_files) COMPLETE
69392026-03-11T22:19:11.555Z[ recovery-image] Mar 11 22:19:10.385 INFO O| Mar 11 22:19:10.385 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402026-03-11T22:19:11.563Z[ recovery-image] Mar 11 22:19:10.396 INFO O| Mar 11 22:19:10.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69412026-03-11T22:19:11.566Z[ recovery-image] Mar 11 22:19:10.396 INFO O| Mar 11 22:19:10.396 INFO STEP 736 (remove_files) COMPLETE
69422026-03-11T22:19:11.566Z[ recovery-image] Mar 11 22:19:10.396 INFO O| Mar 11 22:19:10.396 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432026-03-11T22:19:11.574Z[ recovery-image] Mar 11 22:19:10.407 INFO O| Mar 11 22:19:10.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69442026-03-11T22:19:11.577Z[ recovery-image] Mar 11 22:19:10.407 INFO O| Mar 11 22:19:10.407 INFO STEP 737 (remove_files) COMPLETE
69452026-03-11T22:19:11.577Z[ recovery-image] Mar 11 22:19:10.407 INFO O| Mar 11 22:19:10.407 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462026-03-11T22:19:11.585Z[ recovery-image] Mar 11 22:19:10.418 INFO O| Mar 11 22:19:10.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69472026-03-11T22:19:11.588Z[ recovery-image] Mar 11 22:19:10.418 INFO O| Mar 11 22:19:10.418 INFO STEP 738 (remove_files) COMPLETE
69482026-03-11T22:19:11.588Z[ recovery-image] Mar 11 22:19:10.418 INFO O| Mar 11 22:19:10.418 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492026-03-11T22:19:11.595Z[ recovery-image] Mar 11 22:19:10.428 INFO O| Mar 11 22:19:10.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69502026-03-11T22:19:11.598Z[ recovery-image] Mar 11 22:19:10.428 INFO O| Mar 11 22:19:10.428 INFO STEP 739 (remove_files) COMPLETE
69512026-03-11T22:19:11.598Z[ recovery-image] Mar 11 22:19:10.428 INFO O| Mar 11 22:19:10.428 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522026-03-11T22:19:11.606Z[ recovery-image] Mar 11 22:19:10.439 INFO O| Mar 11 22:19:10.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69532026-03-11T22:19:11.609Z[ recovery-image] Mar 11 22:19:10.439 INFO O| Mar 11 22:19:10.439 INFO STEP 740 (remove_files) COMPLETE
69542026-03-11T22:19:11.609Z[ recovery-image] Mar 11 22:19:10.439 INFO O| Mar 11 22:19:10.439 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552026-03-11T22:19:11.617Z[ recovery-image] Mar 11 22:19:10.449 INFO O| Mar 11 22:19:10.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69562026-03-11T22:19:11.620Z[ recovery-image] Mar 11 22:19:10.450 INFO O| Mar 11 22:19:10.450 INFO STEP 741 (remove_files) COMPLETE
69572026-03-11T22:19:11.620Z[ recovery-image] Mar 11 22:19:10.450 INFO O| Mar 11 22:19:10.450 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582026-03-11T22:19:11.627Z[ recovery-image] Mar 11 22:19:10.460 INFO O| Mar 11 22:19:10.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69592026-03-11T22:19:11.630Z[ recovery-image] Mar 11 22:19:10.460 INFO O| Mar 11 22:19:10.460 INFO STEP 742 (remove_files) COMPLETE
69602026-03-11T22:19:11.630Z[ recovery-image] Mar 11 22:19:10.460 INFO O| Mar 11 22:19:10.460 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612026-03-11T22:19:11.635Z[ recovery-image] Mar 11 22:19:10.468 INFO O| Mar 11 22:19:10.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69622026-03-11T22:19:11.638Z[ recovery-image] Mar 11 22:19:10.468 INFO O| Mar 11 22:19:10.468 INFO STEP 743 (remove_files) COMPLETE
69632026-03-11T22:19:11.638Z[ recovery-image] Mar 11 22:19:10.468 INFO O| Mar 11 22:19:10.468 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642026-03-11T22:19:11.643Z[ recovery-image] Mar 11 22:19:10.475 INFO O| Mar 11 22:19:10.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69652026-03-11T22:19:11.646Z[ recovery-image] Mar 11 22:19:10.475 INFO O| Mar 11 22:19:10.475 INFO STEP 744 (remove_files) COMPLETE
69662026-03-11T22:19:11.646Z[ recovery-image] Mar 11 22:19:10.475 INFO O| Mar 11 22:19:10.475 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672026-03-11T22:19:11.651Z[ recovery-image] Mar 11 22:19:10.484 INFO O| Mar 11 22:19:10.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69682026-03-11T22:19:11.654Z[ recovery-image] Mar 11 22:19:10.484 INFO O| Mar 11 22:19:10.484 INFO STEP 745 (remove_files) COMPLETE
69692026-03-11T22:19:11.654Z[ recovery-image] Mar 11 22:19:10.484 INFO O| Mar 11 22:19:10.484 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702026-03-11T22:19:11.658Z[ recovery-image] Mar 11 22:19:10.491 INFO O| Mar 11 22:19:10.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69712026-03-11T22:19:11.661Z[ recovery-image] Mar 11 22:19:10.491 INFO O| Mar 11 22:19:10.491 INFO STEP 746 (remove_files) COMPLETE
69722026-03-11T22:19:11.661Z[ recovery-image] Mar 11 22:19:10.491 INFO O| Mar 11 22:19:10.491 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732026-03-11T22:19:11.666Z[ recovery-image] Mar 11 22:19:10.499 INFO O| Mar 11 22:19:10.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69742026-03-11T22:19:11.669Z[ recovery-image] Mar 11 22:19:10.499 INFO O| Mar 11 22:19:10.499 INFO STEP 747 (remove_files) COMPLETE
69752026-03-11T22:19:11.669Z[ recovery-image] Mar 11 22:19:10.499 INFO O| Mar 11 22:19:10.499 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762026-03-11T22:19:11.675Z[ recovery-image] Mar 11 22:19:10.508 INFO O| Mar 11 22:19:10.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69772026-03-11T22:19:11.678Z[ recovery-image] Mar 11 22:19:10.508 INFO O| Mar 11 22:19:10.508 INFO STEP 748 (remove_files) COMPLETE
69782026-03-11T22:19:11.678Z[ recovery-image] Mar 11 22:19:10.508 INFO O| Mar 11 22:19:10.508 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792026-03-11T22:19:11.684Z[ recovery-image] Mar 11 22:19:10.517 INFO O| Mar 11 22:19:10.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69802026-03-11T22:19:11.687Z[ recovery-image] Mar 11 22:19:10.517 INFO O| Mar 11 22:19:10.517 INFO STEP 749 (remove_files) COMPLETE
69812026-03-11T22:19:11.687Z[ recovery-image] Mar 11 22:19:10.517 INFO O| Mar 11 22:19:10.517 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822026-03-11T22:19:11.691Z[ recovery-image] Mar 11 22:19:10.524 INFO O| Mar 11 22:19:10.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
69832026-03-11T22:19:11.694Z[ recovery-image] Mar 11 22:19:10.524 INFO O| Mar 11 22:19:10.524 INFO STEP 750 (remove_files) COMPLETE
69842026-03-11T22:19:11.694Z[ recovery-image] Mar 11 22:19:10.524 INFO O| Mar 11 22:19:10.524 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852026-03-11T22:19:11.700Z[ recovery-image] Mar 11 22:19:10.532 INFO O| Mar 11 22:19:10.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69862026-03-11T22:19:11.703Z[ recovery-image] Mar 11 22:19:10.533 INFO O| Mar 11 22:19:10.533 INFO STEP 751 (remove_files) COMPLETE
69872026-03-11T22:19:11.703Z[ recovery-image] Mar 11 22:19:10.533 INFO O| Mar 11 22:19:10.533 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882026-03-11T22:19:11.708Z[ recovery-image] Mar 11 22:19:10.541 INFO O| Mar 11 22:19:10.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69892026-03-11T22:19:11.711Z[ recovery-image] Mar 11 22:19:10.541 INFO O| Mar 11 22:19:10.541 INFO STEP 752 (remove_files) COMPLETE
69902026-03-11T22:19:11.711Z[ recovery-image] Mar 11 22:19:10.541 INFO O| Mar 11 22:19:10.541 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912026-03-11T22:19:11.716Z[ recovery-image] Mar 11 22:19:10.549 INFO O| Mar 11 22:19:10.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69922026-03-11T22:19:11.719Z[ recovery-image] Mar 11 22:19:10.549 INFO O| Mar 11 22:19:10.549 INFO STEP 753 (remove_files) COMPLETE
69932026-03-11T22:19:11.719Z[ recovery-image] Mar 11 22:19:10.549 INFO O| Mar 11 22:19:10.549 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942026-03-11T22:19:11.724Z[ recovery-image] Mar 11 22:19:10.556 INFO O| Mar 11 22:19:10.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69952026-03-11T22:19:11.724Z[ recovery-image] Mar 11 22:19:10.556 INFO O| Mar 11 22:19:10.556 INFO STEP 754 (remove_files) COMPLETE
69962026-03-11T22:19:11.727Z[ recovery-image] Mar 11 22:19:10.556 INFO O| Mar 11 22:19:10.556 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972026-03-11T22:19:11.732Z[ recovery-image] Mar 11 22:19:10.565 INFO O| Mar 11 22:19:10.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69982026-03-11T22:19:11.735Z[ recovery-image] Mar 11 22:19:10.565 INFO O| Mar 11 22:19:10.565 INFO STEP 755 (remove_files) COMPLETE
69992026-03-11T22:19:11.735Z[ recovery-image] Mar 11 22:19:10.565 INFO O| Mar 11 22:19:10.565 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002026-03-11T22:19:11.740Z[ recovery-image] Mar 11 22:19:10.573 INFO O| Mar 11 22:19:10.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70012026-03-11T22:19:11.743Z[ recovery-image] Mar 11 22:19:10.573 INFO O| Mar 11 22:19:10.573 INFO STEP 756 (remove_files) COMPLETE
70022026-03-11T22:19:11.743Z[ recovery-image] Mar 11 22:19:10.573 INFO O| Mar 11 22:19:10.573 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032026-03-11T22:19:11.748Z[ recovery-image] Mar 11 22:19:10.581 INFO O| Mar 11 22:19:10.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70042026-03-11T22:19:11.752Z[ recovery-image] Mar 11 22:19:10.581 INFO O| Mar 11 22:19:10.581 INFO STEP 757 (remove_files) COMPLETE
70052026-03-11T22:19:11.752Z[ recovery-image] Mar 11 22:19:10.581 INFO O| Mar 11 22:19:10.581 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062026-03-11T22:19:11.756Z[ recovery-image] Mar 11 22:19:10.589 INFO O| Mar 11 22:19:10.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70072026-03-11T22:19:11.760Z[ recovery-image] Mar 11 22:19:10.589 INFO O| Mar 11 22:19:10.589 INFO STEP 758 (remove_files) COMPLETE
70082026-03-11T22:19:11.760Z[ recovery-image] Mar 11 22:19:10.589 INFO O| Mar 11 22:19:10.589 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092026-03-11T22:19:11.764Z[ recovery-image] Mar 11 22:19:10.597 INFO O| Mar 11 22:19:10.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70102026-03-11T22:19:11.767Z[ recovery-image] Mar 11 22:19:10.597 INFO O| Mar 11 22:19:10.597 INFO STEP 759 (remove_files) COMPLETE
70112026-03-11T22:19:11.767Z[ recovery-image] Mar 11 22:19:10.597 INFO O| Mar 11 22:19:10.597 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122026-03-11T22:19:11.772Z[ recovery-image] Mar 11 22:19:10.604 INFO O| Mar 11 22:19:10.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70132026-03-11T22:19:11.775Z[ recovery-image] Mar 11 22:19:10.604 INFO O| Mar 11 22:19:10.604 INFO STEP 760 (remove_files) COMPLETE
70142026-03-11T22:19:11.775Z[ recovery-image] Mar 11 22:19:10.604 INFO O| Mar 11 22:19:10.604 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152026-03-11T22:19:11.779Z[ recovery-image] Mar 11 22:19:10.612 INFO O| Mar 11 22:19:10.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70162026-03-11T22:19:11.782Z[ recovery-image] Mar 11 22:19:10.612 INFO O| Mar 11 22:19:10.612 INFO STEP 761 (remove_files) COMPLETE
70172026-03-11T22:19:11.782Z[ recovery-image] Mar 11 22:19:10.612 INFO O| Mar 11 22:19:10.612 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182026-03-11T22:19:11.787Z[ recovery-image] Mar 11 22:19:10.620 INFO O| Mar 11 22:19:10.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70192026-03-11T22:19:11.790Z[ recovery-image] Mar 11 22:19:10.620 INFO O| Mar 11 22:19:10.620 INFO STEP 762 (remove_files) COMPLETE
70202026-03-11T22:19:11.790Z[ recovery-image] Mar 11 22:19:10.620 INFO O| Mar 11 22:19:10.620 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212026-03-11T22:19:11.795Z[ recovery-image] Mar 11 22:19:10.628 INFO O| Mar 11 22:19:10.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70222026-03-11T22:19:11.798Z[ recovery-image] Mar 11 22:19:10.628 INFO O| Mar 11 22:19:10.628 INFO STEP 763 (remove_files) COMPLETE
70232026-03-11T22:19:11.798Z[ recovery-image] Mar 11 22:19:10.628 INFO O| Mar 11 22:19:10.628 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242026-03-11T22:19:11.803Z[ recovery-image] Mar 11 22:19:10.636 INFO O| Mar 11 22:19:10.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70252026-03-11T22:19:11.806Z[ recovery-image] Mar 11 22:19:10.636 INFO O| Mar 11 22:19:10.636 INFO STEP 764 (remove_files) COMPLETE
70262026-03-11T22:19:11.806Z[ recovery-image] Mar 11 22:19:10.636 INFO O| Mar 11 22:19:10.636 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272026-03-11T22:19:11.811Z[ recovery-image] Mar 11 22:19:10.644 INFO O| Mar 11 22:19:10.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70282026-03-11T22:19:11.814Z[ recovery-image] Mar 11 22:19:10.644 INFO O| Mar 11 22:19:10.644 INFO STEP 765 (remove_files) COMPLETE
70292026-03-11T22:19:11.814Z[ recovery-image] Mar 11 22:19:10.644 INFO O| Mar 11 22:19:10.644 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302026-03-11T22:19:11.818Z[ recovery-image] Mar 11 22:19:10.651 INFO O| Mar 11 22:19:10.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70312026-03-11T22:19:11.821Z[ recovery-image] Mar 11 22:19:10.651 INFO O| Mar 11 22:19:10.651 INFO STEP 766 (remove_files) COMPLETE
70322026-03-11T22:19:11.821Z[ recovery-image] Mar 11 22:19:10.651 INFO O| Mar 11 22:19:10.651 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332026-03-11T22:19:11.825Z[ recovery-image] Mar 11 22:19:10.658 INFO O| Mar 11 22:19:10.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70342026-03-11T22:19:11.828Z[ recovery-image] Mar 11 22:19:10.658 INFO O| Mar 11 22:19:10.658 INFO STEP 767 (remove_files) COMPLETE
70352026-03-11T22:19:11.828Z[ recovery-image] Mar 11 22:19:10.658 INFO O| Mar 11 22:19:10.658 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362026-03-11T22:19:11.833Z[ recovery-image] Mar 11 22:19:10.666 INFO O| Mar 11 22:19:10.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70372026-03-11T22:19:11.836Z[ recovery-image] Mar 11 22:19:10.666 INFO O| Mar 11 22:19:10.666 INFO STEP 768 (remove_files) COMPLETE
70382026-03-11T22:19:11.836Z[ recovery-image] Mar 11 22:19:10.666 INFO O| Mar 11 22:19:10.666 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392026-03-11T22:19:11.841Z[ recovery-image] Mar 11 22:19:10.673 INFO O| Mar 11 22:19:10.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70402026-03-11T22:19:11.841Z[ recovery-image] Mar 11 22:19:10.673 INFO O| Mar 11 22:19:10.673 INFO STEP 769 (remove_files) COMPLETE
70412026-03-11T22:19:11.841Z[ recovery-image] Mar 11 22:19:10.673 INFO O| Mar 11 22:19:10.673 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422026-03-11T22:19:11.848Z[ recovery-image] Mar 11 22:19:10.681 INFO O| Mar 11 22:19:10.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70432026-03-11T22:19:11.852Z[ recovery-image] Mar 11 22:19:10.681 INFO O| Mar 11 22:19:10.681 INFO STEP 770 (remove_files) COMPLETE
70442026-03-11T22:19:11.852Z[ recovery-image] Mar 11 22:19:10.681 INFO O| Mar 11 22:19:10.681 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452026-03-11T22:19:11.856Z[ recovery-image] Mar 11 22:19:10.689 INFO O| Mar 11 22:19:10.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70462026-03-11T22:19:11.859Z[ recovery-image] Mar 11 22:19:10.689 INFO O| Mar 11 22:19:10.689 INFO STEP 771 (remove_files) COMPLETE
70472026-03-11T22:19:11.859Z[ recovery-image] Mar 11 22:19:10.689 INFO O| Mar 11 22:19:10.689 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482026-03-11T22:19:11.864Z[ recovery-image] Mar 11 22:19:10.697 INFO O| Mar 11 22:19:10.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70492026-03-11T22:19:11.867Z[ recovery-image] Mar 11 22:19:10.697 INFO O| Mar 11 22:19:10.697 INFO STEP 772 (remove_files) COMPLETE
70502026-03-11T22:19:11.867Z[ recovery-image] Mar 11 22:19:10.697 INFO O| Mar 11 22:19:10.697 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512026-03-11T22:19:11.872Z[ recovery-image] Mar 11 22:19:10.704 INFO O| Mar 11 22:19:10.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70522026-03-11T22:19:11.875Z[ recovery-image] Mar 11 22:19:10.705 INFO O| Mar 11 22:19:10.705 INFO STEP 773 (remove_files) COMPLETE
70532026-03-11T22:19:11.875Z[ recovery-image] Mar 11 22:19:10.705 INFO O| Mar 11 22:19:10.705 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542026-03-11T22:19:11.879Z[ recovery-image] Mar 11 22:19:10.712 INFO O| Mar 11 22:19:10.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70552026-03-11T22:19:11.882Z[ recovery-image] Mar 11 22:19:10.712 INFO O| Mar 11 22:19:10.712 INFO STEP 774 (remove_files) COMPLETE
70562026-03-11T22:19:11.882Z[ recovery-image] Mar 11 22:19:10.712 INFO O| Mar 11 22:19:10.712 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572026-03-11T22:19:11.887Z[ recovery-image] Mar 11 22:19:10.720 INFO O| Mar 11 22:19:10.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70582026-03-11T22:19:11.890Z[ recovery-image] Mar 11 22:19:10.720 INFO O| Mar 11 22:19:10.720 INFO STEP 775 (remove_files) COMPLETE
70592026-03-11T22:19:11.890Z[ recovery-image] Mar 11 22:19:10.720 INFO O| Mar 11 22:19:10.720 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602026-03-11T22:19:11.895Z[ recovery-image] Mar 11 22:19:10.728 INFO O| Mar 11 22:19:10.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70612026-03-11T22:19:11.899Z[ recovery-image] Mar 11 22:19:10.728 INFO O| Mar 11 22:19:10.728 INFO STEP 776 (remove_files) COMPLETE
70622026-03-11T22:19:11.899Z[ recovery-image] Mar 11 22:19:10.728 INFO O| Mar 11 22:19:10.728 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632026-03-11T22:19:11.904Z[ recovery-image] Mar 11 22:19:10.737 INFO O| Mar 11 22:19:10.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70642026-03-11T22:19:11.907Z[ recovery-image] Mar 11 22:19:10.737 INFO O| Mar 11 22:19:10.737 INFO STEP 777 (remove_files) COMPLETE
70652026-03-11T22:19:11.907Z[ recovery-image] Mar 11 22:19:10.737 INFO O| Mar 11 22:19:10.737 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662026-03-11T22:19:11.912Z[ recovery-image] Mar 11 22:19:10.745 INFO O| Mar 11 22:19:10.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70672026-03-11T22:19:11.915Z[ recovery-image] Mar 11 22:19:10.745 INFO O| Mar 11 22:19:10.745 INFO STEP 778 (remove_files) COMPLETE
70682026-03-11T22:19:11.915Z[ recovery-image] Mar 11 22:19:10.745 INFO O| Mar 11 22:19:10.745 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692026-03-11T22:19:11.919Z[ recovery-image] Mar 11 22:19:10.752 INFO O| Mar 11 22:19:10.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70702026-03-11T22:19:11.922Z[ recovery-image] Mar 11 22:19:10.752 INFO O| Mar 11 22:19:10.752 INFO STEP 779 (remove_files) COMPLETE
70712026-03-11T22:19:11.922Z[ recovery-image] Mar 11 22:19:10.752 INFO O| Mar 11 22:19:10.752 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722026-03-11T22:19:11.927Z[ recovery-image] Mar 11 22:19:10.759 INFO O| Mar 11 22:19:10.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70732026-03-11T22:19:11.930Z[ recovery-image] Mar 11 22:19:10.759 INFO O| Mar 11 22:19:10.759 INFO STEP 780 (remove_files) COMPLETE
70742026-03-11T22:19:11.930Z[ recovery-image] Mar 11 22:19:10.759 INFO O| Mar 11 22:19:10.759 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752026-03-11T22:19:11.935Z[ recovery-image] Mar 11 22:19:10.768 INFO O| Mar 11 22:19:10.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70762026-03-11T22:19:11.935Z[ recovery-image] Mar 11 22:19:10.768 INFO O| Mar 11 22:19:10.768 INFO STEP 781 (remove_files) COMPLETE
70772026-03-11T22:19:11.938Z[ recovery-image] Mar 11 22:19:10.768 INFO O| Mar 11 22:19:10.768 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782026-03-11T22:19:11.943Z[ recovery-image] Mar 11 22:19:10.776 INFO O| Mar 11 22:19:10.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70792026-03-11T22:19:11.946Z[ recovery-image] Mar 11 22:19:10.776 INFO O| Mar 11 22:19:10.776 INFO STEP 782 (remove_files) COMPLETE
70802026-03-11T22:19:11.946Z[ recovery-image] Mar 11 22:19:10.776 INFO O| Mar 11 22:19:10.776 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812026-03-11T22:19:11.951Z[ recovery-image] Mar 11 22:19:10.783 INFO O| Mar 11 22:19:10.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
70822026-03-11T22:19:11.954Z[ recovery-image] Mar 11 22:19:10.783 INFO O| Mar 11 22:19:10.783 INFO STEP 783 (remove_files) COMPLETE
70832026-03-11T22:19:11.955Z[ recovery-image] Mar 11 22:19:10.783 INFO O| Mar 11 22:19:10.783 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842026-03-11T22:19:11.959Z[ recovery-image] Mar 11 22:19:10.791 INFO O| Mar 11 22:19:10.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
70852026-03-11T22:19:11.962Z[ recovery-image] Mar 11 22:19:10.791 INFO O| Mar 11 22:19:10.791 INFO STEP 784 (remove_files) COMPLETE
70862026-03-11T22:19:11.962Z[ recovery-image] Mar 11 22:19:10.791 INFO O| Mar 11 22:19:10.791 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872026-03-11T22:19:11.966Z[ recovery-image] Mar 11 22:19:10.799 INFO O| Mar 11 22:19:10.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
70882026-03-11T22:19:11.970Z[ recovery-image] Mar 11 22:19:10.799 INFO O| Mar 11 22:19:10.799 INFO STEP 785 (remove_files) COMPLETE
70892026-03-11T22:19:11.970Z[ recovery-image] Mar 11 22:19:10.799 INFO O| Mar 11 22:19:10.799 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902026-03-11T22:19:11.974Z[ recovery-image] Mar 11 22:19:10.807 INFO O| Mar 11 22:19:10.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
70912026-03-11T22:19:11.978Z[ recovery-image] Mar 11 22:19:10.807 INFO O| Mar 11 22:19:10.807 INFO STEP 786 (remove_files) COMPLETE
70922026-03-11T22:19:11.978Z[ recovery-image] Mar 11 22:19:10.807 INFO O| Mar 11 22:19:10.807 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932026-03-11T22:19:11.982Z[ recovery-image] Mar 11 22:19:10.815 INFO O| Mar 11 22:19:10.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
70942026-03-11T22:19:11.985Z[ recovery-image] Mar 11 22:19:10.815 INFO O| Mar 11 22:19:10.815 INFO STEP 787 (remove_files) COMPLETE
70952026-03-11T22:19:11.985Z[ recovery-image] Mar 11 22:19:10.815 INFO O| Mar 11 22:19:10.815 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962026-03-11T22:19:11.990Z[ recovery-image] Mar 11 22:19:10.823 INFO O| Mar 11 22:19:10.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
70972026-03-11T22:19:11.993Z[ recovery-image] Mar 11 22:19:10.823 INFO O| Mar 11 22:19:10.823 INFO STEP 788 (remove_files) COMPLETE
70982026-03-11T22:19:11.993Z[ recovery-image] Mar 11 22:19:10.823 INFO O| Mar 11 22:19:10.823 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992026-03-11T22:19:11.998Z[ recovery-image] Mar 11 22:19:10.831 INFO O| Mar 11 22:19:10.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71002026-03-11T22:19:12.001Z[ recovery-image] Mar 11 22:19:10.831 INFO O| Mar 11 22:19:10.831 INFO STEP 789 (remove_files) COMPLETE
71012026-03-11T22:19:12.001Z[ recovery-image] Mar 11 22:19:10.831 INFO O| Mar 11 22:19:10.831 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022026-03-11T22:19:12.006Z[ recovery-image] Mar 11 22:19:10.839 INFO O| Mar 11 22:19:10.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71032026-03-11T22:19:12.009Z[ recovery-image] Mar 11 22:19:10.839 INFO O| Mar 11 22:19:10.839 INFO STEP 790 (remove_files) COMPLETE
71042026-03-11T22:19:12.009Z[ recovery-image] Mar 11 22:19:10.839 INFO O| Mar 11 22:19:10.839 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052026-03-11T22:19:12.014Z[ recovery-image] Mar 11 22:19:10.846 INFO O| Mar 11 22:19:10.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71062026-03-11T22:19:12.017Z[ recovery-image] Mar 11 22:19:10.847 INFO O| Mar 11 22:19:10.846 INFO STEP 791 (remove_files) COMPLETE
71072026-03-11T22:19:12.017Z[ recovery-image] Mar 11 22:19:10.847 INFO O| Mar 11 22:19:10.846 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082026-03-11T22:19:12.022Z[ recovery-image] Mar 11 22:19:10.855 INFO O| Mar 11 22:19:10.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71092026-03-11T22:19:12.025Z[ recovery-image] Mar 11 22:19:10.855 INFO O| Mar 11 22:19:10.855 INFO STEP 792 (remove_files) COMPLETE
71102026-03-11T22:19:12.025Z[ recovery-image] Mar 11 22:19:10.855 INFO O| Mar 11 22:19:10.855 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112026-03-11T22:19:12.030Z[ recovery-image] Mar 11 22:19:10.862 INFO O| Mar 11 22:19:10.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71122026-03-11T22:19:12.033Z[ recovery-image] Mar 11 22:19:10.862 INFO O| Mar 11 22:19:10.862 INFO STEP 793 (remove_files) COMPLETE
71132026-03-11T22:19:12.033Z[ recovery-image] Mar 11 22:19:10.862 INFO O| Mar 11 22:19:10.862 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142026-03-11T22:19:12.037Z[ recovery-image] Mar 11 22:19:10.870 INFO O| Mar 11 22:19:10.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71152026-03-11T22:19:12.041Z[ recovery-image] Mar 11 22:19:10.870 INFO O| Mar 11 22:19:10.870 INFO STEP 794 (remove_files) COMPLETE
71162026-03-11T22:19:12.041Z[ recovery-image] Mar 11 22:19:10.870 INFO O| Mar 11 22:19:10.870 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172026-03-11T22:19:12.045Z[ recovery-image] Mar 11 22:19:10.877 INFO O| Mar 11 22:19:10.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71182026-03-11T22:19:12.048Z[ recovery-image] Mar 11 22:19:10.878 INFO O| Mar 11 22:19:10.878 INFO STEP 795 (remove_files) COMPLETE
71192026-03-11T22:19:12.048Z[ recovery-image] Mar 11 22:19:10.878 INFO O| Mar 11 22:19:10.878 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202026-03-11T22:19:12.053Z[ recovery-image] Mar 11 22:19:10.885 INFO O| Mar 11 22:19:10.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71212026-03-11T22:19:12.056Z[ recovery-image] Mar 11 22:19:10.885 INFO O| Mar 11 22:19:10.885 INFO STEP 796 (remove_files) COMPLETE
71222026-03-11T22:19:12.056Z[ recovery-image] Mar 11 22:19:10.885 INFO O| Mar 11 22:19:10.885 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232026-03-11T22:19:12.060Z[ recovery-image] Mar 11 22:19:10.893 INFO O| Mar 11 22:19:10.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71242026-03-11T22:19:12.063Z[ recovery-image] Mar 11 22:19:10.893 INFO O| Mar 11 22:19:10.893 INFO STEP 797 (remove_files) COMPLETE
71252026-03-11T22:19:12.063Z[ recovery-image] Mar 11 22:19:10.893 INFO O| Mar 11 22:19:10.893 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262026-03-11T22:19:12.068Z[ recovery-image] Mar 11 22:19:10.901 INFO O| Mar 11 22:19:10.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71272026-03-11T22:19:12.072Z[ recovery-image] Mar 11 22:19:10.901 INFO O| Mar 11 22:19:10.901 INFO STEP 798 (remove_files) COMPLETE
71282026-03-11T22:19:12.072Z[ recovery-image] Mar 11 22:19:10.901 INFO O| Mar 11 22:19:10.901 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292026-03-11T22:19:12.076Z[ recovery-image] Mar 11 22:19:10.909 INFO O| Mar 11 22:19:10.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71302026-03-11T22:19:12.079Z[ recovery-image] Mar 11 22:19:10.909 INFO O| Mar 11 22:19:10.909 INFO STEP 799 (remove_files) COMPLETE
71312026-03-11T22:19:12.079Z[ recovery-image] Mar 11 22:19:10.909 INFO O| Mar 11 22:19:10.909 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322026-03-11T22:19:12.084Z[ recovery-image] Mar 11 22:19:10.916 INFO O| Mar 11 22:19:10.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71332026-03-11T22:19:12.087Z[ recovery-image] Mar 11 22:19:10.917 INFO O| Mar 11 22:19:10.917 INFO STEP 800 (remove_files) COMPLETE
71342026-03-11T22:19:12.087Z[ recovery-image] Mar 11 22:19:10.917 INFO O| Mar 11 22:19:10.917 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352026-03-11T22:19:12.091Z[ recovery-image] Mar 11 22:19:10.924 INFO O| Mar 11 22:19:10.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71362026-03-11T22:19:12.094Z[ recovery-image] Mar 11 22:19:10.924 INFO O| Mar 11 22:19:10.924 INFO STEP 801 (remove_files) COMPLETE
71372026-03-11T22:19:12.094Z[ recovery-image] Mar 11 22:19:10.924 INFO O| Mar 11 22:19:10.924 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382026-03-11T22:19:12.098Z[ recovery-image] Mar 11 22:19:10.931 INFO O| Mar 11 22:19:10.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71392026-03-11T22:19:12.101Z[ recovery-image] Mar 11 22:19:10.931 INFO O| Mar 11 22:19:10.931 INFO STEP 802 (remove_files) COMPLETE
71402026-03-11T22:19:12.101Z[ recovery-image] Mar 11 22:19:10.931 INFO O| Mar 11 22:19:10.931 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412026-03-11T22:19:12.106Z[ recovery-image] Mar 11 22:19:10.939 INFO O| Mar 11 22:19:10.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71422026-03-11T22:19:12.110Z[ recovery-image] Mar 11 22:19:10.939 INFO O| Mar 11 22:19:10.939 INFO STEP 803 (remove_files) COMPLETE
71432026-03-11T22:19:12.110Z[ recovery-image] Mar 11 22:19:10.939 INFO O| Mar 11 22:19:10.939 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442026-03-11T22:19:12.115Z[ recovery-image] Mar 11 22:19:10.948 INFO O| Mar 11 22:19:10.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71452026-03-11T22:19:12.118Z[ recovery-image] Mar 11 22:19:10.948 INFO O| Mar 11 22:19:10.948 INFO STEP 804 (remove_files) COMPLETE
71462026-03-11T22:19:12.118Z[ recovery-image] Mar 11 22:19:10.948 INFO O| Mar 11 22:19:10.948 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472026-03-11T22:19:12.123Z[ recovery-image] Mar 11 22:19:10.956 INFO O| Mar 11 22:19:10.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71482026-03-11T22:19:12.126Z[ recovery-image] Mar 11 22:19:10.956 INFO O| Mar 11 22:19:10.956 INFO STEP 805 (remove_files) COMPLETE
71492026-03-11T22:19:12.126Z[ recovery-image] Mar 11 22:19:10.956 INFO O| Mar 11 22:19:10.956 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502026-03-11T22:19:12.130Z[ recovery-image] Mar 11 22:19:10.963 INFO O| Mar 11 22:19:10.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71512026-03-11T22:19:12.133Z[ recovery-image] Mar 11 22:19:10.963 INFO O| Mar 11 22:19:10.963 INFO STEP 806 (remove_files) COMPLETE
71522026-03-11T22:19:12.133Z[ recovery-image] Mar 11 22:19:10.963 INFO O| Mar 11 22:19:10.963 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532026-03-11T22:19:12.137Z[ recovery-image] Mar 11 22:19:10.970 INFO O| Mar 11 22:19:10.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71542026-03-11T22:19:12.140Z[ recovery-image] Mar 11 22:19:10.970 INFO O| Mar 11 22:19:10.970 INFO STEP 807 (remove_files) COMPLETE
71552026-03-11T22:19:12.140Z[ recovery-image] Mar 11 22:19:10.970 INFO O| Mar 11 22:19:10.970 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562026-03-11T22:19:12.145Z[ recovery-image] Mar 11 22:19:10.978 INFO O| Mar 11 22:19:10.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71572026-03-11T22:19:12.148Z[ recovery-image] Mar 11 22:19:10.978 INFO O| Mar 11 22:19:10.978 INFO STEP 808 (remove_files) COMPLETE
71582026-03-11T22:19:12.148Z[ recovery-image] Mar 11 22:19:10.978 INFO O| Mar 11 22:19:10.978 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592026-03-11T22:19:12.153Z[ recovery-image] Mar 11 22:19:10.986 INFO O| Mar 11 22:19:10.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71602026-03-11T22:19:12.156Z[ recovery-image] Mar 11 22:19:10.986 INFO O| Mar 11 22:19:10.986 INFO STEP 809 (remove_files) COMPLETE
71612026-03-11T22:19:12.156Z[ recovery-image] Mar 11 22:19:10.986 INFO O| Mar 11 22:19:10.986 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622026-03-11T22:19:12.161Z[ recovery-image] Mar 11 22:19:10.993 INFO O| Mar 11 22:19:10.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71632026-03-11T22:19:12.164Z[ recovery-image] Mar 11 22:19:10.993 INFO O| Mar 11 22:19:10.993 INFO STEP 810 (remove_files) COMPLETE
71642026-03-11T22:19:12.164Z[ recovery-image] Mar 11 22:19:10.993 INFO O| Mar 11 22:19:10.993 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652026-03-11T22:19:12.169Z[ recovery-image] Mar 11 22:19:11.002 INFO O| Mar 11 22:19:11.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71662026-03-11T22:19:12.172Z[ recovery-image] Mar 11 22:19:11.002 INFO O| Mar 11 22:19:11.002 INFO STEP 811 (remove_files) COMPLETE
71672026-03-11T22:19:12.172Z[ recovery-image] Mar 11 22:19:11.002 INFO O| Mar 11 22:19:11.002 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682026-03-11T22:19:12.178Z[ recovery-image] Mar 11 22:19:11.011 INFO O| Mar 11 22:19:11.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71692026-03-11T22:19:12.181Z[ recovery-image] Mar 11 22:19:11.011 INFO O| Mar 11 22:19:11.011 INFO STEP 812 (remove_files) COMPLETE
71702026-03-11T22:19:12.181Z[ recovery-image] Mar 11 22:19:11.011 INFO O| Mar 11 22:19:11.011 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712026-03-11T22:19:12.186Z[ recovery-image] Mar 11 22:19:11.019 INFO O| Mar 11 22:19:11.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71722026-03-11T22:19:12.189Z[ recovery-image] Mar 11 22:19:11.019 INFO O| Mar 11 22:19:11.019 INFO STEP 813 (remove_files) COMPLETE
71732026-03-11T22:19:12.189Z[ recovery-image] Mar 11 22:19:11.019 INFO O| Mar 11 22:19:11.019 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742026-03-11T22:19:12.194Z[ recovery-image] Mar 11 22:19:11.027 INFO O| Mar 11 22:19:11.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71752026-03-11T22:19:12.197Z[ recovery-image] Mar 11 22:19:11.027 INFO O| Mar 11 22:19:11.027 INFO STEP 814 (remove_files) COMPLETE
71762026-03-11T22:19:12.197Z[ recovery-image] Mar 11 22:19:11.027 INFO O| Mar 11 22:19:11.027 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772026-03-11T22:19:12.202Z[ recovery-image] Mar 11 22:19:11.035 INFO O| Mar 11 22:19:11.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71782026-03-11T22:19:12.205Z[ recovery-image] Mar 11 22:19:11.035 INFO O| Mar 11 22:19:11.035 INFO STEP 815 (remove_files) COMPLETE
71792026-03-11T22:19:12.205Z[ recovery-image] Mar 11 22:19:11.035 INFO O| Mar 11 22:19:11.035 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802026-03-11T22:19:12.209Z[ recovery-image] Mar 11 22:19:11.042 INFO O| Mar 11 22:19:11.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71812026-03-11T22:19:12.212Z[ recovery-image] Mar 11 22:19:11.042 INFO O| Mar 11 22:19:11.042 INFO STEP 816 (remove_files) COMPLETE
71822026-03-11T22:19:12.212Z[ recovery-image] Mar 11 22:19:11.042 INFO O| Mar 11 22:19:11.042 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832026-03-11T22:19:12.217Z[ recovery-image] Mar 11 22:19:11.049 INFO O| Mar 11 22:19:11.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
71842026-03-11T22:19:12.220Z[ recovery-image] Mar 11 22:19:11.049 INFO O| Mar 11 22:19:11.049 INFO STEP 817 (remove_files) COMPLETE
71852026-03-11T22:19:12.220Z[ recovery-image] Mar 11 22:19:11.049 INFO O| Mar 11 22:19:11.049 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862026-03-11T22:19:12.224Z[ recovery-image] Mar 11 22:19:11.057 INFO O| Mar 11 22:19:11.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
71872026-03-11T22:19:12.227Z[ recovery-image] Mar 11 22:19:11.057 INFO O| Mar 11 22:19:11.057 INFO STEP 818 (remove_files) COMPLETE
71882026-03-11T22:19:12.227Z[ recovery-image] Mar 11 22:19:11.057 INFO O| Mar 11 22:19:11.057 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892026-03-11T22:19:12.232Z[ recovery-image] Mar 11 22:19:11.064 INFO O| Mar 11 22:19:11.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
71902026-03-11T22:19:12.235Z[ recovery-image] Mar 11 22:19:11.065 INFO O| Mar 11 22:19:11.065 INFO STEP 819 (remove_files) COMPLETE
71912026-03-11T22:19:12.235Z[ recovery-image] Mar 11 22:19:11.065 INFO O| Mar 11 22:19:11.065 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922026-03-11T22:19:12.240Z[ recovery-image] Mar 11 22:19:11.072 INFO O| Mar 11 22:19:11.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
71932026-03-11T22:19:12.243Z[ recovery-image] Mar 11 22:19:11.072 INFO O| Mar 11 22:19:11.072 INFO STEP 820 (remove_files) COMPLETE
71942026-03-11T22:19:12.243Z[ recovery-image] Mar 11 22:19:11.072 INFO O| Mar 11 22:19:11.072 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952026-03-11T22:19:12.248Z[ recovery-image] Mar 11 22:19:11.081 INFO O| Mar 11 22:19:11.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
71962026-03-11T22:19:12.251Z[ recovery-image] Mar 11 22:19:11.081 INFO O| Mar 11 22:19:11.081 INFO STEP 821 (remove_files) COMPLETE
71972026-03-11T22:19:12.251Z[ recovery-image] Mar 11 22:19:11.081 INFO O| Mar 11 22:19:11.081 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982026-03-11T22:19:12.256Z[ recovery-image] Mar 11 22:19:11.088 INFO O| Mar 11 22:19:11.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
71992026-03-11T22:19:12.259Z[ recovery-image] Mar 11 22:19:11.088 INFO O| Mar 11 22:19:11.088 INFO STEP 822 (remove_files) COMPLETE
72002026-03-11T22:19:12.259Z[ recovery-image] Mar 11 22:19:11.088 INFO O| Mar 11 22:19:11.088 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012026-03-11T22:19:12.264Z[ recovery-image] Mar 11 22:19:11.097 INFO O| Mar 11 22:19:11.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72022026-03-11T22:19:12.267Z[ recovery-image] Mar 11 22:19:11.097 INFO O| Mar 11 22:19:11.097 INFO STEP 823 (remove_files) COMPLETE
72032026-03-11T22:19:12.267Z[ recovery-image] Mar 11 22:19:11.097 INFO O| Mar 11 22:19:11.097 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042026-03-11T22:19:12.273Z[ recovery-image] Mar 11 22:19:11.105 INFO O| Mar 11 22:19:11.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72052026-03-11T22:19:12.273Z[ recovery-image] Mar 11 22:19:11.105 INFO O| Mar 11 22:19:11.105 INFO STEP 824 (remove_files) COMPLETE
72062026-03-11T22:19:12.276Z[ recovery-image] Mar 11 22:19:11.105 INFO O| Mar 11 22:19:11.105 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072026-03-11T22:19:12.280Z[ recovery-image] Mar 11 22:19:11.112 INFO O| Mar 11 22:19:11.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72082026-03-11T22:19:12.283Z[ recovery-image] Mar 11 22:19:11.112 INFO O| Mar 11 22:19:11.112 INFO STEP 825 (remove_files) COMPLETE
72092026-03-11T22:19:12.283Z[ recovery-image] Mar 11 22:19:11.112 INFO O| Mar 11 22:19:11.112 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102026-03-11T22:19:12.287Z[ recovery-image] Mar 11 22:19:11.120 INFO O| Mar 11 22:19:11.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72112026-03-11T22:19:12.290Z[ recovery-image] Mar 11 22:19:11.120 INFO O| Mar 11 22:19:11.120 INFO STEP 826 (remove_files) COMPLETE
72122026-03-11T22:19:12.290Z[ recovery-image] Mar 11 22:19:11.120 INFO O| Mar 11 22:19:11.120 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132026-03-11T22:19:12.295Z[ recovery-image] Mar 11 22:19:11.128 INFO O| Mar 11 22:19:11.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72142026-03-11T22:19:12.298Z[ recovery-image] Mar 11 22:19:11.128 INFO O| Mar 11 22:19:11.128 INFO STEP 827 (remove_files) COMPLETE
72152026-03-11T22:19:12.298Z[ recovery-image] Mar 11 22:19:11.128 INFO O| Mar 11 22:19:11.128 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162026-03-11T22:19:12.303Z[ recovery-image] Mar 11 22:19:11.135 INFO O| Mar 11 22:19:11.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72172026-03-11T22:19:12.306Z[ recovery-image] Mar 11 22:19:11.135 INFO O| Mar 11 22:19:11.135 INFO STEP 828 (remove_files) COMPLETE
72182026-03-11T22:19:12.306Z[ recovery-image] Mar 11 22:19:11.135 INFO O| Mar 11 22:19:11.135 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192026-03-11T22:19:12.310Z[ recovery-image] Mar 11 22:19:11.143 INFO O| Mar 11 22:19:11.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72202026-03-11T22:19:12.313Z[ recovery-image] Mar 11 22:19:11.143 INFO O| Mar 11 22:19:11.143 INFO STEP 829 (remove_files) COMPLETE
72212026-03-11T22:19:12.313Z[ recovery-image] Mar 11 22:19:11.143 INFO O| Mar 11 22:19:11.143 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222026-03-11T22:19:12.318Z[ recovery-image] Mar 11 22:19:11.150 INFO O| Mar 11 22:19:11.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72232026-03-11T22:19:12.321Z[ recovery-image] Mar 11 22:19:11.150 INFO O| Mar 11 22:19:11.150 INFO STEP 830 (remove_files) COMPLETE
72242026-03-11T22:19:12.321Z[ recovery-image] Mar 11 22:19:11.150 INFO O| Mar 11 22:19:11.150 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252026-03-11T22:19:12.326Z[ recovery-image] Mar 11 22:19:11.158 INFO O| Mar 11 22:19:11.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72262026-03-11T22:19:12.329Z[ recovery-image] Mar 11 22:19:11.158 INFO O| Mar 11 22:19:11.158 INFO STEP 831 (remove_files) COMPLETE
72272026-03-11T22:19:12.329Z[ recovery-image] Mar 11 22:19:11.158 INFO O| Mar 11 22:19:11.158 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282026-03-11T22:19:12.333Z[ recovery-image] Mar 11 22:19:11.166 INFO O| Mar 11 22:19:11.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72292026-03-11T22:19:12.336Z[ recovery-image] Mar 11 22:19:11.166 INFO O| Mar 11 22:19:11.166 INFO STEP 832 (remove_files) COMPLETE
72302026-03-11T22:19:12.336Z[ recovery-image] Mar 11 22:19:11.166 INFO O| Mar 11 22:19:11.166 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312026-03-11T22:19:12.341Z[ recovery-image] Mar 11 22:19:11.174 INFO O| Mar 11 22:19:11.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72322026-03-11T22:19:12.344Z[ recovery-image] Mar 11 22:19:11.174 INFO O| Mar 11 22:19:11.174 INFO STEP 833 (remove_files) COMPLETE
72332026-03-11T22:19:12.344Z[ recovery-image] Mar 11 22:19:11.174 INFO O| Mar 11 22:19:11.174 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342026-03-11T22:19:12.349Z[ recovery-image] Mar 11 22:19:11.181 INFO O| Mar 11 22:19:11.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72352026-03-11T22:19:12.352Z[ recovery-image] Mar 11 22:19:11.182 INFO O| Mar 11 22:19:11.182 INFO STEP 834 (remove_files) COMPLETE
72362026-03-11T22:19:12.352Z[ recovery-image] Mar 11 22:19:11.182 INFO O| Mar 11 22:19:11.182 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372026-03-11T22:19:12.357Z[ recovery-image] Mar 11 22:19:11.190 INFO O| Mar 11 22:19:11.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72382026-03-11T22:19:12.360Z[ recovery-image] Mar 11 22:19:11.190 INFO O| Mar 11 22:19:11.190 INFO STEP 835 (remove_files) COMPLETE
72392026-03-11T22:19:12.360Z[ recovery-image] Mar 11 22:19:11.190 INFO O| Mar 11 22:19:11.190 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402026-03-11T22:19:12.364Z[ recovery-image] Mar 11 22:19:11.197 INFO O| Mar 11 22:19:11.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72412026-03-11T22:19:12.367Z[ recovery-image] Mar 11 22:19:11.197 INFO O| Mar 11 22:19:11.197 INFO STEP 836 (remove_files) COMPLETE
72422026-03-11T22:19:12.367Z[ recovery-image] Mar 11 22:19:11.197 INFO O| Mar 11 22:19:11.197 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432026-03-11T22:19:12.372Z[ recovery-image] Mar 11 22:19:11.205 INFO O| Mar 11 22:19:11.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72442026-03-11T22:19:12.375Z[ recovery-image] Mar 11 22:19:11.205 INFO O| Mar 11 22:19:11.205 INFO STEP 837 (remove_files) COMPLETE
72452026-03-11T22:19:12.375Z[ recovery-image] Mar 11 22:19:11.205 INFO O| Mar 11 22:19:11.205 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462026-03-11T22:19:12.380Z[ recovery-image] Mar 11 22:19:11.213 INFO O| Mar 11 22:19:11.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72472026-03-11T22:19:12.383Z[ recovery-image] Mar 11 22:19:11.213 INFO O| Mar 11 22:19:11.213 INFO STEP 838 (remove_files) COMPLETE
72482026-03-11T22:19:12.383Z[ recovery-image] Mar 11 22:19:11.213 INFO O| Mar 11 22:19:11.213 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492026-03-11T22:19:12.388Z[ recovery-image] Mar 11 22:19:11.221 INFO O| Mar 11 22:19:11.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72502026-03-11T22:19:12.391Z[ recovery-image] Mar 11 22:19:11.221 INFO O| Mar 11 22:19:11.221 INFO STEP 839 (remove_files) COMPLETE
72512026-03-11T22:19:12.391Z[ recovery-image] Mar 11 22:19:11.221 INFO O| Mar 11 22:19:11.221 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522026-03-11T22:19:12.396Z[ recovery-image] Mar 11 22:19:11.229 INFO O| Mar 11 22:19:11.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72532026-03-11T22:19:12.399Z[ recovery-image] Mar 11 22:19:11.229 INFO O| Mar 11 22:19:11.229 INFO STEP 840 (remove_files) COMPLETE
72542026-03-11T22:19:12.399Z[ recovery-image] Mar 11 22:19:11.229 INFO O| Mar 11 22:19:11.229 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552026-03-11T22:19:12.404Z[ recovery-image] Mar 11 22:19:11.237 INFO O| Mar 11 22:19:11.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72562026-03-11T22:19:12.407Z[ recovery-image] Mar 11 22:19:11.237 INFO O| Mar 11 22:19:11.237 INFO STEP 841 (remove_files) COMPLETE
72572026-03-11T22:19:12.407Z[ recovery-image] Mar 11 22:19:11.237 INFO O| Mar 11 22:19:11.237 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582026-03-11T22:19:12.412Z[ recovery-image] Mar 11 22:19:11.245 INFO O| Mar 11 22:19:11.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72592026-03-11T22:19:12.415Z[ recovery-image] Mar 11 22:19:11.245 INFO O| Mar 11 22:19:11.245 INFO STEP 842 (remove_files) COMPLETE
72602026-03-11T22:19:12.415Z[ recovery-image] Mar 11 22:19:11.245 INFO O| Mar 11 22:19:11.245 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612026-03-11T22:19:12.420Z[ recovery-image] Mar 11 22:19:11.253 INFO O| Mar 11 22:19:11.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72622026-03-11T22:19:12.423Z[ recovery-image] Mar 11 22:19:11.253 INFO O| Mar 11 22:19:11.253 INFO STEP 843 (remove_files) COMPLETE
72632026-03-11T22:19:12.423Z[ recovery-image] Mar 11 22:19:11.253 INFO O| Mar 11 22:19:11.253 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642026-03-11T22:19:12.428Z[ recovery-image] Mar 11 22:19:11.260 INFO O| Mar 11 22:19:11.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72652026-03-11T22:19:12.432Z[ recovery-image] Mar 11 22:19:11.261 INFO O| Mar 11 22:19:11.261 INFO STEP 844 (remove_files) COMPLETE
72662026-03-11T22:19:12.432Z[ recovery-image] Mar 11 22:19:11.261 INFO O| Mar 11 22:19:11.261 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672026-03-11T22:19:12.436Z[ recovery-image] Mar 11 22:19:11.268 INFO O| Mar 11 22:19:11.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72682026-03-11T22:19:12.439Z[ recovery-image] Mar 11 22:19:11.268 INFO O| Mar 11 22:19:11.268 INFO STEP 845 (remove_files) COMPLETE
72692026-03-11T22:19:12.439Z[ recovery-image] Mar 11 22:19:11.268 INFO O| Mar 11 22:19:11.268 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702026-03-11T22:19:12.444Z[ recovery-image] Mar 11 22:19:11.276 INFO O| Mar 11 22:19:11.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72712026-03-11T22:19:12.447Z[ recovery-image] Mar 11 22:19:11.276 INFO O| Mar 11 22:19:11.276 INFO STEP 846 (remove_files) COMPLETE
72722026-03-11T22:19:12.447Z[ recovery-image] Mar 11 22:19:11.276 INFO O| Mar 11 22:19:11.276 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732026-03-11T22:19:12.451Z[ recovery-image] Mar 11 22:19:11.284 INFO O| Mar 11 22:19:11.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72742026-03-11T22:19:12.454Z[ recovery-image] Mar 11 22:19:11.284 INFO O| Mar 11 22:19:11.284 INFO STEP 847 (remove_files) COMPLETE
72752026-03-11T22:19:12.454Z[ recovery-image] Mar 11 22:19:11.284 INFO O| Mar 11 22:19:11.284 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762026-03-11T22:19:12.459Z[ recovery-image] Mar 11 22:19:11.292 INFO O| Mar 11 22:19:11.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72772026-03-11T22:19:12.462Z[ recovery-image] Mar 11 22:19:11.292 INFO O| Mar 11 22:19:11.292 INFO STEP 848 (remove_files) COMPLETE
72782026-03-11T22:19:12.462Z[ recovery-image] Mar 11 22:19:11.292 INFO O| Mar 11 22:19:11.292 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792026-03-11T22:19:12.467Z[ recovery-image] Mar 11 22:19:11.299 INFO O| Mar 11 22:19:11.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72802026-03-11T22:19:12.470Z[ recovery-image] Mar 11 22:19:11.299 INFO O| Mar 11 22:19:11.299 INFO STEP 849 (remove_files) COMPLETE
72812026-03-11T22:19:12.470Z[ recovery-image] Mar 11 22:19:11.300 INFO O| Mar 11 22:19:11.299 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822026-03-11T22:19:12.475Z[ recovery-image] Mar 11 22:19:11.308 INFO O| Mar 11 22:19:11.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
72832026-03-11T22:19:12.478Z[ recovery-image] Mar 11 22:19:11.308 INFO O| Mar 11 22:19:11.308 INFO STEP 850 (remove_files) COMPLETE
72842026-03-11T22:19:12.478Z[ recovery-image] Mar 11 22:19:11.308 INFO O| Mar 11 22:19:11.308 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852026-03-11T22:19:12.482Z[ recovery-image] Mar 11 22:19:11.315 INFO O| Mar 11 22:19:11.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72862026-03-11T22:19:12.485Z[ recovery-image] Mar 11 22:19:11.315 INFO O| Mar 11 22:19:11.315 INFO STEP 851 (remove_files) COMPLETE
72872026-03-11T22:19:12.485Z[ recovery-image] Mar 11 22:19:11.315 INFO O| Mar 11 22:19:11.315 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882026-03-11T22:19:12.490Z[ recovery-image] Mar 11 22:19:11.322 INFO O| Mar 11 22:19:11.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
72892026-03-11T22:19:12.493Z[ recovery-image] Mar 11 22:19:11.322 INFO O| Mar 11 22:19:11.322 INFO STEP 852 (remove_files) COMPLETE
72902026-03-11T22:19:12.493Z[ recovery-image] Mar 11 22:19:11.322 INFO O| Mar 11 22:19:11.322 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912026-03-11T22:19:12.497Z[ recovery-image] Mar 11 22:19:11.330 INFO O| Mar 11 22:19:11.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
72922026-03-11T22:19:12.501Z[ recovery-image] Mar 11 22:19:11.330 INFO O| Mar 11 22:19:11.330 INFO STEP 853 (remove_files) COMPLETE
72932026-03-11T22:19:12.501Z[ recovery-image] Mar 11 22:19:11.330 INFO O| Mar 11 22:19:11.330 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942026-03-11T22:19:12.506Z[ recovery-image] Mar 11 22:19:11.338 INFO O| Mar 11 22:19:11.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
72952026-03-11T22:19:12.509Z[ recovery-image] Mar 11 22:19:11.338 INFO O| Mar 11 22:19:11.338 INFO STEP 854 (remove_files) COMPLETE
72962026-03-11T22:19:12.509Z[ recovery-image] Mar 11 22:19:11.338 INFO O| Mar 11 22:19:11.338 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972026-03-11T22:19:12.514Z[ recovery-image] Mar 11 22:19:11.346 INFO O| Mar 11 22:19:11.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72982026-03-11T22:19:12.517Z[ recovery-image] Mar 11 22:19:11.346 INFO O| Mar 11 22:19:11.346 INFO STEP 855 (remove_files) COMPLETE
72992026-03-11T22:19:12.517Z[ recovery-image] Mar 11 22:19:11.347 INFO O| Mar 11 22:19:11.346 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002026-03-11T22:19:12.521Z[ recovery-image] Mar 11 22:19:11.354 INFO O| Mar 11 22:19:11.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73012026-03-11T22:19:12.524Z[ recovery-image] Mar 11 22:19:11.354 INFO O| Mar 11 22:19:11.354 INFO STEP 856 (remove_files) COMPLETE
73022026-03-11T22:19:12.525Z[ recovery-image] Mar 11 22:19:11.354 INFO O| Mar 11 22:19:11.354 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032026-03-11T22:19:12.529Z[ recovery-image] Mar 11 22:19:11.362 INFO O| Mar 11 22:19:11.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73042026-03-11T22:19:12.532Z[ recovery-image] Mar 11 22:19:11.362 INFO O| Mar 11 22:19:11.362 INFO STEP 857 (remove_files) COMPLETE
73052026-03-11T22:19:12.532Z[ recovery-image] Mar 11 22:19:11.362 INFO O| Mar 11 22:19:11.362 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062026-03-11T22:19:12.537Z[ recovery-image] Mar 11 22:19:11.369 INFO O| Mar 11 22:19:11.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73072026-03-11T22:19:12.540Z[ recovery-image] Mar 11 22:19:11.370 INFO O| Mar 11 22:19:11.370 INFO STEP 858 (remove_files) COMPLETE
73082026-03-11T22:19:12.540Z[ recovery-image] Mar 11 22:19:11.370 INFO O| Mar 11 22:19:11.370 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092026-03-11T22:19:12.545Z[ recovery-image] Mar 11 22:19:11.377 INFO O| Mar 11 22:19:11.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73102026-03-11T22:19:12.548Z[ recovery-image] Mar 11 22:19:11.377 INFO O| Mar 11 22:19:11.377 INFO STEP 859 (remove_files) COMPLETE
73112026-03-11T22:19:12.548Z[ recovery-image] Mar 11 22:19:11.377 INFO O| Mar 11 22:19:11.377 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122026-03-11T22:19:12.552Z[ recovery-image] Mar 11 22:19:11.385 INFO O| Mar 11 22:19:11.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73132026-03-11T22:19:12.555Z[ recovery-image] Mar 11 22:19:11.385 INFO O| Mar 11 22:19:11.385 INFO STEP 860 (remove_files) COMPLETE
73142026-03-11T22:19:12.556Z[ recovery-image] Mar 11 22:19:11.385 INFO O| Mar 11 22:19:11.385 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152026-03-11T22:19:12.560Z[ recovery-image] Mar 11 22:19:11.393 INFO O| Mar 11 22:19:11.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73162026-03-11T22:19:12.563Z[ recovery-image] Mar 11 22:19:11.393 INFO O| Mar 11 22:19:11.393 INFO STEP 861 (remove_files) COMPLETE
73172026-03-11T22:19:12.563Z[ recovery-image] Mar 11 22:19:11.393 INFO O| Mar 11 22:19:11.393 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182026-03-11T22:19:12.568Z[ recovery-image] Mar 11 22:19:11.401 INFO O| Mar 11 22:19:11.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73192026-03-11T22:19:12.571Z[ recovery-image] Mar 11 22:19:11.401 INFO O| Mar 11 22:19:11.401 INFO STEP 862 (remove_files) COMPLETE
73202026-03-11T22:19:12.571Z[ recovery-image] Mar 11 22:19:11.401 INFO O| Mar 11 22:19:11.401 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212026-03-11T22:19:12.576Z[ recovery-image] Mar 11 22:19:11.409 INFO O| Mar 11 22:19:11.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73222026-03-11T22:19:12.579Z[ recovery-image] Mar 11 22:19:11.409 INFO O| Mar 11 22:19:11.409 INFO STEP 863 (remove_files) COMPLETE
73232026-03-11T22:19:12.579Z[ recovery-image] Mar 11 22:19:11.409 INFO O| Mar 11 22:19:11.409 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242026-03-11T22:19:12.584Z[ recovery-image] Mar 11 22:19:11.417 INFO O| Mar 11 22:19:11.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73252026-03-11T22:19:12.587Z[ recovery-image] Mar 11 22:19:11.417 INFO O| Mar 11 22:19:11.417 INFO STEP 864 (remove_files) COMPLETE
73262026-03-11T22:19:12.587Z[ recovery-image] Mar 11 22:19:11.417 INFO O| Mar 11 22:19:11.417 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272026-03-11T22:19:12.592Z[ recovery-image] Mar 11 22:19:11.425 INFO O| Mar 11 22:19:11.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73282026-03-11T22:19:12.596Z[ recovery-image] Mar 11 22:19:11.425 INFO O| Mar 11 22:19:11.425 INFO STEP 865 (remove_files) COMPLETE
73292026-03-11T22:19:12.596Z[ recovery-image] Mar 11 22:19:11.425 INFO O| Mar 11 22:19:11.425 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302026-03-11T22:19:12.600Z[ recovery-image] Mar 11 22:19:11.433 INFO O| Mar 11 22:19:11.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73312026-03-11T22:19:12.603Z[ recovery-image] Mar 11 22:19:11.433 INFO O| Mar 11 22:19:11.433 INFO STEP 866 (remove_files) COMPLETE
73322026-03-11T22:19:12.603Z[ recovery-image] Mar 11 22:19:11.433 INFO O| Mar 11 22:19:11.433 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332026-03-11T22:19:12.608Z[ recovery-image] Mar 11 22:19:11.441 INFO O| Mar 11 22:19:11.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73342026-03-11T22:19:12.611Z[ recovery-image] Mar 11 22:19:11.441 INFO O| Mar 11 22:19:11.441 INFO STEP 867 (remove_files) COMPLETE
73352026-03-11T22:19:12.611Z[ recovery-image] Mar 11 22:19:11.441 INFO O| Mar 11 22:19:11.441 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362026-03-11T22:19:12.617Z[ recovery-image] Mar 11 22:19:11.448 INFO O| Mar 11 22:19:11.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73372026-03-11T22:19:12.617Z[ recovery-image] Mar 11 22:19:11.448 INFO O| Mar 11 22:19:11.448 INFO STEP 868 (remove_files) COMPLETE
73382026-03-11T22:19:12.617Z[ recovery-image] Mar 11 22:19:11.448 INFO O| Mar 11 22:19:11.448 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392026-03-11T22:19:12.623Z[ recovery-image] Mar 11 22:19:11.456 INFO O| Mar 11 22:19:11.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73402026-03-11T22:19:12.626Z[ recovery-image] Mar 11 22:19:11.456 INFO O| Mar 11 22:19:11.456 INFO STEP 869 (remove_files) COMPLETE
73412026-03-11T22:19:12.626Z[ recovery-image] Mar 11 22:19:11.456 INFO O| Mar 11 22:19:11.456 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422026-03-11T22:19:12.631Z[ recovery-image] Mar 11 22:19:11.463 INFO O| Mar 11 22:19:11.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73432026-03-11T22:19:12.634Z[ recovery-image] Mar 11 22:19:11.463 INFO O| Mar 11 22:19:11.463 INFO STEP 870 (remove_files) COMPLETE
73442026-03-11T22:19:12.634Z[ recovery-image] Mar 11 22:19:11.463 INFO O| Mar 11 22:19:11.463 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452026-03-11T22:19:12.638Z[ recovery-image] Mar 11 22:19:11.471 INFO O| Mar 11 22:19:11.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73462026-03-11T22:19:12.641Z[ recovery-image] Mar 11 22:19:11.471 INFO O| Mar 11 22:19:11.471 INFO STEP 871 (remove_files) COMPLETE
73472026-03-11T22:19:12.641Z[ recovery-image] Mar 11 22:19:11.471 INFO O| Mar 11 22:19:11.471 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482026-03-11T22:19:12.646Z[ recovery-image] Mar 11 22:19:11.479 INFO O| Mar 11 22:19:11.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73492026-03-11T22:19:12.649Z[ recovery-image] Mar 11 22:19:11.479 INFO O| Mar 11 22:19:11.479 INFO STEP 872 (remove_files) COMPLETE
73502026-03-11T22:19:12.649Z[ recovery-image] Mar 11 22:19:11.479 INFO O| Mar 11 22:19:11.479 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512026-03-11T22:19:12.654Z[ recovery-image] Mar 11 22:19:11.486 INFO O| Mar 11 22:19:11.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73522026-03-11T22:19:12.657Z[ recovery-image] Mar 11 22:19:11.486 INFO O| Mar 11 22:19:11.486 INFO STEP 873 (remove_files) COMPLETE
73532026-03-11T22:19:12.657Z[ recovery-image] Mar 11 22:19:11.486 INFO O| Mar 11 22:19:11.486 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542026-03-11T22:19:12.662Z[ recovery-image] Mar 11 22:19:11.494 INFO O| Mar 11 22:19:11.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73552026-03-11T22:19:12.665Z[ recovery-image] Mar 11 22:19:11.494 INFO O| Mar 11 22:19:11.494 INFO STEP 874 (remove_files) COMPLETE
73562026-03-11T22:19:12.665Z[ recovery-image] Mar 11 22:19:11.495 INFO O| Mar 11 22:19:11.494 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572026-03-11T22:19:12.670Z[ recovery-image] Mar 11 22:19:11.502 INFO O| Mar 11 22:19:11.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73582026-03-11T22:19:12.673Z[ recovery-image] Mar 11 22:19:11.502 INFO O| Mar 11 22:19:11.502 INFO STEP 875 (remove_files) COMPLETE
73592026-03-11T22:19:12.673Z[ recovery-image] Mar 11 22:19:11.502 INFO O| Mar 11 22:19:11.502 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602026-03-11T22:19:12.678Z[ recovery-image] Mar 11 22:19:11.510 INFO O| Mar 11 22:19:11.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73612026-03-11T22:19:12.681Z[ recovery-image] Mar 11 22:19:11.510 INFO O| Mar 11 22:19:11.510 INFO STEP 876 (remove_files) COMPLETE
73622026-03-11T22:19:12.681Z[ recovery-image] Mar 11 22:19:11.510 INFO O| Mar 11 22:19:11.510 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632026-03-11T22:19:12.686Z[ recovery-image] Mar 11 22:19:11.518 INFO O| Mar 11 22:19:11.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73642026-03-11T22:19:12.689Z[ recovery-image] Mar 11 22:19:11.518 INFO O| Mar 11 22:19:11.518 INFO STEP 877 (remove_files) COMPLETE
73652026-03-11T22:19:12.689Z[ recovery-image] Mar 11 22:19:11.518 INFO O| Mar 11 22:19:11.518 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662026-03-11T22:19:12.693Z[ recovery-image] Mar 11 22:19:11.526 INFO O| Mar 11 22:19:11.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73672026-03-11T22:19:12.696Z[ recovery-image] Mar 11 22:19:11.526 INFO O| Mar 11 22:19:11.526 INFO STEP 878 (remove_files) COMPLETE
73682026-03-11T22:19:12.696Z[ recovery-image] Mar 11 22:19:11.526 INFO O| Mar 11 22:19:11.526 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692026-03-11T22:19:12.701Z[ recovery-image] Mar 11 22:19:11.534 INFO O| Mar 11 22:19:11.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73702026-03-11T22:19:12.704Z[ recovery-image] Mar 11 22:19:11.534 INFO O| Mar 11 22:19:11.534 INFO STEP 879 (remove_files) COMPLETE
73712026-03-11T22:19:12.704Z[ recovery-image] Mar 11 22:19:11.534 INFO O| Mar 11 22:19:11.534 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722026-03-11T22:19:12.709Z[ recovery-image] Mar 11 22:19:11.541 INFO O| Mar 11 22:19:11.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73732026-03-11T22:19:12.712Z[ recovery-image] Mar 11 22:19:11.541 INFO O| Mar 11 22:19:11.541 INFO STEP 880 (remove_files) COMPLETE
73742026-03-11T22:19:12.712Z[ recovery-image] Mar 11 22:19:11.541 INFO O| Mar 11 22:19:11.541 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752026-03-11T22:19:12.716Z[ recovery-image] Mar 11 22:19:11.548 INFO O| Mar 11 22:19:11.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73762026-03-11T22:19:12.719Z[ recovery-image] Mar 11 22:19:11.548 INFO O| Mar 11 22:19:11.548 INFO STEP 881 (remove_files) COMPLETE
73772026-03-11T22:19:12.719Z[ recovery-image] Mar 11 22:19:11.548 INFO O| Mar 11 22:19:11.548 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782026-03-11T22:19:12.723Z[ recovery-image] Mar 11 22:19:11.556 INFO O| Mar 11 22:19:11.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73792026-03-11T22:19:12.727Z[ recovery-image] Mar 11 22:19:11.556 INFO O| Mar 11 22:19:11.556 INFO STEP 882 (remove_files) COMPLETE
73802026-03-11T22:19:12.727Z[ recovery-image] Mar 11 22:19:11.556 INFO O| Mar 11 22:19:11.556 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812026-03-11T22:19:12.732Z[ recovery-image] Mar 11 22:19:11.564 INFO O| Mar 11 22:19:11.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73822026-03-11T22:19:12.735Z[ recovery-image] Mar 11 22:19:11.564 INFO O| Mar 11 22:19:11.564 INFO STEP 883 (remove_files) COMPLETE
73832026-03-11T22:19:12.735Z[ recovery-image] Mar 11 22:19:11.564 INFO O| Mar 11 22:19:11.564 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842026-03-11T22:19:12.739Z[ recovery-image] Mar 11 22:19:11.572 INFO O| Mar 11 22:19:11.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73852026-03-11T22:19:12.740Z[ recovery-image] Mar 11 22:19:11.572 INFO O| Mar 11 22:19:11.572 INFO STEP 884 (remove_files) COMPLETE
73862026-03-11T22:19:12.740Z[ recovery-image] Mar 11 22:19:11.572 INFO O| Mar 11 22:19:11.572 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872026-03-11T22:19:12.747Z[ recovery-image] Mar 11 22:19:11.579 INFO O| Mar 11 22:19:11.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73882026-03-11T22:19:12.747Z[ recovery-image] Mar 11 22:19:11.579 INFO O| Mar 11 22:19:11.579 INFO STEP 885 (remove_files) COMPLETE
73892026-03-11T22:19:12.750Z[ recovery-image] Mar 11 22:19:11.579 INFO O| Mar 11 22:19:11.579 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902026-03-11T22:19:12.754Z[ recovery-image] Mar 11 22:19:11.587 INFO O| Mar 11 22:19:11.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73912026-03-11T22:19:12.797Z[ recovery-image] Mar 11 22:19:11.587 INFO O| Mar 11 22:19:11.587 INFO STEP 886 (remove_files) COMPLETE
73922026-03-11T22:19:12.797Z[ recovery-image] Mar 11 22:19:11.587 INFO O| Mar 11 22:19:11.587 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932026-03-11T22:19:12.797Z[ recovery-image] Mar 11 22:19:11.595 INFO O| Mar 11 22:19:11.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73942026-03-11T22:19:12.797Z[ recovery-image] Mar 11 22:19:11.595 INFO O| Mar 11 22:19:11.595 INFO STEP 887 (remove_files) COMPLETE
73952026-03-11T22:19:12.797Z[ recovery-image] Mar 11 22:19:11.595 INFO O| Mar 11 22:19:11.595 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962026-03-11T22:19:12.797Z[ recovery-image] Mar 11 22:19:11.602 INFO O| Mar 11 22:19:11.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73972026-03-11T22:19:12.797Z[ recovery-image] Mar 11 22:19:11.602 INFO O| Mar 11 22:19:11.602 INFO STEP 888 (remove_files) COMPLETE
73982026-03-11T22:19:12.797Z[ recovery-image] Mar 11 22:19:11.602 INFO O| Mar 11 22:19:11.602 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992026-03-11T22:19:12.798Z[ recovery-image] Mar 11 22:19:11.609 INFO O| Mar 11 22:19:11.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74002026-03-11T22:19:12.798Z[ recovery-image] Mar 11 22:19:11.610 INFO O| Mar 11 22:19:11.609 INFO STEP 889 (remove_files) COMPLETE
74012026-03-11T22:19:12.798Z[ recovery-image] Mar 11 22:19:11.610 INFO O| Mar 11 22:19:11.609 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022026-03-11T22:19:12.798Z[ recovery-image] Mar 11 22:19:11.618 INFO O| Mar 11 22:19:11.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74032026-03-11T22:19:12.798Z[ recovery-image] Mar 11 22:19:11.618 INFO O| Mar 11 22:19:11.618 INFO STEP 890 (remove_files) COMPLETE
74042026-03-11T22:19:12.798Z[ recovery-image] Mar 11 22:19:11.618 INFO O| Mar 11 22:19:11.618 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052026-03-11T22:19:12.798Z[ recovery-image] Mar 11 22:19:11.626 INFO O| Mar 11 22:19:11.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74062026-03-11T22:19:12.798Z[ recovery-image] Mar 11 22:19:11.626 INFO O| Mar 11 22:19:11.626 INFO STEP 891 (remove_files) COMPLETE
74072026-03-11T22:19:12.798Z[ recovery-image] Mar 11 22:19:11.626 INFO O| Mar 11 22:19:11.626 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082026-03-11T22:19:12.803Z[ recovery-image] Mar 11 22:19:11.633 INFO O| Mar 11 22:19:11.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74092026-03-11T22:19:12.803Z[ recovery-image] Mar 11 22:19:11.633 INFO O| Mar 11 22:19:11.633 INFO STEP 892 (remove_files) COMPLETE
74102026-03-11T22:19:12.803Z[ recovery-image] Mar 11 22:19:11.633 INFO O| Mar 11 22:19:11.633 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112026-03-11T22:19:12.808Z[ recovery-image] Mar 11 22:19:11.641 INFO O| Mar 11 22:19:11.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74122026-03-11T22:19:12.811Z[ recovery-image] Mar 11 22:19:11.641 INFO O| Mar 11 22:19:11.641 INFO STEP 893 (remove_files) COMPLETE
74132026-03-11T22:19:12.811Z[ recovery-image] Mar 11 22:19:11.641 INFO O| Mar 11 22:19:11.641 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142026-03-11T22:19:12.816Z[ recovery-image] Mar 11 22:19:11.648 INFO O| Mar 11 22:19:11.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74152026-03-11T22:19:12.819Z[ recovery-image] Mar 11 22:19:11.649 INFO O| Mar 11 22:19:11.648 INFO STEP 894 (remove_files) COMPLETE
74162026-03-11T22:19:12.819Z[ recovery-image] Mar 11 22:19:11.649 INFO O| Mar 11 22:19:11.648 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172026-03-11T22:19:12.824Z[ recovery-image] Mar 11 22:19:11.656 INFO O| Mar 11 22:19:11.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74182026-03-11T22:19:12.827Z[ recovery-image] Mar 11 22:19:11.657 INFO O| Mar 11 22:19:11.657 INFO STEP 895 (remove_files) COMPLETE
74192026-03-11T22:19:12.827Z[ recovery-image] Mar 11 22:19:11.657 INFO O| Mar 11 22:19:11.657 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202026-03-11T22:19:12.831Z[ recovery-image] Mar 11 22:19:11.664 INFO O| Mar 11 22:19:11.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74212026-03-11T22:19:12.834Z[ recovery-image] Mar 11 22:19:11.664 INFO O| Mar 11 22:19:11.664 INFO STEP 896 (remove_files) COMPLETE
74222026-03-11T22:19:12.834Z[ recovery-image] Mar 11 22:19:11.664 INFO O| Mar 11 22:19:11.664 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232026-03-11T22:19:12.839Z[ recovery-image] Mar 11 22:19:11.672 INFO O| Mar 11 22:19:11.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74242026-03-11T22:19:12.842Z[ recovery-image] Mar 11 22:19:11.672 INFO O| Mar 11 22:19:11.672 INFO STEP 897 (remove_files) COMPLETE
74252026-03-11T22:19:12.842Z[ recovery-image] Mar 11 22:19:11.672 INFO O| Mar 11 22:19:11.672 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262026-03-11T22:19:12.847Z[ recovery-image] Mar 11 22:19:11.680 INFO O| Mar 11 22:19:11.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74272026-03-11T22:19:12.850Z[ recovery-image] Mar 11 22:19:11.680 INFO O| Mar 11 22:19:11.680 INFO STEP 898 (remove_files) COMPLETE
74282026-03-11T22:19:12.850Z[ recovery-image] Mar 11 22:19:11.680 INFO O| Mar 11 22:19:11.680 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292026-03-11T22:19:12.855Z[ recovery-image] Mar 11 22:19:11.688 INFO O| Mar 11 22:19:11.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74302026-03-11T22:19:12.859Z[ recovery-image] Mar 11 22:19:11.688 INFO O| Mar 11 22:19:11.688 INFO STEP 899 (remove_files) COMPLETE
74312026-03-11T22:19:12.859Z[ recovery-image] Mar 11 22:19:11.688 INFO O| Mar 11 22:19:11.688 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322026-03-11T22:19:12.863Z[ recovery-image] Mar 11 22:19:11.696 INFO O| Mar 11 22:19:11.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74332026-03-11T22:19:12.863Z[ recovery-image] Mar 11 22:19:11.696 INFO O| Mar 11 22:19:11.696 INFO STEP 900 (remove_files) COMPLETE
74342026-03-11T22:19:12.866Z[ recovery-image] Mar 11 22:19:11.696 INFO O| Mar 11 22:19:11.696 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352026-03-11T22:19:12.871Z[ recovery-image] Mar 11 22:19:11.703 INFO O| Mar 11 22:19:11.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74362026-03-11T22:19:12.874Z[ recovery-image] Mar 11 22:19:11.703 INFO O| Mar 11 22:19:11.703 INFO STEP 901 (remove_files) COMPLETE
74372026-03-11T22:19:12.874Z[ recovery-image] Mar 11 22:19:11.703 INFO O| Mar 11 22:19:11.703 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382026-03-11T22:19:12.879Z[ recovery-image] Mar 11 22:19:11.711 INFO O| Mar 11 22:19:11.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74392026-03-11T22:19:12.882Z[ recovery-image] Mar 11 22:19:11.711 INFO O| Mar 11 22:19:11.711 INFO STEP 902 (remove_files) COMPLETE
74402026-03-11T22:19:12.882Z[ recovery-image] Mar 11 22:19:11.711 INFO O| Mar 11 22:19:11.711 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412026-03-11T22:19:12.886Z[ recovery-image] Mar 11 22:19:11.719 INFO O| Mar 11 22:19:11.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74422026-03-11T22:19:12.889Z[ recovery-image] Mar 11 22:19:11.719 INFO O| Mar 11 22:19:11.719 INFO STEP 903 (remove_files) COMPLETE
74432026-03-11T22:19:12.889Z[ recovery-image] Mar 11 22:19:11.719 INFO O| Mar 11 22:19:11.719 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442026-03-11T22:19:12.894Z[ recovery-image] Mar 11 22:19:11.726 INFO O| Mar 11 22:19:11.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74452026-03-11T22:19:12.894Z[ recovery-image] Mar 11 22:19:11.726 INFO O| Mar 11 22:19:11.726 INFO STEP 904 (remove_files) COMPLETE
74462026-03-11T22:19:12.894Z[ recovery-image] Mar 11 22:19:11.726 INFO O| Mar 11 22:19:11.726 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472026-03-11T22:19:12.901Z[ recovery-image] Mar 11 22:19:11.734 INFO O| Mar 11 22:19:11.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74482026-03-11T22:19:12.904Z[ recovery-image] Mar 11 22:19:11.734 INFO O| Mar 11 22:19:11.734 INFO STEP 905 (remove_files) COMPLETE
74492026-03-11T22:19:12.904Z[ recovery-image] Mar 11 22:19:11.734 INFO O| Mar 11 22:19:11.734 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502026-03-11T22:19:12.909Z[ recovery-image] Mar 11 22:19:11.742 INFO O| Mar 11 22:19:11.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74512026-03-11T22:19:12.912Z[ recovery-image] Mar 11 22:19:11.742 INFO O| Mar 11 22:19:11.742 INFO STEP 906 (remove_files) COMPLETE
74522026-03-11T22:19:12.912Z[ recovery-image] Mar 11 22:19:11.742 INFO O| Mar 11 22:19:11.742 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532026-03-11T22:19:12.917Z[ recovery-image] Mar 11 22:19:11.749 INFO O| Mar 11 22:19:11.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74542026-03-11T22:19:12.920Z[ recovery-image] Mar 11 22:19:11.749 INFO O| Mar 11 22:19:11.749 INFO STEP 907 (remove_files) COMPLETE
74552026-03-11T22:19:12.920Z[ recovery-image] Mar 11 22:19:11.749 INFO O| Mar 11 22:19:11.749 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562026-03-11T22:19:12.924Z[ recovery-image] Mar 11 22:19:11.757 INFO O| Mar 11 22:19:11.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74572026-03-11T22:19:12.928Z[ recovery-image] Mar 11 22:19:11.757 INFO O| Mar 11 22:19:11.757 INFO STEP 908 (remove_files) COMPLETE
74582026-03-11T22:19:12.928Z[ recovery-image] Mar 11 22:19:11.757 INFO O| Mar 11 22:19:11.757 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592026-03-11T22:19:12.933Z[ recovery-image] Mar 11 22:19:11.765 INFO O| Mar 11 22:19:11.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74602026-03-11T22:19:12.933Z[ recovery-image] Mar 11 22:19:11.765 INFO O| Mar 11 22:19:11.765 INFO STEP 909 (remove_files) COMPLETE
74612026-03-11T22:19:12.936Z[ recovery-image] Mar 11 22:19:11.765 INFO O| Mar 11 22:19:11.765 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622026-03-11T22:19:12.940Z[ recovery-image] Mar 11 22:19:11.773 INFO O| Mar 11 22:19:11.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74632026-03-11T22:19:12.943Z[ recovery-image] Mar 11 22:19:11.773 INFO O| Mar 11 22:19:11.773 INFO STEP 910 (remove_files) COMPLETE
74642026-03-11T22:19:12.943Z[ recovery-image] Mar 11 22:19:11.773 INFO O| Mar 11 22:19:11.773 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652026-03-11T22:19:12.948Z[ recovery-image] Mar 11 22:19:11.780 INFO O| Mar 11 22:19:11.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74662026-03-11T22:19:12.951Z[ recovery-image] Mar 11 22:19:11.780 INFO O| Mar 11 22:19:11.780 INFO STEP 911 (remove_files) COMPLETE
74672026-03-11T22:19:12.951Z[ recovery-image] Mar 11 22:19:11.780 INFO O| Mar 11 22:19:11.780 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682026-03-11T22:19:12.956Z[ recovery-image] Mar 11 22:19:11.789 INFO O| Mar 11 22:19:11.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74692026-03-11T22:19:12.959Z[ recovery-image] Mar 11 22:19:11.789 INFO O| Mar 11 22:19:11.789 INFO STEP 912 (remove_files) COMPLETE
74702026-03-11T22:19:12.959Z[ recovery-image] Mar 11 22:19:11.789 INFO O| Mar 11 22:19:11.789 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712026-03-11T22:19:12.965Z[ recovery-image] Mar 11 22:19:11.797 INFO O| Mar 11 22:19:11.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74722026-03-11T22:19:12.968Z[ recovery-image] Mar 11 22:19:11.797 INFO O| Mar 11 22:19:11.797 INFO STEP 913 (remove_files) COMPLETE
74732026-03-11T22:19:12.968Z[ recovery-image] Mar 11 22:19:11.797 INFO O| Mar 11 22:19:11.797 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742026-03-11T22:19:12.972Z[ recovery-image] Mar 11 22:19:11.805 INFO O| Mar 11 22:19:11.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
74752026-03-11T22:19:12.975Z[ recovery-image] Mar 11 22:19:11.805 INFO O| Mar 11 22:19:11.805 INFO STEP 914 (remove_files) COMPLETE
74762026-03-11T22:19:12.975Z[ recovery-image] Mar 11 22:19:11.805 INFO O| Mar 11 22:19:11.805 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772026-03-11T22:19:12.979Z[ recovery-image] Mar 11 22:19:11.812 INFO O| Mar 11 22:19:11.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74782026-03-11T22:19:12.982Z[ recovery-image] Mar 11 22:19:11.812 INFO O| Mar 11 22:19:11.812 INFO STEP 915 (remove_files) COMPLETE
74792026-03-11T22:19:12.982Z[ recovery-image] Mar 11 22:19:11.812 INFO O| Mar 11 22:19:11.812 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802026-03-11T22:19:12.987Z[ recovery-image] Mar 11 22:19:11.820 INFO O| Mar 11 22:19:11.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74812026-03-11T22:19:12.990Z[ recovery-image] Mar 11 22:19:11.820 INFO O| Mar 11 22:19:11.820 INFO STEP 916 (remove_files) COMPLETE
74822026-03-11T22:19:12.990Z[ recovery-image] Mar 11 22:19:11.820 INFO O| Mar 11 22:19:11.820 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832026-03-11T22:19:12.995Z[ recovery-image] Mar 11 22:19:11.827 INFO O| Mar 11 22:19:11.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
74842026-03-11T22:19:12.997Z[ recovery-image] Mar 11 22:19:11.827 INFO O| Mar 11 22:19:11.827 INFO STEP 917 (remove_files) COMPLETE
74852026-03-11T22:19:12.998Z[ recovery-image] Mar 11 22:19:11.827 INFO O| Mar 11 22:19:11.827 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862026-03-11T22:19:13.002Z[ recovery-image] Mar 11 22:19:11.834 INFO O| Mar 11 22:19:11.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74872026-03-11T22:19:13.005Z[ recovery-image] Mar 11 22:19:11.834 INFO O| Mar 11 22:19:11.834 INFO STEP 918 (remove_files) COMPLETE
74882026-03-11T22:19:13.005Z[ recovery-image] Mar 11 22:19:11.834 INFO O| Mar 11 22:19:11.834 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892026-03-11T22:19:13.010Z[ recovery-image] Mar 11 22:19:11.843 INFO O| Mar 11 22:19:11.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74902026-03-11T22:19:13.013Z[ recovery-image] Mar 11 22:19:11.843 INFO O| Mar 11 22:19:11.843 INFO STEP 919 (remove_files) COMPLETE
74912026-03-11T22:19:13.013Z[ recovery-image] Mar 11 22:19:11.843 INFO O| Mar 11 22:19:11.843 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922026-03-11T22:19:13.017Z[ recovery-image] Mar 11 22:19:11.850 INFO O| Mar 11 22:19:11.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74932026-03-11T22:19:13.021Z[ recovery-image] Mar 11 22:19:11.850 INFO O| Mar 11 22:19:11.850 INFO STEP 920 (remove_files) COMPLETE
74942026-03-11T22:19:13.021Z[ recovery-image] Mar 11 22:19:11.850 INFO O| Mar 11 22:19:11.850 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952026-03-11T22:19:13.025Z[ recovery-image] Mar 11 22:19:11.858 INFO O| Mar 11 22:19:11.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74962026-03-11T22:19:13.028Z[ recovery-image] Mar 11 22:19:11.858 INFO O| Mar 11 22:19:11.858 INFO STEP 921 (remove_files) COMPLETE
74972026-03-11T22:19:13.028Z[ recovery-image] Mar 11 22:19:11.858 INFO O| Mar 11 22:19:11.858 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982026-03-11T22:19:13.033Z[ recovery-image] Mar 11 22:19:11.866 INFO O| Mar 11 22:19:11.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
74992026-03-11T22:19:13.036Z[ recovery-image] Mar 11 22:19:11.866 INFO O| Mar 11 22:19:11.866 INFO STEP 922 (remove_files) COMPLETE
75002026-03-11T22:19:13.036Z[ recovery-image] Mar 11 22:19:11.866 INFO O| Mar 11 22:19:11.866 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012026-03-11T22:19:13.041Z[ recovery-image] Mar 11 22:19:11.874 INFO O| Mar 11 22:19:11.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75022026-03-11T22:19:13.044Z[ recovery-image] Mar 11 22:19:11.874 INFO O| Mar 11 22:19:11.874 INFO STEP 923 (remove_files) COMPLETE
75032026-03-11T22:19:13.044Z[ recovery-image] Mar 11 22:19:11.874 INFO O| Mar 11 22:19:11.874 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042026-03-11T22:19:13.050Z[ recovery-image] Mar 11 22:19:11.882 INFO O| Mar 11 22:19:11.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75052026-03-11T22:19:13.053Z[ recovery-image] Mar 11 22:19:11.882 INFO O| Mar 11 22:19:11.882 INFO STEP 924 (remove_files) COMPLETE
75062026-03-11T22:19:13.053Z[ recovery-image] Mar 11 22:19:11.882 INFO O| Mar 11 22:19:11.882 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072026-03-11T22:19:13.057Z[ recovery-image] Mar 11 22:19:11.890 INFO O| Mar 11 22:19:11.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75082026-03-11T22:19:13.061Z[ recovery-image] Mar 11 22:19:11.890 INFO O| Mar 11 22:19:11.890 INFO STEP 925 (remove_files) COMPLETE
75092026-03-11T22:19:13.061Z[ recovery-image] Mar 11 22:19:11.890 INFO O| Mar 11 22:19:11.890 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102026-03-11T22:19:13.065Z[ recovery-image] Mar 11 22:19:11.898 INFO O| Mar 11 22:19:11.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75112026-03-11T22:19:13.068Z[ recovery-image] Mar 11 22:19:11.898 INFO O| Mar 11 22:19:11.898 INFO STEP 926 (remove_files) COMPLETE
75122026-03-11T22:19:13.068Z[ recovery-image] Mar 11 22:19:11.898 INFO O| Mar 11 22:19:11.898 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132026-03-11T22:19:13.073Z[ recovery-image] Mar 11 22:19:11.905 INFO O| Mar 11 22:19:11.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75142026-03-11T22:19:13.076Z[ recovery-image] Mar 11 22:19:11.905 INFO O| Mar 11 22:19:11.905 INFO STEP 927 (remove_files) COMPLETE
75152026-03-11T22:19:13.076Z[ recovery-image] Mar 11 22:19:11.905 INFO O| Mar 11 22:19:11.905 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162026-03-11T22:19:13.080Z[ recovery-image] Mar 11 22:19:11.913 INFO O| Mar 11 22:19:11.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75172026-03-11T22:19:13.083Z[ recovery-image] Mar 11 22:19:11.913 INFO O| Mar 11 22:19:11.913 INFO STEP 928 (remove_files) COMPLETE
75182026-03-11T22:19:13.083Z[ recovery-image] Mar 11 22:19:11.913 INFO O| Mar 11 22:19:11.913 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192026-03-11T22:19:13.088Z[ recovery-image] Mar 11 22:19:11.921 INFO O| Mar 11 22:19:11.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75202026-03-11T22:19:13.092Z[ recovery-image] Mar 11 22:19:11.921 INFO O| Mar 11 22:19:11.921 INFO STEP 929 (remove_files) COMPLETE
75212026-03-11T22:19:13.092Z[ recovery-image] Mar 11 22:19:11.921 INFO O| Mar 11 22:19:11.921 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222026-03-11T22:19:13.096Z[ recovery-image] Mar 11 22:19:11.929 INFO O| Mar 11 22:19:11.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75232026-03-11T22:19:13.100Z[ recovery-image] Mar 11 22:19:11.929 INFO O| Mar 11 22:19:11.929 INFO STEP 930 (remove_files) COMPLETE
75242026-03-11T22:19:13.100Z[ recovery-image] Mar 11 22:19:11.929 INFO O| Mar 11 22:19:11.929 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252026-03-11T22:19:13.105Z[ recovery-image] Mar 11 22:19:11.937 INFO O| Mar 11 22:19:11.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75262026-03-11T22:19:13.108Z[ recovery-image] Mar 11 22:19:11.937 INFO O| Mar 11 22:19:11.937 INFO STEP 931 (remove_files) COMPLETE
75272026-03-11T22:19:13.108Z[ recovery-image] Mar 11 22:19:11.937 INFO O| Mar 11 22:19:11.937 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282026-03-11T22:19:13.113Z[ recovery-image] Mar 11 22:19:11.945 INFO O| Mar 11 22:19:11.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75292026-03-11T22:19:13.116Z[ recovery-image] Mar 11 22:19:11.945 INFO O| Mar 11 22:19:11.945 INFO STEP 932 (remove_files) COMPLETE
75302026-03-11T22:19:13.116Z[ recovery-image] Mar 11 22:19:11.945 INFO O| Mar 11 22:19:11.945 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312026-03-11T22:19:13.121Z[ recovery-image] Mar 11 22:19:11.953 INFO O| Mar 11 22:19:11.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75322026-03-11T22:19:13.124Z[ recovery-image] Mar 11 22:19:11.954 INFO O| Mar 11 22:19:11.954 INFO STEP 933 (remove_files) COMPLETE
75332026-03-11T22:19:13.124Z[ recovery-image] Mar 11 22:19:11.954 INFO O| Mar 11 22:19:11.954 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342026-03-11T22:19:13.129Z[ recovery-image] Mar 11 22:19:11.962 INFO O| Mar 11 22:19:11.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75352026-03-11T22:19:13.132Z[ recovery-image] Mar 11 22:19:11.962 INFO O| Mar 11 22:19:11.962 INFO STEP 934 (remove_files) COMPLETE
75362026-03-11T22:19:13.132Z[ recovery-image] Mar 11 22:19:11.962 INFO O| Mar 11 22:19:11.962 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372026-03-11T22:19:13.138Z[ recovery-image] Mar 11 22:19:11.970 INFO O| Mar 11 22:19:11.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75382026-03-11T22:19:13.138Z[ recovery-image] Mar 11 22:19:11.970 INFO O| Mar 11 22:19:11.970 INFO STEP 935 (remove_files) COMPLETE
75392026-03-11T22:19:13.141Z[ recovery-image] Mar 11 22:19:11.970 INFO O| Mar 11 22:19:11.970 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402026-03-11T22:19:13.146Z[ recovery-image] Mar 11 22:19:11.979 INFO O| Mar 11 22:19:11.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75412026-03-11T22:19:13.149Z[ recovery-image] Mar 11 22:19:11.979 INFO O| Mar 11 22:19:11.979 INFO STEP 936 (remove_files) COMPLETE
75422026-03-11T22:19:13.149Z[ recovery-image] Mar 11 22:19:11.979 INFO O| Mar 11 22:19:11.979 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432026-03-11T22:19:13.154Z[ recovery-image] Mar 11 22:19:11.987 INFO O| Mar 11 22:19:11.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75442026-03-11T22:19:13.157Z[ recovery-image] Mar 11 22:19:11.987 INFO O| Mar 11 22:19:11.987 INFO STEP 937 (remove_files) COMPLETE
75452026-03-11T22:19:13.157Z[ recovery-image] Mar 11 22:19:11.987 INFO O| Mar 11 22:19:11.987 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462026-03-11T22:19:13.163Z[ recovery-image] Mar 11 22:19:11.995 INFO O| Mar 11 22:19:11.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75472026-03-11T22:19:13.166Z[ recovery-image] Mar 11 22:19:11.995 INFO O| Mar 11 22:19:11.995 INFO STEP 938 (remove_files) COMPLETE
75482026-03-11T22:19:13.166Z[ recovery-image] Mar 11 22:19:11.996 INFO O| Mar 11 22:19:11.995 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492026-03-11T22:19:13.171Z[ recovery-image] Mar 11 22:19:12.004 INFO O| Mar 11 22:19:12.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75502026-03-11T22:19:13.174Z[ recovery-image] Mar 11 22:19:12.004 INFO O| Mar 11 22:19:12.004 INFO STEP 939 (remove_files) COMPLETE
75512026-03-11T22:19:13.174Z[ recovery-image] Mar 11 22:19:12.004 INFO O| Mar 11 22:19:12.004 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522026-03-11T22:19:13.179Z[ recovery-image] Mar 11 22:19:12.012 INFO O| Mar 11 22:19:12.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75532026-03-11T22:19:13.182Z[ recovery-image] Mar 11 22:19:12.012 INFO O| Mar 11 22:19:12.012 INFO STEP 940 (remove_files) COMPLETE
75542026-03-11T22:19:13.182Z[ recovery-image] Mar 11 22:19:12.012 INFO O| Mar 11 22:19:12.012 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552026-03-11T22:19:13.188Z[ recovery-image] Mar 11 22:19:12.020 INFO O| Mar 11 22:19:12.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75562026-03-11T22:19:13.191Z[ recovery-image] Mar 11 22:19:12.020 INFO O| Mar 11 22:19:12.020 INFO STEP 941 (remove_files) COMPLETE
75572026-03-11T22:19:13.191Z[ recovery-image] Mar 11 22:19:12.020 INFO O| Mar 11 22:19:12.020 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582026-03-11T22:19:13.196Z[ recovery-image] Mar 11 22:19:12.028 INFO O| Mar 11 22:19:12.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75592026-03-11T22:19:13.199Z[ recovery-image] Mar 11 22:19:12.028 INFO O| Mar 11 22:19:12.028 INFO STEP 942 (remove_files) COMPLETE
75602026-03-11T22:19:13.199Z[ recovery-image] Mar 11 22:19:12.028 INFO O| Mar 11 22:19:12.028 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612026-03-11T22:19:13.204Z[ recovery-image] Mar 11 22:19:12.037 INFO O| Mar 11 22:19:12.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75622026-03-11T22:19:13.207Z[ recovery-image] Mar 11 22:19:12.037 INFO O| Mar 11 22:19:12.037 INFO STEP 943 (remove_files) COMPLETE
75632026-03-11T22:19:13.207Z[ recovery-image] Mar 11 22:19:12.037 INFO O| Mar 11 22:19:12.037 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642026-03-11T22:19:13.213Z[ recovery-image] Mar 11 22:19:12.046 INFO O| Mar 11 22:19:12.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75652026-03-11T22:19:13.217Z[ recovery-image] Mar 11 22:19:12.046 INFO O| Mar 11 22:19:12.046 INFO STEP 944 (remove_files) COMPLETE
75662026-03-11T22:19:13.217Z[ recovery-image] Mar 11 22:19:12.046 INFO O| Mar 11 22:19:12.046 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672026-03-11T22:19:13.222Z[ recovery-image] Mar 11 22:19:12.055 INFO O| Mar 11 22:19:12.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75682026-03-11T22:19:13.222Z[ recovery-image] Mar 11 22:19:12.055 INFO O| Mar 11 22:19:12.055 INFO STEP 945 (remove_files) COMPLETE
75692026-03-11T22:19:13.225Z[ recovery-image] Mar 11 22:19:12.055 INFO O| Mar 11 22:19:12.055 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702026-03-11T22:19:13.231Z[ recovery-image] Mar 11 22:19:12.064 INFO O| Mar 11 22:19:12.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75712026-03-11T22:19:13.231Z[ recovery-image] Mar 11 22:19:12.064 INFO O| Mar 11 22:19:12.064 INFO STEP 946 (remove_files) COMPLETE
75722026-03-11T22:19:13.234Z[ recovery-image] Mar 11 22:19:12.064 INFO O| Mar 11 22:19:12.064 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732026-03-11T22:19:13.240Z[ recovery-image] Mar 11 22:19:12.072 INFO O| Mar 11 22:19:12.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75742026-03-11T22:19:13.240Z[ recovery-image] Mar 11 22:19:12.072 INFO O| Mar 11 22:19:12.072 INFO STEP 947 (remove_files) COMPLETE
75752026-03-11T22:19:13.243Z[ recovery-image] Mar 11 22:19:12.072 INFO O| Mar 11 22:19:12.072 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762026-03-11T22:19:13.248Z[ recovery-image] Mar 11 22:19:12.081 INFO O| Mar 11 22:19:12.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
75772026-03-11T22:19:13.251Z[ recovery-image] Mar 11 22:19:12.081 INFO O| Mar 11 22:19:12.081 INFO STEP 948 (remove_files) COMPLETE
75782026-03-11T22:19:13.252Z[ recovery-image] Mar 11 22:19:12.081 INFO O| Mar 11 22:19:12.081 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792026-03-11T22:19:13.257Z[ recovery-image] Mar 11 22:19:12.090 INFO O| Mar 11 22:19:12.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
75802026-03-11T22:19:13.260Z[ recovery-image] Mar 11 22:19:12.090 INFO O| Mar 11 22:19:12.090 INFO STEP 949 (remove_files) COMPLETE
75812026-03-11T22:19:13.260Z[ recovery-image] Mar 11 22:19:12.090 INFO O| Mar 11 22:19:12.090 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822026-03-11T22:19:13.266Z[ recovery-image] Mar 11 22:19:12.099 INFO O| Mar 11 22:19:12.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
75832026-03-11T22:19:13.270Z[ recovery-image] Mar 11 22:19:12.099 INFO O| Mar 11 22:19:12.099 INFO STEP 950 (remove_files) COMPLETE
75842026-03-11T22:19:13.270Z[ recovery-image] Mar 11 22:19:12.099 INFO O| Mar 11 22:19:12.099 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852026-03-11T22:19:13.275Z[ recovery-image] Mar 11 22:19:12.108 INFO O| Mar 11 22:19:12.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
75862026-03-11T22:19:13.275Z[ recovery-image] Mar 11 22:19:12.108 INFO O| Mar 11 22:19:12.108 INFO STEP 951 (remove_files) COMPLETE
75872026-03-11T22:19:13.278Z[ recovery-image] Mar 11 22:19:12.108 INFO O| Mar 11 22:19:12.108 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882026-03-11T22:19:13.284Z[ recovery-image] Mar 11 22:19:12.116 INFO O| Mar 11 22:19:12.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
75892026-03-11T22:19:13.287Z[ recovery-image] Mar 11 22:19:12.116 INFO O| Mar 11 22:19:12.116 INFO STEP 952 (remove_files) COMPLETE
75902026-03-11T22:19:13.287Z[ recovery-image] Mar 11 22:19:12.116 INFO O| Mar 11 22:19:12.116 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912026-03-11T22:19:13.293Z[ recovery-image] Mar 11 22:19:12.126 INFO O| Mar 11 22:19:12.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
75922026-03-11T22:19:13.296Z[ recovery-image] Mar 11 22:19:12.126 INFO O| Mar 11 22:19:12.126 INFO STEP 953 (remove_files) COMPLETE
75932026-03-11T22:19:13.296Z[ recovery-image] Mar 11 22:19:12.126 INFO O| Mar 11 22:19:12.126 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942026-03-11T22:19:13.302Z[ recovery-image] Mar 11 22:19:12.134 INFO O| Mar 11 22:19:12.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
75952026-03-11T22:19:13.305Z[ recovery-image] Mar 11 22:19:12.134 INFO O| Mar 11 22:19:12.134 INFO STEP 954 (remove_files) COMPLETE
75962026-03-11T22:19:13.305Z[ recovery-image] Mar 11 22:19:12.134 INFO O| Mar 11 22:19:12.134 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972026-03-11T22:19:13.310Z[ recovery-image] Mar 11 22:19:12.143 INFO O| Mar 11 22:19:12.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
75982026-03-11T22:19:13.310Z[ recovery-image] Mar 11 22:19:12.143 INFO O| Mar 11 22:19:12.143 INFO STEP 955 (remove_files) COMPLETE
75992026-03-11T22:19:13.313Z[ recovery-image] Mar 11 22:19:12.143 INFO O| Mar 11 22:19:12.143 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002026-03-11T22:19:13.319Z[ recovery-image] Mar 11 22:19:12.151 INFO O| Mar 11 22:19:12.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76012026-03-11T22:19:13.322Z[ recovery-image] Mar 11 22:19:12.151 INFO O| Mar 11 22:19:12.151 INFO STEP 956 (remove_files) COMPLETE
76022026-03-11T22:19:13.322Z[ recovery-image] Mar 11 22:19:12.151 INFO O| Mar 11 22:19:12.151 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032026-03-11T22:19:13.327Z[ recovery-image] Mar 11 22:19:12.159 INFO O| Mar 11 22:19:12.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76042026-03-11T22:19:13.327Z[ recovery-image] Mar 11 22:19:12.159 INFO O| Mar 11 22:19:12.159 INFO STEP 957 (remove_files) COMPLETE
76052026-03-11T22:19:13.330Z[ recovery-image] Mar 11 22:19:12.160 INFO O| Mar 11 22:19:12.159 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062026-03-11T22:19:13.335Z[ recovery-image] Mar 11 22:19:12.168 INFO O| Mar 11 22:19:12.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76072026-03-11T22:19:13.338Z[ recovery-image] Mar 11 22:19:12.168 INFO O| Mar 11 22:19:12.168 INFO STEP 958 (remove_files) COMPLETE
76082026-03-11T22:19:13.338Z[ recovery-image] Mar 11 22:19:12.168 INFO O| Mar 11 22:19:12.168 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092026-03-11T22:19:13.344Z[ recovery-image] Mar 11 22:19:12.176 INFO O| Mar 11 22:19:12.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76102026-03-11T22:19:13.344Z[ recovery-image] Mar 11 22:19:12.177 INFO O| Mar 11 22:19:12.177 INFO STEP 959 (remove_files) COMPLETE
76112026-03-11T22:19:13.347Z[ recovery-image] Mar 11 22:19:12.177 INFO O| Mar 11 22:19:12.177 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122026-03-11T22:19:13.352Z[ recovery-image] Mar 11 22:19:12.185 INFO O| Mar 11 22:19:12.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76132026-03-11T22:19:13.352Z[ recovery-image] Mar 11 22:19:12.185 INFO O| Mar 11 22:19:12.185 INFO STEP 960 (remove_files) COMPLETE
76142026-03-11T22:19:13.355Z[ recovery-image] Mar 11 22:19:12.185 INFO O| Mar 11 22:19:12.185 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152026-03-11T22:19:13.359Z[ recovery-image] Mar 11 22:19:12.192 INFO O| Mar 11 22:19:12.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76162026-03-11T22:19:13.363Z[ recovery-image] Mar 11 22:19:12.192 INFO O| Mar 11 22:19:12.192 INFO STEP 961 (remove_files) COMPLETE
76172026-03-11T22:19:13.363Z[ recovery-image] Mar 11 22:19:12.192 INFO O| Mar 11 22:19:12.192 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182026-03-11T22:19:13.368Z[ recovery-image] Mar 11 22:19:12.201 INFO O| Mar 11 22:19:12.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76192026-03-11T22:19:13.368Z[ recovery-image] Mar 11 22:19:12.201 INFO O| Mar 11 22:19:12.201 INFO STEP 962 (remove_files) COMPLETE
76202026-03-11T22:19:13.372Z[ recovery-image] Mar 11 22:19:12.201 INFO O| Mar 11 22:19:12.201 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212026-03-11T22:19:13.377Z[ recovery-image] Mar 11 22:19:12.209 INFO O| Mar 11 22:19:12.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76222026-03-11T22:19:13.377Z[ recovery-image] Mar 11 22:19:12.209 INFO O| Mar 11 22:19:12.209 INFO STEP 963 (remove_files) COMPLETE
76232026-03-11T22:19:13.380Z[ recovery-image] Mar 11 22:19:12.210 INFO O| Mar 11 22:19:12.209 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242026-03-11T22:19:13.385Z[ recovery-image] Mar 11 22:19:12.218 INFO O| Mar 11 22:19:12.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76252026-03-11T22:19:13.388Z[ recovery-image] Mar 11 22:19:12.218 INFO O| Mar 11 22:19:12.218 INFO STEP 964 (remove_files) COMPLETE
76262026-03-11T22:19:13.388Z[ recovery-image] Mar 11 22:19:12.218 INFO O| Mar 11 22:19:12.218 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272026-03-11T22:19:13.393Z[ recovery-image] Mar 11 22:19:12.226 INFO O| Mar 11 22:19:12.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76282026-03-11T22:19:13.396Z[ recovery-image] Mar 11 22:19:12.226 INFO O| Mar 11 22:19:12.226 INFO STEP 965 (remove_files) COMPLETE
76292026-03-11T22:19:13.396Z[ recovery-image] Mar 11 22:19:12.226 INFO O| Mar 11 22:19:12.226 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302026-03-11T22:19:13.401Z[ recovery-image] Mar 11 22:19:12.234 INFO O| Mar 11 22:19:12.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76312026-03-11T22:19:13.404Z[ recovery-image] Mar 11 22:19:12.234 INFO O| Mar 11 22:19:12.234 INFO STEP 966 (remove_files) COMPLETE
76322026-03-11T22:19:13.404Z[ recovery-image] Mar 11 22:19:12.234 INFO O| Mar 11 22:19:12.234 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332026-03-11T22:19:13.409Z[ recovery-image] Mar 11 22:19:12.241 INFO O| Mar 11 22:19:12.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76342026-03-11T22:19:13.412Z[ recovery-image] Mar 11 22:19:12.241 INFO O| Mar 11 22:19:12.241 INFO STEP 967 (remove_files) COMPLETE
76352026-03-11T22:19:13.412Z[ recovery-image] Mar 11 22:19:12.241 INFO O| Mar 11 22:19:12.241 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362026-03-11T22:19:13.418Z[ recovery-image] Mar 11 22:19:12.250 INFO O| Mar 11 22:19:12.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76372026-03-11T22:19:13.418Z[ recovery-image] Mar 11 22:19:12.250 INFO O| Mar 11 22:19:12.250 INFO STEP 968 (remove_files) COMPLETE
76382026-03-11T22:19:13.421Z[ recovery-image] Mar 11 22:19:12.250 INFO O| Mar 11 22:19:12.250 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392026-03-11T22:19:13.425Z[ recovery-image] Mar 11 22:19:12.258 INFO O| Mar 11 22:19:12.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76402026-03-11T22:19:13.426Z[ recovery-image] Mar 11 22:19:12.258 INFO O| Mar 11 22:19:12.258 INFO STEP 969 (remove_files) COMPLETE
76412026-03-11T22:19:13.429Z[ recovery-image] Mar 11 22:19:12.258 INFO O| Mar 11 22:19:12.258 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422026-03-11T22:19:13.434Z[ recovery-image] Mar 11 22:19:12.266 INFO O| Mar 11 22:19:12.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76432026-03-11T22:19:13.437Z[ recovery-image] Mar 11 22:19:12.266 INFO O| Mar 11 22:19:12.266 INFO STEP 970 (remove_files) COMPLETE
76442026-03-11T22:19:13.437Z[ recovery-image] Mar 11 22:19:12.266 INFO O| Mar 11 22:19:12.266 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452026-03-11T22:19:13.442Z[ recovery-image] Mar 11 22:19:12.274 INFO O| Mar 11 22:19:12.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76462026-03-11T22:19:13.442Z[ recovery-image] Mar 11 22:19:12.274 INFO O| Mar 11 22:19:12.274 INFO STEP 971 (remove_files) COMPLETE
76472026-03-11T22:19:13.445Z[ recovery-image] Mar 11 22:19:12.274 INFO O| Mar 11 22:19:12.274 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482026-03-11T22:19:13.449Z[ recovery-image] Mar 11 22:19:12.282 INFO O| Mar 11 22:19:12.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76492026-03-11T22:19:13.449Z[ recovery-image] Mar 11 22:19:12.282 INFO O| Mar 11 22:19:12.282 INFO STEP 972 (remove_files) COMPLETE
76502026-03-11T22:19:13.453Z[ recovery-image] Mar 11 22:19:12.282 INFO O| Mar 11 22:19:12.282 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512026-03-11T22:19:13.457Z[ recovery-image] Mar 11 22:19:12.290 INFO O| Mar 11 22:19:12.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76522026-03-11T22:19:13.460Z[ recovery-image] Mar 11 22:19:12.290 INFO O| Mar 11 22:19:12.290 INFO STEP 973 (remove_files) COMPLETE
76532026-03-11T22:19:13.460Z[ recovery-image] Mar 11 22:19:12.290 INFO O| Mar 11 22:19:12.290 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542026-03-11T22:19:13.465Z[ recovery-image] Mar 11 22:19:12.298 INFO O| Mar 11 22:19:12.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76552026-03-11T22:19:13.468Z[ recovery-image] Mar 11 22:19:12.298 INFO O| Mar 11 22:19:12.298 INFO STEP 974 (remove_files) COMPLETE
76562026-03-11T22:19:13.469Z[ recovery-image] Mar 11 22:19:12.298 INFO O| Mar 11 22:19:12.298 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572026-03-11T22:19:13.474Z[ recovery-image] Mar 11 22:19:12.306 INFO O| Mar 11 22:19:12.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76582026-03-11T22:19:13.477Z[ recovery-image] Mar 11 22:19:12.306 INFO O| Mar 11 22:19:12.306 INFO STEP 975 (remove_files) COMPLETE
76592026-03-11T22:19:13.477Z[ recovery-image] Mar 11 22:19:12.306 INFO O| Mar 11 22:19:12.306 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602026-03-11T22:19:13.482Z[ recovery-image] Mar 11 22:19:12.315 INFO O| Mar 11 22:19:12.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76612026-03-11T22:19:13.486Z[ recovery-image] Mar 11 22:19:12.315 INFO O| Mar 11 22:19:12.315 INFO STEP 976 (remove_files) COMPLETE
76622026-03-11T22:19:13.486Z[ recovery-image] Mar 11 22:19:12.315 INFO O| Mar 11 22:19:12.315 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632026-03-11T22:19:13.490Z[ recovery-image] Mar 11 22:19:12.323 INFO O| Mar 11 22:19:12.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76642026-03-11T22:19:13.494Z[ recovery-image] Mar 11 22:19:12.323 INFO O| Mar 11 22:19:12.323 INFO STEP 977 (remove_files) COMPLETE
76652026-03-11T22:19:13.494Z[ recovery-image] Mar 11 22:19:12.323 INFO O| Mar 11 22:19:12.323 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662026-03-11T22:19:13.499Z[ recovery-image] Mar 11 22:19:12.331 INFO O| Mar 11 22:19:12.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76672026-03-11T22:19:13.502Z[ recovery-image] Mar 11 22:19:12.331 INFO O| Mar 11 22:19:12.331 INFO STEP 978 (remove_files) COMPLETE
76682026-03-11T22:19:13.502Z[ recovery-image] Mar 11 22:19:12.331 INFO O| Mar 11 22:19:12.331 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692026-03-11T22:19:13.507Z[ recovery-image] Mar 11 22:19:12.340 INFO O| Mar 11 22:19:12.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76702026-03-11T22:19:13.510Z[ recovery-image] Mar 11 22:19:12.340 INFO O| Mar 11 22:19:12.340 INFO STEP 979 (remove_files) COMPLETE
76712026-03-11T22:19:13.510Z[ recovery-image] Mar 11 22:19:12.340 INFO O| Mar 11 22:19:12.340 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722026-03-11T22:19:13.516Z[ recovery-image] Mar 11 22:19:12.348 INFO O| Mar 11 22:19:12.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76732026-03-11T22:19:13.519Z[ recovery-image] Mar 11 22:19:12.348 INFO O| Mar 11 22:19:12.348 INFO STEP 980 (remove_files) COMPLETE
76742026-03-11T22:19:13.519Z[ recovery-image] Mar 11 22:19:12.348 INFO O| Mar 11 22:19:12.348 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752026-03-11T22:19:13.525Z[ recovery-image] Mar 11 22:19:12.356 INFO O| Mar 11 22:19:12.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
76762026-03-11T22:19:13.528Z[ recovery-image] Mar 11 22:19:12.357 INFO O| Mar 11 22:19:12.357 INFO STEP 981 (remove_files) COMPLETE
76772026-03-11T22:19:13.528Z[ recovery-image] Mar 11 22:19:12.357 INFO O| Mar 11 22:19:12.357 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782026-03-11T22:19:13.532Z[ recovery-image] Mar 11 22:19:12.365 INFO O| Mar 11 22:19:12.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
76792026-03-11T22:19:13.535Z[ recovery-image] Mar 11 22:19:12.365 INFO O| Mar 11 22:19:12.365 INFO STEP 982 (remove_files) COMPLETE
76802026-03-11T22:19:13.535Z[ recovery-image] Mar 11 22:19:12.365 INFO O| Mar 11 22:19:12.365 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812026-03-11T22:19:13.541Z[ recovery-image] Mar 11 22:19:12.373 INFO O| Mar 11 22:19:12.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
76822026-03-11T22:19:13.544Z[ recovery-image] Mar 11 22:19:12.373 INFO O| Mar 11 22:19:12.373 INFO STEP 983 (remove_files) COMPLETE
76832026-03-11T22:19:13.544Z[ recovery-image] Mar 11 22:19:12.373 INFO O| Mar 11 22:19:12.373 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842026-03-11T22:19:13.549Z[ recovery-image] Mar 11 22:19:12.382 INFO O| Mar 11 22:19:12.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
76852026-03-11T22:19:13.552Z[ recovery-image] Mar 11 22:19:12.382 INFO O| Mar 11 22:19:12.382 INFO STEP 984 (remove_files) COMPLETE
76862026-03-11T22:19:13.552Z[ recovery-image] Mar 11 22:19:12.382 INFO O| Mar 11 22:19:12.382 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872026-03-11T22:19:13.557Z[ recovery-image] Mar 11 22:19:12.390 INFO O| Mar 11 22:19:12.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
76882026-03-11T22:19:13.561Z[ recovery-image] Mar 11 22:19:12.390 INFO O| Mar 11 22:19:12.390 INFO STEP 985 (remove_files) COMPLETE
76892026-03-11T22:19:13.561Z[ recovery-image] Mar 11 22:19:12.390 INFO O| Mar 11 22:19:12.390 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902026-03-11T22:19:13.565Z[ recovery-image] Mar 11 22:19:12.398 INFO O| Mar 11 22:19:12.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
76912026-03-11T22:19:13.568Z[ recovery-image] Mar 11 22:19:12.398 INFO O| Mar 11 22:19:12.398 INFO STEP 986 (remove_files) COMPLETE
76922026-03-11T22:19:13.568Z[ recovery-image] Mar 11 22:19:12.398 INFO O| Mar 11 22:19:12.398 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932026-03-11T22:19:13.573Z[ recovery-image] Mar 11 22:19:12.405 INFO O| Mar 11 22:19:12.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
76942026-03-11T22:19:13.573Z[ recovery-image] Mar 11 22:19:12.405 INFO O| Mar 11 22:19:12.405 INFO STEP 987 (remove_files) COMPLETE
76952026-03-11T22:19:13.576Z[ recovery-image] Mar 11 22:19:12.405 INFO O| Mar 11 22:19:12.405 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962026-03-11T22:19:13.580Z[ recovery-image] Mar 11 22:19:12.413 INFO O| Mar 11 22:19:12.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
76972026-03-11T22:19:13.584Z[ recovery-image] Mar 11 22:19:12.414 INFO O| Mar 11 22:19:12.414 INFO STEP 988 (remove_files) COMPLETE
76982026-03-11T22:19:13.584Z[ recovery-image] Mar 11 22:19:12.414 INFO O| Mar 11 22:19:12.414 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992026-03-11T22:19:13.590Z[ recovery-image] Mar 11 22:19:12.422 INFO O| Mar 11 22:19:12.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77002026-03-11T22:19:13.593Z[ recovery-image] Mar 11 22:19:12.423 INFO O| Mar 11 22:19:12.423 INFO STEP 989 (remove_files) COMPLETE
77012026-03-11T22:19:13.593Z[ recovery-image] Mar 11 22:19:12.423 INFO O| Mar 11 22:19:12.423 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022026-03-11T22:19:13.598Z[ recovery-image] Mar 11 22:19:12.431 INFO O| Mar 11 22:19:12.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77032026-03-11T22:19:13.601Z[ recovery-image] Mar 11 22:19:12.431 INFO O| Mar 11 22:19:12.431 INFO STEP 990 (remove_files) COMPLETE
77042026-03-11T22:19:13.601Z[ recovery-image] Mar 11 22:19:12.431 INFO O| Mar 11 22:19:12.431 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052026-03-11T22:19:13.607Z[ recovery-image] Mar 11 22:19:12.439 INFO O| Mar 11 22:19:12.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77062026-03-11T22:19:13.610Z[ recovery-image] Mar 11 22:19:12.439 INFO O| Mar 11 22:19:12.439 INFO STEP 991 (remove_files) COMPLETE
77072026-03-11T22:19:13.610Z[ recovery-image] Mar 11 22:19:12.439 INFO O| Mar 11 22:19:12.439 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082026-03-11T22:19:13.615Z[ recovery-image] Mar 11 22:19:12.447 INFO O| Mar 11 22:19:12.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77092026-03-11T22:19:13.618Z[ recovery-image] Mar 11 22:19:12.447 INFO O| Mar 11 22:19:12.447 INFO STEP 992 (remove_files) COMPLETE
77102026-03-11T22:19:13.618Z[ recovery-image] Mar 11 22:19:12.447 INFO O| Mar 11 22:19:12.447 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112026-03-11T22:19:13.623Z[ recovery-image] Mar 11 22:19:12.456 INFO O| Mar 11 22:19:12.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77122026-03-11T22:19:13.627Z[ recovery-image] Mar 11 22:19:12.456 INFO O| Mar 11 22:19:12.456 INFO STEP 993 (remove_files) COMPLETE
77132026-03-11T22:19:13.627Z[ recovery-image] Mar 11 22:19:12.456 INFO O| Mar 11 22:19:12.456 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142026-03-11T22:19:13.631Z[ recovery-image] Mar 11 22:19:12.464 INFO O| Mar 11 22:19:12.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77152026-03-11T22:19:13.634Z[ recovery-image] Mar 11 22:19:12.464 INFO O| Mar 11 22:19:12.464 INFO STEP 994 (remove_files) COMPLETE
77162026-03-11T22:19:13.634Z[ recovery-image] Mar 11 22:19:12.464 INFO O| Mar 11 22:19:12.464 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172026-03-11T22:19:13.640Z[ recovery-image] Mar 11 22:19:12.472 INFO O| Mar 11 22:19:12.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77182026-03-11T22:19:13.643Z[ recovery-image] Mar 11 22:19:12.472 INFO O| Mar 11 22:19:12.472 INFO STEP 995 (remove_files) COMPLETE
77192026-03-11T22:19:13.643Z[ recovery-image] Mar 11 22:19:12.472 INFO O| Mar 11 22:19:12.472 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202026-03-11T22:19:13.648Z[ recovery-image] Mar 11 22:19:12.481 INFO O| Mar 11 22:19:12.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77212026-03-11T22:19:13.651Z[ recovery-image] Mar 11 22:19:12.481 INFO O| Mar 11 22:19:12.481 INFO STEP 996 (remove_files) COMPLETE
77222026-03-11T22:19:13.651Z[ recovery-image] Mar 11 22:19:12.481 INFO O| Mar 11 22:19:12.481 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232026-03-11T22:19:13.656Z[ recovery-image] Mar 11 22:19:12.489 INFO O| Mar 11 22:19:12.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77242026-03-11T22:19:13.659Z[ recovery-image] Mar 11 22:19:12.489 INFO O| Mar 11 22:19:12.489 INFO STEP 997 (remove_files) COMPLETE
77252026-03-11T22:19:13.659Z[ recovery-image] Mar 11 22:19:12.489 INFO O| Mar 11 22:19:12.489 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262026-03-11T22:19:13.664Z[ recovery-image] Mar 11 22:19:12.497 INFO O| Mar 11 22:19:12.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77272026-03-11T22:19:13.667Z[ recovery-image] Mar 11 22:19:12.497 INFO O| Mar 11 22:19:12.497 INFO STEP 998 (remove_files) COMPLETE
77282026-03-11T22:19:13.667Z[ recovery-image] Mar 11 22:19:12.497 INFO O| Mar 11 22:19:12.497 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292026-03-11T22:19:13.672Z[ recovery-image] Mar 11 22:19:12.505 INFO O| Mar 11 22:19:12.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77302026-03-11T22:19:13.675Z[ recovery-image] Mar 11 22:19:12.505 INFO O| Mar 11 22:19:12.505 INFO STEP 999 (remove_files) COMPLETE
77312026-03-11T22:19:13.675Z[ recovery-image] Mar 11 22:19:12.505 INFO O| Mar 11 22:19:12.505 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322026-03-11T22:19:13.680Z[ recovery-image] Mar 11 22:19:12.512 INFO O| Mar 11 22:19:12.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77332026-03-11T22:19:13.683Z[ recovery-image] Mar 11 22:19:12.512 INFO O| Mar 11 22:19:12.512 INFO STEP 1000 (remove_files) COMPLETE
77342026-03-11T22:19:13.683Z[ recovery-image] Mar 11 22:19:12.512 INFO O| Mar 11 22:19:12.512 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352026-03-11T22:19:13.688Z[ recovery-image] Mar 11 22:19:12.521 INFO O| Mar 11 22:19:12.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77362026-03-11T22:19:13.691Z[ recovery-image] Mar 11 22:19:12.521 INFO O| Mar 11 22:19:12.521 INFO STEP 1001 (remove_files) COMPLETE
77372026-03-11T22:19:13.691Z[ recovery-image] Mar 11 22:19:12.521 INFO O| Mar 11 22:19:12.521 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382026-03-11T22:19:13.696Z[ recovery-image] Mar 11 22:19:12.529 INFO O| Mar 11 22:19:12.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77392026-03-11T22:19:13.699Z[ recovery-image] Mar 11 22:19:12.529 INFO O| Mar 11 22:19:12.529 INFO STEP 1002 (remove_files) COMPLETE
77402026-03-11T22:19:13.699Z[ recovery-image] Mar 11 22:19:12.529 INFO O| Mar 11 22:19:12.529 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412026-03-11T22:19:13.705Z[ recovery-image] Mar 11 22:19:12.537 INFO O| Mar 11 22:19:12.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77422026-03-11T22:19:13.708Z[ recovery-image] Mar 11 22:19:12.537 INFO O| Mar 11 22:19:12.537 INFO STEP 1003 (remove_files) COMPLETE
77432026-03-11T22:19:13.708Z[ recovery-image] Mar 11 22:19:12.537 INFO O| Mar 11 22:19:12.537 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442026-03-11T22:19:13.714Z[ recovery-image] Mar 11 22:19:12.547 INFO O| Mar 11 22:19:12.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77452026-03-11T22:19:13.717Z[ recovery-image] Mar 11 22:19:12.547 INFO O| Mar 11 22:19:12.547 INFO STEP 1004 (remove_files) COMPLETE
77462026-03-11T22:19:13.718Z[ recovery-image] Mar 11 22:19:12.547 INFO O| Mar 11 22:19:12.547 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472026-03-11T22:19:13.724Z[ recovery-image] Mar 11 22:19:12.556 INFO O| Mar 11 22:19:12.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77482026-03-11T22:19:13.727Z[ recovery-image] Mar 11 22:19:12.556 INFO O| Mar 11 22:19:12.556 INFO STEP 1005 (remove_files) COMPLETE
77492026-03-11T22:19:13.727Z[ recovery-image] Mar 11 22:19:12.556 INFO O| Mar 11 22:19:12.556 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502026-03-11T22:19:13.732Z[ recovery-image] Mar 11 22:19:12.565 INFO O| Mar 11 22:19:12.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77512026-03-11T22:19:13.736Z[ recovery-image] Mar 11 22:19:12.565 INFO O| Mar 11 22:19:12.565 INFO STEP 1006 (remove_files) COMPLETE
77522026-03-11T22:19:13.736Z[ recovery-image] Mar 11 22:19:12.565 INFO O| Mar 11 22:19:12.565 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532026-03-11T22:19:13.740Z[ recovery-image] Mar 11 22:19:12.573 INFO O| Mar 11 22:19:12.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77542026-03-11T22:19:13.743Z[ recovery-image] Mar 11 22:19:12.573 INFO O| Mar 11 22:19:12.573 INFO STEP 1007 (remove_files) COMPLETE
77552026-03-11T22:19:13.743Z[ recovery-image] Mar 11 22:19:12.573 INFO O| Mar 11 22:19:12.573 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562026-03-11T22:19:13.748Z[ recovery-image] Mar 11 22:19:12.581 INFO O| Mar 11 22:19:12.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77572026-03-11T22:19:13.751Z[ recovery-image] Mar 11 22:19:12.581 INFO O| Mar 11 22:19:12.581 INFO STEP 1008 (remove_files) COMPLETE
77582026-03-11T22:19:13.751Z[ recovery-image] Mar 11 22:19:12.581 INFO O| Mar 11 22:19:12.581 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592026-03-11T22:19:13.756Z[ recovery-image] Mar 11 22:19:12.589 INFO O| Mar 11 22:19:12.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
77602026-03-11T22:19:13.760Z[ recovery-image] Mar 11 22:19:12.589 INFO O| Mar 11 22:19:12.589 INFO STEP 1009 (remove_files) COMPLETE
77612026-03-11T22:19:13.760Z[ recovery-image] Mar 11 22:19:12.589 INFO O| Mar 11 22:19:12.589 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622026-03-11T22:19:13.765Z[ recovery-image] Mar 11 22:19:12.598 INFO O| Mar 11 22:19:12.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77632026-03-11T22:19:13.768Z[ recovery-image] Mar 11 22:19:12.598 INFO O| Mar 11 22:19:12.598 INFO STEP 1010 (remove_files) COMPLETE
77642026-03-11T22:19:13.768Z[ recovery-image] Mar 11 22:19:12.598 INFO O| Mar 11 22:19:12.598 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652026-03-11T22:19:13.774Z[ recovery-image] Mar 11 22:19:12.606 INFO O| Mar 11 22:19:12.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77662026-03-11T22:19:13.777Z[ recovery-image] Mar 11 22:19:12.606 INFO O| Mar 11 22:19:12.606 INFO STEP 1011 (remove_files) COMPLETE
77672026-03-11T22:19:13.777Z[ recovery-image] Mar 11 22:19:12.606 INFO O| Mar 11 22:19:12.606 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682026-03-11T22:19:13.785Z[ recovery-image] Mar 11 22:19:12.615 INFO O| Mar 11 22:19:12.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77692026-03-11T22:19:13.785Z[ recovery-image] Mar 11 22:19:12.615 INFO O| Mar 11 22:19:12.615 INFO STEP 1012 (remove_files) COMPLETE
77702026-03-11T22:19:13.785Z[ recovery-image] Mar 11 22:19:12.615 INFO O| Mar 11 22:19:12.615 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712026-03-11T22:19:13.790Z[ recovery-image] Mar 11 22:19:12.622 INFO O| Mar 11 22:19:12.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77722026-03-11T22:19:13.793Z[ recovery-image] Mar 11 22:19:12.623 INFO O| Mar 11 22:19:12.622 INFO STEP 1013 (remove_files) COMPLETE
77732026-03-11T22:19:13.793Z[ recovery-image] Mar 11 22:19:12.623 INFO O| Mar 11 22:19:12.623 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742026-03-11T22:19:13.799Z[ recovery-image] Mar 11 22:19:12.631 INFO O| Mar 11 22:19:12.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77752026-03-11T22:19:13.802Z[ recovery-image] Mar 11 22:19:12.631 INFO O| Mar 11 22:19:12.631 INFO STEP 1014 (remove_files) COMPLETE
77762026-03-11T22:19:13.802Z[ recovery-image] Mar 11 22:19:12.631 INFO O| Mar 11 22:19:12.631 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772026-03-11T22:19:13.807Z[ recovery-image] Mar 11 22:19:12.640 INFO O| Mar 11 22:19:12.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
77782026-03-11T22:19:13.810Z[ recovery-image] Mar 11 22:19:12.640 INFO O| Mar 11 22:19:12.640 INFO STEP 1015 (remove_files) COMPLETE
77792026-03-11T22:19:13.810Z[ recovery-image] Mar 11 22:19:12.640 INFO O| Mar 11 22:19:12.640 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802026-03-11T22:19:13.816Z[ recovery-image] Mar 11 22:19:12.648 INFO O| Mar 11 22:19:12.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
77812026-03-11T22:19:13.819Z[ recovery-image] Mar 11 22:19:12.648 INFO O| Mar 11 22:19:12.648 INFO STEP 1016 (remove_files) COMPLETE
77822026-03-11T22:19:13.819Z[ recovery-image] Mar 11 22:19:12.648 INFO O| Mar 11 22:19:12.648 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832026-03-11T22:19:13.824Z[ recovery-image] Mar 11 22:19:12.657 INFO O| Mar 11 22:19:12.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
77842026-03-11T22:19:13.827Z[ recovery-image] Mar 11 22:19:12.657 INFO O| Mar 11 22:19:12.657 INFO STEP 1017 (remove_files) COMPLETE
77852026-03-11T22:19:13.827Z[ recovery-image] Mar 11 22:19:12.657 INFO O| Mar 11 22:19:12.657 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862026-03-11T22:19:13.832Z[ recovery-image] Mar 11 22:19:12.665 INFO O| Mar 11 22:19:12.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
77872026-03-11T22:19:13.835Z[ recovery-image] Mar 11 22:19:12.665 INFO O| Mar 11 22:19:12.665 INFO STEP 1018 (remove_files) COMPLETE
77882026-03-11T22:19:13.835Z[ recovery-image] Mar 11 22:19:12.665 INFO O| Mar 11 22:19:12.665 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892026-03-11T22:19:13.841Z[ recovery-image] Mar 11 22:19:12.673 INFO O| Mar 11 22:19:12.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
77902026-03-11T22:19:13.841Z[ recovery-image] Mar 11 22:19:12.673 INFO O| Mar 11 22:19:12.673 INFO STEP 1019 (remove_files) COMPLETE
77912026-03-11T22:19:13.841Z[ recovery-image] Mar 11 22:19:12.673 INFO O| Mar 11 22:19:12.673 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922026-03-11T22:19:13.849Z[ recovery-image] Mar 11 22:19:12.681 INFO O| Mar 11 22:19:12.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
77932026-03-11T22:19:13.851Z[ recovery-image] Mar 11 22:19:12.681 INFO O| Mar 11 22:19:12.681 INFO STEP 1020 (remove_files) COMPLETE
77942026-03-11T22:19:13.851Z[ recovery-image] Mar 11 22:19:12.681 INFO O| Mar 11 22:19:12.681 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952026-03-11T22:19:13.857Z[ recovery-image] Mar 11 22:19:12.689 INFO O| Mar 11 22:19:12.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
77962026-03-11T22:19:13.859Z[ recovery-image] Mar 11 22:19:12.689 INFO O| Mar 11 22:19:12.689 INFO STEP 1021 (remove_files) COMPLETE
77972026-03-11T22:19:13.859Z[ recovery-image] Mar 11 22:19:12.689 INFO O| Mar 11 22:19:12.689 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982026-03-11T22:19:13.864Z[ recovery-image] Mar 11 22:19:12.697 INFO O| Mar 11 22:19:12.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
77992026-03-11T22:19:13.868Z[ recovery-image] Mar 11 22:19:12.697 INFO O| Mar 11 22:19:12.697 INFO STEP 1022 (remove_files) COMPLETE
78002026-03-11T22:19:13.868Z[ recovery-image] Mar 11 22:19:12.697 INFO O| Mar 11 22:19:12.697 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012026-03-11T22:19:13.873Z[ recovery-image] Mar 11 22:19:12.706 INFO O| Mar 11 22:19:12.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78022026-03-11T22:19:13.876Z[ recovery-image] Mar 11 22:19:12.706 INFO O| Mar 11 22:19:12.706 INFO STEP 1023 (remove_files) COMPLETE
78032026-03-11T22:19:13.876Z[ recovery-image] Mar 11 22:19:12.706 INFO O| Mar 11 22:19:12.706 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042026-03-11T22:19:13.882Z[ recovery-image] Mar 11 22:19:12.714 INFO O| Mar 11 22:19:12.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78052026-03-11T22:19:13.884Z[ recovery-image] Mar 11 22:19:12.714 INFO O| Mar 11 22:19:12.714 INFO STEP 1024 (remove_files) COMPLETE
78062026-03-11T22:19:13.884Z[ recovery-image] Mar 11 22:19:12.714 INFO O| Mar 11 22:19:12.714 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072026-03-11T22:19:13.890Z[ recovery-image] Mar 11 22:19:12.722 INFO O| Mar 11 22:19:12.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78082026-03-11T22:19:13.892Z[ recovery-image] Mar 11 22:19:12.722 INFO O| Mar 11 22:19:12.722 INFO STEP 1025 (remove_files) COMPLETE
78092026-03-11T22:19:13.892Z[ recovery-image] Mar 11 22:19:12.722 INFO O| Mar 11 22:19:12.722 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102026-03-11T22:19:13.898Z[ recovery-image] Mar 11 22:19:12.730 INFO O| Mar 11 22:19:12.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78112026-03-11T22:19:13.901Z[ recovery-image] Mar 11 22:19:12.730 INFO O| Mar 11 22:19:12.730 INFO STEP 1026 (remove_files) COMPLETE
78122026-03-11T22:19:13.901Z[ recovery-image] Mar 11 22:19:12.730 INFO O| Mar 11 22:19:12.730 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132026-03-11T22:19:13.906Z[ recovery-image] Mar 11 22:19:12.739 INFO O| Mar 11 22:19:12.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78142026-03-11T22:19:13.909Z[ recovery-image] Mar 11 22:19:12.739 INFO O| Mar 11 22:19:12.739 INFO STEP 1027 (remove_files) COMPLETE
78152026-03-11T22:19:13.909Z[ recovery-image] Mar 11 22:19:12.739 INFO O| Mar 11 22:19:12.739 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162026-03-11T22:19:13.914Z[ recovery-image] Mar 11 22:19:12.747 INFO O| Mar 11 22:19:12.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78172026-03-11T22:19:13.917Z[ recovery-image] Mar 11 22:19:12.747 INFO O| Mar 11 22:19:12.747 INFO STEP 1028 (remove_files) COMPLETE
78182026-03-11T22:19:13.917Z[ recovery-image] Mar 11 22:19:12.747 INFO O| Mar 11 22:19:12.747 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192026-03-11T22:19:13.923Z[ recovery-image] Mar 11 22:19:12.755 INFO O| Mar 11 22:19:12.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78202026-03-11T22:19:13.926Z[ recovery-image] Mar 11 22:19:12.755 INFO O| Mar 11 22:19:12.755 INFO STEP 1029 (remove_files) COMPLETE
78212026-03-11T22:19:13.926Z[ recovery-image] Mar 11 22:19:12.755 INFO O| Mar 11 22:19:12.755 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222026-03-11T22:19:13.930Z[ recovery-image] Mar 11 22:19:12.763 INFO O| Mar 11 22:19:12.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78232026-03-11T22:19:13.934Z[ recovery-image] Mar 11 22:19:12.763 INFO O| Mar 11 22:19:12.763 INFO STEP 1030 (remove_files) COMPLETE
78242026-03-11T22:19:13.934Z[ recovery-image] Mar 11 22:19:12.763 INFO O| Mar 11 22:19:12.763 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252026-03-11T22:19:13.938Z[ recovery-image] Mar 11 22:19:12.771 INFO O| Mar 11 22:19:12.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78262026-03-11T22:19:13.941Z[ recovery-image] Mar 11 22:19:12.771 INFO O| Mar 11 22:19:12.771 INFO STEP 1031 (remove_files) COMPLETE
78272026-03-11T22:19:13.941Z[ recovery-image] Mar 11 22:19:12.771 INFO O| Mar 11 22:19:12.771 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282026-03-11T22:19:13.946Z[ recovery-image] Mar 11 22:19:12.778 INFO O| Mar 11 22:19:12.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78292026-03-11T22:19:13.949Z[ recovery-image] Mar 11 22:19:12.779 INFO O| Mar 11 22:19:12.778 INFO STEP 1032 (remove_files) COMPLETE
78302026-03-11T22:19:13.949Z[ recovery-image] Mar 11 22:19:12.779 INFO O| Mar 11 22:19:12.778 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312026-03-11T22:19:13.954Z[ recovery-image] Mar 11 22:19:12.787 INFO O| Mar 11 22:19:12.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78322026-03-11T22:19:13.958Z[ recovery-image] Mar 11 22:19:12.787 INFO O| Mar 11 22:19:12.787 INFO STEP 1033 (remove_files) COMPLETE
78332026-03-11T22:19:13.958Z[ recovery-image] Mar 11 22:19:12.787 INFO O| Mar 11 22:19:12.787 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342026-03-11T22:19:13.963Z[ recovery-image] Mar 11 22:19:12.795 INFO O| Mar 11 22:19:12.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78352026-03-11T22:19:13.966Z[ recovery-image] Mar 11 22:19:12.795 INFO O| Mar 11 22:19:12.795 INFO STEP 1034 (remove_files) COMPLETE
78362026-03-11T22:19:13.966Z[ recovery-image] Mar 11 22:19:12.795 INFO O| Mar 11 22:19:12.795 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372026-03-11T22:19:13.971Z[ recovery-image] Mar 11 22:19:12.803 INFO O| Mar 11 22:19:12.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78382026-03-11T22:19:13.974Z[ recovery-image] Mar 11 22:19:12.803 INFO O| Mar 11 22:19:12.803 INFO STEP 1035 (remove_files) COMPLETE
78392026-03-11T22:19:13.974Z[ recovery-image] Mar 11 22:19:12.803 INFO O| Mar 11 22:19:12.803 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402026-03-11T22:19:13.979Z[ recovery-image] Mar 11 22:19:12.811 INFO O| Mar 11 22:19:12.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78412026-03-11T22:19:13.982Z[ recovery-image] Mar 11 22:19:12.811 INFO O| Mar 11 22:19:12.811 INFO STEP 1036 (remove_files) COMPLETE
78422026-03-11T22:19:13.982Z[ recovery-image] Mar 11 22:19:12.811 INFO O| Mar 11 22:19:12.811 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432026-03-11T22:19:13.986Z[ recovery-image] Mar 11 22:19:12.819 INFO O| Mar 11 22:19:12.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78442026-03-11T22:19:13.990Z[ recovery-image] Mar 11 22:19:12.819 INFO O| Mar 11 22:19:12.819 INFO STEP 1037 (remove_files) COMPLETE
78452026-03-11T22:19:13.990Z[ recovery-image] Mar 11 22:19:12.819 INFO O| Mar 11 22:19:12.819 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462026-03-11T22:19:13.994Z[ recovery-image] Mar 11 22:19:12.826 INFO O| Mar 11 22:19:12.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78472026-03-11T22:19:13.997Z[ recovery-image] Mar 11 22:19:12.826 INFO O| Mar 11 22:19:12.826 INFO STEP 1038 (remove_files) COMPLETE
78482026-03-11T22:19:13.997Z[ recovery-image] Mar 11 22:19:12.826 INFO O| Mar 11 22:19:12.826 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492026-03-11T22:19:14.001Z[ recovery-image] Mar 11 22:19:12.833 INFO O| Mar 11 22:19:12.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78502026-03-11T22:19:14.001Z[ recovery-image] Mar 11 22:19:12.834 INFO O| Mar 11 22:19:12.833 INFO STEP 1039 (remove_files) COMPLETE
78512026-03-11T22:19:14.001Z[ recovery-image] Mar 11 22:19:12.834 INFO O| Mar 11 22:19:12.834 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522026-03-11T22:19:14.008Z[ recovery-image] Mar 11 22:19:12.841 INFO O| Mar 11 22:19:12.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78532026-03-11T22:19:14.011Z[ recovery-image] Mar 11 22:19:12.841 INFO O| Mar 11 22:19:12.841 INFO STEP 1040 (remove_files) COMPLETE
78542026-03-11T22:19:14.011Z[ recovery-image] Mar 11 22:19:12.841 INFO O| Mar 11 22:19:12.841 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552026-03-11T22:19:14.016Z[ recovery-image] Mar 11 22:19:12.848 INFO O| Mar 11 22:19:12.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78562026-03-11T22:19:14.019Z[ recovery-image] Mar 11 22:19:12.848 INFO O| Mar 11 22:19:12.848 INFO STEP 1041 (remove_files) COMPLETE
78572026-03-11T22:19:14.019Z[ recovery-image] Mar 11 22:19:12.848 INFO O| Mar 11 22:19:12.848 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582026-03-11T22:19:14.024Z[ recovery-image] Mar 11 22:19:12.857 INFO O| Mar 11 22:19:12.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78592026-03-11T22:19:14.027Z[ recovery-image] Mar 11 22:19:12.857 INFO O| Mar 11 22:19:12.857 INFO STEP 1042 (remove_files) COMPLETE
78602026-03-11T22:19:14.027Z[ recovery-image] Mar 11 22:19:12.857 INFO O| Mar 11 22:19:12.857 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612026-03-11T22:19:14.032Z[ recovery-image] Mar 11 22:19:12.864 INFO O| Mar 11 22:19:12.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78622026-03-11T22:19:14.035Z[ recovery-image] Mar 11 22:19:12.864 INFO O| Mar 11 22:19:12.864 INFO STEP 1043 (remove_files) COMPLETE
78632026-03-11T22:19:14.035Z[ recovery-image] Mar 11 22:19:12.864 INFO O| Mar 11 22:19:12.864 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642026-03-11T22:19:14.040Z[ recovery-image] Mar 11 22:19:12.872 INFO O| Mar 11 22:19:12.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78652026-03-11T22:19:14.040Z[ recovery-image] Mar 11 22:19:12.872 INFO O| Mar 11 22:19:12.872 INFO STEP 1044 (remove_files) COMPLETE
78662026-03-11T22:19:14.040Z[ recovery-image] Mar 11 22:19:12.872 INFO O| Mar 11 22:19:12.872 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672026-03-11T22:19:14.047Z[ recovery-image] Mar 11 22:19:12.879 INFO O| Mar 11 22:19:12.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78682026-03-11T22:19:14.050Z[ recovery-image] Mar 11 22:19:12.879 INFO O| Mar 11 22:19:12.879 INFO STEP 1045 (remove_files) COMPLETE
78692026-03-11T22:19:14.050Z[ recovery-image] Mar 11 22:19:12.879 INFO O| Mar 11 22:19:12.879 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702026-03-11T22:19:14.054Z[ recovery-image] Mar 11 22:19:12.887 INFO O| Mar 11 22:19:12.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78712026-03-11T22:19:14.057Z[ recovery-image] Mar 11 22:19:12.887 INFO O| Mar 11 22:19:12.887 INFO STEP 1046 (remove_files) COMPLETE
78722026-03-11T22:19:14.057Z[ recovery-image] Mar 11 22:19:12.887 INFO O| Mar 11 22:19:12.887 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732026-03-11T22:19:14.061Z[ recovery-image] Mar 11 22:19:12.894 INFO O| Mar 11 22:19:12.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78742026-03-11T22:19:14.064Z[ recovery-image] Mar 11 22:19:12.894 INFO O| Mar 11 22:19:12.894 INFO STEP 1047 (remove_files) COMPLETE
78752026-03-11T22:19:14.065Z[ recovery-image] Mar 11 22:19:12.894 INFO O| Mar 11 22:19:12.894 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762026-03-11T22:19:14.069Z[ recovery-image] Mar 11 22:19:12.901 INFO O| Mar 11 22:19:12.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78772026-03-11T22:19:14.072Z[ recovery-image] Mar 11 22:19:12.901 INFO O| Mar 11 22:19:12.901 INFO STEP 1048 (remove_files) COMPLETE
78782026-03-11T22:19:14.072Z[ recovery-image] Mar 11 22:19:12.901 INFO O| Mar 11 22:19:12.901 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792026-03-11T22:19:14.076Z[ recovery-image] Mar 11 22:19:12.908 INFO O| Mar 11 22:19:12.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
78802026-03-11T22:19:14.079Z[ recovery-image] Mar 11 22:19:12.908 INFO O| Mar 11 22:19:12.908 INFO STEP 1049 (remove_files) COMPLETE
78812026-03-11T22:19:14.079Z[ recovery-image] Mar 11 22:19:12.908 INFO O| Mar 11 22:19:12.908 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822026-03-11T22:19:14.084Z[ recovery-image] Mar 11 22:19:12.916 INFO O| Mar 11 22:19:12.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
78832026-03-11T22:19:14.087Z[ recovery-image] Mar 11 22:19:12.916 INFO O| Mar 11 22:19:12.916 INFO STEP 1050 (remove_files) COMPLETE
78842026-03-11T22:19:14.087Z[ recovery-image] Mar 11 22:19:12.916 INFO O| Mar 11 22:19:12.916 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852026-03-11T22:19:14.091Z[ recovery-image] Mar 11 22:19:12.923 INFO O| Mar 11 22:19:12.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
78862026-03-11T22:19:14.094Z[ recovery-image] Mar 11 22:19:12.924 INFO O| Mar 11 22:19:12.924 INFO STEP 1051 (remove_files) COMPLETE
78872026-03-11T22:19:14.094Z[ recovery-image] Mar 11 22:19:12.924 INFO O| Mar 11 22:19:12.924 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882026-03-11T22:19:14.099Z[ recovery-image] Mar 11 22:19:12.931 INFO O| Mar 11 22:19:12.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
78892026-03-11T22:19:14.102Z[ recovery-image] Mar 11 22:19:12.931 INFO O| Mar 11 22:19:12.931 INFO STEP 1052 (remove_files) COMPLETE
78902026-03-11T22:19:14.102Z[ recovery-image] Mar 11 22:19:12.931 INFO O| Mar 11 22:19:12.931 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912026-03-11T22:19:14.106Z[ recovery-image] Mar 11 22:19:12.939 INFO O| Mar 11 22:19:12.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
78922026-03-11T22:19:14.109Z[ recovery-image] Mar 11 22:19:12.939 INFO O| Mar 11 22:19:12.939 INFO STEP 1053 (remove_files) COMPLETE
78932026-03-11T22:19:14.109Z[ recovery-image] Mar 11 22:19:12.939 INFO O| Mar 11 22:19:12.939 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942026-03-11T22:19:14.114Z[ recovery-image] Mar 11 22:19:12.947 INFO O| Mar 11 22:19:12.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
78952026-03-11T22:19:14.117Z[ recovery-image] Mar 11 22:19:12.947 INFO O| Mar 11 22:19:12.947 INFO STEP 1054 (remove_files) COMPLETE
78962026-03-11T22:19:14.117Z[ recovery-image] Mar 11 22:19:12.947 INFO O| Mar 11 22:19:12.947 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972026-03-11T22:19:14.122Z[ recovery-image] Mar 11 22:19:12.954 INFO O| Mar 11 22:19:12.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
78982026-03-11T22:19:14.125Z[ recovery-image] Mar 11 22:19:12.955 INFO O| Mar 11 22:19:12.954 INFO STEP 1055 (remove_files) COMPLETE
78992026-03-11T22:19:14.125Z[ recovery-image] Mar 11 22:19:12.955 INFO O| Mar 11 22:19:12.954 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002026-03-11T22:19:14.130Z[ recovery-image] Mar 11 22:19:12.962 INFO O| Mar 11 22:19:12.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79012026-03-11T22:19:14.133Z[ recovery-image] Mar 11 22:19:12.962 INFO O| Mar 11 22:19:12.962 INFO STEP 1056 (remove_files) COMPLETE
79022026-03-11T22:19:14.133Z[ recovery-image] Mar 11 22:19:12.962 INFO O| Mar 11 22:19:12.962 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032026-03-11T22:19:14.137Z[ recovery-image] Mar 11 22:19:12.969 INFO O| Mar 11 22:19:12.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79042026-03-11T22:19:14.140Z[ recovery-image] Mar 11 22:19:12.969 INFO O| Mar 11 22:19:12.969 INFO STEP 1057 (remove_files) COMPLETE
79052026-03-11T22:19:14.140Z[ recovery-image] Mar 11 22:19:12.969 INFO O| Mar 11 22:19:12.969 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062026-03-11T22:19:14.145Z[ recovery-image] Mar 11 22:19:12.977 INFO O| Mar 11 22:19:12.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79072026-03-11T22:19:14.148Z[ recovery-image] Mar 11 22:19:12.977 INFO O| Mar 11 22:19:12.977 INFO STEP 1058 (remove_files) COMPLETE
79082026-03-11T22:19:14.148Z[ recovery-image] Mar 11 22:19:12.977 INFO O| Mar 11 22:19:12.977 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092026-03-11T22:19:14.190Z[ recovery-image] Mar 11 22:19:12.985 INFO O| Mar 11 22:19:12.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79102026-03-11T22:19:14.190Z[ recovery-image] Mar 11 22:19:12.985 INFO O| Mar 11 22:19:12.985 INFO STEP 1059 (remove_files) COMPLETE
79112026-03-11T22:19:14.190Z[ recovery-image] Mar 11 22:19:12.985 INFO O| Mar 11 22:19:12.985 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122026-03-11T22:19:14.190Z[ recovery-image] Mar 11 22:19:12.992 INFO O| Mar 11 22:19:12.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79132026-03-11T22:19:14.190Z[ recovery-image] Mar 11 22:19:12.993 INFO O| Mar 11 22:19:12.993 INFO STEP 1060 (remove_files) COMPLETE
79142026-03-11T22:19:14.190Z[ recovery-image] Mar 11 22:19:12.993 INFO O| Mar 11 22:19:12.993 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152026-03-11T22:19:14.190Z[ recovery-image] Mar 11 22:19:13.001 INFO O| Mar 11 22:19:13.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79162026-03-11T22:19:14.190Z[ recovery-image] Mar 11 22:19:13.001 INFO O| Mar 11 22:19:13.001 INFO STEP 1061 (remove_files) COMPLETE
79172026-03-11T22:19:14.190Z[ recovery-image] Mar 11 22:19:13.001 INFO O| Mar 11 22:19:13.001 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182026-03-11T22:19:14.190Z[ recovery-image] Mar 11 22:19:13.010 INFO O| Mar 11 22:19:13.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79192026-03-11T22:19:14.190Z[ recovery-image] Mar 11 22:19:13.010 INFO O| Mar 11 22:19:13.010 INFO STEP 1062 (remove_files) COMPLETE
79202026-03-11T22:19:14.190Z[ recovery-image] Mar 11 22:19:13.010 INFO O| Mar 11 22:19:13.010 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212026-03-11T22:19:14.190Z[ recovery-image] Mar 11 22:19:13.017 INFO O| Mar 11 22:19:13.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79222026-03-11T22:19:14.190Z[ recovery-image] Mar 11 22:19:13.017 INFO O| Mar 11 22:19:13.017 INFO STEP 1063 (remove_files) COMPLETE
79232026-03-11T22:19:14.190Z[ recovery-image] Mar 11 22:19:13.017 INFO O| Mar 11 22:19:13.017 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242026-03-11T22:19:14.195Z[ recovery-image] Mar 11 22:19:13.025 INFO O| Mar 11 22:19:13.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79252026-03-11T22:19:14.195Z[ recovery-image] Mar 11 22:19:13.025 INFO O| Mar 11 22:19:13.025 INFO STEP 1064 (remove_files) COMPLETE
79262026-03-11T22:19:14.195Z[ recovery-image] Mar 11 22:19:13.025 INFO O| Mar 11 22:19:13.025 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272026-03-11T22:19:14.200Z[ recovery-image] Mar 11 22:19:13.032 INFO O| Mar 11 22:19:13.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79282026-03-11T22:19:14.200Z[ recovery-image] Mar 11 22:19:13.032 INFO O| Mar 11 22:19:13.032 INFO STEP 1065 (remove_files) COMPLETE
79292026-03-11T22:19:14.203Z[ recovery-image] Mar 11 22:19:13.032 INFO O| Mar 11 22:19:13.032 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302026-03-11T22:19:14.207Z[ recovery-image] Mar 11 22:19:13.039 INFO O| Mar 11 22:19:13.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79312026-03-11T22:19:14.210Z[ recovery-image] Mar 11 22:19:13.039 INFO O| Mar 11 22:19:13.039 INFO STEP 1066 (remove_files) COMPLETE
79322026-03-11T22:19:14.210Z[ recovery-image] Mar 11 22:19:13.039 INFO O| Mar 11 22:19:13.039 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332026-03-11T22:19:14.214Z[ recovery-image] Mar 11 22:19:13.047 INFO O| Mar 11 22:19:13.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79342026-03-11T22:19:14.217Z[ recovery-image] Mar 11 22:19:13.047 INFO O| Mar 11 22:19:13.047 INFO STEP 1067 (remove_files) COMPLETE
79352026-03-11T22:19:14.217Z[ recovery-image] Mar 11 22:19:13.047 INFO O| Mar 11 22:19:13.047 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362026-03-11T22:19:14.222Z[ recovery-image] Mar 11 22:19:13.054 INFO O| Mar 11 22:19:13.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79372026-03-11T22:19:14.226Z[ recovery-image] Mar 11 22:19:13.055 INFO O| Mar 11 22:19:13.054 INFO STEP 1068 (remove_files) COMPLETE
79382026-03-11T22:19:14.226Z[ recovery-image] Mar 11 22:19:13.055 INFO O| Mar 11 22:19:13.055 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392026-03-11T22:19:14.230Z[ recovery-image] Mar 11 22:19:13.062 INFO O| Mar 11 22:19:13.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79402026-03-11T22:19:14.230Z[ recovery-image] Mar 11 22:19:13.062 INFO O| Mar 11 22:19:13.062 INFO STEP 1069 (remove_files) COMPLETE
79412026-03-11T22:19:14.230Z[ recovery-image] Mar 11 22:19:13.062 INFO O| Mar 11 22:19:13.062 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422026-03-11T22:19:14.237Z[ recovery-image] Mar 11 22:19:13.070 INFO O| Mar 11 22:19:13.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79432026-03-11T22:19:14.237Z[ recovery-image] Mar 11 22:19:13.070 INFO O| Mar 11 22:19:13.070 INFO STEP 1070 (remove_files) COMPLETE
79442026-03-11T22:19:14.240Z[ recovery-image] Mar 11 22:19:13.070 INFO O| Mar 11 22:19:13.070 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452026-03-11T22:19:14.245Z[ recovery-image] Mar 11 22:19:13.078 INFO O| Mar 11 22:19:13.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79462026-03-11T22:19:14.248Z[ recovery-image] Mar 11 22:19:13.078 INFO O| Mar 11 22:19:13.078 INFO STEP 1071 (remove_files) COMPLETE
79472026-03-11T22:19:14.248Z[ recovery-image] Mar 11 22:19:13.078 INFO O| Mar 11 22:19:13.078 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482026-03-11T22:19:14.253Z[ recovery-image] Mar 11 22:19:13.085 INFO O| Mar 11 22:19:13.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79492026-03-11T22:19:14.256Z[ recovery-image] Mar 11 22:19:13.085 INFO O| Mar 11 22:19:13.085 INFO STEP 1072 (remove_files) COMPLETE
79502026-03-11T22:19:14.256Z[ recovery-image] Mar 11 22:19:13.085 INFO O| Mar 11 22:19:13.085 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512026-03-11T22:19:15.263Z[ recovery-image] Mar 11 22:19:13.093 INFO O| Mar 11 22:19:13.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79522026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.093 INFO O| Mar 11 22:19:13.093 INFO STEP 1073 (remove_files) COMPLETE
79532026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.093 INFO O| Mar 11 22:19:13.093 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.101 INFO O| Mar 11 22:19:13.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79552026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.101 INFO O| Mar 11 22:19:13.101 INFO STEP 1074 (remove_files) COMPLETE
79562026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.101 INFO O| Mar 11 22:19:13.101 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.109 INFO O| Mar 11 22:19:13.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79582026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.109 INFO O| Mar 11 22:19:13.109 INFO STEP 1075 (remove_files) COMPLETE
79592026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.109 INFO O| Mar 11 22:19:13.109 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.116 INFO O| Mar 11 22:19:13.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79612026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.116 INFO O| Mar 11 22:19:13.116 INFO STEP 1076 (remove_files) COMPLETE
79622026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.116 INFO O| Mar 11 22:19:13.116 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.123 INFO O| Mar 11 22:19:13.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79642026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.123 INFO O| Mar 11 22:19:13.123 INFO STEP 1077 (remove_files) COMPLETE
79652026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.123 INFO O| Mar 11 22:19:13.123 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.131 INFO O| Mar 11 22:19:13.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79672026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.131 INFO O| Mar 11 22:19:13.131 INFO STEP 1078 (remove_files) COMPLETE
79682026-03-11T22:19:15.270Z[ recovery-image] Mar 11 22:19:13.131 INFO O| Mar 11 22:19:13.131 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.138 INFO O| Mar 11 22:19:13.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79702026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.139 INFO O| Mar 11 22:19:13.139 INFO STEP 1079 (remove_files) COMPLETE
79712026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.139 INFO O| Mar 11 22:19:13.139 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.146 INFO O| Mar 11 22:19:13.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79732026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.146 INFO O| Mar 11 22:19:13.146 INFO STEP 1080 (remove_files) COMPLETE
79742026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.146 INFO O| Mar 11 22:19:13.146 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.154 INFO O| Mar 11 22:19:13.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79762026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.154 INFO O| Mar 11 22:19:13.154 INFO STEP 1081 (remove_files) COMPLETE
79772026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.154 INFO O| Mar 11 22:19:13.154 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.161 INFO O| Mar 11 22:19:13.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
79792026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.161 INFO O| Mar 11 22:19:13.161 INFO STEP 1082 (remove_files) COMPLETE
79802026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.161 INFO O| Mar 11 22:19:13.161 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.169 INFO O| Mar 11 22:19:13.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
79822026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.169 INFO O| Mar 11 22:19:13.169 INFO STEP 1083 (remove_files) COMPLETE
79832026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.169 INFO O| Mar 11 22:19:13.169 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.177 INFO O| Mar 11 22:19:13.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
79852026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.177 INFO O| Mar 11 22:19:13.177 INFO STEP 1084 (remove_files) COMPLETE
79862026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.177 INFO O| Mar 11 22:19:13.177 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872026-03-11T22:19:15.271Z[ recovery-image] Mar 11 22:19:13.185 INFO O| Mar 11 22:19:13.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
79882026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.185 INFO O| Mar 11 22:19:13.185 INFO STEP 1085 (remove_files) COMPLETE
79892026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.185 INFO O| Mar 11 22:19:13.185 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.193 INFO O| Mar 11 22:19:13.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
79912026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.193 INFO O| Mar 11 22:19:13.193 INFO STEP 1086 (remove_files) COMPLETE
79922026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.193 INFO O| Mar 11 22:19:13.193 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.200 INFO O| Mar 11 22:19:13.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
79942026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.200 INFO O| Mar 11 22:19:13.200 INFO STEP 1087 (remove_files) COMPLETE
79952026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.200 INFO O| Mar 11 22:19:13.200 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.208 INFO O| Mar 11 22:19:13.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
79972026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.208 INFO O| Mar 11 22:19:13.208 INFO STEP 1088 (remove_files) COMPLETE
79982026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.208 INFO O| Mar 11 22:19:13.208 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.215 INFO O| Mar 11 22:19:13.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80002026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.215 INFO O| Mar 11 22:19:13.215 INFO STEP 1089 (remove_files) COMPLETE
80012026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.215 INFO O| Mar 11 22:19:13.215 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.222 INFO O| Mar 11 22:19:13.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80032026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.223 INFO O| Mar 11 22:19:13.223 INFO STEP 1090 (remove_files) COMPLETE
80042026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.223 INFO O| Mar 11 22:19:13.223 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.230 INFO O| Mar 11 22:19:13.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80062026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.230 INFO O| Mar 11 22:19:13.230 INFO STEP 1091 (remove_files) COMPLETE
80072026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.230 INFO O| Mar 11 22:19:13.230 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.238 INFO O| Mar 11 22:19:13.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80092026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.238 INFO O| Mar 11 22:19:13.238 INFO STEP 1092 (remove_files) COMPLETE
80102026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.238 INFO O| Mar 11 22:19:13.238 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.245 INFO O| Mar 11 22:19:13.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80122026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.245 INFO O| Mar 11 22:19:13.245 INFO STEP 1093 (remove_files) COMPLETE
80132026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.245 INFO O| Mar 11 22:19:13.245 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.253 INFO O| Mar 11 22:19:13.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80152026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.253 INFO O| Mar 11 22:19:13.253 INFO STEP 1094 (remove_files) COMPLETE
80162026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.253 INFO O| Mar 11 22:19:13.253 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.260 INFO O| Mar 11 22:19:13.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80182026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.260 INFO O| Mar 11 22:19:13.260 INFO STEP 1095 (remove_files) COMPLETE
80192026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.260 INFO O| Mar 11 22:19:13.260 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.268 INFO O| Mar 11 22:19:13.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80212026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.268 INFO O| Mar 11 22:19:13.268 INFO STEP 1096 (remove_files) COMPLETE
80222026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.268 INFO O| Mar 11 22:19:13.268 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.275 INFO O| Mar 11 22:19:13.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80242026-03-11T22:19:15.272Z[ recovery-image] Mar 11 22:19:13.275 INFO O| Mar 11 22:19:13.275 INFO STEP 1097 (remove_files) COMPLETE
80252026-03-11T22:19:15.273Z[ recovery-image] Mar 11 22:19:13.275 INFO O| Mar 11 22:19:13.275 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262026-03-11T22:19:15.273Z[ recovery-image] Mar 11 22:19:13.283 INFO O| Mar 11 22:19:13.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80272026-03-11T22:19:15.273Z[ recovery-image] Mar 11 22:19:13.284 INFO O| Mar 11 22:19:13.284 INFO STEP 1098 (remove_files) COMPLETE
80282026-03-11T22:19:15.273Z[ recovery-image] Mar 11 22:19:13.284 INFO O| Mar 11 22:19:13.284 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292026-03-11T22:19:15.273Z[ recovery-image] Mar 11 22:19:13.291 INFO O| Mar 11 22:19:13.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80302026-03-11T22:19:15.273Z[ recovery-image] Mar 11 22:19:13.291 INFO O| Mar 11 22:19:13.291 INFO STEP 1099 (remove_files) COMPLETE
80312026-03-11T22:19:15.273Z[ recovery-image] Mar 11 22:19:13.291 INFO O| Mar 11 22:19:13.291 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322026-03-11T22:19:15.273Z[ recovery-image] Mar 11 22:19:13.299 INFO O| Mar 11 22:19:13.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80332026-03-11T22:19:15.273Z[ recovery-image] Mar 11 22:19:13.299 INFO O| Mar 11 22:19:13.299 INFO STEP 1100 (remove_files) COMPLETE
80342026-03-11T22:19:15.273Z[ recovery-image] Mar 11 22:19:13.299 INFO O| Mar 11 22:19:13.299 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352026-03-11T22:19:15.273Z[ recovery-image] Mar 11 22:19:13.306 INFO O| Mar 11 22:19:13.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80362026-03-11T22:19:15.273Z[ recovery-image] Mar 11 22:19:13.306 INFO O| Mar 11 22:19:13.306 INFO STEP 1101 (remove_files) COMPLETE
80372026-03-11T22:19:15.274Z[ recovery-image] Mar 11 22:19:13.306 INFO O| Mar 11 22:19:13.306 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382026-03-11T22:19:15.274Z[ recovery-image] Mar 11 22:19:13.314 INFO O| Mar 11 22:19:13.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80392026-03-11T22:19:15.274Z[ recovery-image] Mar 11 22:19:13.314 INFO O| Mar 11 22:19:13.314 INFO STEP 1102 (remove_files) COMPLETE
80402026-03-11T22:19:15.274Z[ recovery-image] Mar 11 22:19:13.314 INFO O| Mar 11 22:19:13.314 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412026-03-11T22:19:15.274Z[ recovery-image] Mar 11 22:19:13.321 INFO O| Mar 11 22:19:13.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80422026-03-11T22:19:15.274Z[ recovery-image] Mar 11 22:19:13.321 INFO O| Mar 11 22:19:13.321 INFO STEP 1103 (remove_files) COMPLETE
80432026-03-11T22:19:15.274Z[ recovery-image] Mar 11 22:19:13.321 INFO O| Mar 11 22:19:13.321 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442026-03-11T22:19:15.274Z[ recovery-image] Mar 11 22:19:13.328 INFO O| Mar 11 22:19:13.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80452026-03-11T22:19:15.274Z[ recovery-image] Mar 11 22:19:13.329 INFO O| Mar 11 22:19:13.329 INFO STEP 1104 (remove_files) COMPLETE
80462026-03-11T22:19:15.274Z[ recovery-image] Mar 11 22:19:13.329 INFO O| Mar 11 22:19:13.329 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472026-03-11T22:19:15.274Z[ recovery-image] Mar 11 22:19:13.336 INFO O| Mar 11 22:19:13.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80482026-03-11T22:19:15.274Z[ recovery-image] Mar 11 22:19:13.336 INFO O| Mar 11 22:19:13.336 INFO STEP 1105 (remove_files) COMPLETE
80492026-03-11T22:19:15.274Z[ recovery-image] Mar 11 22:19:13.336 INFO O| Mar 11 22:19:13.336 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80502026-03-11T22:19:15.274Z[ recovery-image] Mar 11 22:19:13.344 INFO O| Mar 11 22:19:13.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80512026-03-11T22:19:15.274Z[ recovery-image] Mar 11 22:19:13.344 INFO O| Mar 11 22:19:13.344 INFO STEP 1106 (remove_files) COMPLETE
80522026-03-11T22:19:15.280Z[ recovery-image] Mar 11 22:19:13.344 INFO O| Mar 11 22:19:13.344 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532026-03-11T22:19:15.280Z[ recovery-image] Mar 11 22:19:13.352 INFO O| Mar 11 22:19:13.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80542026-03-11T22:19:15.280Z[ recovery-image] Mar 11 22:19:13.352 INFO O| Mar 11 22:19:13.352 INFO STEP 1107 (remove_files) COMPLETE
80552026-03-11T22:19:15.280Z[ recovery-image] Mar 11 22:19:13.352 INFO O| Mar 11 22:19:13.352 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562026-03-11T22:19:15.280Z[ recovery-image] Mar 11 22:19:13.360 INFO O| Mar 11 22:19:13.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80572026-03-11T22:19:15.280Z[ recovery-image] Mar 11 22:19:13.360 INFO O| Mar 11 22:19:13.360 INFO STEP 1108 (remove_files) COMPLETE
80582026-03-11T22:19:15.280Z[ recovery-image] Mar 11 22:19:13.360 INFO O| Mar 11 22:19:13.360 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80592026-03-11T22:19:15.280Z[ recovery-image] Mar 11 22:19:13.367 INFO O| Mar 11 22:19:13.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80602026-03-11T22:19:15.280Z[ recovery-image] Mar 11 22:19:13.367 INFO O| Mar 11 22:19:13.367 INFO STEP 1109 (remove_files) COMPLETE
80612026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.367 INFO O| Mar 11 22:19:13.367 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.374 INFO O| Mar 11 22:19:13.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80632026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.374 INFO O| Mar 11 22:19:13.374 INFO STEP 1110 (remove_files) COMPLETE
80642026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.374 INFO O| Mar 11 22:19:13.374 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80652026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.381 INFO O| Mar 11 22:19:13.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80662026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.382 INFO O| Mar 11 22:19:13.382 INFO STEP 1111 (remove_files) COMPLETE
80672026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.382 INFO O| Mar 11 22:19:13.382 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80682026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.389 INFO O| Mar 11 22:19:13.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80692026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.389 INFO O| Mar 11 22:19:13.389 INFO STEP 1112 (remove_files) COMPLETE
80702026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.389 INFO O| Mar 11 22:19:13.389 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80712026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.396 INFO O| Mar 11 22:19:13.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80722026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.396 INFO O| Mar 11 22:19:13.396 INFO STEP 1113 (remove_files) COMPLETE
80732026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.396 INFO O| Mar 11 22:19:13.396 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80742026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.404 INFO O| Mar 11 22:19:13.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80752026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.404 INFO O| Mar 11 22:19:13.404 INFO STEP 1114 (remove_files) COMPLETE
80762026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.404 INFO O| Mar 11 22:19:13.404 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80772026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.411 INFO O| Mar 11 22:19:13.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
80782026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.411 INFO O| Mar 11 22:19:13.411 INFO STEP 1115 (remove_files) COMPLETE
80792026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.411 INFO O| Mar 11 22:19:13.411 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80802026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.419 INFO O| Mar 11 22:19:13.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
80812026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.419 INFO O| Mar 11 22:19:13.419 INFO STEP 1116 (remove_files) COMPLETE
80822026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.419 INFO O| Mar 11 22:19:13.419 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80832026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.426 INFO O| Mar 11 22:19:13.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
80842026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.426 INFO O| Mar 11 22:19:13.426 INFO STEP 1117 (remove_files) COMPLETE
80852026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.426 INFO O| Mar 11 22:19:13.426 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80862026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.433 INFO O| Mar 11 22:19:13.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
80872026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.433 INFO O| Mar 11 22:19:13.433 INFO STEP 1118 (remove_files) COMPLETE
80882026-03-11T22:19:15.281Z[ recovery-image] Mar 11 22:19:13.433 INFO O| Mar 11 22:19:13.433 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80892026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.441 INFO O| Mar 11 22:19:13.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
80902026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.441 INFO O| Mar 11 22:19:13.441 INFO STEP 1119 (remove_files) COMPLETE
80912026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.441 INFO O| Mar 11 22:19:13.441 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80922026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.448 INFO O| Mar 11 22:19:13.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
80932026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.448 INFO O| Mar 11 22:19:13.448 INFO STEP 1120 (remove_files) COMPLETE
80942026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.448 INFO O| Mar 11 22:19:13.448 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80952026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.455 INFO O| Mar 11 22:19:13.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
80962026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.455 INFO O| Mar 11 22:19:13.455 INFO STEP 1121 (remove_files) COMPLETE
80972026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.455 INFO O| Mar 11 22:19:13.455 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80982026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.462 INFO O| Mar 11 22:19:13.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
80992026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.462 INFO O| Mar 11 22:19:13.462 INFO STEP 1122 (remove_files) COMPLETE
81002026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.462 INFO O| Mar 11 22:19:13.462 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81012026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.470 INFO O| Mar 11 22:19:13.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81022026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.470 INFO O| Mar 11 22:19:13.470 INFO STEP 1123 (remove_files) COMPLETE
81032026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.470 INFO O| Mar 11 22:19:13.470 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81042026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.477 INFO O| Mar 11 22:19:13.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81052026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.477 INFO O| Mar 11 22:19:13.477 INFO STEP 1124 (remove_files) COMPLETE
81062026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.477 INFO O| Mar 11 22:19:13.477 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81072026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.484 INFO O| Mar 11 22:19:13.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81082026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.484 INFO O| Mar 11 22:19:13.484 INFO STEP 1125 (remove_files) COMPLETE
81092026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.484 INFO O| Mar 11 22:19:13.484 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81102026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.492 INFO O| Mar 11 22:19:13.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81112026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.492 INFO O| Mar 11 22:19:13.492 INFO STEP 1126 (remove_files) COMPLETE
81122026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.492 INFO O| Mar 11 22:19:13.492 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81132026-03-11T22:19:15.282Z[ recovery-image] Mar 11 22:19:13.499 INFO O| Mar 11 22:19:13.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81142026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.499 INFO O| Mar 11 22:19:13.499 INFO STEP 1127 (remove_files) COMPLETE
81152026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.499 INFO O| Mar 11 22:19:13.499 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81162026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.507 INFO O| Mar 11 22:19:13.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81172026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.507 INFO O| Mar 11 22:19:13.507 INFO STEP 1128 (remove_files) COMPLETE
81182026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.507 INFO O| Mar 11 22:19:13.507 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81192026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.515 INFO O| Mar 11 22:19:13.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81202026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.515 INFO O| Mar 11 22:19:13.515 INFO STEP 1129 (remove_files) COMPLETE
81212026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.515 INFO O| Mar 11 22:19:13.515 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81222026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.523 INFO O| Mar 11 22:19:13.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81232026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.523 INFO O| Mar 11 22:19:13.523 INFO STEP 1130 (remove_files) COMPLETE
81242026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.523 INFO O| Mar 11 22:19:13.523 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81252026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.530 INFO O| Mar 11 22:19:13.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81262026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.530 INFO O| Mar 11 22:19:13.530 INFO STEP 1131 (remove_files) COMPLETE
81272026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.530 INFO O| Mar 11 22:19:13.530 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81282026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.538 INFO O| Mar 11 22:19:13.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81292026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.538 INFO O| Mar 11 22:19:13.538 INFO STEP 1132 (remove_files) COMPLETE
81302026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.538 INFO O| Mar 11 22:19:13.538 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81312026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.546 INFO O| Mar 11 22:19:13.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81322026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.546 INFO O| Mar 11 22:19:13.546 INFO STEP 1133 (remove_files) COMPLETE
81332026-03-11T22:19:15.283Z[ recovery-image] Mar 11 22:19:13.546 INFO O| Mar 11 22:19:13.546 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81342026-03-11T22:19:15.284Z[ recovery-image] Mar 11 22:19:13.554 INFO O| Mar 11 22:19:13.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81352026-03-11T22:19:15.284Z[ recovery-image] Mar 11 22:19:13.554 INFO O| Mar 11 22:19:13.554 INFO STEP 1134 (remove_files) COMPLETE
81362026-03-11T22:19:15.284Z[ recovery-image] Mar 11 22:19:13.554 INFO O| Mar 11 22:19:13.554 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81372026-03-11T22:19:15.284Z[ recovery-image] Mar 11 22:19:13.561 INFO O| Mar 11 22:19:13.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81382026-03-11T22:19:15.284Z[ recovery-image] Mar 11 22:19:13.561 INFO O| Mar 11 22:19:13.561 INFO STEP 1135 (remove_files) COMPLETE
81392026-03-11T22:19:15.284Z[ recovery-image] Mar 11 22:19:13.561 INFO O| Mar 11 22:19:13.561 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81402026-03-11T22:19:15.284Z[ recovery-image] Mar 11 22:19:13.568 INFO O| Mar 11 22:19:13.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81412026-03-11T22:19:15.284Z[ recovery-image] Mar 11 22:19:13.568 INFO O| Mar 11 22:19:13.568 INFO STEP 1136 (remove_files) COMPLETE
81422026-03-11T22:19:15.284Z[ recovery-image] Mar 11 22:19:13.568 INFO O| Mar 11 22:19:13.568 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81432026-03-11T22:19:15.284Z[ recovery-image] Mar 11 22:19:13.575 INFO O| Mar 11 22:19:13.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81442026-03-11T22:19:15.284Z[ recovery-image] Mar 11 22:19:13.575 INFO O| Mar 11 22:19:13.575 INFO STEP 1137 (remove_files) COMPLETE
81452026-03-11T22:19:15.284Z[ recovery-image] Mar 11 22:19:13.575 INFO O| Mar 11 22:19:13.575 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81462026-03-11T22:19:15.284Z[ recovery-image] Mar 11 22:19:13.582 INFO O| Mar 11 22:19:13.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81472026-03-11T22:19:15.284Z[ recovery-image] Mar 11 22:19:13.583 INFO O| Mar 11 22:19:13.583 INFO STEP 1138 (remove_files) COMPLETE
81482026-03-11T22:19:15.284Z[ recovery-image] Mar 11 22:19:13.583 INFO O| Mar 11 22:19:13.583 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81492026-03-11T22:19:15.285Z[ recovery-image] Mar 11 22:19:13.590 INFO O| Mar 11 22:19:13.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81502026-03-11T22:19:15.285Z[ recovery-image] Mar 11 22:19:13.590 INFO O| Mar 11 22:19:13.590 INFO STEP 1139 (remove_files) COMPLETE
81512026-03-11T22:19:15.285Z[ recovery-image] Mar 11 22:19:13.590 INFO O| Mar 11 22:19:13.590 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81522026-03-11T22:19:15.289Z[ recovery-image] Mar 11 22:19:13.597 INFO O| Mar 11 22:19:13.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81532026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.597 INFO O| Mar 11 22:19:13.597 INFO STEP 1140 (remove_files) COMPLETE
81542026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.597 INFO O| Mar 11 22:19:13.597 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81552026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.604 INFO O| Mar 11 22:19:13.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81562026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.604 INFO O| Mar 11 22:19:13.604 INFO STEP 1141 (remove_files) COMPLETE
81572026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.604 INFO O| Mar 11 22:19:13.604 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81582026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.611 INFO O| Mar 11 22:19:13.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81592026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.611 INFO O| Mar 11 22:19:13.611 INFO STEP 1142 (remove_files) COMPLETE
81602026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.611 INFO O| Mar 11 22:19:13.611 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81612026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.618 INFO O| Mar 11 22:19:13.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81622026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.619 INFO O| Mar 11 22:19:13.618 INFO STEP 1143 (remove_files) COMPLETE
81632026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.619 INFO O| Mar 11 22:19:13.619 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81642026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.625 INFO O| Mar 11 22:19:13.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81652026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.625 INFO O| Mar 11 22:19:13.625 INFO STEP 1144 (remove_files) COMPLETE
81662026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.625 INFO O| Mar 11 22:19:13.625 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81672026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.632 INFO O| Mar 11 22:19:13.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81682026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.632 INFO O| Mar 11 22:19:13.632 INFO STEP 1145 (remove_files) COMPLETE
81692026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.632 INFO O| Mar 11 22:19:13.632 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81702026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.640 INFO O| Mar 11 22:19:13.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81712026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.640 INFO O| Mar 11 22:19:13.640 INFO STEP 1146 (remove_files) COMPLETE
81722026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.640 INFO O| Mar 11 22:19:13.640 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81732026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.647 INFO O| Mar 11 22:19:13.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81742026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.647 INFO O| Mar 11 22:19:13.647 INFO STEP 1147 (remove_files) COMPLETE
81752026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.647 INFO O| Mar 11 22:19:13.647 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81762026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.655 INFO O| Mar 11 22:19:13.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81772026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.655 INFO O| Mar 11 22:19:13.655 INFO STEP 1148 (remove_files) COMPLETE
81782026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.655 INFO O| Mar 11 22:19:13.655 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81792026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.662 INFO O| Mar 11 22:19:13.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
81802026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.662 INFO O| Mar 11 22:19:13.662 INFO STEP 1149 (remove_files) COMPLETE
81812026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.662 INFO O| Mar 11 22:19:13.662 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81822026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.670 INFO O| Mar 11 22:19:13.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
81832026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.670 INFO O| Mar 11 22:19:13.670 INFO STEP 1150 (remove_files) COMPLETE
81842026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.670 INFO O| Mar 11 22:19:13.670 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81852026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.677 INFO O| Mar 11 22:19:13.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
81862026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.677 INFO O| Mar 11 22:19:13.677 INFO STEP 1151 (remove_files) COMPLETE
81872026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.677 INFO O| Mar 11 22:19:13.677 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81882026-03-11T22:19:15.290Z[ recovery-image] Mar 11 22:19:13.684 INFO O| Mar 11 22:19:13.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
81892026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.684 INFO O| Mar 11 22:19:13.684 INFO STEP 1152 (remove_files) COMPLETE
81902026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.684 INFO O| Mar 11 22:19:13.684 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81912026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.691 INFO O| Mar 11 22:19:13.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
81922026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.691 INFO O| Mar 11 22:19:13.691 INFO STEP 1153 (remove_files) COMPLETE
81932026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.691 INFO O| Mar 11 22:19:13.691 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81942026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.698 INFO O| Mar 11 22:19:13.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
81952026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.698 INFO O| Mar 11 22:19:13.698 INFO STEP 1154 (remove_files) COMPLETE
81962026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.698 INFO O| Mar 11 22:19:13.698 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81972026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.706 INFO O| Mar 11 22:19:13.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
81982026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.706 INFO O| Mar 11 22:19:13.706 INFO STEP 1155 (remove_files) COMPLETE
81992026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.706 INFO O| Mar 11 22:19:13.706 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82002026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.713 INFO O| Mar 11 22:19:13.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82012026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.713 INFO O| Mar 11 22:19:13.713 INFO STEP 1156 (remove_files) COMPLETE
82022026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.713 INFO O| Mar 11 22:19:13.713 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82032026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.720 INFO O| Mar 11 22:19:13.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82042026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.720 INFO O| Mar 11 22:19:13.720 INFO STEP 1157 (remove_files) COMPLETE
82052026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.720 INFO O| Mar 11 22:19:13.720 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82062026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.727 INFO O| Mar 11 22:19:13.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82072026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.727 INFO O| Mar 11 22:19:13.727 INFO STEP 1158 (remove_files) COMPLETE
82082026-03-11T22:19:15.291Z[ recovery-image] Mar 11 22:19:13.727 INFO O| Mar 11 22:19:13.727 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82092026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.735 INFO O| Mar 11 22:19:13.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82102026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.735 INFO O| Mar 11 22:19:13.735 INFO STEP 1159 (remove_files) COMPLETE
82112026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.735 INFO O| Mar 11 22:19:13.735 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82122026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.742 INFO O| Mar 11 22:19:13.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82132026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.742 INFO O| Mar 11 22:19:13.742 INFO STEP 1160 (remove_files) COMPLETE
82142026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.742 INFO O| Mar 11 22:19:13.742 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82152026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.749 INFO O| Mar 11 22:19:13.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82162026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.750 INFO O| Mar 11 22:19:13.750 INFO STEP 1161 (remove_files) COMPLETE
82172026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.750 INFO O| Mar 11 22:19:13.750 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82182026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.757 INFO O| Mar 11 22:19:13.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82192026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.757 INFO O| Mar 11 22:19:13.757 INFO STEP 1162 (remove_files) COMPLETE
82202026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.757 INFO O| Mar 11 22:19:13.757 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82212026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.764 INFO O| Mar 11 22:19:13.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82222026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.764 INFO O| Mar 11 22:19:13.764 INFO STEP 1163 (remove_files) COMPLETE
82232026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.764 INFO O| Mar 11 22:19:13.764 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82242026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.771 INFO O| Mar 11 22:19:13.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82252026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.771 INFO O| Mar 11 22:19:13.771 INFO STEP 1164 (remove_files) COMPLETE
82262026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.771 INFO O| Mar 11 22:19:13.771 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82272026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.778 INFO O| Mar 11 22:19:13.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82282026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.778 INFO O| Mar 11 22:19:13.778 INFO STEP 1165 (remove_files) COMPLETE
82292026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.778 INFO O| Mar 11 22:19:13.778 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82302026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.788 INFO O| Mar 11 22:19:13.788 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82312026-03-11T22:19:15.292Z[ recovery-image] Mar 11 22:19:13.788 INFO O| Mar 11 22:19:13.788 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82322026-03-11T22:19:15.650Z[ recovery-image] Mar 11 22:19:14.482 INFO O| Mar 11 22:19:14.482 INFO STEP 1166 (pack_tar) COMPLETE
82332026-03-11T22:19:15.650Z[ recovery-image] Mar 11 22:19:14.482 INFO O| Mar 11 22:19:14.482 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82342026-03-11T22:19:15.650Z[ recovery-image] Mar 11 22:19:14.482 INFO O| Mar 11 22:19:14.482 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82352026-03-11T22:19:16.001Z[ recovery-image] Mar 11 22:19:14.832 INFO O| Mar 11 22:19:14.832 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82362026-03-11T22:19:16.093Z[ recovery-image] Mar 11 22:19:14.924 INFO O| Mar 11 22:19:14.924 INFO completed processing sled/ramdisk-03-recovery-trim
82372026-03-11T22:19:16.096Z[ recovery-image] Mar 11 22:19:14.928 INFO image builder template: zfs-recovery...
82382026-03-11T22:19:16.096Z[ recovery-image] Mar 11 22:19:14.928 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/.tmpSEolf7/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs-recovery"], pwd: None
82392026-03-11T22:19:16.130Z[ recovery-image] Mar 11 22:19:14.962 INFO O| Mar 11 22:19:14.962 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82402026-03-11T22:19:16.133Z[ recovery-image] Mar 11 22:19:14.964 INFO O| Mar 11 22:19:14.964 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82412026-03-11T22:19:16.220Z[ recovery-image] Mar 11 22:19:15.052 INFO O| Mar 11 22:19:15.052 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82422026-03-11T22:19:16.296Z[ recovery-image] Mar 11 22:19:15.128 INFO O| Mar 11 22:19:15.128 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82432026-03-11T22:19:16.296Z[ recovery-image] Mar 11 22:19:15.128 INFO O| Mar 11 22:19:15.128 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82442026-03-11T22:19:16.299Z[ recovery-image] Mar 11 22:19:15.131 INFO O| Mar 11 22:19:15.131 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82452026-03-11T22:19:16.437Z[ recovery-image] Mar 11 22:19:15.269 INFO O| Mar 11 22:19:15.269 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82462026-03-11T22:19:16.552Z[ recovery-image] Mar 11 22:19:15.384 INFO O| Mar 11 22:19:15.384 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82472026-03-11T22:19:16.561Z[ recovery-image] Mar 11 22:19:15.393 INFO O| Mar 11 22:19:15.393 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82482026-03-11T22:19:16.565Z[ recovery-image] Mar 11 22:19:15.397 INFO O| Mar 11 22:19:15.397 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82492026-03-11T22:19:16.576Z[ recovery-image] Mar 11 22:19:15.409 INFO O| Mar 11 22:19:15.409 INFO no lofi found
82502026-03-11T22:19:16.580Z[ recovery-image] Mar 11 22:19:15.409 INFO O| Mar 11 22:19:15.409 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82512026-03-11T22:19:16.580Z[ recovery-image] Mar 11 22:19:15.409 INFO O| Mar 11 22:19:15.409 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82522026-03-11T22:19:18.172Z[ recovery-image] Mar 11 22:19:17.003 INFO O| Mar 11 22:19:17.003 INFO lofi device = /dev/dsk/c2t1d0p0
82532026-03-11T22:19:18.172Z[ recovery-image] Mar 11 22:19:17.003 INFO O| Mar 11 22:19:17.003 INFO pool device = /dev/dsk/c2t1d0p0
82542026-03-11T22:19:18.172Z[ recovery-image] Mar 11 22:19:17.003 INFO O| Mar 11 22:19:17.003 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
82552026-03-11T22:19:18.269Z[ recovery-image] Mar 11 22:19:17.101 INFO O| Mar 11 22:19:17.101 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82562026-03-11T22:19:18.269Z[ recovery-image] Mar 11 22:19:17.101 INFO O| Mar 11 22:19:17.101 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82572026-03-11T22:19:18.299Z[ recovery-image] Mar 11 22:19:17.131 INFO O| Mar 11 22:19:17.131 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82582026-03-11T22:19:18.364Z[ recovery-image] Mar 11 22:19:17.196 INFO O| Mar 11 22:19:17.196 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82592026-03-11T22:19:18.394Z[ recovery-image] Mar 11 22:19:17.226 INFO O| Mar 11 22:19:17.226 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82602026-03-11T22:19:18.403Z[ recovery-image] Mar 11 22:19:17.235 INFO O| Mar 11 22:19:17.235 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82612026-03-11T22:19:18.410Z[ recovery-image] Mar 11 22:19:17.242 INFO O| Mar 11 22:19:17.242 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82622026-03-11T22:19:18.446Z[ recovery-image] Mar 11 22:19:17.277 INFO O| Mar 11 22:19:17.277 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82632026-03-11T22:19:18.449Z[ recovery-image] Mar 11 22:19:17.278 INFO O| Mar 11 22:19:17.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82642026-03-11T22:19:18.449Z[ recovery-image] Mar 11 22:19:17.278 INFO O| Mar 11 22:19:17.278 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82652026-03-11T22:19:18.457Z[ recovery-image] Mar 11 22:19:17.289 INFO O| Mar 11 22:19:17.289 INFO boot environment UUID: c1e09efb-25ad-4749-aee1-0048d4127e81
82662026-03-11T22:19:18.457Z[ recovery-image] Mar 11 22:19:17.290 INFO O| Mar 11 22:19:17.289 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c1e09efb-25ad-4749-aee1-0048d4127e81
82672026-03-11T22:19:18.464Z[ recovery-image] Mar 11 22:19:17.296 INFO O| Mar 11 22:19:17.296 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82682026-03-11T22:19:18.471Z[ recovery-image] Mar 11 22:19:17.303 INFO O| Mar 11 22:19:17.303 INFO STEP 0 (create_be) COMPLETE
82692026-03-11T22:19:18.471Z[ recovery-image] Mar 11 22:19:17.303 INFO O| Mar 11 22:19:17.303 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82702026-03-11T22:19:18.481Z[ recovery-image] Mar 11 22:19:17.314 INFO O| Mar 11 22:19:17.314 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"]
82712026-03-11T22:19:19.955Z[ recovery-image] Mar 11 22:19:18.787 INFO O| Mar 11 22:19:18.787 INFO STEP 1 (unpack_tar) COMPLETE
82722026-03-11T22:19:19.955Z[ recovery-image] Mar 11 22:19:18.787 INFO O| Mar 11 22:19:18.787 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82732026-03-11T22:19:19.964Z[ recovery-image] Mar 11 22:19:18.796 INFO O| Mar 11 22:19:18.795 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82742026-03-11T22:19:20.347Z[ recovery-image] Mar 11 22:19:19.178 INFO O| Mar 11 22:19:19.178 INFO STEP 2 (devfsadm) COMPLETE
82752026-03-11T22:19:20.347Z[ recovery-image] Mar 11 22:19:19.178 INFO O| Mar 11 22:19:19.178 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82762026-03-11T22:19:20.355Z[ recovery-image] Mar 11 22:19:19.187 INFO O| Mar 11 22:19:19.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82772026-03-11T22:19:20.355Z[ recovery-image] Mar 11 22:19:19.187 INFO O| Mar 11 22:19:19.187 INFO STEP 3 (ensure_dir) COMPLETE
82782026-03-11T22:19:20.365Z[ recovery-image] Mar 11 22:19:19.187 INFO O| Mar 11 22:19:19.187 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82792026-03-11T22:19:20.368Z[ recovery-image] Mar 11 22:19:19.195 INFO O| Mar 11 22:19:19.195 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82802026-03-11T22:19:20.368Z[ recovery-image] Mar 11 22:19:19.195 INFO O| Mar 11 22:19:19.195 INFO STEP 4 (ensure_dir) COMPLETE
82812026-03-11T22:19:20.368Z[ recovery-image] Mar 11 22:19:19.195 INFO O| Mar 11 22:19:19.195 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82822026-03-11T22:19:20.371Z[ recovery-image] Mar 11 22:19:19.203 INFO O| Mar 11 22:19:19.203 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82832026-03-11T22:19:20.371Z[ recovery-image] Mar 11 22:19:19.203 INFO O| Mar 11 22:19:19.203 INFO STEP 5 (ensure_dir) COMPLETE
82842026-03-11T22:19:20.371Z[ recovery-image] Mar 11 22:19:19.203 INFO O| Mar 11 22:19:19.203 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82852026-03-11T22:19:20.379Z[ recovery-image] Mar 11 22:19:19.211 INFO O| Mar 11 22:19:19.211 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82862026-03-11T22:19:20.382Z[ recovery-image] Mar 11 22:19:19.211 INFO O| Mar 11 22:19:19.211 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82872026-03-11T22:19:20.382Z[ recovery-image] Mar 11 22:19:19.211 INFO O| Mar 11 22:19:19.211 INFO STEP 6 (ensure_dir) COMPLETE
82882026-03-11T22:19:20.382Z[ recovery-image] Mar 11 22:19:19.211 INFO O| Mar 11 22:19:19.211 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82892026-03-11T22:19:20.387Z[ recovery-image] Mar 11 22:19:19.219 INFO O| Mar 11 22:19:19.219 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82902026-03-11T22:19:20.390Z[ recovery-image] Mar 11 22:19:19.219 INFO O| Mar 11 22:19:19.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82912026-03-11T22:19:20.390Z[ recovery-image] Mar 11 22:19:19.219 INFO O| Mar 11 22:19:19.219 INFO STEP 7 (ensure_dir) COMPLETE
82922026-03-11T22:19:20.390Z[ recovery-image] Mar 11 22:19:19.219 INFO O| Mar 11 22:19:19.219 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82932026-03-11T22:19:20.395Z[ recovery-image] Mar 11 22:19:19.228 INFO O| Mar 11 22:19:19.227 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
82942026-03-11T22:19:20.398Z[ recovery-image] Mar 11 22:19:19.228 INFO O| Mar 11 22:19:19.228 INFO STEP 8 (remove_files) COMPLETE
82952026-03-11T22:19:20.398Z[ recovery-image] Mar 11 22:19:19.228 INFO O| Mar 11 22:19:19.228 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82962026-03-11T22:19:20.404Z[ recovery-image] Mar 11 22:19:19.236 INFO O| Mar 11 22:19:19.236 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
82972026-03-11T22:19:20.407Z[ recovery-image] Mar 11 22:19:19.237 INFO O| Mar 11 22:19:19.237 INFO STEP 9 (remove_files) COMPLETE
82982026-03-11T22:19:20.407Z[ recovery-image] Mar 11 22:19:19.237 INFO O| Mar 11 22:19:19.237 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82992026-03-11T22:19:20.412Z[ recovery-image] Mar 11 22:19:19.245 INFO O| Mar 11 22:19:19.245 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83002026-03-11T22:19:20.415Z[ recovery-image] Mar 11 22:19:19.245 INFO O| Mar 11 22:19:19.245 INFO STEP 10 (remove_files) COMPLETE
83012026-03-11T22:19:20.415Z[ recovery-image] Mar 11 22:19:19.245 INFO O| Mar 11 22:19:19.245 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83022026-03-11T22:19:20.421Z[ recovery-image] Mar 11 22:19:19.253 INFO O| Mar 11 22:19:19.253 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83032026-03-11T22:19:20.424Z[ recovery-image] Mar 11 22:19:19.253 INFO O| Mar 11 22:19:19.253 INFO STEP 11 (remove_files) COMPLETE
83042026-03-11T22:19:20.424Z[ recovery-image] Mar 11 22:19:19.253 INFO O| Mar 11 22:19:19.253 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83052026-03-11T22:19:20.429Z[ recovery-image] Mar 11 22:19:19.261 INFO O| Mar 11 22:19:19.261 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83062026-03-11T22:19:20.432Z[ recovery-image] Mar 11 22:19:19.261 INFO O| Mar 11 22:19:19.261 INFO STEP 12 (remove_files) COMPLETE
83072026-03-11T22:19:20.432Z[ recovery-image] Mar 11 22:19:19.261 INFO O| Mar 11 22:19:19.261 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83082026-03-11T22:19:20.437Z[ recovery-image] Mar 11 22:19:19.269 INFO O| Mar 11 22:19:19.269 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83092026-03-11T22:19:20.440Z[ recovery-image] Mar 11 22:19:19.269 INFO O| Mar 11 22:19:19.269 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83102026-03-11T22:19:20.440Z[ recovery-image] Mar 11 22:19:19.269 INFO O| Mar 11 22:19:19.269 INFO STEP 13 (ensure_dir) COMPLETE
83112026-03-11T22:19:20.440Z[ recovery-image] Mar 11 22:19:19.269 INFO O| Mar 11 22:19:19.269 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83122026-03-11T22:19:20.445Z[ recovery-image] Mar 11 22:19:19.277 INFO O| Mar 11 22:19:19.277 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83132026-03-11T22:19:20.448Z[ recovery-image] Mar 11 22:19:19.277 INFO O| Mar 11 22:19:19.277 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83142026-03-11T22:19:20.448Z[ recovery-image] Mar 11 22:19:19.277 INFO O| Mar 11 22:19:19.277 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83152026-03-11T22:19:20.448Z[ recovery-image] Mar 11 22:19:19.277 INFO O| Mar 11 22:19:19.277 INFO STEP 14 (ensure_dir) COMPLETE
83162026-03-11T22:19:20.448Z[ recovery-image] Mar 11 22:19:19.277 INFO O| Mar 11 22:19:19.277 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83172026-03-11T22:19:20.453Z[ recovery-image] Mar 11 22:19:19.285 INFO O| Mar 11 22:19:19.285 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83182026-03-11T22:19:20.456Z[ recovery-image] Mar 11 22:19:19.285 INFO O| Mar 11 22:19:19.285 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83192026-03-11T22:19:20.456Z[ recovery-image] Mar 11 22:19:19.285 INFO O| Mar 11 22:19:19.285 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83202026-03-11T22:19:20.456Z[ recovery-image] Mar 11 22:19:19.285 INFO O| Mar 11 22:19:19.285 INFO STEP 15 (ensure_dir) COMPLETE
83212026-03-11T22:19:20.456Z[ recovery-image] Mar 11 22:19:19.285 INFO O| Mar 11 22:19:19.285 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83222026-03-11T22:19:20.461Z[ recovery-image] Mar 11 22:19:19.293 INFO O| Mar 11 22:19:19.293 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83232026-03-11T22:19:20.464Z[ recovery-image] Mar 11 22:19:19.293 INFO O| Mar 11 22:19:19.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83242026-03-11T22:19:20.464Z[ recovery-image] Mar 11 22:19:19.293 INFO O| Mar 11 22:19:19.293 INFO STEP 16 (ensure_dir) COMPLETE
83252026-03-11T22:19:20.464Z[ recovery-image] Mar 11 22:19:19.293 INFO O| Mar 11 22:19:19.293 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83262026-03-11T22:19:20.469Z[ recovery-image] Mar 11 22:19:19.301 INFO O| Mar 11 22:19:19.301 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83272026-03-11T22:19:20.472Z[ recovery-image] Mar 11 22:19:19.301 INFO O| Mar 11 22:19:19.301 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83282026-03-11T22:19:20.472Z[ recovery-image] Mar 11 22:19:19.301 INFO O| Mar 11 22:19:19.301 INFO STEP 17 (ensure_dir) COMPLETE
83292026-03-11T22:19:20.472Z[ recovery-image] Mar 11 22:19:19.301 INFO O| Mar 11 22:19:19.301 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83302026-03-11T22:19:20.477Z[ recovery-image] Mar 11 22:19:19.309 INFO O| Mar 11 22:19:19.309 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83312026-03-11T22:19:20.477Z[ recovery-image] Mar 11 22:19:19.309 INFO O| Mar 11 22:19:19.309 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83322026-03-11T22:19:20.480Z[ recovery-image] Mar 11 22:19:19.309 INFO O| Mar 11 22:19:19.309 INFO ok!
83332026-03-11T22:19:20.480Z[ recovery-image] Mar 11 22:19:19.309 INFO O| Mar 11 22:19:19.309 INFO STEP 18 (ensure_symlink) COMPLETE
83342026-03-11T22:19:20.480Z[ recovery-image] Mar 11 22:19:19.309 INFO O| Mar 11 22:19:19.309 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83352026-03-11T22:19:20.485Z[ recovery-image] Mar 11 22:19:19.317 INFO O| Mar 11 22:19:19.317 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
83362026-03-11T22:19:20.485Z[ recovery-image] Mar 11 22:19:19.317 INFO O| Mar 11 22:19:19.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
83372026-03-11T22:19:20.487Z[ recovery-image] Mar 11 22:19:19.317 INFO O| Mar 11 22:19:19.317 INFO ok!
83382026-03-11T22:19:20.487Z[ recovery-image] Mar 11 22:19:19.317 INFO O| Mar 11 22:19:19.317 INFO STEP 19 (ensure_file) COMPLETE
83392026-03-11T22:19:20.488Z[ recovery-image] Mar 11 22:19:19.317 INFO O| Mar 11 22:19:19.317 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83402026-03-11T22:19:20.493Z[ recovery-image] Mar 11 22:19:19.325 INFO O| Mar 11 22:19:19.325 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83412026-03-11T22:19:20.493Z[ recovery-image] Mar 11 22:19:19.325 INFO O| Mar 11 22:19:19.325 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83422026-03-11T22:19:20.496Z[ recovery-image] Mar 11 22:19:19.325 INFO O| Mar 11 22:19:19.325 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
83432026-03-11T22:19:20.497Z[ recovery-image] Mar 11 22:19:19.325 INFO O| Mar 11 22:19:19.325 INFO ok!
83442026-03-11T22:19:20.497Z[ recovery-image] Mar 11 22:19:19.325 INFO O| Mar 11 22:19:19.325 INFO STEP 20 (ensure_symlink) COMPLETE
83452026-03-11T22:19:20.497Z[ recovery-image] Mar 11 22:19:19.325 INFO O| Mar 11 22:19:19.325 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83462026-03-11T22:19:20.500Z[ recovery-image] Mar 11 22:19:19.332 INFO O| Mar 11 22:19:19.332 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83472026-03-11T22:19:20.503Z[ recovery-image] Mar 11 22:19:19.332 INFO O| Mar 11 22:19:19.332 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83482026-03-11T22:19:20.503Z[ recovery-image] Mar 11 22:19:19.333 INFO O| Mar 11 22:19:19.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83492026-03-11T22:19:20.503Z[ recovery-image] Mar 11 22:19:19.333 INFO O| Mar 11 22:19:19.333 INFO ok!
83502026-03-11T22:19:20.503Z[ recovery-image] Mar 11 22:19:19.333 INFO O| Mar 11 22:19:19.333 INFO STEP 21 (ensure_symlink) COMPLETE
83512026-03-11T22:19:20.503Z[ recovery-image] Mar 11 22:19:19.333 INFO O| Mar 11 22:19:19.333 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83522026-03-11T22:19:20.508Z[ recovery-image] Mar 11 22:19:19.340 INFO O| Mar 11 22:19:19.340 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83532026-03-11T22:19:20.508Z[ recovery-image] Mar 11 22:19:19.340 INFO O| Mar 11 22:19:19.340 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83542026-03-11T22:19:20.511Z[ recovery-image] Mar 11 22:19:19.340 INFO O| Mar 11 22:19:19.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83552026-03-11T22:19:20.511Z[ recovery-image] Mar 11 22:19:19.340 INFO O| Mar 11 22:19:19.340 INFO ok!
83562026-03-11T22:19:20.511Z[ recovery-image] Mar 11 22:19:19.340 INFO O| Mar 11 22:19:19.340 INFO STEP 22 (ensure_symlink) COMPLETE
83572026-03-11T22:19:20.511Z[ recovery-image] Mar 11 22:19:19.340 INFO O| Mar 11 22:19:19.340 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83582026-03-11T22:19:20.516Z[ recovery-image] Mar 11 22:19:19.348 INFO O| Mar 11 22:19:19.348 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83592026-03-11T22:19:20.516Z[ recovery-image] Mar 11 22:19:19.348 INFO O| Mar 11 22:19:19.348 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83602026-03-11T22:19:20.519Z[ recovery-image] Mar 11 22:19:19.348 INFO O| Mar 11 22:19:19.348 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83612026-03-11T22:19:20.519Z[ recovery-image] Mar 11 22:19:19.348 INFO O| Mar 11 22:19:19.348 INFO ok!
83622026-03-11T22:19:20.519Z[ recovery-image] Mar 11 22:19:19.348 INFO O| Mar 11 22:19:19.348 INFO STEP 23 (ensure_symlink) COMPLETE
83632026-03-11T22:19:20.519Z[ recovery-image] Mar 11 22:19:19.348 INFO O| Mar 11 22:19:19.348 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83642026-03-11T22:19:20.524Z[ recovery-image] Mar 11 22:19:19.356 INFO O| Mar 11 22:19:19.356 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83652026-03-11T22:19:20.527Z[ recovery-image] Mar 11 22:19:19.357 INFO O| Mar 11 22:19:19.357 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 ...
83662026-03-11T22:19:20.527Z[ recovery-image] Mar 11 22:19:19.357 INFO O| Mar 11 22:19:19.357 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
83672026-03-11T22:19:20.527Z[ recovery-image] Mar 11 22:19:19.357 INFO O| Mar 11 22:19:19.357 INFO ok!
83682026-03-11T22:19:20.527Z[ recovery-image] Mar 11 22:19:19.357 INFO O| Mar 11 22:19:19.357 INFO STEP 24 (ensure_file) COMPLETE
83692026-03-11T22:19:20.527Z[ recovery-image] Mar 11 22:19:19.357 INFO O| Mar 11 22:19:19.357 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83702026-03-11T22:19:20.534Z[ recovery-image] Mar 11 22:19:19.366 INFO O| Mar 11 22:19:19.366 INFO updating shadow file
83712026-03-11T22:19:20.537Z[ recovery-image] Mar 11 22:19:19.367 INFO O| Mar 11 22:19:19.367 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83722026-03-11T22:19:20.537Z[ recovery-image] Mar 11 22:19:19.367 INFO O| Mar 11 22:19:19.367 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83732026-03-11T22:19:20.537Z[ recovery-image] Mar 11 22:19:19.367 INFO O| Mar 11 22:19:19.367 INFO STEP 25 (shadow) COMPLETE
83742026-03-11T22:19:20.537Z[ recovery-image] Mar 11 22:19:19.367 INFO O| Mar 11 22:19:19.367 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83752026-03-11T22:19:20.543Z[ recovery-image] Mar 11 22:19:19.375 INFO O| Mar 11 22:19:19.375 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83762026-03-11T22:19:20.543Z[ recovery-image] Mar 11 22:19:19.375 INFO O| Mar 11 22:19:19.375 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
83772026-03-11T22:19:20.546Z[ recovery-image] Mar 11 22:19:19.375 INFO O| Mar 11 22:19:19.375 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
83782026-03-11T22:19:20.546Z[ recovery-image] Mar 11 22:19:19.375 INFO O| Mar 11 22:19:19.375 INFO ok!
83792026-03-11T22:19:20.546Z[ recovery-image] Mar 11 22:19:19.375 INFO O| Mar 11 22:19:19.375 INFO STEP 26 (ensure_file) COMPLETE
83802026-03-11T22:19:20.546Z[ recovery-image] Mar 11 22:19:19.375 INFO O| Mar 11 22:19:19.375 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83812026-03-11T22:19:20.551Z[ recovery-image] Mar 11 22:19:19.383 INFO O| Mar 11 22:19:19.383 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
83822026-03-11T22:19:20.551Z[ recovery-image] Mar 11 22:19:19.383 INFO O| Mar 11 22:19:19.383 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
83832026-03-11T22:19:20.554Z[ recovery-image] Mar 11 22:19:19.383 INFO O| Mar 11 22:19:19.383 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
83842026-03-11T22:19:20.554Z[ recovery-image] Mar 11 22:19:19.383 INFO O| Mar 11 22:19:19.383 INFO ok!
83852026-03-11T22:19:20.554Z[ recovery-image] Mar 11 22:19:19.383 INFO O| Mar 11 22:19:19.383 INFO STEP 27 (ensure_file) COMPLETE
83862026-03-11T22:19:20.554Z[ recovery-image] Mar 11 22:19:19.383 INFO O| Mar 11 22:19:19.383 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83872026-03-11T22:19:20.560Z[ recovery-image] Mar 11 22:19:19.392 INFO O| Mar 11 22:19:19.392 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83882026-03-11T22:19:20.560Z[ recovery-image] Mar 11 22:19:19.392 INFO O| Mar 11 22:19:19.392 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
83892026-03-11T22:19:20.563Z[ recovery-image] Mar 11 22:19:19.392 INFO O| Mar 11 22:19:19.392 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83902026-03-11T22:19:20.564Z[ recovery-image] Mar 11 22:19:19.392 INFO O| Mar 11 22:19:19.392 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83912026-03-11T22:19:20.564Z[ recovery-image] Mar 11 22:19:19.392 INFO O| Mar 11 22:19:19.392 INFO ok!
83922026-03-11T22:19:20.564Z[ recovery-image] Mar 11 22:19:19.392 INFO O| Mar 11 22:19:19.392 INFO STEP 28 (ensure_file) COMPLETE
83932026-03-11T22:19:20.564Z[ recovery-image] Mar 11 22:19:19.392 INFO O| Mar 11 22:19:19.392 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83942026-03-11T22:19:20.568Z[ recovery-image] Mar 11 22:19:19.400 INFO O| Mar 11 22:19:19.400 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
83952026-03-11T22:19:20.568Z[ recovery-image] Mar 11 22:19:19.400 INFO O| Mar 11 22:19:19.400 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
83962026-03-11T22:19:20.571Z[ recovery-image] Mar 11 22:19:19.400 INFO O| Mar 11 22:19:19.400 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
83972026-03-11T22:19:20.571Z[ recovery-image] Mar 11 22:19:19.400 INFO O| Mar 11 22:19:19.400 INFO ok!
83982026-03-11T22:19:20.571Z[ recovery-image] Mar 11 22:19:19.400 INFO O| Mar 11 22:19:19.400 INFO STEP 29 (ensure_file) COMPLETE
83992026-03-11T22:19:20.571Z[ recovery-image] Mar 11 22:19:19.400 INFO O| Mar 11 22:19:19.400 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84002026-03-11T22:19:20.576Z[ recovery-image] Mar 11 22:19:19.408 INFO O| Mar 11 22:19:19.408 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84012026-03-11T22:19:20.576Z[ recovery-image] Mar 11 22:19:19.408 INFO O| Mar 11 22:19:19.408 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84022026-03-11T22:19:20.579Z[ recovery-image] Mar 11 22:19:19.408 INFO O| Mar 11 22:19:19.408 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84032026-03-11T22:19:20.579Z[ recovery-image] Mar 11 22:19:19.408 INFO O| Mar 11 22:19:19.408 INFO STEP 30 (ensure_dir) COMPLETE
84042026-03-11T22:19:20.579Z[ recovery-image] Mar 11 22:19:19.408 INFO O| Mar 11 22:19:19.408 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84052026-03-11T22:19:20.584Z[ recovery-image] Mar 11 22:19:19.416 INFO O| Mar 11 22:19:19.416 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84062026-03-11T22:19:20.584Z[ recovery-image] Mar 11 22:19:19.416 INFO O| Mar 11 22:19:19.416 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 ...
84072026-03-11T22:19:20.587Z[ recovery-image] Mar 11 22:19:19.417 INFO O| Mar 11 22:19:19.417 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
84082026-03-11T22:19:20.587Z[ recovery-image] Mar 11 22:19:19.417 INFO O| Mar 11 22:19:19.417 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84092026-03-11T22:19:20.587Z[ recovery-image] Mar 11 22:19:19.417 INFO O| Mar 11 22:19:19.417 INFO ok!
84102026-03-11T22:19:20.587Z[ recovery-image] Mar 11 22:19:19.417 INFO O| Mar 11 22:19:19.417 INFO STEP 31 (ensure_file) COMPLETE
84112026-03-11T22:19:20.587Z[ recovery-image] Mar 11 22:19:19.417 INFO O| Mar 11 22:19:19.417 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84122026-03-11T22:19:20.592Z[ recovery-image] Mar 11 22:19:19.425 INFO O| Mar 11 22:19:19.424 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84132026-03-11T22:19:20.595Z[ recovery-image] Mar 11 22:19:19.425 INFO O| Mar 11 22:19:19.425 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84142026-03-11T22:19:20.595Z[ recovery-image] Mar 11 22:19:19.425 INFO O| Mar 11 22:19:19.425 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84152026-03-11T22:19:20.595Z[ recovery-image] Mar 11 22:19:19.425 INFO O| Mar 11 22:19:19.425 INFO STEP 32 (ensure_dir) COMPLETE
84162026-03-11T22:19:20.595Z[ recovery-image] Mar 11 22:19:19.425 INFO O| Mar 11 22:19:19.425 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84172026-03-11T22:19:20.601Z[ recovery-image] Mar 11 22:19:19.433 INFO O| Mar 11 22:19:19.433 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84182026-03-11T22:19:20.601Z[ recovery-image] Mar 11 22:19:19.433 INFO O| Mar 11 22:19:19.433 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 ...
84192026-03-11T22:19:20.604Z[ recovery-image] Mar 11 22:19:19.433 INFO O| Mar 11 22:19:19.433 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
84202026-03-11T22:19:20.604Z[ recovery-image] Mar 11 22:19:19.433 INFO O| Mar 11 22:19:19.433 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84212026-03-11T22:19:20.605Z[ recovery-image] Mar 11 22:19:19.433 INFO O| Mar 11 22:19:19.433 INFO ok!
84222026-03-11T22:19:20.605Z[ recovery-image] Mar 11 22:19:19.433 INFO O| Mar 11 22:19:19.433 INFO STEP 33 (ensure_file) COMPLETE
84232026-03-11T22:19:20.605Z[ recovery-image] Mar 11 22:19:19.433 INFO O| Mar 11 22:19:19.433 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84242026-03-11T22:19:20.609Z[ recovery-image] Mar 11 22:19:19.441 INFO O| Mar 11 22:19:19.441 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84252026-03-11T22:19:20.609Z[ recovery-image] Mar 11 22:19:19.441 INFO O| Mar 11 22:19:19.441 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84262026-03-11T22:19:20.612Z[ recovery-image] Mar 11 22:19:19.441 INFO O| Mar 11 22:19:19.441 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84272026-03-11T22:19:20.612Z[ recovery-image] Mar 11 22:19:19.441 INFO O| Mar 11 22:19:19.441 INFO ok!
84282026-03-11T22:19:20.612Z[ recovery-image] Mar 11 22:19:19.441 INFO O| Mar 11 22:19:19.441 INFO STEP 34 (ensure_file) COMPLETE
84292026-03-11T22:19:20.612Z[ recovery-image] Mar 11 22:19:19.441 INFO O| Mar 11 22:19:19.441 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84302026-03-11T22:19:20.618Z[ recovery-image] Mar 11 22:19:19.450 INFO O| Mar 11 22:19:19.450 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84312026-03-11T22:19:20.621Z[ recovery-image] Mar 11 22:19:19.450 INFO O| Mar 11 22:19:19.450 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84322026-03-11T22:19:20.622Z[ recovery-image] Mar 11 22:19:19.450 INFO O| Mar 11 22:19:19.450 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84332026-03-11T22:19:20.622Z[ recovery-image] Mar 11 22:19:19.450 INFO O| Mar 11 22:19:19.450 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84342026-03-11T22:19:20.622Z[ recovery-image] Mar 11 22:19:19.450 INFO O| Mar 11 22:19:19.450 INFO ok!
84352026-03-11T22:19:20.622Z[ recovery-image] Mar 11 22:19:19.450 INFO O| Mar 11 22:19:19.450 INFO STEP 35 (ensure_file) COMPLETE
84362026-03-11T22:19:20.622Z[ recovery-image] Mar 11 22:19:19.450 INFO O| Mar 11 22:19:19.450 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84372026-03-11T22:19:20.627Z[ recovery-image] Mar 11 22:19:19.459 INFO O| Mar 11 22:19:19.459 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84382026-03-11T22:19:20.627Z[ recovery-image] Mar 11 22:19:19.459 INFO O| Mar 11 22:19:19.459 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
84392026-03-11T22:19:20.630Z[ recovery-image] Mar 11 22:19:19.459 INFO O| Mar 11 22:19:19.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
84402026-03-11T22:19:20.630Z[ recovery-image] Mar 11 22:19:19.459 INFO O| Mar 11 22:19:19.459 INFO ok!
84412026-03-11T22:19:20.630Z[ recovery-image] Mar 11 22:19:19.459 INFO O| Mar 11 22:19:19.459 INFO STEP 36 (ensure_file) COMPLETE
84422026-03-11T22:19:20.630Z[ recovery-image] Mar 11 22:19:19.459 INFO O| Mar 11 22:19:19.459 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84432026-03-11T22:19:20.636Z[ recovery-image] Mar 11 22:19:19.468 INFO O| Mar 11 22:19:19.468 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84442026-03-11T22:19:20.636Z[ recovery-image] Mar 11 22:19:19.468 INFO O| Mar 11 22:19:19.468 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
84452026-03-11T22:19:20.639Z[ recovery-image] Mar 11 22:19:19.468 INFO O| Mar 11 22:19:19.468 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
84462026-03-11T22:19:20.639Z[ recovery-image] Mar 11 22:19:19.468 INFO O| Mar 11 22:19:19.468 INFO ok!
84472026-03-11T22:19:20.640Z[ recovery-image] Mar 11 22:19:19.468 INFO O| Mar 11 22:19:19.468 INFO STEP 37 (ensure_file) COMPLETE
84482026-03-11T22:19:20.640Z[ recovery-image] Mar 11 22:19:19.468 INFO O| Mar 11 22:19:19.468 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84492026-03-11T22:19:20.643Z[ recovery-image] Mar 11 22:19:19.476 INFO O| Mar 11 22:19:19.476 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
84502026-03-11T22:19:20.643Z[ recovery-image] Mar 11 22:19:19.476 INFO O| Mar 11 22:19:19.476 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84512026-03-11T22:19:20.646Z[ recovery-image] Mar 11 22:19:19.476 INFO O| Mar 11 22:19:19.476 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84522026-03-11T22:19:20.646Z[ recovery-image] Mar 11 22:19:19.476 INFO O| Mar 11 22:19:19.476 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84532026-03-11T22:19:20.647Z[ recovery-image] Mar 11 22:19:19.476 INFO O| Mar 11 22:19:19.476 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84542026-03-11T22:19:20.647Z[ recovery-image] Mar 11 22:19:19.476 INFO O| Mar 11 22:19:19.476 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84552026-03-11T22:19:20.647Z[ recovery-image] Mar 11 22:19:19.476 INFO O| Mar 11 22:19:19.476 INFO ok!
84562026-03-11T22:19:20.647Z[ recovery-image] Mar 11 22:19:19.476 INFO O| Mar 11 22:19:19.476 INFO STEP 38 (ensure_file) COMPLETE
84572026-03-11T22:19:20.647Z[ recovery-image] Mar 11 22:19:19.476 INFO O| Mar 11 22:19:19.476 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84582026-03-11T22:19:20.652Z[ recovery-image] Mar 11 22:19:19.484 INFO O| Mar 11 22:19:19.484 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84592026-03-11T22:19:20.655Z[ recovery-image] Mar 11 22:19:19.484 INFO O| Mar 11 22:19:19.484 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84602026-03-11T22:19:20.655Z[ recovery-image] Mar 11 22:19:19.484 INFO O| Mar 11 22:19:19.484 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84612026-03-11T22:19:20.655Z[ recovery-image] Mar 11 22:19:19.484 INFO O| Mar 11 22:19:19.484 INFO STEP 39 (ensure_dir) COMPLETE
84622026-03-11T22:19:20.655Z[ recovery-image] Mar 11 22:19:19.484 INFO O| Mar 11 22:19:19.484 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84632026-03-11T22:19:20.662Z[ recovery-image] Mar 11 22:19:19.494 INFO O| Mar 11 22:19:19.494 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
84642026-03-11T22:19:20.662Z[ recovery-image] Mar 11 22:19:19.494 INFO O| Mar 11 22:19:19.494 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 ...
84652026-03-11T22:19:20.665Z[ recovery-image] Mar 11 22:19:19.495 INFO O| Mar 11 22:19:19.495 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
84662026-03-11T22:19:20.665Z[ recovery-image] Mar 11 22:19:19.495 INFO O| Mar 11 22:19:19.495 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
84672026-03-11T22:19:20.665Z[ recovery-image] Mar 11 22:19:19.495 INFO O| Mar 11 22:19:19.495 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
84682026-03-11T22:19:20.665Z[ recovery-image] Mar 11 22:19:19.495 INFO O| Mar 11 22:19:19.495 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
84692026-03-11T22:19:20.665Z[ recovery-image] Mar 11 22:19:19.495 INFO O| Mar 11 22:19:19.495 INFO ok!
84702026-03-11T22:19:20.666Z[ recovery-image] Mar 11 22:19:19.495 INFO O| Mar 11 22:19:19.495 INFO STEP 40 (ensure_file) COMPLETE
84712026-03-11T22:19:20.666Z[ recovery-image] Mar 11 22:19:19.495 INFO O| Mar 11 22:19:19.495 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84722026-03-11T22:19:20.672Z[ recovery-image] Mar 11 22:19:19.504 INFO O| Mar 11 22:19:19.504 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84732026-03-11T22:19:20.672Z[ recovery-image] Mar 11 22:19:19.504 INFO O| Mar 11 22:19:19.504 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 ...
84742026-03-11T22:19:20.675Z[ recovery-image] Mar 11 22:19:19.504 INFO O| Mar 11 22:19:19.504 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
84752026-03-11T22:19:20.675Z[ recovery-image] Mar 11 22:19:19.504 INFO O| Mar 11 22:19:19.504 INFO ok!
84762026-03-11T22:19:20.675Z[ recovery-image] Mar 11 22:19:19.504 INFO O| Mar 11 22:19:19.504 INFO STEP 41 (ensure_symlink) COMPLETE
84772026-03-11T22:19:20.675Z[ recovery-image] Mar 11 22:19:19.504 INFO O| Mar 11 22:19:19.504 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84782026-03-11T22:19:20.679Z[ recovery-image] Mar 11 22:19:19.512 INFO O| Mar 11 22:19:19.512 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
84792026-03-11T22:19:20.679Z[ recovery-image] Mar 11 22:19:19.512 INFO O| Mar 11 22:19:19.512 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
84802026-03-11T22:19:20.683Z[ recovery-image] Mar 11 22:19:19.512 INFO O| Mar 11 22:19:19.512 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
84812026-03-11T22:19:20.683Z[ recovery-image] Mar 11 22:19:19.512 INFO O| Mar 11 22:19:19.512 INFO ok!
84822026-03-11T22:19:20.683Z[ recovery-image] Mar 11 22:19:19.512 INFO O| Mar 11 22:19:19.512 INFO STEP 42 (ensure_symlink) COMPLETE
84832026-03-11T22:19:20.683Z[ recovery-image] Mar 11 22:19:19.512 INFO O| Mar 11 22:19:19.512 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84842026-03-11T22:19:20.688Z[ recovery-image] Mar 11 22:19:19.520 INFO O| Mar 11 22:19:19.520 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
84852026-03-11T22:19:20.688Z[ recovery-image] Mar 11 22:19:19.520 INFO O| Mar 11 22:19:19.520 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
84862026-03-11T22:19:20.691Z[ recovery-image] Mar 11 22:19:19.521 INFO O| Mar 11 22:19:19.521 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84872026-03-11T22:19:20.691Z[ recovery-image] Mar 11 22:19:19.521 INFO O| Mar 11 22:19:19.521 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84882026-03-11T22:19:20.692Z[ recovery-image] Mar 11 22:19:19.521 INFO O| Mar 11 22:19:19.521 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84892026-03-11T22:19:20.692Z[ recovery-image] Mar 11 22:19:19.521 INFO O| Mar 11 22:19:19.521 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84902026-03-11T22:19:20.692Z[ recovery-image] Mar 11 22:19:19.521 INFO O| Mar 11 22:19:19.521 INFO ok!
84912026-03-11T22:19:20.692Z[ recovery-image] Mar 11 22:19:19.521 INFO O| Mar 11 22:19:19.521 INFO STEP 43 (ensure_file) COMPLETE
84922026-03-11T22:19:20.692Z[ recovery-image] Mar 11 22:19:19.521 INFO O| Mar 11 22:19:19.521 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84932026-03-11T22:19:20.697Z[ recovery-image] Mar 11 22:19:19.530 INFO O| Mar 11 22:19:19.530 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
84942026-03-11T22:19:20.697Z[ recovery-image] Mar 11 22:19:19.530 INFO O| Mar 11 22:19:19.530 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 ...
84952026-03-11T22:19:20.701Z[ recovery-image] Mar 11 22:19:19.530 INFO O| Mar 11 22:19:19.530 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
84962026-03-11T22:19:20.701Z[ recovery-image] Mar 11 22:19:19.530 INFO O| Mar 11 22:19:19.530 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
84972026-03-11T22:19:20.701Z[ recovery-image] Mar 11 22:19:19.530 INFO O| Mar 11 22:19:19.530 INFO ok!
84982026-03-11T22:19:20.701Z[ recovery-image] Mar 11 22:19:19.530 INFO O| Mar 11 22:19:19.530 INFO STEP 44 (ensure_file) COMPLETE
84992026-03-11T22:19:20.701Z[ recovery-image] Mar 11 22:19:19.530 INFO O| Mar 11 22:19:19.530 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85002026-03-11T22:19:20.706Z[ recovery-image] Mar 11 22:19:19.538 INFO O| Mar 11 22:19:19.538 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85012026-03-11T22:19:20.706Z[ recovery-image] Mar 11 22:19:19.538 INFO O| Mar 11 22:19:19.538 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85022026-03-11T22:19:20.710Z[ recovery-image] Mar 11 22:19:19.539 INFO O| Mar 11 22:19:19.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85032026-03-11T22:19:20.710Z[ recovery-image] Mar 11 22:19:19.539 INFO O| Mar 11 22:19:19.539 INFO ok!
85042026-03-11T22:19:20.710Z[ recovery-image] Mar 11 22:19:19.539 INFO O| Mar 11 22:19:19.539 INFO STEP 45 (ensure_file) COMPLETE
85052026-03-11T22:19:20.710Z[ recovery-image] Mar 11 22:19:19.539 INFO O| Mar 11 22:19:19.539 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85062026-03-11T22:19:20.715Z[ recovery-image] Mar 11 22:19:19.547 INFO O| Mar 11 22:19:19.547 INFO updating shadow file
85072026-03-11T22:19:20.718Z[ recovery-image] Mar 11 22:19:19.547 INFO O| Mar 11 22:19:19.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85082026-03-11T22:19:20.718Z[ recovery-image] Mar 11 22:19:19.547 INFO O| Mar 11 22:19:19.547 INFO STEP 46 (shadow) COMPLETE
85092026-03-11T22:19:20.718Z[ recovery-image] Mar 11 22:19:19.547 INFO O| Mar 11 22:19:19.547 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85102026-03-11T22:19:20.724Z[ recovery-image] Mar 11 22:19:19.556 INFO O| Mar 11 22:19:19.556 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85112026-03-11T22:19:20.724Z[ recovery-image] Mar 11 22:19:19.556 INFO O| Mar 11 22:19:19.556 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85122026-03-11T22:19:20.727Z[ recovery-image] Mar 11 22:19:19.556 INFO O| Mar 11 22:19:19.556 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85132026-03-11T22:19:20.727Z[ recovery-image] Mar 11 22:19:19.556 INFO O| Mar 11 22:19:19.556 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85142026-03-11T22:19:20.727Z[ recovery-image] Mar 11 22:19:19.556 INFO O| Mar 11 22:19:19.556 INFO ok!
85152026-03-11T22:19:20.727Z[ recovery-image] Mar 11 22:19:19.556 INFO O| Mar 11 22:19:19.556 INFO STEP 47 (ensure_file) COMPLETE
85162026-03-11T22:19:20.727Z[ recovery-image] Mar 11 22:19:19.556 INFO O| Mar 11 22:19:19.556 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85172026-03-11T22:19:20.732Z[ recovery-image] Mar 11 22:19:19.565 INFO O| Mar 11 22:19:19.564 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85182026-03-11T22:19:20.732Z[ recovery-image] Mar 11 22:19:19.565 INFO O| Mar 11 22:19:19.565 INFO STEP 48 (ensure_dir) COMPLETE
85192026-03-11T22:19:20.735Z[ recovery-image] Mar 11 22:19:19.565 INFO O| Mar 11 22:19:19.565 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85202026-03-11T22:19:20.741Z[ recovery-image] Mar 11 22:19:19.573 INFO O| Mar 11 22:19:19.573 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85212026-03-11T22:19:20.741Z[ recovery-image] Mar 11 22:19:19.573 INFO O| Mar 11 22:19:19.573 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85222026-03-11T22:19:20.746Z[ recovery-image] Mar 11 22:19:19.573 INFO O| Mar 11 22:19:19.573 INFO STEP 49 (ensure_dir) COMPLETE
85232026-03-11T22:19:20.746Z[ recovery-image] Mar 11 22:19:19.573 INFO O| Mar 11 22:19:19.573 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85242026-03-11T22:19:20.749Z[ recovery-image] Mar 11 22:19:19.581 INFO O| Mar 11 22:19:19.580 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85252026-03-11T22:19:20.749Z[ recovery-image] Mar 11 22:19:19.581 INFO O| Mar 11 22:19:19.581 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85262026-03-11T22:19:20.749Z[ recovery-image] Mar 11 22:19:19.581 INFO O| Mar 11 22:19:19.581 INFO STEP 50 (ensure_dir) COMPLETE
85272026-03-11T22:19:20.749Z[ recovery-image] Mar 11 22:19:19.581 INFO O| Mar 11 22:19:19.581 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85282026-03-11T22:19:20.757Z[ recovery-image] Mar 11 22:19:19.589 INFO O| Mar 11 22:19:19.589 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85292026-03-11T22:19:20.757Z[ recovery-image] Mar 11 22:19:19.589 INFO O| Mar 11 22:19:19.589 INFO copying /tmp/.tmpSEolf7/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85302026-03-11T22:19:20.824Z[ recovery-image] Mar 11 22:19:19.656 INFO O| Mar 11 22:19:19.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85312026-03-11T22:19:20.824Z[ recovery-image] Mar 11 22:19:19.656 INFO O| Mar 11 22:19:19.656 INFO ok!
85322026-03-11T22:19:20.824Z[ recovery-image] Mar 11 22:19:19.656 INFO O| Mar 11 22:19:19.656 INFO STEP 51 (ensure_file) COMPLETE
85332026-03-11T22:19:20.827Z[ recovery-image] Mar 11 22:19:19.656 INFO O| Mar 11 22:19:19.656 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85342026-03-11T22:19:20.833Z[ recovery-image] Mar 11 22:19:19.665 INFO O| Mar 11 22:19:19.665 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85352026-03-11T22:19:20.836Z[ recovery-image] Mar 11 22:19:19.665 INFO O| Mar 11 22:19:19.665 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85362026-03-11T22:19:20.836Z[ recovery-image] Mar 11 22:19:19.665 INFO O| Mar 11 22:19:19.665 INFO STEP 52 (ensure_dir) COMPLETE
85372026-03-11T22:19:20.836Z[ recovery-image] Mar 11 22:19:19.665 INFO O| Mar 11 22:19:19.665 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85382026-03-11T22:19:20.841Z[ recovery-image] Mar 11 22:19:19.673 INFO O| Mar 11 22:19:19.673 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85392026-03-11T22:19:20.841Z[ recovery-image] Mar 11 22:19:19.673 INFO O| Mar 11 22:19:19.673 INFO copying /tmp/.tmpSEolf7/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85402026-03-11T22:19:20.844Z[ recovery-image] Mar 11 22:19:19.673 INFO O| Mar 11 22:19:19.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
85412026-03-11T22:19:20.844Z[ recovery-image] Mar 11 22:19:19.673 INFO O| Mar 11 22:19:19.673 INFO ok!
85422026-03-11T22:19:20.844Z[ recovery-image] Mar 11 22:19:19.673 INFO O| Mar 11 22:19:19.673 INFO STEP 53 (ensure_file) COMPLETE
85432026-03-11T22:19:20.844Z[ recovery-image] Mar 11 22:19:19.673 INFO O| Mar 11 22:19:19.673 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85442026-03-11T22:19:20.849Z[ recovery-image] Mar 11 22:19:19.681 INFO O| Mar 11 22:19:19.681 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85452026-03-11T22:19:20.849Z[ recovery-image] Mar 11 22:19:19.681 INFO O| Mar 11 22:19:19.681 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85462026-03-11T22:19:20.849Z[ recovery-image] Mar 11 22:19:19.681 INFO O| Mar 11 22:19:19.681 INFO STEP 54 (ensure_dir) COMPLETE
85472026-03-11T22:19:20.852Z[ recovery-image] Mar 11 22:19:19.681 INFO O| Mar 11 22:19:19.681 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85482026-03-11T22:19:20.856Z[ recovery-image] Mar 11 22:19:19.688 INFO O| Mar 11 22:19:19.688 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85492026-03-11T22:19:20.856Z[ recovery-image] Mar 11 22:19:19.688 INFO O| Mar 11 22:19:19.688 INFO copying /tmp/.tmpSEolf7/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85502026-03-11T22:19:21.410Z[ recovery-image] Mar 11 22:19:20.242 INFO O| Mar 11 22:19:20.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85512026-03-11T22:19:21.410Z[ recovery-image] Mar 11 22:19:20.242 INFO O| Mar 11 22:19:20.242 INFO ok!
85522026-03-11T22:19:21.410Z[ recovery-image] Mar 11 22:19:20.242 INFO O| Mar 11 22:19:20.242 INFO STEP 55 (ensure_file) COMPLETE
85532026-03-11T22:19:21.413Z[ recovery-image] Mar 11 22:19:20.242 INFO O| Mar 11 22:19:20.242 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85542026-03-11T22:19:21.419Z[ recovery-image] Mar 11 22:19:20.251 INFO O| Mar 11 22:19:20.251 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85552026-03-11T22:19:21.422Z[ recovery-image] Mar 11 22:19:20.251 INFO O| Mar 11 22:19:20.251 INFO copying /tmp/.tmpSEolf7/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85562026-03-11T22:19:21.966Z[ recovery-image] Mar 11 22:19:20.798 INFO O| Mar 11 22:19:20.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85572026-03-11T22:19:21.966Z[ recovery-image] Mar 11 22:19:20.798 INFO O| Mar 11 22:19:20.798 INFO ok!
85582026-03-11T22:19:21.966Z[ recovery-image] Mar 11 22:19:20.798 INFO O| Mar 11 22:19:20.798 INFO STEP 56 (ensure_file) COMPLETE
85592026-03-11T22:19:21.969Z[ recovery-image] Mar 11 22:19:20.798 INFO O| Mar 11 22:19:20.798 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85602026-03-11T22:19:21.976Z[ recovery-image] Mar 11 22:19:20.808 INFO O| Mar 11 22:19:20.808 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85612026-03-11T22:19:21.979Z[ recovery-image] Mar 11 22:19:20.808 INFO O| Mar 11 22:19:20.808 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85622026-03-11T22:19:21.980Z[ recovery-image] Mar 11 22:19:20.808 INFO O| Mar 11 22:19:20.808 INFO STEP 57 (ensure_dir) COMPLETE
85632026-03-11T22:19:21.980Z[ recovery-image] Mar 11 22:19:20.808 INFO O| Mar 11 22:19:20.808 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85642026-03-11T22:19:21.986Z[ recovery-image] Mar 11 22:19:20.817 INFO O| Mar 11 22:19:20.817 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85652026-03-11T22:19:21.986Z[ recovery-image] Mar 11 22:19:20.817 INFO O| Mar 11 22:19:20.817 INFO copying /tmp/.tmpSEolf7/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 ...
85662026-03-11T22:19:21.989Z[ recovery-image] Mar 11 22:19:20.817 INFO O| Mar 11 22:19:20.817 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
85672026-03-11T22:19:21.989Z[ recovery-image] Mar 11 22:19:20.817 INFO O| Mar 11 22:19:20.817 INFO ok!
85682026-03-11T22:19:21.989Z[ recovery-image] Mar 11 22:19:20.817 INFO O| Mar 11 22:19:20.817 INFO STEP 58 (ensure_file) COMPLETE
85692026-03-11T22:19:21.989Z[ recovery-image] Mar 11 22:19:20.817 INFO O| Mar 11 22:19:20.817 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85702026-03-11T22:19:22.002Z[ recovery-image] Mar 11 22:19:20.833 INFO O| Mar 11 22:19:20.833 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
85712026-03-11T22:19:22.002Z[ recovery-image] Mar 11 22:19:20.833 INFO O| Mar 11 22:19:20.833 INFO copying /tmp/.tmpSEolf7/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 ...
85722026-03-11T22:19:22.002Z[ recovery-image] Mar 11 22:19:20.833 INFO O| Mar 11 22:19:20.833 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
85732026-03-11T22:19:22.002Z[ recovery-image] Mar 11 22:19:20.833 INFO O| Mar 11 22:19:20.833 INFO ok!
85742026-03-11T22:19:22.002Z[ recovery-image] Mar 11 22:19:20.833 INFO O| Mar 11 22:19:20.833 INFO STEP 59 (ensure_file) COMPLETE
85752026-03-11T22:19:22.002Z[ recovery-image] Mar 11 22:19:20.833 INFO O| Mar 11 22:19:20.833 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85762026-03-11T22:19:22.015Z[ recovery-image] Mar 11 22:19:20.847 INFO O| Mar 11 22:19:20.847 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85772026-03-11T22:19:22.015Z[ recovery-image] Mar 11 22:19:20.847 INFO O| Mar 11 22:19:20.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85782026-03-11T22:19:22.015Z[ recovery-image] Mar 11 22:19:20.847 INFO O| Mar 11 22:19:20.847 INFO STEP 60 (ensure_dir) COMPLETE
85792026-03-11T22:19:22.015Z[ recovery-image] Mar 11 22:19:20.847 INFO O| Mar 11 22:19:20.847 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85802026-03-11T22:19:22.030Z[ recovery-image] Mar 11 22:19:20.861 INFO O| Mar 11 22:19:20.859 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
85812026-03-11T22:19:22.030Z[ recovery-image] Mar 11 22:19:20.861 INFO O| Mar 11 22:19:20.859 INFO copying /tmp/.tmpSEolf7/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 ...
85822026-03-11T22:19:22.033Z[ recovery-image] Mar 11 22:19:20.861 INFO O| Mar 11 22:19:20.859 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
85832026-03-11T22:19:22.033Z[ recovery-image] Mar 11 22:19:20.861 INFO O| Mar 11 22:19:20.859 INFO ok!
85842026-03-11T22:19:22.033Z[ recovery-image] Mar 11 22:19:20.861 INFO O| Mar 11 22:19:20.859 INFO STEP 61 (ensure_file) COMPLETE
85852026-03-11T22:19:22.033Z[ recovery-image] Mar 11 22:19:20.861 INFO O| Mar 11 22:19:20.859 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85862026-03-11T22:19:22.045Z[ recovery-image] Mar 11 22:19:20.874 INFO O| Mar 11 22:19:20.872 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
85872026-03-11T22:19:22.045Z[ recovery-image] Mar 11 22:19:20.874 INFO O| Mar 11 22:19:20.872 INFO copying /tmp/.tmpSEolf7/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 ...
85882026-03-11T22:19:22.045Z[ recovery-image] Mar 11 22:19:20.874 INFO O| Mar 11 22:19:20.872 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
85892026-03-11T22:19:22.046Z[ recovery-image] Mar 11 22:19:20.874 INFO O| Mar 11 22:19:20.872 INFO ok!
85902026-03-11T22:19:22.046Z[ recovery-image] Mar 11 22:19:20.874 INFO O| Mar 11 22:19:20.872 INFO STEP 62 (ensure_file) COMPLETE
85912026-03-11T22:19:22.046Z[ recovery-image] Mar 11 22:19:20.874 INFO O| Mar 11 22:19:20.872 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85922026-03-11T22:19:22.055Z[ recovery-image] Mar 11 22:19:20.887 INFO O| Mar 11 22:19:20.887 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85932026-03-11T22:19:22.058Z[ recovery-image] Mar 11 22:19:20.887 INFO O| Mar 11 22:19:20.887 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85942026-03-11T22:19:22.058Z[ recovery-image] Mar 11 22:19:20.887 INFO O| Mar 11 22:19:20.887 INFO STEP 63 (ensure_dir) COMPLETE
85952026-03-11T22:19:22.058Z[ recovery-image] Mar 11 22:19:20.887 INFO O| Mar 11 22:19:20.887 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85962026-03-11T22:19:22.071Z[ recovery-image] Mar 11 22:19:20.902 INFO O| Mar 11 22:19:20.902 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
85972026-03-11T22:19:22.071Z[ recovery-image] Mar 11 22:19:20.902 INFO O| Mar 11 22:19:20.902 INFO copying /tmp/.tmpSEolf7/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 ...
85982026-03-11T22:19:22.071Z[ recovery-image] Mar 11 22:19:20.902 INFO O| Mar 11 22:19:20.902 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85992026-03-11T22:19:22.071Z[ recovery-image] Mar 11 22:19:20.902 INFO O| Mar 11 22:19:20.902 INFO ok!
86002026-03-11T22:19:22.071Z[ recovery-image] Mar 11 22:19:20.902 INFO O| Mar 11 22:19:20.902 INFO STEP 64 (ensure_file) COMPLETE
86012026-03-11T22:19:22.071Z[ recovery-image] Mar 11 22:19:20.902 INFO O| Mar 11 22:19:20.902 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86022026-03-11T22:19:22.085Z[ recovery-image] Mar 11 22:19:20.917 INFO O| Mar 11 22:19:20.917 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86032026-03-11T22:19:22.088Z[ recovery-image] Mar 11 22:19:20.917 INFO O| Mar 11 22:19:20.917 INFO copying /tmp/.tmpSEolf7/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86042026-03-11T22:19:22.088Z[ recovery-image] Mar 11 22:19:20.917 INFO O| Mar 11 22:19:20.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86052026-03-11T22:19:22.088Z[ recovery-image] Mar 11 22:19:20.917 INFO O| Mar 11 22:19:20.917 INFO ok!
86062026-03-11T22:19:22.088Z[ recovery-image] Mar 11 22:19:20.917 INFO O| Mar 11 22:19:20.917 INFO STEP 65 (ensure_file) COMPLETE
86072026-03-11T22:19:22.088Z[ recovery-image] Mar 11 22:19:20.917 INFO O| Mar 11 22:19:20.917 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86082026-03-11T22:19:22.100Z[ recovery-image] Mar 11 22:19:20.931 INFO O| Mar 11 22:19:20.931 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86092026-03-11T22:19:22.100Z[ recovery-image] Mar 11 22:19:20.931 INFO O| Mar 11 22:19:20.931 INFO STEP 66 (ensure_dir) COMPLETE
86102026-03-11T22:19:22.100Z[ recovery-image] Mar 11 22:19:20.931 INFO O| Mar 11 22:19:20.931 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86112026-03-11T22:19:22.118Z[ recovery-image] Mar 11 22:19:20.949 INFO O| Mar 11 22:19:20.949 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86122026-03-11T22:19:22.118Z[ recovery-image] Mar 11 22:19:20.949 INFO O| Mar 11 22:19:20.949 INFO STEP 67 (ensure_dir) COMPLETE
86132026-03-11T22:19:22.118Z[ recovery-image] Mar 11 22:19:20.949 INFO O| Mar 11 22:19:20.949 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86142026-03-11T22:19:22.131Z[ recovery-image] Mar 11 22:19:20.963 INFO O| Mar 11 22:19:20.963 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86152026-03-11T22:19:22.131Z[ recovery-image] Mar 11 22:19:20.963 INFO O| Mar 11 22:19:20.963 INFO STEP 68 (ensure_dir) COMPLETE
86162026-03-11T22:19:22.134Z[ recovery-image] Mar 11 22:19:20.963 INFO O| Mar 11 22:19:20.963 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86172026-03-11T22:19:22.141Z[ recovery-image] Mar 11 22:19:20.973 INFO O| Mar 11 22:19:20.973 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86182026-03-11T22:19:22.141Z[ recovery-image] Mar 11 22:19:20.973 INFO O| Mar 11 22:19:20.973 INFO STEP 69 (ensure_dir) COMPLETE
86192026-03-11T22:19:22.146Z[ recovery-image] Mar 11 22:19:20.973 INFO O| Mar 11 22:19:20.973 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86202026-03-11T22:19:22.152Z[ recovery-image] Mar 11 22:19:20.984 INFO O| Mar 11 22:19:20.983 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86212026-03-11T22:19:22.152Z[ recovery-image] Mar 11 22:19:20.984 INFO O| Mar 11 22:19:20.984 INFO copying /tmp/.tmpSEolf7/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86222026-03-11T22:19:22.155Z[ recovery-image] Mar 11 22:19:20.984 INFO O| Mar 11 22:19:20.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86232026-03-11T22:19:22.155Z[ recovery-image] Mar 11 22:19:20.984 INFO O| Mar 11 22:19:20.984 INFO ok!
86242026-03-11T22:19:22.155Z[ recovery-image] Mar 11 22:19:20.984 INFO O| Mar 11 22:19:20.984 INFO STEP 70 (ensure_file) COMPLETE
86252026-03-11T22:19:22.155Z[ recovery-image] Mar 11 22:19:20.984 INFO O| Mar 11 22:19:20.984 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86262026-03-11T22:19:22.162Z[ recovery-image] Mar 11 22:19:20.994 INFO O| Mar 11 22:19:20.994 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86272026-03-11T22:19:22.165Z[ recovery-image] Mar 11 22:19:20.994 INFO O| Mar 11 22:19:20.994 INFO STEP 71 (remove_files) COMPLETE
86282026-03-11T22:19:22.165Z[ recovery-image] Mar 11 22:19:20.994 INFO O| Mar 11 22:19:20.994 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86292026-03-11T22:19:22.172Z[ recovery-image] Mar 11 22:19:21.003 INFO O| Mar 11 22:19:21.003 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86302026-03-11T22:19:22.172Z[ recovery-image] Mar 11 22:19:21.004 INFO O| Mar 11 22:19:21.003 INFO STEP 72 (remove_files) COMPLETE
86312026-03-11T22:19:22.174Z[ recovery-image] Mar 11 22:19:21.004 INFO O| Mar 11 22:19:21.004 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86322026-03-11T22:19:22.182Z[ recovery-image] Mar 11 22:19:21.014 INFO O| Mar 11 22:19:21.014 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86332026-03-11T22:19:22.184Z[ recovery-image] Mar 11 22:19:21.014 INFO O| Mar 11 22:19:21.014 INFO STEP 73 (remove_files) COMPLETE
86342026-03-11T22:19:22.185Z[ recovery-image] Mar 11 22:19:21.014 INFO O| Mar 11 22:19:21.014 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86352026-03-11T22:19:22.191Z[ recovery-image] Mar 11 22:19:21.023 INFO O| Mar 11 22:19:21.023 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
86362026-03-11T22:19:22.194Z[ recovery-image] Mar 11 22:19:21.024 INFO O| Mar 11 22:19:21.024 INFO STEP 74 (remove_files) COMPLETE
86372026-03-11T22:19:22.194Z[ recovery-image] Mar 11 22:19:21.024 INFO O| Mar 11 22:19:21.024 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86382026-03-11T22:19:22.201Z[ recovery-image] Mar 11 22:19:21.033 INFO O| Mar 11 22:19:21.033 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
86392026-03-11T22:19:22.204Z[ recovery-image] Mar 11 22:19:21.034 INFO O| Mar 11 22:19:21.034 INFO STEP 75 (remove_files) COMPLETE
86402026-03-11T22:19:22.204Z[ recovery-image] Mar 11 22:19:21.034 INFO O| Mar 11 22:19:21.034 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86412026-03-11T22:19:22.212Z[ recovery-image] Mar 11 22:19:21.044 INFO O| Mar 11 22:19:21.044 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
86422026-03-11T22:19:22.215Z[ recovery-image] Mar 11 22:19:21.044 INFO O| Mar 11 22:19:21.044 INFO STEP 76 (remove_files) COMPLETE
86432026-03-11T22:19:22.215Z[ recovery-image] Mar 11 22:19:21.044 INFO O| Mar 11 22:19:21.044 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86442026-03-11T22:19:22.222Z[ recovery-image] Mar 11 22:19:21.054 INFO O| Mar 11 22:19:21.054 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
86452026-03-11T22:19:22.222Z[ recovery-image] Mar 11 22:19:21.054 INFO O| Mar 11 22:19:21.054 INFO STEP 77 (remove_files) COMPLETE
86462026-03-11T22:19:22.225Z[ recovery-image] Mar 11 22:19:21.054 INFO O| Mar 11 22:19:21.054 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86472026-03-11T22:19:22.233Z[ recovery-image] Mar 11 22:19:21.065 INFO O| Mar 11 22:19:21.065 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86482026-03-11T22:19:22.233Z[ recovery-image] Mar 11 22:19:21.065 INFO O| Mar 11 22:19:21.065 INFO STEP 78 (remove_files) COMPLETE
86492026-03-11T22:19:22.237Z[ recovery-image] Mar 11 22:19:21.065 INFO O| Mar 11 22:19:21.065 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86502026-03-11T22:19:22.243Z[ recovery-image] Mar 11 22:19:21.076 INFO O| Mar 11 22:19:21.075 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86512026-03-11T22:19:22.243Z[ recovery-image] Mar 11 22:19:21.076 INFO O| Mar 11 22:19:21.076 INFO STEP 79 (remove_files) COMPLETE
86522026-03-11T22:19:22.246Z[ recovery-image] Mar 11 22:19:21.076 INFO O| Mar 11 22:19:21.076 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86532026-03-11T22:19:22.254Z[ recovery-image] Mar 11 22:19:21.086 INFO O| Mar 11 22:19:21.086 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86542026-03-11T22:19:22.254Z[ recovery-image] Mar 11 22:19:21.086 INFO O| Mar 11 22:19:21.086 INFO STEP 80 (remove_files) COMPLETE
86552026-03-11T22:19:22.257Z[ recovery-image] Mar 11 22:19:21.086 INFO O| Mar 11 22:19:21.086 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86562026-03-11T22:19:22.264Z[ recovery-image] Mar 11 22:19:21.096 INFO O| Mar 11 22:19:21.096 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86572026-03-11T22:19:22.264Z[ recovery-image] Mar 11 22:19:21.096 INFO O| Mar 11 22:19:21.096 INFO STEP 81 (remove_files) COMPLETE
86582026-03-11T22:19:22.267Z[ recovery-image] Mar 11 22:19:21.096 INFO O| Mar 11 22:19:21.096 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86592026-03-11T22:19:22.274Z[ recovery-image] Mar 11 22:19:21.106 INFO O| Mar 11 22:19:21.106 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86602026-03-11T22:19:22.274Z[ recovery-image] Mar 11 22:19:21.106 INFO O| Mar 11 22:19:21.106 INFO STEP 82 (remove_files) COMPLETE
86612026-03-11T22:19:22.274Z[ recovery-image] Mar 11 22:19:21.106 INFO O| Mar 11 22:19:21.106 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86622026-03-11T22:19:22.283Z[ recovery-image] Mar 11 22:19:21.115 INFO O| Mar 11 22:19:21.115 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86632026-03-11T22:19:22.286Z[ recovery-image] Mar 11 22:19:21.115 INFO O| Mar 11 22:19:21.115 INFO STEP 83 (remove_files) COMPLETE
86642026-03-11T22:19:22.286Z[ recovery-image] Mar 11 22:19:21.116 INFO O| Mar 11 22:19:21.115 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86652026-03-11T22:19:22.293Z[ recovery-image] Mar 11 22:19:21.125 INFO O| Mar 11 22:19:21.125 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86662026-03-11T22:19:22.293Z[ recovery-image] Mar 11 22:19:21.125 INFO O| Mar 11 22:19:21.125 INFO STEP 84 (remove_files) COMPLETE
86672026-03-11T22:19:22.293Z[ recovery-image] Mar 11 22:19:21.125 INFO O| Mar 11 22:19:21.125 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86682026-03-11T22:19:22.302Z[ recovery-image] Mar 11 22:19:21.134 INFO O| Mar 11 22:19:21.134 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
86692026-03-11T22:19:22.302Z[ recovery-image] Mar 11 22:19:21.134 INFO O| Mar 11 22:19:21.134 INFO STEP 85 (remove_files) COMPLETE
86702026-03-11T22:19:22.305Z[ recovery-image] Mar 11 22:19:21.134 INFO O| Mar 11 22:19:21.134 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86712026-03-11T22:19:22.311Z[ recovery-image] Mar 11 22:19:21.143 INFO O| Mar 11 22:19:21.143 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
86722026-03-11T22:19:22.311Z[ recovery-image] Mar 11 22:19:21.143 INFO O| Mar 11 22:19:21.143 INFO STEP 86 (remove_files) COMPLETE
86732026-03-11T22:19:22.314Z[ recovery-image] Mar 11 22:19:21.143 INFO O| Mar 11 22:19:21.143 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86742026-03-11T22:19:22.320Z[ recovery-image] Mar 11 22:19:21.152 INFO O| Mar 11 22:19:21.152 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
86752026-03-11T22:19:22.323Z[ recovery-image] Mar 11 22:19:21.152 INFO O| Mar 11 22:19:21.152 INFO STEP 87 (remove_files) COMPLETE
86762026-03-11T22:19:22.323Z[ recovery-image] Mar 11 22:19:21.152 INFO O| Mar 11 22:19:21.152 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86772026-03-11T22:19:22.329Z[ recovery-image] Mar 11 22:19:21.161 INFO O| Mar 11 22:19:21.161 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
86782026-03-11T22:19:22.329Z[ recovery-image] Mar 11 22:19:21.161 INFO O| Mar 11 22:19:21.161 INFO STEP 88 (remove_files) COMPLETE
86792026-03-11T22:19:22.332Z[ recovery-image] Mar 11 22:19:21.161 INFO O| Mar 11 22:19:21.161 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86802026-03-11T22:19:22.338Z[ recovery-image] Mar 11 22:19:21.170 INFO O| Mar 11 22:19:21.170 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
86812026-03-11T22:19:22.338Z[ recovery-image] Mar 11 22:19:21.170 INFO O| Mar 11 22:19:21.170 INFO STEP 89 (remove_files) COMPLETE
86822026-03-11T22:19:22.341Z[ recovery-image] Mar 11 22:19:21.170 INFO O| Mar 11 22:19:21.170 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86832026-03-11T22:19:22.348Z[ recovery-image] Mar 11 22:19:21.180 INFO O| Mar 11 22:19:21.180 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
86842026-03-11T22:19:22.351Z[ recovery-image] Mar 11 22:19:21.180 INFO O| Mar 11 22:19:21.180 INFO STEP 90 (remove_files) COMPLETE
86852026-03-11T22:19:22.351Z[ recovery-image] Mar 11 22:19:21.180 INFO O| Mar 11 22:19:21.180 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86862026-03-11T22:19:22.357Z[ recovery-image] Mar 11 22:19:21.189 INFO O| Mar 11 22:19:21.189 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
86872026-03-11T22:19:22.360Z[ recovery-image] Mar 11 22:19:21.189 INFO O| Mar 11 22:19:21.189 INFO STEP 91 (remove_files) COMPLETE
86882026-03-11T22:19:22.360Z[ recovery-image] Mar 11 22:19:21.189 INFO O| Mar 11 22:19:21.189 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86892026-03-11T22:19:22.366Z[ recovery-image] Mar 11 22:19:21.198 INFO O| Mar 11 22:19:21.198 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
86902026-03-11T22:19:22.371Z[ recovery-image] Mar 11 22:19:21.198 INFO O| Mar 11 22:19:21.198 INFO STEP 92 (remove_files) COMPLETE
86912026-03-11T22:19:22.371Z[ recovery-image] Mar 11 22:19:21.198 INFO O| Mar 11 22:19:21.198 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86922026-03-11T22:19:22.375Z[ recovery-image] Mar 11 22:19:21.207 INFO O| Mar 11 22:19:21.207 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
86932026-03-11T22:19:22.375Z[ recovery-image] Mar 11 22:19:21.207 INFO O| Mar 11 22:19:21.207 INFO STEP 93 (remove_files) COMPLETE
86942026-03-11T22:19:22.376Z[ recovery-image] Mar 11 22:19:21.207 INFO O| Mar 11 22:19:21.207 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86952026-03-11T22:19:22.383Z[ recovery-image] Mar 11 22:19:21.215 INFO O| Mar 11 22:19:21.215 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
86962026-03-11T22:19:22.386Z[ recovery-image] Mar 11 22:19:21.215 INFO O| Mar 11 22:19:21.215 INFO STEP 94 (remove_files) COMPLETE
86972026-03-11T22:19:22.386Z[ recovery-image] Mar 11 22:19:21.216 INFO O| Mar 11 22:19:21.215 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86982026-03-11T22:19:22.392Z[ recovery-image] Mar 11 22:19:21.224 INFO O| Mar 11 22:19:21.224 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86992026-03-11T22:19:22.395Z[ recovery-image] Mar 11 22:19:21.224 INFO O| Mar 11 22:19:21.224 INFO STEP 95 (remove_files) COMPLETE
87002026-03-11T22:19:22.395Z[ recovery-image] Mar 11 22:19:21.225 INFO O| Mar 11 22:19:21.224 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87012026-03-11T22:19:22.402Z[ recovery-image] Mar 11 22:19:21.234 INFO O| Mar 11 22:19:21.234 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87022026-03-11T22:19:22.404Z[ recovery-image] Mar 11 22:19:21.234 INFO O| Mar 11 22:19:21.234 INFO STEP 96 (remove_files) COMPLETE
87032026-03-11T22:19:22.404Z[ recovery-image] Mar 11 22:19:21.234 INFO O| Mar 11 22:19:21.234 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87042026-03-11T22:19:22.411Z[ recovery-image] Mar 11 22:19:21.243 INFO O| Mar 11 22:19:21.243 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87052026-03-11T22:19:22.414Z[ recovery-image] Mar 11 22:19:21.243 INFO O| Mar 11 22:19:21.243 INFO STEP 97 (remove_files) COMPLETE
87062026-03-11T22:19:22.414Z[ recovery-image] Mar 11 22:19:21.243 INFO O| Mar 11 22:19:21.243 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87072026-03-11T22:19:22.420Z[ recovery-image] Mar 11 22:19:21.252 INFO O| Mar 11 22:19:21.252 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87082026-03-11T22:19:22.420Z[ recovery-image] Mar 11 22:19:21.252 INFO O| Mar 11 22:19:21.252 INFO STEP 98 (remove_files) COMPLETE
87092026-03-11T22:19:22.420Z[ recovery-image] Mar 11 22:19:21.252 INFO O| Mar 11 22:19:21.252 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87102026-03-11T22:19:22.430Z[ recovery-image] Mar 11 22:19:21.261 INFO O| Mar 11 22:19:21.261 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87112026-03-11T22:19:22.430Z[ recovery-image] Mar 11 22:19:21.262 INFO O| Mar 11 22:19:21.262 INFO STEP 99 (remove_files) COMPLETE
87122026-03-11T22:19:22.430Z[ recovery-image] Mar 11 22:19:21.262 INFO O| Mar 11 22:19:21.262 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87132026-03-11T22:19:22.443Z[ recovery-image] Mar 11 22:19:21.275 INFO O| Mar 11 22:19:21.275 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87142026-03-11T22:19:22.446Z[ recovery-image] Mar 11 22:19:21.276 INFO O| Mar 11 22:19:21.275 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
87152026-03-11T22:19:29.401Z[ recovery-image] Mar 11 22:19:28.232 INFO O| Mar 11 22:19:28.232 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
87162026-03-11T22:19:29.401Z[ recovery-image] Mar 11 22:19:28.232 INFO O| Mar 11 22:19:28.232 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87172026-03-11T22:19:29.443Z[ recovery-image] Mar 11 22:19:28.274 INFO O| Mar 11 22:19:28.274 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87182026-03-11T22:19:29.574Z[ recovery-image] Mar 11 22:19:28.405 INFO O| Mar 11 22:19:28.405 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87192026-03-11T22:19:29.646Z[ recovery-image] Mar 11 22:19:28.477 INFO O| Mar 11 22:19:28.477 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87202026-03-11T22:19:29.740Z[ recovery-image] Mar 11 22:19:28.571 INFO O| Mar 11 22:19:28.571 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87212026-03-11T22:19:29.740Z[ recovery-image] Mar 11 22:19:28.571 INFO O| Mar 11 22:19:28.571 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 ...
87222026-03-11T22:19:29.744Z[ recovery-image] Mar 11 22:19:28.573 INFO O| Mar 11 22:19:28.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87232026-03-11T22:19:29.744Z[ recovery-image] Mar 11 22:19:28.573 INFO O| Mar 11 22:19:28.573 INFO ok!
87242026-03-11T22:19:29.744Z[ recovery-image] Mar 11 22:19:28.573 INFO O| Mar 11 22:19:28.573 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
87252026-03-11T22:19:29.744Z[ recovery-image] Mar 11 22:19:28.573 INFO O| Mar 11 22:19:28.573 INFO STEP 100 (seed_smf) COMPLETE
87262026-03-11T22:19:29.744Z[ recovery-image] Mar 11 22:19:28.573 INFO O| Mar 11 22:19:28.573 INFO steps complete; finalising image!
87272026-03-11T22:19:29.744Z[ recovery-image] Mar 11 22:19:28.573 INFO O| Mar 11 22:19:28.573 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
87282026-03-11T22:19:29.790Z[ recovery-image] Mar 11 22:19:28.621 INFO O| Mar 11 22:19:28.621 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Mar 11 22:19:28 2026)
87292026-03-11T22:19:29.997Z[ recovery-image] Mar 11 22:19:28.828 INFO O| Mar 11 22:19:28.828 INFO trim TEMPORARY-sled-zfs-recovery: (63% trimmed, started at Wed Mar 11 22:19:28 2026)
87302026-03-11T22:19:30.203Z[ recovery-image] Mar 11 22:19:29.034 INFO O| Mar 11 22:19:29.034 INFO trim TEMPORARY-sled-zfs-recovery: (63% trimmed, started at Wed Mar 11 22:19:28 2026)
87312026-03-11T22:19:30.409Z[ recovery-image] Mar 11 22:19:29.240 INFO O| Mar 11 22:19:29.240 INFO trim TEMPORARY-sled-zfs-recovery: (63% trimmed, started at Wed Mar 11 22:19:28 2026)
87322026-03-11T22:19:30.636Z[ recovery-image] Mar 11 22:19:29.467 INFO O| Mar 11 22:19:29.467 INFO temporary pool has 434M used, 1.33G avail, 1.00x compressratio
87332026-03-11T22:19:30.636Z[ recovery-image] Mar 11 22:19:29.467 INFO O| Mar 11 22:19:29.467 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87342026-03-11T22:19:31.141Z[ recovery-image] Mar 11 22:19:29.972 INFO O| Mar 11 22:19:29.972 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
87352026-03-11T22:19:31.141Z[ recovery-image] Mar 11 22:19:29.972 INFO O| Mar 11 22:19:29.972 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
87362026-03-11T22:19:34.367Z[ recovery-image] Mar 11 22:19:33.197 INFO O| Mar 11 22:19:33.197 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87372026-03-11T22:19:34.367Z[ recovery-image] Mar 11 22:19:33.197 INFO O| Mar 11 22:19:33.197 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87382026-03-11T22:19:34.367Z[ recovery-image] Mar 11 22:19:33.197 INFO O| Mar 11 22:19:33.197 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87392026-03-11T22:19:34.370Z[ recovery-image] Mar 11 22:19:33.197 INFO O| Mar 11 22:19:33.197 INFO completed processing sled/zfs-recovery
87402026-03-11T22:19:34.370Z[ recovery-image] Mar 11 22:19:33.197 INFO O| Mar 11 22:19:33.197 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87412026-03-11T22:19:35.371Z[ recovery-image] Mar 11 22:19:34.202 INFO O| Mar 11 22:19:34.202 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87422026-03-11T22:19:35.511Z[ recovery-image] Mar 11 22:19:34.342 INFO BUILD STRING "heads/stlouis-0-g3baf9f2fef\n"
87432026-03-11T22:19:35.515Z[ recovery-image] Mar 11 22:19:34.344 INFO expanded image name: "recovery 742f09f/${os_short_commit} 2026-03-11 21:43" -> "recovery 742f09f/3baf9f2 2026-03-11 21:43"
87442026-03-11T22:19:35.519Z[ recovery-image] Mar 11 22:19:34.348 INFO output artefacts stored in: "/work/os-recovery"
87452026-03-11T22:19:35.519Z[ recovery-image] Mar 11 22:19:34.349 INFO collecting git info from project "chelsio-t6-roms"...
87462026-03-11T22:19:35.627Z[ recovery-image] Mar 11 22:19:34.458 INFO collecting git info from project "pinprick"...
87472026-03-11T22:19:35.645Z[ recovery-image] Mar 11 22:19:34.475 INFO collecting git info from project "pilot"...
87482026-03-11T22:19:35.701Z[ recovery-image] Mar 11 22:19:34.532 INFO collecting git info from project "amd-host-image-builder"...
87492026-03-11T22:19:35.864Z[ recovery-image] Mar 11 22:19:34.695 INFO collecting git info from project "amd-firmware"...
87502026-03-11T22:19:36.812Z[ host-image] Mar 11 22:19:35.642 INFO O| Mar 11 22:19:35.642 INFO O| Done
87512026-03-11T22:19:36.865Z[ host-image] Mar 11 22:19:35.695 INFO O| Mar 11 22:19:35.695 INFO O| Done
87522026-03-11T22:19:40.021Z[ host-image] Mar 11 22:19:38.851 INFO O| Mar 11 22:19:38.851 INFO O| Done
87532026-03-11T22:19:40.742Z[ host-image] Mar 11 22:19:39.573 INFO O| Mar 11 22:19:39.572 INFO O| Done
87542026-03-11T22:19:44.571Z[ host-image] Mar 11 22:19:43.401 INFO O| Mar 11 22:19:43.401 INFO STEP 11 (pkg_install) COMPLETE
87552026-03-11T22:19:44.575Z[ host-image] Mar 11 22:19:43.401 INFO O| Mar 11 22:19:43.401 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87562026-03-11T22:19:44.581Z[ host-image] Mar 11 22:19:43.411 INFO O| Mar 11 22:19:43.411 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"]
87572026-03-11T22:19:45.499Z[ recovery-image] Mar 11 22:19:44.329 INFO collecting git info from project "dmar-report"...
87582026-03-11T22:19:45.543Z[ recovery-image] Mar 11 22:19:44.373 INFO collecting git info from project "phbl"...
87592026-03-11T22:19:45.581Z[ recovery-image] Mar 11 22:19:44.411 INFO collecting git info from project "image-builder"...
87602026-03-11T22:19:45.608Z[ recovery-image] Mar 11 22:19:44.437 INFO collecting git info from project "bootserver"...
87612026-03-11T22:19:45.630Z[ recovery-image] Mar 11 22:19:44.460 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
87622026-03-11T22:19:46.196Z[ recovery-image] Mar 11 22:19:45.026 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
87632026-03-11T22:19:46.611Z[ recovery-image] Mar 11 22:19:45.440 INFO creating Oxide boot image...
87642026-03-11T22:19:46.614Z[ recovery-image] Mar 11 22:19:45.441 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 742f09f/3baf9f2 2026-03-11 21:43", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
87652026-03-11T22:20:06.957Z[verify-libraries] Finished `release` profile [optimized] target(s) in 17m 54s
87662026-03-11T22:20:08.527ZMar 11 22:20:07.354 INFO [verify-libraries] process exited with exit status: 0 (1081.574269887s)
87672026-03-11T22:20:12.602Z[ host-image] Mar 11 22:20:11.430 INFO O| Mar 11 22:20:11.430 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
87682026-03-11T22:20:22.702Z[ host-image] Mar 11 22:20:21.529 INFO O| Mar 11 22:20:21.529 INFO O| Startup: Caching catalogs ... Done
87692026-03-11T22:20:29.324Z[ host-image] Mar 11 22:20:28.151 INFO O| Mar 11 22:20:28.151 INFO O| Planning: Solver setup ... Done
87702026-03-11T22:20:29.331Z[ host-image] Mar 11 22:20:28.158 INFO O| Mar 11 22:20:28.158 INFO O| Planning: Running solver ... Done
87712026-03-11T22:20:29.463Z[ host-image] Mar 11 22:20:28.290 INFO O| Mar 11 22:20:28.290 INFO O| Planning: Finding local manifests ... Done
87722026-03-11T22:20:29.477Z[ host-image] Mar 11 22:20:28.304 INFO O| Mar 11 22:20:28.304 INFO O| Planning: Fetching manifests: 0/6 0% complete
87732026-03-11T22:20:29.516Z[ host-image] Mar 11 22:20:28.342 INFO O| Mar 11 22:20:28.342 INFO O| Planning: Fetching manifests: 6/6 100% complete
87742026-03-11T22:20:29.535Z[ host-image] Mar 11 22:20:28.362 INFO O| Mar 11 22:20:28.362 INFO O| Planning: Package planning ... Done
87752026-03-11T22:20:29.539Z[ host-image] Mar 11 22:20:28.366 INFO O| Mar 11 22:20:28.365 INFO O| Planning: Merging actions ... Done
87762026-03-11T22:20:29.600Z[ host-image] Mar 11 22:20:28.427 INFO O| Mar 11 22:20:28.427 INFO O| Planning: Checking for conflicting actions ... Done
87772026-03-11T22:20:29.603Z[ host-image] Mar 11 22:20:28.428 INFO O| Mar 11 22:20:28.428 INFO O| Planning: Consolidating action changes ... Done
87782026-03-11T22:20:29.797Z[ host-image] Mar 11 22:20:28.624 INFO O| Mar 11 22:20:28.623 INFO O| Planning: Evaluating mediators ... Done
87792026-03-11T22:20:29.800Z[ host-image] Mar 11 22:20:28.625 INFO O| Mar 11 22:20:28.625 INFO O| Planning: Planning completed in 7.00 seconds
87802026-03-11T22:20:29.800Z[ host-image] Mar 11 22:20:28.625 INFO O| Mar 11 22:20:28.625 INFO O| Packages to install: 6
87812026-03-11T22:20:29.800Z[ host-image] Mar 11 22:20:28.625 INFO O| Mar 11 22:20:28.625 INFO O| Services to change: 2
87822026-03-11T22:20:29.815Z[ host-image] Mar 11 22:20:28.642 INFO O| Mar 11 22:20:28.642 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
87832026-03-11T22:20:34.506Z[ host-image] Mar 11 22:20:33.332 INFO O| Mar 11 22:20:33.332 INFO O| Download: Completed 1.75 MB in 4.69 seconds (380k/s)
87842026-03-11T22:20:34.537Z[ host-image] Mar 11 22:20:33.363 INFO O| Mar 11 22:20:33.363 INFO O| Actions: 1/390 actions (Installing new actions)
87852026-03-11T22:20:34.704Z[ host-image] Mar 11 22:20:33.530 INFO O| Mar 11 22:20:33.530 INFO O| Actions: Completed 390 actions in 0.17 seconds.
87862026-03-11T22:20:35.093Z[ host-image] Mar 11 22:20:33.919 INFO O| Mar 11 22:20:33.919 INFO O| Done
87872026-03-11T22:20:35.093Z[ host-image] Mar 11 22:20:33.919 INFO O| Mar 11 22:20:33.919 INFO O| Done
87882026-03-11T22:20:36.061Z[ host-image] Mar 11 22:20:34.887 INFO O| Mar 11 22:20:34.887 INFO O| Done
87892026-03-11T22:20:36.223Z[ recovery-image] Mar 11 22:20:35.049 INFO O| ok, image written!
87902026-03-11T22:20:36.223Z[ recovery-image] Mar 11 22:20:35.049 INFO O| ok, boot_image_csum file written!
87912026-03-11T22:20:36.234Z[ recovery-image] Mar 11 22:20:35.060 INFO creating boot archive (CPIO)...
87922026-03-11T22:20:36.237Z[ recovery-image] Mar 11 22:20:35.060 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
87932026-03-11T22:20:36.252Z[ recovery-image] Mar 11 22:20:35.078 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
87942026-03-11T22:20:36.252Z[ recovery-image] Mar 11 22:20:35.078 INFO E| + outfile=/work/os-recovery/cpio
87952026-03-11T22:20:36.255Z[ recovery-image] Mar 11 22:20:35.078 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
87962026-03-11T22:20:36.255Z[ recovery-image] Mar 11 22:20:35.080 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
87972026-03-11T22:20:36.255Z[ recovery-image] Mar 11 22:20:35.080 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
87982026-03-11T22:20:36.288Z[ recovery-image] Mar 11 22:20:35.115 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
87992026-03-11T22:20:36.292Z[ recovery-image] Mar 11 22:20:35.115 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
88002026-03-11T22:20:36.296Z[ recovery-image] Mar 11 22:20:35.122 INFO creating compressed cpio/unix for dev loaders...
88012026-03-11T22:20:36.296Z[ recovery-image] Mar 11 22:20:35.122 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
88022026-03-11T22:20:36.600Z[ recovery-image] Mar 11 22:20:35.425 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
88032026-03-11T22:20:37.269Z[ host-image] Mar 11 22:20:36.095 INFO O| Mar 11 22:20:36.095 INFO O| Done
88042026-03-11T22:20:37.294Z[ host-image] Mar 11 22:20:36.120 INFO O| Mar 11 22:20:36.120 INFO O| Done
88052026-03-11T22:20:37.297Z[ host-image] Mar 11 22:20:36.120 INFO O| Mar 11 22:20:36.120 INFO O| Done
88062026-03-11T22:20:37.313Z[ host-image] Mar 11 22:20:36.139 INFO O| Mar 11 22:20:36.139 INFO O| Done
88072026-03-11T22:20:38.813Z[ host-image] Mar 11 22:20:37.639 INFO O| Mar 11 22:20:37.638 INFO STEP 12 (pkg_install) COMPLETE
88082026-03-11T22:20:38.813Z[ host-image] Mar 11 22:20:37.639 INFO O| Mar 11 22:20:37.639 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88092026-03-11T22:20:38.821Z[ host-image] Mar 11 22:20:37.647 INFO O| Mar 11 22:20:37.647 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
88102026-03-11T22:20:41.004Z[ recovery-image] Mar 11 22:20:39.830 INFO creating reset image...
88112026-03-11T22:20:41.004Z[ recovery-image] Mar 11 22:20:39.830 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
88122026-03-11T22:21:00.280Z[ host-image] Mar 11 22:20:59.104 INFO O| Mar 11 22:20:59.104 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
88132026-03-11T22:21:10.558Z[ host-image] Mar 11 22:21:09.381 INFO O| Mar 11 22:21:09.381 INFO O| Startup: Caching catalogs ... Done
88142026-03-11T22:21:16.218Z[ host-image] Mar 11 22:21:15.041 INFO O| Mar 11 22:21:15.041 INFO O| Planning: Solver setup ... Done
88152026-03-11T22:21:16.225Z[ host-image] Mar 11 22:21:15.048 INFO O| Mar 11 22:21:15.048 INFO O| Planning: Running solver ... Done
88162026-03-11T22:21:16.352Z[ host-image] Mar 11 22:21:15.175 INFO O| Mar 11 22:21:15.175 INFO O| Planning: Finding local manifests ... Done
88172026-03-11T22:21:16.366Z[ host-image] Mar 11 22:21:15.189 INFO O| Mar 11 22:21:15.189 INFO O| Planning: Fetching manifests: 0/6 0% complete
88182026-03-11T22:21:16.432Z[ host-image] Mar 11 22:21:15.255 INFO O| Mar 11 22:21:15.255 INFO O| Planning: Fetching manifests: 6/6 100% complete
88192026-03-11T22:21:16.459Z[ host-image] Mar 11 22:21:15.282 INFO O| Mar 11 22:21:15.282 INFO O| Planning: Package planning ... Done
88202026-03-11T22:21:16.475Z[ host-image] Mar 11 22:21:15.297 INFO O| Mar 11 22:21:15.297 INFO O| Planning: Merging actions ... Done
88212026-03-11T22:21:16.528Z[ host-image] Mar 11 22:21:15.351 INFO O| Mar 11 22:21:15.351 INFO O| Planning: Checking for conflicting actions ... Done
88222026-03-11T22:21:16.531Z[ host-image] Mar 11 22:21:15.354 INFO O| Mar 11 22:21:15.354 INFO O| Planning: Consolidating action changes ... Done
88232026-03-11T22:21:16.693Z[ host-image] Mar 11 22:21:15.516 INFO O| Mar 11 22:21:15.516 INFO O| Planning: Evaluating mediators ... Done
88242026-03-11T22:21:16.696Z[ host-image] Mar 11 22:21:15.519 INFO O| Mar 11 22:21:15.519 INFO O| Planning: Planning completed in 6.04 seconds
88252026-03-11T22:21:16.696Z[ host-image] Mar 11 22:21:15.519 INFO O| Mar 11 22:21:15.519 INFO O| Packages to install: 6
88262026-03-11T22:21:16.696Z[ host-image] Mar 11 22:21:15.519 INFO O| Mar 11 22:21:15.519 INFO O| Mediators to change: 1
88272026-03-11T22:21:16.696Z[ host-image] Mar 11 22:21:15.519 INFO O| Mar 11 22:21:15.519 INFO O| Services to change: 1
88282026-03-11T22:21:16.717Z[ host-image] Mar 11 22:21:15.540 INFO O| Mar 11 22:21:15.540 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
88292026-03-11T22:21:17.539Z[ recovery-image] Mar 11 22:21:16.362 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')"
88302026-03-11T22:21:17.542Z[ recovery-image] Mar 11 22:21:16.362 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")
88312026-03-11T22:21:17.767Z[ recovery-image] Mar 11 22:21:16.590 INFO E| Updating crates.io index
88322026-03-11T22:21:18.151Z[ recovery-image] Mar 11 22:21:16.974 INFO E| Downloading crates ...
88332026-03-11T22:21:18.234Z[ recovery-image] Mar 11 22:21:17.056 INFO E| Downloaded duct v1.1.1
88342026-03-11T22:21:18.238Z[ recovery-image] Mar 11 22:21:17.061 INFO E| Downloaded clap_lex v0.7.7
88352026-03-11T22:21:18.241Z[ recovery-image] Mar 11 22:21:17.062 INFO E| Downloaded os_pipe v1.2.3
88362026-03-11T22:21:18.244Z[ recovery-image] Mar 11 22:21:17.065 INFO E| Downloaded unicode-ident v1.0.23
88372026-03-11T22:21:18.244Z[ recovery-image] Mar 11 22:21:17.067 INFO E| Downloaded shared_thread v0.2.0
88382026-03-11T22:21:18.248Z[ recovery-image] Mar 11 22:21:17.071 INFO E| Downloaded sigchld v0.2.4
88392026-03-11T22:21:18.251Z[ recovery-image] Mar 11 22:21:17.072 INFO E| Downloaded shared_child v1.1.1
88402026-03-11T22:21:18.258Z[ recovery-image] Mar 11 22:21:17.081 INFO E| Downloaded clap v4.5.57
88412026-03-11T22:21:18.273Z[ recovery-image] Mar 11 22:21:17.096 INFO E| Downloaded syn v2.0.114
88422026-03-11T22:21:18.282Z[ recovery-image] Mar 11 22:21:17.105 INFO E| Downloaded clap_builder v4.5.57
88432026-03-11T22:21:18.327Z[ recovery-image] Mar 11 22:21:17.150 INFO E| Compiling libc v0.2.180
88442026-03-11T22:21:18.327Z[ recovery-image] Mar 11 22:21:17.150 INFO E| Compiling proc-macro2 v1.0.106
88452026-03-11T22:21:18.327Z[ recovery-image] Mar 11 22:21:17.150 INFO E| Compiling quote v1.0.44
88462026-03-11T22:21:18.330Z[ recovery-image] Mar 11 22:21:17.150 INFO E| Compiling signal-hook v0.3.18
88472026-03-11T22:21:18.330Z[ recovery-image] Mar 11 22:21:17.150 INFO E| Compiling unicode-ident v1.0.23
88482026-03-11T22:21:18.330Z[ recovery-image] Mar 11 22:21:17.150 INFO E| Compiling utf8parse v0.2.2
88492026-03-11T22:21:18.330Z[ recovery-image] Mar 11 22:21:17.150 INFO E| Compiling anstyle-query v1.1.5
88502026-03-11T22:21:18.330Z[ recovery-image] Mar 11 22:21:17.150 INFO E| Compiling colorchoice v1.0.4
88512026-03-11T22:21:18.471Z[ recovery-image] Mar 11 22:21:17.294 INFO E| Compiling anstyle-parse v0.2.7
88522026-03-11T22:21:18.475Z[ recovery-image] Mar 11 22:21:17.294 INFO E| Compiling anstyle v1.0.13
88532026-03-11T22:21:18.475Z[ recovery-image] Mar 11 22:21:17.295 INFO E| Compiling is_terminal_polyfill v1.70.2
88542026-03-11T22:21:18.491Z[ recovery-image] Mar 11 22:21:17.313 INFO E| Compiling clap_lex v0.7.7
88552026-03-11T22:21:18.578Z[ recovery-image] Mar 11 22:21:17.401 INFO E| Compiling strsim v0.11.1
88562026-03-11T22:21:18.663Z[ recovery-image] Mar 11 22:21:17.485 INFO E| Compiling heck v0.5.0
88572026-03-11T22:21:18.711Z[ recovery-image] Mar 11 22:21:17.534 INFO E| Compiling anstream v0.6.21
88582026-03-11T22:21:18.767Z[ recovery-image] Mar 11 22:21:17.589 INFO E| Compiling shared_thread v0.2.0
88592026-03-11T22:21:18.974Z[ recovery-image] Mar 11 22:21:17.796 INFO E| Compiling clap_builder v4.5.57
88602026-03-11T22:21:19.270Z[ recovery-image] Mar 11 22:21:18.092 INFO E| Compiling errno v0.3.14
88612026-03-11T22:21:19.270Z[ recovery-image] Mar 11 22:21:18.092 INFO E| Compiling os_pipe v1.2.3
88622026-03-11T22:21:19.376Z[ recovery-image] Mar 11 22:21:18.199 INFO E| Compiling signal-hook-registry v1.4.8
88632026-03-11T22:21:19.593Z[ recovery-image] Mar 11 22:21:18.416 INFO E| Compiling syn v2.0.114
88642026-03-11T22:21:19.692Z[ recovery-image] Mar 11 22:21:18.514 INFO E| Compiling sigchld v0.2.4
88652026-03-11T22:21:19.797Z[ recovery-image] Mar 11 22:21:18.620 INFO E| Compiling shared_child v1.1.1
88662026-03-11T22:21:19.929Z[ recovery-image] Mar 11 22:21:18.752 INFO E| Compiling duct v1.1.1
88672026-03-11T22:21:20.755Z[ host-image] Mar 11 22:21:19.578 INFO O| Mar 11 22:21:19.578 INFO O| Download: Completed 7.71 MB in 4.04 seconds (1.9M/s)
88682026-03-11T22:21:20.808Z[ host-image] Mar 11 22:21:19.630 INFO O| Mar 11 22:21:19.630 INFO O| Actions: 1/1361 actions (Installing new actions)
88692026-03-11T22:21:21.117Z[ host-image] Mar 11 22:21:19.939 INFO O| Mar 11 22:21:19.939 INFO O| Actions: Completed 1361 actions in 0.31 seconds.
88702026-03-11T22:21:21.519Z[ host-image] Mar 11 22:21:20.341 INFO O| Mar 11 22:21:20.341 INFO O| Done
88712026-03-11T22:21:21.519Z[ host-image] Mar 11 22:21:20.341 INFO O| Mar 11 22:21:20.341 INFO O| Done
88722026-03-11T22:21:22.349Z[ recovery-image] Mar 11 22:21:21.171 INFO E| Compiling clap_derive v4.5.55
88732026-03-11T22:21:22.590Z[ host-image] Mar 11 22:21:21.412 INFO O| Mar 11 22:21:21.412 INFO O| Done
88742026-03-11T22:21:23.878Z[ host-image] Mar 11 22:21:22.700 INFO O| Mar 11 22:21:22.700 INFO O| Done
88752026-03-11T22:21:23.904Z[ host-image] Mar 11 22:21:22.726 INFO O| Mar 11 22:21:22.726 INFO O| Done
88762026-03-11T22:21:23.907Z[ host-image] Mar 11 22:21:22.726 INFO O| Mar 11 22:21:22.726 INFO O| Done
88772026-03-11T22:21:23.935Z[ recovery-image] Mar 11 22:21:22.757 INFO E| Compiling clap v4.5.57
88782026-03-11T22:21:23.940Z[ host-image] Mar 11 22:21:22.762 INFO O| Mar 11 22:21:22.762 INFO O| Done
88792026-03-11T22:21:24.006Z[ recovery-image] Mar 11 22:21:22.828 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
88802026-03-11T22:21:25.029Z[ recovery-image] Mar 11 22:21:23.851 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.43s
88812026-03-11T22:21:25.040Z[ recovery-image] Mar 11 22:21:23.863 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
88822026-03-11T22:21:25.302Z[ recovery-image] Mar 11 22:21:24.124 INFO E| Downloading crates ...
88832026-03-11T22:21:25.367Z[ recovery-image] Mar 11 22:21:24.189 INFO E| Downloaded cpio_reader v0.1.2
88842026-03-11T22:21:25.379Z[ recovery-image] Mar 11 22:21:24.202 INFO E| Downloaded bitstruct_derive v0.1.0
88852026-03-11T22:21:25.382Z[ recovery-image] Mar 11 22:21:24.205 INFO E| Downloaded bit_field v0.10.3
88862026-03-11T22:21:25.385Z[ recovery-image] Mar 11 22:21:24.207 INFO E| Downloaded bitstruct v0.1.1
88872026-03-11T22:21:25.393Z[ recovery-image] Mar 11 22:21:24.215 INFO E| Downloaded raw-cpuid v10.7.0
88882026-03-11T22:21:25.411Z[ recovery-image] Mar 11 22:21:24.233 INFO E| Downloaded miniz_oxide v0.9.0
88892026-03-11T22:21:25.425Z[ recovery-image] Mar 11 22:21:24.247 INFO E| Downloaded goblin v0.10.4
88902026-03-11T22:21:25.495Z[ host-image] Mar 11 22:21:24.317 INFO O| Mar 11 22:21:24.317 INFO STEP 13 (pkg_install) COMPLETE
88912026-03-11T22:21:25.495Z[ host-image] Mar 11 22:21:24.317 INFO O| Mar 11 22:21:24.317 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88922026-03-11T22:21:25.503Z[ host-image] Mar 11 22:21:24.325 INFO O| Mar 11 22:21:24.325 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
88932026-03-11T22:21:25.542Z[ recovery-image] Mar 11 22:21:24.364 INFO E| Downloaded x86 v0.52.0
88942026-03-11T22:21:25.584Z[ recovery-image] Mar 11 22:21:24.406 INFO E| Updating crates.io index
88952026-03-11T22:21:25.657Z[ recovery-image] Mar 11 22:21:24.479 INFO E| Downloading crates ...
88962026-03-11T22:21:25.716Z[ recovery-image] Mar 11 22:21:24.538 INFO E| Downloaded rustc-literal-escaper v0.0.7
88972026-03-11T22:21:25.776Z[ recovery-image] Mar 11 22:21:24.598 INFO E| Downloaded libc v0.2.178
88982026-03-11T22:21:25.846Z[ recovery-image] Mar 11 22:21:24.668 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)
88992026-03-11T22:21:25.846Z[ recovery-image] Mar 11 22:21:24.668 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)
89002026-03-11T22:21:25.846Z[ recovery-image] Mar 11 22:21:24.668 INFO E| Compiling proc-macro2 v1.0.106
89012026-03-11T22:21:25.849Z[ recovery-image] Mar 11 22:21:24.668 INFO E| Compiling quote v1.0.44
89022026-03-11T22:21:25.849Z[ recovery-image] Mar 11 22:21:24.668 INFO E| Compiling unicode-ident v1.0.23
89032026-03-11T22:21:25.849Z[ recovery-image] Mar 11 22:21:24.668 INFO E| Compiling syn v1.0.109
89042026-03-11T22:21:25.849Z[ recovery-image] Mar 11 22:21:24.668 INFO E| Compiling x86 v0.52.0
89052026-03-11T22:21:25.860Z[ recovery-image] Mar 11 22:21:24.682 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
89062026-03-11T22:21:26.023Z[ recovery-image] Mar 11 22:21:24.843 INFO E| Compiling seq-macro v0.3.6
89072026-03-11T22:21:27.101Z[ recovery-image] Mar 11 22:21:25.923 INFO E| Compiling syn v2.0.114
89082026-03-11T22:21:28.929Z[ recovery-image] Mar 11 22:21:27.751 INFO E| Compiling scroll_derive v0.13.1
89092026-03-11T22:21:30.456Z[ recovery-image] Mar 11 22:21:29.277 INFO E| Compiling bitstruct_derive v0.1.0
89102026-03-11T22:21:43.127Z[ recovery-image] Mar 11 22:21:41.948 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)
89112026-03-11T22:21:45.973Z[ recovery-image] Mar 11 22:21:44.793 INFO E| Compiling bitflags v1.3.2
89122026-03-11T22:21:45.973Z[ recovery-image] Mar 11 22:21:44.793 INFO E| Compiling plain v0.2.3
89132026-03-11T22:21:45.976Z[ recovery-image] Mar 11 22:21:44.793 INFO E| Compiling adler2 v2.0.1
89142026-03-11T22:21:45.976Z[ recovery-image] Mar 11 22:21:44.793 INFO E| Compiling scroll v0.13.0
89152026-03-11T22:21:45.976Z[ recovery-image] Mar 11 22:21:44.793 INFO E| Compiling bit_field v0.10.3
89162026-03-11T22:21:45.976Z[ recovery-image] Mar 11 22:21:44.793 INFO E| Compiling bitflags v2.10.0
89172026-03-11T22:21:45.976Z[ recovery-image] Mar 11 22:21:44.793 INFO E| Compiling log v0.4.29
89182026-03-11T22:21:46.056Z[ recovery-image] Mar 11 22:21:44.876 INFO E| Compiling raw-cpuid v10.7.0
89192026-03-11T22:21:46.119Z[ recovery-image] Mar 11 22:21:44.940 INFO E| Compiling miniz_oxide v0.9.0
89202026-03-11T22:21:46.163Z[ recovery-image] Mar 11 22:21:44.983 INFO E| Compiling bitstruct v0.1.1
89212026-03-11T22:21:46.180Z[ recovery-image] Mar 11 22:21:45.001 INFO E| Compiling static_assertions v1.1.0
89222026-03-11T22:21:46.268Z[ recovery-image] Mar 11 22:21:45.088 INFO E| Compiling cpio_reader v0.1.2
89232026-03-11T22:21:46.299Z[ recovery-image] Mar 11 22:21:45.118 INFO E| Compiling goblin v0.10.4
89242026-03-11T22:21:47.193Z[ host-image] Mar 11 22:21:46.014 INFO O| Mar 11 22:21:46.014 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
89252026-03-11T22:21:50.144Z[ recovery-image] Mar 11 22:21:48.964 INFO E| Finished `release` profile [optimized] target(s) in 25.08s
89262026-03-11T22:21:50.162Z[ recovery-image] Mar 11 22:21:48.983 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
89272026-03-11T22:21:50.225Z[ recovery-image] Mar 11 22:21:49.045 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')"
89282026-03-11T22:21:50.225Z[ recovery-image] Mar 11 22:21:49.045 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
89292026-03-11T22:21:50.228Z[ recovery-image] Mar 11 22:21:49.045 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
89302026-03-11T22:21:50.228Z[ recovery-image] Mar 11 22:21:49.045 INFO building ROM for gimlet
89312026-03-11T22:21:50.228Z[ recovery-image] Mar 11 22:21:49.045 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")
89322026-03-11T22:21:50.585Z[ recovery-image] Mar 11 22:21:49.405 INFO E| Downloading crates ...
89332026-03-11T22:21:50.667Z[ recovery-image] Mar 11 22:21:49.488 INFO E| Downloaded clap_derive v4.5.32
89342026-03-11T22:21:50.673Z[ recovery-image] Mar 11 22:21:49.493 INFO E| Downloaded is_terminal_polyfill v1.70.1
89352026-03-11T22:21:50.676Z[ recovery-image] Mar 11 22:21:49.494 INFO E| Downloaded toml_write v0.1.1
89362026-03-11T22:21:50.676Z[ recovery-image] Mar 11 22:21:49.496 INFO E| Downloaded shared_child v1.0.1
89372026-03-11T22:21:50.679Z[ recovery-image] Mar 11 22:21:49.497 INFO E| Downloaded os_pipe v1.2.1
89382026-03-11T22:21:50.679Z[ recovery-image] Mar 11 22:21:49.499 INFO E| Downloaded anstyle-query v1.1.2
89392026-03-11T22:21:50.682Z[ recovery-image] Mar 11 22:21:49.500 INFO E| Downloaded colorchoice v1.0.3
89402026-03-11T22:21:50.682Z[ recovery-image] Mar 11 22:21:49.500 INFO E| Downloaded anstyle v1.0.10
89412026-03-11T22:21:50.682Z[ recovery-image] Mar 11 22:21:49.501 INFO E| Downloaded anstream v0.6.18
89422026-03-11T22:21:50.685Z[ recovery-image] Mar 11 22:21:49.505 INFO E| Downloaded toml_datetime v0.6.9
89432026-03-11T22:21:50.688Z[ recovery-image] Mar 11 22:21:49.507 INFO E| Downloaded serde_spanned v0.6.8
89442026-03-11T22:21:50.698Z[ recovery-image] Mar 11 22:21:49.519 INFO E| Downloaded duct v0.13.7
89452026-03-11T22:21:50.701Z[ recovery-image] Mar 11 22:21:49.520 INFO E| Downloaded anstyle-parse v0.2.6
89462026-03-11T22:21:50.710Z[ recovery-image] Mar 11 22:21:49.531 INFO E| Downloaded clap v4.5.37
89472026-03-11T22:21:50.721Z[ recovery-image] Mar 11 22:21:49.542 INFO E| Downloaded toml v0.8.22
89482026-03-11T22:21:50.746Z[ recovery-image] Mar 11 22:21:49.566 INFO E| Downloaded winnow v0.7.7
89492026-03-11T22:21:50.752Z[ recovery-image] Mar 11 22:21:49.573 INFO E| Downloaded toml_edit v0.22.26
89502026-03-11T22:21:50.777Z[ recovery-image] Mar 11 22:21:49.597 INFO E| Downloaded cc v1.2.20
89512026-03-11T22:21:50.780Z[ recovery-image] Mar 11 22:21:49.600 INFO E| Downloaded clap_builder v4.5.37
89522026-03-11T22:21:50.841Z[ recovery-image] Mar 11 22:21:49.661 INFO E| Compiling libc v0.2.172
89532026-03-11T22:21:50.841Z[ recovery-image] Mar 11 22:21:49.661 INFO E| Compiling utf8parse v0.2.2
89542026-03-11T22:21:50.841Z[ recovery-image] Mar 11 22:21:49.661 INFO E| Compiling is_terminal_polyfill v1.70.1
89552026-03-11T22:21:50.844Z[ recovery-image] Mar 11 22:21:49.661 INFO E| Compiling once_cell v1.21.3
89562026-03-11T22:21:50.844Z[ recovery-image] Mar 11 22:21:49.661 INFO E| Compiling anstyle v1.0.10
89572026-03-11T22:21:50.844Z[ recovery-image] Mar 11 22:21:49.661 INFO E| Compiling colorchoice v1.0.3
89582026-03-11T22:21:50.844Z[ recovery-image] Mar 11 22:21:49.661 INFO E| Compiling equivalent v1.0.2
89592026-03-11T22:21:50.859Z[ recovery-image] Mar 11 22:21:49.680 INFO E| Compiling syn v2.0.101
89602026-03-11T22:21:50.992Z[ recovery-image] Mar 11 22:21:49.812 INFO E| Compiling anstyle-parse v0.2.6
89612026-03-11T22:21:50.992Z[ recovery-image] Mar 11 22:21:49.812 INFO E| Compiling shlex v1.3.0
89622026-03-11T22:21:51.010Z[ recovery-image] Mar 11 22:21:49.830 INFO E| Compiling hashbrown v0.15.2
89632026-03-11T22:21:51.021Z[ recovery-image] Mar 11 22:21:49.841 INFO E| Compiling anstyle-query v1.1.2
89642026-03-11T22:21:51.158Z[ recovery-image] Mar 11 22:21:49.978 INFO E| Compiling cc v1.2.20
89652026-03-11T22:21:51.203Z[ recovery-image] Mar 11 22:21:50.023 INFO E| Compiling anstream v0.6.18
89662026-03-11T22:21:51.203Z[ recovery-image] Mar 11 22:21:50.023 INFO E| Compiling strsim v0.11.1
89672026-03-11T22:21:51.236Z[ recovery-image] Mar 11 22:21:50.056 INFO E| Compiling clap_lex v0.7.4
89682026-03-11T22:21:51.248Z[ recovery-image] Mar 11 22:21:50.068 INFO E| Compiling anyhow v1.0.98
89692026-03-11T22:21:51.647Z[ recovery-image] Mar 11 22:21:50.466 INFO E| Compiling winnow v0.7.7
89702026-03-11T22:21:51.664Z[ recovery-image] Mar 11 22:21:50.484 INFO E| Compiling toml_write v0.1.1
89712026-03-11T22:21:51.759Z[ recovery-image] Mar 11 22:21:50.579 INFO E| Compiling clap_builder v4.5.37
89722026-03-11T22:21:51.881Z[ recovery-image] Mar 11 22:21:50.701 INFO E| Compiling indexmap v2.9.0
89732026-03-11T22:21:51.945Z[ recovery-image] Mar 11 22:21:50.765 INFO E| Compiling shared_child v1.0.1
89742026-03-11T22:21:52.005Z[ recovery-image] Mar 11 22:21:50.824 INFO E| Compiling os_pipe v1.2.1
89752026-03-11T22:21:52.244Z[ recovery-image] Mar 11 22:21:51.064 INFO E| Compiling duct v0.13.7
89762026-03-11T22:21:52.934Z[ recovery-image] Mar 11 22:21:51.754 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
89772026-03-11T22:21:54.004Z[ recovery-image] Mar 11 22:21:52.824 INFO E| Compiling serde_derive v1.0.219
89782026-03-11T22:21:54.005Z[ recovery-image] Mar 11 22:21:52.824 INFO E| Compiling clap_derive v4.5.32
89792026-03-11T22:21:55.712Z[ recovery-image] Mar 11 22:21:54.532 INFO E| Compiling clap v4.5.37
89802026-03-11T22:21:56.619Z[ recovery-image] Mar 11 22:21:55.439 INFO E| Compiling serde v1.0.219
89812026-03-11T22:21:58.045Z[ host-image] Mar 11 22:21:56.864 INFO O| Mar 11 22:21:56.864 INFO O| Startup: Caching catalogs ... Done
89822026-03-11T22:21:59.202Z[ recovery-image] Mar 11 22:21:58.021 INFO E| Compiling serde_spanned v0.6.8
89832026-03-11T22:21:59.202Z[ recovery-image] Mar 11 22:21:58.021 INFO E| Compiling toml_datetime v0.6.9
89842026-03-11T22:21:59.401Z[ recovery-image] Mar 11 22:21:58.220 INFO E| Compiling toml_edit v0.22.26
89852026-03-11T22:22:01.125Z[ recovery-image] Mar 11 22:21:59.944 INFO E| Compiling toml v0.8.22
89862026-03-11T22:22:03.646Z[ host-image] Mar 11 22:22:02.465 INFO O| Mar 11 22:22:02.465 INFO O| Planning: Solver setup ... Done
89872026-03-11T22:22:03.653Z[ host-image] Mar 11 22:22:02.472 INFO O| Mar 11 22:22:02.472 INFO O| Planning: Running solver ... Done
89882026-03-11T22:22:03.720Z[ recovery-image] Mar 11 22:22:02.539 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s
89892026-03-11T22:22:03.734Z[ recovery-image] Mar 11 22:22:02.553 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`
89902026-03-11T22:22:03.748Z[ recovery-image] Mar 11 22:22:02.567 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
89912026-03-11T22:22:03.778Z[ host-image] Mar 11 22:22:02.597 INFO O| Mar 11 22:22:02.597 INFO O| Planning: Finding local manifests ... Done
89922026-03-11T22:22:03.816Z[ host-image] Mar 11 22:22:02.635 INFO O| Mar 11 22:22:02.635 INFO O| Planning: Fetching manifests: 0/1 0% complete
89932026-03-11T22:22:03.821Z[ host-image] Mar 11 22:22:02.640 INFO O| Mar 11 22:22:02.640 INFO O| Planning: Fetching manifests: 1/1 100% complete
89942026-03-11T22:22:03.836Z[ host-image] Mar 11 22:22:02.656 INFO O| Mar 11 22:22:02.656 INFO O| Planning: Package planning ... Done
89952026-03-11T22:22:03.839Z[ host-image] Mar 11 22:22:02.656 INFO O| Mar 11 22:22:02.656 INFO O| Planning: Merging actions ... Done
89962026-03-11T22:22:03.881Z[ host-image] Mar 11 22:22:02.700 INFO O| Mar 11 22:22:02.700 INFO O| Planning: Checking for conflicting actions ... Done
89972026-03-11T22:22:03.884Z[ host-image] Mar 11 22:22:02.700 INFO O| Mar 11 22:22:02.700 INFO O| Planning: Consolidating action changes ... Done
89982026-03-11T22:22:04.013Z[ recovery-image] Mar 11 22:22:02.832 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s
89992026-03-11T22:22:04.018Z[ recovery-image] Mar 11 22:22:02.837 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`
90002026-03-11T22:22:04.032Z[ host-image] Mar 11 22:22:02.852 INFO O| Mar 11 22:22:02.852 INFO O| Planning: Evaluating mediators ... Done
90012026-03-11T22:22:04.035Z[ host-image] Mar 11 22:22:02.852 INFO O| Mar 11 22:22:02.852 INFO O| Planning: Planning completed in 5.89 seconds
90022026-03-11T22:22:04.036Z[ host-image] Mar 11 22:22:02.852 INFO O| Mar 11 22:22:02.852 INFO O| Packages to install: 1
90032026-03-11T22:22:04.050Z[ host-image] Mar 11 22:22:02.869 INFO O| Mar 11 22:22:02.869 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
90042026-03-11T22:22:04.172Z[ host-image] Mar 11 22:22:02.991 INFO O| Mar 11 22:22:02.991 INFO O| Download: Completed 12.26 MB in 0.12 seconds (100M/s)
90052026-03-11T22:22:04.200Z[ host-image] Mar 11 22:22:03.019 INFO O| Mar 11 22:22:03.019 INFO O| Actions: 1/22 actions (Installing new actions)
90062026-03-11T22:22:04.301Z[ recovery-image] Mar 11 22:22:03.119 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
90072026-03-11T22:22:04.301Z[ recovery-image] Mar 11 22:22:03.119 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
90082026-03-11T22:22:04.301Z[ recovery-image] Mar 11 22:22:03.119 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
90092026-03-11T22:22:04.304Z[ recovery-image] Mar 11 22:22:03.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
90102026-03-11T22:22:04.304Z[ recovery-image] Mar 11 22:22:03.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
90112026-03-11T22:22:04.304Z[ recovery-image] Mar 11 22:22:03.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
90122026-03-11T22:22:04.304Z[ recovery-image] Mar 11 22:22:03.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
90132026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
90142026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
90152026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
90162026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
90172026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
90182026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
90192026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
90202026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
90212026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.120 INFO O| Info: ABL version: 0x100f5010
90222026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.120 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
90232026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
90242026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
90252026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
90262026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
90272026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
90282026-03-11T22:22:04.305Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
90292026-03-11T22:22:04.306Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
90302026-03-11T22:22:04.306Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
90312026-03-11T22:22:04.306Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
90322026-03-11T22:22:04.306Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
90332026-03-11T22:22:04.306Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
90342026-03-11T22:22:04.306Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
90352026-03-11T22:22:04.306Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
90362026-03-11T22:22:04.306Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
90372026-03-11T22:22:04.306Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
90382026-03-11T22:22:04.306Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
90392026-03-11T22:22:04.306Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
90402026-03-11T22:22:04.306Z[ recovery-image] Mar 11 22:22:03.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
90412026-03-11T22:22:04.347Z[ recovery-image] Mar 11 22:22:03.166 INFO building ROM for cosmo
90422026-03-11T22:22:04.350Z[ recovery-image] Mar 11 22:22:03.166 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")
90432026-03-11T22:22:04.461Z[ host-image] Mar 11 22:22:03.280 INFO O| Mar 11 22:22:03.280 INFO O| Actions: Completed 22 actions in 0.26 seconds.
90442026-03-11T22:22:04.476Z[ recovery-image] Mar 11 22:22:03.295 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
90452026-03-11T22:22:04.479Z[ recovery-image] Mar 11 22:22:03.299 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`
90462026-03-11T22:22:04.491Z[ recovery-image] Mar 11 22:22:03.310 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
90472026-03-11T22:22:04.573Z[ recovery-image] Mar 11 22:22:03.392 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
90482026-03-11T22:22:04.577Z[ recovery-image] Mar 11 22:22:03.396 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`
90492026-03-11T22:22:04.843Z[ recovery-image] Mar 11 22:22:03.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
90502026-03-11T22:22:04.843Z[ recovery-image] Mar 11 22:22:03.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
90512026-03-11T22:22:04.843Z[ recovery-image] Mar 11 22:22:03.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
90522026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
90532026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
90542026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
90552026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
90562026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
90572026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
90582026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
90592026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
90602026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
90612026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
90622026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
90632026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
90642026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
90652026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
90662026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
90672026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
90682026-03-11T22:22:04.847Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
90692026-03-11T22:22:04.849Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
90702026-03-11T22:22:04.849Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
90712026-03-11T22:22:04.849Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
90722026-03-11T22:22:04.849Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
90732026-03-11T22:22:04.849Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
90742026-03-11T22:22:04.849Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
90752026-03-11T22:22:04.849Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
90762026-03-11T22:22:04.849Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
90772026-03-11T22:22:04.849Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
90782026-03-11T22:22:04.849Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
90792026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
90802026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
90812026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
90822026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
90832026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
90842026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
90852026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
90862026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
90872026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
90882026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
90892026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
90902026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
90912026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
90922026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
90932026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
90942026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
90952026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
90962026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
90972026-03-11T22:22:04.850Z[ recovery-image] Mar 11 22:22:03.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
90982026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
90992026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
91002026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
91012026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
91022026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.664 INFO O| Info: ABL version: 0x1007f011
91032026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.664 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
91042026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.664 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
91052026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
91062026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
91072026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
91082026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
91092026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
91102026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
91112026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
91122026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
91132026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
91142026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
91152026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
91162026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
91172026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
91182026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
91192026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
91202026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
91212026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
91222026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
91232026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
91242026-03-11T22:22:04.851Z[ recovery-image] Mar 11 22:22:03.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
91252026-03-11T22:22:04.855Z[ host-image] Mar 11 22:22:03.671 INFO O| Mar 11 22:22:03.671 INFO O| Done
91262026-03-11T22:22:04.855Z[ host-image] Mar 11 22:22:03.671 INFO O| Mar 11 22:22:03.671 INFO O| Done
91272026-03-11T22:22:04.890Z[ recovery-image] Mar 11 22:22:03.709 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
91282026-03-11T22:22:05.854Z[ host-image] Mar 11 22:22:04.673 INFO O| Mar 11 22:22:04.672 INFO O| Done
91292026-03-11T22:22:07.120Z[ host-image] Mar 11 22:22:05.939 INFO O| Mar 11 22:22:05.939 INFO O| Done
91302026-03-11T22:22:07.145Z[ host-image] Mar 11 22:22:05.964 INFO O| Mar 11 22:22:05.964 INFO O| Done
91312026-03-11T22:22:07.148Z[ host-image] Mar 11 22:22:05.964 INFO O| Mar 11 22:22:05.964 INFO O| Done
91322026-03-11T22:22:07.157Z[ host-image] Mar 11 22:22:05.976 INFO O| Mar 11 22:22:05.976 INFO O| Done
91332026-03-11T22:22:07.652Z[ recovery-image] Mar 11 22:22:06.470 INFO image complete! materials are in "/work/os-recovery"
91342026-03-11T22:22:07.656Z[ recovery-image]
91352026-03-11T22:22:07.659Z[ recovery-image] real 20:00.316471673
91362026-03-11T22:22:07.659Z[ recovery-image] user 13:31.775148249
91372026-03-11T22:22:07.659Z[ recovery-image] sys 1:14.596465677
91382026-03-11T22:22:07.659ZMar 11 22:22:06.476 INFO[ recovery-image] trap 0.752733565
91392026-03-11T22:22:07.659Z [recovery-image] process exited with exit status: 0 (1200.32248064s)
91402026-03-11T22:22:07.659Z[ recovery-image] tflt 1.688309521
91412026-03-11T22:22:07.659Z[ recovery-image] dflt 3.254299277
91422026-03-11T22:22:07.659Z[ recovery-image] kflt 0.110510508
91432026-03-11T22:22:07.659Z[ recovery-image] lock 16:20.927707389
91442026-03-11T22:22:07.659Z[ recovery-image] slp 1:56:58.860112946
91452026-03-11T22:22:07.659Z[ recovery-image] lat 4:05.156655406
91462026-03-11T22:22:07.659Z[ recovery-image] stop 6.037340813
91472026-03-11T22:22:08.673Z[ host-image] Mar 11 22:22:07.491 INFO O| Mar 11 22:22:07.491 INFO STEP 14 (pkg_install) COMPLETE
91482026-03-11T22:22:08.673Z[ host-image] Mar 11 22:22:07.491 INFO O| Mar 11 22:22:07.491 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91492026-03-11T22:22:08.676Z[ host-image] Mar 11 22:22:07.491 INFO O| Mar 11 22:22:07.491 INFO skip step because feature "mbist" is not enabled
91502026-03-11T22:22:08.676Z[ host-image] Mar 11 22:22:07.491 INFO O| Mar 11 22:22:07.491 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91512026-03-11T22:22:08.676Z[ host-image] Mar 11 22:22:07.491 INFO O| Mar 11 22:22:07.491 INFO skip step because feature "mfg" is not enabled
91522026-03-11T22:22:08.676Z[ host-image] Mar 11 22:22:07.491 INFO O| Mar 11 22:22:07.491 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91532026-03-11T22:22:08.676Z[ host-image] Mar 11 22:22:07.492 INFO O| Mar 11 22:22:07.491 INFO skip step because feature "compliance" is not enabled
91542026-03-11T22:22:08.676Z[ host-image] Mar 11 22:22:07.492 INFO O| Mar 11 22:22:07.491 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91552026-03-11T22:22:08.676Z[ host-image] Mar 11 22:22:07.492 INFO O| Mar 11 22:22:07.491 INFO skip step because feature "stress" is not enabled
91562026-03-11T22:22:08.676Z[ host-image] Mar 11 22:22:07.492 INFO O| Mar 11 22:22:07.491 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91572026-03-11T22:22:08.676Z[ host-image] Mar 11 22:22:07.492 INFO O| Mar 11 22:22:07.491 INFO skip step because feature "compliance" is not enabled
91582026-03-11T22:22:08.676Z[ host-image] Mar 11 22:22:07.492 INFO O| Mar 11 22:22:07.491 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91592026-03-11T22:22:08.676Z[ host-image] Mar 11 22:22:07.492 INFO O| Mar 11 22:22:07.491 INFO skip step because feature "nfs" is not enabled
91602026-03-11T22:22:08.677Z[ host-image] Mar 11 22:22:07.492 INFO O| Mar 11 22:22:07.491 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
91612026-03-11T22:22:08.677Z[ host-image] Mar 11 22:22:07.492 INFO O| Mar 11 22:22:07.491 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91622026-03-11T22:22:08.754Z[ host-image] Mar 11 22:22:07.573 INFO O| Mar 11 22:22:07.573 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
91632026-03-11T22:22:08.847Z[ host-image] Mar 11 22:22:07.665 INFO O| Mar 11 22:22:07.665 INFO completed processing sled/ramdisk-01-os
91642026-03-11T22:22:08.850Z[ host-image] Mar 11 22:22:07.667 INFO omicron1 baseline generation...
91652026-03-11T22:22:08.850Z[ host-image] Mar 11 22:22:07.667 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
91662026-03-11T22:22:09.221Z[ host-image] Mar 11 22:22:08.039 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23819:20260309T213324Z
91672026-03-11T22:22:52.121Z[ host-image] Mar 11 22:22:50.936 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23819:20260309T213357Z
91682026-03-11T22:22:52.121Z[ host-image] Mar 11 22:22:50.936 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23819:20260309T213357Z
91692026-03-11T22:22:52.125Z[ host-image] Mar 11 22:22:50.936 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
91702026-03-11T22:22:52.125Z[ host-image] Mar 11 22:22:50.936 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
91712026-03-11T22:22:52.125Z[ host-image] Mar 11 22:22:50.936 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
91722026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.936 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
91732026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.937 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
91742026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.937 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
91752026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.937 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260311T214401Z
91762026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.937 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
91772026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.937 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
91782026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.938 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23819:20260309T213358Z
91792026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.938 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23819:20260309T213359Z
91802026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.938 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23819:20260309T213359Z
91812026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.939 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23819:20260309T213359Z
91822026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.939 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
91832026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.939 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23819:20260309T213359Z
91842026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.939 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23819:20260309T213359Z
91852026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.939 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23819:20260309T213359Z
91862026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.939 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23819:20260309T213359Z
91872026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.939 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23819:20260309T213400Z
91882026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.939 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23819:20260309T213400Z
91892026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.940 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23819:20260309T213401Z
91902026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.940 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23819:20260309T213401Z
91912026-03-11T22:22:52.126Z[ host-image] Mar 11 22:22:50.940 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23819:20260309T213402Z
91922026-03-11T22:22:52.127Z[ host-image] Mar 11 22:22:50.940 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23819:20260309T213402Z
91932026-03-11T22:22:52.127Z[ host-image] Mar 11 22:22:50.940 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23819:20260309T213403Z
91942026-03-11T22:22:52.127Z[ host-image] Mar 11 22:22:50.940 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23819:20260309T213403Z
91952026-03-11T22:22:52.127Z[ host-image] Mar 11 22:22:50.940 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23819:20260309T213405Z
91962026-03-11T22:22:52.127Z[ host-image] Mar 11 22:22:50.940 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23819:20260309T213405Z
91972026-03-11T22:22:52.127Z[ host-image] Mar 11 22:22:50.940 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
91982026-03-11T22:22:52.127Z[ host-image] Mar 11 22:22:50.940 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23819:20260309T213407Z
91992026-03-11T22:22:52.127Z[ host-image] Mar 11 22:22:50.940 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23819:20260309T213409Z
92002026-03-11T22:22:52.130Z[ host-image] Mar 11 22:22:50.940 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23819:20260309T213410Z
92012026-03-11T22:22:52.130Z[ host-image] Mar 11 22:22:50.940 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23819:20260309T213410Z
92022026-03-11T22:22:52.130Z[ host-image] Mar 11 22:22:50.941 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23819:20260309T213411Z
92032026-03-11T22:22:52.130Z[ host-image] Mar 11 22:22:50.941 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23819:20260309T213412Z
92042026-03-11T22:22:52.130Z[ host-image] Mar 11 22:22:50.944 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
92052026-03-11T22:22:52.130Z[ host-image] Mar 11 22:22:50.944 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23819:20260309T213412Z
92062026-03-11T22:22:52.130Z[ host-image] Mar 11 22:22:50.944 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
92072026-03-11T22:22:52.130Z[ host-image] Mar 11 22:22:50.944 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
92082026-03-11T22:22:52.130Z[ host-image] Mar 11 22:22:50.945 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
92092026-03-11T22:22:52.130Z[ host-image] Mar 11 22:22:50.945 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23819:20260309T213412Z
92102026-03-11T22:22:52.130Z[ host-image] Mar 11 22:22:50.945 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
92112026-03-11T22:22:52.130Z[ host-image] Mar 11 22:22:50.945 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
92122026-03-11T22:22:52.130Z[ host-image] Mar 11 22:22:50.945 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
92132026-03-11T22:22:52.130Z[ host-image] Mar 11 22:22:50.945 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
92142026-03-11T22:22:52.134Z[ host-image] Mar 11 22:22:50.950 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
92152026-03-11T22:22:52.134Z[ host-image] Mar 11 22:22:50.950 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
92162026-03-11T22:22:52.138Z[ host-image] Mar 11 22:22:50.950 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
92172026-03-11T22:22:52.138Z[ host-image] Mar 11 22:22:50.950 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
92182026-03-11T22:22:52.138Z[ host-image] Mar 11 22:22:50.950 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
92192026-03-11T22:22:52.138Z[ host-image] Mar 11 22:22:50.950 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
92202026-03-11T22:22:52.148Z[ host-image] Mar 11 22:22:50.964 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
92212026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.964 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
92222026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.964 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
92232026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.964 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23819:20260309T213414Z
92242026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.964 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23819:20260309T213419Z
92252026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.965 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
92262026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.965 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23819:20260309T213420Z
92272026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.965 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
92282026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.965 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
92292026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.965 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
92302026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.965 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
92312026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.965 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23819:20260309T213420Z
92322026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.965 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
92332026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.966 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
92342026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.966 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
92352026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.966 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
92362026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.966 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23819:20260309T213420Z
92372026-03-11T22:22:52.151Z[ host-image] Mar 11 22:22:50.967 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
92382026-03-11T22:22:52.156Z[ host-image] Mar 11 22:22:50.971 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
92392026-03-11T22:22:52.159Z[ host-image] Mar 11 22:22:50.972 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23819:20260309T213421Z
92402026-03-11T22:22:52.159Z[ host-image] Mar 11 22:22:50.972 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23819:20260309T213421Z
92412026-03-11T22:22:52.159Z[ host-image] Mar 11 22:22:50.972 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23819:20260309T213421Z
92422026-03-11T22:22:52.159Z[ host-image] Mar 11 22:22:50.973 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
92432026-03-11T22:22:52.159Z[ host-image] Mar 11 22:22:50.973 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23819:20260309T213423Z
92442026-03-11T22:22:52.159Z[ host-image] Mar 11 22:22:50.973 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23819:20260309T213423Z
92452026-03-11T22:22:52.159Z[ host-image] Mar 11 22:22:50.973 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23819:20260309T213423Z
92462026-03-11T22:22:52.159Z[ host-image] Mar 11 22:22:50.973 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23819:20260309T213423Z
92472026-03-11T22:22:52.159Z[ host-image] Mar 11 22:22:50.974 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
92482026-03-11T22:22:52.159Z[ host-image] Mar 11 22:22:50.974 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23819:20260309T213424Z
92492026-03-11T22:22:52.159Z[ host-image] Mar 11 22:22:50.975 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23819:20260309T213425Z
92502026-03-11T22:22:52.159Z[ host-image] Mar 11 22:22:50.975 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
92512026-03-11T22:22:52.160Z[ host-image] Mar 11 22:22:50.975 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23819:20260309T213425Z
92522026-03-11T22:22:52.163Z[ host-image] Mar 11 22:22:50.975 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23819:20260309T213425Z
92532026-03-11T22:22:52.163Z[ host-image] Mar 11 22:22:50.975 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23819:20260309T213425Z
92542026-03-11T22:22:52.163Z[ host-image] Mar 11 22:22:50.975 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23819:20260309T213425Z
92552026-03-11T22:22:52.163Z[ host-image] Mar 11 22:22:50.978 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23819:20260309T213425Z
92562026-03-11T22:22:52.163Z[ host-image] Mar 11 22:22:50.978 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
92572026-03-11T22:22:52.166Z[ host-image] Mar 11 22:22:50.979 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23819:20260309T213425Z
92582026-03-11T22:22:52.166Z[ host-image] Mar 11 22:22:50.979 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23819:20260309T213426Z
92592026-03-11T22:22:52.166Z[ host-image] Mar 11 22:22:50.979 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23819:20260309T213426Z
92602026-03-11T22:22:52.166Z[ host-image] Mar 11 22:22:50.980 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23819:20260309T213426Z
92612026-03-11T22:22:52.166Z[ host-image] Mar 11 22:22:50.980 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23819:20260309T213426Z
92622026-03-11T22:22:52.166Z[ host-image] Mar 11 22:22:50.980 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23819:20260309T213426Z
92632026-03-11T22:22:52.166Z[ host-image] Mar 11 22:22:50.980 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23819:20260309T213427Z
92642026-03-11T22:22:52.169Z[ host-image] Mar 11 22:22:50.984 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23819:20260309T213428Z
92652026-03-11T22:22:52.169Z[ host-image] Mar 11 22:22:50.984 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23819:20260309T213427Z
92662026-03-11T22:22:52.169Z[ host-image] Mar 11 22:22:50.984 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23819:20260309T213427Z
92672026-03-11T22:22:52.169Z[ host-image] Mar 11 22:22:50.985 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23819:20260309T213427Z
92682026-03-11T22:22:52.169Z[ host-image] Mar 11 22:22:50.985 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23819:20260309T213428Z
92692026-03-11T22:22:52.177Z[ host-image] Mar 11 22:22:50.993 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23819:20260309T213431Z
92702026-03-11T22:22:52.177Z[ host-image] Mar 11 22:22:50.993 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23819:20260309T213428Z
92712026-03-11T22:22:52.180Z[ host-image] Mar 11 22:22:50.993 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23819:20260309T213428Z
92722026-03-11T22:22:52.180Z[ host-image] Mar 11 22:22:50.993 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
92732026-03-11T22:22:52.180Z[ host-image] Mar 11 22:22:50.993 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
92742026-03-11T22:22:52.189Z[ host-image] Mar 11 22:22:51.004 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23819:20260309T213428Z
92752026-03-11T22:22:52.192Z[ host-image] Mar 11 22:22:51.004 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
92762026-03-11T22:22:52.192Z[ host-image] Mar 11 22:22:51.004 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23819:20260309T213429Z
92772026-03-11T22:22:52.192Z[ host-image] Mar 11 22:22:51.004 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23819:20260309T213429Z
92782026-03-11T22:22:52.192Z[ host-image] Mar 11 22:22:51.005 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23819:20260309T213429Z
92792026-03-11T22:22:52.192Z[ host-image] Mar 11 22:22:51.005 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
92802026-03-11T22:22:52.192Z[ host-image] Mar 11 22:22:51.005 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
92812026-03-11T22:22:52.192Z[ host-image] Mar 11 22:22:51.005 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23819:20260309T213430Z
92822026-03-11T22:22:52.192Z[ host-image] Mar 11 22:22:51.005 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23819:20260309T213430Z
92832026-03-11T22:22:52.192Z[ host-image] Mar 11 22:22:51.005 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23819:20260309T213430Z
92842026-03-11T22:22:52.192Z[ host-image] Mar 11 22:22:51.006 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23819:20260309T213430Z
92852026-03-11T22:22:52.192Z[ host-image] Mar 11 22:22:51.006 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23819:20260309T213431Z
92862026-03-11T22:22:52.192Z[ host-image] Mar 11 22:22:51.006 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23819:20260309T213431Z
92872026-03-11T22:22:52.192Z[ host-image] Mar 11 22:22:51.007 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
92882026-03-11T22:22:52.192Z[ host-image] Mar 11 22:22:51.007 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23819:20260309T213432Z
92892026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.008 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23819:20260309T213432Z
92902026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.008 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23819:20260309T213432Z
92912026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.008 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23819:20260309T213433Z
92922026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.008 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23819:20260309T213432Z
92932026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.008 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23819:20260309T213432Z
92942026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.008 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
92952026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.008 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
92962026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.008 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23819:20260309T213435Z
92972026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.008 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23819:20260309T213435Z
92982026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.008 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
92992026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.008 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
93002026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.008 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
93012026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.008 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
93022026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.008 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
93032026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.009 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
93042026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.010 INFO O| install = pkg://helios-dev/web/curl@8.19.0-2.0:20260311T180610Z
93052026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.010 INFO O| tempdir @ "/tmp/.tmpHxyuBw/tmp"
93062026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.010 INFO O| image root @ "/tmp/.tmpHxyuBw/tmp/root"
93072026-03-11T22:22:52.196Z[ host-image] Mar 11 22:22:51.010 INFO O| creating image...
93082026-03-11T22:22:52.567Z[ host-image] Mar 11 22:22:51.382 INFO O| copying publishers...
93092026-03-11T22:23:25.697Z[ host-image] Mar 11 22:23:24.510 INFO O| adding properties...
93102026-03-11T22:23:26.594Z[ host-image] Mar 11 22:23:25.407 INFO O| installing packages...
93112026-03-11T22:23:51.863Z[ host-image] Mar 11 22:23:50.673 INFO O| seeding SMF database...
93122026-03-11T22:23:57.918Z[ host-image] Mar 11 22:23:56.728 INFO O| configuring SMF profile...
93132026-03-11T22:23:57.918Z[ host-image] Mar 11 22:23:56.728 INFO O| modifying shadow(5)...
93142026-03-11T22:23:57.921Z[ host-image] Mar 11 22:23:56.728 INFO O| loading user and group database...
93152026-03-11T22:23:57.921Z[ host-image] Mar 11 22:23:56.728 INFO O| loading facet selections...
93162026-03-11T22:23:58.243Z[ host-image] Mar 11 22:23:57.053 INFO O| devel -> true
93172026-03-11T22:23:58.243Z[ host-image] Mar 11 22:23:57.053 INFO O| doc.man -> true
93182026-03-11T22:23:58.243Z[ host-image] Mar 11 22:23:57.053 INFO O| version-lock.shell/ksh93 -> true
93192026-03-11T22:23:58.246Z[ host-image] Mar 11 22:23:57.053 INFO O| version-lock.system/data/hardware-registry -> true
93202026-03-11T22:23:58.247Z[ host-image] Mar 11 22:23:57.053 INFO O| version-lock.system/data/zoneinfo -> true
93212026-03-11T22:23:58.247Z[ host-image] Mar 11 22:23:57.053 INFO O| version-lock.system/microcode/amd -> true
93222026-03-11T22:23:58.247Z[ host-image] Mar 11 22:23:57.053 INFO O| version-lock.system/microcode/intel -> true
93232026-03-11T22:23:58.247Z[ host-image] Mar 11 22:23:57.053 INFO O| version-lock.system/microcode/oxide -> true
93242026-03-11T22:23:58.247Z[ host-image] Mar 11 22:23:57.053 INFO O| assessing packaged files...
93252026-03-11T22:24:00.166Z[ host-image] Mar 11 22:23:58.975 INFO O| creating archive...
93262026-03-11T22:24:00.192Z[ host-image] Mar 11 22:23:59.002 INFO O| missing from packaging:
93272026-03-11T22:24:00.192Z[ host-image] Mar 11 22:23:59.002 INFO O| "etc/.pwd.lock"
93282026-03-11T22:24:00.195Z[ host-image] Mar 11 22:23:59.002 INFO O| "etc/bash"
93292026-03-11T22:24:00.198Z[ host-image] Mar 11 22:23:59.007 INFO O| "etc/svc/profile/generic.xml"
93302026-03-11T22:24:00.198Z[ host-image] Mar 11 22:23:59.007 INFO O| "etc/svc/profile/inetd_services.xml"
93312026-03-11T22:24:00.198Z[ host-image] Mar 11 22:23:59.007 INFO O| "etc/svc/profile/name_service.xml"
93322026-03-11T22:24:00.198Z[ host-image] Mar 11 22:23:59.007 INFO O| "etc/svc/profile/platform.xml"
93332026-03-11T22:24:00.198Z[ host-image] Mar 11 22:23:59.007 INFO O| "etc/svc/profile/platform_omicron1.xml"
93342026-03-11T22:24:00.198Z[ host-image] Mar 11 22:23:59.007 INFO O| "etc/svc/repository.db"
93352026-03-11T22:24:00.205Z[ host-image] Mar 11 22:23:59.015 INFO O| "opt/ooce/share"
93362026-03-11T22:24:00.205Z[ host-image] Mar 11 22:23:59.015 INFO O| "opt/ooce/share/man"
93372026-03-11T22:24:00.210Z[ host-image] Mar 11 22:23:59.015 INFO O| "opt/ooce/share/man/man1"
93382026-03-11T22:24:00.215Z[ host-image] Mar 11 22:23:59.026 INFO O| finishing archive...
93392026-03-11T22:24:03.259Z[ host-image] Mar 11 22:24:02.068 INFO O| creating gzonly manifest...
93402026-03-11T22:24:03.265Z[ host-image] Mar 11 22:24:02.075 INFO O| ok
93412026-03-11T22:24:03.429Z[ host-image] Mar 11 22:24:02.239 INFO image builder template: ramdisk-02-trim...
93422026-03-11T22:24:03.429Z[ host-image] Mar 11 22:24:02.239 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/.tmpSEolf7/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
93432026-03-11T22:24:03.448Z[ host-image] Mar 11 22:24:02.257 INFO O| Mar 11 22:24:02.257 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93442026-03-11T22:24:03.451Z[ host-image] Mar 11 22:24:02.260 INFO O| Mar 11 22:24:02.260 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93452026-03-11T22:24:03.613Z[ host-image] Mar 11 22:24:02.422 INFO O| Mar 11 22:24:02.422 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
93462026-03-11T22:24:03.668Z[ host-image] Mar 11 22:24:02.478 INFO O| Mar 11 22:24:02.478 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
93472026-03-11T22:24:03.668Z[ host-image] Mar 11 22:24:02.478 INFO O| Mar 11 22:24:02.478 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
93482026-03-11T22:24:03.671Z[ host-image] Mar 11 22:24:02.482 INFO O| Mar 11 22:24:02.482 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93492026-03-11T22:24:03.675Z[ host-image] Mar 11 22:24:02.484 INFO O| Mar 11 22:24:02.484 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
93502026-03-11T22:24:03.678Z[ host-image] Mar 11 22:24:02.488 INFO O| Mar 11 22:24:02.488 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
93512026-03-11T22:24:03.859Z[ host-image] Mar 11 22:24:02.669 INFO O| Mar 11 22:24:02.669 INFO rolled back to input snapshot; work may begin
93522026-03-11T22:24:03.859Z[ host-image] Mar 11 22:24:02.669 INFO O| Mar 11 22:24:02.669 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
93532026-03-11T22:24:03.863Z[ host-image] Mar 11 22:24:02.673 INFO O| Mar 11 22:24:02.673 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93542026-03-11T22:24:03.870Z[ host-image] Mar 11 22:24:02.680 INFO O| Mar 11 22:24:02.680 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
93552026-03-11T22:24:03.970Z[ host-image] Mar 11 22:24:02.779 INFO O| Mar 11 22:24:02.779 INFO STEP 0 (remove_files) COMPLETE
93562026-03-11T22:24:03.970Z[ host-image] Mar 11 22:24:02.779 INFO O| Mar 11 22:24:02.779 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93572026-03-11T22:24:03.978Z[ host-image] Mar 11 22:24:02.788 INFO O| Mar 11 22:24:02.788 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
93582026-03-11T22:24:03.981Z[ host-image] Mar 11 22:24:02.789 INFO O| Mar 11 22:24:02.789 INFO STEP 1 (remove_files) COMPLETE
93592026-03-11T22:24:03.981Z[ host-image] Mar 11 22:24:02.789 INFO O| Mar 11 22:24:02.789 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93602026-03-11T22:24:03.986Z[ host-image] Mar 11 22:24:02.796 INFO O| Mar 11 22:24:02.796 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
93612026-03-11T22:24:03.999Z[ host-image] Mar 11 22:24:02.809 INFO O| Mar 11 22:24:02.809 INFO STEP 2 (remove_files) COMPLETE
93622026-03-11T22:24:03.999Z[ host-image] Mar 11 22:24:02.809 INFO O| Mar 11 22:24:02.809 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93632026-03-11T22:24:04.006Z[ host-image] Mar 11 22:24:02.816 INFO O| Mar 11 22:24:02.816 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
93642026-03-11T22:24:04.009Z[ host-image] Mar 11 22:24:02.817 INFO O| Mar 11 22:24:02.817 INFO STEP 3 (remove_files) COMPLETE
93652026-03-11T22:24:04.009Z[ host-image] Mar 11 22:24:02.817 INFO O| Mar 11 22:24:02.817 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93662026-03-11T22:24:04.014Z[ host-image] Mar 11 22:24:02.824 INFO O| Mar 11 22:24:02.824 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
93672026-03-11T22:24:04.017Z[ host-image] Mar 11 22:24:02.828 INFO O| Mar 11 22:24:02.828 INFO STEP 4 (remove_files) COMPLETE
93682026-03-11T22:24:04.017Z[ host-image] Mar 11 22:24:02.828 INFO O| Mar 11 22:24:02.828 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93692026-03-11T22:24:04.024Z[ host-image] Mar 11 22:24:02.835 INFO O| Mar 11 22:24:02.835 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
93702026-03-11T22:24:04.027Z[ host-image] Mar 11 22:24:02.837 INFO O| Mar 11 22:24:02.837 INFO STEP 5 (remove_files) COMPLETE
93712026-03-11T22:24:04.028Z[ host-image] Mar 11 22:24:02.837 INFO O| Mar 11 22:24:02.837 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93722026-03-11T22:24:04.034Z[ host-image] Mar 11 22:24:02.844 INFO O| Mar 11 22:24:02.844 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
93732026-03-11T22:24:04.043Z[ host-image] Mar 11 22:24:02.853 INFO O| Mar 11 22:24:02.853 INFO STEP 6 (remove_files) COMPLETE
93742026-03-11T22:24:04.043Z[ host-image] Mar 11 22:24:02.853 INFO O| Mar 11 22:24:02.853 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93752026-03-11T22:24:04.050Z[ host-image] Mar 11 22:24:02.860 INFO O| Mar 11 22:24:02.860 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
93762026-03-11T22:24:04.061Z[ host-image] Mar 11 22:24:02.871 INFO O| Mar 11 22:24:02.871 INFO STEP 7 (remove_files) COMPLETE
93772026-03-11T22:24:04.061Z[ host-image] Mar 11 22:24:02.871 INFO O| Mar 11 22:24:02.871 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93782026-03-11T22:24:04.068Z[ host-image] Mar 11 22:24:02.877 INFO O| Mar 11 22:24:02.877 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
93792026-03-11T22:24:04.133Z[ host-image] Mar 11 22:24:02.943 INFO O| Mar 11 22:24:02.943 INFO STEP 8 (remove_files) COMPLETE
93802026-03-11T22:24:04.133Z[ host-image] Mar 11 22:24:02.943 INFO O| Mar 11 22:24:02.943 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93812026-03-11T22:24:04.141Z[ host-image] Mar 11 22:24:02.951 INFO O| Mar 11 22:24:02.951 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
93822026-03-11T22:24:04.220Z[ host-image] Mar 11 22:24:03.030 INFO O| Mar 11 22:24:03.030 INFO STEP 9 (remove_files) COMPLETE
93832026-03-11T22:24:04.220Z[ host-image] Mar 11 22:24:03.030 INFO O| Mar 11 22:24:03.030 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93842026-03-11T22:24:04.229Z[ host-image] Mar 11 22:24:03.039 INFO O| Mar 11 22:24:03.039 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
93852026-03-11T22:24:04.232Z[ host-image] Mar 11 22:24:03.042 INFO O| Mar 11 22:24:03.042 INFO STEP 10 (remove_files) COMPLETE
93862026-03-11T22:24:04.232Z[ host-image] Mar 11 22:24:03.042 INFO O| Mar 11 22:24:03.042 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93872026-03-11T22:24:04.239Z[ host-image] Mar 11 22:24:03.049 INFO O| Mar 11 22:24:03.049 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
93882026-03-11T22:24:04.241Z[ host-image] Mar 11 22:24:03.049 INFO O| Mar 11 22:24:03.049 INFO STEP 11 (remove_files) COMPLETE
93892026-03-11T22:24:04.242Z[ host-image] Mar 11 22:24:03.049 INFO O| Mar 11 22:24:03.049 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93902026-03-11T22:24:04.246Z[ host-image] Mar 11 22:24:03.056 INFO O| Mar 11 22:24:03.056 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
93912026-03-11T22:24:04.249Z[ host-image] Mar 11 22:24:03.057 INFO O| Mar 11 22:24:03.057 INFO STEP 12 (remove_files) COMPLETE
93922026-03-11T22:24:04.249Z[ host-image] Mar 11 22:24:03.057 INFO O| Mar 11 22:24:03.057 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93932026-03-11T22:24:04.295Z[ host-image] Mar 11 22:24:03.105 INFO O| Mar 11 22:24:03.105 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
93942026-03-11T22:24:04.326Z[ host-image] Mar 11 22:24:03.136 INFO O| Mar 11 22:24:03.136 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
93952026-03-11T22:24:04.329Z[ host-image] Mar 11 22:24:03.136 INFO O| Mar 11 22:24:03.136 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
93962026-03-11T22:24:04.332Z[ host-image] Mar 11 22:24:03.141 INFO O| Mar 11 22:24:03.141 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
93972026-03-11T22:24:04.521Z[ host-image] Mar 11 22:24:03.331 INFO O| Mar 11 22:24:03.331 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
93982026-03-11T22:24:04.530Z[ host-image] Mar 11 22:24:03.340 INFO O| Mar 11 22:24:03.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
93992026-03-11T22:24:04.533Z[ host-image] Mar 11 22:24:03.340 INFO O| Mar 11 22:24:03.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94002026-03-11T22:24:04.533Z[ host-image] Mar 11 22:24:03.340 INFO O| Mar 11 22:24:03.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94012026-03-11T22:24:04.533Z[ host-image] Mar 11 22:24:03.340 INFO O| Mar 11 22:24:03.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94022026-03-11T22:24:04.533Z[ host-image] Mar 11 22:24:03.340 INFO O| Mar 11 22:24:03.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94032026-03-11T22:24:04.533Z[ host-image] Mar 11 22:24:03.340 INFO O| Mar 11 22:24:03.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94042026-03-11T22:24:04.533Z[ host-image] Mar 11 22:24:03.340 INFO O| Mar 11 22:24:03.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94052026-03-11T22:24:04.533Z[ host-image] Mar 11 22:24:03.341 INFO O| Mar 11 22:24:03.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94062026-03-11T22:24:04.533Z[ host-image] Mar 11 22:24:03.341 INFO O| Mar 11 22:24:03.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94072026-03-11T22:24:04.533Z[ host-image] Mar 11 22:24:03.341 INFO O| Mar 11 22:24:03.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94082026-03-11T22:24:04.533Z[ host-image] Mar 11 22:24:03.341 INFO O| Mar 11 22:24:03.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94092026-03-11T22:24:04.533Z[ host-image] Mar 11 22:24:03.341 INFO O| Mar 11 22:24:03.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94102026-03-11T22:24:04.533Z[ host-image] Mar 11 22:24:03.341 INFO O| Mar 11 22:24:03.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94112026-03-11T22:24:04.533Z[ host-image] Mar 11 22:24:03.341 INFO O| Mar 11 22:24:03.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94122026-03-11T22:24:04.533Z[ host-image] Mar 11 22:24:03.341 INFO O| Mar 11 22:24:03.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94132026-03-11T22:24:04.533Z[ host-image] Mar 11 22:24:03.341 INFO O| Mar 11 22:24:03.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94142026-03-11T22:24:04.541Z[ host-image] Mar 11 22:24:03.351 INFO O| Mar 11 22:24:03.351 INFO STEP 13 (remove_files) COMPLETE
94152026-03-11T22:24:04.542Z[ host-image] Mar 11 22:24:03.351 INFO O| Mar 11 22:24:03.351 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94162026-03-11T22:24:04.550Z[ host-image] Mar 11 22:24:03.360 INFO O| Mar 11 22:24:03.360 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94172026-03-11T22:24:04.553Z[ host-image] Mar 11 22:24:03.361 INFO O| Mar 11 22:24:03.361 INFO STEP 14 (remove_files) COMPLETE
94182026-03-11T22:24:04.553Z[ host-image] Mar 11 22:24:03.361 INFO O| Mar 11 22:24:03.361 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94192026-03-11T22:24:04.558Z[ host-image] Mar 11 22:24:03.368 INFO O| Mar 11 22:24:03.368 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94202026-03-11T22:24:04.564Z[ host-image] Mar 11 22:24:03.374 INFO O| Mar 11 22:24:03.374 INFO STEP 15 (remove_files) COMPLETE
94212026-03-11T22:24:04.564Z[ host-image] Mar 11 22:24:03.374 INFO O| Mar 11 22:24:03.374 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94222026-03-11T22:24:04.570Z[ host-image] Mar 11 22:24:03.381 INFO O| Mar 11 22:24:03.381 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94232026-03-11T22:24:04.574Z[ host-image] Mar 11 22:24:03.381 INFO O| Mar 11 22:24:03.381 INFO STEP 16 (remove_files) COMPLETE
94242026-03-11T22:24:04.574Z[ host-image] Mar 11 22:24:03.381 INFO O| Mar 11 22:24:03.381 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94252026-03-11T22:24:04.579Z[ host-image] Mar 11 22:24:03.388 INFO O| Mar 11 22:24:03.388 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94262026-03-11T22:24:04.582Z[ host-image] Mar 11 22:24:03.389 INFO O| Mar 11 22:24:03.389 INFO STEP 17 (remove_files) COMPLETE
94272026-03-11T22:24:04.582Z[ host-image] Mar 11 22:24:03.389 INFO O| Mar 11 22:24:03.389 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94282026-03-11T22:24:04.585Z[ host-image] Mar 11 22:24:03.395 INFO O| Mar 11 22:24:03.395 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94292026-03-11T22:24:04.588Z[ host-image] Mar 11 22:24:03.396 INFO O| Mar 11 22:24:03.396 INFO STEP 18 (remove_files) COMPLETE
94302026-03-11T22:24:04.588Z[ host-image] Mar 11 22:24:03.396 INFO O| Mar 11 22:24:03.396 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94312026-03-11T22:24:04.592Z[ host-image] Mar 11 22:24:03.402 INFO O| Mar 11 22:24:03.402 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94322026-03-11T22:24:04.592Z[ host-image] Mar 11 22:24:03.402 INFO O| Mar 11 22:24:03.402 INFO STEP 19 (remove_files) COMPLETE
94332026-03-11T22:24:04.592Z[ host-image] Mar 11 22:24:03.402 INFO O| Mar 11 22:24:03.402 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94342026-03-11T22:24:04.599Z[ host-image] Mar 11 22:24:03.409 INFO O| Mar 11 22:24:03.409 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94352026-03-11T22:24:04.602Z[ host-image] Mar 11 22:24:03.409 INFO O| Mar 11 22:24:03.409 INFO STEP 20 (remove_files) COMPLETE
94362026-03-11T22:24:04.602Z[ host-image] Mar 11 22:24:03.409 INFO O| Mar 11 22:24:03.409 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94372026-03-11T22:24:04.605Z[ host-image] Mar 11 22:24:03.415 INFO O| Mar 11 22:24:03.415 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94382026-03-11T22:24:04.608Z[ host-image] Mar 11 22:24:03.415 INFO O| Mar 11 22:24:03.415 INFO STEP 21 (remove_files) COMPLETE
94392026-03-11T22:24:04.608Z[ host-image] Mar 11 22:24:03.415 INFO O| Mar 11 22:24:03.415 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94402026-03-11T22:24:04.612Z[ host-image] Mar 11 22:24:03.422 INFO O| Mar 11 22:24:03.422 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
94412026-03-11T22:24:04.615Z[ host-image] Mar 11 22:24:03.422 INFO O| Mar 11 22:24:03.422 INFO STEP 22 (remove_files) COMPLETE
94422026-03-11T22:24:04.615Z[ host-image] Mar 11 22:24:03.422 INFO O| Mar 11 22:24:03.422 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94432026-03-11T22:24:04.618Z[ host-image] Mar 11 22:24:03.428 INFO O| Mar 11 22:24:03.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
94442026-03-11T22:24:04.618Z[ host-image] Mar 11 22:24:03.428 INFO O| Mar 11 22:24:03.428 INFO STEP 23 (remove_files) COMPLETE
94452026-03-11T22:24:04.618Z[ host-image] Mar 11 22:24:03.428 INFO O| Mar 11 22:24:03.428 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94462026-03-11T22:24:04.624Z[ host-image] Mar 11 22:24:03.434 INFO O| Mar 11 22:24:03.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
94472026-03-11T22:24:04.627Z[ host-image] Mar 11 22:24:03.435 INFO O| Mar 11 22:24:03.435 INFO STEP 24 (remove_files) COMPLETE
94482026-03-11T22:24:04.627Z[ host-image] Mar 11 22:24:03.435 INFO O| Mar 11 22:24:03.435 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94492026-03-11T22:24:04.631Z[ host-image] Mar 11 22:24:03.441 INFO O| Mar 11 22:24:03.441 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
94502026-03-11T22:24:04.634Z[ host-image] Mar 11 22:24:03.441 INFO O| Mar 11 22:24:03.441 INFO STEP 25 (remove_files) COMPLETE
94512026-03-11T22:24:04.634Z[ host-image] Mar 11 22:24:03.441 INFO O| Mar 11 22:24:03.441 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94522026-03-11T22:24:04.638Z[ host-image] Mar 11 22:24:03.448 INFO O| Mar 11 22:24:03.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
94532026-03-11T22:24:04.640Z[ host-image] Mar 11 22:24:03.448 INFO O| Mar 11 22:24:03.448 INFO STEP 26 (remove_files) COMPLETE
94542026-03-11T22:24:04.640Z[ host-image] Mar 11 22:24:03.448 INFO O| Mar 11 22:24:03.448 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94552026-03-11T22:24:04.644Z[ host-image] Mar 11 22:24:03.454 INFO O| Mar 11 22:24:03.454 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
94562026-03-11T22:24:04.644Z[ host-image] Mar 11 22:24:03.455 INFO O| Mar 11 22:24:03.455 INFO STEP 27 (remove_files) COMPLETE
94572026-03-11T22:24:04.647Z[ host-image] Mar 11 22:24:03.455 INFO O| Mar 11 22:24:03.455 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94582026-03-11T22:24:04.651Z[ host-image] Mar 11 22:24:03.461 INFO O| Mar 11 22:24:03.461 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
94592026-03-11T22:24:04.654Z[ host-image] Mar 11 22:24:03.461 INFO O| Mar 11 22:24:03.461 INFO STEP 28 (remove_files) COMPLETE
94602026-03-11T22:24:04.654Z[ host-image] Mar 11 22:24:03.461 INFO O| Mar 11 22:24:03.461 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94612026-03-11T22:24:04.658Z[ host-image] Mar 11 22:24:03.468 INFO O| Mar 11 22:24:03.468 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
94622026-03-11T22:24:04.658Z[ host-image] Mar 11 22:24:03.468 INFO O| Mar 11 22:24:03.468 INFO STEP 29 (remove_files) COMPLETE
94632026-03-11T22:24:04.658Z[ host-image] Mar 11 22:24:03.468 INFO O| Mar 11 22:24:03.468 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94642026-03-11T22:24:04.664Z[ host-image] Mar 11 22:24:03.474 INFO O| Mar 11 22:24:03.474 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
94652026-03-11T22:24:04.664Z[ host-image] Mar 11 22:24:03.474 INFO O| Mar 11 22:24:03.474 INFO STEP 30 (remove_files) COMPLETE
94662026-03-11T22:24:04.667Z[ host-image] Mar 11 22:24:03.474 INFO O| Mar 11 22:24:03.474 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94672026-03-11T22:24:04.670Z[ host-image] Mar 11 22:24:03.481 INFO O| Mar 11 22:24:03.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
94682026-03-11T22:24:04.673Z[ host-image] Mar 11 22:24:03.481 INFO O| Mar 11 22:24:03.481 INFO STEP 31 (remove_files) COMPLETE
94692026-03-11T22:24:04.673Z[ host-image] Mar 11 22:24:03.481 INFO O| Mar 11 22:24:03.481 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94702026-03-11T22:24:04.677Z[ host-image] Mar 11 22:24:03.487 INFO O| Mar 11 22:24:03.487 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
94712026-03-11T22:24:04.677Z[ host-image] Mar 11 22:24:03.488 INFO O| Mar 11 22:24:03.488 INFO STEP 32 (remove_files) COMPLETE
94722026-03-11T22:24:04.680Z[ host-image] Mar 11 22:24:03.488 INFO O| Mar 11 22:24:03.488 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94732026-03-11T22:24:04.684Z[ host-image] Mar 11 22:24:03.494 INFO O| Mar 11 22:24:03.494 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
94742026-03-11T22:24:04.687Z[ host-image] Mar 11 22:24:03.494 INFO O| Mar 11 22:24:03.494 INFO STEP 33 (remove_files) COMPLETE
94752026-03-11T22:24:04.687Z[ host-image] Mar 11 22:24:03.494 INFO O| Mar 11 22:24:03.494 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94762026-03-11T22:24:04.693Z[ host-image] Mar 11 22:24:03.500 INFO O| Mar 11 22:24:03.500 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
94772026-03-11T22:24:04.693Z[ host-image] Mar 11 22:24:03.501 INFO O| Mar 11 22:24:03.501 INFO STEP 34 (remove_files) COMPLETE
94782026-03-11T22:24:04.693Z[ host-image] Mar 11 22:24:03.501 INFO O| Mar 11 22:24:03.501 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94792026-03-11T22:24:04.697Z[ host-image] Mar 11 22:24:03.507 INFO O| Mar 11 22:24:03.507 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
94802026-03-11T22:24:04.700Z[ host-image] Mar 11 22:24:03.507 INFO O| Mar 11 22:24:03.507 INFO STEP 35 (remove_files) COMPLETE
94812026-03-11T22:24:04.700Z[ host-image] Mar 11 22:24:03.507 INFO O| Mar 11 22:24:03.507 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-03-11T22:24:04.704Z[ host-image] Mar 11 22:24:03.514 INFO O| Mar 11 22:24:03.514 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
94832026-03-11T22:24:04.707Z[ host-image] Mar 11 22:24:03.514 INFO O| Mar 11 22:24:03.514 INFO STEP 36 (remove_files) COMPLETE
94842026-03-11T22:24:04.707Z[ host-image] Mar 11 22:24:03.514 INFO O| Mar 11 22:24:03.514 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-03-11T22:24:04.710Z[ host-image] Mar 11 22:24:03.520 INFO O| Mar 11 22:24:03.520 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
94862026-03-11T22:24:04.713Z[ host-image] Mar 11 22:24:03.521 INFO O| Mar 11 22:24:03.520 INFO STEP 37 (remove_files) COMPLETE
94872026-03-11T22:24:04.713Z[ host-image] Mar 11 22:24:03.521 INFO O| Mar 11 22:24:03.521 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-03-11T22:24:04.717Z[ host-image] Mar 11 22:24:03.527 INFO O| Mar 11 22:24:03.527 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
94892026-03-11T22:24:04.719Z[ host-image] Mar 11 22:24:03.527 INFO O| Mar 11 22:24:03.527 INFO STEP 38 (remove_files) COMPLETE
94902026-03-11T22:24:04.719Z[ host-image] Mar 11 22:24:03.527 INFO O| Mar 11 22:24:03.527 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-03-11T22:24:04.723Z[ host-image] Mar 11 22:24:03.533 INFO O| Mar 11 22:24:03.533 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
94922026-03-11T22:24:04.723Z[ host-image] Mar 11 22:24:03.533 INFO O| Mar 11 22:24:03.533 INFO STEP 39 (remove_files) COMPLETE
94932026-03-11T22:24:04.723Z[ host-image] Mar 11 22:24:03.533 INFO O| Mar 11 22:24:03.533 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-03-11T22:24:04.729Z[ host-image] Mar 11 22:24:03.540 INFO O| Mar 11 22:24:03.539 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
94952026-03-11T22:24:04.729Z[ host-image] Mar 11 22:24:03.540 INFO O| Mar 11 22:24:03.540 INFO STEP 40 (remove_files) COMPLETE
94962026-03-11T22:24:04.733Z[ host-image] Mar 11 22:24:03.540 INFO O| Mar 11 22:24:03.540 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-03-11T22:24:04.736Z[ host-image] Mar 11 22:24:03.546 INFO O| Mar 11 22:24:03.546 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
94982026-03-11T22:24:04.736Z[ host-image] Mar 11 22:24:03.546 INFO O| Mar 11 22:24:03.546 INFO STEP 41 (remove_files) COMPLETE
94992026-03-11T22:24:04.738Z[ host-image] Mar 11 22:24:03.546 INFO O| Mar 11 22:24:03.546 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-03-11T22:24:04.742Z[ host-image] Mar 11 22:24:03.553 INFO O| Mar 11 22:24:03.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95012026-03-11T22:24:04.745Z[ host-image] Mar 11 22:24:03.553 INFO O| Mar 11 22:24:03.553 INFO STEP 42 (remove_files) COMPLETE
95022026-03-11T22:24:04.745Z[ host-image] Mar 11 22:24:03.553 INFO O| Mar 11 22:24:03.553 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-03-11T22:24:04.749Z[ host-image] Mar 11 22:24:03.560 INFO O| Mar 11 22:24:03.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95042026-03-11T22:24:04.752Z[ host-image] Mar 11 22:24:03.560 INFO O| Mar 11 22:24:03.560 INFO STEP 43 (remove_files) COMPLETE
95052026-03-11T22:24:04.752Z[ host-image] Mar 11 22:24:03.560 INFO O| Mar 11 22:24:03.560 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-03-11T22:24:04.756Z[ host-image] Mar 11 22:24:03.566 INFO O| Mar 11 22:24:03.566 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95072026-03-11T22:24:04.759Z[ host-image] Mar 11 22:24:03.566 INFO O| Mar 11 22:24:03.566 INFO STEP 44 (remove_files) COMPLETE
95082026-03-11T22:24:04.759Z[ host-image] Mar 11 22:24:03.566 INFO O| Mar 11 22:24:03.566 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-03-11T22:24:04.763Z[ host-image] Mar 11 22:24:03.573 INFO O| Mar 11 22:24:03.573 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95102026-03-11T22:24:04.766Z[ host-image] Mar 11 22:24:03.573 INFO O| Mar 11 22:24:03.573 INFO STEP 45 (remove_files) COMPLETE
95112026-03-11T22:24:04.766Z[ host-image] Mar 11 22:24:03.573 INFO O| Mar 11 22:24:03.573 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-03-11T22:24:04.770Z[ host-image] Mar 11 22:24:03.579 INFO O| Mar 11 22:24:03.579 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95132026-03-11T22:24:04.770Z[ host-image] Mar 11 22:24:03.579 INFO O| Mar 11 22:24:03.579 INFO STEP 46 (remove_files) COMPLETE
95142026-03-11T22:24:04.773Z[ host-image] Mar 11 22:24:03.579 INFO O| Mar 11 22:24:03.579 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-03-11T22:24:04.778Z[ host-image] Mar 11 22:24:03.586 INFO O| Mar 11 22:24:03.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95162026-03-11T22:24:04.778Z[ host-image] Mar 11 22:24:03.586 INFO O| Mar 11 22:24:03.586 INFO STEP 47 (remove_files) COMPLETE
95172026-03-11T22:24:04.781Z[ host-image] Mar 11 22:24:03.586 INFO O| Mar 11 22:24:03.586 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-03-11T22:24:04.784Z[ host-image] Mar 11 22:24:03.593 INFO O| Mar 11 22:24:03.593 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95192026-03-11T22:24:04.784Z[ host-image] Mar 11 22:24:03.593 INFO O| Mar 11 22:24:03.593 INFO STEP 48 (remove_files) COMPLETE
95202026-03-11T22:24:04.784Z[ host-image] Mar 11 22:24:03.593 INFO O| Mar 11 22:24:03.593 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-03-11T22:24:04.790Z[ host-image] Mar 11 22:24:03.599 INFO O| Mar 11 22:24:03.599 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95222026-03-11T22:24:04.793Z[ host-image] Mar 11 22:24:03.599 INFO O| Mar 11 22:24:03.599 INFO STEP 49 (remove_files) COMPLETE
95232026-03-11T22:24:04.793Z[ host-image] Mar 11 22:24:03.599 INFO O| Mar 11 22:24:03.599 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-03-11T22:24:04.796Z[ host-image] Mar 11 22:24:03.606 INFO O| Mar 11 22:24:03.606 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95252026-03-11T22:24:04.796Z[ host-image] Mar 11 22:24:03.606 INFO O| Mar 11 22:24:03.606 INFO STEP 50 (remove_files) COMPLETE
95262026-03-11T22:24:04.796Z[ host-image] Mar 11 22:24:03.606 INFO O| Mar 11 22:24:03.606 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-03-11T22:24:04.802Z[ host-image] Mar 11 22:24:03.612 INFO O| Mar 11 22:24:03.612 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95282026-03-11T22:24:04.805Z[ host-image] Mar 11 22:24:03.612 INFO O| Mar 11 22:24:03.612 INFO STEP 51 (remove_files) COMPLETE
95292026-03-11T22:24:04.805Z[ host-image] Mar 11 22:24:03.612 INFO O| Mar 11 22:24:03.612 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-03-11T22:24:04.808Z[ host-image] Mar 11 22:24:03.619 INFO O| Mar 11 22:24:03.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95312026-03-11T22:24:04.811Z[ host-image] Mar 11 22:24:03.619 INFO O| Mar 11 22:24:03.619 INFO STEP 52 (remove_files) COMPLETE
95322026-03-11T22:24:04.813Z[ host-image] Mar 11 22:24:03.619 INFO O| Mar 11 22:24:03.619 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-03-11T22:24:04.816Z[ host-image] Mar 11 22:24:03.625 INFO O| Mar 11 22:24:03.625 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95342026-03-11T22:24:04.816Z[ host-image] Mar 11 22:24:03.625 INFO O| Mar 11 22:24:03.625 INFO STEP 53 (remove_files) COMPLETE
95352026-03-11T22:24:04.816Z[ host-image] Mar 11 22:24:03.625 INFO O| Mar 11 22:24:03.625 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95362026-03-11T22:24:04.821Z[ host-image] Mar 11 22:24:03.631 INFO O| Mar 11 22:24:03.631 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95372026-03-11T22:24:04.824Z[ host-image] Mar 11 22:24:03.631 INFO O| Mar 11 22:24:03.631 INFO STEP 54 (remove_files) COMPLETE
95382026-03-11T22:24:04.824Z[ host-image] Mar 11 22:24:03.631 INFO O| Mar 11 22:24:03.631 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-03-11T22:24:04.828Z[ host-image] Mar 11 22:24:03.638 INFO O| Mar 11 22:24:03.638 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
95402026-03-11T22:24:04.831Z[ host-image] Mar 11 22:24:03.638 INFO O| Mar 11 22:24:03.638 INFO STEP 55 (remove_files) COMPLETE
95412026-03-11T22:24:04.831Z[ host-image] Mar 11 22:24:03.638 INFO O| Mar 11 22:24:03.638 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-03-11T22:24:04.834Z[ host-image] Mar 11 22:24:03.645 INFO O| Mar 11 22:24:03.645 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
95432026-03-11T22:24:04.838Z[ host-image] Mar 11 22:24:03.645 INFO O| Mar 11 22:24:03.645 INFO STEP 56 (remove_files) COMPLETE
95442026-03-11T22:24:04.838Z[ host-image] Mar 11 22:24:03.645 INFO O| Mar 11 22:24:03.645 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-03-11T22:24:04.841Z[ host-image] Mar 11 22:24:03.651 INFO O| Mar 11 22:24:03.651 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
95462026-03-11T22:24:04.841Z[ host-image] Mar 11 22:24:03.651 INFO O| Mar 11 22:24:03.651 INFO STEP 57 (remove_files) COMPLETE
95472026-03-11T22:24:04.841Z[ host-image] Mar 11 22:24:03.651 INFO O| Mar 11 22:24:03.651 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-03-11T22:24:04.848Z[ host-image] Mar 11 22:24:03.658 INFO O| Mar 11 22:24:03.658 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
95492026-03-11T22:24:04.851Z[ host-image] Mar 11 22:24:03.658 INFO O| Mar 11 22:24:03.658 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
95502026-03-11T22:24:04.851Z[ host-image] Mar 11 22:24:03.658 INFO O| Mar 11 22:24:03.658 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95512026-03-11T22:24:04.851Z[ host-image] Mar 11 22:24:03.658 INFO O| Mar 11 22:24:03.658 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95522026-03-11T22:24:04.851Z[ host-image] Mar 11 22:24:03.658 INFO O| Mar 11 22:24:03.658 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95532026-03-11T22:24:04.851Z[ host-image] Mar 11 22:24:03.658 INFO O| Mar 11 22:24:03.658 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95542026-03-11T22:24:04.851Z[ host-image] Mar 11 22:24:03.658 INFO O| Mar 11 22:24:03.658 INFO ok!
95552026-03-11T22:24:04.851Z[ host-image] Mar 11 22:24:03.658 INFO O| Mar 11 22:24:03.658 INFO STEP 58 (ensure_file) COMPLETE
95562026-03-11T22:24:04.851Z[ host-image] Mar 11 22:24:03.658 INFO O| Mar 11 22:24:03.658 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-03-11T22:24:04.855Z[ host-image] Mar 11 22:24:03.665 INFO O| Mar 11 22:24:03.665 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
95582026-03-11T22:24:04.858Z[ host-image] Mar 11 22:24:03.665 INFO O| Mar 11 22:24:03.665 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
95592026-03-11T22:24:04.858Z[ host-image] Mar 11 22:24:03.665 INFO O| Mar 11 22:24:03.665 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95602026-03-11T22:24:04.858Z[ host-image] Mar 11 22:24:03.665 INFO O| Mar 11 22:24:03.665 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95612026-03-11T22:24:04.858Z[ host-image] Mar 11 22:24:03.665 INFO O| Mar 11 22:24:03.665 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95622026-03-11T22:24:04.858Z[ host-image] Mar 11 22:24:03.665 INFO O| Mar 11 22:24:03.665 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95632026-03-11T22:24:04.858Z[ host-image] Mar 11 22:24:03.665 INFO O| Mar 11 22:24:03.665 INFO ok!
95642026-03-11T22:24:04.858Z[ host-image] Mar 11 22:24:03.665 INFO O| Mar 11 22:24:03.665 INFO STEP 59 (ensure_file) COMPLETE
95652026-03-11T22:24:04.858Z[ host-image] Mar 11 22:24:03.665 INFO O| Mar 11 22:24:03.665 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-03-11T22:24:04.862Z[ host-image] Mar 11 22:24:03.672 INFO O| Mar 11 22:24:03.672 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
95672026-03-11T22:24:04.862Z[ host-image] Mar 11 22:24:03.672 INFO O| Mar 11 22:24:03.672 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
95682026-03-11T22:24:04.865Z[ host-image] Mar 11 22:24:03.672 INFO O| Mar 11 22:24:03.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
95692026-03-11T22:24:04.865Z[ host-image] Mar 11 22:24:03.672 INFO O| Mar 11 22:24:03.672 INFO ok!
95702026-03-11T22:24:04.865Z[ host-image] Mar 11 22:24:03.672 INFO O| Mar 11 22:24:03.672 INFO STEP 60 (ensure_file) COMPLETE
95712026-03-11T22:24:04.865Z[ host-image] Mar 11 22:24:03.672 INFO O| Mar 11 22:24:03.672 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-03-11T22:24:04.869Z[ host-image] Mar 11 22:24:03.678 INFO O| Mar 11 22:24:03.678 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
95732026-03-11T22:24:04.869Z[ host-image] Mar 11 22:24:03.679 INFO O| Mar 11 22:24:03.679 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
95742026-03-11T22:24:04.869Z[ host-image] Mar 11 22:24:03.679 INFO O| Mar 11 22:24:03.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
95752026-03-11T22:24:04.869Z[ host-image] Mar 11 22:24:03.679 INFO O| Mar 11 22:24:03.679 INFO ok!
95762026-03-11T22:24:04.869Z[ host-image] Mar 11 22:24:03.679 INFO O| Mar 11 22:24:03.679 INFO STEP 61 (ensure_file) COMPLETE
95772026-03-11T22:24:04.869Z[ host-image] Mar 11 22:24:03.679 INFO O| Mar 11 22:24:03.679 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-03-11T22:24:04.875Z[ host-image] Mar 11 22:24:03.685 INFO O| Mar 11 22:24:03.685 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
95792026-03-11T22:24:04.875Z[ host-image] Mar 11 22:24:03.685 INFO O| Mar 11 22:24:03.685 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
95802026-03-11T22:24:04.878Z[ host-image] Mar 11 22:24:03.685 INFO O| Mar 11 22:24:03.685 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
95812026-03-11T22:24:04.878Z[ host-image] Mar 11 22:24:03.686 INFO O| Mar 11 22:24:03.685 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
95822026-03-11T22:24:04.878Z[ host-image] Mar 11 22:24:03.686 INFO O| Mar 11 22:24:03.685 INFO ok!
95832026-03-11T22:24:04.878Z[ host-image] Mar 11 22:24:03.686 INFO O| Mar 11 22:24:03.686 INFO STEP 62 (ensure_file) COMPLETE
95842026-03-11T22:24:04.878Z[ host-image] Mar 11 22:24:03.686 INFO O| Mar 11 22:24:03.686 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-03-11T22:24:04.882Z[ host-image] Mar 11 22:24:03.692 INFO O| Mar 11 22:24:03.692 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
95862026-03-11T22:24:04.882Z[ host-image] Mar 11 22:24:03.692 INFO O| Mar 11 22:24:03.692 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
95872026-03-11T22:24:04.885Z[ host-image] Mar 11 22:24:03.692 INFO O| Mar 11 22:24:03.692 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
95882026-03-11T22:24:04.885Z[ host-image] Mar 11 22:24:03.692 INFO O| Mar 11 22:24:03.692 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
95892026-03-11T22:24:04.885Z[ host-image] Mar 11 22:24:03.692 INFO O| Mar 11 22:24:03.692 INFO ok!
95902026-03-11T22:24:04.885Z[ host-image] Mar 11 22:24:03.692 INFO O| Mar 11 22:24:03.692 INFO STEP 63 (ensure_file) COMPLETE
95912026-03-11T22:24:04.885Z[ host-image] Mar 11 22:24:03.692 INFO O| Mar 11 22:24:03.692 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-03-11T22:24:04.889Z[ host-image] Mar 11 22:24:03.699 INFO O| Mar 11 22:24:03.699 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
95932026-03-11T22:24:04.889Z[ host-image] Mar 11 22:24:03.699 INFO O| Mar 11 22:24:03.699 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
95942026-03-11T22:24:04.891Z[ host-image] Mar 11 22:24:03.699 INFO O| Mar 11 22:24:03.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
95952026-03-11T22:24:04.892Z[ host-image] Mar 11 22:24:03.699 INFO O| Mar 11 22:24:03.699 INFO ok!
95962026-03-11T22:24:04.892Z[ host-image] Mar 11 22:24:03.699 INFO O| Mar 11 22:24:03.699 INFO STEP 64 (assemble_files) COMPLETE
95972026-03-11T22:24:04.892Z[ host-image] Mar 11 22:24:03.699 INFO O| Mar 11 22:24:03.699 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-03-11T22:24:04.897Z[ host-image] Mar 11 22:24:03.706 INFO O| Mar 11 22:24:03.706 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
95992026-03-11T22:24:04.897Z[ host-image] Mar 11 22:24:03.706 INFO O| Mar 11 22:24:03.706 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96002026-03-11T22:24:04.900Z[ host-image] Mar 11 22:24:03.706 INFO O| Mar 11 22:24:03.706 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96012026-03-11T22:24:04.900Z[ host-image] Mar 11 22:24:03.706 INFO O| Mar 11 22:24:03.706 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96022026-03-11T22:24:04.900Z[ host-image] Mar 11 22:24:03.706 INFO O| Mar 11 22:24:03.706 INFO ok!
96032026-03-11T22:24:04.900Z[ host-image] Mar 11 22:24:03.706 INFO O| Mar 11 22:24:03.706 INFO STEP 65 (ensure_file) COMPLETE
96042026-03-11T22:24:04.900Z[ host-image] Mar 11 22:24:03.706 INFO O| Mar 11 22:24:03.706 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-03-11T22:24:04.903Z[ host-image] Mar 11 22:24:03.712 INFO O| Mar 11 22:24:03.712 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96062026-03-11T22:24:04.903Z[ host-image] Mar 11 22:24:03.712 INFO O| Mar 11 22:24:03.712 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96072026-03-11T22:24:04.903Z[ host-image] Mar 11 22:24:03.712 INFO O| Mar 11 22:24:03.712 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96082026-03-11T22:24:04.903Z[ host-image] Mar 11 22:24:03.712 INFO O| Mar 11 22:24:03.712 INFO STEP 66 (ensure_dir) COMPLETE
96092026-03-11T22:24:04.903Z[ host-image] Mar 11 22:24:03.712 INFO O| Mar 11 22:24:03.712 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-03-11T22:24:04.909Z[ host-image] Mar 11 22:24:03.719 INFO O| Mar 11 22:24:03.719 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96112026-03-11T22:24:04.909Z[ host-image] Mar 11 22:24:03.719 INFO O| Mar 11 22:24:03.719 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 ...
96122026-03-11T22:24:04.915Z[ host-image] Mar 11 22:24:03.726 INFO O| Mar 11 22:24:03.726 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
96132026-03-11T22:24:04.916Z[ host-image] Mar 11 22:24:03.726 INFO O| Mar 11 22:24:03.726 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96142026-03-11T22:24:04.918Z[ host-image] Mar 11 22:24:03.726 INFO O| Mar 11 22:24:03.726 INFO ok!
96152026-03-11T22:24:04.918Z[ host-image] Mar 11 22:24:03.726 INFO O| Mar 11 22:24:03.726 INFO STEP 67 (ensure_file) COMPLETE
96162026-03-11T22:24:04.918Z[ host-image] Mar 11 22:24:03.726 INFO O| Mar 11 22:24:03.726 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-03-11T22:24:04.922Z[ host-image] Mar 11 22:24:03.732 INFO O| Mar 11 22:24:03.732 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96182026-03-11T22:24:04.926Z[ host-image] Mar 11 22:24:03.732 INFO O| Mar 11 22:24:03.732 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 ...
96192026-03-11T22:24:04.927Z[ host-image] Mar 11 22:24:03.732 INFO O| Mar 11 22:24:03.732 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
96202026-03-11T22:24:04.927Z[ host-image] Mar 11 22:24:03.732 INFO O| Mar 11 22:24:03.732 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96212026-03-11T22:24:04.927Z[ host-image] Mar 11 22:24:03.732 INFO O| Mar 11 22:24:03.732 INFO ok!
96222026-03-11T22:24:04.927Z[ host-image] Mar 11 22:24:03.732 INFO O| Mar 11 22:24:03.732 INFO STEP 68 (ensure_file) COMPLETE
96232026-03-11T22:24:04.927Z[ host-image] Mar 11 22:24:03.732 INFO O| Mar 11 22:24:03.732 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-03-11T22:24:04.932Z[ host-image] Mar 11 22:24:03.742 INFO O| Mar 11 22:24:03.742 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96252026-03-11T22:24:04.932Z[ host-image] Mar 11 22:24:03.742 INFO O| Mar 11 22:24:03.742 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96262026-03-11T22:24:06.696Z[ host-image] Mar 11 22:24:05.505 INFO O| Mar 11 22:24:05.505 INFO STEP 69 (pack_tar) COMPLETE
96272026-03-11T22:24:06.699Z[ host-image] Mar 11 22:24:05.505 INFO O| Mar 11 22:24:05.505 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96282026-03-11T22:24:06.699Z[ host-image] Mar 11 22:24:05.505 INFO O| Mar 11 22:24:05.505 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96292026-03-11T22:24:07.101Z[ host-image] Mar 11 22:24:05.911 INFO O| Mar 11 22:24:05.911 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96302026-03-11T22:24:07.155Z[ host-image] Mar 11 22:24:05.965 INFO O| Mar 11 22:24:05.965 INFO completed processing sled/ramdisk-02-trim
96312026-03-11T22:24:07.159Z[ host-image] Mar 11 22:24:05.966 INFO image builder template: zfs...
96322026-03-11T22:24:07.159Z[ host-image] Mar 11 22:24:05.966 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/.tmpSEolf7/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs"], pwd: None
96332026-03-11T22:24:07.170Z[ host-image] Mar 11 22:24:05.980 INFO O| Mar 11 22:24:05.980 INFO skip include "stress" because feature "stress" is not enabled
96342026-03-11T22:24:07.170Z[ host-image] Mar 11 22:24:05.980 INFO O| Mar 11 22:24:05.980 INFO skip include "stress" because feature "compliance" is not enabled
96352026-03-11T22:24:07.202Z[ host-image] Mar 11 22:24:06.012 INFO O| Mar 11 22:24:06.012 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96362026-03-11T22:24:07.206Z[ host-image] Mar 11 22:24:06.015 INFO O| Mar 11 22:24:06.015 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96372026-03-11T22:24:07.258Z[ host-image] Mar 11 22:24:06.067 INFO O| Mar 11 22:24:06.067 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96382026-03-11T22:24:07.299Z[ host-image] Mar 11 22:24:06.108 INFO O| Mar 11 22:24:06.108 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96392026-03-11T22:24:07.299Z[ host-image] Mar 11 22:24:06.108 INFO O| Mar 11 22:24:06.108 INFO work dataset: rpool/images/build/host/work/sled/zfs
96402026-03-11T22:24:07.302Z[ host-image] Mar 11 22:24:06.111 INFO O| Mar 11 22:24:06.111 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96412026-03-11T22:24:07.350Z[ host-image] Mar 11 22:24:06.160 INFO O| Mar 11 22:24:06.160 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96422026-03-11T22:24:07.385Z[ host-image] Mar 11 22:24:06.195 INFO O| Mar 11 22:24:06.195 INFO DESTROY POOL: TEMPORARY-sled-zfs
96432026-03-11T22:24:07.391Z[ host-image] Mar 11 22:24:06.201 INFO O| Mar 11 22:24:06.201 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96442026-03-11T22:24:07.394Z[ host-image] Mar 11 22:24:06.204 INFO O| Mar 11 22:24:06.204 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96452026-03-11T22:24:07.397Z[ host-image] Mar 11 22:24:06.204 INFO O| Mar 11 22:24:06.204 INFO no lofi found
96462026-03-11T22:24:07.397Z[ host-image] Mar 11 22:24:06.204 INFO O| Mar 11 22:24:06.204 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
96472026-03-11T22:24:07.397Z[ host-image] Mar 11 22:24:06.204 INFO O| Mar 11 22:24:06.204 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
96482026-03-11T22:24:09.193Z[ host-image] Mar 11 22:24:08.002 INFO O| Mar 11 22:24:08.002 INFO lofi device = /dev/dsk/c2t1d0p0
96492026-03-11T22:24:09.193Z[ host-image] Mar 11 22:24:08.002 INFO O| Mar 11 22:24:08.002 INFO pool device = /dev/dsk/c2t1d0p0
96502026-03-11T22:24:09.196Z[ host-image] Mar 11 22:24:08.002 INFO O| Mar 11 22:24:08.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
96512026-03-11T22:24:09.282Z[ host-image] Mar 11 22:24:08.092 INFO O| Mar 11 22:24:08.092 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96522026-03-11T22:24:09.283Z[ host-image] Mar 11 22:24:08.092 INFO O| Mar 11 22:24:08.092 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
96532026-03-11T22:24:09.292Z[ host-image] Mar 11 22:24:08.102 INFO O| Mar 11 22:24:08.102 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
96542026-03-11T22:24:09.339Z[ host-image] Mar 11 22:24:08.149 INFO O| Mar 11 22:24:08.149 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
96552026-03-11T22:24:09.367Z[ host-image] Mar 11 22:24:08.176 INFO O| Mar 11 22:24:08.176 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
96562026-03-11T22:24:09.374Z[ host-image] Mar 11 22:24:08.184 INFO O| Mar 11 22:24:08.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
96572026-03-11T22:24:09.380Z[ host-image] Mar 11 22:24:08.189 INFO O| Mar 11 22:24:08.189 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
96582026-03-11T22:24:09.413Z[ host-image] Mar 11 22:24:08.222 INFO O| Mar 11 22:24:08.222 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
96592026-03-11T22:24:09.417Z[ host-image] Mar 11 22:24:08.222 INFO O| Mar 11 22:24:08.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
96602026-03-11T22:24:09.417Z[ host-image] Mar 11 22:24:08.222 INFO O| Mar 11 22:24:08.222 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
96612026-03-11T22:24:09.423Z[ host-image] Mar 11 22:24:08.232 INFO O| Mar 11 22:24:08.232 INFO boot environment UUID: 59ad8644-f857-4e3f-ad9d-1b5b9dbf52e4
96622026-03-11T22:24:09.423Z[ host-image] Mar 11 22:24:08.232 INFO O| Mar 11 22:24:08.232 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 59ad8644-f857-4e3f-ad9d-1b5b9dbf52e4
96632026-03-11T22:24:09.428Z[ host-image] Mar 11 22:24:08.238 INFO O| Mar 11 22:24:08.238 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
96642026-03-11T22:24:09.433Z[ host-image] Mar 11 22:24:08.243 INFO O| Mar 11 22:24:08.243 INFO STEP 0 (create_be) COMPLETE
96652026-03-11T22:24:09.433Z[ host-image] Mar 11 22:24:08.243 INFO O| Mar 11 22:24:08.243 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96662026-03-11T22:24:09.443Z[ host-image] Mar 11 22:24:08.252 INFO O| Mar 11 22:24:08.252 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
96672026-03-11T22:24:25.444Z[ host-image] Mar 11 22:24:24.252 INFO O| Mar 11 22:24:24.252 INFO STEP 1 (unpack_tar) COMPLETE
96682026-03-11T22:24:25.444Z[ host-image] Mar 11 22:24:24.252 INFO O| Mar 11 22:24:24.252 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96692026-03-11T22:24:25.452Z[ host-image] Mar 11 22:24:24.260 INFO O| Mar 11 22:24:24.260 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
96702026-03-11T22:24:25.880Z[ host-image] Mar 11 22:24:24.688 INFO O| Mar 11 22:24:24.688 INFO STEP 2 (devfsadm) COMPLETE
96712026-03-11T22:24:25.880Z[ host-image] Mar 11 22:24:24.688 INFO O| Mar 11 22:24:24.688 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96722026-03-11T22:24:25.887Z[ host-image] Mar 11 22:24:24.695 INFO O| Mar 11 22:24:24.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96732026-03-11T22:24:25.887Z[ host-image] Mar 11 22:24:24.696 INFO O| Mar 11 22:24:24.695 INFO STEP 3 (ensure_dir) COMPLETE
96742026-03-11T22:24:25.890Z[ host-image] Mar 11 22:24:24.696 INFO O| Mar 11 22:24:24.695 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96752026-03-11T22:24:25.894Z[ host-image] Mar 11 22:24:24.702 INFO O| Mar 11 22:24:24.702 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96762026-03-11T22:24:25.894Z[ host-image] Mar 11 22:24:24.702 INFO O| Mar 11 22:24:24.702 INFO STEP 4 (ensure_dir) COMPLETE
96772026-03-11T22:24:25.897Z[ host-image] Mar 11 22:24:24.702 INFO O| Mar 11 22:24:24.702 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96782026-03-11T22:24:25.900Z[ host-image] Mar 11 22:24:24.709 INFO O| Mar 11 22:24:24.709 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96792026-03-11T22:24:25.900Z[ host-image] Mar 11 22:24:24.709 INFO O| Mar 11 22:24:24.709 INFO STEP 5 (ensure_dir) COMPLETE
96802026-03-11T22:24:25.903Z[ host-image] Mar 11 22:24:24.709 INFO O| Mar 11 22:24:24.709 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96812026-03-11T22:24:25.907Z[ host-image] Mar 11 22:24:24.715 INFO O| Mar 11 22:24:24.715 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96822026-03-11T22:24:25.910Z[ host-image] Mar 11 22:24:24.715 INFO O| Mar 11 22:24:24.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96832026-03-11T22:24:25.911Z[ host-image] Mar 11 22:24:24.715 INFO O| Mar 11 22:24:24.715 INFO STEP 6 (ensure_dir) COMPLETE
96842026-03-11T22:24:25.911Z[ host-image] Mar 11 22:24:24.715 INFO O| Mar 11 22:24:24.715 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96852026-03-11T22:24:25.914Z[ host-image] Mar 11 22:24:24.722 INFO O| Mar 11 22:24:24.722 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96862026-03-11T22:24:25.917Z[ host-image] Mar 11 22:24:24.723 INFO O| Mar 11 22:24:24.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96872026-03-11T22:24:25.917Z[ host-image] Mar 11 22:24:24.723 INFO O| Mar 11 22:24:24.723 INFO STEP 7 (ensure_dir) COMPLETE
96882026-03-11T22:24:25.917Z[ host-image] Mar 11 22:24:24.723 INFO O| Mar 11 22:24:24.723 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96892026-03-11T22:24:25.920Z[ host-image] Mar 11 22:24:24.729 INFO O| Mar 11 22:24:24.729 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
96902026-03-11T22:24:25.923Z[ host-image] Mar 11 22:24:24.730 INFO O| Mar 11 22:24:24.730 INFO STEP 8 (remove_files) COMPLETE
96912026-03-11T22:24:25.923Z[ host-image] Mar 11 22:24:24.730 INFO O| Mar 11 22:24:24.730 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96922026-03-11T22:24:25.928Z[ host-image] Mar 11 22:24:24.736 INFO O| Mar 11 22:24:24.736 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
96932026-03-11T22:24:25.931Z[ host-image] Mar 11 22:24:24.737 INFO O| Mar 11 22:24:24.737 INFO STEP 9 (remove_files) COMPLETE
96942026-03-11T22:24:25.931Z[ host-image] Mar 11 22:24:24.737 INFO O| Mar 11 22:24:24.737 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96952026-03-11T22:24:25.935Z[ host-image] Mar 11 22:24:24.743 INFO O| Mar 11 22:24:24.743 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
96962026-03-11T22:24:25.939Z[ host-image] Mar 11 22:24:24.744 INFO O| Mar 11 22:24:24.744 INFO STEP 10 (remove_files) COMPLETE
96972026-03-11T22:24:25.939Z[ host-image] Mar 11 22:24:24.744 INFO O| Mar 11 22:24:24.744 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96982026-03-11T22:24:25.942Z[ host-image] Mar 11 22:24:24.750 INFO O| Mar 11 22:24:24.750 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
96992026-03-11T22:24:25.945Z[ host-image] Mar 11 22:24:24.750 INFO O| Mar 11 22:24:24.750 INFO STEP 11 (remove_files) COMPLETE
97002026-03-11T22:24:25.945Z[ host-image] Mar 11 22:24:24.750 INFO O| Mar 11 22:24:24.750 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97012026-03-11T22:24:25.948Z[ host-image] Mar 11 22:24:24.757 INFO O| Mar 11 22:24:24.757 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97022026-03-11T22:24:25.951Z[ host-image] Mar 11 22:24:24.757 INFO O| Mar 11 22:24:24.757 INFO STEP 12 (remove_files) COMPLETE
97032026-03-11T22:24:25.951Z[ host-image] Mar 11 22:24:24.757 INFO O| Mar 11 22:24:24.757 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97042026-03-11T22:24:25.955Z[ host-image] Mar 11 22:24:24.763 INFO O| Mar 11 22:24:24.763 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97052026-03-11T22:24:25.958Z[ host-image] Mar 11 22:24:24.763 INFO O| Mar 11 22:24:24.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97062026-03-11T22:24:25.958Z[ host-image] Mar 11 22:24:24.763 INFO O| Mar 11 22:24:24.763 INFO STEP 13 (ensure_dir) COMPLETE
97072026-03-11T22:24:25.958Z[ host-image] Mar 11 22:24:24.763 INFO O| Mar 11 22:24:24.763 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97082026-03-11T22:24:25.961Z[ host-image] Mar 11 22:24:24.770 INFO O| Mar 11 22:24:24.769 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97092026-03-11T22:24:25.964Z[ host-image] Mar 11 22:24:24.770 INFO O| Mar 11 22:24:24.770 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97102026-03-11T22:24:25.964Z[ host-image] Mar 11 22:24:24.770 INFO O| Mar 11 22:24:24.770 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97112026-03-11T22:24:25.964Z[ host-image] Mar 11 22:24:24.770 INFO O| Mar 11 22:24:24.770 INFO STEP 14 (ensure_dir) COMPLETE
97122026-03-11T22:24:25.964Z[ host-image] Mar 11 22:24:24.770 INFO O| Mar 11 22:24:24.770 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97132026-03-11T22:24:25.967Z[ host-image] Mar 11 22:24:24.776 INFO O| Mar 11 22:24:24.776 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97142026-03-11T22:24:25.967Z[ host-image] Mar 11 22:24:24.776 INFO O| Mar 11 22:24:24.776 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97152026-03-11T22:24:25.971Z[ host-image] Mar 11 22:24:24.776 INFO O| Mar 11 22:24:24.776 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97162026-03-11T22:24:25.971Z[ host-image] Mar 11 22:24:24.776 INFO O| Mar 11 22:24:24.776 INFO STEP 15 (ensure_dir) COMPLETE
97172026-03-11T22:24:25.971Z[ host-image] Mar 11 22:24:24.776 INFO O| Mar 11 22:24:24.776 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97182026-03-11T22:24:25.974Z[ host-image] Mar 11 22:24:24.783 INFO O| Mar 11 22:24:24.783 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97192026-03-11T22:24:25.977Z[ host-image] Mar 11 22:24:24.783 INFO O| Mar 11 22:24:24.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97202026-03-11T22:24:25.977Z[ host-image] Mar 11 22:24:24.783 INFO O| Mar 11 22:24:24.783 INFO STEP 16 (ensure_dir) COMPLETE
97212026-03-11T22:24:25.977Z[ host-image] Mar 11 22:24:24.783 INFO O| Mar 11 22:24:24.783 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97222026-03-11T22:24:25.981Z[ host-image] Mar 11 22:24:24.789 INFO O| Mar 11 22:24:24.789 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97232026-03-11T22:24:25.983Z[ host-image] Mar 11 22:24:24.789 INFO O| Mar 11 22:24:24.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97242026-03-11T22:24:25.984Z[ host-image] Mar 11 22:24:24.789 INFO O| Mar 11 22:24:24.789 INFO STEP 17 (ensure_dir) COMPLETE
97252026-03-11T22:24:25.984Z[ host-image] Mar 11 22:24:24.789 INFO O| Mar 11 22:24:24.789 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97262026-03-11T22:24:25.987Z[ host-image] Mar 11 22:24:24.796 INFO O| Mar 11 22:24:24.796 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97272026-03-11T22:24:25.987Z[ host-image] Mar 11 22:24:24.796 INFO O| Mar 11 22:24:24.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97282026-03-11T22:24:25.990Z[ host-image] Mar 11 22:24:24.796 INFO O| Mar 11 22:24:24.796 INFO ok!
97292026-03-11T22:24:25.990Z[ host-image] Mar 11 22:24:24.796 INFO O| Mar 11 22:24:24.796 INFO STEP 18 (ensure_symlink) COMPLETE
97302026-03-11T22:24:25.990Z[ host-image] Mar 11 22:24:24.796 INFO O| Mar 11 22:24:24.796 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97312026-03-11T22:24:25.994Z[ host-image] Mar 11 22:24:24.803 INFO O| Mar 11 22:24:24.803 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97322026-03-11T22:24:25.995Z[ host-image] Mar 11 22:24:24.803 INFO O| Mar 11 22:24:24.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97332026-03-11T22:24:25.998Z[ host-image] Mar 11 22:24:24.803 INFO O| Mar 11 22:24:24.803 INFO ok!
97342026-03-11T22:24:25.998Z[ host-image] Mar 11 22:24:24.803 INFO O| Mar 11 22:24:24.803 INFO STEP 19 (ensure_file) COMPLETE
97352026-03-11T22:24:25.998Z[ host-image] Mar 11 22:24:24.803 INFO O| Mar 11 22:24:24.803 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97362026-03-11T22:24:26.002Z[ host-image] Mar 11 22:24:24.810 INFO O| Mar 11 22:24:24.810 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97372026-03-11T22:24:26.002Z[ host-image] Mar 11 22:24:24.810 INFO O| Mar 11 22:24:24.810 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97382026-03-11T22:24:26.004Z[ host-image] Mar 11 22:24:24.810 INFO O| Mar 11 22:24:24.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97392026-03-11T22:24:26.004Z[ host-image] Mar 11 22:24:24.810 INFO O| Mar 11 22:24:24.810 INFO ok!
97402026-03-11T22:24:26.005Z[ host-image] Mar 11 22:24:24.810 INFO O| Mar 11 22:24:24.810 INFO STEP 20 (ensure_symlink) COMPLETE
97412026-03-11T22:24:26.005Z[ host-image] Mar 11 22:24:24.810 INFO O| Mar 11 22:24:24.810 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97422026-03-11T22:24:26.008Z[ host-image] Mar 11 22:24:24.816 INFO O| Mar 11 22:24:24.816 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
97432026-03-11T22:24:26.011Z[ host-image] Mar 11 22:24:24.816 INFO O| Mar 11 22:24:24.816 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
97442026-03-11T22:24:26.011Z[ host-image] Mar 11 22:24:24.816 INFO O| Mar 11 22:24:24.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
97452026-03-11T22:24:26.011Z[ host-image] Mar 11 22:24:24.816 INFO O| Mar 11 22:24:24.816 INFO ok!
97462026-03-11T22:24:26.011Z[ host-image] Mar 11 22:24:24.816 INFO O| Mar 11 22:24:24.816 INFO STEP 21 (ensure_symlink) COMPLETE
97472026-03-11T22:24:26.011Z[ host-image] Mar 11 22:24:24.816 INFO O| Mar 11 22:24:24.816 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97482026-03-11T22:24:26.015Z[ host-image] Mar 11 22:24:24.823 INFO O| Mar 11 22:24:24.823 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
97492026-03-11T22:24:26.017Z[ host-image] Mar 11 22:24:24.823 INFO O| Mar 11 22:24:24.823 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
97502026-03-11T22:24:26.017Z[ host-image] Mar 11 22:24:24.823 INFO O| Mar 11 22:24:24.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
97512026-03-11T22:24:26.017Z[ host-image] Mar 11 22:24:24.823 INFO O| Mar 11 22:24:24.823 INFO ok!
97522026-03-11T22:24:26.018Z[ host-image] Mar 11 22:24:24.823 INFO O| Mar 11 22:24:24.823 INFO STEP 22 (ensure_symlink) COMPLETE
97532026-03-11T22:24:26.018Z[ host-image] Mar 11 22:24:24.823 INFO O| Mar 11 22:24:24.823 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97542026-03-11T22:24:26.021Z[ host-image] Mar 11 22:24:24.830 INFO O| Mar 11 22:24:24.830 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
97552026-03-11T22:24:26.021Z[ host-image] Mar 11 22:24:24.830 INFO O| Mar 11 22:24:24.830 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
97562026-03-11T22:24:26.024Z[ host-image] Mar 11 22:24:24.830 INFO O| Mar 11 22:24:24.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
97572026-03-11T22:24:26.024Z[ host-image] Mar 11 22:24:24.830 INFO O| Mar 11 22:24:24.830 INFO ok!
97582026-03-11T22:24:26.024Z[ host-image] Mar 11 22:24:24.830 INFO O| Mar 11 22:24:24.830 INFO STEP 23 (ensure_symlink) COMPLETE
97592026-03-11T22:24:26.024Z[ host-image] Mar 11 22:24:24.830 INFO O| Mar 11 22:24:24.830 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97602026-03-11T22:24:26.028Z[ host-image] Mar 11 22:24:24.836 INFO O| Mar 11 22:24:24.836 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
97612026-03-11T22:24:26.031Z[ host-image] Mar 11 22:24:24.836 INFO O| Mar 11 22:24:24.836 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
97622026-03-11T22:24:26.032Z[ host-image] Mar 11 22:24:24.836 INFO O| Mar 11 22:24:24.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
97632026-03-11T22:24:26.032Z[ host-image] Mar 11 22:24:24.836 INFO O| Mar 11 22:24:24.836 INFO ok!
97642026-03-11T22:24:26.032Z[ host-image] Mar 11 22:24:24.836 INFO O| Mar 11 22:24:24.836 INFO STEP 24 (ensure_file) COMPLETE
97652026-03-11T22:24:26.032Z[ host-image] Mar 11 22:24:24.836 INFO O| Mar 11 22:24:24.836 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
97662026-03-11T22:24:26.035Z[ host-image] Mar 11 22:24:24.843 INFO O| Mar 11 22:24:24.843 INFO updating shadow file
97672026-03-11T22:24:26.035Z[ host-image] Mar 11 22:24:24.843 INFO O| Mar 11 22:24:24.843 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97682026-03-11T22:24:26.035Z[ host-image] Mar 11 22:24:24.843 INFO O| Mar 11 22:24:24.843 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97692026-03-11T22:24:26.035Z[ host-image] Mar 11 22:24:24.843 INFO O| Mar 11 22:24:24.843 INFO STEP 25 (shadow) COMPLETE
97702026-03-11T22:24:26.035Z[ host-image] Mar 11 22:24:24.843 INFO O| Mar 11 22:24:24.843 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97712026-03-11T22:24:26.041Z[ host-image] Mar 11 22:24:24.850 INFO O| Mar 11 22:24:24.850 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
97722026-03-11T22:24:26.045Z[ host-image] Mar 11 22:24:24.850 INFO O| Mar 11 22:24:24.850 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
97732026-03-11T22:24:26.045Z[ host-image] Mar 11 22:24:24.850 INFO O| Mar 11 22:24:24.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
97742026-03-11T22:24:26.045Z[ host-image] Mar 11 22:24:24.850 INFO O| Mar 11 22:24:24.850 INFO ok!
97752026-03-11T22:24:26.045Z[ host-image] Mar 11 22:24:24.850 INFO O| Mar 11 22:24:24.850 INFO STEP 26 (ensure_file) COMPLETE
97762026-03-11T22:24:26.045Z[ host-image] Mar 11 22:24:24.850 INFO O| Mar 11 22:24:24.850 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97772026-03-11T22:24:26.049Z[ host-image] Mar 11 22:24:24.857 INFO O| Mar 11 22:24:24.857 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
97782026-03-11T22:24:26.049Z[ host-image] Mar 11 22:24:24.857 INFO O| Mar 11 22:24:24.857 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
97792026-03-11T22:24:26.049Z[ host-image] Mar 11 22:24:24.857 INFO O| Mar 11 22:24:24.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
97802026-03-11T22:24:26.049Z[ host-image] Mar 11 22:24:24.857 INFO O| Mar 11 22:24:24.857 INFO ok!
97812026-03-11T22:24:26.049Z[ host-image] Mar 11 22:24:24.857 INFO O| Mar 11 22:24:24.857 INFO STEP 27 (ensure_file) COMPLETE
97822026-03-11T22:24:26.049Z[ host-image] Mar 11 22:24:24.857 INFO O| Mar 11 22:24:24.857 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97832026-03-11T22:24:26.055Z[ host-image] Mar 11 22:24:24.864 INFO O| Mar 11 22:24:24.864 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
97842026-03-11T22:24:26.055Z[ host-image] Mar 11 22:24:24.864 INFO O| Mar 11 22:24:24.864 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
97852026-03-11T22:24:26.058Z[ host-image] Mar 11 22:24:24.864 INFO O| Mar 11 22:24:24.864 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
97862026-03-11T22:24:26.058Z[ host-image] Mar 11 22:24:24.864 INFO O| Mar 11 22:24:24.864 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
97872026-03-11T22:24:26.058Z[ host-image] Mar 11 22:24:24.864 INFO O| Mar 11 22:24:24.864 INFO ok!
97882026-03-11T22:24:26.058Z[ host-image] Mar 11 22:24:24.864 INFO O| Mar 11 22:24:24.864 INFO STEP 28 (ensure_file) COMPLETE
97892026-03-11T22:24:26.058Z[ host-image] Mar 11 22:24:24.864 INFO O| Mar 11 22:24:24.864 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97902026-03-11T22:24:26.062Z[ host-image] Mar 11 22:24:24.870 INFO O| Mar 11 22:24:24.870 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
97912026-03-11T22:24:26.064Z[ host-image] Mar 11 22:24:24.870 INFO O| Mar 11 22:24:24.870 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
97922026-03-11T22:24:26.064Z[ host-image] Mar 11 22:24:24.870 INFO O| Mar 11 22:24:24.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
97932026-03-11T22:24:26.065Z[ host-image] Mar 11 22:24:24.870 INFO O| Mar 11 22:24:24.870 INFO ok!
97942026-03-11T22:24:26.065Z[ host-image] Mar 11 22:24:24.870 INFO O| Mar 11 22:24:24.870 INFO STEP 29 (ensure_file) COMPLETE
97952026-03-11T22:24:26.065Z[ host-image] Mar 11 22:24:24.870 INFO O| Mar 11 22:24:24.870 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
97962026-03-11T22:24:26.069Z[ host-image] Mar 11 22:24:24.877 INFO O| Mar 11 22:24:24.877 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97972026-03-11T22:24:26.072Z[ host-image] Mar 11 22:24:24.877 INFO O| Mar 11 22:24:24.877 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97982026-03-11T22:24:26.072Z[ host-image] Mar 11 22:24:24.877 INFO O| Mar 11 22:24:24.877 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97992026-03-11T22:24:26.072Z[ host-image] Mar 11 22:24:24.877 INFO O| Mar 11 22:24:24.877 INFO STEP 30 (ensure_dir) COMPLETE
98002026-03-11T22:24:26.072Z[ host-image] Mar 11 22:24:24.877 INFO O| Mar 11 22:24:24.877 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98012026-03-11T22:24:26.076Z[ host-image] Mar 11 22:24:24.884 INFO O| Mar 11 22:24:24.884 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98022026-03-11T22:24:26.076Z[ host-image] Mar 11 22:24:24.884 INFO O| Mar 11 22:24:24.884 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98032026-03-11T22:24:26.078Z[ host-image] Mar 11 22:24:24.884 INFO O| Mar 11 22:24:24.884 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98042026-03-11T22:24:26.079Z[ host-image] Mar 11 22:24:24.884 INFO O| Mar 11 22:24:24.884 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98052026-03-11T22:24:26.079Z[ host-image] Mar 11 22:24:24.884 INFO O| Mar 11 22:24:24.884 INFO ok!
98062026-03-11T22:24:26.079Z[ host-image] Mar 11 22:24:24.884 INFO O| Mar 11 22:24:24.884 INFO STEP 31 (ensure_file) COMPLETE
98072026-03-11T22:24:26.079Z[ host-image] Mar 11 22:24:24.884 INFO O| Mar 11 22:24:24.884 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98082026-03-11T22:24:26.082Z[ host-image] Mar 11 22:24:24.891 INFO O| Mar 11 22:24:24.891 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98092026-03-11T22:24:26.085Z[ host-image] Mar 11 22:24:24.891 INFO O| Mar 11 22:24:24.891 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98102026-03-11T22:24:26.085Z[ host-image] Mar 11 22:24:24.891 INFO O| Mar 11 22:24:24.891 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98112026-03-11T22:24:26.086Z[ host-image] Mar 11 22:24:24.891 INFO O| Mar 11 22:24:24.891 INFO STEP 32 (ensure_dir) COMPLETE
98122026-03-11T22:24:26.086Z[ host-image] Mar 11 22:24:24.891 INFO O| Mar 11 22:24:24.891 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98132026-03-11T22:24:26.089Z[ host-image] Mar 11 22:24:24.898 INFO O| Mar 11 22:24:24.898 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98142026-03-11T22:24:26.089Z[ host-image] Mar 11 22:24:24.898 INFO O| Mar 11 22:24:24.898 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml ...
98152026-03-11T22:24:26.092Z[ host-image] Mar 11 22:24:24.898 INFO O| Mar 11 22:24:24.898 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98162026-03-11T22:24:26.092Z[ host-image] Mar 11 22:24:24.898 INFO O| Mar 11 22:24:24.898 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98172026-03-11T22:24:26.092Z[ host-image] Mar 11 22:24:24.898 INFO O| Mar 11 22:24:24.898 INFO ok!
98182026-03-11T22:24:26.092Z[ host-image] Mar 11 22:24:24.898 INFO O| Mar 11 22:24:24.898 INFO STEP 33 (ensure_file) COMPLETE
98192026-03-11T22:24:26.092Z[ host-image] Mar 11 22:24:24.898 INFO O| Mar 11 22:24:24.898 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98202026-03-11T22:24:26.096Z[ host-image] Mar 11 22:24:24.904 INFO O| Mar 11 22:24:24.904 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98212026-03-11T22:24:26.096Z[ host-image] Mar 11 22:24:24.904 INFO O| Mar 11 22:24:24.904 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98222026-03-11T22:24:26.099Z[ host-image] Mar 11 22:24:24.904 INFO O| Mar 11 22:24:24.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98232026-03-11T22:24:26.100Z[ host-image] Mar 11 22:24:24.904 INFO O| Mar 11 22:24:24.904 INFO ok!
98242026-03-11T22:24:26.100Z[ host-image] Mar 11 22:24:24.904 INFO O| Mar 11 22:24:24.904 INFO STEP 34 (ensure_file) COMPLETE
98252026-03-11T22:24:26.100Z[ host-image] Mar 11 22:24:24.904 INFO O| Mar 11 22:24:24.904 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98262026-03-11T22:24:26.104Z[ host-image] Mar 11 22:24:24.911 INFO O| Mar 11 22:24:24.911 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98272026-03-11T22:24:26.104Z[ host-image] Mar 11 22:24:24.911 INFO O| Mar 11 22:24:24.911 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98282026-03-11T22:24:26.104Z[ host-image] Mar 11 22:24:24.911 INFO O| Mar 11 22:24:24.911 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98292026-03-11T22:24:26.104Z[ host-image] Mar 11 22:24:24.911 INFO O| Mar 11 22:24:24.911 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98302026-03-11T22:24:26.104Z[ host-image] Mar 11 22:24:24.911 INFO O| Mar 11 22:24:24.911 INFO ok!
98312026-03-11T22:24:26.104Z[ host-image] Mar 11 22:24:24.911 INFO O| Mar 11 22:24:24.911 INFO STEP 35 (ensure_file) COMPLETE
98322026-03-11T22:24:26.104Z[ host-image] Mar 11 22:24:24.911 INFO O| Mar 11 22:24:24.911 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98332026-03-11T22:24:26.109Z[ host-image] Mar 11 22:24:24.918 INFO O| Mar 11 22:24:24.918 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98342026-03-11T22:24:26.109Z[ host-image] Mar 11 22:24:24.918 INFO O| Mar 11 22:24:24.918 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98352026-03-11T22:24:26.112Z[ host-image] Mar 11 22:24:24.918 INFO O| Mar 11 22:24:24.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98362026-03-11T22:24:26.112Z[ host-image] Mar 11 22:24:24.918 INFO O| Mar 11 22:24:24.918 INFO ok!
98372026-03-11T22:24:26.112Z[ host-image] Mar 11 22:24:24.918 INFO O| Mar 11 22:24:24.918 INFO STEP 36 (ensure_file) COMPLETE
98382026-03-11T22:24:26.112Z[ host-image] Mar 11 22:24:24.918 INFO O| Mar 11 22:24:24.918 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98392026-03-11T22:24:26.116Z[ host-image] Mar 11 22:24:24.925 INFO O| Mar 11 22:24:24.924 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
98402026-03-11T22:24:26.119Z[ host-image] Mar 11 22:24:24.925 INFO O| Mar 11 22:24:24.925 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
98412026-03-11T22:24:26.119Z[ host-image] Mar 11 22:24:24.925 INFO O| Mar 11 22:24:24.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
98422026-03-11T22:24:26.119Z[ host-image] Mar 11 22:24:24.925 INFO O| Mar 11 22:24:24.925 INFO ok!
98432026-03-11T22:24:26.119Z[ host-image] Mar 11 22:24:24.925 INFO O| Mar 11 22:24:24.925 INFO STEP 37 (ensure_file) COMPLETE
98442026-03-11T22:24:26.119Z[ host-image] Mar 11 22:24:24.925 INFO O| Mar 11 22:24:24.925 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98452026-03-11T22:24:26.123Z[ host-image] Mar 11 22:24:24.931 INFO O| Mar 11 22:24:24.931 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
98462026-03-11T22:24:26.123Z[ host-image] Mar 11 22:24:24.931 INFO O| Mar 11 22:24:24.931 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
98472026-03-11T22:24:26.126Z[ host-image] Mar 11 22:24:24.931 INFO O| Mar 11 22:24:24.931 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98482026-03-11T22:24:26.126Z[ host-image] Mar 11 22:24:24.931 INFO O| Mar 11 22:24:24.931 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98492026-03-11T22:24:26.126Z[ host-image] Mar 11 22:24:24.931 INFO O| Mar 11 22:24:24.931 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98502026-03-11T22:24:26.126Z[ host-image] Mar 11 22:24:24.931 INFO O| Mar 11 22:24:24.931 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98512026-03-11T22:24:26.126Z[ host-image] Mar 11 22:24:24.931 INFO O| Mar 11 22:24:24.931 INFO ok!
98522026-03-11T22:24:26.126Z[ host-image] Mar 11 22:24:24.931 INFO O| Mar 11 22:24:24.931 INFO STEP 38 (ensure_file) COMPLETE
98532026-03-11T22:24:26.126Z[ host-image] Mar 11 22:24:24.931 INFO O| Mar 11 22:24:24.931 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98542026-03-11T22:24:26.130Z[ host-image] Mar 11 22:24:24.938 INFO O| Mar 11 22:24:24.938 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98552026-03-11T22:24:26.133Z[ host-image] Mar 11 22:24:24.938 INFO O| Mar 11 22:24:24.938 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98562026-03-11T22:24:26.133Z[ host-image] Mar 11 22:24:24.938 INFO O| Mar 11 22:24:24.938 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98572026-03-11T22:24:26.133Z[ host-image] Mar 11 22:24:24.938 INFO O| Mar 11 22:24:24.938 INFO STEP 39 (ensure_dir) COMPLETE
98582026-03-11T22:24:26.133Z[ host-image] Mar 11 22:24:24.938 INFO O| Mar 11 22:24:24.938 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98592026-03-11T22:24:26.137Z[ host-image] Mar 11 22:24:24.945 INFO O| Mar 11 22:24:24.945 INFO file /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
98602026-03-11T22:24:26.137Z[ host-image] Mar 11 22:24:24.945 INFO O| Mar 11 22:24:24.945 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
98612026-03-11T22:24:26.140Z[ host-image] Mar 11 22:24:24.945 INFO O| Mar 11 22:24:24.945 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
98622026-03-11T22:24:26.140Z[ host-image] Mar 11 22:24:24.945 INFO O| Mar 11 22:24:24.945 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
98632026-03-11T22:24:26.140Z[ host-image] Mar 11 22:24:24.945 INFO O| Mar 11 22:24:24.945 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
98642026-03-11T22:24:26.140Z[ host-image] Mar 11 22:24:24.945 INFO O| Mar 11 22:24:24.945 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
98652026-03-11T22:24:26.140Z[ host-image] Mar 11 22:24:24.945 INFO O| Mar 11 22:24:24.945 INFO ok!
98662026-03-11T22:24:26.140Z[ host-image] Mar 11 22:24:24.945 INFO O| Mar 11 22:24:24.945 INFO STEP 40 (ensure_file) COMPLETE
98672026-03-11T22:24:26.140Z[ host-image] Mar 11 22:24:24.945 INFO O| Mar 11 22:24:24.945 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98682026-03-11T22:24:26.144Z[ host-image] Mar 11 22:24:24.952 INFO O| Mar 11 22:24:24.952 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
98692026-03-11T22:24:26.144Z[ host-image] Mar 11 22:24:24.952 INFO O| Mar 11 22:24:24.952 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
98702026-03-11T22:24:26.147Z[ host-image] Mar 11 22:24:24.953 INFO O| Mar 11 22:24:24.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
98712026-03-11T22:24:26.147Z[ host-image] Mar 11 22:24:24.953 INFO O| Mar 11 22:24:24.953 INFO ok!
98722026-03-11T22:24:26.147Z[ host-image] Mar 11 22:24:24.953 INFO O| Mar 11 22:24:24.953 INFO STEP 41 (ensure_symlink) COMPLETE
98732026-03-11T22:24:26.147Z[ host-image] Mar 11 22:24:24.953 INFO O| Mar 11 22:24:24.953 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98742026-03-11T22:24:26.151Z[ host-image] Mar 11 22:24:24.959 INFO O| Mar 11 22:24:24.959 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
98752026-03-11T22:24:26.151Z[ host-image] Mar 11 22:24:24.959 INFO O| Mar 11 22:24:24.959 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
98762026-03-11T22:24:26.154Z[ host-image] Mar 11 22:24:24.959 INFO O| Mar 11 22:24:24.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
98772026-03-11T22:24:26.154Z[ host-image] Mar 11 22:24:24.959 INFO O| Mar 11 22:24:24.959 INFO ok!
98782026-03-11T22:24:26.154Z[ host-image] Mar 11 22:24:24.959 INFO O| Mar 11 22:24:24.959 INFO STEP 42 (ensure_symlink) COMPLETE
98792026-03-11T22:24:26.154Z[ host-image] Mar 11 22:24:24.959 INFO O| Mar 11 22:24:24.959 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98802026-03-11T22:24:26.157Z[ host-image] Mar 11 22:24:24.966 INFO O| Mar 11 22:24:24.966 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
98812026-03-11T22:24:26.160Z[ host-image] Mar 11 22:24:24.966 INFO O| Mar 11 22:24:24.966 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
98822026-03-11T22:24:26.160Z[ host-image] Mar 11 22:24:24.966 INFO O| Mar 11 22:24:24.966 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98832026-03-11T22:24:26.161Z[ host-image] Mar 11 22:24:24.966 INFO O| Mar 11 22:24:24.966 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98842026-03-11T22:24:26.161Z[ host-image] Mar 11 22:24:24.966 INFO O| Mar 11 22:24:24.966 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98852026-03-11T22:24:26.161Z[ host-image] Mar 11 22:24:24.966 INFO O| Mar 11 22:24:24.966 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98862026-03-11T22:24:26.161Z[ host-image] Mar 11 22:24:24.966 INFO O| Mar 11 22:24:24.966 INFO ok!
98872026-03-11T22:24:26.161Z[ host-image] Mar 11 22:24:24.966 INFO O| Mar 11 22:24:24.966 INFO STEP 43 (ensure_file) COMPLETE
98882026-03-11T22:24:26.161Z[ host-image] Mar 11 22:24:24.966 INFO O| Mar 11 22:24:24.966 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98892026-03-11T22:24:26.164Z[ host-image] Mar 11 22:24:24.973 INFO O| Mar 11 22:24:24.973 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
98902026-03-11T22:24:26.164Z[ host-image] Mar 11 22:24:24.973 INFO O| Mar 11 22:24:24.973 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml ...
98912026-03-11T22:24:26.167Z[ host-image] Mar 11 22:24:24.973 INFO O| Mar 11 22:24:24.973 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
98922026-03-11T22:24:26.167Z[ host-image] Mar 11 22:24:24.973 INFO O| Mar 11 22:24:24.973 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
98932026-03-11T22:24:26.168Z[ host-image] Mar 11 22:24:24.973 INFO O| Mar 11 22:24:24.973 INFO ok!
98942026-03-11T22:24:26.168Z[ host-image] Mar 11 22:24:24.973 INFO O| Mar 11 22:24:24.973 INFO STEP 44 (ensure_file) COMPLETE
98952026-03-11T22:24:26.168Z[ host-image] Mar 11 22:24:24.973 INFO O| Mar 11 22:24:24.973 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98962026-03-11T22:24:26.171Z[ host-image] Mar 11 22:24:24.980 INFO O| Mar 11 22:24:24.980 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
98972026-03-11T22:24:26.174Z[ host-image] Mar 11 22:24:24.980 INFO O| Mar 11 22:24:24.980 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
98982026-03-11T22:24:26.174Z[ host-image] Mar 11 22:24:24.980 INFO O| Mar 11 22:24:24.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
98992026-03-11T22:24:26.174Z[ host-image] Mar 11 22:24:24.980 INFO O| Mar 11 22:24:24.980 INFO ok!
99002026-03-11T22:24:26.174Z[ host-image] Mar 11 22:24:24.980 INFO O| Mar 11 22:24:24.980 INFO STEP 45 (ensure_file) COMPLETE
99012026-03-11T22:24:26.174Z[ host-image] Mar 11 22:24:24.980 INFO O| Mar 11 22:24:24.980 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99022026-03-11T22:24:26.178Z[ host-image] Mar 11 22:24:24.986 INFO O| Mar 11 22:24:24.986 INFO updating shadow file
99032026-03-11T22:24:26.181Z[ host-image] Mar 11 22:24:24.986 INFO O| Mar 11 22:24:24.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99042026-03-11T22:24:26.181Z[ host-image] Mar 11 22:24:24.986 INFO O| Mar 11 22:24:24.986 INFO STEP 46 (shadow) COMPLETE
99052026-03-11T22:24:26.181Z[ host-image] Mar 11 22:24:24.986 INFO O| Mar 11 22:24:24.986 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99062026-03-11T22:24:26.185Z[ host-image] Mar 11 22:24:24.993 INFO O| Mar 11 22:24:24.993 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99072026-03-11T22:24:26.188Z[ host-image] Mar 11 22:24:24.993 INFO O| Mar 11 22:24:24.993 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99082026-03-11T22:24:26.188Z[ host-image] Mar 11 22:24:24.993 INFO O| Mar 11 22:24:24.993 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99092026-03-11T22:24:26.188Z[ host-image] Mar 11 22:24:24.993 INFO O| Mar 11 22:24:24.993 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99102026-03-11T22:24:26.188Z[ host-image] Mar 11 22:24:24.993 INFO O| Mar 11 22:24:24.993 INFO ok!
99112026-03-11T22:24:26.188Z[ host-image] Mar 11 22:24:24.993 INFO O| Mar 11 22:24:24.993 INFO STEP 47 (ensure_file) COMPLETE
99122026-03-11T22:24:26.188Z[ host-image] Mar 11 22:24:24.993 INFO O| Mar 11 22:24:24.993 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99132026-03-11T22:24:26.188Z[ host-image] Mar 11 22:24:24.993 INFO O| Mar 11 22:24:24.993 INFO skip step because feature "mfg" is not enabled
99142026-03-11T22:24:26.188Z[ host-image] Mar 11 22:24:24.993 INFO O| Mar 11 22:24:24.993 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99152026-03-11T22:24:26.188Z[ host-image] Mar 11 22:24:24.993 INFO O| Mar 11 22:24:24.993 INFO skip step because feature "mfg" is not enabled
99162026-03-11T22:24:26.188Z[ host-image] Mar 11 22:24:24.993 INFO O| Mar 11 22:24:24.993 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99172026-03-11T22:24:26.192Z[ host-image] Mar 11 22:24:25.001 INFO O| Mar 11 22:24:25.001 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99182026-03-11T22:24:26.192Z[ host-image] Mar 11 22:24:25.001 INFO O| Mar 11 22:24:25.001 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99192026-03-11T22:24:26.219Z[ host-image] Mar 11 22:24:25.027 INFO O| Mar 11 22:24:25.027 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99202026-03-11T22:24:26.219Z[ host-image] Mar 11 22:24:25.027 INFO O| Mar 11 22:24:25.027 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99212026-03-11T22:24:26.222Z[ host-image] Mar 11 22:24:25.027 INFO O| Mar 11 22:24:25.027 INFO ok!
99222026-03-11T22:24:26.222Z[ host-image] Mar 11 22:24:25.027 INFO O| Mar 11 22:24:25.027 INFO STEP 50 (ensure_file) COMPLETE
99232026-03-11T22:24:26.222Z[ host-image] Mar 11 22:24:25.027 INFO O| Mar 11 22:24:25.027 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99242026-03-11T22:24:26.222Z[ host-image] Mar 11 22:24:25.027 INFO O| Mar 11 22:24:25.027 INFO skip step because feature "compliance" is not enabled
99252026-03-11T22:24:26.222Z[ host-image] Mar 11 22:24:25.027 INFO O| Mar 11 22:24:25.027 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99262026-03-11T22:24:26.227Z[ host-image] Mar 11 22:24:25.036 INFO O| Mar 11 22:24:25.036 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99272026-03-11T22:24:26.230Z[ host-image] Mar 11 22:24:25.036 INFO O| Mar 11 22:24:25.036 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99282026-03-11T22:24:26.230Z[ host-image] Mar 11 22:24:25.036 INFO O| Mar 11 22:24:25.036 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99292026-03-11T22:24:26.231Z[ host-image] Mar 11 22:24:25.036 INFO O| Mar 11 22:24:25.036 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99302026-03-11T22:24:26.231Z[ host-image] Mar 11 22:24:25.036 INFO O| Mar 11 22:24:25.036 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99312026-03-11T22:24:26.231Z[ host-image] Mar 11 22:24:25.036 INFO O| Mar 11 22:24:25.036 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99322026-03-11T22:24:26.231Z[ host-image] Mar 11 22:24:25.036 INFO O| Mar 11 22:24:25.036 INFO ok!
99332026-03-11T22:24:26.231Z[ host-image] Mar 11 22:24:25.036 INFO O| Mar 11 22:24:25.036 INFO STEP 52 (ensure_file) COMPLETE
99342026-03-11T22:24:26.231Z[ host-image] Mar 11 22:24:25.036 INFO O| Mar 11 22:24:25.036 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99352026-03-11T22:24:26.235Z[ host-image] Mar 11 22:24:25.043 INFO O| Mar 11 22:24:25.043 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99362026-03-11T22:24:26.235Z[ host-image] Mar 11 22:24:25.043 INFO O| Mar 11 22:24:25.043 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
99372026-03-11T22:24:26.239Z[ host-image] Mar 11 22:24:25.044 INFO O| Mar 11 22:24:25.044 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99382026-03-11T22:24:26.239Z[ host-image] Mar 11 22:24:25.044 INFO O| Mar 11 22:24:25.044 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99392026-03-11T22:24:26.239Z[ host-image] Mar 11 22:24:25.044 INFO O| Mar 11 22:24:25.044 INFO ok!
99402026-03-11T22:24:26.239Z[ host-image] Mar 11 22:24:25.044 INFO O| Mar 11 22:24:25.044 INFO STEP 53 (ensure_file) COMPLETE
99412026-03-11T22:24:26.239Z[ host-image] Mar 11 22:24:25.044 INFO O| Mar 11 22:24:25.044 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99422026-03-11T22:24:26.242Z[ host-image] Mar 11 22:24:25.050 INFO O| Mar 11 22:24:25.050 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
99432026-03-11T22:24:26.242Z[ host-image] Mar 11 22:24:25.050 INFO O| Mar 11 22:24:25.050 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen ...
99442026-03-11T22:24:26.246Z[ host-image] Mar 11 22:24:25.051 INFO O| Mar 11 22:24:25.051 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99452026-03-11T22:24:26.246Z[ host-image] Mar 11 22:24:25.051 INFO O| Mar 11 22:24:25.051 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99462026-03-11T22:24:26.246Z[ host-image] Mar 11 22:24:25.051 INFO O| Mar 11 22:24:25.051 INFO ok!
99472026-03-11T22:24:26.246Z[ host-image] Mar 11 22:24:25.051 INFO O| Mar 11 22:24:25.051 INFO STEP 54 (ensure_file) COMPLETE
99482026-03-11T22:24:26.246Z[ host-image] Mar 11 22:24:25.051 INFO O| Mar 11 22:24:25.051 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99492026-03-11T22:24:26.249Z[ host-image] Mar 11 22:24:25.058 INFO O| Mar 11 22:24:25.058 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
99502026-03-11T22:24:26.249Z[ host-image] Mar 11 22:24:25.058 INFO O| Mar 11 22:24:25.058 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml ...
99512026-03-11T22:24:26.252Z[ host-image] Mar 11 22:24:25.058 INFO O| Mar 11 22:24:25.058 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
99522026-03-11T22:24:26.252Z[ host-image] Mar 11 22:24:25.058 INFO O| Mar 11 22:24:25.058 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
99532026-03-11T22:24:26.252Z[ host-image] Mar 11 22:24:25.058 INFO O| Mar 11 22:24:25.058 INFO ok!
99542026-03-11T22:24:26.252Z[ host-image] Mar 11 22:24:25.058 INFO O| Mar 11 22:24:25.058 INFO STEP 55 (ensure_file) COMPLETE
99552026-03-11T22:24:26.252Z[ host-image] Mar 11 22:24:25.058 INFO O| Mar 11 22:24:25.058 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99562026-03-11T22:24:26.256Z[ host-image] Mar 11 22:24:25.065 INFO O| Mar 11 22:24:25.065 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
99572026-03-11T22:24:26.259Z[ host-image] Mar 11 22:24:25.065 INFO O| Mar 11 22:24:25.065 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-mem-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen ...
99582026-03-11T22:24:26.260Z[ host-image] Mar 11 22:24:25.065 INFO O| Mar 11 22:24:25.065 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99592026-03-11T22:24:26.260Z[ host-image] Mar 11 22:24:25.065 INFO O| Mar 11 22:24:25.065 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99602026-03-11T22:24:26.260Z[ host-image] Mar 11 22:24:25.065 INFO O| Mar 11 22:24:25.065 INFO ok!
99612026-03-11T22:24:26.260Z[ host-image] Mar 11 22:24:25.065 INFO O| Mar 11 22:24:25.065 INFO STEP 56 (ensure_file) COMPLETE
99622026-03-11T22:24:26.260Z[ host-image] Mar 11 22:24:25.065 INFO O| Mar 11 22:24:25.065 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99632026-03-11T22:24:26.263Z[ host-image] Mar 11 22:24:25.072 INFO O| Mar 11 22:24:25.072 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
99642026-03-11T22:24:26.263Z[ host-image] Mar 11 22:24:25.072 INFO O| Mar 11 22:24:25.072 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-mem-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml ...
99652026-03-11T22:24:26.266Z[ host-image] Mar 11 22:24:25.072 INFO O| Mar 11 22:24:25.072 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
99662026-03-11T22:24:26.266Z[ host-image] Mar 11 22:24:25.072 INFO O| Mar 11 22:24:25.072 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
99672026-03-11T22:24:26.266Z[ host-image] Mar 11 22:24:25.072 INFO O| Mar 11 22:24:25.072 INFO ok!
99682026-03-11T22:24:26.266Z[ host-image] Mar 11 22:24:25.072 INFO O| Mar 11 22:24:25.072 INFO STEP 57 (ensure_file) COMPLETE
99692026-03-11T22:24:26.266Z[ host-image] Mar 11 22:24:25.072 INFO O| Mar 11 22:24:25.072 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99702026-03-11T22:24:26.271Z[ host-image] Mar 11 22:24:25.079 INFO O| Mar 11 22:24:25.079 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
99712026-03-11T22:24:26.271Z[ host-image] Mar 11 22:24:25.079 INFO O| Mar 11 22:24:25.079 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-nvme-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen ...
99722026-03-11T22:24:26.274Z[ host-image] Mar 11 22:24:25.080 INFO O| Mar 11 22:24:25.080 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99732026-03-11T22:24:26.274Z[ host-image] Mar 11 22:24:25.080 INFO O| Mar 11 22:24:25.080 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99742026-03-11T22:24:26.274Z[ host-image] Mar 11 22:24:25.080 INFO O| Mar 11 22:24:25.080 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99752026-03-11T22:24:26.274Z[ host-image] Mar 11 22:24:25.080 INFO O| Mar 11 22:24:25.080 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99762026-03-11T22:24:26.274Z[ host-image] Mar 11 22:24:25.080 INFO O| Mar 11 22:24:25.080 INFO ok!
99772026-03-11T22:24:26.274Z[ host-image] Mar 11 22:24:25.080 INFO O| Mar 11 22:24:25.080 INFO STEP 58 (ensure_file) COMPLETE
99782026-03-11T22:24:26.274Z[ host-image] Mar 11 22:24:25.080 INFO O| Mar 11 22:24:25.080 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99792026-03-11T22:24:26.278Z[ host-image] Mar 11 22:24:25.087 INFO O| Mar 11 22:24:25.087 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
99802026-03-11T22:24:26.278Z[ host-image] Mar 11 22:24:25.087 INFO O| Mar 11 22:24:25.087 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-nvme-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml ...
99812026-03-11T22:24:26.281Z[ host-image] Mar 11 22:24:25.087 INFO O| Mar 11 22:24:25.087 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
99822026-03-11T22:24:26.281Z[ host-image] Mar 11 22:24:25.087 INFO O| Mar 11 22:24:25.087 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
99832026-03-11T22:24:26.281Z[ host-image] Mar 11 22:24:25.087 INFO O| Mar 11 22:24:25.087 INFO ok!
99842026-03-11T22:24:26.281Z[ host-image] Mar 11 22:24:25.087 INFO O| Mar 11 22:24:25.087 INFO STEP 59 (ensure_file) COMPLETE
99852026-03-11T22:24:26.281Z[ host-image] Mar 11 22:24:25.087 INFO O| Mar 11 22:24:25.087 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99862026-03-11T22:24:26.285Z[ host-image] Mar 11 22:24:25.094 INFO O| Mar 11 22:24:25.094 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
99872026-03-11T22:24:26.285Z[ host-image] Mar 11 22:24:25.094 INFO O| Mar 11 22:24:25.094 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
99882026-03-11T22:24:26.288Z[ host-image] Mar 11 22:24:25.094 INFO O| Mar 11 22:24:25.094 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
99892026-03-11T22:24:26.288Z[ host-image] Mar 11 22:24:25.094 INFO O| Mar 11 22:24:25.094 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
99902026-03-11T22:24:26.288Z[ host-image] Mar 11 22:24:25.094 INFO O| Mar 11 22:24:25.094 INFO ok!
99912026-03-11T22:24:26.288Z[ host-image] Mar 11 22:24:25.094 INFO O| Mar 11 22:24:25.094 INFO STEP 60 (ensure_file) COMPLETE
99922026-03-11T22:24:26.288Z[ host-image] Mar 11 22:24:25.094 INFO O| Mar 11 22:24:25.094 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99932026-03-11T22:24:26.292Z[ host-image] Mar 11 22:24:25.101 INFO O| Mar 11 22:24:25.101 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
99942026-03-11T22:24:26.292Z[ host-image] Mar 11 22:24:25.101 INFO O| Mar 11 22:24:25.101 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml ...
99952026-03-11T22:24:26.296Z[ host-image] Mar 11 22:24:25.102 INFO O| Mar 11 22:24:25.102 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
99962026-03-11T22:24:26.296Z[ host-image] Mar 11 22:24:25.102 INFO O| Mar 11 22:24:25.102 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
99972026-03-11T22:24:26.296Z[ host-image] Mar 11 22:24:25.102 INFO O| Mar 11 22:24:25.102 INFO ok!
99982026-03-11T22:24:26.296Z[ host-image] Mar 11 22:24:25.102 INFO O| Mar 11 22:24:25.102 INFO STEP 61 (ensure_file) COMPLETE
99992026-03-11T22:24:26.296Z[ host-image] Mar 11 22:24:25.102 INFO O| Mar 11 22:24:25.102 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100002026-03-11T22:24:26.300Z[ host-image] Mar 11 22:24:25.108 INFO O| Mar 11 22:24:25.108 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100012026-03-11T22:24:26.303Z[ host-image] Mar 11 22:24:25.108 INFO O| Mar 11 22:24:25.108 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100022026-03-11T22:24:26.303Z[ host-image] Mar 11 22:24:25.109 INFO O| Mar 11 22:24:25.109 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100032026-03-11T22:24:26.303Z[ host-image] Mar 11 22:24:25.109 INFO O| Mar 11 22:24:25.109 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100042026-03-11T22:24:26.303Z[ host-image] Mar 11 22:24:25.109 INFO O| Mar 11 22:24:25.109 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100052026-03-11T22:24:26.303Z[ host-image] Mar 11 22:24:25.109 INFO O| Mar 11 22:24:25.109 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100062026-03-11T22:24:26.303Z[ host-image] Mar 11 22:24:25.109 INFO O| Mar 11 22:24:25.109 INFO ok!
100072026-03-11T22:24:26.303Z[ host-image] Mar 11 22:24:25.109 INFO O| Mar 11 22:24:25.109 INFO STEP 62 (ensure_file) COMPLETE
100082026-03-11T22:24:26.303Z[ host-image] Mar 11 22:24:25.109 INFO O| Mar 11 22:24:25.109 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100092026-03-11T22:24:26.307Z[ host-image] Mar 11 22:24:25.115 INFO O| Mar 11 22:24:25.115 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100102026-03-11T22:24:26.307Z[ host-image] Mar 11 22:24:25.115 INFO O| Mar 11 22:24:25.115 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
100112026-03-11T22:24:26.310Z[ host-image] Mar 11 22:24:25.116 INFO O| Mar 11 22:24:25.116 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100122026-03-11T22:24:26.310Z[ host-image] Mar 11 22:24:25.116 INFO O| Mar 11 22:24:25.116 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100132026-03-11T22:24:26.310Z[ host-image] Mar 11 22:24:25.116 INFO O| Mar 11 22:24:25.116 INFO ok!
100142026-03-11T22:24:26.310Z[ host-image] Mar 11 22:24:25.116 INFO O| Mar 11 22:24:25.116 INFO STEP 63 (ensure_file) COMPLETE
100152026-03-11T22:24:26.310Z[ host-image] Mar 11 22:24:25.116 INFO O| Mar 11 22:24:25.116 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100162026-03-11T22:24:26.314Z[ host-image] Mar 11 22:24:25.123 INFO O| Mar 11 22:24:25.122 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100172026-03-11T22:24:26.315Z[ host-image] Mar 11 22:24:25.123 INFO O| Mar 11 22:24:25.123 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
100182026-03-11T22:24:26.318Z[ host-image] Mar 11 22:24:25.123 INFO O| Mar 11 22:24:25.123 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100192026-03-11T22:24:26.318Z[ host-image] Mar 11 22:24:25.123 INFO O| Mar 11 22:24:25.123 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100202026-03-11T22:24:26.318Z[ host-image] Mar 11 22:24:25.123 INFO O| Mar 11 22:24:25.123 INFO ok!
100212026-03-11T22:24:26.318Z[ host-image] Mar 11 22:24:25.123 INFO O| Mar 11 22:24:25.123 INFO STEP 64 (ensure_file) COMPLETE
100222026-03-11T22:24:26.318Z[ host-image] Mar 11 22:24:25.123 INFO O| Mar 11 22:24:25.123 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100232026-03-11T22:24:26.321Z[ host-image] Mar 11 22:24:25.130 INFO O| Mar 11 22:24:25.130 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100242026-03-11T22:24:26.324Z[ host-image] Mar 11 22:24:25.130 INFO O| Mar 11 22:24:25.130 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
100252026-03-11T22:24:26.324Z[ host-image] Mar 11 22:24:25.130 INFO O| Mar 11 22:24:25.130 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100262026-03-11T22:24:26.324Z[ host-image] Mar 11 22:24:25.130 INFO O| Mar 11 22:24:25.130 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100272026-03-11T22:24:26.324Z[ host-image] Mar 11 22:24:25.130 INFO O| Mar 11 22:24:25.130 INFO ok!
100282026-03-11T22:24:26.324Z[ host-image] Mar 11 22:24:25.130 INFO O| Mar 11 22:24:25.130 INFO STEP 65 (ensure_file) COMPLETE
100292026-03-11T22:24:26.324Z[ host-image] Mar 11 22:24:25.130 INFO O| Mar 11 22:24:25.130 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100302026-03-11T22:24:26.324Z[ host-image] Mar 11 22:24:25.130 INFO O| Mar 11 22:24:25.130 INFO skip step because feature "mbist" is not enabled
100312026-03-11T22:24:26.324Z[ host-image] Mar 11 22:24:25.130 INFO O| Mar 11 22:24:25.130 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100322026-03-11T22:24:26.328Z[ host-image] Mar 11 22:24:25.137 INFO O| Mar 11 22:24:25.137 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100332026-03-11T22:24:26.328Z[ host-image] Mar 11 22:24:25.137 INFO O| Mar 11 22:24:25.137 INFO STEP 67 (ensure_dir) COMPLETE
100342026-03-11T22:24:26.331Z[ host-image] Mar 11 22:24:25.137 INFO O| Mar 11 22:24:25.137 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100352026-03-11T22:24:26.335Z[ host-image] Mar 11 22:24:25.143 INFO O| Mar 11 22:24:25.143 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100362026-03-11T22:24:26.335Z[ host-image] Mar 11 22:24:25.143 INFO O| Mar 11 22:24:25.143 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100372026-03-11T22:24:26.338Z[ host-image] Mar 11 22:24:25.143 INFO O| Mar 11 22:24:25.143 INFO STEP 68 (ensure_dir) COMPLETE
100382026-03-11T22:24:26.338Z[ host-image] Mar 11 22:24:25.143 INFO O| Mar 11 22:24:25.143 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100392026-03-11T22:24:26.341Z[ host-image] Mar 11 22:24:25.150 INFO O| Mar 11 22:24:25.150 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100402026-03-11T22:24:26.344Z[ host-image] Mar 11 22:24:25.150 INFO O| Mar 11 22:24:25.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100412026-03-11T22:24:26.344Z[ host-image] Mar 11 22:24:25.150 INFO O| Mar 11 22:24:25.150 INFO STEP 69 (ensure_dir) COMPLETE
100422026-03-11T22:24:26.344Z[ host-image] Mar 11 22:24:25.150 INFO O| Mar 11 22:24:25.150 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100432026-03-11T22:24:26.349Z[ host-image] Mar 11 22:24:25.157 INFO O| Mar 11 22:24:25.157 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
100442026-03-11T22:24:26.349Z[ host-image] Mar 11 22:24:25.157 INFO O| Mar 11 22:24:25.157 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
100452026-03-11T22:24:27.263Z[ host-image] Mar 11 22:24:26.071 INFO O| Mar 11 22:24:26.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
100462026-03-11T22:24:27.263Z[ host-image] Mar 11 22:24:26.071 INFO O| Mar 11 22:24:26.071 INFO ok!
100472026-03-11T22:24:27.266Z[ host-image] Mar 11 22:24:26.071 INFO O| Mar 11 22:24:26.071 INFO STEP 70 (ensure_file) COMPLETE
100482026-03-11T22:24:27.266Z[ host-image] Mar 11 22:24:26.071 INFO O| Mar 11 22:24:26.071 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100492026-03-11T22:24:27.271Z[ host-image] Mar 11 22:24:26.079 INFO O| Mar 11 22:24:26.079 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
100502026-03-11T22:24:27.274Z[ host-image] Mar 11 22:24:26.079 INFO O| Mar 11 22:24:26.079 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
100512026-03-11T22:24:28.826Z[ host-image] Mar 11 22:24:27.634 INFO O| Mar 11 22:24:27.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
100522026-03-11T22:24:28.826Z[ host-image] Mar 11 22:24:27.634 INFO O| Mar 11 22:24:27.634 INFO ok!
100532026-03-11T22:24:28.829Z[ host-image] Mar 11 22:24:27.634 INFO O| Mar 11 22:24:27.634 INFO STEP 71 (ensure_file) COMPLETE
100542026-03-11T22:24:28.829Z[ host-image] Mar 11 22:24:27.634 INFO O| Mar 11 22:24:27.634 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100552026-03-11T22:24:28.834Z[ host-image] Mar 11 22:24:27.642 INFO O| Mar 11 22:24:27.642 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100562026-03-11T22:24:28.837Z[ host-image] Mar 11 22:24:27.642 INFO O| Mar 11 22:24:27.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100572026-03-11T22:24:28.837Z[ host-image] Mar 11 22:24:27.642 INFO O| Mar 11 22:24:27.642 INFO STEP 72 (ensure_dir) COMPLETE
100582026-03-11T22:24:28.837Z[ host-image] Mar 11 22:24:27.642 INFO O| Mar 11 22:24:27.642 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100592026-03-11T22:24:28.841Z[ host-image] Mar 11 22:24:27.649 INFO O| Mar 11 22:24:27.649 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
100602026-03-11T22:24:28.841Z[ host-image] Mar 11 22:24:27.649 INFO O| Mar 11 22:24:27.649 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
100612026-03-11T22:24:28.844Z[ host-image] Mar 11 22:24:27.649 INFO O| Mar 11 22:24:27.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
100622026-03-11T22:24:28.844Z[ host-image] Mar 11 22:24:27.649 INFO O| Mar 11 22:24:27.649 INFO ok!
100632026-03-11T22:24:28.844Z[ host-image] Mar 11 22:24:27.649 INFO O| Mar 11 22:24:27.649 INFO STEP 73 (ensure_file) COMPLETE
100642026-03-11T22:24:28.844Z[ host-image] Mar 11 22:24:27.649 INFO O| Mar 11 22:24:27.649 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100652026-03-11T22:24:28.849Z[ host-image] Mar 11 22:24:27.657 INFO O| Mar 11 22:24:27.656 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
100662026-03-11T22:24:28.849Z[ host-image] Mar 11 22:24:27.657 INFO O| Mar 11 22:24:27.657 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
100672026-03-11T22:24:28.890Z[ host-image] Mar 11 22:24:27.657 INFO O| Mar 11 22:24:27.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
100682026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.657 INFO O| Mar 11 22:24:27.657 INFO ok!
100692026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.657 INFO O| Mar 11 22:24:27.657 INFO STEP 74 (ensure_file) COMPLETE
100702026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.657 INFO O| Mar 11 22:24:27.657 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100712026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.663 INFO O| Mar 11 22:24:27.663 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
100722026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.663 INFO O| Mar 11 22:24:27.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
100732026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.663 INFO O| Mar 11 22:24:27.663 INFO STEP 75 (ensure_dir) COMPLETE
100742026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.663 INFO O| Mar 11 22:24:27.663 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100752026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.669 INFO O| Mar 11 22:24:27.669 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
100762026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.669 INFO O| Mar 11 22:24:27.669 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
100772026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.669 INFO O| Mar 11 22:24:27.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
100782026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.669 INFO O| Mar 11 22:24:27.669 INFO ok!
100792026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.669 INFO O| Mar 11 22:24:27.669 INFO STEP 76 (ensure_file) COMPLETE
100802026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.669 INFO O| Mar 11 22:24:27.669 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100812026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.676 INFO O| Mar 11 22:24:27.676 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
100822026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.676 INFO O| Mar 11 22:24:27.676 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
100832026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.676 INFO O| Mar 11 22:24:27.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
100842026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.676 INFO O| Mar 11 22:24:27.676 INFO ok!
100852026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.676 INFO O| Mar 11 22:24:27.676 INFO STEP 77 (ensure_file) COMPLETE
100862026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.677 INFO O| Mar 11 22:24:27.676 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100872026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.683 INFO O| Mar 11 22:24:27.683 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
100882026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.683 INFO O| Mar 11 22:24:27.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
100892026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.683 INFO O| Mar 11 22:24:27.683 INFO STEP 78 (ensure_dir) COMPLETE
100902026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.683 INFO O| Mar 11 22:24:27.683 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100912026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.690 INFO O| Mar 11 22:24:27.690 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
100922026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.690 INFO O| Mar 11 22:24:27.690 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
100932026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.690 INFO O| Mar 11 22:24:27.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
100942026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.690 INFO O| Mar 11 22:24:27.690 INFO ok!
100952026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.690 INFO O| Mar 11 22:24:27.690 INFO STEP 79 (ensure_file) COMPLETE
100962026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.690 INFO O| Mar 11 22:24:27.690 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100972026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.697 INFO O| Mar 11 22:24:27.697 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
100982026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.697 INFO O| Mar 11 22:24:27.697 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
100992026-03-11T22:24:28.891Z[ host-image] Mar 11 22:24:27.697 INFO O| Mar 11 22:24:27.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101002026-03-11T22:24:28.892Z[ host-image] Mar 11 22:24:27.697 INFO O| Mar 11 22:24:27.697 INFO ok!
101012026-03-11T22:24:28.892Z[ host-image] Mar 11 22:24:27.697 INFO O| Mar 11 22:24:27.697 INFO STEP 80 (ensure_file) COMPLETE
101022026-03-11T22:24:28.892Z[ host-image] Mar 11 22:24:27.697 INFO O| Mar 11 22:24:27.697 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101032026-03-11T22:24:28.897Z[ host-image] Mar 11 22:24:27.703 INFO O| Mar 11 22:24:27.703 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101042026-03-11T22:24:28.897Z[ host-image] Mar 11 22:24:27.703 INFO O| Mar 11 22:24:27.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101052026-03-11T22:24:28.897Z[ host-image] Mar 11 22:24:27.703 INFO O| Mar 11 22:24:27.703 INFO STEP 81 (ensure_dir) COMPLETE
101062026-03-11T22:24:28.897Z[ host-image] Mar 11 22:24:27.704 INFO O| Mar 11 22:24:27.703 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101072026-03-11T22:24:28.902Z[ host-image] Mar 11 22:24:27.710 INFO O| Mar 11 22:24:27.710 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101082026-03-11T22:24:28.905Z[ host-image] Mar 11 22:24:27.710 INFO O| Mar 11 22:24:27.710 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101092026-03-11T22:24:29.956Z[ host-image] Mar 11 22:24:28.764 INFO O| Mar 11 22:24:28.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101102026-03-11T22:24:29.956Z[ host-image] Mar 11 22:24:28.764 INFO O| Mar 11 22:24:28.764 INFO ok!
101112026-03-11T22:24:29.956Z[ host-image] Mar 11 22:24:28.764 INFO O| Mar 11 22:24:28.764 INFO STEP 82 (ensure_file) COMPLETE
101122026-03-11T22:24:29.959Z[ host-image] Mar 11 22:24:28.764 INFO O| Mar 11 22:24:28.764 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101132026-03-11T22:24:29.964Z[ host-image] Mar 11 22:24:28.772 INFO O| Mar 11 22:24:28.772 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101142026-03-11T22:24:29.964Z[ host-image] Mar 11 22:24:28.772 INFO O| Mar 11 22:24:28.772 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101152026-03-11T22:24:30.458Z[ host-image] Mar 11 22:24:29.265 INFO O| Mar 11 22:24:29.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101162026-03-11T22:24:30.458Z[ host-image] Mar 11 22:24:29.265 INFO O| Mar 11 22:24:29.265 INFO ok!
101172026-03-11T22:24:30.461Z[ host-image] Mar 11 22:24:29.265 INFO O| Mar 11 22:24:29.265 INFO STEP 83 (ensure_file) COMPLETE
101182026-03-11T22:24:30.461Z[ host-image] Mar 11 22:24:29.265 INFO O| Mar 11 22:24:29.265 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192026-03-11T22:24:30.466Z[ host-image] Mar 11 22:24:29.274 INFO O| Mar 11 22:24:29.274 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101202026-03-11T22:24:30.466Z[ host-image] Mar 11 22:24:29.274 INFO O| Mar 11 22:24:29.274 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101212026-03-11T22:24:32.363Z[ host-image] Mar 11 22:24:31.170 INFO O| Mar 11 22:24:31.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101222026-03-11T22:24:32.363Z[ host-image] Mar 11 22:24:31.170 INFO O| Mar 11 22:24:31.170 INFO ok!
101232026-03-11T22:24:32.363Z[ host-image] Mar 11 22:24:31.170 INFO O| Mar 11 22:24:31.170 INFO STEP 84 (ensure_file) COMPLETE
101242026-03-11T22:24:32.366Z[ host-image] Mar 11 22:24:31.170 INFO O| Mar 11 22:24:31.170 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101252026-03-11T22:24:32.370Z[ host-image] Mar 11 22:24:31.178 INFO O| Mar 11 22:24:31.178 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101262026-03-11T22:24:32.373Z[ host-image] Mar 11 22:24:31.178 INFO O| Mar 11 22:24:31.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101272026-03-11T22:24:32.373Z[ host-image] Mar 11 22:24:31.178 INFO O| Mar 11 22:24:31.178 INFO STEP 85 (ensure_dir) COMPLETE
101282026-03-11T22:24:32.373Z[ host-image] Mar 11 22:24:31.178 INFO O| Mar 11 22:24:31.178 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101292026-03-11T22:24:32.377Z[ host-image] Mar 11 22:24:31.185 INFO O| Mar 11 22:24:31.185 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101302026-03-11T22:24:32.380Z[ host-image] Mar 11 22:24:31.185 INFO O| Mar 11 22:24:31.185 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
101312026-03-11T22:24:32.380Z[ host-image] Mar 11 22:24:31.185 INFO O| Mar 11 22:24:31.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101322026-03-11T22:24:32.380Z[ host-image] Mar 11 22:24:31.185 INFO O| Mar 11 22:24:31.185 INFO ok!
101332026-03-11T22:24:32.380Z[ host-image] Mar 11 22:24:31.185 INFO O| Mar 11 22:24:31.185 INFO STEP 86 (ensure_file) COMPLETE
101342026-03-11T22:24:32.380Z[ host-image] Mar 11 22:24:31.185 INFO O| Mar 11 22:24:31.185 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101352026-03-11T22:24:32.384Z[ host-image] Mar 11 22:24:31.192 INFO O| Mar 11 22:24:31.192 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101362026-03-11T22:24:32.384Z[ host-image] Mar 11 22:24:31.192 INFO O| Mar 11 22:24:31.192 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
101372026-03-11T22:24:32.387Z[ host-image] Mar 11 22:24:31.192 INFO O| Mar 11 22:24:31.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
101382026-03-11T22:24:32.387Z[ host-image] Mar 11 22:24:31.192 INFO O| Mar 11 22:24:31.192 INFO ok!
101392026-03-11T22:24:32.387Z[ host-image] Mar 11 22:24:31.192 INFO O| Mar 11 22:24:31.192 INFO STEP 87 (ensure_file) COMPLETE
101402026-03-11T22:24:32.387Z[ host-image] Mar 11 22:24:31.192 INFO O| Mar 11 22:24:31.192 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101412026-03-11T22:24:32.391Z[ host-image] Mar 11 22:24:31.199 INFO O| Mar 11 22:24:31.199 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
101422026-03-11T22:24:32.391Z[ host-image] Mar 11 22:24:31.199 INFO O| Mar 11 22:24:31.199 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
101432026-03-11T22:24:32.394Z[ host-image] Mar 11 22:24:31.199 INFO O| Mar 11 22:24:31.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
101442026-03-11T22:24:32.394Z[ host-image] Mar 11 22:24:31.199 INFO O| Mar 11 22:24:31.199 INFO ok!
101452026-03-11T22:24:32.394Z[ host-image] Mar 11 22:24:31.199 INFO O| Mar 11 22:24:31.199 INFO STEP 88 (ensure_file) COMPLETE
101462026-03-11T22:24:32.394Z[ host-image] Mar 11 22:24:31.199 INFO O| Mar 11 22:24:31.199 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101472026-03-11T22:24:32.399Z[ host-image] Mar 11 22:24:31.205 INFO O| Mar 11 22:24:31.205 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
101482026-03-11T22:24:32.399Z[ host-image] Mar 11 22:24:31.205 INFO O| Mar 11 22:24:31.205 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
101492026-03-11T22:24:32.399Z[ host-image] Mar 11 22:24:31.205 INFO O| Mar 11 22:24:31.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
101502026-03-11T22:24:32.399Z[ host-image] Mar 11 22:24:31.205 INFO O| Mar 11 22:24:31.205 INFO ok!
101512026-03-11T22:24:32.399Z[ host-image] Mar 11 22:24:31.205 INFO O| Mar 11 22:24:31.205 INFO STEP 89 (ensure_file) COMPLETE
101522026-03-11T22:24:32.399Z[ host-image] Mar 11 22:24:31.205 INFO O| Mar 11 22:24:31.205 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532026-03-11T22:24:32.404Z[ host-image] Mar 11 22:24:31.212 INFO O| Mar 11 22:24:31.212 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101542026-03-11T22:24:32.407Z[ host-image] Mar 11 22:24:31.212 INFO O| Mar 11 22:24:31.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101552026-03-11T22:24:32.407Z[ host-image] Mar 11 22:24:31.212 INFO O| Mar 11 22:24:31.212 INFO STEP 90 (ensure_dir) COMPLETE
101562026-03-11T22:24:32.407Z[ host-image] Mar 11 22:24:31.212 INFO O| Mar 11 22:24:31.212 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-03-11T22:24:32.411Z[ host-image] Mar 11 22:24:31.218 INFO O| Mar 11 22:24:31.218 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
101582026-03-11T22:24:32.411Z[ host-image] Mar 11 22:24:31.218 INFO O| Mar 11 22:24:31.218 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
101592026-03-11T22:24:32.685Z[ host-image] Mar 11 22:24:31.492 INFO O| Mar 11 22:24:31.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
101602026-03-11T22:24:32.685Z[ host-image] Mar 11 22:24:31.492 INFO O| Mar 11 22:24:31.492 INFO ok!
101612026-03-11T22:24:32.688Z[ host-image] Mar 11 22:24:31.492 INFO O| Mar 11 22:24:31.492 INFO STEP 91 (ensure_file) COMPLETE
101622026-03-11T22:24:32.688Z[ host-image] Mar 11 22:24:31.492 INFO O| Mar 11 22:24:31.492 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-03-11T22:24:32.692Z[ host-image] Mar 11 22:24:31.500 INFO O| Mar 11 22:24:31.500 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
101642026-03-11T22:24:32.692Z[ host-image] Mar 11 22:24:31.500 INFO O| Mar 11 22:24:31.500 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
101652026-03-11T22:24:32.696Z[ host-image] Mar 11 22:24:31.500 INFO O| Mar 11 22:24:31.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
101662026-03-11T22:24:32.696Z[ host-image] Mar 11 22:24:31.500 INFO O| Mar 11 22:24:31.500 INFO ok!
101672026-03-11T22:24:32.696Z[ host-image] Mar 11 22:24:31.500 INFO O| Mar 11 22:24:31.500 INFO STEP 92 (ensure_file) COMPLETE
101682026-03-11T22:24:32.696Z[ host-image] Mar 11 22:24:31.500 INFO O| Mar 11 22:24:31.500 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-03-11T22:24:32.700Z[ host-image] Mar 11 22:24:31.508 INFO O| Mar 11 22:24:31.508 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
101702026-03-11T22:24:32.703Z[ host-image] Mar 11 22:24:31.508 INFO O| Mar 11 22:24:31.508 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
101712026-03-11T22:24:32.938Z[ host-image] Mar 11 22:24:31.745 INFO O| Mar 11 22:24:31.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
101722026-03-11T22:24:32.938Z[ host-image] Mar 11 22:24:31.745 INFO O| Mar 11 22:24:31.745 INFO ok!
101732026-03-11T22:24:32.938Z[ host-image] Mar 11 22:24:31.745 INFO O| Mar 11 22:24:31.745 INFO STEP 93 (ensure_file) COMPLETE
101742026-03-11T22:24:32.941Z[ host-image] Mar 11 22:24:31.745 INFO O| Mar 11 22:24:31.745 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-03-11T22:24:32.946Z[ host-image] Mar 11 22:24:31.753 INFO O| Mar 11 22:24:31.753 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
101762026-03-11T22:24:32.949Z[ host-image] Mar 11 22:24:31.753 INFO O| Mar 11 22:24:31.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
101772026-03-11T22:24:32.949Z[ host-image] Mar 11 22:24:31.753 INFO O| Mar 11 22:24:31.753 INFO STEP 94 (ensure_dir) COMPLETE
101782026-03-11T22:24:32.949Z[ host-image] Mar 11 22:24:31.753 INFO O| Mar 11 22:24:31.753 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-03-11T22:24:32.953Z[ host-image] Mar 11 22:24:31.760 INFO O| Mar 11 22:24:31.760 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
101802026-03-11T22:24:32.956Z[ host-image] Mar 11 22:24:31.760 INFO O| Mar 11 22:24:31.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
101812026-03-11T22:24:32.956Z[ host-image] Mar 11 22:24:31.760 INFO O| Mar 11 22:24:31.760 INFO STEP 95 (ensure_dir) COMPLETE
101822026-03-11T22:24:32.956Z[ host-image] Mar 11 22:24:31.760 INFO O| Mar 11 22:24:31.760 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-03-11T22:24:32.959Z[ host-image] Mar 11 22:24:31.767 INFO O| Mar 11 22:24:31.767 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
101842026-03-11T22:24:32.959Z[ host-image] Mar 11 22:24:31.767 INFO O| Mar 11 22:24:31.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
101852026-03-11T22:24:32.959Z[ host-image] Mar 11 22:24:31.767 INFO O| Mar 11 22:24:31.767 INFO STEP 96 (ensure_dir) COMPLETE
101862026-03-11T22:24:32.959Z[ host-image] Mar 11 22:24:31.767 INFO O| Mar 11 22:24:31.767 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-03-11T22:24:32.966Z[ host-image] Mar 11 22:24:31.773 INFO O| Mar 11 22:24:31.773 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
101882026-03-11T22:24:32.969Z[ host-image] Mar 11 22:24:31.773 INFO O| Mar 11 22:24:31.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
101892026-03-11T22:24:32.969Z[ host-image] Mar 11 22:24:31.774 INFO O| Mar 11 22:24:31.773 INFO STEP 97 (ensure_dir) COMPLETE
101902026-03-11T22:24:32.969Z[ host-image] Mar 11 22:24:31.774 INFO O| Mar 11 22:24:31.774 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-03-11T22:24:32.973Z[ host-image] Mar 11 22:24:31.780 INFO O| Mar 11 22:24:31.780 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
101922026-03-11T22:24:32.977Z[ host-image] Mar 11 22:24:31.781 INFO O| Mar 11 22:24:31.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
101932026-03-11T22:24:32.977Z[ host-image] Mar 11 22:24:31.781 INFO O| Mar 11 22:24:31.781 INFO STEP 98 (ensure_dir) COMPLETE
101942026-03-11T22:24:32.977Z[ host-image] Mar 11 22:24:31.781 INFO O| Mar 11 22:24:31.781 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-03-11T22:24:32.980Z[ host-image] Mar 11 22:24:31.788 INFO O| Mar 11 22:24:31.788 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
101962026-03-11T22:24:32.981Z[ host-image] Mar 11 22:24:31.788 INFO O| Mar 11 22:24:31.788 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
101972026-03-11T22:24:32.981Z[ host-image] Mar 11 22:24:31.788 INFO O| Mar 11 22:24:31.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
101982026-03-11T22:24:32.981Z[ host-image] Mar 11 22:24:31.788 INFO O| Mar 11 22:24:31.788 INFO ok!
101992026-03-11T22:24:32.981Z[ host-image] Mar 11 22:24:31.788 INFO O| Mar 11 22:24:31.788 INFO STEP 99 (ensure_file) COMPLETE
102002026-03-11T22:24:32.981Z[ host-image] Mar 11 22:24:31.788 INFO O| Mar 11 22:24:31.788 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-03-11T22:24:32.987Z[ host-image] Mar 11 22:24:31.794 INFO O| Mar 11 22:24:31.794 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102022026-03-11T22:24:32.991Z[ host-image] Mar 11 22:24:31.794 INFO O| Mar 11 22:24:31.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102032026-03-11T22:24:32.991Z[ host-image] Mar 11 22:24:31.794 INFO O| Mar 11 22:24:31.794 INFO STEP 100 (ensure_dir) COMPLETE
102042026-03-11T22:24:32.991Z[ host-image] Mar 11 22:24:31.794 INFO O| Mar 11 22:24:31.794 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-03-11T22:24:32.994Z[ host-image] Mar 11 22:24:31.801 INFO O| Mar 11 22:24:31.801 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102062026-03-11T22:24:32.994Z[ host-image] Mar 11 22:24:31.801 INFO O| Mar 11 22:24:31.801 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102072026-03-11T22:24:33.287Z[ host-image] Mar 11 22:24:32.095 INFO O| Mar 11 22:24:32.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102082026-03-11T22:24:33.288Z[ host-image] Mar 11 22:24:32.095 INFO O| Mar 11 22:24:32.095 INFO ok!
102092026-03-11T22:24:33.288Z[ host-image] Mar 11 22:24:32.095 INFO O| Mar 11 22:24:32.095 INFO STEP 101 (ensure_file) COMPLETE
102102026-03-11T22:24:33.291Z[ host-image] Mar 11 22:24:32.095 INFO O| Mar 11 22:24:32.095 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-03-11T22:24:33.295Z[ host-image] Mar 11 22:24:32.103 INFO O| Mar 11 22:24:32.103 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102122026-03-11T22:24:33.295Z[ host-image] Mar 11 22:24:32.103 INFO O| Mar 11 22:24:32.103 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102132026-03-11T22:24:33.298Z[ host-image] Mar 11 22:24:32.103 INFO O| Mar 11 22:24:32.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102142026-03-11T22:24:33.298Z[ host-image] Mar 11 22:24:32.103 INFO O| Mar 11 22:24:32.103 INFO ok!
102152026-03-11T22:24:33.298Z[ host-image] Mar 11 22:24:32.103 INFO O| Mar 11 22:24:32.103 INFO STEP 102 (ensure_file) COMPLETE
102162026-03-11T22:24:33.298Z[ host-image] Mar 11 22:24:32.103 INFO O| Mar 11 22:24:32.103 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-03-11T22:24:33.302Z[ host-image] Mar 11 22:24:32.110 INFO O| Mar 11 22:24:32.110 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102182026-03-11T22:24:33.302Z[ host-image] Mar 11 22:24:32.110 INFO O| Mar 11 22:24:32.110 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102192026-03-11T22:24:33.315Z[ host-image] Mar 11 22:24:32.123 INFO O| Mar 11 22:24:32.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102202026-03-11T22:24:33.315Z[ host-image] Mar 11 22:24:32.123 INFO O| Mar 11 22:24:32.123 INFO ok!
102212026-03-11T22:24:33.318Z[ host-image] Mar 11 22:24:32.123 INFO O| Mar 11 22:24:32.123 INFO STEP 103 (ensure_file) COMPLETE
102222026-03-11T22:24:33.318Z[ host-image] Mar 11 22:24:32.123 INFO O| Mar 11 22:24:32.123 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-03-11T22:24:33.322Z[ host-image] Mar 11 22:24:32.130 INFO O| Mar 11 22:24:32.130 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102242026-03-11T22:24:33.325Z[ host-image] Mar 11 22:24:32.130 INFO O| Mar 11 22:24:32.130 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102252026-03-11T22:24:33.325Z[ host-image] Mar 11 22:24:32.130 INFO O| Mar 11 22:24:32.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102262026-03-11T22:24:33.325Z[ host-image] Mar 11 22:24:32.130 INFO O| Mar 11 22:24:32.130 INFO ok!
102272026-03-11T22:24:33.325Z[ host-image] Mar 11 22:24:32.130 INFO O| Mar 11 22:24:32.130 INFO STEP 104 (ensure_file) COMPLETE
102282026-03-11T22:24:33.325Z[ host-image] Mar 11 22:24:32.130 INFO O| Mar 11 22:24:32.130 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-03-11T22:24:33.329Z[ host-image] Mar 11 22:24:32.137 INFO O| Mar 11 22:24:32.137 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102302026-03-11T22:24:33.332Z[ host-image] Mar 11 22:24:32.137 INFO O| Mar 11 22:24:32.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102312026-03-11T22:24:33.332Z[ host-image] Mar 11 22:24:32.137 INFO O| Mar 11 22:24:32.137 INFO STEP 105 (ensure_dir) COMPLETE
102322026-03-11T22:24:33.332Z[ host-image] Mar 11 22:24:32.137 INFO O| Mar 11 22:24:32.137 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-03-11T22:24:33.337Z[ host-image] Mar 11 22:24:32.145 INFO O| Mar 11 22:24:32.145 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
102342026-03-11T22:24:33.340Z[ host-image] Mar 11 22:24:32.145 INFO O| Mar 11 22:24:32.145 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/crucible-verify-raw -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw ...
102352026-03-11T22:24:33.906Z[ host-image] Mar 11 22:24:32.713 INFO O| Mar 11 22:24:32.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102362026-03-11T22:24:33.906Z[ host-image] Mar 11 22:24:32.713 INFO O| Mar 11 22:24:32.713 INFO ok!
102372026-03-11T22:24:33.909Z[ host-image] Mar 11 22:24:32.713 INFO O| Mar 11 22:24:32.713 INFO STEP 106 (ensure_file) COMPLETE
102382026-03-11T22:24:33.909Z[ host-image] Mar 11 22:24:32.713 INFO O| Mar 11 22:24:32.713 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392026-03-11T22:24:33.914Z[ host-image] Mar 11 22:24:32.722 INFO O| Mar 11 22:24:32.722 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
102402026-03-11T22:24:33.914Z[ host-image] Mar 11 22:24:32.722 INFO O| Mar 11 22:24:32.722 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/upstairs_repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d ...
102412026-03-11T22:24:33.918Z[ host-image] Mar 11 22:24:32.722 INFO O| Mar 11 22:24:32.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
102422026-03-11T22:24:33.918Z[ host-image] Mar 11 22:24:32.722 INFO O| Mar 11 22:24:32.722 INFO ok!
102432026-03-11T22:24:33.918Z[ host-image] Mar 11 22:24:32.722 INFO O| Mar 11 22:24:32.722 INFO STEP 107 (ensure_file) COMPLETE
102442026-03-11T22:24:33.918Z[ host-image] Mar 11 22:24:32.722 INFO O| Mar 11 22:24:32.722 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102452026-03-11T22:24:33.922Z[ host-image] Mar 11 22:24:32.728 INFO O| Mar 11 22:24:32.728 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
102462026-03-11T22:24:33.923Z[ host-image] Mar 11 22:24:32.728 INFO O| Mar 11 22:24:32.728 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/upstairs_raw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d ...
102472026-03-11T22:24:33.923Z[ host-image] Mar 11 22:24:32.728 INFO O| Mar 11 22:24:32.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
102482026-03-11T22:24:33.923Z[ host-image] Mar 11 22:24:32.728 INFO O| Mar 11 22:24:32.728 INFO ok!
102492026-03-11T22:24:33.923Z[ host-image] Mar 11 22:24:32.728 INFO O| Mar 11 22:24:32.728 INFO STEP 108 (ensure_file) COMPLETE
102502026-03-11T22:24:33.923Z[ host-image] Mar 11 22:24:32.728 INFO O| Mar 11 22:24:32.728 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-03-11T22:24:33.928Z[ host-image] Mar 11 22:24:32.736 INFO O| Mar 11 22:24:32.736 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
102522026-03-11T22:24:33.928Z[ host-image] Mar 11 22:24:32.736 INFO O| Mar 11 22:24:32.736 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d ...
102532026-03-11T22:24:33.931Z[ host-image] Mar 11 22:24:32.736 INFO O| Mar 11 22:24:32.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
102542026-03-11T22:24:33.931Z[ host-image] Mar 11 22:24:32.736 INFO O| Mar 11 22:24:32.736 INFO ok!
102552026-03-11T22:24:33.931Z[ host-image] Mar 11 22:24:32.736 INFO O| Mar 11 22:24:32.736 INFO STEP 109 (ensure_file) COMPLETE
102562026-03-11T22:24:33.931Z[ host-image] Mar 11 22:24:32.736 INFO O| Mar 11 22:24:32.736 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-03-11T22:24:33.936Z[ host-image] Mar 11 22:24:32.742 INFO O| Mar 11 22:24:32.742 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
102582026-03-11T22:24:33.936Z[ host-image] Mar 11 22:24:32.742 INFO O| Mar 11 22:24:32.742 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/upstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d ...
102592026-03-11T22:24:33.936Z[ host-image] Mar 11 22:24:32.742 INFO O| Mar 11 22:24:32.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
102602026-03-11T22:24:33.936Z[ host-image] Mar 11 22:24:32.742 INFO O| Mar 11 22:24:32.742 INFO ok!
102612026-03-11T22:24:33.936Z[ host-image] Mar 11 22:24:32.742 INFO O| Mar 11 22:24:32.742 INFO STEP 110 (ensure_file) COMPLETE
102622026-03-11T22:24:33.936Z[ host-image] Mar 11 22:24:32.742 INFO O| Mar 11 22:24:32.742 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-03-11T22:24:33.941Z[ host-image] Mar 11 22:24:32.749 INFO O| Mar 11 22:24:32.749 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
102642026-03-11T22:24:33.941Z[ host-image] Mar 11 22:24:32.749 INFO O| Mar 11 22:24:32.749 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/upstairs_action.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d ...
102652026-03-11T22:24:33.941Z[ host-image] Mar 11 22:24:32.749 INFO O| Mar 11 22:24:32.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
102662026-03-11T22:24:33.941Z[ host-image] Mar 11 22:24:32.749 INFO O| Mar 11 22:24:32.749 INFO ok!
102672026-03-11T22:24:33.941Z[ host-image] Mar 11 22:24:32.749 INFO O| Mar 11 22:24:32.749 INFO STEP 111 (ensure_file) COMPLETE
102682026-03-11T22:24:33.941Z[ host-image] Mar 11 22:24:32.749 INFO O| Mar 11 22:24:32.749 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-03-11T22:24:33.948Z[ host-image] Mar 11 22:24:32.756 INFO O| Mar 11 22:24:32.756 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
102702026-03-11T22:24:33.951Z[ host-image] Mar 11 22:24:32.756 INFO O| Mar 11 22:24:32.756 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/up-info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d ...
102712026-03-11T22:24:33.951Z[ host-image] Mar 11 22:24:32.756 INFO O| Mar 11 22:24:32.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
102722026-03-11T22:24:33.951Z[ host-image] Mar 11 22:24:32.756 INFO O| Mar 11 22:24:32.756 INFO ok!
102732026-03-11T22:24:33.951Z[ host-image] Mar 11 22:24:32.756 INFO O| Mar 11 22:24:32.756 INFO STEP 112 (ensure_file) COMPLETE
102742026-03-11T22:24:33.951Z[ host-image] Mar 11 22:24:32.756 INFO O| Mar 11 22:24:32.756 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102752026-03-11T22:24:33.956Z[ host-image] Mar 11 22:24:32.762 INFO O| Mar 11 22:24:32.762 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
102762026-03-11T22:24:33.956Z[ host-image] Mar 11 22:24:32.762 INFO O| Mar 11 22:24:32.762 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
102772026-03-11T22:24:33.956Z[ host-image] Mar 11 22:24:32.762 INFO O| Mar 11 22:24:32.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
102782026-03-11T22:24:33.956Z[ host-image] Mar 11 22:24:32.762 INFO O| Mar 11 22:24:32.762 INFO ok!
102792026-03-11T22:24:33.956Z[ host-image] Mar 11 22:24:32.762 INFO O| Mar 11 22:24:32.762 INFO STEP 113 (ensure_file) COMPLETE
102802026-03-11T22:24:33.956Z[ host-image] Mar 11 22:24:32.762 INFO O| Mar 11 22:24:32.762 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-03-11T22:24:33.961Z[ host-image] Mar 11 22:24:32.769 INFO O| Mar 11 22:24:32.769 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
102822026-03-11T22:24:33.965Z[ host-image] Mar 11 22:24:32.769 INFO O| Mar 11 22:24:32.769 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/trace-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d ...
102832026-03-11T22:24:33.965Z[ host-image] Mar 11 22:24:32.769 INFO O| Mar 11 22:24:32.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
102842026-03-11T22:24:33.965Z[ host-image] Mar 11 22:24:32.769 INFO O| Mar 11 22:24:32.769 INFO ok!
102852026-03-11T22:24:33.965Z[ host-image] Mar 11 22:24:32.769 INFO O| Mar 11 22:24:32.769 INFO STEP 114 (ensure_file) COMPLETE
102862026-03-11T22:24:33.965Z[ host-image] Mar 11 22:24:32.769 INFO O| Mar 11 22:24:32.769 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-03-11T22:24:33.968Z[ host-image] Mar 11 22:24:32.776 INFO O| Mar 11 22:24:32.776 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
102882026-03-11T22:24:33.968Z[ host-image] Mar 11 22:24:32.776 INFO O| Mar 11 22:24:32.776 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/sled_upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d ...
102892026-03-11T22:24:33.972Z[ host-image] Mar 11 22:24:32.776 INFO O| Mar 11 22:24:32.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
102902026-03-11T22:24:33.972Z[ host-image] Mar 11 22:24:32.776 INFO O| Mar 11 22:24:32.776 INFO ok!
102912026-03-11T22:24:33.972Z[ host-image] Mar 11 22:24:32.776 INFO O| Mar 11 22:24:32.776 INFO STEP 115 (ensure_file) COMPLETE
102922026-03-11T22:24:33.972Z[ host-image] Mar 11 22:24:32.776 INFO O| Mar 11 22:24:32.776 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102932026-03-11T22:24:33.976Z[ host-image] Mar 11 22:24:32.782 INFO O| Mar 11 22:24:32.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
102942026-03-11T22:24:33.976Z[ host-image] Mar 11 22:24:32.782 INFO O| Mar 11 22:24:32.782 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/single_up_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d ...
102952026-03-11T22:24:33.976Z[ host-image] Mar 11 22:24:32.782 INFO O| Mar 11 22:24:32.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
102962026-03-11T22:24:33.976Z[ host-image] Mar 11 22:24:32.782 INFO O| Mar 11 22:24:32.782 INFO ok!
102972026-03-11T22:24:33.976Z[ host-image] Mar 11 22:24:32.782 INFO O| Mar 11 22:24:32.782 INFO STEP 116 (ensure_file) COMPLETE
102982026-03-11T22:24:33.976Z[ host-image] Mar 11 22:24:32.782 INFO O| Mar 11 22:24:32.782 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-03-11T22:24:33.981Z[ host-image] Mar 11 22:24:32.789 INFO O| Mar 11 22:24:32.789 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103002026-03-11T22:24:33.981Z[ host-image] Mar 11 22:24:32.789 INFO O| Mar 11 22:24:32.789 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103012026-03-11T22:24:33.984Z[ host-image] Mar 11 22:24:32.789 INFO O| Mar 11 22:24:32.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103022026-03-11T22:24:33.984Z[ host-image] Mar 11 22:24:32.789 INFO O| Mar 11 22:24:32.789 INFO ok!
103032026-03-11T22:24:33.984Z[ host-image] Mar 11 22:24:32.789 INFO O| Mar 11 22:24:32.789 INFO STEP 117 (ensure_file) COMPLETE
103042026-03-11T22:24:33.985Z[ host-image] Mar 11 22:24:32.789 INFO O| Mar 11 22:24:32.789 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-03-11T22:24:33.988Z[ host-image] Mar 11 22:24:32.795 INFO O| Mar 11 22:24:32.795 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103062026-03-11T22:24:33.988Z[ host-image] Mar 11 22:24:32.795 INFO O| Mar 11 22:24:32.795 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/perf-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d ...
103072026-03-11T22:24:33.988Z[ host-image] Mar 11 22:24:32.795 INFO O| Mar 11 22:24:32.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103082026-03-11T22:24:33.988Z[ host-image] Mar 11 22:24:32.795 INFO O| Mar 11 22:24:32.795 INFO ok!
103092026-03-11T22:24:33.988Z[ host-image] Mar 11 22:24:32.795 INFO O| Mar 11 22:24:32.795 INFO STEP 118 (ensure_file) COMPLETE
103102026-03-11T22:24:33.988Z[ host-image] Mar 11 22:24:32.795 INFO O| Mar 11 22:24:32.795 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-03-11T22:24:33.994Z[ host-image] Mar 11 22:24:32.802 INFO O| Mar 11 22:24:32.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103122026-03-11T22:24:33.997Z[ host-image] Mar 11 22:24:32.802 INFO O| Mar 11 22:24:32.802 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/perf-upstairs-wf.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d ...
103132026-03-11T22:24:33.997Z[ host-image] Mar 11 22:24:32.802 INFO O| Mar 11 22:24:32.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103142026-03-11T22:24:33.997Z[ host-image] Mar 11 22:24:32.802 INFO O| Mar 11 22:24:32.802 INFO ok!
103152026-03-11T22:24:33.997Z[ host-image] Mar 11 22:24:32.802 INFO O| Mar 11 22:24:32.802 INFO STEP 119 (ensure_file) COMPLETE
103162026-03-11T22:24:33.997Z[ host-image] Mar 11 22:24:32.802 INFO O| Mar 11 22:24:32.802 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103172026-03-11T22:24:34.001Z[ host-image] Mar 11 22:24:32.809 INFO O| Mar 11 22:24:32.809 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103182026-03-11T22:24:34.001Z[ host-image] Mar 11 22:24:32.809 INFO O| Mar 11 22:24:32.809 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/perf-reqwest.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d ...
103192026-03-11T22:24:34.005Z[ host-image] Mar 11 22:24:32.809 INFO O| Mar 11 22:24:32.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103202026-03-11T22:24:34.005Z[ host-image] Mar 11 22:24:32.809 INFO O| Mar 11 22:24:32.809 INFO ok!
103212026-03-11T22:24:34.005Z[ host-image] Mar 11 22:24:32.809 INFO O| Mar 11 22:24:32.809 INFO STEP 120 (ensure_file) COMPLETE
103222026-03-11T22:24:34.005Z[ host-image] Mar 11 22:24:32.809 INFO O| Mar 11 22:24:32.809 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-03-11T22:24:34.008Z[ host-image] Mar 11 22:24:32.815 INFO O| Mar 11 22:24:32.815 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103242026-03-11T22:24:34.008Z[ host-image] Mar 11 22:24:32.815 INFO O| Mar 11 22:24:32.815 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/perf-online-repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d ...
103252026-03-11T22:24:34.008Z[ host-image] Mar 11 22:24:32.815 INFO O| Mar 11 22:24:32.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103262026-03-11T22:24:34.008Z[ host-image] Mar 11 22:24:32.815 INFO O| Mar 11 22:24:32.815 INFO ok!
103272026-03-11T22:24:34.008Z[ host-image] Mar 11 22:24:32.815 INFO O| Mar 11 22:24:32.815 INFO STEP 121 (ensure_file) COMPLETE
103282026-03-11T22:24:34.008Z[ host-image] Mar 11 22:24:32.815 INFO O| Mar 11 22:24:32.815 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103292026-03-11T22:24:34.015Z[ host-image] Mar 11 22:24:32.822 INFO O| Mar 11 22:24:32.822 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103302026-03-11T22:24:34.015Z[ host-image] Mar 11 22:24:32.822 INFO O| Mar 11 22:24:32.822 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/perf-ds-net.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d ...
103312026-03-11T22:24:34.017Z[ host-image] Mar 11 22:24:32.822 INFO O| Mar 11 22:24:32.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
103322026-03-11T22:24:34.017Z[ host-image] Mar 11 22:24:32.822 INFO O| Mar 11 22:24:32.822 INFO ok!
103332026-03-11T22:24:34.017Z[ host-image] Mar 11 22:24:32.822 INFO O| Mar 11 22:24:32.822 INFO STEP 122 (ensure_file) COMPLETE
103342026-03-11T22:24:34.018Z[ host-image] Mar 11 22:24:32.822 INFO O| Mar 11 22:24:32.822 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103352026-03-11T22:24:34.022Z[ host-image] Mar 11 22:24:32.829 INFO O| Mar 11 22:24:32.829 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103362026-03-11T22:24:34.025Z[ host-image] Mar 11 22:24:32.829 INFO O| Mar 11 22:24:32.829 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/perf-ds-client.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d ...
103372026-03-11T22:24:34.025Z[ host-image] Mar 11 22:24:32.829 INFO O| Mar 11 22:24:32.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
103382026-03-11T22:24:34.025Z[ host-image] Mar 11 22:24:32.829 INFO O| Mar 11 22:24:32.829 INFO ok!
103392026-03-11T22:24:34.025Z[ host-image] Mar 11 22:24:32.829 INFO O| Mar 11 22:24:32.829 INFO STEP 123 (ensure_file) COMPLETE
103402026-03-11T22:24:34.025Z[ host-image] Mar 11 22:24:32.829 INFO O| Mar 11 22:24:32.829 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412026-03-11T22:24:34.028Z[ host-image] Mar 11 22:24:32.836 INFO O| Mar 11 22:24:32.836 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
103422026-03-11T22:24:34.031Z[ host-image] Mar 11 22:24:32.836 INFO O| Mar 11 22:24:32.836 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/perf-downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d ...
103432026-03-11T22:24:34.031Z[ host-image] Mar 11 22:24:32.836 INFO O| Mar 11 22:24:32.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
103442026-03-11T22:24:34.031Z[ host-image] Mar 11 22:24:32.836 INFO O| Mar 11 22:24:32.836 INFO ok!
103452026-03-11T22:24:34.031Z[ host-image] Mar 11 22:24:32.836 INFO O| Mar 11 22:24:32.836 INFO STEP 124 (ensure_file) COMPLETE
103462026-03-11T22:24:34.031Z[ host-image] Mar 11 22:24:32.836 INFO O| Mar 11 22:24:32.836 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103472026-03-11T22:24:34.035Z[ host-image] Mar 11 22:24:32.843 INFO O| Mar 11 22:24:32.842 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
103482026-03-11T22:24:34.035Z[ host-image] Mar 11 22:24:32.843 INFO O| Mar 11 22:24:32.842 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-tick.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d ...
103492026-03-11T22:24:34.039Z[ host-image] Mar 11 22:24:32.843 INFO O| Mar 11 22:24:32.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
103502026-03-11T22:24:34.039Z[ host-image] Mar 11 22:24:32.843 INFO O| Mar 11 22:24:32.843 INFO ok!
103512026-03-11T22:24:34.039Z[ host-image] Mar 11 22:24:32.843 INFO O| Mar 11 22:24:32.843 INFO STEP 125 (ensure_file) COMPLETE
103522026-03-11T22:24:34.039Z[ host-image] Mar 11 22:24:32.843 INFO O| Mar 11 22:24:32.843 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532026-03-11T22:24:34.042Z[ host-image] Mar 11 22:24:32.849 INFO O| Mar 11 22:24:32.849 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
103542026-03-11T22:24:34.042Z[ host-image] Mar 11 22:24:32.849 INFO O| Mar 11 22:24:32.849 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-three.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d ...
103552026-03-11T22:24:34.042Z[ host-image] Mar 11 22:24:32.849 INFO O| Mar 11 22:24:32.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
103562026-03-11T22:24:34.042Z[ host-image] Mar 11 22:24:32.849 INFO O| Mar 11 22:24:32.849 INFO ok!
103572026-03-11T22:24:34.042Z[ host-image] Mar 11 22:24:32.849 INFO O| Mar 11 22:24:32.849 INFO STEP 126 (ensure_file) COMPLETE
103582026-03-11T22:24:34.042Z[ host-image] Mar 11 22:24:32.849 INFO O| Mar 11 22:24:32.849 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103592026-03-11T22:24:34.048Z[ host-image] Mar 11 22:24:32.856 INFO O| Mar 11 22:24:32.856 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
103602026-03-11T22:24:34.048Z[ host-image] Mar 11 22:24:32.856 INFO O| Mar 11 22:24:32.856 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-os.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d ...
103612026-03-11T22:24:34.051Z[ host-image] Mar 11 22:24:32.856 INFO O| Mar 11 22:24:32.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
103622026-03-11T22:24:34.051Z[ host-image] Mar 11 22:24:32.856 INFO O| Mar 11 22:24:32.856 INFO ok!
103632026-03-11T22:24:34.051Z[ host-image] Mar 11 22:24:32.856 INFO O| Mar 11 22:24:32.856 INFO STEP 127 (ensure_file) COMPLETE
103642026-03-11T22:24:34.052Z[ host-image] Mar 11 22:24:32.856 INFO O| Mar 11 22:24:32.856 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103652026-03-11T22:24:34.055Z[ host-image] Mar 11 22:24:32.862 INFO O| Mar 11 22:24:32.862 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
103662026-03-11T22:24:34.055Z[ host-image] Mar 11 22:24:32.862 INFO O| Mar 11 22:24:32.862 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/get-up-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh ...
103672026-03-11T22:24:34.055Z[ host-image] Mar 11 22:24:32.862 INFO O| Mar 11 22:24:32.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
103682026-03-11T22:24:34.055Z[ host-image] Mar 11 22:24:32.862 INFO O| Mar 11 22:24:32.862 INFO ok!
103692026-03-11T22:24:34.055Z[ host-image] Mar 11 22:24:32.862 INFO O| Mar 11 22:24:32.862 INFO STEP 128 (ensure_file) COMPLETE
103702026-03-11T22:24:34.055Z[ host-image] Mar 11 22:24:32.862 INFO O| Mar 11 22:24:32.862 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-03-11T22:24:34.061Z[ host-image] Mar 11 22:24:32.869 INFO O| Mar 11 22:24:32.869 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
103722026-03-11T22:24:34.061Z[ host-image] Mar 11 22:24:32.869 INFO O| Mar 11 22:24:32.869 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/get-up-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d ...
103732026-03-11T22:24:34.064Z[ host-image] Mar 11 22:24:32.869 INFO O| Mar 11 22:24:32.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
103742026-03-11T22:24:34.064Z[ host-image] Mar 11 22:24:32.869 INFO O| Mar 11 22:24:32.869 INFO ok!
103752026-03-11T22:24:34.064Z[ host-image] Mar 11 22:24:32.869 INFO O| Mar 11 22:24:32.869 INFO STEP 129 (ensure_file) COMPLETE
103762026-03-11T22:24:34.064Z[ host-image] Mar 11 22:24:32.869 INFO O| Mar 11 22:24:32.869 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-03-11T22:24:34.068Z[ host-image] Mar 11 22:24:32.875 INFO O| Mar 11 22:24:32.875 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
103782026-03-11T22:24:34.071Z[ host-image] Mar 11 22:24:32.875 INFO O| Mar 11 22:24:32.875 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/get-lr-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh ...
103792026-03-11T22:24:34.071Z[ host-image] Mar 11 22:24:32.876 INFO O| Mar 11 22:24:32.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
103802026-03-11T22:24:34.071Z[ host-image] Mar 11 22:24:32.876 INFO O| Mar 11 22:24:32.876 INFO ok!
103812026-03-11T22:24:34.071Z[ host-image] Mar 11 22:24:32.876 INFO O| Mar 11 22:24:32.876 INFO STEP 130 (ensure_file) COMPLETE
103822026-03-11T22:24:34.071Z[ host-image] Mar 11 22:24:32.876 INFO O| Mar 11 22:24:32.876 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103832026-03-11T22:24:34.074Z[ host-image] Mar 11 22:24:32.882 INFO O| Mar 11 22:24:32.882 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
103842026-03-11T22:24:34.074Z[ host-image] Mar 11 22:24:32.882 INFO O| Mar 11 22:24:32.882 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/get-lr-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d ...
103852026-03-11T22:24:34.074Z[ host-image] Mar 11 22:24:32.882 INFO O| Mar 11 22:24:32.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
103862026-03-11T22:24:34.074Z[ host-image] Mar 11 22:24:32.882 INFO O| Mar 11 22:24:32.882 INFO ok!
103872026-03-11T22:24:34.074Z[ host-image] Mar 11 22:24:32.882 INFO O| Mar 11 22:24:32.882 INFO STEP 131 (ensure_file) COMPLETE
103882026-03-11T22:24:34.074Z[ host-image] Mar 11 22:24:32.882 INFO O| Mar 11 22:24:32.882 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-03-11T22:24:34.081Z[ host-image] Mar 11 22:24:32.889 INFO O| Mar 11 22:24:32.889 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
103902026-03-11T22:24:34.081Z[ host-image] Mar 11 22:24:32.889 INFO O| Mar 11 22:24:32.889 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/get-ds-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh ...
103912026-03-11T22:24:34.084Z[ host-image] Mar 11 22:24:32.889 INFO O| Mar 11 22:24:32.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
103922026-03-11T22:24:34.085Z[ host-image] Mar 11 22:24:32.889 INFO O| Mar 11 22:24:32.889 INFO ok!
103932026-03-11T22:24:34.085Z[ host-image] Mar 11 22:24:32.889 INFO O| Mar 11 22:24:32.889 INFO STEP 132 (ensure_file) COMPLETE
103942026-03-11T22:24:34.085Z[ host-image] Mar 11 22:24:32.889 INFO O| Mar 11 22:24:32.889 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103952026-03-11T22:24:34.088Z[ host-image] Mar 11 22:24:32.895 INFO O| Mar 11 22:24:32.895 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
103962026-03-11T22:24:34.088Z[ host-image] Mar 11 22:24:32.895 INFO O| Mar 11 22:24:32.895 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/get-ds-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d ...
103972026-03-11T22:24:34.088Z[ host-image] Mar 11 22:24:32.895 INFO O| Mar 11 22:24:32.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
103982026-03-11T22:24:34.088Z[ host-image] Mar 11 22:24:32.895 INFO O| Mar 11 22:24:32.895 INFO ok!
103992026-03-11T22:24:34.088Z[ host-image] Mar 11 22:24:32.895 INFO O| Mar 11 22:24:32.895 INFO STEP 133 (ensure_file) COMPLETE
104002026-03-11T22:24:34.088Z[ host-image] Mar 11 22:24:32.895 INFO O| Mar 11 22:24:32.895 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104012026-03-11T22:24:34.095Z[ host-image] Mar 11 22:24:32.902 INFO O| Mar 11 22:24:32.902 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104022026-03-11T22:24:34.098Z[ host-image] Mar 11 22:24:32.902 INFO O| Mar 11 22:24:32.902 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/downstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d ...
104032026-03-11T22:24:34.098Z[ host-image] Mar 11 22:24:32.902 INFO O| Mar 11 22:24:32.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104042026-03-11T22:24:34.098Z[ host-image] Mar 11 22:24:32.902 INFO O| Mar 11 22:24:32.902 INFO ok!
104052026-03-11T22:24:34.098Z[ host-image] Mar 11 22:24:32.902 INFO O| Mar 11 22:24:32.902 INFO STEP 134 (ensure_file) COMPLETE
104062026-03-11T22:24:34.098Z[ host-image] Mar 11 22:24:32.902 INFO O| Mar 11 22:24:32.902 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104072026-03-11T22:24:34.102Z[ host-image] Mar 11 22:24:32.909 INFO O| Mar 11 22:24:32.909 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104082026-03-11T22:24:34.102Z[ host-image] Mar 11 22:24:32.909 INFO O| Mar 11 22:24:32.909 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/all_downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d ...
104092026-03-11T22:24:34.102Z[ host-image] Mar 11 22:24:32.909 INFO O| Mar 11 22:24:32.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104102026-03-11T22:24:34.102Z[ host-image] Mar 11 22:24:32.909 INFO O| Mar 11 22:24:32.909 INFO ok!
104112026-03-11T22:24:34.102Z[ host-image] Mar 11 22:24:32.909 INFO O| Mar 11 22:24:32.909 INFO STEP 135 (ensure_file) COMPLETE
104122026-03-11T22:24:34.102Z[ host-image] Mar 11 22:24:32.909 INFO O| Mar 11 22:24:32.909 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104132026-03-11T22:24:34.108Z[ host-image] Mar 11 22:24:32.916 INFO O| Mar 11 22:24:32.916 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104142026-03-11T22:24:34.111Z[ host-image] Mar 11 22:24:32.916 INFO O| Mar 11 22:24:32.916 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104152026-03-11T22:24:34.111Z[ host-image] Mar 11 22:24:32.916 INFO O| Mar 11 22:24:32.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104162026-03-11T22:24:34.111Z[ host-image] Mar 11 22:24:32.916 INFO O| Mar 11 22:24:32.916 INFO ok!
104172026-03-11T22:24:34.111Z[ host-image] Mar 11 22:24:32.916 INFO O| Mar 11 22:24:32.916 INFO STEP 136 (ensure_file) COMPLETE
104182026-03-11T22:24:34.111Z[ host-image] Mar 11 22:24:32.916 INFO O| Mar 11 22:24:32.916 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104192026-03-11T22:24:34.115Z[ host-image] Mar 11 22:24:32.923 INFO O| Mar 11 22:24:32.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104202026-03-11T22:24:34.118Z[ host-image] Mar 11 22:24:32.923 INFO O| Mar 11 22:24:32.923 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/utils-info.txt -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt ...
104212026-03-11T22:24:34.118Z[ host-image] Mar 11 22:24:32.923 INFO O| Mar 11 22:24:32.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104222026-03-11T22:24:34.118Z[ host-image] Mar 11 22:24:32.923 INFO O| Mar 11 22:24:32.923 INFO ok!
104232026-03-11T22:24:34.118Z[ host-image] Mar 11 22:24:32.923 INFO O| Mar 11 22:24:32.923 INFO STEP 137 (ensure_file) COMPLETE
104242026-03-11T22:24:34.118Z[ host-image] Mar 11 22:24:32.923 INFO O| Mar 11 22:24:32.923 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-03-11T22:24:34.122Z[ host-image] Mar 11 22:24:32.929 INFO O| Mar 11 22:24:32.929 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104262026-03-11T22:24:34.125Z[ host-image] Mar 11 22:24:32.929 INFO O| Mar 11 22:24:32.929 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104272026-03-11T22:24:34.125Z[ host-image] Mar 11 22:24:32.929 INFO O| Mar 11 22:24:32.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104282026-03-11T22:24:34.125Z[ host-image] Mar 11 22:24:32.929 INFO O| Mar 11 22:24:32.929 INFO ok!
104292026-03-11T22:24:34.125Z[ host-image] Mar 11 22:24:32.929 INFO O| Mar 11 22:24:32.929 INFO STEP 138 (ensure_file) COMPLETE
104302026-03-11T22:24:34.125Z[ host-image] Mar 11 22:24:32.929 INFO O| Mar 11 22:24:32.929 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-03-11T22:24:34.128Z[ host-image] Mar 11 22:24:32.936 INFO O| Mar 11 22:24:32.936 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
104322026-03-11T22:24:34.128Z[ host-image] Mar 11 22:24:32.936 INFO O| Mar 11 22:24:32.936 INFO copying /tmp/.tmpSEolf7/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
104332026-03-11T22:24:37.572Z[ host-image] Mar 11 22:24:36.379 INFO O| Mar 11 22:24:36.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
104342026-03-11T22:24:37.572Z[ host-image] Mar 11 22:24:36.379 INFO O| Mar 11 22:24:36.379 INFO ok!
104352026-03-11T22:24:37.572Z[ host-image] Mar 11 22:24:36.379 INFO O| Mar 11 22:24:36.379 INFO STEP 139 (ensure_file) COMPLETE
104362026-03-11T22:24:37.576Z[ host-image] Mar 11 22:24:36.379 INFO O| Mar 11 22:24:36.379 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-03-11T22:24:37.580Z[ host-image] Mar 11 22:24:36.388 INFO O| Mar 11 22:24:36.388 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
104382026-03-11T22:24:37.583Z[ host-image] Mar 11 22:24:36.388 INFO O| Mar 11 22:24:36.388 INFO STEP 140 (ensure_dir) COMPLETE
104392026-03-11T22:24:37.583Z[ host-image] Mar 11 22:24:36.388 INFO O| Mar 11 22:24:36.388 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-03-11T22:24:37.587Z[ host-image] Mar 11 22:24:36.394 INFO O| Mar 11 22:24:36.394 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
104412026-03-11T22:24:37.587Z[ host-image] Mar 11 22:24:36.394 INFO O| Mar 11 22:24:36.394 INFO STEP 141 (ensure_dir) COMPLETE
104422026-03-11T22:24:37.590Z[ host-image] Mar 11 22:24:36.394 INFO O| Mar 11 22:24:36.394 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-03-11T22:24:37.594Z[ host-image] Mar 11 22:24:36.401 INFO O| Mar 11 22:24:36.401 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
104442026-03-11T22:24:37.594Z[ host-image] Mar 11 22:24:36.401 INFO O| Mar 11 22:24:36.401 INFO STEP 142 (ensure_dir) COMPLETE
104452026-03-11T22:24:37.597Z[ host-image] Mar 11 22:24:36.401 INFO O| Mar 11 22:24:36.401 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-03-11T22:24:37.604Z[ host-image] Mar 11 22:24:36.411 INFO O| Mar 11 22:24:36.411 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
104472026-03-11T22:24:37.607Z[ host-image] Mar 11 22:24:36.411 INFO O| Mar 11 22:24:36.411 INFO STEP 143 (ensure_dir) COMPLETE
104482026-03-11T22:24:37.607Z[ host-image] Mar 11 22:24:36.412 INFO O| Mar 11 22:24:36.412 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104492026-03-11T22:24:37.618Z[ host-image] Mar 11 22:24:36.426 INFO O| Mar 11 22:24:36.426 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
104502026-03-11T22:24:37.618Z[ host-image] Mar 11 22:24:36.426 INFO O| Mar 11 22:24:36.426 INFO copying /tmp/.tmpSEolf7/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
104512026-03-11T22:24:37.622Z[ host-image] Mar 11 22:24:36.426 INFO O| Mar 11 22:24:36.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
104522026-03-11T22:24:37.622Z[ host-image] Mar 11 22:24:36.426 INFO O| Mar 11 22:24:36.426 INFO ok!
104532026-03-11T22:24:37.622Z[ host-image] Mar 11 22:24:36.426 INFO O| Mar 11 22:24:36.426 INFO STEP 144 (ensure_file) COMPLETE
104542026-03-11T22:24:37.622Z[ host-image] Mar 11 22:24:36.426 INFO O| Mar 11 22:24:36.426 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104552026-03-11T22:24:37.626Z[ host-image] Mar 11 22:24:36.434 INFO O| Mar 11 22:24:36.434 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
104562026-03-11T22:24:37.626Z[ host-image] Mar 11 22:24:36.434 INFO O| Mar 11 22:24:36.434 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
104572026-03-11T22:24:37.629Z[ host-image] Mar 11 22:24:36.434 INFO O| Mar 11 22:24:36.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
104582026-03-11T22:24:37.629Z[ host-image] Mar 11 22:24:36.434 INFO O| Mar 11 22:24:36.434 INFO STEP 145 (ensure_dir) COMPLETE
104592026-03-11T22:24:37.629Z[ host-image] Mar 11 22:24:36.434 INFO O| Mar 11 22:24:36.434 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104602026-03-11T22:24:37.633Z[ host-image] Mar 11 22:24:36.441 INFO O| Mar 11 22:24:36.441 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
104612026-03-11T22:24:37.633Z[ host-image] Mar 11 22:24:36.441 INFO O| Mar 11 22:24:36.441 INFO copying /tmp/.tmpSEolf7/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
104622026-03-11T22:24:37.636Z[ host-image] Mar 11 22:24:36.441 INFO O| Mar 11 22:24:36.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
104632026-03-11T22:24:37.636Z[ host-image] Mar 11 22:24:36.441 INFO O| Mar 11 22:24:36.441 INFO ok!
104642026-03-11T22:24:37.636Z[ host-image] Mar 11 22:24:36.441 INFO O| Mar 11 22:24:36.441 INFO STEP 146 (ensure_file) COMPLETE
104652026-03-11T22:24:37.636Z[ host-image] Mar 11 22:24:36.441 INFO O| Mar 11 22:24:36.441 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104662026-03-11T22:24:37.640Z[ host-image] Mar 11 22:24:36.448 INFO O| Mar 11 22:24:36.448 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
104672026-03-11T22:24:37.643Z[ host-image] Mar 11 22:24:36.448 INFO O| Mar 11 22:24:36.448 INFO STEP 147 (remove_files) COMPLETE
104682026-03-11T22:24:37.643Z[ host-image] Mar 11 22:24:36.448 INFO O| Mar 11 22:24:36.448 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104692026-03-11T22:24:37.648Z[ host-image] Mar 11 22:24:36.455 INFO O| Mar 11 22:24:36.455 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
104702026-03-11T22:24:37.651Z[ host-image] Mar 11 22:24:36.455 INFO O| Mar 11 22:24:36.455 INFO STEP 148 (remove_files) COMPLETE
104712026-03-11T22:24:37.651Z[ host-image] Mar 11 22:24:36.455 INFO O| Mar 11 22:24:36.455 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104722026-03-11T22:24:37.654Z[ host-image] Mar 11 22:24:36.462 INFO O| Mar 11 22:24:36.462 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
104732026-03-11T22:24:37.658Z[ host-image] Mar 11 22:24:36.462 INFO O| Mar 11 22:24:36.462 INFO STEP 149 (remove_files) COMPLETE
104742026-03-11T22:24:37.658Z[ host-image] Mar 11 22:24:36.462 INFO O| Mar 11 22:24:36.462 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104752026-03-11T22:24:37.662Z[ host-image] Mar 11 22:24:36.469 INFO O| Mar 11 22:24:36.469 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
104762026-03-11T22:24:37.664Z[ host-image] Mar 11 22:24:36.470 INFO O| Mar 11 22:24:36.470 INFO STEP 150 (remove_files) COMPLETE
104772026-03-11T22:24:37.665Z[ host-image] Mar 11 22:24:36.470 INFO O| Mar 11 22:24:36.470 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104782026-03-11T22:24:37.668Z[ host-image] Mar 11 22:24:36.476 INFO O| Mar 11 22:24:36.476 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
104792026-03-11T22:24:37.671Z[ host-image] Mar 11 22:24:36.476 INFO O| Mar 11 22:24:36.476 INFO STEP 151 (remove_files) COMPLETE
104802026-03-11T22:24:37.671Z[ host-image] Mar 11 22:24:36.476 INFO O| Mar 11 22:24:36.476 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104812026-03-11T22:24:37.675Z[ host-image] Mar 11 22:24:36.483 INFO O| Mar 11 22:24:36.483 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
104822026-03-11T22:24:37.678Z[ host-image] Mar 11 22:24:36.483 INFO O| Mar 11 22:24:36.483 INFO STEP 152 (remove_files) COMPLETE
104832026-03-11T22:24:37.678Z[ host-image] Mar 11 22:24:36.483 INFO O| Mar 11 22:24:36.483 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104842026-03-11T22:24:37.682Z[ host-image] Mar 11 22:24:36.490 INFO O| Mar 11 22:24:36.490 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
104852026-03-11T22:24:37.682Z[ host-image] Mar 11 22:24:36.490 INFO O| Mar 11 22:24:36.490 INFO STEP 153 (remove_files) COMPLETE
104862026-03-11T22:24:37.682Z[ host-image] Mar 11 22:24:36.490 INFO O| Mar 11 22:24:36.490 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104872026-03-11T22:24:37.689Z[ host-image] Mar 11 22:24:36.496 INFO O| Mar 11 22:24:36.496 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
104882026-03-11T22:24:37.689Z[ host-image] Mar 11 22:24:36.496 INFO O| Mar 11 22:24:36.496 INFO STEP 154 (remove_files) COMPLETE
104892026-03-11T22:24:37.692Z[ host-image] Mar 11 22:24:36.496 INFO O| Mar 11 22:24:36.496 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104902026-03-11T22:24:37.696Z[ host-image] Mar 11 22:24:36.503 INFO O| Mar 11 22:24:36.503 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
104912026-03-11T22:24:37.699Z[ host-image] Mar 11 22:24:36.503 INFO O| Mar 11 22:24:36.503 INFO STEP 155 (remove_files) COMPLETE
104922026-03-11T22:24:37.699Z[ host-image] Mar 11 22:24:36.503 INFO O| Mar 11 22:24:36.503 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104932026-03-11T22:24:37.702Z[ host-image] Mar 11 22:24:36.510 INFO O| Mar 11 22:24:36.510 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
104942026-03-11T22:24:37.705Z[ host-image] Mar 11 22:24:36.510 INFO O| Mar 11 22:24:36.510 INFO STEP 156 (remove_files) COMPLETE
104952026-03-11T22:24:37.705Z[ host-image] Mar 11 22:24:36.510 INFO O| Mar 11 22:24:36.510 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104962026-03-11T22:24:37.709Z[ host-image] Mar 11 22:24:36.516 INFO O| Mar 11 22:24:36.516 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
104972026-03-11T22:24:37.742Z[ host-image] Mar 11 22:24:36.516 INFO O| Mar 11 22:24:36.516 INFO STEP 157 (remove_files) COMPLETE
104982026-03-11T22:24:37.742Z[ host-image] Mar 11 22:24:36.517 INFO O| Mar 11 22:24:36.516 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104992026-03-11T22:24:37.746Z[ host-image] Mar 11 22:24:36.523 INFO O| Mar 11 22:24:36.523 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
105002026-03-11T22:24:37.746Z[ host-image] Mar 11 22:24:36.523 INFO O| Mar 11 22:24:36.523 INFO STEP 158 (remove_files) COMPLETE
105012026-03-11T22:24:37.746Z[ host-image] Mar 11 22:24:36.523 INFO O| Mar 11 22:24:36.523 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105022026-03-11T22:24:37.746Z[ host-image] Mar 11 22:24:36.530 INFO O| Mar 11 22:24:36.530 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
105032026-03-11T22:24:37.746Z[ host-image] Mar 11 22:24:36.530 INFO O| Mar 11 22:24:36.530 INFO STEP 159 (remove_files) COMPLETE
105042026-03-11T22:24:37.746Z[ host-image] Mar 11 22:24:36.530 INFO O| Mar 11 22:24:36.530 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105052026-03-11T22:24:37.746Z[ host-image] Mar 11 22:24:36.536 INFO O| Mar 11 22:24:36.536 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
105062026-03-11T22:24:37.746Z[ host-image] Mar 11 22:24:36.536 INFO O| Mar 11 22:24:36.536 INFO STEP 160 (remove_files) COMPLETE
105072026-03-11T22:24:37.746Z[ host-image] Mar 11 22:24:36.537 INFO O| Mar 11 22:24:36.536 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105082026-03-11T22:24:37.746Z[ host-image] Mar 11 22:24:36.543 INFO O| Mar 11 22:24:36.543 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
105092026-03-11T22:24:37.746Z[ host-image] Mar 11 22:24:36.543 INFO O| Mar 11 22:24:36.543 INFO STEP 161 (remove_files) COMPLETE
105102026-03-11T22:24:37.746Z[ host-image] Mar 11 22:24:36.543 INFO O| Mar 11 22:24:36.543 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105112026-03-11T22:24:37.747Z[ host-image] Mar 11 22:24:36.550 INFO O| Mar 11 22:24:36.550 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
105122026-03-11T22:24:37.747Z[ host-image] Mar 11 22:24:36.550 INFO O| Mar 11 22:24:36.550 INFO STEP 162 (remove_files) COMPLETE
105132026-03-11T22:24:37.747Z[ host-image] Mar 11 22:24:36.550 INFO O| Mar 11 22:24:36.550 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105142026-03-11T22:24:37.750Z[ host-image] Mar 11 22:24:36.557 INFO O| Mar 11 22:24:36.557 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
105152026-03-11T22:24:37.750Z[ host-image] Mar 11 22:24:36.557 INFO O| Mar 11 22:24:36.557 INFO STEP 163 (remove_files) COMPLETE
105162026-03-11T22:24:37.750Z[ host-image] Mar 11 22:24:36.557 INFO O| Mar 11 22:24:36.557 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105172026-03-11T22:24:37.757Z[ host-image] Mar 11 22:24:36.564 INFO O| Mar 11 22:24:36.564 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
105182026-03-11T22:24:37.757Z[ host-image] Mar 11 22:24:36.564 INFO O| Mar 11 22:24:36.564 INFO STEP 164 (remove_files) COMPLETE
105192026-03-11T22:24:37.760Z[ host-image] Mar 11 22:24:36.564 INFO O| Mar 11 22:24:36.564 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105202026-03-11T22:24:37.763Z[ host-image] Mar 11 22:24:36.571 INFO O| Mar 11 22:24:36.571 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
105212026-03-11T22:24:37.766Z[ host-image] Mar 11 22:24:36.571 INFO O| Mar 11 22:24:36.571 INFO STEP 165 (remove_files) COMPLETE
105222026-03-11T22:24:37.766Z[ host-image] Mar 11 22:24:36.571 INFO O| Mar 11 22:24:36.571 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105232026-03-11T22:24:37.770Z[ host-image] Mar 11 22:24:36.578 INFO O| Mar 11 22:24:36.578 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
105242026-03-11T22:24:37.773Z[ host-image] Mar 11 22:24:36.578 INFO O| Mar 11 22:24:36.578 INFO STEP 166 (remove_files) COMPLETE
105252026-03-11T22:24:37.773Z[ host-image] Mar 11 22:24:36.578 INFO O| Mar 11 22:24:36.578 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105262026-03-11T22:24:37.777Z[ host-image] Mar 11 22:24:36.585 INFO O| Mar 11 22:24:36.585 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
105272026-03-11T22:24:37.780Z[ host-image] Mar 11 22:24:36.585 INFO O| Mar 11 22:24:36.585 INFO STEP 167 (remove_files) COMPLETE
105282026-03-11T22:24:37.780Z[ host-image] Mar 11 22:24:36.585 INFO O| Mar 11 22:24:36.585 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105292026-03-11T22:24:37.784Z[ host-image] Mar 11 22:24:36.591 INFO O| Mar 11 22:24:36.591 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
105302026-03-11T22:24:37.786Z[ host-image] Mar 11 22:24:36.591 INFO O| Mar 11 22:24:36.591 INFO STEP 168 (remove_files) COMPLETE
105312026-03-11T22:24:37.787Z[ host-image] Mar 11 22:24:36.591 INFO O| Mar 11 22:24:36.591 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105322026-03-11T22:24:37.790Z[ host-image] Mar 11 22:24:36.598 INFO O| Mar 11 22:24:36.598 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
105332026-03-11T22:24:37.793Z[ host-image] Mar 11 22:24:36.598 INFO O| Mar 11 22:24:36.598 INFO STEP 169 (remove_files) COMPLETE
105342026-03-11T22:24:37.793Z[ host-image] Mar 11 22:24:36.598 INFO O| Mar 11 22:24:36.598 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105352026-03-11T22:24:37.797Z[ host-image] Mar 11 22:24:36.605 INFO O| Mar 11 22:24:36.605 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
105362026-03-11T22:24:37.800Z[ host-image] Mar 11 22:24:36.605 INFO O| Mar 11 22:24:36.605 INFO STEP 170 (remove_files) COMPLETE
105372026-03-11T22:24:37.800Z[ host-image] Mar 11 22:24:36.605 INFO O| Mar 11 22:24:36.605 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105382026-03-11T22:24:37.804Z[ host-image] Mar 11 22:24:36.612 INFO O| Mar 11 22:24:36.612 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
105392026-03-11T22:24:37.804Z[ host-image] Mar 11 22:24:36.612 INFO O| Mar 11 22:24:36.612 INFO STEP 171 (remove_files) COMPLETE
105402026-03-11T22:24:37.807Z[ host-image] Mar 11 22:24:36.612 INFO O| Mar 11 22:24:36.612 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105412026-03-11T22:24:37.811Z[ host-image] Mar 11 22:24:36.618 INFO O| Mar 11 22:24:36.618 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
105422026-03-11T22:24:37.813Z[ host-image] Mar 11 22:24:36.618 INFO O| Mar 11 22:24:36.618 INFO STEP 172 (remove_files) COMPLETE
105432026-03-11T22:24:37.813Z[ host-image] Mar 11 22:24:36.618 INFO O| Mar 11 22:24:36.618 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105442026-03-11T22:24:37.817Z[ host-image] Mar 11 22:24:36.625 INFO O| Mar 11 22:24:36.625 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
105452026-03-11T22:24:37.820Z[ host-image] Mar 11 22:24:36.625 INFO O| Mar 11 22:24:36.625 INFO STEP 173 (remove_files) COMPLETE
105462026-03-11T22:24:37.820Z[ host-image] Mar 11 22:24:36.625 INFO O| Mar 11 22:24:36.625 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105472026-03-11T22:24:37.824Z[ host-image] Mar 11 22:24:36.631 INFO O| Mar 11 22:24:36.631 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
105482026-03-11T22:24:37.824Z[ host-image] Mar 11 22:24:36.631 INFO O| Mar 11 22:24:36.631 INFO STEP 174 (remove_files) COMPLETE
105492026-03-11T22:24:37.827Z[ host-image] Mar 11 22:24:36.631 INFO O| Mar 11 22:24:36.631 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105502026-03-11T22:24:37.831Z[ host-image] Mar 11 22:24:36.638 INFO O| Mar 11 22:24:36.638 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
105512026-03-11T22:24:37.831Z[ host-image] Mar 11 22:24:36.638 INFO O| Mar 11 22:24:36.638 INFO STEP 175 (remove_files) COMPLETE
105522026-03-11T22:24:37.834Z[ host-image] Mar 11 22:24:36.638 INFO O| Mar 11 22:24:36.638 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105532026-03-11T22:24:37.840Z[ host-image] Mar 11 22:24:36.648 INFO O| Mar 11 22:24:36.648 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
105542026-03-11T22:24:37.843Z[ host-image] Mar 11 22:24:36.648 INFO O| Mar 11 22:24:36.648 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
105552026-03-11T22:24:44.293Z[ host-image] Mar 11 22:24:43.100 INFO O| Mar 11 22:24:43.099 INFO O| Loading smf(7) service descriptions: 1/792/793/794/795/796/797/798/799/7910/7911/7912/7913/7914/7915/7916/7917/7918/7919/7920/7921/7922/7923/7924/7925/7926/7927/7928/7929/7930/7931/7932/7933/7934/7935/7936/7937/7938/7939/7940/7941/7942/7943/7944/7945/7946/7947/7948/7949/7950/7951/7952/7953/7954/7955/7956/7957/7958/7959/7960/7961/7962/7963/7964/7965/7966/7967/7968/7969/7970/7971/7972/7973/7974/7975/7976/7977/7978/7979/79
105562026-03-11T22:24:44.294Z[ host-image] Mar 11 22:24:43.100 INFO O| Mar 11 22:24:43.100 INFO E| svccfg: Loaded 79 smf(7) service descriptions
105572026-03-11T22:24:44.307Z[ host-image] Mar 11 22:24:43.114 INFO O| Mar 11 22:24:43.114 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.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_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
105582026-03-11T22:24:44.435Z[ host-image] Mar 11 22:24:43.242 INFO O| Mar 11 22:24:43.242 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
105592026-03-11T22:24:44.504Z[ host-image] Mar 11 22:24:43.311 INFO O| Mar 11 22:24:43.311 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_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
105602026-03-11T22:24:44.583Z[ host-image] Mar 11 22:24:43.390 INFO O| Mar 11 22:24:43.390 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
105612026-03-11T22:24:44.584Z[ host-image] Mar 11 22:24:43.390 INFO O| Mar 11 22:24:43.390 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
105622026-03-11T22:24:44.587Z[ host-image] Mar 11 22:24:43.393 INFO O| Mar 11 22:24:43.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
105632026-03-11T22:24:44.587Z[ host-image] Mar 11 22:24:43.393 INFO O| Mar 11 22:24:43.393 INFO ok!
105642026-03-11T22:24:44.587Z[ host-image] Mar 11 22:24:43.393 INFO O| Mar 11 22:24:43.393 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
105652026-03-11T22:24:44.587Z[ host-image] Mar 11 22:24:43.393 INFO O| Mar 11 22:24:43.393 INFO STEP 176 (seed_smf) COMPLETE
105662026-03-11T22:24:44.587Z[ host-image] Mar 11 22:24:43.393 INFO O| Mar 11 22:24:43.393 INFO steps complete; finalising image!
105672026-03-11T22:24:44.588Z[ host-image] Mar 11 22:24:43.393 INFO O| Mar 11 22:24:43.393 INFO TRIM POOL: TEMPORARY-sled-zfs
105682026-03-11T22:24:44.724Z[ host-image] Mar 11 22:24:43.531 INFO O| Mar 11 22:24:43.531 INFO trim TEMPORARY-sled-zfs: (16% trimmed, started at Wed Mar 11 22:24:43 2026)
105692026-03-11T22:24:44.939Z[ host-image] Mar 11 22:24:43.746 INFO O| Mar 11 22:24:43.746 INFO temporary pool has 755M used, 141M avail, 1.85x compressratio
105702026-03-11T22:24:44.939Z[ host-image] Mar 11 22:24:43.746 INFO O| Mar 11 22:24:43.746 INFO EXPORT POOL: TEMPORARY-sled-zfs
105712026-03-11T22:24:45.224Z[ host-image] Mar 11 22:24:44.030 INFO O| Mar 11 22:24:44.030 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
105722026-03-11T22:24:45.224Z[ host-image] Mar 11 22:24:44.031 INFO O| Mar 11 22:24:44.031 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
105732026-03-11T22:24:46.168Z[ host-image] Mar 11 22:24:44.975 INFO O| Mar 11 22:24:44.975 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
105742026-03-11T22:24:46.169Z[ host-image] Mar 11 22:24:44.975 INFO O| Mar 11 22:24:44.975 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
105752026-03-11T22:24:46.172Z[ host-image] Mar 11 22:24:44.975 INFO O| Mar 11 22:24:44.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
105762026-03-11T22:24:46.172Z[ host-image] Mar 11 22:24:44.975 INFO O| Mar 11 22:24:44.975 INFO completed processing sled/zfs
105772026-03-11T22:24:46.172Z[ host-image] Mar 11 22:24:44.975 INFO O| Mar 11 22:24:44.975 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
105782026-03-11T22:24:55.570Z[ host-image] Mar 11 22:24:54.376 INFO O| Mar 11 22:24:54.376 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
105792026-03-11T22:24:55.651Z[ host-image] Mar 11 22:24:54.457 INFO BUILD STRING "heads/stlouis-0-g3baf9f2fef\n"
105802026-03-11T22:24:55.651Z[ host-image] Mar 11 22:24:54.457 INFO expanded image name: "ci 742f09f/${os_short_commit} 2026-03-11 21:43" -> "ci 742f09f/3baf9f2 2026-03-11 21:43"
105812026-03-11T22:24:55.654Z[ host-image] Mar 11 22:24:54.457 INFO output artefacts stored in: "/work/os-host"
105822026-03-11T22:24:55.654Z[ host-image] Mar 11 22:24:54.457 INFO collecting git info from project "chelsio-t6-roms"...
105832026-03-11T22:24:55.657Z[ host-image] Mar 11 22:24:54.463 INFO collecting git info from project "pinprick"...
105842026-03-11T22:24:55.661Z[ host-image] Mar 11 22:24:54.467 INFO collecting git info from project "pilot"...
105852026-03-11T22:24:55.666Z[ host-image] Mar 11 22:24:54.472 INFO collecting git info from project "amd-host-image-builder"...
105862026-03-11T22:24:55.670Z[ host-image] Mar 11 22:24:54.477 INFO collecting git info from project "amd-firmware"...
105872026-03-11T22:24:55.680Z[ host-image] Mar 11 22:24:54.486 INFO collecting git info from project "dmar-report"...
105882026-03-11T22:24:55.684Z[ host-image] Mar 11 22:24:54.490 INFO collecting git info from project "phbl"...
105892026-03-11T22:24:55.688Z[ host-image] Mar 11 22:24:54.495 INFO collecting git info from project "image-builder"...
105902026-03-11T22:24:55.692Z[ host-image] Mar 11 22:24:54.499 INFO collecting git info from project "bootserver"...
105912026-03-11T22:24:55.696Z[ host-image] Mar 11 22:24:54.502 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
105922026-03-11T22:24:56.028Z[ host-image] Mar 11 22:24:54.833 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
105932026-03-11T22:24:56.345Z[ host-image] Mar 11 22:24:55.151 INFO creating Oxide boot image...
105942026-03-11T22:24:56.345Z[ host-image] Mar 11 22:24:55.151 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 742f09f/3baf9f2 2026-03-11 21:43", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
105952026-03-11T22:24:57.296Z[ host-image] Mar 11 22:24:56.101 INFO O| ok, image written!
105962026-03-11T22:24:57.296Z[ host-image] Mar 11 22:24:56.101 INFO O| ok, boot_image_csum file written!
105972026-03-11T22:24:57.299Z[ host-image] Mar 11 22:24:56.104 INFO creating boot archive (CPIO)...
105982026-03-11T22:24:57.299Z[ host-image] Mar 11 22:24:56.104 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/sled/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
105992026-03-11T22:24:57.302Z[ host-image] Mar 11 22:24:56.108 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
106002026-03-11T22:24:57.302Z[ host-image] Mar 11 22:24:56.108 INFO E| + outfile=/work/os-host/cpio
106012026-03-11T22:24:57.305Z[ host-image] Mar 11 22:24:56.108 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
106022026-03-11T22:24:57.305Z[ host-image] Mar 11 22:24:56.110 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
106032026-03-11T22:24:57.305Z[ host-image] Mar 11 22:24:56.110 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
106042026-03-11T22:24:57.337Z[ host-image] Mar 11 22:24:56.143 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
106052026-03-11T22:24:57.337Z[ host-image] Mar 11 22:24:56.143 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
106062026-03-11T22:24:57.345Z[ host-image] Mar 11 22:24:56.151 INFO creating compressed cpio/unix for dev loaders...
106072026-03-11T22:24:57.345Z[ host-image] Mar 11 22:24:56.151 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/sled/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
106082026-03-11T22:24:57.644Z[ host-image] Mar 11 22:24:56.450 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
106092026-03-11T22:25:02.029Z[ host-image] Mar 11 22:25:00.834 INFO creating reset image...
106102026-03-11T22:25:02.029Z[ host-image] Mar 11 22:25:00.834 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
106112026-03-11T22:25:02.077Z[ host-image] Mar 11 22:25:00.882 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-02-09-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
106122026-03-11T22:25:02.077Z[ host-image] Mar 11 22:25:00.882 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z", "--target-dir", "/work/os-host/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
106132026-03-11T22:25:02.170Z[ host-image] Mar 11 22:25:00.974 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
106142026-03-11T22:25:02.173Z[ host-image] Mar 11 22:25:00.976 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
106152026-03-11T22:25:02.466Z[ host-image] Mar 11 22:25:01.271 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
106162026-03-11T22:25:02.466Z[ host-image] Mar 11 22:25:01.271 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
106172026-03-11T22:25:02.467Z[ host-image] Mar 11 22:25:01.271 INFO E| Compiling proc-macro2 v1.0.106
106182026-03-11T22:25:02.470Z[ host-image] Mar 11 22:25:01.271 INFO E| Compiling unicode-ident v1.0.23
106192026-03-11T22:25:02.470Z[ host-image] Mar 11 22:25:01.271 INFO E| Compiling quote v1.0.44
106202026-03-11T22:25:02.470Z[ host-image] Mar 11 22:25:01.271 INFO E| Compiling syn v1.0.109
106212026-03-11T22:25:02.470Z[ host-image] Mar 11 22:25:01.271 INFO E| Compiling x86 v0.52.0
106222026-03-11T22:25:02.477Z[ host-image] Mar 11 22:25:01.283 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106232026-03-11T22:25:02.627Z[ host-image] Mar 11 22:25:01.432 INFO E| Compiling seq-macro v0.3.6
106242026-03-11T22:25:03.644Z[ host-image] Mar 11 22:25:02.449 INFO E| Compiling syn v2.0.114
106252026-03-11T22:25:05.507Z[ host-image] Mar 11 22:25:04.312 INFO E| Compiling scroll_derive v0.13.1
106262026-03-11T22:25:06.990Z[ host-image] Mar 11 22:25:05.795 INFO E| Compiling bitstruct_derive v0.1.0
106272026-03-11T22:25:19.633Z[ host-image] Mar 11 22:25:18.437 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
106282026-03-11T22:25:22.504Z[ host-image] Mar 11 22:25:21.308 INFO E| Compiling bitflags v1.3.2
106292026-03-11T22:25:22.504Z[ host-image] Mar 11 22:25:21.308 INFO E| Compiling plain v0.2.3
106302026-03-11T22:25:22.504Z[ host-image] Mar 11 22:25:21.308 INFO E| Compiling adler2 v2.0.1
106312026-03-11T22:25:22.507Z[ host-image] Mar 11 22:25:21.308 INFO E| Compiling scroll v0.13.0
106322026-03-11T22:25:22.507Z[ host-image] Mar 11 22:25:21.308 INFO E| Compiling bit_field v0.10.3
106332026-03-11T22:25:22.507Z[ host-image] Mar 11 22:25:21.308 INFO E| Compiling log v0.4.29
106342026-03-11T22:25:22.507Z[ host-image] Mar 11 22:25:21.308 INFO E| Compiling bitflags v2.10.0
106352026-03-11T22:25:22.587Z[ host-image] Mar 11 22:25:21.391 INFO E| Compiling raw-cpuid v10.7.0
106362026-03-11T22:25:22.655Z[ host-image] Mar 11 22:25:21.459 INFO E| Compiling miniz_oxide v0.9.0
106372026-03-11T22:25:22.717Z[ host-image] Mar 11 22:25:21.520 INFO E| Compiling cpio_reader v0.1.2
106382026-03-11T22:25:22.773Z[ host-image] Mar 11 22:25:21.577 INFO E| Compiling bitstruct v0.1.1
106392026-03-11T22:25:22.803Z[ host-image] Mar 11 22:25:21.607 INFO E| Compiling goblin v0.10.4
106402026-03-11T22:25:22.858Z[ host-image] Mar 11 22:25:21.662 INFO E| Compiling static_assertions v1.1.0
106412026-03-11T22:25:26.578Z[ host-image] Mar 11 22:25:25.381 INFO E| Finished `release` profile [optimized] target(s) in 24.39s
106422026-03-11T22:25:26.590Z[ host-image] Mar 11 22:25:25.394 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106432026-03-11T22:25:26.648Z[ host-image] Mar 11 22:25:25.452 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.91.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
106442026-03-11T22:25:26.648Z[ host-image] Mar 11 22:25:25.452 INFO building ROM for cosmo
106452026-03-11T22:25:26.651Z[ host-image] Mar 11 22:25:25.452 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")
106462026-03-11T22:25:26.780Z[ host-image] Mar 11 22:25:25.583 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106472026-03-11T22:25:26.783Z[ host-image] Mar 11 22:25:25.586 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`
106482026-03-11T22:25:26.793Z[ host-image] Mar 11 22:25:25.597 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106492026-03-11T22:25:26.874Z[ host-image] Mar 11 22:25:25.678 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106502026-03-11T22:25:26.878Z[ host-image] Mar 11 22:25:25.681 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`
106512026-03-11T22:25:27.150Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106522026-03-11T22:25:27.150Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106532026-03-11T22:25:27.154Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106542026-03-11T22:25:27.154Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106552026-03-11T22:25:27.154Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106562026-03-11T22:25:27.154Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106572026-03-11T22:25:27.154Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106582026-03-11T22:25:27.154Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106592026-03-11T22:25:27.154Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106602026-03-11T22:25:27.154Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
106612026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
106622026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106632026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106642026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106652026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106662026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106672026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
106682026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106692026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
106702026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
106712026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106722026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106732026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
106742026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106752026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
106762026-03-11T22:25:27.155Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
106772026-03-11T22:25:27.156Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
106782026-03-11T22:25:27.156Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106792026-03-11T22:25:27.156Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
106802026-03-11T22:25:27.156Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106812026-03-11T22:25:27.156Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
106822026-03-11T22:25:27.156Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
106832026-03-11T22:25:27.156Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
106842026-03-11T22:25:27.156Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106852026-03-11T22:25:27.156Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
106862026-03-11T22:25:27.156Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
106872026-03-11T22:25:27.156Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
106882026-03-11T22:25:27.156Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
106892026-03-11T22:25:27.156Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
106902026-03-11T22:25:27.156Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
106912026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
106922026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
106932026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
106942026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
106952026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
106962026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106972026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
106982026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
106992026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107002026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107012026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107022026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107032026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107042026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.956 INFO O| Info: ABL version: 0x1007f011
107052026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.956 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107062026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.956 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107072026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107082026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107092026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107102026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107112026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107122026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107132026-03-11T22:25:27.157Z[ host-image] Mar 11 22:25:25.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107142026-03-11T22:25:27.159Z[ host-image] Mar 11 22:25:25.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107152026-03-11T22:25:27.159Z[ host-image] Mar 11 22:25:25.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107162026-03-11T22:25:27.159Z[ host-image] Mar 11 22:25:25.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107172026-03-11T22:25:27.159Z[ host-image] Mar 11 22:25:25.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107182026-03-11T22:25:27.160Z[ host-image] Mar 11 22:25:25.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107192026-03-11T22:25:27.160Z[ host-image] Mar 11 22:25:25.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107202026-03-11T22:25:27.160Z[ host-image] Mar 11 22:25:25.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107212026-03-11T22:25:27.160Z[ host-image] Mar 11 22:25:25.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107222026-03-11T22:25:27.160Z[ host-image] Mar 11 22:25:25.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107232026-03-11T22:25:27.160Z[ host-image] Mar 11 22:25:25.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107242026-03-11T22:25:27.160Z[ host-image] Mar 11 22:25:25.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107252026-03-11T22:25:27.160Z[ host-image] Mar 11 22:25:25.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107262026-03-11T22:25:27.160Z[ host-image] Mar 11 22:25:25.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107272026-03-11T22:25:27.192Z[ host-image] Mar 11 22:25:25.995 INFO building ROM for gimlet
107282026-03-11T22:25:27.195Z[ host-image] Mar 11 22:25:25.995 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")
107292026-03-11T22:25:27.318Z[ host-image] Mar 11 22:25:26.121 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
107302026-03-11T22:25:27.321Z[ host-image] Mar 11 22:25:26.123 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`
107312026-03-11T22:25:27.330Z[ host-image] Mar 11 22:25:26.134 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
107322026-03-11T22:25:27.416Z[ host-image] Mar 11 22:25:26.219 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
107332026-03-11T22:25:27.419Z[ host-image] Mar 11 22:25:26.223 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`
107342026-03-11T22:25:27.566Z[ host-image] Mar 11 22:25:26.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
107352026-03-11T22:25:27.566Z[ host-image] Mar 11 22:25:26.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
107362026-03-11T22:25:27.566Z[ host-image] Mar 11 22:25:26.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
107372026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
107382026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
107392026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
107402026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
107412026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
107422026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
107432026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
107442026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
107452026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
107462026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
107472026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
107482026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
107492026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.371 INFO O| Info: ABL version: 0x100f5010
107502026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.371 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
107512026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107522026-03-11T22:25:27.570Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107532026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107542026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107552026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107562026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107572026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107582026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107592026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107602026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107612026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107622026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107632026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107642026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107652026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107662026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107672026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107682026-03-11T22:25:27.571Z[ host-image] Mar 11 22:25:26.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107692026-03-11T22:25:27.610Z[ host-image] Mar 11 22:25:26.414 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107702026-03-11T22:25:27.610Z[ host-image] Mar 11 22:25:26.414 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107712026-03-11T22:25:27.613Z[ host-image] Mar 11 22:25:26.414 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107722026-03-11T22:25:49.476Z[ host-image] Mar 11 22:25:48.277 INFO image complete! materials are in "/work/os-host"
107732026-03-11T22:25:49.479Z[ host-image]
107742026-03-11T22:25:49.480Z[ host-image] real 24:12.287253263
107752026-03-11T22:25:49.480Z[ host-image] user 13:58.877993401
107762026-03-11T22:25:49.480Z[ host-image] sys 1:19.897804469
107772026-03-11T22:25:49.480Z[ host-image] trap 0.699770123
107782026-03-11T22:25:49.480Z[ host-image] tflt 0.132323356
107792026-03-11T22:25:49.480Z[ host-image] dflt 53.036377391
107802026-03-11T22:25:49.480Z[ host-image] kflt 0.006153745
107812026-03-11T22:25:49.480Z[ host-image] lock 24:47.746243793
107822026-03-11T22:25:49.480Z[ host-image] slp 2:22:55.071211746
107832026-03-11T22:25:49.480Z[ host-image] lat 5:34.065514962
107842026-03-11T22:25:49.480Z[ host-image] stop 2.339269622
107852026-03-11T22:25:49.480ZMar 11 22:25:48.281 INFO [host-image] process exited with exit status: 0 (1452.292548304s)
107862026-03-11T22:25:49.483ZMar 11 22:25:48.282 INFO [tuf-repo] running task
107872026-03-11T22:26:14.807ZMar 11 22:26:13.606 INFO assembling repository in `/tmp/tufaceousyoBs5e`, component: OmicronRepoAssembler
107882026-03-11T22:26:21.806ZMar 11 22:26:20.605 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107892026-03-11T22:26:22.134ZMar 11 22:26:20.933 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107902026-03-11T22:26:30.097ZMar 11 22:26:28.896 INFO extracting uploaded archive to /tmp/.tmpB21SZK
107912026-03-11T22:26:33.080ZMar 11 22:26:31.878 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.RXBGao
107922026-03-11T22:26:33.138ZMar 11 22:26:31.936 INFO added artifact, length: 6616642, hash: 3c3f8e5a8d460de9bb22a4717c50874b1f398fe13465db0f19de8b8d3a1cbc53, version: 1.0.64, kind: gimlet_sp, name: cosmo-a
107932026-03-11T22:26:33.229ZMar 11 22:26:32.027 INFO added artifact, length: 6616872, hash: 50c344385cc2bdcdbbb8a9e966e2d4340a25432b5d4295b18e7f3b7002ac6a21, version: 1.0.64, kind: gimlet_sp, name: cosmo-b
107942026-03-11T22:26:33.315ZMar 11 22:26:32.114 INFO added artifact, length: 5489720, hash: 896925b9362a9790844ee502c8ffba83c8d3b303c4d69dd08304a6bdda5abafd, version: 1.0.64, kind: gimlet_sp, name: gimlet-b
107952026-03-11T22:26:33.398ZMar 11 22:26:32.196 INFO added artifact, length: 5492131, hash: 4109c1b90c8b1d97153f0221a6a1b71f1dd225202ff250552c77ca2a9f4cf6db, version: 1.0.64, kind: gimlet_sp, name: gimlet-c
107962026-03-11T22:26:33.480ZMar 11 22:26:32.279 INFO added artifact, length: 5496239, hash: 147d21bc6a9540f799991c8ce73cf4db902ca870245adb90531e0d1158fb0461, version: 1.0.64, kind: gimlet_sp, name: gimlet-d
107972026-03-11T22:26:33.563ZMar 11 22:26:32.361 INFO added artifact, length: 5496312, hash: 7f5fa010d518c1f06a416b2a0d2ad9085c2b72322a2de4937b1fd488ed11cb96, version: 1.0.64, kind: gimlet_sp, name: gimlet-e
107982026-03-11T22:26:33.644ZMar 11 22:26:32.443 INFO added artifact, length: 5496257, hash: bef4fde566e3305b4d1418137558e95cf2fda1d0b326a0202bdc7195515ae9cd, version: 1.0.64, kind: gimlet_sp, name: gimlet-f
107992026-03-11T22:26:33.731ZMar 11 22:26:32.529 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108002026-03-11T22:26:33.731ZMar 11 22:26:32.529 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108012026-03-11T22:26:33.777ZMar 11 22:26:32.576 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108022026-03-11T22:26:33.777ZMar 11 22:26:32.576 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108032026-03-11T22:26:33.826ZMar 11 22:26:32.624 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108042026-03-11T22:26:33.830ZMar 11 22:26:32.624 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108052026-03-11T22:26:33.873ZMar 11 22:26:32.672 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108062026-03-11T22:26:33.874ZMar 11 22:26:32.672 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108072026-03-11T22:26:33.922ZMar 11 22:26:32.720 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108082026-03-11T22:26:33.922ZMar 11 22:26:32.720 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108092026-03-11T22:26:33.970ZMar 11 22:26:32.768 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108102026-03-11T22:26:33.970ZMar 11 22:26:32.768 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108112026-03-11T22:26:34.015ZMar 11 22:26:32.813 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108122026-03-11T22:26:34.015ZMar 11 22:26:32.814 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108132026-03-11T22:26:34.018ZMar 11 22:26:32.814 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108142026-03-11T22:26:34.018ZMar 11 22:26:32.815 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108152026-03-11T22:26:34.018ZMar 11 22:26:32.815 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108162026-03-11T22:26:34.019ZMar 11 22:26:32.817 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108172026-03-11T22:26:34.022ZMar 11 22:26:32.817 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108182026-03-11T22:26:39.718ZMar 11 22:26:38.516 INFO added artifact, length: 33554432, hash: 182fbfdd45428267c9415ecaf8f0294290cb453803b67bb319e1c37b646c6c50, version: 19.0.0-0.ci+git742f09f1f03, kind: gimlet_host_phase_1, name: host
108192026-03-11T22:26:39.718ZMar 11 22:26:38.516 INFO added artifact, length: 33554432, hash: b9f965c437ad3c604fbc8a16f03abd982905ebe53e3215502f8642072109b85e, version: 19.0.0-0.ci+git742f09f1f03, kind: cosmo_host_phase_1, name: host
108202026-03-11T22:26:39.722ZMar 11 22:26:38.516 INFO added artifact, length: 1101008896, hash: cc3a2c65acae2b734d8a28f8fced8a77d245cd440e46bc7b328e6a5c70367ecd, version: 19.0.0-0.ci+git742f09f1f03, kind: host_phase_2, name: host
108212026-03-11T22:26:40.740ZMar 11 22:26:39.538 INFO added artifact, length: 33554432, hash: 890f8b3c5daf00fb5928d81a0e85b2225cbaaf8558f9f8a8f23efa0ab0936602, version: 19.0.0-0.ci+git742f09f1f03, kind: gimlet_trampoline_phase_1, name: trampoline
108222026-03-11T22:26:40.740ZMar 11 22:26:39.538 INFO added artifact, length: 33554432, hash: ac34e1cfa887d7a1bfebf025b7ea12b7efd7c614e075bfbdfaaf1844a3078327, version: 19.0.0-0.ci+git742f09f1f03, kind: cosmo_trampoline_phase_1, name: trampoline
108232026-03-11T22:26:40.740ZMar 11 22:26:39.538 INFO added artifact, length: 148586750, hash: 4c27372df419d4ec81ff93b19f3b2119f2ff04b537a3b84896d53a73115b928f, version: 19.0.0-0.ci+git742f09f1f03, kind: trampoline_phase_2, name: trampoline
108242026-03-11T22:26:43.090ZMar 11 22:26:41.888 INFO added artifact, length: 294776373, hash: 1c674562e2dbe8530804a23b66f86f487ea955806f5c24b365d7fd275e8852da, version: 19.0.0-0.ci+git742f09f1f03, kind: zone, name: clickhouse_keeper
108252026-03-11T22:26:45.250ZMar 11 22:26:44.047 INFO added artifact, length: 309834677, hash: 8fe45f9cc83ccc771c793f532b1beeda20e46c0f0de50cda3f19b086b702af2c, version: 19.0.0-0.ci+git742f09f1f03, kind: zone, name: clickhouse_server
108262026-03-11T22:26:47.266ZMar 11 22:26:46.063 INFO added artifact, length: 309835594, hash: d285800200ec5aaf569855ee328be8db12c4cc4a70ae3705034ac17f5f0878c0, version: 19.0.0-0.ci+git742f09f1f03, kind: zone, name: clickhouse
108272026-03-11T22:26:48.319ZMar 11 22:26:47.116 INFO added artifact, length: 159860081, hash: 4eab624c2df807089ae46cdfff7149f2f566e84e64da70eb9acadfd2ce9eaddc, version: 19.0.0-0.ci+git742f09f1f03, kind: zone, name: cockroachdb
108282026-03-11T22:26:48.582ZMar 11 22:26:47.379 INFO added artifact, length: 39235047, hash: e5e7851f1cde9a833cc18b59c751bda5316636650dce0ce24790b03c61d93018, version: 19.0.0-0.ci+git742f09f1f03, kind: zone, name: crucible-pantry-zone
108292026-03-11T22:26:48.944ZMar 11 22:26:47.741 INFO added artifact, length: 53712504, hash: 0ac16ba09b400f4da05e25a80ebbab019a31a2c80d184f5dcdb5a2b77dd41783, version: 19.0.0-0.ci+git742f09f1f03, kind: zone, name: crucible-zone
108302026-03-11T22:26:49.225ZMar 11 22:26:48.022 INFO added artifact, length: 42544136, hash: 5f36cc91eefd0fc499768b0db2c3d813badc85582fe6a3de5dbd229d835b22b4, version: 19.0.0-0.ci+git742f09f1f03, kind: zone, name: external-dns
108312026-03-11T22:26:49.503ZMar 11 22:26:48.300 INFO added artifact, length: 42543732, hash: 3d5bad344e2f1b559e5869737469ad8921cb4e944cba7d99ae40bb52dd91782e, version: 19.0.0-0.ci+git742f09f1f03, kind: zone, name: internal-dns
108322026-03-11T22:26:50.945ZMar 11 22:26:49.742 INFO added artifact, length: 214907147, hash: 1a2879b968b1d9d1b8c7f70096d84b8aa2f4fc7a4d4146d1d5b513f23ac61f6e, version: 19.0.0-0.ci+git742f09f1f03, kind: zone, name: nexus
108332026-03-11T22:26:51.097ZMar 11 22:26:49.894 INFO added artifact, length: 23103817, hash: cf3ec1a21f8d996c421c39873f643ea0d865bda488ffcf315aefec7afff8a24c, version: 19.0.0-0.ci+git742f09f1f03, kind: zone, name: ntp
108342026-03-11T22:26:51.486ZMar 11 22:26:50.283 INFO added artifact, length: 58764092, hash: 62370f23f7edc91377f3056fff9dc475b2046c6ee1f560d3395bdd3db5dceb39, version: 19.0.0-0.ci+git742f09f1f03, kind: zone, name: oximeter
108352026-03-11T22:26:51.507ZMar 11 22:26:50.303 INFO added artifact, length: 3109590, hash: f8ebd6e6277a5b2afe6e9655e47861545b82001bc84e98f78c6f75b16ba608bc, version: 19.0.0-0.ci+git742f09f1f03, kind: zone, name: probe
108362026-03-11T22:26:51.510ZMar 11 22:26:50.304 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108372026-03-11T22:26:51.510ZMar 11 22:26:50.304 INFO added artifact, length: 829, hash: 8d31cc914cabad194ddc9edd9a4e81e0b1a0f4b4e19ab3e60b40b4e0849ccb28, version: 1.0.64, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.64
108382026-03-11T22:26:51.510ZMar 11 22:26:50.304 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108392026-03-11T22:26:51.538ZMar 11 22:26:50.335 INFO added artifact, length: 4131713, hash: f9ff2503d2e6a68b1b0e00ebf9ccfaa0b45584da4df9c9804b9640362c6d9957, version: 1.0.64, kind: psc_sp, name: psc-b
108402026-03-11T22:26:51.570ZMar 11 22:26:50.367 INFO added artifact, length: 4134969, hash: ec041b00eaa464debd07c4c1d03cf878915c8486e6db7a1db3a6df0e09dc95b7, version: 1.0.64, kind: psc_sp, name: psc-c
108412026-03-11T22:26:51.616ZMar 11 22:26:50.413 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108422026-03-11T22:26:51.616ZMar 11 22:26:50.413 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108432026-03-11T22:26:51.665ZMar 11 22:26:50.462 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108442026-03-11T22:26:51.665ZMar 11 22:26:50.462 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108452026-03-11T22:26:51.713ZMar 11 22:26:50.510 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108462026-03-11T22:26:51.717ZMar 11 22:26:50.510 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108472026-03-11T22:26:51.759ZMar 11 22:26:50.556 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108482026-03-11T22:26:51.759ZMar 11 22:26:50.556 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108492026-03-11T22:26:51.762ZMar 11 22:26:50.556 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108502026-03-11T22:26:51.762ZMar 11 22:26:50.557 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108512026-03-11T22:26:51.762ZMar 11 22:26:50.558 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108522026-03-11T22:26:51.810ZMar 11 22:26:50.607 INFO added artifact, length: 6951866, hash: 3ac43dace5b12e04db083782cba0ee0565915cd7dbb6679dc880188691085b69, version: 1.0.64, kind: switch_sp, name: sidecar-b
108532026-03-11T22:26:51.906ZMar 11 22:26:50.703 INFO added artifact, length: 6968798, hash: 1c20d0785ce918ebac3d3d2bece934bb0c3c1db70b6d000fe5cbf75eec95fd6f, version: 1.0.64, kind: switch_sp, name: sidecar-c
108542026-03-11T22:26:52.001ZMar 11 22:26:50.797 INFO added artifact, length: 6968897, hash: b5906bd03932b0d6f662e1abc4f11a545fbcde55ae11efbdb9473b46ee69cea0, version: 1.0.64, kind: switch_sp, name: sidecar-d
108552026-03-11T22:26:52.092ZMar 11 22:26:50.889 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108562026-03-11T22:26:52.092ZMar 11 22:26:50.889 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108572026-03-11T22:26:52.140ZMar 11 22:26:50.937 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108582026-03-11T22:26:52.140ZMar 11 22:26:50.937 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108592026-03-11T22:26:52.188ZMar 11 22:26:50.985 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108602026-03-11T22:26:52.188ZMar 11 22:26:50.985 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108612026-03-11T22:26:52.235ZMar 11 22:26:51.032 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108622026-03-11T22:26:52.235ZMar 11 22:26:51.032 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108632026-03-11T22:26:52.238ZMar 11 22:26:51.032 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108642026-03-11T22:26:52.238ZMar 11 22:26:51.033 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108652026-03-11T22:26:52.238ZMar 11 22:26:51.033 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108662026-03-11T22:26:52.238ZMar 11 22:26:51.034 INFO added artifact, length: 924, hash: 37d0fbd21628ef83ac2488071aafa48796c5ec493bf8dc0656aa81fb8750c9a9, version: 19.0.0-0.ci+git742f09f1f03, kind: installinator_document, name: installinator_document
108672026-03-11T22:26:52.829ZMar 11 22:26:51.626 INFO extracting uploaded archive to /tmp/.tmp9J5WU5
108682026-03-11T22:26:55.602ZMar 11 22:26:54.399 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.lWIMko
108692026-03-11T22:26:55.650ZMar 11 22:26:54.447 INFO added artifact, length: 6616642, hash: 3c3f8e5a8d460de9bb22a4717c50874b1f398fe13465db0f19de8b8d3a1cbc53, version: 1.0.64, kind: gimlet_sp, name: cosmo-a
108702026-03-11T22:26:55.741ZMar 11 22:26:54.537 INFO added artifact, length: 6616872, hash: 50c344385cc2bdcdbbb8a9e966e2d4340a25432b5d4295b18e7f3b7002ac6a21, version: 1.0.64, kind: gimlet_sp, name: cosmo-b
108712026-03-11T22:26:55.828ZMar 11 22:26:54.624 INFO added artifact, length: 5489720, hash: 896925b9362a9790844ee502c8ffba83c8d3b303c4d69dd08304a6bdda5abafd, version: 1.0.64, kind: gimlet_sp, name: gimlet-b
108722026-03-11T22:26:55.910ZMar 11 22:26:54.706 INFO added artifact, length: 5492131, hash: 4109c1b90c8b1d97153f0221a6a1b71f1dd225202ff250552c77ca2a9f4cf6db, version: 1.0.64, kind: gimlet_sp, name: gimlet-c
108732026-03-11T22:26:55.992ZMar 11 22:26:54.788 INFO added artifact, length: 5496239, hash: 147d21bc6a9540f799991c8ce73cf4db902ca870245adb90531e0d1158fb0461, version: 1.0.64, kind: gimlet_sp, name: gimlet-d
108742026-03-11T22:26:56.075ZMar 11 22:26:54.871 INFO added artifact, length: 5496312, hash: 7f5fa010d518c1f06a416b2a0d2ad9085c2b72322a2de4937b1fd488ed11cb96, version: 1.0.64, kind: gimlet_sp, name: gimlet-e
108752026-03-11T22:26:56.158ZMar 11 22:26:54.955 INFO added artifact, length: 5496257, hash: bef4fde566e3305b4d1418137558e95cf2fda1d0b326a0202bdc7195515ae9cd, version: 1.0.64, kind: gimlet_sp, name: gimlet-f
108762026-03-11T22:26:56.246ZMar 11 22:26:55.042 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108772026-03-11T22:26:56.246ZMar 11 22:26:55.042 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108782026-03-11T22:26:56.292ZMar 11 22:26:55.088 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108792026-03-11T22:26:56.292ZMar 11 22:26:55.088 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108802026-03-11T22:26:56.340ZMar 11 22:26:55.137 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108812026-03-11T22:26:56.340ZMar 11 22:26:55.137 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108822026-03-11T22:26:56.388ZMar 11 22:26:55.184 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108832026-03-11T22:26:56.388ZMar 11 22:26:55.184 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108842026-03-11T22:26:56.436ZMar 11 22:26:55.233 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108852026-03-11T22:26:56.436ZMar 11 22:26:55.233 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108862026-03-11T22:26:56.483ZMar 11 22:26:55.279 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108872026-03-11T22:26:56.483ZMar 11 22:26:55.279 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108882026-03-11T22:26:56.529ZMar 11 22:26:55.326 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108892026-03-11T22:26:56.529ZMar 11 22:26:55.326 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108902026-03-11T22:26:56.532ZMar 11 22:26:55.327 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108912026-03-11T22:26:56.533ZMar 11 22:26:55.327 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108922026-03-11T22:26:56.533ZMar 11 22:26:55.328 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108932026-03-11T22:26:56.533ZMar 11 22:26:55.328 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108942026-03-11T22:26:56.533ZMar 11 22:26:55.329 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108952026-03-11T22:27:02.013ZMar 11 22:27:00.809 INFO added artifact, length: 33554432, hash: 182fbfdd45428267c9415ecaf8f0294290cb453803b67bb319e1c37b646c6c50, version: 19.0.0-0.ci+git742f09f1f03, kind: gimlet_host_phase_1, name: host
108962026-03-11T22:27:02.013ZMar 11 22:27:00.809 INFO added artifact, length: 33554432, hash: b9f965c437ad3c604fbc8a16f03abd982905ebe53e3215502f8642072109b85e, version: 19.0.0-0.ci+git742f09f1f03, kind: cosmo_host_phase_1, name: host
108972026-03-11T22:27:02.013ZMar 11 22:27:00.809 INFO added artifact, length: 1101008896, hash: cc3a2c65acae2b734d8a28f8fced8a77d245cd440e46bc7b328e6a5c70367ecd, version: 19.0.0-0.ci+git742f09f1f03, kind: host_phase_2, name: host
108982026-03-11T22:27:03.021ZMar 11 22:27:01.817 INFO added artifact, length: 33554432, hash: 890f8b3c5daf00fb5928d81a0e85b2225cbaaf8558f9f8a8f23efa0ab0936602, version: 19.0.0-0.ci+git742f09f1f03, kind: gimlet_trampoline_phase_1, name: trampoline
108992026-03-11T22:27:03.021ZMar 11 22:27:01.817 INFO added artifact, length: 33554432, hash: ac34e1cfa887d7a1bfebf025b7ea12b7efd7c614e075bfbdfaaf1844a3078327, version: 19.0.0-0.ci+git742f09f1f03, kind: cosmo_trampoline_phase_1, name: trampoline
109002026-03-11T22:27:03.024ZMar 11 22:27:01.818 INFO added artifact, length: 148586750, hash: 4c27372df419d4ec81ff93b19f3b2119f2ff04b537a3b84896d53a73115b928f, version: 19.0.0-0.ci+git742f09f1f03, kind: trampoline_phase_2, name: trampoline
109012026-03-11T22:27:08.209ZMar 11 22:27:07.004 INFO added artifact, length: 1605523759, hash: d398983c0fdf668b0ef22516b864de4c78d11cc2cf0029f4784e56f5a33b54c6, version: 19.0.0-0.ci+git742f09f1f03, kind: control_plane, name: control-plane
109022026-03-11T22:27:08.209ZMar 11 22:27:07.004 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
109032026-03-11T22:27:08.209ZMar 11 22:27:07.004 INFO added artifact, length: 829, hash: 8d31cc914cabad194ddc9edd9a4e81e0b1a0f4b4e19ab3e60b40b4e0849ccb28, version: 1.0.64, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.64
109042026-03-11T22:27:08.210ZMar 11 22:27:07.004 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
109052026-03-11T22:27:08.241ZMar 11 22:27:07.036 INFO added artifact, length: 4131713, hash: f9ff2503d2e6a68b1b0e00ebf9ccfaa0b45584da4df9c9804b9640362c6d9957, version: 1.0.64, kind: psc_sp, name: psc-b
109062026-03-11T22:27:08.273ZMar 11 22:27:07.068 INFO added artifact, length: 4134969, hash: ec041b00eaa464debd07c4c1d03cf878915c8486e6db7a1db3a6df0e09dc95b7, version: 1.0.64, kind: psc_sp, name: psc-c
109072026-03-11T22:27:08.319ZMar 11 22:27:07.115 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109082026-03-11T22:27:08.319ZMar 11 22:27:07.115 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109092026-03-11T22:27:08.369ZMar 11 22:27:07.165 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109102026-03-11T22:27:08.369ZMar 11 22:27:07.165 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109112026-03-11T22:27:08.418ZMar 11 22:27:07.214 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109122026-03-11T22:27:08.418ZMar 11 22:27:07.214 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109132026-03-11T22:27:08.466ZMar 11 22:27:07.261 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109142026-03-11T22:27:08.466ZMar 11 22:27:07.261 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109152026-03-11T22:27:08.468ZMar 11 22:27:07.262 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109162026-03-11T22:27:08.469ZMar 11 22:27:07.263 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109172026-03-11T22:27:08.469ZMar 11 22:27:07.264 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109182026-03-11T22:27:08.518ZMar 11 22:27:07.314 INFO added artifact, length: 6951866, hash: 3ac43dace5b12e04db083782cba0ee0565915cd7dbb6679dc880188691085b69, version: 1.0.64, kind: switch_sp, name: sidecar-b
109192026-03-11T22:27:08.615ZMar 11 22:27:07.411 INFO added artifact, length: 6968798, hash: 1c20d0785ce918ebac3d3d2bece934bb0c3c1db70b6d000fe5cbf75eec95fd6f, version: 1.0.64, kind: switch_sp, name: sidecar-c
109202026-03-11T22:27:08.711ZMar 11 22:27:07.507 INFO added artifact, length: 6968897, hash: b5906bd03932b0d6f662e1abc4f11a545fbcde55ae11efbdb9473b46ee69cea0, version: 1.0.64, kind: switch_sp, name: sidecar-d
109212026-03-11T22:27:08.805ZMar 11 22:27:07.600 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109222026-03-11T22:27:08.805ZMar 11 22:27:07.600 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109232026-03-11T22:27:08.854ZMar 11 22:27:07.649 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109242026-03-11T22:27:08.854ZMar 11 22:27:07.650 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109252026-03-11T22:27:08.903ZMar 11 22:27:07.699 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109262026-03-11T22:27:08.903ZMar 11 22:27:07.699 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109272026-03-11T22:27:08.950ZMar 11 22:27:07.746 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109282026-03-11T22:27:08.950ZMar 11 22:27:07.746 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109292026-03-11T22:27:08.954ZMar 11 22:27:07.746 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109302026-03-11T22:27:08.954ZMar 11 22:27:07.747 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109312026-03-11T22:27:08.954ZMar 11 22:27:07.747 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109322026-03-11T22:27:08.954ZMar 11 22:27:07.748 INFO added artifact, length: 924, hash: 37d0fbd21628ef83ac2488071aafa48796c5ec493bf8dc0656aa81fb8750c9a9, version: 19.0.0-0.ci+git742f09f1f03, kind: installinator_document, name: installinator_document
109332026-03-11T22:27:09.616ZMar 11 22:27:08.412 INFO [tuf-repo] task succeeded (80.129323942s)
109342026-03-11T22:27:09.616ZMar 11 22:27:08.412 INFO all jobs completed in 2625.882093185s
109352026-03-11T22:27:10.872Zprocess exited: duration 3129367 ms, exit code 0
 
109362026-03-11T22:27:10.889Zfound 41 output files
109372026-03-11T22:27:10.889Zuploading: /work/manifest.toml (17174 bytes)
109382026-03-11T22:27:11.904Zuploaded: /work/manifest.toml
109392026-03-11T22:27:11.904Zuploading: /work/repo.zip (2792559261 bytes)
109402026-03-11T22:27:53.950Zuploaded: /work/repo.zip
109412026-03-11T22:27:53.950Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109422026-03-11T22:27:55.012Zuploaded: /work/repo.zip.sha256.txt
109432026-03-11T22:27:55.013Zuploading: /work/helios.json (647 bytes)
109442026-03-11T22:27:56.022Zuploaded: /work/helios.json
109452026-03-11T22:27:56.024Zuploading: /work/incorporation.p5m (100410 bytes)
109462026-03-11T22:27:57.036Zuploaded: /work/incorporation.p5m
109472026-03-11T22:27:57.037Zuploading: /work/incorporation.p5p (122880 bytes)
109482026-03-11T22:27:58.051Zuploaded: /work/incorporation.p5p
109492026-03-11T22:27:58.051Zuploading: /work/helios-incorp.log (526 bytes)
109502026-03-11T22:27:59.064Zuploaded: /work/helios-incorp.log
109512026-03-11T22:27:59.064Zuploading: /work/helios-setup.log (57348 bytes)
109522026-03-11T22:28:00.077Zuploaded: /work/helios-setup.log
109532026-03-11T22:28:00.077Zuploading: /work/host-image.log (235044 bytes)
109542026-03-11T22:28:01.093Zuploaded: /work/host-image.log
109552026-03-11T22:28:01.093Zuploading: /work/host-package.log (34377 bytes)
109562026-03-11T22:28:02.106Zuploaded: /work/host-package.log
109572026-03-11T22:28:02.106Zuploading: /work/host-target.log (101 bytes)
109582026-03-11T22:28:03.118Zuploaded: /work/host-target.log
109592026-03-11T22:28:03.118Zuploading: /work/incorp-create.log (0 bytes)
109602026-03-11T22:28:04.129Zuploaded: /work/incorp-create.log
109612026-03-11T22:28:04.129Zuploading: /work/incorp-fmt.log (0 bytes)
109622026-03-11T22:28:05.137Zuploaded: /work/incorp-fmt.log
109632026-03-11T22:28:05.137Zuploading: /work/incorp-pkgsend.log (108 bytes)
109642026-03-11T22:28:06.147Zuploaded: /work/incorp-pkgsend.log
109652026-03-11T22:28:06.147Zuploading: /work/incorp-publisher.log (0 bytes)
109662026-03-11T22:28:07.154Zuploaded: /work/incorp-publisher.log
109672026-03-11T22:28:07.154Zuploading: /work/omicron-package.log (6786 bytes)
109682026-03-11T22:28:08.163Zuploaded: /work/omicron-package.log
109692026-03-11T22:28:08.163Zuploading: /work/recovery-image.log (604345 bytes)
109702026-03-11T22:28:09.190Zuploaded: /work/recovery-image.log
109712026-03-11T22:28:09.193Zuploading: /work/recovery-package.log (1870 bytes)
109722026-03-11T22:28:10.199Zuploaded: /work/recovery-package.log
109732026-03-11T22:28:10.199Zuploading: /work/recovery-target.log (98 bytes)
109742026-03-11T22:28:11.208Zuploaded: /work/recovery-target.log
109752026-03-11T22:28:11.211Zuploading: /work/stamp-clickhouse.log (117 bytes)
109762026-03-11T22:28:12.218Zuploaded: /work/stamp-clickhouse.log
109772026-03-11T22:28:12.218Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109782026-03-11T22:28:13.226Zuploaded: /work/stamp-clickhouse_keeper.log
109792026-03-11T22:28:13.226Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109802026-03-11T22:28:14.235Zuploaded: /work/stamp-clickhouse_server.log
109812026-03-11T22:28:14.238Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109822026-03-11T22:28:15.246Zuploaded: /work/stamp-cockroachdb.log
109832026-03-11T22:28:15.246Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109842026-03-11T22:28:16.255Zuploaded: /work/stamp-crucible-pantry-zone.log
109852026-03-11T22:28:16.255Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109862026-03-11T22:28:17.276Zuploaded: /work/stamp-crucible-utils.log
109872026-03-11T22:28:17.276Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109882026-03-11T22:28:18.287Zuploaded: /work/stamp-crucible-zone.log
109892026-03-11T22:28:18.287Zuploading: /work/stamp-external-dns.log (119 bytes)
109902026-03-11T22:28:19.296Zuploaded: /work/stamp-external-dns.log
109912026-03-11T22:28:19.299Zuploading: /work/stamp-installinator.log (103 bytes)
109922026-03-11T22:28:20.308Zuploaded: /work/stamp-installinator.log
109932026-03-11T22:28:20.311Zuploading: /work/stamp-internal-dns.log (119 bytes)
109942026-03-11T22:28:21.319Zuploaded: /work/stamp-internal-dns.log
109952026-03-11T22:28:21.319Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109962026-03-11T22:28:22.328Zuploaded: /work/stamp-mg-ddm-gz.log
109972026-03-11T22:28:22.328Zuploading: /work/stamp-nexus.log (112 bytes)
109982026-03-11T22:28:23.337Zuploaded: /work/stamp-nexus.log
109992026-03-11T22:28:23.337Zuploading: /work/stamp-ntp.log (110 bytes)
110002026-03-11T22:28:24.347Zuploaded: /work/stamp-ntp.log
110012026-03-11T22:28:24.347Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
110022026-03-11T22:28:25.356Zuploaded: /work/stamp-omicron-sled-agent.log
110032026-03-11T22:28:25.356Zuploading: /work/stamp-overlay.log (114 bytes)
110042026-03-11T22:28:26.366Zuploaded: /work/stamp-overlay.log
110052026-03-11T22:28:26.366Zuploading: /work/stamp-oximeter.log (115 bytes)
110062026-03-11T22:28:27.375Zuploaded: /work/stamp-oximeter.log
110072026-03-11T22:28:27.375Zuploading: /work/stamp-oxlog.log (109 bytes)
110082026-03-11T22:28:28.384Zuploaded: /work/stamp-oxlog.log
110092026-03-11T22:28:28.384Zuploading: /work/stamp-probe.log (112 bytes)
110102026-03-11T22:28:29.392Zuploaded: /work/stamp-probe.log
110112026-03-11T22:28:29.393Zuploading: /work/stamp-propolis-server.log (122 bytes)
110122026-03-11T22:28:30.401Zuploaded: /work/stamp-propolis-server.log
110132026-03-11T22:28:30.402Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110142026-03-11T22:28:31.410Zuploaded: /work/stamp-pumpkind-gz.log
110152026-03-11T22:28:31.410Zuploading: /work/stamp-switch-asic.log (118 bytes)
110162026-03-11T22:28:32.419Zuploaded: /work/stamp-switch-asic.log
110172026-03-11T22:28:32.419Zuploading: /work/verify-libraries.log (12315 bytes)
110182026-03-11T22:28:33.429Zuploaded: /work/verify-libraries.log